/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
 /* ============================================ *
 * Font Faces
 * ============================================ */
 /* -------------------------------------------- *
 * Comfortaa
 */
@font-face { font-family: 'Comfortaa'; 
	src: url('../fonts/Comfortaa.eot');
	src: url('../fonts/Comfortaa.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Comfortaa.woff') format('woff'),
		 url('../fonts/Comfortaa.otf') format('otf'),
		 url('../fonts/Comfortaa.ttf') format('truetype'),
		 url('../fonts/Comfortaa.svg#Comfortaa') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face { font-family: 'Comfortaa Bold'; 
	src: url('../fonts/Comfortaa-Bold.eot');
	src: url('../fonts/Comfortaa-Bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Comfortaa-Bold.woff') format('woff'),
		 url('../fonts/Comfortaa-Bold.otf') format('otf'),
		 url('../fonts/Comfortaa-Bold.ttf') format('truetype'),
		 url('../fonts/Comfortaa-Bold.svg#Comfortaa-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face { font-family: 'Comfortaa Thin'; 
	src: url('../fonts/Comfortaa-Thin.eot');
	src: url('../fonts/Comfortaa-Thin.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Comfortaa-Thin.woff') format('woff'),
		 url('../fonts/Comfortaa-Thin.otf') format('otf'),
		 url('../fonts/Comfortaa-Thin.ttf') format('truetype'),
		 url('../fonts/Comfortaa-Thin.svg#Comfortaa-Thin') format('svg');
	font-weight: normal;
	font-style: normal;
}
 /* -------------------------------------------- *
 * Neris
 */
@font-face { font-family: 'Neris'; 
	src: url('../fonts/Neris-Black.eot');
	src: url('../fonts/Neris-Black.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Neris-Black.woff') format('woff'),
		 url('../fonts/Neris-Black.otf') format('otf'),
		 url('../fonts/Neris-Black.ttf') format('truetype'),
		 url('../fonts/Neris-Black.svg#Neris') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face { font-family: 'Neris Light'; 
	src: url('../fonts/Neris-Light.eot');
	src: url('../fonts/Neris-Light.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Neris-Light.woff') format('woff'),
		 url('../fonts/Neris-Light.otf') format('otf'),
		 url('../fonts/Neris-Light.ttf') format('truetype'),
		 url('../fonts/Neris-Light.svg#Neris') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face { font-family: 'Neris SemiBold'; 
	src: url('../fonts/Neris-SemiBold.eot');
	src: url('../fonts/Neris-SemiBold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Neris-SemiBold.woff') format('woff'),
		 url('../fonts/Neris-SemiBold.otf') format('otf'),
		 url('../fonts/Neris-SemiBold.ttf') format('truetype'),
		 url('../fonts/Neris-SemiBold.svg#Neris') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face { font-family: 'Neris Thin'; 
	src: url('../fonts/Neris-Thin.eot');
	src: url('../fonts/Neris-Thin.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Neris-Thin.woff') format('woff'),
		 url('../fonts/Neris-Thin.otf') format('otf'),
		 url('../fonts/Neris-Thin.ttf') format('truetype'),
		 url('../fonts/Neris-Thin.svg#Neris') format('svg');
	font-weight: normal;
	font-style: normal;
}
 
 /* -------------------------------------------- *
 * OSP-DIN
 */
@font-face { font-family: 'OSP-DIN'; 
	src: url('../fonts/OSP-DIN.eot');
	src: url('../fonts/OSP-DIN.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/OSP-DIN.woff') format('woff'),
		 url('../fonts/OSP-DIN.otf') format('otf'),
		 url('../fonts/OSP-DIN.ttf') format('truetype'),
		 url('../fonts/OSP-DIN.svg#OSP-DIN') format('svg');
	font-weight: normal;
	font-style: normal;
}
 
/* ============================================ *
 * Homepage
 * ============================================ */
/* -------------------------------------------- *
 * Primary Banner
 */
body.cms-home .main-container {
  padding-top: 20px;
}
body.cms-home .slideshow-container {
  margin-top: 0;
}

.slideshow .banner-msg {
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  top: 30%;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.slideshow .banner-msg h2 {
  color: #FFFFFF;
  font-size: 24px;
  text-shadow: 1px 1px 3px #555555;
}

.slideshow .banner-msg h2 strong {
  font-weight: bold;
  display: block;
  font-size: 36px;
}

@media only screen and (max-width: 770px) {
  .slideshow .banner-msg h2 {
    font-size: 20px;
  }

  .slideshow .banner-msg h2 strong {
    font-size: 24px;
  }
}
@media only screen and (max-width: 479px) {
  .slideshow .banner-msg {
    top: 20%;
  }

  .slideshow .banner-msg h2 {
    font-size: 14px;
  }

  .slideshow .banner-msg h2 strong {
    font-size: 16px;
  }
}
/* -------------------------------------------- *
 * Promotion Banner Section
 */
.promos {
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
}

.promos:after {
  content: '';
  display: table;
  clear: both;
}

/* Specifying the body only in order to override the .std ul li styling */
body .promos > li {
  margin: 0 0 10px 0;
  list-style: none;
  text-align: center;
  position: relative;
  border: 1px solid #cccccc;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.promos > li:last-child {
  margin-bottom: 0;
}

.promos img {
  max-width: 100%;
  width: 100%;
}

.promos a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: block;
}

.promos span {
  color: #FFFFFF;
  text-transform: uppercase;
  position: absolute;
  display: block;
  width: 100%;
  top: 10%;
  font-weight: 500;
  font-size: 20px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-shadow: 1px 1px 3px #555555;
}

.promos strong {
  font-weight: 600;
  font-size: 26px;
  display: block;
}

@media only screen and (min-width: 771px) {
  .promos span {
    font-size: 16px;
  }

  .promos strong {
    font-size: 17px;
  }

  /* Config: Three columns + flexible gutter */
  body .promos > li {
    float: left;
    width: 31.74603%;
    margin-right: 2.38095%;
  }

  .promos > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 880px) {
  .promos span {
    font-size: 18px;
  }

  .promos strong {
    font-size: 24px;
  }
}
/* -------------------------------------------- *
 * New Products Section
 */
/* Hiding the reviews content via CSS because we can't modify the template, */
/* since it may be used in other places where those elements are needed */
.cms-index-index .products-grid .ratings,
/*.cms-index-index .products-grid .actions,*/
.cms-index-noroute .products-grid .ratings,
.cms-index-noroute .products-grid .actions {
  display: none;
}

.cms-index-index h2.subtitle {
  padding: 6px 0;
  text-align: center;
  color: #3399cc;
  font-weight: 600;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}

.cms-index-noroute h2.subtitle {
  display: none;
}

/* ============================================ *
 * Category Landing Pages
 * ============================================ */
.category-image {
  position: relative;
}

.categorylandingMainblock {
  border: 1px solid #E2E2E2;
  padding: 7px;
}

.catblocks {
  float: left;
  padding: 0 0 20px 0;
  width: 100%;
}

.catblocks li {
  position: relative;
  float: left !important;
  width: 23% !important;
  margin-right: 2.66667% !important;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
  padding: 10px;
}

.catblocks li:hover {
  border-color: #3399cc;
}

@media only screen and (max-width: 770px) {
  .catblocks li {
    width: 49% !important;
    margin-right: 2% !important;
  }

  .catblocks li:nth-child(even) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 479px) {
  .catblocks li {
    width: 100% !important;
    margin-right: 0 !important;
    float: none;
  }
}
.catblocks li:last-child {
  margin-right: 0 !important;
}

.catblocks li img {
  width: 100%;
  max-width: 100%;
}

.catblocks li a span {
  color: #FFFFFF;
  position: absolute;
  background-color: #7B7C7B;
  font-family: raleway;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 5px 10px;
  margin-right: 10px;
}

.catblocklinks a {
  color: #FFFFFF;
  text-decoration: none;
}

.catlandingbottomPromoblock {
  float: left;
  width: 100%;
  border: 1px solid #E2E2E2;
  margin-bottom: 100px;
}

.catalog-category-view div.categoryland-caption {
  display: block;
  margin: 0;
  position: absolute;
  color: #000000;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
  color: #3399CC;
  font-size: 50px;
  font-weight: 800;
  padding: 0 0 0 8px;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
  padding: 0 !important;
}

.catalog-category-view div.categoryland-caption span.three-dots {
  background: url(../images/bg_threeDots.png) no-repeat center center;
  display: block;
  height: 20px;
}

.catalog-category-view div.categoryland-caption p.desc {
  font: italic 18px/28px Georgia, "Times New Roman", Times, serif;
  color: #656565;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption a.link:hover,
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.link:hover {
  text-decoration: underline;
  color: #1189C5;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.blue-big-text,
.catalog-category-view div.categoryland-caption span.blue-big-text {
  color: #3399CC;
  font-size: 50px;
  font-weight: 800;
  padding: 0 0 0 8px;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
  padding: 0 !important;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.three-dots,
.catalog-category-view div.categoryland-caption span.three-dots {
  background: url(../images/bg_threeDots.png) no-repeat center center;
  display: block;
  height: 20px;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption p.desc,
.catalog-category-view div.categoryland-caption p.desc {
  font: italic 18px/28px Georgia, "Times New Roman", Times, serif;
  color: #656565;
}

.promo-section {
  border-top: 2px solid #141064;
  margin-top: 30px;
  padding-top: 25px;
  width:100%;
  float:left;
  display:block;
}

.promo-small-left {
	width:35%;
	display:block;
	float:left;
	background-color:#E9E9E9;
	border-radius:10px;
	min-height:200px;
}

.promo-big-right {
	width:65%;
	display:block;
	float:left;
	padding-left:50px;
	padding-top: 10px;
}

.promo-big-right h3 {
	line-height:33px;
	font-size:22px;
}

.fa-footer {
	margin-right:10px;
}

.video-wrapper {
  width: 100%;
  /* whatever width you want */
  display: inline-block;
  position: relative;
}
.video-wrapper:after {
  padding-top: 75%;
  display: block;
  content: '';
}

.video {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

body .promos > li {
	border: 3px solid #0D1065;
	border-radius: 10px;
	/*padding: 5px;*/
	padding:0px;
	font-size:0px;
	/*background-color:#CCCCCC;*/
	background-color:#FFF;
}

.home-subtitle {
	text-align: center;
	font-weight: 600;
	margin-top: 1em;
}

.footer .footer-support {
  float: left;
  width: 32%;
  padding: 10px 30px 0 0;
  margin-bottom: 30px;
}

.footer .footer-support .container {
  text-align: center;
  height: 100%;
}

.footer .prod-samples {
	text-align: center;
}

.footer .footer-support .container p, .footer .footer-support .container h3 {
  display: inline-block;
  text-align: left;
}

.footer .footer-support .container h3  {
	font-weight:600;
}

.support-mini-image {
	opacity:0.7;
}

.promo-small-left img {
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #FFF;
  border-radius: 10px;
  padding: 12px;
  border: solid 2px #0D1065;
}

img[class*="align"], img[class*="wp-image-"], .gallery .gallery-icon img {
	border:none;
}

.wp-caption {
	background:none;
}

.label-container-mobile {
	transform:rotate(90deg)!important;
	width:600px;
	height:1760px;
}

.product-label-mobile {
	transform:scale(2.0,2.0)!important;
	left:0px!important;
	top:-600px!important;
}

.no-label-msg {
    width: 100%;
    text-align: center;
    padding-top: 125px;
}

a.skip-phone {
    font-family: "Lato";
    font-size: 14px;
}
