/*	 Reset Styling
 ************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*	General Styling
 ************************************************************************/
* {
	outline: none;
	padding: 0px;
	margin: 0px
}
body {
	margin: 0 auto;
	padding: 0;
	background: #fff url(./images/bg.png) repeat;
	color: #959595;
	line-height: 18px;
	font-family: "Open Sans", Helvetica, Arial;
	font-size: 13px;
}
img {
	max-width: 100%;
	border: none;
	display: block;
}
a {
	color: #494949;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
a:hover {
	color: #fd7f67;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
h1, h2, h3, h4, h5, h6 {
	color: #454545;
	padding: 0;
	margin: 0 0 16px 0;
	line-height: 130%;
	font-weight: bold;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 10px;
}
h6 {
	font-size: 8px;
}
p {
	line-height: 20px;
	margin-bottom: 32px;
}
p:first-child {
	margin-bottom: 12px;
}
p:last-child {
	margin-bottom: 0;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
ol {
	padding: 0;
	margin: 0;
}
ol li {
list-style: decimal;
	padding: 0 0 10px 0;
	margin: 0 0 0 20px;
	line-height: 24px;
}
ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
cite {
	float: right;
	padding: 0 0 5px 0;
}
hr {
	background: #eee;
	border: 0;
	clear: both;
	width: 100%;
	height: 1px;
	padding: 0;
	margin: 20px 0;
	position: relative;
}
pre {
	color: #ddd;
	background: url(./images/code.png);
	border-left: 3px solid #FD7F67 !important;
	padding: 5px 25px;
	margin: 5px 0 20px 0;
	font-family: "Courier New";
	overflow: auto;
	font-size: 12px;
	line-height: 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
code {
	color: #ddd;
	background: url(./images/code.png);
	border-left: 3px solid #FD7F67 !important;
	padding: 5px 25px;
	margin: 5px 0 20px 0;
	font-family: "Courier New";
	clear: both;
	display: block;
	font-size: 12px;
	line-height: 24px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
iframe {
	max-width: 100%;
}
mark {
	padding: 3px 5px;
}
textarea { 
	white-space:pre; 
}

/*	Original Columns
 ************************************************************************/
#boxed {
	width: 1064px;
	margin: 0 auto;
	background:#fff;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.30);
}
#full {
	width: 100%;
	margin: 0 auto;
	background:#fff;
}

/*	Grid System
 ************************************************************************/
.left-sidebar .grid_8, .grid_4 {
	display: inline;
	float: right;
	position: relative;
	margin-left: 1%;
	margin-right: 1%;
}
.grid_12, .grid_11, .grid_10, .grid_9, .grid_8, .grid_7, .grid_6, 
.grid_4, .grid_5, .grid_3, .grid_2, .grid_1 {
	display: inline;
	float: left;
	position: relative;
	margin-left: 1%;
	margin-right: 1%;
}
.grid_12 {
	width: 98.0%;
}
.grid_11 {
	width: 89.667%;
}
.grid_10 {
	width: 81.333%;
}
.grid_9 {
	width: 73.0%;
}
.grid_8 {
	width: 64.667%;
}
.grid_7 {
	width: 56.333%;
}
.grid_6 {
	width: 48.0%;
}
.grid_5 {
	width: 39.667%;
}
.grid_4 {
	width: 31.333%;
}
.grid_3 {
	width: 23.0%;
}
.grid_2 {
	width: 14.667%;
}
.grid_1 {
	width: 6.333%;
}
.row {
	margin: 0 auto;
	width: 1032px;
}

/*	Header
 ************************************************************************/
#header {
	background: #272727 url(./images/pattern.png) repeat;
}
#header .logo{
	padding: 25px 24px;
	float: left;
	overflow: hidden;
}
#extraInfo #searchform { 
	padding: 40px 20px;
}
#extraInfo #searchform label { 
	font-size:18px;
}
#searchform input {
	background: white url(./images/search-icon.png) 764px center no-repeat;
	border: 1px solid #E0E0E0;
	border-radius: 3px;
	width: 80%;
	padding: 10px;
	color: #C5C5C5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 20px;
}
.search-icon {
	background: transparent url(./images/search-icon.png) no-repeat;
	width: 13px;
	height: 14px;
	position: relative;
	display: block;
}
.close-icon {
	background: transparent url(./images/close-icon.png) no-repeat;
	width: 13px;
	height: 14px;
	position: relative;
	display: block;
}
.nav-icon {
	background: transparent url(./images/nav-icon.png) no-repeat;
	width: 13px;
	height: 14px;
	position: relative;
	display: block;
}
#extraInfo { 
	background-color: #fd7f67;
	color: white;
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	position: absolute;
	top: 101px;
	z-index: 1;
	width: 100%;
}
#boxed #extraInfo { 
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	position: absolute;
	top: 101px;
	z-index: 1;
	width: 1064px;
}
#extraInfo p { 
	padding: 20px;
	font-style: italic;
	font-size: 14px;
}
#extraInfo a { 
	color: #000;
}
#extraInfo a:hover { 
	color: #fff;
	text-decoration: underline;
}
.extraicon, .extraicon2 {
	float: right;
	margin: 52px 24px 0 0;
}
ul.page-title {
	position: absolute;
	display: block;
	text-align: center;
	top: 162px;
	font-size: 16px;
	font-style: italic;
	width: 100%;
	z-index: 1;
	color: white;	
}
ul.page-title li {
	display: inline-block;
	margin: 0;
}
ul.page-title li:after {
	content: '/';
	color: #bbb;
	font-size: 10px;
	margin: 0 10px;
}
ul.page-title li:last-child:after {
	content: '';
}

/*	Navigation
 ************************************************************************/
#header nav {
	float: right;
	padding: 46px 24px 0px 8px;
}
#header nav ul li{
	float: left;
	padding: 0px 5px;
}
#header nav a {
	color: #fff;
	padding: 6px 14px;
	font-weight: normal;
	font-size: 14px;
}
#header nav a:hover {
	background: rgba(0, 0, 0, 0.30);
	border-radius: 3px;
}
#header nav ul li.current a{
	background: rgba(0, 0, 0, 0.30);
	padding: 6px 14px;
	border-radius: 3px;
}
#header nav ul li a.sf-with-ul {
	padding: 6px 24px 6px 14px;
}
#header .grid_12:after {
	content: "";
	clear: both;
}

/*	Services
 ************************************************************************/
.services {
	text-align: center;
}
h3.top-header {
	margin: 0px 0px 32px 0px;
	font-size: 16px;
	font-weight: bold;
	background: url(./images/line.png) center repeat-x;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
h3.top-header span {
	background: #fff;
	color: #000;
	text-transform: uppercase;
	padding-right: 20px;
}
h3.top-header span b {
	color: #fd7f67;
}
.tt-col {
	position:relative;
	display: block;	
	margin: 64px auto;
	padding:0;
}
.tt-col img {
	position:relative;
	display: block;	
	margin: 0 auto;
}
.tt-col .circle {
	padding: 42px;
	border: 2px solid black;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg); 
	-webkit-transform: rotate(0deg); 
	-o-transform: rotate(0deg);
	-moz-transform: rotate(0deg); 
}
.tt-col .grid_3:hover .circle {
	border-color: #fd7f67;
	background-color: #fd7f67;
	-webkit-transform: scale(1.1);
	transform: rotate(359deg);
	-ms-transform: rotate(359deg); 
	-webkit-transform: rotate(359deg); 
	-o-transform: rotate(359deg);
	-moz-transform: rotate(359deg); 
}
.tt-col h3.service-title {
	margin: 32px 0px 18px 0px;
	color: black;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.tt-col .grid_3:hover h3.service-title {
	-webkit-transform: scale(1.2);
}
.tt-col .grid_3:hover h3.service-title b {
	color: #fd7f67;
}
.services a {
	font-weight: bold;
}

/*	Slider
 ************************************************************************/
#slider {
	height: 384px;
	text-align: center;
}
#slider iframe {
	width: 100%;
}
.theme20-feature {
	position:relative;
	display: block;	
}
.theme20-feature a {
	color: #fd7f67;	
}
.theme20-feature a:hover {
	color: #fff;	
}
.theme20-feature img {
	height: 175px;
	background: transparent url(./images/lightbox/loading.gif) center center no-repeat;
	width: 100%;
	padding-bottom: 10px;
}
.theme20-feature .shadow {
	position: absolute;
	background-image: url(./images/shadow-top.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 42px;
	width: 100%;
	top: 0;
	z-index: 1;
}
.theme20-feature .caption-bg {
	position: absolute;
	background-image: url(./images/caption-bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 62px;
	width: 100%;
	bottom: -18px;
	z-index: 0;
}
.theme20-feature .bottom-shadow {
	position: absolute;
	background-image: url(./images/shadow-bottom.png);
	background-repeat: no-repeat;
	background-position: top center;
	height: 49px;
	width: 100%;
	bottom: -67px;
	z-index: 0;
}
.slider-prev{
	background: #CCC url("./images/slider-prev.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 30px;
	height: 30px;
}
.slider-next{
	background: #CCC url("./images/slider-next.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 30px;
	height: 30px;
}
.slider-button {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.slider-button:hover {
	background-color: #fd7f67;
}

/*	Blog Posts
 ************************************************************************/
.post {
	margin-bottom: 96px;
}
.post iframe {
	width: 100%;
	display: block;
}
.post iframe:hover {
	z-index: 999;
}
.posts .header {
	position: relative;
}
.posts .header ul.da-thumbs li {
	float: none;
}
.posts .header ul.da-thumbs img{
	width: 100%;
	background: transparent url(./images/lightbox/loading.gif) center center no-repeat;
}
.posts .header span.link_post, .posts .header span.zoom {
	background-position: center !important;
	width: 46px;
	height: 46px;
	margin-top: 19% !important;
}
.posts .content {
	margin: 32px 0 0 160px;
}
.posts .content h3 {
	font-size: 16px;
	background: url(./images/h3-icon.png) no-repeat 0px 0px;
	padding-left: 32px;
	padding-top: 3px;
}
.two-column .grid_6 {
	width: 47%;
}
.two-column .content h3 {
	margin-top: 32px;
	background: url(./images/h3-icon.png) no-repeat 0px 0px;
	padding-left: 32px;
	padding-top: 3px;
}
.header .post-meta {
	color: white;
	position: absolute;
	bottom: -80px;
	left: 32px;
	text-align: center;
}
.header .post-meta .date {
	background: #FD7F67;
	padding: 12px 20px;
}
.header .post-meta .date span {
	display:block;
	line-height: 20px;
	font-weight: bold;
}
.header .post-meta .date .day{
	font-size: 30px;
	line-height: 30px;
}
.header .post-meta .date .month{
	font-size: 20px;
	line-height: 20px;
}
.header .post-meta .date .year{
	font-size: 14px;
}
.header .post-meta .comments a {
	background: #C36250;
	color: #fff;
	padding: 6px 10px;
	font-weight: bold;
	font-size: 12px;
}
.header .post-meta .comments a:hover {
	background: #fff;
	color: #fd7f67;
	padding: 6px 10px;
	font-size: 12px;
}
.two-column .header .post-meta {
	position: relative;
	bottom: 0;
	left: 0;
	font-size: 12px !important;
}
.two-column .grid_6 .content {
	margin: -8px 0 0 64px !important;
}
.two-column .grid_6 .header .post-meta .date .day, 
.two-column .grid_6 .header .post-meta .date .year, 
.two-column .grid_6 .header .post-meta .date .month  {
	font-size: 12px;
	line-height: 18px;
}
.two-column .grid_6 .header .post-meta li {
	background: #FD7F67;
	padding: 5px;
	display: inline;
	float: left;
}
.singlepage .post-footer {
	border-bottom: 1px solid #EEE !important;
	border-top: 0px solid #EEE !important;
	padding: 0 0 6px 0 !important;
	margin: 0 0 16px 0 !important;
}
.singlepage h3 {
	margin-top: 0;
}
.post-footer {
	border-top: 1px solid #EEE;
	padding: 6px 0px 0 0;
	margin: 16px 0 0 0;
}
.post-footer ul {
	float: left;
	background: transparent url(./images/info-meta.png) 0px 2px no-repeat;
	padding-left: 26px;
}
.post-footer ul li {
	display: inline;
	margin: 0;
}
.post-footer ul li:after {
	content: '/';
	color: #bbb;
	font-size: 10px;
	margin: 0 10px;
}
.post-footer ul li:last-child:after {
	content: '';
}
.post-footer a.more {
	float: right;
	border-top: 1px solid #272727;
	padding: 5px 10px;
	margin-top: -7px;
	line-height: 20px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.post-footer a.more:hover {
	background: #FD7F67;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.pagination {
	margin: 0px 0px 32px 0px;
	font-size: 14px;
	padding: 0 0 0 0;
	font-weight: normal;
	background: url(./images/line.png) center repeat-x;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pagination span {
	background: #fff;
	color: #ADADAD;
	text-transform: uppercase;
	padding-right: 20px;
}
.pagination .numbers {
	background: #fff;
	color: #ADADAD;
	padding: 0 0 0 20px;
	float: right;
	text-align: right;
}
.pagination .numbers li {
	display: inline;
	margin: 0;
}
.pagination .numbers li:after {
	content: '/';
	color: #bbb;
	font-size: 10px;
	margin: 0 10px;
}
.pagination .numbers li:last-child:after {
	content: '';
	margin: 0;
}
.pagination ul li.current a {
	color: #bbb;
}

ul.blog-posts {}
ul.blog-posts li {
	margin: 0 0 32px 0;
}
ul.blog-posts .thumb {
	float: left;
	display: block;
	margin: 0 30px 0 0;
}
ul.blog-posts .thumb ul li img {
	display: block;
	height: 100px;
	width: 100px;
}
.thumbsix ul.blog-posts .thumb ul li img {
	display: block;
	height: 60px;
	width: 60px;
}
.thumbsix ul.blog-posts .entry-meta {
	font-style: italic;
	font-size: 11px;
	margin: 0 0 6px 0;
	background: transparent url(./images/info-meta.png) 90px 2px no-repeat;
	padding-left: 112px;
}
ul.blog-posts h3.entry-title {
	margin: 0 0 12px 0;
	font-size: 14px;
	font-weight: bold;
	padding-top: 6px;
}
ul.blog-posts .entry-meta {
	font-style: italic;
	font-size: 11px;
	margin: 0 0 6px 0;
	background: transparent url(./images/info-meta.png) 130px 2px no-repeat;
	padding-left: 152px;
}
.sidebar ul.blog-posts .entry-meta, #recent ul.blog-posts .entry-meta, #popular ul.blog-posts .entry-meta {
	font-style: italic;
	font-size: 11px;
	margin: 0 0 6px 0;
	background: transparent url(./images/info-meta.png) 66px 2px no-repeat;
	padding-left: 88px;
}
#comments ul.blog-posts .entry-meta {
	font-style: italic;
	font-size: 11px;
	margin: 0 0 6px 0;
	background: none;
	padding-left: 0;
}
.admin-comment .thumb img {
	border: 2px dashed;
}
ul.author-row {
	margin: 64px 0;
}
ul.author-row li {
	margin: 0 0 32px 0;
}
ul.author-row .thumb {
	float: left;
	margin: 0 30px 0 0;
}
ul.author-row .thumb img {
	width: 100px;
	height: 100px;
}
ul.author-row h3.entry-title {
	margin: 0 0 12px 0;
	font-size: 14px;
	font-weight: bold;
	padding-top: 6px;
}
ul.author-row h3.entry-title i {
	padding-left: 8px;
	font-style: italic;
	font-weight: normal;
	font-size: 11px;
	color: #888;
}
ul.author-row .entry-meta {
	font-style: italic;
	font-size: 11px;
	margin: 0 0 6px 0;
}
ul.author-row .social {
	margin-top: -8px;
	float: right;
}
.similar-posts .image_grid li {
	width: 199px;
}

ul.showcomments {
	margin: 0;
}
ul.showcomments li {
	margin: 0 0 32px 0;
	border-bottom: 1px solid #E4E4E4;
	padding-bottom: 32px;
}
ul.showcomments li.child {
	margin: 0 0px 0 112px;
}
ul.showcomments .reply {
	position: relative;
	bottom: -10px;
	left: 0;
	font-size: 12px !important;
	text-align: center;
	font-style: italic;
}
ul.showcomments .thumb {
	float: left;
	margin: 0 30px 0 0;
}
ul.showcomments .thumb img {
	width: 80px;
	height: 80px;
}
ul.showcomments h4.entry-title {
	margin: 0 0 12px 0;
	font-size: 14px;
	font-weight: bold;
	padding-top: 6px;
}
ul.showcomments h4.entry-title i {
	padding-left: 8px;
	font-style: italic;
	font-weight: normal;
	font-size: 11px;
	color: #888;
}
ul.showcomments span.date {
	float: right;
	padding-left: 8px;
	font-style: italic;
	font-weight: normal;
	font-size: 11px;
	color: #888;
}
ul.showcomments .entry-meta {
	font-style: italic;
	font-size: 11px;
	margin: 0 0 6px 0;
}
ul.showcomments .social {
	margin-top: -8px;
	float: right;
}
.form-c, .singlepage {
	margin: 0 !important;
}
img.align-left {
	float: left;
	margin: 6px 30px 16px 0;
}
img.align-right {
	float: right;
	margin: 6px 0 16px 30px;
}
img.align-center {
	margin: 0 auto;
	padding-bottom: 16px;
}
.error-page p.error {
	text-align: center;
	margin: 0 auto;
	font-size: 20em;
	line-height: 240px;
	background: none;
	border: none;
}
.error-page p {
	text-align: center;
}

/*	Contact Form
 ************************************************************************/
#contact-us label {
	display: block;
	margin-bottom: 5px;
}
#contact-us input {
	border: 1px solid #E0E0E0;
	border-radius: 3px;
	width: 100%;
	padding: 10px;
	color: #C5C5C5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 8px 0;
}
#contact-us {
	width: 100%;
}
#contact-us textarea {
	border: 1px solid #E0E0E0;
	border-radius: 3px;
	width: 100%;
	height: 150px;
	padding: 10px;
	color: #C5C5C5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 8px 0;
}
#contact-us-message {
	display: none;
}
#contact-us .input-box {
	margin-bottom: 5px;
}
#contact-us .submit {
	text-align: right;
}
#contact-us .submit input {
	border: 1px solid #E0E0E0;
	padding: 10px;
	width: auto;
	color: #fff;
	background: #FD7F67;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 16px 0;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
#contact-us .submit input:hover {
	border: 1px solid #272727;
	background: #272727;
	cursor: pointer;
}
#contact-us .error, #contact-us .success {
	padding: 5px 5px 5px 25px;
	margin: 5px 0px;
}
#contact-us .error {
	border: 1px solid #FD7F67;
	background-image: url('./images/action-error.gif');
	background-repeat: no-repeat;
	background-position: 5px center;
}
#contact-us .success {
	border: 1px solid #009900;
	color: #003300;
	background-image: url('./images/action-success.gif');
	background-repeat: no-repeat;
	background-position: 5px center;
}
#contact-us .loading {
	padding: 10px 45px;
	font-size: 12px;
	background-image: url('./images/lightbox/loading.gif');
	background-repeat: no-repeat;
	background-position: 5px center;
	border: 1px solid #EEE;
}
.contact-page iframe {
	margin-top: 32px;
}

/*	Comments
 ************************************************************************/
#commentform label {
	display: block;
	margin-bottom: 5px;
}
#commentform .fields input {
	border: 1px solid #E0E0E0;
	border-radius: 3px;
	width: 70%;
	padding: 10px;
	color: #C5C5C5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 16px 0;
}
#commentform textarea {
	border: 1px solid #E0E0E0;
	border-radius: 3px;
	width: 100%;
	padding: 10px;
	color: #C5C5C5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 16px 0;
}
#commentform .form-submit input {
	border: 1px solid #E0E0E0;
	padding: 10px;
	color: #fff;
	background: #FD7F67;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 16px 0;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
#commentform .form-submit input:hover {
	border: 1px solid #272727;
	background: #272727;
	cursor: pointer;
}

/*	Sidebar
 ************************************************************************/
.sidebar #searchform input, .sidebar #searchform2 input  {
	background: white url(./images/search-icon.png) 290px center no-repeat;
	border: 1px solid #E0E0E0;
	border-radius: 3px;
	width: 100%;
	padding: 10px;
	color: #C5C5C5;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
}
.widget {
	margin: 0 0px 48px 0px;
}
.widget h3.top-header {
	margin: 0 0px 18px 0px;
}
p.after-widgets {
	text-align: center;
}
.menu-widget {}
.menu-widget ul {}
.menu-widget li {}
.menu-widget li a {
	padding: 6.5px 0;
	display: block;
	border-bottom: 1px dashed #DFDFDF;
}
.menu-widget li a:hover {
	color: #FD7F67;
	border-bottom: 1px dashed #FD7F67;
}

/*	jquery ui Customize
 ************************************************************************/
.ui-accordion .ui-accordion-header {
	padding: 1em 1em 1em 4.5em !important;
	background: #272727;
	color: white;
	font-size: 12px;
	font-weight: bold;
	margin: 8px 0 0 0 !important;
	border-radius: 0 !important;
	border: 0 !important;
}
.ui-accordion .ui-accordion-header:first-child {
	margin: 0 !important;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	left: 11px !important;
	top: 7px !important;
	margin: 0 !important;
	padding: 5px !important;
}
.ui-icon-triangle-1-s, .ui-state-active .ui-icon {
	background: #272727 url(./images/zerro.png) center no-repeat !important;
}
.ui-icon {
	background: #FD7F67 url(./images/plus.png) center no-repeat !important;
}
.ui-accordion .ui-accordion-content {
	overflow: hidden !important;
}
.ui-accordion-header-active {
	background: #FD7F67 !important;
}
.ui-widget-content {
	border: none !important;
	background: none !important;
	color: #494949 !important;
}
.ui-accordion .ui-accordion-content {
	padding: 16px 0 16px 40px !important;
}

.tab .ui-widget-header {
	border: none !important;
	background: none !important;
	font-weight: normal !important;
}
.tab .ui-state-default {
	border: none !important;
	background: #272727 !important;
	color: #fff !important;
	border-radius: 0;
}
.tab .ui-tabs {
	padding: 0;
}
.tab .ui-tabs .ui-tabs-nav li.ui-tabs-active {
	padding: 0;
}
.tab .ui-state-default a{
	font-size: 14px;
	color: #fff !important;
}
.tab .ui-state-active a {
	background: #fd7f67 !important;
	color: #fff!important;
}
.tab .ui-tabs .ui-tabs-nav {
	padding: 0;
	margin: 0;
}
.tab .ui-tabs .ui-tabs-panel {
	padding: 32px 0 0 0;
}
.tab ul.blog-posts .thumb img {
	width: 50px;
	height: 50px;
}
.tab ul.blog-posts span.link_post {
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0;
}
.tab ul.blog-posts h3.entry-title {
	padding-top: 0;
	margin: 0 0 8px 0;
}
.tab ul.blog-posts h3.entry-title i {
	padding-left: 4px;
	color: #888;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
}
.tab .entry-meta span.comment {
	font-style: normal;
}
.tab ul.blog-posts li {
	margin: 0 0 18px 0;
	padding: 0 0 16px 0;
	border-bottom: 1px dashed #EEE;
}
.tab ul.blog-posts li:last-child {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}
.tab .da-thumbs li {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}
.tab ul.blog-posts .thumb {
	margin: 0 16px 0 0;
}
.tab ul.blog-posts a:hover {
	color: #fd7f67;
}

/*	Portfolio
 ************************************************************************/
.da-thumbs li ,
.da-thumbs li  img {
	display: block;
	position: relative;
}
.da-thumbs li  {
	overflow: hidden;
	margin: 0 35px 0 0;
	float: left;
}
.da-thumbs li:last-child  {
	margin: 0;
}
.da-thumbs li  article {
	position: absolute;
	background: #fd7f67;
	width: 100%;
	height: 100%;
}
.da-thumbs li  iframe {
	width: 100%;
	height: 170px;
}
.da-thumbs li  article.da-animate {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.da-slideFromTop {
	left: 0px;
	top: -100%;
}
.da-slideFromBottom {
	left: 0px;
	top: 100%;
}
.da-slideFromLeft {
	top: 0px; 
	left: -100%;
}
.da-slideFromRight {
	top: 0px;
	left: 100%;
}
.da-slideTop {
	top: 0px;
}
.da-slideLeft {
	left: 0px;
}
.da-thumbs li  article a {
	color:#fff;
	padding:20px;
	display:block;
}
.da-thumbs {
	text-align:center;
}
.da-thumbs li  article h3{
	color:#fff;
	padding-top:30px;
	margin:0 auto;
}
.da-thumbs li  article em{
	margin-top: 20%;
	color: white;
	display: block;
}
.da-thumbs li  article span{
	display:inline-block;
	margin-top: 16px;
}
span.link_post{
	display:block;
	width:46px;
	height: 47px;
	cursor:pointer;
	background-image:url(./images/link-h.png);
	background-repeat:no-repeat;
	background-position:top;
	margin-right:10px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
span.link_post:hover {
	background-image:url(./images/link-h2.png);
}
ul.blog-posts span.link_post{
	background-repeat:no-repeat;
	background-position:center;
	margin: 25% 0 0 0;
}
span.zoom {
	overflow:hidden;
	display:block;
	width:46px;
	height: 47px;
	cursor:pointer;
	background-image:url(./images/zoom.png);
	background-repeat:no-repeat;
	background-position:top;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
span.zoom:hover {
	background-image:url(./images/zoom-h.png);
}
.portfolio_2col article h3{
	padding-top:70px !important;
}
.image_grid li {
	color: #686f74;
	list-style:none;
	overflow:hidden;
	margin-bottom:1px;
	text-align:center;
	width: 226px;
}
.project-img {
	
}
.image_grid ul.portfolio {
	overflow: hidden;
}
.image_grid ul.portfolio li {
	display: block;
}
.one ul.portfolio li {
	width: 100%;
}
.one ul.portfolio li img {
	width: 100%;
}
.two ul.portfolio li {
	width: 48.4%;
}
.three ul.portfolio li {
	width: 31.6%;
}
.four ul.portfolio li {
	width: 23.4%;
}
.image_grid ul.portfolio li {
	margin: 0 8px 16px 8px;
}

/* 	Filters
----------------------------------------------------------------------------------------------------*/
.filterable {
	margin: 0px 0px 32px 0px;
	font-size: 14px;
	padding: 0 0 0 0;
	font-weight: normal;
	background: url(./images/line.png) center repeat-x;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.filterable span {
	background: #fff;
	color: #000;
	text-transform: uppercase;
	padding-right: 20px;
	font-weight: bold;
	font-size: 14px;
}
.filterable span b {
	color: #FD7F67;
}
.filterable ul.filter {
	background: #fff;
	color: #ADADAD;
	padding: 0 0 0 20px;
	float: right;
	text-align: right;
}
.filterable ul.filter li {
	display: inline;
	color: #272727;
	margin: 0;
}
.filterable ul.filter li:after {
	content: '/';
	color: #bbb;
	font-size: 10px;
	margin: 0 10px;
}
.filterable ul.filter li:last-child:after {
	content: '';
	margin: 0;
}
.filterable li.current a, .filterable li a:hover  {
	color: #FD7F67;
}

/*	Footer
 ************************************************************************/
#big-boy{
	background: #272727 url(./images/pattern.png) repeat;
	padding: 64px 0;
	border-bottom: 1px solid #525252;
}
footer a {
	color: #fd7f67;
}
footer a:hover {
	color: #fff;
}
#big-boy h4{
	font-size: 14px;
	padding: 0 0 26px 0;
	margin: 0 0 26px 0;
	background: url(./images/border-bottom.png) bottom repeat-x;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
#last-boy{
	background: #191919 url(./images/pattern.png) repeat;
}
#last-boy p.copyrights{
	float: left;
	padding: 16px 0;
	font-size: 12px;
}
#last-boy p.right{
	float: right;
	padding: 16px 0;
	font-size: 12px;
}

.footer-social {
	float: right;
	margin: 16px 0;
}
.footer-social a {
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	width: 25px;
	height: 26px;
	margin-left: 10px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.social {
	/*margin-top: 32px;*/
}
.social a {
	color: #DDD !important;
	background-color: #333 !important;
	padding: 4px 6px;
	margin-right: 2px;
	margin-bottom: 2px;
	line-height: 28px;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	width: 25px;
	height: 26px;
}
.social a:hover {
	text-decoration: none;
	background-color: #FD7F67 !important;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}
a.twitter {	background: url(./images/social/twitter.png) center no-repeat;}
a.facebook {	background: url(./images/social/facebook.png) center no-repeat;}
a.dribbble{	background: url(./images/social/dribbble.png) center no-repeat;}
a.tumblr {	background: url(./images/social/tumblr.png) center no-repeat;}
a.pinterest {	background: url(./images/social/pinterest.png) center no-repeat;}
a.behance {	background: url(./images/social/behance.png) center no-repeat;}
a.blogger {	background: url(./images/social/blogger.png) center no-repeat;}
a.cargo {	background: url(./images/social/cargo.png) center no-repeat;}
a.delicious {	background: url(./images/social/delicious.png) center no-repeat;}
a.deviantart {	background: url(./images/social/deviantart.png) center no-repeat;}
a.digg {	background: url(./images/social/digg.png) center no-repeat;}
a.dropplr {	background: url(./images/social/dropplr.png) center no-repeat;}
a.ember {	background: url(./images/social/ember.png) center no-repeat;}
a.googleplus {	background: url(./images/social/googleplus.png) center no-repeat;}
a.evernote {	background: url(./images/social/evernote.png) center no-repeat;}
a.flickr {	background: url(./images/social/flickr.png) center no-repeat;}
a.forrst {	background: url(./images/social/forrst.png) center no-repeat;}
a.github {	background: url(./images/social/github.png) center no-repeat;}


#jtwt li{
	background:none !important;
}
#jtwt .jtwt_tweet{
	margin-bottom:30px;
	color:#959595;
	font-size:13px;
	line-height:18px;
	background:url(./images/twitter-icon.png) no-repeat top left !important;
	padding-left:45px !important;
	padding-top:0px !important;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#jtwt .jtwt_tweet:hover{
	background:url(./images/twitter-icon-h.png) no-repeat top left !important;
}
#jtwt .jtwt_tweet p a{
	background: none !important;
	color:#bbb;
	display:inline !important;
	padding:0 !important;
	border:0 !important;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#jtwt .jtwt_tweet p a:hover{
	color:#FD7F67;
}
#jtwt .jtwt_tweet .jtwt_tweet_text{
	margin-bottom:0 !important;
}
.recent-works-items{
	overflow:hidden;
}
.tags a { 
	color: #ddd !important; 
	background: #333; 
	padding: 4px 6px;
	line-height: 28px;
	-webkit-transition: all 0.8s ease-in-out;
	   -moz-transition: all 0.8s ease-in-out;
	     -o-transition: all 0.8s ease-in-out;
	        transition: all 0.8s ease-in-out;
}
.tags a:hover { 
	text-decoration: none; 
	background: #fd7f67;
	-webkit-transition: all 0.1s ease-in;
	   -moz-transition: all 0.1s ease-in;
	     -o-transition: all 0.1s ease-in;
	        transition: all 0.1s ease-in;
}
.flickr-photos li {
	display: inline-block;
	margin: 0 5px 3px 0;
	width: 54px;
}
.flickr-photos li:last-child {
	margin: 0 0px 3px 0;
}
.flickr-photos li img {
	border: 2px solid #272727;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
.flickr-photos li img:hover {
	border: 2px solid #fd7f67;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
#toTop{
	position:fixed;
	bottom:18px;
	right:22px;
	width: 40px;
	height: 40px;
	background: transparent url("./images/top.png") center no-repeat;
	cursor:pointer;
	display:none;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
#toTop:hover {
	opacity: 0.8;
	background: url("./images/top-hover.png") center no-repeat;
}

/* 	More
----------------------------------------------------------------------------------------------------*/
.dropcap { 
	font-size: 32px;
	margin: 0px 16px 8px 0px;
	text-transform: uppercase;
	float: left;
	position: relative;
	top: 5px;
	color: white;
	line-height: 50px;
	padding: 0px 16px;
	background: #FD7F67;
}
p.message-box {
	padding: 16px 32px;
}
p.error {
	border: 1px solid #FD7F67;
	background: #fd7f67;
	background-image: url('./images/action-error.gif');
	background-repeat: no-repeat;
	background-position: 10px center;
}
p.success {
	border: 1px solid #009900;
	color: #003300;
	background: #72bc9c;
	background-image: url('./images/action-success.gif');
	background-repeat: no-repeat;
	background-position: 10px center;
}

/* 10 Notification Boxes
-------------------------------------------------------------------------------- */
.notification-box {
	position: relative;
	margin-bottom: 20px;
	border-radius: 3px;	
	padding: 10px 10px 10px 32px;
	background-repeat: no-repeat;
	background-position: 10px 11px;
	border: 1px solid;
	color:#444;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px rgba(255,255,255,0.4) inset;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px rgba(255,255,255,0.4) inset;
}
a.notification-close {
	position: absolute;
	right: 5px;
	top: 5px;	
	color: #666 !important;
	text-decoration: none !important;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
	line-height: normal;
}
.notification-box p {
	margin-bottom: 0;
	margin-top: 20px;	
}
.notification-box > p:first-child {
	margin: 0;	
}
.notification-box-info {
	background-color: #cfe6fc;
	background-image: url(./images/info.png);
	border-color: #a4c8f5; 	
}

.notification-box-success {
	background-color: #d2f7ad;
	background-image: url(./images/tick.png);
	border-color: #aedb2e; 	
}

.notification-box-warning {
	background-color: #fae7a2;
	background-image: url(./images/warning.png);
	border-color: #f5c558; 	
}

.notification-box-error {
	background-color: #ffd5af;
	background-image: url(./images/delete.png);
	border-color: #f8b472; 	
}
.buttonss a {
	display: inline-block;
}
a.button {
	border: 1px solid #E0E0E0;
	padding: 10px;
	color: #fff;
	background: #FD7F67;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 16px 0;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a.medium {
	padding: 15px;
}
a.large {
	padding: 20px;
}
a.red {
	background: red;
}
a.green {
	background: green;
}
a.white {
	background: white;
	color: #000;
}
a.black {
	background: black;
}
a.grey {
	background: grey;
}
a.button:hover {
	border: 1px solid #272727;
	background: #272727;
	cursor: pointer;
}

/* 	Price Tables
----------------------------------------------------------------------------------------------------*/
.pricing_table {
	color: #fff;
	width: 100%;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	margin: 10px auto 0 auto;
}
/*Only the direct LI child, not the .features li*/
.pricing_table > li {
	background: -webkit-linear-gradient(#666, #333);
	padding: 0px 20px;
	float: left;
	list-style-type: none;
	-webkit-transition: all 0.2s;
	margin: 0 2px;
	width: 15.7%;
}
.pricing_table > li.active, .pricing_table > li:hover {
	background: -webkit-linear-gradient(#FD7F67, #F76B51);
	-webkit-transform: scale(1.03);
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.5);
}
.pricing_table h3 {
	text-transform: uppercase;
	padding: 15px 0;
	font-size: 18px;
	font-weight: bold;
	color: white;
}
.pricing_table .price_body {
	width: 125px;
	height: 125px;
	margin: 0 auto 15px auto;
	border: 2px solid #fff;
	border-radius: 100%;
	display: table;
}
.pricing_table .price {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	/*Lets vertically center align the price now*/
	vertical-align: middle;
	display: table-cell;
}
.pricing_table .price .price_figure {
	display: block;
}
.pricing_table .price .price_term {
	font-size: 11px;
	font-weight: normal;
}

.pricing_table .features li {
	list-style-type: none;
	padding: 5px 0;
}

.pricing_table .footer {
	padding: 10px;
	margin-top: 10px;
}
.pricing_table .footer .action_button{
	color: #fff;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	padding: 4px 20px;
	background: #272727;

}

/* 	Tipsy
----------------------------------------------------------------------------------------------------*/
.tipsy { padding: 5px; font-size: 10px; position: absolute; z-index: 100000}
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
.tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-arrow { position: absolute; background: url('./images/tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
.tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px}
.tipsy-nw .tipsy-arrow { top: 0; left: 10px}
.tipsy-ne .tipsy-arrow { top: 0; right: 10px}
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left}
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left}
.tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
.tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px}

/* 	Clear Floated
----------------------------------------------------------------------------------------------------*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/* 	jCarousel
----------------------------------------------------------------------------------------------------*/
.image_grid .jcarousel-direction-rtl {
	direction: rtl;
}
.image_grid .jcarousel-container-horizontal {
}
.image_grid .jcarousel-clip {
    overflow: hidden;
}
.image_grid .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
.jcarousel-next-horizontal {
	position: absolute;
	top: -56px;
	right: 0;
	width: 26px;
	height: 26px;
	cursor: pointer;
	background: #CCC url(./images/slider-next.png) center no-repeat;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.jcarousel-prev-horizontal {
	position: absolute;
	top: -56px;
	right: 27px;
	width: 26px;
	height: 26px;
	cursor: pointer;
	background: #CCC url(./images/slider-prev.png) center no-repeat;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.jcarousel-next-horizontal:hover, .jcarousel-prev-horizontal:hover {
	background-color: #fd7f67;
}
.jcarousel-prev-disabled, .jcarousel-prev-disabled:hover, .jcarousel-next-disabled-horizontal, .jcarousel-next-disabled-horizontal:hover{
	background-color: #dfdfdf;
}
h3.carousel-head {
	margin-right: 70px;
}


/* Display
================================================== */
nav {display: block;}
#menu-icon {display: none;  }
#menu-icon {color: #fff;width: 42px;height: 30px;background: transparent url(./images/nav-icon.png) no-repeat 10px 11px;padding: 8px 0px 0 42px;cursor: pointer;display: none;  }
#menu-icon:hover {color: #ccc;}
#menu-icon.active {color: #bbb;}

/* #Tablet (Landscape) 1024px
================================================== */
@media only screen and (min-width: 1024px) and (max-width: 1024px) {
	body {width: 988px;margin: 0 auto}
	#boxed {width: 988px;}
	#full {width: 988px;}
	.row {margin: 0 auto;width: 97%;}
	#header .logo {padding: 25px 24px;margin: 0 auto;}
	#extraInfo {width: 988px;}
	.tt-col {margin: 64px auto;padding: 0 10px;}
	.four ul.portfolio li, .three ul.portfolio li {width: 23.2% !important;}
	.two ul.portfolio li {width: 48.2% !important;}
	.pagination {margin: 0px 0px 64px 0px !important;}
	.pricing_table > li {width: 15.4%;}
}

/* #Tablet (Portrait) 768px
================================================== */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	body {width: 768px;margin: 0 auto}
	#boxed {width: 734px;margin: 0 20px;}
	#full {width: 734px;margin: 0 20px;}
	.row {margin: 0 auto;width: 97%;}
	#header .logo {padding: 25px 24px;margin: 0 auto;}
	#extraInfo {width: 734px;}
	.tt-col {margin: 64px auto;padding: 0 10px;}
	#toTop, .bottom-shadow, .shadow {display: none !important;}
	#menu-icon {display: block; }
	#header nav {padding: 41px 24px 0px 8px;}
	.res {clear: both;position: absolute;top: 101px;left: 523px;width: 200px;z-index: 10000;background: #272727;display: none; /* visibility will be toggled with jquery */}
	.res ul {position: relative;top: 0;display: none;}
	.res li {clear: both;float: none !important;margin: 1px 0;padding: 0;}
	.res li ul {display: block !important;visibility: visible !important;padding-left: 16px;}
	.res a > .sf-sub-indicator {display: none;}
	#header nav ul li { float: none !important;padding: 0;}
	.res a, .res ul li a {font: inherit;background: none;display: inline;padding: 0;color: #666; border-radius: 0px !important;line-height: 28px;display: block;}
	.res a:hover, .res ul li a:hover {color: #ddd;}
	#slider, #slider ul.bjqs, #slider li.bjqs-slide, #slider img {height: 304px !important;}
	#slider iframe {height: 260px !important;}
	#slider ul.bjqs-controls, .arrowes {width: 720px !important;}
	.project-img { }
	.project-cols .project {width: 50%;}
	.project-cols .sidebar {width: 46% !important;}
	.pagination {margin: 0px 0px 64px 0px !important;}
	#commentform .form-submit input {margin: 0 0 64px 0;}
	.theme20-feature img {height: 140px;}
	ul.page-title {top: 128px;}
	.posts, .sidebar, .left-sidebar .sidebar {width: 97.5% !important;}
	#post-slider, #post-slider ul.bjqs, #post-slider li.bjqs-slide, #post-slider img {height: 304px !important;}
	.two-column #post-slider, .two-column #post-slider ul.bjqs, .two-column #post-slider li.bjqs-slide, .two-column #post-slider img {height: 160px !important;}
	.services .grid_3 {width: 48%;margin-bottom: 32px;}
	.grid_12 {margin: 0}
	.image_grid li {width: 206px;}
	.da-thumbs li iframe {height: 150px;}
	ul.blog-posts .thumb {margin-bottom: 16px;}
	#client, #client ul.bjqs, #client ul.bjqs li, #client ul.bjqs img {width: 223px !important;}
	#client ul.bjqs-controls {width: 223px !important;}
	#client p.bjqs-caption {display: none !important;}
	#big-boy .grid_3 {width: 48%;margin-bottom: 32px;}
	.pricing_table > li {margin: 0 2px 32px 2px;width: 26.7%;}
	.four ul.portfolio li, .three ul.portfolio li {width: 216px !important;}
	.two ul.portfolio li {width: 332px !important;}
	.pagination .numbers {float: none !important;text-align: center;}
}

/*  #Mobile (Portrait) 320px
================================================== */
@media only screen and (min-width: 100px) and (max-width: 480px) {
	body {width: 320px;margin: 0 auto}
	#boxed {width: 301px;margin: 08px;}
	#full {width: 301px;margin: 0 8px;}
	.row {margin: 0 auto;width: 97%;}
	#header .logo {padding: 25px 24px;margin: 0 auto;}
	#extraInfo {width: 301px;}
	.tt-col {margin: 64px auto;padding: 0 10px;}
	#toTop, .bottom-shadow, .shadow {display: none !important;}
	#menu-icon {display: block; }
	#header nav {float: left !important;padding: 0px 0px 0px 8px;}
	.extraicon, .extraicon2 {float: right !important;margin: 10px 8px 0 0;}
	#extraInfo {top: 139px;}
	.res {clear: both;position: absolute;top: 139px;left: -5px;width: 301px;z-index: 10000;background: #272727;display: none; /* visibility will be toggled with jquery */}
	.res ul {position: relative;top: 0;display: none;}
	.res li {clear: both;float: none !important;margin: 1px 0;padding: 0;}
	.res li ul {display: block !important;visibility: visible !important;padding-left: 16px;}
	.res a > .sf-sub-indicator {display: none;}
	#header nav ul li { float: none !important;padding: 0;}
	.res a, .res ul a {font: inherit;background: none;display: inline;padding: 0;color: #666; border-radius: 0px !important;line-height: 28px;display: block;}
	.res a:hover, .res ul a:hover {color: #ddd;}
	.pricing_table > li {margin: 0 2px 32px 2px;width: 80%;}
	ul.page-title {top: 106px;}
	.theme20-feature img {height: 120px;}
	.header .post-meta {position: relative;bottom: 0;left: 0;}
	.header .post-meta .date span {display: inline-block;margin: 0 5px;font-size: 20px !important;}
	.post-footer ul li:after {margin: 0 0px;}
	.posts .content {margin: 32px 8px;}
	.filterable ul.filter {float: none !important;text-align: center;}
	.four ul.portfolio li, .three ul.portfolio li, .two ul.portfolio li  {width: 92%;}
	.filterable span {display: none;}
	.pagination {margin: 0px 0px 32px 0px !important;}
	#commentform .form-submit input {margin: 0 0 64px 0;}
	#slider, #slider ul.bjqs, #slider li.bjqs-slide, #slider img {height: 184px !important;}
	#slider iframe {height: 154px !important;}
	#slider ul.bjqs-controls, .arrowes {width: 308px !important;}
	.services .grid_3 {width: 95%;margin-bottom: 32px;}
	.grid_12 {margin: 0}
	.image_grid li {width: 284px;}
	.da-thumbs li iframe {height: 215px;}
	.grid_8, .grid_4 {width: 95%;}
	#client, #client ul.bjqs, #client ul.bjqs li, #client ul.bjqs img {width: 278px !important;}
	#client ul.bjqs-controls {width: 278px !important;}
	#client p.bjqs-caption {display: none !important;}
	.posts, .sidebar, .left-sidebar .sidebar {width: 94% !important;}
	.pagination span {display: none}
	span.numbers {display: block;margin-bottom: 32px;text-align: center !important;float: none !important;}
	#big-boy .grid_3 {width: 96%; margin: 0 0 32px 6px;}
	#last-boy p, #last-boy p.right {float: none !important;text-align: center;}
	.pagination .numbers {float: none !important;text-align: center;}
}

/* #Mobile (Landscape) 480px
================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	body {width: 480px;margin: 0 auto}
	#boxed {width: 464px;margin: 08px;}
	#full {width: 464px;margin: 0 8px;}
	.row {margin: 0 auto;width: 97%;}
	#header .logo {padding: 25px 24px;margin: 0 auto;}
	#extraInfo {width: 464px;}
	.tt-col {margin: 64px auto;padding: 0 10px;}
	#toTop, .bottom-shadow, .shadow {display: none !important;}
	#menu-icon {display: block;margin: 41px 0px 0px 32px !important; }
	#header nav {float: left !important;padding: 0px 0px 0px 8px;}
	.extraicon, .extraicon2 {float: right !important;margin: 51px 8px 0 0;}
	#extraInfo {top: 100px;}

	.res {clear: both;position: absolute;top: 100px;left: -7px;width: 464px;z-index: 10000;background: #272727;display: none; /* visibility will be toggled with jquery */}
	.res ul {position: relative;top: 0;display: none;}
	.res li {clear: both;float: none !important;margin: 1px 0;padding: 0;}
	.res li ul {display: block !important;visibility: visible !important;padding-left: 16px;}
	.res a > .sf-sub-indicator {display: none;}
	#header nav ul li { float: none !important;padding: 0;}
	.res a, .res ul a {font: inherit;background: none;display: inline;padding: 0;color: #666; border-radius: 0px !important;line-height: 28px;display: block;}
	.res a:hover, .res ul a:hover {color: #ddd;}
	.pricing_table > li {margin: 0 2px 32px 2px;width: 80%;}
	ul.page-title {top: 106px;}
	.theme20-feature img {height: 120px;}
	.header .post-meta {position: relative;bottom: 0;left: 0;}
	.header .post-meta .date span {display: inline-block;margin: 0 5px;font-size: 20px !important;}
	.post-footer ul li:after {margin: 0 0px;}
	.posts .content {margin: 32px 8px;}
	.filterable ul.filter {float: none !important;text-align: center;}
	.four ul.portfolio li, .three ul.portfolio li, .two ul.portfolio li  {width: 92%;}
	.filterable span {display: none;}
	.pagination {margin: 0px 0px 32px 0px !important;}
	#commentform .form-submit input {margin: 0 0 64px 0;}

	#slider, #slider ul.bjqs, #slider li.bjqs-slide, #slider img {height: 184px !important;}
	#slider iframe {height: 154px !important;}
	#slider ul.bjqs-controls, .arrowes {width: 464px !important;}
	.services .grid_3 {width: 95%;margin-bottom: 32px;}
	.grid_12 {margin: 0}
	.image_grid li {width: 460px;}
	.da-thumbs li iframe {height: 215px;}
	.grid_8, .grid_4 {width: 95%;}
	#client, #client ul.bjqs, #client ul.bjqs li, #client ul.bjqs img {width: 426px !important;}
	#client ul.bjqs-controls {width: 426px !important;}
	#client p.bjqs-caption {display: none !important;}

	.posts, .sidebar, .left-sidebar .sidebar {width: 94% !important;}
	.pagination span {display: none}
	span.numbers {display: block;margin-bottom: 32px;text-align: center !important;float: none !important;}
	#big-boy .grid_3 {width: 96%; margin: 0 0 32px 6px;}
	#last-boy p, #last-boy p.right {float: none !important;text-align: center;}
	.pagination .numbers {float: none !important;text-align: center;}

}

