@charset "UTF-8";

/*!---------------------
*Copyright (c) 2016 by yuchen.
------------------------*/


/*************************
*******adbox************
**************************/

.adboxi {
	overflow: hidden;
}


/*ad內 img的設定*/

.adboxi img {
	float: left;
	display: block;
	margin: 5px;
}

.adbox p,
.adboxi p {
	text-align: center;
}

.adboxi a div {
	padding: 10px 0;
}

.case img {
	margin: 0 auto;
}

.case img {
	display: block;
	height: auto;
	max-width: 100%;
}

.case a:hover {
	color: #f0c252;
}


/*************************
*********slidershow******
**************************/

.carousel-control.left {
	background-image: -webkit-linear-gradient(left, color-stop(rgba(255, 255, 255, 0.1) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0, rgba(0, 0, 0, 0.0001) 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(255, 255, 255, 0.1) 100%));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(255, 255, 255, 0.1) 100%);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.hide-bullets {
	list-style: none;
	margin-left: -40px;
	margin-top: 0px;
	text-align: right;
	cursor: pointer;
	line-height: 22px;
	color: #000;
}

.thumbnail {
	padding: 0;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	width: 100%;
}

.hide-bullets a {
	color: #000;
}

.hide-bullets a:link {
	color: #000;
}

.hide-bullets a:visited {
	color: #000;
}

.hide-bullets a:hover {
	color: #a16b55;
}

.carousel-control {
	padding-top: 25%;
}


/*************************
****slidershow  - fade******
**************************/

.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
	opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-control {
	z-index: 2;
}


/*************************
*********header******
**************************/

header.sticky {
	position: fixed;
	width: 100%;
}


/*************************
*********排版相關******
**************************/


/*左右沒有空白*/

.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}

.no-gutter2 > [class*='col-'] {
	margin-right: 0;
	margin-left: 0;
}

.nopadding {
	padding-right: 0;
	padding-left: 0;
}


/*置中 圖片*/

.center0 .img-responsive {
	margin: 0px auto;
}

.center0 {
	text-align: center;
}


/*************************
*******container0************
**************************/

.container0 {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container0:before,
.container0:after {
	display: table;
	content: " "
}

.container:after {
	clear: both;
}

.container0:before,
.container0:after {
	display: table;
	content: " "
}

.container0:after {
	clear: both;
}

@media(min-width:768px) {
	.container0 {
		width: 750px;
	}
}

@media(min-width:992px) {
	.container0 {
		width: 950px;
		/*970*/
	}
}

@media(min-width:1200px) {
	.container0 {
		width: 1170px;
		/*1170*/
	}
}

@media(min-width:1530px) {
	.container0 {
		width: 1480px;
		/*1170*/
	}
}


/*************************
*****nav 文字 hr 陰影******
**************************/


/*上標題 中文*/

.navbar-nav h1 {
	font-family: 'cwtexfangsong', Microsoft JhengHei, serif;
	font-weight: normal;
	/*400=normal；700=bold*/
	font-size: 18px;
	margin-bottom: 2px;
	color: #311e0c;
	text-align: center;
	line-height: 20px;
	margin-top: -5px;
}

.navbar-nav li:hover h1 {
	color: #d8d6d5;
}


/*下標題 英文*/

.navbar-nav p {
	font-family: 'Minion Pro', serif;
	font-size: 12px;
	color: #ba9644;
	text-align: center;
	line-height: 10px;
}

.navbar-nav li:hover p {
	font-size: 12px;
	color: #deceb1;
}


/*水平線*/

.navbar-nav hr {
	border: 0;
	height: 2px;
	background-color: #2f1c0a;
	color: #2f1c0a;
	/* IE6 */
}

.navbar-nav li:hover hr {
	border: 0;
	height: 2px;
	background-color: #2f1c0a;
	color: #2f1c0a;
	/* IE6 */
}

@media screen and (max-width: 1200px) {
	.navbar_custom .nav > li.li-first {
		background: none;
		padding-left: 15px;
	}
	.navbar-nav h1 {
		font-size: 16px;
		text-transform: uppercase;
		letter-spacing: 2px;
		margin-bottom: 2px;
		color: #311e0c;
		text-align: center;
		line-height: 10px;
		margin-top: 10px;
	}
	.navbar-nav li:hover h1 {
		font-size: 16px;
		color: #b59141;
	}
	.navbar-nav hr {
		display: none;
	}
	.navbar-nav li:hover hr {
		display: none;
	}
}


/*logoimg--手機板logo*/

@media screen and (max-width: 992px) {
	.logoimgtext .imgtext {
		display: none;
	}
}


/*************************
*******header******
**************************/

#header {
	position: absolute;
	z-index: 300;
	width: 100%;
}


/*************************
*******slider ******
**************************/

#services-slider {
	position: absolute;
	z-index: 200;
	width: 100%;
	top: 2vh;
}

@media screen and (max-width: 992px) {
	#services-slider {
		position: absolute;
		z-index: 200;
		width: 100%;
		top: 50px;
	}
}


/*************************
*******recent-works-nav ******
**************************/

#recent-works-nav {
	background-image: url(../../images/navbg.png);
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding-top: 20px;
	padding-bottom: 50px;
	min-height: 244px;
}

.cus_nav {
	font-size: 16px;
	line-height: 4em;
}

.cus_nav a {
	color: #636363;
}

.cus_nav a:link {
	color: #636363;
}

.cus_nav a:visited {
	color: #636363;
}

.cus_nav a:hover {
	color: #c1657d;
}


/*************************
*******recent-content ******
**************************/

#services-content {
	position: absolute;
	top: 60vh;
	width: 100%;
	z-index: 100;
	margin: 100px 0 0 0;
}

@media screen and (max-width: 1200px) {
	#services-content {
		position: absolute;
		top: 50vh;
		width: 100%;
		z-index: 100;
		margin: 30px 0 0 0;
	}
}

@media screen and (max-width: 992px) {
	#services-content {
		position: absolute;
		top: 32vh;
		width: 100%;
		z-index: 100;
		margin: 30px 0 0 0;
	}
}

@media screen and (max-width:768px) {
	#services-content {
		position: absolute;
		top: 30vh;
		width: 100%;
		z-index: 100;
		margin: 30px 0 0 0;
	}
}

@media screen and (max-width:650px) {
	#services-content {
		position: absolute;
		top: 26vh;
		width: 100%;
		z-index: 100;
		margin: 30px 0 0 0;
	}
}

@media screen and (max-width:500px) {
	#services-content {
		position: absolute;
		top: 22vh;
		width: 100%;
		z-index: 100;
		margin: 30px 0 0 0;
	}
}

@media screen and (max-height:360px) {
	#services-content {
		position: absolute;
		top: 40vh;
		width: 100%;
		z-index: 100;
		margin: 30px 0 0 0;
	}
}

@media screen and (max-height:360px) {
	#services-content {
		position: absolute;
		top: 60vh;
		width: 100%;
		z-index: 100;
		margin: 30px 0 0 0;
	}
}


/************************************************************************/

.ilogo {
	position: absolute;
	z-index: -100;
	top: 50px;
	width: 100%;
}

.bigadbg {
	background-image: url(../../images/bigadbg.jpg);
	background-position: right;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	min-height: 470px;
	padding-left: 30px;
}

@media screen and (max-width: 1200px) {
	.bigadbg {
		min-height: 390px;
		padding-left: 30px;
	}
}

@media screen and (max-width:992px) {
	.bigadbg {
		height: 240px;
		min-height: 100px;
		padding-left: 0px;
		margin-left: 0px;
		margin-right: 0px;
		overflow: auto;
	}
	.bigadbg img {
		max-height: 20px;
	}
}

@media screen and (max-width:768px) {
	.bigadbg {
		height: 240px;
	}
	.ilogo {
		position: absolute;
		z-index: -100;
		top: 100px;
		width: 100%;
	}
}

@media screen and (max-width:670px) {
	.bigadbg {
		height: 214px;
	}
}

@media screen and (max-width:570px) {
	.bigadbg {
		height: 182px;
	}
}

@media screen and (max-width:450px) {
	.bigadbg {
		height: 132px;
	}
}

@media screen and (max-width:380px) {
	.bigadbg {
		height: 120px;
	}
	.bigadbg img {
		max-height: 15px;
	}
}

@media screen and (max-width:320px) {
	.bigadbg {
		height: 102px;
	}
}

.sticky {
	position: relative;
	z-index: 0;
	margin-top: -50px;
}

.bigss {
	margin-top: 500px;
	position: relative;
	z-index: 100;
}

@media screen and (max-width:1200px) {
	.bigss {
		margin-top: 450px;
		position: relative;
		z-index: 100;
	}
}

@media screen and (max-width:1024px) {
	.bigss {
		margin-top: 400px;
	}
}

@media screen and (max-width:992px) {
	.bigss {
		margin-top: 380px;
		position: relative;
		z-index: 1;
	}
}

@media screen and (max-width:768px) {
	.bigss {
		margin-top: 400px;
		position: relative;
		z-index: 1;
	}
}

@media screen and (max-width:720px) {
	.bigss {
		margin-top: 380px;
	}
}

@media screen and (max-width:680px) {
	.bigss {
		margin-top: 360px;
	}
}

@media screen and (max-width:650px) {
	.bigss {
		margin-top: 340px;
	}
}

@media screen and (max-width:600px) {
	.bigss {
		margin-top: 330px;
	}
}

@media screen and (max-width:550px) {
	.bigss {
		margin-top: 310px;
	}
}

@media screen and (max-width:510px) {
	.bigss {
		margin-top: 290px;
	}
}

@media screen and (max-width:470px) {
	.bigss {
		margin-top: 270px;
	}
}

@media screen and (max-width:430px) {
	.bigss {
		margin-top: 260px;
	}
}

@media screen and (max-width:400px) {
	.bigss {
		margin-top: 250px;
	}
}

@media screen and (max-width:370px) {
	.bigss {
		margin-top: 240px;
	}
}

@media screen and (max-width:340px) {
	.bigss {
		margin-top: 230px;
	}
}

@media screen and (max-width:320px) {
	.bigss {
		margin-top: 220px;
	}
}

.midadbg {
	background-image: url(../../images/midadbg.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	min-height: 390px;
	padding-left: 30px
}

@media screen and (max-width:1200px) {
	.midadbg {
		min-height: 325px;
	}
}

.midadtop {
	margin-top: 30px;
}

#services_good {
	margin-bottom: 40px;
}

.project_five ul {
	padding: 0;
	margin: 0;
}

.project_five ul li {
	display: inline-block;
	float: left;
	width: 12.5%;
}


/*手機+平板 自訂*/

@media(max-width:992px) {
	.project_five ul li {
		display: inline-block;
		float: left;
		width: 25%;
	}
	.project {
		margin: 40px 0px;
	}
}

@media(max-width:768px) {
	.project_five ul li {
		display: inline-block;
		float: left;
		width: 33.33333%;
	}
	.project {
		margin: 40px 0px;
	}
}

@media(max-width:500px) {
	.project_five ul li {
		display: inline-block;
		float: left;
		width: 50%;
	}
}


/*************************
*****project_four ******
**************************/

.project_four ul {
	padding: 0;
	margin: 0;
}

.project_four ul li {
	display: inline-block;
	float: left;
	width: 25%;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
}


/*手機+平板 自訂*/

@media(max-width:1200px) {
	.project_four ul li {
		display: inline-block;
		float: left;
		width: 33.33333%;
	}
}

@media(max-width:992px) {
	.project_four ul li {
		display: inline-block;
		float: left;
		width: 50%;
	}
}

@media(max-width:768px) {
	.project_four ul li {
		display: inline-block;
		float: left;
		width: 50%;
	}
}

@media(max-width:500px) {
	.project_four ul li {
		display: inline-block;
		float: left;
		width: 100%;
	}
}


/*************************
*****session 上下方 ******
**************************/

.top {
	position: relative;
	z-index: 100;
	margin-bottom: -50px;
}

.boottom {
	position: relative;
	z-index: 50;
}


/*************************
*****下方連絡電話等******
**************************/

#recent-works-footer2 {
	padding: 40px 0;
	background: #ffe9bb;
}

#recent-works-footer2 a {
	color: #878787;
}

#recent-works-footer2 a:visited {
	color: #878787;
}

#recent-works-footer2 a:hover {
	color: #c1657d;
}

.tel {
	color: #878787;
	font-size: 15px;
}

.telb {
	font-size: 22px;
	margin-top: 10px;
}

.telb_blue {
	color: #c1657d;
}

.tel a {
	color: #878787;
}

.tel a:link {
	color: #878787;
}

.tel a:visited {
	color: #878787;
}

.tel a:hover {
	color: #c1657d;
}

.animate_Flashing img:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}

@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}


/*************************
*******inews ******
**************************/

#recent-works-inews {
	background: #d8ead6;
	padding-bottom: 40px;
	color: #000;
	min-height: 400px;
}

.inews a {
	color: #e20000;
}

.inews a:visited {
	color: #770202;
}

.inews a:hover,
.inews a:focus {
	color: #000000;
}
#recent-works-inews a {
	color: #e20000;
}

#recent-works-inews a:visited {
	color: #770202;
}

#recent-works-inews a:hover,
#recent-works-inews:focus {
	color: #000000;
}
@media(max-width:450px) {
	#recent-works-inews {
		font-size: 13px;
	}
}


/*************************
*******inews ******
**************************/

#recent-works-news {
	padding-bottom: 40px;
	padding-top: 40px;
	min-height: 400px;
	background: #d8ead6;
}


/********************3/23********************/

#services_text {
	background-color: #ffffe3;
	padding-top: 40px;
	padding-bottom: 40px;
}

.tab-content a {
	color: #1f4fad;
}

.tab-content a:visited {
	color: #1f4fad;
}

.tab-content a:hover,
a:focus {
	color: #000000;
}


/****************/

.nav-tabs {
	border-bottom: 2px solid #fff;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
	border-width: 0;
}

.nav-tabs > li > a {
	border: none;
	color: #666;
}

.nav-tabs > li.active > a,
.nav-tabs > li > a:hover {
	border: none;
	color: #1f4fad !important;
	background: transparent;
}

.nav-tabs > li > a::after {
	content: "";
	background: #1f4fad;
	height: 2px;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: -1px;
	transition: all 250ms ease 0s;
	transform: scale(0);
}

.nav-tabs > li.active > a::after,
.nav-tabs > li:hover > a::after {
	transform: scale(1);
}

.tab-nav > li > a::after {
	background: #1f4fad none repeat scroll 0% 0%;
	color: #fff;
}

.tab-pane {
	padding: 15px 0;
}

.tab-content {
	padding: 20px;
}

@media(max-width:400px) {
	.tab-content {
		padding: 20px 0px;
		font-size: 13px;
	}
}

.nav-tabs>li.active>a:focus {
	background-color: transparent;
}

.nav-tabs>li.active>a:hover {
	background-color: transparent;
}

.nav-tabs {
	border-bottom: 1px solid transparent;
}


/*************************
*******ad ******
**************************/

.partners ul {
	margin: 0;
	padding: 0;
}

.partners ul li {
	display: inline-block;
	float: left;
	width: 16.66666666666667%;
}


/*平板 自訂*/

@media(max-width:992px) {
	.partners ul li {
		display: inline-block;
		float: left;
		width: 12.5%;
	}
}

@media(max-width:992px) {
	.partners ul li {
		display: inline-block;
		float: left;
		width: 12.5%;
	}
}

@media(max-width:400px) {
	.partners ul li {
		display: inline-block;
		float: left;
		width: 16.66666666666667%;
	}
}

.ad {
	margin-bottom: 40px;
}

.ssbg {
	background: url(../../images/ssbg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	background-size: 100% 100%;
	margin-right: 20px;
	margin-left: 40px;
	margin-top: 30px;
}

.ssbg .carousel-inner {
	border: #ffffff 1px solid;
}

.ssbg {
	border-right: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
}

.partners ul li {
	border: none;
	border-right: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid;
}

.partners ul li img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.partners ul li img:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

@media(max-width:1200px) {
	.ssbg {
		margin-right: 0px;
		margin-left: 0px;
		margin-top: 9px;
	}
}




/*************************
*******prebg ******
**************************/

.prebg {
	background-image: url(../../images/prebg.png);
	background-position: center;
	background-repeat: repeat;
	background-size: auto;
	padding-bottom: 20px;
}

.h1 h1 {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	text-align: center;
}

.h1p {
	position: absolute;
	top: 50px;
	right: 0;
	width: 50%;
	z-index: 1;
	text-align: left;
}

@media(max-width:768px) {
	.h1p {
		top: 50px;
		right: 20%;
		width: 60%;
		text-align: center;
	}
}

@media(max-width:500px) {
	.h1 h1 {
		font-size: 18px;
		line-height: 16px;
		margin-top: 10px;
	}
	.h1p {
		top: 35px;
		right: 10%;
		width: 80%;
		text-align: center;
	}
}

@media(max-width:400px) {
	.h1 h1 {
		font-size: 17px;
		line-height: 12px;
	}
	.h1p {
		top: 25px;
		right: 0%;
		width: 100%;
		text-align: center;
		font-size: 10px;
	}
	.brs {
		display: none;
	}
}

@media(max-width:325px) {
	.h1 h1 {
		font-size: 15px;
		line-height: 12px;
	}
	.h1p {
		top: 25px;
		right: 0%;
		width: 100%;
		text-align: center;
		font-size: 10px;
	}
}

.h1 a {
	color: #4e4e4e;
}

.h1 a:visited {
	color: #4e4e4e;
}

.h1 a:hover,
.h1 a:focus {
	color: #f5217a;
}

/*************************
*****services_search******
**************************/

.searchtop {
	background-image: url(../../images/searchtop.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 26px;
}

.searchbg {
	background-image: url(../../images/searchbg.jpg);
	background-position: top left;
	background-repeat: repeat;
	background-size: auto;
	min-height: 300px;
	padding-bottom: 40px;
	padding-top: 60px;
}

.search ul {
	margin: 0;
	padding-left: 70px;
}

.search ul li {
	float: left;
	width: 100%;
}

@media(max-width:1366px) {
	.search ul {
		margin: 0;
		padding-left: 70px;
	}
	.search {
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media(max-width:991px) {
	.search ul {
		margin: 0;
		padding-left: 50px;
	}
	.search {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media(max-width:768px) {
	.search ul {
		margin: 0;
		padding-left: 80px;
	}
}

@media(max-width:400px) {
	.search ul {
		margin: 0;
		padding-left: 60px;
	}
}

.search_01 {
	background-image: url(../../images/search_01.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: auto;
	min-height: 479px;
}

.search_02 {
	background-image: url(../../images/search_02.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: auto;
	min-height: 239px;
}

.search_05 {
	background-image: url(../../images/search_05.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: auto;
	min-height: 240px;
}

.search_03 {
	background-image: url(../../images/search_03.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: auto;
	min-height: 479px;
}

.search_04 {
	background-image: url(../../images/search_04.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: auto;
	min-height: 479px;
}

@media(max-width:768px) {
	.search_02 {
		min-height: 290px;
	}
	.search_05 {
		min-height: 290px;
	}
	.search_03 {
		margin-top: 40px;
	}
}

@media(max-width:767px) {
	.search_04 {
		margin-top: 40px;
		min-height: 350px;
	}
	.search_03 {
		min-height: 250px;
		margin-top: 0px;
	}
	.search_02 {
		margin-top: 40px;
	}
}

.search a {
	color: #353535;
}

.search a:visited,
.search a:focus {
	color: #353535;
}

.search a:hover {
	color: #35c5c5;
}


.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

/*************************
*******services_100 ******
**************************/

#services_100 {
	background: #edf5e5 url(../../images/orange.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: auto;
	padding-bottom: 40px;
}

#services_100 h1 {
	font-size: 20px;
	color: #858585;
	font-weight: 700;
}

#services_100 a {
	color: #353535;
}

#services_100 a:visited,
#services_100 a:focus {
	color: #353535;
}

#services_100 a:hover {
	color: #35c5c5;
}

.h100 {
	padding-bottom: 20px;
}

.h100 ul {
	padding-left: 40px;
	margin: 0;
}

.h100 ul li {
	float: left;
	width: 100%;
}

.hundred p {
	text-align: center;
	font-size: 14px;
}

.animate_Flashing img:hover {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}

@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

@media screen and (max-width:992px) {
	.h100 ul li {
		font-size: 12px;
	}
}

@media screen and (max-width:767px) {
	#services_100 {
		background: #edf5e5;
	}
	.h100 ul li {
		font-size: 14px;
	}
}

@media screen and (max-width:350px) {
	.hundred p {
		font-size: 12px;
	}
}

.newsline1 {
	background-image: url(../../images/newsline.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 22px;
}

/*************************
*******container3***city***
**************************/

.container3 {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container3:before,
.container3:after {
	display: table;
	content: " "
}

.container3:after {
	clear: both;
}

.container3:before,
.container3:after {
	display: table;
	content: " "
}

.container3:after {
	clear: both;
}

@media(min-width:768px) {
	.container3 {
		width: 750px;
	}
}

@media(min-width:992px) {
	.container3 {
		width: 950px;
		/*970*/
	}
}

@media(min-width:1200px) {
	.container3 {
		width: 1000px;
		/*1170*/
	}
}