@import url("mobile.css");
@charset "utf-8";
@font-face {
     font-family: 'socicon';
     src: url('../../../fx-template/css/fonts/socicon-webfont.eot');
     src: url('../../../fx-template/css/fonts/socicon-webfont.eot?#iefix') format('embedded-opentype'), url('../../../fx-template/css/fonts/socicon-webfont.woff') format('woff'), url('../../../fx-template/css/fonts/socicon-webfont.woff2') format('woff2'), url('../../../fx-template/css/fonts/socicon-webfont.ttf') format('truetype'), url('../../../fx-template/css/fonts/socicon-webfont.svg#sociconregular') format('svg');
     font-weight: normal;
     font-style: normal;
     text-transform: none;
}
@font-face {
     font-family: 'Elusive-Icons';
     src: url('../../../fx-template/css/fonts2/elusiveicons-webfont.eot');
     src: url('../../../fx-template/css/fonts2/elusiveicons-webfont.eot?#iefix&v=2.0.0') format('embedded-opentype'), url('../../../fx-template/css/fonts2/elusiveicons-webfont.woff?v=2.0.0') format('woff'), url('../../../fx-template/css/fonts2/elusiveicons-webfont.ttf?v=2.0.0') format('truetype'), url('../../../fx-template/css/fonts2/elusiveicons-webfont.svg?v=2.0.0#elusiveiconsregular') format('svg');
     font-weight: normal;
     font-style: normal;
}
*,*:after,*:before {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     -webkit-font-smoothing: antialiased;
     font-smoothing: antialiased;
     text-rendering: optimizeLegibility;
}
.clientes {
     float: left;
     width: 10.46em;
     border-radius: 10px;
     border: 5px solid #666;
     margin: 5px;
}
body {
     margin: 0;
     font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
     font-size: 100%;
     background-color: #e1e1e1;
     background-image: url(../../../fx-template/images/bg.jpg);
     background-position: center -260px;
}
.categoryTitle {
     background-color: #555555;
     color: #fff;
     padding: 5px;
     width: 100%;
     float: left;
     margin-bottom: 5px;
}
@-webkit-viewport {
     width: device-width;
}
@-moz-viewport {
     width: device-width;
}
@-ms-viewport {
     width: device-width;
}
@-o-viewport {
     width: device-width;
}
@viewport {
     width: device-width;
}
h1,h2,h3,h4,h5 {
     font-size: 1.25em;
     font-weight: normal;
}
img,picture,embed,video,iframe {
     max-width: 100%;
}
ul,li {
     margin: 0;
     padding: 0;
     list-style: none;
}
i {
     font-style: normal;
}
a {
     text-decoration: none;
}
p {
     font-size: 0.875em;
}
img {
     max-width: 100%;
}
.clearfix:before,.clearfix:after {
     content: " ";
     display: table;
}
.clearfix:after {
     clear: both;
}
.clearfix {
     *zoom: 1;
}

hr {
     width: 100%;
     height: 1px;
     margin: 0.8em 0;
     padding: 0;
     border: 0;
     background-color: #CCC;
     float: left
}
.labelReturnError {
     display: flex;
     font-size: 10px !important;
     font-weight: bold;
     color: #fff;
     background: #f44336;
     padding: 5px;
     text-transform: uppercase;
 }
#parallax {
     width: 100%;
     float: left;
     height: 350px;
     background-color: #04888D;
     margin: 2em 0;
     min-height: 300px;
     position: relative;
     background: url('../../../fx-template/images/parallax.jpg') no-repeat fixed;
     background-position: center center;
     -webkit-background-size: cover !important;
     -moz-background-size: cover !important;
     -o-background-size: cover !important;
     background-size: cover !important;
}
#parallax span {
     width: 100%;
     height: 100%;
     position: absolute;
     background: url('../../../fx-template/images/overlay.png');
}
#parallax h4 {
     font-size: 2.5em;
     color: #fff;
     position: absolute;
     width: 100%;
     top: 30%;
     bottom: 50%;
     text-align: center;
     font-family: 'Titillium Web', sans-serif !important;
     font-weight: 100;
     margin-top: 30px;
}
#socialIcons .share {
     margin-top: -8px;
}
#socialIcons .share a {
     height: 36px;
     width: 36px;
     background-color: #00AA53;
     color: #FFF;
     border-radius: 100%;
     float: left;
     background-image: url(../../../fx-template/images/share.svg);
     background-repeat: no-repeat;
     background-position: 6px 0px;
     background-size: 20px;
     font-size: 0;
}
.socials {
     display: none;
     margin: 0;
     position: absolute;
     top: -9px;
     right: 43px;
}
.socials > li {
     list-style: none;
     float: left;
}
.socials > li > a {
     display: block;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     -webkit-transition: all 0.25s linear;
     -moz-transition: all 0.25s linear;
     -o-transition: all 0.25s linear;
     transition: all 0.25s linear;
}
.iconsShare a {
     float: left;
     padding: 10px 40px;
     width: 100%;
     margin: 0 0.5% 0.5% 0;
}
.iconsShare a.facebook {
     background-color: #3A5795;
     background-image: url(../../../fx-template/images/sharefacebook.svg);
     background-size: 30px;
     background-repeat: no-repeat;
     background-position: 5px center;
}
.iconsShare a.facebook li {
     color: #fff;
}
.iconsShare a.twitter {
     background-color: #55ACEE;
     background-image: url(../../../fx-template/images/sharetwitter.svg);
     background-size: 30px;
     background-repeat: no-repeat;
     background-position: 5px center;
}
.iconsShare a.twitter li {
     color: #fff;
}
.iconsShare a.whatsapp {
     background-color: #244242;
     background-image: url(../../../fx-template/images/sharewhatsapp.svg);
     background-size: 30px;
     background-repeat: no-repeat;
     background-position: 5px center;
}
.iconsShare a.whatsapp li {
     color: #fff;
}
.content {
     width: 100%;
     margin: 0 auto;
     max-width: 80em;
     position: relative;
     padding: 0.5em;
}
.top-header{
	width: 100%;
	height: 35px;
	position: absolute;
	top: 0;
	left: 0;
	background: #00aa53;
	z-index: 1;
	text-align: center;
	color: #fff;
	font-size: 14px;
	padding: 9px;
}

header {
     float: left;
     width: 100%;
     margin-bottom: 0;
     position: relative;
}
header .logo {
    margin: 0 auto;
    display: table;
    text-align: center;
}
header .logo img {
     max-width: 87.34375%;
}
.search-box {
    position: relative;
    margin-top: -9px;
}
.search-icon {
    background-color: #9e9ba2;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    float: right;
    text-align: center;
    line-height: 43px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.search-icon img{
    width: 17px;
}

.search-bar input{

   background: #00aa53;
    outline: none;
    border: 0 none;
   width:95%;
    height: 37px;
    color: #FFF;
}

.search-bar {
    background: #00aa53;
    outline: none;
    border: 0 none;
    border-radius: 20px;
    width: 400px;
    height: 37px;
    width: 0px;
    padding: 0;
    position: absolute;
    right: 0;
    top:0;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.search-bar input::placeholder {
  color: #fff;
}
.search-bar-open {
    display: block;
    width: 296px;
    padding-left: 40px;
    padding-right: 10px;
    top: 0;
    opacity: 1
}
.close-search{
    cursor: pointer;
    left: 10px;
    background: inherit;
    padding: 0;
    width: 16px;
    height: 16px;
    top: 10px;
    position: absolute;
}
.close-search img {
    width: 17px;
    position: absolute;
    top: 0;
    left: 0;
}

/*
form#searchForm {
     float: right;
     width: 38%;
     padding: 2em 0 0 0;
     clear: right;
}
form#searchForm .inputSearch {
     *display: block;
     width: 100%;
     height: 37px;
     padding: 0 8.5em 0 1em;
     font-size: 0.875em;
     float: left;
     color: #bbb;
     background-color: #fff;
     background-image: none;
     border: 1px solid #ccc;
     -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
     box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
     -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
     -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
     transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
form#searchForm .inputSearch:focus {
     border-color: #FFF;
     outline: 0;
     -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(253, 254, 255, 0.6);
     box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 255, 255, 0.6);
}
form#searchForm .buttonSearch {
     margin: 0;
     border: 0;
     background-color: #FF2E34;
     color: #FFF;
     padding: 0 1.5em;
     min-height: 37px;
     font-size: 0.875em;
     text-transform: uppercase;
     float: right;
     margin-top: -2.65em;
     cursor: pointer;
     outline: none;
     -webkit-transition: 0.3s all ease-in-out;
     -moz-transition: 0.3s all ease-in-out;
     -ms-transition: 0.3s all ease-in-out;
     -o-transition: 0.3s all ease-in-out;
     transition: 0.3s all ease-in-out;
}
form#searchForm .buttonSearch:hover {
     background-color: #B71D22;
}
*/
#socialIcons {
     margin: 0 auto;
     display: table;
}
#socialIcons ul {
     min-width: 100%;
}
#socialIcons ul li {
     float: left;
     margin: 0 0.2em;
}
#socialIcons .google a {
     height: 42px;
     width: 45px;
     font-family: 'socicon' !important;
     font-size: 1.125em;
     -webkit-font-smoothing: antialiased;
     background-color: #D34836;
     color: #FFF;
     padding: 0.5em;
     text-align: center;
     border-radius: 100%;
}
#socialIcons .facebook a {
     height: 42px;
     width: 45px;
     font-family: 'socicon' !important;
     font-size: 1.125em;
     -webkit-font-smoothing: antialiased;
     background-color: #3A5795;
     color: #FFF;
     padding: 0.5em;
     text-align: center;
     border-radius: 100%;
}
#socialIcons .twitter a {
     height: 42px;
     width: 45px;
     font-family: 'socicon' !important;
     font-size: 1.125em;
     -webkit-font-smoothing: antialiased;
     background-color: #55ACEE;
     color: #FFF;
     padding: 0.5em;
     text-align: center;
     border-radius: 100%;
}
#socialIcons .blogger a {
     height: 42px;
     width: 45px;
     font-family: 'socicon' !important;
     font-size: 1.125em;
     -webkit-font-smoothing: antialiased;
     background-color: #F57D00;
     color: #FFF;
     padding: 0.5em;
     text-align: center;
     border-radius: 100%;
}
#socialIcons .google a,#socialIcons .facebook a,#socialIcons .blogger a,#socialIcons .twitter a {
     -webkit-transition: 0.3s all ease-in-out;
     -moz-transition: 0.3s all ease-in-out;
     -ms-transition: 0.3s all ease-in-out;
     -o-transition: 0.3s all ease-in-out;
     transition: 0.3s all ease-in-out;
}
#socialIcons .google a:hover,#socialIcons .facebook a:hover,#socialIcons .blogger a:hover,#socialIcons .twitter a:hover {
     color: #fff;
     background-color: #00AA53;
     -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
     -o-transform: rotate(360deg);
}
.title {
     position: relative;
     padding: 0.3em 0 0.3em 0;
     margin: 0 auto 0.3em auto;
     color: #666;
     background-color: transparent;
     text-transform: uppercase;
}
#wrapper {
     margin-bottom: 0.6em;
     float: left;
     width: 100%;
}
#wrapper.wrapperHome {
     background-color: #fff;
}
#wrapper .content .widget {
     float: left;
     width: 50%;
     background-color: #fff;
     padding: 0.4em;
     margin: 0 0 1.5em 0;
}
#wrapper .content .widget article {
     float: left;
     width: 100%
}
#wrapper .content .widget.five,.owl-theme .owl-controls {
     margin-bottom: 0;
     margin-top: 0 !important;
}
#wrapper .content .widget.five,#wrapper .content .widget.one.contact {
     width: 100%
}
#wrapper .content .widget.six{
     width:50%;
     text-align: center;
}
#wrapper .content .widget.one,#wrapper .content .widget.two,#wrapper .content .widget.three {
     width: 100%;
     text-align: center;
}
#wrapper .content .widget.four {
     width: 50%;
     font-size: 100%;
     margin-bottom: 1em;
     text-align: center;
}
#wrapper .content .widget.five .title {
     text-align: center;
}
#wrapper .content .widget.one .title,#wrapper .content .widget.two .title,#wrapper .content .widget.three .title,#wrapper .content .widget.four .title,#wrapper .content .widget.five .title {
     font-size: 1.5em !important;
}
#wrapper .content .widget.one .title span,#wrapper .content .widget.two .title span,#wrapper .content .widget.three .title span,#wrapper .content .widget.four .title span,#wrapper .content .widget.five .title span {
     font-size: 1.3em;
     color: #555555;
}
#wrapper .content .widget.aside {
     width: 20%;
     float: left;
}
#wrapper .content .widget.aside ul li,#wrapper .content .widget.aside ul li a {
     color: #666;
     font-size: 0.95em;
}
#wrapper .content .widget.aside ul li:before {
     content: ">";
     font-size: 15px;
     margin-right: 0.1em;
     padding: 0px;
     line-height: 1.8;
     font-weight: bold;
}
#wrapper .content .widget.page {
     width: 100%;
}
#wrapper .content .widget.page .title {
     position: relative;
     padding: 0.3em 0 0.3em 0;
     margin: 0 auto 0.3em auto;
     color: #D0D0D0;
     background-color: #414141;
     text-transform: uppercase;
}
#wrapper .content .widget.page .title span {
     padding: 0 10px;
}
#wrapper .content .widget.pageDetails {
     display: table-cell;
     width: 100%;
}
.iconMore {
     font-size: 2.3em !important;
     float: right;
     margin: -0.40em 0.1em 0 0;
     position: relative;
     color: #333;
}
.buttonReadMore {
     text-transform: uppercase;
     font-weight: 600;
     font-size: 0.73em;
     color: #000;
     float: left;
     padding: 0.22em 0.3em 0.25em 0.2em;
}
.buttonReadMore:hover {
     background-color: #666;
     color: #FFF;
}
.buttonReadMore:before {
     content: ">";
     font-size: 13px;
     margin-right: 0.1em;
     padding: 2px;
     font-weight: bold;
}
footer {
     position: relative;
     background-color: #222;
     float: left;
     width: 100%;
     padding: 0.5em 0 0 0;
}
footer .content .widget {
     float: left;
     padding: 0.5em;
     width: 33.33333333333333%;
     position: relative;
     color: #FFF;
     overflow: hidden;
}
footer .content .widget h3 {
     text-transform: uppercase;
     font-weight: 600;
     font-size: 0.875em;
     padding: 0.2em 0.2em 0 0.2em;
     margin-bottom: 1em;
     width: 100%;
}
footer .copyRight {
     width: 100%;
     float: left;
     background-color: #111;
     color: #fff;
}
footer .copyRight .content {
     font-size: 0.875em;
     width: 100%;
     max-width: 90em;
     height: 17px;
     display: table;
}
footer .copyRight .content span {
     display: table-cell;
     vertical-align: middle;
     padding: 0 30px 0 0;
}
.fxShare {
     float: right;
     position: relative;
     margin: -1.5em 0 0 0;
}
.fxShare li {
     float: left;
     margin: 0.2em 0.6em 0 0;
}
.fxShare strong {
     font-size: 0.6875em
}
.fxShare li a {
     font-family: 'socicon' !important;
     font-size: 1.125em;
     color: #666;
}
.fxShare li a:hover {
     color: #B81515;
}
#breadCrumb {
     font-size: 0.8125em;
     margin: 1em 0 1em 0;
     float: left;
}
#breadCrumb hr {
     margin: 1em 0 0 0;
}
#breadCrumb a {
     color: #333;
}
.rating {
     position: relative;
     float: left;
     margin: 7px 0 0 0;
}
.ratingblock p {
     text-overflow: ellipsis;
     white-space: nowrap;
     overflow: hidden;
}
.rating-input {
     float: right;
     width: 16px;
     height: 16px;
     padding: 0;
     margin: 0 0 0 -16px;
     opacity: 0;
}
.rating:hover .rating-star:hover,.rating:hover .rating-star:hover ~ .rating-star,.rating-input:checked ~ .rating-star {
     background-position: 0 0;
}
.rating-star,.rating:hover .rating-star {
     position: relative;
     float: right;
     display: block;
     width: 16px;
     height: 16px;
     background-image: url('https://kubyshkin.ru/samples/star-rating/star.png');
     background-position: 0 -16px;
}
.relatedPosts,.relatedPosts ul {
     float: left;
     width: 100%;
}
.relatedPosts h2.title {
     box-shadow: none;
     background: rgba(0, 0, 0, 0);
     padding: 0;
     float: left;
     width: 100%;
}
.relatedPosts li {
     float: left;
     clear: both;
}
.fxPagination {
     float: left;
     width: 100%;
     position: relative;
     margin: 1em 0 0 0;
}
.fxPagination ul {
     display: block;
     width: 100%;
}
.fxPagination ul li {
     float: left;
     background-color: #666;
     margin: 0 0.2% 0 0.2%;
     padding: 0.3em 0.5em;
     color: #FFF;
     float: left;
     font-size: 0.875em;
}
.fxPagination ul li:hover {
     background-color: #555555;
}
.fxPagination ul li:first-child:hover,.fxPagination ul li:last-child:hover {
     background-color: #666;
}
.fxPagination ul li a {
     color: #FFF;
}
.fxPagination ul li.on {
     background-color: #555555;
}
#ascrail2000 {
     z-index: 9 !important;
}
.nicescroll-rails > div {
     width: 12px !important;
     border: inherit !important;
     border-radius: 0 !important;
}
#barShare {
     float: right;
     margin: 0.5em 0 0 0;
}
#like ul {
     list-style: none;
}
#like ul li {
     float: left;
     margin-right: 10px;
}
#like ul li a {
     border-bottom: 0;
}
input[type="button"]:disabled {
     background: #EAEAEA;
     color: #EAEAEA;
     background-image: url('../../../fx-template/images/spinner.gif');
     background-repeat: no-repeat;
     background-position: left center;
}
input[type="button"]:enabled > .button {
     background: #005b99;
     color: #FFF;
     background-image: none;
}
.error h2 {
     font-weight: bold;
     font-size: 260px;
     line-height: 1;
     text-align: center;
     text-shadow: 0 0 28px rgba(35, 35, 35, 0.5);
     text-transform: uppercase;
     color: rgba(0, 0, 0, 0);
}
.error h3 {
     font-size: 30px;
     text-align: center;
     opacity: 0.2;
     filter: alpha(opacity=20);
}
.contact ul,.contact h2.title {
     text-align: left;
}
.contact ul li,.contact ul li a {
     font-size: 14px;
     color: #333;
     line-height: 1.5;
}
.contact ul li a.btnMap {
     font-size: 14px;
     color: #666;
}
#back-to-top {
     display: none;
     position: fixed;
     bottom: 83px;
     right: 40px;
     z-index: 9999;
     width: 32px;
     height: 32px;
     text-align: center;
     font-size: 19px;
     line-height: 30px;
     background: #222222;
     color: #FFF;
     cursor: pointer;
     border: 0;
     border-radius: 2px;
     text-decoration: none;
     transition: opacity 0.2s ease-out;
     opacity: 0;
}
#back-to-top:hover {
     background: #333;
}
#back-to-top.show {
     opacity: 1;
}
#wrapper .content .widget.page.products {
     float: left;
     width: 80%;
}
.section {
     clear: both;
     padding: 0px;
     margin: 0px;
}
.iconCategory {
     float: left;
     padding: 11px 11px;
     margin: 0 15px 0 0;
     width: 40px;
     height: 40px;
     font-size: 0;
     background-color: #222;
     background-image: url(../../../fx-template/images/iconcategory.png);
     background-repeat: no-repeat;
     background-size: 30px;
     background-position: center center;
     cursor: pointer;
}
.asideMobile {
     position: absolute;
     float: left;
     z-index: 1;
     margin-right: 15px;
     clear: both;
     margin-top: 0px;
     margin-left: -255px;
     background: #FFF;
     min-width: 200px;
     outline: 1px solid #DDD;
}
.asideMobile h1 {
     background-color: #222;
     color: #fff;
     padding: 0.4em 0 0.4em 0;
     margin-bottom: 0;
}
.asideMobile h1 span {
     padding: 8px 0 0 10px;
}
.asideMobile ul li {
     border-bottom: 1px solid #DDD
}
.asideMobile ul li:hover,.asideMobile ul li a:hover {
     background: #F1F1F1;
     color: #333;
}
.asideMobile ul li a {
     font-size: 1em;
     color: #333;
     padding: 0.5em;
     display: block;
}
.widget aside h1.title span.categoryTitle {
     background-color: #555555;
     color: #fff;
     padding: 5px;
     width: 100%;
     float: left;
     margin-bottom: 5px;
}
.widget aside h1.title span.categoryTitle {
     background-color: #555555;
     color: #fff;
     padding: 5px;
     width: 100%;
     float: left;
     margin-bottom: 5px;
}
@media only screen and (max-width: 980px) {
     .product {
         width: 31%;
    }
}
/*@media screen and (min-width: 768px) and (max-width: 1920px) {*/
@media screen and (min-width: 768px) {
     .iconCategory {
         display: none;
    }
     .asideMobile {
         display: none;
    }
}
@media screen and (max-width: 768px) {
     .wrappreProducts .content .widget.aside {
         display: none;
    }
}
@media only screen and (max-width: 480px) {
     .col {
         margin: 1% 0 1% 0%;
    }
     .product {
         width: 46%;
         margin: 0 2% 7% 2% !important;
    }
    .top-header{
			height: 45px;
			font-size: 13px;
			padding: 7px;
    }
}
#loading {
     background: #FFF;
     height: 100%;
     width: 100%;
     position: fixed;
     z-index: 9999999;
     left: 0;
     top: 0;
     right: 0;
     text-align: center;
}
.progress {
     position: relative;
     height: 50px;
     display: block;
     width: 50px;
     background-color: #FFF;
     top: 50%;
     left: 50%;
     margin: -25px 0 0 -25px;
}
.rotating-plane {
     display: block;
     width: 100%;
     height: 100%;
     background-color: #555555;
     margin: 0 auto;
     -webkit-animation: rotateplane 1.2s infinite ease-in-out;
     animation: rotateplane 1.2s infinite ease-in-out
}
@-webkit-keyframes rotateplane {
     0% {
         -webkit-transform: perspective(120px) 
    }
     50% {
         -webkit-transform: perspective(120px) rotateY(180deg) 
    }
     100% {
         -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg) 
    }
}
@keyframes rotateplane {
     0% {
         -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
         transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
    }
     50% {
         -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
         transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
    }
     100% {
         -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
         transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg) 
    }
}
