@charset "utf-8";
*, *:hover, *:focus {
	outline: none !important;
}
body {
	font: italic 14px/20px Georgia, Times New Roman, Times, serif;
	color: #999;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: 300;
	font-style: normal;
	font-family: Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #333;
	text-transform: uppercase;
	display: block;
}
h1, h2, h3 {
	letter-spacing: -2px;
}
h3 a {
	color: #333;
}
h4 i, h5 i {
	margin-right: 10px;
	color: #CCC;
}
h1.page-title {
	margin: 40px 0;
}
.lead {
	font-size: 18px;
	line-height: 20px;
}
a:hover, a:focus {
	color: #CCC;
	text-decoration: none;
}

.item:hover img, img:hover, .fancybox-image {
	filter: none;
	-ms-filter: none;
	-moz-filter: none;
	-webkit-filter: none;
	-o-filter: none;
}
hr {
	margin: 0 0 39px 0;
	border-top: none;
	border-bottom: 1px solid rgba(255,255,255,1);
	box-shadow: 0 -1px 0 rgba(0,0,0,0.025);
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	margin-bottom: 10px;
	padding: 0 5%;
	width: 90%;
	height: 40px;
	line-height: 40px;
	color: #999;
	vertical-align: inherit;
	border-radius: 0;
}
select {
	margin-bottom: 30px;
	padding: 5px;
	width: 100%;
	height: 30px;
	border-color: #E5E5E5;
	font-size: 12px;
	line-height: 30px;
	color: #999;
	vertical-align: inherit;
	border-radius: 0;
}
textarea {
	min-width: 90%;
	width: 90%;
	max-width: 90%;
	min-height: 120px;
	height: 120px;
	max-height: 120px;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	background: rgba(0,0,0,0.025);
	border: none;
	box-shadow: none;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border-color: inherit;
	box-shadow: none;
}
.btn {
	padding: 5px 10px;
	background-image: none;
	filter: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font: 300 14px/20px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-shadow: none;
	text-transform: uppercase;
	vertical-align: inherit;
}
.btn-large {
	padding: 10px 20px;
	border-radius: 0;
}
.btn:hover, .btn:focus {
	background: #333;
	color: #CCC;
}
/* Logo */
.logo {
	margin: -50px auto 40px;
	background: #333;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.logo img {
	max-width: 80%;
	max-height: 40%;
}
.logo span {
	width: 100%;
	font: italic 14px/20px Georgia, Times New Roman, Times, serif;
	color: #999;
	text-transform: none;
	display: block;
	position: absolute;
	left: 0;
}
/* Menu Filters */
.menu-filters ul, .menu ul {
	margin: 20px 0 30px 0;
	padding: 10px 20px;
	background: rgba(0,0,0,0.025);
	list-style: none;
}
.menu-filters ul ul {
	margin: 10px 0;
}
.menu-filters ul li a, .menu ul li a {
	padding: 4px 0 5px 0;
	border-top: 1px solid rgba(0,0,0,0.025);
	color: #CCC;
	display: block;
}
.menu-filters ul li:first-child a, .menu ul li:first-child a {
	padding: 5px 0;
	border-top: none;
}
.menu-filters ul li a:hover, .menu-filters ul li a.active, .menu ul li a:hover, .menu ul li a.active {
	color: #333;
}
/* Widget Area */
.widget-area {
	margin-bottom: 30px;
}
.widget-area ul {
	margin: 0;
	list-style: none;
}
.widget-area ul li {
	margin-bottom: 20px;
	padding: 20px;
	background: rgba(0,0,0,0.025);
}
.widget-area ul li li {
	margin-bottom: 0;
	padding: 4px 0 5px;
	background: none;
	border-top: 1px solid rgba(0,0,0,0.025);
}
.widget-area ul li li:first-child {
	padding: 5px 0;
	border-top: none;
}
.widget-area ul li li a {
	color: #CCC;
}
.widget-area ul li li a:hover {
	color: #333;
}
.widget-area ul li.widget_search form, .widget-area ul li select {
	margin-bottom: 0;
}
.widget-area ul li.widget_search label {
	display: none;
}
.widget-area ul li.widget_search input[type=text] {
	margin-bottom: 0;
}
.widget-area ul li.widget_search input[type=submit] {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 40px;
	background: rgba(0,0,0,0.25);
	border: none;
	font: normal 14px/40px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform: uppercase;
}
.widget-area ul li.widget_search input[type=submit]:hover {
	background: rgba(0,0,0,0.5);
}
.widget-area h2 {
	margin-bottom: 10px;
	height: 20px;
	font-size: 17.5px;
	line-height: 20px;
}
/* Sidebar Footer */
.sidebar-footer {
	margin-bottom: 30px;
	padding-top: 29px;
	border-top: 1px solid rgba(0,0,0,0.025);
	font: normal 12px/15px Arial, Helvetica, sans-serif;
	color: #999;
	text-align: center;
}
.sidebar .social-links {
	margin-bottom: 20px;
	height: 50px;
}
.sidebar .social-links a i {
	margin: 0 1px;
	width: 50px;
	height: 50px;
	background: rgba(0,0,0,0.025);
	font-size: 14px;
	line-height: 50px;
	color: #999;
	text-align: center;
	display: inline-block;
}
.sidebar .social-links a:hover i {
	color: #FFF;
}
.sidebar-footer .copy {
	margin-bottom: 0;
}
/* Stickers */
.sticker {
	margin: -25px 0 0 -25px;
	width: 50px;
	height: 50px;
	font-size: 24px;
	line-height: 50px;
	color: rgba(255,255,255,0.5);
	text-align: center;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 10;
}
.item:hover .sticker {
	color: #FFF;
	animation: sticker 0.35s linear 0s infinite alternate;
	-webkit-animation: sticker 0.35s linear 0s infinite alternate;
}
@keyframes sticker {
 50% {
 transform: scaleX(0);
 -ms-transform: scaleX(0);
 -moz-transform: scaleX(0);
 -webkit-transform: scaleX(0);
 -o-transform: scaleX(0);
}
 100% {
 transform: scaleX(1);
 -ms-transform: scaleX(1);
 -moz-transform: scaleX(1);
 -webkit-transform: scaleX(1);
 -o-transform: scaleX(1);
}
}
@-webkit-keyframes sticker {
50% {
 transform: scaleX(0);
 -ms-transform: scaleX(0);
 -moz-transform: scaleX(0);
 -webkit-transform: scaleX(0);
 -o-transform: scaleX(0);
}
100% {
 transform: scaleX(1);
 -ms-transform: scaleX(1);
 -moz-transform: scaleX(1);
 -webkit-transform: scaleX(1);
 -o-transform: scaleX(1);
}
}
/* Hero Unit */
.hero-unit {
	border-radius: 0;
}
.hero-unit-content {
	margin-bottom: 0;
	padding: 40px;
	background: rgba(0,0,0,0.025);
	border-radius: 0;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	color: inherit;
	position: relative;
}
.hero-unit-content i {
	font-size: 100px;
	color: #FFF;
	position: absolute;
	top: 10px;
	right: -19px;
}
.hero-unit-content h2 {
	margin-top: 0 !important;
}
/* Accordion */
.accordion {
	margin-bottom: 0;
}
.accordion-group {
	margin-bottom: 5px;
	border: 1px solid;
	border-radius: 0;
}
.accordion-heading .accordion-toggle {
	padding: 19px 20px;
}
.accordion-heading .accordion-toggle:hover {
	background: #FFF;
}
.accordion-heading .accordion-toggle i {
	margin-right: 10px;
}
.accordion-inner {
	padding: 19px 20px 20px;
	border-top: 1px solid #E5E5E5;
}
/* Progress Bar */
.progress {
	margin-bottom: 10px;
	height: 30px;
	background-color: #F0F0F0;
	border-radius: 0;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.progress .bar {
	padding: 0 10px;
	background-image: none;
	filter: none;
	box-shadow: none;
	font: 300 14px/30px Roboto Condensed, Arial, Helvetica, sans-serif;
	text-align: left;
	text-shadow: none;
}
.progress .bar span {
	float: right;
}
/* View Icons */
.view-fancybox {
	position: relative;
}
.view-fancybox-i {
	margin: 0 0 0 -50px;
	width: 50px;
	height: 50px;
	background: #333;
	border-radius: 100%;
	line-height: 50px;
	color: #FFF;
	text-align: center;
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 10;
}
.view-fancybox-i.view-fancy-single {
	margin: 0 0 0 -25px;
}
.view-fancybox-i.view-fancy-single:hover {
	margin: -40px 0 0 -40px !important;
}
.blog-detail {
	background: #FFF;
}
.blog-detail h1, .blog-detail h2, .blog-detail h3, .blog-detail h4, .blog-detail h5, .blog-detail h6, .blog-detail p, .blog-detail .media-list {
	padding: 0 20px;
}
.blog-detail .media-heading, .blog-detail .media-list p {
	padding: 0;
}
.blog-detail .view-fancybox-i {
	margin: 0 0 0 -25px;
}
.blog-detail .flexslider .flex-direction-nav li a.flex-prev {
	margin-left: 0;
}
.blog-detail .flexslider .flex-direction-nav li a.flex-next {
	margin-right: 0;
}
.view-detail-i {
	margin: 0 -50px 0 0;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	line-height: 50px;
	color: #FFF;
	text-align: center;
	display: block;
	opacity: 0;
	position: absolute;
	bottom: 0;
	right: 50%;
	z-index: 10;
}
.item:hover .view-fancybox-i, .blog-detail .thumbnails li:hover .view-fancybox-i {
	margin-top: -25px;
	opacity: 0.85;
	top: 50%;
}
.item:hover .view-detail-i {
	margin-bottom: -25px;
	opacity: 0.85;
	bottom: 50%;
}
.item .view-fancybox-i:hover {
	margin: -40px 0 0 -80px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	opacity: 1;
}
.item .view-detail-i:hover {
	margin: 0 -80px -40px 0;
	width: 80px;
	height: 80px;
	line-height: 80px;
	opacity: 1;
}
iframe.video {
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
}
/* Post Date */
.date-post {
	margin: 10px 0 20px;
	padding: 9px 0;
	border-top: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	color: #CCC;
}
.blog-detail .date-post {
	padding: 9px;
}
.entry-content .wp-caption {
	max-width: 100%;
}
/* Media List */
.media-list {
	margin-bottom: 30px;
}
.media-list .media {
	margin-top: 20px;
	padding-bottom: 19px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.media-list .media .media {
	padding-top: 19px;
	padding-bottom: 0;
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: none;
}
.media-list .media h4 {
	height: 20px;
}
.media-list .media .media-comment img {
	margin-right: 20px;
	padding: 4px;
	width: 90px;
	height: 90px;
	border: 1px solid #E5E5E5;
	float: left;
}
.media-list .media ul {
	margin-left: 120px;
}
.nav-single {
	margin: 30px 0;
	overflow: auto;
}
.nav-single .nav-previous {
	float: left;
}
.nav-single .nav-next {
	float: right;
}
/* Blog Comments */
.comment-form {
	margin-bottom: 30px;
}
.comment-form input[type=submit] {
	padding: 5px 10px;
	background-image: none;
	border: none;
	filter: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font: 300 14px/20px Roboto Condensed, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-shadow: none;
	text-transform: uppercase;
	vertical-align: inherit;
}
.comment-form input[type=submit]:hover {
	background-color: #333 !important;
	color: #CCC;
}
/* Address */
address {
	margin-bottom: 0;
}
.contact-form {
	margin-bottom: 0;
}
.alert-success {
	margin-bottom: 20px;
	padding: 20px;
	display: none;
}
.alert-error {
	margin-bottom: 20px;
	padding: 20px;
	display: none;
}
/* Google Map */
#map-canvas {
	margin-bottom: 0;
	width: 100%;
	height: 300px;
}
#map-canvas div.gmnoprint, #map-canvas div div + div a img {
	display: none
}
/* Margins */
.margin-bottom-no {
	margin-bottom: 0;
}
.margin-bottom-half {
	margin-bottom: 20px;
}
.margin-bottom {
	margin-bottom: 40px;
}
/* Nicescroll */
.nicescroll-rails {
	width: 10px !important;
	z-index: 9999 !important;
}
.nicescroll-rails div {
	width: 10px !important;
	background: rgba(0,0,0,0.5) !important;
	border: none !important;
	border-radius: 0 !important;
}
/* toTop */
#toTop {
	width: 50px;
	height: 50px;
	background: rgba(0,0,0,0.25);
	line-height: 50px;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	display: none;
	position: fixed;
	bottom: 0px;
	right: 20px;
	z-index: 9999;
	transition: all linear 0.15s;
	-ms-transition: all linear 0.15s;
	-moz-transition: all linear 0.15s;
	-webkit-transition: all linear 0.15s;
	-o-transition: all linear 0.15s;
}
#toTop:hover {
	animation: toTop 0.25s linear 0s infinite alternate;
	-webkit-animation: toTop 0.25s linear 0s infinite alternate;
}
@keyframes toTop {
100% {
 background: rgba(0,0,0,0.35);
 height: 60px;
 line-height: 60px;
}
}
@-webkit-keyframes toTop {
100% {
 background: rgba(0,0,0,0.35);
 height: 60px;
 line-height: 60px;
}
}

/* Desktop large layout */
@media (min-width: 1200px) {
.logo {
	width: 270px;
	height: 270px;
	font: 300 50px/270px Roboto Condensed, Arial, Helvetica, sans-serif;
}
.logo span {
	bottom: 90px;
}
}

/* Desktop small layout */
@media (min-width: 980px) and (max-width: 1199px) {
.logo {
	width: 220px;
	height: 220px;
	font: 300 50px/220px Roboto Condensed, Arial, Helvetica, sans-serif;
}
.logo span {
	bottom: 65px;
}
}

/* Tablet layout */
@media (min-width: 768px) and (max-width: 979px) {
.logo {
	width: 166px;
	height: 166px;
	font: 300 30px/166px Roboto Condensed, Arial, Helvetica, sans-serif;
}
.logo span {
	display: none;
}
.sidebar .social-links {
	height: 30px;
}
.sidebar .social-links a i {
	width: 30px;
	height: 30px;
	line-height: 30px;
}
}

/* Mobile landscape layout */
@media (min-width: 480px) and (max-width: 767px) {
.sidebar {
	padding: 0 20px;
}
.logo {
	width: 400px;
	height: 400px;
	font: 300 60px/400px Roboto Condensed, Arial, Helvetica, sans-serif;
}
.logo span {
	bottom: 150px;
}
.media-list .media ul {
	margin-left: 0;
}
}

/* Mobile portrait layout */
@media (max-width: 479px) {
.sidebar {
	padding: 0 20px;
}
.logo {
	width: 240px;
	height: 240px;
	font: 300 50px/240px Roboto Condensed, Arial, Helvetica, sans-serif;
}
.logo span {
	bottom: 75px;
}
.media-list .media ul {
	margin-left: 0;
}
}