@import url("fonts-icon.css");
@import url("font-awesome.css");
@import url("http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic");
/*  CSS definations for Flaunt Applications  */
/*-------------------------------------------------------------------------------------------

INDEX:

0. RESET

1. SETUP
	1.1 Defaults
	1.2 Common Tages

2. SITE STRUCTURE & APPEARANCE
	2.1 Showcase
		2.1.1 caption
	2.2 Header
		2.2.1 Logo
		2.2.2 Navigation
	2.3 Container
		2.3.1 About
		2.3.2 Skills
		2.3.3 Team
		2.3.4 Social
		2.3.5 Services
		2.3.6 Features
		2.3.7 Portfolio
		2.3.8 Blog
		2.3.9 Contact
	2.4 Footer

-------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------*/
/* 0. RESET */
/*-------------------------------------------------------------------------------------------*/
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;
}
/* 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;
}
* {
	outline: none;
}
/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/
/* 1.1 Defaults */
h1, h2, h3, h4, h5, h6, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.aligncenter {
	text-align: center;
}
textarea {
	overflow: auto;
	font-family: 'Open Sans', sans-serif;
}
a {
	text-decoration: none;
}
a:hover {
	color: #5e5f60;
}
p {
	line-height: 19px;
	padding-bottom: 10px;
}
address {
	font-style: normal;
}
img {
	max-width: 100%;
	width: auto\9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
/* 1.2 Common Tages */
.heading {
	padding: 0 95px 0 95px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.heading h2 {
	font-size: 48px;
	color: #11181c;
	font-weight: 700;
	line-height: 66px;
	padding: 15px 0 0 0;
}
.heading h4 {
	padding-bottom: 12px;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	color: #5e5f60;
}
.heading p {
	font-size: 13px;
	line-height: 19px;
	padding: 0 85px;
}
.heading .icon {
	width: 0;
	height: 0;
	border-bottom: 68px solid transparent;
	border-right: 68px solid transparent;
	float: left;
	position: absolute;
	left: 0;
	top: 0px;
	z-index: 2;
}
.heading .icon i {
	padding: 33px 0 0 5px;
	text-align: left;
	font-size: 30px;
	color: #fff;
	float: left;
}
.navigation a, .social li a, .btn-primary, .quick-links li a, .footer .design, .social2 li a, .input, .textarea, .top {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.parallax{
	background-attachment: fixed!important;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	background-repeat:no-repeat;
	background-color:#eee;
}
.touch .parallax{
	background-attachment:scroll!important;
}
/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/
body {
	background: url(../images/bg_body.png) repeat #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #5e5f60;
	font-weight: 400;
}
html,body {
	height:100%;
}
/* 2.1 Showcase */
.showcase {
	height:100%;
	position: relative;
	overflow: hidden;
}
/* 2.1.1 caption */
.showcase .caption {
	font-size: 16px;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.50) 0px 1px 1px;
}
.showcase .caption h3 {
	font-size: 95px;
	color: #fff;
	font-weight: 800;
	padding:3px 0 13px 0;
	margin:32% 0 0 0;
}
.showcase .caption h3 span {
	display: inline-block;
	float: right;
}
.showcase .caption p {
	width: 315px;
	line-height: 24px;
	float: left;
	z-index: 5;
	position: relative;
}
.showcase .caption i {
	width: 56px;
	height: 56px;
	float: left;
	line-height: 54px;
	margin: 0 15px 30px 0;
	font-size: 37px;
	text-align: center;
	border: 2px solid transparent;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	behavior: url(PIE.htc);
	position: relative;
}
.showcase .slide {
	width:470px !important;
	height:auto;
	position: absolute;
	bottom: 0;
	margin-left: -165px;
	left: 50%;
	z-index: 3;
}
/* 2.2 Header */
.header {
	height: 91px;
	width:100%;
	z-index:99
}
.header-in {
	background-repeat:no-repeat;
	margin: -20px -20px 0 -20px;
	padding: 17px 0 20px 0;
	height: 91px;
	position: relative;
	z-index: 5;
}
.is-sticky .header-in{
	margin:0;
}
.is-sticky .header-in .corner-lf, .is-sticky .header-in .corner-rt{
	display:none;
}
.header-in .corner-lf, .header-in .corner-rt {
	background-repeat:no-repeat;
	width: 20px;
	height: 20px;
	float: left;
	position: absolute;
	bottom: -20px;
}
.header-in .corner-lf {
	background-position: left top;
	left: 0;
}
.header-in .corner-rt {
	background-position: right top;
	right: 0;
}
/* 2.2.1 Logo */
.logo {
	margin-left: 20px;
	margin-top:10px;
}
/* 2.2.2 Navigation */
.navigation ul {
	float: right;
	margin: 18px 20px 0 0;
}
.navigation li {
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	float: left;
	margin-left: 29px;
}
.navigation li a {
	color: #fff;
	display: block;
}
.navigation li a span {
	border-bottom: 2px solid rgba(255,255,255,.5);
	display: block;
	padding-bottom: 5px;
	opacity: 0;
	-webkit-transform: translateX(-30px);
	-moz-transform: translateX(-30px);
	-ms-transform: translateX(-30px);
	-o-transform: translateX(-30px);
	transform: translateX(-30px);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.navigation li a:hover span {
	border-bottom: 2px solid rgba(255,255,255,.5);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
.nav {
	float: right;
	cursor: pointer;
	margin: 10px 20px 0 0;
	z-index: 8888;
	display: none;
	color: #fff;
	font-size: 35px;
}
/* 2.3 Container */
/* 2.3.1 About */
.about {
	background:url(../images/bg_body.png) repeat #fff;
	margin-top:-20px;
	padding:35px 0 3px 0;
}
.about .title-bar {
	padding: 0 80px 33px 80px;
}
.title-bar, .services .title-bar {
	padding: 0 80px;
	text-align: center;
}
.title-bar strong, .services .title-bar strong {
	font-size: 20px;
	color: #5e5f60;
	line-height: 30px;
	font-weight: 400;
	display: block;
	padding-bottom: 12px;
}
.services .title-bar strong {
	color: #fff;
	padding-bottom: 15px;
}
.title-bar p, .services .title-bar p {
	font-size: 13px;
	color: #5e5f60;
	line-height: 19px;
	padding: 0 92px 8px 92px;
}
.services .title-bar p {
	color: #a5aaaa;
	padding: 0 50px 8px 50px;
	margin-bottom: 41px;
}
/* 2.3.2 Skills */
.skills {
	padding: 38px 0 46px 0;
}
.skills h3 {
	font-size: 24px;
	color: #11181c;
	font-weight: 700;
	margin: 0 0 25px 15px;
}
.skills .percent {
	width: 100%;
	float: left;
	margin-bottom: 17px;
}
.skills .percent strong {
	font-size: 13px;
	display: block;
	padding-bottom: 11px;
	float: left;
}
.skills .percent .progress {
	background: #fff;
	width: 100%;
	float: left;
	height: 21px;
	border: 1px solid #f0f0f0;
	display: block;
	border-radius: 0;
	position: relative;
	overflow: visible;
	box-shadow: rgba(0, 0, 0, 0.20) 0px 1px 1px inset;
	behavior: url(PIE.htc);
	margin-bottom: 0;
}
.skills .fa-caret-down {
	position: absolute;
	left: 50%;
	bottom: -9px;
	color: #333;
	font-size: 17px;
	margin-left: -5px;
}
/* 2.3.3 Team */
.team {
	font-size: 14px;
	color: #b0afaf;
}
.team .column {
	border-left: 10px solid transparent;
	background: #000;
	margin-bottom: 42px;
	position: relative;
	z-index: 1;
}
.team .column-in {
	background: #000;
	padding: 24px 10px 32px 20px;
	position: relative;
	z-index: 2;
}
.team .column:before, .team .column:after {
	width: 35%;
	bottom: 27px;
	box-shadow: 0 32px 32px #777;
	content: "";
	left: 26px;
	max-width: 225px;
	position: absolute;
	top: 73%;
	-webkit-transform: rotate(8deg);
	-moz-transform: rotate(8deg);
	-o-transform: rotate(8deg);
	-ms-transform: rotate(8deg);
	transform: rotate(8deg);
	z-index: 1;
}
.team .column:after {
	right: 26px;
	left: auto;
	-webkit-transform: rotate(-8deg);
	-moz-transform: rotate(-8deg);
	-o-transform: rotate(-8deg);
	-ms-transform: rotate(-8deg);
	transform: rotate(-8deg);
}
.team h4 {
	width: 100%;
	float: left;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 11px 0;
}
.team .animator {
	font-size: 18px;
	display: inline-block;
	font-weight: 300;
	padding-bottom: 5px;
}
.team .animator .color {
	font-weight: 500;
}
.team img {
	float: left;
	margin-right: 15px;
}
.team p {
	line-height: 20px;
	padding: 12px 0 8px 0;
}
/* 2.3.4 Social */
.social li {
	border: 2px solid #fff;
	width: 28px;
	height: 28px;
	float: left;
	margin-right: 7px;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	behavior: url(PIE.htc);
	position: relative;
}
.social li a {
	display: block;
	height: 28px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.social li a i {
	line-height: 24px;
}
/* 2.3.5 Services */
.services {
	padding:12px 0 45px 0;
	color: #fff;
}
.services .heading {
	padding-bottom: 45px;
}
.services .heading h2 {
	color: #fff;
	padding-bottom: 8px;
}
.services .heading h4 {
	color: #fff;
}
.services .heading .icon{
	margin-top:2px;
}
.services .heading .icon i {
	font-size: 28px;
	padding:35px 0 0 2px;
}
.services .heading p {
	color: #a5aaaa;
}
.services .design {
	width: 223px;
	min-height: 162px;
	float: left;
	padding: 13px 12px 0 13px;
	margin: 50px 34px 0 101px;
	position: relative;
}
.services .design .triangle-topright {
	width: 0;
	height: 0;
	border-right: 98px solid transparent;
	border-bottom: 98px solid transparent;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.services .prototype {
	margin: 235px 0px 0 28px;
}
.services .design.prototype .triangle-topright {
	border-right: 98px solid transparent;
}
.services .design h3 {
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	line-height: 34px;
	margin: 0 0 5px 0;
	z-index: 2;
	position: relative;
}
.services .design h3 span {
	font-size: 30px;
	color: #faf4f4;
	float: right;
	font-weight: 400;
}
.services .design p {
	font-size: 13px;
	color: #fff;
	line-height: 19px;
}
.services .phone {
	float: left;
}
.showcase2 {
	padding:14px 0 0px 0;
}
.showcase2 .heading {
	color: #223038;
	padding-bottom: 4px;
}
.showcase2 .title-bar {
	padding-bottom: 53px;
}
/* 2.3.6 Features */
.features {
	font-size: 13px;
	color: #5e5f60;
	line-height: 18px;
}
.features .col2nd {
	width: 100%;
	float: left;
	padding: 55px 0 65px 0;
}
.features .txtb {
	padding: 10px 0 80px 0;
}
.features .txtb2 {
	text-align: center;
	padding:35px 0 30px 0;
}
.features h2 {
	font-size: 48px;
	color: #223038;
	font-weight: 700;
	line-height: 55px;
	padding: 21px 0 0 0;
	text-align: left;
}
.features h4 {
	font-size: 16px;
	line-height: 21px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 3px 0 20px 0;
}
.features p {
	padding-bottom: 12px;
}
.features p span {
	display: block;
}
.features ul {
	padding-top: 8px;
	margin-bottom: 22px;
}
.features li {
	font-size: 13px;
	color: #223038;
	line-height: 34px;
	padding-top: 6px;
	text-transform: uppercase;
	border-top: 1px solid #e1e1e1;
}
.features li:first-child {
	border-top: none;
}
.features li i {
	width: 17px;
	font-size: 13px;
}
.features .col2nd img {
	float: left;
	margin: 0 0 0px 118px;
}
.features .txtb2 img {
	margin-bottom: 20px;
}
.features .txtb2 h2 {
	text-align: center;
	float: none;
}
/* 2.3.7 Portfolio */
.portfolio {
	padding:15px 0 45px 0;
}
.portfolio .heading {
	padding-bottom: 30px;
}
.portfolio .heading .icon i {
	padding: 35px 0 0 3px;
}
.portfolio h2, .portfolio h4 {
	color: #fff;
}
.portfolio h2 {
	padding-bottom: 17px;
}
.isotope-item {
	z-index: 2;
}
.portfoliofilter {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.portfoliofilter li {
	font-size: 14px;
	font-weight: 700;
	float: left;
	margin: 0 6px 6px 0;
}
.portfoliofilter li a {
	height: 21px;
	line-height: 21px;
	color: #fff;
	padding: 0 9px;
	display: block;
}
.portfoliocontainer {
	width: 100%;
	height: 779px;
	float: left;
}
.portfoliocontainer div {
	position: relative;
	display:none;
}
.portfoliocontainer div .overlay {
	width: 100%;
	height: 100%;
	padding: 20px;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
}
.portfoliocontainer div .overlay .overlay-in {
	width: 100%;
	height: 100%;
	display: block;
	color: #fff;
	text-align: center;
	display: block;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
 -0-transform: scale(0);
	transition: ease-in all 0.2s;
	-webkit-transition: ease-in all 0.2s;
	-moz-transition: ease-in all 0.2s;
	-o-transition: ease-in all 0.2s;
}
.portfoliocontainer div .overlay:hover .overlay-in {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-0-transform: scale(1);
}
.portfoliocontainer div .overlay-in .txtb {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -32% 0 0 -50%;
	text-align: center;
}
.portfoliocontainer div .overlay-in .add {
	font-size:80px;
	display:block;
	font-weight:300;
	line-height:55px;
}
.portfoliocontainer div .overlay-in strong {
	font-size:18px;
	font-weight:400;
	line-height:28px;
}
.portfoliocontainer div .overlay-in span {
	font-size:13px;
	display: block;
	font-weight:400;
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/* 2.3.8 Blog */
.blog {
	padding:15px 0 45px 0;
}
.blog .heading h4 {
	padding: 10px 0 40px 0;
}
.blog .post h3 {
	font-size: 24px;
	color: #223038;
	line-height: 25px;
	font-weight: 700;
	padding-left: 8px;
	margin-bottom: 20px;
	border-left: 12px solid transparent;
}
.blog .post .imgb {
	background: #cfcfcf;
	height: 195px;
	margin-bottom: 23px;
	border-top: 3px solid transparent;
	overflow: hidden;
}
.blog .post ul {
	border-bottom: 1px dotted #bdbdbd;
	height: 40px;
	margin: 0 0 10px 0;
}
.blog .post li {
	font-size: 14px;
	float: left;
	color: #000;
	margin-left: 16px;
}
.blog .post li:first-child {
	margin-left: 0;
}
.blog .post li a {
	padding: 4px 9px;
	color: #000;
}
.blog .post li a:hover, 
.blog .post li.active a {
	background: #eee;
}
.blog .post li span {
	background: #eee;
	padding: 4px 9px;
}
.blog .post .date {
	font-size: 20px;
	margin-top: -5px;
}
.blog .post p {
	font-size: 13px;
	color: #5e5f60;
	line-height: 19px;
	padding-bottom: 12px;
}
.blog .post .btn-primary {
	font-size: 13px;
	height: 33px;
	line-height: 33px;
	text-transform: inherit;
	border-radius: 0;
}
/* 2.3.9 Contact */
.contact {
	background: #f7f7f7;
	padding:16px 0 24px 0;
}
.contact .heading h2 {
	font-size: 60px;
	color: #223038;
	padding-bottom: 17px;
}
.contact .heading h4 {
	padding-bottom: 40px;
}
.contact .heading .icon i {
	padding: 35px 0 0 8px;
}
.contact .title-bar {
	padding-bottom: 29px;
}
.contact .contactform .float {
	float: right;
}
.contact .contactform .input, .contact .contactform .textarea {
	width: 100%;
	height: 36px;
	line-height: 26px;
	font-size: 13px;
	color: #b8b8b8;
	font-family: 'Open Sans', sans-serif;
	padding: 5px 13px;
	margin-bottom: 21px;
	border: 1px solid #e5e5e5;
}
input::-moz-placeholder, textarea::-moz-placeholder {
 	color: #b8b8b8;
 	opacity: 1;
}
.contact .contactform .textarea {
	min-height: 148px;
	padding: 9px 10px 10px 15px;
	line-height: 19px;
	resize: vertical;
}
.contact .contactform .btn-primary.display {
	height: 33px;
	line-height: 33px;
	font-size: 13px;
	border-radius: 0;
	text-transform: inherit;
	margin-top: 1px;
}
.contact .contactform .btn-primary.display-none {
	display: none;
}
/* 2.4 Footer */
.footer {
	background: #141b1f;
	min-height: 64px;
}
.footer .copyright {
	color: #9c9c9c;
	font-size: 14px;
	line-height: 56px;
}
.footer .social {
	float: right;
	margin-top: 15px;
}
.footer .social li {
	width: 31px;
	height: 31px;
	margin-left: 11px;
	border: 2px solid #9c9c9c;
}
.footer .social li a {
	height: 31px;
	font-size: 18px;
	color: #9c9c9c;
}
.footer .social li a i {
	line-height:26px;
}
.top {
	background: #ddd9d9;
	width: 43px;
	height: 43px;
	float: left;
	cursor: pointer;
	display: none;
	position: fixed;
	bottom: 10%;
	right: 2%;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	behavior: url(PIE.htc);
	z-index: 9999;
}
.top i {
	display: block;
	text-align: center;
	font-size: 24px;
	color: #fff;
	line-height: 43px;
}

/* ///// Responsive CSS ///// */
@media (min-width: 1024px) and (max-width: 1200px) {
.header .container {
	width: 970px;
}
.header-in .corner-lf, .header-in .corner-rt {
	display: none;
}
.showcase .slide {
	margin-left:-150px;
}
}

/* For iPad Portrait Mode */
@media (min-width: 768px) and (max-width: 1023px) {
.header-in {
	margin: -20px 0 0 0;
}
#sequence .caption {
	width: 748px;
}
#sequence .animate-in .caption {
	margin-right: -372px;
}
#sequence .animate-out .caption {
	margin-right: -372px;
}
.showcase .caption h3 {
	font-size:60px;
	margin-top:77%;
}
.showcase .caption p {
	width: 308px;
	font-size: 14px;
}
.header-in .corner-lf, .header-in .corner-rt {
	display: none;
}
.navigation {
	margin-left: -30px;
	float: right;
}
.navigation li {
	font-size: 13px;
	margin-left: 13px;
}
.navigation li:first-child {
	margin-left: 0;
}
.heading {
	padding: 0 60px;
}
.heading .icon {
	border-bottom: 60px solid transparent;
	border-right: 60px solid transparent;
}
.heading .icon i {
	font-size: 28px;
	padding: 29px 0 0 3px;
}
.heading h2 {
	line-height:62px;
	padding:14px 0 0 0;
}
.heading p {
	padding: 0;
}
.team p {
	padding: 12px 0 12px 161px;
}
.team .social {
	padding-left: 161px;
}
.services .heading h2,
.showcase2 .heading h2,
.contact .heading h2 {
	padding-top:17px;
}
.services .heading .icon i {
	font-size: 24px;
	padding:32px 0 0 1px;
}
.services .design {
	margin: 37px 10% 15px 0;
	float: right;
}
.services .phone {
	width: 240px;
	height: auto;
	float: left;
	margin-left: 10%;
}
.features .col2nd {
	padding: 32px 0 20px;
}
.features .col2nd img {
	float: right;
	margin: 0 auto;
}
.features .txtb2 {
	padding: 35px 0 40px 0;
}
.portfolio .heading .icon i {
	font-size: 27px;
	padding: 30px 0 0 3px;
}
.portfoliocontainer img {
	width: 183px;
}
.blog .post .date {
	font-size: 17px;
}
.blog .post li {
	font-size: 12px;
	margin-left:3px;
}
.blog .post li a {
	padding: 4px;
}
.contact .heading .icon i {
	padding: 29px 0 0 6px;
}
}

/* For iPhone Portrait Mode */
@media only screen and (max-width: 767px) {
#sequence .caption {
	width: 310px;
}
#sequence .animate-in .caption {
	margin: 0 -155px 0 0;
}
#sequence .animate-out .caption {
	margin: 0 -155px 0 0;
}
.showcase .caption h3 {
	font-size: 26px;
	padding: 0;
	margin-top:85% !important;
}
.showcase .caption p {
	display: none;
}
.showcase .slide {
	width:200px !important;
	margin-left:-75px;
}
.header .header-in {
	margin: -20px 0 0 0;
}
.header-in .corner-lf, .header-in .corner-rt {
	display: none;
}
.logo {
	margin: 5px 0 0 20px;
}
.nav {
	display: block;
}
.nav .fa.fa-times {
	display: none;
}
.nav.active .fa.fa-times {
	display: block;
}
.nav.active .fa.fa-bars {
	display: none;
}
.navigation {
	background: #f68b17;
	width: 130px;
	height: auto;
	position: absolute;
	margin: 0;
	padding: 5px 5px 10px 5px;
	top: 65px;
	right: 15px;
	z-index: 9999;
	display: none;
}
.navigation ul {
	float: none;
	margin: 0;
}
.navigation li {
	width: 100%;
	line-height: 24px;
	text-align: right;
	float: none;
	margin: 0;
}
.navigation li a {
	width: 100%;
	display: block;
	padding-right: 14px;
}
.navigation li a:hover {
	color: #9d5201;
}
.navigation li a span {
	display: none;
}
.heading {
	padding: 0 60px;
}
.heading .icon {
	border-bottom: 50px solid transparent;
	border-right: 50px solid transparent;
}
.heading .icon i {
	font-size: 23px;
	padding: 24px 0 0 2px;
}
.heading {
	padding:0;
}
.heading h2{
	font-size:36px;
	line-height:55px;
	padding:0;
}
.heading h4 {
	font-size: 16px;
	line-height: 25px;
}
.heading p {
	padding: 0;
}
.team .column p {
	padding: 12px 0 12px 161px;
}
.team .column .social {
	padding-left: 161px;
}
.skills {
	padding:38px 0 17px 0;
}
.skills .col1st {
	width: 100%;
	float: left;
	margin-bottom: 7px;
}
.team .column {
	margin-bottom: 32px;
}
.team .column:before, .team .column:after {
	bottom: 31px;
}
.team .column p {
	float: left;
	padding: 12px 6px 13px 0;
}
.team .column .social {
	padding-left: 0;
}
.services,
.portfolio {
	padding-bottom:30px;
}
.services .heading h2{
	padding-top:7px;
}
.services .heading .icon i {
	font-size: 20px;
	padding:27px 0 0 2px;
}
.services .phone {
	display: none;
}
.services .design {
	float: none;
	margin: 0 auto 35px;
}
.services .prototype {
    margin-bottom:0;
}
.features .col2nd {
	padding: 0 0 20px;
}
.features .col2nd .imgb {
	text-align: center;
}
.features .col2nd img {
	float: none;
	margin: 0 auto;
}
.features .txtb {
	padding: 10px 0 49px 0;
}
.features h2 {
	font-size: 36px;
	padding: 5px 0 0;
}
.features .txtb2 {
	width: 100%;
	float: left;
	padding: 10px 0 25px;
	text-align: center;
}
.features .txtb2 h2, .features .txtb2 h4, .features .txtb2 p {
	text-align: left;
}
.portfolio .heading .icon i {
	font-size: 21px;
	padding: 25px 0 0 2px;
}
.portfoliofilter li {
	font-size: 12px;
	margin: 0 5px 6px 0;
}
.portfoliofilter li a {
	padding: 0 5px;
}
.portfoliocontainer img {
	width: 288px;
}
.blog {
	padding:15px 0 0 0;
}
.blog .heading .icon i {
	padding: 22px 0 0 3px;
}
.blog .post {
	width: 100%;
	float: left;
	margin-bottom: 25px;
}
.blog .post h3 {
	font-size: 18px;
	margin-bottom: 13px;
}
.blog .post .imgb {
	height: 171px;
}
.blog .post .date {
	font-size: 12px;
	margin-top: -1px;
}
.blog .post ul {
	height: 33px;
}
.blog .post li {
	font-size: 10px;
	margin-left: 3px;
}
.blog .post li span {
    padding:4px 6px;
}
.blog .post li a {
	padding: 4px;
}
.contact{
	padding-bottom:2px;
}
.contact .heading {
	padding-bottom:10px;
}
.contact .heading h2{
	font-size:45px;
}
.contact .heading .icon i {
	padding: 22px 0 0 4px;
}
.contact .heading h4 {
	padding-bottom: 20px;
}
.contact .contactform {
	margin-bottom: 28px;
}
.contact .contactform .float {
	float: none;
}
.contact .contactform .textarea {
	line-height: 19px;
	min-height: 148px;
	padding: 9px 10px 10px 15px;
	resize: vertical;
}
.contact .contactform .input, .contact .contactform .textarea {
	margin-bottom: 10px;
}
.contact .contactform .textarea {
	min-height: 97px;
}
.contact .contactform .btn-primary, .features .btn-primary {
	margin: 0 auto;
	float: none;
	display: block;
}
#message{
	margin-top:10px;
}
.features .btn-primary {
	display: inline-block;
}
.contact .contactform .btn-primary.display {
	display: none;
}
.contact .contactform .btn-primary.display-none {
	display: block;
}
.footer {
	text-align: center;
	padding-bottom: 12px;
}
.footer .social {
	width: 100%;
	float: none;
	text-align: center;
	margin-top: 0;
}
.footer .social li {
	float: none;
	display: inline-block;
}
.top {
	width: 38px;
	height: 38px;
}
.top i {
	font-size: 21px;
	line-height: 38px;
}
}

/* For iPhone Landscape Mode */
@media only screen and (min-width: 480px) and (max-width: 767px) {
#sequence .caption {
	width: 468px;
}
#sequence .animate-in .caption {
	margin: 0 -235px 0 0;
	padding: 0 10px;
}
#sequence .animate-out .caption {
	margin: 0 -235px 0 0;
	padding: 0 10px;
}
.showcase .caption h3 {
	font-size: 45px;
	padding: 0 0 15px 0;
	margin:90% 0 0 0 !important;
}
.showcase .slide {
	width:220px !important;
	margin-left:-60px;
}
.team .column p {
	float: none;
	padding: 12px 6px 13px 161px;
}
.team .column .social {
	padding-left: 161px;
}
.portfoliocontainer img {
	width: 224px;
}
.blog .post .date {
	font-size: 18px;
	margin-top: -5px;
}
.blog .post li {
	font-size: 13px;
	margin-left: 17px;
}
.blog .post li a {
	padding: 4px 10px;
}
}
