/**
 * 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@magento.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.magento.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2006-2014 X.commerce, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Homepage
 * ============================================ */
/* -------------------------------------------- *
 * Primary Banner
 */
body.cms-home .main-container {
  
}
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: 'Roboto', 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) {
	#header .logo{ display:none; }
  .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: #b7060d;
  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: #b7060d;
}

@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: #b7060d;
  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: #b7060d;
  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;
}

/* Custom Style */
.menu-logo .menu-icon{ width:389px; height:85px; display: inline-block;}
.header-navigation{ clear:both; }
.top-phone{ font-size:13px; display:inline-block; vertical-align: middle;line-height: 26px;}
.footer-container .footer{ background-color:#e4e4e4; padding:50px 50px 50px 10px; float:left; }
.footer-container .footer .footer-col{ text-align:center; display:inline-block; vertical-align:top; width:33.33%; float: left; font-weight:300; font-size:18px; color:#0b0b0b; }
.footer-container .footer .footer-col a{color:#0b0b0b; }
.footer-col-1 ul li{ margin-bottom:6px;}
.footer-col-2 p{ margin-bottom:10px; }
.footer-container .footer .footer-col h3{  color:#0b0b0b; font-size:18px; margin:0px 0 30px 0; padding:15px 20px 12px 20px;line-height: 18px;display: inline-block; text-align:center; border-bottom:1px solid #a2a2a2;border-top:1px solid #a2a2a2; }
.block-subscribe .block-title{ display:none; }
.block-subscribe .form-subscribe-header{ margin-bottom:30px; }
.block-subscribe .form-subscribe-header label{font-weight:300; font-size:18px; color:#0b0b0b;  text-transform:none; }
.block-subscribe #newsletter{border: 1px solid #e4e4e4;
    border-radius: 5px 0 0 5px;
    height: 38px;}
.footer-bottom{ clear:both; float:left; width:100%; padding:15px 0; }	
.footer-bottom .copyright{ display:inline-block; float:left; color:#333333; font-size:14px; font-weight:300; }
.footer-bottom .social-links{ display:inline-block; float:right; }
.home-section-1{ clear:both; float:left; width:100%; }
.home-section-1 .home-banner{ display:inline-block; float:left; margin-top:10px; }
.home-section-1 .home-promo{ float:right; }
.home-section-2{ clear:both; float:left; width:100%; padding:50px 0; }
.home-section-2 .promo-col{ float:left; width:33.33%; vertical-align:text-bottom; text-align:center; }
.home-section-2 .promo-col p{ color:#666666; font-size:20px; line-height:30px; font-weight:500; margin-bottom:16px; }
.home-section-3{clear:both; float:left; width:100%; background: rgba(0, 0, 0, 0) url("../images/order-step-bg.jpg") no-repeat scroll center center / cover; padding:50px 30px; text-align:center;}
.home-section-3 h2{ color:#ffffff; font-size:22px; font-weight:500; display:inline-block; margin:0px; line-height:22px; border-bottom:1px solid #e5e5e5;border-top:1px solid #e5e5e5; padding:20px 0;  }
.home-section-3 .order-process{ float: left;
    margin: 50px 0;
    width: 100%;}
.home-section-3 .order-process .process-col{ display:inline-block; float:left; vertical-align:top; width:33.33%; text-align:center; }
.home-section-3 a.btn{display: inline-block; text-transform:uppercase; color:#b7060d; font-size:28px; margin:0px; text-decoration: none !important; background-color:#ffffff; border:2px solid #b7060d; border-radius:5px; padding:10px 15px; }
.home-section-3 .order-process img{ margin-bottom:30px; }
.home-section-3 .order-process h3{ text-transform:none; color:#ffffff; font-size:18px; font-weight:700; margin:0px; }
.home-section-3 a.btn:hover{ color:#fff; background-color:#b7060d; }
.home-section-3 .build-btn{ clear:both; float:left; width:100%; }
.cms-home .main-container{ padding-top:0px; padding-bottom:0px; }
.works-section{ display:inline-block; float:left; width:100%; }
.works-section .work-image{ display:inline-flex; vertical-align:top; width:50%; float:left;} 
.works-section .works-content{ display:inline-block; padding:26px; vertical-align:top;width:50%; float:left;}
.works-section .works-content p{ font-size:16px; }
.works-section.even .work-image{ float:right; }
.works-section.even .work-content{ float:right; }
.works-section .works-content h2{ color:#333333; text-transform:uppercase; font-size:26px; font-weight:500; }
.cms-how-it-works .main-container{ padding-bottom:0px; }
.work-buttons a.btn{ color:#fff; font-size:18px; text-decoration:none; background-color:#b7060d; border-radius:5px; padding:12px 30px;  display:inline-block;}
.work-buttons a.btn:hover{ background-color:#0b0b0b; }
.work-buttons a.btn + a{ margin-left:30px;  }
.work-buttons{padding:25px 0 50px 0;}
#order-kit{ }
#order-kit .page-title{ text-align:center; margin-bottom:40px; }
#order-kit .page-title h1{ color:#333333; font-size:28px; font-weight:500; text-transform:none; }
#order-kit .page-title p{color:#333333; font-size:16px; font-weight:500; }
#order-kit .orderkit-form{ float:left; width:48%; }
#order-kit .orderkit-image{float:right; width:48%; }
#order-kit .orderkit-form ul li{ list-style:none; margin:0px; }
#order-kit .orderkit-form ul li label{ display:inline-block; vertical-align:middle; font-size:16px; font-weight:500; color:#333333; width:160px; }
#order-kit .orderkit-form ul li .input-box{ display:inline-block; vertical-align:middle; }
#order-kit .orderkit-form ul li{ margin-bottom:25px; }
#order-kit .orderkit-form ul.form-list{ clear:both; }
#order-kit .orderkit-form #orderkitForm .button{ font-size:24px; font-weight:500; color:#fff; padding:20px 30px; }
#order-kit .orderkit-form #orderkitForm .buttons-set{ border:none; text-align:center; }
#order-kit .orderkit-form #orderkitForm .buttons-set button.button{ float:none; }
#order-kit .orderkit-form #orderkitForm input[type="email"], #order-kit .orderkit-form #orderkitForm input[type="number"], #order-kit .orderkit-form #orderkitForm input[type="tel"], #order-kit .orderkit-form #orderkitForm input[type="text"]{ height:32px; border-radius:0px;width: 398px; }
.footer-container{ padding-bottom:0px !important; }
#order-kit{float: left;margin-bottom: 30px;width: 100%;}

.order-step .page-title{ text-align:center; margin-bottom:35px; position:relative; }
.order-step .page-title h2{ border: none;color:#333333; font-size:28px; font-weight:500; text-transform:none; }
.order-step{ clear:both; float:left; width:100%; margin-bottom:40px; }
.order-step ul{ margin:0px; padding:0px; float:left; width:100%; margin-bottom:30px; }
.std .order-step ul li{ text-align: center;display:inline-block; list-style:none; width:25%; float:left; padding:0px; margin:0px;color:#9e9e9e; font-size:18px; font-weight:500;  }
.order-step ul li span.number{  display: inline-block;margin-right: 10px;background-color:#f5f5f5; border-radius:30px; padding:8px 16px; }
.order-step ul li.active span.number{background-color:#b7060d; color:#fff;}
.order-step ul li.active{ color:#333333; }
.order-step .process-desc{ clear:both; text-align:center; }
.order-step .process-desc p{ color:#333333; font-size:16px; font-weight:300; margin-bottom:6px; }
.order-step .process-desc p strong{font-weight:500;}
.order-step .process-desc p a{color:#333333; font-weight:400; text-decoration:underline;}
#curve-list{ clear:both; float:left; width:100%; }
#curve-list ul{ margin:0px; float:left; width:100%; }
#curve-list ul > li{ list-style:none; margin:0px; float:left; border:1px solid #b7060d; text-align:center; margin-bottom:26px; transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;}
#curve-list ul > li:hover{ border:1px solid #333; }
#curve-list ul > li:hover img{ opacity:0.8; }
#curve-list ul > li .cat-name{ background-color:#b7060d;transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s; }
#curve-list ul > li:hover .cat-name{ background-color:#333; }
#curve-list ul > li .cat-name h3{ margin:0px; text-transform:none; }
#curve-list ul > li .cat-name a{ text-decoration:none !important; color:#fff; width:100%; padding:6px 5px;font-size:22px; font-weight:500; display:inline-block;   }
.toolbar-bottom, .add-to-cart .qty-wrapper, .product-options .price-notice, .product-options ul.options-list input.radio, .product-options p.required{ display:none; }
.product-shop .add-to-cart{ clear:both; float:left; width:100%; }
.product-options dl dt label{font-size: 22px;
    font-weight: 500;margin-bottom: 10px; }
.product-options ul.options-list li{ cursor:pointer; }	
.product-options ul.options-list li.active .label label{ background-color:#b7060d;  background-image: url("../images/selected-icon.png"); background-position: center center; background-repeat: no-repeat;  display: inline-block;
    font-size: 0;
    height: 44px;vertical-align: top;}	
.page-header-container {margin: 15px 0 35px 0;
		float: left; 
		width: 100%;
	}	 
@media only screen and (max-width: 1200px) {
	.page-header-container{ margin-bottom:15px; }
	.home-section-1 .home-banner{width: 74%;}
	.home-section-1 .home-promo { 
		width: 24%;
	}
	#order-kit .orderkit-form ul li label{width: 25%;}
	#order-kit .orderkit-form ul li .input-box{width: 74%;}
}
@media only screen and (max-width: 1024px) {
	.footer-container .footer .footer-col.footer-col-1, .footer-container .footer .footer-col.footer-col-2{ width:30%; }
	.footer-container .footer .footer-col.footer-col-3{ width:38%; }
	.footer-container .footer { 
		padding: 40px 15px;
	}
	.footer .block-subscribe{max-width: 90%;}
	.std .order-step ul li{font-size: 16px;font-weight: 400;}
}
@media only screen and (min-width: 960px) { 
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  #curve-list ul > li:nth-child(odd) {
    clear: none;
  }

  #curve-list ul > li:nth-child(3n+1) {
    clear: none;
  }

  #curve-list ul > li:nth-child(even),
  #curve-list ul > li:nth-child(3n) {
    margin-right: 2.22222%;
  }

  /* Set column config */
  #curve-list ul > li {
    margin-right: 2.22222%;
  }

  #curve-list ul > li {
    width: 23.33333%; float: left;
    margin-right: 2.22222%;
  }

  #curve-list ul > li:nth-child(4n+1) {
    clear: left;
  }

  #curve-list ul > li:nth-child(4n) {
    margin-right: 0;
  }  
} 
@media only screen and (max-width: 959px) {
	.std .order-step ul li{font-size: 14px;}
	.order-step ul li span.number { 
    margin-right: 6px;
    padding: 6px 13px;
}
	 #curve-list ul > li {width: 31.33333%;float: left;
    margin-right: 2.22222%;}
	#curve-list ul > li:nth-child(3n) {
    margin-right: 0;
  }
	#curve-list ul > li:nth-child(3n+1) {
    clear: left;
  }
}
@media only screen and (max-width: 810px) {
	.std .order-step ul li{ margin-bottom:20px;width: 50%; text-align:left; }
	.order-step ul { margin: 0 0 10px;}
	.product-view .product-shop .product-name .h1, .product-view .product-img-box .product-name h1{font-size: 20px;line-height: 28px;}
	.product-view .product-shop .price-info {
    margin: 10px 0 20px;
}
}
@media only screen and (max-width: 980px) {
	#order-kit .orderkit-form ul li label{width: 29%;}
	#order-kit .orderkit-form ul li .input-box{width: 70%;}
	.home-section-2{padding: 30px 0;}
	.home-section-2 .promo-col p { font-size: 16px;	font-weight: 400;line-height: 22px;	margin-bottom: 12px;  }
	.home-section-3 .order-process .process-col{padding: 0 15px;}
	.home-section-3 .order-process img {margin-bottom: 10px;}
	.home-section-3 .order-process h3{font-size: 16px; font-weight: 500;}
	.home-section-3{ padding: 40px 15px;}
	.home-section-3 .order-process{margin: 40px 0;}
	.footer-container .footer .footer-col, .block-subscribe .form-subscribe-header label{font-size: 16px;}
	.work-buttons {padding: 0 0 20px;}
	.works-section .works-content h2 { 
		font-size: 22px;
		font-weight: 400;
		text-transform: uppercase;
	}
	.work-buttons a.btn + a { margin-left: 15px;}
}
@media only screen and (max-width: 770px) {
	.social-phone{ width:100%; padding: 0 15px; }
	.megamenu li a{ width:100%; display:inline-block;  
	border-bottom: 1px solid #cccccc;
    color: #333333;
    line-height: 30px;
    padding: 0 15px 0 25px;
    text-align: left;
    text-transform: uppercase;}
	.megamenu > li:last-child a{ border-bottom: none;}
	.megamenu li a:hover{background-color: #f4f4f4;
    text-decoration: none;}
	.order-step {
		margin-bottom: 10px;
	}
	.page-header-container {
    margin: 8px 0 0 0;
}
.page-header, .header-navigation{ padding:0px; }
	.order-step .process-desc p strong {font-weight: 400;	}
	.order-step .page-title, .order-step ul{ display:none; }
	.product-options ul.options-list label, .col2-set .form-list .control label{ width:auto; min-width:80px; }
	.order-step{margin-bottom: 20px;}
	#curve-list ul > li .cat-name a{font-size: 18px;
    font-weight: 400;}
	#order-kit .orderkit-form {
    float: left;
    width: 100%;margin-bottom: 25px;
}
#order-kit .orderkit-image {
    float: left;
    text-align: center;
    width: 100%;
}
	.works-section .work-image{ text-align:center;width: 100%; }
	.works-section .works-content{ width:100%; padding:20px 0; }
	.home-section-2 {text-align: center;}
	.home-section-2 .promo-col{display: inline-block;float: none;width: 49%;}
	.menu-logo{ display:none; }
	.home-section-1 .home-banner { width:100%;margin-top: 0; margin-bottom:10px;}
	.home-section-1 .home-promo {width: 100%;}
	.home-promo .promo-banner{ float:left; width:33.33%; }
	.footer-container .footer .footer-col.footer-col-1, .footer-container .footer .footer-col.footer-col-2 {
		width: 50%;
	}
	.footer-container .footer .footer-col.footer-col-3 {
		width: 100%;
	}
	.footer-container .footer .footer-col h3{ margin-bottom:15px; }
	.block-subscribe .form-subscribe-header {
		margin-bottom: 10px;
	}
	.footer-container .footer .footer-col{ margin-bottom:24px; }
	.footer-container .footer .footer-col.footer-col-3{ margin-bottom:0px; }
}
@media only screen and (min-width: 1200px) {
	.megamenu li{margin: 0 25px;}
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.megamenu li{margin: 0 10px;}
} 
@media only screen and (min-width: 771px) {
	.megamenu{ text-align:center; }
	.megamenu li{ display:inline-block;vertical-align: middle; }
	.megamenu li a{ color:#333333; font-size:16px; text-transform:uppercase; padding:12px 15px; }
	.megamenu li a:hover, .megamenu li.active a{ background-color:#f5f5f5; text-decoration:none; }
	.megamenu li.menu-logo a:hover{ background:none !important; }
	.page-header-container .skip-links{
		display: inline-block;clear: none;
		float: right;
	}
	.page-header-container .skip-links .skip-link{height: auto;line-height: 20px; font-size:14px;text-transform: none;} 
	.account-cart-wrapper .skip-account .icon{background-image: url("../images/header-top-icon.png"); background-position: left center; width:12px;background-repeat: no-repeat;height: 17px; text-indent: -9999px;}
	.account-cart-wrapper .skip-cart .icon{background-image: url("../images/header-top-icon.png"); background-position: right center; width:18px;background-repeat: no-repeat;height: 17px; text-indent: -9999px;} 
} 
@media (min-width: 771px) and (max-width: 930px) {
	.megamenu li{margin: 0 5px;}
	.menu-logo .menu-icon { background-size:250px auto !important;
		display: inline-block;
		height: 55px;
		width: 230px;
	}
	.megamenu li a {font-size: 15px; padding: 12px;}
}
@media only screen and (max-width: 600px) {
	.order-step .page-title h2{font-size: 22px;}
	.home-section-2 .promo-col {
		display: inline-block;
		float: left;
		margin-bottom: 20px;
		width: 100%;
	}
	.home-section-2 .promo-col:last-child{margin-bottom: 0px;}
	.home-section-3 .order-process .process-col{width: 100%; margin-bottom:24px;}
	.home-section-3 .order-process .process-col:last-child{margin-bottom:0px;}
	.home-section-3 a.btn{font-size: 22px;}
	
}
@media only screen and (max-width: 500px) {
	.std .order-step ul li{width: 100%;}
	#curve-list ul > li { 
    margin-right: 0;
    width: 48%;
}
#curve-list ul > li:nth-child(2n+2) {
    margin-right: 0; float:right;
}
#curve-list ul > li:nth-child(3n+1) {
    clear: none;
}
#curve-list ul > li:nth-child(2n+1) {
    clear: left;
}
#curve-list ul > li .cat-name a {
    font-size: 16px;}
	#order-kit .orderkit-form ul li label{font-size: 15px;font-weight: 500;width: 100%;}
	#order-kit .orderkit-form ul li .input-box { width: 100%;}
	#order-kit .orderkit-form ul li { margin-bottom: 15px;}
	.home-section-3 h2{font-size: 18px;font-weight: 500; line-height: 26px;}
	.footer-container .footer .footer-col.footer-col-1, .footer-container .footer .footer-col.footer-col-2 {width: 100%;}
}
@media only screen and (max-width: 360px) {
	#curve-list ul > li { 
		width: 100%;
	}
	#curve-list ul > li:nth-child(2n+2) {
		float: left;
		margin-right: 0;
	}
}
@media only screen and (min-width: 1024px) {
	.order-step .page-title .NeedCustomized{top: 5px; position:absolute; right:0; color:#b7060d; font-size:16px; font-weight:500; }
}
@media only screen and (max-width: 1023px) {
	.order-step .page-title .NeedCustomized{color:#b7060d; font-size:16px; font-weight:500; }
}
.block-subscribe #output{ clear: both;
    color: #df280a;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    text-align: left;
    top: 8px;}

ul.social-icons {
    overflow: auto; display:inline-block; vertical-align: middle;
}
 
ul.social-icons li {
    list-style-type: none;
    float: left;
}
 
ul.social-icons li a i {
    background: #205D7A;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 20px;
    font-size: 20px;
    text-align: center;
    margin-right: 10px;
    padding-top: 15%;
    transition: all 0.2s ease-in-out;
}
ul.social-icons li a i.fa-facebook {
    background:#3b5998
} 
ul.social-icons li a i.fa-instagram {
    background:#333
} 
ul.social-icons li a i.fa-youtube {
    background:#dd4b39
}
ul.social-icons li a i:hover {
    opacity: .9;
}	
.social-phone{ display:inline-block; float:left; }