/*
Hills HTML5 Template
http://themeforest.net/user/liviu_cerchez

Table of contents:
 1. Reset
 2. Font icons
 3. Typography
 4. Separator
 5. Useful classes
 6. Form elements
 7. Table
 8. Links
 9. Mouse selected text
10. Social links
11. Gallery
12. Responsive Container
13. Grid
14. Call to action
15. Alert
16. Tabs
17. Pricing table
18. Feature
19. Owl Carousel
20. Page layout
21. Logo
22. Main menu
23. Social links menu
24. Widgets
25. Featured media
26. News elements
27. Comments
28. Contact form elements
29. Footer
30. Search form
31. Media queries
32   Mobile Large 620px
33.  Tablet Small 740px
34.  Tablet Large 880px
35.  Desktop Small 955px
36.  Desktop Medium 1100px
37.  Desktop Large 1240px
*/

/* 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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	outline: 0;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, main, nav, section {
	display: block;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* 2. Font icons */
@font-face {
	font-family: 'Hills Icons';
	src: url('../fonts/hills-icons.eot');
	src: url('../fonts/hills-icons.eot') format('embedded-opentype'),
		url('../fonts/hills-icons.ttf') format('truetype'),
		url('../fonts/hills-icons.woff2') format('woff2'),
		url('../fonts/hills-icons.woff') format('woff'),
		url('../fonts/hills-icons.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before,
.owl-carousel .owl-prev:before,
.owl-carousel .owl-next:before {
	font-family: 'Hills Icons';
	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;
}

.icon-menu:before {
	content: "\e600";
}

.icon-close:before {
	content: "\e601";
}

.icon-search:before {
	content: "\e602";
}

.icon-arrow-left:before {
	content: "\e603";
}

.icon-arrow-right:before {
	content: "\e604";
}

.icon-arrow-down:before {
	content: "\e605";
}

.icon-arrow-up:before {
	content: "\e606";
}

.icon-resize-enlarge:before {
	content: "\e607";
}

.icon-link:before {
	content: "\e608";
}

.icon-plus:before {
	content: "\e609";
}

.icon-minus:before {
	content: "\e60a";
}

.icon-refresh:before {
	content: "\e60b";
}

.icon-clock:before {
	content: "\e60c";
}

.icon-user:before {
	content: "\e60d";
}

.icon-comments:before {
	content: "\e60e";
}

.icon-category:before {
	content: "\e60f";
}

.icon-facebook:before {
	content: "\e610";
}

.icon-twitter:before {
	content: "\e611";
}

.icon-googleplus:before {
	content: "\e612";
}

.icon-mail:before {
	content: "\e613";
}

.icon-youtube:before {
	content: "\e614";
}

.icon-pinterest:before {
	content: "\e615";
}

.icon-vimeo:before {
	content: "\e616";
}

.icon-instagram:before {
	content: "\e617";
}

.icon-dribbble:before {
	content: "\e618";
}

.icon-flickr:before {
	content: "\e619";
}

.icon-tumblr:before {
	content: "\e61a";
}

.icon-linkedin:before {
	content: "\e61b";
}

.icon-github:before {
	content: "\e61c";
}

.icon-skype:before {
	content: "\e61d";
}

.icon-soundcloud:before {
	content: "\e61e";
}

.icon-tripadvisor:before {
	content: "\e61f";
}

.icon-foursquare:before {
	content: "\e620";
}

.icon-yelp:before {
	content: "\e621";
}

.icon-vine:before {
	content: "\e622";
}

.icon-spotify:before {
	content: "\e623";
}

.icon-feed:before {
	content: "\e624";
}

.icon-location:before {
	content: "\e625";
}

.icon-phone:before {
	content: "\e626";
}

.icon-settings:before {
	content: "\e627";
}

/* 3. Typography */
html {
	background-color: #8f9e8b;
}

body {
	/*font-family: 'Source Sans Pro', sans-serif;*/
     font-family: 'Poppins', sans-serif;
	font-size: 87%;
	font-weight: 250;
	line-height: 1.6875;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	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: 'Bitter', sans-serif;
	font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
	color: inherit;
}

h1 {
	margin-bottom: 0.5em;
	font-size: 4.2em;
	line-height: 1em;
}

h2 {
	margin-bottom: 0.4em;
	font-size: 3.75em;
	letter-spacing: -1px;
	line-height: 1.333333em;
}

h3 {
	margin-bottom: 0.5em;
	font-size: 3em;
	letter-spacing: -1px;
	line-height: 1.333333em;
}

h4 {
	margin-bottom: 0.75em;
	font-size: 2.25em;
	line-height: 1.14285em;
}

h5 {
	/*margin-bottom: 1.25em;*/
	margin-bottom: 1.20em;
	/*font-size: 1.5em;*/
	font-size: 1.3em;
	/*line-height: 1.333333em;*/
	line-height: 1.11em;
}

h6 {
	margin-bottom: 1.5em;
	font-size: 1em;
	line-height: 1.5em;
	text-transform: uppercase;
}

p,
ol,
ul,
pre,
form {
	margin-bottom: 1.5em;
}

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: 600;
}

small,
.small-text {
	font-size: 81.25%;
}

big,
.big-text {
	font-size: 112.5%;
}

blockquote {
	position: relative;
	padding: 1.5em 0 1.5em 4em;
	margin-bottom: 1.5em;
	font-style: normal;
	quotes: none;
	color: rgba(255, 255, 255, 0.75);
}

blockquote:before {
	position: absolute;
	top: 0.17em;
	left: 0.075em;
	font-family: Arial;
	font-size: 7.75em;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-indent: 0;
	content: "\201c";
	speak: none;
	-webkit-font-smoothing: antialiased;
	color: rgba(255, 255, 255, 0.2);
}

blockquote cite {
	display: block;
	text-align: right;
	color: rgba(255, 255, 255, 0.75);
}

blockquote cite img {
	display: inline-block;
	position: relative;
	top: -0.05em;
	margin-right: 0.5em;
	border: 4px double rgba(255, 255, 255, 0.2);
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

blockquote p:last-child {
	margin-bottom: 0;
}

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 rgba(255, 255, 255, 0.5);
	cursor: help;
}

dfn,
var {
	font-style: italic;
}

ins,
mark {
	padding: 0 0.3em;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.3);
	color: rgba(255, 255, 255, 0.8);
}

pre,
code {
	background-color: rgba(0, 0, 0, 0.3);
}

pre,
code,
kbd,
samp,
tt {
	font-family: Monaco, '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;
}

/* 4. Separator */
hr {
	height: 0;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	border-top: 4px double rgba(255, 255, 255, 0.2);
	line-height: 1;
	text-align: center;
}

/* 5. Useful classes */
.float-left,
.floatleft {
	float: left;
}

.float-right,
.floatright {
	float: right;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignright {
	float: right;
	margin: 0 0 0.5em 1em;
}

.alignleft {
	float: left;
	margin: 0 1em 0.5em 0;
}

.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;
}

.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;
}

.margin-top {
	margin-top: 1.5em;
}

.margin-bottom {
	margin-bottom: 1.5em;
}

.no-bottom {
	margin-bottom: 0 !important;
}

.no-margin {
	margin: 0 !important;
}

.screen-reader-text {
	position: absolute;
	top: -999em;
	left: -999em;
}

.double-border {
	display: block;
	border: 4px double rgba(255, 255, 255, 0.2);
}

a.double-border {
	text-decoration: none;
}

.sidebar .double-border {
	border-color: rgba(0, 0, 0, 0.2);
}

.double-border img {
	display: block;
	margin: 0 auto;
}

/* 6. Form elements */
form {
	margin-bottom: 1.5em;
}

label,
legend {
	display: block;
	font-weight: 400;
	font-size: 0.9em;
}

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.75em 0;
	margin: 0 0 1em;
	border: 0;
	border-bottom: 4px double #fff;
	font-family: "Source Sans Pro", 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;
	border-color: rgba(255, 255, 255, 0.3);
	color: #fff;
	outline: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 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;
}

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: rgba(255, 255, 255, 0.5);
}

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: #fff;
}

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;
}

.sidebar input[type=text],
.sidebar input[type=password],
.sidebar input[type=email],
.sidebar input[type=search],
.sidebar input[type=date],
.sidebar input[type=number],
.sidebar input[type=tel],
.sidebar input[type=url],
.sidebar textarea,
.sidebar select {
	padding-left: 0.75em;
	padding-right: 0.75em;
	border: 1px solid rgba(0, 0, 0, 0.2);
	color: rgba(0, 0, 0, 0.9);
}

.sidebar input[type=text]:hover,
.sidebar input[type=password]:hover,
.sidebar input[type=email]:hover,
.sidebar input[type=search]:hover,
.sidebar input[type=date]:hover,
.sidebar input[type=number]:hover,
.sidebar input[type=tel]:hover,
.sidebar input[type=url]:hover,
.sidebar textarea:hover,
.sidebar select:hover,
.sidebar input[type=text]:focus,
.sidebar input[type=password]:focus,
.sidebar input[type=email]:focus,
.sidebar input[type=search]:focus,
.sidebar input[type=date]:focus,
.sidebar input[type=number]:focus,
.sidebar input[type=tel]:focus,
.sidebar input[type=url]:focus,
.sidebar textarea:focus,
.sidebar select:focus {
	border-color: rgba(0, 0, 0, 0.5);
}

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-top: 0.675em;
	padding-bottom: 0.675em;
}

.content select {
	background-color: #292929;
}

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: 0.55em 0.8em;
	line-height: normal;
	margin: 0 0 1.2em;
	border: 1px solid rgba(255, 255, 255, 0.7);
	font-family: "Source Sans Pro", sans-serif;
	font-size: 1em;
	font-weight: 400;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	background: none;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	background-color: transparent;
	color: rgba(255, 255, 255, 0.7);
	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,
.pagination .page-numbers.current,
button.filled,
input[type=submit].filled,
input[type=reset].filled,
input[type=button].filled,
.button.filled {
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.8);
	border-color: transparent;
	color: #292929;
}

button:active,
input[type=submit]:active,
input[type=reset]:active,
input[type=button]:active,
.button:active,
.pagination .page-numbers:active,
.pagination .page-numbers.current,
button.filled:hover,
button.filled:focus,
input[type=submit].filled:hover,
input[type=submit].filled:focus,
input[type=reset].filled:hover,
input[type=reset].filled:focus,
input[type=button].filled:hover,
input[type=button].filled:focus,
.button.filled:hover,
.button.filled:focus {
	background-color: #fff;
	border-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 {
	color: rgba(255, 255, 255, 0.3);
}

::-moz-placeholder {
	color: rgba(255, 255, 255, 0.3);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.3);
}

.sidebar ::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.5);
}

.sidebar ::-moz-placeholder {
	color: rgba(0, 0, 0, 0.5);
}

.sidebar input:-ms-input-placeholder,
.sidebar textarea:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.5);
}

/* 7. 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: 4px double rgba(255, 255, 255, 0.2);
	border-bottom: 4px double rgba(255, 255, 255, 0.2);*/
	border: 4px double rgba(255, 255, 255, 0.5);
	font-weight: 600;
	text-align: center;
	vertical-align: bottom;
}

table tfoot td {
	position: relative;
	padding: 0.6em 0.4em;
	/*border-top: 4px double rgba(255, 255, 255, 0.2);*/
     border: 4px double rgba(255, 255, 255, 0.5);
}

table tbody th,
table tbody td {
	padding: 0.4em;
	/*border-top: 1px solid rgba(255, 255, 255, 0.05);*/
     border: 4px double rgba(255, 255, 255, 0.5);
}
/*
table tbody tr:last-child th,
table tbody tr:last-child td {
	border-bottom: 0;
}
*/
table tbody + tbody {
	/*border-top: 4px double rgba(255, 255, 255, 0.2);*/
     border: 4px double rgba(255, 255, 255, 0.5);
}

/* 8. Links */
a {
	color: #fff;
	font-weight: 400;
	text-decoration: underline;
}

a:focus {
	outline: 2px solid rgba(255, 255, 255, 0.1);
}

.sidebar a:focus {
	outline: 2px solid rgba(0, 0, 0, 0.1);
}

a:hover {
	text-decoration: underline;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

/* 9. Mouse selected text */
::-moz-selection {
	background-color: rgba(255, 255, 255, 0.2);
}

::-ms-selection {
	background-color: rgba(255, 255, 255, 0.2);
}

::selection {
	background-color: rgba(255, 255, 255, 0.2);
}

/* 10. Social links */
a.social-link {
	display: inline-block;
	width: 2em;
	height: 2em;
	margin: 0.1em 0.2em 0.5em 0;
	border: 1px solid #fff;
	line-height: 2em;
	text-decoration: none;
	text-align: center;
	color: #fff;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

a.social-link:focus,
a.social-link:hover {
	text-decoration: none;
	color: #292929;
	background-color: #fff;
}

.social-link.color {
	background-color: #666;
	border-color: #666;
	color: #fff;
}

a.social-link.color:focus,
a.social-link.color:hover {
	color: #fff;
}

.social-link.color.icon-facebook {
	background-color: #3b5998;
	border-color: #3b5998;
}

.social-link.color.icon-twitter {
	background-color: #00aced;
	border-color: #00aced;
}

.social-link.color.icon-googleplus {
	background-color: #dd4b39;
	border-color: #dd4b39;
}

.social-link.color.icon-github {
	background-color: #171515;
	border-color: #171515;
}

.social-link.color.icon-flickr {
	background-color: #ff0084;
	border-color: #ff0084;
}

.social-link.color.icon-vimeo {
	background-color: #86c9ef;
	border-color: #86c9ef;
}

.social-link.color.icon-pinterest {
	background-color: #cb2027;
	border-color: #cb2027;
}

.social-link.color.icon-tumblr {
	background-color: #32506d;
	border-color: #32506d;
}

.social-link.color.icon-linkedin {
	background-color: #007bb6;
	border-color: #007bb6;
}

.social-link.color.icon-dribbble {
	background-color: #ea4c89;
	border-color: #ea4c89;
}

.social-link.color.icon-instagram {
	background-color: #3f729b;
	border-color: #3f729b;
}

.social-link.color.icon-skype {
	background-color: #00aff0;
	border-color: #00aff0;
}

.social-link.color.icon-youtube {
	background-color: #c4302b;
	border-color: #c4302b;
}

.social-link.color.icon-soundcloud {
	background-color: #ff7700;
	border-color: #ff7700;
}

.social-link.color.icon-location {
	background-color: #0f9d58;
	border-color: #0f9d58;
}

.social-link.color.icon-foursquare {
	background-color: #0072b1;
	border-color: #0072b1;
}

.social-link.color.icon-tripadvisor {
	background-color: #589442;
	border-color: #589442;
}

.social-link.color.icon-yelp {
	background-color: #af0606;
	border-color: #af0606;
}

.social-link.color.icon-vine {
	background-color: #00b488;
	border-color: #00b488;
}

.social-link.color.icon-spotify {
	background-color: #2ebd59;
	border-color: #2ebd59;
}

.social-link.color.icon-feed {
	background-color: #f26522;
	border-color: #f26522;
}

.social-link.color.icon-mail {
	background-color: #333;
	border-color: #333;
}

/* 11. Gallery */
.gallery {
	margin: 0 auto 1.5em;
}

.gallery .gallery-item {
	float: left;
	width: 100%;
	text-align: center;
     border: 1px solid #cfcfcf;
     border-radius: 0.5em;
     overflow: hidden;
}

.gallery .gallery-item .gallery-icon a {
	display: block;
}

.gallery.no-bottom .gallery-item {
	margin-bottom: 0;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33.333%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.111%;
}

/* 12. Responsive Container */
.responsive-container {
	position: relative;
	height: 0;
	margin-bottom: 1.5em;
	padding-bottom: 56.25%;
	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%;
}

/* 13. Grid */
.container,
.container-fluid {
	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;
}

/* 14. Call to action */
.call-to-action {
	padding: 1.5em;
	margin-bottom: 1.5em;
	border: 4px double rgba(255, 255, 255, 0.2);
	text-align: center;
}

.call-to-action p {
	margin-bottom: 1em;
}

.call-to-action > :last-child {
	margin-bottom: 0;
}

.call-to-action > :last-child .button {
	margin: 0 0.25em 0.75em;
}

/* 15. Alert */
.alert,
.box {
	padding: 0.8em 1em;
	border: 4px double rgba(255, 255, 255, 0.2);
}

.alert {
	margin-bottom: 1em;
	font-size: 0.9em;
}

.box {
	margin-bottom: 1.5em;
}

.alert.success {
	color: #defcca;
	border-color: #95f8a5;
}

.alert.notice {
	color: #fffad4;
	border-color: #fcf08d;
}

.alert.error {
	color: #fea99a;
	border-color: #cb3315;
}

/* 16. Tabs */
.tab-container {
	margin-bottom: 1.5em;
}

.tab-container .tab_content {
	display: none;
	padding: 1em;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.tab-container .tab_content.active {
	display: block;
}

.tab-container .tab_content :last-child {
	margin-bottom: 0;
}

.tab-container .tabs {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tab-container .tabs li {
	float: left;
	margin: 0;
	border: 1px solid transparent;
	border-bottom: 0;
}

.tab-container .tabs li.active {
	position: relative;
	border-color: rgba(255, 255, 255, 0.2);
}

.tab-container .tabs li.active:after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	height: 3px;
	background-color: #292929;
}

.tab-container .tabs li a {
	display: block;
	text-decoration: none;
	color: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	padding: 0.7em 1em 0.7em;
	outline: 0;
}

.tab-container .tabs li.active a {
	color: #fff;
}

/* 17. Pricing table */
.pricing-table .price-item {
	margin-bottom: 1.5em;
	border: 4px double rgba(255, 255, 255, 0.2);
	text-align: center;
}

.pricing-table .price-item .price-title {
	margin: 0;
	padding: 1em;
	border-bottom: 4px double rgba(255, 255, 255, 0.2);
	text-transform: uppercase;
}

.pricing-table .price-item .price-tag {
	display: block;
	margin-bottom: 1em;
	padding: 0.25em 0.25em 0.6em;
	border-bottom: 4px double rgba(255, 255, 255, 0.2);
	/*font-size: 1.5em;*/
	font-size: 1.2em;
}

.pricing-table .price-item .price-tag span {
	display: block;
	font-size: 0.5em;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.5);
	line-height: 1;
}

.pricing-table .price-item ul {
	display: block;
	padding: 0 0.5em;
	list-style: none;
}

.pricing-table .price-item ul li {
	margin-left: 0;
}

.pricing-table .price-item .button {
	margin-bottom: 2em;
}

.pricing-table .special {
	border-color: #fff;
}

.pricing-table .special .price-title {
	background-color: #fff;
	color: #292929;
}

.pricing-table .special .price-title, .pricing-table .special .price-tag {
	border-color: #fff;
}

/* 18. Feature */
.feature {
	text-align: center;
	padding: 0.5em 0;
}

.feature img {
	display: inline-block;
	/*margin-bottom: 0.75em;*/
	margin-bottom: 0.4em;
}

/* 19. 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;
}

.featured-area .owl-carousel.owl-slider {
	margin-bottom: 0;
}

.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-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .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.2s ease-in-out;
	transition: height 0.2s 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-dots {
	position: absolute;
	z-index: 6;
	left: 0;
	width: 100%;
	bottom: 0.25em;
	pointer-events: none;
	text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	padding: 0 4px;
	pointer-events: auto;
}

.owl-carousel .owl-dots .owl-dot span {
	display: inline-block;
	width: 15px;
	height: 4px;
	background-color: #292929;
	opacity: 0.5;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.owl-carousel .owl-dots .owl-dot:hover span {
	opacity: 1;
}

.owl-carousel .owl-dots .owl-dot.active span {
	background-color: #fff;
	opacity: 1;
}

/* 20. Page layout */
.sidebar {
	background-color: #f2e6b6;
}

.sidebar-inner {
	padding-left: 1em;
	padding-right: 1em;
}

.content {
	background-color: #292929;
	color: #fff;
}

.content-inner,
.sidebar-inner {
	padding: 2em;
}

.sidebar .sidebar-inner {
	padding-top: 0;
	display: none;
}

.sidebar .sidebar-inner.toggled-on {
	display: block;
}

.languages {
	padding-top: 1.5em;
	text-align: center;
}

.languages a {
	display: inline-block;
	padding: 0.1em;
	margin: 0 0.1em;
	text-decoration: none;
}

.languages a img {
	opacity: 0.5;
}

.languages a.active img,
.languages a:hover img,
.languages a:focus img {
	opacity: 1;
}


/* 21. Logo */
.site-branding {
	position: relative;
	/*padding: 3em 2em 6em;*/
	padding: 2.7em 1.8em 5.4em;
}

.site-branding h1 {
	font-size: 1em;
	line-height: 1;
	margin-bottom: 0;
	text-align: center;
}

.site-branding h1 a {
	display: inline-block;
	text-decoration: none;
	color: rgba(0, 0, 0, 0.8);
}

.site-branding h1 img,
.site-branding h1 svg {
	display: block;
     border-radius: 1em;
}

.site-branding h1 svg path {
	fill: rgba(0, 0, 0, 0.8);
}

.site-branding.text h1 {
	font-size: 2em;
	line-height: 1.2;
}

.site-branding.text h1 a {
	text-decoration: none;
}

/* 22. Main menu */
.site-branding .menu-toggle {
	position: absolute;
	bottom: 1.4em;
	left: 50%;
	width: 3.6em;
	height: 3.6em;
	padding: 0;
	margin: 0 0 0 -1.8em;
	background: transparent;
	border: 4px double rgba(0, 0, 0, 0.2);
	color: rgba(0, 0, 0, 0.8);
	font-size: 0.95em;
	text-indent: -999em;
	overflow: hidden;
	cursor: pointer;
	outline: 0;
}

.site-branding .menu-toggle:hover,
.site-branding .menu-toggle:focus {
	border-color: rgba(0, 0, 0, 0.8);
}

.site-branding .menu-toggle.toggle-on {
	background: rgba(0, 0, 0, 0.8);
	border-color: rgba(0, 0, 0, 0.8);
	color: #f2e6b6;
}

.site-branding .menu-toggle:before {
	content: "\e600";
	position: absolute;
	top: -4px;
	left: -4px;
	width: 1.85em;
	line-height: 1.85em;
	font-family: 'Hills Icons';
	font-size: 1.95em;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.main-navigation,
.social-navigation,
.widget-area .widget {
	border-top: 4px double rgba(0, 0, 0, 0.2);
}

.main-navigation ul {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
	line-height: inherit;
}

.main-navigation ul ul {
	display: none;
}

.main-navigation ul.toggled-on {
	display: block;
}

.main-navigation ul li {
	border-top: 1px dotted rgba(0, 0, 0, 0.2);
	list-style: none;
	margin-left: 0;
}

.main-navigation > ul > li:first-child {
	border-top: 0;
}

.main-navigation li.menu-item-has-children {
	position: relative;
}

.main-navigation li.menu-item-has-children .dropdown-toggle {
	position: absolute;
	right: 0;
	top: 0.325em;
	width: 2em;
	height: 2.425em;
	padding: 0;
	margin-bottom: 0;
	border: 0;
	background-color: transparent;
	color: rgba(0, 0, 0, 0.8);
	font-size: 1em;
	text-indent: -999em;
	overflow: hidden;
	cursor: pointer;
}

.main-navigation li.menu-item-has-children .dropdown-toggle:hover,
.main-navigation li.menu-item-has-children .dropdown-toggle:focus {
	background-color: rgba(0, 0, 0, 0.05);
}

.main-navigation li.menu-item-has-children .dropdown-toggle:focus {
	outline: 1px solid rgba(0, 0, 0, 0.1);
}

.main-navigation li.menu-item-has-children .dropdown-toggle:after {
	content: "\e605";
	position: absolute;
	top: 0;
	left: 0;
	width: 1.35em;
	line-height: 1.625em;
	font-family: 'Hills Icons';
	font-size: 1.5em;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-indent: 0;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.main-navigation li.menu-item-has-children .dropdown-toggle.toggle-on:after {
	content: "\e606";
	line-height: 1.6em;
}

.main-navigation a {
	display: block;
	padding: 0.7em 0;
	text-decoration: none;
	color: rgba(0, 0, 0, 0.9);
	-webkit-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.main-navigation a:hover {
	color: rgba(0, 0, 0, 0.5);
}

.main-navigation li.menu-item-has-children > a {
	padding-right: 2em;
}

.main-navigation li li > a {
	padding-left: 1.25em;
}

.main-navigation li li li > a {
	padding-left: 2.5em;
}

.main-navigation li li li li > a {
	padding-left: 3.75em;
}

.main-navigation li.current-menu-item > a,
.main-navigation li.current-menu-ancestor > a,
.main-navigation li.current-menu-parent > a {
	font-weight: 600;
	color: rgba(0, 0, 0, 0.9);
}

/* 23. Social links menu */
.social-navigation ul {
	list-style: none;
	margin-bottom: 0;
	padding: 1.25em 0 0.75em;
	line-height: inherit;
}

.sidebar nav:last-child > ul {
	padding-bottom: 0;
}

.social-navigation ul li,
.social-navigation a {
	display: inline-block;
	width: 2.25em;
	height: 2.25em;
	overflow: hidden;
}

.social-navigation li {
	margin-right: 0.2475em;
	margin-left: 0;
}

.social-navigation li:last-child {
	margin-right: 0;
}

.social-navigation a {
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0.2);
	text-indent: -999em;
	text-decoration: 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;
}

.social-navigation a:hover {
	border-color: rgba(0, 0, 0, 0.5);
}

.social-navigation a:focus {
	background-color: rgba(0, 0, 0, 0.05);
}

.social-navigation a:before {
	content: "\e608";
	position: absolute;
	top: 0;
	left: 1px;
	right: 0;
	color: rgba(0, 0, 0, 0.8);
	font-family: 'Hills Icons';
	font-size: 1.15em;
	line-height: 1.825em;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-indent: 0;
	text-transform: none;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.social-navigation a[href*="facebook.com"]:before,
.social-navigation a[href*="fb.me"]:before {
	content: "\e610";
}

.social-navigation a[href*="twitter.com"]:before,
.social-navigation a[href*="t.co"]:before {
	content: "\e611";
}

.social-navigation a[href*="plus.google.com"]:before {
	content: "\e612";
}

.social-navigation a[href*="skype:"]:before,
.social-navigation a[href*="skype.com"]:before {
	content: "\e61d";
}

.social-navigation a[href*="mailto:"]:before {
	content: "\e613";
}

.social-navigation a[href*="youtube.com"]:before,
.social-navigation a[href*="youtu.be"]:before {
	content: "\e614";
}

.social-navigation a[href*="pinterest.com"]:before {
	content: "\e615";
}

.social-navigation a[href*="vimeo.com"]:before {
	content: "\e616";
}

.social-navigation a[href*="instagram.com"]:before,
.social-navigation a[href*="instagr.am"]:before {
	content: "\e617";
}

.social-navigation a[href*="dribbble.com"]:before,
.social-navigation a[href*="drbl.in"]:before {
	content: "\e618";
}

.social-navigation a[href*="flickr.com"]:before,
.social-navigation a[href*="flic.kr"]:before {
	content: "\e618";
}

.social-navigation a[href*="tumblr.com"]:before {
	content: "\e61a";
}

.social-navigation a[href*="linkedin.com"]:before {
	content: "\e61b";
}

.social-navigation a[href*="github.com"]:before {
	content: "\e61c";
}

.social-navigation a[href*="soundcloud.com"]:before {
	content: "\e61e";
}

.social-navigation a[href*="tripadvisor.com"]:before {
	content: "\e61f";
}

.social-navigation a[href*="foursquare.com"]:before {
	content: "\e620";
}

.social-navigation a[href*="yelp.com"]:before {
	content: "\e621";
}

.social-navigation a[href*="vine.com"]:before {
	content: "\e622";
}

.social-navigation a[href*="spotify.com"]:before {
	content: "\e623";
}

.social-navigation a[href$="/feed/"]:before {
	content: "\e624";
}

.social-navigation a[href*="maps.google.com"]:before,
.social-navigation a[href*="google.com/maps"]:before,
.social-navigation a[href*="bing.com/maps"]:before {
	content: "\e625";
}

.social-navigation a[href*="tel:"]:before {
	content: "\e626";
}

/* 24. Widgets */
.sidebar .widget {
	padding: 1.25em 0;
}

.sidebar .widget:last-child {
	padding-bottom: 0;
}

.sidebar .widget .title {
	margin-bottom: 0.9em;
}

.sidebar .widget a {
	color: inherit;
}

.sidebar .widget ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.sidebar .widget ul ul {
	padding-left: 1em;
}

.sidebar .widget li {
	margin-left: 0;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	list-style: none;
}

.sidebar .widget li a {
	font-weight: inherit;
	text-decoration: none;
}

.sidebar .widget li a:hover {
	text-decoration: underline;
}

.sidebar .widget li.current-cat > a {
	font-weight: 600;
}

.sidebar .widget-thumbs .thumbs {
	margin: 0 -5px;
}

.sidebar .widget-thumbs a {
	float: left;
	width: 50%;
	padding: 5px;
}

.sidebar .widget-thumbs a img {
	width: 100%;
	border: 4px double rgba(0, 0, 0, 0.2);
}

.sidebar table th,
.sidebar table tfoot td,
.sidebar table tbody + tbody {
	border-color: rgba(0, 0, 0, 0.2);
}

.sidebar table tbody th,
.sidebar table tbody td {
	border-color: rgba(0, 0, 0, 0.05);
}

/* 25. Featured media */
.featured-area {
	position: relative;
	background-color: rgba(255, 255, 255, 0.1);
}

.featured-area .featured-video,
.featured-area .featured-map {
	position: relative;
	height: 0;
	padding-bottom: 40.625%;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

.featured-area .featured-video.loaded,
.featured-area .featured-map.loaded {
	visibility: visible;
	opacity: 1;
}

.featured-area .featured-video iframe,
.featured-area .featured-map .gmap {
	position: absolute;
}

.featured-area .featured-map .gmap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* 26. News elements */
.post-list {
	margin-bottom: 1.5em;
}

.post .thumb {
	margin-bottom: 2.5em;
}

.post h6 {
	margin-top: 0.5em;
	margin-bottom: 0.2em;
}

.post h6 a,
.post .meta-info a {
	text-decoration: none;
	font-weight: inherit;
}

.post .meta-info,
.post .meta-info a {
	color: rgba(255, 255, 255, 0.5);
}

.post .meta-info a:hover,
.post .meta-info a:focus {
	color: #fff;
}

.post .meta-info span {
	margin-left: 0.5em;
}

.post .meta-info > span:first-child {
	margin-left: 0;
}

.post .meta-info span em {
	display: inline-block;
	position: relative;
	top: 0.065em;
	min-width: 1em;
}

.post-list .pagination {
	margin-top: 1.6em;
	padding-top: 1.6em;
	border-top: 4px double rgba(255, 255, 255, 0.2);
	text-align: center;
}

.post-list .pagination .page-numbers {
	margin-bottom: 0;
}

.post-list .pagination .page-numbers em {
	font-size: 0.75em;
}

.post-list-thumbs .post h6 {
	margin-top: 0;
}

.post-list-thumbs .post {
	margin-bottom: 2em;
}

.post-list-thumbs .post .table-layout {
	display: table;
	width: 100%;
}

.post-list-thumbs .post .thumb,
.post-list-thumbs .post .details {
	display: table-cell;
	vertical-align: middle;
}

.post-list-thumbs .post .thumb {
	width: 5em;
}

.post-list-thumbs .post .details {
	padding-left: 1.5em;
}

.single-post .post-info {
	margin-top: 1.5em;
	padding: 1.5em 0;
	color: rgba(255, 255, 255, 0.7);
	border-top: 4px double rgba(255, 255, 255, 0.2);
}

.single-post .post-info:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.single-post .post-info p {
	margin-bottom: 0;
}

.single-post .post-info p.meta {
	margin-bottom: 0.75em;
}

.single-post .post-info p.meta strong {
	font-weight: 400;
}

.single-post .post-info p.meta a {
	text-decoration: none;
	color: inherit;
}

.single-post .post-info p.meta a:hover,
.single-post .post-info p.meta a:focus {
	color: #fff;
}

.single-post .post-info .share-post strong {
	margin-right: 0.75em;
	font-size: 1.1em;
	text-transform: uppercase;
}

.single-post .post-info .share-post a {
	margin-bottom: 0;
}

/* 27. Comments */
#comments {
	border-top: 4px double rgba(255, 255, 255, 0.2);
}

#comments h5 {
	margin-bottom: 1em;
	margin-top: 1em;
}

.commentlist {
	margin-left: 0;
	padding-left: 0;
	padding-bottom: 2em;
	color: rgba(255, 255, 255, 0.7);
	border-bottom: 4px double rgba(255, 255, 255, 0.2);
	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: 4px double rgba(255, 255, 255, 0.2);
}

.commentlist .comment .comment-author {
	float: left;
	width: 5em;
	height: 5em;
	margin-right: 0.8em;
	border: 4px double rgba(255, 255, 255, 0.2);
}

.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;
}

.commentlist .comment h6 a,
.commentlist .comment-date a {
	text-decoration: none;
	color: inherit;
}

.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 rgba(255, 255, 255, 0.2);
	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 {
	content: '';
	position: absolute;
	left: 35px;
	width: 0;
	height: 0;
}

.commentlist .comment .comment-body .comment_body_text:before {
	top: -17px;
	margin-left: -8px;
	border-left: 8px solid transparent;
	border-top: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid rgba(255, 255, 255, 0.2);
}

.commentlist .comment.bypostauthor .comment-body .comment_body_text {
	border-color: rgba(255, 255, 255, 0.5);
	background-color: rgba(255, 255, 255, 0.05);
	color: #fff;
}

.commentlist .comment.bypostauthor .comment-body .comment_body_text:before {
	border-bottom-color: rgba(255, 255, 255, 0.5);
}

.commentlist .comment.bypostauthor .comment-author {
	border-color: rgba(255, 255, 255, 0.5);
}

.commentlist .comment.bypostauthor h6 a,
.commentlist .comment.bypostauthor .comment-date a {
	color: #fff;
}

.comment-form,
.comment-form .form-submit,
.comment-form input#submit {
	margin-bottom: 0;
}

.comment-form {
	color: rgba(255, 255, 255, 0.7);
}

.comment-form label {
	color: #fff;
}

.comment-form .form-submit {
	margin-top: 1em;
}

/* 28. Contact form elements */
#contact_form {
	margin-bottom: 0;
}

#contact_form .message {
	display: none;
}

.contact-address-info {
	position: relative;
	padding: 1em 0 0 2.5em;
	color: rgba(255, 255, 255, 0.7);
     text-align: center;
}

/*.contact-address-info em {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.5em;
	color: rgba(255, 255, 255, 0.2);
}*/

/* 29. Footer */
#footer {
	padding: 1.5em 2em;
	font-size: 0.9em;
	font-weight: 400;
	text-align: center;
}

#footer,
#footer a {
	color: rgba(0, 0, 0, 0.5);
}

#footer p {
	margin-bottom: 0;
}

/* 30. Search form */
.searchform {
	margin-bottom: 0;
	position: relative;
}

.searchform input[type="text"] {
	margin-bottom: 0;
	padding-right: 2.5em;
	background-color: rgba(255, 255, 255, 0.5);
	font-size: 13px;
}

#content .searchform input[type="text"] {
	background-color: transparent;
}

.searchform input[type="submit"],
.searchform span.icon-search {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	width: 1.4em;
	height: 1.55em;
	padding: 0;
	border: 0;
	margin: 0;
	text-align: center;
	font-family: 'Hills Icons';
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1.55em;
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	background: transparent;
	color: rgba(0, 0, 0, 0.9);
}

.searchform input[type="submit"] {
	text-indent: -999em;
	overflow: hidden;
}

.searchform span.icon-search {
	z-index: 1;
}

#content .searchform input[type="text"] {
	background-color: transparent;
}

#content .searchform input[type="submit"],
#content .searchform span.icon-search {
	color: #fff;
}

/* 31. 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;
}

/* 32.  Mobile Large 620px */
@media screen and (min-width: 38.75em) {
	body {
		font-size: 100%;
	}

	.page-wrapper {
		position: relative;
		margin: 3em;
		border: 4px double rgba(0, 0, 0, 0.25);
          border-radius: 1em;
          overflow: hidden;
	}

	.languages {
		position: absolute;
		bottom: -3em;
		left: 0;
		width: 100%;
	}

	#footer {
		padding: 1em 1em 2em;
	}
}

/* 33.  Tablet Small 740px */
@media screen and (min-width: 46.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%;
	}

	.page-wrapper,
	#footer {
		width: 40em;
	}

	.page-wrapper {
		display: table;
		table-layout: fixed;
		margin: 3em auto 0;
	}

	.page-inner {
		display: table-row;
	}

	.sidebar,
	.content {
		display: table-cell;
		vertical-align: top;
	}

	.sidebar {
		width: 34%;
	}

	.sidebar .sidebar-inner {
		display: block;
	}

	.languages {
		position: absolute;
		top: 1.55em;
		bottom: auto;
		left: 100%;
		width: 33px;
		padding-top: 0;
		-webkit-margin-start: 3px;
		text-align: left;
	}

	.languages a {
		position: relative;
		display: block;
		float: left;
		width: 33px;
		height: 27px;
		margin: 0.1em 0;
		padding: 2px 2px 2px 0;
		border: 1px solid rgba(0, 0, 0, 0.25);
		border-left: 0;
	}

	.languages a:after {
		content: '';
		position: absolute;
		z-index: 1;
		top: 0;
		left: -1px;
		width: 2px;
		height: 100%;
		background-color: #8f9e8b;
	}

	.languages a img {
		position: relative;
		z-index: 2;
		display: block;
		border: 1px solid rgba(0, 0, 0, 0.25);
	}

	#footer {
		padding-left: 1.5em 0;
		margin-left: auto;
		margin-right: auto;
	}

	#footer .copyright {
		display: inline-block;
	}

	#footer .copyright {
		margin-left: 1em;
		padding: 0 0.3em;
	}

	.site-branding {
		/*padding: 1.75em 2em;*/
		padding: 1.575em 1.8em;
	}

	.menu-toggle {
		display: none;
	}
}

/* 34.  Tablet Large 880px */
@media screen and (min-width: 55em) {
	.page-wrapper,
	#footer {
		width: 47em;
	}

	.page-wrapper {
		margin-top: 4em;
	}

	.content-inner,
	.sidebar-inner {
		padding: 3em;
	}

	.site-branding {
		/*padding: 2.675em 3em;*/
		padding: 2.4075em 2.7em;           
	}

	.languages {
		top: 2.5em;
	}

	.post-list-thumbs .post .thumb {
		width: 6em;
	}

	.post-list-thumbs .post .details {
		padding-left: 2em;
	}
}

/* 35.  Desktop Small 955px */
@media screen and (min-width: 59.6875em) {
	.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%;
	}

	.page-wrapper {
		width: 50em;
	}

	.page-wrapper {
		margin-top: 5em;
	}

	.sidebar {
		width: 33.75%;
	}

	.site-branding {
		/*padding: 3.1em 3em;*/
		padding: 2.79em 2.7em;
	}

	.languages {
		top: 3em;
	}

	#footer {
		width: 55em;
		padding-bottom: 3em;
	}

	.commentlist .comment .comment-author {
		width: 5em;
		height: 5em;
		margin-right: 1em;
	}

	.commentlist .comment .comment-body {
		position: relative;
		margin-left: 6em;
	}

	.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.85em;
		right: 0;
	}

	.commentlist .comment p {
		margin-top: 0;
	}

	.commentlist .comment .children {
		margin-left: 6em;
	}

	.owl-carousel .owl-nav {
		display: block;
		position: absolute;
		z-index: 5;
		bottom: 0.75em;
		right: 0.75em;
		opacity: 0.5;
		-webkit-transition: opacity 0.2s ease-in-out;
		transition: opacity 0.2s ease-in-out;
	}

	.owl-carousel:hover .owl-nav {
		opacity: 1;
	}

	.owl-carousel .owl-prev,
	.owl-carousel .owl-next {
		float: left;
		width: 2.6em;
		height: 2.6em;
		margin-left: 0.5em;
		background-color: #292929;
		color: #fff;
		text-align: center;
	}

	.owl-carousel .owl-prev:before,
	.owl-carousel .owl-next:before {
		display: block;
		font-size: 1.5em;
		line-height: 1.75em;
	}

	.owl-carousel .owl-prev:before {
		content: "\e603";
	}

	.owl-carousel .owl-next:before {
		content: "\e604";
	}
}

/* 36.  Desktop Medium 1100px */
@media screen and (min-width: 68.75em) {
	.page-wrapper {
		width: 57em;
	}

	.site-branding {
		/*padding: 4em 3em;*/
		padding: 3.6em 2.7em;
	}

	.languages {
		top: 3.6em;
	}

	.languages a {
		margin-top: 0.2em;
		margin-bottom: 0.2em;
	}

	#footer {
		width: 63em;
	}
}

/* 37.  Desktop Large 1240px */
@media screen and (min-width: 77.5em) {
	.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%;
	}

	.page-wrapper {
		width: 62em;
	}

	.site-branding {
		/*padding: 5.025em 3em;*/
		padding: 4.5225em 2.7em;
	}

	.sidebar {
		width: 31%;
	}

	.languages {
		top: 4.9em;
	}

	#footer {
		width: 68em;
	}
}