@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300,400&subset=latin,greek-ext,greek);

/* Stars Fonts (for WooCommerce) */
html {
  overflow-x: hidden;
  overflow-y: auto;
}
body {
  background-color: #fff;
  color: #6d6d6d;
  font-family: 'Roboto Condensed', sans-serif;
  font-size:16px;
  line-height:22px;
  margin: 0;
}
body.fontSize_min {font-size:12px;line-height:18px;}
body.fontSize_max {font-size:20px;line-height:30px;}

body.bg1 {
  background: #ffffff url(../images/bg1.jpg) 50% 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.site-wrapper {
  overflow: hidden;
  position: relative;
}
body.boxed .site-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  background: #fff;
}
@media (min-width: 992px) {
  body.boxed .site-wrapper {
    margin: 30px auto;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    border-radius: 6px;
  }
  body.boxed .site-wrapper .header-top {
    border-radius: 6px 6px 0 0;
  }
}
/*
// #Header
// --------------------------------------------------
*/
#menu_cart {display:none;}
.sticky-header #menu_cart {display:block;}

.header {
  position: relative;
  z-index: 99;
}
/* Sticky Menu */
body.sticky-header .header {
  position: fixed;
  top: -44px;
  left: 0;
  right: 0;
  z-index: 99;
}
body.sticky-header .header .header-main {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}
body.sticky-header .header .header-main:before {
  height: 80px;
}
body.sticky-header .header .logo {
  padding: 10px 0 0 0;
}

body.sticky-header .header .navbar-collapse {
  min-height: 80px;
}
@media all and (min-width: 992px) {
  body.sticky-header .header .navbar-nav > li > a {
    line-height:3.636em;
  }
}
body.boxed .header-main {
  margin: 0 auto;
  max-width: 1200px;
}
.header-top {
  background: #2f2f2f;
  padding: 14px 0;
  color: #a3a3a3;
  font-size:0.875em;
  line-height:1em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .header-top {
    display: none;
  }
}
.header-top ul {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin: 0;
  display: inline-block;
}
.header-top ul > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.header-top ul > li {
  position: relative;
  padding: 0 10px 0 13px;
}
.header-top ul > li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  background: #616161;
  height: 7px;
  width: 1px;
}
.header-top ul > li:first-child {
  padding-left: 0;
}
.header-top ul > li:first-child:before {
  display: none;
}
.header-top .info-item {
  margin-right: 25px;
}
.header-top a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.header-top a.active,
.header-top a:hover {
  text-decoration: none;
  color: #fff;
  border-bottom-color: #616161;
}
.header-top .fa {
  font-size:1em;
  vertical-align: top;
  margin-right: 5px;
  color: #fff;
}
.header-top-left {
  float: left;
}
@media (max-width: 767px) {
  .header-top-left {
    display: none;
  }
}
.header-top-right {
  float: right;
}
.header-top-right > span + span {
  margin-left: 32px;
}
.header-top-right > span + span.info-item {
  margin-left: 25px;
  margin-right: 0;
}
.header-top-right > span.info-item {
  margin-right: 0;
}
@media (max-width: 767px) {
  .header-top-right {
    float: none;
    text-align: center;
  }
}

#myTopCart {float:left;margin:0 32px 0 0;}
#orderHistory {float:left;margin:0 40px 0 0;}


/* Header Main */
.header-main {
  position: relative;
  background: #ececec;
}
.header-main:before,
.header-main:after {
  content: " ";
  display: table;
}
.header-main:after {
  clear: both;
}
.header-main:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100px;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#00ffffff', GradientType=0);
}
.header-main > .container {
  position: relative;
}
/* Logo */
.header .logo {
  margin: 0;
  padding:10px 0px 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  float: left;
}
.header .logo a {float:left;}
.header .logo img {
  position: relative;
  display: inline-block;
  z-index: 2;
}
/* Header Search Form */
.search-form .btn {background-image: -webkit-linear-gradient(top, #3d3d3d 0%, #2f2f2f 100%);background-image: linear-gradient(to bottom, #3d3d3d 0%, #2f2f2f 100%);background-repeat: repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3d3d3d', endColorstr='#ff2f2f2f', GradientType=0);text-align: center;border-color: #2f2f2f;padding-left:18px;padding-right:18px;}
.search-form .btn:hover {background-image: -webkit-linear-gradient(top, #dd2a0b 0%, #c6250a 100%);background-image: linear-gradient(to bottom, #dd2a0b 0%, #c6250a 100%);background-repeat: repeat-x;filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdd2a0b', endColorstr='#ffc6250a', GradientType=0);border-color: #c6250a;}
.search-form .btn .fa {line-height:1.3em;color: #fff;margin-right: 0;}
.header .search-form {float: right;padding: 35px 0;width: 260px;display: none;vertical-align:middle;}

@media (min-width: 992px) {
	.header .search-form {display: table-cell;}
}
/*
// #Navigation
// --------------------------------------------------
*/
.fhmm {
  background: none;
  border: none;
  padding: 0;
  margin-bottom: 0;
  /* Navigation Toggle Button */
}
.fhmm ul {
  list-style: none;
  padding-left: 0px;
}
.fhmm .navbar-toggle {
  margin: 0;
  padding: 9px;
  border-radius: 2px;
  vertical-align: top;
  height: 40px;
  width: 40px;
  background: #2f2f2f;
  position: absolute;
  top: 35px;
  right: 0;
  z-index: 8;
  border: none;
}
.fhmm .navbar-toggle:hover,
.fhmm .navbar-toggle:active,
.fhmm .navbar-toggle:focus {
  background: #434343;
}
.fhmm .navbar-toggle .fa {
  color: #fff;
  font-size:0.875em;
  margin-right: 0;
}
.fhmm .navbar-toggle .touch-button {
  display: none;
}
.fhmm .container {
  position: relative;
}
.fhmm .navbar-collapse {
  margin: 0 -30px;
}
@media all and (min-width: 992px) {
  .fhmm .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
}
.fhmm .navbar-collapse .navbar-nav {
  background: #2f2f2f;
  margin: 0;
}
@media all and (max-width: 991px) {
  .fhmm .navbar-collapse .navbar-nav li a {
    position: relative;
    display: block;
    z-index: 2;
    overflow: hidden;
    font-size:1em;
    color: #fff;
    text-decoration: none;
    padding: 12px 15px;
  }
  .fhmm .navbar-collapse .navbar-nav li a .label {
    margin-left: 4px;
    vertical-align: middle;
  }
  .fhmm .navbar-collapse .navbar-nav li a.thumb-link {
    padding: 0;
  }
  .fhmm .navbar-collapse .navbar-nav li + li {
    border-top: 1px solid #3f3f3f;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
  .fhmm .navbar-collapse .navbar-nav li.active > a,
  .fhmm .navbar-collapse .navbar-nav li.active > a:hover,
  .fhmm .navbar-collapse .navbar-nav li.active > a:focus {
    background: none !important;
    color: #fff;
  }
  .fhmm .navbar-collapse .navbar-nav li.active > a:before,
  .fhmm .navbar-collapse .navbar-nav li.active > a:hover:before,
  .fhmm .navbar-collapse .navbar-nav li.active > a:focus:before {
    background: none;
  }
  .fhmm .navbar-collapse .navbar-nav li.open > a,
  .fhmm .navbar-collapse .navbar-nav li.open > a:hover,
  .fhmm .navbar-collapse .navbar-nav li.open > a:focus {
    background: none !important;
    color: #fff;
  }
  .fhmm .navbar-collapse .navbar-nav li.open > a:before,
  .fhmm .navbar-collapse .navbar-nav li.open > a:hover:before,
  .fhmm .navbar-collapse .navbar-nav li.open > a:focus:before {
    background: none;
  }
}
@media all and (min-width: 992px) {
  .fhmm .navbar-collapse .navbar-nav {
    float: right;
    background: none;
  }
  .fhmm .navbar-collapse .navbar-nav > li {
    text-align: left;
    list-style: none;
    display: inline-block;
    overflow: visible;
    border: none !important;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
  }
  .fhmm .navbar-collapse .navbar-nav > li + li {
    margin-left: 9px;
  }
  .fhmm .navbar-collapse .navbar-nav > li > a {
    font-size:1.250em;
    color: #656464;
    text-decoration: none;
    padding: 0 15px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    line-height:5.182em;
    font-weight: 400;
    position: relative;
    z-index: 3;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .fhmm .navbar-collapse .navbar-nav > li > a:before {
    content: "";
    display: block;
    position: absolute;
    height: 4px;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .fhmm .navbar-collapse .navbar-nav > li > a:hover,
  .fhmm .navbar-collapse .navbar-nav > li > a:focus {
    background: #fff;
    color: #2f2f2f;
  }
  .fhmm .navbar-collapse .navbar-nav > li > a:hover:before,
  .fhmm .navbar-collapse .navbar-nav > li > a:focus:before {
    background: #006C85;
  }
  .fhmm .navbar-collapse .navbar-nav > li.active > a,
  .fhmm .navbar-collapse .navbar-nav > li.active > a:hover,
  .fhmm .navbar-collapse .navbar-nav > li.active > a:focus {
    background: #fff;
    color: #2f2f2f;
  }
  .fhmm .navbar-collapse .navbar-nav > li.active > a:before,
  .fhmm .navbar-collapse .navbar-nav > li.active > a:hover:before,
  .fhmm .navbar-collapse .navbar-nav > li.active > a:focus:before {
    background: #006C85;
  }
  .fhmm .navbar-collapse .navbar-nav > li.open > a,
  .fhmm .navbar-collapse .navbar-nav > li.open > a:hover,
  .fhmm .navbar-collapse .navbar-nav > li.open > a:focus {
    background: #fff;
    color: #2f2f2f;
  }
  .fhmm .navbar-collapse .navbar-nav > li.open > a:before,
  .fhmm .navbar-collapse .navbar-nav > li.open > a:hover:before,
  .fhmm .navbar-collapse .navbar-nav > li.open > a:focus:before {
    background: #006C85;
  }
}
.fhmm .navbar-collapse .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
}
.fhmm .dropdown a,
.fhmm .dropdown-menu a {
  color: #2f2f2f;
}
.fhmm .dropdown a:hover,
.fhmm .dropdown-menu a:hover {
  text-decoration: none;
}
.fhmm .dropdown-menu {
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #efefef;
  padding: 0 15px;
  left: auto;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}
@media (min-width: 992px) {
  .fhmm .dropdown-menu {
    padding: 0;
  }
}
.fhmm .dropdown-menu > li {
  border: none;
}
.fhmm .dropdown-menu > li > a {
  color: #fff !important;
  padding: 10px 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.fhmm .dropdown-menu > li > a:hover {
  -webkit-transition: none;
  transition: none;
  color: #fff;
}
@media (min-width: 992px) {
  .fhmm .dropdown-menu > li > a {
    color: #2f2f2f !important;
  }
  .fhmm .dropdown-menu > li > a:hover {
    color: #2f2f2f;
  }
  .fhmm .dropdown-menu > li > a .label {
    margin-left: 5px;
  }
}
.fhmm .dropdown-menu > li.active > a {
  background: #efefef;
}
.fhmm .dropdown-menu > li + li a {
  border-top: 1px solid #2f2f2f;
}
@media (min-width: 992px) {
  .fhmm .dropdown-menu > li + li a {
    border-top: 1px solid #efefef;
  }
}
@media (min-width: 992px) {
  .fhmm .dropdown-menu .withoutdesc {
    margin-top: 0;
    display: block;
    text-align: left;
    text-transform: none;
    width: 100%;
  }
}
.fhmm .dropdown-menu .fhmm-content.withdesc a:after {
  color: #CFCFCF;
  content: attr(data-description);
  display: block;
  font-size:0.688em;
  font-weight: 400;
  line-height:0;
  margin: 10px 0 15px;
  text-transform: uppercase;
}
.fhmm .dropdown-submenu {
  position: relative;
}
.fhmm .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0;
}
.fhmm .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.fhmm .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.fhmm .dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.fhmm .dropdown-submenu.pull-left {
  float: none;
}
.fhmm .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.fhmm i {
  color: #bfbfbf;
  margin-right: 3px;
}
.fhmm video {
  max-width: 100%;
  height: auto;
}
.fhmm iframe,
.fhmm embed,
.fhmm object {
  max-width: 100%;
}
.fhmm .google-map {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  min-height: 200px;
}
.fhmm div.google-map {
  background: rgba(255, 255, 255, 0.5);
  background: #ffffff;
  height: 200px;
  margin: 0 0 0px 0;
  width: 100%;
}
.fhmm #googlemaps img {
  max-width: none;
}
.fhmm [class*="col-"] {
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  .fhmm [class*="col-"] {
    padding-bottom: 0;
  }
}
.fhmm .nav,
.fhmm .collapse,
.fhmm .dropup,
.fhmm .dropdown {
  position: static;
}
.fhmm .half {
  width: 50%;
  left: auto !important;
  right: auto !important;
}
.fhmm .half-right {
  left: auto !important;
  right: 0 !important;
}
.fhmm .nav.navbar-right .dropdown-menu {
  left: auto;
  right: 0;
}
.fhmm .fhmm-content {
  padding: 0 10px;
}
@media (min-width: 992px) {
  .fhmm .fhmm-content {
    padding: 20px 25px;
  }
  .fhmm .fhmm-content ul li a {
    display: block;
    padding: 4px 8px;
    margin: 0 -8px 4px -8px;
    border-radius: 2px;
  }
  .fhmm .fhmm-content ul li a:hover {
    background: #efefef;
  }
  .fhmm .fhmm-content ul li.active > a {
    background: #efefef;
  }
}
.fhmm .dropdown.fhmm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
.fhmm hr {
  border-top-color: #3f3f3f;
}
@media all and (min-width: 992px) {
  .fhmm hr {
    border-top-color: #efefef;
  }
}
.fhmm .caret {
  color: #c1c1c1;
  position: relative;
  top: -2px;
}
.fhmm .title {
  font-size:1em;
  padding-bottom: 10px;
  border-bottom: 1px solid #3f3f3f;
  color: #969696;
  padding-top: 10px;
}
@media all and (min-width: 992px) {
  .fhmm .title {
    color: #2f2f2f;
    border-bottom: 1px solid #efefef;
    color: #3f3f3f;
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .fhmm .media + .media {
    padding-top: 15px;
  }
}
.fhmm p:last-child {
  margin-bottom: 0;
}
.fhmm p:last-child a {
  display: inline !important;
  padding: 0 !important;
}


/* One Page */
header.header-fixed {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0 !important;
}
.one-page.sticky-header {
  padding-top: 0 !important;
}
.one-page .tp-banner-holder {
  border-top: none;
}
.one-page .footer-copyright {
  padding: 60px 0;
}
.one-page .footer .social-links {
  margin-bottom: 20px;
}
.one-page .page-content {
  padding: 0;
}
/*
// #Content
// --------------------------------------------------
*/
/* Page Heading */
.page-heading {
  background: #2f2f2f;
  border-top: 6px solid #d4d4d4;
  border-bottom: 6px solid #d4d4d4;
  position: relative;
  text-align: center;
}
@media (min-width: 992px) {
  .page-heading {
    text-align: left;
  }
}
.page-heading:before,
.page-heading:after {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  background: #bfbfbf;
}
.page-heading:before {
  top: -6px;
}
.page-heading:after {
  bottom: -6px;
}
.page-heading h1 {
  font-size:1.500em;
  margin: 0;
  color: #fff;
  padding: 25px 0 10px 0;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .page-heading h1 {
    padding: 25px 0;
  }
}
.page-heading .breadcrumb {
  background: none;
  text-align: center;
  font-size:0.625em;
  text-transform: uppercase;
  margin: 0;
  padding: 0 0 20px 0;
}
@media (min-width: 992px) {
  .page-heading .breadcrumb {
    text-align: right;
    padding: 29px 0;
  }
}
.page-heading .breadcrumb > li + li:before {
  content: "\2022";
  padding-right: 6px;
}
.page-heading .breadcrumb a {
  color: #fff;
}
.page-heading .search-form {padding:22px 0;width:100%;}
.page-heading .search-form .input-group {width:100%;position:relative;z-index:10;}
.page-heading .search-form .input-group-btn {position:absolute;top:0px;right:-2px;width:auto;z-index:20;}
.page-heading .search-form .searchField {position:relative;}
.page-heading .search-form .searchField input {padding-right:70px;}
.page-heading .search-form #searthResult {position:absolute;background:#fff;width:100%; z-index:10;border: solid 1px #ccc;border-top:none;-webkit-border-bottom-right-radius: 3px;-webkit-border-bottom-left-radius:3px;-moz-border-radius-bottomright:3px;-moz-border-radius-bottomleft:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;box-shadow:1px 2px 6px #aaa;}
.page-heading .search-form #searthResult ul {margin:0;padding:10px 20px 10px 20px;list-style:none;float:left;width:100%;}
.page-heading .search-form #searthResult ul.scroll {max-height:300px;overflow-y:scroll;}
.page-heading .search-form #searthResult ul li {width:100%;float:left;padding:5px 0;}
.page-heading .search-form #searthResult ul li a {width:100%;float:left;}

.page-heading .search-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page-heading .search-form .btn {
  background: #006C85;
  border-color: #006C85;
}


.page-content {
  padding-top: 64px;
  padding-bottom: 64px;
}
.section-light {
  margin: 70px -100% 70px -100%;
  padding: 55px 100% 60px 100%;
  background: #f7f7f7;
  overflow: hidden;
  border-top: 1px solid #e4e4e4;
}
.section-bottom {
  margin-bottom: -64px !important;
}
/* One Page section */
.section {
  padding: 80px 0;
}
.section.light {
  background: #fff;
}
.section.dark {
  background: #2f2f2f;
  color: #a3a3a3;
}
.section.dark h1,
.section.dark .h1,
.section.dark h2,
.section.dark .h2,
.section.dark h3,
.section.dark .h3,
.section.dark h4,
.section.dark .h4,
.section.dark h5,
.section.dark .h5,
.section.dark h6,
.section.dark .h6 {
  color: #fff;
}
.section.dark label {
  color: #a3a3a3;
}
.section.section__nopadding {
  padding: 0;
}
.section .googlemap-wrapper {
  margin: 0;
}




@media (min-width: 992px) {
  .row > [class^='col-']:first-child .featured-item:before {
    display: none;
  }
}
.row > [class^='col-']:first-child .featured-item:after,
.row > [class^='col-']:nth-child(3n) .featured-item:after {
  display: none;
}

@-webkit-keyframes smallToBig {
  from {
    -webkit-transform: scale(0.1);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes smallToBig {
  from {
    -moz-transform: scale(0.1);
  }
  to {
    -moz-transform: scale(1);
  }
}
@-ms-keyframes smallToBig {
  from {
    -ms-transform: scale(0.1);
  }
  to {
    -ms-transform: scale(1);
  }
}
@-webkit-keyframes moveFromBottom {
  from {
    -webkit-transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(0%);
  }
}
@-moz-keyframes moveFromBottom {
  from {
    -moz-transform: translateY(100%);
  }
  to {
    -moz-transform: translateY(0%);
  }
}
@-ms-keyframes moveFromBottom {
  from {
    -ms-transform: translateY(100%);
  }
  to {
    -ms-transform: translateY(0%);
  }
}
/*
// #Widgets
// --------------------------------------------------
*/
.widget__sidebar {margin-bottom: 30px;}
/* Base Widgets */
.widget_archive ul,
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_categories ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.widget_archive ul li,
.widget_nav_menu ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_categories ul li {
  padding: 8px 0 10px 20px;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
}
.widget_archive ul li:before,
.widget_nav_menu ul li:before,
.widget_meta ul li:before,
.widget_pages ul li:before,
.widget_recent_comments ul li:before,
.widget_recent_entries ul li:before,
.widget_categories ul li:before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  content: "\f0da";
  font-family: 'FontAwesome';
  font-size:0.875em;
  color: #006C85;
  margin-right: 10px;
  font-style: normal;
  font-weight: normal;
  line-height:1.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.widget_archive ul ul,
.widget_nav_menu ul ul,
.widget_meta ul ul,
.widget_pages ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul,
.widget_categories ul ul {
  margin-top: 1em;
  margin-bottom: -1em;
}
.widget_recent_comments ul li:before {
  content: "\f075";
}
/* Widget :: Latest Post Widget */
.widget .latest-posts-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.widget .latest-posts-list > li {
  overflow: hidden;
}
.widget .latest-posts-list > li.active a {color:#000;}

.widget .latest-posts-list > li + li {
  margin-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.widget .thumbnail {
  float: left;
  margin: 0 20px 0 0;
}
.widget .date {
  display: block;
  color: #b4b8be;
  margin-bottom: .5em;
  font-size:0.688em;
}
.widget .title {
  font-size:0.813em;
  line-height:0.909em;
  margin-bottom: 0;
  text-transform: none;
  font-family: 'Roboto Condensed', sans-serif;
  overflow: hidden;
}
.widget .title > a {
  -webkit-transition: none;
  transition: none;
  padding-top: .3em;
}
.widget .title > a:hover {
  color: #006C85;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}


/* Widget :: Tag Cloud */
.widget_tag_cloud .tagcloud a {
  display: inline-block;
  padding: 4px 8px;
  border: 1px solid #cecece;
  border-radius: 4px;
  margin: 0 3px 6px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.widget_tag_cloud .tagcloud a:hover {
  background: #fff;
  border-color: #fff;
  color: #2f2f2f;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
}
.widget_tag_cloud.widget__sidebar .tagcloud a {
  color: #2f2f2f;
  border-color: #e4e4e4;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff4f4f4', GradientType=0);
}

.widget_tag_cloud.widget__sidebar .tagcloud a.active,
.widget_tag_cloud.widget__sidebar .tagcloud a:hover {
  background: #006C85;
  color: #fff;
}




.error-title {
  font-size:6.875em;
  color: #006C85;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0 0 .3em 0;
}
@media (min-width: 992px) {
  .error-title {
    font-size:13.750em;
  }
}

/* Countdown */
.googlemap-wrapper {
  position: relative;
  margin: -65px 0 50px 0;
}
.googlemap-wrapper img {
  max-width: none !important;
}
.map-canvas {
  width: 100%;
  height: 200px;
  padding: 6px;
  background-color: #e5e5e5;
  border: 1px solid #cecece;
}
@media (min-width: 768px) {
  .map-canvas {
    height: 320px;
  }
}
@media (min-width: 992px) {
  .map-canvas {
    margin-bottom: 0;
    height: 390px;
  }
}
.map-canvas:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: -15px 0 0 -15px;
  width: 30px;
  height: 30px;
  color: #2f2f2f;
  content: '\f110';
  text-align: center;
  font-size:1.250em;
  font-family: 'FontAwesome';
  line-height:1.364em;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*
// #Portfolio
// --------------------------------------------------
*/
.project-item .product-item-inner {background: #f7f7f7;-webkit-transition: 0.2s;transition: 0.2s;}
.project-item .project-img {position: relative;overflow: hidden;margin: 0;float:left;}
.project-item .project-img > img {margin-bottom: 0;width: 100%;height: auto;}
.project-item .overlay {position: absolute;top: 7px;left: 7px;overflow: hidden;right: 7px;bottom: 7px;opacity: 0;-webkit-transition: 0.2s;transition: 0.2s;}
.project-item .dlink,
.project-item .zoom {display: block;position: absolute;top: 0;bottom: 0;width: 50%;color: #006C85;background: rgba(255, 255, 255, 0.9);text-decoration: none;opacity: 0;filter: alpha(opacity=0);-webkit-transition: 0.3s;transition: 0.3s;font-size:2.375em;text-align: center;z-index: 2;}
.project-item .noCartBtn .zoom {width:100%!important;}
.project-item .dlink:hover,
.project-item .zoom:hover {background: #006C85;color: #fff;}
.project-item .dlink .fa,
.project-item .zoom .fa {position: absolute;left: 50%;top: 50%;margin: -19px 0 0 -19px;}
.project-item .dlink {left: 0;-webkit-transform: translate(-100%, 0);-ms-transform: translate(-100%, 0);transform: translate(-100%, 0);}
.project-item .zoom {right: 0;-webkit-transform: translate(100%, 0);-ms-transform: translate(100%, 0);transform: translate(100%, 0);}
.project-item .zoom .fa-file-text-o {margin-left: -13px;}
.project-item .project-img:hover .overlay {opacity: 1;filter: alpha(opacity=100);}
.project-item .project-img:hover .dlink,
.project-item .project-img:hover .zoom {opacity: 1;filter: alpha(opacity=100);-webkit-transform: translate(0, 0);-ms-transform: translate(0, 0);transform: translate(0, 0);}
/*  Portfolio Description  */
.project-desc {padding:20px 10px;}
.project-desc .code {color:#006C85;font-size:1.125em;float:left;width:100%;}
.project-desc .title {margin-bottom: 5px;}
.project-desc .title > a {color: #2f2f2f;}
.project-desc .title > a:hover {color: #006C85;text-decoration: none;}
.project-desc .desc {color: #b4b8be;font-style: italic;}




/*
// #Footer
// --------------------------------------------------
*/
.footer {background: #2f2f2f;color: #a3a3a3;font-size:0.938em;}
.footer a {color: #a3a3a3;}

.cards {margin-top:30px;float:left;width:100%;}
.cards img {float:left;}
.espa {margin-top:50px;}
.espa img {width:100%;box-shadow:4px 4px 10px rgba(0, 0, 0, 0.8);}
.espa p {font-size:0.9em;line-height:1.4em;margin:15px 0 0 0;text-align:justify;}

#webart {float:right;}
#webart a {float:left;margin-right:10px;}
#webart a img {float:left;margin-top:3px;}


.footer-widgets {padding:50px 0px 50px;}
.footer .widget-title {font-size:1.250em;margin-bottom:1.6em;text-transform:uppercase;color:#fff;}

.contacts-widget {padding:0px;}
.contacts-widget .contacts-info-list {padding-left: 0;list-style: none;margin-bottom: 0;}
.contacts-widget .contacts-info-list > li {position: relative;padding:0 25px 0 50px;min-height:32px;display:inline;float:left;}
.contacts-widget .contacts-info-list > li + li {/* margin-top:0px; */}
.contacts-widget .contacts-info-list > li .info-item {display: table-cell;vertical-align: middle;float:left;margin:4px 0 0 0;}
.contacts-widget .contacts-info-list > li > .fa {display: block;position: absolute;left: 0;top: 0;width: 32px;height: 32px;border-radius: 50%;background: #2f2f2f;line-height:2.1em;font-size:1em;color: #fff;text-align: center;}
.section.dark .contacts-widget .contacts-info-list > li > .fa {background: rgba(255, 255, 255, 0.1);}
.contacts-widget .contacts-info-list > li a {-webkit-transition: none;transition: none;}
.contacts-widget .contacts-info-list > li a:hover {text-decoration: underline;-webkit-transition: color 0.2s ease-in-out;transition: color 0.2s ease-in-out;color: #006C85;}
.contacts-widget .contacts-info-list > li > .fa {background: rgba(255, 255, 255, 0.05);color:#999999;}
.contacts-widget .contacts-info-list > li a:hover {text-decoration: none;color: #006C85;}


.footer-copyright {border-top: 1px solid #191919;background: #212121;font-size:0.9em;padding: 20px 0;text-align: center;}
@media (min-width: 768px) {
	.footer-copyright {text-align: left;}
}

/* Loader */
#qLpercentage {
	font-family: 'Roboto Condensed', sans-serif;
}
#preloader-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f7f7f7;
	z-index: 99;
}
/*
// #Shop
// --------------------------------------------------
*/
.historySubtotal {width:100%;text-align:right;font-size:1.250em;border-top:2px solid #ddd;padding:10px 0 0 0;}
.historySubtotal span {color:#006C85;font-size:1.2em;}
.addOrderToCart {float:right;}
.addOrderToCart i {font-size:1.500em;margin:0 20px 0 0;}

/* Checkout */
.cart-table td {
	vertical-align: middle !important;
}
.cart-table .product-thumb {
  width: 8%;
}
.cart-table .product-name {
  width: 50%;
}
.cart-table .product-price {
  text-align: center;
}
.cart-table .product-quantity {
  text-align: center;
}
.cart-table .product-subtotal {
  text-align: center;
}
.cart-table .product-remove {
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
.cart-table tbody .product-thumb {
  padding-left: 0;
  padding-right: 0;
}
.cart-table tbody .product-thumb img {
  max-width:100px;
  height: auto;
}
/* Quantity Buttons */
.quantity {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 160px;
  height: 46px;
}
.buttons_added .quantity {
  margin: 0;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.quantity .minus,
.quantity .plus {
  position: absolute;
  display: block;
  overflow: visible;
  margin: 0;
  padding: 0;
  width: 46px;
  height: 46px;
  outline: 0;
  border: 1px solid #d0d0d0;
  border-radius: 2px;
  background: #f1f1f1;
  box-shadow: none;
  color: #666;
  vertical-align: text-top;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  font-weight: bold;
  font-size:1.125em;
  line-height:2.045em;
  cursor: pointer;
}
.quantity .plus {
  right: 0;
  top: 0;
}
.quantity .qnty {float:left;padding:0;width:160px;height:46px;border:1px solid #d0d0d0;text-align:center;font-size:1em;}

table.cart-total > tbody > tr > th {padding-top:12px;padding-bottom:12px;padding-left:0;font-family: 'Roboto Condensed', sans-serif;text-transform:uppercase;color: #2f2f2f;vertical-align: middle;}
table.cart-total > tbody > tr > td {vertical-align: middle;text-align: right;font-size:1.250em;}
table.cart-total > tbody > tr > td .amount {display: inline-block;font-size:1.5em;color: #006C85;}
.totalCartPaymentAmount table {margin-bottom:0px;}

.price .amount {display: inline-block;font-size:2em; color: #006C85;}
.price .addToCart {float:right;font-size:1.250em;}

.price del .amount {color: #ddd;text-decoration: line-through;font-size:1.5em;}
/* Widget :: Top Rated Products Widget */
.top-rated-widget .latest-posts-list .title {
  padding-top: 10px;
  margin-bottom: .5em;
}
/* Products Feed */
.activePath {width:100%;margin:0 0 20px 0;}
.activePath h2 {float:left;line-height:1.136em;margin:0 10px 0 0;padding:0px;}
.activePath h3 {float:left;line-height:1.364em;margin:0 10px 0 0;padding:0px;}
.activePath span {font-size:1.000em;line-height:1.136em;text-transform:none;color:#555;}

.products {padding-top:10px;padding-left:0;list-style: none;}
.products .product {margin-bottom:50px;float:left;padding-top: 10px;}
.products .product .prodImgPosition {float:left;width:100%;position:relative;}
.products .product.highlight {box-shadow:2px 2px 5px rgba(0, 0, 0, 0.7);}/* rgba(0, 108, 133, 1)*/
.products .product .product-item-inner {position:relative;}
.products .product .project-desc {width:100%;float:left;}
.products .product .project-desc .details {width:100%;float:left;padding: 0;overflow: hidden;}
.products .product .project-desc .title {min-height:40px;float:left;width:100%;}
.products .product .project-desc .price {float:left;border-top:dotted 1px #006C85;width:100%;margin-top:5px;padding:5px 5px 0 5px;}
.products .product .project-desc .price .amount {font-size:1.250em;}
.products .product .project-desc .price del .amount {font-size:1em;}

.selectCategory {margin-bottom:20px;}
.selectCategory label {float:left;margin-bottom:0px;font-size:1em;margin-top:6px;}
.selectCategory #changeCategory {float:left;width:auto;height:35px;padding:6px 18px;margin-left:10px;font-size:1em;}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}



.clear {clear:both;}
/* ****** Error in form ****** */
.note {font-weight:300;}
.form-group > span {display:none;color:#d00;}
.form-group input.error {border-color:#d00!important;}
.form-group textarea {min-width:100%;max-width:100%;min-height:50px;max-height:150px;}

/* ****** CAPTCHA ****** */
.custom_cpt_code {width:300px;float:left;height:auto;margin:0px;padding:0;font-weight:300;color:#2F2F2F;}
.block-login .custom_cpt_code {margin:0px;}
.custom_cpt_code .block-head {margin-bottom:10px;}
.custom_cpt_code span.titlecaptcha {font-size:1.250em;float:left;line-height:1.136em;margin-bottom:10px;}
.custom_cpt_code span img {margin-bottom:5px;float:left;}
.custom_cpt_code .my_code {width:auto;height:auto;position:relative;float:left;}
.custom_cpt_code .my_code img {float:left;z-index:1;border:1px solid #DCDCDC;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;}
.custom_cpt_code .my_code .change_my_code {z-index:2;position:absolute;right:0;bottom:0px;float:right;font-size:1.500em;line-height:1.091em;padding:0 2px;background:rgba(255,255,255,0.5);color:#192A60;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;}
.custom_cpt_code .your_ans {width:auto;float:left;margin:0 0 0 10px;height:auto;}
.custom_cpt_code .your_ans input {width:85px;text-align:center;height:47px;font-size:1.875em;line-height:1.591em;}

/* ****** TERMS ****** */
.agreeTerms {padding:0px;margin:10px 0 20px 0;float:left;width:100%;}
.agreeTerms input[type=checkbox] {display:none;}
.agreeTerms i:before {opacity:0;}
.agreeTerms i {border:solid 1px #ccc;margin:0 20px 0 0;cursor:pointer;}
.checkbox input:checked + i:before {opacity: 1;}
.agreeTerms.error i {border-color:#d00;}

/* ****** PROFILE ****** */
#personalDetailsChange {margin-top:27px;}

.clearfix {clear:both;}
.left {float:left;}
.right {float:right;}
/* ****** POPUP ****** */
#popUpToUserModal #popMessage {font-size:1.125em;margin:10px;line-height:1.136em;text-align:center;width:100%;}
#popUpToUserModal #popMessage h4 {font-weight:normal;color:#222222;margin:0px;text-align:center;width:100%;float:left;line-height:1.136em;text-transform:none;}
#popUpToUserModal #popMessage h4.error {color:#d00;}

#popUpToUserModal h2 {width:100%;float:left;margin:5px 0px 10px;font-size:1.125em;}
#popUpToUserModal h2.error {color:#d00;}
#popUpToUserModal h3 {width:100%;float:left;margin:5px 0px 20px;text-transform: none;color:#7B7B7B;}
#popUpToUserModal h3 strong {color:#2f2f2f;}

#popupLogoModal img {width:120px;float:left;}
#popupLogoModal h4 {float:left;margin:18px 0 0 20px;color:#2C2C2C;font-size:1.125em;}
.prodsInCartPopUp {width:100%;height:auto;float:left;text-align:center;}
.prodsInCartPopUp .respns{margin:10px 0px 15px;float:left;width:100%;}
.continueOrder {float:left;width:auto;}
.completeOrder {float:right;width:auto;}

/********************************/
#message {min-width:100%;max-width:100%;}
.col-md-4 .mtop-46 {margin-top:46px;}
.col-md-4 .mtop-32 {margin-top:32px;}
.right {float:right;}

/********************************/
#metaforika {border:solid 1px #ccc;padding:3px 5px;margin-left:5px;}
#metaforika.error {border-color:#d00;}
/********************************/
#checkout {width:100%;float:left;text-align:left;}
#checkout h3 {width:100%;float:left;font-size:1.250em;}
#checkout label {cursor:pointer;}
#checkout label input {display:none;}
#checkout label i {font-size:1.250em;line-height:1.136em;margin-right: 7px;}
#checkout label i.fa-check-square-o {display:none;}
#checkout label i.fa-square-o {display:inline;}
#checkout label.active i.fa-check-square-o {display:inline;margin-right:4px;}
#checkout label.active i.fa-square-o {display:none;}
#checkoutBTN {float:right;margin-top:10px;display:none;}



#aaaFontSizes {width:auto;float:right;}
#aaaFontSizes a {color:#aaa;float:left;text-decoration:none;padding:3px 3px 0 3px;font-size:16px;}
#aaaFontSizes a.active {color:#006C86;}
