@import url('http://fonts.googleapis.com/css?family=Oswald:400,300,700');
/*==========================================================================
Global properties (body, common classes, vertical rhythm, structure etc)
/* ==========================================================================*/
HTML
{
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
BODY
{
	background-color: #FFFFFF;
	color: #3D3D3D;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}
@media (max-width: 767px)
{
	BODY
	{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}
BODY #load
{
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: hidden;
	z-index: 1001;
	background-color: #FFFFFF;
	font-family: Oswald, sans-serif;
}
BODY #qLpercentage
{
	font-family: Oswald, sans-serif;
	font-size: 60px !important;
	line-height: 1;
}
.container
{
	max-width: 960px;
}
.page-wrapper
{
	padding: 60px 0;
	position: relative;
	z-index: 100;
}
@media (max-width: 767px)
{
	.page-wrapper .container
	{
		padding-left: 10px;
		padding-right: 10px;
	}
}
UL.datos
{
	border: thin solid #929292;
	border-radius: 5px;
	background: #E0E0E0;
	color: #000000;
	padding: 22px;
	min-height: 210px;
}
.page-work
{
	-webkit-box-shadow: 0 0 30px 0 #000000;
	-moz-box-shadow: 0 0 30px 0 #000000;
	box-shadow: 0 0 30px 0 #000000;
	margin-top: 41px;
}
.page-services
{
	background: url('../img/page-bg-services.png') repeat 50% 0;
	color: #FFFFFF;
	-webkit-box-shadow: 0 0 30px 0 #000000;
	-moz-box-shadow: 0 0 30px 0 #000000;
	box-shadow: 0 0 30px 0 #000000;
}
.page-about
{
	background: url('../img/page-bg-about.png') repeat 50% 0;
	-webkit-box-shadow: 0 0 30px 0 #000000;
	-moz-box-shadow: 0 0 30px 0 #000000;
	box-shadow: 0 0 30px 0 #000000;
}
.page-contact
{
	background: url('../img/page-bg-contact.png') repeat 50% 0;
	padding-bottom: 0;
	-webkit-box-shadow: 0 0 30px 0 #000000;
	-moz-box-shadow: 0 0 30px 0 #000000;
	box-shadow: 0 0 30px 0 #000000;
}
HR.spacer
{
	border-color: transparent;
}
/*==========================================================================
TYPOGRAPHY
/* ==========================================================================*/
::-moz-selection, ::selection
{
	background: #FF6B59;
	color: #FFFFFF;
}
H1, H2, H3, H4, H5, H6
{
	font-family: Oswald, sans-serif;
	font-weight: normal;
}
H1 A, H2 A, H3 A, H4 A, H5 A, H6 A
{
	font-weight: inherit;
}
.title-inner H1
{
	text-align: center;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 60px;
}
.title-inner H2
{
	text-align: center;
	text-transform: uppercase;
}
P
{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}
A
{
	color: #FF6B59;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
A:hover
{
	color: #FF6B59;
	text-decoration: underline;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.highlight
{
	color: #FF6B59;
}
BLOCKQUOTE
{
	border-color: #FF6B59;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}
BLOCKQUOTE P
{
	margin-bottom: 20px;
}
/*==========================================================================
MENU STYLING
/* ==========================================================================*/
#undefined-sticky-wrapper
{
	position: absolute;
	width: 100%;
	z-index: 1000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-box-sizing: border-box;
	box-sizing: border-box;
}
.main-menu
{
	width: 100%;
	z-index: 1000;
	background-color: #FFFFFF;
}
.main-menu .navbar-inner
{
	background-image: none;
	filter: none;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
}
.main-menu .navbar-fixed-top, .main-menu .navbar-fixed-bottom, .main-menu .navbar-static-top
{
	margin: 0;
}
.main-menu .nav
{
	float: none;
	width: 100%;
	display: block;
	text-align: center;
	margin: 0;
}
@media (max-width: 767px)
{
	.main-menu .nav
	{
		display: none;
	}
}
.main-menu .nav > LI
{
	display: inline-block;
	float: none;
}
.main-menu .nav > LI > A
{
	font-family: Oswald, sans-serif;
	font-weight: 300;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
}
.main-menu .nav > LI > A:hover
{
	color: #FF6B59;
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-ms-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}
.main-menu .nav > LI > A.active
{
	color: #FF6B59;
}
.res-menu
{
	display: none;
}
@media (max-width: 767px)
{
	.res-menu
	{
		display: block;
		width: 100%;
		border: none;
		border-top: 1px solid #E6E6E6;
		background-color: #EEEEEE;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.res-menu OPTION
	{
		background-color: #FFFFFF;
	}
}
/*==========================================================================
INTRO/HOMEPAGE
/* ==========================================================================*/
.logo
{
	display: inline-block;
	width: 140px;
	height: 140px;
	text-align: center;
	text-decoration: none;
	background-color: #FF6B59;
	color: #FFFFFF;
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
	border-radius: 70px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.logo:hover
{
	text-decoration: none;
	background-color: #FFFFFF;
	color: #FF6B59;
}
.logo I
{
	font-size: 80px;
	line-height: 140px;
	height: 140px;
}
.intro-parallax
{
	position: relative;
	overflow: hidden;
	height: 100%;
	width: 100%;
	display: table;
	background: url('../parallax.jpg') fixed;
	background-size: 100% cover;
	background-position: 100% top;
	background-color: #FFFFFF;
}
.intro-wrapper
{
	display: table-cell;
	vertical-align: middle;
	margin: auto;
}
.intro-wrapper .container
{
	text-align: center;
	color: #FFFFFF;
}
.intro-wrapper .hero-unit
{
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
}
.intro-wrapper .hero-unit H1
{
	font-size: 36px;
	margin-top: 18px;
}
.intro-wrapper .hero-unit H1 SPAN
{
	display: inline-block;
	padding: 10px 15px;
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.7);
}
.start-btn
{
	margin-top: 20px;
	color: #FFFFFF;
	background-color: #FF6B59;
}
.start-btn:hover
{
	color: #FFFFFF;
	background-color: #555555;
}
/*==========================================================================
WORK/PORTFOLIO
/* ==========================================================================*/
.flexslider
{
	border: none;
	margin: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.flex-direction-nav A
{
	background-color: #FF6B59;
	text-decoration: none;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	filter: alpha(opacity = 30);
	opacity: 0.3;
}
.flex-direction-nav A, .flex-direction-nav A:hover
{
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.flex-direction-nav .flex-next
{
	right: 20px;
}
.flex-direction-nav .flex-prev
{
	left: 20px;
}
.flexslider:hover .flex-next
{
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	filter: alpha(opacity = 80);
	opacity: 0.8;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	right: 20px;
}
.flexslider:hover .flex-prev
{
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	filter: alpha(opacity = 80);
	opacity: 0.8;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	left: 20px;
}
.flex-direction-nav .flex-next:before, .flex-direction-nav .flex-prev:before
{
	display: block;
	font-family: FontAwesome;
	font-size: 30px;
	line-height: 50px;
	height: 50px;
	content: '\f105';
	text-decoration: none;
	text-align: center;
	text-indent: 0;
	color: #FFFFFF;
}
.flex-direction-nav .flex-next:before
{
	content: '\f061';
}
.flex-direction-nav .flex-prev:before
{
	content: '\f060';
}
.flex-control-nav
{
	bottom: 20px;
}
.flex-control-paging LI A
{
	background-color: #FF6B59;
	background-color: rgba(255, 106, 87, 0.5);
}
.flex-control-paging LI A:hover, .flex-control-paging LI A.flex-active
{
	background-color: #FF6B59;
	background-color: rgba(255, 106, 87, 0.9);
}
/*Portfolio Filtering (Categories)
/* ==========================================================================*/
#filtrable
{
	margin-left: 0;
	margin-bottom: -5px;
	margin-top: -5px;
	text-align: center;
	text-transform: uppercase;
	font-family: Oswald, sans-serif;
	font-size: 16px;
}
#filtrable LI
{
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
	list-style: none;
}
#filtrable A
{
	display: inline-block;
	padding: 5px 10px;
	text-decoration: none;
	background-color: #000000;
	color: #FFFFFF;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#filtrable A:hover
{
	background-color: #FF3E26;
	color: #FFFFFF;
}
#filtrable .current A
{
	background-color: #FF6B59;
	color: #FFFFFF;
}
/*Portfolio Thumbnails
/* ==========================================================================*/
.portfolio
{
	position: relative;
	padding: 0;
	margin: 0 auto;
	display: block;
}
.portfolio ARTICLE
{
	margin: 0;
	overflow: hidden;
	line-height: 0;
	width: 24.99%;
	padding: 0;
}
@media (max-width: 979px)
{
	.portfolio ARTICLE
	{
		width: 33.33%;
	}
}
@media (max-width: 767px)
{
	.portfolio ARTICLE
	{
		width: 49.9%;
	}
}
@media (max-width: 479px)
{
	.portfolio ARTICLE
	{
		width: 100%;
	}
}
.portfolio .thumbnail
{
	padding: 0;
	margin: 0;
	text-align: center;
	border: none;
	position: relative;
	overflow: hidden;
	cursor: default;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.portfolio .thumbnail IMG
{
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.portfolio .thumbnail .caption
{
	padding: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.portfolio .thumbnail .title
{
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	bottom: 50%;
	left: 0;
	width: 100%;
}
.portfolio .thumbnail .title A
{
	text-decoration: none;
}
.portfolio .thumbnail .tag
{
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
}
/*Portfolio animation
/* ==========================================================================*/
.portfolio .thumbnail .caption, .portfolio .thumbnail .title, .portfolio .thumbnail .tag, .portfolio .thumbnail .ico-block
{
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity = 0);
	opacity: 0;
}
.portfolio .thumbnail .caption
{
	background-color: #FF6B59;
	background-color: #FF6A57;
	-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;
}
.portfolio .thumbnail .title
{
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	transform: translateY(-100px);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.portfolio .thumbnail .title A
{
	color: #FFFFFF;
	font-weight: 600;
}
.portfolio .thumbnail .title A:hover
{
	color: #FFFFFF;
}
.portfolio .thumbnail .tag
{
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	color: #FFFFFF;
}
.portfolio .thumbnail .ico-block
{
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.portfolio .thumbnail.hover .title, .portfolio .thumbnail.hover .tag, .portfolio .thumbnail.hover .caption, .portfolio .thumbnail.hover .ico-block
{
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity = 100);
	opacity: 1;
}
.portfolio .thumbnail.hover .title, .portfolio .thumbnail.hover .tag, .portfolio .thumbnail.hover .ico-block
{
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
.portfolio .thumbnail.hover IMG
{
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.portfolio .thumbnail.hover .tag
{
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.portfolio .thumbnail.hover .ico-block
{
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	-ms-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
/*overlay frame
/* ==========================================================================*/
.media A, .thumbnail, .thumbnail .image
{
	position: relative;
}
.media .frame-overlay, .thumbnail .frame-overlay, .portfolio ARTICLE .frame-overlay
{
	background-color: #000000;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity = 0);
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.media A:hover .frame-overlay, .thumbnail:hover .frame-overlay, .portfolio ARTICLE:hover .frame-overlay
{
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	filter: alpha(opacity = 50);
	opacity: 0.5;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
/*Isotope CSS3 transitions
/* ==========================================================================*/
.portfolio, .portfolio ARTICLE
{
	-moz-transition-duration: 0.8s;
	-webkit-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
/*disabling Isotope CSS3 transitions
/* ==========================================================================*/
.portfolio.no-transition, .portfolio.no-transition ARTICLE, .portfolio ARTICLE.no-transition
{
	-moz-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}
.portfolio
{
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.portfolio ARTICLE
{
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
}
/*==========================================================================
PARALLAX
/* ==========================================================================*/
.parallax
{
	width: 100%;
	height: 400px;
	position: relative;
	overflow: hidden;
	background: #F8F8F8;
	color: #FFFFFF;
}
.parallax .container
{
	display: table;
}
.parallax .parallax-inner, .parallax .overlay
{
	height: 400px;
}
.parallax-inner
{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.overlay
{
	position: absolute;
	background: url('../img/overlay.png');
	width: 100%;
}
.parallax-bg
{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: absolute;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: top center;
}
@media (min-width: 768px) and (max-width: 979px)
{
	.parallax-bg
	{
		background-size: 150%;
	}
}
/*Parallax backgrounds
/* ==========================================================================*/
.bg1
{
	background-image: url('../parallax.jpg');
}
.bg2
{
	background-image: url('../parallax.jpg');
}
.bg3
{
	background-image: url('../parallax.jpg');
}
.bg4
{
	background-image: url('../parallax.jpg');
}
/*==========================================================================
Parallax 1
/* ==========================================================================*/
P.quote
{
	position: relative;
	padding-left: 0px;
	padding-right: 0px;
	font-family: Oswald, sans-serif;
	font-size: 73px;
	text-align: center;
	text-transform: uppercase;
	line-height: 1;
	color: #FFFFFF;
	z-index: 200;
	margin: 0 5%;
}
@media (min-width: 768px) and (max-width: 979px)
{
	P.quote
	{
		font-size: 44px;
	}
}
@media (max-width: 767px)
{
	P.quote
	{
		font-size: 33px;
	}
}
@media (max-width: 480px)
{
	P.quote
	{
		font-size: 24px;
	}
}
P.quote I
{
	font-size: 25px;
	display: inline-table;
	vertical-align: top;
	margin: 0 5px;
	color: #FF6B59;
}
P.quote:before
{
	font-family: FontAwesome;
	font-size: 30px;
	color: #FF6B59;
	content: "\f10d";
	position: absolute;
	top: 0;
	left: 0;
}
P.quote:after
{
	font-family: FontAwesome;
	font-size: 30px;
	color: #FF6B59;
	content: "\f10e";
	position: absolute;
	top: 0;
	right: 0;
}
/*==========================================================================
SERVICES PAGE
/* ==========================================================================*/
@media (max-width: 767px)
{
	.service-row
	{
		max-width: 350px;
		margin: 0 auto;
	}
}
.service-box
{
	margin: 0 0 0px;
	text-align: center;
	padding: 20px 10px;
	border: none;
	position: relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
@media (max-width: 767px)
{
	.service-box
	{
		margin-bottom: 20px;
	}
}
.service-box .service-icon
{
	width: 80px;
	height: auto;
	font-size: 70px;
	margin: 15px auto;
	padding: 25px 20px;
	display: block;
	text-align: center;
	border-radius: 50%;
	background: #222222;
	color: #FFFFFF;
}
.service-box:hover
{
	box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.3);
	background: #222222;
	color: #FFFFFF;
}
UL.span4
{
	float: none !important;
	display: inline-block !important;
	margin: 0 -4px 0 0 !important;
	text-align: left;
	padding: 0 30px 39px 44px;
	vertical-align: text-top;
}
.service-box:hover .service-icon
{
	background: #FFFFFF;
	color: #222222;
}
/*Pricing Table
/* ==========================================================================*/
@media (max-width: 767px)
{
	.pricing
	{
		max-width: 350px;
		margin: 0 auto;
	}
}
.pricing .well
{
	padding: 0;
	margin-bottom: 0;
	text-align: center;
	border: none;
	background-color: #555555;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
@media (max-width: 767px)
{
	.pricing .well
	{
		margin-bottom: 40px;
	}
}
.pricing .well .well
{
	padding: 10px;
	margin-bottom: 0;
	background-color: transparent;
}
.pricing .well .well .btn
{
	font-family: Oswald, sans-serif;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.pricing .pricing-plan
{
	margin: 0;
	padding: 20px 0;
	font-size: 24px;
}
.pricing .pricing-price
{
	font-size: 24px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0;
	color: #FFFFFF;
	background-color: #333333;
}
.pricing .pricing-price SMALL
{
	display: block;
	color: #FFFFFF;
}
.pricing .pricing-list
{
	list-style-type: none;
	margin-left: 0;
}
.pricing .pricing-list LI
{
	padding: 20px 0;
}
.pricing .featured
{
	background-color: #333333;
	color: #FFFFFF;
}
.pricing .featured .pricing-price
{
	background-color: #222222;
	color: #FFFFFF;
}
/*==========================================================================
Parallax2 / Testimonials
/* ==========================================================================*/
.parallax-inner
{
	position: relative;
	width: 75%;
	margin: 0 auto !important;
}
@media (max-width: 767px)
{
	.parallax-inner
	{
		width: 90%;
	}
}
.testimonial-slider.flexslider
{
	background-color: transparent;
	padding: 10px 0;
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.5);
}
.testimonial-slider .flex-control-nav
{
	bottom: -40px;
}
.testimonial-slider .flex-direction-nav A
{
	background-color: transparent;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	filter: alpha(opacity = 50);
	opacity: 0.5;
}
@media (max-width: 767px)
{
	.testimonial-slider .flex-direction-nav A
	{
		top: auto;
		bottom: -50px;
	}
}
.testimonial-slider .flex-direction-nav .flex-next
{
	right: 0;
}
.testimonial-slider .flex-direction-nav .flex-prev
{
	left: 0;
}
.testimonial-slider .flex-direction-nav .flex-next:before
{
	content: '\f105';
}
.testimonial-slider .flex-direction-nav .flex-prev:before
{
	content: '\f104';
}
.testimonial-slider .testimonial-inner
{
	padding-left: 50px;
	padding-right: 50px;
}
@media (max-width: 767px)
{
	.testimonial-slider .testimonial-inner
	{
		padding-left: 10px;
		padding-right: 10px;
	}
}
.testimonial-slider .flex-control-paging LI A
{
	background-color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0.5);
}
.testimonial-slider .flex-control-paging LI A:hover, .testimonial-slider .flex-control-paging LI A.flex-active
{
	background-color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0.9);
}
/*==========================================================================
About Us Page
/* ==========================================================================
SKILLS
/* ==========================================================================*/
.our-skills .progress
{
	position: relative;
	background-image: none;
	filter: none;
	background-color: #999999;
	height: 30px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.our-skills .progress .bar
{
	background-color: #333333;
	background-image: none;
	filter: none;
}
.our-skills .progress .progress-title
{
	position: absolute;
	top: 5px;
	left: 10px;
	color: #FFFFFF;
}
.our-skills .progress .progress-value
{
	position: absolute;
	top: 5px;
	right: 10px;
	color: #FFFFFF;
}
/*Member info
/* ==========================================================================*/
@media (max-width: 767px)
{
	.members
	{
		/*@media (min-width: 480px) and (max-width: 767px){
margin: 0 auto;
padding-left: 0;
padding-right: 0;
width: 350px;
}*/
		margin: 0 auto;
		max-width: 350px;
	}
}
.member-info .thumbnail
{
	padding: 0;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	overflow: hidden;
}
.member-info .thumbnail .caption
{
	background-color: #999999;
	color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
}
.member-info .overlay-content
{
	position: absolute;
	bottom: 0%;
	left: 5%;
	width: 90%;
	text-align: center;
	z-index: 2;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity = 0);
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.member-info .overlay-content H4
{
	color: #FFFFFF;
}
.member-info .thumbnail:hover .caption
{
	background-color: #FF6B59;
	color: #FFFFFF;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.member-info .thumbnail:hover .overlay-content
{
	bottom: 30%;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity = 100);
	opacity: 1;
}
.member-info .view-profile
{
	padding: 4px 10px;
	margin-top: 4px;
	background-color: #FF6B59;
	color: #FFFFFF !important;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Oswald, sans-serif;
	font-size: 18px;
}
/*==========================================================================
Parallax3
/* ==========================================================================*/
.tweet-slider.flexslider
{
	background-color: transparent;
	padding: 10px 0;
	min-height: 150px;
	background-color: #000000;
	background-color: rgba(0, 0, 0, 0.5);
}
.tweet-slider .flex-control-nav
{
	bottom: -40px;
}
.tweet-slider .flex-direction-nav A
{
	background-color: transparent;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
	filter: alpha(opacity = 50);
	opacity: 0.5;
}
@media (max-width: 767px)
{
	.tweet-slider .flex-direction-nav A
	{
		top: auto;
		bottom: -50px;
	}
}
.tweet-slider .flex-direction-nav .flex-next
{
	right: 0;
}
.tweet-slider .flex-direction-nav .flex-prev
{
	left: 0;
}
.tweet-slider .flex-direction-nav .flex-next:before
{
	content: '\f105';
}
.tweet-slider .flex-direction-nav .flex-prev:before
{
	content: '\f104';
}
.tweet-slider .tweet-inner
{
	padding-left: 50px;
	padding-right: 50px;
}
@media (max-width: 767px)
{
	.tweet-slider .tweet-inner
	{
		padding-left: 10px;
		padding-right: 10px;
	}
}
.tweet-slider .flex-control-paging LI A
{
	background-color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0.5);
}
.tweet-slider .flex-control-paging LI A:hover, .tweet-slider .flex-control-paging LI A.flex-active
{
	background-color: #FFFFFF;
	background-color: rgba(255, 255, 255, 0.9);
}
.tweet-slider .tweet-img
{
	display: none !important;
}
/*==========================================================================
Contact Us Page
/* ==========================================================================
Contact form
/* ==========================================================================*/
#af-form
{
	margin-bottom: 30px;
}
#af-form TEXTAREA, #af-form INPUT[type="text"]
{
	border-width: 1px;
	border-color: #999999;
	background-color: #FFFFFF;
	color: #333333;
	padding: 10px 15px;
	height: auto;
	font-size: 13px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-box-sizing: border-box;
	box-sizing: border-box;
}
#af-form TEXTAREA:hover, #af-form INPUT[type="text"]:hover, #af-form TEXTAREA:focus, #af-form INPUT[type="text"]:focus
{
	border-color: #FF6B59;
	background-color: #EEEEEE;
	color: #222222;
}
#af-form TEXTAREA
{
	height: 160px !important;
	overflow: auto;
	resize: none;
}
#af-form INPUT.error, #af-form TEXTAREA.error
{
	border: 1px solid #E81123;
}
#af-form .af-outer
{
	margin-bottom: 0;
}
#af-form .form-button
{
	font-size: 18px;
	font-family: Oswald, sans-serif;
	text-transform: uppercase;
	background-color: #FF6B59;
	color: #FFFFFF;
	padding: 13px 20px 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
#af-form .form-button:hover
{
	background-color: #000000;
}
LABEL.error, LABEL.ferror
{
	color: #E81123;
	font-size: 13px;
	padding-left: 16px;
	margin-bottom: 15px;
}
/*Social icons
/* ==========================================================================*/
.social-icon
{
	display: inline-block;
	margin: 0 5px 5px 0;
	background-color: #FFFFFF !important;
	overflow: hidden;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.social-icon A
{
	display: inline-block;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.social-icon A:hover
{
	background-color: #555555;
	background-position: 0px -40px !important;
}
.social-icons UL
{
	list-style: none;
	margin: 0 0 -1px;
	float: right;
}
.social-icons UL LI
{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
.social-icons UL LI A
{
	display: block;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.social-icons A:hover
{
	background-color: #CCCCCC;
	background-position: 0px -40px !important;
	opacity: 1;
}
.social-email A
{
	background: url(../img/social/email.png) no-repeat 0 0;
}
.social-email A:hover
{
	background-color: #666666;
}
.social-aim A
{
	background: url(../img/social/aim.png) no-repeat 0 0;
}
.social-aim A:hover
{
	background-color: #E95A00;
}
.social-apple A
{
	background: url(../img/social/apple.png) no-repeat 0 0;
}
.social-apple A:hover
{
	background-color: #606060;
}
.social-behance A
{
	background: url(../img/social/behance.png) no-repeat 0 0;
}
.social-behance A:hover
{
	background-color: #18A3FE;
}
.social-blogger A
{
	background: url(../img/social/blogger.png) no-repeat 0 0;
}
.social-blogger A:hover
{
	background-color: #FB913F;
}
.social-cargo A
{
	background: url(../img/social/cargo.png) no-repeat 0 0;
}
.social-cargo A:hover
{
	background-color: #00C462;
}
.social-delicious A
{
	background: url(../img/social/delicious.png) no-repeat 0 0;
}
.social-delicious A:hover
{
	background-color: #3274D1;
}
.social-deviantart A
{
	background: url(../img/social/deviantart.png) no-repeat 0 0;
}
.social-deviantart A:hover
{
	background-color: #D0DE21;
}
.social-digg A
{
	background: url(../img/social/digg.png) no-repeat 0 0;
}
.social-digg A:hover
{
	background-color: #2882C6;
}
.social-dopplr A
{
	background: url(../img/social/dopplr.png) no-repeat 0 0;
}
.social-dopplr A:hover
{
	background-color: #99CC66;
}
.social-dribbble A
{
	background: url(../img/social/dribbble.png) no-repeat 0 0;
}
.social-dribbble A:hover
{
	background-color: #EF5B92;
}
.social-ember A
{
	background: url(../img/social/ember.png) no-repeat 0 0;
}
.social-ember A:hover
{
	background-color: #FB9D00;
}
.social-evernote A
{
	background: url(../img/social/evernote.png) no-repeat 0 0;
}
.social-evernote A:hover
{
	background-color: #77BA2F;
}
.social-facebook A
{
	background: url(../img/social/facebook.png) no-repeat 0 0;
}
.social-facebook A:hover
{
	background-color: #3B5998;
}
.social-flickr A
{
	background: url(../img/social/flickr.png) no-repeat 0 0;
}
.social-flickr A:hover
{
	background-color: #F1628B;
}
.social-forrst A
{
	background: url(../img/social/forrst.png) no-repeat 0 0;
}
.social-forrst A:hover
{
	background-color: #5B9A68;
}
.social-github A
{
	background: url(../img/social/github.png) no-repeat 0 0;
}
.social-github A:hover
{
	background-color: #7292A2;
}
.social-google A
{
	background: url(../img/social/google.png) no-repeat 0 0;
}
.social-google A:hover
{
	background-color: #DD4B39;
}
.social-googleplus A
{
	background: url(../img/social/googleplus.png) no-repeat 0 0;
}
.social-googleplus A:hover
{
	background-color: #D94A39;
}
.social-gowalla A
{
	background: url(../img/social/gowalla.png) no-repeat 0 0;
}
.social-gowalla A:hover
{
	background-color: #FF920D;
}
.social-grooveshark A
{
	background: url(../img/social/grooveshark.png) no-repeat 0 0;
}
.social-grooveshark A:hover
{
	background-color: #F88E00;
}
.social-html5 A
{
	background: url(../img/social/html5.png) no-repeat 0 0;
}
.social-html5 A:hover
{
	background-color: #F3642C;
}
.social-icloud A
{
	background: url(../img/social/icloud.png) no-repeat 0 0;
}
.social-icloud A:hover
{
	background-color: #FB913F;
}
.social-lastfm A
{
	background: url(../img/social/lastfm.png) no-repeat 0 0;
}
.social-lastfm A:hover
{
	background-color: #D21309;
}
.social-linkedin A
{
	background: url(../img/social/linkedin.png) no-repeat 0 0;
}
.social-linkedin A:hover
{
	background-color: #71B2D0;
}
.social-metacafe A
{
	background: url(../img/social/metacafe.png) no-repeat 0 0;
}
.social-metacafe A:hover
{
	background-color: #EF4035;
}
.social-mixx A
{
	background: url(../img/social/mixx.png) no-repeat 0 0;
}
.social-mixx A:hover
{
	background-color: #D80330;
}
.social-myspace A
{
	background: url(../img/social/myspace.png) no-repeat 0 0;
}
.social-myspace A:hover
{
	background-color: #003398;
}
.social-netvibes A
{
	background: url(../img/social/netvibes.png) no-repeat 0 0;
}
.social-netvibes A:hover
{
	background-color: #629E61;
}
.social-newsvine A
{
	background: url(../img/social/newsvine.png) no-repeat 0 0;
}
.social-newsvine A:hover
{
	background-color: #5B965A;
}
.social-orkut A
{
	background: url(../img/social/orkut.png) no-repeat 0 0;
}
.social-orkut A:hover
{
	background-color: #ED2590;
}
.social-paypal A
{
	background: url(../img/social/paypal.png) no-repeat 0 0;
}
.social-paypal A:hover
{
	background-color: #32689A;
}
.social-picasa A
{
	background: url(../img/social/picasa.png) no-repeat 0 0;
}
.social-picasa A:hover
{
	background-color: #444;
}
.social-pinterest A
{
	background: url(../img/social/pinterest.png) no-repeat 0 0;
}
.social-pinterest A:hover
{
	background-color: #CB2027;
}
.social-plurk A
{
	background: url(../img/social/plurk.png) no-repeat 0 0;
}
.social-plurk A:hover
{
	background-color: #F35B36;
}
.social-posterous A
{
	background: url(../img/social/posterous.png) no-repeat 0 0;
}
.social-posterous A:hover
{
	background-color: #F9D560;
}
.social-reddit A
{
	background: url(../img/social/reddit.png) no-repeat 0 0;
}
.social-reddit A:hover
{
	background-color: #CDE2F9;
}
.social-rss A
{
	background: url(../img/social/rss.png) no-repeat 0 0;
}
.social-rss A:hover
{
	background-color: #FE9900;
}
.social-skype A
{
	background: url(../img/social/skype.png) no-repeat 0 0;
}
.social-skype A:hover
{
	background-color: #18B7F1;
}
.social-stumbleupon A
{
	background: url(../img/social/stumbleupon.png) no-repeat 0 0;
}
.social-stumbleupon A:hover
{
	background-color: #EB4924;
}
.social-technorati A
{
	background: url(../img/social/technorati.png) no-repeat 0 0;
}
.social-technorati A:hover
{
	background-color: #7AC84F;
}
.social-tumblr A
{
	background: url(../img/social/tumblr.png) no-repeat 0 0;
}
.social-tumblr A:hover
{
	background-color: #3A5976;
}
.social-twitter A
{
	background: url(../img/social/twitter.png) no-repeat 0 0;
}
.social-twitter A:hover
{
	background-color: #48C4D2;
}
.social-vimeo A
{
	background: url(../img/social/vimeo.png) no-repeat 0 0;
}
.social-vimeo A:hover
{
	background-color: #62A0AD;
}
.social-wordpress A
{
	background: url(../img/social/wordpress.png) no-repeat 0 0;
}
.social-wordpress A:hover
{
	background-color: #464646;
}
.social-yahoo A
{
	background: url(../img/social/yahoo.png) no-repeat 0 0;
}
.social-yahoo A:hover
{
	background-color: #AB64BC;
}
.social-yelp A
{
	background: url(../img/social/yelp.png) no-repeat 0 0;
}
.social-yelp A:hover
{
	background-color: #C41200;
}
.social-youtube A
{
	background: url(../img/social/youtube.png) no-repeat 0 0;
}
.social-youtube A:hover
{
	background-color: #F45750;
}
.social-zerply A
{
	background: url(../img/social/zerply.png) no-repeat 0 0;
}
.social-zerply A:hover
{
	background-color: #8DB259;
}
.social-zootool A
{
	background: url(../img/social/zootool.png) no-repeat 0 0;
}
.social-zootool A:hover
{
	background-color: #262626;
}
.copyright
{
	width: 100%;
	padding: 40px 0;
	background: #FF6B59;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
.copyright A
{
	color: #FFFFFF;
}
.copyright A:hover
{
	text-decoration: underline;
}
.gmap
{
	max-width: 100%;
	line-height: 0;
}
IMG
{
	-ms-interpolation-mode: bicubic;
}
.btn, .btn:hover
{
	background-image: none;
	filter: none;
	text-shadow: none;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.hero-unit
{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.video
{
	position: relative;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
}
.video IFRAME, .video OBJECT, .video EMBED
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*Remove firefox dotted line
/* ==========================================================================*/
A, A:active, A:focus, INPUT, INPUT:active, INPUT:focus, SELECT, SELECT:active, SELECT:focus
{
	outline: 0 !important;
}
