/*
body {
	background-image: url(../img/ParityBackground.png);
	background-position: center center;
	background-repeat: repeat;
 	background-attachment: fixed;
 	background-size: cover;
}
@media only screen and (max-width: 767px) {
  body {
    background-image: url(../img/ParityBackground_small.png);
  }
}
*/

.parity_top {
	margin: 0 auto;
}

.parity_top_img {
	margin: 0 auto;
	height: 400px;
	-webkit-background-size: contain;
   -moz-background-size: contain;
   -o-background-size: contain;
   background-size: contain;
}

.item {
	height: 400px;
	background: whitesmoke;
}

/*
.parity_top_firstslide_img {
	height: 400px;
	background: url("../img/parity_logo_firstslide.png") top center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.parity_top_secondslide_img {
	height: 400px;
	background: url("../img/comp_top_image.png") top center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

.parity_top_thirdslide_img {
	height: 400px;
	background: url("../img/nano_award_20_shrunken.png") top center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
*/

.parity_top_background_img {
	height: 420px;
	background: url("../img/ParityTopImage2.jpg") top center no-repeat;
	-webkit-background-size: contain;
   -moz-background-size: contain;
   -o-background-size: contain;
   background-size: contain;
}
@media screen and (max-width: 720px) {
	.parity_top_background_img {
		margin: 0 auto;
	}
}

.parity_toptext_background {
	position: relative;
	top: 300px;
	font-size: 36px;
	background-color: rgba(255,255,255,0.4);
}
@media screen and (max-width: 720px) {
	.parity_toptext_background {
		position: static;
		font-size: 30px;
		padding: 70% 0 0;
		background-color: rgba(255,255,255,0);
	}
}

.parity_top_text_margin {
	margin: 100px ,0;
}

.parity_event_title2 {
	margin-left: 10px;
}

.parity_event_place2, .parity_event_date2, .parity_event_fee2, .parity_event_info {
	margin-left: 32px;
	text-indent: 2.0em;
}

.parity_indent {
	margin-left: 60px;
}

.parity_indent2 {
	margin-left: 68px;
}


.parity_indent_small {
	margin-left: 56px;
	text-indent: -1.0em;
}

.parity_indent_small2 {
	margin-left: 42px;
	text-indent: 0em;
}

.parity_indent_english {
	margin-left: 62px;
}

.parity_indent_english_small {
	margin-left: 56px;
	text-indent: -1.0em;
}

.parity_indent_english_small2 {
	margin-left: 42px;
	text-indent: 0em;
}

.parity_second_line {
	margin-left: 78px;
}

.parity_oldinfo {
	margin-top: 30px;
}

/*
.carousel-fade {
	.carousel-inner {
		.item {
			transition-property: opacity:
		}

		.item,
		.active.left,
		.active.right {
			opacity: 0;
		}

		.active,
		.nest.left,
		.prev.right {
			opacity: 1;
		}

		.next,
		.prev,
		.active.left,
		.active.right {
			left: 0;
			transform: translate3d(0,0,0);
		}
	}

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

.item:nth-child(1) {
	background: silver;
}

.item:nth-child(2) {
	background: darkturquoise;
}

.item:nth-child(3) {
	background: darkgreen;
}
*/
