/*
Theme Name: Bob Mazzolini Racing
Description: Bob Mazzolini Racing is Responsive Multi-Purpose CSS3 Theme. Bob Mazzolini Racing is Created with Twitter Bootstrap 3.3 Framework. Scalable Responsive, flexibility, colorschemes & Many More Features…
Theme URI: http://dwgscripts.com/
Author: DWG Scripts
Author URI: http://dwgscripts.com
Version: 1.1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bobmazzoliniracing
Tags: two-columns, right-sidebar, custom-background, custom-menu, editor-style, featured-images, footer-widgets, theme-options, threaded-comments, translation-ready, portfolio, custom-logo
*/


@font-face {
  font-family: "dodge-logo-1";
  src:url("fonts/dodge-logo-1.eot");
  src:url("fonts/dodge-logo-1.eot?#iefix") format("embedded-opentype"),
    url("fonts/dodge-logo-1.woff") format("woff"),
    url("fonts/dodge-logo-1.ttf") format("truetype"),
    url("fonts/dodge-logo-1.svg#dodge-logo-1") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "dodge-logo-1" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="bmricon-"]:before,
[class*=" bmricon-"]:before {
  font-family: "dodge-logo-1" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bmricon-dodge-logo-icon:before {
  content: "\61";
}
/*--------------------------------------------------------------
# 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;
}

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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #444;
	font-size: 18px;
	line-height: 1.6;
	font-family: 'Pontano Sans', sans-serif;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: 300;
	line-height: 1.2;
	font-family: 'Oswald', 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;
	padding: 0 20px;
    height: 40px;
	color: #FFF;
	border: 0;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #333;
}

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;
}

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 {
	color: #404040;
	border: 1px solid #444;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	vertical-align: top;
}

select {
	border: 1px solid #EEE;
    height: 40px;
	padding: 3px 40px 3px 8px;
	background-color: transparent;
	line-height: 100%;
	outline: 0;
	background-image: url("images/arrow.png");
	background-position: right; center;
	background-repeat: no-repeat;
	position: relative;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
}

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: 0;
}

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"] {
	padding: 3px 8px;
    height: 40px;
}

textarea {
	padding: 8px;
	width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #1C399E;
	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;
}

.bobmazzoliniracing-hentry {
	margin: 0 0 50px;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	
}

.page-links {
	clear: both;
	margin: 0 0 15px;
}

#primary{
	width: 70%;
	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;
}

.post-inner-wrapper{
	padding: 0;
	margin: 0;
}

.ht-post-info{
	float: left;
	width: 80px;
	text-align: right;
    font-family: 'Oswald', sans-serif;
}

.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;
}

.entry-meta-img{
	padding: 5px;
}
.entry-meta-img img{
	margin: 0 auto;
	display:block;
	width:100%;
	max-width:100%;
	height:auto;
}

.ht-post-wrapper{
	padding-left: 105px;
}

.entry-figure-top{
	text-align: center;
	margin-bottom: 15px;
}
.entry-figure{
	background: #f9f9f9;
	text-align: center;
	margin-bottom: 15px;
}
.entry-figure img{
	margin: 0 auto;
	display:block;
	width:auto;
	max-width:100%;
	height:auto;
	/*max-height:300px;*/
}

.entry-header .entry-title{
	font-weight: 300;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.ht-post-wrapper .entry-header .entry-title{
    color: #1C399E !important;
}

.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: #1C399E !important;
}
.ht-post-wrapper .entry-header .entry-title a{
    color: #1C399E !important;
}

.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;
}

/*--------------------------------------------------------------
## 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;
}

/*--------------------------------------------------------------
## 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{

}

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 20px;
}

#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{
    text-align: center;
}

.pagination .page-numbers{
    display: inline-block;
    margin: 0 2px;
    background: #FFC107;
    color: #FFF;
    padding: 8px 12px;
    line-height: 1;
    border-radius: 2px;
}

.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{
	width: 1170px;
	margin: 0 auto;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
#ht-masthead{
	border-bottom: 4px solid #1C399E;
	background: #FFF; 
	min-height: 94px;
    /*border-bottom: 1px solid #F1F1F1;*/
    z-index: 99;
    transition: height 0.3s ease;
    -moz-transition: height 0.3s ease;
    -webkit-transition: height 0.3s ease;
}

.ht-sticky-header #ht-masthead{
	position: fixed;
	left: 0;
	right: 0;
    box-shadow: 0 4px 4px -4px rgba(255,193,7,0.8);
    -o-box-shadow: 0 4px 4px -4px rgba(255,193,7,0.8);
    -moz-box-shadow: 0 4px 4px -4px rgba(255,193,7,0.8);
    -webkit-box-shadow: 0 4px 4px -4px rgba(255,193,7,0.8);
}

.ht-sticky#ht-masthead{
	min-height: 74px;
}

.ht-sticky-header #ht-content{
	position: relative;
	z-index: 9;
	/*padding-top: 94px;*/
	padding-top: 124px;
}

#ht-site-branding{
	float: left;
	width: 30%;
	padding: 15px 0;
	transition: padding 0.3s ease;
	-moz-transition: padding 0.3s ease;
	-webkit-transition: padding 0.3s ease;
}

.ht-sticky #ht-site-branding{
	padding: 5px 0;
}

#ht-site-branding img{
	max-height: 60px;
	width: auto;
}

.ht-main-header{
	background: #444;
	color: #fff;
	padding:0;
	margin-bottom: 25px;
	border-bottom:4px solid #1C399E;
}

.ht-main-header .ht-container{
	padding: 0px 5px;
	margin:0;
	border-bottom:2px solid #FFC107;
	width:100%;
}

.ht-top-header-container{
	border-bottom: 4px solid #FFC107;
	background: #444;
	color: #fff;
	padding:0;
	margin: 0;
	min-height:30px;
}

.ht-top-header-right{
	padding:0;
	margin: 0;
	display:block;
	float:right;
	position:relative;
}
.ht-top-header-right a:hover, .ht-top-header-right a:active, .ht-top-header-right a:focus {
    color: #fff;
}

.ht-top-header-location{
	padding: 0 4px 0 10px;
	margin: 0;
	display:block;
	float:left;
	position:relative;
}
.ht-top-header-email{
	padding: 0 4px 0 10px;
	margin: 0;
	display:block;
	float:left;
	position:relative;
}
.ht-top-header-phone{
	padding: 0 4px 0 10px;
	margin: 0;
	display:block;
	float:left;
	position:relative;
}

.ht-top-header-user{
	padding:0;
	margin: 0;
	display:block;
	float:left;
	position:relative;
}
.ht-top-header-user a.ht-top-header-user-icon{
	padding: 0 4px 0 10px;
	margin: 0;
	display:block;
	float:left;
	position:relative;
}

.ht-top-header-user .dropdown-menu {
    border-bottom:2px solid #FFC107;
}
.ht-top-header-user .dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 300;
    line-height: 1.42857143;
    color: #444;
    white-space: nowrap;
}
.ht-top-header-user .dropdown-menu>li>a:hover, .ht-top-header-user .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #FFC107;
}

.ht-top-header-search{
	padding:0;
	margin: 0;
	display:block;
	float:left;
	position:relative;
}
.ht-top-header-search a.ht-top-header-search-icon{
	padding: 0 4px 0 10px;
	margin: 0;
	display:block;
	float:left;
	position:relative;
}
/* .fs-search-btn #fs-search-box */
#fs-search-box {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
	z-index:1000;
	overflow:visible;
    
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
    
    opacity: 0;
}

#fs-search-box.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}

#fs-search-box input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding: 35px;
    outline: none;
}
#fs-search-box .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
	background-color: #1C399E !important;
	border: 2px solid #FFC107;
	font-size: 38px;
	color: #FFF;
	font-weight: 400;
	line-height: 1.2;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	display:block;
	height:auto;
}
#fs-search-box .btn:hover {
	background-color: #FFC107 !important;
	border: 2px solid #1C399E;
}
#fs-search-box .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
	background-color: #1C399E;
	border: 2px solid #FFC107;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
	display:block;
	height:auto;
}
#fs-search-box .close:hover {
	background-color: #FFC107;
	border: 2px solid #1C399E;
}

.ht-top-header-cart{
	padding:0;
	margin: 0;
	display:block;
	float:left;
	position:relative;
}
.ht-top-header-cart a.ht-top-header-cart-icon{
	padding: 0 4px 0 10px;
	margin: 0;
	display:block;
	float:left;
	position:relative;
}
#header-cart-1493022{
	margin:6px 15px 4px 0 !important;
	float:left;
	display: block;
	position:relative;
}
#header-cart-1493022 div.ecwid-minicart-mini {
    font-size: 13px;
    text-align: left;
    width: auto !important;
	display:block !important;
}
.ht-top-header-cart a.ecwid-minicart-mini-link:hover {
    color: #fff !important;
}

.ht-main-title{
	margin: 10px;
	letter-spacing: 1px;
	font-weight: 400;
	/*text-transform: uppercase;*/
	float:left;
	display:block;
}

.ht-main-title:last-child{
	margin-bottom: 0;
}

.ht-site-title{
	font-family: 'Oswald', 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-site-description{
	color: #EEE;
	margin: 0;
	font-size: 15px;
	font-style: italic;
	line-height: 1;
}

.ht-site-description a{
	color: #333;
}

#bobmazzoliniracing-breadcrumbs,
.woocommerce .woocommerce-breadcrumb{
	font-size: 15px;
	margin: 10px;
	margin-top: 15px;
	color: inherit;
	display:block;
	float:right;
	position:relative;
	/*font-weight:bold;*/
}

.woocommerce .woocommerce-breadcrumb a,
#bobmazzoliniracing-breadcrumbs a{
	color: #FFC107;
}

.woocommerce .woocommerce-breadcrumb a:hover,
#bobmazzoliniracing-breadcrumbs a:hover{
	color: #fff;
}

#bobmazzoliniracing-breadcrumbs .trail a{
	color: #CCCCCC;
}
#bobmazzoliniracing-breadcrumbs .trail a:hover{
	color: #FFC107;
}

#bobmazzoliniracing-breadcrumbs .current{
	color: #fff;
}

#bobmazzoliniracing-breadcrumbs .current a{
	color: #fff;
}

#bobmazzoliniracing-breadcrumbs .current a:hover{
	color: #FFC107;
}

.taxonomy-description,
.term-description{
	margin-bottom: 15px;
}

.taxonomy-description p:last-child,
.term-description p:last-child{
	margin-bottom: 0;
}



div.ecwid-productBrowser-categoryPath {display:none;}
/* remove "Sign in" link */
div.ecwid-productBrowser-auth {  
display: none;
}
/* remove all elements that allow signing into your store, use this */
div.ecwid-productBrowser-auth {display: none;}table.ecwid-Checkout-blockTitle button, div.ecwid-Checkout-PasswordBlock { display:none;}table.ecwid-Checkout-blockTitle .ecwid-btn { display: none;}.ecwid-productBrowser-CheckoutPaymentDetailsPage .ecwid-btn.ecwid-btn--secondary.ecwid-btn--sign_in { display: none;}

/* remove search */
/*div#ecwid-shopping-cart-search-1{  
display: none;
}*/
/* remove loading image */
/*div#ecwid-shopping-cart-categories-1{  
display: none;
}*/
/* change loading image */
.ecwid-loadingIndicator .loader.loader-mixed {
display: none !important;
}
#ecwid_loading_indicator {
/*background: url(http://dreamuniverse.ru/somescripts/ajax-loader.gif) center center no-repeat !important;*/
background: url(images/mopar-logo-1-2.png) center center no-repeat !important;

    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
/* remove the category title */
/*div.ecwid-productBrowser-subcategories-categoryName {
display:none;
}*/

div.ecwid-productBrowser-head{
display:none;
}
div.ecwid-productBrowser-categoryDescription{
/*display:none;*/
}
table.ecwid-productBrowser-subcategories-mainTable{
/*display:none !important;*/
}

/* remove the minicart completely */
/*div.ecwid-minicart {
  display:none !important;
}*/
/*
div.ecwid-minicart-mini-rolloverContainer.ecwid.ecwid-minicart-mini-rolloverContainer-MiniAttachToProductBrowser{
display: none !important;
}
*/

html#ecwid_html body#ecwid_body div.ecwid-categories {
    background: #444 !important;
	border:2px solid #FFC107 !important;
	border-radius: 15px !important;
	-webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    -o-border-radius: 15px !important;
	width:100%;
	max-width:100%;
}

html#ecwid_html body#ecwid_body div.ecwid-categories table {
    border-collapse: separate;
	width:100%;
	max-width:100%;
}
/*html#ecwid_html body#ecwid_body div.ecwid-categories > table {
    border: 3px solid #1C399E;
	border-radius: 12px;
	-webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
}*/
/*html#ecwid_html body#ecwid_body div.ecwid-categories > table ~ table {
    
}

:before {
    position: absolute; display: block; content: '';
    border: 3px solid #1C399E;
	border-radius: 12px;
	-webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    height: 100%; width: 100%;
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
*/
html#ecwid_html body#ecwid_body div.ecwid-categories-vertical div.ecwid-categoriesMenuBar {
    /*margin: 2px 12px 4px 4px;*/
	/*padding-left:4px;*/
}

html#ecwid_html body#ecwid_body span.ecwid-categories-category {
    font-size: 25px;
    font-weight: 400;
    color: #fff !important;
    white-space: nowrap;
	font-family: 'Oswald', sans-serif;
}
html#ecwid_html body#ecwid_body td.ecwid-categories-vertical-table-cell table.ecwid-categories-vertical-table-cell-categoryLink {
    margin: 10px 20px;
    text-transform: uppercase !important;
}
html#ecwid_html body#ecwid_body span:hover.ecwid-categories-category {
  color: #FFC107 !important;
}
html#ecwid_html body#ecwid_body .ecwid td.ecwid-categories-vertical-table-cell:hover {
  color: #FFC107 !important;
}

html#ecwid_html body#ecwid_body .ecwid td.ecwid-categories-vertical-table-cell {
	/*background:#444;*/
	width:100%;
}


html#ecwid_html body#ecwid_body div.ecwid-categories-MenuBarPopup {
    background: #444 !important;
    border:2px solid #FFC107 !important;
	border-radius: 15px;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    padding: 5px 12px 7px 7px;
    z-index: 45;
}


html#ecwid_html body#ecwid_body .ecwid a{
	width:100%;
	height:100%;
}

html#ecwid_html body#ecwid_body div.ecwid-categories-vertical td.gwt-MenuItem {
    padding: 0 40px 0 30px;
    width: 100%;
}

html#ecwid_html body#ecwid_body div.ecwid-productBrowser-subcategories-categoryName {
	font-family: 'Oswald', sans-serif;
    font-size: 19px;
    font-weight: 400;
    color: #1C399E !important;
    text-align: center;
    word-wrap: break-word;
}
html#ecwid_html body#ecwid_body div.ecwid-productBrowser-subcategories-categoryName a, html#ecwid_html body#ecwid_body div.ecwid-productBrowser-subcategories-categoryName a:hover, html#ecwid_html body#ecwid_body div.ecwid-productBrowser-subcategories-categoryName a:visited, html#ecwid_html body#ecwid_body div.ecwid-productBrowser-subcategories-categoryName a:active {
    background: inherit;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    outline: inherit;
    text-transform: uppercase !important;
}

html#ecwid_html body#ecwid_body table.ecwid-productBrowser-productsGrid-v2 div.ecwid-productBrowser-productNameLink a {
	font-family: 'Oswald', sans-serif;
    color: #1C399E !important;
}
html#ecwid_html body#ecwid_body table.ecwid-productBrowser-productsGrid-v2 div.ecwid-productBrowser-productNameLink:hover a {
    color: #FFC107;
}
html#ecwid_html body#ecwid_body div.ecwid-productBrowser-productsList-details div.ecwid-productBrowser-productNameLink a{
	font-family: 'Oswald', sans-serif;
    color: #1C399E !important;
}
html#ecwid_html body#ecwid_body div.ecwid-productBrowser-productsList-details div.ecwid-productBrowser-productNameLink:hover a {
    color: #FFC107;
}


html#ecwid_html body#ecwid_body td.ecwid-productBrowser-productsList-thumbnailCell {
    text-align: center;
	min-width:150px;
}

html#ecwid_html body#ecwid_body .ecwid-productBrowser-productsList-productRow td.ecwid-productBrowser-productsList-inTheBagTickCell {
    vertical-align: top;
	/*display:none;*/
    width: 1px !important;
}

html#ecwid_html body#ecwid_body .ecwid-productBrowser-productsList-productRow td.ecwid-productBrowser-productsList-inTheBagTickCell img, html#ecwid_html body#ecwid_body .ecwid-productBrowser-productsList-productRow td.ecwid-productBrowser-productsList-inTheBagTickCell svg {
    border: none;
    box-shadow: none;
    width: 100% !important;
    max-width: 100% !important;
	display:block;
}
html#ecwid_html body#ecwid_body .ecwid-productBrowser-productsList-productRow td.ecwid-productBrowser-productsList-inTheBagTickCell a {
    width: 100% !important;
    max-width: 100% !important;
	display:block;
}

html#ecwid_html body#ecwid_body div.ecwid-productBrowser-price {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
    color: #a20505;
    white-space: nowrap;
	font-family: 'Oswald', sans-serif;
}

/*html#ecwid_html body#ecwid_body .ecwid tr {
    border:1px solid #444 !important;
}*/
html#ecwid_html body#ecwid_body .ecwid tr.ecwid-productBrowser-productsList-productRow {
    border:1px solid #444 !important;
    border-top:none;
    border-left:none;
    border-right:none;
}
/*html#ecwid_html body#ecwid_body .ecwid tr.ecwid-productBrowser-productsList-productRow:after {
   content: "";
   display: block;
   width: 100%;
   height:1px;
    border:0.5px solid #444 !important;
	float:left;
	position:relative;
	background:#444 !important;
}*/

html#ecwid_html body#ecwid_body div.ecwid-productBrowser-details-rightPanel {
	background: transparent !important;
    /*border:2px solid #1C399E !important;
	border-radius: 15px;
	-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;*/
	padding-top: 0 !important;
    padding-left: 0 !important;
	margin-top: 20px !important;
    margin-left: 20px !important;
}

html#ecwid_html body#ecwid_body div.ecwid-productBrowser-backgroundedPanel {
    background: transparent !important;
}

/*html#ecwid_html body#ecwid_body div.ecwid-productBrowser-details-rightPanel div.ecwid-productBrowser-backgroundedPanel {
	display:none !important;
}*/
/*html#ecwid_html body#ecwid_body div.ecwid-productBrowser-details-rightPanel div.ecwid-productBrowser-backgroundedPanel:nth-of-type(1) { display:none !important; }*/
/* Prev/next links in text mode */

/* Prev/next links in text mode */
/*html#ecwid_html body#ecwid_body a.ecwid-productBrowser-nav-left, 
html#ecwid_html body#ecwid_body a.ecwid-productBrowser-nav-right, 
html#ecwid_html body#ecwid_body a.ecwid-productBrowser-nav-left:hover, html#ecwid_html body#ecwid_body a.ecwid-productBrowser-nav-left:active,
html#ecwid_html body#ecwid_body a.ecwid-productBrowser-nav-right:hover, html#ecwid_html body#ecwid_body a.ecwid-productBrowser-nav-right:active {
  background: transparent !important;
  white-space: nowrap; 
  color: #fff !important;
}
html#ecwid_html body#ecwid_body a.ecwid-productBrowser-nav-right, 
html#ecwid_html body#ecwid_body a.ecwid-productBrowser-nav-right:hover, html#ecwid_html body#ecwid_body a.ecwid-productBrowser-nav-right:active {
 text-align: right;
}
html#ecwid_html body#ecwid_body a.ecwid-productBrowser-nav-left, 
html#ecwid_html body#ecwid_body a.ecwid-productBrowser-nav-left:hover, html#ecwid_html body#ecwid_body a.ecwid-productBrowser-nav-left:active {
 text-align: left;
}*/
div.ecwid-productBrowser-nav { 
  display: none; 
}

html#ecwid_html body#ecwid_body div.ecwid-productBrowser-sku {
    font-size: 24px !important;
    font-weight: 400;
    color: #1C399E !important;
    word-wrap: break-word;
	font-family: 'Oswald', sans-serif;
}
html#ecwid_html body#ecwid_body .ecwid tr.ecwid-productBrowser-productsList-productRow div.ecwid-productBrowser-sku {
    font-size: 15px !important;
    font-weight: 700;
    color: #444 !important;
    word-wrap: break-word;
	font-family: 'Pontano Sans', sans-serif;
}

html#ecwid_html body#ecwid_body div.ecwid-productBrowser-details-inStockLabel {
    color: #00B9EB !important;
    font-size: 19px !important;
}

html#ecwid_html body#ecwid_body div.ecwid-productBrowser-details-qtyLabel {
    display: inline-block;
    font-size: 19px !important;
    font-weight: 700;
    color: #444 !important;
    vertical-align: middle;
    padding-right: 8px;
}

html#ecwid_html body#ecwid_body .ecwid input[type="number"]{
    margin-right: 3px;
}

.ecwid .ecwid-btn--addToBag{
    /*font-size: 17px !important;*/
    /*font-weight: 400 !important;*/
	font-family: 'Oswald', sans-serif;
}
html#ecwid_html body#ecwid_body .ecwid .ecwid-btn--primary {
    background: #ffc107;
    border-radius: 5px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    color: #fff;
    font-size: 16px;
    min-width: 160px;
    padding: 8px 20px;
	font-family: 'Oswald', sans-serif;
}
html#ecwid_html body#ecwid_body div.ecwid-productBrowser-details .ecwid-btn--primary {
    margin-top: 8px;
    margin-bottom: 10px;
	font-family: 'Oswald', sans-serif;
	font-size: 17px !important;
    font-weight: 400 !important;
}

html#ecwid_html body#ecwid_body div.ecwid-productBrowser-details-descr {
    margin-right: 5px;
    text-align: left;
    padding: 0;
    border-bottom:1px solid #444 !important;
}

html#ecwid_html body#ecwid_body div.ecwid-productBrowser-details-descr .gwt-HTML {
    font-size: 17px;
    font-weight: 400;
    color: #444;
}

html#ecwid_html body#ecwid_body .ecwid-search-widget__input, html#ecwid_html body#ecwid_body .ecwid-search-widget__input[type="search"], html#ecwid_html body#ecwid_body .ecwid-search-widget__input[type="text"] {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #444 !important;
    border-radius: .1875em;
    box-shadow: 0 0 3px rgba(0,0,0,0.07) inset;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #444 !important;
    display: inline-block;
    font-size: inherit;
    height: 2.2em;
    line-height: 1.5em;
    margin: 0 -2.2em 0 0;
    outline: 0;
    padding: .35em 2.2em .35em .55em;
    text-align: left;
    transition: width 200ms ease-in;
    vertical-align: middle;
    white-space: normal;
    width: 100%;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    -webkit-appearance: none;
}


html#ecwid_html body#ecwid_body div.ecwid-productBrowser-details-like {
    padding-bottom: 20px !important;
    height: 40px !important;
    min-height: 40px !important;
}


html#ecwid_html body#ecwid_body div.ecwid-results-topPanel div.ecwid-results-topPanel-itemsCountLabel {
    color: #444;
    line-height: 29px;
	font-family: 'Oswald', sans-serif;
	font-size: 17px !important;
    font-weight: 400 !important;
}


html#ecwid_html body#ecwid_body div.ecwid-pager {
	font-family: 'Oswald', sans-serif;
	font-size: 17px !important;
    font-weight: 400 !important;
    color: #444;
    margin: 0 5px;
}

/*ecwid-pager-link ecwid-pager-link-enabled*/
.ecwid-pager-link-disabled span{
	padding:5px 10px !important;
	display: inline-block;
	border: 1px solid #ffc107 !important;
}

html#ecwid_html body#ecwid_body div.ecwid-pager span.ecwid-pager-link-enabled a {
    color: #fff !important;
    font-size: inherit;
    background-color: #1C399E !important;
    text-decoration: inherit;
    cursor: inherit;
    font-weight: inherit;
	border: 1px solid #ffc107 !important;
	padding:5px 10px;
}
html#ecwid_html body#ecwid_body div.ecwid-pager span.ecwid-pager-link-enabled a:hover {
    color: #000 !important;
    background-color: #ffc107 !important;
    text-decoration: none;
    cursor: pointer;
	border: 1px solid #1C399E !important;
}
/*html#ecwid_html body#ecwid_body div.ecwid-pager span.ecwid-pager-link-enabled a:visited,
html#ecwid_html body#ecwid_body div.ecwid-pager span.ecwid-pager-link-enabled a:hover,
html#ecwid_html body#ecwid_body div.ecwid-pager span.ecwid-pager-link-enabled a:active {
    color: #ffc107;
    background-color: transparent;
    text-decoration: none;
    cursor: pointer;
}*/

/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/
.ht-section{
	padding: 60px 0;
    background: #FFF;
}

.ht-section-title-tagline{
	margin-bottom: 35px;
	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;
}


.ht-container-row{
	padding: 60px 0;
}

.ht-container-row .ht-section-title-tagline{
	margin-bottom: 35px;
	text-align: center;
}

.ht-container-row .ht-section-title{
	font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 36px;
    width: auto;
    margin: 0;
	display:inline-block;
	/*color: #1C399E;*/
}

.ht-container-row .ht-section-title:last-child{
	margin-bottom: 0;
}

.ht-container-row .ht-section-tagline{
	font-size: 20px;
	width: auto;
	margin: 0;
	display:inline-block;
	/*color: #1C399E;*/
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#ht-site-navigation{
	float: right;
	width: 70%;
	padding: 27px 0;
	transition: padding 0.3s ease;
	-moz-transition: padding 0.3s ease;
	-webkit-transition: padding 0.3s ease;
}

.ht-sticky #ht-site-navigation{
	padding: 17px 0;
}

.ht-main-navigation .ht-menu{
	float: right;
}

.ht-main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.ht-main-navigation li {
	float: left;
	position: relative;
	margin-left: 10px;
}

.ht-main-navigation a {
	display: block;
	text-decoration: none;
	color: #444;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Oswald', sans-serif;
	line-height: 36px;
	padding: 0 15px;
	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 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{
	background: none;
	color: inherit;
}

.ht-main-navigation li:hover > a,
.page-template-home-template .ht-main-navigation li:hover > a,
.home.blog .ht-main-navigation li:hover > a,
.ht-main-navigation .current_page_item > a,
.ht-main-navigation .current-menu-item > a,
.ht-main-navigation .current_page_ancestor > a,
.page-template-home-template .ht-main-navigation .current > a,
.home.blog .ht-main-navigation .current > a {
	color: #FFF;
	background: #FFC107;
}

.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%;
}

/*--------------------------------------------------------------
## Home Slider
--------------------------------------------------------------*/
.ht-slide{
	position: relative;
}

.ht-slide img{
	width: 100%;
}

.ht-slide-overlay{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.2);
}

.ht-slide-caption{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1170px;
	margin-left: -585px;
	-ms-transform: translateY(-50%); 
   	-webkit-transform: translateY(-50%); 
    transform: translateY(-50%);
}

.ht-slide-cap-title{
	text-align: center;
	font-size: 38px;
	color: #FFF;
	font-weight: 400;
	margin-bottom: 25px;
	padding: 0 10%;
	line-height: 1.2;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2)
}

.ht-slide-cap-title span{
	display: inline-block;
	padding: 8px 15px;
	background: #FFC107;
}

.ht-slide-cap-desc{
	text-align: center;
	font-size: 25px;
	line-height: 1.4;
	color: #FFF;
	padding: 0 20%;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2)
}

#ht-home-slider-section .bx-wrapper .bx-controls-direction a{
	height: 70px;
    width: 50px;
	margin-top: -35px;
	opacity: 0.6;
}

#ht-home-slider-section .bx-wrapper .bx-controls-direction a:hover{
	opacity: 1;
}

#ht-home-slider-section .bx-wrapper .bx-prev{
	background: url(images/prev.png) no-repeat center rgba(0,0,0,0.3);
	left: 0;
}

#ht-home-slider-section .bx-wrapper .bx-next{
	background: url(images/next.png) no-repeat center rgba(0,0,0,0.3);
	right: 0;
}



.entry-figure-slider{
	text-align: center;
	margin-bottom: 15px;
}
/*.entry-figure-slider img{
	display:block;
	width:auto;
	max-width:100%;
	width:height;
	max-height:650px;
	margin: 0 auto;
}*/
.entry-figure-slider .bx-wrapper .bx-controls-direction a{
	height: 70px;
    width: 50px;
	margin-top: -35px;
	opacity: 0.6;
}

.entry-figure-slider .bx-wrapper .bx-controls-direction a:hover{
	opacity: 1;
}

.entry-figure-slider .bx-wrapper .bx-prev{
	background: url(images/prev.png) no-repeat center rgba(0,0,0,0.3);
	left: 0;
}

.entry-figure-slider .bx-wrapper .bx-next{
	background: url(images/next.png) no-repeat center rgba(0,0,0,0.3);
	right: 0;
}

.entry-figure-slider .ht-slide-cap-title{
	text-align: center;
	font-size: 100%;
	color: #FFF;
	font-weight: 400;
	margin-bottom: 25px;
	padding: 0 10%;
	line-height: 1.2;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 2px;
	text-transform: none;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2)
}

.entry-figure-slider .ht-slide-cap-title span{
	display: inline-block;
	padding: 8px 15px;
	background: #FFC107;
	margin-left:5px;
	margin-right:5px;
	max-width:100%;
	-ms-word-break: normal;
    word-break: normal;
}

.entry-figure-slider .ht-slide-cap-desc{
	text-align: center;
	font-size: 100%;
	line-height: 1.4;
	color: #FFF;
	padding: 15px;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.entry-figure-slider .ht-slide-cap-desc-text{
	background:rgba(0,0,0,0.7);
	display:block;
	width:50%;
	max-width:100%;
	padding: 15px;
	margin-left:auto;
	margin-right:auto;
}

.entry-figure-slider .ht-bx-pager {
	margin:0;
	padding: 20px;
}

.entry-figure-slider .ht-bx-pager a {
	border: solid #ccc 1px;
	margin: 0 5px;
	padding: 3px;
	display:inline-block;
}
  
.entry-figure-slider .ht-bx-pager a:hover,
.entry-figure-slider .ht-bx-pager a.active {
	border: solid #5280DD 1px;
}

.entry-figure-slider .ht-bx-pager a img {
	display: block;
	margin:0px;
	padding:0px;
	height:auto;
	width:auto;
	max-width:200px;
}

/*--------------------------------------------------------------
## 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: 54%;
	padding-right: 30px;
}

.ht-about-sec h2{
	text-align: left;
    width: auto;
	display:inline-block;
}

.ht-progress{
	margin-bottom: 20px;
}

.ht-progress:last-child{
	margin-bottom: 0;
}

.ht-progress h6{
	font-weight: 300;
	margin-bottom: 5px;
}

.ht-progress-bar-sec{
	margin-top: 30px;
}

.ht-progress-bar{
	height: 8px;
	width: 100%;
	position: relative;
	line-height: 20px;
	font-size: 13px;
	background: #f6f6f6
}

.ht-progress-bar-length{
	background: #FFC107;
	height: 100%;
	text-align: right;
	padding-right: 20px;
}

.ht-progress-bar-length span{
	position: absolute;
	right: 0;
	bottom: 100%; 
}

.ht-about-image{
	width: 55%;
	padding-left: 30px;
}

#ht-about-us-section .ht-section-title{
	font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 36px;
    margin: 0;
	text-align:left;
	display:inline-block;
    /*width: 60%;*/
	width: auto;
	color: #1C399E;
}

#ht-about-us-section .ht-section-tagline{
	font-size: 20px;
	width: auto;
	/*margin: 0 auto;*/
	margin: 0;
	display: inline-block;
	color: #1C399E;
}

#ht-about-us-section ul.icons-list {
    margin-bottom: 6px;
}
#ht-about-us-section ul {
    padding: 0;
    margin: 0;
}

#ht-about-us-section ul, #ht-about-us-section ol {
    list-style: none;
}

#ht-about-us-section ul.icons-list .fa-check-circle{
	color: #1C399E;
}

/*--------------------------------------------------------------
## Featured Section
--------------------------------------------------------------*/
#ht-featured-post-section{
	background: #FFC107;
	padding-bottom: 80px;
}

.ht-featured-post-wrap{
	margin:0;
}

.ht-featured-post{
	float: left;
	margin-left: 3%;
	width: 30.33%;
	text-align: center;
	border:2px solid #FFF;
	padding: 30px;
}

.ht-featured-post h5{
	text-transform: uppercase;
	margin-bottom: 25px;
}

.ht-featured-icon{
    display: inline-block;
    color: #FFF;
    font-size: 46px;
    line-height: 80px;
    width: 180px;
    background: #FFC107;
    -ms-transform: translateY(-35px); 
    -webkit-transform: translateY(-35px); 
    transform: translateY(-35px); 
}

.ht-featured-icon .fa{
	vertical-align: bottom;
}

.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: #FFF;
	color: #FFC107;
    border-right: 10px solid #FFC107;
    border-left: 10px solid #FFC107;
}

.ht-featured-link a:hover{
	background: #333;
	color: #0000FF;
}



#ht-featured-post-section .ht-section-title{
	font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 36px;
    margin: 0;
	text-align:left;
	display:inline-block;
    /*width: 60%;*/
	width: auto;
	color: #FFF;
}

#ht-featured-post-section .ht-section-tagline{
	font-size: 20px;
	width: auto;
	/*margin: 0 auto;*/
	margin: 0;
	display: inline-block;
	color: #FFF;
}



#ht-featured-post-section .ht-section-title-tagline{
	margin-bottom: 5px;
	text-align: inherit;
}



#ht-featured-post-section .ht-featured-post-wrap{
	margin:0;
	padding:2px 10px;
	background:#FFFFFF;
}

#ht-featured-post-section.ht-section {
    padding: 15px 0 40px 0;
}

#ht-featured-post-section .ht-container {
    width: auto;
    margin: 0 40px;
}



.featured-product-projects .portfolio-item h4 {
	color:#1C399E;
}
.featured-product-projects .portfolio-item span {
	color:#444;
}

.featured-products-carousel {
    /*width: 1150px !important;*/
    width: 100% !important;
    margin-top: 50px;
}
.featured-products-carousel .item {
    margin-right: 15px;
    margin-bottom: 0;
    border-right: 1px solid #FFC107;
    border-bottom: 1px solid #FFC107;
}

.touch-carousel.featured-products-carousel .owl-controls .owl-buttons {
    /*right: 12px;*/
}
.touch-carousel.navigation-3.featured-products-carousel .owl-controls .owl-buttons {
    /*right: 9px;*/
}

.owl-carousel .owl-wrapper-outer {
	padding-bottom:3px;
}

/*--------------------------------------------------------------
## Question Section
--------------------------------------------------------------*/
#ht-question-post-section{
	background: #1C399E;
	padding-bottom: 80px;
	color: #FFF;
}

.ht-question-post-wrap{
	margin:0;
}

.ht-question-post{
	float: left;
	margin-left: 3%;
	width: 30.33%;
	text-align: center;
	border:2px solid #FFF;
	padding: 30px;
}

.ht-question-post h5{
	text-transform: uppercase;
	margin-bottom: 25px;
}

.ht-question-icon{
    display: inline-block;
    color: #FFF;
    font-size: 46px;
    line-height: 80px;
    width: 180px;
    background: #FFC107;
    -ms-transform: translateY(-35px); 
    -webkit-transform: translateY(-35px); 
    transform: translateY(-35px); 
}

.ht-question-icon .fa{
	vertical-align: bottom;
}

.ht-question-link{
	-ms-transform: translateY(52px);
	-webkit-transform: translateY(52px);
	transform: translateY(52px); 
}

.ht-question-link a{
	padding: 0 15px;
	display: inline-block;
	line-height: 40px;
    background: #FFF;
	color: #FFC107;
    border-right: 10px solid #FFC107;
    border-left: 10px solid #FFC107;
}

.ht-question-link a:hover{
	background: #333;
	color: #0000FF;
}



#ht-question-post-section .ht-section-title{
	font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 36px;
    margin: 0;
	text-align:left;
	display:inline-block;
    /*width: 60%;*/
	width: auto;
	color: #FFF;
}

#ht-question-post-section .ht-section-tagline{
	font-size: 20px;
	width: auto;
	/*margin: 0 auto;*/
	margin: 0;
	display: inline-block;
	color: #FFF;
}



#ht-question-post-section .ht-section-title-tagline{
	margin-bottom: 5px;
	text-align: inherit;
}

#ht-question-post-section .ht-section-tagline-left{
	font-size: 20px;
	width: auto;
	/*margin: 0 auto;*/
	margin: 0;
	margin-top:5px;
	display: block;
	color: #FFF;
}

#ht-question-post-section .ht-section-tagline-right{
	font-size: 20px;
	width: auto;
	/*margin: 0 auto;*/
	margin: 0;
	margin-top:5px;
	margin-bottom: 5px;
	display: block;
	color: #FFF;
	float:right;
}



#ht-question-post-section .ht-question-post-wrap{
	margin:0;
	padding:2px 0px;
	/*background:#FFFFFF;*/
}

#ht-question-post-section.ht-section {
    padding: 15px 0 40px 0;
}

#ht-question-post-section .ht-container {
    width: auto;
    margin: 0 40px;
}

/*--------------------------------------------------------------
## Portfolio Section
--------------------------------------------------------------*/
.ht-portfolio-cat-name-list{
	text-align: center;
	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;
}

.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-gallery-wrap a.ht-gallery-image{
	position: relative;
	display:inline-block;
	width:33%;
}

.ht-gallery-caption{
	position: absolute;
	float:left;
	top:0;
	left:0;
	display:block;
	height:100%;
	width:100%;
	padding: 10% 20px 0px 20px;
	opacity: 0;
	/*background: rgba(255, 193, 7, 0.9);*/
	background: rgba(28,57,158, 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;
	color:#fff;
}
.ht-gallery-caption.blue{
	background: rgba(28,57,158, 0.9);
}

.ht-gallery-image:hover .ht-gallery-caption{
	opacity: 1;
}

.ht-gallery-caption h5{
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.ht-gallery-caption i{
	color:#fff;
	font-size:18px;
}
/*----------------------*/

.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);
}


.full-portfolio {
    border:0;
	background: transparent;
	/*height:800px;
	background:#0000FF;*/
}
.portfolio-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
	/*z-index: 9;*/
	clear:both;
}
.portfolio-list li {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 50%;
    margin-left: -2px;
    margin-bottom: -7.1px;
    padding: 0;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.portfolio-list li h3{
    background:#fff;
    bottom: 0;
    font-size: 1.4em;
    font-weight: 300;
    left: 0;
    letter-spacing: 1px;
    margin: 0;
    padding: 20px;
    position: absolute;
    text-align: right;
    text-transform: none;
    width: 100%;
    transition: transform 0.2s ease 0s, color 0.2s ease 0s;
	-webkit-transition: transform 0.2s ease 0s, color 0.2s ease 0s;
	-moz-transition: transform 0.2s ease 0s, color 0.2s ease 0s;
	-o-transition: transform 0.2s ease 0s, color 0.2s ease 0s;
	-ms-transition: transform 0.2s ease 0s, color 0.2s ease 0s;    
}

.full-portfolio .portfolio-list li {
    /*width: 24.81%;*/
}

@media only screen 
and (max-width : 550px) {
    
     .portfolio-list li {
      width: 100%;
  }
}

@media only screen 
and (max-width : 767px)
and (min-width : 551px){
    
     .portfolio-list li {
      width: 49.9%;
  }
}

/* Edit by John */
@media (min-width: 768px) {
    .portfolio-list li {
        width: 33.10%;
    }
}
/* Edit by John */
@media (min-width: 768px) {
    .portfolio-4column .portfolio-list li {
        width: 49.8%;
    }
}
@media (min-width: 992px) {
    .full-portfolio .portfolio-list li {
        width: 24.81%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .full-portfolio .portfolio-list li {
        width: 24.7%;
    }
}
/* Edit by Jhon */
@media (min-width: 768px) {
    .portfolio-2column .portfolio-list li {
        width: 49.86%;
    }
}

.portfolio-list li .header {
    /*display: none;*/
	/*width:100%;*/
    margin: 0;
    padding: 4% 4%;
    font-size: 120%;
    line-height: 1.5;
    font-weight: bold;
    text-transform: none;
    color:#1C399E;
	/*background:rgba(0, 0, 0, 0.7);*/
}

.portfolio-list li .portfolio-item-content a {
	/*width:100%;
	max-width:100%;*/
}
.portfolio-list li:hover .portfolio-item-content .header {
    background:rgba(28,57,158, 0.9);
    color:#fff;
}
.portfolio-list li:hover .portfolio-item-content .header.alter {
    background:rgba(255,193,7, 0.9);
}
@media (min-width: 992px) {
  .portfolio-list li .header {
      display: block;
  }
}
.portfolio-list li .body {
    display: none;
    font-size: 1em;
    color:#fff;
}
@media (min-width: 992px) {
  .portfolio-list li .body {
      display: block;
  }
}
.portfolio-list li img {width: 100%;
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  -ms-transition: all 0.75s;
  -o-transition: all 0.75s;
  transition: all 0.75s;
}
.portfolio-list li .portfolio-item-content {
    /*opacity:0;
    -webkit-opacity:0;
    -moz-opacity:0;*/
    /*position: absolute;
    top: 0;
    left: 0;*/
	display:block;
    height: 100%;
    width: 100%;
    color: #050F1E; 
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -ms-transition: all 0.5s;
   -o-transition: all 0.5s;
   transition: all 0.5s;
}
.portfolio-list li .more {
    opacity:0;
    -webkit-opacity:0;
    -moz-opacity:0;
    -o-opacity:0;
  display: inline-block;
  content: "i";
  font-size: 50px;
    font-style: normal;
  font-weight: normal;
    line-height: 76px;
  position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -40px;
  height: 80px;
    width: 80px;
  color: #1C399E;
  background:#000;
  padding-top:6px;
  border: 2px solid #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.portfolio-list li:hover h3 {
    color: #FFFFFF;
    transform: translate3d(0px, 70px, 0px);
	-webkit-transform: translate3d(0px, 70px, 0px);
	-moz-transform: translate3d(0px, 70px, 0px);
	-o-transform: translate3d(0px, 70px, 0px);
	-ms-transform: translate3d(0px, 70px, 0px);
	opacity:0;-webkit-opacity:0;
	transition: all 0.25s ease-in-out 0s;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
}
.portfolio-list li:hover > li:before {
    border-color: #2E3444;
    border-width: 14px;
}
.portfolio-list li:hover .portfolio-item-content {
  opacity:1;
    -webkit-opacity:1;
    -moz-opacity:1;
    -o-opacity:1;
}
.portfolio-list li:hover .more {
  opacity:0.75;
    -webkit-opacity:0.75;
    -moz-opacity:0.75;
    -o-opacity:.75;
  top: 60%;
  margin-top: -40px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
     -webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
}
@media (min-width: 992px) {
  .portfolio-list li:hover .more {
    top: 0%;
    margin-top: 30%;
  }
}
.portfolio-list li:hover .more:hover {
  opacity:1;
    -webkit-opacity:1;
    -moz-opacity:1;
    -o-opacity:1;
  color: #FFC107;
  border-color: #fff;
  background:#1C399E;
}



/*--------------------------------------------------------------
## Service Section
--------------------------------------------------------------*/
#ht-service-post-section{
	position: relative;
	background: #FFC107;
	color: #FFF;
}

.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%;*/
	/*z-index:0;*/
}

.ht-service-posts{
	/*float: left;*/
	width: 100%;
	padding-right:0px;
	/*z-index:2;*/
}

.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;
}

#ht-service-post-section .ht-section-title{
	font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 36px;
    margin: 0;
	text-align:left;
	display:inline-block;
    /*width: 60%;*/
	width: auto;
	color: #FFF;
}

#ht-service-post-section .ht-section-tagline{
	font-size: 20px;
	width: auto;
	/*margin: 0 auto;*/
	margin: 0;
	display: inline-block;
	color: #FFF;
}

#ht-service-post-section.ht-section {
    padding: 15px 0 40px 0;
}


.service-box {
	margin-bottom: 35px;
	/*width: 33.33333333%;
	float:left;
	position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: block;*/
}

.service-icon-left .service-icon {
	float: left;
}

.service-icon-left .service-content {
	padding-left: 45px;
}

.service-box h4 {
	margin-bottom: 5px;
    font-weight: 400;
}

.service-box > div:first-child {
	padding: 0;
}

.service-boxed {
	margin-top: 30px;
	padding: 0 15px 20px 15px !important;
	border: 1px solid #eee;
	border-radius: 4px;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.service-boxed:hover {
	border-color: #e2e2e2;
	box-shadow: 0 0 6px rgba(0,0,0,.1);
	-o-box-shadow: 0 0 6px rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,.1);
  	-webkit-box-shadow: 0 0 6px rgba(0,0,0,.1);
}

.service-boxed p {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
## 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;
}

.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 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;    
}

/*--------------------------------------------------------------
## Latest News Section
--------------------------------------------------------------*/
.ht-latestnews-wrap{
	margin-left: -2%;
}

.ht-latestnews{
	width: 23%;
	margin-left: 2%;
	float: left;
	text-align: center;
}

.ht-latestnews img{
	width: 100%;
}

.ht-latestnews-image{
	position: relative;
	overflow: hidden;
}

.ht-latestnews-social-id{
	padding: 10px;

}

.ht-latestnews-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-latestnews-social-id a:hover{
	background: #333;
}

.ht-latestnews-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-latestnews:hover .ht-latestnews-excerpt{
    opacity: 1;
	-ms-transform: scale(1); 
   	-webkit-transform: scale(1); 
    transform: scale(1);
}

.ht-latestnews-excerpt-wrap{
	display: table;
	width: 100%;
	height: 100%;
}

.ht-latestnews-excerpt-wrap 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-latestnews:hover .ht-title-wrap{
    opacity: 0;
}

.ht-latestnews h6{
	text-transform: uppercase;
	font-weight: 400;
	position: relative;
	padding-bottom: 10px;
}

.ht-latestnews .ht-title-wrap h6{
    padding: 0;
    margin: 0;
}

.ht-latestnews h6 a{
	text-decoration: none;
	color: inherit;
}

.ht-latestnews .ht-latestnews-excerpt h6:after{
	content: "";
	position: absolute;
	width: 50px;
	left: 50%;
	margin-left: -25px;
	height: 2px;
	background: #FFF;
	bottom: -2px;
}

.ht-latestnews .ht-latestnews-designation{
	font-size: 0.9em;
    margin-bottom: 15px;
}

.ht-latestnews-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-latestnews-detail:hover{
    background: #333;
    color: #FFF;    
}


#ht-latestnews-section .ht-section-title{
	font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 36px;
    margin: 0;
	text-align:left;
	display:inline-block;
    /*width: 60%;*/
	width: auto;
}

#ht-latestnews-section .ht-section-tagline{
	font-size: 20px;
	width: auto;
	/*margin: 0 auto;*/
	margin: 0;
	display: inline-block;
}

#ht-latestnews-section.ht-section {
    padding: 15px 0 40px 0;
}

/*************** Custom Carousel ***************/
.custom-carousel .item {
    padding-right: 20px;
}
.custom-carousel.show-one-slide .item {
    padding-right: 0;
}

/*************** Latest News ***************/

.latest-posts {
	margin-top: 20px;
}

.latest-posts-classic .post-row {
	margin-bottom: 20px;
}

.latest-posts-classic .left-meta-post {
	float: left;
	text-align: center;
	margin-right: 12px;
	margin-bottom: 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
	overflow: hidden;
}

.latest-posts-classic .left-meta-post .post-date {
	padding: 8px 0;
	width: 42px;
	/*background-color: #444;
	color: #fff;*/
}

.latest-posts-classic .left-meta-post .post-date .day {
	/*font-size: 20px;
	font-weight: 700;*/
	display: block;
	/*letter-spacing: 1px;*/
}

.latest-posts-classic .left-meta-post .post-date .month {
	display: block;
	text-transform: uppercase;
	/*line-height: 14px;
	font-size: 11px;*/
	letter-spacing: 1px;
}

.latest-posts-classic .left-meta-post .post-type i {
	display: block;
	/*height: 40px;*/
	line-height: 39px;
	/*width: 42px;*/
	/*color: #fff;*/
	font-size: 1.4em;
	/*background:FFC107;*/
}

.latest-posts-classic .post-title {
	margin-bottom: 5px;
}

.latest-posts-classic .post-title a {
	/*color: #444;*/
	font-weight: 300;
	text-shadow: 1px 1px 1px rgba(68,68,68,1);
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.latest-posts-classic a:hover {
	color:#1C399E;
}

.latest-posts-classic .read-more {
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
	font-weight:bold;
	color:#1C399E;
}

.latest-posts-classic .read-more:hover {
	/*color: #444;*/
	color:#FFC107;
}


/*--------------------------------------------------------------
## Racecar Section
--------------------------------------------------------------*/
#ht-racecar-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-racecar-section .ht-section{
    background: none;
}

#ht-racecar-section .ht-racecar-overlay{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.3);
}

#ht-racecar-section .ht-container{
	position: relative;
}

.ht-team-racecar-wrap{
	margin-left: -5%;
}

.ht-racecar{
	float: left;
	width: 20%;
	margin-left: 5%;
	text-align: center;
	border: 2px solid #FFC107;
	border-top: 0;
	padding: 0 20px 20px;
	position: relative;
}

.ht-racecar:after{
	content: "";
	position: absolute;
	width: 30%;
	left: 0;
	top: 0;
	height: 2px;
	background: #FFC107;
}

.ht-racecar:before{
	content: "";
	position: absolute;
	width: 30%;
	right: 0;
	top: 0;
	height: 2px;
	background: #FFC107;
}

.ht-racecar-count{
	font-size: 48px;
	line-height: 1;
	margin-bottom: 25px;
	letter-spacing: 3px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}

.ht-racecar-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-racecar-title{
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 15px;
	font-weight: 400;
	margin: 0;
}

/*--------------------------------------------------------------
## Logo Section
--------------------------------------------------------------*/

.ht_client_logo_slider {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
}
.ht_client_logo_slider img{
	padding: 0 26px;
}

#ht-logo-section{
	background: #444;
	border-top: 4px solid #FFC107;
	border-bottom: 4px solid #1C399E;
	padding-top:30px;
}

#ht-logo-section .ht-section-title{
	font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 36px;
    margin: 0;
	text-align:left;
	display:inline-block;
    /*width: 60%;*/
	width: auto;
	/*color:#1C399E;*/
	color:#fff;
}

#ht-logo-section .ht-section-tagline{
	font-size: 20px;
	width: auto;
	/*margin: 0 auto;*/
	margin: 0;
	display: inline-block;
	/*color:#1C399E;*/
	color:#fff;
}

.ht-cta-titleimage{
	width: auto;
	max-width: 380px;
}

/*--------------------------------------------------------------
## Testimonial Section
--------------------------------------------------------------*/
#ht-testimonial-section{
	background: #1C399E;
}

.ht-testimonial-wrap .bx-wrapper 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 10px;
	text-align: center;
    position: relative;
}

.ht-testimonial-excerpt .fa-quote-left{
	position: absolute;
    top: 0;
    left: -65px;
    font-size: 60px;
    color: #FFC107;
    z-index: -1;
}

.ht-testimonial-excerpt .fa-quote-right{
	position: absolute;
    top: 0;
    right: -65px;
    font-size: 60px;
    color: #FFC107;
    z-index: -1;
}

.ht-testimonial h6{
	text-align: center;
	margin: 0;
	margin-bottom: 10px;
    color: #FFC107;
	font-size: 30px;
	font-weight:bold;
}

.ht-testimonial-wrap .bx-wrapper .bx-controls-direction a{
	text-indent: 0;
	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 .bx-wrapper:hover .bx-controls-direction a{
	opacity: 1;
}

.ht-testimonial-wrap .bx-wrapper .bx-controls-direction a:hover{
	background: #333;
}



#ht-testimonial-section .ht-section-title{
	font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 36px;
    margin: 0;
	text-align:left;
	display:inline-block;
    /*width: 60%;*/
	width: auto;
	color: #FFF;
}

#ht-testimonial-section .ht-section-tagline{
	font-size: 20px;
	width: auto;
	/*margin: 0 auto;*/
	margin: 0;
	display: inline-block;
	color: #FFF;
}

#ht-testimonial-section .ht-testimonial-wrap{
	margin:0;
	padding:5px 5px;
	background:#FFFFFF;
}

#ht-testimonial-section .ht-section-title-tagline{
	margin-bottom: 5px;
	text-align: inherit;
}

#ht-testimonial-section.ht-section {
    padding: 15px 0 40px 0;
}

/*--------------------------------------------------------------
## Blog Section
--------------------------------------------------------------*/
#ht-blog-section{
	background: #f6f6f6;
	padding-bottom: 30px;
}

.ht-blog-wrap{
	margin-left: -3%;
}

.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-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;
}

/*--------------------------------------------------------------
## Contact Section
--------------------------------------------------------------*/
#ht-cta-section{
	color: #FFF;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover; 
    background-attachment: fixed;
    position: relative;
    background-position: 50% 0;	
}

#ht-cta-section .ht-section{
    padding: 80px 0;
    background: none;
}

#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: 'Oswald', 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;
}

.ht-cta-buttons a.ht-cta-button2:hover{
	background: #FFC107;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
#ht-colophon{
	margin-top: 40px;
	background: url(images/footer-bg.jpg);
	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: 10px;
	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;
}

/*--------------------------------------------------------------
## 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;
}


/*--------------------------------------------------------------
## Odometer CSS
--------------------------------------------------------------*/
.odometer.odometer-auto-theme, 
.odometer.odometer-theme-default {
	display: block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, 
.odometer.odometer-theme-default .odometer-digit {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*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;
	*vertical-align: auto;
	*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;
}

/*--------------------------------------------------------------
## WooCommerce CSS
--------------------------------------------------------------*/
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product{
	border: 1px solid #dadada;
	border-radius: 2px;
	text-align: center;
}

.woocommerce ul.products li.product:hover, 
.woocommerce-page ul.products li.product:hover{
	border-color: #FFC107
}

.woocommerce ul.products li.product a img{
	margin-bottom: 0;
}

.woocommerce ul.products li.product .bobmazzoliniracing-product-title-wrap{
	padding: 20px 10px 0;
}

.woocommerce ul.products li.product a{
	color: inherit;
}

.woocommerce ul.products li.product h3{
	font-family: 'Pontano Sans', sans-serif;
	margin: 0 0 6px;
	padding: 0;
}

.woocommerce ul.products li.product .price{
	font-weight: 500;
	font-size: 20px;
	color: #FFC107;
	margin: 0;
}

.woocommerce ul.products li.product .price del{
	display: inline;
	color: #999;
	opacity: 1;
}
.woocommerce ul.products li.product .price ins{
	display: inline;
	font-weight: 400;
}

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button {
    padding: 10px 20px;
    font-weight: 400;
    border-radius: 0;
    color: #FFF;
    background-color: #FFC107;
    border:1px solid #FFC107;
    height: 40px;
    margin-bottom: -20px;
    line-height: 20px;
    font-size: 0.9em;
}

.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover{
	background: #333;
	border:1px solid #333;
	color: #FFF;
}

.woocommerce ul.products li.product .button{
	margin: 0;
	transform: translateY(50%);
	-ms-transform: translateY(50%);
	-webkit-transform: translateY(50%);
	font-size: 16px;
    background-color: #FFF;
    border:1px solid #dadada;
    border-radius: 3px;
}

.woocommerce ul.products li.product:hover .button{
	border-color: #FFC107;
	background-color: #FFC107;
	color: #FFF;
}

.woocommerce ul.products li.product .button.loading{
	opacity: 1;
}

.woocommerce a.added_to_cart{
	padding-top: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	margin-top: 25px;
	font-size: 13px;
}

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt{
	border-color: #FFC107;
	background-color: #FFC107;
}

.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover{
	background: #333;
	border-color: #333;
	color: #FFF;
}

.woocommerce nav.woocommerce-pagination ul{
	border: 0;
	margin: 0;
}

.woocommerce nav.woocommerce-pagination ul li{
	border: 0;
	margin: 0 4px;
}

.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span{
	display: block;
    background: #FFC107;
    color: #FFF;
    padding: 8px 12px;
    line-height: 1;
    border-radius: 2px;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current{
	background: #333;
    color: #FFF;
}

.woocommerce span.onsale {
    min-height: 0;
    min-width: 0;
    padding: 0 15px;
    font-weight: 400;
    line-height: 26px;
    border-radius: 0;
    background-color: #FFC107;
    color: #fff;
    font-size: 14px;
    margin: 10px 0 0 -6px;
    top: 0;
    left: 0;
}

.woocommerce span.onsale:after{
	border-color: transparent #e8ae00 #e8ae00 transparent;
    border-width: 3px;
    border-style: solid;
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0px;
}

.woocommerce ul.products li.product .onsale{
	margin: 10px -6px 0 0;
}

.woocommerce ul.products li.product .onsale:after{
    border-color: transparent transparent #e8ae00 #e8ae00;
    border-width: 3px;
    border-style: solid;
    right: 0px;
    left: auto;
}

.woocommerce div.product p.price, 
.woocommerce div.product span.price{
	color: #FFC107
}

.woocommerce div.product p.price ins, 
.woocommerce div.product span.price ins{
	font-weight: 400;
}

.woocommerce .product_meta{
	font-size: 15px;
}

.woocommerce .product_meta a{
	color: inherit;
}

.woocommerce .product_meta a:hover{
	color: #FFC107;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
	padding: 0;
	border-bottom: 2px solid #FFC107;
	padding-bottom: 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before{
	display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 10px 0;
    font-weight: 400;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0;
    background-color: #333;
    border-radius: 0;
    margin: 0 6px 0 0;
    padding: 0 20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
	background: #FFC107;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	color: #FFF !important;
}

.woocommerce #reviews #comments h2,
.woocommerce #reviews h3{
	font-size: 22px;
	margin-bottom: 30px;
}

.related.products h2{
	margin-bottom: 30px;
}

.woocommerce #respond input#submit.disabled, 
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit:disabled[disabled], 
.woocommerce a.button.disabled, .woocommerce a.button:disabled, 
.woocommerce a.button:disabled[disabled], 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled], 
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled]{
	background: #FFC107;
	padding: 10px 20px;
	color: #FFF;
}

.woocommerce #respond input#submit.disabled:hover, 
.woocommerce #respond input#submit:disabled:hover, 
.woocommerce #respond input#submit:disabled[disabled]:hover, 
.woocommerce a.button.disabled:hover, 
.woocommerce a.button:disabled:hover, 
.woocommerce a.button:disabled[disabled]:hover, 
.woocommerce button.button.disabled:hover, 
.woocommerce button.button:disabled:hover, 
.woocommerce button.button:disabled[disabled]:hover, 
.woocommerce input.button.disabled:hover, 
.woocommerce input.button:disabled:hover, 
.woocommerce input.button:disabled[disabled]:hover{
	background: #333;
	color: #FFF;
}

.woocommerce #respond input#submit.alt.disabled, 
.woocommerce #respond input#submit.alt.disabled:hover, 
.woocommerce #respond input#submit.alt:disabled, 
.woocommerce #respond input#submit.alt:disabled:hover, 
.woocommerce #respond input#submit.alt:disabled[disabled], 
.woocommerce #respond input#submit.alt:disabled[disabled]:hover, 
.woocommerce a.button.alt.disabled, 
.woocommerce a.button.alt.disabled:hover, 
.woocommerce a.button.alt:disabled, 
.woocommerce a.button.alt:disabled:hover, 
.woocommerce a.button.alt:disabled[disabled], 
.woocommerce a.button.alt:disabled[disabled]:hover, 
.woocommerce button.button.alt.disabled, 
.woocommerce button.button.alt.disabled:hover, 
.woocommerce button.button.alt:disabled, 
.woocommerce button.button.alt:disabled:hover, 
.woocommerce button.button.alt:disabled[disabled], 
.woocommerce button.button.alt:disabled[disabled]:hover, 
.woocommerce input.button.alt.disabled, 
.woocommerce input.button.alt.disabled:hover, 
.woocommerce input.button.alt:disabled, 
.woocommerce input.button.alt:disabled:hover, 
.woocommerce input.button.alt:disabled[disabled], 
.woocommerce input.button.alt:disabled[disabled]:hover{
	background: #FFC107;
	border-color: #FFC107;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
	line-height: 40px;
    font-size: inherit;
    padding: 0;
}

.select2-container .select2-choice{
	border: 1px solid #EEE;
	font-size: 0.9em;
	color: inherit;
	border-radius: 0;
}

.select2-results{
	font-size: 0.9em;
	color: inherit;
}

.select2-drop-active{
	border-color: #EEE;
}

.select2-drop.select2-drop-above.select2-drop-active{
	border-color: #EEE;
}

.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message{
	border-top-color: #FFC107;
	font-size: 0.9em;
}

.woocommerce-error:before, 
.woocommerce-info:before, 
.woocommerce-message:before{
	color: #FFC107;
}

.woocommerce-error a.button, 
.woocommerce-info a.button, 
.woocommerce-message a.button{
	padding: 5px 20px;
    line-height: 1;
    height: auto;
}

.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th{
	font-weight: 400;
}

#customer_details{
	margin-bottom: 40px;
}

.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register{
	border: 1px solid #EEE;
	border-radius: 0;
}

.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order{
	float: none;
}

.woocommerce .widget_shopping_cart .cart_list li, 
.woocommerce.widget_shopping_cart .cart_list li{
	padding-top: 4px;
}

.woocommerce ul.cart_list li a, 
.woocommerce ul.product_list_widget li a{
	font-weight: 400;
}

.woocommerce a.remove{
	font-family: Arial;
	font-weight: normal;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove, 
.woocommerce.widget_shopping_cart .cart_list li a.remove{
	top: 8px;
}

.woocommerce .widget_layered_nav ul li{
	padding: 5px 0;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
	background-color: #FFF;
	border: 4px solid #FFC107;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
	background-color: #FFC107
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{
	background-color: #EEE;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
	height: 20px;
	width: 20px;
	top: -6px;
    margin-left: -10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul{
	list-style: none;
}

.woocommerce-MyAccount-navigation-link a{
	background: #FFC107;
	color: #FFF;
	padding: 10px 20px;
	margin-bottom: 5px;
	display: block;
}

.woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-MyAccount-navigation-link a:hover{
	background: #333;
}


.ht-bmr-buttons{
	text-align: center;
}

.ht-bmr-buttons a{
	display: inline-block;
	padding: 0 30px;
	line-height: 52px;
	color: #FFF;
	border-radius: 1px;
	margin: 0 4px;
	font-family: 'Oswald', sans-serif;
}

.ht-bmr-buttons a.ht-bmr-button1{
	background: #FFC107;
	text-shadow: 1px 1px 0px #000;
}

.ht-bmr-buttons a.ht-bmr-button2{
	background: #333;
}

.ht-bmr-buttons a.ht-bmr-button3{
	background: transparent;
	border:2px solid #fff;
	padding: 0px 18px;
	margin-bottom:5px;
	font-size: 14px;
	width:auto;
	
	border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-o-border-radius: 3px;
text-transform: uppercase;
font-weight: 400;
}

.ht-bmr-buttons a.ht-bmr-button1:hover{
	background: #1C399E;
}

.ht-bmr-buttons a.ht-bmr-button2:hover{
	background: #FFC107;
}

.ht-bmr-buttons a.ht-bmr-button3:hover{
	background: #FFC107;
}


@media screen and (max-width: 1200px){
	.ht-container{
		width: auto;
		padding: 0 15px;
	}
}

@media screen and (max-width: 1000px){
	.toggle-bar{
		display: block;
		position: absolute;
		top: 52px; /* raised by 30px */
		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{
		min-height: 94px;	
	}

	#ht-site-navigation{
		width: 20%;
	}

	#ht-site-branding{
		width: 80%;
		float: left;
	}

	.ht-sticky #ht-site-branding{
		padding: 15px 0;
	}

	.ht-sticky-header #ht-content{
		padding-top: 0 !important;
	}

	.ht-main-navigation .ht-menu{
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 124px; /* raised by 34px */
		background: #FFC107;
		z-index: 999;
		border-bottom:3px solid #1C399E;
	}

	.ht-main-navigation li{
		float: none;
		margin-left: 0;
		text-align: center;
		border-bottom:0.5px solid #ccc;
	}

	.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 li:hover > a, .page-template-home-template .ht-main-navigation li:hover > a {
        color: #FFF;
        background: #1C399E;
    }

	.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-latestnews-section{
		padding-bottom: 30px;
	}

	.ht-team-member{
		width: 48%;
		margin-bottom: 30px;
	}

	.ht-latestnews-member{
		width: 48%;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 768px){
	.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-question-post-wrap{
		margin-left: 0;
	}

	.ht-question-post{
		float: none;
		margin: 0 auto 80px;
		width: 75%;
	}

	.ht-question-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-racecar{
		width: 45%;
		margin-bottom: 60px;
	}

	#ht-racecar-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-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{
		font-size: 24px;
		font-size: 4vw;
		margin-bottom: 10px;
	}

	.ht-slide-cap-desc{
		font-size: 14px;
		font-size: 3vw;
	}

	#primary{
		width: auto !important;
		float: none !important;
		margin-bottom: 30px;
	}

	#secondary{
		width: auto !important;
		float: none !important;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 580px){
	#ht-home-slider-section .bx-wrapper .bx-controls-direction a,
	.entry-figure-slider .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-latestnews-member-wrap{
		margin-left: 0;
	}

	.ht-latestnews-member{
		width: 75%;
		float: none;
		margin: 0 auto 30px;
	}

	.ht-team-racecar-wrap{
		margin-left: 0;
	}

	.ht-racecar{
		width: 75%;
		float: none;
		margin: 0 auto 60px;
	}

	.ht-portfolio{
		width: 50%;
		padding: 4px;
	}
}

@media screen and (max-width: 480px){
	.ht-blog-post,
	.ht-featured-post,
	.ht-question-post{
		width: auto;
	}

	.ht-team-member-wrap{
		margin-left: 0;
	}

	.ht-latestnews-member-wrap{
		margin-left: 0;
	}

	.ht-team-member,
	.ht-latestnews-member,
	.ht-racecar{
		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;
	}
}

.icon-mini-effect {
	position: relative;
	display: block;
	z-index: 1;
	font-size: 1.2em;
	color: #fff;
	top: 4px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	margin: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.icon-medium-effect {
	position: relative;
	display: block;
	z-index: 1;
	font-size: 2em;
	color: #fff;
	width: 64px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	margin: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.icon-large-effect {
	position: relative;
	display: block;
	z-index: 1;
	font-size: 2.6em;
	color: #fff;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	margin: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.icon-mini-effect:after, .icon-medium-effect:after, .icon-large-effect:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/*First Icon Effect */
.icon-effect-1 {
	background-color: #fff;
	-webkit-transition: color 0.4s;
	-moz-transition: color 0.4s;
	transition: color 0.4s;
}

.gray-icon.icon-effect-1 {
	box-shadow: 0 0 0 3px #444;
	-o-box-shadow: 0 0 0 3px #444;
	-moz-box-shadow: 0 0 0 3px #444;
  	-webkit-box-shadow: 0 0 0 3px #444;
}

.icon-effect-1:after {
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	-moz-transition: -moz-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}

.gray-icon.icon-effect-1:after {
	background: #444;
}

.icon-effect-1.gray-icon:hover, .service-box:hover .gray-icon.icon-effect-1 {
	color: #1C399E;
}

.icon-effect-1:hover:after, .service-box:hover .icon-effect-1:after {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
}

/*Seconed Icon Effect */
.icon-effect-2 {
	background: #fff;
	-webkit-transition: color 0.4s;
	-moz-transition: color 0.4s;
	transition: color 0.4s;
}

.gray-icon.icon-effect-2 {
	color: #444;
	box-shadow: 0 0 0 3px #444;
	-o-box-shadow: 0 0 0 3px #444;
	-moz-box-shadow: 0 0 0 3px #444;
  	-webkit-box-shadow: 0 0 0 3px #444;
}

.icon-effect-2:after {
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	-moz-transition: -moz-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}

.gray-icon.icon-effect-2:after {
	background: #444;
}

.icon-effect-2:hover, .service-box:hover .icon-effect-2, .icon-effect-2.gray-icon:hover, .service-box:hover .gray-icon.icon-effect-2 {
	color: #fff;
}

.icon-effect-2:hover:after, .service-box:hover .icon-effect-2:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/*Third Icon Effect */
.icon-effect-3 {
	background: #fff;
}

.gray-icon.icon-effect-3 {
	color: #444;
	box-shadow: 0 0 0 3px #444;
	-o-box-shadow: 0 0 0 3px #444;
	-moz-box-shadow: 0 0 0 3px #444;
  	-webkit-box-shadow: 0 0 0 3px #444;
}

.icon-effect-3:hover:before, .service-box:hover .icon-effect-3:before {
	-webkit-animation: toRightFromLeft 0.4s forwards;
	-moz-animation: toRightFromLeft 0.4s forwards;
	animation: toRightFromLeft 0.4s forwards;
}

@-webkit-keyframes toRightFromLeft {
	49% {
		-webkit-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toRightFromLeft {
	49% {
		-moz-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toRightFromLeft {
	49% {
		transform: translate(100%);
	}
	50% {
		opacity: 0;
		transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}

/*Fourth Icon Effect */
.icon-effect-4 {
	background: #fff;
}

.gray-icon.icon-effect-4 {
	color: #444;
	box-shadow: 0 0 0 3px #444;
	-o-box-shadow: 0 0 0 3px #444;
	-moz-box-shadow: 0 0 0 3px #444;
  	-webkit-box-shadow: 0 0 0 3px #444;
}

.icon-effect-4:hover:before, .service-box:hover .icon-effect-4:before {
	-webkit-animation: toLeftFromRight 0.4s forwards;
	-moz-animation: toLeftFromRight 0.4s forwards;
	animation: toLeftFromRight 0.4s forwards;
}

@-webkit-keyframes toLeftFromRight {
	49% {
		-webkit-transform: translate(-100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toLeftFromRight {
	49% {
		-moz-transform: translate(-100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toLeftFromRight {
	49% {
		transform: translate(-100%);
	}
	50% {
		opacity: 0;
		transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}

/*Fifth Icon Effect */
.icon-effect-5 {
	background: #fff;
}

.gray-icon.icon-effect-5 {
	color: #444;
	box-shadow: 0 0 0 3px #444;
	-o-box-shadow: 0 0 0 3px #444;
	-moz-box-shadow: 0 0 0 3px #444;
  	-webkit-box-shadow: 0 0 0 3px #444;
}

.icon-effect-5:hover:before, .service-box:hover .icon-effect-5:before {
	-webkit-animation: toTopFromBottom 0.4s forwards;
	-moz-animation: toTopFromBottom 0.4s forwards;
	animation: toTopFromBottom 0.4s forwards;
}

@-webkit-keyframes toTopFromBottom {
	49% {
		-webkit-transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toTopFromBottom {
	49% {
		-moz-transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toTopFromBottom {
	49% {
		transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}

/*six Icon Effect */
.icon-effect-6 {
	background: #fff;
}

.gray-icon.icon-effect-6 {
	color: #444;
	box-shadow: 0 0 0 3px #444;
	-o-box-shadow: 0 0 0 3px #444;
	-moz-box-shadow: 0 0 0 3px #444;
  	-webkit-box-shadow: 0 0 0 3px #444;
}

.icon-effect-6:hover:before, .service-box:hover .icon-effect-6:before {
	-webkit-animation: toBottomFromTop 0.4s forwards;
	-moz-animation: toBottomFromTop 0.4s forwards;
	animation: toBottomFromTop 0.4s forwards;
}

@-webkit-keyframes toBottomFromTop {
	49% {
		-webkit-transform: translateY(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}
@-moz-keyframes toBottomFromTop {
	49% {
		-moz-transform: translateY(100%);
	}
	50% {
		opacity: 0;
		-moz-transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toBottomFromTop {
	49% {
		transform: translateY(100%);
	}
	50% {
		opacity: 0;
		transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}


.ht-top-header-container a {
    color: #FFC107 !important;
}
.ht-top-header-container a:hover {
    color: #FFFFFF !important;
}

html#ecwid_html body#ecwid_body .ecwid .ecwid-btn--primary {
    background: #FFC107 !important;
    color: #FFFFFF !important;
}
html#ecwid_html body#ecwid_body .ecwid .ecwid-btn--primary:hover {
    background: #1c399e !important;
    color: #FFFFFF !important;
}


