@font-face{
	font-family: HelveticaNeue;
	src: url('../font/HelveticaNeue.otf');
}

@font-face{
	font-family: HelveticaNeueThin;
	src: url('../font/HelveticaNeue-Thin.otf');
}

@font-face{
	font-family: HelveticaNeueMedium;
	src: url('../font/HelveticaNeue-Medium.otf');
}
body {
	background: #f4f4f4;
	font: 12px sans-serif;
	font-family: 'HelveticaNeue', sans-serif; 
	font-weight: normal;
}
*{	
	-webkit-appearance: none;
}
body.white {
	background: white;
}
body.open {
  	overflow: hidden;
}
a {
	text-decoration: none;
}
.transition {
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}
.icon{
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;	
}
.wrap {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
.wrap.single-page {
	width: 800px;
}
#container {
	overflow: auto;
	overflow-x: hidden;
}
.mobile-main-wrap {
	-webkit-backface-visibility: hidden;
	background-color: white;
	color: #fff;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	min-height: 100%;
	width: 260px;
	z-index: -30;
	padding: 11px 25px;
	display: none;
	box-sizing: border-box;
	font-family: 'HelveticaNeueMedium';
}
.content-main-wrap {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: translate(0, 0) translateZ(0);
	-moz-transform: translate(0, 0) translateZ(0);
	-o-transform: translate(0, 0) translateZ(0);
	transform: translate(0, 0) translateZ(0);
	overflow-y: auto;
	overflow-x: hidden;
	background: #f4f4f4;
	z-index: 10;
	position: relative;
	min-height: 100%;
	box-shadow: 1px 1px 6px 0 #555;
}
body.white .content-main-wrap {
	background: white;
}
.content-main-wrap.open {
	-webkit-transform: translate(-260px, 0) translateZ(0);
	-moz-transform: translate(-260px, 0) translateZ(0);
	-o-transform: translate(-260px, 0) translateZ(0);
	transform: translate(-260px, 0) translateZ(0);
	overflow: hidden;
}
.mobile-menu {
	cursor: pointer;
	margin-top: 1px;
	float: right;
	display: none;
}
.mobile-menu-wrap {
	cursor: pointer;
	width: 33px;
	height: 21px;
	display: inline-block;
}
.mobile-main-wrap.show {
	display: block;
	z-index: 0;
}
.mobile-menu-wrap:hover {
	-webkit-transition: top .4s;
	-moz-transition: top .4s;
	-o-transition: top .4s;
	transition: top .4s;
}
.mobile-main-wrap .scrollable {
	-webkit-backface-visibility: hidden;
	-webkit-overflow-scrolling: touch;
	overflow: visible;
	overflow-x: hidden;
	height: 100%;
	min-height: 100%;
}
.mobile-main-wrap li {
	border-top: 1px solid #ccc;
	line-height: 50px;
	font-size: 17px;
}
.mobile-main-wrap li a {
	color: #555;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}
.mobile-main-wrap li a:hover {
  	color: #4a90e2;
}
.mobile-menu-button {
	width: 28px;
	height: 4px;
	margin: 10px 0;
	background: #4a4a4a;
	position: absolute;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.mobile-menu-button:before {
	top: -8px;
}
.mobile-menu-wrap:hover .mobile-menu-button:before {
	top: -9px;
}
.mobile-menu.open .mobile-menu-button:before {
	top: 0 !important;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.mobile-menu.open .mobile-menu-button {
  	background: none !important;
}
.mobile-menu-button:after {
	top: 8px;
}
.mobile-menu-wrap:hover .mobile-menu-button:after {
	top: 9px;
}
.mobile-menu.open .mobile-menu-button:after {
	top: 0 !important;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mobile-menu-button:after, .mobile-menu-button:before {
	content: '';
	display: block;
	width: 28px;
	height: 4px;
	background: #4a4a4a;
	position: absolute;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
header {
	background: white;
	border-bottom: 1px solid #e6e6e6;
}
header .header-content {
	max-width: 1000px;
  	margin: 9px auto;
}
header .header-top {
  	text-align: right;
}
header .header-menu {
	width: 100%;
	margin-top: 6px;
}
.header-search-form {
	display: inline-block;
	border-right: 1px solid #d8d8d8;
}
.header-search-form .search-wrap {
	background: #d8d8d8;
	border-radius: 3px;
	margin: 0 20px;
	padding-left: 5px;
	color: #555;
	font-size: 15px;
	display: inline-block;
	cursor: pointer;
}
.header-search-form .search-wrap input {
	width: 120px;
	background: transparent;
	border: none;
	outline: none;
	padding: 6px;
	color: #555;
	box-sizing: border-box;
}
.mobile-main-wrap .header-search-form {
	border: 0;
	width: 100%;
	margin-bottom: 16px;
}
.mobile-main-wrap .header-search-form .search-wrap {
	margin: 0;
	width: 100%;
	box-sizing: border-box;
}
.mobile-main-wrap .header-search-form .icon:before {
	width: 10%;
	float: left;
	margin: 10px 0;
}
.mobile-main-wrap .header-search-form .search-wrap input {
	width: 90%;
	float: left;
	font-size: 15px;
	padding: 8px;
}
header .header-top .social-wrap {
	display: inline-block;
	margin-left: 7px;
}
header .icon {
	color: #555;
	font-size: 16px;
	display: inline-block;
	cursor: pointer;
}
header .icon:hover {
	color: #4a90e2 !important;
}
header .header-menu .logo {
	float: left;
}
header .header-menu a {
	color: #555;
}
header .header-menu a {
	color: #555;
	font-size: 13px;
	font-family: 'HelveticaNeueMedium';
}
header .header-menu a:hover, header .header-menu a.active {
	color: #4a90e2;
}
header .header-menu ul {
	float: right;
	line-height: 42px;
}
header .header-menu ul li {
	display: inline-block;
	float: left;
	font-size: 13px;
	margin-left: 30px;
}
header .header-menu .logo img {
	height: 35px;
}
footer {
	background: white;
	padding: 0 15px;
}
.footer-wrap {
	max-width: 1000px;
	margin: auto;
	margin-bottom: 30px;
	text-align: center;
}
footer h2 {
	font-size: 36px;
	color: #2c2c2a;
	font-weight: normal;
	line-height: 90px;
	border-top: 1px solid #e6e6e6;
	font-family: 'HelveticaNeueThin';
	letter-spacing: -0.5px;
}
footer h2 span {
	color: #4990e2;
}
footer h3 {
	font-size: 21px;
	color: #4a90e2;
	font-weight: normal;
	line-height: 100%;
	font-family: 'HelveticaNeueMedium';
}
footer h2 a {
	color: #4a90e2;
	text-decoration: none;
	font-weight: normal;
}
footer .gallery {
	height: 180px;
	position: relative;
	overflow: hidden;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 15px 0;
}
footer .menu-wrap {
	width: 100%;
	line-height: 82px;
}
footer .menu-wrap ul li {
	display: inline-block;
	margin: 0 10px;
	font-size: 12px;
}
footer .menu-wrap ul li a {
	font-size: 12px;
	color: #9b9b9b;
}
footer .menu-wrap ul li a:hover, footer .menu-wrap ul li a.active {
	color: black;
}
footer .copy-right {font-size:11px;
	color:#2c2c2a;
	margin-bottom:20px;
}
footer .copy-right span {
	color:#9b9b9b;
	display:inline-block;
	font-size:10px;
	margin-top:10px;
}
footer .social-wrap {
	display: none;
}
footer .social-wrap a .icon {
	color: #555;
	font-size: 16px;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}
footer .social-wrap a .icon:hover {
	color: #4a90e2;
}
.breadcrumb {
	width: 100%;
	padding: 20px 0;
	background: #f4f4f4;
	font-size: 12px;
	letter-spacing: 1px;
	font-family: 'HelveticaNeueMedium';
}
.breadcrumb .text-wrap {
	margin-left: 10px;
}
.breadcrumb.white {
	background: white;
}
.breadcrumb a, .breadcrumb span {
	color: #5c5c5c;
}
.breadcrumb a:hover {
	color: #5aa3e8;
}
.archive-title {
	margin: 15px 10px;
	font-size: 18px;
	color: #5c5c5c;
}
.navigation {
	float: left;
	line-height: 33px;
}
.navigation li {
	margin-right: 8px;
	float: left;
	color: #5aa3e8;
}
.navigation li a {
	color: #5aa3e8;
	font-size: 14px;
}
.navigation li.next {
	margin-left: 10px;
}
.navigation li.prev {
	margin-right: 10px;
}
.navigation li.active a {
	color: #5c5c5c;
}
.navigation li a:hover {
	color: #ababab;
}
.bottom-navigation {
	margin: 0 15px 65px;
	padding-top: 8px;
	border-top: 1px solid #ccc;
}
.top-header {
	margin: 30px 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.top-header .filter {
	float: right;
}
.top-header .filter .label {
	color: #5c5c5c;
	font-size: 14px;
	margin-right: 15px;
}
.top-header .filter .archive-box {
	margin-right: 10px;
	display: inline-block;
	opacity: 0;
}
.top-header .filter .category-box {
	margin-right: 10px;
	display: inline-block;
	opacity: 0;
}
.post-list {
	margin: 20px 0 25px;
}
.post {
	width: 33.33%;
	padding: 10px;
	float: left;
	box-sizing: border-box;
}
.post .inner {
	width: 100%;
	height: 100%;
	min-height: 520px;
	position: relative;
	background: white;
}
.post .featured {
	position: relative;
}
.post .image {
	max-width: 270px;
	position: relative;
	display: block;
	margin: 0 auto;
	padding-top: 30px;
	overflow: hidden;
}
.post .image:before {
	content:'';
	display: block;
	padding-top: 80%; 
}
.post .tint {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	color: white;
	font-size: 12px;
	text-align: center;
	opacity: 0;
	z-index: 2;
}
.post .tint .vertical-align-wrap {
	display: table;
	height: 100%;
	margin: auto;
	position: relative;	
}
.post .tint .vertical-align-wrap .vertical-align-content {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.post .featured:hover .tint {
	opacity: 1;
}
.post .image img {
	max-width: 100%;
	position: absolute;
	top: 30px;
	left: 0;
}
.post .text {
	margin: 20px;
}
h1 {
  font-size: 42px;
  color: #555;
  font-family: 'HelveticaNeueMedium';
  font-weight: normal;
}
.post h2 {
	font-size: 24px;
	color: #5c5c5c;
}
.post .excerpt {
	margin: 15px 0 5px;
	font-family: Arial;
	font-size: 12px;
	color: #5c5c5c;
	line-height: 120%;
}
.post .metadata {
	width: 100%;
	position: absolute;
	bottom: 20px;
	left: 0;
	font-size: 10px;
}
.post .metadata .entry-date {
	margin-left: 20px;
	float: left;
	font-family: Arial;
	font-size: 10px;
	color: #ababab;
}
.post .metadata .read-more {
	margin-right: 20px;
	float: right;
	color: #5aa3e8;
	font-size: 11px;
}
.post .metadata .read-more:hover {
	color: #ababab;
}
.newsletter {
	padding: 25px 0;
	background: #4a4a4a;
	text-align: center;
}
.newsletter span {
	display: inline-block;
	margin-right: 15px;
	font-size: 14px;
	color: white;
}
.newsletter form {
	display: inline-block;
}
.newsletter form input[type="text"] {
	width: 200px;
	margin-right: 10px;
	padding: 9px 15px;
	background: white;
	border-radius: 5px;
	font-size: 14px;
	color: #5c5c5c;
	outline: none;
	border: none;
}
.newsletter form input[type="submit"] {
	padding: 9px 25px;
	background: #4a90e2;
	border-radius: 5px;
	font-size: 16px;
	color: white;
	outline: none;
	border: none;
	cursor: pointer;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}
.newsletter form input[type="submit"]:hover {
	background: #ababab;
}
.newsletter img {
	position: absolute;
	bottom: -25px;
}
.newsletter img.right {
	right: 80px;
}
.newsletter img.left {
	left: 80px;
}

/* SINGLE POST */

.single-page {
	margin-top: 60px;
}
.single-page .metadata {
	width: 100%;
	padding-bottom: 18px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
}
.single-page .metadata .entry-date {
	float: left;
	color: #ababab;
	font-size: 15px;
}
.single-page .metadata .entry-date .icon {
	font-size: 20px;
}
.single-page .metadata .social {
	float: right;
}
/*.single-page .metadata .social .icon {
	color: #9b9b9b;
	font-size: 22px;
}
.single-page .metadata .social .icon:hover {
	color: #5aa3e8;
}*/
.single-page .metadata .social a {
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
	opacity: 1;
}
.single-page .metadata .social a:hover {
	opacity: 0.6;
}
.single-page .content {
	font-size: 15px;
	color: #5c5c5c;
	line-height: 140%;
}
.single-page .content a {
	color: #5aa3e8;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}
.single-page .content a:hover {
	color: #ababab;
}
.single-page p {
	padding: 0 0 20px;
}
.single-page .content ol {
	list-style: decimal;
	padding-left: 25px;
}
.single-page .content ul {
	list-style: disc;
	padding-left: 25px;
}
.single-page .content img {
	max-width: 100%;
	height: auto;
}
.single-page .content .alignright {
	float: right;
}
.single-page .content .alignleft {
	float: left;
}
.single-page .content .aligncenter {
	display: block;
	margin: 0 auto;
}
.single-page .content iframe {
	max-width: 100%;
	height: 350px;
}
.single-page .metadata.bottom {
	padding-top: 20px;
	margin-top: 50px;
	margin-bottom: 30px;
	border-top: 1px solid #ccc;
	border-bottom: none;
}
.single-page .metadata.bottom .social {
	float: right;
}
.single-page .metadata.bottom .kindle {
	float: left;
}
.single-page .comments {
	margin-bottom: 80px;
}
.comments .title {
	margin-bottom: 30px;
	padding-bottom: 5px;
	font-size: 32px;
	color: #555;
	font-family: 'HelveticaNeueMedium';
	font-weight: normal;
	border-bottom: 1px solid #ccc;
}
.comments textarea {
	max-width: 95%;
	margin: 10px 0;
	padding: 4px 8px;
	border: 1px solid #ccc;
	font-family: 'HelveticaNeue', sans-serif;
	color: #5c5c5c;
	font-size: 16px;
	outline: none;
}
.comments input[type="submit"] {
	padding: 9px 25px;
	background: #4a90e2;
	border-radius: 5px;
	font-size: 16px;
	color: white;
	outline: none;
	border: none;
	cursor: pointer;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}
.comments input[type="submit"]:hover {
	background: #ababab;
}
.comments input[type="text"], .comments input[type="email"] {
	margin: 0;
	padding: 4px 8px;
	border: 1px solid #ccc;
	font-family: 'HelveticaNeue', sans-serif;
	color: #5c5c5c;
	font-size: 16px;
	outline: none;
}
.comments label {
	display: block;
	width: 100%;
	margin-bottom: 5px;
	font-family: 'HelveticaNeueMedium';
	font-size: 16px;
}
.comment-author {
	margin-bottom: 5px;
}
.comment-author span {
	display: none;
}
.comment-author img {
	display: none;
}
.comment-author p {
	font-family: 'HelveticaNeueMedium';
	font-size: 15px;
}
.comments ol {
	margin: 15px;
}
.comments ol li {
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 18px;
	border-bottom: 1px solid #ddd;
}
.comments ol li.depth-2 {
	margin: 10px 0 10px 20px;
	padding-bottom: 0;
	border: none;
}
.comments .comment-awaiting-moderation {
	display: none;
}
.comments .comment-metadata a {
	color: #333;
	font-weight: lighter;
}
.comments .comment-metadata {
	display: none;
}
.comments .comment-content {
	margin: 15px;
}
.comments .cancel-comment-reply a {
	font-size: 12px;
	color: #5aa3e8;
  	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.comments .cancel-comment-reply a:hover {
	color: #a1a1a1;
}
.comments form {
	margin-top: 30px;
}
.comments .comment-body {
	background: #f4f4f4;
	padding: 10px 15px;
}
.comments .comment-body footer {
	background: transparent;
}
.comments .comment-content p {
	padding: 0;
	font-size: 15px;
	color: #5c5c5c;
	line-height: 140%;
}
.comments .reply {
	text-align: right;
}
.comments .reply a {
	color: #5aa3e8;
	font-size: 15px;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
}
.comments .reply a:hover {
	color: #ababab;
}
.featured-posts {
	width: 100%;
	padding: 40px 0 60px;
	background: #f4f4f4;
}
.featured-posts .post-list {
	margin: 0;
}
.swiper-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate(0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	z-index: 1;
	display: flex;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.gallery-image{
	background-size: contain;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.swiper-slide {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
}
.swiper-container-horizontal {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
}
.swiper-pagination{
	position: absolute;
	bottom: 15px;
	width: 100%;
	z-index: 2;
}
.swiper-pagination .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	margin-right: 12px;
	opacity: 1;
	background: #9b9b9b; 
	border: 1px solid #9b9b9b;
	display: inline-block;
  	border-radius: 100%;
  	cursor: pointer;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: white;
	width: 8px;
	height: 8px;
	border: 1px solid #4990e2;
	margin-bottom: -1px;
}
.

@media screen and (max-width: 1024px) {
	.wrap {
		width: 90%;
	}
	.newsletter img.right {
		right: 40px;
	}
	.newsletter img.left {
		left: 40px;
	}
	.footer-wrap {
		margin: 0 15px;
	}
	header .header-content {
		margin: 9px 15px;
	}
}
@media screen and (max-width: 900px) {
	.newsletter img.right {
		right: 10px;
	}
	.newsletter img.left {
		left: 10px;
	}
}

@media screen and (max-width: 800px) {
	.wrap.single-page {
		width: 80%;
	}
	.post {
		width: 50%;
	}
	.navigation {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	.top-header .filter .label {
		margin-right: 8px;
	}
	.top-header .filter .archive-box {
		margin-right: 8px;
	}
	.top-header .filter .category-box {
		margin-right: 0;
	}
	.newsletter img.right {
		right: -20px;
	}
	.newsletter img.left {
		left: -20px;
	}
	.newsletter span {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.newsletter form input[type="text"] {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.newsletter form input[type="submit"] {
		margin: 0 auto;
	}
}

@media only screen and (max-width: 750px) {
	footer h2 {
	  border-bottom: 1px solid #e6e6e6;
	  font-size: 27px;
	  line-height: 60px;
	  margin-bottom: 15px;
	}
	footer .gallery {
		display: none;
	}
	footer .copy-right {
		display: inline-block;
		float: left;
		text-align: left;
	}
	footer .menu-wrap {
		display: none;
	}
	footer .social-wrap {
		display: inline-block;
		float: right;
	}
	header .header-content {
		margin: 20px 15px 10px;
	}
	.mobile-menu {
		display: inline-block;
	}
	header .header-menu ul {
		display: none;
	}
	header .header-top {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	.top-header .filter .archive-box {
	  	margin-right: 0;
		margin-bottom: 15px;
	}
	.top-header .filter .label {
		width: 100px;
		display: inline-block;
	}
	.newsletter img.left,
	.newsletter img.right
	 {
		display: none;
	}
	.newsletter form input[type="submit"] {
		display: inline-block;
		width: 20%;
		box-sizing: border-box;
		padding: 9px;
		font-size: 12px;
	}
	.newsletter form input[type="text"] {
		width: 70%;
		box-sizing: border-box;
		display: inline-block;
		font-size: 12px;
		margin-bottom: 0;
	}
	.newsletter form {
		width: 100%;
	}
	.newsletter {
		padding: 15px 0;
	}
	.newsletter span {
		margin-bottom: 6px;
		font-size: 15px;
	}
}

@media screen and (max-width: 500px) {
	.post {
		width: 100%;
	}
	header .header-menu .logo img {
		height: 30px;
	}
}