/* for all */
.section_title {
	font-size: 25px;
	font-weight: bold;
	color: #004060;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.section_title .small {
	font-size: 23px;
}
.section_text {
	font-size: 16px;
	color: #666;
}
.navigation_outer {
	background-color: #fff;
}
.navigation {
	text-align: center;
}	
.navigation a {
	display: inline-block;
	padding: 10px 40px;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	border-top: 5px solid #fff;
}
.navigation a.selected {
	border-top: 5px solid #004162;
}
.navigation a:hover {
	border-top: 5px solid #004162;
	background-color: #ffbd70;
	color: #fff;
}

/* cover */
.cover {
	background-color: #999;
    background: url(images/sky100_coverphoto.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 300px;
    padding-top: 10px;
    margin: 0 auto;
}
.cover_content {
	text-align: center;
}
.cover_content .sky100_logo {
	width: 70px;
	height: 55px;
}
.cover_content .header_title {
	color: #ddde3d;
	font-size: 40px;
	font-weight: bold;
	margin-top: 50px;
}
.cover_content .header_subtitle {
	color: #FFFFFF;
	font-size: 30px;
	font-weight: bold;
}
.cover_content a.header_upload_btn {
	background-color: #ddde3d;
	border-radius: 6px;
	padding: 4px 6px;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	margin-top: 20px;

}
.cover_content a.header_upload_btn:hover {5/7/2023
	cursor: pointer;
}

/* Introduction */
.intro_wrap {
	background-color: #0085c9;
    background: url(images/sky100_introbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 700px;
    padding-top: 10px;
    margin: 0 auto;
	text-align: center;
}
.intro_wrap .intro_title {
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 20px;
}
.intro_wrap .intro_content {
	font-size: 16px;
	line-height: 1.8em;
	color: #fff;
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
}

/* details */
.detail_wrap {
	width: 100%;
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}

.detail_wrap_inner {
	background-color: #fff;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.detail_wrap_inner .header {
	font-size: 20px;
	font-weight: bold;
	color: #004060;
	line-height: 2em;
}

/* generic sections */
.section_wrap {
	width: 100%;
	background-color: #0085c9;
	padding-top: 20px;
	padding-bottom: 30px;
}
.section_wrap.alt {
	background-color: #fff;
}
.section_wrap_inner {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
.section_wrap_inner.center {
	text-align: center;
}

/* groups */
.groups_title {
	font-size: 30px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 20px;
}
.gropps_list {
	text-align: left;
}
.groups_list_item {
	margin-bottom: 30px;
}
.groups_list_item .group_header {
	color: #ddde3d;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
}
.groups_list_item .group_desc {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6em;
}

/* prize */

.prize_title {
	font-size: 40px;
	color: #004060;
	font-weight: 500;
	margin-bottom: 20px;
}

.prize_section {
	text-align: center;
}
.prize_section .section_title {
}
.prize_section .section_title .small {
	font-size: 18px;
}
.prize_section .section_title.alt {
	color: #fff;
}
.prize_section .section_title.alt .small {
	color: #fff;
	font-size: 18px;
}
.prize_section .section_text {
}
.prize_wrapper {
	margin-bottom: 40px;
}
.prize_wrapper .prize_header {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #004060;
}
.prize_wrapper .prize_header_desc {
	font-size: 16px;
	font-weight: normal;
	color: #004060;
}
.prize_wrapper .prize_image {
	text-align: center;
	border-radius: 50%;
	border: solid 1px #004060;
	width: 220px;
	height: 220px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.prize_wrapper .prize_title {
	font-size: 18px;
	color: #666;
	margin-bottom: 5px;
	font-weight: 600;
}
.prize_wrapper .prize_title_desc {
	font-size: 16px;
	color: #666;
	font-weight: bold;
}
/* alternate color */
.prize_wrapper_alt {
	margin-bottom: 40px;
}
.prize_wrapper_alt .prize_header {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #ddde3d;
}
.prize_wrapper_alt .prize_header_desc {
	font-size: 16px;
	font-weight: normal;
	color: #ddde3d;
}
.prize_wrapper_alt .prize_image {
	text-align: center;
	border-radius: 50%;
	border: solid 1px #004060;
	width: 220px;
	height: 220px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.prize_wrapper_alt .prize_title {
	font-size: 18px;
	color: #fff;
	margin-bottom: 5px;
	font-weight: 600;
}
.prize_wrapper_alt .prize_title_desc {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

/* judge */
.judge_section {
	text-align: center;
}
.judge_section_title {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
}
.judge_image {
	text-align: center;
	border-radius: 50%;
	border: solid 1px #004060;
	width: 180px;
	height: 180px;
	margin-bottom: 20px;
}
.judge_title {
	font-size: 16px;
	font-weight: bold;
	color: #004060;
	margin-bottom: 10px;
}
.judge_name {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}
.judge_desc {
	font-size: 16px;
	line-height: 1.6em;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #fff;
}
.judge_name.alt {
	font-size: 22px;
	font-weight: bold;
	color: #004060;
}
.judge_desc.alt {
	font-size: 16px;
	line-height: 1.6em;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #004060;
}
a.white {
color: #fff
}

a.blue {
 color: 'blue'
}

/* organizer */
.organizer_section {
	text-align: center;
}
.organizer_row {
	margin-top: 30px;
	margin-bottom: 50px;
	margin-left: 10px;
	margin-right: 10px;
}
.organizer_logo {
	max-width: 100%;
}

/* rules */
.rules_outer {
	background-color: #323433;
}
.rules_wrap {
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
.rules_title {
	font-size: 25px;
	margin-bottom: 10px;
	color: #f0f0f0;
}
ol.rules_list {
	margin: 0px;
	padding: 0px;
	color: #f0f0f0;
}
ol.rules_list li {
	margin-left: 15px;
	font-size: 13px;
	line-height: 1.6em;
	color: #f0f0f0;
	padding-bottom: 5px;
}
/* listing */
.listing_outer {
	background-color: #f6f2f1;
}
.listing_wrap_offset {
	padding-left: 5px;
}
.listing_wrap {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	max-width: 1100px;
}
.grid-sizer {
	width: 50%;
}
.listing_wrap .photo_div {
	width: 50%;
}
.listing_wrap .photo_div .add_padding {
	padding-right: 5px;
	padding-bottom: 5px;
}
.listing_wrap .photo_div .image {
	max-width: 100%;
}

/* pagination */
.pagination {
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	max-width: 1100px;
	text-align: center;
	margin-bottom: 40px;
}

/* view photo */
.view_image_outer {
	background-color: #f6f2f1;
}
.view_image_wrap {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.view_image_wrap .view_image {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 1200px;
}
.view_image_image_div {
	padding: 0px 0px 15px 0px;
}
.view_image_facebook_div {
	background-color:#f6f2f1; 
	padding-left: 0px;
	padding-top:20px;
}
.view_image_facebook_div .facebook_like_div {
	margin-bottom: 20px;
}
.view_image_info_wrap {
	text-align: left;
	margin-bottom: 50px;
}
.photo_title {
	font-size: 38px;
	font-weight: bold;
}
.photo_author {
	line-height: 2em;
	padding-bottom: 8px;

}
.photo_location {
	font-size: 16px;
	line-height: 25px;
	padding: 10px 0px;
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
}
.photo_exif {
	font-size: 16px;
	line-height: 1.8em;
	border-bottom: solid 1px #333;
	padding-top: 10px;
	padding-bottom: 10px;
}


/* upload photo */
.upload_outer {
	background-color: #;
}
.upload_wrap {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
.upload_section_header {
	font-size: 18px;
	border-bottom: solid 1px #333;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
.form_row {
	margin-bottom: 15px;
}
.form_row .form_field_text {
	width: 50%;
	float: left;
}
.form_row .form_field_input {
	width: 50%;
	float: left;
}
.form_row .form_field_input input {
	width: 100%;
	font-size: 15px;
	padding: 8px;
	border: solid 1px #e3e3de;
}
.form_row .mandatory {
	color: red;
}
.form_row.style2 {
	margin-bottom: 15px;
}
.form_row.style2 .form_field_text {
	width: 30%;
	float: left;
}
.form_row.style2 .form_field_input {
	width: 70%;
	float: left;
}
.form_row.style2 .form_field_input input {
	width: 100%;
	font-size: 15px;
	padding: 8px;
	border: solid 1px #e3e3de;
}
.submit_button {
	margin-top: 10px;
	background-color: #0085c9;
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	padding: 5px;
	border: none;
	border-radius: 5px;
	width: 150px;
}

/* photo viewer */
/* photo viewer */
.photo_nav {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 25%;
	cursor: pointer;
	z-index: 2;
}
.photo_nav .arrow {
	position: absolute;
	/*opacity: 0;*/
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-position: center center;
	background-repeat: no-repeat;
	height: 60px;
	width: 50px;
	background-color: transparent;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index: 15;
}
.photo_nav.left {
	left: 0;
}
.photo_nav.right {
	right: 0;
}
.photo_nav.left .arrow {
	background-image: url("/campaigns/2018/bokehlife/images/arrow_left.png");
	left: 10px;
}
.photo_nav.right .arrow {
	background-image: url("/campaigns/2018/bokehlife/images/arrow_right.png");
	right: 10px
}
@media (min-width: 768px) {
	/* for all */
	.section_title {
		font-size: 40px;
		font-weight: bold;
		color: #004060;
		text-align: center;
	}
	.section_text {
		font-size: 18px;
	}
	.navigation_outer {
		background-color: #fff;
	}
	.navigation {
		text-align: center;
	}	
	.navigation a {
		display: inline-block;
		padding: 10px 40px;
		font-size: 20px;
		font-weight: bold;
		cursor: pointer;
		border-top: 10px solid #fff;
	}
	.navigation a.selected {
		border-top: 10px solid #004162;
	}
	.navigation a:hover {
		border-top: 10px solid #004162;
		background-color: #ffbd70;
		color: #fff;
	}

	/* cover */
	.cover {
		background-color: #999;
		background: url(images/sky100_coverphoto.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		width: 100%;
		height: 500px;
		padding-top: 10px;
		margin: 0 auto;
	}
	.cover_content {
		text-align: center;
	}
	.cover_content .sky100_logo {
		width: 150px;
		height: 119px;
}
	.cover_content .header_title {
		color: #ddde3d;
		font-size: 45px;
		font-weight: bold;
		margin-top: 120px;
	}
	.cover_content .header_subtitle {
		color: #fff;
		font-size: 60px;
		font-weight: bold;
	}
	.cover_content a.header_upload_btn {
		border-radius: 10px;
		padding: 10px 20px;
		color: #000;
		font-size: 20px;
		font-weight: bold;
		display: inline-block;
		margin-top: 30px;

	}
	.cover_content a.header_upload_btn:hover {
		cursor: pointer;
	}

	/* section 2 */
	.intro_wrap {
		background: url(images/sky100_introbg.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: bottom;
		width: 100%;
		height: 450px;
		padding-top: 10px;
		margin: 0 auto;
		text-align: center;
	}
	.intro_wrap .intro_title {
		font-size: 30px;
		color: #fff;
		font-weight: bold;
		margin-top: 30px;
		margin-bottom: 10px;
	}
	.intro_wrap .intro_content {
		font-size: 16px;
		line-height: 1.8em;
		color: #fff;
		width: 780px;
		margin-left: auto;
		margin-right: auto;
	}

	/* details */
	.detail_wrap {
		width: 100%;
		background-color: #fff;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.detail_wrap_inner {
		background-color: #fff;
		max-width: 1100px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.detail_wrap_inner .header {
		font-size: 30px;
		font-weight: bold;
		color: #004060;
		line-height: 2em;
	}
	.detail_wrap_inner ul.points {
		font-size: 16px;
		padding-left: 20px;
	}
	.detail_wrap_inner ul.points li {
		line-height: 1.6em;
		margin-bottom: 8px;
	}

	/* generic sections */
	.section_wrap {
		width: 100%;
		background-color: #0085c9;
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.section_wrap.alt {
		background-color: #fff;
	}
	.section_wrap_inner {
		max-width: 1100px;
		margin-left: auto;
		margin-right: auto;
	}
	.section_wrap_inner.center {
		text-align: center;
	}


	/* prize */
	.prize_section {
		text-align: center;
	}
	.prize_section .section_title {
	}
	.prize_section .section_text {
	}
	.prize_wrapper {
	}
	.prize_header {
		text-align: center;
		font-size: 40px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.prize_header_desc {
		font-size: 20px;
		font-weight: normal;
	}
	.prize_image {
		text-align: center;
		border-radius: 50%;
		border: solid 3px #004162;
		width: 300px;
		height: 300px;
		margin: 0px;
	}
	.prize_title {
		font-size: 25px;
		font-weight: bold;
                colour:#666;
		margin-bottom: 10px;
	}
	.prize_title_desc {
		font-size: 20px;
	}


	/* judge */
	.judge_section {
		text-align: center;
	}
	.judge_wrapper {
	}
	.judge_image {
		text-align: center;
		border-radius: 50%;
		border: solid 3px #004060;
		width: 220px;
		height: 220px;
		margin-bottom: 20px;
	}
	.judge_title {
		font-size: 25px;
		font-weight: bold;
		text-align: left;
        color: #004060;
	}
	.judge_name {
		font-size: 30px;
		font-weight: bold;
		color: #fff;
		text-align: left;
	}
	.judge_desc {
		font-size: 16px;
		line-height: 1.6em;
		margin-top: 20px;
		margin-bottom: 20px;
		margin-left: 0px;
		margin-right: 0px;
		text-align: left;
	}
	.judge_name.alt {
		font-size: 30px;
		font-weight: bold;
		color: #004060;
		text-align: left;
	}


	/* organizer */
	.organizer_section {
		text-align: center;
	}
	.organizer_row {
		margin-top: 30px;
		margin-bottom: 50px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.organizer_logo {
		max-width: 260px;
	}

	/* rules */
	.rules_outer {
		background-color: #323433;
	}
	.rules_wrap {
		max-width: 1100px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.rules_title {
		font-size: 25px;
		margin-bottom: 10px;
		color: #f0f0f0;
	}
	ol.rules_list {
		margin: 0px;
		padding: 0px;
		color: #f0f0f0;
	}
	ol.rules_list li {
		margin-left: 15px;
		font-size: 13px;
		line-height: 1.6em;
		color: #f0f0f0;
		padding-bottom: 5px;
	}

	/* listing */
	.listing_outer {
		background-color: #f6f2f1;
	}
	.listing_wrap_offset {
		padding-left: 15px;
	}
	.listing_wrap {
		margin-left: auto;
		margin-right: auto;
		margin-top: 15px;
		max-width: 1100px;
	}
	.grid-sizer {
		width: 33%;
	}
	.listing_wrap .photo_div {
		width: 33%;
	}
	.listing_wrap .photo_div .add_padding {
		padding-right: 15px;
		padding-bottom: 15px;
	}

	/* pagination */
	.pagination {
		margin-left: auto;
		margin-right: auto;
		margin-top: 25px;
		max-width: 1100px;
		text-align: center;
		margin-bottom: 40px;
	}

	/* view photo */
	.view_image_outer {
		background-color: #f6f2f1;
	}
	.view_image_wrap {
		max-width: 1100px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.view_image_wrap .view_image {
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		max-height: 1200px;
	}
	.view_image_image_div {
		padding: 0px 0px 15px 0px;
	}
	.view_image_facebook_div {
		background-color: #f6f2f1; 
		padding-left: 0px;
		padding-top:20px;
	}
	.view_image_facebook_div .facebook_like_div {
		margin-bottom: 20px;
	}
	.view_image_info_wrap {
		text-align: left;
		margin-bottom: 50px;
	}
	.photo_title {
		font-size: 38px;
		font-weight: bold;
	}
	.photo_author {
		line-height: 2em;
		padding-bottom: 8px;
	}
	.photo_location {
		font-size: 16px;
		line-height: 25px;
		padding: 10px 0px;
		border-top: solid 1px #333;
		border-bottom: solid 1px #333;
	}
	.photo_exif {
		font-size: 16px;
		line-height: 1.8em;
		border-bottom: solid 1px #333;
		padding-top: 10px;
		padding-bottom: 10px;
	}


	/* upload photo */
	.upload_outer {
		background-color: #;
	}
	.upload_wrap {
		max-width: 1100px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.upload_section_header {
		font-size: 18px;
		border-bottom: solid 1px #333;
		padding-bottom: 12px;
		margin-bottom: 12px;
	}
	.form_row {
		margin-bottom: 15px;
	}
	.form_row .form_field_text {
		width: 50%;
		float: left;
	}
	.form_row .form_field_input {
		width: 50%;
		float: left;
	}
	.form_row .form_field_input input {
		width: 100%;
		font-size: 15px;
		padding: 8px;
		border: solid 1px #e3e3de;
	}
	.form_row .mandatory {
		color: red;
	}
	.form_row.style2 {
		margin-bottom: 15px;
	}
	.form_row.style2 .form_field_text {
		width: 30%;
		float: left;
	}
	.form_row.style2 .form_field_input {
		width: 70%;
		float: left;
	}
	.form_row.style2 .form_field_input input {
		width: 100%;
		font-size: 15px;
		padding: 8px;
		border: solid 1px #e3e3de;
	}
	.submit_button {
		margin-top: 10px;
		background-color: #004162;
		color: #fff;
		font-weight: bold;
		font-size: 20px;
		padding: 5px;
		border: none;
		border-radius: 5px;
		width: 150px;
	}

	/* photo viewer */
	/* photo viewer */
	.photo_nav {
		position: absolute;
		top: 0;
		bottom: 0;
		width: 25%;
		cursor: pointer;
		z-index: 2;
	}
	.photo_nav .arrow {
		position: absolute;
		/*opacity: 0;*/
		-webkit-transition: all 0.2s;
		-moz-transition: all 0.2s;
		transition: all 0.2s;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		background-position: center center;
		background-repeat: no-repeat;
		height: 60px;
		width: 50px;
		background-color: transparent;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		z-index: 15;
	}
	.photo_nav.left {
		left: 0;
	}
	.photo_nav.right {
		right: 0;
	}
	.photo_nav.left .arrow {
		background-image: url("/campaigns/2018/bokehlife/images/arrow_left.png");
		left: 10px;
	}
	.photo_nav.right .arrow {
		background-image: url("/campaigns/2018/bokehlife/images/arrow_right.png");
		right: 10px
	}
}