﻿
/* index stuff */
.blogs_page {
	margin-left: auto;
	margin-right: auto;
	width: 100vw;
	position: relative;
	top: 2vw;
	clear: both;
	background-color: transparent;
	overflow-x: hidden;
	display: block;
	overflow: auto;
	z-index: 999;
	min-height: 5vw;
	margin-bottom: 10vw;
}

.blogs_page_background {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100vw;
}
.blogs_page_background img {
	width: 100vw;
}

.blog {
	display: block;
}

.blogs_bloginvis {
	z-index: 1;
	visibility: hidden;
}

.blog_topline {
	margin: auto;
	width: 72.6vw;
	height: 4vh;
	position: relative;
	top: -30vw;
}

.blog_select_text {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50vw;
	font-size: 20pt;
	color: #fff;
}

.blog_selectddl {
	position: absolute;
	top: 0px;
	left: 52.6vw;
	width: 20vw;
}


.customDDL {
	width: 20vw;
	border: none;
}

.k-dropdown {
	background-color: #fff !important;
	width: 20vw !important;
}

.k-dropdown-wrap {
	background-color: #fff !important;
}

.k-state-focused.k-state-selected, .k-list > .k-state-focused.k-state-selected, .k-listview > .k-state-focused.k-state-selected, td.k-state-focused.k-state-selected {
	box-shadow: none !important;
	border:none;
}

.k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-list > .k-state-selected, .k-list > .k-state-highlight, .k-panel > .k-state-selected, .k-ghost-splitbar-vertical, .k-ghost-splitbar-horizontal, .k-state-selected.k-draghandle:hover, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-state-selected.k-today, .k-marquee-color {
	background-color: #fff;
	border-color: #cdcdcd;
	color: #282828;
}

.k-dropdown-wrap.k-state-default {
	background-color: #fff;
	color: #282828;
	border-radius: 0px !important;
	box-shadow: none !important;
}

#listBlogs.k-widget.k-listview {
	border: none !important;
}


[data-role="popup"] {
	background-color: #fff !important;
	border-color: #cdcdcd !important;
}

	[data-role="popup"] ul li[class="k-item k-state-hover"], [data-role="popup"] ul li[class="k-item k-state-selected k-state-focused"] {
		border-radius: 0px;
		background-color: #eaeaea !important;
		color: #2e2e2e !important;
		border-color: #eaeaea !important;
		box-shadow: none !important;
	}

.k-list-optionlabel.k-state-selected.k-state-focused {
	/* this is the label at the top of the ddl immediately befor the options*/
	background-color: #fff;
	color: #282828;
}

.blogs_blogvis {
	visibility: visible;
	position: relative;
	top: -55vh;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	overflow: auto;
	background-color: transparent;
}

.blogs_blog_container {
	position: relative;
	width: 24vw;
	height: 14.56vw;
	float: left;
	margin: 0.1vw 0.1vw 0.1vw 0.1vw;
}

.blogs_blog {
	float: left;
	position: relative;
	top: 0px;
	width: 24vw;
	height: 15vw;
	margin: 5px 5px 0px 0px;
	padding: 0;
	overflow: hidden;
	text-align: center;
	border: none;
}


.blogs_blog_extra {
	float: left;
	position: relative;
	bottom: 0px;
	width: 24vw;
	height: 14vw;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
}

.showblogcontainer {
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex;
	float: right;
	position: relative;
	width: 24vw;
	height: 14.55vw;
	margin: 5px 0px 0px 0px;
	padding: 0;
	overflow: hidden;
	text-align: center;
	border: none;
	background-color: transparent;
}

	.showblogcontainer img {
		width: 24vw;
		height: 14.55vw;
		overflow: hidden;
		margin-left: auto;
		margin-right: auto;
	}


	.showblogcontainer:hover {
		cursor:pointer;
	}


.blogs_hoverimgblog {
	position: absolute;
	top: 0px;
	left: 0%;
	overflow: hidden;
	width: 24vw;
	height: 14.55vw;
	background-color: rgba(0,0,0,0.33);
}


	.blogs_hoverimgblog:hover {
		background-color: rgba(0,0,0,0.50);
	}


.blogs_blog_img_container {
	width: 24vw;
	height: 14.55vw;
	position: absolute;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
}

.blogs_blog_extra {
	position: relative;
	top: 5vw;
	left:2vw;
	width: 20vw;
	color: #d62128;
	font-size: 17pt;
	text-transform: uppercase;
	text-align: left;

}

.blogs_blog_text_container {
	font-family: "Avenir Next Regular";
	color: #fff;
	font-size: 20pt;
	text-align: center;
	font-weight: bold;
}


.k-pager-wrap {
	background-repeat: repeat;
	background-position: 0 center;
}

.blogs_blogs_show {
	width: 72.6vw;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

/* footer stuff */

.blogs_footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100vw;
	height: 240px;
	background-color: #ff2d1d;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	display: block;
}

.blogs_footer_text {
	position: absolute;
	top: 20px;
	left: 20vw;
	color: #fff;
	font-size: 12pt;
}

.blogs_footer_input_line {
	position: absolute;
	top: 50px;
	left: 20vw;
	width: 50vw;
	text-align: justify;
}

.blogs_footer_bottom_line {
	position: absolute;
	bottom: 20px;
	left: 20vw;
	width: 65vw;
	color: #fff;
}

.blogs_footer_input_name {
	position: relative;
	top: 15px;
	left: 0px;
	width: 300px;
	line-height: 52px;
	height: 52px;
	background-color: #ff2d1d;
	color: #fff;
	border: solid 1px #fff;
	font-family: "Avenir Next Regular";
	padding-left: 5px;
	font-size: 12pt;
}

.blogs_footer_input_email {
	position: absolute;
	top: 82px;
	left: 0px;
	width: 300px;
	line-height: 52px;
	height: 52px;
	background-color: #ff2d1d;
	color: #fff;
	border: solid 1px #fff;
	font-family: "Avenir Next Regular";
	padding-left: 5px;
	font-size: 12pt;
}

::-webkit-input-placeholder {
	color: #fff;
}

::-moz-placeholder {
	color: #fff;
}

:-ms-input-placeholder {
	color: #fff;
}

.blogs_footer_input_btn {
	position: absolute;
	top: 88px;
	left: 320px;
	width: 100px;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	color: #ff2d1d;
	text-align: center;
	font-size: 15pt;
	border-radius: 20px;
}

	.blogs_footer_input_btn:hover {
		cursor: pointer;
	}

.blogs_footer_input_inf_btn {
	position: absolute;
	top: 50px;
	left: 760px;
	width: 240px;
	height: 52px;
	line-height: 52px;
	background-color: #fff;
	color: #ff2d1d;
	text-align: center;
	font-size: 15pt;
	border-radius: 26px;
}

.blogs_footer_input_inf_btn:hover {
	cursor: pointer;
	background-color: #000;
	color: #fff;
}


.blog_signup_notification_close {
	position: absolute;
	right: 0px;
	width: 39px;
}

#blogs_footer_tac_opt {
	color: #fff;
}

.blogs_footer_tac_chk {
	font-family: "Avenir Next Regular";
	position: absolute;
	top: 150px;
	color: #fff;
	height: 24px;
	line-height: 24px;
}

	.blogs_footer_tac_chk a {
		color: #fff;
		text-decoration: underline;
	}

	.blogs_footer_tac_chk input[type="checkbox"] {
		display: none;
	}

		.blogs_footer_tac_chk input[type="checkbox"] + label span {
			display: inline-block;
			float: left;
			width: 24px;
			height: 24px;
			line-height: 24px;
			margin: 0px 0px 0px 0px;
			vertical-align: middle;
			background: url(../../../Images/Main/chkbox-01.svg) left top no-repeat;
			cursor: pointer;
		}

		.blogs_footer_tac_chk input[type="checkbox"]:checked + label span {
			background: url(../../../Images/Main/chkbox-01_over.svg) left top no-repeat;
		}


#blog_signup_window_text {
	width: 340px;
	margin-left: 20px;
	margin-top: 30px;
	font-weight: normal;
	text-align: center;
	color: #535353;
	float: left;
	font-family: "Avenir Next Regular";
	font-size: 14pt;
}

.k-widget {
	border: none;
}

.k-listview {
	border: none;
}


/* end of footer stuff */

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation : portrait) {
	.blogs_blog_extra {
		top: 3vw;
	}

	.blogs_blog_text_container {
		font-size: 2vw;
	}

	.blogs_footer_input_btn {
		left: 295px;
	}

	.blogs_footer_input_inf_btn {
		left: 350px;
	}

}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation : landscape) {

	.blogs_blog_text_container {
		font-size: 1.5vw;
	}


	.blogs_footer_input_email {
		position: relative;
		top: 30px;
		left: 0px;
	}

	.blogs_footer_input_btn {
		left: 295px;
	}

	.blogs_footer_input_inf_btn {
		left: 400px;
	}

}
	/* end of index stuff */

	/* showblog stuff */

.blog_window {
	width: 1140px;
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
}


.blog_row {
	display: table-row;
}

.blog_lhalf {
	display: table-cell;
	padding-top: 0px;
	vertical-align: top;
	width: 640px;
	clear: both;
	overflow: hidden;
}

.blog_rhalf {
	display: table-cell;
	padding-top: 0px;
	vertical-align: top;
	width: 442px;
	clear: both;
	overflow: hidden;
	margin-left: 53px;
	float: left;
}

#blogdetails {
	width: 1000px;
	position: relative;
	top: 10px;
}

#blogView.k-widget.k-listview {
	border:none !important;
}

.blog_details {
	position:relative;
	top: 0px;
	width: 640px;
	float: left;
	height: auto;
	clear: both;
	margin-bottom: 20vw;
	z-index: 5;

}

.blog_blogView {
	width: 640px;
	height: auto;
	position: relative;
	clear: both;
	overflow: visible;
	top: 0px;
}

.blog_images {
	width: 640px;
	height: 388px;
	float: left;
	clear: both;
	overflow: visible;

}


.blog_blogdetail_img_container {
	position: absolute;
	top: 0px;
	width: 640px;
	height: 388px;
	float: left;
	clear: both;
	overflow: visible;
}

#blogdetailimage {
	float: left;
	clear: both;
}

	#blogdetailimage img {
		width: 640px;
		height: 388px;
	}



#blog_date {
	float: left;
	width: 640px;
	font-style: normal;
	font-size: 15px;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 10px;
	color: #676767;
	clear: both;
	overflow: auto;
}

#blog_shortdets {
	float: left;
	width: 640px;
	font-style: normal;
	color: #ff8000;
	font-size: 25px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 30px;
}

#blog_longdesc {
	width: 640px;
	float: left;
	margin-bottom: 20px;
	overflow: hidden;
	clear: both;

}

	#blog_longdesc img {
		/*   max-width:400px;  */
		max-width: 640px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

.blog_recentblog_title {
	width: 300px;
	height: 20px;
	line-height: 20px;
	float: left;
	font-size: 18px;
	font-weight: 500;
	color: #282828;
	margin-bottom: 5px;
	margin-top: 0px;
}

.blog_recentblog {
	float: left;
	width: 442px;
	clear: both;
	overflow: auto;
}

.blog_recentblog_container {
	float: left;
	width: 442px;
	min-height: 70px;
	clear: both;
	overflow: hidden;
	padding-bottom: 5px;
	padding-top: 5px;
}

.blog_recentblog_img_container {
	width: 110px;
	float: left;
	clear: both;
	overflow: auto;
	margin-bottom: 5px;
	padding-top: 0px;
}

	.blog_recentblog_img_container img {
		width: 100px;
		height: 60px;
	}

	.blog_recentblog_img_container:hover {
		cursor: pointer;
		cursor: hand;
	}

.recentblog_date_container {
	margin-left: 110px;
	overflow: auto;
	width: 322px;
	font-weight: 500;
	font-size: 13px;
	height: 13px;
	line-height: 13px;
	overflow: hidden;
}

.blog_recentblog_text_container {
	margin-left: 110px;
	margin-top: 0px;
	overflow: auto;
	width: 320px;
	font-weight: 500;
	font-size: 15px;
	font-family: "Avenir Next Bold";
	color: #000;
}

	.blog_recentblog_text_container a {
		color: #2e2e2e;
	}

	.blog_recentblog_text_container:hover {
		cursor: pointer;
		cursor: hand;
	}

.blogs_blog_text_container {
	font-family: "Avenir Next Regular";
}

.blog_adsense {
	width: 442px;
	height: 250px;
	float: left;
	margin-top: 20px;
}

.blog_banner {
	width: 442px;
	height: 268px;
	float: left;
	margin-top: 20px;
}

	.blog_banner img {
		width: 442px;
		height: 268px;
	}


#blog_twitter {
	float: left;
	margin-top: 20px;
	clear: both;
	width: 442px;
}

.blog_twitter_title {
	width: 442px;
	float: left;
	font-size: 18px;
	font-weight: 500;
	color: #282828;
	margin-bottom: 4px;
}

.text_right {
	width: 40%;
	float: right;
	text-align: right;
	margin-right: 20px;
}

.text_left {
	width: 40%;
	height: 380px;
	float: left;
	text-align: left;
	margin-right: 20px;
	margin-top: 10px;
	font-size: 15px;
	font-weight: normal;
	color: #282828;
}

	.text_left img {
		width: 600px;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
	}


.expired_card {
	position: relative;
	top: -379px;
	height: 380px;
	width: 600px;
}

.text_left_blog {
	width: 40%;
	height: 20px;
	float: left;
	text-align: left;
	margin-right: 20px;
	margin-top: 10px;
	font-size: 15px;
	font-weight: normal;
	color: #282828;
}

#blog_scroll {
	float: left;
	margin-top: 10px;
	width: 500px;
	clear: both;
	z-index: 50;
}

.blog_makecomment {
	position:relative;
	margin-top: 20px;
	margin-bottom: 180px;
	border-top: solid 1px #a6aaa9;
	float: left;
	clear: both;
	width: 640px;
	z-index: 5;
	clear: both;
}

.blog_comment {
	position: relative;
	min-height: 50px;
	margin-top: 20px;
	margin-bottom: 150px;
	float: left;
	clear: both;
	width: 640px;
	z-index: 5;
	clear: both;
}

.blog_input_txt_small {
	width: 300px;
	line-height: 52px;
	height: 52px;
	color: #282828;
	border: solid 1px #000;
	margin-bottom: 16px;
	font-family: "Avenir Next Regular";
	padding-left: 5px;
	font-size: 15pt;
}

.blog_input_txt_long {
	width: 482px;
	line-height: 52px;
	height: 52px;
	color: #282828;
	border: solid 1px #000;
	margin-bottom: 16px;
	font-family: "Avenir Next Regular";
	padding-left: 5px;
	font-size: 15pt;
}

.blog_input_txt_comment {
	min-width: 482px;
	line-height: 20px;
	height: 150px;
	border: solid 1px #000;
	font-family: "Avenir Next Regular";
	padding-left: 5px;
	font-size: 15pt;
}

#txtBlogName:-ms-input-placeholder,
#txtBlogEmail:-ms-input-placeholder,
#txtBlogComment:-ms-input-placeholder,
#txtinst:-ms-input-placeholder {
	color: #d6d5d5;
}


#txtBlogName::-webkit-input-placeholder,
#txtBlogEmail::-webkit-input-placeholder,
#txtBlogComment::-webkit-input-placeholder,
#txtinst::-webkit-input-placeholder {
	color: #d6d5d5;
}

#txtBlogName::-moz-placeholder,
#txtBlogEmail::-moz-placeholder,
#txtBlogComment::-moz-placeholder,
#txtinst::-moz-placeholder {
	color: #d6d5d5;
}

#txtBlogName:-moz-placeholder,
#txtBlogEmail:-moz-placeholder,
#txtBlogComment:-moz-placeholder,
#txtinst:-moz-placeholder {
	color: #d6d5d5;
}

.blog_post_comment {
	display: block;
	width: 127px;
	height: 40px;
	float: left;
	margin-left: 355px;
}

#blog_tac_opt {
	margin-top: 10px;
}

.blog_tac_chk {
	font-family: "Avenir Next Regular";
}

	.blog_tac_chk a {
		color: #000;
		text-decoration: underline;
	}

	.blog_tac_chk input[type="checkbox"] {
		display: none;
	}

		.blog_tac_chk input[type="checkbox"] + label span {
			display: inline-block;
			float: left;
			width: 24px;
			height: 24px;
			margin: 0px 0px 0px 0px;
			vertical-align: middle;
			background: url(../../../Images/Main/chkbox_blog_tac.png) left top no-repeat;
			cursor: pointer;
		}

		.blog_tac_chk input[type="checkbox"]:checked + label span {
			background: url(../../../Images/Main/chkbox_blog_tac_chkd.png) left top no-repeat;
		}

.blog_post_notification_window {
	background-color: #fff;
	width: 380px;
	height: 140px;
	text-align: center;
	margin: 0px;
}

#blog_post_notification_window_text {
	width: 340px;
	margin-left: 20px;
	margin-top: 50px;
	font-weight: normal;
	text-align: center;
	color: #535353;
	float: left;
	font-family: "Avenir Next Regular";
	font-size: 14pt;
}

.blog_post_notification_close {
	position: absolute;
	right: 0px;
	width: 39px;
}

.blog_error {
	display: none;
}

.blog_error_show {
	color: #b94a48;
	display: block;
}

#blog_recentposts {
	float: left;
	clear: both;
	width: 442px;
}


.blog_blogview-section {
	position: relative;
	overflow: hidden;
}

.blog_navblog {
	position: relative;
	top: 0px;
	left: 1050px;
	width: 100px;
	height: 30px;
	margin-bottom: 20px;
}

.blog_showblogprev_line {
	float: left;
	width: 15px;
}

.blog_showblognext_line {
	float: left;
	width: 15px;
}

.blog_blogback {
	float: left;
	width: 29px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

.showblogprev_line:hover, .showblognext_line:hover, .blogback:hover, .post_comment:hover {
	cursor: pointer;
	cursor: hand;
}


.blog_input_line {
	width: 100%;
	float: left;
}

.blog_input_line_filler {
	width: 100%;
	height: 10px;
	float: left;
}

.blog_oddcomment {
	float: left;
	width: 620px;
	margin: 10px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
}

.blog_evencomment {
	float: left;
	width: 620px;
	margin: 10px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	background-color: #f1f1f1;
}

.blog_moderatorcomment {
	font-style: italic;
	margin-top: 10px;
	width: 620px;
	float: left;
}

/* end of showblog stuff */

	/*  Twitter  */
	.status-updates-table {
		width: 300px;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		float: left;
		position: relative;
	}

	.user {
		display: inline-block;
		width: 330px;
		float: left;
		line-height: 20px;
		min-height: 20px;
		margin-left: 5px;
	}

		.user a {
			color: #ea1d26;
		}

			.user a img {
				width: 40px;
			}

	.tweet {
		width: 300px;
		margin-left: 50px;
		font-size: 13px;
		line-height: 17px;
		text-align: left;
	}

		.tweet a {
			color: #ea1d26;
			font-size: 13px;
			margin-top: 0px;
			display: inline-block;
		}

	.timePosted {
		margin-top: 15px;
		width: 380px;
		margin-left: 50px;
		font-size: 13px;
	}

	.blog_showmoretwit a {
		float: left;
		text-align: left;
		width: 235px;
		padding: 10px 0px 10px 0px;
		color: #a6aaa9;
		vertical-align: text-top;
	}

	/* end of Twitter  */

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation : portrait) {
	.blog_window {
		width: 95vw;
	}

	.blog_navblog {
		left: 90vw;
	}

	.blog_lhalf {
		width: 60vw;
		padding-left:2.5vw;
	}

	.blog_rhalf {
		width: 35vw;
		margin-left: 20px;
	}

	.blog_details {
		width: 60vw;

	}

	.blog_blogView {
		width: 60vw;
		height: 38.25vw;
	}

	.blog_images {
		width: 60vw;
		height: 38.25vw;
	}

	.blog_blogdetail_img_container {
		width: 60vw;
		height: 38.25vw;
	}


	#blogdetailimage img {
		width: 60vw;
		height: 38.25vw;
	}

	#blogdetailss {
		width: 60vw;
		height: 38.25vw;
	}

	#blog_date {
		width: 60vw;
		margin-top: 100px;
	}

	#blog_shortdets {
		margin-top: 20px;
	}

	#blog_longdesc {
		width: 60vw;
	}

		#blog_longdesc img {
			max-width: 60vw;
		}

	#blog_recentposts {
		width: 33vw;
	}


	.blog_recentblog {
		width: 33vw;
	}

	.blog_recentblog_container {
		width: 33vw;
	}

	.blog_recentblog_img_container {
		width: 100px;
	}

		.blog_recentblog_img_container img {
			width: 90px;
			height: 54px;
		}

	.recentblog_date_container {
		margin-left: 100px;
		width: 20vw;
	}

	.blog_recentblog_text_container {
		margin-left: 100px;
		width: 20vw;
	}

}


@media all and (device-width: 768px) and (device-height: 1024px) and (orientation : landscape) {
	.blog_window {
		width: 95vw;
	}

	.blog_navblog {
		left: 90vw;
	}

	.blog_lhalf {
		width: 60vw;
		padding-left: 2.5vw;
	}

	.blog_rhalf {
		width: 35vw;
		margin-left: 20px;
	}

	.blog_details {
		width: 60vw;
	}

	.blog_blogView {
		width: 60vw;
		height: 38.25vw;
	}

	.blog_images {
		width: 60vw;
		height: 38.25vw;
	}

	.blog_blogdetail_img_container {
		width: 60vw;
		height: 38.25vw;
	}


	#blogdetailimage img {
		width: 60vw;
		height: 38.25vw;
	}

	#blogdetailss {
		width: 60vw;
		height: 38.25vw;
	}

	#blog_date {
		width: 60vw;
		margin-top: 100px;
	}

	#blog_shortdets {
		margin-top: 20px;
	}

	#blog_longdesc {
		width: 60vw;
	}

		#blog_longdesc img {
			max-width: 60vw;
		}

	#blog_recentposts {
		width: 33vw;
	}


	.blog_recentblog {
		width: 33vw;
	}

	.blog_recentblog_container {
		width: 33vw;
	}

	.blog_recentblog_img_container {
		width: 100px;
	}

		.blog_recentblog_img_container img {
			width: 90px;
			height: 54px;
		}

	.recentblog_date_container {
		margin-left: 100px;
		width: 20vw;
	}

	.blog_recentblog_text_container {
		margin-left: 100px;
		width: 20vw;
	}

}