/*
 Theme Name: 	Minimable Premium
 Theme URI: 	http://minimable.fedeweb.net/demo
 Description: 	A minimal and scrollable wordpress theme
 Version: 		1.6.2
 Author: 		Fedeweb
 Author URI: 	http://www.fedeweb.net
 Tags: 			minimal,black,light,scrollable
 */

/*
 ===========================
 CONTENTS:

 01 General
 02 Menu
 03 Home Template
 04 Staff Template
 05 Gallery Template
 06 Portfolio Template
 07 Contact Template
 08 Fullwidth Template
 09 Blog Template
 10 Shortcodes
 11 Media queries
 ===========================
 */

/* ----------------------------------------------------------------------------------------------------------
 01 General ----------------------------------------------------------------------------------------
 ---------------------------------------------------------------------------------------------------------- */

#prepage {background:#fff;display:block;height:100%;overflow:hidden;position:absolute;right:0;top:0;bottom:0;left:0;width:100%;z-index:9998;}
body {
	background: #f9f9f9;
	font-family: 'Open Sans', 'Verdana', 'Arial', sans-serif;
	color: #2d2d2d;
	font-size:13px;
	line-height:20px;
}

/* TYPOGRAPHY */

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

@font-face {
	font-family: 'NovecentowideLightRegular';
	src: url('fonts/Novecentowide-Light-webfont.eot');
	src: url('fonts/Novecentowide-Light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Novecentowide-Light-webfont.woff') format('woff'), url('fonts/Novecentowide-Light-webfont.ttf') format('truetype'), url('fonts/Novecentowide-Light-webfont.svg#NovecentowideLightRegular') format('svg');
	font-weight: normal;
	font-style: normal;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}
.item h3, #staff-team h3 {
	font-size:30px;
	color: #333;
	font-weight:300;
}
p {
	font-weight: 400;
} 
#menu-top {
	display:none;
	z-index: 9998;
	position:relative;
}
li, a, img {
	outline: none !important;
}
.section-page {
	padding: 60px 0;
	overflow: hidden;
	position:relative;
	background-size:cover;
	background-position:top center;
}
.section-page .container {
	position:relative;
	z-index:3;
}
.section-title {
	font-family: 'NovecentowideBookBold';
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 40px;
	font-weight: normal;
}
.border {
	border-top: 1px solid #f0f0f0;
	padding-top: 20px;
}
a {
	color:#01A3B2;
}
a:hover {
	text-decoration:underline;
	color:#01A3B2;
}
footer {
	margin-bottom:0px;
	background:#000000;
	padding:15px 0;
	color:#f1f1f1;
}
footer a {
	color:#fff;
}
.padding-top {
	margin-top:1px;
	margin-bottom:-1px;
}
input[type="text"],input[type="submit"],input[type="email"],textarea {
	 -webkit-appearance: none;
	 border:0;
	 border-radius:0;
}
.center {
	text-align: center;
}
.last-section {
	overflow:visible;
}
/* ----------------------------------------------------------------------------------------------------------
 02 Menu ----------------------------------------------------------------------------------------
 ---------------------------------------------------------------------------------------------------------- */

.navbar .nav {
	float: right;
}
.navbar-inner {
	border:0;
}
.navbar .nav > li > a {
	padding: 10px 0 10px 15px;
	font-family: 'Open Sans', 'Verdana', 'Arial', sans-serif;
	text-transform:uppercase;
	font-weight:400;
	box-shadow:none!important;
}
.navbar .nav > li {
	position: relative;
}
.navbar .nav > li > a:hover {
	background:transparent!important;
	box-shadow:none!important;
}
.navbar .nav > li.active > a {
	background:transparent!important;
	box-shadow:none!important;
}
.center-logo img {
	display:block;
	margin:auto;
}
#mini-logo {
	width:auto;
	padding-top:13px;
	float:left;
}
#mini-logo img {
	height:14px;
	width:auto;
	display:block;
}
.current-menu-item a {
	color:#fff!important;
}
.sub-menu {
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	position: absolute;
	width: 170px;
	height: auto;
	padding: 10px;
	background:#ffffff; 
	list-style: none;
	left: 50%;
	margin-left: -85px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	top:60px;
	border: 1px solid #ccc;
}
.sub-menu li {
	text-align: center;
	line-height: 30px;
}
.sub-menu li a {
	display: block;
	color:#999;
	font-family: 'Open Sans', 'Verdana', 'Arial', sans-serif;
	font-size:13px;
	text-transform: uppercase;
}
.navbar .nav > li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	top:40px;
	z-index: 9;
}
.navbar .nav > li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	top:40px;
	z-index: 9;
}
.sub-menu .current-menu-item a {
	color:#999!important;
}
/* ----------------------------------------------------------------------------------------------------------
 03 Home Template ----------------------------------------------------------------------------------------
 ---------------------------------------------------------------------------------------------------------- */

.page-1 {
	padding:0;
	position:relative;
	display:block;
}
.full-home {
	width:100%;
	height:100%;
}
.page-1 .container {
	padding:50px 0;
}
.full-home .container {
	padding:0;
	position:absolute;
	height:568px;
	width:1170px;
	top:50%;
	left:50%;
	margin-top:-284px;
	margin-left:-585px;
}
#home-header {
	margin-bottom: 50px;
}
#logo-title {
	font-size:60px;
	text-align:left;
	font-family: 'NovecentowideBookBold';
	font-weight:normal;	
}
#mini-slogan {
	font-family: 'NovecentowideLightRegular';
	font-weight:normal;
	text-align:right;
	font-size:18px;
	padding-top:8px;
}
#slogan {
	display: block;
	overflow: hidden;
	margin-bottom: 60px;
}
.three-big {
	height: 218px;
}
.two-big {
	height: 130px;
}
.one-big {
	height: 100px;
}
.big-title {
	font-family: 'NovecentowideLightRegular';
	text-align: center;
	padding-top: 0px;
	font-size: 50px;
	line-height:50px;
	margin-bottom: 20px;
	font-weight: normal;
	display:none;
}
.big-title span {
	background:#000;
	padding:0px 10px;
}
#nav-home ul {
    list-style: none;
}
nav#nav-home ul li {
	display:table;
	position:relative;
}
.circle-menu {
	width: 170px;
	height: 170px;
	display:block;
	background: #01a3b2;
	-moz-border-radius: 85px;
	-webkit-border-radius: 85px;
	border-radius: 85px;
	text-align:center;
	color:#fff;
	display:table-cell;
	vertical-align:middle;
	margin:auto;
	position:relative;
	font-size:16px;
	z-index: 0;
	font-family: 'NovecentowideLightRegular';
}
.label-link {
	position:relative;
	display:inline-block;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	color:#fff;
}
.circle-menu:hover .label-link {
	-moz-transform:  rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform:  rotate(360deg);
	transform:  rotate(360deg);
	color:#fff;
} 
span.arrow {
	display:block;
	background:url(img/arrow.png) no-repeat;
	width:18px;
	height:9px;
	margin-left:-9px;
	position:absolute;
	bottom:20px;
	left:50%;
	z-index: 3;
}
#nav-home .custom-link span.arrow {
	display:none;
}

.ie8 .page-1 .container {
	padding:50px 0;
	position:relative;
	height:auto;
	width:940px;
	top:auto;
	left:auto;
	margin-top:0;
	margin-left:auto;
}
/* ----------------------------------------------------------------------------------------------------------
 04 Staff Template ----------------------------------------------------------------------------------------
 ---------------------------------------------------------------------------------------------------------- */

#staff {
	overflow: hidden;
}
.col-title {
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	font-style:normal;
	font-weight:300;
}
.tab-content {
	overflow: hidden;
}
.nav-tabs {
	border: 0;
}
.nav-tabs li a {
	border: 0;
	font-weight: normal;
	color: #ffffff!important;
	border-radius: 0;
	font-weight:300;
	text-transform:uppercase;
	margin-bottom:3px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.nav-tabs > li > a:hover {
	color: #ffffff;
	border: 0!important;
	border-radius: 0;
}
.nav-tabs > .active > a {
	color: #ffffff;
	border: 0!important;
	border-radius: 0;
}
.nav-tabs > .active > a:hover {
	color:#fff;
}

/* ----------------------------------------------------------------------------------------------------------
 05 Gallery Template ----------------------------------------------------------------------------------------
 ---------------------------------------------------------------------------------------------------------- */

.magnifier {
	opacity: 1;
	position: relative;
	height: auto;
	display: block;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-transition: all 0s ease;
	text-align:center;
	z-index:9999;
}
.magnifier img {
	display: block;
}
.magnifier:hover {
	opacity: 0.7;
}
.magnifier:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	left: 0;
	top: 0;
	background: url('img/magnifier.png') center center no-repeat;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-moz-transition: none;
}
.magnifier:hover:after {
	opacity: 1;
}
.gallery-content {
	margin-bottom:30px;
}

/* ----------------------------------------------------------------------------------------------------------
 06 Portfolio Template ----------------------------------------------------------------------------------------
 ---------------------------------------------------------------------------------------------------------- */

.filter {
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden;
}
.filter li {
	float:left;
}
.filter li.current a {
	background:#000000;
	border:0!important;
}
.portfolio-wrapper,.portfolio-detail-container,.portfolio-loading {
	clear:both;
}
.portfolio-wrapper {
	list-style: none;
	margin:30px 0 0 0;
	padding:0;
}
ul.portfolio-wrapper .item {
	position:relative;
}
#portfolio a.link-portfolio {
	color: #ffffff!important;
	text-decoration: none;
	font-weight: normal;
	padding: 8px 12px;
	margin-top: 20px;
	display: block;
	width: 94px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-transform:uppercase;
}
.item-content {
	width: 100%;
	height: 100%;
	position: relative;
	cursor: pointer;
	display:inline-block;
}
.item {
	margin-bottom: 30px;
	display:block;
}
.item-content .piu {
	position:absolute;
	opacity:1;
	width: 46px;
	height: 20px;
	-moz-border-radius: 23px;
	-webkit-border-radius: 23px;
	border-radius: 23px;
	color:#fff;
	left:50%;
	top:50%;
	padding:13px 0;
	margin-left:-23px;
	margin-top:-23px;
	font-size:22px;
	text-align:center;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	vertical-align:middle;
}
.info-wrapper {
	position:absolute;
	color:#fff;
	z-index: 2;
	display:block;
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	bottom:0;
	right:0;
	-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;
	text-align:center;
	opacity:0;
}
.content-info {
	position:relative;
	width:100%;
	height:100%;
	display:table;
}
.content-info h3{
	color:#fff!important;
	font-size:18px;
}
.info-wrapper .btn-more {
	width: 42px;
	height: 16px;
	-moz-border-radius: 23px;
	-webkit-border-radius: 23px;
	border-radius: 23px;
	color:#fff;
	padding:13px 0;
	border: 2px solid #fff;
	text-align: center;
	display: block;
	margin: auto;
	font-size: 22px;
	line-height: 16px;
}
.hidden-info {
	position:relative;
	vertical-align:middle;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.item-content:hover .piu {
	opacity:0;
}
.item-content:hover .info-wrapper {
	text-decoration:none;
	opacity:1;
	color:#fff;
}
.item-content:hover .hidden-info {
	opacity: 1;
	display:table-cell;
}
.portfolio-detail-container {
	display:block;
	height:100%;
}
.portfolio-item {
	position:relative;
}
.portfolio-item .vid {
	display:block;
	margin: 0 auto 30px auto;
	border:0;
}
.portfolio-item > img {
	display:block;
	margin:0 auto 30px auto;
	max-width:770px;
	width:100%;
}
.portfolio-item .portfolio-title {
	margin-bottom:20px;
	font-weight:300;
}
.button-controls {
	position:absolute;
	right:0;
	top:10px;
	list-style: none;
	margin:0;
	padding:0;
	overflow:hidden;
}
.button-controls li {
	margin-left:10px;
	float:left;
}
.button-controls .description-btn span, .button-controls .visit-link span {
	padding-top:11px;
}
.button-controls .close-item span {
	padding-top:10px;
}
.nav-control {
	font-weight:300;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #666;
	font-size: 20px;
	-webkit-border-radius: 80px;
	-moz-border-radius: 80px;
	-ms-border-radius: 80px;
	border-radius: 80px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.nav-control:hover span{
	color:#fff;
	text-decoration:none;
}
.portfolio-item .carousel {
	margin-bottom:0px;
}
.portfolio-item .close-item {
}
.portfolio-item .description-item {
	display:none;
	position:absolute;
	top:8px;
	right:0;
	background:#fff;
	color:#666666;
	border-bottom:1px solid #d3d3d3;
	border-right:1px solid #f0f0f0;
	z-index: 1000;
}
.portfolio-item .description-item .content-item {
	padding: 55px 20px 20px 20px;
}
.portfolio-item .portfolio-link-wrapper {
	text-align:center;
}
.portfolio-item .portfolio-link-wrapper .link-portfolio {
	display:inline-block;
	margin:auto;
	text-align:center;
}
.portfolio-item .no-lightbox {
	display:block;
	position:relative;
	background:transparent;
	border:0;
	top:auto;
	right:auto;
}
.portfolio-item .no-lightbox .content-item {
	padding:0;
}
.portfolio-item .description-item img {
	margin:10px 0 20px 0;
}
.portfolio-item .description-item .content-item #close-content {
	position:absolute;
	right:20px;
	top:20px;
	font-size:20px;
}
.portfolio-carousel img {
	display:block;
	margin:auto;
}
a.arrow {
  display: inline-block;
  font-weight: 300;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  margin-top:-20px;
  margin-left:0;
}
a.arrow span{
	margin-top: 11px;
}
a.next-arrow {
	right:0;	
}
a.prev-arrow {
	left:0;
}
a.next-arrow span {
	margin-right: -2px;
}
a.prev-arrow span{
	margin-left:-2px;
}
.portfolio-loading {
	display:none;
	position:relative;
	margin-bottom:30px;
}
.portfolio-loading img {
	position:absolute;
	top:50%;
	left:50%;
}
#overlay {
	position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  z-index: 999;
  display:none;
}
.ie8 .info-wrapper {
	background-color: transparent;
}
/* ----------------------------------------------------------------------------------------------------------
 07 Contact Template ----------------------------------------------------------------------------------------
 ---------------------------------------------------------------------------------------------------------- */

.email-link {
	font-family: 'Open Sans', 'Verdana', 'Arial', sans-serif;
	color:#000000;
	text-decoration:underline;
}
#find-us h3, #contact-info h3 {
	margin-bottom:30px;
}
#find-us ul li {
	line-height:30px;
	font-size:15px;
	font-weight:400;
}
#find-us ul.contact-info li span {
	width:20px;
	text-align:center;
}
#contact ul li {
	margin-bottom: 10px;
}
ul.social {
	margin-top:20px;
} 
ul.social li {
	margin-right:10px;
	float:left;
}
ul.social li a span{
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
input[type="text"],input[type="email"], textarea {
	border: none;
	background: transparent;
	border-bottom: 1px solid #999;
	box-shadow: none;
	margin-bottom: 20px;
	border-radius: 0;
	font-weight:400;
}
textarea:focus, input[type="text"]:focus,input[type="email"]:focus {
	border-bottom: 1px solid #f0f0f0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border-radius: 0;
}
input[type="submit"] {
	border: 0;
	background: #01a3b2;
	padding: 10px 20px;
	text-transform:uppercase;
	font-weight:300;
	color:#fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
span.wpcf7-not-valid-tip {
	background: none !important;
	border: 0 !important;
	color: red;
	font-size: 10pt;
	padding: 2px;
	position: absolute;
	left: 20%;
	top: -78% !important;
	width: 280px;
	z-index: 100;
}
#contact-info, #find-us {
	position:relative;
}
#contact-info a {
	text-decoration:underline;
}
#more-contact-information {
	margin-top: 30px;
	margin-bottom: 30px;
}
#more-contact-information h3 {
	margin:auto;
	font-size: 24.5px;
}
#more-contact-information ul li, #more-contact-information ol li {
	font-size:13px;
	line-height: 20px;
}

/* ----------------------------------------------------------------------------------------------------------
 08 FULL WIDTH----------------------------------------------------------------------------------------
 ---------------------------------------------------------------------------------------------------------- */

.full-width .row {
	margin-bottom:20px;
}
.full-width h1, 
.full-width h2,
.full-width h3,
.full-width h4,
.full-width h5,
.full-width h6 {
	font-weight:300;
}
.alignleft {
	float:left;
	margin: 0 20px 20px 0;
}
.alignright {
	float:right;
	margin: 0 0 20px 20px;
}
.aligncenter {
	display:block;
	margin:20px auto;
}
.alignnone {
	display:block;
	margin-bottom:20px;
}
.posts {
	margin:0px 0;
	padding:0;
	list-style: none;
}
.posts-image {
	position:relative;
}
.posts li {
	margin-bottom:30px;
}
.posts li h3 {
	line-height: 24px;
}
.posts li img {
	margin: 10px 0;
}

.pull-center {
	display:block!important;
	text-align:center;
}
/* ----------------------------------------------------------------------------------------------------------
 09 Blog Template----------------------------------------------------------------------------------------
 ---------------------------------------------------------------------------------------------------------- */

/* Main content */
#blog {
	padding-top:40px;
}
.blog-menu {
	display:block!important;
}
.blog-menu .navbar {
	position:relative!important;
}
.blog-article {
	margin-bottom:40px;
}
.header-post {
	position:relative;
	z-index:10000;
	overflow:hidden;
}
.header-post a {
	overflow:hidden;
}
.date-post {
	position:absolute;
	right:0;
	bottom:0;
	display:block;
	-moz-border-radius: 85px;
	-webkit-border-radius: 85px;
	border-radius: 100px;
	height:100px;
	border-top-right-radius:0;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
	color:#fff;
	margin:auto;
	font-size:16px;
	z-index: 1;
	font-family: 'NovecentowideLightRegular';
	text-align:right;
	z-index:1;
	width:100px;
}
.date-post time {
	display:inline-block;
	text-align:center;
	position:relative;
	font-size:16px;
	z-index:2;
	vertical-align:middle;
	padding:40px 0 0 20px;
	width:80px;
}
.excerpt-meta {
	margin-top:20px;
}
.excerpt p{
	border-right:3px solid #f0f0f0;
	padding:10px 20px 10px 0;
}
.no-border p {
	border:0;
	padding-right:0;
}
.meta-info {
	padding:60px 0 0 20px;
}
.meta-info li span {
	width:20px;
}
.meta-info li.tags {
	width:170px;
	white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
}
.blog-article h2 {
	font-weight: 300;
}
.blog-article h2 a {
	color:#2d2d2d;
}
.blog-article .meta-info li {
	line-height:30px;
}
.moretag {
	display:block;
	margin-top: 20px;
}
.moretag a{
	color: #ffffff!important;
	text-decoration: none;
	font-weight: normal;
	padding: 8px 12px;
	width: auto;
	text-transform:uppercase;
	font-weight:300;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.navigation ul {
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.navigation ul li {
	float:left;
}
.navigation ul li.arrow {
	font-size:14px;
}
.navigation ul li.active a {
	color:#fff;
}
.navigation ul li a {
	border-radius: 20px;
  color: #000000;
  display: inline-block;
  margin: 0 1px;
  min-width: 10px;
  padding: 8px 13px;
  text-align:center;
  text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.navigation ul li a:hover {
	color:#fff;
}

.full-width-container .posts li h3 {
	width:100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
/* Single post */
.single h1, 
.single h2,
.single h3,
.single h4,
.single h5,
.single h6 {
	font-weight:300;
}
.article-title {
	font-size: 40px;
	line-height: 44px;
	margin: 20px 0 20px 0;
	font-weight: normal;
}
blockquote, blockquote p {
	font-style:italic;
}
#image-data {
	background:#fff;
	border-bottom: 1px solid #d3d3d3;
}
.no-data {
	background:transparent!important;
	border:0!important;
}
.single-post .meta-info {
	padding:0;
}
.single-post .meta-info ul {
	border-right: 1px solid #f0f0f0;
	list-style: none;
	padding:105px 0;
	margin:0;
	height:90px;
}
.meta-info ul li {
	line-height:30px;
}
.meta-info li .label-meta {
	margin-right:3px;
}
#meta-bottom {
	clear:both;
}
.single-tags {
	font-size:14px;
	float:left;
}
.single-tags span {
	width:30px;
}
.social-post {
	list-style:none;
	margin:0;
	padding:0;
	float:right;
}
.social-post li {
	display:inline;
	margin-right:5px;
}
.social-post li a span {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/* comment form */
#comments {
	clear:both;
	margin:60px 0;
}
#respond p {
	position:relative;
}
#respond p label {
	position:absolute;
	color: #AAAAAA;
  font-size: 11px;
  font-weight: bold;
  left: -999px;
  margin: 5px 0 0 15px;
  text-transform: uppercase;
}
#respond p input[type="email"],#respond p input[type="text"],#respond p textarea {
	width:98%;
}

/* comment list */
.commentlist, .children {
	list-style:none;
}
.commentlist {
	margin:0;
	padding:0;
}
.comment-body {
	background:#fff;
	background: #fff;
	margin-bottom: 20px;
	border-bottom: 1px solid #d3d3d3;
	border-right: 1px solid #f0f0f0;
	padding:20px;
}
.comment-body .bg-avatar {
	float: left;
	margin-right: 20px;
	border-radius: 32px;
	width: 60px;
	height: 60px;
	padding: 2px;
}
.comment-body cite {
	font-size:20px;
	margin-bottom:5px;
	display:block;
}
.comment-body .comment-text {
	overflow: hidden;
	margin-top:15px;
}

/* Sidebar */
.widget {
	background:#fff;
	margin-bottom:20px;
	border-bottom:1px solid #d3d3d3;
	padding:15px;
	border-right:1px solid #f0f0f0;
}
.widget-title {
	background:#000;
	text-transform:uppercase;
	color:#fff;
	font-size:16px;
	padding:0 20px;
	margin:-15px -15px 15px -15px;
	font-weight:300;
}
.widget ul {
	list-style:none;
	margin:0;
}
.textwidget p {
	margin:0;
}
.widget #searchform {
	overflow: hidden;
	margin:-15px;
}
.widget #s {
	border:0;
	width:75%;
	float:left;
	margin:0;
	padding:18px 0 0 15px;
}
.widget input[type="submit"] {
	float:right;
	width:15%;
	margin:0;
	padding:17px 0;
	color:#fff;
}
.menu-height {
	height:auto!important;
}
/* Footer */
footer .widget {
	border:none;
	background: #222;
}
.widget-content {
	border:0;
}
footer .widget-title {
	background:#121212;
}
footer .widget ul, footer .textwidget {
	background: #222;
	border:none;
}
footer .widget a {
	color:#666;
}
.form-submit input[type="submit"] {
	color:#fff;
}


/* ----------------------------------------------------------------------------------------------------------
 10 Shortcodes ----------------------------------------------------------------------------------------
 ---------------------------------------------------------------------------------------------------------- */

.section-page > .container .row iframe {
	border:0;
	width:100%;
}
/* video shortcode */
.video-wrapper {
	margin:0 auto;
	max-width:770px;
	margin-bottom: 30px;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-container .vid {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*map shortcode */
.map-wrapper {
  position: relative;
  padding-bottom: 65.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.map-wrapper iframe {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*soundcloud shortcode*/
.soundcloud-wrapper {
	max-width:770px;
	margin:auto;
}
/* button shortcode */
.sc-btn {
	display:block;
	padding:8px 12px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color:#fff!important;
	text-align:center;
	width:100%;
	margin:20px 0;
}
.sc-btn:hover {
	text-decoration:none;
}
/* ----------------------------------------------------------------------------------------------------------
 11 Media Queries ----------------------------------------------------------------------------------------
 ---------------------------------------------------------------------------------------------------------- */

@media (min-height:780px) {
	.last-section {
		min-height:830px;
	}
}

@media (max-width: 1199px) {
	.full-home .container {
		height:536px;
		width:940px;
		margin-top:-268px;
		margin-left:-470px;
	}
	.circle-menu {
		height:140px;
	}
	#mini-slogan {
		padding-top:4px;
		font-size:16px;
	}
	.single-post .meta-info ul {
		padding:76px 0;
	}
	.meta-info li.tags {
		width:140px;
		white-space:nowrap;
	  overflow:hidden;
	  text-overflow:ellipsis;
	  -o-text-overflow:ellipsis;
	} 
}
@media (max-width: 979px) and (min-width: 767px) {
	.feature-title {
		font-size: 29px!important;
	}
	.navbar .nav {
		float: left;
	}
	.home-col h2 {
		font-size: 30px!important;
		line-height: 30px!important;
	}
	.big-title {
		font-size:40px!important;
		line-height: 40px!important;
	}
	.circle-menu {
		font-size:12px!important;
	}
}


@media (max-width: 979px) {
	.navbar-fixed-top, .navbar-fixed-bottom {
		position: fixed;
	}
	.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
		padding: 0;
	}
	.nav-collapse ul {
		margin-top:10px;
		padding-top:20px;
	}
	.nav-collapse ul li {
		padding-bottom:20px;
	}
	.nav-collapse ul > li > a {
		padding: 0px 10px 0px!important;
	}
	.nav-collapse ul > li:hover > .sub-menu {
		top:auto!important;
		left:auto!important;
	}
	.sub-menu {
		visibility: visible;
		z-index: 9;
		opacity: 1;
		background: transparent;
		margin-left: 10px;
		border: 0;
		top:auto;
		left: auto;
		position: relative;
		padding: 0;
		margin-top:0!important;
		padding-top: 10px
	}
	.sub-menu li {
	text-align: left;
	line-height: 10px;
	}
	.sub-menu li a {
		display: block;
		color:#999;
		font-family: 'Open Sans', 'Verdana', 'Arial', sans-serif;
		font-size:12px;
		text-transform: uppercase;
	}
	.sub-menu li a:hover {
		text-decoration: none;
	}
	.circle-menu {
		height:104px;
	}
	#blog {
		padding-top:10px;
	}
	.full-home .container {
		height:474px;
		width:724px;
		margin-top:-237px;
		margin-left:-362px;
		padding:0;
	}
	#mini-logo {
		padding-left:10px;
	}
	#mini-slogan {
		padding-top:8px;
		font-size:14px!important;
		line-height: 14px!important;
	}
	.circle-menu:hover .label-link {
		/* Firefox */
		-moz-transform: scale(1) rotate(0deg) translate(0px);
		/* WebKit */
		-webkit-transform: scale(1) rotate(0deg) translate(0px);
		/* Opera */
		-o-transform: scale(1) rotate(0deg) translate(0px);
		/* Standard */
		transform: scale(1) rotate(0deg) translate(0px);
		color:#fff;
	}
	.single-post .meta-info ul {
		padding:46px 0;
		height:93px;
	} 
	.meta-info li .label-meta {
		display:none;
	}
	.meta-info li.tags {
		width:100px;
		white-space:nowrap;
	  overflow:hidden;
	  text-overflow:ellipsis;
	  -o-text-overflow:ellipsis;
	}
	.carousel-inner img {
		width:80%;
	}
	.section-page {
		background-attachment:scroll!important;
	}
}
@media (max-width: 767px) {
	body {
		padding:0;
	}
	.section-page {
		padding: 30px 20px 30px 20px;
	}
	.page-1 {
		padding:30px 0 30px 0;
	}
	#logo {
		max-width:280px;
		margin:auto;
	}
	.full-home .container {
		height:auto;
		width:auto;
		position:relative;
		padding:0;
		top:auto;
		left:auto;
		margin:0;
	}
	footer {
		padding-left:20px;
		padding-right:20px;
	}
	.big-title {
		font-size: 30px!important;
		line-height: 40px!important;
		margin-bottom: 10px;
	}
	.three-big,.two-big,.one-big   {
		height: auto;
	}
	.section-title {
		font-size: 30px!important;
		line-height: 30px!important;
		margin-bottom: 20px;
	}
	.navbar .nav {
		float: left;
	}
	#slogan {
		margin: 30px 0;
	}
	#contact-info {
		clear: both;
		margin-top: 80px;
	}
	#logo img {
		display:block;
		margin:auto;
	}
	#mini-slogan {
		text-align:center;
		float:none;
		line-height:20px;
	}
	.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
		margin: 0;
	}
	#home-header {
		margin-bottom:30px;
	}
	#nav-home ul li {
		width:170px;
		margin:20px auto 0;
	}
	.circle-menu {
		width:170px;
		height:170px;
	}
	.magnifier {
		opacity: 1;
		position: relative;
		height: auto;
		display: block;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: all 0 ease;
		transition: none;
		text-align:center;
		z-index:9999;
		margin: auto;
	}
	.magnifier img {
		display:block;
		margin: auto;
	}
	.magnifier:hover {
		opacity: 1;
	}
	.magnifier:after {
		content: '';
		display: none;
		width: 100%;
		height: 100%;
		position: absolute;
		opacity: 0;
		left: 0;
		top: 0;
		background: transparent;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: all 0 ease;
		transition: none;
	}
	#portfolio a.link-portfolio ,.item-content .piu {
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: all 0 ease;
		transition: none;
	}
	.magnifier:hover:after {
		opacity: 0;
	}
	ul.portfolio-wrapper .item{
		width:270px;
		margin-left:auto;
		margin-right: auto;
	}
	ul.portfolio-wrapper .item img {
		width:auto;
	}
	.full-home {
		height:auto!important;
	}
	.carousel-inner img {
		width:100%;
	}
	.nav-control {
		width: 30px;
		height: 30px;
		font-size: 14px;
		-webkit-border-radius: 18px;
		-moz-border-radius: 18px;
		-ms-border-radius: 18px;
		border-radius: 18px;
		line-height: 30px;
		margin-right:5px;
		margin-bottom:10px;
		position:relative;
	}
	.button-controls li {
		margin-left:0px;
		margin-right:3px;
	}
	.button-controls {
		position:relative;
		top:auto;
	}
	.button-controls .description-btn span, .button-controls .visit-link span {
		padding-top:9px;
	}
	.button-controls .close-item span {
		padding-top:8px;
	}
	.close-item,.description-btn,.visit-link {
		top:auto;
		right:auto;
	}
	a.arrow {
		bottom:-15px;
		margin:0;
		top:auto;
		position:absolute;
	}
	a.arrow span {
		margin-top: 9px;
	}
	#image-data img {
		width:100%;
	}
	.single-post .meta-info ul {
		padding:10px 24px;
		height:auto;
	}
	.single-post .meta-info ul li {
		display:inline-block;
		margin-right:15px;
	}
	.single-post .meta-info ul li:last-child {
		margin-right: 0;
	}
	.excerpt-meta {
		position:relative;
	}
	.excerpt-meta .excerpt {
		margin-top:20px;
	}
	.excerpt p {
		border:0;
		padding:0;
	}
	.blog-article .meta-info {
		position:absolute;
		top:-18px;
		padding:0;
	}
	.blog-article .meta-info li {
		display:inline-block;
		margin-right:20px;
		overflow:hidden;
	}
	.blog-article .meta-info li.tags {
		display:none;
	}
	.social-post {
		float:none;
		margin-top:10px;
	}
	.single-tags {
		float:none;
		margin-bottom:20px;
	}
	#sidebar {
		margin-top:40px;
	}
}
@media only screen 
	and (min-device-width : 768px) 
	and (max-device-width : 1024px) 
	and (orientation : landscape) {
	.circle-menu:hover .label-link {
		/* Firefox */
		-moz-transform: scale(1) rotate(0deg) translate(0px);
		/* WebKit */
		-webkit-transform: scale(1) rotate(0deg) translate(0px);
		/* Opera */
		-o-transform: scale(1) rotate(0deg) translate(0px);
		/* Standard */
		transform: scale(1) rotate(0deg) translate(0px);
		color:#fff;
	}
	.nav-collapse {
		display:block!important;
	} 
}
@media only screen and (max-device-width: 1024px) {
	.content-info {
		display:none!important;
	}
	.info-wrapper {
		background:transparent!important;
	}
}