/*
Theme Name: Dentistry by Design
Theme URI: /
Author: 
Author URI: /
Version: 1.0
*/

::selection,
 ::-moz-selection,
 ::-webkit-selection {
    background: #0f3e77;
    color: #fff;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body {
    font-size: .875rem;
    color: #000;
    background: #fff;
    font-family: 'Roboto', Arial, sans-serif;
}


/* Common */

strong {
    font-weight: bolder;
}

select {
    height: 1.938rem;
    border: none;
    background-color: #fff;
    font-family: 'Roboto', "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    padding: 0.3rem;
    outline: none;
}

select:hover,
select:focus {
    background-color: #fff;
    border-color: #3891c4;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
    height: 3.75rem;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-family: 'Roboto', "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    padding: .875rem 1rem;
    margin-bottom: 1.3125rem;
    color: #313131;
    font-size: 1.125rem;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #313131;
    opacity: 1;
}


/* input:focus::-webkit-input-placeholder, 
textarea:focus::-webkit-input-placeholder{
	color: transparent;
	opacity: 0;
}  */

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #313131;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #313131;
    opacity: 1;
}


/* input:focus:-moz-placeholder, 
textarea:focus:-moz-placeholder{
	color: transparent;
	opacity: 0;
} */

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent;
    opacity: 0;
}

input::-moz-input-placeholder,
textarea::-moz-input-placeholder {
    color: #313131;
    opacity: 1;
}


/* input:focus::-moz-input-placeholder, 
textarea:focus::-moz-input-placeholder{
	color: transparent;
	opacity: 0;
} */

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #313131;
    opacity: 1;
}


/* input:focus:-ms-input-placeholder, 
textarea:focus:-ms-input-placeholder{
	color: transparent;
	opacity: 0;
} */

textarea {
    height: 8rem;
}

ul,
ol,
dl {
    font-size: 0.875rem;
    line-height: 1.725;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 0;
    color: #25baa5;
    -webkit-font-smoothing: antialiased;
}

h4 {
    margin-bottom: 0.675rem;
}

h6 {
    font-size: 0.875rem;
}

address {
    line-height: 1.725;
}

a {
    color: #54c2b3;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:hover,
a:focus {
    color: #404141;
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
    color: inherit;
}

.no-margin {
    margin: 0 !important;
}

.no-pad {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-pad.columns,
.no-pad.column {
    padding-right: 0.0625rem !important;
}

.no-pad-left {
    padding-left: 0 !important;
}

.no-pad-right {
    padding-right: 0 !important;
}

.no-pad.column:last-child,
.no-pad.columns:last-child {
    padding-right: 0 !important;
}

.large-3.column.no-pad:nth-child(4n),
.large-3.columns.no-pad:nth-child(4n) {
    padding-right: 0 !important;
}

@media screen and (min-width: 64em) {
    .large-no-pad {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .large-no-pad-left {
        padding-left: 0 !important;
    }
    .large-no-pad-right {
        padding-right: 0 !important;
    }
}

.white-text {
    color: #FFF;
}

.text-upper {
    text-transform: uppercase;
}

.green-color {
    color: #39b54a;
}

.blue-color {
    color: #3891c4;
}

.alignleft {
    float: left;
    margin-right: 1.875rem;
    margin-bottom: 0.5rem;
}

.alignright {
    float: right;
    margin-left: 1.875rem;
    margin-bottom: 0.5rem;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.text-normal {
    font-weight: 400;
}

p {
    font-size: 0.875rem;
    line-height: 1.725;
}


/* Button */

button,
.button {
    color: #FFF;
    font-size: 1.125rem;
    font-weight: 700 !important;
    margin: 0;
    font-family: inherit;
    display: block;
    border-radius: 5px;
    text-align: center;
    padding: 1.1875rem 1.4375rem;
    background: rgba(49, 142, 255, 1);
    transition: background .3s;
    position: relative;
}

button:before,
.button:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

button.green,
.button.green {
    background-color: rgba(0, 210, 114, 1);
}

button.green:hover,
.button.green:hover {
    background-color: rgba(0, 173, 94, 1);
}

button.organge,
.button.organge {
    background-color: rgba(255, 144, 0, 1);
}

button.organge:hover,
.button.organge:hover {
    background-color: rgb(173, 99, 3);
}

button.transparent,
.button.transparent {
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #54c2b3;
    color: #54c2b3;
}

button.transparent:hover,
.button.transparent:hover,
button.transparent:focus,
.button.transparent:focus {
    background-color: #54c2b3;
    color: #FFF;
}

button.grey,
.button.grey {
    background-color: rgba(90, 90, 90, 1);
    color: #FFF;
    border: none;
}

button.shadow,
.button.shadow {
    box-shadow: 1px 15px 21px rgba(1, 2, 2, .22);
}

button.shadow:hover,
.button.shadow:hover {
    box-shadow: 1px 15px 40px rgba(1, 2, 2, .5);
}

button:hover,
button:focus,
.button:hover,
.button:focus {
    background-color: #0f3e77;
    outline: none;
}

.button.margin-top {
    margin-top: 1.875rem;
}

.row,
.top-bar .row {
    max-width: 75rem;
}


/* Top bar */

#header {
    background: #FFF;
    position: relative;
    z-index: 10000;
}

@media only screen and (max-width: 64em) {
    #header {
        min-height: 5.3125rem;
        height: 5.3125rem;
    }
}

#header .header-container>.row {
    position: relative;
}

.top-bar-container {
    background-color: #FFF;
    height: auto;
    line-height: normal;
}

.top-bar .menu-area {
    float: right;
    width: calc(100% - 15rem);
}

.top-bar .logo-area {
    float: left;
    width: 15rem;
    text-align: center;
    height: 7.5rem;
}

.top-bar .logo-area a {
    display: inline-block;
    vertical-align: middle;
}

.top-bar .logo-area:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.top-bar .social-area {
    height: 3.75rem;
    box-sizing: border-box;
    overflow: hidden;
}

.top-bar .social-area ul {
    padding: 17px 0px 17px 17px;
    box-sizing: border-box;
    height: 100%;
    text-align: right
}

.top-bar .social-area li {
    display: inline-block;
    vertical-align: middle;
}

.top-bar .social-area .social-container {
    line-height: 26px;
}

.top-bar .social-area a.topbar-icon {
    color: #888888;
    vertical-align: middle;
    display: inline-block;
    font-size: 1rem;
    margin-left: 1.5rem;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.top-bar .social-area a.topbar-icon.phone {
    color: #4fc0b4;
    font-weight: 900;
    /*margin-right: 15px;*/
}

.top-bar .social-area a.topbar-icon.phone span {
    font-weight: normal;
    margin-right: .5rem;
    color: #888;
}

.top-bar .social-area a.topbar-icon.phone i {
    margin-right: .5rem;
}

.top-bar .social-area a.topbar-icon i {
    transition: color .3s;
}

.top-bar .social-area a.topbar-icon:hover,
.top-bar .social-area a.topbar-icon:hover i {
    color: #4fc0b4;
}


/* Search */

.tm-search {
    display: inline-block;
    position: relative;
}

.tm-search .search-icon {
    margin: 0;
    display: inline-block;
    position: relative;
    color: #888;
    height: 30px;
    line-height: 30px;
    vertical-align: top;
    -webkit-transition: color 300ms;
    transition: color 300ms;
    font-size: 18px;
}

.tm-search .search-icon::before {
    content: "\f002";
    font-family: FontAwesome;
}

.tm-search .search-submit {
    position: absolute;
    right: 0;
    opacity: 0;
    border: 0;
    padding: 0;
    color: transparent;
    outline: none;
    z-index: -1;
}

.tm-search .search-input {
    background-color: transparent;
    border: none;
    width: 0;
    height: 30px;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 300;
    font-style: italic;
    -webkit-transition: width 300ms, background-color 300ms;
    transition: width 300ms, background-color 300ms;
    margin: 0;
    padding: 0 32px 0 15px;
    position: absolute;
    top: 0;
    right: -10px;
    border-radius: 5px;
    z-index: 10;
    cursor: pointer;
}

.tm-search .search-input:hover~.search-icon {
    color: #4fc0b4;
}

.tm-search .search-input:focus {
    background-color: #191919;
    width: 210px;
    box-shadow: none;
    cursor: text;
    outline: 0;
}

.tm-search .search-input:focus~.search-icon {
    color: #4fc0b4;
    z-index: 11;
}

.tm-search .search-input::-webkit-input-placeholder {
    font-size: 0.875rem;
    color: #fff;
}

.tm-search .search-input::-moz-placeholder {
    font-size: 0.875rem;
    color: #fff;
}

.tm-search .search-input:-ms-input-placeholder {
    font-size: 0.875rem;
    color: #fff;
}

.tm-search .search-input:-moz-placeholder {
    font-size: 0.875rem;
    color: #fff;
}


/* Top Menu */

@media screen and (min-width: 75em) {
    .off-canvas-wrap {
        overflow: hidden;
    }
}

.top-bar-menu {
    position: relative;
    margin-left: 0;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #e8e8e8 35%, #e8e8e8 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #e8e8e8 35%, #e8e8e8 100%);
}

.top-bar-menu::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #e8e8e8;
    position: absolute;
    left: 100%;
}

.top-bar-menu>li {
    float: left;
    display: block;
    font-weight: 400;
    position: relative;
    z-index: 10;
    line-height: 3.75rem;
}

.top-bar-menu>li.has-dropdown>a:after {
    content: "\f107";
    display: inline-block;
    vertical-align: middle;
    font-family: "FontAwesome";
    margin-left: 5px;
}

.top-bar-menu a {
    color: #404141;
    display: block;
    height: 100%;
    padding: 0 11px;
    transition-duration: .3s;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
}

.top-bar-menu li:hover a,
.top-bar-menu li.active a {
    color: #4fc0b4;
}

.top-bar-menu ul.sub-menu {
    position: absolute;
    left: -5px;
    background: rgba(25, 25, 25, 1);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 0;
    margin: 0;
    min-width: 15rem;
    z-index: 10000;
    visibility: hidden;
}

.top-bar-menu li.has-dropdown>ul.sub-menu>li {
    display: block;
    line-height: 1.5;
    position: relative;
}

.top-bar-menu li.has-dropdown>ul.sub-menu>li>a {
    padding: 10px 35px 10px 15px;
    color: #fff;
}

.top-bar-menu li.has-dropdown>ul.sub-menu>li:hover>a {
    background-color: #000;
    color: #4fc0b4;
}

.top-bar-menu .dropdown li.has-dropdown>a::after {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    right: 16px;
}

.top-bar-menu li.has-dropdown:hover>ul.sub-menu {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.top-bar-menu ul.sub-menu li.has-dropdown>ul.sub-menu {
    top: 0;
    left: 100%;
}

.top-bar-menu ul.sub-menu li.has-dropdown:hover>ul.sub-menu:before {
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    opacity: .5;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1);
}

.top-bar-menu>li:last-child ul.sub-menu li.has-dropdown:hover>ul.sub-menu {
    top: 0;
    left: auto;
    right: 100%;
}

.top-bar-menu>li:last-child ul.sub-menu li.has-dropdown:hover>ul.sub-menu:before {
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    opacity: .5;
    top: 0;
    left: auto;
    right: 0;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1);
}

.sub-bar-container .mini-cart-wrap .cart-content {
    position: relative;
    z-index: 10;
    padding-right: .5rem;
}

.cart-count {
    background: #4a4a4a;
    position: absolute;
    text-align: center;
    color: #fff;
    right: -20px;
    top: -10px;
    border-radius: 5px;
    width: 24px;
    height: 24px;
    line-height: 24px;
}

.sub-bar-container .mini-cart-wrap .cart-count {
    z-index: -1;
}


/* Top Bar Reponsive */

@media screen and (min-width: 64.125em) and (max-width: 75em) {
    .top-bar .logo-area {
        width: 15rem;
    }
    .top-bar .top-bar-menu {
        margin-left: 0;
    }
    .top-bar-menu a {
        font-size: 0.875rem;
        padding: 0 12px;
    }
}

@media screen and (max-width: 1110px) {
    .top-bar-menu a {
        font-size: 12px;
        padding: 0 10px;
    }
}

@media screen and (max-width: 75em) {
    /*.top-bar .social-area a.topbar-icon.phone{
		margin-right: 15px;
	}*/
    .top-bar-container {
        padding-left: 15px;
    }
    /*.sub-bar-container{
		padding-left: 15px;
		padding-right: 15px;
	}*/
}


/* Search Form */

#searchform {
    position: absolute;
    top: 0;
    left: 16.875rem;
    z-index: 9999;
    width: calc(100% - 16.875rem);
    height: 0;
    background: #FFF;
    transition: padding .5s, height .5s;
    overflow: hidden;
}

#header.show-search #searchform {
    height: 5.3125rem;
    padding: 1.25rem 1.5rem;
}

#searchform input[type=text] {
    width: 100%;
    border: 1px solid #D8D8D8;
    height: 2.625rem;
    border-radius: 5px;
    box-shadow: 0px 0px 20px rgba(0, 90, 198, .15);
    font-size: 0.875rem;
    display: block;
    position: static;
    padding: 5px 15px;
    margin: 0;
}

#searchform input[type=text]::-webkit-input-placeholder {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1;
    color: #9a9a9a;
}

#searchform input[type=text]:focus::-webkit-input-placeholder {
    color: transparent;
}

#searchsubmit {
    position: absolute;
    right: 1.5rem;
    top: 1.25rem;
    z-index: 1;
    height: 2.625rem;
    padding: 5px 15px;
    font-weight: 700;
    font-size: 0.875rem;
    color: #FFF;
}

@media screen and (max-width: 64em) {
    #searchform {
        top: 5.3125rem;
        width: 100%;
        left: 0;
        box-shadow: inset 0px 5px 10px rgba(2, 2, 2, .15)
    }
    #header.show-search #searchform {
        padding: 1.875rem;
        height: 7.5rem;
    }
    #searchform input[type=text],
    #searchform #searchsubmit {
        height: 3.75rem;
    }
    #searchsubmit {
        top: 1.875rem;
    }
}

@media screen and (max-width: 30em) {
    #searchform {
        top: 4rem;
    }
}

@media screen and (max-width: 25em) {
    #searchform {
        top: 3.5rem;
    }
}


.sub-bar-container {
    background-color: #4fc0b4;
    color: #FFF;
    padding-top: 20px;
    padding-bottom: 20px;
}

.sub-bar-container a {
    color: inherit;
}

.sub-bar-container ul.inline-list {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 300;
}

.sub-bar-container ul.inline-list li {
    line-height: 22px;
}

.sub-bar-container .awe-content-wrap {}

.sub-bar-container .awe-content-wrap li {
    margin-right: 30px;
}

.sub-bar-container .awe-content-wrap li:last-child {
    margin-right: 0;
}

.sub-bar-container .awe-content-wrap li i {
    margin-right: 10px;
}

.sub-bar-container .mini-cart-wrap {}

.sub-bar-container .mini-cart-wrap ul.inline-list {
    font-size: 16px;
    overflow: visible;
}

.sub-bar-container .mini-cart-wrap ul.inline-list a {
    font-weight: bold;
}

.sub-bar-container .mini-cart-wrap ul.inline-list a:hover {
    color: #AFEEE7;
}

.sub-bar-container .mini-cart-wrap ul.inline-list li {
    margin-left: 2rem;
}


/* To Top */

#toTop {
    position: fixed;
    bottom: 2.1875rem;
    right: 2.1875rem;
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
    font-size: 0.625rem;
    background: transparent url(../images/to-top.png) bottom center no-repeat scroll;
    width: 2.75rem;
    height: 4rem;
    text-align: center;
    z-index: 9999;
}


/* Main */

.content {
    padding: 4.375rem 0;
    font-family: 'Roboto', "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
}

.entry {
    padding-bottom: 3rem;
}

.entry,
.entry p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.75rem;
    color: #000;
}

.entry h2 {
    margin-bottom: 0.625rem;
    font-size: 1.875rem;
    color: #39b54a;
}

.entry a {
    color: #39b54a;
}

.the-content {
    margin-bottom: 0.625rem;
}

.entry ul,
.entry ol {
    font-size: 0.75rem;
}


/* Footer */

#footer {
    position: relative;
}

.footer-container {
    background: rgba(0, 0, 0, .9) url(../images/footer-bg.jpg) center no-repeat scroll;
    margin: 0 auto;
    width: 100%;
    padding: 4.375rem 0 1.875rem;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
}

.footer-container:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .9)
}

.footer-logo {
    margin-bottom: 3.125rem;
}

.footer-logo a {
    display: block;
    /*text-align: center;*/
}

.footer-logo a.equipped {
    margin-left: 30px;
}

@media only screen and (max-width: 75em) {
    .footer-container {
        background-position: top center !important;
        background-size: cover;
        padding-top: 3.75rem;
    }
}

@media only screen and (max-width: 40em) {
    .footer-logo a.equipped {
        margin-left: 0;
    }
}

.footer-container h6 {
    text-transform: lowercase;
    color: #FFF;
    margin-bottom: 1.5rem;
}

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

.footer-container .widget {
    margin-bottom: 1.25rem;
}

.footer-container ul {
    line-height: normal;
}

.footer-container ul a {
    color: #FFFFFF;
    font-size: 0.625rem;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 0.625rem;
}

.footer-container a[href]:hover {
    color: #25baa5;
}

.footer-container a[href]:active {
    color: #FFF;
}

.footer-container ul a i {
    display: inline-block;
    margin-right: 1rem;
}

.footer-container>.row>.columns:last-child {
    float: left;
}

.footer-container .widget h5 {
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 900;
    margin-bottom: 1.25rem;
    font-family: 'Roboto', Arial, sans-serif;
    color: #4fc0b4;
}

.footer-container .widget h5.free-parking {
    margin-top: 1.25rem;
    line-height: 2.7;
}

.footer-container .contact-block p {
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 2.7;
}

.footer-container .contact-block:not(:last-child) {
    margin-bottom: 1.5625rem;
}

.footer-container .contact-block .contact-label {
    display: inline-block;
    width: 4.125rem;
    margin-right: .25rem;
}

.footer-container .contact-block p a {
    color: inherit;
}

@media screen and (max-width: 72em) and (min-width: 64em) {
    .footer-container .e-contact-info .contact-block p {
        line-height: 1.8;
        margin-bottom: 1rem;
    }
    .footer-container .e-contact-info .contact-block .contact-label {
        display: block;
    }
}

.footer-credits {
    background: #0a1f35;
    color: #8699ad;
    line-height: 1.5;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-family: 'Roboto', Arial, sans-serif;
    padding: 1rem 0;
}

.footer-credits p {
    margin-bottom: 0;
    line-height: 1.1875rem;
}

@media screen and (max-width: 64em) {
    .footer-credits .columns:last-child p {
        margin-top: .625rem;
    }
}

.footer-credits a {
    color: inherit;
}

.footer-credits a.titan {
    color: #ffffff;
}

.footer-credits span.author-name {
    color: #FFF;
    margin-right: 0.3125rem;
}

.footer-credits .footer-copyright {
    color: #8699ad;
}

#footer .free-parking {
    -webkit-animation-name: bluewhitepulse;
    /* Chrome, Safari, Opera */
    -webkit-animation-duration: 2s;
    /* Chrome, Safari, Opera */
    animation-name: bluewhitepulse;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes bluewhitepulse {
    0% {
        color: rgba(0, 160, 210, 1);
    }
    50% {
        color: rgba(255, 255, 255, 1);
    }
    100% {
        color: rgba(0, 160, 210, 1);
    }
}

@-webkit-keyframes bluewhitepulse {
    0% {
        color: rgba(0, 160, 210, 1);
    }
    50% {
        color: rgba(255, 255, 255, 1);
    }
    100% {
        color: rgba(0, 160, 210, 1);
    }
}


/* Comment */

#respond,
#comments {
    margin-top: 3rem;
}

#comments h3 {
    margin-bottom: 2rem;
}

#comments li.comment {
    margin-bottom: 2rem;
}

#comments ol,
#comments ul {
    list-style: none;
    margin-left: 0;
}

#comments ol.children,
#comments ul.children {
    margin-left: 4.25rem;
    margin-top: 1.25rem;
}

#comments .comment-author img {
    float: left;
    margin-right: 1.25rem;
    margin-bottom: 1.25rem;
}

#comments .comment-author .author-meta {
    font-weight: 600;
    font-size: 0.625rem;
    text-transform: uppercase;
    margin-bottom: .5rem;
}

#comments .comment-author .author-meta cite {
    font-style: normal;
}

#respond label {
    color: inherit;
    margin-bottom: .5rem;
}

#respond input[type=text],
#respond input[type=url],
#respond input[type=email],
#respond textarea {
    border: 1px solid #ddd;
    font-size: inherit;
    border-radius: 0;
    padding: 0.3125rem;
}

#respond input[type=text],
#respond input[type=url],
#respond input[type=email] {
    height: 2.5rem;
}

#respond textarea:focus {
    background: #FFF;
}


/* Responsive */

@media only screen and (min-width: 40.063em) {
    h1 {
        font-size: 3.75rem;
    }
    h2 {
        font-size: 1.875rem;
    }
    h3 {
        font-size: 1.5rem;
    }
    h4 {
        font-size: 1.25rem;
    }
}

.menu-tablet {
    display: none;
}

@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
    .menu-tablet {
        display: block;
    }
}


/* Header Section */

#header-section {
    min-height: 26.875rem;
    background: #183d5c center top no-repeat scroll;
    background-size: cover;
    padding-bottom: 12rem;
}

#header-section h1 {
    color: #FFF;
    margin-top: 4rem;
    line-height: 1.3;
    margin-bottom: 3rem;
}

#header-section h1 span.second-title {
    display: block;
    font-weight: 300;
    font-size: 2.25rem;
}


/* Main Section */

#main {
    position: relative;
    overflow: hidden;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    clear: both;
    background-color: #eeeeee;
}

@media screen and (max-width: 64em) {
    #main {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
    }
}

.home #main {
    padding-bottom: 0;
    clear: both;
    background-color: #eeeeee;
    min-height: 500px;
}


/* Page Header Reponsive */

@media screen and (max-width: 40.0625em) {
    #header-section {
        height: auto;
        padding: 4rem 0;
        min-height: 0rem;
    }
    #header-section h1 {
        margin-top: 0rem;
        line-height: 1.1;
        margin-bottom: 0rem;
    }
    #header-section h1 span.second-title {
        font-size: 1.5rem;
        margin-top: 1rem;
    }
}


/* Breadcrumbs */

#breadcrumbs {
    display: block;
    line-height: 1.2;
    position: static;
    margin: 0 0 3rem;
    font-size: 14px;
    color: #444343;

    background: none;
    border: none;
    padding: 0;
    margin-bottom: 1.5rem;
}

#breadcrumbs li {
    display: inline;
    font-size: .875rem;
    text-transform: none;
}

#breadcrumbs a {
    color: inherit;
    text-transform: none;
}

#breadcrumbs span {
    display: inline;
    color: inherit;
    text-transform: none;
}

.breadcrumbs>*:before {
    margin: 0 .25rem;
}


/* Entry Content */

.entry-content p,
.entry-content li {
    font-size: 0.92rem;
    line-height: 1.725;
    margin-bottom: 0.5rem;
    font-weight: 300;
}

.entry-content ul {
    margin-left: 2.1875rem;
}

.entry-content li {
    margin-bottom: 0.5rem;
    list-style: none;
    position: relative;
}

.entry-content li:before {
    content: "\f058";
    display: inline-block;
    font: normal normal normal 0.875rem/1 FontAwesome;
    font-size: 0.875rem;
    line-height: 1.5rem;
    color: #54c2b3;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: -2.1875rem;
    top: 0;
    width: 0.875rem;
    text-align: center;
    height: 25px;
    line-height: 25px;
}

.entry-content>h2:first-child,
.entry-content>h3:first-child,
.entry-content>h4:first-child,
.entry-content>h5:first-child,
.entry-content>h6:first-child {
    margin-top: 0;
    line-height: 1;
}

.entry-content a {
    /*	font-weight: 700;*/
}


/* Begin - CSS used for mobile canvas menu */


/*ul.off-canvas-list{
	padding: 1rem 0 0 0;
}*/

ul.off-canvas-list ul {
    list-style: none;
    margin-left: 0;
    background: #FFF;
}

ul.off-canvas-list ul a:hover {
    background-color: #f3f3f3;
}

.left-off-canvas-menu,
.right-off-canvas-menu {
    background: #FFF;
}

@media only screen and (min-width: 40.063em) {
    .left-off-canvas-menu,
    .right-off-canvas-menu {
        width: 285px;
    }
}

.left-off-canvas-menu>div,
.right-off-canvas-menu>div {
    border-bottom: 1px solid #E6E6E6;
}

.off-canvas-mobile-logo {
    padding: 1.75rem 2.25rem;
    height: 6rem;
    border-bottom: 1px solid #E6E6E6;
}

.mobile-social {
    padding: 1.25rem 2.25rem;
}

.mobile-social a {
    color: #7B7B7B;
    display: inline-block;
    padding: 1rem 1.375rem;
    ;
}

.mobile-social a:first-child {
    padding-left: 0;
}

.mobile-social a:last-child {
    padding-right: 0;
}

@media only screen and (min-width: 40.063em) {
    .move-right>.inner-wrap {
        -webkit-transform: translate3d(285px, 0, 0);
        -moz-transform: translate3d(285px, 0, 0);
        -ms-transform: translate3d(285px, 0, 0);
        -o-transform: translate3d(285px, 0, 0);
        transform: translate3d(285px, 0, 0);
    }
    .move-left>.inner-wrap {
        -webkit-transform: translate3d(-285px, 0, 0);
        -moz-transform: translate3d(-285px, 0, 0);
        -ms-transform: translate3d(-285px, 0, 0);
        -o-transform: translate3d(-285px, 0, 0);
        transform: translate3d(-285px, 0, 0);
    }
}

ul.off-canvas-list li a {
    font-family: 'Roboto', Arial, sans-serif;
    color: #474747;
    padding: .75rem 2.25rem;
    border-bottom: none;
    font-size: 1rem;
}

ul.off-canvas-list li a .fa {
    margin-right: .5rem;
}

ul.off-canvas-list li ul li a {
    padding: .75rem 2.25rem;
}

ul.off-canvas-list li a:hover {
    background-color: #f3f3f3;
}

.left-off-canvas-menu ul.off-canvas-list li.has-submenu>a:after,
.left-off-canvas-menu ul.off-canvas-list li.has-submenu>a:after {
    content: "\f105";
    font-family: FontAwesome;
    margin-left: 0.5rem;
    display: inline;
    float: right;
    color: #7b7b7b;
}

.right-submenu,
.left-submenu {
    -webkit-backface-visibility: hidden;
    width: 18.75rem;
    top: 6rem;
    bottom: 0;
    position: absolute;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: #0f3e77;
    z-index: 1002;
    box-sizing: content-box;
    -webkit-overflow-scrolling: touch;
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -ms-transition: -ms-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
}

.right-submenu .right-submenu,
.left-submenu .left-submenu {
    top: 0;
}

.right-submenu.move-right,
.right-submenu.offcanvas-overlap-right,
.right-submenu.offcanvas-overlap,
.left-submenu.move-left,
.left-submenu.offcanvas-overlap-left,
.left-submenu.offcanvas-overlap {
    -ms-transform: translate(0%, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.right-submenu .back>a,
.left-submenu .back>a {
    padding: 1rem 2.25rem;
    color: #737373;
    text-transform: uppercase;
    font-weight: bold;
    background: #f3f3f3;
    border-top: none;
    border-bottom: none;
    margin: 0;
}

.right-submenu .back>a:before,
.left-submenu .back>a:before {
    content: "\AB";
    margin-right: 0.5rem;
    display: inline;
}

.move-left a.exit-off-canvas,
.move-right a.exit-off-canvas {
    background: rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: inset 5px -10px 50px 0 rgba(0, 0, 0, 1);
    box-shadow: inset 5px -10px 50px 0 rgba(0, 0, 0, 1);
    z-index: 10001;
    text-align: right;
}

.move-left a.exit-off-canvas:hover,
.move-right a.exit-off-canvas:hover {
    background: rgba(0, 0, 0, 0.75);
}

@media screen and (max-width: 30em) {
    .mobile-social a {
        padding: 1rem 1.125rem;
    }
}


/* End - CSS used for mobile canvas menu */


/* Mobile Header */

#mobile-nav {
    background: #FFF;
    color: #fff;
    height: 5.3125rem;
}

#mobile-nav a.menu-icon {
    color: #25baa5;
    text-align: center;
    text-indent: 0;
    width: 100%;
    height: 5.3125rem;
    line-height: 5.3125rem;
    font-size: 1.875rem;
}

#mobile-nav a.menu-icon.menu-cart {
    position: relative;
}

#mobile-nav a.menu-icon.menu-cart .cart-count {
    top: 7px;
    right: 8px;
    font-size: 16px;
}

#mobile-nav section.left-small,
#mobile-nav section.right-small {
    width: 4.875rem;
    height: 5.3125rem;
    line-height: 5.3125rem;
    box-shadow: none;
}

#mobile-nav section.left-small {
    border-right: 1px solid #25baa5;
}

#mobile-nav section.right-small {
    border-left: 1px solid #25baa5;
}

#mobile-nav section.right-small.second-right {
    right: 4.875rem;
}

#mobile-nav section.tab-bar-section.middle {
    right: 9.75rem;
    left: 4.875rem;
    white-space: nowrap;
    height: 5.3125rem;
    text-align: center;
}

#mobile-nav section.tab-bar-section.middle:after {
    content: "";
    display: inline-block;
    width: 0;
    vertical-align: middle;
    height: 100%;
}

#mobile-nav section.tab-bar-section.middle #logo {
    vertical-align: middle;
    display: inline-block;
}

#mobile-nav section.tab-bar-section.middle img {
    max-width: 100%;
}

@media screen and (max-width: 30em) {
    #header,
    #mobile-nav,
    #mobile-nav section.tab-bar-section.middle {
        height: 4rem;
        min-height: 4rem;
    }
    #mobile-nav section.tab-bar-section.middle {
        left: 4rem;
        right: 8rem;
    }
    #mobile-nav section.left-small,
    #mobile-nav section.right-small,
    #mobile-nav a.menu-icon {
        width: 4rem;
        height: 4rem;
        line-height: 4rem;
    }
    #mobile-nav a.menu-icon {
        font-size: 1.25rem;
    }
    #mobile-nav section.right-small.second-right {
        right: 4rem;
    }
    #mobile-nav a.menu-icon.menu-cart .cart-count {
        width: 18px;
        height: 18px;
        line-height: 18px;
        font-size: 12px;
    }
}


/* Contact Form */

.wpcf7 label {
    color: #FFF;
    margin-bottom: 0.5rem;
}

.wpcf7 button {
    width: 100%;
    text-align: left
}

span.wpcf7-not-valid-tip {
    display: block;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 1.25rem;
}

input.wpcf7-not-valid,
input.wpcf7-not-valid:focus {
    border: 2px solid red;
}

div.wpcf7-response-output {
    color: #FFF;
    padding: 1rem;
}

div.wpcf7-response-output.wpcf7-validation-errors {
    display: none !important;
}


/* Sticky Buttons */

#sticky-buttons {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
    margin-bottom: 0.625rem;
}

#sticky-buttons .button {
    border: none;
    display: block;
    background: #25baa5;
    color: #FFF;
    font-size: 1.125rem;
    border-radius: 50%;
    margin-bottom: 0.625rem;
    margin-right: 1.25rem;
    padding: 0.8125rem 1rem;
    box-shadow: 0px 0px 10px rgba(1, 2, 2, .25);
    text-shadow: 0 0px 21px rgba(1, 2, 2, .64);
    letter-spacing: 0px;
    width: 3.125rem;
    height: 3.125rem;
}

#sticky-buttons .button:before {
    content: none;
}


/* Category, Blog Post */

.content-single-post .entry-content .more-link {
    margin-top: 0.625rem;
    display: inline-block;
}


/* Paging Navigation */

#post-nav a.button:before {
    content: none;
}


/* Gallery */


/* Gallery */

.gallery {
    margin-bottom: 20px;
}

.gallery-item {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0 6px 6px 0;
}

.gallery-icon {
    margin-bottom: 0;
}

.gallery-icon a,
.gallery-icon img {
    display: block;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 48%;
    max-width: -webkit-calc(50% - 6px);
    max-width: calc(50% - 6px);
}

.gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: -webkit-calc(33.3% - 6px);
    max-width: calc(33.3% - 6px);
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 6px);
    max-width: calc(25% - 6px);
}

.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 6px);
    max-width: calc(20% - 6px);
}

.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 6px);
    max-width: calc(16.7% - 6px);
}

.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 6px);
    max-width: calc(14.28% - 6px);
}

.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 6px);
    max-width: calc(12.5% - 6px);
}

.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 6px);
    max-width: calc(11.1% - 6px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
    clear: left;
}

.gallery-caption {
    font-size: 14px;
    line-height: 1.3;
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    max-height: 50%;
    margin: 0;
    padding: 2px 8px;
    text-align: left;
    opacity: 0;
    color: #fff;
    background-color: #000;
    background-color: rgba(0, 0, 0, .7);
}

.gallery-caption:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 50px;
    content: "";
}

.gallery-item:hover .gallery-caption {
    opacity: 0;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

button.pswp__button:hover,
button.pswp__button:focus {
    background: none;
}


/* Content Post Block */

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .post-list>.row>.column:nth-child(2n + 1) {
        clear: left;
    }
}

@media only screen and (min-width: 64.063em) {
    .post-list>.row>.column:nth-child(3n + 1) {
        clear: left;
    }
}

.content-post {
    margin-bottom: 1.875rem;
    padding-right: 0.0625rem;
}

.content-post .entry-thumb {
    width: 100%;
    padding-top: 50%;
    background: url(../images/image-placeholder.png) no-repeat center;
    background-size: cover;
    margin-bottom: 1.25rem;
}

.content-post .entry-title {
    margin-bottom: 0.9375rem;
    line-height: 1.3;
    padding-right: 1.5rem;
}

.content-post .entry-meta {
    margin-bottom: .25rem;
    text-transform: uppercase;
    color: #444;
    font-size: 0.625rem;
    font-weight: 600;
    padding-right: 1.5rem;
}

.content-post .entry-meta a {
    color: inherit;
}

.content-post .entry-title a:hover,
.content-post .entry-meta a:hover,
.content-post .entry-title a:active,
.content-post .entry-meta a:active,
.content-post .entry-title a:focus,
.content-post .entry-meta a:focus {
    color: #54c2b3
}


/* Sidebar Custom Menu Widget */

.sidebar {
    background-color: #fff;
    padding: 1.875rem;
}

@media only screen and (max-width: 64em) {
    .sidebar,
    .page-sidebar {
        margin-top: 1.875rem;
    }
}

.sidebar .widget {
    margin-bottom: 30px;
}

.sidebar .widget h6 {
    font-size: 1.125rem;
    text-transform: uppercase;
    color: #3E4448;
    margin-bottom: 1rem;
}

.sidebar .widget ul {
    /* margin-bottom: 2rem; */
}
.sidebar .widget ul.children{
    margin-left:2rem;
    display: none;
}
.sidebar .widget li.has_children{
    position: relative;
}
.sidebar .widget li.has_children:after{
    content: '+';
    position: absolute;
    right: 0;
    height: 50px;
    width: 50px;
}

.sidebar .widget ul li a {
    color: #5a5a5a;
    text-transform: uppercase;
    font-family: 'Roboto', Arial, sans-serif;
    padding: 0.4375rem 0;
    display: inline-block;
}

.sidebar .widget ul li a:hover {
    color: #4fc0b4;
}

.sidebar .widget_archive ul li a {
    display: inline-block;
}


/* Your Detail Form */

.contact-7-form input.input-field,
.contact-7-form textarea.input-field,
.contact-7-form select.input-field {
    background-color: #EDEDED;
    border-radius: 0;
    border: 1px solid #CDCDCD;
    height: 2.5rem;
    padding: .5rem .75rem;
    font-size: .875rem;
    color: #000;
}

.contact-7-form input.wpcf7-not-valid,
.contact-7-form input.wpcf7-not-valid:focus {
    border-color: #ed0000;
    color: #000
}

.contact-7-form label {
    color: #000;
    font-weight: 600;
}

.contact-7-form label span.asterisk {
    color: #ed0000;
}

input.small-input {
    width: 4rem;
}

.input-block>span,
.input-block label {
    display: inline-block;
}

.large-6+.large-6>.input-block {
    margin-top: 2.8125rem;
}

.contact-7-form a {
    margin-bottom: 1rem;
    display: block;
}

#btn-submit {
    letter-spacing: 0;
    text-align: center;
    background: #ED0000;
    color: #FFF;
    border: none;
    font-size: 1rem;
    padding: 0.9375rem;
    margin-top: 1rem;
    text-transform: lowercase;
    font-weight: 400 !important;
    transition: background-color .3s;
    -o-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -webkit-transition: background-color .3s;
}

#btn-submit:hover {
    background: #3E4448;
}

.contact-7-form+.wpcf7-response-output {
    margin-left: 0;
    margin-right: 0;
}

.contact-7-form+.wpcf7-response-output p {
    color: #000;
}

.overlay-processing {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background: rgba(0, 0, 0, .5) url(../images/spin.gif) no-repeat center center scroll;
}

@media screen and (max-width: 80em) and (min-width: 64.0625em) {
    input.small-input {
        width: 3rem;
    }
}

@media screen and (max-width: 80em) {
    .large-6+.large-6>.input-block {
        margin-top: 0;
    }
}


/* Form Validate */

.form-validate input.error,
.form-validate select.error,
.form-validate textarea.error {
    border-color: #ed0000 !important;
}

.form-validate label.error {
    color: #ED0000 !important;
    margin-top: 1.3125rem;
}


/* Header Overlay Background */

.background-overlay {
    position: relative;
}

.background-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, .6);
}

.background-overlay.blue-overlay:before {
    background-color: rgba(3, 44, 93, .85);
}


/* Single Post */

.content-single-post .entry-meta {
    color: #3e4448;
    text-transform: uppercase;
    font-size: 0.625rem;
    font-weight: 400;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.content-single-post .single-fimage {
    margin-left: 3.5rem;
    margin-bottom: 2rem;
}


/* Contact Page */

#contact-form {
    padding: 2.5rem 6.875rem;
    position: relative;
    background: rgba(8, 79, 141, 1);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(8, 79, 141, 1)), color-stop(100%, rgba(67, 215, 195, 1)));
    background: linear-gradient(57deg, rgba(8, 79, 141, 1) 0%, rgba(67, 215, 195, 1) 100%);
}

@media only screen and (max-width: 40em) {
    #contact-form {
        padding: 1.25rem 1.5rem;
    }
    #contact-form .gform_body {
        width: 100%;
    }
}

#contact-form:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: transparent url(../images/contact--form-bg.jpg) center center no-repeat scroll;
    background-size: cover;
    opacity: .15;
}

#contact-form>* {
    position: relative;
}

#contact-form h4 {
    color: #FFF;
    margin-bottom: 2rem;
}

#contact-form .gform_wrapper .gform_body {
    width: 100%;
}

#contact-form .gform_wrapper .gform_body ul.gform_fields li.gfield {
    padding-right: 0;
    max-width: none !important;
}

#contact-form .gfield_label {
    color: #FFF;
    font-weight: normal;
    font-size: 16px;
}

#contact-form .gfield_label .gfield_required {
    color: red;
}

#contact-form input[type="text"] {
    width: 100%;
    padding: 15px;
}

#contact-form .textarea {
    height: 100px;
}

#contact-form .gform_wrapper .gform_footer {
    position: relative;
}

#contact-form .gform_wrapper .gform_footer:after {
    content: "\f0a9";
    font: normal normal normal 16px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    z-index: 10;
    left: 50%;
    margin-top: -5px;
    margin-left: 20px;
}

#contact-form .gform_button {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #4fc0b4;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 1.125rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.625rem 2rem;
    position: relative;
    border-radius: 5px;
    border: 0;
    outline: none;
    cursor: pointer;
    line-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    text-indent: -16px;
}

#contact-form .gform_button:hover {
    background-color: #AFEEE7;
}

#contact-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
}

#contact-form .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    display: none;
}

input[type=radio] {
    opacity: 0;
}

input[type=radio]+span {
    margin-bottom: 0.5rem;
    position: relative;
}

input[type=radio]+span:before {
    content: "\f10c";
    display: inline-block;
    font: normal normal normal 0.875rem/1 FontAwesome;
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #FFF;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: -1.75rem;
    top: 0;
    width: 0.875rem;
    text-align: center;
}

input[type=radio]:checked+span:before {
    content: "\f058";
}

.one-row {
    text-align: center;
    display: block;
}

.one-row span.wpcf7-list-item:first-child {
    margin-left: 0;
}

.one-row label {
    display: inline-block;
    margin-left: 1rem;
}

#contact-form button {
    border-radius: 0;
    text-align: center;
    padding: 1.625rem 1.4375rem;
}

#contact-form .gform_confirmation_message {
    color: #FFF;
    line-height: 1.5;
    text-align: center;
}

#map {
    height: 280px;
    margin-top: 1.25rem;
}

@media only screen and (min-width: 64.063em) {
    #map {
        margin-top: 2rem;
    }
    .contact-sidebar {
        margin-top: 0;
    }
}

.contact-sidebar {
    margin-top: 2rem;
}


/* Fixed Admin Bar on Mobile */

@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed;
    }
}


/* product brand */

.brands {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.brands .featured-brand {
    /*margin-bottom: 1rem;*/
}

.brands .brand-item {
    width: 50%;
    height: 60px;
    padding: 0 0.9375rem;
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: middle;
    line-height: 60px;
}

@media only screen and (min-width: 30.063em) and (max-width: 40em) {
    .brands .brand-item {
        width: 33.33333%;
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .brands .brand-item {
        width: 25%;
    }
}

@media only screen and (min-width: 64.063em) {
    .brands {
        padding: 0;
    }
    .brands .brand-item {
        width: 16.6666%;
    }
}



/*choose your vehicle */

.main_box_image {
    clear: both;
    width: 100%;
    background: #313131;
    position: relative;
    z-index: 1;
}

.main_box_image .main_image {
    min-height: 190px;
    position: relative;
}

.post-type-archive-product .main_box_image .main_image {
    min-height: 268px;
}

.main_box_image .main_image .header-top-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/gradien-top.png) repeat-x 0 0;
    z-index: 1;
}

.main_box_image .main_image .header-top-overlay:after,
.main_box_image .main_image .header-top-overlay:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}

.main_box_image .main_image .header-top-overlay:before {
    background: url(../images/page-gradien-left.png) repeat-y left;
}

.main_box_image .main_image .header-top-overlay:after {
    background: url(../images/page-gradien-right.png) repeat-y right;
}

.main_box_image .main_image>.row {
    position: relative;
    z-index: 10;
}

.main_box_image .main_image h1 {
    font-size: 60px;
    line-height: 75px;
    color: #FFF;
    padding: 0px;
    margin: 0px;
    margin-top: 60px;
}

.main_box_image .main_image span.subtitle {
    color: #4fc0b4;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.main_box_image .main_slider {
    z-index: 10;
    position: relative;
}

.choose-your-vehicle {
    clear: both;
    width: 100%;
    position: relative;
    z-index: 9999;
    background: url('../images/choose-your-vehicle-bg.png') no-repeat;
    background-position: center bottom;
    min-height: 275px;
    margin-top: -100px;
    padding-top: 52px;
    background-size: cover;
}

@media only screen and (max-width: 64em) {
    .main_box_image .main_image {
        background-position: top center !important;
    }
}

@media only screen and (max-width: 48em) {
    .main_box_image .main_image .header-top-overlay:after,
    .main_box_image .main_image .header-top-overlay:before {
        display: none;
    }
}

@media only screen and (max-width: 40em) {
    .main_box_image .main_image h1 {
        font-size: 2.25rem;
    }
    .choose-your-vehicle {
        padding-top: 100px;
    }
}

.choose-your-vehicle .image {
    display: none;
    margin-right: -80px;
    vertical-align: middle;
    margin-top: -30px;
    margin-bottom: -40px;
}

.choose-your-vehicle .choose-your-vehicle-inner {
    overflow: hidden;
    padding: 0 0.9375rem 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    width:100%;
}

@media only screen and (min-width: 80.063em) {
    .choose-your-vehicle .image {
        display: inline-block;
    }
    .choose-your-vehicle .choose-your-vehicle-inner {
        width: 840px;
        padding: 0;
    }
}


.choose-your-vehicle .choose-your-vehicle-inner h2 {
    color: #FFF;
    text-transform: uppercase;
    font-size: 22px;
    padding: 0px;
    margin: 0px;
    font-weight: 900;
}

.choose-your-vehicle .choose-your-vehicle-inner h4 {
    color: #4fc0b4;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
}

form#frmChooseYourVehicle {
    overflow: hidden;
}

form#frmChooseYourVehicle .select-wrap {
    float: left;
    width: 235px;
    background-color: #3a3a3a;
    margin-right: 10px;
    position: relative;
}

form#frmChooseYourVehicle .select-wrap::after {
    content: "\f13a";
    width: 20px;
    height: 20px;
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    pointer-events: none;
}

form#frmChooseYourVehicle select {
    background-image: none;
    background-color: #e8e8e8;
    text-transform: uppercase;
    width: 100%;
    height: 62px;
    color: #333;
    font-weight: bold;
    font-size: 1.25rem;
    display: block;
    outline: none;
    border: 0;
    padding: 0px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    user-select: none;
    margin-bottom: 0;
}

form#frmChooseYourVehicle select::-ms-expand {
    display: none;
}

form#frmChooseYourVehicle .select-wrap option {
    background-color: #fff;
    color: #000;
}

button#btn_go {
    width: 104px;
    background-color: #414242;
    color: #4FC0B4;
    font-size: 18px;
    font-weight: bold !important;
    text-transform: uppercase;
    padding: 10px;
    position: relative;
    display: block;
    float: left;
    height: 62px;
}



@media only screen and (min-width: 40.063em) and (max-width: 58.750em) {

    form#frmChooseYourVehicle .select-wrap {
        float: none;
        width: 30%;
        display: inline-block;
        margin-right: 2%;
        margin-bottom: 10px;
    }
    form#frmChooseYourVehicle .select-wrap:last-child {
        margin-right: 0;
    }
    button#btn_go {
        float: none;
    }
}

@media screen and (max-width: 80.062em) {
    form#frmChooseYourVehicle .select-wrap{
        width: 46%;
        margin-bottom: 10px;
        float: left;
        margin-left: 2%;
    }
    form#frmChooseYourVehicle #btn_go{
        width: 46%;
        margin-left: 2%;
        float: left;
    }
    .choose-your-vehicle .choose-your-vehicle-inner{
        margin-top: 30px;
    }
}

@media only screen and (max-width: 40em) {
    form#frmChooseYourVehicle .select-wrap {
        float: none;
        width: 100%;
        margin-bottom: 5px;
        max-width: none;
        margin-right: 0;
        margin-left: 0;
    }
    form#frmChooseYourVehicle button#btn_go {
        float: none;
        width: 100%;
        display: block;
        margin-left: 0;
    }
}


/* popular categories */

.popular-categories {
    clear: both;
}

.popular-categories h2 {
    color: #000;
    font-weight: 900;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
}

.popular-categories .categories {
    margin-bottom: 50px;
}

.categories-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.popular-categories .categories .category {
    padding: 0.46875rem;
}

.categories-flex .category a {
    display: block;
    height: 100%;
    padding: 10px;
    background-color: #FFF;
    text-align: center;
}

.popular-categories .categories .category a:hover,
.popular-categories .categories .category a:active {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
    -webkit-transition: box-shadow 0.3s ease-out;
    transition: box-shadow 0.3s ease-out;
}

.popular-categories .categories .category a h4 {
    font-size: 15px;
    font-weight: 900;
    height: 45px;
    overflow: hidden;
    color: #000;
    margin-top: 15px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.popular-categories .categories .category a img {
    width: auto;
    display: block;
    margin: 0px auto;
    height: auto;
    max-height: 110px;
}

@media screen and (min-width: 80.063em) {
    .popular-categories .categories .category:nth-child(6n) {
        margin-right: 0px;
    }

    .popular-categories .categories .category:nth-child(6n+1) {
        clear: both;
    }
}


/* boxs footer */

div#boxs {
    margin-top: 60px;
    margin-bottom: 60px;
}

.page-sidebar div#boxs {
    margin-top: 0px;
    margin-bottom: 1.25rem;
}


div#boxs .box {
    text-align: left;
    padding: 0.46875rem;
}

div#boxs .box .box_inner {
    padding: 35px 40px;
    padding-top: 50px;
}

div#boxs .box:last-child .box_inner {
    margin-right: 0px;
}

@media screen and (min-width: 64.063em) {
    div#boxs .box .box_inner {
        margin-right: 10px;
    }
}

div#boxs .box .box_inner span {
    display: block;
    color: #FFF;
    font-weight: 900;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 15px;
}

div#boxs .box .box_inner span.line2 {
    font-size: 23px;
    color: #4fc0b4;
}


/* page */

.page-sidebar div#boxs .box {
    padding: 0 0.9375rem;
}

.page-sidebar div#boxs .box .box_inner {
    margin-right: 0;
    margin-bottom: 1.5rem;
}


/* product */

.woocommerce div.product .product_title {
    font-weight: 900;
    line-height: 32px;
    font-size: 30px;
}

.short-description h3 {
    color: #e66100;
}

.short-description {
    color: #5a5a5a;
}

.short-description>p {
    font-size: 0.92rem;
    line-height: 1.725;
    margin-bottom: 0.5rem;
}

.woocommerce div.product .woocommerce-tabs .panel {
    background-color: #ffffff;
    border: none;
    padding: 20px;
}

.woocommerce table.shop_attributes {
    border: none;
    margin: 0px;
}

.woocommerce table.shop_attributes tr {
    background: #FFF !important;
}

.woocommerce table.shop_attributes th {
    background-color: #FFF !important;
    border: none;
    text-align: left;
    width: 200px;
}

.woocommerce table.shop_attributes td {
    background-color: #FFF !important;
    border: none;
    text-align: left;
    font-style: normal;
    padding-left: 15px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    background-color: #d0d0d0;
    margin: 0px;
    padding: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    margin: 0px;
    border-radius: 0px;
    padding: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #444343;
    font-size: 18px;
    padding: 10px 20px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #444343;
}

@media only screen and (min-width: 75.0625em) {
    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
        width: 52%;
    }

    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        width: 44%;
    }
}

@media only screen and (min-width: 48.0625em) and (max-width: 75em) {
    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
        width: 44%;
    }
    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        width: 52%;
    }
}


.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
    width: 31.3%;
    margin-right: 3%;
}

.woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 30px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    display: none;
}

.woocommerce div.product .product_meta span.posted_in {
    display: none;
}

.woocommerce div.product .product_meta {}


/* loop products */

.woocommerce ul.products {
    margin: 0 -15px 2rem;
}

ul.products li.product .product-thumbnail-wrap {
    /* background-color: #fff;
	overflow: hidden;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1; */
}

.woocommerce ul.products li.product.product-category a,
.woocommerce-page ul.products li.product.product-category a,
.woocommerce ul.products li.product a,
.woocommerce ul.products li.product a {
    display: block;
    text-align: center;
    /*height: 100%;*/
}

@media only screen and (min-width: 64.063em) {
    ul.products li.product .product-thumbnail-wrap {
        height: 185px;
    }
}

.woocommerce ul.products li.product .button {
    font-size: 1.125rem;
    font-weight: 500;
    padding: 0.9375rem 2.125rem 1rem;
    border: 0;
    border-radius: 5px;
}

.woocommerce ul.products li.product .price {
    /*display: none;*/
    font-size: 1.5rem;
    font-weight: 500;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    width: 100%;
    padding: 0 15px;
    margin: 0;
    margin-bottom: 1.875rem;
    text-align: center;
    position: relative;
}

@media only screen and (min-width: 30.063em) and (max-width: 40em) {
    .woocommerce.page-has-sidebar ul.products li.product,
    .woocommerce-page.page-has-sidebar ul.products li.product {
        width: 50%;
        /*min-width: 195px;*/
    }
    .woocommerce ul.products li.product:nth-child(2n+1),
    .woocommerce-page ul.products li.product:nth-child(2n+1),
    .woocommerce-page[class*=columns-] ul.products li.product:nth-child(2n+1),
    .woocommerce[class*=columns-] ul.products li.product:nth-child(2n+1) {
        clear: both;
    }
}

@media only screen and (min-width: 40.0625em) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 33.33333%;
    }
}

@media only screen and (min-width: 40.0625em) {
    .woocommerce.page-has-sidebar ul.products li.product,
    .woocommerce-page.page-has-sidebar ul.products li.product {
        width: 33.33333%;
        margin-bottom: 3.5rem;
        /*min-width: 195px;*/
    }
    .woocommerce.page-has-sidebar ul.products li.product:nth-child(3n+1),
    .woocommerce-page.page-has-sidebar ul.products li.product:nth-child(3n+1) {
        clear: both !important;
    }
}

@media only screen and (min-width: 64em) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 16.66667%;
        /*min-width: 195px;*/
    }
    ul.products li.product .product-thumbnail-wrap {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }

    .woocommerce.page-has-sidebar ul.products li.product,
    .woocommerce-page.page-has-sidebar ul.products li.product {
        /*width: 25%;*/
        /*min-width: 195px;*/
    }
}

.woocommerce ul.products li.product.product-category a,
.woocommerce-page ul.products li.product.product-category a {
    display: block;
    padding: 10px;
    background-color: #FFF;
    text-align: center;
    height: 100%;
}

.woocommerce ul.products li.product.product-category a:hover,
.woocommerce ul.products li.product.product-category a:active,
.woocommerce-page ul.products li.product.product-category a:hover,
.woocommerce-page ul.products li.product.product-category a:active {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
    -webkit-transition: box-shadow 0.3s ease-out;
    -moz-transition: box-shadow 0.3s ease-out;
    transition: box-shadow 0.3s ease-out;
}

.woocommerce ul.products li.product:nth-child(6n),
.woocommerce-page ul.products li.product:nth-child(6n) {
    margin-right: 0px;
}

.woocommerce ul.products li.product:nth-child(6n+1),
.woocommerce-page ul.products li.product:nth-child(6n+1) {
    /*clear:both   */
}

.woocommerce ul.products li.product h3 {
    color: #000;
    margin-top: 15px;
    padding: 0 1rem;
    overflow: hidden;
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: .625rem;
}

.woocommerce ul.products li.product a img {
    background: #fff;
    margin: 0 auto;
}


/* .woocommerce .products ul, 
.woocommerce ul.products {
    margin:0px;
    padding:0px;
} */

.woocommerce h1.page-title {
    font-size: 27px;
    font-weight: 900;
    margin-bottom: 50px;
    padding: 0.46875rem;
}

.woocommerce .woocommerce-ordering {

    margin: 0;
}

.woocommerce .woocommerce-result-count {
    padding: .8125rem 1.125rem .75rem;
    margin: 0;
}

@media only screen and (max-width: 30em) {
    .woocommerce .woocommerce-ordering {
        float: none;
        border-top: 1px solid #ccc;
    }
    .woocommerce .woocommerce-result-count {
        float: none;
    }
}

.product-archive-desc {
    padding: 0 0.9375rem;
}

@media only screen and (min-width: 64.063em) {
    .product-archive-desc {
        padding: 0;
    }
    .no-pad-right{padding-right: 0;}
}

.category-content {
    margin-bottom: 2rem;
}

.category-content .category-image {
    text-align: center;
}

.wc-toolbar {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.wc-toolbar::after {
    content: '';
    display: table;
    clear: both;
}

.wc-toolbar-top {
    margin-bottom: 2.375rem;
}

.woocommerce-result-count {
    float: left;
    padding: .8125rem 1.125rem .75rem;
    margin: 0;
}

.woocommerce-ordering {
    float: right;
}

.woocommerce-ordering .orderby {
    height: 3.0625rem;
    padding-left: 1.125rem;
    background-color: transparent;
    border-width: 0 0 0 1px;
    border-color: #ccc;
    margin: 0;
}


/* list_categories for make, model , series */

.result-categories {
    margin-top: 40px;
    margin-bottom: 40px;
}

.result-categories .category {
    padding: 0.46875rem;
}

.result-categories .category a {
    display: block;
    padding: 10px;
    background-color: #FFF;
    text-align: center;
    height: 100%;
}

.result-categories .category a:hover,
.result-categories .category a:active {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
    -webkit-transition: box-shadow 0.3s ease-out;
    transition: box-shadow 0.3s ease-out;
}

.result-categories .category:nth-child(6n) {
    margin-right: 0px;
}

.result-categories .category:nth-child(6n+1) {
    clear: both;
}

.result-categories .category a h4 {
    font-size: 15px;
    font-weight: 900;
    height: 45px;
    overflow: hidden color: #000;
    margin-top: 15px;
    margin-bottom: 0px;
}

.result-categories .category a img {
    width: auto;
    display: block;
    margin: 0px auto;
    height: auto;
    max-height: 110px;
}

.make_model_series>h4 {
    margin-bottom: 0;
}


/* list_products for make, model , series */

.result-products {
    margin-top: 40px;
    margin-bottom: 40px;
}


.result-products .product {
    padding: 0.46875rem;
}

.result-products .product a {
    display: block;
    padding: 10px;
    text-align: center;
}

.result-products .product:nth-child(6n) {
    margin-right: 0px;
}

.result-products .product:nth-child(6n+1) {
    clear: both;
}

.popular-products .products .product a {
    display: block;
    padding: 10px;
}

.result-products .product a h4 {
    font-size: 15px;
    font-weight: 900;
    min-height: 45px;
    color: #000;
    margin-top: 15px;
    margin-bottom: 0px;
}

.result-products .product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
}


.woocommerce div.product div.related.products {
    display: none;
}


mark.count {
    background-color: transparent;
}

.make_model_series .gallery {
    margin-top: 1.875rem;
}

#myModalEnquiryProduct label {
    color: #000;
}


.enquire_product_box {
    background-color: #d0d0d0;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.enquire_product_box a {
    display: block;
    height: 50px;
    color: #000;
    background-color: #4fc0b4;
    text-align: center;
    line-height: 50px;
    font-weight: 600;
}

@media screen and (min-width: 80.063em) {
    .result-categories .category {}
}


@media only screen and (max-width: 40em) {
    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
        width: 100%;
    }

    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        width: 100%;
    }
}


#home-slider {
    height: 460px;
    overflow: hidden;
    position: relative;
}

#home-slider:before,
#home-slider:after {}

#home-slider .header-top-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/gradien-top.png) repeat-x 0 0;
    z-index: 1;
}

#home-slider .header-top-overlay:after,
#home-slider .header-top-overlay:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}

#home-slider .header-top-overlay:before {
    background: url(../images/gradien-left.png) repeat-y left;
}

#home-slider .header-top-overlay:after {
    background: url(../images/gradien-right.png) repeat-y right;
}

#home-slider .slick-slider {
    margin: 0;
    padding: 0;
    height: 460px;
}

#home-slider .slick-slider .slide {
    position: relative;
    height: 460px;
}

#home-slider .slick-slider .slide .slide-image {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

#home-slider .slick-slider .slide .slide-image img {
    visibility: hidden;
}

#home-slider .slick-slider .slide .slide-caption {
    width: 100%;
    position: absolute;
    z-index: 5;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
}

#home-slider .slick-slider .slide .slide-caption h2,
#home-slider .slick-slider .slide .slide-caption .title {
    font-size: 70px;
    font-weight: 900;
    color: #FFF;
    margin: 5px 0;
    line-height: 1;
}

#home-slider .slick-slider .slide .slide-caption h5,
#home-slider .slick-slider .slide .slide-caption .sub-title {
    font-size: 24px;
    margin: 5px 0;
    font-size: 24px;
    color: #4fc0b4;
    line-height: 1;
}

#home-slider .slick-slider .slide .slide-caption a {
    color: #ffffff;
}

@media screen and (max-width: 75em) {
    #home-slider .slick-slider .slide .slide-image {
        background-position: top center !important;
    }
}

@media screen and (max-width: 62em) {
    #home-slider .slick-slider .slide .slide-caption h2,
    #home-slider .slick-slider .slide .slide-caption .title {
        font-size: 50px;
    }
    #home-slider .slick-slider .slide .slide-caption h5,
    #home-slider .slick-slider .slide .slide-caption .sub-title {
        font-size: 20px;
    }
}

@media screen and (max-width: 45em) {
    #home-slider .slick-slider .slide .slide-caption h2,
    #home-slider .slick-slider .slide .slide-caption .title {
        font-size: 40px;
    }
    #home-slider .slick-slider .slide .slide-caption h5,
    #home-slider .slick-slider .slide .slide-caption .sub-title {
        font-size: 18px;
    }
}

.home-gallery {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.home-gallery .slick-slide {
    outline: none;
}

.home-gallery .slick-slide img {
    margin-left: auto;
    margin-right: auto;
}

.home-gallery .slick-prev,
.home-gallery .slick-next {
    z-index: 10;
}

.home-gallery .slick-prev {
    left: 25px;
}

.home-gallery .slick-next {
    right: 25px;
}

.home-gallery .slick-prev:before,
.home-gallery .slick-next:before {
    background: none;
}

@media screen and (max-width: 64em) {
    .home-gallery {
        margin-bottom: 40px;
    }
}



/* FAQs Page */

#faqs-filter {
    box-sizing: border-box;
}

#faqs-filter h2 {
    color: #FFF;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 5px
}

#faqs-filter h2 strong {
    display: block;
}

#faqs-filter .filter-container {
    position: relative;
}

#faqs-filter #filter-box {
    height: 65px;
    padding: 10px 30px;
    box-sizing: border-box;
    font-size: 14px;
    color: #3e4448;
    background-color: #CCC;
    border-color: #CCC;
}

#faqs-filter #filter-box::-ms-clear {
    display: none;
}

#faqs-filter .filter-container i {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.faq-block {
    margin-bottom: 50px;
}

#new-faq {
    margin-bottom: 3rem;
    clear: both;
}

#new-faq h2.faq-no-answer {
    text-transform: none;
    letter-spacing: 0px;
    font-weight: 500;
    line-height: 1.5rem;
}

.faq-block .faq .accordian-toggle {
    font-size: 18px;
    font-weight: normal;
}

.faq-block .faq .accordian-toggle a {
    color: #54c2b3;
}

.faq-block .faq .accordian-toggle-content {
    display: none;
}

@media only screen and (max-width: 30em) {
    #faqs-filter {
        padding: 40px 20px;
    }
}


/* Accordion */

.accordian .accordian-toggle {
    margin: 0;
}

.accordian .faq {
    border-bottom: 1px solid #54c2b3;
}

.accordian .accordian-toggle a {
    color: #54c2b3;
    display: block;
    padding: 15px 40px 15px 0;
    font-size: 18px;
    line-height: 1.5;
    position: relative;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0;
}

.accordian .accordian-toggle.active a {
    border-bottom: 0;
}

.accordian .accordian-toggle-content {
    padding-bottom: 18px;
    display: none;
    overflow: hidden;
}

.accordian .accordian-toggle-content p {
    font-size: 14px;
}

.accordian .accordian-toggle .fa {
    position: absolute;
    top: 50%;
    font-size: 14px;
    margin-top: -5px;
    right: 15px;
}

.accordian .accordian-toggle .fa.fa-close {
    color: #3e4448;
}

#contact-infos {}

#contact-infos>div {
    margin-bottom: 30px;
}

.woocommerce div.product .add-to-cart-box-wrap {
    background-color: #e8e8e8;
    padding: 15px;
    margin-bottom: 40px;
}

.woocommerce div.product .add-to-cart-box-wrap>div {
    float: left;
    margin: 0;
}

.woocommerce div.product .add-to-cart-box-wrap>div .price {
    font-size: 30px;
    font-weight: 900;
}

.woocommerce div.product .add-to-cart-box-wrap>div .price sup {}

.woocommerce div.product .add-to-cart-box-wrap>.cart {
    float: right;
    margin: 0;
}

.woocommerce div.product .add-to-cart-box-wrap>.cart .quantity {
    height: 50px;
    overflow: hidden;
    margin-right: 20px;
}

.woocommerce div.product .add-to-cart-box-wrap>.cart .quantity label {
    display: block;
    line-height: 50px;
    float: left;
    color: #444343;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
}

.woocommerce div.product .add-to-cart-box-wrap>.cart .quantity button {
    display: inline-block;
    height: 50px;
    width: 30px;
    background: none;
    color: #25baa5;
    border: none;
    box-shadow: none;
    padding: 0;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
    padding-bottom: .625rem;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    display: block;
    padding: 0;
}

.woocommerce div.product .add-to-cart-box-wrap>.cart .quantity button.plus {
    text-align: left;
}

.woocommerce div.product .add-to-cart-box-wrap>.cart .quantity button.minus {
    text-align: right;
}

.woocommerce div.product .add-to-cart-box-wrap>.cart .quantity button:before {
    display: none;
}

.woocommerce div.product .add-to-cart-box-wrap>.cart .quantity .qly-input-wrap {
    display: inline-block;
    background: #eeeeee;
    line-height: 1;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 50px;
    overflow: hidden;
}

.woocommerce div.product .add-to-cart-box-wrap>.cart .quantity .qty {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 24px;
    color: #444343;
    padding: 0px;
    width: 50px;
    height: 50px;
    border: none;
    background: none;
}

.woocommerce div.product .add-to-cart-box-wrap>.cart .button {
    height: 50px;
    background: #25baa5;
    font-size: 18px;
}

.woocommerce div.product .add-to-cart-box-wrap>.cart .button:before {
    content: "\f07a";
    display: inline-block;
    position: static;
    margin-right: 7px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: none;
}

.woocommerce form>.shop_table {}

.woocommerce form>.shop_table td.actions .input-text {
    height: 40px;
    min-width: 150px;
}

.woocommerce form>.shop_table td.actions .button {
    background: #4fc0b4;
    color: #fff;
    height: 40px;
}

.woocommerce-cart table.cart .quantity .qty {
    display: inline-block;
    font-size: .875rem;
    height: 40px;
    padding: 0;
}

.woocommerce .calculated_shipping {}

.woocommerce-checkout h3,
.woocommerce .calculated_shipping h2,
.woocommerce-cart .woocommerce form h2,
.woocommerce .cart-collaterals .cart_totals h2 {
    font-size: 1.5rem;
}

.woocommerce form .form-row {
    margin-bottom: .9375rem;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row select,
.woocommerce form .form-row .select2-container,
.woocommerce form .form-row .select2-container .select2-choice {
    height: 40px;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
    border: 1px solid #ccc;
    overflow: hidden;
}

.woocommerce form .form-row input::-webkit-input-placeholder,
.woocommerce form .form-row input::-moz-input-placeholder,
.woocommerce form .form-row input::-ms-input-placeholder,
.woocommerce form .form-row textarea::-moz-input-placeholder,
.woocommerce form .form-row textarea::-webkit-input-placeholder,
.woocommerce form .form-row textarea::-ms-input-placeholder {
    font-size: .875rem;
}

.woocommerce form .form-row .select2-container .select2-choice {
    border: none;
}

.select2-drop-active {
    border-color: #CCC;
}

.select2-search input[type="text"] {
    margin: 0;
    background-color: #DDd;
}

.woocommerce form .form-row textarea {
    height: 150px;
    border: 1px solid #ccc;
    font-size: .875rem !important;
    resize: none;
}

.woocommerce form .form-row .input-checkbox {
    margin-right: 9px;
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
    margin-left: 0;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
    border: 1px solid #ccc;
}

@media only screen and (max-width: 75em) {
    .woocommerce div.product .add-to-cart-box-wrap>div,
    .woocommerce div.product .add-to-cart-box-wrap>.cart {
        clear: both;
        float: none;
    }
    .woocommerce div.product .add-to-cart-box-wrap>div {
        margin-bottom: .625rem;
    }
}

@media screen and (max-width: 30em) {
    .woocommerce div.product .add-to-cart-box-wrap>.cart .quantity {
        clear: both;
        float: none;
        margin: 0;
        margin-bottom: 1.25rem;
    }
    .woocommerce div.product .add-to-cart-box-wrap>.cart .button {
        width: 100%;
        clear: both;
        float: none;
    }
}

.woocommerce-thankyou-order-details {
    margin-left: 2.1875rem;
}

.woocommerce-account .addresses .title h3 {
    font-weight: 400;
}

.woocommerce-account .addresses .title .edit {
    margin-top: .5rem;
}

.woocommerce-MyAccount-content fieldset legend {
    background: none;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background: #4fc0b4;
    color: #FFF;
    border-radius: 5px;
    font-size: 1.125rem;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background: #4fc0b4;
}

form.lost_reset_password {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
}

.woocommerce form.lost_reset_password .form-row {
    padding-left: 0;
    padding-right: 0;
}

.pp_pic_holder.pp_woocommerce {}

.pp_pic_holder.pp_woocommerce>.ppt,
.pp_pic_holder.pp_woocommerce>.pp_top {
    display: none !important;
}

.woocommerce div.product div.images div.thumbnails>a {
    background-color: #FFF;
}

#content>h1.page-title {
    display: none;
}

#customer_details {
    margin-bottom: 40px;
}

.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells,
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
}

.woocommerce .woocommerce-shipping-fields {
    margin-top: .9375rem;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #4fc0b4;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #4fc0b4;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #4fc0b4;
}

.woocommerce-message {
    padding-top: 26px !important;
}

.woocommerce .woocommerce-message .button {
    margin-top: -10px;
    margin-left: 10px;
}

.woocommerce-message:before {
    top: 1.625rem;
}

.woocommerce form .form-row {
    padding: 0;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    padding: 1rem 1.25rem;
}

.woocommerce .order_details li {
    font-size: .875rem;
}

.woocommerce .order_details li strong {
    font-size: 1.125rem;
}

.woocommerce .order_details li::before {
    display: none;
}

.woocommerce .order_details::after,
.woocommerce .order_details::before {
    display: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin-left: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li::before {
    display: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: block;
    color: #000;
    padding: .25rem 0;
    text-transform: uppercase;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    color: #54c2b3;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address {
    margin-bottom: 1.25rem;
}

.woocommerce form.login .button {
    margin-right: 1rem;
}

.woocommerce form.login input[type=checkbox] {
    margin-right: .25rem;
}

.woocommerce .checkout_coupon .button {
    height: 2.5rem;
}

@media only screen and (min-width: 769px) {
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 70%;
        padding-left: 1.875rem;
    }
}

@media only screen and (max-width: 768px) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    .woocommerce-page[class*=columns-] ul.products li.product,
    .woocommerce[class*=columns-] ul.products li.product {
        clear: none;
    }
    .woocommerce ul.products li.product:nth-child(2n),
    .woocommerce-page ul.products li.product:nth-child(2n),
    .woocommerce-page[class*=columns-] ul.products li.product:nth-child(2n),
    .woocommerce[class*=columns-] ul.products li.product:nth-child(2n) {
        float: left;
    }
    .woocommerce .order_details li {
        float: none;
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 1.125rem;
        border: 0;
    }
}

@media only screen and (max-width: 30em) {
    .woocommerce-cart table.cart td.actions .coupon .input-text {
        width: 100%;
        margin: 0 0 8px;
    }
    .woocommerce table.cart td.actions .coupon .input-text+.button {
        width: 100%;
    }
    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        width: 100%;
    }
}

.main_box_image .main_image h2{
    font-size: 60px;
    line-height: 75px;
    color: #FFF;
    padding: 0px;
    margin: 0px;
    margin-top: 60px;
}

.centered__text h1,
.centered__text h2{
    text-align: center;
}

.form__wrapper-hp{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url('../images/rectanglebg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 30px 15px;
}

.form__wrapper-hp form .gform_body{
    width: 80%;
    height: auto;
    overflow: hidden;
    float: left;
}

.form__wrapper-hp form .gform_body .omed{
    width: 33.33%;
    height: auto;
    overflow: hidden;
    float: left;
    clear: none;
}

.form__wrapper-hp form .gform_body .olarge{
    width: 100%;
    height: auto;
    overflow: hidden;
    float: none;
}

.form__wrapper-hp form .gform_body label,
.form__wrapper-hp form .gform_body label .gfield_required{
    color: #ffffff;
}

.form__wrapper-hp form .gform_body input{
    width: 100% !important;
    height: auto;
    padding: 12px 0 !important;
    display: block;
}

.form__wrapper-hp form .gform_body textarea{
    width: 100%;
    height: 75px;
}

.form__wrapper-hp form .gform_footer{
    width: 20%;
    height: auto;
    overflow: hidden;
    float: left;
    clear: none;
}

.form__wrapper-hp form .gform_footer input[type="submit"]{
    width: 100%;
    background: #61c0b4;
    height: auto;
    padding: 12px !important;
    margin-top: 144px;
    border-radius: 2px;
    text-transform: uppercase;
    color: #000;
}

.column__desc{
    padding: 40px 0 20px;
}

.woocommerce nav.woocommerce-pagination{
    margin-top: 20px;
}

.img__single-p{
    float: left;
    margin: 0 20px 20px 0;
    max-width: 50%;
}

.go__onlinestore{
    background-color: #4fc0b4;
    display: inline-block;
    padding: 20px 10px;
    text-align: center;
    margin: 0 0 20px;
    width: 48%;
    font-size: 22px;
    color: #000;
}

.archive.post-type-archive.post-type-archive-product .sidebar.store-sidebar #list_categories_widget-2{
    display: none;
}

.images_thumbnail{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px 0;
}

.images_thumbnail-single{
    position: relative;
    height: 100px;
    outline: none;
}

.images_thumbnail-single img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 95%;
    width: auto !important;
    height: auto !important;
    margin: auto;
}

.related__single-prod{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px 0 0;
}

.related__single-prod .related.products ul.products li,
.related__single-prod .related.products ul.products li.product:nth-child(3n+1){
    float: left;
    width: 16.66%;
    clear: none !important;
    margin-bottom: 0;
}

.related__single-prod .related.products ul.products li h3,
.related__single-prod .related.products ul.products li .price,
.related__single-prod .related.products ul.products li .add_to_cart_button{
    font-size: 12px;
}

.single.single-product .hide__singlep{
    display: none;
}

@media(max-width: 991px){
    .related__single-prod .related.products ul.products li,
    .related__single-prod .related.products ul.products li.product:nth-child(3n+1){
        width: 33.33%;
        margin-bottom: 20px;
    }

    .img__single-p {
        float: none;
        margin: 20px auto;
        max-width: 100%;
        display: block;
    }

    .go__onlinestore{
        width: 100%;
        display: block;
    }
}

@media(max-width: 768px){
    .related__single-prod .related.products ul.products li,
    .related__single-prod .related.products ul.products li.product:nth-child(3n+1){
        width: 50%;
    }
}


@media(max-width: 670px){
    .form__wrapper-hp form .gform_body,
    .form__wrapper-hp form .gform_footer,
    .form__wrapper-hp form .gform_body .omed,
    .form__wrapper-hp form .gform_body .olarge{
        width: 100%;
        float: none;
        padding: 0 !important;
    }

    .form__wrapper-hp form .gform_footer input[type="submit"]{
        margin-top: 0;
    }
}

@media(max-width: 400px){
    .related__single-prod .related.products ul.products li,
    .related__single-prod .related.products ul.products li.product:nth-child(3n+1){
        float: none;
        width: 100%;
    }
}