body {
	position: relative;
}

.titleBox {
	margin: 0 auto 87px;
	width: 800px;
}

.titleyWords {
	margin-top: 89px;
	font-size: 14px;
	color: #040404;
	line-height: 1.85;
	text-align: center;
}

.content {
	margin: 0 auto;
	width: 800px;
	color: #040404;
}

.company h3 {
	padding-bottom: 8px;
	font-size: 18px;
	border-bottom: 2px solid #1b1b1b;
}

.company h3 a {
	margin-top: 13px;
	padding-left: 12px;
	float: right;
	font-size: 12px;
	color: #333;
	letter-spacing: 1.1px;
	background: url(../image/img_details_arrows.png) no-repeat left center;
	background-size: 6px 9px;
	transition: all .6s ease;
}

.company h3 a:hover {
	opacity: .6;
	transition: all .6s ease;
}

.companyInfo {
	margin: 43px auto 91px;
}

.companyInfo p:first-child {
	margin: 0;
}

.companyInfo p {
	margin-top: 9px;
	font-size: 14px;
}

.companyInfo p span {
	display: inline-block;
	width: 94px;
}

h4.publicTitle {
	padding-bottom: 4px;
	font-size: 18px;
	border-bottom: 1px solid #7d7d7d;
}

.localtion p {
	margin-top: 30px;
	font-size: 13px;
	letter-spacing: .95px;
	line-height: 1.96;
}

.localtion p:nth-child(2) {
	margin-top: 40px;
}

.localtion p span {
	display: block;
	font-size: 14px;
	font-weight: bold;
}

.localtion p a {
	display: inline-block;
	color: #999;
	text-decoration: underline;
}

.localtion p span a {
	padding-left: 12px;
	background-size: 6px 9px;
	text-decoration: none;
}

.localtion p a:hover {
	text-decoration: none;
}

.sliderUlBox {
	margin: 84px 0 96px;
}

.sliderUl {
	height: 233px;
	overflow: hidden;
}

.sliderUlBox li {
    width: 257px !important;
    margin-right: 12px;
    font-size: 12px;
    float: left;
}

.sliderUlBox li img {
	height: 100%;
}

.business p {
	font-size: 13px;
	padding-left: 12px;
	text-indent: -12px;
	line-height: 2;
	letter-spacing: .3px;
}

.business p:nth-child(2) {
	margin-top: 39px;
}

.primary {
	margin: 90px 0 97px;
}

.primaryInfo {
	margin-top: 45px;
}

.primaryInfo .info {
	width: 279px;
	float: left;
	font-size: 11px;
	letter-spacing: .5px;
}

.primaryInfo .info li {
	margin-bottom: 9px;
}

.primaryInfo .info:nth-child(2) {
	width: 271px;
}

.primaryInfo .info:nth-child(3) {
	width: 216px;
}

.primary p.msg {
	margin: 26px -5px 0 0;
	text-align: right;
	font-size: 11px;
	letter-spacing: .5px;
}

.mapElement .mapBox {
	padding: 10% 13%;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	overflow: hidden;
	cursor: pointer;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.9);
}

.mapElement .mapBox .mapContent {
	background: #fff;
	height: 100%;
	max-height: 634px;
	cursor: auto;
	border: 10px solid #000;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.titleBox {
		margin: 0 auto 42px;
		width: auto;
	}

	.titleyWords {
		margin-top: 69px;
		font-size: 13px;
		text-align: left;
		line-height: 1.6;
		letter-spacing: .3px;
	}

	.content {
		width: auto;
	}

	.company h3 {
		font-size: 20px;
		letter-spacing: 3px;
	}

	.company h3 a {
		margin-top: 9px;
		padding-left: 13px;
		letter-spacing: .7px;
	}

	.company h3 a:hover {
		opacity: 1;
	}

	.companyInfo {
		margin: 32px auto 43px;
	}

	.companyInfo p {
		padding-left: 2px;
		letter-spacing: .6px;
	}

	h4.publicTitle {
		padding-bottom: 11px;
		font-size: 14px;
		letter-spacing: 2.4px;
	}

	.localtion p {
		margin-top: 25px !important;
		font-size: 12px;
		line-height: 1.74;
		letter-spacing: .8px;
	}

	.localtion p span {
		font-size: 13px;
	}

	.sliderUlBox {
		margin: 46px 0 47px;
	}

	.sliderUl,
	.sliderUl li {
		height: 125px;
	}

	.business p {
		margin-top: 4px;
		font-size: 12px;
		line-height: 1.8;
		letter-spacing: .45px;
	}

	.business p:nth-child(2) {
		margin-top: 26px;
	}

	.primary {
		margin: 42px 0 90px;
	}

	.primaryInfo {
		margin-top: 32px;
	}

	.primaryInfo .info {
		padding: 0 !important;
		width: 42% !important;
		float: left;
		font-size: 10px;
		letter-spacing: 0;
	}

	.primaryInfo .info li {
		margin-bottom: 10px;
		letter-spacing: .5px;
	}

	.primaryInfo .info:nth-child(1) {
		margin-right: 14.6%;
	}

	.primary p.msg {
		margin: 13px -9px 0 0;
	}

}



/*
Colorbox Core Style:
The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
	max-width: none;
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
	clear: left;
}

#cboxContent {
	position: relative;
}

#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#cboxTitle {
	margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
	cursor: pointer;
}

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic;
}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

/*
User Style:
Change the following styles to modify the appearance of Colorbox.  They are
ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
	background: #000;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

#colorbox {
	outline: 0;
}

#cboxContent {
	margin-top: 20px;
	background: #000;
}

.cboxIframe {
	background: #fff;
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}

#cboxLoadedContent {
	border: 5px solid #000;
	background: #fff;
}

#cboxTitle {
	position: absolute;
	top: -20px;
	left: 0;
	color: #ccc;
}

#cboxCurrent {
	position: absolute;
	top: -20px;
	right: 0px;
	color: #ccc;
}

#cboxLoadingGraphic {
	background: url(/img/company/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	width: auto;
	background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
	outline: 0;
}

#cboxSlideshow {
	position: absolute;
	top: -20px;
	right: 90px;
	color: #fff;
}

#cboxPrevious {
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -32px;
	background: url(/img/company/controls.png) no-repeat top left;
	width: 28px;
	height: 65px;
	text-indent: -9999px;
}

#cboxPrevious:hover {
	background-position: bottom left;
}

#cboxNext {
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -32px;
	background: url(/img/company/controls.png) no-repeat top right;
	width: 28px;
	height: 65px;
	text-indent: -9999px;
}

#cboxNext:hover {
	background-position: bottom right;
}

#cboxClose {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	background: url(/img/company/controls.png) no-repeat top center;
	width: 38px;
	height: 19px;
	text-indent: -9999px;
}

#cboxClose:hover {
	background-position: bottom center;
}
.sliderUlBox{
	width:100%;
	margin: 84px auto 96px;
}
/*sm*/
@media screen and (min-width:768px) and (max-width:991px){
    .sliderUlBox{
		width:90%;
	}
}
/*xs*/
@media screen and (max-width:767px){
    .sliderUlBox{
		width:90%;
	}
}