@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: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 18px;
	overflow-x: hidden;
	background: #FFF;
	padding: 0px !important;
	color: #FFF;
}
.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1000;
}
.loader td {
	vertical-align: middle;
	text-align: center;
	background: #fff;
	background: rgba(255,255,255,0.75);
}
h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
h3
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 19px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
}
h4
{
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	text-transform: uppercase;
}
h3, h4, h5, h6{
	font-family: "Helvetica Neue", Helvetica, Arial, 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: 50px 0 80px;
	position: relative;
}
.home {
	position: relative;
	overflow-x: hidden;
	height: 100%;
	width: 100%;
}

/*========= H E A D E R ===========*/
.header {
	position: relative;
}
.header-text {
	display: block;
	font-size: 36px;
	line-height: 35px;
	vertical-align: middle;
	margin-bottom: 60px;
	position: relative;
}
.header-text:before,
.header-text:after {
	content: "—";
}

.caption:after {
	position:absolute;
	content:'';
	height:0px;
	width:100px;
	border-bottom:3px solid;
	bottom:0;
	left:0;
}

.caption {
	font-size: 24px;
	line-height: 1.3;
	margin: 0px auto 50px auto;
	font-weight: 300;	
	position: relative;
	padding-bottom:30px;
	margin-bottom:90px;
}
#header-social
{
	float: right;
	margin: 17px 0 0 20px;
	
}
.navigation.scroll1 #header-social
{
	margin-top: 11px;
}


/*========= N A V I G A T I O N   M EN U ===========*/

.logo-container {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	float: left;	
}

.logo-container h1 {
	margin-bottom:0;
}

.nav-container {
	clear: both;
	-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: Georgia, "Times New Roman", Times, 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;
	transition: all 0.4s ease;
	nsform: none;
	z-index: 100;
}
.navigation.scroll1 {
	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: 60px;
	padding-right: 20px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;	
}
.navigation.scroll1 .logo {
	height: 50px;
}

.navigation.scroll1 .nav {
    height: 50px;
}
.navigation.scroll1 li a i {
	padding-bottom:3px;
	font-size:20px;
	display: none;
}
.navigation.scroll1 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: 50px;
}
.navigation li {
	display:inline-block;
	height: 50px;
	position: relative;
}
.navigation li a {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #2731AB;
	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: 0 8px;
	margin-left: 0;
	display:inline-block;
	height: 45px;
	line-height: 45px;
}
.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;
}
.navigation li.active a {
	background: #394B9A;
}
.navigation li a:hover {
	background: #394B9A;
	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-size: 16px;
	nsform: uppercase;
	margin: 2px 0 0 0;
	-webkit-appearance: none;
	background-color: #FFF;
	padding: 9px 10px 0 45px;
	border-radius: 0;
	background-image: url(../images/icon-main-menu.png);
	background-position: center left;
	background-repeat: no-repeat;
	color: #2731AB;
	outline: none;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.selectnav option {
	padding: 5px 7px;
}
.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;
}
.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;
	nsform: 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;
	nsform: uppercase;
	text-align: center;
	padding-bottom: 30px;
	color:#111;
}
.cs-text-mid {
	nsform: 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: 160px 0 55px 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.5;
	filter: alpha(opacity=50);
}



/* ------------------------------------------------------------------------ */
/* 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: 144px;
	height: 40px;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -72px;
	z-index: 1;
}
#project-navigation ul {
	width: 144px;
	height: 40px;
	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: left;
}
#project-navigation ul li#nextProject a {
	background: url(../images/arrow_right.png) center center no-repeat;
	float: right;
}
#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;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	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 0 50px 0;
	background: none;
	text-align: left;
}
#ajax-section .row {
	margin-bottom:0;
}
#ajax-section #loader {
	width: 54px;
	height: 55px;
	display: none;
	position: absolute;
	top: -25px;
	left: 50%;
	margin-left: -10px;
}
#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/loading-animation-white-trattoria.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;
	text-align: center;
}
.project-media {
	margin-top: 70px;
	margin-bottom: 30px;
	overflow: hidden;
	display: block;
}

.project-media img {
	max-width: 100%;
	height: auto;
	margin: auto;
}
.project-info {
	margin-top: 30px;
	margin-bottom: 30px;
}
.project-info {
	height: 1px;
	float: left;
	margin-bottom: 30px;
	display: none;
}
.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;
	nsform: uppercase;
	font-weight:bold;
}
.project-details a.button{
	margin-top: 30px;
}
/*==== PORTFOLIO GRID ====*/
#portfolio-wrap {
	position: relative;
	display: block;
	margin-top
}
#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;
}
.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;
	nsform: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-social
{
	position: absolute;
	right: 80px;
	top: 8px;
}
#contact-input {
	overflow: hidden;
	width: 100%;
	float: left;
}
#contact-input input {
	width: 100%;
	font-size: 13px;
	color: #747474;
	padding: 19px 2%;
	float: left;
	margin: 0 0 3%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#contact-textarea textarea {
	width: 100%;
	height: 100px;
	font-size: 13px;
	color: #747474;
	padding: 19px 2% 10px;
	margin: 0 0 3%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#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 0;
	border: 0 none;
	color: #ffffff;
	display: block;
	width: 100px;
	cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	height: 60px;
	margin: 0;
	text-indent: -9999px;
	background-color: #151515;
	background: url(../images/mail.png) center center no-repeat #2A2A2A;
	background: url(../images/mail.png) center center no-repeat, url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFiMWIxYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzJhMmEyYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNzE3MTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: url(../images/mail.png) center center no-repeat, -moz-linear-gradient(top,  #1b1b1b 0%, #2a2a2a 50%, #171717 100%);
	background: url(../images/mail.png) center center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1b1b1b), color-stop(50%,#2a2a2a), color-stop(100%,#171717));
	background: url(../images/mail.png) center center no-repeat, -webkit-linear-gradient(top,  #1b1b1b 0%,#2a2a2a 50%,#171717 100%);
	background: url(../images/mail.png) center center no-repeat, -o-linear-gradient(top,  #1b1b1b 0%,#2a2a2a 50%,#171717 100%);
	background: url(../images/mail.png) center center no-repeat, -ms-linear-gradient(top,  #1b1b1b 0%,#2a2a2a 50%,#171717 100%);
	background: url(../images/mail.png) center center no-repeat, linear-gradient(to bottom,  #1b1b1b 0%,#2a2a2a 50%,#171717 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b1b1b', endColorstr='#171717',GradientType=0 );
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	background: #fff;
	padding: 8px 8px;
	outline: none;
	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
/* ------------------------------------------------------------------------ */
.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: #3F3934;
	padding: 0px 0px 45px;
}

.footer .footer_logo {
	margin-top: 40px;
	text-align: center;
}
.footer .footer_links .menu
{
	display: block;
	line-height: 30px;
	margin-top: 5px;
	text-align: center;
}
.footer .footer_links .menu li
{
	display: inline-block;
	padding: 0 10px;
}
.footer .footer_links .menu li a
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #2731AB;
}
.footer .footer_links .menu li:hover
{
	background-color: #394B9A;
}
.footer .footer_links .menu li:hover a
{
	color: #FFF;
}
.footer .footer_cert {
	margin-top: 30px;
	text-align: center;
}
.footer .footer_copy  {
	margin-top: 20px;
	font-size: 11px;
	color: #3F3935;
	text-align: center;
}

/* ------------------------------------------------------------------------ */
/* 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-size: 36px;
	nsform: 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;
	nsform: 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;
	nsform: 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 ===*/
.icon-social
{
	display: inline-block;
	text-indent: -4000px;
	background: url(../images/icons-social-trattoria.png) 0 0 no-repeat transparent;
}
.icon-social.facebook
{
	width: 75px;
	height: 67px;
	background-position: 0px 0px;
}
.icon-social.facebook-small
{
	width: 28px;
	height: 27px;
	background-position: -226px 0px;
}
.icon-social.youtube
{
	width: 75px;
	height: 67px;
	background-position: -75px 0px;
}
.icon-social.youtube-small
{
	width: 28px;
	height: 27px;
	background-position: -256px 0px;
}
.icon-social.twitter
{
	width: 75px;
	height: 67px;
	background-position: -150px 0px;
}
.icon-social.twitter-small
{
	width: 28px;
	height: 27px;
	background-position: -286px 0px;
}
.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: url(../images/background-violet-top-trattoria.jpg) top center repeat-x #2B328B;
	/*background: #2B328B;*/
	background-size: 50px 100%;
}

/*======= LOCATION SECTION =======*/
/*#locations {
	background: url(../images/background-turquoise-trattoria.jpg) center center repeat-x #9FFBFD;
	background: #9FFBFD;
	background-size: 60px 100%;
	color: #1A1E55;
}
#locations a {
	line-height: 40px;
	color: #2731AB;
}
*/
#locations {
	background: url(../images/background-violet-bottom-trattoria.jpg) bottom center repeat-x #2B328B;
	/*background: #2B328B;*/
	background-size: 50px 100%;
	color: #FFF;
}
#locations h3 {
	font-weight: normal;
	cursor: pointer;
	color: #FFF;
}
#locations div.info {
	display: none;
}
#locations div.location {
	
}
#locations a {
	line-height: 20px;
	color: #FFF;
}
#locations h3:hover,
#locations a:hover {
	color: #F8CD42;
}

#location-info {
	height: 0px;
	display: block;
	clear: both;
	overflow: hidden;
}
#location-info .wrapper {
	padding: 30px 0 70px;
}
#location-desc {
	float: left;
	width: 46%;
}
#location-title {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    text-transform: uppercase;
 	margin-bottom: 10px;
	color: #F8CD42;
	display: block;
}
#location-map {
	float: right;
	width: 44%;
	margin-left: 4%;
	margin-right: 4%;
	height: 250px;
	margin-top: 10px;
}
#location-map .gm-style-iw {
	white-space: nowrap;
	color: #2731ab;
}

/*======= PHOTOS =======*/
#photos {
	background: url(../images/background-black-trattoria.jpg) center center repeat-x #1F262F;
	/*background: #1F262F;*/
	background-size: 60px 100%;
	padding: 50px 0 35px 0;
}

/*======= MENU SECTION =======*/
#menu {
	background: url(../images/background-white-trattoria.jpg) center center repeat-x #EBEEF8;
	/*background: #EBEEF8;*/
	background-size: 60px 100%;
	color: #2731AB;
	padding: 70px 0 20px 0;
}
#menu h1.header-text {
	text-align: left;
	font-size: 52px;
	margin-bottom: 25px;
}
#menu h1.header-text:before,
#menu h1.header-text:after {
	content: "";
}
#menu h3,
#menu h4 {
	margin-bottom: 0;
}
#menu p {
	margin-bottom: 20px;
}
#menu a {
	font-weight: bold;
	line-height: 24px;
}
#menu a:before,
#menu a:after {
	content: "—";
}

/*======= JOINT VENTURE SECTION =======*/
#joint-venture {
	background: url(../images/background-red-trattoria.jpg) center center repeat-x #E83F24;
	/*background: #E83F24;*/
	background-size: 60px 100%;
	padding: 50px 0 35px 0;
}
#joint-venture .container .span12 {
	/*background: url(../images/icon-heart-trattoria.png) left 5px no-repeat;*/
}
#joint-venture h1.header-text
{
	margin-bottom: 40px;
}

/*======= ABOUT SECTION =======*/
#about {
	background: url(../images/background-blue-trattoria.jpg) center center repeat-x #394A98;
	/*background: #394A98;*/
	background-size: 50px 100%;
	padding: 60px 0 58px 0;
}
#about .container .span12 {
	/*background: url(../images/icon-user-trattoria.png) left top no-repeat;*/
}
#about h1.header-text {
	margin-bottom: 50px;
}
#about img {
	display: block;
}
#about h6 {
	font-size: 12px;
	font-weight: normal;
}

/*======= FUN FACTS SECTION =======*/
#fun-facts
{
	background: url(../images/background-yellow-trattoria.jpg) center center repeat-x #F8CE44;
	/*background: #F8CE44;*/
	background-size: 55px 100%;
	color: #BF031E;
	padding: 40px 0 20px 0;
}
#fun-facts h1:before
{
	content: "—";
	color: #171D24;
}
#fun-facts h1:after
{
	content: "—";
	color: #2831AB;
}
#fun-facts .container {
	padding-top: 25px;
	background: url(../images/icon-star-trattoria.png) left 5px no-repeat;
}
#fun-facts h1 {
	margin-bottom: 50px;
}
#fun-facts .one_fourth
{
	margin-bottom: 40px;
}
#fun-facts h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 72px;
	font-weight: bold;
	font-style: italic;
	line-height: 52px;
	text-align: left;
	margin-bottom: 30px;
}
#fun-facts h3 {
	font-size: 24px;
	line-height: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	margin-bottom: 3px;
	text-transform: none;
}

/*======= GALLERY SECTION =======*/
#gallery
{
	background: url(../images/background-black-trattoria.jpg) center center repeat #1F262F;
	/*background: #1F262F;*/
	padding-bottom: 15px;
}
#gallery h1
{
	margin: 90px auto 40px auto;
}

/*======= CONTACT SECTION =======*/
#contact {
	background: url(../images/background-green-trattoria.jpg) center center repeat-x #69A730;
	/*background: #69A730;*/
	background-size: 60px 100%;
	padding: 125px 0 100px 0;
}
#contact .container:first-child .row
{
	float: left;
	margin: 0;
}
#contact .container:first-child .span12
{
	margin: 0;
}
#contact h1.header-text
{
	position: absolute;
	text-align: left;
	margin: 6px 0 0 0;
}
#contact h1.header-text:before,
#contact h1.header-text:after
{
	content: "";
}
#contact h2
{
	margin-bottom: 20px;
	margin-right: 100px;
}
#contact p
{
	margin-bottom: 55px;
	margin-right: 170px;
}


.telephone {
}

.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);
}



