html,body { overflow-x:hidden; }
body            {
  background:#fff;font-family: 'Open Sans', sans-serif;
  font-size:15px;color:#282828;font-weight:300;
}
a { color:#363636; }
a, a:hover      { text-decoration:none;color:#155162; }
::selection     { background: #272727;color:#fff; }
::-moz-selection { background: #272727;color:#fff; }

textarea { resize: none; }

.text-primary { color: #1a647a; }
.label-primary { background: #1a647a; }
.d-none { display:none !important; }

.form-group { float:left;width:100%;margin-bottom:7px; }
.form-control { height:30px;padding:5px;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0; }
.form-horizontal .control-label { text-align:left;font-weight:300;padding-top:5px; }
.required { font-weight:700;color:#C10000; }

.alert-mini {
  margin-top:10px;padding:5px;font-size:13px;
  font-weight:bold;
}

.btn {
  text-transform: uppercase;
  font-weight:600;
  border-radius:0;
  -moz-border-radius:0;
  -webkit-border-radius:0;
}

.btn-primary {
  background-color: #1a647a;
  border-color: #1a647a;
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #155162;
  border-color: #155162;
  color: white;
}

h1,h2,h3,h4,h5  {
    position:relative;
    font-family:'Open Sans', sans-serif;
    font-weight:400; margin-top:0;
    color:#363636;
    display:inline-block;
}


h1 { font-size:27px;margin-bottom:45px; }
h2 { position:relative;font-size:23px; margin-bottom:35px; }
h2.headerCart { font-size:27px;font-weight:600; border-bottom: 2px solid #155162;padding-bottom:10px; }
h3 { margin-bottom:20px; }
h3 i {
  background:#3E3E3E;color:#fff;
  margin-right:10px;height:29px;
  line-height:32px;padding-top:3px;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}

.gap { margin-bottom:30px; }
.gap-small { margin-bottom:20px; }
.gap-mini { margin-bottom:10px; }
.gap-none { margin-bottom:0px; }
section { float:left;position:relative;width:100%;background:#fff;line-height:25px; }
.container { width:auto !important;max-width:1500px !important; }
.container.container-wide { max-width:1500px !important; }

.home-web,
.top-bar i,
.nav-top,
.nav-top > li,
.nav-top > li > a,
.slider .slider-image,
.col-res,
header .logo,
.company-item,
.item,
.resp-now,
.album-item {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.top-bar {
  background:#fff;
  font-size:14px;
  color:#363636;
  height:34px;line-height:34px;
  position:relative;z-index:5;
  overflow:hidden;
}
.top-bar i {
  color:#1a647a;
  margin-right:8px;
}

header {
  position:absolute;left:0;right:0;top:34px;
  z-index:12;padding:0;width:100%;
  color:#363636;background:rgba(255,255,255,0.7);
  border-bottom:1px solid #aaaaaa;
}
header .container {  }
header .logo {
  display:block;
  max-width:250px;
  margin:20px 0;
}

.resp-now,
.resp-login {
  margin-top:5px;
  padding:5px;
}
.resp-menu {
  display:none;background:#fff;
  padding-top:5px;padding-bottom:5px;
}
.resp-menu ul li a {
  display:block;
  padding:3px 0px;margin-top:0px;
  border-bottom:1px solid #aaa;
  background:transparent;font-size:15px;
  color:#363636;
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  border-radius:0px;
  -webkit-transition: all 0.15s ease-in;-moz-transition: all 0.15s ease-in;-o-transition: all 0.15s ease-in;transition: all 0.15s ease-in;
}
.resp-menu ul li a:before {
  content: "\f0da";
  font-family: FontAwesome;
  margin-right:8px;
  color:#1a647a;
}
.resp-menu ul li a:hover {
  color:#1a647a;
}


.nav-top {
  margin:0 auto !important;
  width:auto;
}
.nav-top > li {
  padding:0;margin:30px 0px 0px 0px;
  -webkit-border-radius:0 !important;
  -moz-border-radius:0 !important;
  border-radius:0 !important;
  background:transparent !important;
}
.nav-pills > li + li {
  margin-left:0;
}
.nav-top > li > a {
  position:relative;
  padding: 3px 10px 6px 10px;margin:0px;
  color:#363636;font-size:17px;
  background:transparent !important;
  font-weight:400;
  -webkit-border-radius:0 !important;
  -moz-border-radius:0 !important;
  border-radius:0 !important;
  -webkit-transition: all 0.01s ease-in;-moz-transition: all 0.01s ease-in;-o-transition: all 0.01s ease-in;transition: all 0.01s ease-in;
}
.nav-top > li.active > a {
  color:#3a4664 !important;
}
.nav-top > li > a .fa-bars {
  margin-left:10px;margin-right:10px;
}
.nav-top .open,
.nav-top .open:focus,
.nav-top .open:hover,
.nav-top > li.active,
.nav-top > li.active:hover,
.nav-top > li.active:focus,
.nav-top > li:hover,
.nav-top > li:focus {
  border-bottom:2px solid #1a647a !important;
  color:#3a4664 !important;
}
.nav-top > li > .dropdown-menu {
  width:250px;margin:0 -80px 0 0;background:rgba(255,255,255,0.8);
  border:1px solid #D1D1D1;
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  border-radius:0px;
  -webkit-transition: all 0.15s ease-in;-moz-transition: all 0.15s ease-in;-o-transition: all 0.15s ease-in;transition: all 0.15s ease-in;
}
.nav-top > li > .dropdown-menu a {
  color:#555555;font-size:15px;
  font-weight:300;
  white-space: normal !important;
}
.nav-top > li > .dropdown-menu a:hover {
  background:rgba(255,255,255,0.9);
  color:#000;
}
.nav-top > li:hover > .dropdown-menu {
  display:block;
}

header.onScroll { position:fixed;top:0px; }
header.onScroll .logo {
  margin:10px 0 15px 0;
  max-width:200px;
}
header.onScroll .nav-top > li {
  margin:15px 0px 0px 0px;
}
header.onScroll .nav-top > li > a {
  padding:3px 10px 3px 10px;margin:0px;
}
header.onScroll .resp-now {
  margin:5px 8px !important;
}

/* BREADCRUMBS */
.breadcrumb {
  position:relative;z-index:10;
  background-color:#155162;
  border-radius: 5px;
  margin: 20px 0 0;
  padding: 2px 5px;
}
.breadcrumb li, .breadcrumb > .active {
  background-color: transparent;
  padding:3px 5px;margin-left:10px;
  color: #fff;border-radius:4px;
}
.breadcrumb > .active {
  font-weight:600 !important;
}
.breadcrumb > li + li:before {
  color: #fff;
  content: " / ";
  margin-left:-15px;
}
.breadcrumb > li.active:before {
  color: #fff;
  content: "\f0da";
  font-family: FontAwesome;
  color:#E9A71D;
  margin-left:4px;
}
.breadcrumb a {
  color: #fff;
}
.breadcrumb a:hover, .breadcrumb a:focus {
  color: #fff;
}


.slider {
  position:relative;
  min-height:100px;
  background:#F2F2F2;
  width:100%;
  background-repeat:no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.slider img {
  width:100%;
}
.slider .slider-image {
  width:100%;height:450px;
  background-repeat:no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.slider-sub .slider-image {
  height:200px;
}

.slider .home-login {
  margin-top:90px;
  padding-top:20px;padding-bottom:20px;
  min-height:100px;
  background:rgba(138,138,138,0.7);
  color:#fff;
}
.slider .home-login h2 {
  color:#fff;
  padding-bottom:0;
  margin-bottom:10px;
}
.slider .home-login p {
  padding:10px 0 15px 0;
}
.slider .home-login .form-group {
  margin-bottom:10px;
}

.table-small > tbody > tr > td {
  border-top:0;
  padding:6px 0;
}
.text-top {
  padding-top:50px;padding-bottom:50px;
  background:transparent;
}

/* HOME WEB */
.slider .home-websites { position:relative;margin-top: 210px; }
.home-web { position: relative;text-align:center;margin-bottom: 30px;padding-bottom:10px;background:rgba(255,255,255,0.8);border-radius:4px; }
.home-web:hover { background:rgba(255,255,255,1); }
.home-web a { display:block;color:#000000;font-weight:600;padding:10px; }
.home-web img { width:100%;max-width:300px; }
.home-web .web-text { padding:10px 0 0 0;height:44px;line-height:22px; }

.home-news { position: relative;text-align:center;margin-bottom: 30px;background:#fff;border-radius:4px;border:1px solid #356a9a;overflow:hidden; }
.home-news:hover { background:#356a9a; color:#fff; }
.home-news a { display:block;font-weight:600; }
.home-news img, .news-image { width:100%;max-width:100%;background-color:#fff;background-repeat:no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
.home-news img {
  -webkit-transition: all 0.15s ease-in; -moz-transition: all 0.15s ease-in; -o-transition: all 0.15s ease-in; transition: all 0.15s ease-in;
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  -webkit-filter: grayscale(80%);
  -moz-filter: grayscale(80%);
  filter: grayscale(80%); }
.home-news:hover img {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%); }
.home-news .web-text { position:relative;padding:10px 0 0 0;height:66px;line-height:22px; }
.home-news .web-text h5 { font-size: 15px; }
.home-news:hover .web-text h5 { color:#fff;}
.home-news .web-text .price { position:absolute;top:-35px;right:5px;padding:4px; border-radius:3px; background:#356a9a; color:#fff; }

.panel-title:after { display:none; }
.panel-body { padding:0; }
.panel-body .table { margin:0; }


.list-group .list-group-item { padding:0; }
.list-group .list-group-item a { display:block;padding:6px 10px;color:#000000; }
.list-group .list-group-item a .fa { position:absolute;top:12px;right:10px;color:#155162; }
.list-group .list-group-item a:hover { background:#555555;color:#fff !important; }
.list-group .list-group-item a:hover .fa { color:#fff !important; }

/* SHOP */
.shop-menu {float: left;margin: 0px 0px 40px 0;padding: 0px;border: 0px; list-style: none; }
.shop-menu li { padding:0px 0px; }
.shop-menu li a { display:block;padding:2px 7px; color: #363636; font-weight:400; }
.shop-menu li a:before { content:"\f105";font-family:FontAwesome;color: #1a647a;font-weight:600;margin-right:5px; }
.shop-menu li a:hover { color: #1a647a; }
.shop-menu li.active a { font-weight:bold;color:#1a647a; }
.shop-menu li ul.sub-menu { padding: 0px;border: 0px;margin-top:0px;}
.shop-menu li ul.sub-menu li { padding:0px; display: block; width: 100%;}
.shop-menu li ul.sub-menu li a { padding:10px 5px; display: block; border-radius:0px;}
.shop-menu li ul.sub-menu li a:hover { color: #ffffff;}

.shop_search { margin-top: 10px; margin-bottom: 30px; float: left; width: 100%; }
.search_input { height: 44px; padding: 12px 12px; float: left; }
.search_btn { height: 44px; background-color: #1a647a; color: #FFFFFF; width: 120px; margin-left: -120px; float: left; }


.product .product-item {
    border: 1px solid #d8d8d8; position: relative;margin-bottom: 30px;
    -webkit-transition: all 300ms;-moz-transition: all 300ms;transition: all 300ms;
}

.product h5:after { display:none; }

.product .product-item { background-color: #fff; }
.product .product-item:hover { background-color: #F7F7F7; }

.product-image,
.product .product-item img {
  width: 100%; background-position: center;
  background-size: contain; background-repeat: no-repeat;
  background-color:#fff;
}
.product .product-item .product-text { padding: 10px 10px 80px 10px;height: 100px;overflow: hidden;line-height:21px; text-align:center;font-weight:400; }
.product .product-item .product-text h5 { font-size: 19px;font-weight:400; color:#1a647a; }

.product .product-item .product-price {
    position: absolute; text-align: center;
    border-radius:0px;
    background-color: #1a647a;
    color: #fff; font-size:15px !important;
    font-weight:600;
    top:8px;right:8px;
    line-height:17px;padding:5px;
}

.detail-price { font-size: 23px;width: 100%;float: left;font-weight: 700;padding: 5px 0 20px 0; }
.detail-short { padding-bottom: 20px;float: left;width: 100%; }
.detail-cart { border: 1px solid #C1B9B0;background-color: #f7f6f6;float: left; width: 100%;}
.detail-cart-price { font-size: 23px;width: 100%;float: left;font-weight: 700;padding: 20px 0 30px 20px; }
.detail-cart-amount { float: left; padding: 4px 0 4px 15px; }
.btn-amount { width: 29px; height: 29px; background-color: #1a647a; border: 0px; color: #ffffff;margin-top:-1px; }
.btn-left {
    margin-right: -4px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}
.btn-right {
    margin-left: -4px;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
}
.input-amount { background: #155162; border-radius:3px;color: #fff; border: none;height: 36px; width:30px; text-align: center;font-size: 17px; }
.detail-cart-add { float: left;width: 100%;padding: 10px;}
.detail-cart-add-btn {
    cursor: pointer; border: 0px;
    color: #ffffff;float: right;
    font-size: 21px;background-color: #1a647a;
    padding: 10px;
    -webkit-transition: all 300ms;-moz-transition: all 300ms;transition: all 300ms;
}
.detail-cart-add-btn:hover {background-color: #155162;}

.webshop-cart {
  position:fixed;z-index:10;
  bottom:0;right:15px;
  width:400px;color:#fff;
}
.webshop-cart .cart-button {
  float:right;background:#1a647a;cursor:pointer;width:auto;
  font-weight:600;display:block;padding:4px 10px;color:#fff;
  border-top-left-radius:4px;border-top-right-radius:4px;
  margin-right:10px;
}
.webshop-cart .cart-button:hover { background:#155162; }
.webshop-cart .cart-products {
  float:left;display:none;width:100%;background:#1a647a;
  border-top-left-radius:5px;border-top-right-radius:5px;
  font-weight:400;
}
.webshop-cart .cart-products .products-inner { padding:10px; }
.webshop-cart .cart-products .table { margin-top:15px;margin-bottom:15px; }
.webshop-cart .cart-products .remove { color:#155162;cursor:pointer;-webkit-transition: all 300ms;-moz-transition: all 300ms;transition: all 300ms; }
.webshop-cart .cart-products .remove:hover { color:#F7F6F6; }
.webshop-cart .cart-products .btn-primary { background:#155162; }

.ui-menu-item { font-size:14px;border-radius:0; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { font-size:14px;border-radius:0; }

.send-mail h1:after,
.send-mail h2:after,
.send-mail h3:after,
.send-mail h4:after,
.send-mail h5:after {
  display:none;
}


.parallax {
  position:relative;
  padding-top:80px;padding-bottom:50px;
  background-repeat:no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.parallax .overlay {
  position:absolute;
  z-index:0;
  top:0;right:0;bottom:0;left:0;
  background:rgba(255,255,255,0.25);
}


.admin-menu2 * { -webkit-transition: all 500ms; -moz-transition: all 500ms; transition: all 500ms; }
.admin-menu2 { }
.admin-menu2 li a { display:block;color:#282828;font-weight:600;font-size:13px !important;padding:4px 0px;text-align:center; }
.admin-menu2 li a span { display:-webkit-flex; display:-webkit-box; display:-moz-flex; display:-moz-box; display:-ms-flexbox; display:flex;
  align-items: center;
  justify-content: center; }
.admin-menu2 li a i { display:block;margin:3px auto;background:#2F789F;color:#fff !important;border-radius:4px;height:75px;width:75px;line-height:75px;font-size:45px;clear:both; }
.admin-menu2 li a:hover { color:#2F789F; }
.admin-menu2 li a:hover i { background-color:#155162; }
.admin-menu2 li { line-height: 2; }
.admin-menu2 li.active a { font-weight:700; }


/* TEXT */
.text-content {
  background:#f1f1f1;
  padding-top:60px;
  padding-bottom:60px;line-height:30px;
}
.text-content .row {
  margin-bottom:25px;
}
.text-content .col-md-8 {
  margin-bottom:40px;
}
.text-content ul li a {
  color:#282828;font-weight:400;font-size:15px;
}
.text-content ul li a:hover, .text-content ul li a i {
  color:#2F789F;
}
.text-content .list-cat li.sub {
  padding-left:17px;
}
.text-content .list-cat li {
  line-height: 2;
}
.text-content .list-cat li.active a {
  font-weight:600;
}
.text-content .list-cat li.active a i {
  font-weight:400;color:#470D07;
}

.text-content .text-slider {
  display:inline;float:left;width:95%;margin:0 0 25px 0;
  border:6px solid #fff;border-bottom:35px solid #fff;background:#EAEAEA;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(140,140,140,0.69);
  -moz-box-shadow: 0px 0px 5px 2px rgba(140,140,140,0.69);
  box-shadow: 0px 0px 5px 2px rgba(140,140,140,0.69);
}
.text-content2 .text-slider:before { position:absolute;z-index:11;content:" ";margin:-48px 0 0 35px;width:64px;height:64px;background:url('../images/punaise.png') center no-repeat; }
.text-content .text-slider img { max-width:100%; }

.text-content .thumbnail {
  border:1px solid #86664F;background:#F5F5F5;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(140,140,140,0.69);
  -moz-box-shadow: 0px 0px 6px 0px rgba(140,140,140,0.69);
  box-shadow: 0px 0px 6px 0px rgba(140,140,140,0.69);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.text-content .thumbnail:hover {
  border:1px solid #2D1700;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
.text-content .thumbnail {
  height:140px;overflow:hidden;
}

.text-content .img-border {
  border:1px solid #3a4664;
}
.text-content .img-product {
  display: inline !important;
}

iframe {
  max-width:100% !important;
}


.google-maps { margin-bottom: -7px !important; }
.google-maps .col-half { padding:0 !important; }
.google-maps #map-canvas { display:block;width:100%; height:300px;background:#F8F8F8; }
.google-maps #view-canvas { width:100%; height:300px; }

footer {
  float:left;position:relative;width:100%;
  padding:20px 0 40px 0;line-height:26px;
  background:#f1f1f1;
}
footer h3 {
  color:#555555;
  font-size:21px;
  margin-top:18px;
  margin-bottom:20px;
}
footer .footer-logo { margin-top:0px;width:90%;max-width:200px; }
footer a        { color:#555555;font-weight:300; }
footer a i      { color:#155162; }
footer a:hover  { color:#155162; }
footer img      { margin-bottom:23px; }
footer ul       { margin-left:0px; }
footer li       { margin:1px 0; }
footer .col-footer { padding-top:20px;padding-bottom:15px; }
footer .table > thead > tr > th,
footer .table > tbody > tr > th,
footer .table > tfoot > tr > th,
footer .table > thead > tr > td,
footer .table > tbody > tr > td,
footer .table > tfoot > tr > td {
  border:0;padding:4px 0;
}

copyright       { float:left;position:relative;width:100%;background:#D3D3D3;padding:20px 0 40px 0;color:#282828;font-size:14px; }
copyright img   { margin-top:-4px; }
copyright .social a {
  display:block;float:left;
  margin-top:-50px;margin-right:10px;margin-bottom:20px;
  text-align:center;
  height:60px;width:60px;line-height:58px;
  background:#1f374e;color:#fff;font-size:26px;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
}
copyright .social a:hover { background:#272727; }


/* OWL SLIDER */
.owl-theme .item{
  margin: 20px 25px;
  border:0px solid #CCCCCC;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  color:#282828 !important;
}
.owl-theme .col-xs-12 .item {
  margin: 10px 0px 20px 0px;
}
.news .item:hover,
.owl-theme .item:hover {
  background:#EAEAEA;
}
.news .item a,
.owl-theme .item a {
  display: block;
  width: 100%;
  height: auto;
  position:relative;
}
.news .item img,
.owl-theme .item img {
  display: block;
  width: 100%;
  height: auto;
}
.news .item h4,
.owl-theme .item h4 {
  padding:6px;
  height:50px;
  overflow:hidden;
  margin-bottom:0px;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity:0.99;filter: alpha(opacity=99);
}
.owl-theme .owl-controls .owl-buttons div {
  padding: 0;
}

.owl-theme .owl-controls .owl-buttons div {
  background:#3e6e96;
  width:40px;height:40px;line-height:39px;
  margin:0;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  color:#fff;font-size:21px;font-weight:700;
  opacity:0.99;filter: alpha(opacity=99);
}

.owl-theme .owl-controls .owl-buttons .owl-prev{}
.owl-theme .owl-controls .owl-buttons .owl-next{}

.owl-theme.horse-images .item {
  position:relative;
  margin: 0;
  padding: 5px;
}
.owl-theme.horse-images .item .video {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  -webkit-filter: grayscale(80%);
  -moz-filter: grayscale(80%);
  filter: grayscale(80%);
}
.owl-theme.horse-images .item:hover .video {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}
.owl-theme.horse-images .item .fa-circle {
  position:absolute;z-index:2;
  font-size:70px;color:#fff;
  top:50%;left:50%;margin:-35px 0 0 -29px;
  opacity:1;filter: alpha(opacity=100);
  text-shadow: 0px 0px 11px rgba(0, 0, 0, 1);
}
.owl-theme.horse-images .item .fa-youtube-play {
  position:absolute;z-index:3;
  font-size:40px;color:#C10000;
  top:50%;left:50%;margin:-20px 0 0 -19px;
  opacity:1;filter: alpha(opacity=100);
}
.owl-theme.horse-images .item:hover .fa-circle,
.owl-theme.horse-images .item:hover .fa-youtube-play {
  opacity:0.8;filter: alpha(opacity=80);
}
.owl-theme.horse-images .owl-controls .owl-buttons div {
  width:25px;height:30px;line-height:30px;
  font-size:17px;
}


/* FANCYBOX */
.fancybox-title {
	font: 400 18px "Open Sans",sans-serif;
    color:#282828;text-align:center;
    padding-bottom:4px;
}

/* RESPONSIVE */
@media screen and (max-width:1100px) {
  .nav-top > li > a { padding:3px 9px 6px 9px; }
}

@media screen and (max-width:990px) {
  header .logo {
    max-height:60px;
    margin:20px 0;
  }

  .resp-now {
    margin:25px;
  }

  .slider .slider-image {
    height:250px;
  }
  .slider .home-websites { margin-top: 110px; }

  .home-web { margin-bottom:10px; }
  .home-web img { max-width:200px; }
}

@media screen and (max-width:800px) {
  .text-content { padding:50px 0; }

  .owl-theme .owl-controls .owl-buttons div {
    width:35px;height:55px;line-height:54px;
    font-size:29px;
  }
}

@media screen and (max-width:767px) {
  header .title {
    font-size:21px !important;
    padding:20px 0;
  }
  header .nav-top > li > a { padding:20px 7px !important; }

  .resp-now,
  .resp-login {
    margin:10px 1px !important;
    padding:10px !important;
  }

  .slider {
    padding-top:0px;
  }
  .slider .home-websites { margin-top: 30px; }

  .text-content .text-slider { width:100%;margin:0 0 15px 0; }
  .text-content .thumbnail { height:200px; }
}

@media screen and (max-width:620px) {
  body { font-size:14px; }

  h1 { font-size:23px;margin-bottom:35px; }
  h2 { font-size:21px;margin-bottom:28px; }
  h3 { font-size:18px;margin-bottom:15px; }

  .top-bar { height:20px; }
  .top-bar .container {
    display:none;
  }
  header { top:20px; }
  header .logo {
    max-width:180px !important;
    margin:12px 0 !important;
  }

  .text-content { padding:35px 0; }
  .text-content .text-slider {
    border:5px solid #fff;border-bottom:20px solid #fff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .slider-sub img {
    margin-top:-30px;
    margin-bottom:-30px;
  }

  .search_input { height:34px;padding:8px; }
  .search_btn { height:34px;width:60px;margin-left:-60px; }

  .owl-theme .owl-controls .owl-buttons div {
    width:45px;height:65px;line-height:64px;
    font-size:34px;
  }

  .google-maps #map-canvas { height:200px; }
  .google-maps #view-canvas { height:200px; }
}

@media screen and (max-width:520px) {
  body { }
  .header { line-height:21px; }

  .text-content .thumbnail { height:120px; }

  iframe {
    max-height:200px !important;
  }
}


/*@media print {
    body * {
       visibility: hidden;
    }
    .printDiv, .printDiv *, #printDiv, #printDiv * {
       visibility: visible;
    }
    .printDiv {
       position: absolute;
       left: 0;
       top: 0;
    }
}*/

.nav-admin { padding:0 !important; }
.nav-admin > ul > li > a { padding:15px 7px; }

/* MINIMAL ADMINMENU */
.animate {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-fixed-left {
  position: fixed;
  bottom: 0px;
  right: 20px;
  border-radius: 0px;
}

.navbar-minimal {
  min-width: 60px;
  min-height: 60px;
  max-height: 100%;
  background-color: rgb(51, 51, 51);
  background-color: rgba(51, 51, 51, 0.8);
  border-width: 0px;
  z-index: 1000;
}

.navbar-minimal > .navbar-toggler {
  position: absolute;
  right:0px;bottom:0 !important;
  min-height: 60px;
  width:60px;
  z-index: 100;
  cursor: pointer;
}
#iconCart {
  right:60px !important;
  z-index: 101;
}
#iconCart .cartNumber {
  position:absolute;z-index:5;right:3px;top:3px;
  background:#599132;color:#fff;border-radius:5px;
  width:20px;height:15px; line-height:15px;
  text-align:center;font-size:11px;font-weight:600;
}
#iconNews {
  right:120px !important;
  z-index: 102;
}

.navbar-toggler.open,
.navbar-toggler:hover {
  background-color: rgb(26,100,122);
}

.navbar-minimal > .navbar-toggler > span {
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -10px -10px 0 0;
  width: 20px;
  height: 20px;
  color:#fff; font-size:20px;
  -webkit-transition: -webkit-transform .3s ease-out 0s;
  -moz-transition: -moz-transform .3s ease-out 0s;
  -o-transition: -moz-transform .3s ease-out 0s;
  -ms-transition: -ms-transform .3s ease-out 0s;
  transition: transform .3s ease-out 0s;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navbar-minimal > .navbar-menu {
  position: absolute;
  bottom: -1000px;
  right: 0px;
  margin: 0px;
  padding: 0px;
  list-style: none;
  z-index: 50;
  min-width:320px;
  background-color: rgb(51, 51, 51);
  background-color: rgba(51, 51, 51, 0.8);
}
.navbar-minimal > .navbar-menu > li {
margin: 0px;
padding: 0px;
border-width: 0px;
color:#fff !important;
}
.navbar-minimal > .navbar-menu > li > a {
position: relative;
display: inline-block;
color: rgb(255, 255, 255);
padding: 15px 23px;
text-align: left;
cursor: pointer;
border-bottom: 1px solid rgb(81, 81, 81);
width: 100%;
text-decoration: none;
margin: 0px;
}

.navbar-minimal > .navbar-menu > li > a:last-child {
border-bottom-width: 0px;
}
.navbar-minimal > .navbar-menu > li > a:hover {
  background-color: rgb(26,100,122);
}
.navbar-minimal > .navbar-menu > li > a > .fa {
float: right;
}

.navbar-minimal > .navbar-menu.open {
width: 320px;
}

.navbar-minimal > .navbar-toggler.open > span {
background-position: 0 -16px;
-webkit-transform: rotate(-180deg);
-moz-transform: rotate(-180deg);
-o-transform: rotate(-180deg);
-ms-transform: rotate(-180deg);
transform: rotate(-180deg);
}

.navbar-minimal > .navbar-menu.open {
top: auto;
bottom:60px;
width: 100%;
min-height: 100%;
}

@media screen and (max-width:620px) {
  .navbar-fixed-left { right: 10px; }
  .navbar-minimal { min-width: 80px; min-height: 40px; }
  .navbar-minimal > .navbar-toggler { min-height: 40px; width:40px; }
  #iconCart { right:40px !important; }
  #iconNews { right:80px !important; }
  .navbar-minimal > .navbar-menu { min-width:230px; }
  .navbar-minimal > .navbar-menu.open { width: 230px; }
  .navbar-minimal > .navbar-menu > li > a { padding: 10px 15px; }
  .navbar-minimal > .navbar-menu.open { bottom:40px; }
}

.remove { cursor:pointer; }

.modal { overflow: hidden; }
.modal-backdrop.in { opacity:0.2;overflow: hidden; }
.modal-dialog { z-index:9999999;margin: 60px auto 20px auto !important;max-height:90% !important;max-width:90% !important; }
.modal-dialog img { max-height:250px;max-width:100%; }
.modal-body { overflow-y:auto; }
@media screen and (max-width:700px) {
  .modal-dialog { margin-top: 30px !important;width:90%; }
}