/*

Arkitect - Portfolio HTML Template for Architects, Engineers & Construction Businesses
http://themeforest.net/user/liviu_cerchez

Table of contents:

 1. Reset
 2. Typography
 3. Separators
 4. Grid
 5. Mouse selected text
 6. Link style
 7. Site elements
 8. Social links
 9. Responsive video wrapper
10. Table
11. Form elements
12. Owl Carousel
13. Header elements
14. Content elements
15. Project Filters
16. Thumbnails with hover
17. Comments
18. Post list
19. Sidebar widgets
20. Search form
21. Footer
22. Special dotted pattern
23. CSS3 animations
24. Media queries
25.  Large mobile query (480px)
26.  Small tablet query (768px)
27.  Large tablet query (992px)
28.  Desktop query (1200px)
29.  Large desktop query (1320px)
30.  Print query

*/

/* 1. Reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, main, nav, section {
	display: block;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* 2. Typography */
html {
	background-color: #fff;
}

html,
body {
	width: 100%;
	height: 100%;
}

body {
	font-size: 87.52%;
	line-height: 1.6875;
	font-family: 'Roboto', sans-serif;
	color: #333;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: rgba(0,0,0,0.1);
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

h1,
h2,
h3,
h4 {
	font-weight: 300;
}

h5,
h6 {
	font-weight: 400;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
	color: inherit;
}

h1 {
	margin-bottom: 0.15em;
	font-size: 6.5em;
	letter-spacing: -0.09em;
	line-height: 0.8em;
}

h1.error {
	font-size: 8em;
	margin-bottom: 0.25em;
}

h2 {
	margin-bottom: 0.75em;
	font-size: 2.25em;
	letter-spacing: -0.05em;
	line-height: 1.1875em;
}

h3 {
	margin-bottom: 0.75em;
	font-size: 1.8em;
	letter-spacing: -0.05em;
	line-height: 1.25em;
}

h4 {
	margin-bottom: 0.75em;
	font-size: 1.5em;
	line-height: 1.5em;
}

h5,
h6 {
	margin-bottom: 1.25em;
	font-size: 1em;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

h5 {
	opacity: 0.5;
}

h6 {
	opacity: 0.3;
}

h2 .heading-number {
	padding-top: 1.5em;
	margin-right: 0.2em;
	text-align: center;
	background-color: #00B58C;
	color: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

p,
ol,
ul,
pre,
form {
	margin-bottom: 1.5em;
	font-size: 1em;
	line-height: 2em;
}

p:empty {
	margin-bottom: 0;
}

ul {
	padding-left: 1.2em;
	list-style: square outside none;
}

ul li {
	margin-left: 1.2em;
}

ol {
	padding-left: 1.2em;
	list-style: decimal outside none;
}

ul li,
ol li {
	margin-left: 1.2em;
}

li ul,
li ol {
	margin: 0;
	padding-left: 0;
}

ul.circle {
	list-style-type: circle;
}

ul.disc {
	list-style-type: disc;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

em {
	font-style: italic;
}

strong {
	font-weight: 700;
}

small,
.small {
	font-size: 81.25%;
}

big,
.big {
	font-size: 112.5%;
}

blockquote {
	max-width: 80%;
	margin-bottom: 1.1em;
	font-weight: 700;
	font-size: 1.5em;
	line-height: 1.5em;
	quotes: none;
}

blockquote p {
	margin-bottom: 0.25em;
	line-height: inherit;
}

blockquote > :last-child {
	margin-bottom: 0;
}

blockquote cite {
	display: block;
	margin-top: 0.5em;
	font-size: 0.75em;
	font-weight: 400;
	opacity: 0.5;
}

dl,
dd,
address {
	margin-bottom: 1.5em;
}

dt {
	font-size: 1.1em;
	font-weight: 500;
}

acronym,
q,
var {
	font-weight: 500;
}

abbr[title] {
	border-bottom: 1px dotted #999;
	cursor: help;
}

dfn,
var {
	font-style: italic;
}

ins {
	padding: 0.1em 0.35em;
	text-decoration: none;
	background-color: #fffad4;
}

mark {
	padding: 0.1em 0.35em;
	background-color: #000;
	color: #fff;
}

pre,
code {
	background-color: rgba(0, 0, 0, 0.02);
}

pre,
code,
kbd,
samp,
tt {
	font-family: 'Courier New', monospace;
}

pre {
	padding: 1em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

pre code {
	display: block;
	padding: 0;
	border: 0;
}

sub,
sup {
	position: relative;
	font-size: 0.8em;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	max-width: 100%;
	height: auto;
	border-width: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

/* 3. Separators */
hr,
.sep {
	height: 11px;
	margin: 1.5em 0 1.5em;
	border: 0;
	line-height: 1;
	text-align: center;
	background-position: bottom left;
	background-repeat: repeat-x;
}

hr.small,
.sep.small {
	width: 5em;
}

hr.extra-margin,
.sep.extra-margin {
	margin-bottom: 2.5em;
}

hr {
	-moz-box-sizing: content-box;
}

/* 4. Grid */
.container,
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}

.col-xs-1 {
	width: 8.33333333%;
}

.col-xs-2 {
	width: 16.66666667%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-4 {
	width: 33.33333333%;
}

.col-xs-5 {
	width: 41.66666667%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-7 {
	width: 58.33333333%;
}

.col-xs-8 {
	width: 66.66666667%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-10 {
	width: 83.33333333%;
}

.col-xs-11 {
	width: 91.66666667%;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-pull-1 {
	right: 8.33333333%;
}

.col-xs-pull-2 {
	right: 16.66666667%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-4 {
	right: 33.33333333%;
}

.col-xs-pull-5 {
	right: 41.66666667%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-7 {
	right: 58.33333333%;
}

.col-xs-pull-8 {
	right: 66.66666667%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-10 {
	right: 83.33333333%;
}

.col-xs-pull-11 {
	right: 91.66666667%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-push-1 {
	left: 8.33333333%;
}

.col-xs-push-2 {
	left: 16.66666667%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-4 {
	left: 33.33333333%;
}

.col-xs-push-5 {
	left: 41.66666667%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-7 {
	left: 58.33333333%;
}

.col-xs-push-8 {
	left: 66.66666667%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-10 {
	left: 83.33333333%;
}

.col-xs-push-11 {
	left: 91.66666667%;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-offset-0 {
	margin-left: 0%;
}

.col-xs-offset-1 {
	margin-left: 8.33333333%;
}

.col-xs-offset-2 {
	margin-left: 16.66666667%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-4 {
	margin-left: 33.33333333%;
}

.col-xs-offset-5 {
	margin-left: 41.66666667%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-7 {
	margin-left: 58.33333333%;
}

.col-xs-offset-8 {
	margin-left: 66.66666667%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-10 {
	margin-left: 83.33333333%;
}

.col-xs-offset-11 {
	margin-left: 91.66666667%;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before,
.gallery:after,
.gallery:before {
	display: table;
	content: " ";
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.gallery:after {
	clear: both;
}

.clear {
	visibility: hidden;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	clear: both;
}

.hidden {
	display: none !important;
	visibility: hidden !important;
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
	display: none !important;
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
	display: none !important;
}

.visible-print {
	display: none !important
}

.visible-print-block {
	display: none !important
}

.visible-print-inline {
	display: none !important
}

.visible-print-inline-block {
	display: none !important
}

/* 5. Mouse selected text */
::-moz-selection {
	background-color: rgba(0, 0, 0, 0.1);
}

::-ms-selection {
	background-color: rgba(0, 0, 0, 0.1);
}

::selection {
	background-color: rgba(0, 0, 0, 0.1);
}

/* 6. Link style */
a {
	color: #00b58c;
	text-decoration: none;
}

a:focus {
	outline: 2px solid #ddd;
	outline: 2px solid rgba(0, 0, 0, 0.1);
}

a:hover {
	text-decoration: underline;
}

a:hover,
a:active {
	outline: 0;
}

/* 7. Site elements */
a img {
	border: 0;
}

img.round {
	border-radius: 100%;
}

.display-inline-block {
	display: inline-block;
}

.sr-only,
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: -1px;
	overflow: hidden;
	clip: rect(0px, 0px, 0px, 0px);
	border: 0px none;
}

.no-bottom {
	margin-bottom: 0 !important;
}

.margin-top {
	margin-top: 1.5em;
}

.alignleft {
	float: left;
	margin: 0.375em 1.5em 1.5em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.5em 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.5em;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-justify {
	text-align: justify;
}

.text-nowrap {
	white-space: nowrap;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.text-grey {
	color: #777;
}

.fa-ul {
	padding-left: 1.2em;
	margin-left: 0;
}

.fa-ul .fa-li {
	top: 1em;
	margin-top: -0.5em;
	left: -2.1em;
	width: 2.1em;
}

.fa-li:before {
	color: #999;
	color: rgba(0, 0, 0, 0.5);
}

.fa.fa-colored:before {
	color: #00B58C;
}

.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}

.tagcloud {
	margin-bottom: 1.5em;
	font-size: 0.9em;
}

.gallery {
	margin: 0 -1.1666667% 1.5em;
	padding: 0;
}

.gallery .gallery-item {
	display: inline-block;
	width: 100%;
	max-width: 33.33%;
	margin: 0;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
}

.gallery .gallery-item .gallery-icon a {
	display: block;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.gallery .gallery-caption {
	margin-left: 0;
}

.wp-caption {
	position: relative;
	max-width: 100%;
	text-align: center;
	margin-bottom: 1.5em;
}

.wp-caption:after {
	content: '';
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 12px;
	background-repeat: repeat-x;
	background-color: #fff;
}

.wp-caption img {
	margin: 0;
	padding: 0;
}

.wp-caption .wp-caption-text,
.gallery-item .gallery-caption {
	font-size: 0.9em;
	padding: 0.3em 2px 0.2em;
	margin: 0;
}

.wp-caption .wp-caption-text {
	padding-bottom: 0;
}

/* 8. Social links */
.social-link {
	display: inline-block;
	width: 2.5em;
	height: 2.5em;
	padding: 0;
	margin: 0.1em 0.2em 0.35em 0;
	font-size: 1.2em;
	line-height: 2.5em;
	text-align: center;
}

.social-links a {
	display: inline-block;
	margin: 0 0.25em;
	padding: 0 0.25em;
	color: #999;
	-webkit-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out;
}

.social-links a:hover,
.social-links a:focus {
	color: #000;
}

/* 9. Responsive video wrapper */
.responsive-container {
	position: relative;
	height: 0;
	margin-bottom: 1.5em;
	padding-bottom: 56.25%;
	background-color: rgba(0, 0, 0, 0.02);
	overflow: hidden;
}

.responsive-container iframe,
.responsive-container object,
.responsive-container video,
.responsive-container embed,
.responsive-container img,
.responsive-container .map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.responsive-wrapper {
	max-width: 100%;
}

.responsive-container:after {
	content: '';
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 12px;
	background-repeat: repeat-x;
	background-color: #fff;
}

/* 10. Table */
table {
	width: 100%;
	margin-bottom: 1.5em;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
}

table caption {
	padding: 0 0 0.4em;
	border: 0;
	font-weight: 700;
	text-align: left;
}

table th {
	position: relative;
	padding: 0.6em 0.4em;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-weight: 400;
	text-align: left;
	vertical-align: bottom;
}

table tfoot td {
	position: relative;
	padding: 0.6em 0.4em;
	border-top: 1px solid #000;
}

table tbody td {
	padding: 0.4em;
	border-bottom: 1px solid #eee;
}

table tbody tr:last-child th,
table tbody tr:last-child td {
	border-bottom: 0;
}

table tbody + tbody {
	border-top: 2px solid #000;
}

/* 11. Form elements */
form {
	margin-bottom: 1.5em;
}

label,
legend {
	display: block;
	font-weight: 400;
	font-size: 0.9em;
	color: #333;
}

input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=date],
input[type=number],
input[type=tel],
input[type=url],
textarea,
select {
	width: 100%;
	max-width: 100%;
	padding: 0.8em;
	margin: 0 0 1em;
	border: 1px solid #ccc;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	line-height: normal;
	vertical-align: baseline;
	background: none;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
	background-color: transparent;
	color: #333;
	outline: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: none;
	-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

input[type=text]:hover,
input[type=password]:hover,
input[type=email]:hover,
input[type=search]:hover,
input[type=date]:hover,
input[type=number]:hover,
input[type=tel]:hover,
input[type=url]:hover,
textarea:hover,
select:hover {
	border-color: #999;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=date]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=url]:focus,
textarea:focus,
select:focus {
	border-color: #333;
}

input:invalid,
textarea:invalid {
	box-shadow: none;
}

input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: 0.5;
}

input[type="checkbox"],
input[type="radio"] {
	display: inline;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle; 
}

label.checkbox,
label.radiobox {
	margin-bottom: 1em;
}

select {
	padding: 0.8em 2.3em 0.8em 0.8em;
	background: transparent url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI0MHB4IiBoZWlnaHQ9IjVweCIgdmlld0JveD0iMCAwIDQwIDUiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQwIDUiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Ik0yMC4yMzMzMzM1ODc2NDY0ODQsNSBMMTYuNzMzMzMzNTg3NjQ2NDg0LDAgaDcgTDIwLjIzMzMzMzU4NzY0NjQ4NCw1IHoiLz48L3N2Zz4=) no-repeat 100% 50%;
}

select::-ms-expand {
	display: none;
}

textarea {
	min-height: 6.3em;
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button,
input[type=submit],
input[type=reset],
input[type=button],
.button,
.pagination .page-numbers {
	display: inline-block;
	padding: 1em 1.6em;
	line-height: normal;
	margin: 0 0 1.2em;
	border: 1px solid #ccc;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	font-weight: inherit;
	vertical-align: middle;
	text-decoration: none;
	background: none;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	background-color: transparent;
	color: #333;
	cursor: pointer;
	outline: 0;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

button:hover,
button:focus,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=button]:hover,
input[type=button]:focus,
.button:hover,
.button:focus,
.pagination .page-numbers:hover,
.pagination .page-numbers:focus {
	border-color: #999;
}

button:active,
input[type=submit]:active,
input[type=reset]:active,
input[type=button]:active,
.button:active,
.button.filled,
.pagination .page-numbers:active,
.pagination .page-numbers.current {
	border-color: #333;
	background-color: #333;
	color: #fff;
}

button.grey,
input[type=submit].grey,
input[type=reset].grey,
input[type=button].grey,
.button.grey {
	border-color: #f5f5f5;
	background-color: #f5f5f5;
	color: #333;
}

button.grey:hover,
button.grey:focus,
input[type=submit].grey:hover,
input[type=submit].grey:focus,
input[type=reset].grey:hover,
input[type=reset].grey:focus,
input[type=button].grey:hover,
input[type=button].grey:focus,
.button.grey:hover,
.button.grey:focus,
.button.grey.filled {
	border-color: #333;
	background-color: #333;
	color: #fff;
}

button.color,
input[type=submit].color,
input[type=reset].color,
input[type=button].color,
.button.color {
	color: #00b58c;
}

button.color:hover,
button.color:focus,
input[type=submit].color:hover,
input[type=submit].color:focus,
input[type=reset].color:hover,
input[type=reset].color:focus,
input[type=button].color:hover,
input[type=button].color:focus,
.button.color:hover,
.button.color:focus,
.button.color.filled {
	border-color: #fff;
	background-color: #fff;
}

button {
	background-color: transparent;
}

.button,
.button:hover,
.button:visited {
	text-decoration: none;
}

.button.square {
	padding: 1em;
}

input[type=submit],
input[type=reset],
input[type=button] {
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

::-webkit-input-placeholder {
	font-style: normal;
	font-weight: 300;
	color: #ccc;
}

::-moz-placeholder {
	font-style: normal;
	font-weight: 300;
	color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	font-style: normal;
	font-weight: 300;
	color: #ccc;
}

/* 12. Owl Carousel */
.owl-carousel {
	display: none;
	position: relative;
	z-index: 1;
	width: 100%;
	margin-bottom: 1.5em;
	-webkit-tap-highlight-color: transparent;
}

.no-js .owl-carousel {
	display: block;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-slider {
	background-color: rgba(0, 0, 0, 0.02);
}

.owl-slider .owl-stage:before {
	content: '';
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 12px;
	background-repeat: repeat-x;
	background-color: #fff;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;    /* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}

.owl-slider > img,
.owl-thumbs > .thumb {
	display: none;
}

.owl-slider > img:first-child {
	display: block;
	width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	display: none;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% { opacity: 1; }
	100% { opacity: 0; }
}

@keyframes fadeOut {
	0% { opacity: 1; }
	100% { opacity: 0; }
}

.owl-height {
	transition: height 0.3s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 0.3s ease;
}

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.owl-carousel .owl-dots {
	position: absolute;
	z-index: 6;
	left: 0;
	width: 100%;
	bottom: -1.25em;
	pointer-events: none;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-slider .owl-dots {
	bottom: 1em;
}

.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	padding: 0 0.4em;
	pointer-events: auto;
}

.owl-carousel .owl-dots .owl-dot span {
	display: inline-block;
	width: 1em;
	height: 0.2em;
	background-color: #eee;
	-webkit-backface-visibility: visible;
}

.owl-slider .owl-dots .owl-dot span {
	background-color: #fff;
}

.owl-carousel .owl-dots .owl-dot.active span {
	background-color: #00b58c;
}

.owl-carousel .owl-nav {
	display: none;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
	position: absolute;
	z-index: 5;
	top: 50%;
	width: 5em;
	height: 5em;
	line-height: 5em;
	margin-top: -3.45em;
	font-size: 0.8em;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	text-align: center;
	background-color: #00B58C;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

.owl-carousel .owl-prev i,
.owl-carousel .owl-next i {
	font-size: 1.3333em;
	line-height: 0.75em;
	vertical-align: -15%;
}

.owl-carousel .owl-prev {
	left: 0;
}

.owl-carousel .owl-next {
	right: 0;
}

/* 13. Header elements */
#top .inner {
	position: relative;
}

#top.vertical-align-middle .inner {
	padding-top: 15px;
}

.site-title {
	position: relative;
	padding-right: 3.2em;
}

.site-title.text {
	padding-top: 15px;
}

#top.vertical-align-middle .inner .site-title.text {
	padding-top: 0;
}

.site-title h1 {
	margin-bottom: 0;
	font-size: 1em;
	line-height: 0.7;
}

.site-title h1 a {
	display: inline-block;
	text-decoration: none;
}

.site-title h1 img {
	float: left;
}

#top.vertical-align-middle .inner .site-title.text {
	padding: 15px 0;
}

.site-title.text h1 {
	font-size: 1.75em;
	font-weight: 700;
	line-height: 1;
}

#top .site-menu-toggle {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	float: right;
	padding: 10px;
	background-color: #333;
}

#top.vertical-align-middle .site-menu-toggle {
	bottom: 50%;
	margin-bottom: -21px;
}

#top .site-title.text .site-menu-toggle {
	bottom: 27px;
}

.no-js #top .site-menu-toggle {
	display: none;
}

#top .site-menu-toggle em {
	position: relative;
	display: block;
	width: 22px;
	height: 2px;
	margin: 4px 0;
	background-color: #fff;
	-o-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-o-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-o-transition: -o-transform 0.3s ease-in-out, background 0.3s ease-in-out, right 0.2s ease-in-out;
	-webkit-transition: -webkit-transform 0.3s ease-in-out, background 0.3s ease-in-out, right 0.2s ease-in-out;
	transition: transform 0.3s ease-in-out, background 0.3s ease-in-out, right 0.2s ease-in-out;
}

#top .site-menu-toggle em.first {
	-o-transform: translateY(0) rotate(0deg);
	-webkit-transform: translateY(0) rotate(0deg);
	-ms-transform: translateY(0) rotate(0deg);
	transform: translateY(0) rotate(0deg);
}

#top .site-menu-toggle em.last {
	-o-transform: translateY(0) rotate(0deg);
	-webkit-transform: translateY(0) rotate(0deg);
	-ms-transform: translateY(0) rotate(0deg);
	transform: translateY(0) rotate(0deg);
}

#top .site-menu-toggle:focus em.first,
#top .site-menu-toggle:focus em.last,
#top .site-menu-toggle:hover em.first,
#top .site-menu-toggle:hover em.last { 
	right: 0;
}

#top.open-mobile-menu .site-menu-toggle em.first {
	right: 0;
	-o-transform: translateY(6px) rotate(45deg);
	-webkit-transform: translateY(6px) rotate(45deg);
	-ms-transform: translateY(6px) rotate(45deg);
	transform: translateY(6px) rotate(45deg);
}

#top.open-mobile-menu .site-menu-toggle em.middle { 
	background-color: transparent;
	background-color: #ffffff\9\0;
	-o-transition: background 0.1s ease-in-out;
	-webkit-transition: background 0.1s ease-in-out;
	transition: background 0.1s ease-in-out;
}

.no-csstransforms3d #top.open-mobile-menu .site-menu-toggle em.middle {
	background-color: transparent;
}

#top.open-mobile-menu .site-menu-toggle em.last {
	right: 0;
	-o-transform: translateY(-6px) rotate(-45deg);
	-webkit-transform: translateY(-6px) rotate(-45deg);
	-ms-transform: translateY(-6px) rotate(-45deg);
	transform: translateY(-6px) rotate(-45deg);
}

#site-menu {
	visibility: hidden;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-o-transition: max-height 0.3s ease-in-out, opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
	-webkit-transition: max-height 0.3s ease-in-out, opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
	transition: max-height 0.3s ease-in-out, opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

#top.open-mobile-menu #site-menu {
	visibility: visible;
	max-height: 200em;
	opacity: 1;
}

#site-menu ul {
	padding-left: 0;
	margin-top: 15px;
	margin-bottom: 0;
	list-style: none;
}

#site-menu ul ul {
	margin-top: 0;
}

#site-menu li {
	margin-left: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.075);
}

#site-menu a {
	display: block;
	padding: 0.5em 1em;
	font-size: 0.9em;
	letter-spacing: 0.05em;
	text-decoration: none;
	color: #333;
}

#site-menu li.current-menu-item > a {
	font-weight: 500;
	background-color: rgba(0, 0, 0, 0.03);
}

#site-menu ul ul a {
	padding-left: 2em;
}

#site-menu ul ul ul a {
	padding-left: 3em;
}

#site-menu ul ul ul ul a {
	padding-left: 4em;
}

/* 14. Content elements */
#content {
	padding-top: 15px;
	padding-bottom: 15px;
}

/* 15. Project Filters */
.filter-selectors {
	margin-bottom: 0.75em;
	text-transform: uppercase;
}

.filter-selectors span {
	font-weight: 500;
}

.filter-selectors span i {
	margin: 0 0.3em 0 1em;
	color: rgba(0, 0, 0, 0.3);
}

.filter-selectors a {
	padding: 0.2em 0;
	margin: 0.2em 0.5em;
	color: #999;
	-webkit-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.filter-selectors a:hover {
	color: #555;
	text-decoration: none;
}

.filter-selectors a.active {
	color: #000;
}

.filter-container {
	margin-top: 2em;
	margin-bottom: 1.5em;
}

/* 16. Thumbnails with hover */
.thumb {
	position: relative;
	margin-bottom: 1.5em;
}

.filter-item .thumb,
.gallery-scattered .thumb {
	margin-bottom: 1.75em;
}

.thumb .photo {
	position: relative;
	overflow: hidden;
}

.thumb .photo:after {
	content: '';
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 12px;
	background-repeat: repeat-x;
	background-color: #fff;
}

.thumb .photo a {
	display: block;
	overflow: hidden;
	text-decoration: none;
}

.thumb .photo img,
.thumb .photo .no-image {
	display: block;
	width: 100%;
}

.thumb .photo .no-image {
	padding-bottom: 75%;
	background-color: rgba(0, 0, 0, 0.02);
	overflow: hidden;
}

.thumb .info {
	display: none;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #000;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.5);
	opacity: 0;
}

.thumb .info.inverted {
	color: #fff;
	background-color: #333;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
}

.thumb .info .title {
	position: absolute;
	left: 20px;
	bottom: 12px;
	right: 20px;
	margin-bottom: 11px;
	font-size: 2em;
	font-weight: 300;
	line-height: 1.25em;
	letter-spacing: -0.05em;
}

.thumb .info .title:after {
	content: '\f101';
	margin-left: 0.3em;
	font-family: FontAwesome;
	font-size: 0.8em;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.thumb .info .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3em;
	height: 3em;
	margin: -1.5em 0 0 -1.5em;
	color: #fff;
	background-color: #333;
	font-size: 1.25em;
	text-align: center;
	line-height: 3em;
}

.thumb .info.inverted .icon {
	color: #333;
	background-color: #fff;
}

.thumb .details {
	margin-bottom: 2em;
}

.thumb .details h4 {
	margin: 0.5em 0 0;
	font-weight: 400;
}

.thumb .caption {
	display: inline-block;
	margin-top: 10px;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: 300;
	text-transform: uppercase;
	background-color: #fff;
}

/* 17. Comments */
.commentlist {
	margin-left: 0;
	padding-left: 0;
	padding-bottom: 2em;
	list-style: none;
	text-align: left;
}

.commentlist ol.children {
	list-style: none;
}

.commentlist .comment {
	padding-top: 1em;
	margin-left: 0;
	margin-top: 1em;
}

.commentlist .comment .comment-author {
	float: left;
	width: 5em;
	height: 5em;
	margin-right: 0.8em;
}

.commentlist .comment .comment-author img {
	display: block;
	width: 100%;
	max-height: 100%;
}

.commentlist .comment h6 {
	padding-top: 1em;
	margin-bottom: 0.2em;
	text-transform: none;
	opacity: 0.5;
}

.commentlist .comment h6 a,
.commentlist .comment-date a {
	text-decoration: none;
}

.commentlist .comment h6 a.url,
.commentlist .comment-date a {
	color: #000;
}

.commentlist .comment a.comment-reply-link {
	position: relative;
	top: -0.1em;
	margin-left: 0.2em;
	font-size: 0.8em;
	font-weight: 400;
	text-transform: none;
}

.commentlist .comment p.comment-date {
	font-size: 0.8em;
}

.commentlist .comment p {
	margin-bottom: 0.2em;
}

.commentlist .comment .children {
	margin: 0 0 0 1.5em;
}

.commentlist .comment .comment-body .comment_body_text {
	position: relative;
	padding: 1em;
	margin-top: 2em;
	border: 1px solid #eee;
	font-size: 0.9em;
}

.commentlist .comment .comment-body .comment_body_text p:last-child {
	margin-bottom: 0;
}

.commentlist .comment .comment-body .comment_body_text:before,
.commentlist .comment .comment-body .comment_body_text:after {
	content: '';
	position: absolute;
	left: 35px;
	width: 0;
	height: 0;
}

.commentlist .comment .comment-body .comment_body_text:before {
	top: -16px;
	margin-left: -8px;
	border-left: 8px solid transparent;
	border-top: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #eee;
}

.commentlist .comment .comment-body .comment_body_text:after {
	top: -13px;
	margin-left: -7px;
	border-left: 7px solid transparent;
	border-top: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #fff;
}

.commentlist .comment.bypostauthor .comment-body .comment_body_text {
	border-color: #ccc;
	background-color: #fffdf2;
}

.commentlist .comment.bypostauthor .comment-body .comment_body_text:before {
	border-bottom-color: #ccc;
}

.commentlist .comment.bypostauthor .comment-body .comment_body_text:after {
	border-bottom-color: #fffdf2;
}

.comment-form,
.comment-form .form-submit,
.comment-form input#submit {
	margin-bottom: 0;
}

/* 18. Post list */
#post-list .post {
	background-color: #fafafa;
	margin-bottom: 1.5em;
}

#post-list .post.sticky {
	background-color: rgba(255, 248, 190, 0.5);
}

#post-list .post-image {
	margin-bottom: 0;
}

#post-list .post-text .inner {
	padding: 1em 1.2em;
}

#post-list .post-text h3 {
	margin-bottom: 0.1em;
}

#post-list .post-text h3 a {
	text-decoration: none;
}

#post-list .post-text h3 .date {
	color: #bbb;
	margin-right: 0.1em;
}

#post-list .post-info {
	font-size: 0.9em;
	color: #bbb;
}

#post-list .post-info a {
	color: #bbb;
	text-decoration: none;
	font-weight: inherit;
}

#post-list .post-info a:hover {
	color: #666;
}

#post-list .post-excerpt {
	margin-top: 1em;
}

#post-list .post-excerpt:empty {
	display: none;
}

#post-list .post-excerpt p {
	margin-bottom: 0;
}

#post-list .post-excerpt .more-link {
	text-decoration: none;
	font-weight: inherit;
}

#post-list .pagination {
	padding-top: 1.5em;
}

#post-list-minimal {
	margin-bottom: 1.5em;
}

#post-list-minimal .post {
	border-bottom: 1px solid #e7e7e7;
}

#post-list-minimal .post:last-child {
	border-bottom: 0;
}

#post-list-minimal .page-title + .post {
	border-top: 1px solid #e7e7e7;
}

#post-list-minimal .pagination {
	text-align: center;
	padding-top: 1.5em;
}

#post-list-minimal .pagination .page-numbers {
	margin-bottom: 0;
}

#post-list-minimal .post h3 {
	font-size: 1.2em;
	font-weight: 300;
	margin-bottom: 0;
	position: relative;
	line-height: 1.2;
}

#post-list-minimal .post h3 a.title {
	display: block;
	padding: 1em 7.5em 1em 0;
	word-wrap: break-word;
	text-decoration: none;
	outline: 0;
}

#content #post-list-minimal .post.sticky {
	background-color: rgba(255, 248, 190, 0.25);
}

#post-list-minimal .post.has-post-thumbnail h3 a.title,
#post-list-minimal .post.post-password-required h3 a.title {
	padding-left: 56px;
	padding-top: 1em;
	padding-bottom: 1em;
}

#post-list-minimal .post h3 a.title img,
#post-list-minimal .post h3 a.title em.thumb {
	position: absolute;
	display: block;
	left: 0;
	top: 50%;
	width: 48px;
	margin-top: -16em;
	font-size: 1px;
	color: #fff;
	background-color: #fff;
}

#post-list-minimal .post h3 a.title em.thumb {
	height: 32px;
}

#post-list-minimal .post h3 a.title em.thumb:after {
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f040";
	text-align: center;
	font-size: 21px;
	color: #ccc;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 26px;
	height: 26px;
	line-height: 26px;
	margin: -12px 0 0 -13px;
}

#post-list-minimal .post h3 .meta {
	float: right;
	display: block;
	line-height: 1;
	font-weight: 300;
	position: absolute;
	top: 50%;
	margin-top: -0.5em;
	right: 0;
	pointer-events: none;
}

#post-list-minimal .post h3 .meta a {
	font-size: 0.8em;
	color: #999;
	text-decoration: none;
	margin-left: 0.5em;
}

#post-list-minimal .post h3 .meta a.comment-no {
	display: none;
}

#post-list-minimal .post h3 .meta a em {
	margin-right: 0.2em;
}

/* 19. Sidebar widgets */
#sidebar {
	margin-top: 1.5em;
}

#sidebar.left-side {
	margin-top: 0;
	margin-bottom: 1.5em;
}

#sidebar .widget {
	margin-bottom: 2.5em;
}

.widget_calendar table {
	margin-bottom: 0;
}

.widget_calendar table th,
.widget_calendar table td {
	padding: 0.2em;
}

.widget_calendar table caption {
	padding: 0 0.2em 0.2em;
}

.widget_calendar table th,
.widget_calendar table tfoot td {
	padding: 0.2em;
}

.widget_calendar table th,
.widget_calendar table tbody td {
	text-align: center;
}

.widget_calendar table caption {
	text-align: left;
}

.widget_calendar table tfoot td#prev {
	text-align: left;
}

.widget_calendar table tfoot td#next {
	text-align: right;
}

.widget_calendar table tfoot td#prev a,
.widget_calendar table tfoot td#next a {
	text-decoration: none;
}

/* 20. Search form */
.searchform {
	position: relative;
	width: 100%;
	display: block;
	max-width: 30em;
}

.searchform input {
	margin-bottom: 0;
}

.searchform input[type=text] {
	width: 100%;
	padding: 0.8em 2.3em 0.8em 0.8em;
}

.searchform input[type="submit"],
.searchform span.fa-search {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	width: 1.8em;
	height: 2.2em;
	line-height: 2.1em;
	padding: 0;
	border: 0;
	margin: 0;
	text-align: center;
	font-size: 21px;
	background: transparent;
	color: rgba(0, 0, 0, 0.25);
}

.searchform span.fa-search {
	z-index: 1;
}

.searchform input[type=submit] {
	text-indent: -999em;
	overflow: hidden;
}

/* 21. Footer */
#footer {
	padding-bottom: 15px;
}

#footer hr.footer-sep {
	margin-top: 0;
	margin-bottom: 2.5em;
}

#footer,
#footer a {
	color: rgba(0, 0, 0, 0.4);
}

#footer #go-to-top-link {
	display: block;
	width: 2.5em;
	height: 2.5em;
	margin-bottom: 1em;
	background-color: #00B58C;
	color: #fff;
	font-size: 1.625em;
	line-height: 2.5em;
	text-align: center;
	outline: 0;
}

#footer #go-to-top-link:hover {
	text-decoration: none;
}

/* 22. Special dotted pattern */
hr,
.sep,
.wp-caption:after,
.responsive-container:after,
.owl-slider .owl-stage:before,
.thumb .photo:after,
#site-menu li.menu-item-has-children ul:after {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjEycHgiIGhlaWdodD0iMTJweCIgdmlld0JveD0iMCAwIDEyIDEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMiAxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxwYXRoIGZpbGw9IiNCQkJCQkIiIGZpbGwtb3BhY2l0eT0iMC43NSIgZD0iTTIsMkgxVjFoMVYyeiBNNCwxSDN2MWgxVjF6IE02LDFINXYxaDFWMXogTTgsMUg3djFoMVYxeiBNMTAsMUg5djFoMVYxeiBNMTIsMWgtMXYxaDEKCVYxeiBNMiwzSDF2MWgxVjN6IE00LDNIM3YxaDFWM3ogTTYsM0g1djFoMVYzeiBNOCwzSDd2MWgxVjN6IE0xMCwzSDl2MWgxVjN6IE0xMiwzaC0xdjFoMVYzeiBNMiw1SDF2MWgxVjV6IE00LDVIM3YxaDFWNXogTTYsNUg1djEKCWgxVjV6IE04LDVIN3YxaDFWNXogTTEwLDVIOXYxaDFWNXogTTEyLDVoLTF2MWgxVjV6IE0yLDdIMXYxaDFWN3ogTTQsN0gzdjFoMVY3eiBNNiw3SDV2MWgxVjd6IE04LDdIN3YxaDFWN3ogTTEwLDdIOXYxaDFWN3ogTTEyLDcKCWgtMXYxaDFWN3ogTTIsOUgxdjFoMVY5eiBNNCw5SDN2MWgxVjl6IE02LDlINXYxaDFWOXogTTgsOUg3djFoMVY5eiBNMTAsOUg5djFoMVY5eiBNMTIsOWgtMXYxaDFWOXogTTIsMTFIMXYxaDFWMTF6IE00LDExSDN2MWgxCglWMTF6IE02LDExSDV2MWgxVjExeiBNOCwxMUg3djFoMVYxMXogTTEwLDExSDl2MWgxVjExeiBNMTIsMTFoLTF2MWgxVjExeiIvPgo8L3N2Zz4=);
	pointer-events: none;
}

/* 23. CSS3 animations */
@-webkit-keyframes fadeinview { from { opacity: 0; -webkit-transform: translateY(2em); } to { opacity: 1; -webkit-transform: translateY(0); } }
@-moz-keyframes fadeinview { from { opacity: 0; -moz-transform: translateY(2em); } to { opacity: 1; -moz-transform: translateY(0); } }
@keyframes fadeinview { from { opacity: 0; transform: translateY(2em); } to { opacity: 1; transform: translateY(0); } }

/* 24. Media queries */
/*
 * Does the same thing as <meta name="viewport" content="width=device-width">, but in the future W3C standard way. -ms- prefix is required for IE10+ to render responsive styling in Windows 10 "snapped" views; IE10+ does not honor the meta tag.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

/* 25. Large mobile query (480px) */
@media (min-width: 480px) {
	#post-list-minimal .post h3 a.title {
		word-wrap: break-word;
		text-decoration: none;
		outline: 0;
	}

	#post-list-minimal .post.has-post-thumbnail h3 a.title,
	#post-list-minimal .post.post-password-required h3 a.title {
		padding-left: 83px;
		padding-top: 1.5em;
		padding-bottom: 1.5em;
	}

	#post-list-minimal .post h3 a.title img,
	#post-list-minimal .post h3 a.title em.thumb {
		width: 75px;
		margin-top: -26px;
		padding: 2px;
		border: 1px solid #e7e7e7;
	}

	#post-list-minimal .post h3 a.title em.thumb {
		height: 50px;
	}

}

/* 26. Small tablet query (768px) */
@media (min-width: 768px) {
	body {
		font-size: 100%;
	}

	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}

	.col-sm-1 {
		width: 8.33333333%;
	}

	.col-sm-2 {
		width: 16.66666667%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-4 {
		width: 33.33333333%;
	}

	.col-sm-5 {
		width: 41.66666667%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-7 {
		width: 58.33333333%;
	}

	.col-sm-8 {
		width: 66.66666667%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-10 {
		width: 83.33333333%;
	}

	.col-sm-11 {
		width: 91.66666667%;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-pull-0 {
		right: auto;
	}

	.col-sm-pull-1 {
		right: 8.33333333%;
	}

	.col-sm-pull-2 {
		right: 16.66666667%;
	}

	.col-sm-pull-3 {
		right: 25%;
	}

	.col-sm-pull-4 {
		right: 33.33333333%;
	}

	.col-sm-pull-5 {
		right: 41.66666667%;
	}

	.col-sm-pull-6 {
		right: 50%;
	}

	.col-sm-pull-7 {
		right: 58.33333333%;
	}

	.col-sm-pull-8 {
		right: 66.66666667%;
	}

	.col-sm-pull-9 {
		right: 75%;
	}

	.col-sm-pull-10 {
		right: 83.33333333%;
	}

	.col-sm-pull-11 {
		right: 91.66666667%;
	}

	.col-sm-pull-12 {
		right: 100%;
	}

	.col-sm-push-0 {
		left: auto;
	}

	.col-sm-push-1 {
		left: 8.33333333%;
	}

	.col-sm-push-2 {
		left: 16.66666667%;
	}

	.col-sm-push-3 {
		left: 25%;
	}

	.col-sm-push-4 {
		left: 33.33333333%;
	}

	.col-sm-push-5 {
		left: 41.66666667%;
	}

	.col-sm-push-6 {
		left: 50%;
	}

	.col-sm-push-7 {
		left: 58.33333333%;
	}

	.col-sm-push-8 {
		left: 66.66666667%;
	}

	.col-sm-push-9 {
		left: 75%;
	}

	.col-sm-push-10 {
		left: 83.33333333%;
	}

	.col-sm-push-11 {
		left: 91.66666667%;
	}

	.col-sm-push-12 {
		left: 100%;
	}

	.col-sm-offset-0 {
		margin-left: 0%;
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-sm-offset-3 {
		margin-left: 25%;
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-sm-offset-6 {
		margin-left: 50%;
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-sm-offset-9 {
		margin-left: 75%;
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-sm-offset-12 {
		margin-left: 100%;
	}

	.col-sm-lift-up[class*="col-sm"] {
		margin-top: -6em;
	}

	.col-sm-lift-down[class*="col-sm"] {
		margin-top: 6em;
	}

	.col-sm-lift-up-less[class*="col-sm"] {
		margin-top: -3em;
	}

	.col-sm-lift-down-less[class*="col-sm"] {
		margin-top: 3em;
	}

	.col-sm-lift-up-more[class*="col-sm"] {
		margin-top: -10em;
	}

	.col-sm-lift-down-more[class*="col-sm"] {
		margin-top: 10em;
	}

	#top .inner {
		display: table;
		width: 100%;
	}

	#top .inner .site-title,
	#top .inner #site-menu {
		display: table-cell;
		vertical-align: bottom;
	}

	#top.vertical-align-middle .inner .site-title,
	#top.vertical-align-middle .inner #site-menu {
		display: table-cell;
		vertical-align: middle;
	}

	#top.vertical-align-middle .inner {
		padding-top: 2em;
	}

	#top .inner .site-title.text {
		padding-top: 2em;
	}

	.site-title {
		padding-right: 0;
	}

	#top .site-menu-toggle {
		display: none;
	}

	#site-menu {
		visibility: visible;
		max-height: none;
		overflow: visible;
		opacity: 1;
		-webkit-transition: none;
		transition: none;
		border-bottom: 0;
	}

	#site-menu ul {
		margin-top: 0;
		margin-bottom: -1em;
		text-align: right;
	}

	.vertical-align-middle #site-menu ul {
		margin-bottom: 0;
	}

	#site-menu li {
		display: inline-block;
		border-top: 0;
	}

	#site-menu a {
		padding: 0.25em 0.75em;
		margin-top: 0.2em;
		margin-bottom: 0.2em;
	}

	#site-menu li.current-menu-item > a {
		font-weight: 400;
		color: #00B58C;
	}

	#site-menu li.current-menu-item > a,
	.header-light-colors #site-menu li.current-menu-item > a {
		background-color: transparent;
	}

	#site-menu li.menu-item-has-children,
	#site-menu nav > ul > li.menu-item-has-children {
		position: relative;
	}

	#site-menu nav > ul > li.menu-item-has-children > a:before {
		content: '\f103';
		display: block;
		visibility: hidden;
		position: absolute;
		bottom: -1em;
		left: 0;
		width: 100%;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		text-align: center;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		color: rgba(0, 0, 0, 0.3);
		opacity: 0;
	}

	#site-menu li.menu-item-has-children ul {
		visibility: hidden;
		position: absolute;
		z-index: 97;
		top: 100%;
		right: 50%;
		width: 13em;
		margin-top: -1em;
		margin-right: -6.5em;
		padding-top: 1em;
		font-size: 0.9em;
		text-align: center;
		opacity: 0;
	}

	#site-menu li.menu-item-has-children ul:after {
		content: '';
		display: block;
		height: 12px;
		background-color: #fff;
		background-repeat: repeat-x;
		background-position: bottom right;
	}

	.csstransitions #site-menu li.menu-item-has-children ul,
	.csstransitions #site-menu nav > ul > li.menu-item-has-children > a:before {
		-webkit-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, margin 0.25s ease-in-out;
		transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out, margin 0.25s ease-in-out;
		-webkit-transition-delay: 0.1s;
		transition-delay: 0.1s;
	}

	#site-menu li.menu-item-has-children li.menu-item-has-children ul {
		top: -0.5em;
		right: 100%;
		margin: 0;
		padding-top: 0;
		font-size: 1em;
	}

	#site-menu li.menu-item-has-children li.menu-item-has-children:first-child ul {
		top: 0;
	}

	.no-js #site-menu li.menu-item-has-children:hover > ul,
	.no-touchevents #site-menu li.menu-item-has-children:hover > ul,
	#site-menu li.menu-item-has-children.hover > ul,
	.no-js #site-menu nav > ul > li.menu-item-has-children:hover > a:before,
	.no-touchevents #site-menu nav > ul > li.menu-item-has-children:hover > a:before,
	#site-menu nav > ul > li.menu-item-has-children.hover > a:before {
		visibility: visible;
		margin-top: 0;
		opacity: 1;
	}

	#site-menu li.menu-item-has-children li {
		display: block;
		margin-left: 0;
		background-color: #fff;
	}

	#site-menu li.menu-item-has-children li:first-child {
		padding-top: 0.5em;
	}

	#site-menu li.menu-item-has-children li:last-child {
		padding-bottom: 0.5em;
	}

	#site-menu li.menu-item-has-children li a {
		padding: 0.5em 1em;
		margin: 0;
	}

	#content {
		padding-top: 2em;
		padding-bottom: 2em;
	}

	.owl-carousel .owl-nav {
		display: block;
	}

	.owl-carousel.owl-thumbs.has-nav-controls,
	.owl-carousel.owl-thumbs.has-nav-controls {
		padding-left: 4em;
		padding-right: 4em;
	}

	.owl-slider .owl-dots {
		bottom: 1.5em;
	}

	.thumb .caption {
		position: absolute;
		top: 0;
		left: 100%;
		width: 100%;
		margin-top: 0;
		-webkit-transform: rotate(90deg) translateY(-1.5em);
		transform: rotate(90deg) translateY(-1.5em);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}

	.thumb .caption.left-side {
		left: -100%;
		bottom: 100%;
		right: auto;
		top: auto;
		text-align: right;
		-webkit-transform: rotate(-90deg) translateY(-0.5em);
		transform: rotate(-90deg) translateY(-0.5em);
		-webkit-transform-origin: 100% 100%;
		transform-origin: 100% 100%;
	}

	.filter-selectors span i {
		margin: 0 0.5em 0 1.5em;
	}

	.filter-selectors a {
		margin-left: 1em;
		margin-right: 1em;
	}

	#post-list .post.post.has-post-thumbnail {
		display: table;
		width: 100%;
	}

	#post-list .post.has-post-thumbnail .post-image,
	#post-list .post.has-post-thumbnail .post-text {
		display: table-cell;
		width: 50%;
	}

	#post-list .post-text {
		vertical-align: middle;
	}

	#post-list .post-text h3 {
		margin-bottom: 0.2em;
	}

	#post-list .post-text .inner {
		padding: 1.2em 1.5em;
	}

	#post-list-minimal .post h3:after {
		position: absolute;
		z-index: 1;
		top: 50%;
		right: 30px;
		margin-top: -0.52em;
		content: "\f105";
		font-family: 'FontAwesome';
		speak: none;
		font-size: 2em;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		color: rgba(255, 255, 255, 0);
		pointer-events: none;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		-webkit-transition: color 0.3s ease, right 0.3s ease;
		-moz-transition: color 0.3s ease, right 0.3s ease;
		transition: color 0.3s ease, right 0.3s ease;
	}

	#post-list-minimal .post:hover h3:after {
		right: 20px;
		color: #333;
	}

	#post-list-minimal .post h3 {
		font-size: 1.3em;
	}

	#post-list-minimal .post h3 a.title {
		padding: 20px 50px 40px 10px;
	}

	#post-list-minimal .post.has-post-thumbnail h3 a.title,
	#post-list-minimal .post.post-password-required h3 a.title {
		padding-left: 135px;
		padding-top: 35px;
		padding-bottom: 60px;
	}

	#post-list-minimal .post h3 a.title img,
	#post-list-minimal .post h3 a.title em.thumb {
		left: 0;
		width: 117px;
		margin-top: -39px;
		padding: 3px;
	}

	#post-list-minimal .post h3 a.title em.thumb {
		height: 78px;
	}

	#post-list-minimal .post:hover h3 a.title img {
		border-color: #ddd;
	}

	#post-list-minimal .post h3 .meta {
		right: auto;
		top: auto;
		left: 10px;
		bottom: 20px;
		margin-top: 0;
	}

	#post-list-minimal .post.has-post-thumbnail h3 .meta,
	#post-list-minimal .post.post-password-required h3 .meta {
		left: 135px;
		bottom: 35px;
	}

	#post-list-minimal .post h3 .meta a {
		font-size: 0.7em;
		margin-right: 0.75em;
		margin-left: 0;
	}

	#post-list-minimal .post h3 .meta a.comment-no {
		display: inline-block;
	}

	#footer {
		padding-bottom: 2em;
	}

	#footer .container {
		position: relative;
	}

	#footer #go-to-top-link {
		visibility: hidden;
		position: absolute;
		top: 1em;
		right: 15px;
		margin: 0;
		opacity: 0;
	}

	#footer #go-to-top-link.watching {
		-webkit-transition: opacity 0.25s ease-in-out, top 0.25s ease-in-out, visibility 0.25s ease-in-out;
		transition: opacity 0.25s ease-in-out, top 0.25s ease-in-out, visibility 0.25s ease-in-out;
	}

	#footer #go-to-top-link.watching.active {
		visibility: visible;
		top: 0;
		opacity: 1;
	}

}

/* 27. Large tablet query (992px) */
@media (min-width: 992px) {
	.container {
		width: 970px;
	}

	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}

	.col-md-1 {
		width: 8.33333333%;
	}

	.col-md-2 {
		width: 16.66666667%;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-4 {
		width: 33.33333333%;
	}

	.col-md-5 {
		width: 41.66666667%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-7 {
		width: 58.33333333%;
	}

	.col-md-8 {
		width: 66.66666667%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-10 {
		width: 83.33333333%;
	}

	.col-md-11 {
		width: 91.66666667%;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-pull-0 {
		right: auto;
	}

	.col-md-pull-1 {
		right: 8.33333333%;
	}

	.col-md-pull-2 {
		right: 16.66666667%;
	}

	.col-md-pull-3 {
		right: 25%;
	}

	.col-md-pull-4 {
		right: 33.33333333%;
	}

	.col-md-pull-5 {
		right: 41.66666667%;
	}

	.col-md-pull-6 {
		right: 50%;
	}

	.col-md-pull-7 {
		right: 58.33333333%;
	}

	.col-md-pull-8 {
		right: 66.66666667%;
	}

	.col-md-pull-9 {
		right: 75%;
	}

	.col-md-pull-10 {
		right: 83.33333333%;
	}

	.col-md-pull-11 {
		right: 91.66666667%;
	}

	.col-md-pull-12 {
		right: 100%;
	}

	.col-md-push-0 {
		left: auto;
	}

	.col-md-push-1 {
		left: 8.33333333%;
	}

	.col-md-push-2 {
		left: 16.66666667%;
	}

	.col-md-push-3 {
		left: 25%;
	}

	.col-md-push-4 {
		left: 33.33333333%;
	}

	.col-md-push-5 {
		left: 41.66666667%;
	}

	.col-md-push-6 {
		left: 50%;
	}

	.col-md-push-7 {
		left: 58.33333333%;
	}

	.col-md-push-8 {
		left: 66.66666667%;
	}

	.col-md-push-9 {
		left: 75%;
	}

	.col-md-push-10 {
		left: 83.33333333%;
	}

	.col-md-push-11 {
		left: 91.66666667%;
	}

	.col-md-push-12 {
		left: 100%;
	}

	.col-md-offset-0 {
		margin-left: 0%;
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-md-offset-3 {
		margin-left: 25%;
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-md-offset-6 {
		margin-left: 50%;
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-md-offset-9 {
		margin-left: 75%;
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-md-offset-12 {
		margin-left: 100%;
	}

	.col-md-lift-up[class*="col-md"] {
		margin-top: -8em;
	}

	.col-md-lift-down[class*="col-md"] {
		margin-top: 8em;
	}

	.col-md-lift-up-less[class*="col-md"] {
		margin-top: -4em;
	}

	.col-md-lift-down-less[class*="col-md"] {
		margin-top: 4em;
	}

	.col-md-lift-up-more[class*="col-md"] {
		margin-top: -15em;
	}

	.col-md-lift-down-more[class*="col-md"] {
		margin-top: 15em;
	}

	#top.vertical-align-middle .inner {
		padding-top: 3em;
	}

	#top .inner .site-title.text {
		padding-top: 3em;
	}

	#site-menu a {
		padding-left: 1.25em;
		padding-right: 1.25em;
	}

	#content {
		padding-top: 3em;
		padding-bottom: 3em;
	}

	.owl-carousel .owl-prev {
		left: -1em;
	}

	.owl-carousel .owl-next {
		right: -1em;
	}

	.owl-carousel.owl-thumbs.has-nav-controls,
	.owl-carousel.owl-thumbs.has-nav-controls {
		padding-left: 5em;
		padding-right: 5em;
	}

	.thumb .info {
		display: block;
		-webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
		transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	}

	.thumb a:hover .info {
		visibility: visible;
		opacity: 1;
	}

	.thumb .info .icon {
		margin-left: -2em;
		-webkit-transition: margin 0.3s ease-in-out;
		transition: margin 0.3s ease-in-out;
	}

	.thumb a:hover .info .icon {
		margin-left: -1.5em;
	}

	.commentlist {
		padding-bottom: 1.5em;
	}

	.commentlist .comment {
		padding-top: 0.5em;
		margin-top: 1.5em;
	}

	.commentlist .comment .comment-author {
		width: 6em;
		height: 6em;
		margin-right: 1em;
	}

	.commentlist .comment .comment-body {
		position: relative;
		margin-left: 7em;
	}

	.commentlist .comment .comment-body .comment_body_text {
		margin-top: 0.5em;
	}

	.commentlist .comment .comment-body .comment_body_text:before,
	.commentlist .comment .comment-body .comment_body_text:after {
		left: 1.25em;
	}

	.commentlist .comment h6 {
		padding-top: 0.5em;
		padding-right: 8em;
	}

	.commentlist .comment p.comment-date {
		position: absolute;
		top: 0.9em;
		right: 0;
	}

	.commentlist .comment p {
		margin-top: 0;
	}

	.commentlist .comment .children {
		margin-left: 7em;
	}

	#post-list .post-text .inner {
		padding: 1.2em 2em;
	}

	#footer {
		padding-bottom: 3em;
	}

	.animate-elems-in-view .animate-in-view {
		opacity: 0;
		-webkit-transform: translateY(2em);
		-moz-transform: translateY(2em);
		transform: translateY(2em);
	}

	.animate-elems-in-view .animate-in-view.animated {
		-webkit-animation: fadeinview 0.3s ease 1 forwards;
		-moz-animation: fadeinview 0.3s ease 1 forwards;
		animation: fadeinview 0.3s ease 1 forwards;
	}

	.no-js .animate-elems-in-view .animate-in-view {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
	}

	.animate-elems-in-view .animate-in-view {
		opacity: 1\9\0;
		transform: translateY(0)\9\0; /* hacks for ie9 */
	}
}

/* 28. Desktop query (1200px) */
@media (min-width: 1210px) {
	.container {
		width: 1170px;
	}

	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}

	.col-lg-1 {
		width: 8.33333333%;
	}

	.col-lg-2 {
		width: 16.66666667%;
	}

	.col-lg-3 {
		width: 25%;
	}

	.col-lg-4 {
		width: 33.33333333%;
	}

	.col-lg-5 {
		width: 41.66666667%;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-7 {
		width: 58.33333333%;
	}

	.col-lg-8 {
		width: 66.66666667%;
	}

	.col-lg-9 {
		width: 75%;
	}

	.col-lg-10 {
		width: 83.33333333%;
	}

	.col-lg-11 {
		width: 91.66666667%;
	}

	.col-lg-12 {
		width: 100%;
	}

	.col-lg-pull-0 {
		right: auto;
	}

	.col-lg-pull-1 {
		right: 8.33333333%;
	}

	.col-lg-pull-2 {
		right: 16.66666667%;
	}

	.col-lg-pull-3 {
		right: 25%;
	}

	.col-lg-pull-4 {
		right: 33.33333333%;
	}

	.col-lg-pull-5 {
		right: 41.66666667%;
	}

	.col-lg-pull-6 {
		right: 50%;
	}

	.col-lg-pull-7 {
		right: 58.33333333%;
	}

	.col-lg-pull-8 {
		right: 66.66666667%;
	}

	.col-lg-pull-9 {
		right: 75%;
	}

	.col-lg-pull-10 {
		right: 83.33333333%;
	}

	.col-lg-pull-11 {
		right: 91.66666667%;
	}

	.col-lg-pull-12 {
		right: 100%;
	}

	.col-lg-push-0 {
		left: auto;
	}

	.col-lg-push-1 {
		left: 8.33333333%;
	}

	.col-lg-push-2 {
		left: 16.66666667%;
	}

	.col-lg-push-3 {
		left: 25%;
	}

	.col-lg-push-4 {
		left: 33.33333333%;
	}

	.col-lg-push-5 {
		left: 41.66666667%;
	}

	.col-lg-push-6 {
		left: 50%;
	}

	.col-lg-push-7 {
		left: 58.33333333%;
	}

	.col-lg-push-8 {
		left: 66.66666667%;
	}

	.col-lg-push-9 {
		left: 75%;
	}

	.col-lg-push-10 {
		left: 83.33333333%;
	}

	.col-lg-push-11 {
		left: 91.66666667%;
	}

	.col-lg-push-12 {
		left: 100%;
	}

	.col-lg-offset-0 {
		margin-left: 0%;
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-lg-offset-3 {
		margin-left: 25%;
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-lg-offset-6 {
		margin-left: 50%;
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-lg-offset-9 {
		margin-left: 75%;
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-lg-offset-12 {
		margin-left: 100%;
	}

	#site-menu a {
		padding-left: 1.5em;
		padding-right: 1.5em;
	}

	.owl-carousel .owl-prev {
		left: -1.5em;
	}

	.owl-carousel .owl-next {
		right: -1.5em;
	}

	.thumb .info .title {
		left: 0.75em;
		right: 0.75em;
		bottom: 0.5em;
		font-size: 2.5em;
	}

	#post-list .post-text h3 {
		margin-bottom: 0.2em;
	}

	#post-list .post-text .inner {
		padding: 1.2em 3em;
	}
}

/* 29. Large desktop query (1320px) */
@media (min-width: 1320px) {
	.container {
		width: 1280px;
	}

	.owl-carousel .owl-prev {
		left: -2.5em;
	}

	.owl-carousel .owl-next {
		right: -2.5em;
	}

}

@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}

	table.visible-xs {
		display: table;
	}

	tr.visible-xs {
		display: table-row !important;
	}

	td.visible-xs,
	th.visible-xs {
		display: table-cell !important;
	}

	.visible-xs-block {
		display: block !important;
	}

	.visible-xs-inline {
		display: inline !important;
	}

	.visible-xs-inline-block {
		display: inline-block !important;
	}

	.hidden-xs {
		display: none !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}

	table.visible-sm {
		display: table;
	}

	tr.visible-sm {
		display: table-row !important;
	}

	td.visible-sm,
	th.visible-sm {
		display: table-cell !important;
	}

	.visible-sm-block {
		display: block !important;
	}

	.visible-sm-inline {
		display: inline !important;
	}

	.visible-sm-inline-block {
		display: inline-block !important;
	}

	.hidden-sm {
		display: none !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}

	table.visible-md {
		display: table;
	}

	tr.visible-md {
		display: table-row !important;
	}

	td.visible-md,
	th.visible-md {
		display: table-cell !important;
	}

	.visible-md-block {
		display: block !important;
	}

	.visible-md-inline {
		display: inline !important;
	}

	.visible-md-inline-block {
		display: inline-block !important;
	}

	.hidden-md {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.visible-lg {
		display: block !important;
	}

	table.visible-lg {
		display: table;
	}

	tr.visible-lg {
		display: table-row !important;
	}

	td.visible-lg,
	th.visible-lg {
		display: table-cell !important;
	}

	.visible-lg-block {
		display: block !important;
	}

	.visible-lg-inline {
		display: inline !important;
	}

	.hidden-lg {
		display: none !important;
	}

	.visible-lg-inline-block {
		display: inline-block !important;
	}
}

/* 30. Print query */
@media print {
	#top .site-menu-toggle {
		display: none;
	}

	h2,
	h3 {
		orphans: 3;
		widows: 3;
		page-break-after: avoid;
	}

	p {
		orphans: 3;
		widows: 3;
	}

	pre,
	blockquote {
		page-break-inside: avoid;
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a, a:visited {
		text-decoration: underline;
	}

	.visible-print {
		display: block !important;
	}

	table.visible-print {
		display: table;
	}

	tr.visible-print {
		display: table-row !important;
	}

	td.visible-print,
	th.visible-print {
		display: table-cell !important;
	}

	.visible-print-block {
		display: block !important;
	}

	.visible-print-inline {
		display: inline !important;
	}

	.visible-print-inline-block {
		display: inline-block !important;
	}

	.hidden-print {
		display: none !important;
	}

	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}

	.col-sm-1 {
		width: 8.33333333%;
	}

	.col-sm-2 {
		width: 16.66666667%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-4 {
		width: 33.33333333%;
	}

	.col-sm-5 {
		width: 41.66666667%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-7 {
		width: 58.33333333%;
	}

	.col-sm-8 {
		width: 66.66666667%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-10 {
		width: 83.33333333%;
	}

	.col-sm-11 {
		width: 91.66666667%;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-pull-0 {
		right: auto;
	}

	.col-sm-pull-1 {
		right: 8.33333333%;
	}

	.col-sm-pull-2 {
		right: 16.66666667%;
	}

	.col-sm-pull-3 {
		right: 25%;
	}

	.col-sm-pull-4 {
		right: 33.33333333%;
	}

	.col-sm-pull-5 {
		right: 41.66666667%;
	}

	.col-sm-pull-6 {
		right: 50%;
	}

	.col-sm-pull-7 {
		right: 58.33333333%;
	}

	.col-sm-pull-8 {
		right: 66.66666667%;
	}

	.col-sm-pull-9 {
		right: 75%;
	}

	.col-sm-pull-10 {
		right: 83.33333333%;
	}

	.col-sm-pull-11 {
		right: 91.66666667%;
	}

	.col-sm-pull-12 {
		right: 100%;
	}

	.col-sm-push-0 {
		left: auto;
	}

	.col-sm-push-1 {
		left: 8.33333333%;
	}

	.col-sm-push-2 {
		left: 16.66666667%;
	}

	.col-sm-push-3 {
		left: 25%;
	}

	.col-sm-push-4 {
		left: 33.33333333%;
	}

	.col-sm-push-5 {
		left: 41.66666667%;
	}

	.col-sm-push-6 {
		left: 50%;
	}

	.col-sm-push-7 {
		left: 58.33333333%;
	}

	.col-sm-push-8 {
		left: 66.66666667%;
	}

	.col-sm-push-9 {
		left: 75%;
	}

	.col-sm-push-10 {
		left: 83.33333333%;
	}

	.col-sm-push-11 {
		left: 91.66666667%;
	}

	.col-sm-push-12 {
		left: 100%;
	}

	.col-sm-offset-0 {
		margin-left: 0%;
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-sm-offset-3 {
		margin-left: 25%;
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-sm-offset-6 {
		margin-left: 50%;
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-sm-offset-9 {
		margin-left: 75%;
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-sm-offset-12 {
		margin-left: 100%;
	}

}