/*
Theme Name: Inkness
Theme URI: http://inkhive.com/product/inkness/
Author: Rohit Tripathi
Author URI: http://inkhive.com
Description: Inkness is a Responsive theme with 3 Column Grid based homepage layout. This theme is overloaded with plenty of featured, including an amazing reponsive slider, Multiple Page Layouts, Configurable Sidebar Locations, Footer Widgets & Easy to use admin Panel. This theme is upgradable to a pro version to enable more features. .pot file has been provided, so that you can translate theme into any language. Already Translated into Italian and French.
Version: 1.0.3.1
License: GNU General Public License
License URI: license.txt
Text Domain: inkness
Domain Path: /languages/
Tags: light, custom-background, two-columns, right-sidebar, responsive-layout, custom-menu, sticky-post, theme-options, threaded-comments, translation-ready, gray, left-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments

Inkness is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.
Inkness WordPress Theme, Copyright 2013 Rohit Tripathi.
Inkness WordPress Theme is distributed under the terms of the GNU GPL v3.
*/


/* =Reset
-------------------------------------------------------------- */

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
    word-wrap: break-word;
    -ms-word-wrap: break-word;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}
ol, ul {
    list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
    outline: 0;
}
a img {
    border: 0;
}
::-webkit-input-placeholder {
    color: #cbcbcb;
}

::-moz-placeholder {
    color: #cbcbcb;
}

:-moz-placeholder {
    color: #cbcbcb;
}

:-ms-input-placeholder {
    color: #cbcbcb;
}

/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    clear: both;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

/* Text elements */
p {
    margin-bottom: 1.5em;
}
ul, ol {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
b, strong {
    font-weight: bold;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code, kbd, tt, var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
    background: #fff9c0;
    text-decoration: none;
}
sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
small {
    font-size: 75%;
}
big {
    font-size: 125%;
}
figure {
    margin: 0;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
th {
    font-weight: bold;
}
img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
    font-size: 100%; /* Corrects font size not being inherited in all browsers */
    margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline; /* Improves appearance and consistency in all browsers */
    *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
    line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid #ccc;
    border-color: #ccc #ccc #bbb #ccc;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, .8);
    cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
    -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa #bbb;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    border-color: #aaa #bbb #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
    padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
    -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
    -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    -moz-box-sizing:    content-box;
    box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
    border: 0;
    padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
    color: #666;
    border: 1px solid #f38222;
    border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
    padding: 6px;
}
textarea {
    overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top; /* Improves readability and alignment in all browsers */
    width: 98%;
}

/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: '';
    display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}



/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
    margin: 0 0 1.5em;
}
.byline,
.updated {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
.site-main .gallery {
    margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
    border: none;
    height: auto;
    max-width: 90%;
}
.site-main .gallery dd {
    margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    max-width: 100%;
}


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

.site-main [class*="navigation"] {
    margin: 0 0 1.5em;
    overflow: hidden;
}
[class*="navigation"] .nav-previous {
    float: left;
    width: 50%;
}
[class*="navigation"] .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}


/* =Comments
----------------------------------------------- */

.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
}


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

.widget {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
    max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
    display: none;
}


/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
    display: block;
}

/* = Fix for equalHeights
----------------------------------------------- */

.TopSlider {
    background: url('./images/zavod_rti_com_background.jpg') no-repeat;
    background-size: cover;
    padding: 70px 0px;
    margin-top: -100px;
    z-index: 5;
    max-height: 600px;
}
p.TopSlider__title {
    text-align: center;
    margin-top: 100px;
    color: #fff;
    font-size: 70px;
}
p.TopSlider__descr {
    text-align: center;
    color: #fff;
    font-size: 19px;
    line-height: 30px;
    max-width: 810px;
    margin: 0 auto;
}
.TopSlider__button {
    background: #f38222;
    font-size: 16px;
    color: #fff;
    line-height: 55px;
    text-align: center;
    width: 300px;
    height: 54px;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 250px;
    display: block;
}
.TopSlider__button:hover {
    background: #ce5e00;
    cursor: pointer;
    color: #fff;
}
.TopSlider .slick-prev {
    left: 30px !important;
}
.TopSlider .slick-next {
    right: 60px !important;
}
.TopSlider .slick-prev:before,.TopSlider  .slick-next:before {
    font-size: 45px !important;
}
.TopSlider button{
    border: 0px ;
    border-color: transparent;
    border-radius: 0px;
    background: transparent;
    box-shadow: none;
    color: rgba(0, 0, 0, .8);
    cursor: pointer;
    -webkit-appearance: button;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    padding: .6em 1em .4em;
    text-shadow: none;
    color: transparent !important;
    background: transparent !important;
}
.TopSlider button:hover,
.TopSlider button:focus,
.TopSlider button:active {
    color: transparent !important;
    background: transparent !important;
}
.TopSlider .slick-prev,.TopSlider  .slick-next {
    color: transparent !important;
    background: transparent !important;
    z-index: 99999;
}
.TopSlider .slick-prev:hover,.TopSlider  .slick-next:hover {
    color: transparent !important;
    background: transparent !important;
}
.TopSlider .slick-prev:active,.TopSlider  .slick-next:active {
    color: transparent !important;
    background: transparent !important;
}
.Arrows_Down {
    margin-top: -100px;
}
.Arrows_Down img {
    margin: 0 auto;
    display: block;
    animation-name: floating;
    -webkit-animation-name: floating;

    animation-duration: 1s;
    -webkit-animation-duration: 1s;

    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.7;
}


@keyframes floating {
    0% {
        transform: translateY(0%);
    }
    50% {
        transform: translateY(8%);
    }
    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes floating {
    0% {
        -webkit-transform: translateY(0%);
    }
    50% {
        -webkit-transform: translateY(8%);
    }
    100% {
        -webkit-transform: translateY(0%);
    }
}
.advantages {
    text-align: center;
    font-size: 18px;
    line-height: 29px;

}
.advantages img {
    display: block;
    margin: 0 auto;
    margin-top: 90px;
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-bottom: 4px solid #fd8e26;
}
.line_left{
    height: 4px;
    background: #f38222;
    width: 60px;
    margin-bottom: 10px;
    display: block;
}
.MiddleSections_title {
    font-size: 36px;
    line-height: 40px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}
.MiddleSections_title span {
    text-transform: uppercase;
}
.MiddleSections_text {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    margin-top: 20px;
}
.production__block1 {
    width: 35%;
    float: left;
    font-size: 30px;
    line-height: 48px;
    height: 320px;
    border:1px solid #fff;
}
.production__block2 {
    width: 60%;
    float: left;
    font-size: 20px;
    line-height:24px;
    font-weight: 100;
    height: 320px;
    border:1px solid #fff;
    text-align: center;
    padding-top: 10%;
    color: #fff;

}
.Hidden_block {
    width: 5%;
    float: left;
    height: 320px;
    border:1px solid #fff;
}
.production__block3 {
    width: 30%;
    float: left;
    font-size: 20px;
    line-height: 24px;
    font-weight: 100;
    height: 320px;
    border:1px solid #fff;
    color: #fff;
    text-align: center;
    padding-top: 10%;
}
.bg_img1 {
    /*	background: url('./images/bg_img1.png') no-repeat;*/
    background-size: cover !important;
}
.bg_img2 {
    /*background: url('./images/bg_img2.png') no-repeat;*/
    background-size: cover !important;
}
.bg_img3 {
    /*background: url('./images/bg_img3.png') no-repeat;*/
    background-size: cover !important;
}
.bg_img4 {
    /*background: url('./images/bg_img4.png') no-repeat;*/
    background-size: cover !important;
}
.bg_img5 {
    /*background: url('./images/bg_img5.png') no-repeat;*/
    background-size: cover !important;
}
.bg_img6 {
    /*background: url('./images/bg_img6.png') no-repeat;*/
    background-size: cover !important;
}
section.production p {
    max-width: 300px;
    margin: 0 auto;
    display: block;
    font-size:  30px;
    line-height:  36px;
}
section.production .production__block1 p {
    width: 100%;
    max-width: 100%;
}
section {
    padding: 40px 0px;
}
.Company_title {
    font-size: 30px;
    line-height: 48px;
}
.Li_items {
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    list-style-type: none;
}
.Li_items img {
    margin-right: 10px;
}
.accountant {
    background: #3d3d3d;
    padding: 15px 15px 15px 15px;
    border-radius: 5px;
    width: 100%;
    max-width: 295px;
    /* float: left;*/
    margin-bottom: 30px;
}
.page-template-home-my .accountant {
    float: left;
}
.accountant input,.accountant textarea, .accountant.wpcf7-tel {
    color: #333;
    border: 1px solid #ccc;
    border-radius: 3px;
    max-width: 260px;
    height: 40px;
    padding-left: 20px;
}
.Company_wrapp {
    width: 100%;
    max-width:845px;
    padding-right: 0px;
    float: left;
    padding-bottom: 60px;
}
.accountant .wpcf7-submit {
    width: 260px;
    background: #f38222 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border: none !important;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 24px !important;
}
.accountant .wpcf7-submit:hover {
    background: #ce5e00 !important;
    cursor: pointer;
}
.accountant img {
    float: left;
    margin-right: 15px;
    padding-top: 18px;
}
.accountant_title {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.Applications__title {
    font-size: 36px;
    line-height: 48px;
    font-weight: 300;
    text-transform: uppercase;
}
.Applications__box{
    border:1px solid #e6e6e6;
    padding: 40px 30px;
    text-align: center;
    width: calc(20% - 10px);
    margin: 10px 10px 10px 0;
    float: left;
    height: 225px;
}
.Applications__box:hover {
    border:1px solid #f38222;
    cursor:  default;
}
.Applications__box img {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}
iframe {
    display: block;
    margin: 0 auto;
}
p.Video__title {
    color: #303030;
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
}
.ImgProd{
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 4px;
    transition: 0.5s;
}
.ImgProd:hover {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
    border: 1px solid #fefefe;
    transition: 0.5s;
}
.Video_title {
    text-transform: uppercase;
    font-size: 36px;
    line-height: 48px;
    font-weight: 300;
}
/*MENU*/

#header-menu {
    float: none;
}
.mobile-menu-toggle {
    display: none;
    text-align: left;
}
.mobile-menu-toggle i {
    display: inline-block;
    background-color: #ffffff;
    padding: 10px;
    color: #64881A;
    border: 1px solid #64881A;
}
#site-navigation ul.menu {
    display: block;
    list-style: outside none none;
    /*	margin: 0;
        padding-bottom: 0;
        padding-left: 0px;*/
    table-layout: fixed;
    width: 100%;
    position: relative;
}
#site-navigation>div>ul>li {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    /*padding: 0;*/
    width: auto;
    margin-right: 10px;
    position: relative;
}
#site-navigation>div>ul>li>a {
    color: #fff;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 16px;
    /*padding: 25px 5px 5px 5px;*/
    text-align: center;
    text-decoration: none;
    text-transform: initial;
    background-color: transparent;
    transition: all 0s ease-in-out 0s;
}
#site-navigation>div>ul>li>a:focus {
    color: #4B4B4B;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 16px;
    /*padding: 16px 25px 18px 25px;*/
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    background-color: transparent;
    margin-bottom: -2px;
    transition: all 0s ease-in-out 0s;
}
#site-navigation>div>ul>li.menu-item-has-children>a, #site-navigation>div>ul>li.menu-item-has-children>a:focus {
    position: relative;
    /*	padding-right: 35px;*/
}
#site-navigation>div>ul>li.menu-item-has-children>a::after, #site-navigation>div>ul>li.menu-item-has-children:focus>a::after {
    position: absolute;
    content: '';
    display: block;
    height: 5px;
    border: 5px solid transparent;
    border-top: 5px solid #4B4B4B;
    right: -2px;
    top: 30px;
    width: 5px;
}
#site-navigation ul {
    list-style: none;
    margin: 0;
    /*padding-left: 0;
    padding-bottom: 0px;
    padding-left: 35px;*/
    position: relative;
}
#site-navigation ul ul {
    background-color: #ffffff;
    border: medium none;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
    display: none;
    /*left: 0px;
    padding: 10px 0px 10px 10px;*/
    position: absolute;
    text-align: left;
    transition: all 0s ease-in-out 0s;
    width: 100%;
    z-index: 99999;
    margin: 0 auto;
    top: 52px;
    /* display: flex; */
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    align-items: stretch;
}
#site-navigation ul ul li {
    font-size: 15px;
    font-weight: normal;
    line-height: 16px;
    /*margin: 0 0 0px 0;
    padding: 10px;*/
    width: 100%;
    float: none;
    display: flex;
    align-content: stretch;
    flex-direction: column;
    color: #fff;
}
#site-navigation ul ul li a, #site-navigation ul ul li a:focus {
    display: block;
    font-weight: normal;
    /*margin: 0 0px 0px 0;
    padding: 0px;*/
    background-repeat: no-repeat;
    background-size: 26px 28px;
    background-position: 0 0;
    font-family: 'Roboto', sans-serif;
    color: #0b0b0b;
    text-transform: initial;
    font-size: 15px;
}
.home #site-navigation>div>ul>li>a {
    color: #fff;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 16px;
    /*	padding: 10px 10px 10px 10px;*/
    text-align: center;
    text-decoration: none !important;
    text-transform: initial;
    background-color: transparent;
    transition: all 0s ease-in-out 0s;
}
#site-navigation>div>ul>li>a {
    color: #333;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 16px;
    /*	padding: 10px 10px 10px 10px;*/
    text-align: center;
    text-decoration: none;
    text-transform: initial;
    background-color: transparent;
    transition: all 0s ease-in-out 0s;
}
#site-navigation>div>ul>li>a:focus {
    color: #4B4B4B;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 16px;
    /*padding: 16px 25px 18px 25px;*/
    text-align: center;
    text-decoration: none !important;
    text-transform: initial;
    background-color: transparent;
    transition: all 0s ease-in-out 0s;
}
.home #site-navigation>div>ul>li:hover>a,.home  #site-navigation>div>ul>li>a:hover,.home  #site-navigation>div>ul>li>a:active {
    color: #4B4B4B;
    text-decoration: underline !important;
    background-color: transparent;
    color: #ed7d27;
    border:  none;
}
#site-navigation>div>ul>li:hover>a, #site-navigation>div>ul>li>a:hover, #site-navigation>div>ul>li>a:active {
    color: #4B4B4B;
    text-decoration: underline;
    background-color: transparent;
}
#site-navigation>div>ul>li.menu-item-has-children>a, #site-navigation>div>ul>li.menu-item-has-children>a:focus {
    position: relative;
    /*padding-right: 30px;*/
}
#site-navigation>div>ul>li.menu-item-has-children:hover>a, #site-navigation>div>ul>li.menu-item-has-children:active>a {
}
#site-navigation ul li:hover > ul {
    /* display: block; */
    display: flex;
}
div#site-navigation ul li ul li ul {
    margin-bottom: 20px;
    box-shadow: none;
}
div#site-navigation ul li ul li ul.sub-menu li {
    width: 100%;
    display: block;
}
div#site-navigation ul li ul li ul.sub-menu li:hover > a,
#site-navigation ul ul ul > li > a,
#site-navigation ul ul ul > li > a:focus,
#site-navigation ul ul ul > li > a:hover,
#site-navigation ul ul ul > li > a:active {
    font-size: 14px;
    line-height: 10px;
    display: block;
    padding: 4px 20px;
}
.mobile-menu-toggle {
    display: none;
    text-align: left;
}
.mobile-menu-toggle i {
    display: inline-block;
    background-color: #ffffff;
    /*padding: 10px;*/
    color: #64881A;
    border: 1px solid #64881A;
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
}
ul.sub-menu {
    /* width: 100% !important; */
    /* max-width: 700px !important; */
}
/*END MENU*/
#header-2.default {
    max-width: 100%;
    margin: 0 auto;
    z-index: 999999;
    margin-bottom: 20px;
    padding-bottom: 0px;
    -webkit-box-shadow: 5px 5px 20px #3336;
    -moz-box-shadow: 5px 5px 20px #3336;
    box-shadow: 5px 5px 20px #3336;

}
.site-branding a:hover {
    text-decoration: none;
}
.home #header-2.default {
    max-width: 1170px;
    margin: 0 auto;
    z-index: 999999;
    margin-bottom: -100px;
    padding-bottom: 100px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: relative;
    background:  transparent !important;

}
#header-2.fixed {
    position:fixed;
    top:0; left:0;
    width:100%;
    z-index: 9999999;
}
.default {
    width:920px;
}
/*.fixed {
    position:fixed;
    top:-5px; left:0;
    width:100%;
    padding:10px 0;

    -moz-box-shadow: 5px 5px 20px #3336;
    -webkit-box-shadow: 5px 5px 20px #3336;
    box-shadow: 5px 5px 20px #3336;
}*/
.transbg {
    background-color: #fff !important;
}
#header-2.fixed {
    background: #fff;
    z-index: 999999;
}
#header-2.fixed #site-navigation>div>ul>li>a {
    color: #333;
}
.site-title img {
    margin-bottom: 5px;
}
.home .site-title {
    font-size: 12px;
    color: #fff;
}
.site-title {
    font-size: 12px;
    color: #333;
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: 500;
}
.home .site-title span {
    font-size: 18px;
}
.site-title span {
    font-size: 18px;
}
#header-2.fixed p.site-title {
    color: #333;
}
p.Right_side_title {
    padding-top: 3px;
}


/*
#top-search input[type=text] {
    width: 0px !important;
}
#top-search input[type=text]:focus {
    width: 280px !important;
}
#top-search button {
    z-index: -1;
    color: #f38222 !important;
    text-shadow: none;
}
#top-search button fa{
    color: #f38222 !important;
}
#top-search input[type=text]:hover, #top-search input[type=text]:focus {
    background: transparent !important;
}
#top-search input[type=text]:focus {
    width: 280px !important;
    border: 1px solid #ccc;
    background: #999 !important;
    color: #333 !important;
    position: absolute;
    padding-left: 30px;
}*/
.header-search-container {
    display: none;
}
#top-search .active {
    display: block !important;
    position:  absolute;
    top: 90px;
    right:  0;
    background: #fff;
    width:  280px;
    padding:  10px;
    border: 1px solid #f38222;
    z-index:  9999999;
}
.But_serch {
    color: #f38222;
    z-index: 99999999;
    padding: 0px;
}
.But_serch:hover{
    cursor: pointer;
}
#site-navigation>div {
    float: left;
}
.home .Phone_top {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin-top: 20px;
    margin-left: 20px;
}
.Phone_top {
    color: #333;
    font-size: 15px;
    font-weight: bold;
    margin-top: 20px;
    margin-left: 20px;
}
.home .Phone_top span {
    text-transform: lowercase;
    border-bottom: 1px dashed #ec7f23;
    color: #f38222;
}
.Phone_top span {
    text-transform: lowercase;
    border-bottom: 1px dashed #ec7f23;
    color: #f38222;
}
.Phone_top span:hover {
    cursor: pointer;
    text-decoration: none;
}
#header-2.fixed .Phone_top {
    color: #333;
}
#header-2.fixe .Phone_top span {
    color: #f38222;
}
.MyCategory_wrapp {
    float: left;
    margin: 0px 10px 10px 0px;
    width: calc(33% - 10px);
    position: relative;
}
.MyCategory_wrapp img {
    width: 100%;
    height: 225px;
}
.MyCategory_wrapp h3 {
    position: absolute;
    bottom: 15px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    padding-left: 15px;
}
.category-card a{
    color: #ffffff;
    text-align: center;
}
main#main {
    font-size: 15px;
    font-weight:  400;
    padding: 0px 15px;
}

.category li.categories {
    color: #fff;
}
.category ul, ol {
    margin-left: 0px;
}
.category li > ul, li > ol {
    margin-left: 0px;
}
.TitleCat {
    border-bottom: 1px solid #ccc;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
}
.TitleCat span {
    background: #f38222;
    height: 2px;
    width: 100px;
    display: block;
    margin-bottom: -1px;
}
li.cat-item::before {
    content: "> ";
    color: #000;
}
li.cat-item:hover:before {
    color: #fecb17;
}
li.cat-item:hover {
    list-style-type: none;
}
li.cat-item a {
    color: #383838;
    font-size: 16px;
}
li.cat-item a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #214463;
}
.Category__list {
    margin-bottom: 40px;
}
/*.Category_left_side{
    width: 100%;
    max-width: 295px;
    float: left;
    margin-top: 25px;
}*/
.slick-slide img {
    display: block;
    margin: 0 auto;
}
.slick-list {
    width: 90%;
    margin: 0 auto !important;
}
.slick-prev {
    left: 0px !important;
}
.slick-next {
    right: 0px !important;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: #f38222 !important;
    outline: none;
    background: #f38222 !important;
    box-shadow: none !important;
}
.slick-prev, .slick-next {
    color: #3d3d3d !important;
    background: #3d3d3d !important;
}
.CostsBox {
    background: #f38222;
    color: #fff;
    border-radius: 5px;
    padding: 8px;
    font-size: 16px;
    height: 50px;
    line-height: 34px;
    margin-bottom: 15px;
    border: 1px solid #fff;
    transition: 0.5s;
    max-width: 300px;
    display: block;
    margin: 15px auto;
    border-bottom: 2px solid #cc6915;
}
.CostsBox:hover {
    background: #fff;
    color: #3d3d3d;
    border-radius: 5px;
    padding: 8px;
    font-size: 16px;
    height: 50px;
    line-height: 34px;
    margin-bottom: 15px;
    border:1px solid #e2781e;
    cursor: pointer;
    transition: 0.5s;
}
.CostsBox .fa {
    font-size: 24px;
    color: #f7a865;
    padding-top: 4px;
    margin-right: 8px;

}
.CallBox {
    border: 1px solid #e2781e;
    border-radius: 5px;
    padding: 8px;
    font-size: 16px;
    height: 50px;
    line-height: 34px;
    margin-bottom: 15px;
    transition: 0.5s;
    max-width: 300px;
    display: block;
    margin: 0px auto 15px auto;
}
.CallBox:hover {
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 8px;
    font-size: 16px;
    height: 50px;
    line-height: 34px;
    margin-bottom: 15px;
    background: #e2781e;
    color: #fff;
    cursor: pointer;
    transition: 0.5s;
    border-bottom: 2px solid #cc6915;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: initial;
    max-height: 125px;
}
.CallBox .fa {
    font-size: 24px;
    margin-top: 2px;
    margin-right: 30px;
}
#secondary .widget a, #footer-sidebar .widget a {
    color: #383838 !important;
    font-size: 16px !important;
}
#secondary ul li:before, #footer-sidebar ul li:before {
    margin-right: 5px;
    content: "\f0da";
    font-family: "FontAwesome";
    color: #383838 !important;
}
.widget li:hover ::before {
    color: #ffe793 !important;

}
.Company_wrapp .page-title {
    display: block;
    font-size: 36px;
}
.Slider_Box {
    margin-bottom: 40px;
    display: inline-block;
}
.tablepress tfoot th, .tablepress thead th {
    background-color: #292b2b  !important;
    font-weight: 700;
    vertical-align: middle;
    color: #fff  !important;
}
.dataTables_wrapper {
    padding: 10px  !important;
    border: 1px solid #f6f6f8  !important;
}
/*
.modal-dialog {
    z-index: 1050;
    width: auto;
    padding: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15%;
    padding: 5px !important;
    max-width: 295px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.modal-dialog input{
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    max-width: 260px;
    height: 40px;
    padding-left: 20px;
}
.modal-backdrop {
    position: initial !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000;
}
.modal-dialog .wpcf7-submit {
    width: 260px;
    background: #f38222 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border: none !important;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 24px !important;
}
.modal-dialog .wpcf7-submit:hover {
    background: #ce5e00 !important;
    cursor: pointer;
}*/
html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
    overflow-y: scroll;
    background: rgba(0,0,0,0.5);
}
.pum-container .pum-content+.pum-close {
    top: 0;
    right: 0;
    background: #585757;
}
.popmake-title {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
    color:  #333;
}
div#popmake-185 {
    background: #3d3d3d;
    padding: 15px;
    border-radius: 5px;
    width: 100%;
    max-width: 295px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    margin: 0 auto;
    top: 20% !important;
}
div#popmake-185 input{
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    max-width: 260px;
    height: 40px;
    padding-left: 20px;
}
div#popmake-185 .wpcf7-submit {
    width: 260px;
    background: #f38222 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border: none !important;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 24px !important;
}
div#popmake-185 .wpcf7-submit:hover {
    background: #ce5e00 !important;
    cursor: pointer;
}
.Banner {
    padding: 30px;
    background: #3d3d3d;
    border-radius: 5px;
    color: #fff;
    max-width: 760px;
    margin: 0 auto;
}
.Banner__title{
    border-bottom: 1px solid #4f4f4f;
    font-size: 22px;
    line-height: 24px;
}
.Banner__title span {
    background: #f38222;
    height: 2px;
    width: 100%;
    max-width: 585px;
    display: block;
    margin-bottom: -1px;
}
p.Left_side_title {
    font-size: 15px;
    line-height: 24px;
}
p.Left_side_phone {
    font-size: 26px;
    line-height: 24px;
    font-weight: bold;
}
.Phone_call {
    float: left;
    margin-top: 20px;
    margin-right: 3px;
    max-width: 35px;
}
.Banner input{
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    max-width: 230px;
    height: 40px;
    padding-left: 20px;
}
.Banner  input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    background: #f38222;
    text-shadow: none;
    box-shadow: none;
    border: none;
    color: #fff;
    width: 129px;
    float: left;
    margin-left: 10px;
    font-size: 16px;
}
.Banner  input[type="submit"]:hover {
    background: #ce5e00 !important;
    cursor: pointer;
}
.Banner  form p {
    float: left;
}
.Banner .Banner_left_side {
    float: left;
    width: 40%;
}
.Banner .Banner_Right_side {
    float: left;
    width: 60%;
}
.FooterTitle {
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
    color: #ffffff;
    display: inline-block;
    width: 100%;
}
.FooterTitle span {
    background: #f38222;
    height: 2px;
    width: 100px;
    display: block;
    margin-bottom: -1px;
}
.menu-menyu-v-futere-container li {
    list-style-type: none;
    width: 50%;
    float: left;
}
.menu-menyu-v-futere-container ul {
    margin-left: 0px;
    padding-left: 0px;
}
.menu-menyu-v-futere-container li a {
    text-decoration: underline;
    color: #b1b1b1;
    font-size: 14px;
    line-height: 22px;
}
footer#colophon i {
    color: #f38222;
    float: left;
    width: 14px;
}
.ContactFooter p {
    margin-left: 25px;
}
.ContactFooter span {
    margin-left: 25px;
    display: block;
    text-decoration: underline;
    color: #b2b2b2;
    margin-bottom: 10px;
}
.ContactFooter p a {
    color: #fff;

}
footer#colophon .site-title {
    color: #fff;
}
p.copy {
    color: #b1b1b1;
    font-size: 13px;
    margin-top: 15px;
}
.block {
    transition: 0.5s;
}
.block:hover {
    opacity: 0.8;
    box-shadow: 0 0 40px rgba(0, 0, 0, .8);
    transition: 0.5s;
}
.dataTables_wrapper {
    clear: both;
    margin-bottom: 1em;
    overflow: overlay;
}
.Contact__Title {
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
    color: #383838;
}
.Contact__Title span {
    background: #f38222;
    height: 2px;
    width: 100px;
    display: block;
    margin-bottom: -1px;
}
.contact_wrapp label {
    width: 100%;
}
.contact_wrapp input.wpcf7-form-control, .contact_wrapp .wpcf7-textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 100%;
    height: 40px;
    padding-left: 20px;
    -webkit-box-shadow: 0px 0px 10px 1px #33333326;
    -moz-box-shadow: 0px 0px 10px 1px #33333326;
    box-shadow: 0px 0px 10px 1px #33333326;
}
.contact_wrapp textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    -webkit-box-shadow: 0px 0px 10px 1px #33333326;
    -moz-box-shadow: 0px 0px 10px 1px #33333326;
    box-shadow: 0px 0px 10px 1px #33333326;
}
.g-recaptcha {
    float: left;
}
.contact_wrapp input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    max-width: 240px;
    float: right;
    background: transparent;
    border: 2px solid #f38222;
    font-size: 16px;
    color: #242021;
    transition: 0.5s;
}
.contact_wrapp input.wpcf7-form-control.wpcf7-submit:hover {
    cursor: pointer;
    background: #f38222;
    color: #fff;
    transition: 0.5s;
}
.slider-nav.slick-initialized.slick-slider .slick-track img {
    height: 100%;
    max-height: 120px;
    margin-top: 20px;
}
/*.search .featured-thumb {
    margin: 0 15px;
    margin-top: 35px;
    overflow: hidden;
    width: 95%;
    padding: 0px;
    max-width: 300px;
}*/
/*div.wpcf7 .ajax-loader {
    width: 0px !important;
    height: 0px !important;
}
*/
input[type=search] {
    background: #ededed url(img/search-icon.png) no-repeat 9px center;
    border: solid 1px #ccc;
    padding: 9px 10px 9px 32px;
    width: 55px; /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â° ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â½ */

    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;

    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
input[type=search]:focus {
    width: 130px; /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â° ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â° ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â° */
    background-color: #fff;
    border-color: #6dcff6;

    -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
    -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
    box-shadow: 0 0 5px rgba(109,207,246,.5); /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â */
}

#header-search-container {
    top: 85px;
}
#header-search-container, #header-float-search-container {
    display: none;
    background-color: #171717;
    padding: 10px 10px;
    position: absolute;
    right: 0;
    z-index: 99;
    border: 1px solid #3A407D;
    box-shadow: 0px 1px 4px rgba(255, 255, 255, 0.2);
}
#top-search {
    padding-top: 25px;
    padding:  25px 10px 0px 10px;
    position: relative;
    float: left;
}
.btn-default {
    color: #f38222;
    background-color: transparent;
    border-color: #f38222;
    box-shadow: none;
}
.CallBox img {
    margin-right: 10px;
}
.advantages .col-md-3:first-child img {
    margin-bottom: 10px;
    padding-top: 25px;
    padding-bottom: 20px;
    border-bottom: 4px solid #fd8e26;
}
.advantages .col-md-3:nth-child(2) img {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 4px solid #fd8e26;
}
div#site-navigation ul li ul.sub-menu {
    width: 100%;
}
div#site-navigation ul li ul.sub-menu li .sub-menu{
    position: relative;
    left: 0;
    display: block;
}
div#site-navigation > div > ul.menu > li > ul.sub-menu {
    max-height: 300px;
    overflow-y: auto;
}
div#site-navigation > div > ul.menu > li > ul.sub-menu > li {
    width: 25%;
}
.modal-content button.btn.btn-default {
    position: absolute;
    right: 0;
    border-radius: 9%;
    border: 1px solid #9e9e9e;
}
.modal-content {
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}
.modal-content .wpcf7-textarea{
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    max-width: 260px;
    height: 80px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 400;
}
.popmake-title {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 40px;
    color: #333;
    font-size: 20px;
}
.slick-slide img {
    display: block;
    width: 100%;
    height: auto;
}
span.byline {
    display: none !important;
}
.single footer.entry-meta, .page footer.entry-meta {
    display: none;
}
.single .fa-clock-o:before, .single .fa-user:before {
    color: #333 !important;
}
.category-card table a {
    color: #333;
}
.search .article-rest {
    display: none !important;
}
.search time.entry-date.published {
    display: none !important;
}
.slick-slide img:hover {
    cursor: pointer;
}
main#main a {
    color: #f38222;
    text-decoration: none;
}
main#main a:hover {
    color: #f38222;
    text-decoration: underline;
}
.MyPosts article {
    padding: 0px 15px 15px 15px !important;
    border-bottom: solid 1px #d9d9d9;
}
.MyPosts article  .entry-title a {
    font-size: 20px !important;
    color: #333 !important;
    line-height: 1.5em;

}
.LeftSideBlog {
    width: 30%;
    float: left;
}
.LeftSideBlog img {
    padding-right: 15px;
}
.RightSideBlog {
    width: 70%;
    float: left;
}
.MyPosts article .entry-title a:hover {
    color: #f38222 !important;
    text-decoration: underline;
}
.MyPosts article .entry-title {
    margin-top: 0px !important;
}
.LeftSideBlog img{
    margin-top: 25px;
}
#page .TopSlider .slick-dots {
    bottom: 15px;
}
.content-area {
    padding: 0px;
}
.post-ratings {
    margin: 40px auto;
}

.Sidebar_btn {
    margin-bottom: 15px;
    border-left: 5px solid #BDBAB9;
    background: #E8812D;
    border-bottom: 5px solid #cc7128;
    padding:  10px;
    max-width: 295px;
}
.Sidebar_btn .titile_btn-1 {
    font-size: 20px;
    font-weight: bold;
    text-shadow: 0px 1px 1px #000;
    color: #fff;
}
.Sidebar_btn .titile_btn-2 {
    font-size: 16px;
    color: #fff;
    text-shadow: 0px 1px 1px #000;
}
.Sidebar_btn a:hover,
.Sidebar_btn a:active,
.Sidebar_btn a:visited,
.Sidebar_btn a:focus,
.Sidebar_btn a {
    text-decoration: none;
    color: #fff;
}
.Sidebar_btn:hover {
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.77);
}
/*.q2w3-fixed-widget-container .widget_custom_html .textwidget.custom-html-widget {
    margin-top: 70px !important;
}*/
@media (max-width: 992px) {
    #header-menu {
        background-color: transparent;
        padding: 0;
        margin: 0;
    }
    #header-menu, #header-float-menu {
        float: right;
        margin-right: 0;
        margin-left: 25px;
        margin-bottom: 3px;
    }
    .mobile-menu-toggle {
        display: block;
    }
    #header-menu .menu-container {
        display: none;
    }
    #site-navigation ul.menu {
        padding-left: 25px;
    }
    p.Right_side_title {
        text-align: left;
    }
}

@media screen and (max-width: 1200px) {
    .TopSlider {
        margin-top: -200px;
    }
    .page-template-my_cat-php main#main {
        padding: 0px !important;
    }
    #site-navigation>div>ul>li>a {
        padding-left: 0px !important;
        padding-right: 10px !important;
        font-size: 14px !important;
    }
    #header-2.fixed #site-navigation>div>ul>li>a {
        padding-left: 0px !important;
        padding-right: 10px !important;
        font-size: 14px !important;
    }
    .Phone_top {
        font-size: 13px !important;
        margin-left: 10px !important;
    }
    .home .Phone_top {
        margin-left: 10px;
        font-size: 13px !important;
    }
    #header-2 .fixed .home .Phone_top {
        margin-left: 10px !important;
        font-size: 13px !important;
    }
    #site-navigation>div>ul>li {
        margin-right: 5px;
    }
    #header-2 h1 {
        width: 280px;
        margin: 15px auto;
    }
    .Banner .Banner_left_side {
        float: left;
        width: 100%;
    }
    .Banner .Banner_Right_side {
        float: left;
        width: 100%;
    }
    .Company_wrapp {
        float: none;
    }
    .Company .accountant {
        margin: 0 auto;
        float: none;
        margin-top: 30px;
    }
    .Category_left_side {
        max-width: 1199px;
        width: 290px;
        float: none;
    }
    .Category_left_side #secondary, #footer-sidebar {
        max-width: 300px;
        float: left;
    }
    .Category_left_side .accountant {
        width: 100%;
        max-width: 295px;
        float: left;
        margin-top: 30px;
    }
    .content-area {
        padding: 0px;
    }

}
@media screen and (max-width: 992px){
    .TopSlider {
        margin-top: -105px;
        z-index: -1;
    }
    .Banner input[type="submit"] {
        width: 230px;
        float: left;
        margin-left: 0px;
    }
    .Video img {
        display: block;
        margin: 0 auto;
    }
    p.Video__title {
        text-align: center;
    }
    .Applications__box {
        width: calc(33% - 10px);
    }
    .production__block1 {
        width: 100%;
        height: inherit;
    }
    .production__block2, .production__block3 {
        width: calc(50% - 10px);
        padding-top: 15%;
    }
    .Hidden_block {
        display: none;
    }
    .Contact__Title {
        margin-top: 30px;
    }

}
@media screen and (max-width: 768px) {
    section {
        padding: 40px 15px;
    }
    .page-template-my_cat-php main#main {
        padding: 15px !important;
    }
    .slick-slide img {
        max-width: 400px;
    }
    p.TopSlider__title {
        margin-top: 50px;
        font-size: 45px;
    }
    p.Right_side_title {
        text-align: left;
    }
    .Banner input[type="submit"] {
        margin-left: 10px;
    }
    .TopSlider__button {
        margin-bottom: 100px;
    }
    .production__block2, .production__block3 {
        width: calc(100% - 10px);
        padding-top: 25%;
    }
    .Applications__box {
        width: calc(50% - 10px);
    }
    .MyBreadcrumb {
        padding: 0 15px;
        padding-top: 15px;
    }
    .Category_left_side {
        padding: 0 15px;
    }
    .MyCategory_wrapp {
        float: none;
        margin: 0px auto 10px auto;
        width: calc(100% - 10px);
        max-width: 300px;
        position: relative;
    }
    .LeftSideBlog {
        width: 100%;
        float: none;
    }
    .RightSideBlog {
        width: 100%;
        float: none;
    }
    .accountant input, .accountant textarea, .accountant.wpcf7-tel {
        max-width: 225px;
        margin: 0 auto;
        display: block;
    }
}
@media screen and (max-width: 565px) {
    .Category_left_side .accountant {
        width: 100%;
        max-width: 295px;
        float: none;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .Category_left_side #secondary, #footer-sidebar {
        max-width: 300px;
        float: none;
    }
    form.wpcf7-form p {
        text-align: center;
    }
    .accountant .wpcf7-submit {
        width: 100%;
        text-align: center !important;
        margin: 0 auto !important;
        display: block;
    }
    p.Left_side_phone {
        font-size: 25px;
        line-height: 24px;
    }
    .Banner input[type="submit"] {
        width: 100%;
        float: none;
        margin-left: 5px;
    }
    .Phone_call {
        height: 30px;
    }
    .contact_wrapp input.wpcf7-form-control.wpcf7-submit {
        margin: 0 auto;
        display: inline-block;
        margin-top: 30px;
    }
    .TopSlider .slick-prev:before, .TopSlider .slick-next:before {
        font-size: 25px !important;
    }
    .Arrows_Down {
        margin-top: 0px;
        display: none;
    }
    .TopSlider {
        padding: 70px 0px 0px 0px;
    }
    p.TopSlider__descr {
        font-size: 16px;
        line-height: 22px;
    }
    h1, .h1 {
        font-size: 25px !important;
    }
}

@media screen and (max-width: 500px) {
    .Applications__box {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        display: block;
        float: none;
        margin-bottom: 15px;
    }
    #header-2 h1 {
        width: 190px;
        margin: 0px auto;
        padding-top: 15px;
    }
    .TopSlider {
        margin-top: -120px;
    }
    p.TopSlider__title {
        font-size: 30px;
        line-height: 45px;
    }
    section.production p {
        padding: 0 15px;
    }
    .Applications__title {
        font-size: 25px;
        line-height: 35px;
    }
    .Company_title {
        font-size: 25px;
        line-height: 35px;
    }
    section.production p {
        font-size: 24px;
        line-height: 30px;
    }
    h2, .h2 {
        font-size: 25px;
    }
    .MiddleSections_title {
        font-size: 25px;
        line-height: 35px;
    }
    .Video_title {
        font-size: 25px;
        line-height: 35px;
    }
    .TopSlider__button {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 450px) {
    .accountant input, .accountant textarea, .accountant.wpcf7-tel {
        max-width: 225px;
    }
    .Banner input {
        max-width: 250px;
        padding-left: 20px;
    }
    .TopSlider__button {
        width: 260px !important;
    }
    .site-title img {
        width: 50px;
    }
    .menu-menyu-v-futere-container li {
        width: 100%;
    }
}