/*
Theme Name: breitenstein.it_2018
Theme URI: https://breitenstein.it
Author: breitenstein.it
Author URI: https://breitenstein.it
Version: 1.0.0
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
	margin: 0;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {

}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	margin-right: 10px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}
/*  SECTIONS  */
.section-wrap {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 0;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
	width: 91.66%;
}
.span_10_of_12 {
	width: 83.33%;
}

.span_9_of_12 {
	width: 75%;
}

.span_8_of_12 {
	width: 66.66%;
}

.span_7_of_12 {
	width: 58.33%;
}

.span_6_of_12 {
	width: 50%;
}

.span_5_of_12 {
	width: 41.66%;
}

.span_4_of_12 {
	width: 33.33%;
}

.span_3_of_12 {
	width: 25%;
}

.span_2_of_12 {
	width: 16.66%;
}

.span_1_of_12 {
	width: 8.333%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 0; }

	.span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
		width: 100%;
	}
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #444;
	font-size: 18px;
	line-height: 1.6;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: 300;
	line-height: 1.2;
	font-family: 'Ubuntu', sans-serif;
}

h1{
	font-size: 28px;
	margin-bottom: 15px;
}

h2{
	font-size: 26px;
	margin-bottom: 15px;
}

h3{
	font-size: 24px;
	margin-bottom: 15px;
}

h4{
	font-size: 22px;
	margin-bottom: 10px;
}

h5{
	font-size: 20px;
	margin-bottom: 10px;
}

h6{
	font-size: 18px;
	margin-bottom: 10px;
}
p {
	margin:0 0 15px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 15px;
}

address {
	margin: 0 0 15px;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 15px;
	max-width: 100%;
	overflow: auto;
	padding: 15px;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 15px;
}

ul,
ol {
	margin: 0 0 15px 20px;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 15px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 15px 15px;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	vertical-align: middle;
}

table {
	margin: 0 0 15px;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #ffc107;
	color: #FFF;
	border: 0;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {

}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	outline: 0;
}

label {
	color: #656d7b;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 5px;
	top: 10px;
	-webkit-transition: 300ms ease all;
	transition: 300ms ease all;
	text-transform: uppercase;
}


textarea {
	resize: none;
}



input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	background: none;
	color: #656d7b;
	font-size: 16px;
	padding: 10px 10px 10px 10px;
	display: block;
	width: 100%;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #d9d9d9;
	-webkit-transition: 300ms ease all;
	transition: 300ms ease all;
}


input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	outline: none;
	background: transparent;
}

input[type="text"]:focus ~ label,
input[type="email"]:focus ~ label,
input[type="url"]:focus ~ label,
input[type="password"]:focus ~ label,
input[type="search"]:focus ~ label,
input[type="number"]:focus ~ label,
input[type="tel"]:focus ~ label,
input[type="range"]:focus ~ label,
input[type="date"]:focus ~ label,
input[type="month"]:focus ~ label,
input[type="week"]:focus ~ label,
input[type="time"]:focus ~ label,
input[type="datetime"]:focus ~ label,
input[type="datetime-local"]:focus ~ label,
input[type="color"]:focus ~ label,
textarea:focus ~ label {
	top: -20px;
	font-size: 14px;
	color: #ffc107;
}

input[type="text"].valid ~ label,
input[type="email"].valid ~ label,
input[type="url"].valid ~ label,
input[type="password"].valid ~ label,
input[type="search"].valid ~ label,
input[type="number"].valid ~ label,
input[type="tel"].valid ~ label,
input[type="range"].valid ~ label,
input[type="date"].valid ~ label,
input[type="month"].valid ~ label,
input[type="week"].valid ~ label,
input[type="time"].valid ~ label,
input[type="datetime"].valid ~ label,
input[type="datetime-local"].valid ~ label,
input[type="color"].valid ~ label,
textarea.valid ~ label {
	top: -20px;
	font-size: 12px;
	color: #ffc107;
}

input[type="text"].error ~ label,
input[type="email"].error ~ label,
input[type="url"].error ~ label,
input[type="password"].error ~ label,
input[type="search"].error ~ label,
input[type="number"].error ~ label,
input[type="tel"].error ~ label,
input[type="range"].error ~ label,
input[type="date"].error ~ label,
input[type="month"].error ~ label,
input[type="week"].error ~ label,
input[type="time"].error ~ label,
input[type="datetime"].error ~ label,
input[type="datetime-local"].error ~ label,
input[type="color"].error ~ label,
textarea.error ~ label {
	top: -20px;
	font-size: 12px;
	color: #900;
}


input[type="text"]:focus ~ .bar:before,
input[type="email"]:focus ~ .bar:before,
input[type="url"]:focus ~ .bar:before,
input[type="password"]:focus ~ .bar:before,
input[type="search"]:focus ~ .bar:before,
input[type="number"]:focus ~ .bar:before,
input[type="tel"]:focus ~ .bar:before,
input[type="range"]:focus ~ .bar:before,
input[type="date"]:focus ~ .bar:before,
input[type="month"]:focus ~ .bar:before,
input[type="week"]:focus ~ .bar:before,
input[type="time"]:focus ~ .bar:before,
input[type="datetime"]:focus ~ .bar:before,
input[type="datetime-local"]:focus ~ .bar:before,
input[type="color"]:focus ~ .bar:before,
textarea:focus ~ .bar:before {
	width: 100%;
}
.wpcf7 .group-outer {
	border: 1px solid #d9d9d9;
	padding: 20px;
	position: relative;
}

.wpcf7 .group {
	position: relative;
	margin: 40px 0;
	width: 100%;
}

.wpcf7 .group.half-left {
	width: 40%;
	margin: 25px 1% 0 0;
}

.wpcf7 .group.half-right-fixed {
	width: 35%;
	margin: 0;
	position: absolute;
	right: 0;
	top: 60px;
}

.wpcf7 .group br {
	display: none!important;
}

.bar {
	position: relative;
	display: block;
	width: 100%;
}
.bar:before {
	content: '';
	height: 2px;
	width: 0;
	bottom: 0;
	position: absolute;
	background: #ffc107;
	-webkit-transition: 300ms ease all;
	transition: 300ms ease all;
	left: 0;
}
input[type="submit"].wpcf7-submit{
	float: right;
	margin: 15px 0;
}
.wpcf7-form-control-wrap {
	position: relative;
	width: 100%;
	float: left;
}
.wpcf7-form label.error {
	color: #900!important;
	font-size: 11px!important;
	float: none!important;
	padding-left: 0px!important;
	bottom: -20px!important;
	top: auto!important;
}
.wpcf7 .group .accept{
	margin: 10px 0;
}
.wpcf7 .group-outer span.wpcf7-list-item {
	display: inline-block;
	margin: 0;
}
.wpcf7-acceptance label{
	position: relative;
	font-size: 14px;
	top: 0;
	left: 0;
	pointer-events: all;
}
.wpcf7 .group.no-bar label {
	top: 0;
	position: relative;
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
}
.wpcf7 .group.no-bar input[type=file] {
	position: relative;
	float: left;
}
.wpcf7 .form-desc {
	position: relative;
	font-size: 14px;
	margin: 25px 5px;
}
.wpcf7 .group input.betreff {
	padding-left: 190px;
	pointer-events: none;
	border-bottom: 1px solid #ffc107;
}
.wpcf7 .spacer{
	width: 100%;
	height: 30px;
	background: transparent;
	position: relative;
}
.wpcf7 .logo-bid{
	text-align: left;
	font-size: 28px;
	color: #d2b458;
	font-weight: 600;
	line-height: 1;
	font-family: 'Source Serif Pro', serif;
}

.cd-panel__content form{
	margin-bottom: 20px;
}
.cd-panel__content form label{
	color: #ffffff;
}
.cd-panel__content form div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: 2px solid #f7e700;
	background: #e1e1e1;
}
.cd-panel__content form .wpcf7-acceptance label {
	font-size: 12px;
	line-height: 10px!important;
	text-transform: none;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #ffc107;
	text-decoration: none;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

a:visited {

}

a:hover{
	color: #ffc107;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.ht-clearfix:before,
.ht-clearfix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-footer:before,
.site-footer:after,
.ht-container:before,
.ht-container:after {
	content: "";
	display: table;
}

.ht-clearfix:after,
.entry-content:after,
.comment-content:after,
.site-footer:after,
.ht-container:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 15px;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 30px;
}

.total-hentry {
	margin: 0 0 50px;
}

.byline,
.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content{
	margin-bottom: 50px;
}

.page-template-page-builder-template .page-content{
	margin-bottom: 0;
}

.page-links {
	clear: both;
	margin: 0 0 15px;
}

#primary{
	width: 70%;
	float: left;
}
#primary.full-width{
	width: 100%;
	float: left;
}

#secondary{
	width: 27%;
	float: right;
}

.ht_no_sidebar #primary{
	width: auto;
	float: none;
}

.ht_no_sidebar_condensed #primary{
	width: 76%;
	float: none;
	margin: 0 auto;
}

.ht_left_sidebar #primary{
	float: right;
}

.ht_left_sidebar #secondary{
	float: left;
}

.ht-post-info{
	float: left;
	width: 80px;
	text-align: right;
    font-family: 'Ubuntu', sans-serif;
}

.single .ht-post-info{
	margin-right: 30px;
	margin-bottom: 20px;
}

.ht-post-info .entry-date{
	display: block;
    font-size: 0.9em;
    margin-bottom: 20px;
}

.ht-post-info .entry-date span{
	display: block;
	text-transform: uppercase;
}

.ht-post-info .entry-date span.ht-day{
	font-size: 60px;
	line-height: 1.3;
    color: #ffc107;
}

.ht-post-info a{
	display: block;
	text-decoration: none;
	line-height: 1.4;
	padding: 20px 0 0;
	text-transform: uppercase;
    border-top: 1px solid #EEE;
    font-size: 12px;
    color: #444;
    font-weight: 300;
}

.ht-post-wrapper{
	padding-left: 105px;
}

.entry-figure{
	background: #f9f9f9;
	text-align: center;
	margin-bottom: 15px;
}

.entry-header .entry-title{
	font-weight: 300;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.entry-figure + .entry-header{
	background: #FFF;
	position: relative;
	margin-top: -65px;
	width: 90%;
	padding: 15px 0 1px;
}

.entry-header .entry-title a{
	text-decoration: none;
	color: #333;
}

.entry-categories{
	font-size: 14px;
	color: #666;
	font-style: italic;
	margin-bottom: 15px;
}

.entry-categories .fa{
	color: #ffc107;
	margin-right: 8px;
}

.entry-categories a{
	color: #666;
	text-decoration: none;
}

.entry-readmore{
	margin-top: 20px;
}

.entry-readmore a{
	background: #ffc107;
	padding: 0 20px;
    line-height: 40px;
	color: #FFF;
	border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
}

.entry-readmore a:hover{
	background: #333;
	color: #FFF;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.widget-area .widget-title{
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.widget-area .widget-title:after{
	content:"";
	position: absolute;
	left: 0;
	top: 100%;
	width: 30px;
	background: #ffc107;
	height: 2px;
}

.widget-area ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.widget-area ul ul{
	border-top: 1px solid #f9f9f9;
	margin-top: 5px;
}

.widget-area ul ul li{
	padding-left: 10px;
}

.widget-area ul ul li:last-child{
	border-bottom: 0;
	padding-bottom: 0;
}

.widget-area li{
	padding: 5px 0;
	border-bottom: 1px solid #f9f9f9;
}

.widget-area a{
	text-decoration: none;
	color: #404040;
}

.widget-area a:hover{
	color: #ffc107
}

.widget-area .widget{
	margin-bottom: 35px;
}

.widget-area .widget .search-field{
	width: 100%;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.author-email-url{
	margin-left: -2%;
}

.comment-form-author,
.comment-form-email,
.comment-form-url{
	float: left;
	margin-left: 2%;
	width: 31.33333%;
}

.author-email-url input{
	width: 100%;
}

.comment-form .form-submit{
	margin-bottom: 0
}

#comments{
	margin-bottom: 50px;
}

h3#reply-title,
h3.comments-title{
	position: relative;
	padding-bottom: 15px;
    margin-bottom: 30px;
}

h3#reply-title:after,
h3.comments-title:after{
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 30px;
    background: #ffc107;
    height: 2px;
}

.logged-in-as,
.comment-notes{
	font-size: 0.9em;
}

#comments ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#comments li.comment{
	margin: 0 0 40px;
}

#comments li.comment .children{
	display: block;
    margin: 20px 0 0 30px;
    padding: 0px;
    list-style: none;
}

article.comment-body {
    background: #fff;
    margin: 0px;
    position: relative;
}

.comment-list a{
	color: #404040;
}

.comment-list a:hover{
	color: #ffc107 !important;
}

.comment-list .comment-respond{
	margin-top: 20px;
	background: #FFF;
	padding: 20px;
}

.comment-list .vcard img {
	border-radius: 50%;
	margin-right: 10px;
}

.comment-list .vcard .fn{
	font-weight: normal;
	font-size: 16px;
}

.comment-list .edit-link{
	position: absolute;
	right: 0;
	top: 0;
}

.comment-list .edit-link a{
	font-size: 14px;
	display: inline-block;
	padding: 10px;
}

.comment-list .comment-meta {
	margin-bottom: 15px;
}

.comment-list .comment-metadata {
	border-top: 1px solid #EEE;
	padding-top: 10px;
	font-size: 14px;
}

.comment-list .comment-metadata a {
	float: left;
}

.comment-list .comment-metadata .reply {
	float: right;
}

#cancel-comment-reply-link {
	float: right;
}

.nav-previous a,
.nav-next a{
	background: #ffc107;
	color: #FFF;
	display: inline-block;
	padding: 0 10px;
	font-size: 12px;
	line-height: 22px;
	position: relative;
}

.nav-next a{
	margin-right: 13px;
}

.nav-next a:after{
	content: "";
	position: absolute;
	border-left: 11px solid #ffc107;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	top: 0;
	right: -11px;
}

.nav-previous a{
	margin-left: 11px;
}

.nav-previous a:after{
	content: "";
	position: absolute;
	border-right: 11px solid #ffc107;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	top: 0;
	left: -11px;
}

.no-comments{
	color: #ffc107;
}

.pagination,
.woocommerce nav.woocommerce-pagination{
    text-align: center;
    margin-bottom: 50px;
}

.home.blog .pagination{
    margin-bottom: 40px;
}

.pagination .page-numbers{
    display: inline-block;
    margin: 0 2px;
    background: #ffc107;
    color: #FFF;
    padding: 10px 15px;
    line-height: 1;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover{
    background: #333;
    color: #FFF;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 15px;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 15px;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/
.ht-container{
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}
.ht-container.content-all{
	padding: 30px 0;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
#ht-masthead{
	padding: 0;
	background: transparent;
	z-index: 999;
	transition: height 0.3s ease;
	-moz-transition: height 0.3s ease;
	-webkit-transition: height 0.3s ease;
}

#ht-masthead .ht-container-wrap.branding{
	position: relative;
	background-color: #ffffff;
	padding: 15px 0;
	box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px 0;
}
#ht-masthead .ht-container{
	position: relative;
}

#ht-masthead .ht-container-wrap.grey-bg{
	position: relative;
	background-color: #38373d;
	padding: 10px 0;
}

#ht-masthead .ht-container-wrap.nav{
	width: calc(50% + 720px);
	position: relative;
	background-color: #38373d;
	padding: 0;
	float: right;
}

#ht-masthead .ht-container-wrap.nav .ht-container{
	position: relative;
	float: left;
}

.blog.home #ht-masthead{
	margin-bottom: 40px;
}

.ht-sticky-header #ht-masthead{
	position: fixed;
	left: 0;
	right: 0;
}

.ht-sticky#ht-masthead .ht-container-wrap.nav {
	box-shadow: rgba(0, 0, 0, 0.3) -15px 2px 10px
}
.ht-sticky#ht-masthead{
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}



#ht-content{
	clear: both;
}

.ht-sticky-header #ht-content{
	position: relative;
	z-index: 9;
	padding-top: 74px;
}

.home.blog.ht-sticky-header #ht-content{
	padding-top: 134px;
}

#ht-site-branding{
	float: left;
	width: 25%;
	padding: 15px 0;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.ht-sticky #ht-site-branding img{
	max-height: 24px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

#ht-site-branding img{
	max-height: 40px;
	width: auto;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.ht-main-header{
	padding: 45px 0;
	margin-bottom: 40px;
	background-color: #c7c7c7;
	background-image: url(images/bg.jpg);
	height: 380px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.ht-main-title{
	font-weight: 400;
	text-align: left;
	margin: 7% 0 0 0;
	font-size: 38px;
	color: #FFF;
	padding: 5% 0;
	line-height: 1.2;
	font-family: 'Ubuntu', sans-serif;
	letter-spacing: 2px;
	text-transform: none;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;

}

.ht-main-title:last-child{
	margin-bottom: 0;
}

.ht-site-title{
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	margin: 0 0 8px;
	letter-spacing: 1px;
	text-transform: uppercase;
    font-size: 32px;
    line-height: 1;
}


.ht-site-title a{
	text-decoration: none;
	color: #ffc107;
}

.ht-header-cap-title h1{
	top: 0;
	left: 0;
	padding: 20px 0;	max-width: 100%;
	z-index: 99;
	text-align: left;
}

.ht-header-caption-text{
	font-family: 'Ubuntu', sans-serif;
	top: 0;
	left: 0;
	padding: 20px 0;
	max-width: 100%;
	z-index: 99;
	font-size: 28px;
	text-align: left;
	color: #fff;
	font-weight: 100;
}

.ht-site-description{
	color: #EEE;
	margin: 0;
	font-size: 15px;
	font-style: italic;
	line-height: 1;
}

.ht-site-description a{
	color: #333;
}

.breadcrumb-trail,
.woocommerce .woocommerce-breadcrumb{
	font-size: 15px;
	margin: 0;
	color: inherit;
}

.breadcrumb-trail ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.breadcrumb-trail ul li{
	display: inline-block;
}

.breadcrumb-trail ul li:after{
	content: "/";
	margin: 0 6px;
}

.breadcrumb-trail ul li:last-child:after{
	display: none;
}

.woocommerce .woocommerce-breadcrumb a,
.breadcrumb-trail a{
	color: #000;
}

.woocommerce .woocommerce-breadcrumb a:hover,
#total-breadcrumbs a:hover{
	color: #ffc107;
}

.taxonomy-description,
.term-description{
	margin-bottom: 15px;
}

.taxonomy-description p:last-child,
.term-description p:last-child{
	margin-bottom: 0;
}




/*--------------------------------------------------------------
## Panel
--------------------------------------------------------------*/


.cd-main-content {
	text-align: center;
}

.cd-main-content h1 {
	color: #ffc107;
}

.cd-btn {
	position: relative;
	display: inline-block;
}
.cd-btn:hover {

}

.cd-panel {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	font-weight: 100;
	z-index: 9999999;
	visibility: hidden;
	-webkit-transition: visibility 0s 0.6s;
	transition: visibility 0s 0.6s;
}

.cd-panel::after {
	/* overlay layer */
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	cursor: pointer;
	-webkit-transition: background 0.3s 0.3s;
	transition: background 0.3s 0.3s;
}

.cd-panel.cd-panel--is-visible {
	visibility: visible;
	-webkit-transition: visibility 0s 0s;
	transition: visibility 0s 0s;
}

.cd-panel.cd-panel--is-visible::after {
	background: rgba(0, 0, 0, 0.4);
	-webkit-transition: background 0.3s 0s;
	transition: background 0.3s 0s;
}

.cd-panel__header {
	position: fixed;
	width: 100%;
	max-width: 400px;
	height: 50px;
	background: #38373d;
	z-index: 2;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
	-webkit-transition: -webkit-transform 0.3s 0s;
	transition: -webkit-transform 0.3s 0s;
	transition: transform 0.3s 0s;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.cd-panel__header h1 {
	color: #ffc107;
	padding: 10px 0 10px 15px;
}

.cd-panel--from-right .cd-panel__header {
	right: 0;
}

.cd-panel--from-left .cd-panel__header {
	left: 0;
}

.cd-panel--is-visible .cd-panel__header {
	-webkit-transition: -webkit-transform 0.3s 0.3s;
	transition: -webkit-transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

@media only screen and (min-width: 768px) {
	.cd-panel__header {
		width: 100%;
		max-width: 400px;
	}
}

@media only screen and (min-width: 1170px) {
	.cd-panel__header {
		width: 100%;
		max-width: 400px;
	}
}

.cd-panel__close {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 60px;
	/* image replacement */
	display: inline-block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.cd-panel__close::before, .cd-panel__close::after {
	/* close icon created in CSS */
	content: '';
	position: absolute;
	top: 25px;
	left: 25px;
	height: 3px;
	width: 20px;
	background-color: #ffc107;
	/* this fixes a bug where pseudo elements are slighty off position */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.cd-panel__close::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cd-panel__close::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.cd-panel__close:hover {
	background-color: #424f5c;
}

.cd-panel__close:hover::before, .cd-panel__close:hover::after {
	background-color: #ffffff;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.cd-panel__close:hover::before {
	-webkit-transform: rotate(220deg);
	-ms-transform: rotate(220deg);
	transform: rotate(220deg);
}

.cd-panel__close:hover::after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.cd-panel--is-visible .cd-panel__close::before {
	-webkit-animation: cd-close-1 0.6s 0.3s;
	animation: cd-close-1 0.6s 0.3s;
}

.cd-panel--is-visible .cd-panel__close::after {
	-webkit-animation: cd-close-2 0.6s 0.3s;
	animation: cd-close-2 0.6s 0.3s;
}

@-webkit-keyframes cd-close-1 {
	0%, 50% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

@keyframes cd-close-1 {
	0%, 50% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

@-webkit-keyframes cd-close-2 {
	0%, 50% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

@keyframes cd-close-2 {
	0%, 50% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

.cd-panel__container {
	position: fixed;
	width: 100%;
	max-width: 400px;
	height: 100%;
	top: 0;
	background: #38373d;
	z-index: 1;
	-webkit-transition: -webkit-transform 0.3s 0.3s;
	transition: -webkit-transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s;
}

.cd-panel--from-right .cd-panel__container {
	right: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.cd-panel--from-left .cd-panel__container {
	left: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.cd-panel--is-visible .cd-panel__container {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

@media only screen and (min-width: 768px) {
	.cd-panel__container {
		width: 100%;
		max-width: 400px;
	}
}

@media only screen and (min-width: 1170px) {
	.cd-panel__container {
		width: 100%;
		max-width: 400px;
	}
}

.cd-panel__content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.cd-panel__content p {
	color: #ffffff;
}

.cd-panel__content input {
	max-width: 360px;
}

.slideform-details{
	padding: 10px 0;
}

.slideform-details h3{
	color: #ffc107;
	margin-top: 25px;
	font-weight: 500;
	font-size: 20px;
	border-bottom: 1px solid #ffffff;
	width: 100%;
}
.slideform-details div{
	color: #ffffff;
	font-size: 16px;
}

.slideform-details div a{
	color: #ffffff;
}


/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
.promo-area{
	z-index: 20;
	position: relative;
	margin-top: -220px;
	margin-bottom: 50px;
}

.promo-item {
	padding: 0;
	background: rgba(35, 35, 35, 0.7);
	min-height: 220px;
	position: relative;
	overflow: hidden;
}
.promo-item:nth-of-type(2) {
	background: rgba(255, 193, 7, 0.7);
	margin-top: -15px;
	min-height: 250px;
}

.promo-item img{
	opacity: 0.10;
	position: absolute;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.promo-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #ffffff;
	margin: 0;
	padding: 0 80px;
}
.media-left {
	padding-right: 30px;
}
.media-left i {
	font-size: 50px;
	line-height: 50px;
}
.media-left i:before{
	 font-size: 50px;
 }

/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
.btn {
	background: #575656;
	border-radius: 10px 0 10px 0;
	padding: 4px 15px 7px 15px;
	position: relative;
	width: max-content!important;
	color: #ffffff;
	font-weight: 300;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn:hover {
	border-radius: 0 10px 0 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/*--------------------------------------------------------------
## Additional Header / Social
--------------------------------------------------------------*/
.additional-header{
	float: right;
}
.additional-header .place,
.additional-header .time{
	padding: 13px;
	margin: 0 20px;
	position: relative;
	float: right;
}
.additional-header .time:before{
	content: '\f017';
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 22px;
	left: -10px;
	top: 8px;
	color: #ffc107;
}
.additional-header .place:before{
	content: '\f041';
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 22px;
	left: -10px;
	top: 8px;
	color: #ffc107;
}
.additional-header .place h4,
.additional-header .time h4{
	font-size: 18px;
	font-weight: 600;
	color: #9c9c9c;
	margin: 0;
}
.additional-header .place p,
.additional-header .time p{
	font-size: 14px;
	font-weight: 100;
	color: #9c9c9c;
	margin: 0;
	text-align: right;
}






.ht-social {
	padding: 18px;
	margin: 0 20px;
	position: relative;
	float: right;
}

.ht-social a{
	display: inline-block;
	color: #919191;
	height: 30px;
	width: 30px;
	line-height: 30px;
	background: transparent;
	margin-right: 8px;
	text-align: center;
}

.ht-social a:hover{
	background: transparent;
}



/*--------------------------------------------------------------
## TopSearch
--------------------------------------------------------------*/
.ht-search-top{
	float: right;
	padding: 20px 0;
	margin-left: 50px;
}
.topsearch input[type=text] {
	position: relative;
	background: #ffffff;
	color: #6a6a6a;
	width: 100%;
	max-width: 140px;
	display: inline-block;
	z-index: 2;
	border: 1px solid #dadada;
	border-radius: 10px;
	padding: 2px 0 3px 15px;
	font-size: 14px;
	height: 26px;
	float: right;
}
.topsearch div{
	position: relative;
}
.topsearch div:after {
	content: '\f002'!important;
	font-family: 'FontAwesome';
	width: 30px;
	height: 30px;
	font-size: 16px;
	position: absolute;
	top: 0;
	right: -8px;
	color: #6a6a6a;
	z-index: 99;
}
.topsearch input[type=text]:focus {
	outline: 0 none;
}
.topsearch input[type=submit] {
	visibility: hidden;
	display: none;
	opacity: 0;
}




.search-box input[type="text"] {
	border: none;
	background: none;
	z-index: 1;
	width: 25px;
	height: 25px;
	transition: all ease-in-out 0.3s;
	color: transparent;
	font-size: .75rem;
	line-height: 25px;
}
.search-box input[type="text"]:hover {
	cursor: pointer;
}
.search-box input[type="text"]:hover:focus {
	cursor: text;
}
.search-box input[type="text"]:hover + span {
	background: transparent;
	border-color: #94e0ff;
}
.search-box input[type="text"]:hover + span::before {
	background: #94e0ff;
}
.search-box input[type="text"]:focus {
	width: 300px;
	padding: 1px 12px;
	text-indent: 3px;
	outline: none;
	color: #ECF5FF;
	background: none;
	color: #FFFFFF;
}
.search-box input[type="text"]:focus + span {
	width: 300px;
}
.search-box input[type="text"]:focus + span::before {
	width: 2px;
	opacity: 0;
	transition: all .25s ease-in;
}
.search-box input[type="text"] + span {
	z-index: -1;
	position: absolute;
	border: 2px solid #00B4FF;
	top: 0;
	width: 25px;
	height: 25px;
	transition: all .25s ease-in .25s;
	border-radius: 25px;
	left: 0;
}
.search-box input[type="text"] + span::before {
	transition: all .25s ease-in .5s;
	transform-origin: left top;
	content: '';
	position: absolute;
	width: 16px;
	height: 3px;
	border-radius: 5px;
	background: #00B4FF;
	transform: rotate(45deg) translate(31px, -1px);
}

/*--------------------------------------------------------------
## Header Call
--------------------------------------------------------------*/

.header-phone{
	float: right;
	display: inline-block;
	font-size: 14px;
	padding: 3px 10px 3px 0;
}

.header-phone a{
	color: #919191;
}

.header-phone a:hover{
	color: #ffffff;
}

.header-phone i{
	float: left;
	margin: 0 5px;
}
.header-phone i.fa{
	font-size: 18px;
	line-height: 22px;
	color: #919191;
	margin-left: 20px;
}

.header-phone i.tu{
	font-size: 16px;
	line-height: 17px;
	color: #919191;
}

.header-phone .number{
	float: left;
}

.header-phone .mail{
	float: left;
}


/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/
.ht-section{
	padding: 60px 0;
    background: #FFF;
}

.ht-section-title-tagline{
	margin-bottom: 60px;
	text-align: center;
}

.ht-section-title{
	font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 36px;
    width: 60%;
    margin: 0 auto 15px;
}

.ht-section-title:last-child{
	margin-bottom: 0;
}

.ht-section-tagline{
	font-size: 20px;
	width: 70%;
	margin: 0 auto;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#ht-site-navigation{
	padding: 0;
	background: #38373d;
	z-index: 999;
	width: calc(50% + 735px);
	float: right;
	min-height: auto;
}

.ht-sticky #ht-site-navigation .ht-main-navigation .ht-menu{
	padding: 10px 0 10px 15px;
}

.ht-main-navigation .ht-menu{
	float: left;
	padding: 10px 0 10px 15px;
	background: #ffc107;
}

.ht-main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.ht-main-navigation li {
	float: left;
	position: relative;
}

.ht-main-navigation a {
	display: block;
	text-decoration: none;
	color: #6c6c6c;
	text-transform: none;
	font-size: 20px;
	font-family: 'Ubuntu', sans-serif;
	line-height: 36px;
	padding: 0 25px 0 0;
	font-weight: 400;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}

.ht-main-navigation ul ul {
	display: none;
	position: absolute;
	left: 0;
	top: 100% ;
	background: #FFF;
	min-width: 200px;
	z-index: 999;
	padding: 8px;
	margin-top: 27px;
	border-top: 2px solid #ffc107;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.05)
}

.ht-sticky .ht-main-navigation a {
	font-size: 16px;
	line-height: 16px;
}

.ht-sticky .ht-main-navigation ul ul{
	margin-top: 17px;
}

.ht-main-navigation .ht-menu > ul > li:last-child > ul{
	left: auto;
	right: 0;
}

.ht-main-navigation ul ul ul {
	left: 100%;
	top: 0;
	margin: 0 0 0 8px;
	border-top: 0;
}

.ht-sticky .ht-main-navigation ul ul ul{
	margin-top: 0
}

.ht-main-navigation ul ul a {
	text-transform: none;
	font-weight: 400;
	color: #444;
	line-height: 1.5;
	padding: 10px 15px;
	font-size: 14px;
}

.ht-main-navigation ul ul li {
	float: none;
	margin: 0 0 5px;
}

.ht-main-navigation ul ul li:last-child{
	margin-bottom: 0;
}

.ht-main-navigation ul li:hover > ul {
	display: block;
}

.page-template-home-template .ht-main-navigation .current_page_item > a,
.page-template-home-template .ht-main-navigation .current-menu-item > a,
.page-template-home-template .ht-main-navigation .current_page_ancestor > a,
.home.blog .ht-main-navigation .current_page_item > a,
.home.blog .ht-main-navigation .current-menu-item > a,
.home.blog .ht-main-navigation .current_page_ancestor > a,
.page-template-home-template .ht-main-navigation .current > a,
.home.blog .ht-main-navigation .current > a,
.ht-main-navigation .current_page_item > a,
.ht-main-navigation .current-menu-item > a,
.ht-main-navigation .current_page_ancestor > a {
	background: none;
	color: #444;
}

.ht-main-navigation li:hover > a,
.page-template-home-template .ht-main-navigation li:hover > a,
.home.blog .ht-main-navigation li:hover > a{
	color: #ffffff;
	/*background: #ffc107;*/
	background: transparent!important;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 15px;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
## Nav phone
--------------------------------------------------------------*/

.nav-phone{
	float: right;
	display: inline-block;
	font-size: 14px;
	padding: 3px 10px 3px 0;
}
.nav-phone a{
	font-size: 30px;
	font-weight: 600;
	padding: 0;
	line-height: 48px;
	color: #ffc107;
}
.nav-phone span{
	font-size: 30px;
	font-weight: 100;
	line-height: 48px;
	color: #9c9c9c;
	float: left;
	padding-right: 10px;
}
.nav-phone a:hover{
	color: #ffffff;
}
.nav-phone .number{
	float: left;
}

.ht-sticky .nav-phone a,
.ht-sticky .nav-phone span{
	font-size: 20px;
	line-height: 30px;
}




/*--------------------------------------------------------------
## Language Select
--------------------------------------------------------------*/

.custom-select-wrapper {
	position: relative;
	user-select: none;
	float: right;
	display: inline-block;
	font-size: 14px;
	padding: 3px 10px 3px 0;
	margin-left: 15px;
}
.custom-select-wrapper select {
	display: none;
}
.custom-select {
	position: relative;
	display: inline-block;
}
.custom-select-trigger {
	position: relative;
	display: block;
	width: 40px;
	padding: 0 60px 0 0;
	font-size: 14px;
	color: #919191;
	cursor: pointer;
	border: none;
}
.custom-select-trigger:hover {
	color: #ffffff;
}
.custom-select-trigger:after {
	position: absolute;
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	top: 50%;
	right: 25px;
	margin-top: -3px;
	border-bottom: 1px solid #919191;
	border-right: 1px solid #919191;
	transform: rotate(45deg) translateY(-50%);
	transition: all .4s ease-in-out;
	transform-origin: 50% 0;
}
.custom-select.opened .custom-select-trigger:after {
	margin-top: 3px;
	transform: rotate(-135deg) translateY(-50%);
}
.custom-options {
	position: absolute;
	display: block;
	z-index: 99999;
	top: 100%;
	left: 10px;
	right: 0;
	width: 70%;
	margin: 1px 0;
	border: 1px solid #919191;
	box-sizing: border-box;
	background: #38373d;
	transition: all .4s ease-in-out;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-15px);
	border-radius: 4px;
}
.custom-select.opened .custom-options {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	transform: translateY(0);
}
.custom-options:before {
	position: absolute;
	display: block;
	content: '';
	bottom: 100%;
	right: 17px;
	width: 9px;
	height: 9px;
	margin-bottom: -4px;
	border-top: 1px solid #919191;
	border-left: 1px solid #919191;
	background: #38373d;
	transform: rotate(45deg);
}
.option-hover:before {
	background: #38373d;
}
.custom-option {
	position: relative;
	display: block;
	padding: 0 10px;
	font-size: 16px;
	cursor: pointer;
	color:#919191 ;
}
.custom-option:first-of-type {
	border-radius: 4px 4px 0 0;
}
.custom-option:last-of-type {
	border-bottom: 0;
	border-radius: 0 0 4px 4px;
}
.custom-option:hover,
.custom-option.selection {
	background: #38373d;
	color: #ffc107;
}

/*--------------------------------------------------------------
## Home Slider
--------------------------------------------------------------*/
#ht-home-slider-section{
	clear: both;
	background: #575656;
	height: 900px;
}

#ht-home-slider-section .ht-container{
	position: relative;
}

.ht-slide{
	position: relative;
}

.ht-slide img {
	width: auto;
	max-height: 500px;
	margin: 0 auto;
}
.ht-slide .slider-img {
	width: 100%;
	height: 900px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.ht-slide-caption{
	position: absolute;
	bottom: 400px;
	left: 0;
	width: 50%;
	padding: 0;
}

.ht-slide-cap-title{
	text-align: left;
	font-size: 38px;
	color: #FFF;
	font-weight: 400;
	margin-bottom: 30px;
	background: rgba(0, 0, 0, 0.35);
	padding: 15px;
	line-height: 1.2;
	font-family: 'Ubuntu', sans-serif;
	letter-spacing: 2px;
	text-transform: none;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

.ht-slide-cap-title span{
	display: inline-block;
	padding: 8px 0;
	background: none!important;
}

.ht-slide-cap-desc{
	text-align: left;
	font-size: 20px;
	line-height: 1.4;
	color: #FFF;
	background: rgba(0, 0, 0, 0.35);
	padding: 15px;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

#ht-home-slider-section .owl-carousel .owl-nav .owl-prev,
#ht-home-slider-section .owl-carousel .owl-nav .owl-next{
	position: absolute;
	top: 50%;
	text-indent: -9999px;
	height: 70px;
    width: 50px;
	margin-top: -35px;
	opacity: 0.6;
}

#ht-home-slider-section .owl-carousel .owl-nav > div:hover{
	opacity: 1;
}

#ht-home-slider-section .owl-carousel .owl-nav .owl-prev{
	background: url(images/prev.png) no-repeat center rgba(0,0,0,0.3);
	left: 0;
}

#ht-home-slider-section .owl-carousel .owl-nav .owl-next{
	background: url(images/next.png) no-repeat center rgba(0,0,0,0.3);
	right: 0;
}

#ht-home-slider-section .owl-item.active .ht-slide-cap-title,
#ht-home-slider-section .owl-item.active .ht-slide-cap-desc{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#ht-home-slider-section .owl-item.active .ht-slide-cap-title,
#ht-home-slider-section .owl-item.active .ht-slide-cap-desc {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
/*--------------------------------------------------------------
## About Section
--------------------------------------------------------------*/
#ht-about-us-section{
	background: #FFF;
}

#ht-about-us-section .ht-container{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

.ht-about-sec{
	width: 75%;
	padding-left: 30px;
}

.ht-about-sec .ht-content{
	padding: 5px 0;
	line-height: 30px;
}

.ht-about-sec h2{
	text-align: left;
    width: auto;
}

.ht-about-left{
	width: 25%;
	padding-right: 30px;
}
.about-slogan{
	font-size: 34px;
	font-weight: bold;
	line-height: 44px;
	padding-bottom: 20px;
	position: relative;
}
.about-slogan:before {
	content: "";
	width: 70px;
	background: #ffc107;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
}
/*--------------------------------------------------------------
## Featured Section
--------------------------------------------------------------*/
#ht-featured-post-section{
	background: none!important;
	color: #6a6a6a;
	padding-bottom: 80px;
}

.ht-featured-post-wrap{
	margin-left: -3%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.ht-featured-post{
	margin: 0 0 100px 3%;
	width: 30.33%;
	text-align: center;
	border: 1px solid #dedede;
	padding: 0 30px 30px 30px;

}

.ht-featured-post h5{
	text-transform: uppercase;
	margin: -50px 0 25px 0;
}

.ht-featured-icon{
	display: inline-block;
	width: 100px;
	height: 100px;
	color: #ffc107;
	font-size: 60px;
	background: #ffffff!important;
	-ms-transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
	background-repeat: no-repeat!important;
	background-size: 80%!important;
	background-position: center center !important;
}

.ht-featured-icon-img{
	display: inline-block;
	width: 100px;
	height: 100px;
	color: #dedede;
	background: #ffffff!important;
	-ms-transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
	background-repeat: no-repeat!important;
	background-size: 80%!important;
	background-position: center center !important;
}

.ht-featured-link{
	-ms-transform: translateY(52px);
	-webkit-transform: translateY(52px);
	transform: translateY(52px);
}

.ht-featured-link a{
	padding: 0 15px;
	display: inline-block;
	line-height: 40px;
    background: #6a6a6a;
	color: #ffffff;
	border-radius: 10px 0 10px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.ht-featured-link a:hover{
	background: #ffc107;
	color: #FFF;
	border-radius: 0 10px 0 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/*--------------------------------------------------------------
## Featured Icon Sidebar
--------------------------------------------------------------*/

.ht-featured-post-sidebar{
	text-align: center;
}

.ht-featured-icon-sidebar{
	display: inline-block;
	width: 200px;
	height: 200px;
	color: #ffc107;
	font-size: 130px;
	background: #ffffff!important;
	-ms-transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
	background-repeat: no-repeat!important;
	background-size: 80%!important;
	background-position: center center !important;
}

.ht-featured-icon-img-sidebar{
	display: inline-block;
	width: 200px;
	height: 200px;
	color: #dedede;
	background: #ffffff!important;
	-ms-transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
	background-repeat: no-repeat!important;
	background-size: 80%!important;
	background-position: center center !important;
}


/*--------------------------------------------------------------
## Portfolio Section
--------------------------------------------------------------*/
.ht-portfolio-cat-name-list{
	margin-bottom: 30px;
	text-align: right;
}

.ht-portfolio-cat-name-list .fa{
	vertical-align: middle;
	color: #ffc107;
}

.ht-portfolio-cat-name{
	cursor: pointer;
	display: inline-block;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #BBB;
	line-height: 1;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.ht-portfolio-cat-name:nth-child(2){
	border-left: 0;
	margin-left: 0;
}

.ht-portfolio-cat-name:hover,
.ht-portfolio-cat-name.active{
	color: #ffc107;
}

.ht-portfolio-post-wrap{
	margin: 0 -7.5px;
}

.ht-portfolio{
	width: 33.33%;
	float: left;
	padding: 7.5px;
}

.ht-portfolio-outer-wrap{
	position: relative;
}

.ht-portfolio-wrap{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	background-color: #f9f9f9;
}

.ht-portfolio-wrap img{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.ht-portfolio-caption{
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	top: 10px;
	padding: 30px;
	opacity: 0;
	background: rgba(255, 193, 7, 0.9);
	transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	overflow: hidden;
}

.ht-portfolio-wrap:hover .ht-portfolio-caption{
	opacity: 1;
}

.ht-portfolio-caption h5{
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	-ms-transform: translate(300px, 0);
   	-webkit-transform: translate(300px, 0);
    transform: translate(300px, 0);
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.ht-portfolio-wrap:hover .ht-portfolio-caption h5{
	-ms-transform: translate(0, 0);
   	-webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.ht-portfolio-caption a{
	height: 36px;
	width: 36px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	text-align: center;
	display: block;
	line-height: 36px;
	color: #ffc107;
	font-size: 14px;
	background: #FFF;
	margin: 10px 5px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}

.ht-portfolio-caption a.ht-portfolio-image{
	-ms-transform: translate(-300px, 0);
   	-webkit-transform: translate(-300px, 0);
    transform: translate(-300px, 0);
    right: 66px;
}

.ht-portfolio-caption a.ht-portfolio-link{
	-ms-transform: translate(-300px, 0);
   	-webkit-transform: translate(-300px, 0);
    transform: translate(-300px, 0);
}

.ht-portfolio-wrap:hover .ht-portfolio-caption a.ht-portfolio-link,
.ht-portfolio-wrap:hover .ht-portfolio-caption a.ht-portfolio-image{
	-ms-transform: translate(0, 0);
   	-webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}


/*--------------------------------------------------------------
## Service Section
--------------------------------------------------------------*/
#ht-service-post-section{
	position: relative;
	padding: 40px 0;
	background: #F5F5F5;
}

.ht-service-left-bg{
	position: absolute;
	top: 0;
	bottom: 0;
	margin-left: 50%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 200px;
	width: 50%;
}

.ht-service-posts{
	float: left;
	width: 50%;
	padding-right: 40px;
}

.ht-service-post-wrap{
	position: relative;
}

.ht-service-post-wrap:after{
	content: "";
	position: absolute;
	left: 24px;
	top: 0;
	bottom: 0;
	width: 2px;
	background: #ffc107;
}

.ht-service-posts .ht-section-title-tagline{
	text-align: left;
	margin-bottom: 21px;
}

.ht-service-posts .ht-section-title{
    width: auto;
}

.ht-service-posts .ht-section-tagline{
	width: auto;
}

.ht-service-post{
	margin-bottom: 25px;
	position: relative;
	z-index: 99;
}

.ht-service-post:last-child{
	margin-bottom: 0
}

.ht-service-icon{
	float: left;
	font-size: 18px;
	background: #ffc107;
	width: 50px;
	text-align: center;
	color: #FFF;
	line-height: 50px;
	cursor: pointer;
	border-radius: 50%;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}

.ht-active .ht-service-icon{
    box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 4px #ffc107;
}

.ht-service-excerpt{
	padding-left: 65px;
}

.ht-service-text{
	display: none;
}

.ht-service-excerpt h5{
	margin: 15px 0 6px;
	cursor: pointer;
}

/*--------------------------------------------------------------
## Team Section
--------------------------------------------------------------*/
.ht-team-member-wrap{
	margin-left: -2%;
}

.ht-team-member{
	width: 23%;
	margin-left: 2%;
	float: left;
	text-align: center;
}

.ht-team-member img{
	width: 100%;
}

.ht-team-member-image{
	position: relative;
	overflow: hidden;
}

.ht-team-social-id{
	padding: 10px;

}

.ht-team-social-id a{
	display: inline-block;
	color: #FFF;
	margin: 0 5px;
	font-size: 16px;
	line-height: 32px;
	background: #ffc107;
	color: #FFF;
	height: 32px;
	width: 32px;
	border-radius: 50%;
}

.ht-team-social-id a:hover{
	background: #333;
	color: #FFF;
}

.ht-team-member-excerpt{
	background: rgba(255, 193, 7, 0.9);
	padding: 20px;
	color: #FFF !important;
	display: block;
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	top: 10px;
    opacity: 0;
	-ms-transform: scale(0.5);
   	-webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}

.ht-team-member:hover .ht-team-member-excerpt{
    opacity: 1;
	-ms-transform: scale(1);
   	-webkit-transform: scale(1);
    transform: scale(1);
}

.ht-team-member-excerpt-wrap{
	display: table;
	width: 100%;
	height: 100%;
}

.ht-team-member-excerpt-wrap .ht-team-member-span{
	display: table-cell;
	vertical-align: middle;
}

.ht-title-wrap{
	background: rgba(255, 193, 7, 0.9);
	color: #FFF;
	padding: 10px;
	position: absolute;
	left: 10px;
	bottom: 10px;
	right: 10px;
    -moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    opacity: 1;
}

.ht-team-member:hover .ht-title-wrap{
    opacity: 0;
}

.ht-team-member h6{
	text-transform: uppercase;
	font-weight: 400;
	position: relative;
	padding-bottom: 10px;
}

.ht-team-member .ht-title-wrap h6{
    padding: 0;
    margin: 0;
}

.ht-team-member h6 a{
	text-decoration: none;
	color: inherit;
}

.ht-team-member .ht-team-member-excerpt h6:after{
	content: "";
	position: absolute;
	width: 50px;
	left: 50%;
	margin-left: -25px;
	height: 2px;
	background: #FFF;
	bottom: -2px;
}

.ht-team-member .ht-team-designation{
	font-size: 0.9em;
    margin-bottom: 15px;
}

.ht-team-detail{
	background: #FFF;
	display: inline-block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #ffc107;
	padding: 0 10px;
	text-decoration: none;
	line-height: 30px;
	font-size: 0.9em;
}

.ht-team-detail:hover{
    background: #333;
    color: #FFF;
}

/*--------------------------------------------------------------
## Counter Section
--------------------------------------------------------------*/
#ht-counter-section{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	color: #FFF;
    background-attachment: fixed;
    position: relative;
    background-position: 50% 0;
}

#ht-counter-section .ht-section{
    background: none;
}

#ht-counter-section .ht-counter-overlay{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.3);
}

#ht-counter-section .ht-container{
	position: relative;
}

.ht-team-counter-wrap{
	margin-left: -5%;
}

.ht-counter{
	float: left;
	width: 20%;
	margin-left: 5%;
	text-align: center;
	border: 2px solid #ffc107;
	border-top: 0;
	padding: 0 20px 20px;
	position: relative;
}

.ht-counter:after{
	content: "";
	position: absolute;
	width: 30%;
	left: 0;
	top: 0;
	height: 2px;
	background: #ffc107;
}

.ht-counter:before{
	content: "";
	position: absolute;
	width: 30%;
	right: 0;
	top: 0;
	height: 2px;
	background: #ffc107;
}

.ht-counter-count{
	font-size: 48px;
	line-height: 1;
	margin-bottom: 25px;
	letter-spacing: 3px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
}

.ht-counter-icon{
	display: inline-block;
    font-size: 36px;
    color: #ffc107;
    position: relative;
    -ms-transform: translate(0, -17px);
    -webkit-transform: translate(0, -17px);
    transform: translate(0, -17px);
    line-height: 36px;
}

.ht-counter-title{
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 15px;
	font-weight: 400;
	margin: 0;
}

/*--------------------------------------------------------------
## Logo Section
--------------------------------------------------------------*/


.ht_client_logo_slider .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}
.ht_client_logo_slider .slider-img{
	padding: 0 26px;
	max-width: 180px;
	height: 50px;
	filter: grayscale(1);
	opacity: 0.2;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;

}
.ht_client_logo_slider .slider-img:hover{
	padding: 0 26px;
	filter: grayscale(0);
	opacity: 0.9;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.ht_client_logo_slider .owl-nav.disabled + .owl-dots {
	margin-top: 50px;
}

/*--------------------------------------------------------------
## Testimonial Section
--------------------------------------------------------------*/
#ht-testimonial-section{
	padding: 60px 0 80px;
}

.ht-testimonial-wrap .owl-item img{
	height: 100px;
	width: 100px;
	margin: 0 auto 20px;
	border-radius: 50%;
	border: 1px solid #ffc107;
	padding: 5px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.ht-testimonial-excerpt{
	width: 80%;
	margin: 0 auto 30px;
	text-align: center;
    position: relative;
}

.ht-testimonial-excerpt .fa-quote-left{
	position: absolute;
    top: 0;
    left: -65px;
    font-size: 60px;
    color: #EEE;
    z-index: -1;
}

.ht-testimonial h6{
	text-align: center;
	margin: 0;
}

.ht-testimonial-wrap  .owl-carousel .owl-nav .owl-prev,
.ht-testimonial-wrap  .owl-carousel .owl-nav .owl-next{
	position: absolute;;
	top: 50%;
	margin-top: -25px;
	background: #ffc107;
	height: 50px;
	width: 30px;
	color: #FFF;
	text-align: center;
	line-height: 50px;
	opacity: 0;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.ht-testimonial-wrap  .owl-carousel .owl-nav .owl-prev{
	left: 0;
}

.ht-testimonial-wrap  .owl-carousel .owl-nav .owl-next{
	right: 0;
}

.ht-testimonial-wrap  .owl-carousel:hover .owl-nav .owl-prev,
.ht-testimonial-wrap  .owl-carousel:hover .owl-nav .owl-next{
	opacity: 1;
}

.ht-testimonial-wrap  .owl-carousel .owl-nav .owl-next:hover,
.ht-testimonial-wrap  .owl-carousel .owl-nav .owl-prev:hover{
	background: #333;
}

/*--------------------------------------------------------------
## Blog Section
--------------------------------------------------------------*/
#ht-blog-section{
	background: #f6f6f6;
	padding-bottom: 30px;
}

.ht-blog-wrap {
	margin-left: -3%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-items: center;
	justify-content: center;
}

.ht-blog-post{
	float: left;
	margin-left: 3%;
	width: 30.333%;
	background: #FFF;
	margin-bottom: 30px;
	border-bottom: 6px solid #ffc107;
}

.ht-blog-post:nth-child(3n+1){
	clear: both;
}

.ht-blog-thumbnail a{
    display: block;
    position: relative;
}

.ht-blog-thumbnail a:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.ht-blog-thumbnail:hover a:after{
    width: 100%;
}

.ht-blog-image{
	width: 100%;
	height: 250px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.ht-blog-excerpt{
	padding: 20px;
}

.ht-blog-excerpt h5{
	font-weight: 400;
	margin-bottom: 15px
}

.ht-blog-excerpt h5 a{
	color: #444;
}

.ht-blog-date{
	font-size: 14px;
	color: #999;
	margin-bottom: 10px;
}

.ht-blog-date .fa{
	margin-right: 10px;
}

.ht-blog-read-more{
	padding: 0 20px 20px;
	text-align: right;
}

.ht-blog-read-more a{
	display: inline-block;
	background: #ffc107;
	color: #FFF;
	padding: 0 15px;
	line-height: 38px;
	text-align: center;
	font-size: 16px;
	border-radius: 1px;
}

.ht-blog-read-more a:hover{
	background: #333;
	color: #FFF;
}

/*--------------------------------------------------------------
## Contact Section
--------------------------------------------------------------*/
#ht-cta-section{
	color: #FFF;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    background-attachment: fixed;
    background-position: 50% 0;
}

#ht-cta-section .ht-section{
    padding: 80px 0;
    background: none;
    position: relative;
}

#ht-cta-section .ht-section-title-tagline{
	margin-bottom: 40px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

#ht-cta-section .ht-cta-overlay{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
}

#ht-cta-section .ht-container{
	position: relative;
}

.ht-cta-buttons{
	text-align: center;
}

.ht-cta-buttons a{
	display: inline-block;
	padding: 0 30px;
	line-height: 52px;
	color: #FFF;
	border-radius: 1px;
	margin: 0 4px;
	font-family: 'Ubuntu', sans-serif;
}

.ht-cta-buttons a.ht-cta-button1{
	background: #ffc107;
}

.ht-cta-buttons a.ht-cta-button2{
	background: #333;
}

.ht-cta-buttons a.ht-cta-button1:hover{
	background: #333;
	color: #FFF;
}

.ht-cta-buttons a.ht-cta-button2:hover{
	background: #ffc107;
	color: #FFF;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#ht-colophon{
	background: #2d2d2d;
	border-top: 4px solid #ffc107;
	font-size: 16px;
}

.page-template-home-template #ht-colophon,
.home.blog #ht-colophon{
	margin-top: 0
}

#ht-colophon a{
	color: #BBB;
	text-decoration: none;
}

#ht-colophon .widget-title{
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #BBB;
    margin-bottom: 15px;
}

#ht-top-footer{
	color: #BBB;
	padding: 50px 0;
}

.ht-top-footer{
	margin-left: -3%;
}

.ht-footer{
	float: left;
	width: 22%;
	margin-left: 3%;
}

.ht-footer .widget{
    margin-bottom: 30px;
}

.ht-footer .widget:last-child{
    margin-bottom: 0;
}

.ht-footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.ht-footer ul li{
	padding: 2px 0 2px 0;
}

#ht-bottom-footer{
	background: rgba(0,0,0,0.3);
	padding: 30px 0;
	color: #AAA;
	line-height: 1.2;
	text-align: center;
}

.ht-site-info a{
	border-bottom: 1px dotted #AAA;
}

#ht-back-top{
	position: fixed;
	right: 10px;
	bottom: 100px;
	background: #111;
	height: 60px;
	width: 40px;
	text-align: center;
	color: #FFF;
	line-height: 60px;
	z-index: 99;
	cursor: pointer;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

#ht-back-top:hover{
	background: #ffc107;
}

#ht-back-top.ht-hide{
	bottom: -100px;
}

.footer-tabs {
	width: 100%;
	float: none;
	list-style: none;
	position: relative;
	margin: 0;
	min-height: 300px;
	text-align: left;
}
.footer-tabs > li {
	float: left;
	display: block;
}
.footer-tabs input[type="radio"] {
	position: absolute;
	top: 0;
	left: -9999px;
}
.footer-tabs label {
	display: block;
	padding: 5px 20px;
	margin-right: 20px;
	font-size: 20px;
	font-weight: normal;
	cursor: pointer;
	position: relative;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background: #9b9b9b;
	color: #ffffff;
	border-radius: 10px 10px 0 0;
}
.footer-tabs label:hover {
	border-radius: 10px 10px 0 0;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.footer-tabs label:focus {
	outline: none;
}
.footer-tabs .tab-content {
	z-index: 2;
	display: none;
	overflow: hidden;
	width: 100%;
	position: absolute;
	left: 0;
	border-top: 2px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 40px 0;
}
.footer-tabs [id^="tab"]:checked + label {
	top: 0;
	background: #ffffff;
	color:#6a6a6a ;
	border-radius: 10px 10px 0 0;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;

}
.footer-tabs [id^="tab"]:checked ~ [id^="tab-content"] {
	display: block;
}

/*--------------------------------------------------------------
## 404 Page
--------------------------------------------------------------*/
.error404 .error-404{
	display: block;
	text-align: center;
	font-size: 200px;
	color: #f9f9f9;
	line-height: 1.2;
}

.error404 .oops-text{
	text-align: center;
}

.toggle-bar{
	display: none;
}


/*--------------------------------------------------------------
## Language Switcher
--------------------------------------------------------------*/
.language-chooser{
	list-style: none;
	float: right;
	color: #919191;
	display: inline-block;
	font-size: 14px;
	padding: 3px 10px 3px 20px;
	margin: 0 0 0 10px;
	border-left: 1px solid;
}
.language-chooser a{
	color: #919191;
}

.language-chooser li{
	display: inline-block;
}

.language-chooser li.active{
	display: none;
}


/*--------------------------------------------------------------
## Odometer CSS
--------------------------------------------------------------*/
.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
	display: block;
	vertical-align: middle;
	*zoom: 1;
	*display: inline;
	position: relative;
}
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
	display: inline-block;
	vertical-align: middle;
	*zoom: 1;
	*display: inline;
	position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
	display: inline-block;
	vertical-align: middle;
	*zoom: 1;
	*display: inline;
	visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
	text-align: left;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
	display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
	display: block;
	-webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
	display: block;
	-webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
	position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
	-webkit-transition: -webkit-transform 2s;
	-moz-transition: -moz-transform 2s;
	-ms-transition: -ms-transform 2s;
	-o-transition: -o-transform 2s;
	transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
	-webkit-transition: -webkit-transform 2s;
	-moz-transition: -moz-transform 2s;
	-ms-transition: -ms-transform 2s;
	-o-transition: -o-transform 2s;
	transition: transform 2s;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
	text-align: center;
}




@media screen and (max-width: 1470px){
	#ht-masthead .ht-container-wrap.nav {
		width: 100%;
	}
	#ht-masthead .ht-container-wrap.nav .ht-container {
		float:  none;
	}#ht-site-navigation {
		 width: 100%;
	 }
	.promo-content {
		padding: 0 40px;
	}
	#ht-masthead .ht-container-wrap.grey-bg{
		padding: 10px 15px;
	}
	#ht-masthead .ht-container-wrap.branding {
		padding: 15px;
	}
}


@media screen and (max-width: 1250px){
	.promo-item{
		min-height: 360px;
	}
	.promo-item:nth-of-type(2){
		min-height: 390px;
	}
}

@media screen and (max-width: 1200px){
	.ht-container{
		width: auto;
		padding: 0 15px;
	}

	.ht-slide-caption{
		width: 80%;
		margin-left: 30px;
	}
}


@media screen and (max-width: 1090px){
	.nav-phone span {
		font-size: 22px;
	}
	.nav-phone a {
		font-size: 28px;
		color: #ffc107!important;
	}
}

@media screen and (max-width: 1000px){

	#ht-masthead .ht-container-wrap.nav {
		width: 100%;
	}
	#ht-masthead .ht-container-wrap.nav .ht-container {
		float: none;
	}
	.nav-phone {
		float: left;
	}
	.nav-phone span {
		font-size: 18px;
	}
	.nav-phone a {
		font-size: 24px;
		color: #ffc107!important;
	}
	.toggle-bar{
		display: block;
		position: absolute;
		top: -148px;
		right: 20px;
		height: 50px;
		width: 50px;
		background: #ffc107;
		cursor: pointer;
	}

	.toggle-bar span{
		position: absolute;
		top: 50%;
		margin-top: -2px;
		height: 4px;
		left: 8px;
		right: 8px;
		background: #FFF;
		box-shadow: 0 10px 0 0 #FFF, 0 -10px 0 0 #FFF;
	}

	.ht-sticky-header #ht-masthead{
		position: static;
	}

	.ht-sticky#ht-masthead{
		height: 94px;
	}

	#ht-site-navigation{
		width: 100%;
	}

	#ht-site-branding{
		width: 100%;
		float: left;
	}

	.ht-sticky #ht-site-branding{
		padding: 15px 0;
	}

	.ht-sticky-header #ht-content{
		padding-top: 0;
	}

	.ht-main-navigation .ht-menu{
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		width: 96%;
		top: 0;
		z-index: 999;
		box-shadow: rgba(0, 0, 0, 0.3) 0 5px 10px 0;
		margin: 0 auto;
	}

	.ht-main-navigation li{
		float: none;
		margin-left: 0;
		text-align: center;
	}

	.page-template-home-template .ht-main-navigation .current_page_item > a,
	.page-template-home-template .ht-main-navigation .current-menu-item > a,
	.page-template-home-template .ht-main-navigation .current_page_ancestor > a,
	.home.blog .ht-main-navigation .current_page_item > a,
	.home.blog .ht-main-navigation .current-menu-item > a,
	.home.blog .ht-main-navigation .current_page_ancestor > a,
	.ht-main-navigation a{
		color: #FFF;
	}

	.ht-main-navigation ul ul{
		position: static;
		padding: 0;
        margin-top: 0;
	}

	.ht-main-navigation ul ul ul{
		margin: 0;
	}

	#ht-team-section{
		padding-bottom: 30px;
	}

	.ht-team-member{
		width: 48%;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 960px){
	.promo-item{
		font-size: 14px;
	}
}

@media screen and (max-width: 768px){
	.ht-about-left {
		width: 100%;
		padding: 0 5px 30px 5px;
	}
	#ht-home-slider-section {
		height: 470px;
	}
	.ht-slide .slider-img {
		 height: 470px;
	}
	.ht-slide-caption {
		bottom: 265px;
	}

	.ht-search-top{
		display: none;
	}
	.ht-section-title,
	.ht-section-tagline{
		width: auto;
	}

	#ht-about-us-section .ht-container{
		display: block;
	}

	.ht-about-sec{
		width: auto;
		float: none;
		padding: 0;
		margin-bottom: 30px;
	}

	.ht-about-image{
		width: auto;
		float: none;
		padding: 0;
		text-align: center;
	}

	.ht-featured-post-wrap{
		margin-left: 0;
	}

	.ht-featured-post{
		float: none;
		margin: 0 auto 80px;
		width: 75%;
	}

	.ht-featured-post:last-child{
		margin-bottom: 0;
	}

	.ht-portfolio-cat-name-list{
		text-align: center;
	}

	.ht-service-left-bg{
		display: none;
	}

	.ht-service-posts{
		float: none;
		width: auto;
		padding: 0;
	}

	#ht-service-post-section{
		padding: 60px 0;
	}

	#ht-counter-section{
		background-size: cover;
		background-position: center !important;
	}

	.ht-counter{
		width: 45%;
		margin-bottom: 60px;
	}

	#ht-counter-section{
		padding-bottom: 0;
	}

	.ht-blog-wrap{
		margin: 0;
	}

	.ht-blog-post{
		width: 75%;
		margin: 0 auto 30px;
		float: none;
	}

	.ht-blog-post img{
		width: 100%;
	}

	#ht-cta-section{
		background-size: cover;
		background-position: center !important;
	}

	.ht-top-footer{
		margin-left: 0;
	}

	.ht-footer{
		width: auto;
		margin: 0 0 30px;
		float: none;
	}

	.ht-footer:last-child{
		margin-bottom: 0;
	}

	.ht-slide-cap-title{
		margin-bottom: 10px;
		font-size: 20px;
	}
	.media-body h2 {
		font-size: 22px;
	}
	.ht-slide-cap-desc{
		font-size: 14px;
	}

	#primary{
		width: auto !important;
		float: none !important;
		margin-bottom: 30px;
	}

	#secondary{
		width: auto !important;
		float: none !important;
		margin-bottom: 30px;
	}
	.ht-section {
		padding: 20px 0;
	}
}

@media screen and (max-width: 700px){
	.promo-area {
		margin-top: -205px;
		margin-bottom: 30px;
	}
	.promo-item,
	.promo-item:nth-of-type(2){
		width: 100%!important;
		min-height: 205px;
	}
	.promo-item:nth-of-type(2){
		margin-top: 0;
		background: rgba(255, 193, 7, 1);
	}
}

@media screen and (max-width: 580px){
	.additional-header .place h4, .additional-header .time h4 {
		font-size: 16px;
	}
	.toggle-bar {
		top: -140px;
	}
	#ht-site-branding {
		width: 60%;
	}
	.nav-phone span {
		font-size: 16px;
	}
	.nav-phone a {
		 font-size: 16px;
		 color: #ffc107!important;

	}

	#ht-home-slider-section .bx-wrapper .bx-controls-direction a,
	.ht-testimonial-wrap .bx-wrapper .bx-controls-direction a{
		display: none;
	}

	.ht-team-member-wrap{
		margin-left: 0;
	}

	.ht-team-member{
		width: 75%;
		float: none;
		margin: 0 auto 30px;
	}

	.ht-team-counter-wrap{
		margin-left: 0;
	}

	.ht-counter{
		width: 75%;
		float: none;
		margin: 0 auto 60px;
	}

	.ht-portfolio{
		width: 50%;
		padding: 4px;
	}
}

@media screen and (max-width: 480px){
	.additional-header{
		margin: 0 auto;
	}
	.ht-blog-post,
	.ht-featured-post{
		width: auto;
	}

	.ht-team-member-wrap{
		margin-left: 0;
	}

	.ht-team-member,
	.ht-counter{
		width: auto;
		float: none;
	}

	.ht-testimonial-excerpt{
		width: auto;
	}

	.ht-testimonial-excerpt .fa-quote-left{
		left: 0;
	}

	.ht-cta-buttons a{
		display: block;
		margin: 0 0 15px;
	}

	.ht-post-info{
		float: none;
		width: auto;
		margin-bottom: 20px;
	}

	.ht-post-wrapper{
		padding-left: 0;
	}
}

@media screen and (min-width: 1001px){
	.ht-main-navigation .ht-menu{
		display: block !important;
	}
}
