/*-----------------------------------------------------
-------------        BASE         ------------
-----------------------------------------------------*/

@font-face {
    font-family: 'Social';
    src: url('../font/socialico-webfont.eot');
    src: url('../font/socialico-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/socialico-webfont.woff') format('woff'),
         url('../font/socialico-webfont.ttf') format('truetype'),
         url('../font/socialico-webfont.svg#socialicoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body,
html {
	padding:0;
	margin:0;
	color:#EFEFEF;
	font-family:'Open Sans', sans-serif;
	overflow:hidden;
	line-height:26px;
	font-weight:300;
}

li {
	line-height:26px;
}

p {
	margin-bottom:25px;
}

blockquote {
	padding:12px 7px 7px;
	background:rgba(0,0,0,0.4);
	font-style:italic;
}


h1,h2,h3,h4,h5,h6 {
	font-family:'Lato', sans-serif;
	text-transform:uppercase;
	color:#e8ecf0;
	font-weight:normal;
}

h1 {
	font-size:30px;
	line-height:36px;
}

h2 {
	font-size:26px;
	line-height:32px;
}

h3 {
	font-size:22px;
	line-height:28px;
}

h4 {
	font-size: 17px;
	line-height: 22px;
}

h5,h6 {
	font-size:16px;
	line-height:20px;
	text-transform:uppercase;
}

h1.hero {
	font-size:80px;
	line-height:80px;
	color:#FFF;
	text-align:center;
}

h2.hero {
	display:block;
	font-size:46px;
	text-align:center;
	margin:0 0 40px;
	color:#FFF;
	line-height:46px;
	text-transform:uppercase;
}

h1.hero span,
h2.hero span {
	color:#FF544D;
}

a,
a:hover,
a:focus {
	color:#FFF;
	text-decoration:none;
}

a.button {
	background:#FF544D;
	color:#FFF;
	padding:10px 20px;
	font-size:14px;
	display:inline-block;
	margin:25px 0 15px;
	font-weight:300;
}

a.button,
a.button:hover,
a.button:focus {
	color:#FFF;
	text-decoration:none;
}

a.button.secondary {
	background:#2D75B2;
}

#preload {
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	height:100%;
	width:100%;
	z-index:1000000;
	background:#FFF;
}

#preload .loader {
	position:fixed;
	top:50%;
	left:50%;
	margin:-16px 0 0 -16px;
	z-index:100000001;
}

/* Colors */

.primary {
	color:#FF544D;
}

.secondary {
	color:#2D75B2;
}

/* End Colors */


/* Expanding Links */

.expand {
	position:relative;
	display:inline-block !important;
	cursor:pointer;
	background:none;
}

.expand:after {
	position:absolute;
	content:"";
	top:3px;
	right:-16px;
	height:20px;
	width:20px;
	background:url('../images/buttons.png') left bottom no-repeat;
}

.expand span {
	width:0;
	display:inline-block;
	overflow:hidden;
	text-align:center;
	white-space:nowrap;
	margin-top:0;
	margin-left:-7px;
	font-size:12px;
	transition:width 0.5s cubic-bezier(0.165, 0.885, 0.935, 1.005) 0.3s;
	-moz-transition:width 0.5s cubic-bezier(0.165, 0.885, 0.935, 1.005) 0.3s;
	-webkit-transition:width 0.5s cubic-bezier(0.165, 0.885, 0.935, 1.005) 0.3s;
}

.expand:hover span {
	width:80px;
}

/* End Expanding Links */

/* Skills */

ul.skills li {
	position:relative;
	height:40px;
	margin-bottom:15px;
}

ul.skills li span {
	color:#FFF;
	position:absolute;
	z-index:3;
	left:8px;
	top:8px;
}

ul.skills li .background {
	position:relative;
	height:100%;
}

ul.skills li .background > div {
	position:absolute;
	height:100%;
	background:#1781BD;
	z-index:2;
}

/* End Skills */

/* Social Icon Lists */

ul.social {
	font-family:'Social';
	font-size:40px;
	list-style:none;
	margin:20px 0 0;
}

ul.social li {
	margin-right:7px;
	position:relative;
	top:0;
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
}

ul.social li a {
	color:#FFF;
}

ul.social li a:hover {
	color:#FF544D;
	top:-5px;
}

/* End Social Icon Lists */

/* Misc */

.nmp {
	margin:0;
	padding:0;
}

.mb20 {
	margin-bottom:20px;
}

.center {
	text-align:center;
}

.center * {
	margin-left:auto;
	margin-right:auto;
}

.slides > li {
	display:none;
}

ul.plain {
	list-style:none;
}

ul.flat li {
	float:left;
}

div[class*='span'] > h1:first-child,
div[class*='span'] > h2:first-child,
div[class*='span'] > h3:first-child,
div[class*='span'] > h4:first-child,
div[class*='span'] > h5:first-child,
div[class*='span'] > h6:first-child {
	margin-top:0;
}

img.bordered {
	border:2px solid #FFF;
}

i[class*='icon'] {
	margin-right:7px;
}

/*-----------------------------------------------------
-------------        PAGING         ------------
-----------------------------------------------------*/

.page {
	height:100%;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	position:absolute;
	top:0;
	left:0;
	background-image:url('../images/home-bg.jpg');
	border:10px solid #FFF;
	overflow:hidden;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
}

.page:after {
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:#000;
	opacity:0.10;
	z-index:-1;
}

.page > .container {
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-470px;
}

.page .content {
	position:absolute;
	top:50%;
	left:50%;
}

.single {
	background:#EFF3F6;
	position:fixed;
	top:0;
	z-index:100000;
	width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:100px 0;
	border-bottom:15px solid #FFF;
	border-left:15px solid #FFF;
}

.single a.exit {
	position:fixed;
	top:60px;
	right:60px;
	font-size:40px;
	display:none;
	color:#777;
}

.page-title {
	margin:0 0 40px;
}

.page-title h1,
.small-title h1 {
	font-weight:normal;
	font-size:72px;
	display:inline-block;
}

.page-title h1 span,
.small-title h1 span {
	font-style:italic;
	color:#FF544D;
	font-size:20px;
	display:inline-block;
	float:right;
	margin-left:30px;
	line-height:20px;
	position:relative;
	bottom:-25px;
}

.page-title h1 span:before,
.page-title h1 span:after,
.small-title h1 span:before,
.small-title h1 span:after {
	content:"";
	position:absolute;
	top:0;
	height:20px;
	width:2px;
	background:#FFF;
	transform:rotate(20deg);
	-moz-transform:rotate(20deg);
	-webkit-transform:rotate(20deg);
}

.page-title h1 span:before,
.small-title h1 span:before {
	left:-20px;
}

.page-title h1 span:after,
.small-title h1 span:after {
	left:-12px;
}

.small-title {
	margin-bottom:30px;
}

.small-title h1 {
	font-size:50px;
}

.small-title h1 span {
	bottom:-18px;
	font-size:16px;
}

/*-----------------------------------------------------
-------------        NAVIGATION         ------------
-----------------------------------------------------*/

.logo {
	position:fixed;
	top:30px;
	left:30px;
	transition:all 0.4s;
	-moz-transition:all 0.4s;
	-webkit-transition:all 0.4s;
	z-index:1000;
}

.up,
.down {
	background:#2D75B2;
	height:35px;
	width:35px;
	border-radius:50%;
	color:#FFF;
	display:inline-block;
	text-align:center;
	font-size:20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding-top:3px;
	position:fixed;
	bottom:25px;
	z-index:100000;
}

.up {
	left:25px;
}

.down {
	right:25px;
}

.up:hover,
.down:hover {
	color:#FFF;
}

.up i,
.down i {
	margin:0;
}

.top {
	position:fixed;
	height:10%;
	left:0;
	width:100%;
	background:none;
	opacity:0;
	z-index:1000;
	cursor:pointer;
	top:0;
}

nav.main {
	position:fixed;
	bottom:10px;
	left:10px;
	right:10px;
	text-align:center;
	background:rgba(0,0,0,0.5);
	top:auto;
	z-index:100000;
}

nav.main ul {
	margin:0 auto;
}

nav.main ul li {
	display:inline-block;
	padding:20px;
	list-style:none;
	position:relative;
}

nav.main ul li a:hover {
	text-indent:0;
}

nav.main ul li a {
	text-transform:uppercase;
	font-family:'Lato', sans-serif;
	font-weight:normal;
	position:relative;
	letter-spacing:1px;
	padding-left:20px;
	display:block;
	color:#999;
	left:0;
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
}

nav.main ul li a:before {
	content:"";
	position:absolute;
	left:0;
	top:6px;
	height:15px;
	width:15px;
	border-radius:50%;
	background:#FF544D;
	opacity:0.5;
}

nav.main ul li a.active,
nav.main ul li a:hover {
	color:#EFEFEF;
}

nav.main ul li a.active:before,
nav.main ul li a:hover:before {
	opacity:1;
}

nav.main ul.sub-menu {
	display:none;
	position:absolute;
	bottom:66px;
	left:18px;
	background:rgba(0,0,0,0.5);
	text-align:left;
	width:140%;
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
}

nav.main li:hover ul.sub-menu {
	display:block;
}

nav.main ul.sub-menu li {
	padding:0;
}

nav.main ul.sub-menu li a {
	padding:5px 20px;
}

nav.main ul.sub-menu li a:before {
	display:none;
}

nav.main ul.social-menu {
	display:none;
}

nav.main ul.social-menu li a {
	padding-left:0;
}

nav.main ul.social-menu li a:before {
	display:none;
}

/*-----------------------------------------------------
-------------        HOMEPAGE         ------------
-----------------------------------------------------*/

.page-home {
	background-image:url('../images/home-bg.jpg');
}

.page-home .button {
	margin:0 auto;
	background:#FF544D;
	padding:10px 20px;
	font-size:16px;
	text-transform:uppercase;
	font-family:'Lato', sans-serif;
}

.home-buttons .button {
	margin-bottom:5px;
}

/*-----------------------------------------------------
-------------        ABOUT         ------------
-----------------------------------------------------*/

.page-about {
	background-image:url('../images/about-bg.jpg');
}

.team-holder {
	display:none;
	padding-top:75px;
}

#team-slider {
	box-shadow:none;
	border-radius:0;
	background:none;
	border:none;
	margin:0;
}

#team-slider .flex-direction-nav a {
	opacity:1;
	height:20px;
	width:20px;
	background:url('../images/buttons.png') left bottom no-repeat;
}

#team-slider:hover .flex-direction-nav a.flex-prev,
#team-slider .flex-direction-nav a.flex-prev {
	left:-50px;
	background-position:left top;
}

#team-slider:hover .flex-direction-nav a.flex-next,
#team-slider .flex-direction-nav a.flex-next {
	right:-56px;
}

.team-preview {
	margin-bottom:7px;
	position:relative;
	border:2px solid #FFF;
	overflow:hidden;
}

.team-preview a {
	display:block;
}

.team-preview .mask {
	text-align:center;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	z-index:2;
	right:0;
	padding-top:20px;
	opacity:0;
	background:#ee4949;
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
}

.team-preview:hover .mask {
	opacity:0.85;
}

.team-preview .expand span {
	transition-delay:0.4s !important;
	-moz-transition-delay:0.4s !important;
	-webkit-transition-delay:0.4s !important;
}

.team-preview:hover .expand span {
	width:80px;
}

.team-preview .mask h4,
.team-preview .mask span {
	font-weight:normal;
	color:#EDEAE3;
	opacity:0;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}

.team-preview:hover .mask h4,
.team-preview:hover .mask span {
	opacity:1;
}

.team-preview .mask h4 {
	margin:0 0 15px;
}

.team-preview img {
	transform:scale(1) rotate(0);
	-moz-transform:scale(1) rotate(0);
	-webkit-transform:scale(1) rotate(0);
	transition:all 0.7s;
}

.team-preview:hover img {
	transform:scale(1.5) rotate(35deg);
	-moz-transform:scale(1.5) rotate(35deg);
	-webkit-transform:scale(1.5) rotate(35deg);
}

.team-single img {
	border:2px solid #FFF;
}

.ajax-item .prev-item,
.ajax-item .next-item {
	position:absolute;
	top:50%;
	margin-top:-10px;
}

.ajax-item .prev-item {
	left:60px;
}

.ajax-item .next-item {
	right:30px;
}

.ajax-item .prev-item.expand:hover span {
	margin-left:7px;
}

.ajax-item .prev-item.expand:after {
	background:url('../images/buttons.png') left top no-repeat;
	left:-16px;
	right:auto;
}

.ajax-item .next-item.expand:after,
.ajax-item .prev-item.expand:after {
	top:3px;
	width:20px;
}

.ajax-item .next-item.expand:hover span,
.ajax-item .prev-item.expand:hover span {
	width:120px;
}

.ajax-item a.back {
	font-size:16px;
	line-height:18px;
	position:absolute;
	right:30px;
	top:30px;
	display:inline-block;
	background:#FF544D;
	padding:7px;
	border-radius:50%;
	height:35px;
	width:35px;
	text-align: center;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing: border-box;
}


/*-----------------------------------------------------
-------------        SERVICES         ------------
-----------------------------------------------------*/

.page-services {
	background-image:url('../images/services-bg.jpg');
}

.service {
	text-align:center;
}

.service:hover .expand span {
	width:75px;
}

.service i {
	background:#FF544D;
	font-size:65px;
	color:#FFF;
	line-height:150px;
	border-radius:50%;
	height:150px;
	width:150px;
	padding:40px 45px;
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
}

.service:hover i {
	background:#2D75B2;
	color:#EDEAE3;
}

.service i[class*='icon']:before {
	transition:all 0.5s;
}

.service:hover i[class*='icon']:before {
	transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-webkit-transform:rotate(360deg);
}

.service h3 {
	font-size:18px;
	color:#FFF;
	margin:10px 0 5px;
}

.service-holder .back {
	position:fixed;
	top:10px;
	right:10px;
}

/*-----------------------------------------------------
-------------        PORTFOLIO         ------------
-----------------------------------------------------*/

.page-work {
	background-image:url('../images/work-bg.jpg');
}

article.portfolio-item {
	background:rgba(0,0,0,0.3);
	text-align:center;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

article.portfolio-item .portfolio-content {
	padding:15px;
}

article.portfolio-item h4 {
	margin-bottom:15px;
}

article.portfolio-item .portfolio-content p {
	margin-bottom:10px;
}

article.portfolio-item h4 span {
	display:block;
	font-size:13px;
	font-weight:300;
	font-style:italic;
	text-transform:none;
	color:#BBB;
}

article.portfolio-item .button {
	margin:10px 0 0;
}

.portfolio-single aside.sidebar .widget {
	margin-bottom:30px;
}

#work-slider {
	box-shadow:none;
	border-radius:0;
	background:none;
	border:none;
	margin:0;
}

#work-slider .flex-direction-nav a {
	opacity:1;
	height:20px;
	width:20px;
	background:url('../images/buttons.png') left bottom no-repeat;
}

#work-slider:hover .flex-direction-nav a.flex-prev,
#work-slider .flex-direction-nav a.flex-prev {
	left:-50px;
	background-position:left top;
}

#work-slider:hover .flex-direction-nav a.flex-next,
#work-slider .flex-direction-nav a.flex-next {
	right:-56px;
}

.page-work .single {
	color:#777;
}

.page-work .single h1,
.page-work .single h2,
.page-work .single h3,
.page-work .single h4,
.page-work .single h5,
.page-work .single h6 {
	color:#555;
}

.page-work .single img.styled {
	border:1px solid #DDD;
	padding:2px;
}

/*-----------------------------------------------------
-------------        CONTACT         ------------
-----------------------------------------------------*/

#gmap {
	height:100%;
	width:100%;
	position:relative;
	z-index:-1;
}

#gmap:after {
	position:absolute;
	content:"";
	top:0;
	bottom:0;
	right:0;
	left:0;
	background:#000;
	opacity:0.5;
}


/*-----------------------------------------------------
-------------        VIDEO         ------------
-----------------------------------------------------*/

.bg-video {
	position:absolute;
	top:10px;
	left:10px;
	right:10px;
	bottom:10px;
	z-index:0;
}

/*-----------------------------------------------------
-------------        FORMS         ------------
-----------------------------------------------------*/

input[type='text'],
input[type='text']:focus,
input[type='email'],
input[type='email']:focus,
textarea,
textarea:focus {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	border:1px solid #666;
	padding:7px;
	color:#FFF;
	background:rgba(0,0,0,0.5);
	box-shadow:none;
	border-radius:0;
	width:100%;
	font-family:'Open Sans', sans-serif;
	font-weight:300;
}

textarea {
	height:120px;
}

input[type='text'],
input[type='email'] {
	height:50px;
}

input[type='submit'] {
	background:#FF544D;
	color:#FFF;
	border:none;
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	text-transform:uppercase;
	padding:7px 14px;
	float:right;
}

input.error,
textarea.error,
input.error:focus,
textarea.error:focus {
	border:2px solid #F2B8B8;
}

#contact {
	position:relative;
}

#results {
	position:absolute;
	bottom:-62px;
}

#error {
	color:#ED6A68;
}

#success {
	color:#70A572;
}

#error,
#success,
#results {
	display:none;
}

.row-fluid .zeromargin {
	margin-left: 0;
}


.span3 p, .service-single p, .service-single .small-title h1, .service-single h5, .service-single ul.plain, .service-single ul.plain li, .span3 h3, .span3 a span, .page-title h1.sp3 {
	color: #333;	
}

/*-----------------------------------------------------
-------------        MEDIA QUERIES         ------------
-----------------------------------------------------*/

/* Large */
@media (min-width: 1200px) {

	.page > .container {
		margin-left:-585px;
	}

	.team-preview {
		margin-bottom:10px;
	}

}


/* iPad */
@media (min-width: 768px) and (max-width: 979px) {

	.tablet .no-offset {
		margin:0 !important;
	}

	.tablet .full-width {
		width:100% !important;
	}

	.row-fluid.tablet .tspan5 {
		width:40.0552%;
	}

	.row-fluid.tablet .tspan10 {
		width:82.8729%;
	}

}


/* iPad and Phone */
@media (max-width: 979px) {

	/* Base */

	body {
		padding-left:0;
		background:#EFF3F6;
		padding-right:0;
		padding-top:0;
		text-align:left;
		color:#777;
	}

	body,
	html {
		overflow:visible !important;
	}

	div[class*='offset'].fix-tablet {
		margin-left:0 !important;
	}

	h1,h2,h3,h4,h5,h6,
	.service h3,
	a,
	a:hover {
		color:#555;
	}

	body.single-mobile {
		overflow:hidden !important;
	}

	ul.social li {
		margin-right:2px;
	}

	ul.social li a {
		color:#AAA;
	}

	/* End Base */

	/* Paging */

	.page {
		position:relative !important;
		left:auto !important;
		top:auto !important;
		padding:40px 0 !important;
		/*margin-bottom:30px;*/
		margin-top:0 !important;
		height:auto !important;
		border:none;
		background:#EFF3F6 !important;
		border-right:none;
	}

	.page:after {
		display:none;
	}

	.page > .container {
		position:relative !important;
		left:auto !important;
		margin-left:auto !important;
		margin-top:auto !important;
		padding:0 20px;
		top:auto !important;
	}

	.page-home h1.hero span,
	.page-home h2.hero span {
		color:#FF544D !important;
	}

	.page-home {
		text-align:left;
	}

	h1.hero,
	h2.hero {
		font-size:60px;
		letter-spacing:-1px;
		line-height:70px;
		color:#555;
		text-align:left;
		margin:0;
	}

	.page-title h1 {
		font-size:48px;
	}

	.page-title h1 span {
		bottom:-15px;
	}

	.small-title {
		margin-bottom:10px;
	}

	.small-title h1 {
		font-size:24px;
	}

	.service-single {
		padding-top:20px;
	}

	section.page-home {
		padding-bottom:0 !important;
	}

	.small-title h1 span {
		bottom: auto;
		font-size: 16px;
		float: none;
		display: block;
		left: auto;
		position: static;
		padding: 0;
		margin:0;
	}

	.page-title h1 span:before,
	.page-title h1 span:after,
	.small-title h1 span:before,
	.small-title h1 span:after {
		background:#CCC;
	}

	.single {
		position:fixed !important;
		padding:90px 20px 20px !important;
		max-height:400px !important;
		overflow-y:scroll !important;
	}

	.up,
	.down,
	.top {
		display:none !important;
	}

	/* End Paging */

	/* Navigation */

	nav.mobile > .container {
		padding:0 20px;
	}

	nav.mobile {
		margin-top:30px;
	}

	nav.mobile select {
		display:block;
		margin-top:30px;
	}

	.top {
		display:none;
	}

	/* End Navigation */

	/* About/Services/Work/Contact */


	#team-slider:hover .flex-direction-nav a.flex-prev, 
	#team-slider .flex-direction-nav a.flex-prev {
		left:-30px;
	}

	#team-slider:hover .flex-direction-nav a.flex-next, 
	#team-slider .flex-direction-nav a.flex-next {
		right:-30px;
	}

	.team-preview .mask {
		padding-top:10px;
	}

	.team-preview:hover .mask {
		opacity:0;
	}

	.team-preview .mask h4 {
		font-size:16px;
		margin-bottom:5px;
	}

	.team-holder {
		padding-top:0;
	}

	.team-preview:hover .mask {
		opacity:0;
	}

	.service i {
		height:60px;
		width:60px;
		padding:30px 35px;
	}	

	.service .expand span,
	.service .expand:hover span {
		width:auto;
		display:inline-block;
		background:#2D75B2;
		padding:2px 6px;
		color:#FFF;
	}

	.service .expand:after {
		display:none;
	}

	.ajax-item .prev-item, 
	.ajax-item .next-item {
		top:-30px;
	}

	.ajax-item .prev-item {
		left:auto;
		right:45px;
	}

	.ajax-item .next-item.expand:hover span,
	.ajax-item .prev-item.expand:hover span {
		width:0;
	}

	.ajax-item a.back {
		position:absolute;
		top:-10px;
		left:20px;
		right:auto;
		color:#FFF;
	}

	.flex-direction-nav a, 
	.flex-direction-nav a {
		top:-5px !important;
	}

	.team-single {
		padding-top:30px;
	}

	.flex-direction-nav a.flex-prev, 
	.flex-direction-nav a.flex-prev {
		left:auto !important;
		right:25px !important;
	}

	.flex-direction-nav a.flex-next, 
	.flex-direction-nav a.flex-next {
		left:auto !important;
		right:0 !important;
	}

	article.portfolio-item {
		margin-bottom:20px;
		background:#FFF;
		border:1px solid #DDD;
	}

	/* Forms */

	input[type="text"], 
	input[type="text"]:focus, 
	input[type="email"], 
	input[type="email"]:focus, 
	textarea, 
	textarea:focus {
		background:rgba(0,0,0,0.1);
		color:#777;
		border:1px solid #DDD;
	}

	/* End Forms */

	.team-single h2 {
		font-size:18px;
		line-height:24px;
	}

	blockquote {
		background:none;
		border-left:5px solid #CCC;
	}

}

/* Phone */
@media (max-width: 767px) {

	h1.hero,
	h2.hero {
		font-size:40px;
		line-height:45px;
	}

	.page-title h1 {
		font-size:30px;
	}

	.page-title h1 span {
		display:block;
		bottom:auto;
		font-size:16px;
		margin:0;
		float:none;
	}

	.page-title h1 span:before,
	.page-title h1 span:after,
	.small-title h1 span:before,
	.small-title h1 span:after {
		display:none;
	}

	.service {
		margin-bottom:25px;
	}

}

/* Phone (portrait) */
@media (max-width: 480px) {


}

.flt {
	float: left;	
}