@import "grids.css";
@import "jquery.mmenu.all.css";
@import "jquery.mmenu.positioning.css";
/*======================================================================*\
|| #################################################################### ||
|| # Package - Joomla Template based on easytheme Framework             ||
|| # Copyright (C) 2010  easytheme.net. All Rights Reserved.            ||
|| # license - PHP files are licensed under  GNU/GPL V2                 ||
|| # license - CSS  - JS - IMAGE files  are Copyrighted material        ||
|| # Redistribution and  modification of this software                  ||
|| # is bounded by its licenses                                         ||
||                                                                      ||
|| #################################################################### ||
\*======================================================================*/
html {
  margin-top: 0!important;
}
body {
  color: #000000;
  font-family: Calibri, Helvetica, Arial, Geneva, sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-weight: 100;
}
body.single-post {
  background: #f9f9f9;
}
a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
}
label {
  font-family: Calibri, Helvetica, Arial, Geneva, sans-serif;
}
textarea,
input,
button {
  border: none;
  background: none;
  width: auto;
  color: #000000;
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
  outline: none;
}
*:focus {
  outline: none;
  background: none;
}
p {
  font-size: 15px;
  line-height: 24px;
  color: #444;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Calibri, Helvetica, Arial, Geneva, sans-serif;
  margin: 0 0 18px;
  color: #222222;
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
}
h2 {
  font-size: 32px;
  line-height: 38px;
}
h3 {
  font-size: 28px;
  line-height: 34px;
}
h4 {
  font-size: 24px;
  line-height: 28px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 13px;
}
label {
  color: #000;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
ul li {
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
}
img {
  height: auto;
  display: block;
  max-width: 100%;
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
}
select,
textarea,
button,
input {
  font-size: 12px;
  font-family: Calibri, Helvetica, Arial, Geneva, sans-serif;
}
option {
  font-family: Calibri, Helvetica, Arial, Geneva, sans-serif;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: none;
  }
}
i {
  font-style: normal!important;
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
}
::-webkit-input-placeholder {
  color: #757575;
}
::-moz-placeholder {
  color: #757575;
}
:-ms-input-placeholder {
  color: #757575;
}
:-o-input-placeholder {
  color: #757575;
}
textarea,
input {
  width: auto;
  padding: 0 2%;
  background: #f5f5f5;
  line-height: 24px;
  margin-bottom: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border:1px solid #87CEFA;
}
textarea {
  line-height: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#submit,
button,
.button,
.btn {
  line-height: 40px;
  min-width: 150px;
  padding: 0 15px;
  color: #fff;
  width: auto;
  display: inline-block;
  background: #ff9600;
  float: left;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#submit:hover,
button:hover,
.button:hover,
.btn:hover {
  background: #cc7800;
}
#respond {
  margin-bottom: 10px;
  display: block;
}
#respond a {
  color: #000;
  font-weight: 700;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #202020;
  opacity: 1;
  /* Firefox */
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #202020;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #202020;
}
::-moz-selection {
  background: #e6e6e6;
}
::selection {
  background: #e6e6e6;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.mmen {
  display: none;
}
#mmenus {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url('../images/menu.png');
  background-size: cover;
  display: none;
}
#menus > ul {
  display: none;
}
#topcontact {
  border-top: 31px solid #fff;
  text-align: left;
  line-height: 24px;
  padding: 7px 0;
  background: #6e6e6e;
}
#topcontact li {
  display: inline-block;
  margin: 0 16px 0 0;
  color: #fff;
  font-size: 16px;
}
#topcontact li:last-child {
  margin-right: 0;
}
#header {
  height: 89px;
}
#logo {
  width: 233px;
  height: 91px;
  background: url('../images/logo.png');
  margin: 12px 0 11px;
}
#logo a {
  display: block;
  height: 100%;
}
#lang {
  text-align: right;
  margin: 7px 0 14px;
}
#lang li {
  display: inline-block;
  margin-right: 0;
}
#search {
  margin-top: 34px;
}
#search form {
  position: relative;
  height: 32px;
  padding-right: 40px;
  padding-left: 5px;
  border: 1px solid #cfcfcf;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}
#search form label {
  display: none;
}
#search form .button {
  width: 40px;
  height: 30px;
  background: url('../images/search.png') right no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}
#search form .inputbox {
  width: auto;
  height: 32px;
  background: none;
  padding: 0;
  color: #787a79;
}
#basket {
  text-align: right;
  position: relative;
  z-index: 3;
}
#basket .total_products {
  display: inline-block;
  padding-right: 60px;
  height: 61px;
  line-height: 61px;
  background: url('../images/basket.png') right no-repeat;
}
#basket .drop {
  position: absolute;
  right: 0;
  top: -19px;
  width: 100%;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
#basket .drop .show_cart {
  height: 60px;
}
#basket .drop .show_cart a {
  display: block;
  height: 60px;
  font-size: 0;
  width: 100%;
}
#menu {
  border-bottom: 38px solid #ff9600;
  margin-bottom: 37px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}
#menu ul.nav {
  position: relative;
}
#menu ul.nav li {
  display: inline-block;
}
#menu ul.nav li a {
  font-size: 16px;
  padding: 0 10px;
  display: block;
}
#menu ul.nav li a:hover {
  background: #ff9600;
  font-weight: bold;
  color: #fff;
}
#menu ul.nav li ul {
  position: absolute;
  left: 0;
  right: 0;
  line-height: 38px;
  display: none;
}
#menu ul.nav li ul li {
  margin: 0 13px;
}
#menu ul.nav li ul li a {
  font-weight: bold;
  color: #fff;
  font-size: 16px;
}
.slider {
  position: relative;
}
.slider .nivoSlider {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.slider .nivo-controlNavHolder {
  position: absolute;
  left: 52px;
  bottom: 25px;
}
.slider .nivo-controlNavHolder a {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border: 2px solid #5b5b5b;
  background: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.slider .nivo-controlNavHolder a:hover,
.slider .nivo-controlNavHolder a.active {
  border-color: #ff9600;
  background: #ff9600;
}
.about {
  overflow: hidden;
  background: #585757;
  padding: 10px 15px;
  color: #fff;
}
.about p {
  margin: 0;
  color: #fff;
  line-height: 48px;
  font-size: 16px;
}
.about p strong {
  color: #ff9600;
  font-size: 26px;
}
#cats .moduletable {
  margin-bottom: 32px;
}
#cats .moduletable .custom {
  font-size: 24px;
  line-height: 30px;
  color: #434242;
  padding-bottom: 14px;
}
#cats .moduletable .custom h3 {
  font-size: 24px;
  margin-bottom: 28px;
}
#cats .moduletable .custom p {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 28px;
}
.vm-category-home {
  border: 2px solid red;
  margin-bottom: 30px;
  text-align: center;
  line-height: 62px;
}
.vm-category-home .vm-categories-wall-img {
  margin-bottom: 0;
  width: 100%;
}
.vm-category-home .vm-categories-wall-catname {
  display: inline-block;
  color: #434242;
  font-size: 18px;
  font-weight: bold;
  padding-right: 21px;
  background: url('../images/right.png') right 25px no-repeat;
}
#socail-news {
  padding: 40px 0;
}
#socail-news .container #social {
  float: left;
  position: relative;
  top: 3px;
}
#socail-news .container #social li {
  display: inline-block;
}
#socail-news .container #social li a {
  display: block;
  width: 36px;
  height: 37px;
}
#socail-news .container #social li a.facebook {
  background: url('../images/facebook.png');
}
#socail-news .container #social li a.instagram {
  background: url('../images/instagram.png');
}
#socail-news .container #newsletter {
  text-align: center;
}
#socail-news .container #newsletter > div {
  display: inline-block;
  margin-right: 75px;
  width: 540px;
  text-align: left;
}
#socail-news .container #newsletter > div > h3 {
  font-size: 16px;
  color: #ff9600;
  margin-bottom: 2px;
  line-height: 20px;
}
#socail-news .container #newsletter > div .acymailing_finaltext {
  text-align: right;
  font-size: 15px;
  position: relative;
  bottom: 5px;
}
#socail-news .container #newsletter > div .acymailing_form {
  width: 100%;
  border-collapse: collapse;
}
#socail-news .container #newsletter > div .acymailing_form .inputbox {
  width: 254px !important;
  border: 1px solid #858484;
  height: 35px;
  line-height: 35px;
  padding: 0 14px;
  background: none;
  font-size: 12px;
  color: #858484;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
}
#socail-news .container #newsletter > div .acymailing_form .button {
  height: 35px;
  line-height: 35px;
  width: 257px;
  font-weight: bold;
  margin-bottom: 0;
  float: right;
  color: #424242;
  padding: 0;
  font-size: 16px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: url('../images/mail.png') 11px center no-repeat #ff9600;
}
#socail-news .container #newsletter > div .acymailing_form .button:hover {
  background: url('../images/mail.png') 11px center no-repeat #cc7800;
}
.graybg {
  height: 51px;
  background: #6e6e6e;
}
#footer {
  background: #434242;
  border-top: 8px solid #ff9600;
  padding: 36px 0 17px;
  color:#fff;
  font-size: 18px;
  font-weight: bold;
}
#footer .moduletable {
  margin-bottom: 30px;
  line-height: 21px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
#footer .moduletable > h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: bold;
}
#footer .moduletable a {
    font-size: 18px;
  font-weight: bold;

  color: #fff;
}
#footer a {
  color: #fff;
    font-size: 18px;
  font-weight: bold;

}
#footer .moduletable a:hover {
  color: #ff9600;
    font-size: 18px;
  font-weight: bold;

}
#footer  a:hover {
  background-color: #ff9600;
  color:#fff;
}
.footmap {
  position: relative;
  display: inline-block;
}
.footmap a {
  font-size: 21px;
  font-weight: bold;
  position: absolute;
  left: -5px;
  opacity: .8;
  top: 102px;
}
.footmap a:hover {
  opacity: 1;
  color: #fff !important;
}
#sidebar {
  border: 1px solid #ccc;
  padding: 20px;
}
