/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url(fonts/f1.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  /*src: url(https://fonts.gstatic.com/s/oswald/v40/TK3_WkUHHAIjg75cFRf3bXL8LICs169vsUZiZQ.woff2) format('woff2');*/
  src: url(fonts/f2.woff2) format('woff2');*/
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  /*src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_bZF3gfD_u50.woff2) format('woff2');*/
  src: url(fonts/f3.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  /*src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_bZF3gnD_g.woff2) format('woff2');*/
  src: url(fonts/f4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*
  1.1 Typography
  */
body {
	color: #43474d !important;
	/*background-color:#E8E8E8 !important;*/
	background-color:#FFF !important;
}
/* Basic color -background, -font, -border */
.bc-bg {
  background-color: #b2d231;
}
.bc-f {
  color: #b2d231;
}
.bc-f-h:hover {
  color: #b2d231;
}
.bc-b {
  border: #b2d231;
}
span {
  font-family: 'Open sans';
}
a {
  /*color: #dadada;*/
  color:#3C3656;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
a:hover {
  color: #b2d231;
  text-decoration: none !important;
}
a:focus {
  outline-width: 0 !important;
}
h1 {
  font-size: 48px !important;
}
h2 {
  font-size: 36px !important;
}
h3 {
  font-size: 24px !important;
}
h4 {
  /*font-size: 21px !important;*/
  font-size: 19px !important;
}
h5 {
  font-size: 18px !important;
}
h6 {
  font-size: 16px !important;
}
body h2 {
  margin: 35px 0 40px 0;
}
body h1,
body h3,
body h4,
body h5,
body h6 {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald' !important;
  font-weight: 300 !important;
}

div.blog-item-description h4 {
	margin-bottom:20px;
}

h2 > span {
  font-family: 'Open sans' !important;
  font-size: 18px;
  margin-left: 15px;
}
.header-smaller {
  font-size: 14px;
}

::-webkit-input-placeholder {
  /*color: #a3a3a3;*/
  color:#333;
}
::-moz-placeholder {
  /* Firefox 19+ */
  /*color: #a3a3a3;*/
  color:#333;
}
:-ms-input-placeholder {
  /*color: #a3a3a3;*/
  color:#333;
}

input.loginform {
	color:#000;
}


input:focus,
textarea:focus {
  outline: none;
}
.cursor-move {
  cursor: move;
}
.c-pointer {
  cursor: pointer;
}
.orange-span {
  color: #ee7b00;
}
.red-span {
  color: #ff0000;
}
.overaly {
  background-color: rgba(178, 210, 49, 0.85);
  position: absolute;
  height: 100%;
  width: 100%;
  text-align: center;
  opacity: 0;
  z-index: 999;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.hover_white:hover {
  opacity: 0.7;
}
.overaly h2 {
  margin: 27% 0 0 0 !important;
}
.overaly h2 > a {
  color: #ffffff !important;
  font-size: 28px;
}
.overaly h2 > a:hover {
  color: #43474d !important;
}
.overaly p {
  font-size: 16px;
}
.overaly p.p3 {
  font-size: 14px;
  font-style: italic;
  padding-top: 5px;
}
.overaly p.p3-like {
  width: 100%;
  position: absolute;
  font-size: 14px;
  bottom: 15px;
  cursor: pointer;
}
.overaly:hover {
  opacity: 1;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  transition: all .4s ease;
}
.gray-border {
  border-top: 1px solid #d1d1d1;
  display: block;
  margin-bottom: 15px;
}
.gray-italic {
  color: #8b8d90;
  font-style: italic;
}
.button-green {
  display: inline-block;
  /*margin-top: 15px;*/
  margin-top: -1px;
  margin-bottom: 6px;
  color: #ffffff !important;
  font-family: 'Oswald';
  font-weight: 500;
  box-shadow: 0 2px 0 0 #97aa1c;
  text-align: center;
  padding: 5px 30px 5px 30px;
  text-shadow: 1px 1px 1px #aabd17 !important;
  font-size: 1.2em;
  background: #b2d231;
  /* Old browsers */
  background: -moz-linear-gradient(bottom, #d1e62d 0%, #becf32 100%);
  /* FF3.6+ */
  background: -webkit-linear-gradient(bottom, #d1e62d 0%, #becf32 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(bottom, #d1e62d 0%, #becf32 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(bottom, #d1e62d 0%, #becf32 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #d1e62d 0%, #becf32 100%);
  /* W3C */
  border: 0 none;
  border-radius: 3px;
  cursor: pointer;
}
.button-green:hover {
  color: #ffffff !important;
  text-shadow: 1px 1px 1px #8b9700 !important;
  box-shadow: 0 2px 0 0 #809112;
  background: #afc122;
  /* Old browsers */
  background: -moz-linear-gradient(bottom, #c7dc25 0%, #afc122 100%);
  /* FF3.6+ */
  background: -webkit-linear-gradient(bottom, #c7dc25 0%, #afc122 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(bottom, #c7dc25 0%, #afc122 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(bottom, #c7dc25 0%, #afc122 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #c7dc25 0%, #afc122 100%);
  /* W3C */
}


.topmarg10 {
	margin-top: 10px !important;
}

.upp {
  text-transform: uppercase;
}
.it {
  font-style: italic;
}
.social {
  display: inline-block;
  margin-left: 5px;
  border-style: solid;
  border-width: 1px 1px 2px;
  border-radius: 3px;
  padding: 5px 15px;
  color: #ffffff !important;
}
.corner {
  border-color: rgba(0, 0, 0, 0) #363839 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 0 80px 80px 0;
  top: 0px;
  height: 30px;
  position: absolute;
  right: 0;
  width: 30px;
}

.overaly .button-dark {
  position: relative;
  top: 50%;
}

/* Layout */
/*
.wide {
  background: none repeat scroll 0 0 #ffffff;
  margin: 0 auto;
  width: 100%;
  -webkit-transition: all 0s;
  -moz-transition: all .9s ease;
  transition: all .9s ease;
}
.boxed {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #c7c7c7;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  max-width: 1200px !important;
  -webkit-transition: all 0s;
  -moz-transition: all .9s ease;
  transition: all .9s ease;
}
.framed {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #c7c7c7;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  margin: 20px auto;
  max-width: 1200px;
  width: 100%;
  -webkit-transition: all 0s;
  -moz-transition: all .9s ease;
  transition: all .9s ease;
}
.rounded {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #c7c7c7;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  margin: 20px auto;
  max-width: 1200px;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0s;
  -moz-transition: all .9s ease;
  transition: all .9s ease;
}
*/
/*------------------------------------------------------------------
2. Header
-------------------------------------------------------------------*/
/* 2.1 
  Header / .top-bar  
  */
.top-bar {
  /*background-color: #43474d;*/
  color: #dadada;
  font-size: 13px;
  /*padding: 9px 0 9px 0;*/
  padding: 2px 0 2px 0;
}

nav {
  margin-top: 15px;
}
.header {
  /*padding: 5px 0 19px 0;*/
  padding: 5px 0 5px 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.scroll-to-fixed-fixed {
  padding: 10px 0;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.85);
  border-bottom: 1px solid #d1d1d1;
  z-index: 99999;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.scroll-to-fixed-fixed .logo img {
  height: auto;
  max-width: 45px;
  padding-top: 5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.scroll-to-fixed-fixed .logo {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.scroll-to-fixed-fixed .menu-container {
  padding-top: 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.slicknav_menu {
  padding: 10px 20px 0 0;
}
.logo img {
  height: auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu-container ul li {
  display: inline-block;
  margin-left: 30px;
  position: relative;
}
.menu-container > ul > li > ul {
  display: none;
}
ul#menu {
  text-align: right;
  font-family: 'Oswald';
  font-size:18px;
}
ul#menu > li {
  margin-left: 8px;
}
ul#menu > li > a {
  display: block;
  border-radius: 5px;
  text-decoration: none !important;
  color: #FFF !important;
  padding: 10px 20px 10px 20px;
}
ul#menu > li.features,
ul#menu > li.shop-menu {
  position: static;
}
ul#menu li > a > i {
  margin: 0 -5px 0 10px;
}
ul#menu > li:hover > a {
  background-color: #D06C54;
  color: #161516 !important;
}
#search {
  padding-top: 40px;
  height: 150px;
  width: 100%;
  background-color: #b2d231;
  opacity: 0.9;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}
#search ::-webkit-input-placeholder {
  color: #ffffff;
}
#search ::-moz-placeholder {
  color: #ffffff;
}
#search :-ms-input-placeholder {
  color: #ffffff;
}
#search input {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  font-size: 48px;
  color: #ffffff;
  float: left;
  width: 100%;
}
.search {
  cursor: pointer;
}

/*------------------------------------------------------------------
3. Page title
-------------------------------------------------------------------*/
.page-title {
  padding: 15px 0;
  background-color: #f9f9f9;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}
.page-title h3 {
  margin: 0;
  text-transform: uppercase;
}
.page-title-address {
  padding-top: 3px;
}
.page-title-address > a {
  font-size: 16px;
  color: #43474d !important;
  float: right;
}
.page-title-address > a:hover {
  color: #b2d231 !important;
}
.page-title-address > i {
  color: #b2d231;
  padding: 2px 6px;
  margin: 2px 10px 0 10px;
  border: 1px solid #b2d231;
  border-radius: 5px;
  float: right;
}
.page-number {
  margin-top: 25px;
}
.page-number > ul {
  padding: 20px 0 0 0;
  list-style: none;
  text-align: center;
}
.page-number > ul > li {
  display: inline-block;
}
.page-number > ul > li > a {
  display: block;
  margin: 0;
  padding: 5px 15px !important;
  text-transform: uppercase;
  cursor: pointer;
}
.page-number > ul > li > a > i {
  margin-right: 10px;
}
.owl-carousel .item img {
  width: 100%;
}
.owl-carousel2 .item img {
  /*width: 100%;*/
}

.contact-form input,
.contact-form textarea {
  display: block;
  width: 79%;
  margin-top: 15px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  max-width: 80%;
  float:left;
}

.contact-form input {
  padding: 8px;
}
.contact-form textarea {
  height: 290px;
  padding: 8px;
}
.contact-form {
  margin-bottom: 25px;
}
.contact-form .red-span {
  margin: 5px 0 0 5px;
}


/*
.offline-store {
  padding: 40px 0 40px 0;
}
#map {
  width: 100%;
  height: 400px;
  margin: 0px;
  padding: 0px;
}
#map2 {
  margin: 35px 0 35px 0;
  width: 100%;
  height: 190px;
}
*/

/* w6 */

.contact-form label {
	width:20%;
	float:left;
	display: block;
	margin-top: 15px;
}



/*------------------------------------------------------------------

14. Footer

-------------------------------------------------------------------*/
#footer {
  display: block;
}
.footer {
  background-color: #f9f9f9;
  border-top: 1px solid #dcdcdc;
  padding: 35px 0 35px 0;
}
.footer p {
  margin-bottom: 27px;
}
.footer .about .list-inline {
  margin-left: 0;
}
.footer h3.title {
  margin: 0 0 25px 0;
}
.footer h3.newsletter {
  margin: 25px 0 10px 0;
}
.logo-small {
  margin-bottom: 27px;
  padding: 10px 15px;
  /*
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  */
}
.footer .social-small li,
.footer .social-small li:first-child {
  font-size: 12px;
  height: 21px;
  width: 21px;
  padding: 0 !important;
  background-color: #43474d;
  cursor: pointer;
}
.footer .latest-posts ul {
  list-style: none;
  padding-left: 0;
}
.footer .latest-posts ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
}
.footer .latest-posts a {
  font-family: 'Oswald';
  font-size: 18px;
  margin-bottom: 5px;
  display: block;
}
.footer .latest-posts span {
  color: #b2d231;
  font-size: 12px;
  font-style: bold !important;
}
.footer .new-twitt ul {
  list-style: none;
  padding-left: 0px;
  background-image: url();
}
.footer .new-twitt ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.footer .new-twitt ul li:first-child {
  border-bottom: 1px solid #dcdcdc;
}
.footer .new-twitt ul li i {
  color: #43474d;
  float: left;
  font-size: 24px;
  margin: 10px 0 0 0;
  height: 100%;
}
.footer .new-twitt p {
  padding-left: 35px;
  margin-bottom: 8px;
}
.footer .new-twitt span {
  padding-left: 35px;
  color: #b2d231;
  font-size: 12px;
}
.footer button {
  margin-left: -68px;
  width: 61px;
  height: 34px;
  background: #b2d231;
  /* Old browsers */
  background: -moz-linear-gradient(bottom, #d1e62d 0%, #becf32 100%);
  /* FF3.6+ */
  background: -webkit-linear-gradient(bottom, #d1e62d 0%, #becf32 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(bottom, #d1e62d 0%, #becf32 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(bottom, #d1e62d 0%, #becf32 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #d1e62d 0%, #becf32 100%);
  /* W3C */
  border: 0 none;
  border-radius: 3px;
  color: #ffffff;
}
.footer button:hover {
  background: #afc122;
  /* Old browsers */
  background: -moz-linear-gradient(bottom, #c7dc25 0%, #afc122 100%);
  /* FF3.6+ */
  background: -webkit-linear-gradient(bottom, #c7dc25 0%, #afc122 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(bottom, #c7dc25 0%, #afc122 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(bottom, #c7dc25 0%, #afc122 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #c7dc25 0%, #afc122 100%);
  /* W3C */
}
.footer input {
  width: 97%;
  height: 40px;
  padding-left: 10px;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  margin: 15px 0 20px 0;
}
#footer ::-webkit-input-placeholder,
.contact-form ::-webkit-input-placeholder,
.sidebar-right ::-webkit-input-placeholder,
.news ::-webkit-input-placeholder {
  color: #a3a3a3;
}
#footer ::-moz-placeholder,
.contact-form ::-moz-placeholder,
.sidebar-right ::-moz-placeholder,
.news ::-moz-placeholder {
  /* Firefox 19+ */
  color: #a3a3a3;
}
#footer :-ms-input-placeholder,
.contact-form :-ms-input-placeholder,
.sidebar-right :-ms-input-placeholder,
.news :-ms-input-placeholder {
  color: #a3a3a3;
}
.bottom-bar ul > li > a {
  color: #dadada;
}
.bottom-bar {
  font-size: 12px;
  background-color: #43474d;
  padding: 25px 0 15px 0;
  color: #dadada;
}
.bottom-bar .copyright a {
  color: #b2d231;
}
/*------------------------------------------------------------------

15. Back to Top

-------------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  bottom: 2em;
  right: 0px;
  display: none;
  background-color: #f7f7f7;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjFweCIgaGVpZ2h0PSIxMnB4IiB2aWV3Qm94PSIwIDAgMjEgMTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIxIDEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxyZWN0IHg9IjQiIHk9IjYiIGZpbGw9IiM0MzQ3NEQiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4NCjxyZWN0IHg9IjkiIHk9IjEiIGZpbGw9IiM0MzQ3NEQiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4NCjxyZWN0IHg9IjEwIiBmaWxsPSIjNDM0NzREIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+DQo8cmVjdCB4PSI4IiB5PSIyIiBmaWxsPSIjNDM0NzREIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+DQo8cmVjdCB4PSI3IiB5PSIzIiBmaWxsPSIjNDM0NzREIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+DQo8cmVjdCB4PSI2IiB5PSI0IiBmaWxsPSIjNDM0NzREIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+DQo8cmVjdCB4PSI1IiB5PSI1IiBmaWxsPSIjNDM0NzREIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+DQo8cmVjdCB4PSI1IiB5PSI3IiBmaWxsPSIjNDM0NzREIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+DQo8cmVjdCB4PSIxMCIgeT0iMiIgZmlsbD0iIzQzNDc0RCIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPg0KPHJlY3QgeD0iMTEiIHk9IjEiIGZpbGw9IiM0MzQ3NEQiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4NCjxyZWN0IHg9IjkiIHk9IjMiIGZpbGw9IiM0MzQ3NEQiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4NCjxyZWN0IHg9IjgiIHk9IjQiIGZpbGw9IiM0MzQ3NEQiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4NCjxyZWN0IHg9IjciIHk9IjUiIGZpbGw9IiM0MzQ3NEQiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4NCjxyZWN0IHg9IjYiIHk9IjYiIGZpbGw9IiM0MzQ3NEQiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4NCjxyZWN0IHg9IjE1IiB5PSI3IiBmaWxsPSIjNDM0NzREIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+DQo8cmVjdCB4PSIxMCIgeT0iMiIgZmlsbD0iIzQzNDc0RCIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPg0KPHJlY3QgeD0iOSIgeT0iMSIgZmlsbD0iIzQzNDc0RCIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPg0KPHJlY3QgeD0iMTEiIHk9IjMiIGZpbGw9IiM0MzQ3NEQiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4NCjxyZWN0IHg9IjEyIiB5PSI0IiBmaWxsPSIjNDM0NzREIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+DQo8cmVjdCB4PSIxMyIgeT0iNSIgZmlsbD0iIzQzNDc0RCIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPg0KPHJlY3QgeD0iMTQiIHk9IjYiIGZpbGw9IiM0MzQ3NEQiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4NCjxyZWN0IHg9IjE2IiB5PSI2IiBmaWxsPSIjNDM0NzREIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+DQo8cmVjdCB4PSIxMSIgeT0iMSIgZmlsbD0iIzQzNDc0RCIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPg0KPHJlY3QgeD0iMTAiIGZpbGw9IiM0MzQ3NEQiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4NCjxyZWN0IHg9IjEyIiB5PSIyIiBmaWxsPSIjNDM0NzREIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+DQo8cmVjdCB4PSIxMyIgeT0iMyIgZmlsbD0iIzQzNDc0RCIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPg0KPHJlY3QgeD0iMTQiIHk9IjQiIGZpbGw9IiM0MzQ3NEQiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4NCjxyZWN0IHg9IjE1IiB5PSI1IiBmaWxsPSIjNDM0NzREIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+DQo8cmVjdCB4PSIyIiB5PSI4IiBmaWxsPSIjNDM0NzREIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+DQo8cmVjdCB4PSIzIiB5PSI3IiBmaWxsPSIjNDM0NzREIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+DQo8cmVjdCB4PSIzIiB5PSI5IiBmaWxsPSIjNDM0NzREIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+DQo8cmVjdCB4PSI0IiB5PSI4IiBmaWxsPSIjNDM0NzREIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+DQo8cmVjdCB4PSIxNiIgeT0iOCIgZmlsbD0iIzQzNDc0RCIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPg0KPHJlY3QgeD0iMTciIHk9IjciIGZpbGw9IiM0MzQ3NEQiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4NCjxyZWN0IHg9IjE3IiB5PSI5IiBmaWxsPSIjNDM0NzREIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+DQo8cmVjdCB4PSIxOCIgeT0iOCIgZmlsbD0iIzQzNDc0RCIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPg0KPHJlY3QgeD0iMSIgeT0iOSIgZmlsbD0iIzQzNDc0RCIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPg0KPHJlY3QgeD0iMiIgeT0iMTAiIGZpbGw9IiM0MzQ3NEQiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4NCjxyZWN0IHg9IjE4IiB5PSIxMCIgZmlsbD0iIzQzNDc0RCIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPg0KPHJlY3QgeD0iMTkiIHk9IjkiIGZpbGw9IiM0MzQ3NEQiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4NCjxyZWN0IHk9IjEwIiBmaWxsPSIjNDM0NzREIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+DQo8cmVjdCB4PSIxIiB5PSIxMSIgZmlsbD0iIzQzNDc0RCIgd2lkdGg9IjEiIGhlaWdodD0iMSIvPg0KPHJlY3QgeD0iMTkiIHk9IjExIiBmaWxsPSIjNDM0NzREIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIi8+DQo8cmVjdCB4PSIyMCIgeT0iMTAiIGZpbGw9IiM0MzQ3NEQiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4NCjwvc3ZnPg0K);
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #43474d;
  height: 42px;
  width: 42px;
}
/*------------------------------------------------------------------

16. Responsive settings

-------------------------------------------------------------------*/
/* @media (max-width: 420px) */
@media (max-width: 420px) {
  .back-to-top {
    display: none !important;
  }
  h2 > span {
    display: none !important;
  }
  .team .avatar .social-small {
    display: none !important;
  }
  .top-bar-nav-wishlist {
    display: none !important;
  }
  .shop-content-header .shop-item-grid {
    margin-left: 10px;
  }
  .our-banners-description .our-banners-inner h3 {
    display: none;
  }
  .blog .blog-item1 .post-meta {
    display: none;
  }
  .blog .blog-item1-2 img,
  .blog .blog-item1-2 .video iframe {
    width: 100%;
  }
  .blog .blog-item1-2 .blog-item-description {
    width: 100%;
  }
}
/* and @media (max-width: 420px) */
/* @media (max-width: 480px) */
@media (max-width: 480px) {
  .col-xs-small {
    width: 100% !important;
    padding: 0 25px !important;
  }
  .col-xs-small .p-item-img {
    margin-top: 25px !important;
  }
  .skype-name {
    display: none !important;
  }
  .our-servise-content h4 {
    font-size: 18px !important;
  }
  .our-servise-content a {
    padding: 10px 10px !important;
  }
  .index-5 .our-servise-content a {
    padding: 0 !important;
  }
  #team-of-prof {
    background-image: none !important;
  }
  #footer .latest-posts,
  #footer .new-twitt,
  #footer .footer-contact,
  #footer .about {
    max-width: 80% !important;
    margin: 0 10% 0 10% !important;
  }
  section .portfolio3 .portfolioContainer > .p3-item {
    width: 100% !important;
  }
  .shop-single .shop-content-item-container {
    height: 610px !important;
  }
  .shop-classic-sidebar .container .shop-content .row .shop-content-item-container {
    height: 597px !important;
  }
  .our-banners-inner {
    width: 100% !important;
  }
  .hiiden-phone {
    display: none;
  }
  .index-5 .post-slider {
    padding-bottom: 25px;
  }
  .index-5 .post-slider a.comment {
    display: none;
  }
  .index-5 #owl-demo-9 .post-slide h2.post-slide-header-1 {
    display: none;
  }
  .index-5 #owl-demo-9 .post-slide h2.post-slide-header {
    display: none;
  }
  .index-5 .photo-news .big .post-2 h3,
  .index-5 .photo-news .big .post-2 a.comment,
  .index-5 .photo-news .big .post-2 h5 {
    display: none;
  }
}
/* and  @media (max-width: 480px) */
/* @media (max-width: 650px) */
@media (max-width: 650px) {
  span.header-smaller {
    display: none;
  }
  .our-servise-content .tab-pane .pane-mobile-item-img {
    display: none ;
  }
  .our-servise-content .tab-pane .pane-mobile-item {
    width: 100% !important;
  }
  ul.sub-menu li ul.sub-sub-menu {
    position: relative !important;
    left: 0 !important;
    margin-left: 20px !important;
  }
  .sign-in {
    display: none !important;
  }
  .slicknav_parent > .mega-menu {
    padding: 0 !important;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0);
    position: relative;
    top: 0;
  }
  .slicknav_parent > .mega-menu li {
    float: none;
    width: 100% !important;
  }
  .slicknav_parent > .mega-menu li a a {
    font-size: 14px;
    text-transform: none;
  }
  .slicknav_parent > .mega-menu li a .slicknav_arrow {
    color: #43474d !important;
  }
  .slicknav_parent > .mega-menu li a:hover .slicknav_arrow {
    color: #ffffff !important;
  }
  .slicknav_parent > .mega-menu li ul li a {
    color: #43474d;
  }
  .slicknav_parent > .mega-menu li ul li:hover a {
    color: #ffffff;
  }
  .slicknav_parent > .sub-menu > .slicknav_parent > .sub-sub-l-menu {
    position: relative !important;
    margin-left: 20px !important;
    color: #43474d;
    right: 0;
  }
  .slicknav_parent > ul.sub-menu > li:hover > a {
    border-radius: 5px !important;
  }
  .slicknav_parent > ul.sub-menu > li:hover > a > a {
    border-radius: 5px !important;
    background-color: #43474d !important;
    color: #ffffff !important;
  }
  ul.sub-menu > li:hover > a {
    background-color: #43474d;
    color: #ffffff !important;
  }
  .top-bar-nav-shop-card {
    display: none !important;
  }
  section .portfolio-masonry > .p3-item {
    width: 100% !important;
  }
  .col-650 {
    width: 100% !important;
    padding: 0 30px !important;
    margin: 0 auto !important;
  }
  .ralaited-products #owl-demo-3 .owl-item .shop-content-item-container {
    height: 537px;
  }
  .shop-classic-sidebar .shop-content .row .shop-content-item-container {
    height: 750px !important;
  }
  .js #menu {
    display: none;
  }
  .js .slicknav_menu {
    position: absolute;
    width: 300px;
    top: 70px;
    right: 0;
    display: block;
    z-index: 999999;
  }
  .header-5 .container {
    margin-bottom: 15px;
  }
  .header-5 .menu-i-5 {
    display: none;
  }
  .header-5 a.banner img.b-728 {
    display: none;
  }
  .top-bar-com {
    display: none;
  }
}
/* and  @media (max-width: 650px) */
/* @media (max-width: 768px) */
@media (max-width: 768px) {
  .xs-container {
    max-width: 550px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  #search {
    height: 158px !important;
  }
  .overaly h2 {
    margin: 20% 0 0 0 !important;
    color: #ffffff;
  }
  .slide_text_hide_768 {
    visibility: hidden;
  }
  .sidebar-search-form input ::-webkit-input-placeholder {
    color: #050505 !important;
  }
  .sidebar-search-form input ::-moz-placeholder {
    /* Firefox 19+ */
    color: #cccccc !important;
  }
  .sidebar-search-form input :-ms-input-placeholder {
    color: #cccccc !important;
  }
  .toggles {
    position: relative !important;
  }
  .callout {
    text-align: center;
  }
  .callout .callout-header {
    margin: 0 !important;
  }
  .callout .button-green {
    float: none!important;
    margin: 0;
  }
  .footer h3 {
    text-align: center !important;
  }
  .bottom-bar {
    text-align: center;
  }
  .bottom-bar .list-inline {
    float: none !important;
  }
  .back-to-top {
    bottom: 6em !important;
  }
  .portfolio3 .portfolioContainer .p3-item {
    width: 50% !important;
  }
  .portfolioContainer {
    margin-top: 0 !important;
  }
  .news {
    margin-top: 40px !important;
  }
  .contact-adress {
    display: block;
    padding-bottom: 40px !important;
  }
  .team .avatar li ul {
    display: block !important;
  }
  ul.mega-menu {
    padding: 20px 10px 20px 10px !important;
    width: 100% !important;
  }
  .blog-item1 {
    padding-left: 0px !important;
  }
  .blog-item1 .post-meta {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
  }
  p.price-range > label {
    float: none !important;
  }
  .shop-classic-sidebar .shop-content .shop-content-item-container {
    height: 537px !important;
  }
  .shop-classic.shop-content .shop-content-item-container {
    height: 850px !important;
  }
  .logo-small {
    display: block;
    position: relative;
    margin: 0 auto 15px auto !important;
  }
  .shop-single .owl-controls {
    display: none !important;
  }
  .ralaited-products #owl-demo-3 .shop-content-item-container {
    height: 567px;
  }
  .callout-2 h3 {
    text-align: center !important;
  }
  .callout-2 p {
    text-align: center !important;
  }
  .callout-2 .button-green {
    float: none !important;
    margin-top: 5px !important;
  }
  .callout-2 {
    text-align: center;
  }
  .tp-caption a.button-green {
    height: 30px !important;
  }
  p.price-range > input {
    padding-top: 2px !important;
  }
  .index-4 .text-field .button-green {
    text-align: center;
  }
  .index-5 .photo-news .big {
    width: 100%;
  }
  .index-5 .photo-news .small {
    width: 50%;
  }
  .index-5 .sidebar {
    position: relative;
    margin: 0 auto;
    max-width: 500px;
  }
}
/* and @media (max-width: 768px) */
/* @media (max-width: 992px)*/
@media (max-width: 992px) {
  .features-tools-content .features-list-img {
    text-align: center;
  }
  .top-bar .address {
    display: none;
  }
  .top-bar-nav .skype-name {
    display: none;
  }
  .social {
    margin: 15px 0 0 0 !important;
  }
  .menu-container #menu {
    padding: 0;
  }
  .menu-i-5 .menu-container #menu > li > a {
    padding: 13px 10px;
  }
  .menu-i-5 .menu-container #menu > li:hover > a {
    padding: 13px 10px;
  }
  .menu-i-5 .menu-container #menu > li.active > a {
    padding: 13px 10px;
  }
  .menu-i-5 .menu-container #menu > li.search input {
    padding-top: 8px;
    width: 100px;
  }
  ul#menu li > a > i {
    margin: 0 -5px 0 5px !important;
  }
  ul#menu .search {
    font-size: 14px !important;
    line-height: 14px !important;
  }
  .owl-buttons .owl-prev,
  .owl-buttons .owl-next {
    display: none !important;
  }
  .our-servise-content {
    padding-bottom: 0 !important;
  }
  .infographics-content h2 {
    margin-top: 0 !important;
  }
  .features-list {
    margin: 0 10px 10px 0 !important;
    padding: 0 !important;
  }
  .features-list li {
    margin-bottom: 7px !important;
  }
  .callout {
    padding: 35px 0 !important;
  }
  .callout h3 {
    margin-top: 10px !important;
  }
  .callout .container > .row .button-green {
    margin-top: 35px;
  }
  #team-of-prof {
    background: none;
  }
  .portfolioContainer .p3-item {
    width: 33.33% !important;
  }
  section .portfolio-masonry > .p3-item {
    width: 33.33%;
  }
  .our-banners {
    padding-top: 25px;
  }
  .banners-desc {
    display: block !important;
  }
  .team .avatar p {
    display: block !important;
  }
  .team .avatar ul {
    margin-top: 0px !important;
  }
  .team .blog-item-quote {
    margin-top: 15px !important;
  }
  .team .my-projects {
    margin-bottom: 15px;
  }
  .shop-mega-menu .mega-menu-header {
    padding-top: 15px !important;
  }
  .shop-classic .shop-content .shop-content-item-container {
    height: 537px;
  }
  .our-services ul li {
    padding: 8px 0 18px 0;
  }
  .our-services ul li i {
    margin-top: -8px;
  }
  p.banners-desc {
    display: none !important;
  }
  .team-of-prof .container .seo-item img {
    padding-top: 20px;
  }
  .blog .container .row .sidebar-right {
    margin: 35px;
    margin-bottom: 25px;
  }
  .index-5 .post-slider {
    width: 100%;
  }
  .index-5 .posts-container {
    width: 100%;
  }
  /* Blog-post */
  .blog-post .blog-item-quote .quote-content p:after {
    display: none !important;
  }
  .tags a {
    margin-bottom: 8px !important;
  }
  .blog-post .container .row .blog-item-description {
    padding: 0px !important;
  }
  .blog-post .row .comments {
    padding-left: 0px !important;
  }
  .blog-post .container .row .submit {
    float: none !important;
    margin-bottom: 25px !important;
  }
  .blog-post .container .row .submit a.button-green {
    margin-top: 15px !important;
  }
  .blog-post .container .row .register {
    float: none !important;
    margin-top: 20px !important;
  }
  .blog-post .container .row .register input {
    width: 100% !important;
  }
  .blog-post .container .row .sign {
    float: none !important;
  }
  .blog-nav .left,
  .blog-nav .right,
  .blog-nav .left span,
  .blog-nav .right span {
    display: block !important;
    float: none !important;
    text-align: center;
    padding: 0 !important;
  }
  .blog-nav .right h3 a span,
  .blog-nav .left h3 a span {
    display: none !important;
  }
}
/* and @media (max-width: 992px) */
/* @media (min-width: 990px) and (max-width: 1170px) */
@media (min-width: 990px) and (max-width: 1170px) {
  .features-list li {
    font-size: 12px !important;
    margin: 0 10px 10px 0 !important;
  }
  .features-list i {
    padding: 1.5px 0 0 1px !important;
  }
  .features-list-left {
    margin-right: 10px !important;
  }
  .back-to-top {
    bottom: 6em;
  }
  .portfolioContainer .p3-item {
    width: 25% !important;
  }
  .index-5 .post-slider {
    width: 100%;
  }
  .index-5 .posts-container {
    width: 100%;
  }
}
/* and @media (min-width: 990px) and (max-width: 1170px) */
/* @media (max-width: 1200px) */
@media (max-width: 1200px) {
  .top-bar ul.top-bar-nav > li {
    margin: 0 5px 0 0;
    padding: 0 5px 0 0;
  }
  .menu-container ul#menu > li {
    margin-left: 0px;
  }
  .menu-container ul#menu > li > a {
    padding: 10px 8px 10px 5px;
  }
  .row #owl-demo-3 .owl-buttons,
  .row #owl-demo-1 .owl-buttons,
  .row #owl-demo-7 .owl-buttons {
    display: none;
  }
  .our-banners-inner p {
    display: none;
  }
  .our-banners-inner h3 {
    padding-bottom: 15px !important;
  }
  .header-popular {
    padding-top: 25px !important;
  }
  .home-3-popular {
    padding-top: 0 !important;
  }
  .team .avatar p {
    display: none;
  }
  .team .avatar ul {
    margin-top: 15px;
  }
  .features .megamenu-featured {
    display: none;
  }
  .features .mega-menu-col-2 {
    width: 33%;
  }
  .features .mega-menu-col-4 {
    display: none;
  }
  p.price-range > .button-green {
    float: none !important;
    margin: 10px 0 0 0 !important;
  }
  .our-banners-border {
    padding-top: 8px !important;
  }
  .portfolio-masonry .p3-item {
    width: 25%;
  }
  .shop-content .shop-content-item-container {
    height: 487px;
  }
  .shop-menu .mega-menu .megamenu-featured {
    display: none;
  }
  #owl-demo-8 .people-quote .item-quote p:after {
    display: none;
  }
  .green-line {
    display: none;
  }
}
/* and @media (max-width: 1200px) */
/*------------------------------------------------------------------

and Responsive settings

-------------------------------------------------------------------*/



img.main-news-img {
	border:#E4E4E4 solid 1px;
	border-radius:5px;
	padding:2px;
	margin:2px;
	margin-right:16px;
}


div.formrow {
	width:100%;
	float:left;
}
div.formrow label {
	width:100%;
	margin-top:2px;
}
div.p20 {
	width:19%;
	float:left;
	margin-top:24px;
}
div.p80 {
	width:78%;
	float:left;
}


div.nsuccess {
	background:#6C3;
	color:#FFF;
}
div.nwarning {
	background:#F30;
	color:#FFF;
}

a.minibutton {
	padding:4px !important;
	margin:2px !important;
	font-size:12px !important;
}
/* kosar table */
table.basket {
	width:100%;
}
table.basket tr td {
	padding:10px;
}
table.basket tr {
	border-bottom:#CCC solid 1px;
	height:auto;
	min-height:32px;
	color:#000;
}
table.basket tr.noborder {
	border-bottom:#FFF solid 1px;
}

img.basketimg {
	max-height:150px;
	width:auto;
}

img.shopcatlist {
	max-height:220px;
	width:auto;
}

div.contactlogo {
	width:100%;
	/*height:92px;*/
	height:auto;
	margin:12px;
	margin:auto;
	/*text-align:center;*/
	margin-bottom:24px;
}

div.forminfo {
	color:#999;
	margin-bottom:-12px;
	margin-top:10px;
}

.boraink {
	background-color: #ffffff;
	cursor: pointer;
	/*height:300px;*/
	/*border: 1px solid #dcdcdc;*/
	border: 1px solid #ffffff;
	border-radius: 5px;
	padding: 10px;
	display: block;
	margin-top: 20px;
}

img.galsimple {
	height:155px;
	width:auto;
	border:#CCC solid 1px;
	border-radius:5px;
	padding:5px;
	margin:5px;
}

img.galsimpleprod {
	height:auto;
	width:49%;
	border:#CCC solid 1px;
	border-radius:3px;
	padding:0px;
	margin:1px;
	float:left;
}


div.simplegaldiv {
	text-align:center;
}



div.our-services ul li span {
	line-height:36px;
}



div.frow {
	width:100%;
	clear:both;
}

div.finfo {
	width:100%;
	clear:both;
	padding:10px;
	margin-top:68px;
	color:#242424;
	font-weight:bold;
	font-size:110%;
	border-bottom:#999 solid 1px;
}

hr.fhr {
	height:1px;
	width:100%;
	color:#242424;
	background-color:#242424;
	clear:both;
}

table.bktable {
	padding:3px !important;
	font-size:12px !important;
}
table.bktable tr td {
	padding:3px !important;
}

/* order statuses */


.orderstatus_style_1 {
	padding:2px;
	border:#e4e4e4 solid 1px;
	border-radius:3px;
	background-color:#09C;
	color:#FFF;
}

.orderstatus_style_2 {
	padding:2px;
	border:#e4e4e4 solid 1px;
	border-radius:3px;
	background-color:#999;
	color:#FFF;
}

.orderstatus_style_3 {
	padding:2px;
	border:#e4e4e4 solid 1px;
	border-radius:3px;
	background-color:#999;
	color:#FFF;
}

.orderstatus_style_4 {
	padding:2px;
	border:#e4e4e4 solid 1px;
	border-radius:3px;
	background-color:#999;
	color:#FFF;
}

.orderstatus_style_5 {
	padding:2px;
	border:#e4e4e4 solid 1px;
	border-radius:3px;
	background-color:#090;
	color:#FFF;
}

.orderstatus_style_6 {
	padding:2px;
	border:#e4e4e4 solid 1px;
	border-radius:3px;
	background-color:#F00;
	color:#FFF;
}


div.newsletter-info {
	border:#090 solid 2px;
	border-radius:3px;
	padding:8px;
	margin:8px;
	text-align:center;
}

div.newsletter-info-no {
	border:#F00 solid 2px;
	border-radius:3px;
	padding:8px;
	margin:8px;
	text-align:center;
}


div.bannerright img {
	border:#CCC solid 1px;
	border-radius:3px;
	padding:3px;
	margin:4px;
}

div.bannerright img:hover {
	border:#424242 solid 1px;
	border-radius:3px;
	padding:3px;
	margin:4px;
	cursor:pointer;
}

div.jelmondat {
	color:#AD8452;
	font-size:24px;
	/*font-weight:bold;*/
	line-height:28px;
	margin:0;
	padding:0;
	padding-left:10px;
	padding-bottom:20px;
	border-bottom:#AD8452 solid 3px;
	font-family: 'Dancing Script', cursive !important;
}
div.jelmondat-tablet {
	color:#AD8452;
	font-size:24px;
	/*font-weight:bold;*/
	/*line-height:22px;*/
	margin:0;
	padding:0;
	margin-bottom:-2px;
	padding-left:4px;
	padding-bottom:2px;
	border-bottom:none;
	font-family: 'Dancing Script', cursive !important;
}
span.jelmondatfont {
	font-family: 'Dancing Script', cursive !important;
}


img.tplmh, img.tplmj {
	border:#CCC solid 1px;
	border-radius:3px;
	padding:2px;
	margin:4px;
}

@media (min-width: 650px) {
	img.tplmh {
		float:right;
	}
	div.linksmh {
		float:left;
	}
	img.tplmj {
		float:left;
	}
	div.linksmj {
		float:right;
	}
}
@media (max-width: 650px) {
	img.tplmh {
		float:left;
		max-width:400px;
	}
	div.linksmh {
		float:left;
	}
	img.tplmj {
		float:left;
		max-width:400px;
	}
	div.linksmj {
		float:left;
	}
}




/* header - 3 fele: */
@media (min-width: 1080px) {
	/* fenti menu */
	div.header-desktop {
		visibility:visible;
		display:block;
	}
	div.header-tablet-w6 {
		visibility:hidden;
		display:none;
	}
	div.header-mobil {
		visibility:hidden;
		display:none;
	}
	/* lenti menu */
	div.bottommenu-desktop {
		visibility:visible;
		display:block;
	}
	div.bottommenu-tablet {
		visibility:hidden;
		display:none;
	}
	div.bottommenu-mobil {
		visibility:hidden;
		display:none;
	}
}

@media (max-width: 1079px) {
	/* fenti menu */
	div.header-desktop {
		visibility:hidden;
		display:none;
	}
	div.header-tablet-w6 {
		visibility:visible;
		display:block;
	}
	div.header-mobil {
		visibility:hidden;
		display:none;
	}
	/* lenti menu */
	div.bottommenu-desktop {
		visibility:hidden;
		display:none;
	}
	div.bottommenu-tablet {
		visibility:visible;
		display:block;
	}
	div.bottommenu-mobil {
		visibility:hidden;
		display:none;
	}
}

@media (max-width: 700px) {
	/* fenti menu */
	div.header-desktop {
		visibility:hidden;
		display:none;
	}
	div.header-tablet-w6 {
		visibility:hidden;
		display:none;
	}
	div.header-mobil {
		visibility:visible;
		display:block;
	}
	/* lenti menu */
	div.bottommenu-desktop {
		visibility:hidden;
		display:none;
	}
	div.bottommenu-tablet {
		visibility:hidden;
		display:none;
	}
	div.bottommenu-mobil {
		visibility:visible;
		display:block;
	}
}
	
div.menu-tablet-w6 {
	float:left;
	padding:2px;
	margin:2px;
	font-family: 'Oswald';
}

div.menu-tablet-w6 a, div.bottommenu-tablet a {
	padding-right:6px;
	font-size:16px;
	font-family: 'Oswald';
	color:#FFF;
}


div.menu-mobil-w6, div.bottommenu-mobil {
	/*float:left;*/
	padding:2px;
	margin:2px;
	font-family: 'Oswald';
}

div.menu-mobil-w6 a, div.bottommenu-mobil a {
	padding-left:6px;
	font-size:15px;
	font-family: 'Oswald';
	/*display:block;*/
	color:#FFF;
}



/* kepes ajalno masodik sora cask nagy kepernyon latszik */
@media (min-width: 1200px) {
	div.olnypc {
		visibility:visible;
		display:block;
	}
}
@media (max-width: 1199px) {
	div.olnypc {
		visibility:hidden;
		display:none;
	}
}


img.banner01 {
	margin-bottom:10px;
	margin-top:10px;
	padding:3px;
	border:#CCC solid 1px;
	border-radius:5px;
}

img.banner01:hover {
	margin-bottom:10px;
	margin-top:10px;
	padding:3px;
	border:#F90 olid 1px;
	border-radius:5px;
}





@media (max-width: 645px) {

	#topbasketmobil {
		display:block;
		visibility:visible;
	}
	
	#topbasketscreen {
		display:none;
		visibility:hidden;
	}

}

@media (min-width: 646px) {

	#topbasketmobil {
		display:none;
		visibility:hidden;
	}
	
	#topbasketscreen {
		display:block;
		visibility:visible;
	}

}


@media (max-width: 480px) {
	
	form.contact-form label {
		font-size:10px !important;
		font-weight:normal !important;
	}
	
	form.contact-form input.your-label-contact {
		width:150px !important;
		margin-left:20px !important;
	}
	
}


ul.footermenu li {
	list-style:none;
	color:#191919;
	font-size:16px;
	font-weight:bold;
	line-height:24px;
	/*margin:20px;*/
	
	display: inline-block;
	margin-left: 40px;
	position: relative;
}


div.mainpromo01, div.mainpromo02 {
	width:100%;
}
div.mainpromo01 {
	padding-top:45px;
}

div.mainpromo01 div.mip01header, div.mainpromo01 div.mip01header a {
	background-color:#4B2D2D;
	padding:12px;
	color:#FFF;
	text-align:center;
}
div.mainpromo02 div.mip02header, div.mainpromo02 div.mip02header a {
	background-color:#4B2D2D;
	padding:12px;
	color:#FFF;
	text-align:center;
}



div.mainpromo01 div.mip01content {
	background-color:#F7F5FF;
	color:#4B312F;
}
div.mainpromo02 div.mip02content {
	background-color:#F7F5FF;
	color:#4B312F;
}



div.mainpromo01 div.mip01content span.price {
	font-size:36px;
	font-weight:bold;
}
div.mainpromo02 div.mip02content span.price {
	font-size:44px;
	font-weight:bold;
}
div.mainpromo01 div.mip01content span.price2 {
	font-size:14px;
	font-weight:bold;
	font-style:italic;
}
div.mainpromo02 div.mip02content span.price2 {
	font-size:15px;
	font-weight:bold;
	font-style:italic;	
}


div.mainpromo01 img {
	width:100%;
	height:auto;
	max-width:320px;
	margin:auto;
	text-align:center;
	padding:15px;
}

div.mainpromo02 img {
	width:100%;
	height:auto;
	max-width:350px;
	margin:auto;
	text-align:center;
	padding:15px;
}

div.lines12 {
	border-bottom:#CCC solid 1px;
	border-top:#CCC solid 1px;
	padding-bottom:10px;
	padding-top:10px;
}

a.promo01btn {
	margin-top:12px;
	padding:8px;
	background-color:#4B2D2D;
	text-align:center;
	border:#4B2D2D solid 1px;
	border-radius:15px;
	font-size:18px;
	color:#FFF;
}

a.promo02btn {
	margin-top:15px;
	padding:8px;
	background-color:#4B2D2D;
	text-align:center;
	border:#4B2D2D solid 1px;
	border-radius:15px;
	font-size:22px;
	color:#FFF;
}

img.w6img01 {
	border:#CCC solid 1px;
	border-radius:5px;
	padding:5px;
}


/* color style: /color/lam.css*/

a:hover, .avatar li:hover h3, .avatar li:hover p {
	color: #BCB472 !important;
	text-decoration: none !important;
}
#lang:hover > ul.lang > li > a:hover, #lang:hover>a:hover {
	color: #BCB472 !important;
}
.social-small li:hover {
	border: 2px solid #BCB472;
}
.social-small li:hover i {
	color: #BCB472;
}
#search {
    background-color: rgba(186, 154, 123, 0.9);
}
.overaly{
	background-color: rgba(186, 154, 123, 0.85);
}
.our-banners-description:hover > .our-banners-border {
	border: 8px solid rgba(186, 154, 123, 0.56);
}
.button-green {
	background: #BCB472;
	box-shadow: 0 2px 0 0 #84664a;
    text-shadow: 1px 1px 1px #84664a !important;
}
.button-green:hover {
	background: #a18365;
	box-shadow: 0 2px 0 0 #84664a;
    text-shadow: 1px 1px 1px #84664a !important;
}
.button-dark:hover {
	color: #BCB472 !important;
}
.shop-mega-menu a.read:hover {
	color: #BCB472;
}
.icon-scale-border {
	border: 1px solid #BCB472;
}

.shop-mega-menu a.read i {
	color: #BCB472;
}
.shop-mega-menu .hot {
	background-color: #BCB472;
}
.page-title-address>a:hover {
	color: #BCB472 !important;
}
.page-title-address > i {
	color: #BCB472;
	border: 1px solid #BCB472;
}
.revievs {
	color: #BCB472;
}
.cart-subtotal span.price {
	color: #BCB472;
}
.shop-card-products-description > .price {
	color: #BCB472;
}
.shop-content-header a:hover {
	color: #BCB472 !important;
}
.shop-content-item-description > h3 > a:hover {
	color: #BCB472 !important;
}
.shop-content-item > .shop-content-item-description > a.option:hover {
	color: #BCB472 !important;
} 
.shop-content-item a:hover {
	color: #BCB472;
	cursor: pointer;
}
.price span {
	color: #BCB472;
}
.categories li a i {
	color: #BCB472;
}
.categories li:hover a {
	background-color: #BCB472;
}
.tag-cloud a:hover {
	background-color: #BCB472;
}
.tweet i {
	color: #BCB472;
}
.tweet span {
	color: #BCB472;
}
.toggles1 h4:hover .plus {
	border: 1px solid #BCB472;
}
.toggles1 h4:hover {
	color: #BCB472;
}
.toggles1  .features-list a:hover {
	color: #BCB472 !important;
}
.checkbox-container label:hover {
	color: #BCB472;
}
.pop-products:hover .pop-products-description {
	color: #BCB472;
}
.pop-products-number {
	background-color: #BCB472;
}
.pop-products-price {
	color: #BCB472;
}
.our-banners-description:hover > .our-banners-border > a, .our-banners-description:hover > .our-banners-border > .banners-header {
	color: #BCB472 !important;
}
.top-bar ul.top-bar-nav li a:hover {
	color: #BCB472;
}
.recent-post-date {
	color: #BCB472;
}
.recent-post-content-item a:hover {
	color: #BCB472 !important;
}
.portfolioFilter > .filter-link > a:hover {
	color: #BCB472;
}
.portfolioFilter > .filter-link > a.current {
	background-color: #BCB472;
}
.post-meta .date h2 {
	color: #BCB472;
}
.blog-item a:hover {
	color: #BCB472 !important;
}
.blog-item-description .post-date {
	color: #BCB472;
}
.blog-item-quote .post-date {
	color: #BCB472;
}
.ralaited-products .active span {
    border: 1px solid #BCB472;
}
.shop .clear-selection {
	color: #BCB472; 
}
.share li a:hover {
	border: 1px solid #BCB472;
}
.features-list i {
	border: 2px solid #BCB472;
	color: #BCB472;
}
.our-servise-content ul.nav li.active, .our-servise-content ul.nav li:hover {
	background-color: #BCB472 !important;
}
.our-servise-content .nav-tabs {
	border-bottom: 2px solid #BCB472;
}
.shipping span.number {
	background-color: #BCB472;
}
.testimonials-autor {
	background-color: #BCB472;
}
.toggle>h4>i {
	border: 2px solid #BCB472;
}
.animate h3 {
    color: #BCB472;
}
.numbers-ico {
	border: 3px solid #BCB472;
}
.footer .latest-posts span {
	color: #BCB472;
}
.footer .new-twitt span {
	color: #BCB472;
}
.footer button {
	background: #BCB472; /* Old browsers */
}
.footer button:hover {
	background: #a18365;
}
.latest-posts ul li a:hover {
	color: #BCB472;
}
.bottom-bar .copyright a {
	color: #BCB472 !important;
}




/* 
 * 	Core Owl Carousel CSS File
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}