/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* f8da62 */

/* Table of Content
==================================================
	#General styling
	#Top
	#Media Queries
	#Font-Face */

/* #Genereal styling
================================================== */
* { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: 'OxygenRegular', Arial, sans-serif;
	color: #2c2f31;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}

.fl { float: left; }
.fr { float: right; }
.center { text-align: center; }
.fixed { position:fixed; } /* #Top + Logo + Menu
================================================== */
div.top {
	width: 100%;
	height: 80px;
	border-top: 4px solid #ef5148;
	background-color: #2c2f31;	
}
/*Logo*/
div.logo {
	width: 118px;
	height: 76px;
	float: left;
}
div.logo h1 {
	background-image:url('../images/logo.png');
    background-repeat:no-repeat;
    text-indent:-9999px;
}
div.logo h1 a {
    display:block;
	width: 118px;
	height: 76px;
}
/*Menu*/
ul.main_menu {font-family: 'OxygenBold', sans-serif; }
ul.main_menu > li { float: left; position: relative;  }
	ul.main_menu li:last-child { padding-right: 0; }
ul.main_menu > li > a {
	display: block;
	padding: 0 16px; 
	color: #fff;	
	font-size: 13px;
	line-height: 76px;
}
	/*
	ul.main_menu > li > a:hover { color: #ef5148; } 
	*/
ul.sub_menu { 
	width: 180px;
	position: absolute;
	top: 76px;
	left: 0;
	display: none;
	z-index: 99999;
	padding: 8px 0;
	background: rgb(44, 47, 49);
	background: rgba(44, 47, 49, 0.86);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#992c2f31, endColorstr=#992c2f31);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#992c2f31, endColorstr=#992c2f31)";	
}	
ul.sub_menu li {
	position: relative;
}
ul.sub_menu li a {
	display: block;
	padding: 8px 0 8px 16px;
	color: #fff;
	font-size: 13px;
	-webkit-transition: border-left .15s ease-in-out;
	-moz-transition: border-left .15s ease-in-out;
	-o-transition: border-left .15s ease-in-out;
	-ms-transition: border-left .15s ease-in-out;
	transition: border-left .15s ease-in-out;	
}
	ul.sub_menu li a:hover { 
		border-left: 4px solid #ef5148; 
	}
.down_arrow {
	width: 0px;
	height: 0px;
	position: absolute;
	top: 0px;
	left: 42%;
	display: none;
	border-width: 8px 7px 0 7px;
	border-style: solid;
	border-color: #ef5148 transparent transparent transparent;
	z-index: 555555;	
}
/* Separator */
div.separator {
	margin-bottom: 40px;
	background: url('../images/sep_bg.png') repeat-x 0 2px;
}
div.separator h3 {
	color: #a1aab1;
	border-top: 5px solid #ef5148;
	margin-bottom: 0;
	line-height: 25px;
	padding-top: 20px;
	display: inline-block;
	float: left;
}
div.separator_sidebar {
	margin-bottom: 20px;
	background: url('../images/sep_bg.png') repeat-x 0 2px;
}
div.separator_sidebar h4 {
	color: #6d7880;
	border-top: 5px solid #ef5148;
	margin-bottom: 0;
	line-height: 25px;
	padding-top: 5px;
	display: inline-block;
	float: left;
	font-size: 17px;
}
/* #Breadcrumbs
================================================== */
div.bc_box {
	width: 100%;
	height: 34px;
	border-bottom: 1px solid #e0e0e0;
}
div.breadcrumbs {
	margin-bottom: 40px;
}
ul.bc_list {
	height: 34px;
}
ul.bc_list li {
	float: left;
	position: relative;
	margin: 0 20px;
}
	ul.bc_list li:first-child {
		margin-left: 0;
	}
	ul.bc_list li::after {
		float: left;
		position: absolute;
		top: 0;
		right: -25px;
		content: '';
		display: block;
		width: 10px;
		height: 34px;
		background: url("../images/bc_sep.png");
	}
ul.bc_list li a {
	font-size: 13px;
	line-height: 35px;
}
/* #Welcome Text
================================================== */
div.welcome_text { margin-bottom: 60px; text-align: center; }
div.welcome_text h2 { color: #545454; }
div.welcome_text a.button { margin: 40px auto 0 auto; }
/* #Services
================================================== */
div.service { text-align: center; margin-bottom: 60px; }
div.service h4 {
	font-family: 'OxygenBold';
	color: #6d7880;
	text-transform: uppercase;
}
div.service p { margin-bottom: 0; }
div.service img { margin-bottom: 20px; }
div.service a.button { margin: 40px auto 0 auto; }
/* #Projects
================================================== */
div.projects { margin-bottom: 40px;}

/* Gallery with 4 images in row */
ul.project_list_four li { 
	width: 220px; 
	height: 140px; 
	margin-right: 20px;
	margin-bottom: 20px;
	float: left; 
	position: relative;
}
ul.project_list_four li:nth-child(4n) {
	margin-right: 0;
	
}
	/* alternate, more specific IE nth */
	ul.project_list_four > li:first-child + li + li + li
	{
	    margin-right: 0;
	}
ul.project_list_four li img { 
	position: relative;
	top: 0;
	left: 0;
	z-index: -4;
	width: 220px; 
	height: 140px;
}
ul.project_list_four li a { 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	width: 220px; 
	height: 140px;
}
ul.project_list_four li div.des > p.proj_title {
	font-family: 'OxygenBold';
	padding: 10px;
	padding-bottom: 0;
	display: none;
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 10px;
	float: left;
	color: #fff;
	opacity: 0;
}
ul.project_list_four li div.des > p.proj_desc {
	padding: 10px;
	padding-top: 0;
	display: none;
	float: left;
	color: #fff;
	font-size: 13px;
	line-height: 1.6em;
	opacity: 0;
}
/* Gallery with 3 images in row */
ul.project_list_three li { 
	width: 300px; 
	height: 190px; 
	margin-right: 20px;
	margin-bottom: 20px;
	float: left; 
	position: relative;
}
ul.project_list_three li:nth-child(3n) {
	margin-right: 0;
	
}
	/* alternate, more specific IE nth */
	ul.project_list_three > li:first-child + li + li
	{
	    margin-right: 0;
	}
ul.project_list_three li a { 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	width: 300px; 
	height: 190px;
}
ul.project_list_three li img { 
	position: relative;
	top: 0;
	left: 0;
	z-index: -4;
	width: 300px; 
	height: 190px;
}
ul.project_list_three li div.des > p.proj_title {
	font-family: 'OxygenBold';
	padding: 20px;
	padding-bottom: 0;
	display: none;
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 10px;
	float: left;
	color: #fff;
	opacity: 0;
}
ul.project_list_three li div.des > p.proj_desc {
	padding: 20px;
	padding-top: 0;
	display: none;
	float: left;
	color: #fff;
	font-size: 15px;
	line-height: 1.6em;
	opacity: 0;
}
/* Gallery with 2 images in row */
ul.project_list_two li {
	width: 460px;
	height: 280px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left; 
	position: relative;
}
ul.project_list_two li:nth-child(2n) {
	margin-right: 0;
}
	/* alternate, more specific IE nth */
	ul.project_list_two > li:first-child + li
	{
	    margin-right: 0;
	}
ul.project_list_two li img { 
	position: relative;
	top: 0;
	left: 0;
	z-index: -4;
	width: 460px; 
	height: 280px;
}
ul.project_list_two li a { 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	width: 460px; 
	height: 280px;
}
ul.project_list_two li div.des > p.proj_title {
	font-family: 'OxygenBold';
	padding: 20px;
	padding-bottom: 0;
	display: none;
	font-size: 17px;
	text-transform: uppercase;
	margin-bottom: 10px;
	float: left;
	color: #fff;
	opacity: 0;
}
ul.project_list_two li div.des > p.proj_desc {
	padding: 20px;
	padding-top: 0;
	display: none;
	float: left;
	color: #fff;
	font-size: 15px;
	line-height: 1.6em;
	opacity: 0;
}
	
/* Filters */
div.filters { margin-bottom: 40px; overflow: hidden; }
div.filters > p { margin-bottom: 0; }

ul.filters_list li, ul.filters_list li.button.medium { float: left; margin-left: 20px; margin-top: 0; display: inline; }
	ul.filters_list li:first-child { margin-left: 0; }

/* Single project */
div.proj_img_single img { margin-bottom: 40px; }

/* Projects nav on single project */
div.projects_nav {
	border-top: 1px solid #e0e0e0;
	height: 40px;
	line-height: 41px;
}
/* #Blog posts on homepage
================================================== */
div.latest_post {
	margin-bottom: 40px;
}
div.latest_post > img { margin-bottom: 10px; }
div.latest_post > p { margin-bottom: 0; }
div.latest_post span {
	display: block;
	font-size: 13px;
	color: #6d7880;
	margin-bottom: 10px;
}
div.latest_post span img { display: inline-block; vertical-align: baseline; }
/* #Blog
================================================== */
div.blog_container {}
div.blog_post {
	margin-bottom: 40px;
	padding-bottom: 19px;
	border-bottom: 1px solid #e0e0e0;
}
img.blog_image_front {
	margin-top: 15px;
}
div.post_date {
	float: left;
	width: 40px;
	height: 38px;
	background: url('../images/calendar_icon.png') no-repeat top left;
	margin-right: 20px;
}
	div.post_date_month {
		width: 38px;
		height: 12px;
		margin: 1px;
		background: #ef5148;
		font-family: 'OxygenBold';
		text-align: center;
		font-size: 10px;
		color: #fff;
		line-height: 15px;
	}
	div.post_date_day {
		width: 38px;
		height: 23px;
		font-family: 'OxygenBold';
		text-align: center;
		font-size: 19px;
		color: #6d7880;
		line-height: 26px;
	}
div.post_title {
	max-width: 580px;
	float: left;
}
div.post_title a h3 {
	padding-top: 5px;
	display: inline-block;
}
	div.post_title a:hover h3 { color: #ef5148; }
ul.post_details_list {
	display: block;
	padding-bottom: 14px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e0e0e0;
}
ul.post_details_list li { 
	float: left;
	font-size: 15px;
	padding: 4px 10px 2px 0;
	margin-right: 10px;
	border-right: 1px solid #e0e0e0;
}
div.read_more {
	font-size: 15px;
}
/* Blog comments */
div.blog_comments { padding: 15px; }
div.blog_comments_count { margin-bottom: 15px; }
div.blog_comments_count h3 a { font-family: "OxygenBold", sans-serif; }
ol.blog_comments_box {}
	li.blog_comment { margin-bottom: 30px; border-bottom: 1px solid #e0e0e0; }
	li.blog_comment:last-child { border-bottom: 0; }
div.comment_text { max-width: 510px; }
	div.comment_text a h4 { color: #ef5148; display: inline-block; }
	span.comment_date { font-size: 13px; margin-left: 20px; }
	span.comment_date a { color: #6d7880; }
div.comment_avatar {
	width: 100px;
	overflow: hidden;
}
/* Blog comment input */
form.blog_comment_form { margin-top: 40px; }
form.blog_comment_form input { width: 200px; }
	ul.comment_form_list li { float: left; display: inline; margin-right: 20px; }
		ul.comment_form_list li:last-child { margin-right: 0; }
form.blog_comment_form textarea { padding: 10px; max-width: 100%; height: 200px; resize: none; }
form.blog_comment_form input[type="submit"] { margin-top: 5px; }

/* #Audio & Video Player
================================================== */
div.audio_player {
	margin: 15px 0;
	display: block;
}
div.video_embed {
	margin: 15px 0;
}
/* #Blog Sidebar 
================================================== */
div.blog_sidebar a { font-size: 15px; }

ul.social_icons_sidebar { margin-bottom: 15px; }
ul.social_icons_sidebar li { float: left; margin-right: 15px; margin-bottom: 8px; }
ul.social_icons_sidebar li:nth-child(5) { margin-right: 0; }

ul.blog_categories_sidebar { margin-bottom: 15px; }
ul.blog_categories_sidebar li { margin-bottom: 8px; padding-bottom: 7px; padding-left: 8px; border-bottom: 1px solid #e0e0e0; }
	ul.blog_categories_sidebar li:last-child { border-bottom: 0; }

ul.tags_sidebar { margin-bottom: 15px; }
ul.tags_sidebar li { float: left; margin-right: 10px; }
ul.tags_sidebar li a { font-size: 13px; }

/* #Contact
================================================== */
div.contact_map {
	margin-bottom: 40px;
	clear: both;
}
form.contact_form { margin-top: 40px; position: relative; }
form.contact_form textarea { padding: 10px; max-width: 100%; height: 200px; resize: none; }
form.contact_form input[type="submit"] { margin-top: 5px; }
ul.contact_form_list li { position: relative; }
p.error { position: absolute; top: -3px; right: 0; font-size: 13px; color: #ca3636; }
p.form_message { position: absolute; bottom: -30px; left: 0; font-size: 13px; color: #ef5148; }

ul.contact_details_list li { font-size: 15px; color: #6d7880; margin-bottom: 20px; }
ul.contact_details_list li > span { font-size: 15px; margin-right: 10px; color: #6d7880; display: inline-block; width: 120px; }

/* #Pricing Tables
================================================== */
div.pricing_column {
	margin-top: 20px;
	margin-bottom: 60px; 
	text-align: center;
}
div.pricing_column.best_offer { margin-top: 0; }
div.pricing_column.best_offer > div.pricing_plan_name { height: 70px; background: #ef5148; }
div.pricing_column.best_offer > div.pricing_plan_name h3 { line-height: 74px; color: #ffffff; }
div.pricing_plan_name { 
	background: #f0f0f0;
	height: 50px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
	div.pricing_plan_name h3 { line-height: 54px; }
div.pricing_plan_price {
	height: 120px;
}
	div.pricing_plan_price h1 { padding-top: 30px; margin-bottom: 0;}
	div.pricing_plan_price span.pricing_details { font-size: 11px; color: #6d7880; text-transform: uppercase; }
ul.pricing_plan_list { margin-top: 15px; }
ul.pricing_plan_list li {
	font-size: 15px;
	margin-bottom: 25px;
	color: #6d7880;
}
ul.pricing_plan_list li span.pricing_btxt { font-family: 'OxygenBold'; }
/* #Footer widgets
================================================== */
.f_widget { margin-bottom: 40px; }
.f_widget p { margin-bottom: 10px; }
ul.footer_list { margin-bottom: 15px; }
ul.footer_list li { margin-bottom: 8px; padding-bottom: 7px; padding-left: 8px; border-bottom: 1px solid #e0e0e0; }
ul.footer_list li a { font-size: 15px; }
	ul.footer_list li:last-child { border-bottom: 0; }
ul.footer_social_list li { float: left; margin-right: 10px; margin-bottom: 10px; }
/* #Footer
================================================== */
div.footer {
	margin-bottom: 40px;
}
.footer_links li {
	float: left;
	font-size: 12px;
	color: #6d7880; 
}
	.footer_links li::after {
		content: '/';
		color: #d0d0d0;
		margin-right: 5px;
		margin-left: 5px;
	}
	.footer_links li:last-child::after { content: ''; }
/* #Elements
================================================== */
/* #Alert boxes */
.alert_box {
	padding: 16px 16px 14px 16px;
	margin-bottom: 40px; 
	position: relative;
} 
.alert_box p { margin-bottom: 0; }
.info::after, .warning::after, .success::after, .alert::after {
	position: absolute;
	top: 6px;
	right: 5px;
	display: inline-block;
	font-size: 11px;
	font-family: "OxygenBold", sans-serif;
}
.info {
	border: 1px solid #2ab4e6;
	background: #a0def4;
}
.info p { color: #10698A; }
	.info::after {
		content: 'INFO';
		color: #10698A;
	}
.warning p { color: #ae6023; }
.warning {
	border: 1px solid #e3b92f;
	background: #f1e889;
}
	.warning::after {
		content: 'WARNING';
		color: #ae6023;
	}
.success p { color: #618424; }
.success {
	border: 1px solid #a4d256;
	background: #e3f4Cc;
}
	.success::after {
		content: 'SUCCESS';
		color: #618424;
	}
.alert p { color: #ca3636; }
.alert { 
	border: 1px solid #fa6666;
	background: #ffcaca;
}
	.alert::after {
		content: 'ALERT';
		color: #ca3636;
	}
/* #Tabs */
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; }
.ui-tabs { position: relative; zoom: 1; margin-bottom: 40px;}
.ui-tabs .ui-tabs-nav { margin: 0px; padding: 0px; display: table; clear: both;}
.ui-tabs .ui-tabs-nav li {
	border-bottom:none !important;
	list-style: none;
	float: left;
	position: relative;
	padding: 0;
	white-space: nowrap;
	margin-top: 0px;
	margin-right: -1px;
	margin-bottom: -1px !important;
	margin-left: 0px;
	z-index:8;
}
.ui-tabs .ui-tabs-nav .ui-state-default {height: 39px;border-bottom:none !important;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
	z-index:99;
	background-color: #fff; 
	border-top:1px solid #ef5148;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a h5 { color: #6d7880; }
.ui-tabs .ui-tabs-nav li a h5 { margin: 0px; color: #6d7880; line-height: 41px; }
.ui-tabs .ui-tabs-nav li a {
	font-size:15px;
	color:#707070;
	line-height:39px;
	height: 38px;
	float: left;
	border-width: 1px 1px 0 1px;
	border-style: solid; 
	border-color: #d0d0d0 #d0d0d0 transparent #d0d0d0;
	border-bottom:none;
	padding-right: 15px;
	padding-left: 15px;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	padding-bottom: 0;
	border: 1px solid #d0d0d0;
	overflow: hidden;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,.08);
	box-shadow:0 1px 1px rgba(0,0,0,.08);
}
.ui-tabs .ui-tabs-panel p {
	padding: 10px 15px;
	margin-bottom: 0;
}
.ui-tabs .ui-tabs-hide { display: none !important; }

/* #Toggles  */
.ui-accordion { width: 100%; margin-bottom: 40px; }
.ui-accordion .ui-accordion-header { 
	cursor: pointer; 
	position: relative; 
	zoom: 1; 
	outline: none; 
	border: 1px solid #d0d0d0;
	height: 38px;
}
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-state-active  {
	border-top-color: #ef5148;
	border-bottom: 0 !important; 
	outline: none;
}
.ui-accordion .ui-accordion-header > a { 
	display: block; 
	line-height: 40px;
	color: #6d7880;
}
.ui-accordion .ui-accordion-header.ui-state-active > a {
	color: #6d7880;
}
.ui-accordion-icons .ui-accordion-header a { padding-left: 30px; }
.ui-accordion .ui-accordion-header .ui-icon-on { position: absolute; left: 11px; top: 50%; margin-top: -4px; width: 8px; height: 8px; background: #ef5148; }
.ui-accordion .ui-accordion-header .ui-icon-off { position: absolute; left: 11px; top: 50%; margin-top: -4px; width: 8px; height: 8px; background: #6d7880; }
.ui-accordion .ui-accordion-content { 
	border: 1px solid #d0d0d0;
	position: relative; 
	top: 1px; 
	overflow: hidden; 
	display: none; 
	zoom: 1; 
	top: -11px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,.08);
	box-shadow:0 1px 1px rgba(0,0,0,.08);
}
.ui-accordion .ui-accordion-content-active { display: block; }

.ui-accordion .ui-accordion-content p {
	padding: 10px 15px;
	margin-bottom: 0;
}
/* #jScroll bar CSS
================================================== */
.jspContainer { overflow: hidden; position: relative; }
.jspPane { position: absolute; }
.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
}
.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: red;
}
.jspVerticalBar *,
.jspHorizontalBar * {
	margin: 0;
	padding: 0;
}
.jspCap { display: none; }
.jspHorizontalBar .jspCap { float: left; }
.jspTrack { background: #f0f0f0; position: relative; }
.jspDrag {
	background: #d0d0d0;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}
.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}
.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}
.jspVerticalBar .jspArrow { height: 10px; }
.jspHorizontalBar .jspArrow {
	width: 10px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus { outline: none; }
.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}
/* #Twitter
================================================== */
.tweet,
.query {
	font-family: 'OxygenRegular', Arial, sans-serif;
	font-size: 15px;
	line-height: 1.6em;
	color: #6d7880;
}
.tweet_list {
	list-style: none;
	margin: 0;
	padding: 0;
}
	.tweet_list li {
		overflow-y: auto;
		overflow-x: hidden;
		list-style-type: none;
		margin-bottom: 15px;
	}
		.tweet_list li:last-child { margin-bottom: 0;}
		.tweet_list .tweet_avatar { padding-right: .5em; float: left; }
			.tweet_list .tweet_avatar img { vertical-align: middle; }

/* #Main menu styling on Mobile devices
================================================== */

nav select { display: none; }

/* #Media Queries
================================================== */

	/* Tablet Portrait size to standard 960 (devices and browsers) iPad Portrait */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		/* Typography */
		nav select { display: none; }
		/* Projects - gallery */
		ul.project_list_two li, ul.project_list_two li a ,ul.project_list_two li img { width: 364px; height: 231px; }
		ul.project_list_three li, ul.project_list_three li a ,ul.project_list_three li img { width: 236px; height: 150px; }
		ul.project_list_four li, ul.project_list_four li a ,ul.project_list_four li img { width: 172px; height: 109px; }
		ul.project_list_four li div.des > p.proj_title { font-size: 15px; padding-bottom: 0; }
		ul.project_list_four li div.des > p.proj_desc { font-size: 13px; }
		ul.social_icons_sidebar li { margin-right: 11px; }
		ul.social_icons_sidebar li:nth-child(5) { margin-right: 11px; }
		ul.social_icons_sidebar li:nth-child(4) { margin-right: 0; }
		div.comment_text { max-width: 378px; }
		div.jp-audio { width: 508px; }
		.jp-interface { width: 508px; }
		.jp-progress { width: 246px; }
		div.post_title { width: 448px; }
		form.blog_comment_form input { width: 156px; }
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		/* Slider */
		.flex-direction-nav { display: none; }
		div.top { height: 120px; margin-bottom: 20px; }
		div.logo {
			width: 118px;
			height: 76px;
			margin: 0 auto;
			float: none;
		}
		div.logo::after { clear: both; }
		ul.main_menu { display: none; }
  		nav select { 
  			width: 100%;
  			display: block; 
  			-webkit-border-radius: 0;
  			-moz-border-radius: 0;
  			border-radius: 0;
  			height: 30px;
  			margin-bottom: 10px;
  			padding: 4px;
  			background: #2c2f31;
  			color: #fff;
  			border: 0;
  			text-align: right;
  			margin: 0 auto;
  			font-size: 13px;
  			font-family: "OxygenBold", sans-serif;
  		}
  		nav select option { padding: 10px; }
  		div.bc_box { display: none; }
  		div.welcome_text { margin-bottom: 40px; }
  		.separator { margin-bottom: 40px; }
  		/* Projects - gallery */
		ul.project_list_two li, ul.project_list_two li a ,ul.project_list_two li img { width: 420px; height: 267px; }
		ul.project_list_three li, ul.project_list_three li a ,ul.project_list_three li img { width: 420px; height: 267px; }
		ul.project_list_four li, ul.project_list_four li a ,ul.project_list_four li img { width: 420px; height: 267px; }
		div.sixteen.columns.filters { display: none; }
		/* Blog */
		div.latest_post > img { display: none; }
		div.post_date { display: none; }
		div.post_details a { font-size: 13px; } 
		div.jp-audio { width: 420px; }
		.jp-interface { width: 420px; }
		.jp-progress { width: 158px; }
		.columns.blog_post { margin-bottom: 40px; }
		.comment_avatar { display: none; }
		ul.social_icons_sidebar li:nth-child(5) { margin-right: 15px; }
		form.blog_comment_form li{ margin-right: 0; }
		form.blog_comment_form input { width: 420px; }
		.columns.f_widget { margin-bottom: 20px; clear: both; }
		.columns.pricing_column, .column.pricing_column { margin-bottom: 20px; }
		.footer_links { float: none; margin-bottom: 30px; }
		.columns.footer { margin-bottom: 30px; }
	}
	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		/* Slider */
		.flex-direction-nav { display: none; }
		div.top { height: 120px; margin-bottom: 20px; }
		div.logo {
			width: 118px;
			height: 76px;
			margin: 0 auto;
			float: none;
		}
		div.logo::after { clear: both; }
		ul.main_menu { display: none; }
  		nav select { 
  			width: 100%;
  			display: block; 
  			-webkit-border-radius: 0;
  			-moz-border-radius: 0;
  			border-radius: 0;
  			height: 30px;
  			margin-bottom: 10px;
  			padding: 4px;
  			background: #2c2f31;
  			color: #fff;
  			border: 0;
  			text-align: right;
  			margin: 0 auto;
  			font-size: 13px;
  			font-family: "OxygenBold", sans-serif;
  		}
  		nav select option { padding: 10px; }
  		div.bc_box { display: none; }
  		div.welcome_text { margin-bottom: 40px; }
  		.separator { margin-bottom: 40px; }
  		/* Projects - gallery */
		ul.project_list_two li, ul.project_list_two li a ,ul.project_list_two li img { width: 300px; height: 191px; }
		ul.project_list_three li, ul.project_list_three li a ,ul.project_list_three li img { width: 300px; height: 191px; }
		ul.project_list_four li, ul.project_list_four li a ,ul.project_list_four li img { width: 300px; height: 191px; }
		div.sixteen.columns.filters { display: none; }
		/* Blog */
		div.latest_post > img { display: none; }
		div.post_date { display: none; }
		div.post_details a { font-size: 13px; } 
		div.jp-audio { width: 300px; }
		.jp-interface { width: 300px; }
		.jp-progress { width: 70px; }
		.jp-volume-bar { width: 38px;}
		.columns.blog_post { margin-bottom: 40px; }
		.comment_avatar { display: none; }
		ul.social_icons_sidebar li:nth-child(5) { margin-right: 15px; }
		form.blog_comment_form li{ margin-right: 0; }
		form.blog_comment_form input { width: 300px; }
		.columns.f_widget { margin-bottom: 20px; clear: both; }
		.columns.pricing_column, .column.pricing_column { margin-bottom: 20px; }
		.footer_links { float: none; margin-bottom: 30px; }
		.columns.footer { margin-bottom: 30px; }
	}