p	{
	font-family: "Sintony";
}
finput:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.form-control {
	outline: none;
}

.white-btn {
	color:#000;
	background-color:#fff;
	border-radius:0px;
}

.white-btn:hover {
	color:#000;
	background-color:#fff;
	border-radius:0px;
}

.fullwidth .container {
  max-width: 100%;
}

.container-full {
	background-color: #FFFFFF;	
}
/*
.container {
	height: 75px;	
}*/

.formbox {
    border: 1px;
    border-color: #cccccc;
    border-style: solid;
    height: 60px;
    width: 100%;
    padding-left: 25px;
    padding-bottom: 15px;
    margin-bottom: 25px;
    
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    font-family: 'Sintony', sans-serif; 
    white-space: nowrap;
    font-size: 10px;
	color: #3b3239;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	
	
	
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #f5f5f5;
    background-color: #666666;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #f5f5f5;
    text-decoration: none;
    outline: 0;
    background-color: #666666;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    background-clip: padding-box;
}

#logo {
	position:relative;
	top:17px;
	padding-right:10px;	
	}
	
.ease {
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-o-transition: all .2s ease;
transition: all .2s ease;
}

.lightdiv {
	opacity: .7;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.lightdiv:hover{
	opacity: 1;
/*	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
*/    
}

.lightdiv2 {
	opacity: 1;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.lightdiv2:hover{
	opacity: .7;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
    
}
	
.slider-static-img {
	width:100%;
	background-size: cover;
	position:relative;
	float: center;
    margin-top: 110px;
	margin-bottom: 40px;
	height:550px;
	background-position:center;
	background-repeat:no-repeat;
	overflow:hidden;
}


.cart {
	min-width: 50px;
}

.center-background {
	height:400px;
	background-position:top;
	background-repeat:no-repeat;
	background-size:cover;
}
.footer-text > li > a {
  color: #ffffff;
}
.footer-text > li > a:hover,
.footer-text > li > a:focus {
  color: #666;
}

.navbar {
	min-height:110px;
}

.navbar .navbar-nav > li > a {
  color: #666;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
  color: #666;
  background-color: #none;
  opacity: 1;
}

.homenarrowbox {
	width: 100%;
	height: 275px;
	background-color:#EAEAEA;
}

.clothingboxes {
	width: 100%;
	height: 400px;
	background-color:#EAEAEA;
}

.clothingfullbox {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	height: 700px;
	background-color:#EAEAEA;
}

.pressboxes {
	width: 100%;
	height: 300px;
	background-color:#EAEAEA;
}

.pressfullbox {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	height: 700px;
	background-color:#EAEAEA;
}

.nav {
	padding-top: 41px;
	font-size:12px;
}

.large {
	font-size:34px;
}



a {
    color: #666;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #666;
    text-decoration: underline;
}

.class3 A:link {text-decoration: none; 	color:#a7a9ab;}
.class3 A:visited {text-decoration: none; 	color:#a7a9ab;}
.class3 A:active {text-decoration: none; color:#a7a9ab;}
.class3 A:hover {text-decoration: none; color: #968367;}

.gold {
    color: #968367;
}

.ltgray {
    color:#a7a9ab;
}

.row-centered {
    text-align:center;
}

.maintextbanner {
    font-size: 28px;
    line-height: 36px;
	text-align:center;
    margin-top: 50px;
	margin-bottom: 50px;
	color: #929496;
	font-family: 'Sintony', sans-serif;
	font-weight: 300;
}

.sintony {
	font-family: 'Sintony', sans-serif;
	font-weight: 300;
	color: #929496;
}

.libre{ 
	font-size: 22px;
    line-height: 26px;
	color: #333;
    margin: 0 0 0px;
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
}

.button {

    color: #fff;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    padding: 8px 12px;
	border:0px;
	margin:5px 10px 0 0;
    
}

.black_background {
	background-color:#000;
}

.sub-nav {
	background-color:#000;
    margin-top: 20px;
    padding-top: 7px;
    height:30px;
}

.padding-right-nav {
	padding-right:15px;
}


.libregray{ 
	font-size: 18px;
    line-height: 22px;
	color: #666666;
    margin: 0 0 0px;
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
}

.heavy {
	font-family: 'Sintony', Arial, Helvetica, Sans-Serif;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 18px;
    color: #666666;
	letter-spacing:1px;
    font-weight: 500;
    display: block
}

.bannertext {
	font-family: 'Sintony', Arial, Helvetica, Sans-Serif;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 28px;
    color: #009699;
	letter-spacing:1px;
    font-weight: 200;
    display: block
}

.subtext {
	font-family: 'Sintony', Arial, Helvetica, Sans-Serif;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
	letter-spacing:1px;
    font-weight: 200;
    display: block
}

.formtext {
	font-family: 'Sintony', Arial, Helvetica, Sans-Serif;
    text-transform: uppercase;
    font-size: 12px;
    color: #666666;
	letter-spacing:1px;
    font-weight: 200;
    display: block
}

.bodytext {
	font-family: 'Sintony', Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 200;
    color: #58595B;
}

.itemname {
	font-size: 12px;
	padding-top: 15px;
	line-height: 20px;
	font-family: 'Sintony', Arial, Helvetica, Sans-Serif;
    letter-spacing:1px;
    text-transform: uppercase;
	font-weight: 200;
    text-decoration: none;
}

.itemprice {
	font-size: 10px;
	padding-top: 0px;
	line-height: 12px;
    float: right;
	font-family: 'Sintony', sans-serif;
	font-weight: 200;
	color: #929496;
	padding-bottom: 25px;
	
}

.pressname {
	font-size: 12px;
	padding-top: 15px;
	line-height: 20px;
	font-family: 'Sintony', Arial, Helvetica, Sans-Serif;
    letter-spacing:1px;
    text-transform: uppercase;
	font-weight: 200;
    text-decoration: none;
}

.byline {
	font-size: 10px;
    float: left;
	font-family: 'Sintony', sans-serif;
	font-weight: 200;
	color: #929496;
	padding-bottom: 35px;
	
}

.itempriceinterior {
	font-size: 12px;
	padding-top: 0px;
	line-height: 12px;
    float: left;
	font-family: 'Sintony', sans-serif;
	font-weight: 200;
	color: #929496;
	
}

.navtext {
	font-size: 12px;
	font-family: 'Sintony', sans-serif;
	font-weight: 200;
	color: #929496;
	
}

.smlist {
	font-size: 10px;
	padding-top: 3px;
	line-height: 18px;
	font-family: 'Sintony', sans-serif;
	font-weight: 200;
	color: #a7a9ab;
	
}

h1 {
    font-size: 18px;	
	font-family: 'Oswald', serif;
	font-weight: 300;
	color: #1d1d1d;
	
}

h2 {
    font-size: 30px;	
	line-height: 20px;
	font-family: 'Oswald', Sans-Serif;
	font-weight: 300;
	color: #1d1d1d;
	text-transform:lowercase;
	padding-bottom:20px;
	
}

h3 {
	font-size: 36px;	
	line-height: 20px;
	font-family: 'Sintony', sans-serif;
	font-weight: 300;
	color: #1d1d1d;
}


h4 {
	font-size: 14px;
	line-height: 20px;
	font-family: 'Sintony', sans-serif;
	font-weight: 200;
	color: #929496;
}

h5 {
	font-size: 10px;
	padding-top: 3px;
	line-height: 18px;
	font-family: 'Sintony', sans-serif;
	font-weight: 200;
	color: #000;
	
}

h6 {
	font-size: 16px;	
	line-height: 20px;
	font-family: 'Sintony', sans-serif;
	font-weight: 500;
	color: #1d1d1d;
}

#layerslider {
	padding-top:0px;
    padding-bottom:75px;
}

.navbar-default {
    background-color: #ffffff;
    opacity: 1;
}

@media (max-width: 768px) {
    
.itemname {
    padding-bottom: 25px;
    
}
    
.slider-static-img {
	width:100%;
	background-size: cover;
	position:relative;
	float: center;
    margin-top: 110px;
	margin-bottom: 40px;
	height:225px;
	background-position:center;
	background-repeat:no-repeat;
	overflow:hidden;
}
	
.maintextbanner {
    font-size: 18px;
    line-height: 28px;
	text-align:center;
    margin-top: 50px;
	margin-bottom: 50px;
	color: #929496;
	font-family: 'Sintony', sans-serif;
	font-weight: 300;
}
    
h3 {
	font-size: 28px;	
	line-height: 16px;
	font-family: 'Sintony', sans-serif;
	font-weight: 300;
	color: #1d1d1d;
}

.libre{ 
	font-size: 18px;
    line-height: 22px;
	color: #333;
    margin: 0 0 0px;
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
}

.bodytext {
	font-size: 10px;
	line-height: 20px;
	font-family: 'Sintony', sans-serif;
	font-weight: 200;
	color: #000;
}

.navbar-default {
    padding-bottom: 15px;
    background-color: #ffffff;
    opacity: 1;
}

.navbar-collapse {
	background-color:#fff;
	border:none;
	opacity: 1; 
    
}
	
.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 15px;
	padding: 9px 10px;
	margin-top: -22px;
	background-color: transparent;
	border: none;
	border-radius: 4px;
}

#layerslider {
	padding-top:50px;
    padding-bottom:25px;
}

#logo {
	padding-left:15px;	
}

}

.largetext {
	font-size:32px
}

.cart {
	float:right;
    padding-top: 20px;
}

.social {
	float:right;
	padding-right: 25px;
	margin-top: 52px;
}

.socialfooter {
	margin-top: 0px;
	margin-bottom:25px;
}

.copyright{
	position: relative;
	font-family: 'Sintony',Sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-align: right;
	color:#a7a9ab;
}

.footertext{
	position: relative;
	font-family: 'Sintony',Sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-align: left;
	color:#a7a9ab;
}



@media (max-width: 992px) {
	
.clothingboxes {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	height: 400px;
	background-color:#EAEAEA;
}

.clientparenthetical {
	font-size: 10px;
	padding-top: 0px;
	line-height: 12px;
	font-family: 'Sintony', sans-serif;
	font-weight: 200;
	color: #929496;
	padding-bottom: 25px;
	margin-left:auto;
	margin-right:auto;
	
}

	
.copyright{
	text-align: left;
}
	
.cart {
    display:none;
}

.social {
	display:none;	
}
	
.phone {
	display:none;
}
}

.brands-list {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
     list-style-type: none;
	padding-left:0;
}
  
@media (max-width: 768px) {
   .brands-list {
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
        list-style-type: none;
	   padding-left:0;
} 

}


