/* @override 
	http://pagento.com/skin/frontend/pt004/fashion/css/pt004-fashion.css */

/**
 * 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)
 */
/* ============================================ *
 * Homepage
 * ============================================ */
/* -------------------------------------------- *
 * Primary Banner
 */
body.cms-home .main-container {
  padding-top: 20px;
  	background-color: #fff; 
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
	-moz-box-shadow: 0px 0px 6px #bbb;  
	-webkit-box-shadow: 0px 0px 6px #bbb; 
	box-shadow: 0px 0px 6px #bbb;
}
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;
  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;
  -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: 32%;
    margin-right: 2%;
  }

  .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;
  }
}


/* -------------------------------------------- *
 * Home Categories
 */
.home-categories {
  padding: 0;
  width: 100%;
}

.home-categories:after {
  content: '';
  display: table;
  clear: both;
}

/* Specifying the body only in order to override the .std ul li styling */
body .home-categories > li {
  margin: 0 0 10px 0;
  list-style: none;
  text-align: center;
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
	border: 1px solid #ddd;
	padding: 8px;
}

.home-categories > li:last-child {
  margin-bottom: 0;
}

.home-categories img {
  max-width: 100%;
  width: 100%;
	margin-bottom: 8px;
}

.home-categories img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: block;
}

.home-categories .hc-link a {
	font-size: 16px;
	color: #555;
}


@media only screen and (min-width: 771px) {
  .home-categories span {
    font-size: 16px;
  }

  .home-categories strong {
    font-size: 17px;
  }

  /* Config: Three columns + flexible gutter */
  body .home-categories > li {
    float: left;
    width: 24.2%;
    margin-right: 1%;
  }

  .home-categories > li:nth-child(4n) {
    margin-right: 0;
  }
}


@media only screen and (max-width: 770px) {
	body .home-categories > li {
    float: left;
    width: 49%;
    margin-right: 2%;
  }

  .home-categories > li:nth-child(4n),
  .home-categories > li:nth-child(2n) {
    margin-right: 0;
  }
}

/* -------------------------------------------- *
 * Home Text
 */

.home-text {
  padding: 0;
  width: 100%;
	color: #555;
	font-size: 13px;
	margin-top: 20px;
}

.home-text:after {
  content: '';
  display: table;
  clear: both;
}

.home-text h1{
	font-size: 16px;
	font-weight: bold;
}

.home-text h2{
	font-size: 16px;
	font-weight: bold;
}

.home-text1{
  float: left;
	width: 50%;
	padding-right: 30px;
}

.home-text2{
  float: left;
	width: 50%;
}

@media only screen and (max-width: 770px) {
	.home-text1{
  float: none;
	width: 100%;
	padding-right: 0;
	}

	.home-text2{
  float: none;
	width: 100%;
	}
}

.fashion-home{
	
}

.fashion-home-top{
	width: 100%;
}

.fashion-home-top-col-1, 
.fashion-home-top-col-2, 
.fashion-home-top-col-3, 
.fashion-home-top-col-4{
	width: 25%;
	float: left;
}

@media only screen and (max-width: 570px) { 
.fashion-home-top-col-1, 
.fashion-home-top-col-2{
	width: 50%;
	float: left;
	padding-bottom: 5px;
}
}

@media only screen and (max-width: 570px) { 
.fashion-home-top-col-3, 
.fashion-home-top-col-4{
	width: 50%;
	float: left;
}
}

.fashion-home-label-1, 
.fashion-home-label-2, 
.fashion-home-label-3, 
.fashion-home-label-4{
	background-color: #3f3832;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}

.fashion-home-label-1 h5, 
.fashion-home-label-2 h5,
.fashion-home-label-3 h5,
.fashion-home-label-4 h5{
	color: #f4ebe3;
	text-transform: uppercase;
	font: 20px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: -1px;
	text-align: center;
	background-color: #3f3832;
	padding-top: 10px;
}

.fashion-home-label-1 h6, 
.fashion-home-label-2 h6, 
.fashion-home-label-3 h6, 
.fashion-home-label-4 h6{
	color: #5b5551;
	text-transform: uppercase;
	font: 20px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: -1px;
	text-align: center;
	background-color: #f4ebe3;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}

.fashion-home-label-1 h6 a, 
.fashion-home-label-2 h6 a, 
.fashion-home-label-3 h6 a, 
.fashion-home-label-4 h6 a{
	color: #5b5551;
	text-transform: uppercase;
	font: 20px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: -1px;
	text-align: center;
	background-color: #f4ebe3;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
}

.fashion-home-label-1 h6 a:hover, 
.fashion-home-label-2 h6 a:hover, 
.fashion-home-label-3 h6 a:hover, 
.fashion-home-label-4 h6 a:hover{
	color: #5b5551;
	text-transform: uppercase;
	font: 20px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: -1px;
	text-align: center;
	background-color: #f4ebe3;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}

@media only screen and (max-width: 860px) {
.fashion-home-label-1 h5, 
.fashion-home-label-2 h5,
.fashion-home-label-3 h5,
.fashion-home-label-4 h5{
	color: #f4ebe3;
	text-transform: uppercase;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: -1px;
	text-align: center;
	background-color: #3f3832;
	padding-top: 5px;
}

.fashion-home-label-1 h6, 
.fashion-home-label-2 h6, 
.fashion-home-label-3 h6, 
.fashion-home-label-4 h6{
	color: #5b5551;
	text-transform: uppercase;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: -1px;
	text-align: center;
	background-color: #f4ebe3;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}

.fashion-home-label-1 h6 a, 
.fashion-home-label-2 h6 a, 
.fashion-home-label-3 h6 a, 
.fashion-home-label-4 h6 a{
	color: #5b5551;
	text-transform: uppercase;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: -1px;
	text-align: center;
	background-color: #f4ebe3;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}

.fashion-home-label-1 h6 a:hover, 
.fashion-home-label-2 h6 a:hover, 
.fashion-home-label-3 h6 a:hover, 
.fashion-home-label-4 h6 a:hover{
	color: #5b5551;
	text-transform: uppercase;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: -1px;
	text-align: center;
	background-color: #f4ebe3;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}

}

@media only screen and (max-width: 570px) { 
.fashion-home-label-1 h5, 
.fashion-home-label-2 h5,
.fashion-home-label-3 h5,
.fashion-home-label-4 h5{
	color: #f4ebe3;
	text-transform: uppercase;
	font: 20px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: -1px;
	text-align: center;
	background-color: #3f3832;
	padding-top: 10px;
}

.fashion-home-label-1 h6, 
.fashion-home-label-2 h6, 
.fashion-home-label-3 h6, 
.fashion-home-label-4 h6{
	color: #5b5551;
	text-transform: uppercase;
	font: 20px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: -1px;
	text-align: center;
	background-color: #f4ebe3;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}

.fashion-home-label-1 h6 a, 
.fashion-home-label-2 h6 a, 
.fashion-home-label-3 h6 a, 
.fashion-home-label-4 h6 a{
	color: #5b5551;
	text-transform: uppercase;
	font: 17px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: -1px;
	text-align: center;
	background-color: #f4ebe3;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
}

.fashion-home-label-1 h6 a:hover, 
.fashion-home-label-2 h6 a:hover, 
.fashion-home-label-3 h6 a:hover, 
.fashion-home-label-4 h6 a:hover{
	color: #5b5551;
	text-transform: uppercase;
	font: 20px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: -1px;
	text-align: center;
	background-color: #f4ebe3;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}
}

.fashion-home-1 img, 
.fashion-home-2 img, 
.fashion-home-3 img, 
.fashion-home-4 img {
width: 98%;
margin-right: auto;
margin-left: auto;
}

.fashion-home-products{
	float: left;
	margin-top: 20px;
	width: 100%;
}


/* -------------------------------------------- *
 * 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;
}

/* pt004 */

body,
button,
input,
select,
table,
textarea {
  font: 14px/1.35 "Times New Roman", Times, Georgia, serif;
  color: #333;
}

a {
  color: #545454;
  text-decoration: none;
  font: 12px/1.35 "Times New Roman", Times, Georgia, serif;
}

.page-title h1,
.page-title h2,
.product-name h1,
.product-name .h1 {
  padding-bottom: 3px;
  margin-bottom: 15px;
	font-weight: bold;
  font: 13px/1.35 "Times New Roman", Times, Georgia, serif;
}

label {
  display: inline-block;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font: 12px/1.35 "Times New Roman", Times, Georgia, serif;
}

@media only screen and (max-width: 600px) {

}

body {
	background-image: url(../images/bg-main.png);
  color: #000000;
  line-height: 1;
}

@media only screen and (max-width: 777px) {
body {
	background: none #fefffe;
	color: #000000;
  line-height: 1;
}
}

.home-row-2{
	width: 100%;
	float: left;
	padding-bottom: 20px;
}

.homebox1 img {
	float: left;
		margin-right: 1.3%;
	width: 24%;
	z-index: 10;
	position: relative;
}

.homebox2 img {
	float: left;
			margin-right: 0%;
	width: 24%;
	z-index: 10;
	position: relative;
}

.homebox3 img {
	float: left;
			margin-left: 1.3%;
	width: 24%;
	z-index: 10;
	position: relative;
}

.homebox4 img {
	float: left;
		margin-left: 1.3%;
	width: 24%;
	z-index: 10;
	position: relative;
}

/* ============================================ *
 * Slideshow
 * ============================================ */

.slideshow-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 10px 0 10px;
	padding: 8px;
	border: 1px solid #ddd;
	z-index: 0;
	float: left;
}

@media only screen and (max-width: 500px) {

.slideshow-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 10px 0 25px;
	padding: 8px;
	border: 1px solid #ddd;
	z-index: 0;
	float: left;
}

}

/* end pt004 */

.header-usps .headline{ 
	text-transform: uppercase; 
	font-size: 16px; 
	margin-bottom: 1px; 
	color: #3d3731; 
}

.header-usps .usp1{ 
	float: left;
	width: 15%;
	display: inline;
	color: #3d3731;
}

.header-usps .usp2{ 
	float: left; 
		width: 17%;
	display: inline;
	color: #3d3731;
}

.header-usps .usp3{ 
	float: left; 
		width: 15%;
	display: inline;
	color: #3d3731;
}

@media only screen and (max-width: 990px) {
.header-usps .usp1{ 
	float: left;
	width: 12%;
	display: inline;
	color: #3d3731;
}

.header-usps .usp2{ 
	float: left; 
		width: 12%;
	display: inline;
	color: #3d3731;
}

.header-usps .usp3{
	display: none;
	visibility: visible;
	width: 0;
}
	}

/* pt004color */

.header-language-background .form-language,
.header-language-background .currency-switcher {
  float: left;
  margin-right: 10px;
	margin-top: -2px;
	color: #3d3731;
}

/* pt004color */

.header-language-background .headerlinks a{
  float: left;
  margin-right: 10px;
	color: #3d3731;
		font: 12px;
}

/* pt004color */

.header-language-background .headerlinks li{
  float: left;
	margin-right: 10px;
	border-right: 1px solid #ddd;
	padding-right: 10px;
			font: 12px;
	color: #3d3731;
}

.header-language-background,
.header-language-background a {
  color: #3d3731;
	font-weight: bold;
	background-color: #feffff;
}

.header-language-background {
  padding: 8px 30px;
  background-color: #ffffff;
	color: #fff;
	margin-bottom: 0px;
	border-bottom: 1px groove #feffff;
		border-top: 5px solid #3d3731;
}

/* ============================================ *
 * Nav Primary pt004color
 * ============================================ */
@media only screen and (min-width: 771px) {

.menu-background{
	width: 100%;
	background:#3f3833;
}
	
.nav-primary {
display:block;
background:#3f3833;
  position: relative;
  max-width: 1260px;
  margin: 0 auto;
	border-left: 1px solid #b2b2b2;
}

  .nav-primary a.level0 {
	font-size: 18px;
	color: #feffff;
	padding: 10px 15px;
	background-color: #3f3833;
	background-image:-moz-linear-gradient(top,#3f3833,#3f3833);
	background-image:-ms-linear-gradient(top, #3f3833 0%, #3f3833 100%);
background-image:-webkit-gradient(linear,left top,left bottom,from(#3f3833),to(#3f3833));
filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#3f3833,endColorStr=#3f3833);-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(startColorStr=#3f3833, endColorStr=#3f3833)"
}

.page-header {
    max-width: 100%;
    margin: 0 auto 10px;
	background-color: #feffff;
	-moz-box-shadow: 0px 5px 5px 0px #aaa; 
	-webkit-box-shadow: 0px 5px 5px 0px #aaa; 
	box-shadow: 0px 2px 5px 0px #aaa;
	border-bottom: 1px solid #feffff;
}

@media only screen and (min-width: 771px) {
  .skip-account {
    position: absolute;
    top: 0;
    right: 115px;
    width: auto;
    padding: 0 10px;
    text-transform: uppercase;
	background-color: #feffff;
	color: #3d3731;
}

.skip-account:hover{
	color: #3d3731;
}

@media only screen and (min-width: 771px) {
  .skip-cart {
    color: #3d3731;
    text-transform: uppercase;
	background-color: #feffff;
}

.skip-cart:hover {
        color: #3d3731;
    text-transform: uppercase;
	background-color: #feffff;
  }
  
  .footer1-container{
	width: 100%;
	background-color: #feffff;
	-moz-box-shadow: 0px 0px 6px #bbb;  
	-webkit-box-shadow: 0px 0px 6px #bbb; 
	box-shadow: 0px 0px 6px #bbb;
}

.footer .footer1{
	padding: 20px;
	background-color: #feffff;
	border-bottom: 1px solid #feffff;
	width: 100%;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	max-width: 1260px;
}
  
  
  .footer2-container{
	width: 100%;
	background-color: #3d3731;
}

.footer .footer2{
	background-color: #3d3731;
	color: #fff;
	padding-bottom: 20px;
	margin-bottom: 20px;
	width: 1260px;
	margin: auto;
}

@media only screen and (max-width: 1260px) {
.footer .footer2{
	background-color: #3d3731;
	color: #fff;
	padding-bottom: 20px;
	margin-bottom: 20px;
	width: 100%;
	margin: auto;
}
	}
	
.footer .copyright{
	color: #555;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
		width: 100%;
		margin: auto;
	background-color: #feffff;
	text-align: center;
}

.footer .footer2 li{
	margin-bottom: 4px;
	font: 14px "Times New Roman", Times, Georgia, serif;
}

.footer .footer2 .box{
	float: left;
	width: 25%;
	padding: 20px 20px 0;
	font: 14px "Times New Roman", Times, Georgia, serif;
}

	.footer2 a{
	font-size: 13px;
	color: #efe9e0;
}

.footer2 .box h6{
	color: #fff;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}

.carousel-title{
	width: 100%;
	padding: 10px;
	background-color: #494949;
	color: #feffff;
	font-size: 20px;
	position: relative;
	display: block;
	float: left;
}

.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
	float: left;
	padding-top: 20px;
}

.owl-theme .owl-controls .owl-page{
	display: none;
	zoom: 1;
	*/*IE7 life-saver */
}

nav{
	background-color: #3f3832;
}














