/*----------------------------------------------------------------------------*/
/* CMS General
/*----------------------------------------------------------------------------*/

body.cms-page-view .main-container {
	padding: 10px 0 0 0 !important;
}

body.cms-page-view .breadcrumbs {
	display: none;
}

/*----------------------------------------------------------------------------*/
/* About Us
/*----------------------------------------------------------------------------*/

body.cms-page-view .page-title {
	display: none;
}

body.cms-page-view .col2-set:after {
	display: table;
	overflow: hidden;
	clear: both;
}

body.cms-page-view .col1 {
	float: left;
	width: 50%;
}

body.cms-page-view .col2 {
	float: right;
	width: 50%;
}

#about-us-wrapper {
}

#about-us-wrapper > .top {
	background: #727272 url(../images/cms/about-us-bg.png) no-repeat fixed;	
	background-size: 110%;
	padding: 35px 30px;
	margin-bottom: 5px;
}

#about-us-wrapper .the-team {
	width: 80%;
	height: 450px;
	display: block;
	margin: 15px auto;
	text-align: center;
	color: #fff;
	font-size: 22px;
	font-family: Roboto Black;
}

#about-us-wrapper .the-team img {
	margin: 0 auto 30px;
}

#about-us-wrapper h1 {
	display: block;
	color: #fff;
	font-size: 22px;
	font-family: Roboto Black;	
	margin-bottom: 35px;
}

#about-us-wrapper h2 {
	color: #5e5e5e;
	font-size: 16px;
	font-family: Roboto Black;	
	margin-bottom: 20px;
}

#about-us-wrapper .slogan {
	font-size: 70px;
	font-family: Roboto Black;	
	color: #fff;
	font-style: normal;
	line-height: 0.85;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#about-us-wrapper p {
	color: #fff;
	font-family: Arial, Sans Serif;
	font-style: normal;
	font-size: 12px;
	line-height: 22px;
}

#about-us-wrapper .bottom {
	background: url(../images/cms/about-us-address-bg.png) no-repeat center;
	background-size: 100% 100%;
	padding: 25px 30px;
	position: relative;
}

#about-us-wrapper .bottom:after {
	content: '';
	background: url(../images/cms/about-us-address-name.png) no-repeat;
	width: 237px;
	height: 33px;
	position: absolute;
	right: 2%;
	top: 50%;
	margin-top: -16px;
}

#about-us-wrapper .bottom .col2-set {
	width: 50%;
	color: #5e5e5e;
	font-size: 12px;
	line-height: 16px;
}
/* Size Chart */
.size-chart { 
    width:95%;
    margin: 10px auto;
}

.contacts-index-index .page-title h1, .block .block-title strong, .no-touch .cms-page-view .std h2, .no-touch .cms-no-route .std h2, .cms-page-view .block-cms-menu li a:hover {
    font-family: Roboto Light;
    color: #e8de08;
}
.no-touch .cms-page-view .std p, .no-touch .cms-no-route .std p, .cms-page-view .data-table tbody td, .cms-page-view .data-table tfoot td {
    font-family: Roboto Light;
    font-style: normal;
}
.contacts-index-index .input-text, .contacts-index-index input[type="email"], .contacts-index-index input[type="search"], .contacts-index-index input[type="number"], .contacts-index-index input[type="password"], .contacts-index-index input[type="tel"], .contacts-index-index input[type="text"] {
    width: 450px;
    border: 1px solid #EFEFEF;
    background: none repeat scroll 0% 0% #EFEFEF;
    height: 34px;
}
.contacts-index-index .buttons-set button.button {
    background: #faef03;
    color: #666;
    font-family: Roboto Black;
}
.contacts-index-index .buttons-set button.button:hover {
    background: #666;
    color: #fff;
}
.contacts-index-index #contactForm {
    padding-left: 0px;
}
@media only screen and (max-width: 979px) {
	
	#about-us-wrapper > .top {
		background-size: 170%;
	}

	#about-us-wrapper .bottom .col2-set {
		line-height: 1.1;
		font-size: 10px;
	}

	#about-us-wrapper .bottom {
		padding: 10px 20px;
	}

	#about-us-wrapper h2 {
		margin-bottom: 10px;
	}

	#about-us-wrapper .bottom:after {
		height: 20px;
		background-size: auto 100%;
		background-position: center right;
		margin-top: -10px;
	}
}

@media only screen and (max-width: 767px) {
	
	#about-us-wrapper .col1,
	#about-us-wrapper .col2 {
		float: none;
		width: 100%;
	}

	#about-us-wrapper .the-team {
		margin: 0 auto 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #ccc;
		height: auto;
		width: 100%;
	}

	#about-us-wrapper .slogan {
		font-size: 50px;	
	}

	#about-us-wrapper .bottom {
		background: url(../images/cms/about-us-address-bg.png) no-repeat 50% center;
		background-size: auto 100%;
	}
}

@media only screen and (max-width: 479px) {
	
	#about-us-wrapper .bottom {
		background-position: left center;
	}

	#about-us-wrapper .bottom:after {
		display: none;
	}
}