@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,700,800);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700,300);
/*============ D E F A U L T   E L E M E N T S ============*/

img[class*="span"] {
	float: none;
	min-height: 1px;
	margin-left: 0px;
}
body {
	font-family:"Open Ssns", "Helvetica Neue", Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	overflow-x:hidden;
	padding:0px !important;
}
.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1000;
}
.loader td {
	vertical-align: middle;
	text-align: center;
	background: #fff;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'NovecentowideUltraLightBold', Arial, Helvetica, sans-serif;
	padding:0;
}
h1, h2, h3, h4, h5, h6{
	margin-bottom:10px;
}
p {
	margin-bottom: 10px;
}
a, a:visited, a:hover, a:active {
	text-decoration: none;
	border: none;
	color: inherit;
	outline: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;	
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, p a, .section a {
	color:inherit;
}
.clear {
	clear: both;
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	border: none;
	background: transparent;
	display: block;
}

.left {
	float:left;
}
.right {
	float:right;
}

.alignleft {
	text-align:left;
}
.alignright {
	text-align:right;
}
.aligncenter {
	text-align:center;
}
.container {
	position:relative;
}

.row {
	margin-bottom:40px;
}

address {
	display: block;
	margin: 60px 0 100px;;
	font-style: normal;
	line-height: 1;
}

/*========= S E C T I O N S ===========*/
.section {
	width: 100%;
	padding:60px 0 80px;
}
.home {
	position: relative;
	overflow-x: hidden;
	height: 100%;
	width: 100%;
	display: table;
}

/*========= H E A D E R ===========*/
.header {
	padding-top: 60px;
	position:relative;
}
.header-text {
	display: block;
	font-family: 'NovecentowideLightBold', Arial, Helvetica, sans-serif;
	font-size: 54px;
	line-height: 1.4;
	vertical-align: middle;
	margin-bottom: 15px;
	position:rlative;
}

.caption:after {
	position:absolute;
	content:'';
	height:0px;
	width:100px;
	border-bottom:3px solid;
	bottom:0;
	left:0;
}

.caption {
	font-family: "Open Sans", 'Helvetica Neue', Arial, sans-serif;
	font-size: 24px;
	line-height: 1.3;
	margin: 0px auto 50px auto;
	font-weight: 300;	
	position: relative;
	padding-bottom:30px;
	margin-bottom:90px;
}


/*========= N A V I G A T I O N   M EN U ===========*/

.logo-container {
	float:left;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;	
}

.scroll .logo-container h1 {
	font-size:30px;
}

.navigation.scroll .logo a img {
	width:120px;
}

.logo-container h1 {
	margin-bottom:0;
}

.nav-container {
	float:right;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;	
}

.navigation {
	position: fixed;
	font-family:'Oswald', serif;
	top: 0;
	left: 0;
	margin:0 auto;
	z-index: 200;
	width:100%;
	background:#fff;
	box-shadow:0px 2px 33px rgba(0, 0, 0, 0.22);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	text-transform:uppercase;
	transition: all 0.4s ease;
}
.navigation.scroll {
	box-shadow:0px 2px 33px rgba(0, 0, 0, 0.12);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.logo {
	display: table-cell;
	vertical-align: middle;
	height: 80px;
	padding-right: 50px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;	
}
.navigation.scroll .logo {
	height:50px;
}

.navigation.scroll .nav {
    height: 50px;
}
.navigation.scroll li a {
    padding: 15px 5px;
}
.navigation.scroll li a i {
	padding-bottom:3px;
	font-size:20px;
	display: none;
}
.navigation.scroll li:hover a i {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
.navigation .nav {
	display: table-cell;
	vertical-align: middle;
	height: 80px;
}
.navigation li {
	display:inline;
}
.navigation li a {
	font-size: 14px;
	text-decoration: none;
	color: #444;
	outline: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-align: center;
	padding: 30px 8px;
	margin-left: -4px;
	display:inline-block;
}
.navigation.iconic li a {
	padding:16px 5px;
}

.navigation.simple li a i {
	display:none;
}

.navigation li a i {
	display:block;
	padding-bottom:3px;
	font-size:24px;
	padding-right: 0px;
}
.navigation li:hover a i {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}
.navigation li.active a {
	color:#fff;
	background:#222;
}
.navigation li a:hover {
	background: #222;
	color:#fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.navigation span {
	padding-left: 10px;
	padding-right: 10px;
}
.navigation li a:before {
}
/*========= R E S P O N S I V E   N A V I G A T I O N =========== */
.selectnav {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	margin: 15px 0 10px;
	-webkit-appearance: none;
	background-color: transparent;
	border: 1px solid transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	line-height: 1;
	padding: 0px 10px;
	border-radius: 0;
	background-image: url(../images/selectmenu.png);
	background-position: center right;
	background-repeat: no-repeat;
	min-width: 120px;
	color: #3d3d3d;
	outline: none;
	background-size: 27px;
	font-weight: bold;
}

.selectnav {
	display:none;
}


/*========= H O M E  S E C T I O N =========== */
.home-text-wrapper {
	display: table-cell;
	vertical-align: middle;
	margin: auto;
	padding:81px 0 0px;
}

/* Callout Hover text */
.cs-text {
	margin: 0 auto;
	cursor: default;
	text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}
.cs-text > span {
	display: block;
}
.cs-text-cut {
	width: 100%;
	overflow: hidden;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	font-family:'Oswald', Arial, Helvetica, sans-serif;
}
.cs-text-cut {
	border-top: 1px solid rgba(255, 255, 255, 0.16);
}
.cs-text-cut:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.16);
	border-top:0;
}
.cs-text-cut {
	display: block;
	line-height: 1.2;
	color: rgba(255, 255, 255, 1);
	font-size: 180px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 6px;
}
.cs-text-cut.medium {
	display: block;
	line-height: 1.2;
	color: rgba(255, 255, 255, 1);
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 30px;
	color:#111;
}
.cs-text-mid {
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: 15px;
	line-height: 1.2;
	top: 50%;
	color: white;
	opacity: 0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-o-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	text-align: center;
}
.cs-text:hover .cs-text-cut:first-child {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
	opacity: 0.2;
}
.cs-text:hover .cs-text-cut:last-child {
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-o-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	opacity: 0.2;
}
.cs-text:hover .cs-text-mid {
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

/* ------------------------------------------------------------------------ */
/* SLIDER SECTION
/* ------------------------------------------------------------------------ */
.home {
	padding:0;
}
.home.full-width-slider {
	height:auto !important;
}
.home-text-wrapper .flexslider {
	box-shadow:0px 40px 50px -34px #000;
}
.home-text-wrapper .full-width.flexslider {
	box-shadow:none;
}

.home-text-wrapper .flex-next {
	right: -10px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.home-text-wrapper .flex-prev {
	left: -10px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.home-text-wrapper .flexslider:hover .flex-next {
	right: 20px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.home-text-wrapper .flexslider:hover .flex-prev {
	left: 20px;
	opacity: 1;
	filter: alpha(opacity=100);
}


.home-text-wrapper .full-width.flexslider img {
	width:100%;
}

.home-text-wrapper .flex-caption {
	top:55%;
	width:100%;
	background:none !important;
	padding:10px 0;
}
.home-text-wrapper .flex-caption h2 {
	font-size:36px;
	line-height:1.2;
	padding:5px 10px;
	display:inline-block;
	background:#000000;
	background:rgba(0,0,0,0.5);
	border-radius:1px;
	margin-left:20px;
	margin-bottom:5px;
}
.home-text-wrapper .flex-caption p {
	width:40%;
	font-size:14px;
	line-height:1.4;
	border-radius:1px;
	padding:5px 10px;
	text-shadow:0px 2px 1px rgba(0,0,0,0.5);
	margin-left:10px;
}

.home-text-wrapper .flex-caption a.button {
	color: #ffffff;
	top: 10px;
	letter-spacing: 1.5px;
	position: relative;
	display: inline-block;
	padding: 0px 21px;
	border: 2px solid rgba(255,255,255,0.5);
	-webkit-transition: border-color 0.3s linear, background-color 0.3s linear;
	-moz-transition: border-color 0.3s linear, background-color 0.3s linear;
	-o-transition: border-color 0.3s linear, background-color 0.3s linear;
	transition: border-color 0.3s linear, background-color 0.3s linear;
	background: transparent;
	font-weight:normal;
	line-height:30px;
}

.callout-text {
	padding:30px 0;
	margin:10px 0;
	color:#ffffff;
	display:block;
	width:100%;
	text-align:center;
}

.callout-text h1 {
	font-size:60px;
	
	
}

/*========= S O C I A L   S H A R I N G =========== */
.social {
	margin-bottom: 20px;
}
.social:after {
    clear: both;
    float: none;
    display: table;
    content: '';
    height: 0px;
}
.social ul {
	line-height: normal;
}
.social ul li {
	display:inline-block;
	margin-right: 5px;
	margin-left: 5px;
}
.social ul li.last {
	margin-right: 0px;
}
.social ul li a {
	display: block;
	font-size: 13px;
	width: 15px;
	height: 15px;
	line-height: 15px;	
	border: 1px solid;
	text-align: center;
	padding: 4px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	margin-bottom:10px;
}



/* ------------------------------------------------------------------------ */
/* PORTFOLIO SECTION
/* ------------------------------------------------------------------------ */

#filters {
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: left;
	display: block;
	float: none;
	z-index: 2;
	position: relative;
}
#filters ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
#filters ul li {
	display: inline-block;
}
#filters ul li a {
	display: block;
	float: left;
	padding: 2px 0;
	color: inherit;
	font-weight: bold;
}
#filters ul li a h3 {
	font-size: 14px;
	padding: 2px 10px 0px;
	border: 2px solid transparent;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#filters ul li a:hover h3, #filters ul li a.active h3 {
	border: 2px solid rgba(0,0,0,0.08);
}
/*==== PORTFOLIO AJAX NAVIGATION =====*/
#project-navigation {
	width: 100%;
	height: 40px;
	position: absolute;
	top: 10px;
	left: 0;
	margin: 0;
	z-index: 1;
}
#project-navigation ul {
	float: none;
	margin: 0;
	list-style: none;
	display: none;
	padding: 0;
}
#project-navigation ul li#prevProject a {
	background: url(../images/arrow_left.png) center center no-repeat;
	float: right;
	margin-right: 64px;
}
#project-navigation ul li#nextProject a {
	background: url(../images/arrow_right.png) center center no-repeat;
	float: right;
	margin-right: 10px;
}
#project-navigation ul li#prevProject a, #project-navigation ul li#nextProject a {
	background-color: #151515;
	background-size: 30px;
}
#project-navigation ul li a {
	width: 40px;
	height: 40px;
	float: left;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#project-navigation ul li#prevProject a:hover, #project-navigation ul li#nextProject a:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}
#project-navigation ul li a:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}
#project-navigation ul li a.disabled, #project-navigation ul li a.disabled:hover {
	cursor: default;
	background-color: rgba(0,0,0,0.2) !important;
}
/*=== PROJECT CLOSE ===*/
#closeProject {
	top: 10px;
	position: absolute;
	right: 62px;
	z-index: 1;
}
#closeProject a {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0px;
	display: none;
	background: #151515;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#closeProject a:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}
#closeProject a i {
	font-size: 14px;
	color: #ffffff;
	line-height: 40px;
	width:40px;
	display: inline-table;
	vertical-align: middle;
}
#ajax-section {
	position: relative;
    padding: 0;
	background: rgba(0,0,0,0.03);
	text-align: left;
}
#ajax-section .row {
	margin-bottom:0;
}
#ajax-section #loader {
	width: 100%;
	height: 20px;
	display: none;
	position: absolute;
	top: -30px;
}
#ajax-section #loader.projectError {
	text-align: center;
	height: auto !important;
	background-position: top center;
}
#ajax-section #loader.projectError p {
	display: none;
	padding-top: 16px;
}
#ajax-section #loader {
	background: url(../images/loader.gif) center center no-repeat;
}
#ajax-section #loader.projectError p {
	color: #666 !important;
}
#ajax-content-outer {
	width: 100%;
	overflow: hidden;
	position: relative;
}
#ajax-content-inner {
	float: left;
	height: 0;
	opacity: 0;
}
#ajaxpage {
	float: left;
	display: block;
}
.project-media {
	margin-top: 70px;
	margin-bottom: 30px;
	overflow: hidden;
	display: block;
}

.project-media img {
	width: 100%;
	height: auto;
}
.project-info {
	margin-top: 60px;
	margin-bottom: 30px;
}
.project-info {
	height: auto;
	float: left;
	margin-bottom: 30px;
}
.project-description, .project-details {
	margin-bottom: 30px;
}
.project-description h3, .project-details h3 {
	margin-bottom: 10px;
}
.project-details p {
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	padding-bottom: 7px;
}
.project-details p span {
	font-weight: bold;
}

.project-details ul li {
	padding: 7px 0 6px 0;
	border-bottom: 1px dashed;
}
.project-details ul li strong {
	display: inline-block;
	width: 60px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight:bold;
}
.project-details a.button{
	margin-top: 30px;
}
/*==== PORTFOLIO GRID ====*/
#portfolio-wrap {
	position: relative;
	display: block;
}
#portfolio-wrap .span4 {
	overflow: hidden;
	line-height: 0;
	margin-bottom: 30px;
}
.portfolio-item {
	padding: 0;
	position: relative;
	overflow: hidden;
	margin-bottom:30px;
}
.portfolio-item .portfolio-image {
	overflow: hidden;
	display: block;
	position: relative;
	background: inherit;
}
.portfolio-item .portfolio-image img {
	width: 100%;
	height: auto;
	margin:0;
}
.portfolio .portfolio-overlay {
	width: 92%;
	height: 92%;
	top: 4%;
	left: 4%;
	position: absolute;
	display: block;
	z-index: 4;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: inherit;
}
.portfolio-item .portfolio > a:hover > .portfolio-overlay {
	opacity: 0.92;
	-moz-opacity: 0.92;
	filter: alpha(opacity=92);
}
.portfolio > a img {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio > a:hover img {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio .thumb-info {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-backface-visibility: hidden; /*for a smooth font */
}
.portfolio a:hover .portfolio-overlay .thumb-info {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.portfolio-overlay .thumb-info h3 {
	top: 38%;
	font-size: 20px;
	line-height: 1.1;
}
.portfolio-overlay .thumb-info p {
	top: 50%;
	font-size: 11px;
	line-height: 1.3;
	text-transform:uppercase;
}
.portfolio-overlay .thumb-info h3 {
	width: 100%;
	position: absolute;
	text-align: center;
}
.portfolio-overlay .thumb-info p {
	width: 100%;
	position: absolute;
	text-align: center;
	font-weight: bold;
}


/**** Isotope CSS3 transitions ****/

.isotope, .isotope .isotope-item {
	-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;
}

/* ------------------------------------------------------------------------ */
/* CONTACT SECTION
/* ------------------------------------------------------------------------ */
#contact-input {
	overflow: hidden;
	width: 100%;
	float: left;
}
#contact-input input {
	border: 1px solid #e8e8e8;
	width: 90%;
	font-size: 13px;
	color: #747474;
	padding: 20px 2%;
	float: left;
	margin: 0 1% 3%;
	border-radius: 2px;
	box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.15);
}
#contact-textarea textarea {
	border: 1px solid #e8e8e8;
	width: 90%;
	height: 100px;
	font-size: 13px;
	color: #747474;
	padding: 20px 2% 10px;
	border-radius: 2px;
	margin: auto 1% 3%;
	box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.15);
}

#contact-input input:last-child {
	margin-right: 0;
}
 #contact-input input:-moz-placeholder, #contact-textarea textarea:-moz-placeholder {
 color: #999;
}
 #contact-input input:-ms-input-placeholder, #contact-textarea textarea:-ms-input-placeholder {
 color: #999;
}
 #contact-input input::-webkit-input-placeholder, #contact-textarea textarea::-webkit-input-placeholder {
 color: #999;
}
#contact-textarea {
	width: 100%;
	float: left;
}
#contact-input label, #contact-textarea label {
	display: block;
	text-align: left;
	font-weight: bold;
	padding-left: 2%;
}
#contact-submit input[type="submit"] {
	padding: 20px 2%;
	border: 0 none;
	color: #ffffff;
	display: block;
	width: 95%;
	cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	height: 60px;
	margin: auto 1%;
	box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.15);
	text-indent: -9999px;
	background-color: #151515;
	background-image: url(../images/mail.png);
	background-image: url(../images/mail.png), -moz-linear-gradient(top, rgba(255, 255, 255, 0) rgba(0, 0, 0, 0.2));
	background-image: url(../images/mail.png), -webkit-gradient(linear, left top, left bottom, from( rgba(255, 255, 255, 0)), to( rgba(0, 0, 0, 0.2)));
	background-image: url(../images/mail.png), -o-linear-gradient(top, rgba(255, 255, 255, 0) rgba(0, 0, 0, 0.2));
	background-image: url(../images/mail.png), linear-gradient(top, rgba(255, 255, 255, 0) rgba(0, 0, 0, 0.2));
	background-image: url(../images/mail.png), -ms-linear-gradient(top, rgba(255, 255, 255, 0) rgba(0, 0, 0, 0.2));
	background-image: url(../images/mail.png), -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2));
	background-color: #151515;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	background: #fff;
	padding: 8px 8px;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	width: 200px;
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
	width: 180px;
	border:1px solid transparent;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
	border: 1px solid #e0e0e0;
	color: #333;

}

#msg {
	display: inline-block;
	padding: 0 10px;
	clear: both;
	margin: 10px 0 0 2%;
	background: rgba(0, 0, 0, 0.09);
	line-height: 1.6;
}

/* ------------------------------------------------------------------------ */
/* GOOGLE MAP SECTION
/* ------------------------------------------------------------------------ */

.centered-map.row {
	margin:0 auto;
	text-align: center;
}

.centered-map.row .span5, .centered-map.row .span12 {
	margin:0 auto;
	float:none;
	display:inline-block;
}


.embed iframe, .embed object, .embed embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#google-map {
	height:422px;
	position: relative;
	width: 100%;
	background: white;
	box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.09);
}
#google-map:before, #google-map:after {
	background: none;
	text-align:center;
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	z-index:2;
}
#google-map:after {
	bottom: 0;
	top: auto;
}
#google-map .captionMap {
	background: black;
	background: rgba(0, 0, 0, 0.8);
	background: -webkit-linear-gradient(rgba(0, 0, 0, 0.6), black);
	background: -moz-linear-gradient(rgba(0, 0, 0, 0.6), black);
	background: -o-linear-gradient(rgba(0, 0, 0, 0.6), black);
	background: -ms-linear-gradient(rgba(0, 0, 0, 0.6), black);
	background: linear-gradient(rgba(0, 0, 0, 0.6), black);
	border-radius: 4px;
	z-index: 1;
	top:5px;
	color: white;
	padding: 12px;
	font: 12px HelveticaNeue, Helvetica, Arial;
	display: inline-block;
	position: absolute;
	text-shadow: black 0px 1px 1px;
	width:254px;
}
#google-map .captionMap span {
	font-weight: bold;
	display:block;
	padding-top:5px;
}
#google-map .captionMap:after {
	content: '';
	position: absolute;
	top: -7px;
	left: 50%;
	margin-left: -5px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid rgba(0, 0, 0, 0.6);
	width:0px;
	height:0px;
	z-index:2;
}
#google-map .captionMap img {
	width:60px;
	margin-bottom:5px;
	margin-right:13px;
	float:left;
}
.mapPreLoading {
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-15px;
	margin-left:-25px;
}
.mapPreLoading span {
	display: block;
	margin: 0 auto;
}
 .mapPreLoading span[class*="l-"] {
 display: inline-block;
 background: #000;
 width: 6px;
 height: 6px;
 -webkit-border-radius: 100%;
 -moz-border-radius: 100%;
 border-radius: 100%;
 margin: 12px 2px;
 position: relative;
 -webkit-animation: loader 4s infinite;
 -webkit-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
 -webkit-animation-fill-mode: both;
 -moz-animation: loader 4s infinite;
 -moz-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
 -moz-animation-fill-mode: both;
 -ms-animation: loader 4s infinite;
 -ms-animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
 -ms-animation-fill-mode: both;
 animation: loader 4s infinite;
 animation-timing-function: cubic-bezier(0.030, 0.615, 0.995, 0.415);
 animation-fill-mode: both;
}
.mapPreLoading span.l-1 {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-ms-animation-delay: 1s;
	animation-delay: 1s;
}
.mapPreLoading span.l-2 {
	-webkit-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	-ms-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
.mapPreLoading span.l-3 {
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	-ms-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.mapPreLoading span.l-4 {
	-webkit-animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	-ms-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.mapPreLoading span.l-5 {
	-webkit-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-ms-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.mapPreLoading span.l-6 {
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	animation-delay: 0s;
}
 @-webkit-keyframes loader {
 0% {
-webkit-transform: translateX(-30px);
opacity: 0;
}
 25% {
opacity: 1;
}
 50% {
-webkit-transform: translateX(30px);
opacity: 0;
}
 100% {
opacity: 0;
}
}
@-moz-keyframes loader {
 0% {
-moz-transform: translateX(-30px);
opacity: 0;
}
 25% {
opacity: 1;
}
 50% {
-moz-transform: translateX(30px);
opacity: 0;
}
 100% {
opacity: 0;
}
}
@-ms-keyframes loader {
 0% {
-ms-transform: translateX(-30px);
opacity: 0;
}
 25% {
opacity: 1;
}
 50% {
-ms-transform: translateX(30px);
opacity: 0;
}
 100% {
opacity: 0;
}
}
@keyframes loader {
 0% {
transform: translateX(-30px);
opacity: 0;
}
 25% {
opacity: 1;
}
 50% {
transform: translateX(30px);
opacity: 0;
}
 100% {
opacity: 0;
}
}

@-webkit-keyframes bounceInDown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-2000px);
}
 60% {
 opacity: 1;
 -webkit-transform: translateY(30px);
}
 80% {
 -webkit-transform: translateY(-10px);
}
 100% {
 -webkit-transform: translateY(0);
}
}
 @-moz-keyframes bounceInDown {
 0% {
 opacity: 0;
 -moz-transform: translateY(-2000px);
}
 60% {
 opacity: 1;
 -moz-transform: translateY(30px);
}
 80% {
 -moz-transform: translateY(-10px);
}
 100% {
 -moz-transform: translateY(0);
}
}
 @-ms-keyframes bounceInDown {
 0% {
 opacity: 0;
 -ms-transform: translateY(-2000px);
}
 60% {
 opacity: 1;
 -ms-transform: translateY(30px);
}
 80% {
 -ms-transform: translateY(-10px);
}
 100% {
 -ms-transform: translateY(0);
}
}
 @-o-keyframes bounceInDown {
 0% {
 opacity: 0;
 -o-transform: translateY(-2000px);
}
 60% {
 opacity: 1;
 -o-transform: translateY(30px);
}
 80% {
 -o-transform: translateY(-10px);
}
 100% {
 -o-transform: translateY(0);
}
}
 @keyframes bounceInDown {
 0% {
 opacity: 0;
 transform: translateY(-2000px);
}
 60% {
 opacity: 1;
 transform: translateY(30px);
}
 80% {
 transform: translateY(-10px);
}
 100% {
 transform: translateY(0);
}
}
.bounceInDown {
	-webkit-animation-name: bounceInDown;
	-moz-animation-name: bounceInDown;
	-ms-animation-name: bounceInDown;
	-o-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

/* ------------------------------------------------------------------------ */
/* FOOTER SECTION
/* ------------------------------------------------------------------------ */
.footer {
	background:#ffffff;
	color: crimson;
	padding: 0px 0px 50px;
}

.footer .footer_logo {
	text-align:center;
	padding:30px 0;
}

.footer .footer_logo p {
	padding:10px 0;
	font-weight:bold;
	letter-spacing:1px;
}

/* ------------------------------------------------------------------------ */
/* TWITTER SECTION
/* ------------------------------------------------------------------------ */
.twitter-feed {
	font-size: 20px;
	text-align: center;
	padding:30px 0;
}

.twitter-feed .tweet_list {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
	background-image: url(../images/twitter-bird.png);
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 94px;
	text-align: center;
	background-size: 50px;	
}
.twitter-feed .tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 60px 0px 20px;
	list-style-type: none;
}

.twitter .tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 10px 0px;
	list-style-type: none;
}

.tweet_list li a {
	font-weight:bold;
}
.tweet_list li a:hover {
	text-decoration: none;
}

.tweet_list .tweet_avatar {
	display:block;
	margin-right:10px;
	float:left;
}
.tweet_list .tweet_avatar img {
	vertical-align: middle;
	border-radius:50%;
	width:48px;
}



/* ------------------------------------------------------------------------ */
/* BLOG PAGE
/* ------------------------------------------------------------------------ */

	
.post {
	margin-bottom: 120px;
}

.post.sticky {
	padding: 30px 15px;
	background: rgba(0, 0, 0, 0.05);
	-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
	-webkit-box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.09);		
}

.post.sticky:before {
    content: "\F08D";
    font-size: 30px;
    color: rgb(255, 255, 255);
    font-family: fontAwesome;
    padding: 10px 16px;
    float: right;
    display: inline-block;
    margin-bottom: 20px;
    background: #151515;	
    background: rgba(0, 0, 0, 0.44);
    line-height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;		
}

.post-media {
	margin-bottom: 30px;
}
.post-title {
	font-family: 'NovecentowideLightBold', sans-serif;
	font-size: 36px;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 20px;
}
.post-title a {
}
.post-title a:hover {
}
.post-tags {
	margin-top: 20px;
}
.post-tags i {
	display: inline-table;
	margin-right: 5px;
	font-size: 16px;
	vertical-align: middle;
}
.post-tags ul {
	display: inline-block;
	padding: 0;
}
.post-tags li {
	display: inline-block;
	position: relative;
	font-size: 14px;
	font-weight: 300;
	margin-right:5px;
}

.post-tags li a {
	text-decoration: none;
}
.post-meta {
	font-size: 20px;
	position: relative;
	margin-bottom: 30px;
	padding: 10px 20px;
	background: #ffffff;
	color: #363f48;
	box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.10);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;		
	border-radius: 3px;
}

.post-meta a {
    color: #363f48 !important;	
}

.post-meta span {
	text-align: right;
	float: right;
}

.meta-date {
	border: 1px solid #efefef;
	border: 1px solid rgba(255,255,255,0.2);
	margin: 30px 0;
	padding: 10px;
	font-weight:bold;
}

.post-content {
    padding: 10px 0;
    border-top: 1px solid  rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.sidebar {
	padding-left: 10px;
}
.widget {
	margin-bottom: 60px;
}
.widget-title {
	font-size: 20px;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 20px;
}
.tags-list li {
	font-size: 11px;
	margin-top: 5px;
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid rgba(255, 255, 255, 0.14);
}
.tags-list li:first-child {
	margin-top: 0;
}
.tags-list li a {
	color: inherit;
	text-decoration: none;
}
.tags-list li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
}
.blog-tweet {
	font-size: 11px;
	margin-top: 16px;
}
.blog-tweet span {
	display: block;
	margin-top: 7px;
	color: #868991;
	font-size: 10px;
}
.pagination {
	position: relative;
	width: 100%;
}
.pages {
	text-align: center;
}
.pages li {
	display: inline-block;
}
.pages li {
	display: inline-block;
	margin: 0px 2px 0px 0;
}
.pages li a {
	font-size: 13px;
	display: block;
	padding: 5px;
	color: inherit;
}
.pages li a.current {
	border-top: 2px solid;
	border-bottom: 2px solid;
	color: inherit;
}
.pages li a:hover {
}
.pagination a.previous, .pagination a.next {
	height: 24px;
	width: 24px;
	display: block;
	margin: 2px 0;
	background-color: rgba(255, 255, 255, 0.15);
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-border-radius: 2px;
	-moz-border-radius: 4px;
	border-radius: 2px;
	text-align: center;
}
.pagination a.previous:hover, .pagination a.next:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
}
.pagination a.previous {
	position: absolute;
	left: 0;
	top: 0;
}
.pagination a.next {
	position: absolute;
	right: 0;
	top: 0;
}
.pagination a i {
	line-height: 24px;
}
#blog-author {
	position: relative;
	border-bottom: 3px solid rgba(255, 255, 255, 0.19);
	padding-bottom: 40px;
	margin-bottom: 20px;
}
#blog-author .container {
	border-bottom: 3px solid #666;
	padding-bottom: 40px;
	margin-bottom: 20px;
}
#blog-author img {
	position: absolute;
	width: 100%;
	margin-right: 10px;
	max-width: 100px;
	padding: 4px;
	border: 1px solid rgba(255, 255, 255, 0.19);
}
#blog-author p {
	margin-left: 120px;
}
.blog h1 a {
	font-weight: normal;
}
/* ------------------------------------------------------------------------ */
/* 12. COMMENTS */
/* ------------------------------------------------------------------------ */
.comments {
	margin-top: 40px;
}
.commentlist {
	list-style: none;
	margin: 30px 0 0 0;
}
.commentlist li {
	padding: 10px;
	margin: 0 0 20px 0;
}
.commentlist li .comment-text {
	position: relative;
	padding: 10px;
	margin-left: 65px;
	border: 1px solid #f0f0f0;
	border-bottom-color: #e8e8e8;
	box-shadow: 0 0px 1px rgba(0,0,0,0.25), /* The top layer shadow */  0 7px 0 -4px #fff, /* The second layer */  0 7px 1px -3px rgba(0,0,0,0.15), /* The second layer shadow */  0 14px 0 -8px #fff, /* The third layer */  0 14px 1px -7px rgba(0,0,0,0.15)
}
.comment-text:before {
	border: 10px solid #f3f3f3;
	position: absolute;
	top: 12px;
	left: -20px;
	content: '';
	border-top-color: transparent;
	border-left-color: transparent;
	border-bottom-color: transparent;
	z-index: 100;
}
.commentlist > li {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #efefef;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.commentlist li:last-child {
	margin: 0;
	background: none;
}
.commentlist li ul {
	list-style: none;
	margin: 0 0 0 80px;
}
.commentlist li ul li {
	margin: 10px 0 0px 0 !important;
	padding: 40px 0 0 0;
}
.commentlist li .avatar {
	float: left;
	position: absolute;
}
.commentlist li .avatar img {
	display: block;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.commentlist li .comment-text {
	position: relative;
	background:#ffffff;
	color:#222222;
}
.commentlist li .author {
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 17px;
}
.commentlist li .author span {
	display: inline;
	font-weight: bold;
	font-size: 16px;
}
.commentlist li .date {
	font-size: 11px;
	color: #999999;
}
.commentlist li .date a {
	color: #999999
}
.commentlist li .date a:hover {
	color: #333333
}
.commentlist li em {
	font-size: 11px;
	color: #cccccc;
	font-style: normal;
	margin-bottom: 20px;
	display: block;
}
/*=== COMMENT FORM ELEMENTS ===*/


#respond {
	overflow: hidden;
	margin-bottom: 13px;

}

#respond input {
	width: 28%;
	font-size: 13px;
	padding: 8px 2%;
	float: left;
	margin-right: 1%;
	border-radius: 2px;
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.19);
}


#respond textarea {
	width: 95%;
	height: 150px;
	font-size: 13px;
	color: #dddddd;
	padding: 8px 11px;
	border-radius: 2px;
	background: rgba(255, 255, 255, 0.2);  border: 1px solid rgba(255, 255, 255, 0.19);
}
#respond input:last-child {
	margin-right: 0;
}
#respond input,#respond textarea  {
	width: 70%;
}
#respond input:-moz-placeholder, #respond textarea:-moz-placeholder {
 color: #dddddd;
}
#respond input:-ms-input-placeholder, #respond textarea:-ms-input-placeholder {
 color: #dddddd;
}
 #respond input::-webkit-input-placeholder, #respond textarea::-webkit-input-placeholder {
 color: #dddddd;
}

/*=== BLOG POST TYPES ===*/
.post-image, .post-gallery, .post-video, .post-audio {
	margin-bottom: 20px !important;
}
.post-image img, .post-gallery img {
	max-width: 100%;
	height: auto;
	width: 100%;
}
.post-link {
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 15px;
	font-weight: normal;
}
.post-quote {
	position: relative;
	padding: 20px 0px 20px;
}
.post-quote i {
	margin:0px 10px;
}
.post-quote h2 {
	margin: 0 0 0px 0;
	padding: 15px 0;
	font-size: 24px;
	font-family: "Times New Roman", serif;
	font-weight: normal;
	font-style: italic;
	color: #ffffff;
}
.post-quote .quote-source a {
	font-size: 16px;
	font-weight: normal;
	padding: 0;
}

/* ------------------------------------------------------------------------ */
/* 11. PAGINATION */
/* ------------------------------------------------------------------------ */
#pagination a, #pagination span {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	padding: 10px 15px 11px 15px;
	border: 1px solid #ffffff;
	font-size: 12px;
	line-height: 12px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
#pagination a:hover {
	color: #ffffff !important;
	background: #000000;
}
#pagination span.current {
	background: #000000;
	color: #ffffff;
	font-weight: bold;
}

/*=== AUTHOR INFO ===*/
#author-info {
	margin: 0px 0px 20px 0px;
	overflow: hidden;
	display: block;
	position: relative;
}
#author-info .author-image {
	position: absolute;
	width: 45px;
	padding: 20px;
}
#author-info .author-image img {
	display: block;
	border: 3px solid #fff;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 0, 0, 0.1);
}
#author-info .author-bio {
	float: left;
	margin-left: 90px;
	padding: 20px 20px 20px 0px;
}
#author-info .author-bio h4 {
	margin: 0px 0 10px 0
}
.author .date {
font-weight: bold;
margin-bottom:10px;
}

.form-allowed-tags {
	display:none !important;
}


/*=== SOCIAL SHARING ===*/
.socialsharing {
	border: 1px solid #efefef;
	border: 1px solid rgba(255,255,255,0.2);	
	margin-bottom: 30px;
	padding: 10px;
}
.socialsharing h4 {
	float: left;
	font-size: 16px;
	margin-bottom: 0px;
	padding-top: 8px;
}
.socialsharing .social-icons {
	float: right;
	list-style: none;
	margin: 0;
}
.socialsharing .social-icons li {
	float:left;
}
.socialsharing .social-icons a {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	display: block;
	width: 40px;
	line-height: 40px;
	background-repeat: no-repeat;
}


.posts-nav {
	margin: 15px 0 30px;
	padding:10px 0;
}
.posts-nav a {
	display: inline-block;
	margin-right: 10px;
	border-radius: 2px;
	background:#ffffff;
	color:#000000 !important;
	font-size:16px;
	padding: 8px 15px;
}


.loaded .animated {
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}
.loaded .animated.hinge {
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
}
 @-webkit-keyframes fadeInDown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-20px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
}
}
 @-moz-keyframes fadeInDown {
 0% {
 opacity: 0;
 -moz-transform: translateY(-20px);
}
 100% {
 opacity: 1;
 -moz-transform: translateY(0);
}
}
 @-o-keyframes fadeInDown {
 0% {
 opacity: 0;
 -o-transform: translateY(-20px);
}
 100% {
 opacity: 1;
 -o-transform: translateY(0);
}
}
 @keyframes fadeInDown {
 0% {
 opacity: 0;
 transform: translateY(-20px);
}
 100% {
 opacity: 1;
 transform: translateY(0);
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.delay05s {
	animation-delay: 0.5s /* W3C and Opera */;
	-moz-animation-delay: 0.5s /* Firefox */;
	-webkit-animation-delay: 0.5s /* Safari and Chrome */;
}
.delay1s {
	animation-delay: 1s /* W3C and Opera */;
	-moz-animation-delay: 1s /* Firefox */;
	-webkit-animation-delay: 1s /* Safari and Chrome */;
}
.delay2s {
	animation-delay: 2s /* W3C and Opera */;
	-moz-animation-delay: 2s /* Firefox */;
	-webkit-animation-delay: 2s /* Safari and Chrome */;
}
.delay3s {
	animation-delay: 3s /* W3C and Opera */;
	-moz-animation-delay: 3s /* Firefox */;
	-webkit-animation-delay: 3s /* Safari and Chrome */;
}

/*======= HOME SECTION =======*/
.home {
	background-color: #F05328;
}


/*======= PORTFOLIO SECTION =======*/
.portfolio {
	background: #FFFFFF;
    color: #515A5F;
}

/*======= CONTACT SECTION =======*/
.contact {
	background: #E01C1C;
	color: #ffffff;
}

.telephone {
	padding: 10px 20px 8px;
	background-color: rgb(255, 255, 255);
	color: crimson;
}

.twitter-feed {
	background: rgba(100,100,100,0.04);
    color: inherit;
}

.jtwt_tweet {
    margin-bottom: 20px;
}
.jtwt_tweet_text {
    margin-bottom: 0;
}

/*=== SEARCH WIDGET ===*/
.widget_search input {
	background: url(images/search_white.png) no-repeat 10px 9px;
	padding: 8px 8px 8px 30px;
	width: 89%;
	color: #999999;
	border: 1px solid #eeeeee;
	background-size:13px;
}
.widget_search input:focus {
	border-color: #f5f5f5
}
.widget_search input {
	color: #686868;
	background-color: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.widget_tag_cloud a {
	display: inline-block;
	border: 1px solid;
	font-size: 14px !important;
	line-height: 20px;
	margin: 0 5px 10px 0px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	padding: 2px 10px 2px 10px;
}
.widget_tag_cloud a:hover {
	border: 1px solid;
}

/*=== PORTFOLIO WIDGET  ===*/
.widget_portfolio .portfolio-item:last-child {
	margin: 0
}
.widget_portfolio .portfolio-widget-item .portfolio-image {
	float: left;
	display: block;
	overflow: hidden;
	width: 60px;
	height: 60px;
	position: relative;
	border: 1px solid rgb(238, 238, 238);
	padding: 2px;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	-moz-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 4px;
	background:#ffffff;
}
.widget_portfolio .portfolio-widget-item .portfolio-image:hover {
	background: #f3f3f3;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.widget_portfolio .portfolio-widget-item .portfolio-image img {
	width: 100%;
	height: 100%;
	display: block;
}


/*=== FLICKR WIDGET ===*/
.widget_flickr #flickr_tab {
	margin-right: -10px
}
.widget_flickr #flickr_tab img {
	display: block;
	width: 100%;
	height: 100%;
}
.widget_flickr #flickr_tab a {
	float: left;
	width: 58px;
	height: 58px;
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #e8e8e8;
	padding: 2px;
	-webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	-moz-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	background: #ffffff;
}
.widget_flickr #flickr_tab a:hover {
	background: #f3f3f3;
	opacity: 0.7;
	filter: alpha(opacity=70);
}



