/*blue*/
/*red*/
/*white*/
/*black*/
/*lightblue*/
/*grey*/
/*blue black text*/
/*bluesky*/
@import url('css/normalize.css');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700&subset=greek');
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* ==========================================================================
   CMS39 Base styles: opinionated defaults
   ========================================================================== */
/* all */
::-webkit-input-placeholder {
  color: #282829;
  font-size: 1em;
}
::-moz-placeholder {
  color: #282829;
  font-size: 1em;
}
/* firefox 19+ */
:-ms-input-placeholder {
  color: #282829;
  font-size: 1em;
}
/* ie */
input:-moz-placeholder {
  color: #282829;
  font-size: 1em;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/* #Custom
================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  background: #f9f9f9;
  font-size: 12px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #1D1D1B;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}
.selecteFilters .ggTitle {
  font-size: 16px;
  font-weight: 600;
}
.selecteFilters .ggSection {
  padding: 10px;
  background: #f3f3f3;
  margin: 0 0 20px 0;
}
.selecteFilters .ggOption {
  padding: 5px;
  display: inline-block;
}
.selecteFilters .ggOptionCheckmark {
  padding: 0 2px 0 0;
}
.addToCard {
  width: 100%;
  padding: 13px 0px;
  font-size: 17px;
  line-height: 12px;
}
.addToCard i {
  margin-right: 10px;
}
.colshopdata {
  background: #f6f6f6;
  border: 1px solid #d2d0d0;
  border-top: 1px solid #b0afaf;
  border-bottom: 1px solid #b0afaf;
  padding: 20px 10px;
  border-radius: 20px;
}
.colshopdata .request {
  margin: 10px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .shopBascetMaster,
  #section_cart_details {
    font-size: 10px;
  }
  .shopBascetMaster .product_photo,
  #section_cart_details .product_photo {
    width: 40px !important;
  }
}
.show-menu .mobile-menu-slide {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
  visibility: visible;
}
.mobile-bars {
  display: inline-block;
  position: absolute;
  font-size: 20px;
  color: white;
}
.mobile-menu-slide {
  visibility: hidden;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  position: fixed;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  z-index: 999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #2cc8e0;
}
.mobile-menu-slide .mobileInner {
  overflow: auto;
  position: relative;
}
.mobile-menu-slide .sidebarToggleExit {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 2em;
  color: #1D1D1B;
}
.mobile-menu-slide .mobile-menu {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.mobile-menu-slide .mobile-menu li {
  margin: 0px;
}
.mobile-menu-slide .mobile-menu li a {
  display: block;
  padding: 10px 20px;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
}
.mobile-menu-slide .mobile-menu li a:hover,
.mobile-menu-slide .mobile-menu li a.active {
  color: #ed392c;
}
.text-hide {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.type_blog {
  margin-bottom: 20px;
}
.type_blog .link a {
  padding: 12px 40px;
  margin: 10px 0;
  font-size: 12px;
  font-weight: 400;
  background: #ed392c;
  color: #FFFFFF;
  width: 100%;
  border: 0px;
}
footer {
  margin: 0px 0 0 0;
}
@media only screen and (max-width: 768px) {
  footer .col1,
  footer .col2,
  footer .col3 {
    text-align: center;
  }
}
footer hr {
  background: url(img/footer_line.png) no-repeat;
  height: 24px;
  border: 0px;
  clear: both;
  display: block;
  margin: 20px 0px;
}
footer .footer_area {
  background: #FFFFFF;
  padding: 30px 0;
  text-align: center;
}
footer .footer_area p {
  margin: 0px;
  padding: 0px;
}
footer .footer_light_area {
  padding: 30px;
  background: #2cc8e0;
  color: #407080;
}
footer .footer_light_area h3 {
  color: white;
  margin: 0 0 10px 0;
  font-size: 1.6em;
}
footer .footer_light_area .cont {
  margin-left: 23px;
  font-size: 14px;
  line-height: 1.1em;
}
footer .footer_black_area {
  padding: 30px 0 10px 0;
  background: #1D1D1B;
  color: #FFFFFF;
}
footer .footer_black_area a {
  color: #FFFFFF;
}
footer .footer_black_area a:hover {
  color: #ed392c;
}
footer .footer_black_area .main_menu {
  text-align: center;
  margin: 0 0 30px 0;
}
footer .footer_black_area .main_menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
footer .footer_black_area .main_menu ul li {
  display: inline-block;
}
footer .footer_black_area .main_menu ul li a {
  display: block;
  font-size: 1em;
  margin: 0px 5px;
  text-align: center;
  font-weight: 100;
  text-transform: uppercase;
}
footer .footer_black_area .main_menu ul li a.active {
  color: #ed392c;
}
@media only screen and (max-width: 768px) {
  footer .footer_black_area .main_menu ul li a {
    display: block;
    font-size: 12px;
    margin: 5px;
    text-align: center;
    font-weight: 100;
    text-transform: uppercase;
    padding: 5px;
    border: 1px solid;
  }
}
.relative {
  position: relative;
}
/* styles for desktop */
.tinynav {
  display: none;
}
/* styles for mobile */
@media screen and (max-width: 600px) {
  .tinynav {
    display: block;
    width: 100%;
    padding: 10px;
    height: inherit;
    min-height: inherit;
    border: 1px solid gainsboro;
    background: transparent;
    height: 50px;
    font-size: 15px;
    font-weight: 600;
    background: white;
  }
  #submenusMobile,
  #submenus {
    display: none;
  }
}
header {
  background: #2cc8e0;
  color: #FFFFFF;
  padding: 10px 0 10px 0px;
}
@media only screen and (max-width: 768px) {
  header {
    padding: 0px;
  }
}
header .top_bar {
  padding: 5px 0 0px 0;
  position: absolute;
  width: 100%;
  top: -10px;
  right: 10px;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  header .top_bar {
    position: inherit;
    width: inherit;
    top: inherit;
    right: inherit;
  }
}
header .top_bar .navMenu,
header .top_bar .list-inline,
header .top_bar .searchform {
  display: inline;
}
header .top_bar .navMenu {
  margin-top: 5px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  header .top_bar .navMenu {
    margin: 5px 0 10px;
  }
}
header .top_bar .navMenu a {
  color: #FFFFFF;
  font-size: 13px;
}
header .top_bar .navMenu a:hover {
  color: #ed392c;
}
header .top_bar .navMenu a.active {
  color: #ed392c;
}
header .top_bar .searchform {
  margin: 0 0 0 5px;
  display: inline-block;
  float: right;
  width: 250px;
}
@media only screen and (max-width: 768px) {
  header .top_bar .searchform {
    width: 100%;
  }
}
header .top_bar .searchform .searchformField {
  border: 0px;
  background: #FFFFFF;
  color: #2cc8e0;
  padding: 5px 0px 5px 5px;
  height: auto;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  min-height: inherit;
  font-size: 12px;
}
header .top_bar .searchform .typeahead__dropdown > li > a,
header .top_bar .searchform .typeahead__list > li > a {
  font-size: 12px;
  line-height: 12px;
  min-height: 60px;
}
header .top_bar .searchform .typeahead__dropdown > li > a img,
header .top_bar .searchform .typeahead__list > li > a img {
  float: left;
  margin-right: 5px;
}
header .top_bar .searchform .typeahead__button {
  z-index: 5;
}
header .top_bar .searchform .searchformSubmit {
  text-align: center;
  border: 0px solid #ff0007;
  background: #ff0007;
  color: #fff;
  display: inline;
  padding: 0px;
  height: 25px;
  margin: 0px;
}
header .top_bar .searchform .searchformSubmit .typeahead__search-icon {
  padding: 0px;
  width: 31px;
  height: 16px;
  display: inline-block;
}
header .top_bar .searchform .cms39-searchSuggest-not-data {
  color: #ed392c;
}
header .top_bar .searchform .cms39-searchSuggest-link {
  color: #2cc8e0 !important;
}
header .top_bar .searchform .tt-cursor {
  font-weight: 900;
}
header .head_data {
  position: relative;
}
header .logo {
  width: 228px;
  height: 137px;
  display: inline-block;
}
header .logo img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  header .logo {
    margin: 12px 0 0 0;
    width: 168px;
    height: 117px;
  }
}
header .line_bg {
  background: url(img/head_line.png) no-repeat;
  background-position: right 95px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  header .line_bg {
    background: none;
  }
}
@media only screen and (max-width: 768px) {
  header .line_bg {
    text-align: center;
    background: none;
  }
}
header .main_menu {
  position: absolute;
  width: 645px;
  right: 0px;
  top: 65px;
}
@media only screen and (max-width: 768px) {
  header .main_menu {
    bottom: 0px;
    position: relative;
    top: inherit;
    right: inherit;
    width: 100%;
    margin: 0 0 0px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  header .main_menu {
    text-align: right;
    top: 101px;
  }
}
header .main_menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  header .main_menu ul {
    text-align: right;
  }
}
header .main_menu ul li {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  header .main_menu ul li {
    width: 20%;
  }
}
header .main_menu ul a {
  display: block;
  font-size: 12px;
  margin: 0px 5px;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  header .main_menu ul a {
    font-size: 11px;
  }
}
header .main_menu ul a.active {
  color: #ed392c;
}
header .main_menu ul a.active i {
  color: #ed392c;
}
header .main_menu ul a:hover {
  color: #ed392c;
}
header .main_menu ul a i {
  display: block;
  white-space: nowrap;
  font-size: 2em;
}
@media only screen and (max-width: 768px) {
  header .main_menu ul a {
    line-height: 7px;
  }
  header .main_menu ul a i {
    margin-bottom: 0px;
  }
  header .main_menu ul a .mt {
    height: 10px;
    font-size: 8px;
    display: inline-block;
    vertical-align: bottom;
    margin-top: 5px;
  }
}
#section_cart_formdata {
  font-size: 12px;
}
.contactform label {
  display: none;
}
.widget_slideshow_new {
  margin-bottom: 80px;
}
.widget_slideshow_new h5 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px 0;
  text-align: center;
}
.widget_slideshow_new h5 a:hover {
  color: #2cc8e0;
}
.widget_slideshow_new .slider-caption {
  padding: 10px;
}
.widget_slideshow_new img {
  width: 100%;
  height: auto;
}
.widget_slideshow_new .carousel-item {
  position: relative;
}
.widget_slideshow_new p {
  padding: 0px;
  margin: 0px;
  text-align: center;
}
.widget_slideshow_new .carousel-indicators li {
  background-color: #2cc8e0;
}
.cms39_gallery_grid .cms_gallery_loop {
  padding: 5px;
}
a {
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  color: #282829;
  text-decoration: none;
}
a:hover {
  color: #ed392c;
  text-decoration: none;
}
a:focus {
  text-decoration: none;
  color: #ed392c;
}
a:active {
  text-decoration: none;
  color: #ed392c;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Source Sans Pro', sans-serif;
}
.contentMaster {
  margin-top: 60px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .contentMaster {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 26px;
  }
}
.sidebar {
  margin: 30px 0px;
}
.sidebar .sidebar_item {
  margin-bottom: 20px;
}
.sidebar .sidebar_item .inner {
  font-size: 16px;
  line-height: 16px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .shopping_sidebar_area {
    margin-bottom: 30px;
  }
}
.css_home .contentMaster {
  margin-top: 0px;
}
.shopping_cart_inner {
  position: absolute;
  z-index: 40;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .shopping_cart_inner {
    margin: -10px;
  }
}
.gallery_photos li {
  display: inline-block;
  position: relative;
  width: 20%;
  margin-bottom: 20px;
}
.gallery_photos li:first-child {
  width: 100%;
  margin-right: 0px;
}
.post-social {
  font-size: 16px;
  margin-bottom: 20px;
}
.area_white {
  background: #FFFFFF;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.01);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.01);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.01);
  margin-bottom: 30px;
}
.area_white.area_blog {
  margin: 0px;
  padding: 30px 0;
}
.area_white.area_blog h2 {
  text-align: center;
}
.slidesjs-container {
  overflow: hidden;
}
.area_lightblue {
  margin-bottom: 30px;
}
.btn_light {
  display: block;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #2cc8e0;
  padding: 10px 20px;
  color: #2cc8e0;
}
.btn_light:hover {
  background: #2cc8e0;
  color: #FFFFFF;
}
.btn_heavy {
  display: block;
  text-align: center;
  border: 1px solid #ed392c;
  padding: 10px 20px;
  background: #ed392c;
  color: #FFFFFF;
}
.btn_heavy:hover {
  background: transparent;
  color: #ed392c;
}
h2 {
  text-align: left;
  margin: 0px 0 20px 0;
  font-size: 1.9em;
}
h2 strong {
  font-weight: 700;
}
.align-left {
  float: left;
}
.align-right {
  float: right;
}
article {
  font-size: 14px;
  line-height: 18px;
  margin: 20px 0;
}
article img {
  max-width: 100%;
  height: auto;
}
.serviceItem {
  margin: 0 0 20px 0;
}
.serviceItem .sIphoto {
  margin: 0 10px 0 0;
}
.serviceItem .sItitle {
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 17px;
  font-size: 17px;
}
.serviceItem .sIpost {
  font-size: 14px;
  line-height: 16px;
}
.post h1 {
  margin: 0 0 30px 0;
  font-size: 34px;
}
.post h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 18px;
  color: #2cc8e0;
}
.next,
.prev {
  display: inline-block;
  position: relative;
  color: #1D1D1B;
  font-size: 2.8em;
  z-index: 999;
}
/* shopping custom styles */
.moneyRoot .money,
.moneyRoot strike {
  color: #1D1D1B;
  font-size: 1.5em;
  font-weight: 900;
}
.shopTools .value {
  font-weight: 600;
  padding-left: 5px;
}
.shopTools .moneyRoot strike {
  margin-right: 5px;
  font-size: 1.4em;
}
.productDetail .module_shopping_loop_vertical {
  background: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 0px;
  padding: 0px;
  margin: 0px;
  width: 25%;
  display: inline-block;
}
.productDetail .module_shopping_loop_vertical .title {
  line-height: 15px;
  font-size: 14px;
  padding: 0px;
  margin: 0 0 10px 0px;
  min-height: 60px;
}
.productDetail .module_shopping_loop_vertical .title a {
  font-weight: normal;
  line-height: inherit;
  margin-bottom: 0px;
}
.productDetail .module_shopping_loop_vertical .inner {
  padding: 5px;
  border: #eee solid 1px;
  background: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 2px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .productDetail .module_shopping_loop_vertical {
    width: 33.333%;
  }
}
@media only screen and (max-width: 768px) {
  .productDetail .module_shopping_loop_vertical {
    width: 50%;
  }
}
.productDetail .module_shopping_loop_vertical .price {
  margin-bottom: 20px;
}
.productDetail .module_shopping_loop_vertical .content {
  min-height: 100px;
}
.productDetail .module_shopping_loop_vertical .moneyRoot .money {
  line-height: 0.9em;
}
.productDetail .module_shopping_loop_vertical .moneyRoot strike {
  display: inline-block;
  font-size: 1.4em;
  margin-right: 5px;
}
.productDetail .module_shopping_loop_vertical img {
  width: 100%;
  height: auto;
}
.module_shopping_loop_horizontal {
  padding: 0px;
  margin: 0px 0 0px 0;
  display: inline-block;
  min-height: inherit;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .module_shopping_loop_horizontal {
    width: 50%;
  }
  .module_shopping_loop_horizontal .excerpt {
    display: none;
  }
}
.module_shopping_loop_horizontal .excerpt {
  font-size: 14px;
  line-height: 16px;
}
.module_shopping_loop_horizontal .inner {
  padding: 15px 10px;
  margin: 5px;
  background: white;
}
@media only screen and (max-width: 768px) {
  .module_shopping_loop_horizontal .inner {
    padding: 5px;
  }
}
.module_shopping_loop_horizontal .moneyRoot .money {
  line-height: 0.9em;
}
.module_shopping_loop_horizontal .moneyRoot strike {
  display: block;
  font-size: 1.3em;
}
.module_shopping_loop_horizontal .shloopcol2,
.module_shopping_loop_horizontal .shloopcol1 {
  padding: 0px;
  margin: 0px;
}
.module_shopping_loop_horizontal .shloopcol2 {
  padding-right: 5px;
}
@media only screen and (max-width: 768px) {
  .module_shopping_loop_horizontal .shloopcol2 {
    padding-right: 0px;
  }
}
.module_shopping_loop_horizontal .title a {
  font-weight: bold;
  font-size: 16px;
  line-height: 15px;
}
.module_shopping_loop_horizontal .photo {
  margin: 0px;
  float: inherit;
  min-width: inherit;
  border: 0px;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  .module_shopping_loop_horizontal .photo {
    margin: 0px auto 10px !important;
    width: 100px;
  }
}
.module_shopping_loop_horizontal .photo img {
  width: 100%;
  height: auto;
}
.module_shopping_loop_horizontal .link {
  float: inherit !important;
}
@media only screen and (max-width: 768px) {
  .module_shopping_loop_horizontal .link {
    float: inherit !important;
  }
}
.module_shopping_loop_horizontal .link .addToCartBtn {
  margin-right: 0px;
  padding: 5px;
  display: block;
  margin-bottom: 2px;
  text-align: left;
  font-size: 11px;
  background: #2cc8e0;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.module_shopping_loop_horizontal .link .addToCartBtn.a1 {
  background: rgba(44, 200, 224, 0.7);
}
.module_shopping_loop_horizontal .link .addToCartBtn.a2 {
  background: rgba(44, 200, 224, 0.4);
}
.module_shopping_loop_horizontal .link .addToCartBtn:hover {
  background: rgba(44, 200, 224, 0.2);
}
@media only screen and (max-width: 768px) {
  .module_shopping_loop_horizontal .link .addToCartBtn {
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
    padding: 5px;
    line-height: 12px;
    text-align: left;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
.module_shopping_loop_vertical .tools {
  display: none;
}
.shopping a.addToCartBtn {
  padding: 12px 40px;
  margin-bottom: 10px;
  font-size: 1.4em;
  font-weight: 600;
  background: #ed392c;
  color: #FFFFFF;
  width: 100%;
  border: 0px;
}
.shopping a.addToCartBtn.a0 {
  margin-bottom: 10px;
}
.shopping a.addToCartBtn.a1 {
  background: #338aff;
  font-size: 14px;
  margin-top: 10px;
}
.shopping a.addToCartBtn.a2 {
  font-size: 14px;
  background: #66d8ff;
}
a.addToCartBtn .moneyRoot .money {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
}
.mod_ajax_shopping_cart_header_root {
  display: inline-block;
  padding: 8px 15px;
  background: #2cc8e0;
  color: #FFFFFF;
  border-radius: 0 0 0.5em 0.5em;
  font-size: 1.1em;
}
.mod_ajax_shopping_cart_header_root a {
  font-weight: 400;
}
/* end shopping custom styles */
.btn-info-more {
  width: 100%;
  font-size: 1.1em;
  padding: 10px 5px;
  font-weight: 600;
}
.module_shopping_loop .tools .linkMore a,
.module_shopping_loop .tools .linkZoom a {
  background: #2cc8e0;
  color: #FFFFFF;
}
.module_shopping_loop .tools .linkMore a:hover,
.module_shopping_loop .tools .linkZoom a:hover {
  background: #FFFFFF;
  color: #2cc8e0;
}
.shopping_sidebar_menu {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
@media only screen and (max-width: 768px) {
  .shopping_sidebar_menu .sidebar_menus_small {
    display: none;
  }
}
.shopping_sidebar_menu .sidebar_menus_small ul {
  padding: 0px;
  margin: 10px 0 0 0;
  list-style: none;
}
.shopping_sidebar_menu .sidebar_menus_small ul li a {
  font-size: 14px;
  font-weight: 400;
  background: none;
  color: black;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  line-height: 15px;
  padding: 5px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  margin: 0px;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  display: block;
}
.shopping_sidebar_menu #submenus {
  margin: 20px 0 0 0;
  list-style: none;
  padding: 0px;
}
.shopping_sidebar_menu #submenus ul {
  list-style: none;
  padding: 0px;
}
.shopping_sidebar_menu #submenus ul ul {
  padding: 0 0 0 20px;
}
.shopping_sidebar_menu #submenus li a {
  background: #ed392c;
  color: #FFFFFF;
  font-size: 19px;
  font-weight: 400;
  display: block;
  padding: 10px 10px;
  margin: 0 0 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  line-height: 19px;
}
.shopping_sidebar_menu #submenus li a .active {
  color: #FFFFFF;
  font-weight: bold;
}
.shopping_sidebar_menu #submenus li a:hover {
  color: #2cc8e0;
}
.shopping_sidebar_menu #submenus li li a {
  font-size: 14px;
  font-weight: 600;
  background: none;
  color: black;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  line-height: 15px;
  padding: 5px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  margin: 0px;
}
.shopping_sidebar_menu #submenus li li a.active {
  color: #ed392c;
  font-weight: bold;
}
.shopping_sidebar_menu #submenus li li li a {
  background: none;
  font-weight: normal;
  font-weight: 200;
}
/*end menu sidebar*/
.css_shopping h2,
.shopping_module_categories h2 {
  margin: 10px 0px;
}
.tab a {
  color: #2cc8e0;
}
@media only screen and (max-width: 768px) {
  .cms39_gallery_wrapper {
    width: 60%;
    margin: 0 auto;
  }
}
.productDetail .title {
  letter-spacing: 0px;
  font-size: 33px;
  margin-bottom: 20px;
  line-height: 36px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .productDetail .title {
    font-size: 18px;
    line-height: 18px;
  }
}
.productDetail .shopTools {
  margin-bottom: 25px;
}
.mod_shop_interface .mod_shop_no_data {
  text-align: center;
  margin: 20px;
  padding: 20px;
  font-size: 1.5em;
}
.shopping_module_categories .shopping_mod_cat_box_list {
  list-style: none;
  margin: 0px;
  padding: 0px;
  clear: both;
  display: block;
}
.shopping_module_categories .shopping_mod_cat_box_list li {
  margin: 0px;
  padding: 0px;
  display: block;
  float: left;
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .shopping_module_categories .shopping_mod_cat_box_list li {
    width: 50%;
  }
}
.shopping_module_categories .shopping_mod_cat_box_list li a {
  color: black;
  width: 100%;
  position: relative;
  display: block;
  float: left;
  margin: 3px;
  padding: 3px;
  list-style: none;
  text-align: center;
  font-size: 1em;
}
.shopping_module_categories .shopping_mod_cat_box_list li a:hover {
  color: #2cc8e0;
}
.shopping_module_categories .shopping_mod_cat_box_list li a .photo {
  display: block;
}
.shopping_module_categories .shopping_mod_cat_box_list li a .text {
  display: block;
  padding: 2px;
  line-height: 1em;
  height: 30px;
}
.shopping_module_categories .shopping_mod_cat_box_list li a img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
  border: 1px solid #DADADA;
}
.widget_clients {
  position: relative;
}
.widget_clients h2 {
  margin: 0 0 30px 0;
  text-align: center;
}
.widget_clients .client_about_us {
  padding: 0 50px;
  text-align: center;
}
.widget_clients .client_about_us .info {
  margin: 10px auto;
}
.widget_clients .client_about_us .name {
  font-weight: bold;
}
.widget_clients .next,
.widget_clients .prev {
  position: absolute;
  top: 80px;
}
@media only screen and (max-width: 768px) {
  .widget_clients .next,
  .widget_clients .prev {
    top: 100px;
  }
}
.widget_clients .next {
  right: 380px;
}
@media only screen and (max-width: 768px) {
  .widget_clients .next {
    right: 80px;
  }
}
.widget_clients .prev {
  left: 390px;
}
@media only screen and (max-width: 768px) {
  .widget_clients .prev {
    left: 80px;
  }
}
.widget_bios {
  padding: 30px 0px;
}
.widget_bios h2 {
  text-align: center;
  margin: 0 0 20px 0;
}
.widget_bios h3 {
  margin: 10px 0;
  font-size: 1.6em;
}
.widget_bios .btn_heavy {
  margin: 10px 0 0 0;
  display: inline-block;
}
.widget_bios .biop {
  text-align: center;
}
.themeBlog {
  margin: 0 0 20px;
  background: white;
}
.themeBlog figure {
  margin-bottom: 5px;
}
.themeBlog .caption {
  padding: 10px;
  font-size: 14px;
}
.themeBlog .caption .title {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}
.widget_services {
  padding: 30px 0px;
}
@media only screen and (max-width: 768px) {
  .widget_services .widget_servicesCol {
    margin-bottom: 20px;
  }
}
.widget_services h3 {
  margin: 0 0 5px 0;
}
@media only screen and (max-width: 768px) {
  .widget_services h3 {
    font-size: 16px;
  }
}
.widget_services .btn_heavy {
  margin: 10px 0 0 0;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .widget_services .cols {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .widget_products {
    margin: 50px 0 0 0;
  }
}
.widget_products h3 {
  text-align: center;
  color: #2cc8e0;
  font-weight: lighter;
  font-size: 1.5em;
  margin: 0px 0 20px;
}
.widget_products h3 i {
  display: block;
  font-size: 1.5em;
}
.widget_products .home_prd_suggest {
  width: 100%;
  margin: 0 auto 30px auto;
  text-align: center;
}
.widget_products .home_prd_suggest .prd {
  margin: 0px 0 15px 0;
}
.widget_products .home_prd_suggest .prd .photo img {
  width: 100%;
  height: auto;
  margin: 5px 0px;
  border: 1px solid #DADADA;
}
.widget_products .home_prd_suggest .prd .title {
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  line-height: 13px;
  margin: 5px 0 5px 0;
}
.widget_products .home_prd_suggest .prd .link a {
  color: #2cc8e0;
}
.widget_products .home_prd_suggest .prd .price {
  font-weight: bold;
}
.widget_products .home_prd_suggest .more_btn {
  margin: 20px auto 0 auto;
  display: inline-block !important;
  display: block;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #2cc8e0;
  padding: 10px 20px;
  color: #2cc8e0;
}
.widget_products .home_prd_suggest .more_btn:hover {
  background: #2cc8e0;
  color: #FFFFFF;
}
.colCopyright {
  margin: 40px 0;
}
.panel-container {
  padding: 20px 10px !important;
  border: 1px solid #e8e8e8;
  font-size: 17px;
  background-color: white;
}
.trshopTax {
  display: none;
}
.shareaUserForm label {
  display: none;
}
.shareaUserForm .coltextShippingDetails {
  margin-bottom: 4px;
}
.pagination li {
  display: inline-block;
  margin: 1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pagination li a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: block;
  padding: 10px 15px;
  background: #2cc8e0;
  color: #1D1D1B;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
  font-weight: 600;
}
.pagination li a.active,
.pagination li a:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.tab.active {
  padding-top: 6px;
  position: relative;
  top: 1px;
  background: white;
}
.widget_slideshow {
  position: relative;
}
.widget_slideshow #slides {
  height: auto;
  overflow: hidden;
}
.widget_slideshow #slides .slidesjs-pagination {
  right: 0px;
  position: absolute;
  padding: 0;
  margin: 0;
  bottom: -22px;
}
.widget_slideshow #slides .slidesjs-pagination li {
  list-style: none;
  float: left;
  margin-right: 0.25em;
  font-family: monospace;
}
.widget_slideshow #slides .slidesjs-pagination li a {
  display: block;
  background: #2cc8e0;
  padding: 0.15em 1em;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 0 0 0.25em 0.25em;
}
.widget_slideshow #slides .slidesjs-pagination li a.active {
  background: #ed392c;
}
.widget_slideshow #slides .slidesjs-navigation {
  visibility: hidden;
  position: absolute;
}
.widget_slideshow #slides .slidesjs-navigation.slidesjs-next,
.widget_slideshow #slides .slidesjs-navigation.slidesjs-previous {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  margin-right: 0.25em;
  font-family: monospace;
  display: block;
  background: #2cc8e0;
  padding: 0.25em 1em;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 0 0 0.25em 0.25em;
}
.widget_slideshow .sliderdata {
  width: 940px;
  height: 350px;
  overflow: hidden;
  position: relative;
}
.widget_slideshow .sliderdata .text {
  color: #1C74BB;
  position: absolute;
  width: 330px;
  right: 0px;
  top: 60px;
  text-align: right;
}
.widget_slideshow .sliderdata .text .title,
.widget_slideshow .sliderdata .text .desc,
.widget_slideshow .sliderdata .text .link {
  display: block;
}
.widget_slideshow .sliderdata .text .title {
  font-size: 2.8em;
  font-weight: bold;
  line-height: 0.9em;
  margin-bottom: 20px;
  letter-spacing: -0.05em;
}
.widget_slideshow .sliderdata .text .desc {
  font-size: 1.5em;
  font-style: normal;
  line-height: 0.9em;
  font-weight: 100;
  text-transform: lowercase;
}
.widget_slideshow .sliderdata .text .link {
  display: inline-block;
  font-size: 1.2em;
  font-weight: lighter;
  background: #1C74BB;
  color: white;
  padding: 10px;
  text-align: center;
  margin: 20px 0 0 0;
}
.breadcrumb {
  background: inherit;
  background-color: transparent;
}
.masteThumbMenu .menuitem {
  display: inline-block;
  width: 25%;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .masteThumbMenu .menuitem {
    width: 33.3333%;
  }
}
.masteThumbMenu .menuitem img {
  width: 100%;
  height: auto;
}
.masteThumbMenu .menuitem .inner {
  padding: 2px;
  margin: 0px 0 25px 0px;
}
.masteThumbMenu .menuitem .inner .title {
  display: block;
  margin: 6px 0 0 0;
  font-size: 14px;
  line-height: 17px;
}
@media only screen and (max-width: 768px) {
  .masteThumbMenu .menuitem .inner .title {
    font-size: 12px;
    line-height: 12px;
    text-align: center;
  }
}
.breadcrumbsRoot {
  font-size: 1em;
  display: inline-block;
  color: #2cc8e0;
  margin-top: 10px;
  padding: 3px 5px 3px 5px;
  list-style: none;
}
@media only screen and (max-width: 768px) {
  .breadcrumbsRoot {
    display: none;
  }
}
.breadcrumbsRoot li {
  display: inline-block;
  padding: 0px;
  margin-right: 10px;
}
.breadcrumbsRoot li .breadSelect {
  font-weight: bold;
  pointer-events: none;
  cursor: default;
}
.breadcrumbsRoot li a {
  color: #2cc8e0;
}
.breadcrumbsRoot li a i {
  color: #ed392c;
}
.breadcrumbsRoot li:last-of-type a:after {
  content: "";
}
.css_root_50 .area_white {
  margin: 30px 0 0 0;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  text-align: -webkit-match-parent;
}
.mtable {
  width: 100%;
  display: table;
}
.mtable .mcell {
  display: table-cell;
  vertical-align: middle;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
img {
  vertical-align: middle;
}
.img-full {
  width: 100%;
  height: auto;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* #Media Queries
================================================== */
/* Large devices (large desktops, 1200px and up) */
/* Medium devices (desktops, 992px and up) */
/* Small devices (tablets, 768px and up) */
/* X Small devices (tablets, 480px and up) */
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
