/* Aligning */
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
/* Carousel */
.container #uyi{}
.carousel-example {
	padding: 0px 0 10px 0;
}
#complicated-content-carousel .carousel-control {
	position: absolute;
	top: 50%;
	right: 2%;
	left: auto;
	bottom: auto;
	width: 14px;
	font-size: 25px;
	color: #3c3c3c !important;
	opacity: 1;
}
#complicated-content-carousel .carousel-control.left,  #complicated-content-carousel .carousel-control.right {
	background-image: none;
}
#complicated-content-carousel .carousel-control.left {
	left: 0.5%;
}
#complicated-content-carousel .index {
	position: absolute;
	top: -70px;
	right: 0;
	font-size: 16px;
	color: #3c3c3c;
	display: none;
}
#complicated-content-carousel .flex-item {
	position: relative;
	display: inline-block;
	width: 320px;
	height: auto;/*		padding: 16px 13px;
*/
}
#complicated-content-carousel .flex-item:hover,  #complicated-content-carousel .flex-item:focus {
}
.good-top {
	height: 21px;
	position: absolute;
	width: 122px;
	height: 38px;
	background: rgba(0,0,0,0.6);
	left: 30%;
	top: 50%;
	text-align: center;
	line-height: px;
}
.good-top-left {
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	line-height: 21px;
}
.good-top-right {
	height: 21px;
	text-align: right;
}
.choose-color div {
	display: inline-block;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	letter-spacing: 5px;
	cursor: pointer;
}
.choose-color .blue {
	background-color: #165eb9;
}
.choose-color .yellow {
	background-color: #ffe637;
}
.choose-color .black {
	background-color: #535253;
}
.choose-color .grey {
	background-color: #d3a7ac;
}
.choose-color .dark-blue {
	background-color: #35374c;
}
.choose-color .dark-blue-women {
	background-color: #192b5e;
}
.choose-color .light-blue-women {
	background-color: #1682c4;
}
.good-top-left .fa {
	position: relative;
	top: 2px;
	font-size: 21px;
}
.good-bottom {
	height: 21px;
}
.good-bottom * {
	margin-top: 0;
	margin-bottom: 0;
}
.good-bottom-left a h4 {
	font-size: 18px;
	color: #3c3c3c;
	text-transform: uppercase;
	line-height: 21px;
}
.good-bottom-right {
	position: relative;
	top: -1px;
	font-size: 22px;
	color: #424242;
	text-transform: uppercase;
	line-height: 21px;
}
.xing_p {
	font-size: 26PX;
}
.good-top-left,  .good-bottom-left {
	text-align: center;
	line-height: 38px;
}
.good-top-right,  .good-bottom-right {
	float: right;
	text-align: right;
}
.good-image {
	text-align: center;
}
.good-image:before {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.good-image img {
	width: 100%;
	vertical-align: middle;
}
.size {
	position: absolute;
	padding: 0;
	cursor: pointer;
	transition: all .35s;
}
.size.shown {
	padding: 0 5px 5px 5px;
	background-color: #fff;
	border-radius: 2px;
}
.size.shown .option:hover {
	background-color: #f5f6f7;
}
.carousel-control {
	width: 50px;
	height: 50px;
	top: 50%;
	transform: translateY(-50%);
	bottom: auto;
	font-size: 30px;
	text-align: center;
	opacity: 1;
}
a.carousel-control.left,  a.carousel-control.right {
	background-image: none;
	opacity: 1;
	text-align: center;
}

/* MEDIA QUERIES */
	/* styles for phones' displays */
	@media only screen and (max-width: 1150px) {
.carousel-control.right {
	right: -3%;
}
}
 @media only screen and (max-width: 350px) {
#complicated-content-carousel .flex-item {
	width: 300px;
}
}
	
	/* styles for medium size displays */
	@media only screen and (min-width: 992px) and (max-width: 1199px) {
#complicated-content-carousel .flex-item {
	width: 300px;
}
}
#wrapper {
	position: relative;
}
#carousel {
	width: 100%;
	position: vrelative;
}
#carousel ul {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}
#carousel li {
	font-size: 40px;
	color: #999;
	text-align: center;
	display: block;
	width: 300px;
	height: 220px;
	padding: 0;
	margin: 6px;
	margin-left: 8PX;
	float: left;
	position: relative;
}
#carousel li img {
	width: 100%;
	margin-top: 0px;
}
#carousel li img:hover {
	opacity: 0.8;
}
#carousel li span {
	font-size: 16px;
	display: block;
	overflow: hidden;
	line-height: 20px;
	width: 122px;
	height: auto;padding-top:1%;padding-bottom:1%;
	background: rgba(51,51,51,0.4);
	position: absolute;
	z-index: 2;
	top: 48%;
	left: 30%;
	color: #fff;
}
#carousel li span:hover {
	background-color: #F00;
	color: #fff;
	cursor: pointer;
}
.clearfix {
	float: none;
	clear: both;
}
#carousel .prev, #carousel .next {
}
#carousel .prev {
	width: 35px;
	height: 42px;
	background-image: url(../images/left1.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	left: -2%;
	top: 40%;
}
#carousel .prev:hover {
}
#carousel .next {
	width: 35px;
	height: 42px;
	background-image: url(../images/right1.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	right: -2%;
	top: 40%;
}
#carousel .next:hover {
}
#carousel .pager {
	text-align: center;
	margin: 0 auto;
	display: none;
}
#carousel .pager a {
	background: transparent url(../images/carousel_control.png) no-repeat -2px -32px;
	text-decoration: none;
	text-indent: -999px;
	display: inline-block;
	overflow: hidden;
	width: 8px;
	height: 8px;
	margin: 0 5px 0 0;
}
#carousel .pager a.selected {
	background: transparent url(../images/carousel_control.png) no-repeat -12px -32px;
	text-decoration: underline;
}
#source {
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 10px;
	left: 0;
}
#source, #source a {
	font-size: 12px;
	color: #999;
}
#donate-spacer {
	height: 100%;
}
#donate {
	border-top: 1px solid #999;
	width: 750px;
	padding: 50px 75px;
	margin: 0 auto;
	overflow: hidden;
}
#donate p, #donate form {
	margin: 0;
	float: left;
}
#donate p {
	width: 650px;
}
#donate form {
	width: 100px;
}
#nbm-1 {
	display: none;
}
 @media only screen and (max-width: 1200px) {
#nbm-2 {
	display: none;
}
#nbm-1 {
	display: block;
}
}
