/*

Peter - Portfolio HTML Template
http://themeforest.net/user/liviu_cerchez

Table of contents:

 1. Reset
 2. Typography
 3. Separators
 4. Grid
 5. Form elements
 6. Table
 7. Mouse selected text
 8. Site elements
 9. Owl Carousel
10. Thumbnails with hover
11. Header section
12. Content
13. Project Filters
14. Single Post
15. Comments
16. Sidebar widgets
17. Footer
18. Media queries
19. Large mobile query (480px)
20. Small tablet query (768px)
21. Large tablet query (992px)
22. Desktop query (1200px)
23. 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: 'Lora', sans-serif;
	color: #000;
	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,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4 {
	font-weight: 700;
}

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: 4.5em;
	letter-spacing: -0.09em;
	line-height: 0.8em;
}

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;
}

h5.small-margin-bottom,
h6.small-margin-bottom {
	margin-bottom: 0.25em;
}

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.2em;
	font-family: 'Lora', sans-serif;
	font-style: italic;
	font-weight: 700;
	font-size: 1.5em;
	line-height: 1.5em;
	quotes: none;
}

blockquote p {
	margin-bottom: 0;
	line-height: inherit;
}

blockquote cite {
	display: block;
	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,
.highlight {
	padding: 0.1em 0.2em;
	text-decoration: none;
	background-color: #fffad4;
}

mark {
	padding: 0.1em 0.3em;
	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: 0;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	border-top: 1px solid #eee;
	border-top-color: rgba(0, 0, 0, 0.1);
	line-height: 1;
	text-align: center;
}

.light-colors hr,
.light-colors .sep {
	border-top: 1px solid #fff;
	border-top-color: rgba(255, 255, 255, 0.1);
}

hr.small-margin,
.sep.small-margin {
	margin-top: 1em;
	margin-bottom: 1em;
}

hr {
	-moz-box-sizing: content-box;
}

.sep-vertical {
	display: inline-block;
	position: relative;
	top: 0.7em;
	width: 1px;
	height: 2em;
	margin-left: 1em;
	margin-right: 1.25em;
	background-color: #eee;
	background-color: 1px solid rgba(0, 0, 0, 0.1);
}

.light-colors .sep-vertical {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.5);
}

/* 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 {
	display: table;
	content: " ";
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row: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. Form elements */
form {
	margin-bottom: 1.5em;
}

label,
legend {
	display: block;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 0.9em;
	text-transform: uppercase;
}

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: 1em;
	margin: 0 0 1em;
	border: 1px solid #eee;
	border-color: rgba(0, 0, 0, 0.1);
	font-family: 'Lora', sans-serif;
	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: #000;
	outline: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 1px;
	-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].underline,
input[type=password].underline,
input[type=email].underline,
input[type=search].underline,
input[type=date].underline,
input[type=number],.underline
input[type=tel].underline,
input[type=url].underline,
textarea.underline,
select.underline {
	border-left: 0;
	border-top: 0;
	border-right: 0;
	border-radius: 0;
	padding-left: 0;
	padding-right: 0;
}

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: #ddd;
	border-color: rgba(0, 0, 0, 0.2);
}

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: #000;
}

input[type=text]:focus:invalid,
input[type=password]:focus:invalid,
input[type=email]:focus:invalid,
input[type=search]:focus:invalid,
input[type=date]:focus:invalid,
input[type=number]:focus:invalid,
input[type=tel]:focus:invalid,
input[type=url]:focus:invalid,
textarea:focus:invalid {
	border-color: #cb3315;
}

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.636em 0.7em;
}

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;
}

::-webkit-input-placeholder {
	font-style: italic;
	color: #ccc;
	color: rgba(0, 0, 0, 0.3);
}

::-moz-placeholder {
	font-style: italic;
	color: #ccc;
	color: rgba(0, 0, 0, 0.3);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	font-style: italic;
	color: #ccc;
	color: rgba(0, 0, 0, 0.3);
}

button,
input[type=submit],
input[type=reset],
input[type=button],
.button,
.pagination .page-numbers {
	display: inline-block;
	padding: 0.75em 1.25em;
	line-height: normal;
	margin: 0 0.5em 1em 0;
	border: 1px solid #000;
	font-family: "Poppins", sans-serif;
	font-size: 1em;
	font-weight: inherit;
	vertical-align: middle;
	text-transform: uppercase;
	text-decoration: none;
	background: none;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	background-color: transparent;
	color: #000;
	cursor: pointer;
	outline: 0;
	border-radius: 1px;
	-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 {
	color: rgba(0, 0, 0, 0.7);
	border-color: rgba(0, 0, 0, 0.7);
}

button:active,
input[type=submit]:active,
input[type=reset]:active,
input[type=button]:active,
.button:active,
.pagination .page-numbers:active {
	color: #000;
	border-color: #000;
	background-color: rgba(0, 0, 0, 0.1);
}

button.white,
input[type=submit].white,
input[type=reset].white,
input[type=button].white,
.button.white {
	color: #fff;
	border-color: #fff;
	background-color: transparent;
}

button.white:hover,
button.white:focus,
input[type=submit].white:hover,
input[type=submit].white:focus,
input[type=reset].white:hover,
input[type=reset].white:focus,
input[type=button].white:hover,
input[type=button].white:focus,
.button.white:hover,
.button.white:focus {
	color: rgba(255, 255, 255, 0.5);
	border-color: rgba(255, 255, 255, 0.5);
}

button.white:active,
input[type=submit].white:active,
input[type=reset].white:active,
input[type=button].white:active,
.button.white:active {
	background-color: rgba(255, 255, 255, 0.1);
}

button.grey,
input[type=submit].grey,
input[type=reset].grey,
input[type=button].grey,
.button.grey,
.pagination .page-numbers.current {
	color: #999;
	border-color: #999;
}

button.red,
input[type=submit].red,
input[type=reset].red,
input[type=button].red,
.button.red {
	color: #ff3c1f;
	border-color: #ff3c1f;
}

button.yellow,
input[type=submit].yellow,
input[type=reset].yellow,
input[type=button].yellow,
.button.yellow {
	color: #f0ce4e;
	border-color: #f0ce4e;
}

button.underline,
input[type=submit].underline,
input[type=reset].underline,
input[type=button].underline,
.button.underline,
.pagination .page-numbers {
	border-left: 0;
	border-top: 0;
	border-right: 0;
	padding: 0.3em 0;
	margin-right: 0.75em;
	letter-spacing: 0.15em;
	font-size: 0.85em;
	border-radius: 0;
}

button {
	background-color: transparent;
}

.button,
.button:hover,
.button:visited {
	text-decoration: none;
}

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;
}

/* 6. Table */
table {
	width: 100%;
	margin-bottom: 1.5em;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
}

table caption {
	padding: 0 0.4em 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 th,
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;
}

/* 7. 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);
}

/* 8. Site elements */
a {
	color: #ff3c1f;
	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;
}

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;
}

.double-margin-top {
	margin-top: 3em;
}

.double-margin-bottom {
	margin-bottom: 3em;
}

.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-big-italic {
	font-size: 1.2em;
	font-style: italic;
}

.text-grey {
	color: #999;
}

.text-red {
	color: #ff3c1f;
}

.text-yellow {
	color: #f0ce4e;
}

.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: #ff3c1f;
}

.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;
}

.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%;
}

/* 9. Owl Carousel */
.owl-carousel {
	position: relative;
	z-index: 1;
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
}

.owl-carousel.owl-slider {
	margin-bottom: 1.5em;
	background-color: rgba(0, 0, 0, 0.02);
}

.owl-carousel.owl-slider.double-margin-bottom {
	margin-bottom: 3em;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.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;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-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-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}

.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 {
	-webkit-transition: height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out;
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.no-js .owl-carousel {
	display: block;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.owl-carousel .owl-item img {
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: #666;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-nav {
	display: none;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
	position: absolute;
	z-index: 5;
	top: 50%;
	height: 2em;
	line-height: 2em;
	margin-top: -0.9em;
	font-family: 'Poppins', sans-serif;
	font-size: 0.8em;
	text-transform: uppercase;
	color: #000;
}

.owl-carousel.owl-slider .owl-prev,
.owl-carousel.owl-slider .owl-next {
	width: 5em;
	height: 5em;
	line-height: 5em;
	margin-top: -2.5em;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.3);
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

.owl-carousel.owl-slider .owl-prev:hover,
.owl-carousel.owl-slider .owl-next:hover {
	background-color: rgba(255, 255, 255, 0.5);
}

.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;
}

.owl-carousel .owl-dots {
	position: absolute;
	z-index: 6;
	left: 0;
	width: 100%;
	bottom: 10px;
	pointer-events: none;
}

.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	padding: 0 5px;
	pointer-events: auto;
}

.owl-carousel .owl-dots .owl-dot span {
	display: inline-block;
	width: 21px;
	height: 3px;
	background-color: #fff;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

.owl-carousel .owl-dots .owl-dot.active span {
	background-color: #000;
}

/* 10. Thumbnails with hover */
.thumb {
	margin-bottom: 1.5em;
}

.owl-carousel .thumb {
	margin-bottom: 0;
}

.filter-item .thumb {
	margin-bottom: 2em;
}

.thumb .photo {
	position: relative;
	overflow: hidden;
}

.thumb .photo a {
	display: block;
	overflow: hidden;
	text-decoration: none;
}

.thumb .photo img {
	display: block;
	width: 100%;
}

.thumb .info {
	display: none;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
	color: #fff;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.85);
	opacity: 0;
}

.thumb .info .title {
	position: absolute;
	left: 20px;
	bottom: 12px;
	right: 20px;
	font-family: 'Poppins', sans-serif;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.25em;
	letter-spacing: -0.05em;
}

.thumb .info .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3em;
	height: 3em;
	margin: -1.5em 0 0 -1.5em;
	color: #000;
	background-color: #fff;
	font-size: 1.25em;
	text-align: center;
	line-height: 3em;
	border-radius: 100%;
}

.thumb .details .metadata {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.thumb .details .post-tags {
	font-size: 0.85em;
	margin-bottom: 1.25em;
}

.thumb .details h4 {
	margin-bottom: 2em;
	padding-bottom: 1em;
	line-height: 1.25em;
	border-bottom: 1px solid #eee;
	border-bottom-color: rgba(0, 0, 0, 0.1);
}

/* 11. Header section */
#top {
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

#top.full-height {
	min-height: 100%;
}

#top .container {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

#top .inner {
	position: relative;
}

.site-title {
	position: relative;
	padding-right: 3.2em;
}

.site-title h1 {
	margin-bottom: 0;
	font-size: 1em;
	line-height: 1;
}

.light-colors .site-title h1 {
	color: #fff;
}

.site-title h1 a {
	display: inline-block;
	text-decoration: none;
}

.site-title h1 img {
	float: left;
}

.site-title h1.text {
	font-size: 2em;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.15em;
}

#top .site-menu-toggle {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -21px;
	float: right;
	padding: 10px;
}

.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: #000;
	-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.light-colors .site-menu-toggle em {
	background-color: #fff;
}

#top .site-menu-toggle em.first {
	right: 2px;
	-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 {
	right: 5px;
	-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: #000000\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;
}

#top.open-mobile-menu.light-colors .site-menu-toggle em.middle {
	background-color: #ffffff\9\0;
}

.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;
	-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: 150em;
	opacity: 1;
}

#site-menu ul {
	padding-left: 0;
	margin-top: 1.5em;
	margin-bottom: 0;
	font-family: 'Poppins', sans-serif;
	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.1);
}

.light-colors #site-menu li {
	border-top-color: rgba(255, 255, 255, 0.1);
}

#site-menu a {
	display: block;
	padding: 0.75em 1em;
	font-size: 0.9em;
	letter-spacing: 0.05em;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
}

.light-colors #site-menu a {
	color: #fff;
}

#site-menu li.current-menu-item > a {
	font-weight: 600;
	background-color: rgba(0, 0, 0, 0.1);
}

.light-colors #site-menu li.current-menu-item > a {
	background-color: rgba(255, 255, 255, 0.1);
}

#site-menu ul ul a {
	padding-left: 2em;
}

#site-menu ul ul ul a {
	padding-left: 2.5em;
}

@-moz-keyframes underlineExpand {
	0% {
		opacity: 0;
		margin: 0 2em;
	}
	100% {
		opacity: 1;
		margin: 0;
	}
}

@-webkit-keyframes underlineExpand {
	0% {
		opacity: 0;
		margin: 0 2em;
	}
	100% {
		opacity: 1;
		margin: 0;
	}
}

@-keyframes underlineExpand {
	0% {
		opacity: 0;
		margin: 0 1.5em;
	}
	100% {
		opacity: 1;
		margin: 0;
	}
}

#site-menu .menu-item-search a,
.no-js #site-menu .menu-item-search {
	display: none;
}

#site-menu .menu-item-search form {
	position: relative;
	margin-bottom: 0;
	padding: 18px 0 1px;
	font-size: 13px;
}

#site-menu .menu-item-search input[type="search"] {
	font-size: 13px;
	padding-right: 2.6em;
	margin-bottom: 0;
}

.light-colors #site-menu .menu-item-search input[type="search"] {
	border-color: rgba(255, 255, 255, 0.1);
}

.light-colors #site-menu .menu-item-search input[type="search"]:focus {
	border-color: #fff;
}

.light-colors #site-menu .menu-item-search input[type="search"]::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.3);
}

.light-colors #site-menu .menu-item-search input[type="search"]::-moz-placeholder {
	color: rgba(255, 255, 255, 0.3);
}

.light-colors #site-menu .menu-item-search input[type="search"]:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.3);
}

#site-menu .menu-item-search input[type="submit"] {
	position: absolute;
	top: 19px;
	right: 1px;
	width: 2.4em;
	height: 2.55em;
	padding: 0;
	border: 0;
	margin: 0;
	text-align: center;
	font-family: 'FontAwesome';
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	background-color: transparent;
	color: #000;
	-webkit-transition: none;
	transition: none;
}

.light-colors #site-menu .menu-item-search input[type="submit"] {
	color: #fff;
}

#top.light-colors a:focus {
	outline: 2px solid rgba(255, 255, 255, 0.1);
}

.featured-info {
	margin-bottom: 1em;
}

#top.light-colors .featured-info {
	color: #fff;
}

.featured-info h1 {
	margin-top: 1.85em;
	margin-left: -0.04em;
}

.featured-info h1.small-margin-bottom {
	margin-bottom: 0.4em;
}

.featured-info h2 {
	margin-bottom: 1.25em;
	margin-top: 3em;
}

.featured-info h2.small-margin-bottom {
	margin-bottom: 0.75em;
}

.featured-info h2.margin-top {
	margin-top: 2em;
}

.featured-info h3 {
	margin-bottom: 1.25em;
}

.featured-info h2 a,
.featured-info h3 a {
	position: relative;
	-webkit-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.featured-info h2 a:hover,
.featured-info h2 a:focus,
.featured-info h3 a:hover,
.featured-info h3 a:focus {
	color: rgba(0, 0, 0, 0.7);
	text-decoration: none;
}

#top.light-colors .featured-info h2 a:hover,
#top.light-colors .featured-info h2 a:focus,
#top.light-colors .featured-info h3 a:hover,
#top.light-colors .featured-info h3 a:focus {
	color: rgba(255, 255, 255, 0.7);
}

/* 12. Content */
#content {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

.pagination {
	margin-bottom: 1.5em;
	text-align: center;
}

/* 13. Project Filters */
.filter-selectors {
	text-align: center;
}

.no-js .filter-selectors {
	display: none;
}

.filter-selectors a {
	padding: 0.2em 0;
	margin: 0.2em 0.5em;
	font-family: 'Poppins', sans-serif;
	font-size: 0.9em;
	text-transform: uppercase;
	color: #999;
	color: rgba(0, 0, 0, 0.5);
	border-bottom: 1px solid transparent;
	border-bottom-color: rgba(0, 0, 0, 0);
	-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;
}

.filter-selectors a:hover {
	color: #666;
	color: rgba(0, 0, 0, 0.75);
	text-decoration: none;
}

.filter-selectors a.active {
	color: #000;
	border-bottom-color: #000;
}

.filter-container {
	margin-bottom: 1.5em;
}

.box-light-blue,
.box-light-green {
	padding: 1em;
	margin-bottom: 1.5em;
}

.box-light-blue {
	background-color: #f1fbfe;
}

.box-light-green {
	background-color: #edfdf4;
}

.clients-grid {
	position: relative;
	margin: 1.5em 0;
	text-align: center;
}

.clients-grid .client {
	float: left;
	width: 50%;
	border-bottom: 1px solid #f1f5f8;
	border-left: 1px solid #f1f5f8;
}

.clients-grid .client a,
.clients-grid .client a img {
	display: block;
}

.clients-grid .client a img {
	margin: 0 auto;
}

.clients-grid:before,
.clients-grid:after {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	background-color: #eee;
	background-color: rgba(0, 0, 0, 0.1);
}

.clients-grid:before {
	top: 0;
	width: 1px;
	height: 100%;
}

.clients-grid:after {
	bottom: -1px;
	width: 100%;
	height: 2px;
}

.clients-grid:before,
.clients-grid:after {
	background-color: #fff;
}

/* 14. Single Post */
.single-post .meta-info {
	margin-top: 2em;
}

.post-tags a {
	display: inline-block;
	padding: 0.1em 0.75em;
	margin-right: 0.5em;
	font-size: 0.9em;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 0.2em;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.post-tags a:hover {
	background-color: rgba(0, 0, 0, 0.5);
	text-decoration: none;
}

.social-links a {
	display: inline-block;
	margin-right: 1.5em;
	color: #000;
}

.post-tags a:last-child,
.social-links a:last-child {
	margin-right: 0;
}

.social-links a:hover {
	text-decoration: none;
}

.single-post #content .social-links a {
	margin-right: 1em;
}

.single-post .post-controls .next-post h4 {
	margin-bottom: 0;
}

.single-post .post-controls .prev-post-link,
.single-post .post-controls .next-post-link {
	line-height: 2em;
	font-family: 'Poppins', sans-serif;
	font-size: 0.8em;
	text-transform: uppercase;
	color: #000;
}

.single-post .post-controls .prev-post-link:hover,
.single-post .post-controls .next-post-link:hover {
	text-decoration: none;
}

.single-post .post-controls .prev-post-link i,
.single-post .post-controls .next-post-link i {
	font-size: 1.3333em;
	line-height: 0.75em;
	vertical-align: -15%;
}

.single-post .author-info .author-avatar {
	float: left;
	margin-right: 1.25em;
	margin-bottom: 1.25em;
}

.single-post .author-info .author-avatar,
.single-post .author-info .author-avatar img {
	border-radius: 100%;
}

.single-post .author-info h4 {
	padding-top: 1em;
}

/* 15. Comments */
#comments h6 {
	margin-bottom: 1em;
	padding-top: 0.5em;
}

.commentlist {
	margin-left: 0;
	padding-left: 0;
	padding-bottom: 1.5em;
	list-style: none;
	text-align: left;
}

.commentlist ol.children {
	list-style: none;
}

.commentlist .comment {
	padding-top: 2em;
	margin-left: 0;
	margin-top: 2em;
	border-top: 1px solid #eee;
	border-top-color: rgba(0, 0, 0, 0.1);
}

.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%;
	border-radius: 100%;
}

.commentlist .comment h4 {
	padding-top: 0.6em;
	margin-bottom: 0;
	font-size: 1.25em;
	text-transform: none;
}

.commentlist .comment h4 a,
.commentlist .comment-date a {
	text-decoration: none;
}

.commentlist .comment h4 a.url,
.commentlist .comment-date a {
	color: #000;
}

.commentlist .comment a.comment-reply-link {
	position: relative;
	top: -0.015em;
	margin-left: 0.2em;
	font-size: 0.8em;
	font-weight: 400;
	text-transform: uppercase;
	color: rgba(0, 0, 0, 0.3);
}

.commentlist .comment a.comment-reply-link:hover {
	color: #000;
}

.commentlist .comment p.comment-date {
	font-size: 0.9em;
}

.commentlist .comment p.comment-date a {
	color: rgba(0, 0, 0, 0.3);
}

.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: 0.8em 1em;
	margin-top: 2em;
	border: 1px solid #eee;
	border-color: rgba(0, 0, 0, 0.1);
	font-size: 0.9em;
	border-radius: 1px;
}

.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;
	border-bottom-color: rgba(0, 0, 0, 0.1);
}

.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;
	border-color: rgba(0, 0, 0, 0.2);
	background-color: #fffdf0;
}

.commentlist .comment.bypostauthor .comment-body .comment_body_text:before {
	border-bottom-color: #ccc;
	border-bottom-color: rgba(0, 0, 0, 0.2);
}

.commentlist .comment.bypostauthor .comment-body .comment_body_text:after {
	border-bottom-color: #fffdf0;
}

.comment-form,
.comment-form .form-submit,
.comment-form input#submit {
	margin-bottom: 0;
}

/* 16. Sidebar widgets */
.widget {
	margin-bottom: 3em;
}

.widget ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.widget ul.fa-ul {
	padding-left: 1.2em;
}

.widget ul ul {
	padding-left: 1em;
}

.widget li {
	margin-left: 0;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	list-style: none;
}

.widget li a {
	color: #000;
}

.widget li a:hover,
.widget li a:hover,
.widget li.current-cat > a {
	color: #ff3c1f;
}

.widget.widget_search form,
.widget.widget_search form input {
	margin-bottom: 0;
}

#content .searchform {
	position: relative;
}

#content .searchform input[type="submit"] {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 2.4em;
	height: 2.7em;
	padding: 0;
	border: 0;
	margin: 0;
	text-align: center;
	font-family: 'FontAwesome';
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	background-color: transparent;
	color: #000;
	-webkit-transition: none;
	transition: none;
}

.widget table {
	margin-bottom: 0;
}

.widget table tbody th,
.widget table tbody td {
	padding: 0.2em;
	text-align: center;
}

.widget table th {
	font-weight: 600;
	text-align: center;
}

/* 17. Footer */
#footer {
	padding-top: 2em;
	padding-bottom: 2em;
	background-color: #15181a;
	color: #5c5e5f;
	text-align: center;
}

#footer h4 {
	font-weight: 600;
}

#footer h4,
#footer p {
	margin-bottom: 0;
}

#footer ul {
	margin-top: 1.5em;
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

#footer ul li {
	display: inline-block;
	margin: 0 0.25em;
	list-style: none;
}

#footer ul a {
	padding-left: 0.25em;
	padding-right: 0.25em;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 0.9em;
	text-transform: uppercase;
}

#footer a:focus {
	outline: 2px solid rgba(255, 255, 255, 0.1);
}

#footer #go-to-top-link {
	display: block;
	width: 2.5em;
	height: 2.5em;
	margin: 0 auto 1em;
	background-color: #ff3c1f;
	color: #fff;
	font-size: 1.75em;
	line-height: 2.5em;
	text-align: center;
	border-radius: 100%;
	outline: 0;
}

#footer #go-to-top-link:hover {
	text-decoration: none;
}

/* 18. 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;
}

/* 19. Large mobile query (480px) */
@media (min-width: 480px) {
	#top .container {
		padding-top: 2em;
		padding-bottom: 2em;
	}

	#site-menu ul {
		margin-top: 2em;
	}
}

/* 20. Small tablet query (768px) */
@media (min-width: 768px) {
	body {
		font-size: 100%;
	}

	h1 {
		font-size: 7em;
	}

	h2 {
		font-size: 2em;
	}

	h3 {
		font-size: 2.25em;
	}

	.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%;
	}

	#top .container {
		padding-top: 2.5em;
		padding-bottom: 2.5em;
	}

	#top .inner {
		display: table;
		width: 100%;
	}

	#top .inner .site-title,
	#top .inner #site-menu {
		display: table-cell;
		vertical-align: middle;
	}

	.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;
	}

	#site-menu ul {
		margin-top: 0;
		text-align: right;
	}

	#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;
	}

	#site-menu li.current-menu-item > a,
	.light-colors #site-menu li.current-menu-item > a {
		background-color: transparent;
	}

	#site-menu nav > ul > li.current-menu-item > a,
	#site-menu nav > ul > li.current-menu-parent > a {
		position: relative;
	}

	#site-menu nav > ul > li.current-menu-item > a:after,
	#site-menu nav > ul > li.current-menu-parent > a:after {
		content: '';
		position: absolute;
		bottom: 0.1em;
		left: 0.75em;
		right: 0.75em;
		height: 1px;
		background-color: #000;
		-moz-animation: underlineExpand 0.25s ease-in-out;
		-webkit-animation: underlineExpand 0.25s ease-in-out;
		animation: underlineExpand 0.25s ease-in-out;
	}

	.light-colors #site-menu nav > ul > li.current-menu-item > a:after,
	.light-colors #site-menu nav > ul > li.current-menu-parent > a:after {
		background-color: #fff;
	}

	#site-menu nav ul ul li.current-menu-item > a {
		color: #999;
		color: rgba(0, 0, 0, 0.5);
	}

	.light-colors #site-menu nav ul ul li.current-menu-item > a {
		color: #fff;
		color: rgba(255, 255, 255, 0.5);
	}

	#site-menu li.menu-item-has-children {
		position: relative;
	}

	#site-menu li.menu-item-has-children ul {
		visibility: hidden;
		position: absolute;
		z-index: 97;
		top: 100%;
		right: 50%;
		width: 13em;
		margin-top: 0.5em;
		margin-right: -6.5em;
		padding-top: 0.5em;
		font-size: 0.9em;
		text-align: center;
		opacity: 0;
	}

	.csstransitions #site-menu li.menu-item-has-children ul {
		-webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, margin 0.2s ease-in-out;
		transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, margin 0.2s ease-in-out;
		-webkit-transition-delay: 0.05s;
		transition-delay: 0.05s;
	}

	#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;
	}

	.no-js #site-menu li.menu-item-has-children:hover > ul,
	.no-touch #site-menu li.menu-item-has-children:hover > ul,
	#site-menu li.menu-item-has-children.hover > ul {
		visibility: visible;
		margin-top: 0;
		opacity: 1;
	}

	#site-menu li.menu-item-has-children li {
		display: block;
		margin-left: 0;
		background-color: #eee;
	}

	.light-colors #site-menu li.menu-item-has-children li {
		background-color: #15181a;
	}

	#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;
	}

	#site-menu .menu-item-search a {
		display: inline-block;
		z-index: 2;
	}

	#site-menu .menu-item-search.hover a {
		outline: 0;
	}

	#site-menu .menu-item-search a i {
		display: none;
		min-width: 14px;
		text-align: center;
	}

	#site-menu .menu-item-search a i:first-child {
		display: inline-block;
	}

	#site-menu .menu-item-search form {
		visibility: hidden;
		position: absolute;
		z-index: 98;
		top: -0.4em;
		right: 2.8em;
		width: 4em;
		margin-top: -12px;
		opacity: 0;
	}

	.csstransitions #site-menu .menu-item-search form {
		-webkit-transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out, visibility 0.2s ease-in-out;
		transition: opacity 0.2s ease-in-out, width 0.2s ease-in-out, visibility 0.2s ease-in-out;
	}

	#site-menu .menu-item-search form input[type="search"] {
		background-color: #fff;
	}

	.light-colors #site-menu .menu-item-search input[type="search"]::-webkit-input-placeholder {
		color: rgba(0, 0, 0, 0.3);
	}

	.light-colors #site-menu .menu-item-search input[type="search"]::-moz-placeholder {
		color: rgba(0, 0, 0, 0.3);
	}

	.light-colors #site-menu .menu-item-search input[type="search"]:-ms-input-placeholder {
		color: rgba(0, 0, 0, 0.3);
	}

	#site-menu .menu-item-search form input[type="submit"] {
		visibility: hidden;
	}

	#site-menu .menu-item-search.hover form {
		visibility: visible;
		width: 11.5em;
		opacity: 1;
	}

	#site-menu .menu-item-search.hover a i:last-child {
		display: inline-block;
	}

	#site-menu .menu-item-search.hover a i:first-child {
		display: none;
	}

	.thumb .info {
		display: block;
		transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	}

	.thumb a:hover .info {
		visibility: visible;
		opacity: 1;
	}

	.thumb .details h4 {
		margin-bottom: 2em;
		padding-bottom: 0;
		border-bottom: 0;
	}

	.owl-carousel.owl-thumbs.has-nav-controls,
	.owl-carousel.owl-thumbs.has-nav-controls {
		padding-left: 4em;
		padding-right: 4em;
	}

	.owl-carousel .owl-nav {
		display: block;
	}

	.owl-carousel .owl-dots {
		bottom: 1em;
	}

	.featured-info h2 a:after,
	.featured-info h3 a:after {
		content: '\f178';
		visibility: hidden;
		position: absolute;
		right: -0.95em;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		opacity: 0;
	}

	.featured-info h2 a:after {
		bottom: 0.3em;
	}

	.featured-info h3 a:after {
		bottom: 0.275em;
	}

	.csstransitions .featured-info h2 a:after,
	.csstransitions .featured-info h3 a:after {
		-webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, right 0.2s ease-in-out;
		transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, right 0.2s ease-in-out;
	}

	.featured-info h2 a:hover:after,
	.featured-info h2 a:focus:after,
	.featured-info h3 a:hover:after,
	.featured-info h3 a:focus:after {
		visibility: visible;
		opacity: 1;
		right: -1.15em;
	}

	#content {
		padding-top: 3em;
		padding-bottom: 3em;
	}

	.single-post #content .post-tags {
		text-align: right;
	}

	.single-post .post-controls {
		padding-top: 1.5em;
		padding-bottom: 2em;
	}

	.single-post .post-controls h4 {
		margin-top: 0.5em;
	}

	.single-post .post-controls hr {
		margin-top: 2em;
	}

	.single-post #comments,
	.single-post #comments hr,
	.single-post .author-info {
		margin-bottom: 3.5em;
	}

	.single-post #comments h6 {
		padding-top: 0;
	}

	.single-post #comments .commentlist > li:first-child {
		margin-top: 0;
		padding-top: 1em;
		border-top: 0;
	}

	.single-post .post-controls .prev-post {
		text-align: right;
	}

	.filter-selectors a {
		margin-left: 1em;
		margin-right: 1em;
	}

	#footer {
		position: relative;
		padding-top: 4em;
		padding-bottom: 3em;
	}

	#footer ul li {
		margin: 0.25em 1em;
	}

	#footer #go-to-top-link {
		position: absolute;
		top: 0;
		left: 50%;
		margin: -1.25em 0 0 -1.25em;
	}
}

/* 21. 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%;
	}

	#top .container {
		padding-top: 3em;
		padding-bottom: 3em;
	}

	#site-menu a {
		padding-left: 1.25em;
		padding-right: 1.25em;
	}

	#site-menu nav > ul > li.current-menu-item > a:after,
	#site-menu nav > ul > li.current-menu-parent > a:after {
		left: 1.25em;
		right: 1.25em;
	}

	.csstransitions #site-menu .menu-item-search {
		-webkit-transition: padding-left 0.2s ease-in-out;
		transition: padding-left 0.2s ease-in-out;
	}

	#site-menu .menu-item-search a {
		padding-left: 0.75em;
		padding-right: 0.75em;
		margin-left: 0.5em;
	}

	#site-menu .menu-item-search form {
		right: 2.8em;
	}

	#site-menu .menu-item-search.hover {
		padding-left: 10.25em;
	}

	#site-menu .menu-item-search.hover form {
		width: 12em;
	}

	.featured-info h2.margin-top {
		margin-top: 2.75em;
	}

	.thumb .info .title {
		left: 0.75em;
		right: 0.75em;
		bottom: 0.5em;
		font-size: 2.75em;
	}

	.thumb .details h4 {
		margin-bottom: 2.5em;
	}

	.owl-carousel.owl-thumbs.has-nav-controls,
	.owl-carousel.owl-thumbs.has-nav-controls {
		padding-left: 5em;
		padding-right: 5em;
	}

	.owl-carousel .owl-dots {
		bottom: 1.5em;
	}

	.owl-carousel .thumb .info .title {
		font-size: 1.55em;
	}

	#content {
		padding-top: 4em;
		padding-bottom: 5em;
	}

	.box-light-blue,
	.box-light-green {
		padding: 2em;
	}

	.clients-grid {
		margin: 3em 0;
	}

	.clients-grid .client {
		width: 25%;
	}

	.clients-grid .client a {
		padding: 2em 0;
	}

	.single-post .author-info {
		position: relative;
	}

	.single-post .author-info h4 {
		padding-top: 0;
	}

	.single-post .author-info .social-links {
		position: absolute;
		top: 0.2em;
		right: 0;
		margin-bottom: 0;
	}

	.single-post .author-info .author-description {
		margin-top: 1em;
	}

	#comments .available-tags {
		margin-top: 1em;
		margin-bottom: 2em;
	}

	.commentlist {
		padding-bottom: 3.5em;
	}

	.commentlist .comment {
		padding-top: 3.5em;
		margin-top: 3.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: 1em;
	}

	.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.85em;
		right: 0;
	}

	.commentlist .comment p {
		margin-top: 0;
	}

	.commentlist .comment .children {
		margin-left: 7em;
	}

	.filter-selectors a {
		margin-left: 1.25em;
		margin-right: 1.25em;
	}

	.filter-selectors {
		margin-bottom: 3em;
	}
}

/* 22. Desktop query (1200px) */
@media (min-width: 1200px) {
	.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;
	}

	#site-menu nav > ul > li.current-menu-item > a:after,
	#site-menu nav > ul > li.current-menu-parent > a:after {
		left: 1.5em;
		right: 1.5em;
	}

	#site-menu li.menu-item-search.hover {
		padding-left: 11.25em;
	}

	#site-menu .menu-item-search a {
		margin-left: 0.75em;
	}

	#site-menu .menu-item-search.hover form {
		width: 13em;
	}

	.owl-carousel .thumb .info .title {
		font-size: 2em;
	}

}

@media (min-width: 1260px) {
	.container {
		width: 1220px;
	}
}

@media (min-width: 1520px) {
	.container {
		width: 1420px;
	}
}

@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;
	}
}

/* 23. Print query */
@media print {
	#top .site-menu-toggle,
	#footer #go-to-top-link {
		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%;
	}

}


.intro-text span {
	font-size: 2em;
}

.thumb .photo img {
    display: block;
    width: 100%;
    border: 2px solid #f4f4f5;
}
.thumb .photo h4 {
    text-align: center;
    font-weight: 400;
    color: #000;
    font-size: 1em;
}