.close_project_btn {
	z-index: 1000000000!important;
}
.blog_post_id_video {
	width: 100%;
	float: right;
	margin-bottom: 30px;
	margin-top:30px;
	text-align:center;
}

/* Media Queries for Desktop
---------------------------------------------------------------*/
@media (min-width: 1438px) {
.project_id_section {
	width: 94%;
	padding-left:3%;
	padding-right:3%;
	position: relative;
	float: right;
	padding-top: 40px;
	padding-bottom: 0px;
	margin: 0;
}
.project_id_text_container {
	width: 100%;
	float: right;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 30px;
}
.project_id_text_container h1 {
	margin-bottom: 10px;
}
.project_id_image {
	width: 100%;
	float: right;
}
.blog_post_id_navigation {
	width: 94%;
	box-sizing: border-box;
	margin-right: 3%;
	margin-left: 3%;
	padding-top: 27px;
	padding-bottom: 27px;
	float: right;
	text-align: center;
	display: inline-block;
	margin-top: 0px;
	background-color: rgba(255,255,255,1);
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #1d1d1b;
}
.blog_post_id_arrow_right {
	font-size: 22px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	text-decoration: none;
	line-height: 1em;
	text-align: center;
	width: auto;
	margin-right: 0%;
	margin-left: 0%;
	background-repeat: no-repeat;
	color: #1d1d1b;
	padding-right: 34px;
	padding-left: 0px;
	float: right;
	background-image: url('../../../images/System/arrow_right.png');
	background-position: 98% center;
	font-weight: 400;

}
.blog_post_id_arrow_right:hover {
	background-repeat: no-repeat;
	background-image: url('../../../images/System/arrow_right.png');
	background-position: 100% center;
}
.blog_post_id_go_back {
	font-size: 22px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	text-decoration: none;
	line-height: 1em;
	text-align: center;
	width: auto;
	margin-right: 0%;
	margin-left: 0%;
	color: #1d1d1b;
	padding-right: 0px;
	padding-left: 0px;
	float: none!important;
	font-weight: 400;
}
.blog_post_id_go_back:hover {
	color: #666;
}
.blog_post_id_arrow_left {
	font-size: 22px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	text-decoration: none;
	line-height: 1em;
	text-align: center;
	width: auto;
	margin-right: 0%;
	margin-left: 0%;
	background-repeat: no-repeat;
	color: #1d1d1b;
	padding-right: 0px;
	padding-left: 35px;
	float: left;
	background-image: url('../../../images/System/arrow_left.png');
	background-position: 2% center;
	font-weight:400;
}
.blog_post_id_arrow_left:hover {
	background-repeat: no-repeat;
	background-image: url('../../../images/System/arrow_left.png');
	background-position: 0% center;
}
.close_project_btn {
	display: inline-block;
	float: left;
	width: 35px;
	height: 35px;
	text-align: center;
	background-image: url('../../../images/System/closeProject.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
	opacity: 0.8;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	position: fixed;
	left: 3%;
	top: 4%
}
.close_project_btn:hover {
	display: block;
	float: left;
	width: 35px;
	height: 35px;
	text-align: center;
	background-image: url(../../../images/System/closeProjectRoll.png);
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 1;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
.project_id_section {
	width: 94%;
	padding-left:3%;
	padding-right:3%;
	position: relative;
	float: right;
	padding-top: 70px;
	padding-bottom: 90px;
	margin: 0;
}
.project_id_text_container {
	width: 700px;
	float: right;
	margin-left: calc(50% - 350px);
	margin-right: calc(50% - 350px);
	margin-bottom: 30px;
}
.project_id_text_container h1 {
	margin-bottom: 10px;
}
.project_id_image {
	width: 100%;
	float: right;
}
.blog_post_id_navigation {
	width: 100%;
	box-sizing: border-box;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 27px;
	padding-bottom: 27px;
	float: right;
	text-align: center;
	display: inline-block;
	margin-top: 30px;
	background-color: rgba(255,255,255,1);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1d1d1b;
}
.blog_post_id_arrow_right {
	font-size: 22px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	text-decoration: none;
	line-height: 1em;
	text-align: center;
	width: auto;
	margin-right: 0%;
	margin-left: 0%;
	background-repeat: no-repeat;
	color: #1d1d1b;
	padding-right: 34px;
	padding-left: 0px;
	float: right;
	background-image: url('../../../images/System/arrow_right.png');
	background-position: 98% center;
	font-weight: 700;

}
.blog_post_id_arrow_right:hover {
	background-repeat: no-repeat;
	background-image: url('../../../images/System/arrow_right.png');
	background-position: 100% center;
}
.blog_post_id_go_back {
	font-size: 22px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	text-decoration: none;
	line-height: 1em;
	text-align: center;
	width: auto;
	margin-right: 0%;
	margin-left: 0%;
	color: #1d1d1b;
	padding-right: 0px;
	padding-left: 0px;
	float: none!important;
	font-weight: 700;
}
.blog_post_id_go_back:hover {
	color: #666;
}
.blog_post_id_arrow_left {
	font-size: 22px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	text-decoration: none;
	line-height: 1em;
	text-align: center;
	width: auto;
	margin-right: 0%;
	margin-left: 0%;
	background-repeat: no-repeat;
	color: #1d1d1b;
	padding-right: 0px;
	padding-left: 35px;
	float: left;
	background-image: url('../../../images/System/arrow_left.png');
	background-position: 2% center;
	font-weight:700;
}
.blog_post_id_arrow_left:hover {
	background-repeat: no-repeat;
	background-image: url('../../../images/System/arrow_left.png');
	background-position: 0% center;
}
.close_project_btn {
	display: inline-block;
	float: left;
	width: 45px;
	height: 45px;
	text-align: center;
	background-image: url('../../../images/System/closeProject.png');
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.8;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	position: fixed;
	left: 5%;
	top: 13%
}
.close_project_btn:hover {
	display: block;
	float: left;
	width: 45px;
	height: 45px;
	text-align: center;
	background-image: url(../../../images/System/closeProjectRoll.png);
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 1;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media (max-width: 768px) and (min-width: 659px) {
.project_id_section {
	width: 100%;
	position: relative;
	float: right;
	padding-top: 50px;
	padding-bottom: 30px;
	margin: 0;
}
.project_id_text_container {
	width: 90%;
	float: right;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 30px;
}
.project_id_text_container h1 {
	margin-bottom: 10px;
}
.project_id_image {
	width: 100%;
	float: right;
}
.blog_post_id_navigation {
	width: 100%;
	box-sizing: border-box;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 19px;
	padding-bottom: 17px;
	float: right;
	text-align: center;
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: rgba(255,255,255,1);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
}
.blog_post_id_arrow_right {
	font-size: 18px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	text-decoration: none;
	line-height: 1em;
	text-align: center;
	width: auto;
	margin-right: 0%;
	margin-left: 0%;
	background-repeat: no-repeat;
	color: #666;
	padding-right: 30px;
	padding-left: 0px;
	float: right;
	background-image: url('../../../images/System/arrow_right.png');
	background-position: 98% center;
}
.blog_post_id_arrow_right:hover {
	background-repeat: no-repeat;
	background-image: url('../../../images/System/arrow_right.png');
	background-position: 100% center;
}
.blog_post_id_go_back {
	font-size: 18px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	text-decoration: none;
	line-height: 1em;
	text-align: center;
	width: auto;
	margin-right: 0%;
	margin-left: 0%;
	color: #666;
	padding-right: 0px;
	padding-left: 0px;
	float: none!important;
}
.blog_post_id_go_back:hover {
	color: #666;
}
.blog_post_id_arrow_left {
	font-size: 18px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	text-decoration: none;
	line-height: 1em;
	text-align: center;
	width: auto;
	margin-right: 0%;
	margin-left: 0%;
	background-repeat: no-repeat;
	color: #666;
	padding-right: 0px;
	padding-left: 30px;
	float: left;
	background-image: url('../../../images/System/arrow_left.png');
	background-position: 2% center;
}
.blog_post_id_arrow_left:hover {
	background-repeat: no-repeat;
	background-image: url('../../../images/System/arrow_left.png');
	background-position: 0% center;
}
.close_project_btn {
	display: inline-block;
	float: left;
	width: 45px;
	height: 45px;
	text-align: center;
	background-image: url('../../../images/System/closeProject.png');
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.8;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	position: fixed;
	left: 5%;
	top: 13%
}
.close_project_btn:hover {
	display: block;
	float: left;
	width: 45px;
	height: 45px;
	text-align: center;
	background-image: url(../../../images/System/closeProjectRoll.png);
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 1;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}
}
/* Media Queries for Tablet
-------------------------------------------------------------- */
@media (max-width: 658px) and (min-width: 481px) {
.project_id_section {
	width: 100%;
	position: relative;
	float: right;
	padding-top: 50px;
	padding-bottom: 30px;
	margin: 0;
}
.project_id_text_container {
	width: 90%;
	float: right;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 30px;
}
.project_id_text_container h1 {
	margin-bottom: 10px;
}
.project_id_image {
	width: 100%;
	float: right;
}
.blog_post_id_navigation {
	width: 100%;
	box-sizing: border-box;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 19px;
	padding-bottom: 17px;
	float: right;
	text-align: center;
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: rgba(255,255,255,1);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
}
.blog_post_id_arrow_right {
	font-size: 18px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	text-decoration: none;
	line-height: 1em;
	text-align: center;
	width: auto;
	margin-right: 0%;
	margin-left: 0%;
	background-repeat: no-repeat;
	color: #666;
	padding-right: 30px;
	padding-left: 0px;
	float: right;
	background-image: url('../../../images/System/arrow_right.png');
	background-position: 98% center;
}
.blog_post_id_arrow_right:hover {
	background-repeat: no-repeat;
	background-image: url('../../../images/System/arrow_right.png');
	background-position: 100% center;
}
.blog_post_id_go_back {
	font-size: 18px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	text-decoration: none;
	line-height: 1em;
	text-align: center;
	width: auto;
	margin-right: 0%;
	margin-left: 0%;
	color: #666;
	padding-right: 0px;
	padding-left: 0px;
	float: none!important;
}
.blog_post_id_go_back:hover {
	color: #666;
}
.blog_post_id_arrow_left {
	font-size: 18px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	text-decoration: none;
	line-height: 1em;
	text-align: center;
	width: auto;
	margin-right: 0%;
	margin-left: 0%;
	background-repeat: no-repeat;
	color: #666;
	padding-right: 0px;
	padding-left: 30px;
	float: left;
	background-image: url('../../../images/System/arrow_left.png');
	background-position: 2% center;
}
.blog_post_id_arrow_left:hover {
	background-repeat: no-repeat;
	background-image: url('../../../images/System/arrow_left.png');
	background-position: 0% center;
}
.close_project_btn {
	display: inline-block;
	float: left;
	width: 45px;
	height: 45px;
	text-align: center;
	background-image: url('../../../images/System/closeProject.png');
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.8;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	position: fixed;
	left: 5%;
	top: 13%
}
.close_project_btn:hover {
	display: block;
	float: left;
	width: 45px;
	height: 45px;
	text-align: center;
	background-image: url(../../../images/System/closeProjectRoll.png);
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 1;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media (max-width: 480px) and (min-width: 319px) {
.project_id_section {
	width: 100%;
	position: relative;
	float: right;
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 0;
}
.project_id_text_container {
	width: 90%;
	float: right;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 30px;
}
.project_id_text_container h1 {
	margin-bottom: 10px;
}
.project_id_image {
	width: 100%;
	float: right;
}
.blog_post_id_navigation {
	width: 100%;
	box-sizing: border-box;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 19px;
	padding-bottom: 17px;
	float: right;
	text-align: center;
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: rgba(255,255,255,1);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
}
.blog_post_id_arrow_right {
	font-size: 16px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	text-decoration: none;
	line-height: 1em;
	text-align: center;
	width: auto;
	margin-right: 0%;
	margin-left: 0%;
	background-repeat: no-repeat;
	color: #666;
	padding-right: 30px;
	padding-left: 0px;
	float: right;
	background-image: url('../../../images/System/arrow_right.png');
	background-position: 98% center;
}
.blog_post_id_arrow_right:hover {
	background-repeat: no-repeat;
	background-image: url('../../../images/System/arrow_right.png');
	background-position: 100% center;
}
.blog_post_id_go_back {
	font-size: 16px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	text-decoration: none;
	line-height: 1em;
	text-align: center;
	width: auto;
	margin-right: 0%;
	margin-left: 0%;
	color: #666;
	padding-right: 0px;
	padding-left: 0px;
	float: none!important;
}
.blog_post_id_go_back:hover {
	color: #666;
}
.blog_post_id_arrow_left {
	font-size: 16px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	text-decoration: none;
	line-height: 1em;
	text-align: center;
	width: auto;
	margin-right: 0%;
	margin-left: 0%;
	background-repeat: no-repeat;
	color: #666;
	padding-right: 0px;
	padding-left: 30px;
	float: left;
	background-image: url('../../../images/System/arrow_left.png');
	background-position: 2% center;
}
.blog_post_id_arrow_left:hover {
	background-repeat: no-repeat;
	background-image: url('../../../images/System/arrow_left.png');
	background-position: 0% center;
}
.close_project_btn {
	display: inline-block;
	float: left;
	width: 35px;
	height: 35px;
	text-align: center;
	background-image: url('../../../images/System/closeProject.png');
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.8;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	position: fixed;
	left: 10px;
	top: 10px
}
.close_project_btn:hover {
	display: block;
	float: left;
	width: 45px;
	height: 45px;
	text-align: center;
	background-image: url(../../../images/System/closeProjectRoll.png);
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 1;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media all and (max-width:320px) {
.project_id_section {
	width: 100%;
	position: relative;
	float: right;
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 0;
}
.project_id_text_container {
	width: 90%;
	float: right;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 30px;
}
.project_id_text_container h1 {
	margin-bottom: 10px;
}
.project_id_image {
	width: 100%;
	float: right;
}
.blog_post_id_navigation {
	width: 100%;
	box-sizing: border-box;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 19px;
	padding-bottom: 17px;
	float: right;
	text-align: center;
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: rgba(255,255,255,1);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
}
.blog_post_id_arrow_right {
	font-size: 16px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	text-decoration: none;
	line-height: 1em;
	text-align: center;
	width: auto;
	margin-right: 0%;
	margin-left: 0%;
	background-repeat: no-repeat;
	color: #666;
	padding-right: 30px;
	padding-left: 0px;
	float: right;
	background-image: url('../../../images/System/arrow_right.png');
	background-position: 98% center;
}
.blog_post_id_arrow_right:hover {
	background-repeat: no-repeat;
	background-image: url('../../../images/System/arrow_right.png');
	background-position: 100% center;
}
.blog_post_id_go_back {
	font-size: 16px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	text-decoration: none;
	line-height: 1em;
	text-align: center;
	width: auto;
	margin-right: 0%;
	margin-left: 0%;
	color: #666;
	padding-right: 0px;
	padding-left: 0px;
	float: none!important;
}
.blog_post_id_go_back:hover {
	color: #666;
}
.blog_post_id_arrow_left {
	font-size: 16px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	text-decoration: none;
	line-height: 1em;
	text-align: center;
	width: auto;
	margin-right: 0%;
	margin-left: 0%;
	background-repeat: no-repeat;
	color: #666;
	padding-right: 0px;
	padding-left: 30px;
	float: left;
	background-image: url('../../../images/System/arrow_left.png');
	background-position: 2% center;
}
.blog_post_id_arrow_left:hover {
	background-repeat: no-repeat;
	background-image: url('../../../images/System/arrow_left.png');
	background-position: 0% center;
}
.close_project_btn {
	display: inline-block;
	float: left;
	width: 35px;
	height: 35px;
	text-align: center;
	background-image: url('../../../images/System/closeProject.png');
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.8;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	position: fixed;
	left: 10px;
	top: 10px
}
.close_project_btn:hover {
	display: block;
	float: left;
	width: 45px;
	height: 45px;
	text-align: center;
	background-image: url(../../../images/System/closeProjectRoll.png);
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 1;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}
}
