/* Basic elements */
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    margin: 0;
    word-wrap: break-word;
    background: #fff; /* Fallback for when there is no custom background color defined. */
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

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

a {
    background-color: transparent;
}

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

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;
}

pre {
    overflow: auto;
}

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

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-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;
}

q {
    font-style: italic;
    font-weight: bold;
    letter-spacing: 1px;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 5px;
    border: 2px double #f9f9f9;
    text-align: center;
}
hr {
    background-color: #ECECEE;
    border: 0;
    height: 1px;
    margin: 60px 0;
    clear: both;
}

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

ul {
    list-style: none;
    padding-left: 0;
}

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;
}

figure {
    margin: 15px 0; /* Extra wide images within figure tags don't overflow the content area. */
}

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

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    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;
}

/* Typography */
body, button, input, select, textarea {
    font-size: 15px;
    color: #777777;
    line-height: 1.8em;
    font-weight: 400;
    background: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
    font-family: 'Hind', sans-serif;
}
h1 {
    font-size:38px;
}

h2 {
    font-size:28px;
}

h3 {
    font-size:20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
    position: relative;
    margin:0 0 10px;
    background: none;
    line-height: 1.6em;
    font-family: 'Poppins', sans-serif;
    color: #2E2E2E;
    font-weight: 600;
}

p {
    margin: 0 0 15px 0;
}

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

blockquote {
    text-align: center;
    position: relative;
    margin: 0 0 25px;
    font-size: 27px;
    font-weight: 100;
}

blockquote cite {
    font-size: 18px;
    line-height: 1.89;
    color: #888888;
}

blockquote cite {
    display: block;
    margin-top: 7px;
}

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 {
    padding: 2px 4px;
    font-size: 90%;
    color: #dc4357;
    background-color: #FFBC1412;
    border-radius: 4px;
}

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%;
}

/* Forms */
input[type="button"],
input[type="reset"],
input[type="submit"],
button {
    background: #FFBC14;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    padding:10px 35px;
    border: none;
    height: auto;
    width: auto;
    cursor: pointer;
    display: inline-block;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:hover,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:focus,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
button:active {
    background-color: #2E2E2E;
    color: #fff;
    outline: none;
}


input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
    color: #272727;
    border: 1px solid #e7e7e7;
    padding: 7px 10px 7px 15px;
}


select {
    border: 1px solid #f5f5f5;
    width: 100%;
}
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

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

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

textarea {
    width: 100%;
}

.hide {
    display: none!important;
}

/* conference member form */
.conference-form {
    position: relative;
}
.conference-form .form-item {
    display: block;
    margin: 0 0 10px 0;
    width: 100%;
    text-align: left;
}
.conference-form .form-item label {
    display: block;
}
.conference-form .form-item input[type="text"] {
    width: 100%;
}
.conference-form .form-item label.field-item {
    display: inline-block;
    margin-right: 8px;
    cursor: pointer;
}
/* conference members list */
.conference-members {
    position: relative;
    width: 100%;
}
.conference-members ul {
}
.conference-members ul li {
    display: block;
}
.conference-members ul li .number {
    text-align: left;
}
.conference-members ul li .name {
    text-align: left;
}
.conference-members ul li .date {
    text-align: center;
}
.conference-members ul li .contact {
    text-align: right;
}
.conference-sidebar .item {
    position: relative;
    display: block;
    width: 100%
}

/* Do not show the outline on the skip link target. */
#content-wrapper[tabindex="-1"]:focus {
    outline: 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #272727;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #272727;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #272727;
}

:-moz-placeholder { /* Firefox 18- */
    color: #272727;
}

.footer-widgets ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #2E2E2E;
}

.footer-widgets ::-moz-placeholder { /* Firefox 19+ */
    color: #2E2E2E;
}

.footer-widgets :-ms-input-placeholder { /* IE 10+ */
    color: #2E2E2E;
}

.footer-widgets :-moz-placeholder { /* Firefox 18- */
    color: #2E2E2E;
}

.text-alignleft {
    text-align: left;
}

.text-alignright {
    text-align: right;
}

.text-aligncenter {
    text-align: center;

}


/* Alignments */

.alignleft {
    display: inline;
    float: left;
    margin-right: 50px;
}

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

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

.text-alignleft {
    text-align: left;
}

.text-alignright {
    text-align: right;
}

.text-aligncenter {
    text-align: center;

}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.pull-none {
    margin:0 auto ;
    float: none;
    display: inline-block;
}

.clear-fix {
    clear: both;
}

.clear-fix:after,
.clear-fix:before {
    content: "";
    display: table;
    clear: both;
}
/* Clearings */
.clear:before,
.clear:after,
.section-item-content:before,
.section-item-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.section-item-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/* Media */
.page-content .wp-smiley,
.section-item-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%;
}
/**
* Print
*/

@media print {
    form,
    button,
    input,
    select,
    textarea,
    .navigation,
    .main-navigation,
    .social-navigation,
    .sidebar,
    .content-bottom-sections,
    .header-image,
    .page-links,
    .edit-link,
    .comment-respond,
    .comment-edit-link,
    .comment-reply-link,
    .comment-metadata .edit-link,
    .pingback .edit-link {
        display: none;
    }


}

/**
* Does the same thing as <meta name="viewport" content="width=device-width">,
* but in the future W3C standard way. -ms- prefix is required for IE10+ to
* render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
* the meta tag. See https://core.trac.wordpress.org/ticket/25888.
*/
@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

/* gallery */
.gallery a {
    text-decoration: none;
    overflow: hidden;
    display: block;
    margin-bottom: 30px;
}
.gallery a i {
    background-color: #dfaa0a;
}
.gallery a i, .gallery-slider a i {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 80%;
    left: 50%;
    display: block;
    margin: -22px 0 0 -22px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 10px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.gallery a:hover i, .gallery-slider a:hover i {
    top: 45%;
    opacity: 1;
    transform: translateY(20);
}
.gallery a:hover i, .gallery-slider a:hover i {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/* Image Hover Zoom */
a.mask {
    text-decoration: none;
    overflow: hidden;
    display: block;
}
img.zoom-img {
    width: 100%;
    position: relative;
    padding: 0;
}
img.zoom-img {
    -webkit-transform: scale(1, 1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    box-shadow: 0px 0px 0px 0px #000; /*Firefox opacity flickr bug fix */
}
img.zoom-img:hover {
    -webkit-transform: scale(1.15);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 750ms;
    -moz-transform: scale(1.15);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 750ms;
    overflow: hidden;
    opacity: 0.7;
}

/* Custom Button */
.custom-button,
.custom-button:visited,
a.button, .custom-button.custom-primary-button,
.custom-button.custom-primary-button:visited {
    transition: all 0.3s ease 0s;
    background: #FFBC14;
    color: #fff;
    font-size: 14px;
    padding: 10px 35px;
    border: none;
    height: auto;
    width: auto;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin: 0;
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

/* Circle button style */
.button-curved  .custom-button,
.button-curved .custom-button:visited,
.button-curved a.button.custom-button,
.button-curved a.button.custom-button:visited
.button-curved .custom-button.custom-primary-button,
.button-curved .custom-button.custom-primary-button:visited,
.button-curved input[type="button"],
.button-curved input[type="reset"],
.button-curved input[type="submit"],
.button-curved a.scrollup, a.scrollup:visited,
.button-curved  {
    border-radius: 50px;
}

.button-semi-curved {
    border-radius: 5px;
}

.button-circle,.button-circle-enabled .slick-arrow  {
    border-radius: 100%;
}

.section-carousel-enabled.button-circle .slick-prev.slick-arrow,
.section-carousel-enabled.button-circle .slick-next.slick-arrow{
    border-radius: 100%;
}

.custom-button:hover,
.button:hover, button:focus,
.button:focus,
.custom-button:focus,
.custom-button:active,
.custom-button.custom-primary-button:hover,
.custom-button.custom-primary-button:active,
.custom-button.custom-primary-button:focus {
    background-color: #2E2E2E;
    color: #fff;
}

.overlay-enabled .custom-button:hover,
.overlay-enabled a.button:hover,
.overlay-enabled button:focus,
.overlay-enabled a.button:focus,
.overlay-enabled .custom-button:focus,
.overlay-enabled .custom-button:active,
.overlay-enabled .custom-button.custom-primary-button:hover,
.overlay-enabled .custom-button.custom-primary-button:active,
.overlay-enabled .custom-button.custom-primary-button:focus,
.dark-background .custom-button:hover,
.dark-background a.button:hover,
.dark-background button:focus,
.dark-background a.button:focus,
.dark-background .custom-button:focus,
.dark-background .custom-button:active,
.dark-background .custom-button.custom-primary-button:hover,
.dark-background .custom-button.custom-primary-button:active,
.dark-background .custom-button.custom-primary-button:focus {
    background-color: #fff;
    color: #2E2E2E;
}
a.custom-button.custom-wire {
    color: #fff;
    background: none;
    border: 2px solid #fff;
    padding: 8px 40px;
}

.custom-button.custom-gray:hover {
    background: #FFBC14;
    color: #fff;
}
a.custom-button.custom-wire:hover  {
    background: #FFBC14;
    color: #fff;
    border-color:#FFBC14;
}

a.more-link {
    font-weight: 600;
}

.more-link:after {
    content: "\f30b";
    font-family: 'Font Awesome 5 Free';
    padding-left: 6px;
    font-size: 11px;
    font-weight: 900;
}

a.more-link:hover::after {
    content: "\f00c";
}

.custom-button.custom-default {
    background: #ddd;
    color: #2E2E2E;
}

.custom-button.custom-success {
    background: #0fb661;
}

.custom-button.custom-info {
    background: #30b4da;
}

.custom-button.custom-warning {
    background: #f0b02f;
}

.custom-button.custom-danger {
    background: #ff4f39;
}

.custom-button.custom-dark {
    background: #2E2E2E;
}

.custom-button.custom-purple {
    background: #9261c6;
}

.custom-button.custom-pink {
    background: #ff6b98;
}
.custom-button.custom-gray{
    background: #f7f9f8;
    color: #2E2E2E;
}
background: #f7f9f8;
color: #2E2E2E;
.custom-button.custom-default:hover,
.custom-button.custom-pink:hover,
.custom-button.custom-purple:hover,
.custom-button.custom-dark:hover,
.custom-button.custom-danger:hover,
.custom-button.custom-warning:hover,
.custom-button.custom-info :hover,
.custom-button.custom-success:hover,
.custom-button.custom-default:hover {
    opacity: 0.8;
}

.custom-button.button-large {
    padding: 20px 50px;
    font-size: 20px;
}

.custom-button.button-medium {
    padding: 20px 35px;
}

button.custom-button.button-extra-small {
    padding: 5px 15px;
    font-size: 13px;
}

/* Links */
a {
    color:#323232;
    text-decoration: inherit;
}

a:visited {
    color: #323232;
}

a:focus {
    outline: none;
}

a:hover,
a:focus,
a:active {
    color: #FFBC14;
}

a:hover,
a:active {
    outline: 0;
}
.logo {
    max-height: 50px;
}

/* Menus */
div#mob-menu-quick,
#mobile-trigger-quick {
    display: none;
}

#mob-menu2,
#mobile-trigger-quick {
    display: none;
}
.nav-inner-wrapper {
    background: #fff;
    padding: 5px 20px;
    box-shadow: 0 0 10px 1px #0000000f;
    position: relative;
}
.main-navigation ul {
    display: block;
    margin: 0;
    padding: 0;
}

.main-navigation ul ul.sub-menu {
    padding: 20px 29px;
    background-color: #fff;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    top: 100%;
    left: 0;
    -webkit-box-shadow: 0 0px 20px rgba(166, 166, 166, 0.25);
    -moz-box-shadow: 0 0px 20px rgba(166, 166, 166, 0.25);
    box-shadow: 0 0px 20px rgba(166, 166, 166, 0.25);
    width: 230px;
    position: absolute;
    z-index: 999;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    display: block;
    opacity: 0;
    border-top: 2px solid #FFBC14;
}
.main-navigation ul li:hover > ul.sub-menu {
    display: block;
    opacity: 1;
    z-index: 1000;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition: transform 0.3s ease, opacity 0.2s ease .1s;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease .1s;
    visibility: visible;
}
.main-navigation ul ul ul {
    left: 100%;
    top: 0;
    box-shadow: 2px 1px 2px #2E2E2E;
}

.main-navigation li {
    position: relative;
    display: inline-block;
    margin-bottom:0;
}

.main-navigation ul > li:hover > ul {
    opacity: 1;
    left:0;
    z-index: 9999;
}

.main-navigation ul ul ul ul  {
    display: none;
}

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

.main-navigation ul ul li:hover > ul {
    opacity: 1;
    left:100%;
}

.main-navigation li li {
    float: none;
    display: block;
}

.main-navigation ul li li:last-child > a {
    border: none;
}

.main-navigation ul li a {
    color: #2E2E2E;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 10px;
    position: relative;
    z-index: 99;
    margin: 0 20px 0 0;
}

.main-navigation ul ul a {
    border-left: medium none;
    border-right: medium none;
    transition: padding 0.2s ease-in-out 0s;
    height: auto;
    padding: 5px 0;
    text-align: left;
    width: 100%;
    margin: 0;
    color: #666666;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
}

.main-navigation ul li.menu-item-has-children > a,
.main-navigation ul li.page-item-has-children > a {
    padding-right: 30px;
}

.main-navigation li > a:hover, .main-navigation li.current-menu-item > a,
.main-navigation li.current-page-item > a, .main-navigation li:hover > a {
    color: #FFBC14;
}

.main-navigation li li > a:hover,
.main-navigation li li.current-menu-item > a,
.main-navigation li li.current-page-item > a,
.main-navigation li li:hover > a {
    color:#FFBC14;
}

.main-navigation li li > a:hover,
.main-navigation li li.current-menu-item > a,
.main-navigation li li.current-page-item > a,
.main-navigation li li:hover > a {
    padding-left: 5px;
}


.main-navigation ul li.menu-item-has-children > a::before,
.main-navigation ul li.page-item-has-children > a::before {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    margin-left: 10px;
    margin-right: 0;
    position: absolute;
    right: 5px;
    top: 16px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    font-size: 12px;
    font-weight: 900;
}

.main-navigation ul ul a:before {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
    font-weight: 900;
    left: -15px;

}
.main-navigation ul ul a:hover:before {
    opacity: 1;
    left: -6px;
}

.main-navigation ul li li.menu-item-has-children > a::after,
.main-navigation ul li li.page-item-has-children > a::after {
    content: "\f105";
    top: 12px;
    right: 15px;
}

.main-navigation ul li.menu-item-has-children a,
.main-navigation ul li.page-item-has-children a {
    padding-right: 20px;
}

.main-navigation .menu-toggle,
.main-navigation .dropdown-toggle {
    display: none;
}

#mobile-trigger {
    display: none;
}

#mob-menu {
    display: none;
}

/* Main menu */
.site-header .container {
    position: relative;
}

.main-navigation ul li.has-mega-menu {
    position: inherit;
}

.main-navigation ul li.has-mega-menu .flat-mega-memu ul {
    float: left;
    width: 25%;
    padding: 0 40px;
    border-right: 1px solid #f5f5f5;
    margin: 30px 0;
}

#main-navigation ul li.has-mega-menu ul::after {
    display: none;
}

.main-navigation ul li.has-mega-menu .flat-mega-memu {
    width: 1160px;
    left: 0;
    background-color: #fff;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    top: 150%;
    -webkit-box-shadow: 0 0px 20px rgba(166, 166, 166, 0.25);
    -moz-box-shadow: 0 0px 20px rgba(166, 166, 166, 0.25);
    box-shadow: 0 0px 20px rgba(166, 166, 166, 0.25);
    position: absolute;
    z-index: 999;
    overflow: hidden;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    display: block;
    opacity: 0;
    border-top: 2px solid #FFBC14;
}

.main-navigation ul li.has-mega-menu:hover .flat-mega-memu {
    display: block;
    opacity: 1;
    z-index: 1000;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    transition: transform 0.3s ease, opacity 0.2s ease .1s;
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.2s ease .1s;
    visibility: visible;
    top: 100%;
}

.main-navigation ul li.has-mega-menu .flat-mega-memu ul li a {
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

/* Page/Post Navigation */
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    clear: both;
    overflow: hidden;
    padding: 0;
    border-bottom: 1px solid #f7f7f7;
    padding: 70px 0;
}

.nav-links a {
    display: inline-block;
}

.nav-links span.meta-nav {
    display: none;
}

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

.comment-navigation .nav-previous a::before,
.posts-navigation .nav-previous a::before,
.post-navigation .nav-previous a::before{
    content: "\f30a";
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    margin-right: 10px;
    font-weight: 900;
}

.comment-navigation .nav-next a::after,
.posts-navigation .nav-next a::after,
.post-navigation .nav-next a::after{
    content: "\f30b";
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    margin-left: 10px;
    font-weight: 900;
}

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

.pagination .nav-links .page-numbers {
    padding: 5px;
    background: #fff;
}

.pagination .nav-links .page-numbers.dots {
    background-color: inherit;
    border:none;
    color:#272727;
}

.pagination .nav-links .page-numbers {
    padding: 6px 18px;
    color: #272727;
    display: inline-block;
    background: #f5f5f5;
    margin: 5px;
}
.pagination .nav-links .current,
.pagination .nav-links a:hover,
.pagination .nav-links a:active,
.pagination .nav-links a:focus {
    background: #FFBC14;
    color: #fff;
    border-color: #FFBC14;
}

.pagination .nav-links {
    text-align: center;
    clear: both;
}

nav.navigation.pagination {
    margin:0;
    clear: both;
    float: left;
    width: 100%;
}

/* Top Header */
#top-bar {
    background: #2E2E2E;
    padding: 3px 0;
    font-family: 'Poppins', sans-serif;
    color: #cecece;
}

#top-bar span.social-title {
    float: left;
    padding: 9px 20px;
    font-style: italic;
}

#top-bar p {
    margin-bottom:0;
}

/* top bar item */
.top-bar-item-current:after {
    content: '';
    vertical-align: middle;
    display: inline-block;
    border: 5px solid transparent;
    border-top: 5px solid #fff;
    position: absolute;
    right: 0;
    top: 14px;
}

a.top-bar-item-current {
    color: #fff;
    padding: 9px;
    position: relative;
    padding-right: 20px;
}

.top-bar-item {
    position: relative;
    padding-top: 7px;
}
.top-bar-item:not(:last-child) {
    margin-right: 10px;
}
.top-bar-item img {
    margin-right: 9px;
}

.top-bar-item-sub {
    padding:10px 20px;
    background-color: #ffffff;
    text-align: left;
    width: 120px;
    z-index: 999;
    margin: 0;
}

.top-bar-item-sub li {
    display: block;
    width: 100%;
    float: none;
    border: none;
    margin: 6px 0;
    border-top: 1px solid #f1f1f1;
    font-family: 'Hind', sans-serif;
    font-size: 14px;
}

.top-bar-item li img {
    max-width: 15px;
}

.top-bar-item-sub li:first-child {
    border: none;
}

.top-bar-item-sub ul li a {
    display: block;
    font-size: 13px;
    padding-left: 10px;
    position: relative;
    text-transform: capitalize;
    z-index: 99;
    margin-top: 5px;
}

#top-bar .section {
    margin:0;
}

#header-right {
    float: right;
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 20px;
}

#main-header #header-right {
    float: right;
    margin-top: 25px;
}

.toggle-panel-button .cart-button i {
    margin-right: 10px;
}

div#quick-link-buttons {
    position: relative;
}

.toggle-panel-button .cart-button > span {
    min-width: 15px;
    min-height: 15px;
    border-radius: 100%;
    font-size: 11px;
    padding: 2px 0px 0;
    line-height: 1.2;
    position: absolute;
    top: 0;
    background: #e6e7e6;
    text-align: center;
    right: -7px;
    color: #000;
}

#top-bar .social-links li a {
    border: none;
    margin: 0;
    width: 45px;
    height: initial;
    padding: 6px 0;
}

#top-bar .social-links li {
    display: block;
    margin-right: 0;
    margin-top: 0;
    margin-left: 0px;
    float: left;
}

#top-bar a.search-icon {
    float: right;
    display: block;
    color: #928f8f;
    padding: 11px 15px;
    font-size: 13px;
}

#header-search {
    position: relative;
    float: right;
}
.cart-box-wrap,
.search-box-wrap {
    background: #ffffff;
    display: none;
    position: absolute;
    right: -22px;
    top: 48px;
    padding: 25px 30px 25px;
    z-index: 9991;
    border-top: 2px solid #FFBC14;
}

#header-search a.search-icon {
    padding: 15px 10px 0;
    display: block;
}

.header-social-wrapper .social-links ul li a::before {
    color: #fff;
}

span.social-tilte.pull-left {
    padding-top: 7px;
    font-size: 17px;
}

.notice-info p {
    margin-top: 7px;
    display: block;
    font-size: 17px;
}

/* Header */
.header-v2 a.custom-button.pull-right.quick-link-button {
    margin-top: 5px;
}

.header-v2  #main-navigation {
    border-top: 1px solid #FFBC14;
}

.header-v2 .nav-inner-wrapper {
    box-shadow: none;
    padding-right: 0;
    padding-left: 0;
}
#masthead {
    clear: both;
    width: 100%;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
    padding: 30px 0;
    background: #fff;
}

.sticky-header #main-navigation ul ul {
    top:60px;
}

.site-branding {
    margin: 0;
    text-align: center;
    margin-bottom:0px;
}

.site-title {
    font-size: 27px;
    font-weight: 700;
    margin: 0;
}

.site-title a,
.site-title a:visited {
    color: #191d3d;
}

.site-title a:hover,
.site-title a:focus,
.site-title a:active{
    color: #FFBC14;
}

.site-description {
    color: #777;
    font-size: 14px;
    font-style: inherit;
    font-weight: 300;
    letter-spacing: 1.5px;
    margin: 0;
    text-align: left;
}

#main-navigation .container {
    position: relative;
}

a.custom-button.quick-link-button {
    margin-left: 15px;
}

/* Quick Contact */
.quick-contact ul {
    margin: 0;
    padding: 0;
}
.quick-contact li {
    clear: inherit;
    float: left;
    font-size: 14px;
    list-style: outside none none;
    text-align: left;
    font-weight: 400;
    padding: 0 25px;
}

.quick-contact li:first-child {
    margin-left: 0;
}

.quick-contact .header-box-icon {
    float: left;
    font-size: 34px;
    margin-right: 20px;
    line-height: 1.4;
    text-align: center;
    padding-top: 5px;
}
.quick-contact li i {
    font-size: 30px;
    margin: 0;
    display: block;
    color: #FFBC14;
    height: auto;
    width: auto;
    border: none;
    padding: 0;
}

.quick-contact .header-box-info {
    float: left;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}
.quick-contact .header-box-info strong {
    font-weight: 600;
    color: #2E2E2E;
    line-height: 1.5;
    display: block;
}
.quick-contact a {
    display: block;
    color: #666;
}

.quick-contact .header-box-info p {
    margin: 0;
}

/* Header */
.sticky-enabled{
    -webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
}

#masthead.sticky-enabled.sticky-header, .sticky-enabled.sticky-header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    background: #ffffff;
    box-shadow: 0 0 42px 0 rgba(0, 0, 0, 0.08);
    padding: 15px 0;
    animation: smoothScroll 1s forwards;
    z-index: 999;
}

#main-navigation.sticky-enabled.sticky-header {
    padding: 0;
}

#main-navigation.sticky-enabled.sticky-header .nav-inner-wrapper {
    box-shadow: none;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}
#page-header-wrapper {
    position: relative;
    background-color: #cfcfcf;
    padding: 85px 0;
    clear: both;
    background-size: 100%;
}

#page-header-wrapper img {
    vertical-align: middle;
}

.page-header-content {
    position: relative;
    text-align: center;
    z-index: 9;
}

.page-title {
    color: #fff;
    text-transform: capitalize;
    font-size: 43px;
    margin: 0;
}

/* Content */
#fakeloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    background-color: #FFBC14;
    z-index: 9999;
}

.home-boxed #page {
    max-width: 1230px;
    margin: 50px auto;
    box-shadow: 0 0 53px #d8d8d8;
}

body.home-boxed {
    background: #fbfbfb;
}

#content-wrapper {
    padding: 70px 0;
    background: #fff;
}

.content-area {
    float: left;
    padding-left: 25px;
    padding-right: 25px;
    width: 70%;
}

.site-layout-boxed  .container {
    padding: 0 30px;
}

body.site-layout-boxed {
    background: rgb(234, 234, 234);
}

/* Custom Gird */
.full-with-stretch .container {
    padding:0;
    width: 100%;
}

.boxed-with {
    max-width: 1180px;
}

.container {
    width: 100%;
    padding: 0;
}

.container {
    width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
}

.container::after,
.inner-wrapper::after {
    clear: both;
    content: "";
    display: table;
}

.boxed-layout #page {
    width: 1300px;
    margin: 30px auto;
    max-width: 100%;
    background: #fff;
    box-shadow: 0 0 26px #d8d7d7;
}

.inner-wrapper {
    margin-left: -20px;
    margin-right: -20px
}

.inner-wrapper:before,
.inner-wrapper:after {
    content: " ";
    display: table
}

.inner-wrapper:after {
    clear: both
}

.wrapper-fluid {
    margin: 0;
    padding: 0;
}

.wrapper-fluid .col-grid-1,
.wrapper-fluid .col-grid-2,
.wrapper-fluid .col-grid-3,
.wrapper-fluid .col-grid-4,
.wrapper-fluid .col-grid-5,
.wrapper-fluid .col-grid-6,
.wrapper-fluid .col-grid-7,
.wrapper-fluid .col-grid-8,
.wrapper-fluid .col-grid-9,
.wrapper-fluid .col-grid-10,
.wrapper-fluid .col-grid-11,
.wrapper-fluid .col-grid-12 {
    margin: 0;
}

.col-grid-1,
.col-grid-2,
.col-grid-3,
.col-grid-4,
.col-grid-5,
.col-grid-6,
.col-grid-7,
.col-grid-8,
.col-grid-9,
.col-grid-10,
.col-grid-11,
.col-grid-12 {
    float: left;
    transition: all 0.4s ease-in-out 0s;
}
.col-p-control {
    padding-left: 20px;
    padding-right: 20px;
}
.col-grid-1 {
    width: 8.33333%
}

.col-grid-2 {
    width: 16.66667%
}

.col-grid-3 {
    width: 25%
}

.col-grid-4 {
    width: 33.33333%
}

.col-grid-5 {
    width: 41.66667%
}

.col-grid-6 {
    width: 50%
}

.col-grid-7 {
    width: 58.33333%
}

.col-grid-8 {
    width: 66.66667%
}

.col-grid-9 {
    width: 75%
}

.col-grid-10 {
    width: 83.33333%
}

.col-grid-11 {
    width: 91.66667%
}

.col-grid-12 {
    width: 100%
}

.grid-container {
    background: #f1f1f1;
    padding: 10px 15px;
    border-radius: 3px;
}

.col-grid-1 span {
    font-size: 12px;
    text-align: center;
}

.icon-list-demo i {
    text-align: center;
    vertical-align: middle;
    font-size: 24px;
    border: 1px solid #f9f9f9;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-right: 12px;
    color: rgba(43, 61, 81, 0.7);
    border-radius: 3px;
    display: inline-block;
    transition: all 0.2s;
}

.img-circle {
    border-radius: 50%;
}

.img-rounded {
    border-radius: 6px;
}

img.img-border {
    border: 1px solid #ddd;
    padding: 5px;
}

img.img-shadow {
    box-shadow: 0px 8px 40px #bfc0c1;
}
::-moz-selection {
    color: #fff;
    background: #FFBC14;
}

::selection {
    color: #fff;
    background: #FFBC14;
}

.icon-social-demo .social-links {
    text-align: left;
}

.thumb-overlay .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 70%;
    display: block;
    opacity: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.74);
    transition: all 0.7s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    z-index: 9;
}

.thumb-overlay {
    position: relative;
}

.thumb-overlay:hover .overlay-box {
    opacity: 1;
    height: 100%;
}

.thumb-overlay i {
    position: relative;
    font-size: 30px;
    top: 45%;
    color: #ffffff;
}
/* Post And Single Post Meta */
.sticky {
    display: block;
    position: relative;
}

.section-item {
    margin: 0 0 70px;
}

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

.single .byline,
.group-blog .byline {
    display: inline;
}

.page-content,
.section-item-content,
.entry-summary {
    margin:0;
}

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

.section-item-meta {
    margin-top: 0;
    margin-bottom: 20px;
}

.section-item-meta > span {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1;
    font-size: 15px;
    margin-right: 15px;
}

.section-item-header {
    margin-bottom: 5px;
}
.section-catalog .section-item-header {
    padding-bottom: 15px!important;
}
.section-item-meta > span:first-child {
    margin-left: 0;
    padding-left:0;
    border:none;
}

.section-item-title {
    font-size: 20px;
    margin-bottom: 15px;
}
.section-catalog .section-item-title {
    font-size: 16px;
}
.section-grid-items .home-catalog .col-p-control {
    margin-bottom: 25px;
}
.section-grid-items .home-catalog .grid-item-title {
    padding: 15px 15px;
}
.section-grid-items .home-catalog .grid-item-title a.item-title {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 20px;
}
.section-grid-items .home-catalog .grid-item-title a.item-title:hover {
    color: #dfaa0a;
}
.section-grid-items .home-catalog .grid-item-title span {
    display: block;
}
.section-grid-items .home-catalog .grid-item-title a.item-category {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 14px;
    margin-top: 15px;
    font-weight: normal;
}
.section-grid-items .home-catalog .grid-item-title a.item-category:hover {
    color: #dfaa0a;
}
.section-item-title a,
.section-item-title a:visited {
    color: #272727;
}

.section-item-title a:hover,
.section-item-title a:focus,
.section-item-title a:active {
    color: #FFBC14;
}
.af-layout-right-sidebar .section-item-content-wrapper,
.af-layout-left-sidebar .section-item-content-wrapper,
.af-full-width.blog-full-width .section-item-content-wrapper {
    padding: 35px 70px 0;
    background: #fff;
    position: relative;
}
.af-layout-right-sidebar .section-conferences .section-item-content-wrapper {
    padding: 35px 0px 0;
}
.af-layout-right-sidebar .section-conferences .conference-speakers .speaker {
    display: flex;
    flex-wrap: wrap;
}
.af-layout-right-sidebar .section-conferences .conference-speakers .speaker .card:not(:first-child) {
    margin-left: 12px
}

.latest-news-date {
    background: #FFBC14;
    text-align: center;
    color: #fff;
    width: 70px;
    border-radius: 5px 5px 0 0;
}

.latest-news-meta {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 99;
}

.latest-news-meta span.news-meta-date {
    font-weight: bold;
    font-size: 23px;
    background: #fff;
    color: #232323;
    padding: 5px 0;
    border-radius: 5px 5px 0 0;
}

.latest-news-meta span {
    display: block;
    line-height: 1.3;
    padding: 10px 0;
}
div.section-item {
    padding-bottom: 70px;
    border-bottom: 1px solid #eee;
}

div.section-item .custom-button {
    margin: 15px 0 0;
}

.single div.section-item {
    border: none;
    padding-bottom: 0;
    margin: 0;
}

.section-item-thumb.alignleft,
.section-item-thumb.alignright {
    margin-bottom: 30px;
}

.section-item-thumb.aligncenter {
    position: relative;
    margin-bottom: 25px;
    text-align: center;
}

.section-item-thumb {
    position: relative;
}

.section-item-thumb img {
    vertical-align: middle;
    width: 100%;
}

.section-item-meta a,
.section-item-meta a:visited {
    color: #ada9a9;
}

.section-item-meta a:hover,
.section-item-meta a:focus,
.section-item-meta a:active {
    color: #FFBC14;
}

.blog .section-item-content-inner,
.archive .section-item-content-inner,
.single .section-item-content-inner {
    padding: 30px 40px 50px 140px;
    background: #fff;
    margin-left: 20px;
    margin-right: 20px;
}

.blog .has-post-thumbnail  .section-item-content-inner,
.archive .has-post-thumbnail .section-item-content-inner,
.single .has-post-thumbnail  .section-item-content-inner {
    margin-top: -30px;
}

.page-header {
    background: #fff;
    padding: 30px 50px;
    margin-bottom: 30px;
}

.sticky .section-item-content-wrapper .section-item-title::before {
    content: "\f08d";
    display: block;
    font-family: 'Font Awesome 5 Free';
    color: #000;
    text-align: center;
    font-size: 18px;
    float: left;
    margin-right: 15px;
    font-style: inherit;
    font-weight: 900;
    margin-top: 5px;
}

.blog div.section-item,
.archive div.section-item{
    padding-bottom: 10px;
}

.section-item-header .section-item-meta {
    position: absolute;
    left: 30px;
    top: 30px;
    text-align: center;
    margin: 0;
}

.section-item-header .section-item-meta span::before {
    display: none;
}

.section-item-header .section-item-meta span.posted-on {
    background: #f5f5f5;
    display: block;
    margin: 0;
}

.section-item-header .section-item-meta span span {
    display: block;
    padding: 3px 25px;
}

.section-item-header .price span {
    display: inline;
    padding: 3px 0 3px 10px;
    font-weight: 600;
    font-size: 24px;
    float: left;
}
.section-item-header .price button {
    padding: 7px 12px!important;
    margin-left: 15px;
}
.section-item-header .price button i {
    margin-right: 8px;
}

/* Page grid */
div.section-item.page-grid .section-item-thumb {
    max-width: 100%;
    float: none;
}

div.section-item.page-grid {
    /*width: 33.33%;*/
    float: left;
    padding: 10px 10px;
    float: left;
    clear: none;
    border: none;
}

div.section-item.page-grid .section-item-meta {
    margin-bottom: 10px;
}

div.section-item.page-grid .section-item-content-wrapper {
    background: #fdfdfd;
    /*padding: 30px;*/
    text-align: left;
    box-shadow: 0 0 33px #eaeaea;
}
div.section-gallery div.section-item.page-grid .section-item-content-wrapper {
    text-align: center;
}
div.section-gallery div.section-item.page-grid .section-item-content-wrapper div {
    padding: 15px 0 0;
}
div.section-gallery div.section-item.page-grid .section-item-content-wrapper .section-item-header {
    text-align: left;
    margin-left: 15px;
    font-size: 16px;
    position: relative;
}
div.section-gallery div.section-item.page-grid .section-item-content-wrapper .section-item-header .count-photos {
    position: absolute;
    right: 15px;
    top: 0;
    margin: 10px;
}
.section-item-content a {
    float: right;
}
.section-item-content a,
.section-item-header a {
    display: inline-block;
}

/* Sidebar */
#sidebar-primary {
    float: right;
}

#sidebar-secondary {
    float: left;
}

.sidebar {
    width: 30%;
    padding-left: 25px;
    padding-right: 25px;
    float: left;
}

.sidebar .widget {
    margin-bottom: 40px;
    padding: 20px;
    box-shadow: 0 0 55px #f3f3f3;
}

.widget-area .widget::after,
.widget-area .widget::before {
    clear: both;
    content: "";
    display: table;
}

.sidebar .widget-title {
    background: #FFBC14;
    text-align: center;
    padding: 10px;
    margin: -20px -20px 20px;
    color: #fff;
    position: relative;
}

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

.sidebar ul ul {
    border-bottom:none;
    padding-bottom: 0;
}

.sidebar ul li {
    padding-bottom: 5px;
    padding-top: 5px;
    position: relative;
    padding-right: 15px;
    font-size: 15px;
}

.sidebar ul li::before {
    content: "\f105";
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-size: 13px;
    right: 0;
    position: absolute;
    top: 8px;
    font-weight: 900;
}

.widget .tagcloud a:hover {
    border: 2px solid #FFBC14;
    color: #FFBC14;
}

.widget .tagcloud a {
    border: 2px solid #dddddd;
    display: inline-block;
    font-size: 14px !important;
    line-height: 1.5;
    margin: 5px;
    padding: 3px 15px;
    float: left;
    border-radius: 20px;
    color: #2E2E2E;
}

.widget .tagcloud {
    text-align: center;
}

.sidebar ul li a,
.sidebar  ul li a:visited {
    color: #272727;
}

.sidebar  ul li a:hover,
.sidebar  ul li a:focus,
.sidebar  ul li a:active {
    color:#FFBC14;
}

/*  layout sidebar */
.af-layout-left-sidebar .content-area {
    float: right;
}

.three-columns-enabled .content-area {
    display: inline-block;
    float: none;
    width: 46%;
}

.global-layout-three-columns .sidebar {
    float: right;
}

.three-columns-enabled .sidebar {
    width: 27%;
}

#content-wrapper.af-layout-no-sidebar,
.af-layout-no-sidebar > .container {
    width: 100%;
    padding: 0;
}

.af-layout-no-sidebar-box > .container {
    padding: 0;
}

.af-layout-no-sidebar .content-area {
    width: 100%;
}

.equal-three-columns-enabled  .content-area,
.equal-three-columns-enabled  .sidebar {
    width: 33.33%;
}

#content-wrapper.af-layout-no-sidebar > .container > .inner-wrapper {
    margin: 0;
}

.af-layout-no-sidebar .content-area {
    width: 100%;
    padding: 0;
    margin: 0;
}

/* Global layout sidebar */
.global-layout-three-columns-pcs #sidebar-primary,
.global-layout-three-columns-cps #sidebar-primary,
.global-layout-three-columns-psc #sidebar-primary {
    float: left;
}

.global-layout-three-columns-pcs #sidebar-secondary,
.global-layout-three-columns-cps #sidebar-secondary {
    float: right;
}

.global-layout-three-columns-cps .content-area {
    float: left;
}

.af-full-width.blog-full-width .content-area {
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
    float: none;
}

.af-full-width.page-grid-layout .content-area,
.af-full-width .content-area {
    width: 100%;
    max-width: 100%;
}

.af-full-width.page-grid-layout .content-area div.section-item {
    border: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.af-full-width.page-grid-layout .section-item-content,
.af-full-width.page-grid-layout .section-item-meta,
.af-full-width.page-grid-layout .section-item-header {
    padding: 0 15px;
}

.af-full-width.page-grid-layout .section-item-content {
    padding-bottom: 30px;
}

/* Widget */
.section,
.widget {
    margin: 0 0 15px;
}

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

/* Footer */
.footer-bottom-top {
    padding: 15px 0 0;
    background: #161616;
}

.footer-bottom-top .social-links {
    float: right;
}

.footer-bottom {
    background-color: #161616;
    clear: both;
    font-size: 14px;
    text-align: center;
    padding: 25px 0;
    margin: 0;
}
.footer-bottom div.left {
    text-align: left;
}
.footer-bottom div.right {
    text-align: right;
}
.footer-bottom p {
    margin: 0;
}

.footer-bottom a,
.footer-bottom a:visited {
    color:#ccc;
}

.footer-bottom a:hover,
.footer-bottom a:focus,
.footer-bottom a:active {
    color:#fff;
}

.site-info {
    float: right;
}

.copyright {
    float: left;
}
footer {
    background-color: #101010;
    overflow: hidden;
}
.footer-widgets {
    overflow: hidden;
    padding: 90px 0;
    color: #ccc;
    font-size: 16px;
    position: relative;
    z-index: 9;
    background-attachment: fixed;
}
.footer-widgets ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-widgets ul li {
    font-size: 15px;
    padding: 0px 15px 5px 20px;
    position: relative;
}
.footer-widgets ul li::before {
    color: #727272;
    content: "\f105";
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-size: 13px;
    left: 3px;
    position: absolute;
    top: 2px;
    font-weight: 900;
}
.footer-widgets .footer-widget-area {
    float: left;
    padding: 0 25px;
    width: 25%;
    color: #727272;
}
a.footer-logo {
    margin-top: 30px;
    display: block;
}
.footer-widgets a, .footer-widgets a:visited {
    color: #727272;
}
.footer-widgets a:hover,
.footer-widgets a:active,
.footer-widgets a:focus {
    color: #ffffff;
}
.footer-widgets .footer-active-1 {
    width: 100%;
}
.footer-widgets .footer-active-2 {
    width: 50%;
}

.footer-widgets .footer-active-3 {
    width: 33.33%;
}

.footer-widgets .footer-active-4 {
    width: 25%;
}
.footer-widgets .widget-title {
    color: #fff;
    font-weight: 500;
    margin-bottom: 40px;
    position: relative;
    font-size: 22px;
}

/* Footer Navigation */
.quick-contact-widget {
    color: #fff;
}
.quick-contact-widget h2, .quick-contact-widget h5 {
    color: #fff;
    margin-bottom: 20px;
}
.quick-contact-widget span {
    display: block;
    font-size: 15px;
    clear: both;
    color: #fff;
}

.quick-contact-widget .quick-contact-item {
    float: left;
    width: 33.33%;
    text-align: center;
    padding: 15px 0;
}

.quick-contact-widget .quick-contact-widget{
    margin: 0 -15px;
    padding: 0;
    list-style: none;
}

.quick-contact-widget i {
    font-size: 19px;
    border: 2px solid #ddd;
    display: inline-block;
    text-align: center;
    padding: 15px;
    height: 55px;
    width: 55px;
    margin-bottom: 10px;
    border-radius: 100%;
}

.inner-quick-contact-wrapper {
    text-align: left;
}

.contact-page .inner-quick-contact-wrapper {
    text-align: center;
}

.quick-contact-widget h3 {
    margin-bottom: 20px;
}

.recent-posts-widget p {
    margin-bottom: 10px;
    font-style: italic;
    font-size: 13px;
}

.recent-posts-widget ul li,
.footer-widgets .recent-posts-widget ul li {
    padding:0;
}

.footer-widgets .recent-posts-widget ul li:before,
.footer-widgets .social-links ul li:before {
    display: none;
}

.recent-posts-widget h4 {
    margin: 0;
    font-weight: 500;
    color: #fff;
    line-height: 1.5;
    font-size: 16px;
}

.recent-post-item {
    clear: both;
    margin-bottom: 15px;
    overflow: hidden;
}

.footer-widgets .social-links ul li {
    display: inline-block;
    margin-right: 5px;
    margin-top: 0;
    padding: 0;
}

.footer-widgets .social-links {
    float: left;
    margin-top: 20px;
}

.recent-posts-widget img {
    max-width: 80px;
    margin-right: 25px;
}

.footer-widgets #contactform textarea,
.footer-widgets #contactform input {
    margin-bottom: 10px;
    background: #2e363a;
    border: 1px solid #504b4b;
}

.footer-widgets #comments {
    height: 80px!important;
}

.footer-widgets #contactform button#submit {
    margin: 5px 0 0;
}
/* Address Widget */
.address-info-wrapper {
    position: relative;
    margin-bottom: 15px;
}
.inner-wrap-address {
    position: relative;
}
.inner-wrap-address::before {
    content: "\f277";
    font-size: 16px;
    font-family: 'Font Awesome 5 Free';
    margin-right: 5px;
    border: 2px solid #bdb3b3;
    width: 35px;
    text-align: center;
    margin-top: 3px;
    position: absolute;
    left: 0;
    height: 35px;
    line-height: 2;
    font-weight: 900;
    border-radius: 100%;
}

.address-info-wrapper.info-contact .inner-wrap-address::before {
    content:"\f0e0";
}

.address-info-wrapper.info-phone .inner-wrap-address::before {
    content: "\f095";
}

.address-info-wrapper.info-fax .inner-wrap-address::before {
    content: "\f1ac";
}

.inner-wrap-address {
    padding-left: 50px;
}

span.contact-detail {
    clear: both;
    display: block;
    line-height: 1.2;
}

#sidebar-front-page-widget-area .address-info-wrapper {
    position: relative;
    margin-bottom: 0;
    float: left;
    width: 25%;
    text-align: center;
    padding: 25px;
}
#sidebar-front-page-widget-area .inner-wrap-address strong {
    font-size: 18px;
    color: #2E2E2E;
}
#sidebar-front-page-widget-area .inner-wrap-address::before {
    display: block;
    margin: 0 auto 15px;
    position: inherit;
    background: #fff;
    border-radius: 100%;
    padding: 7px;
    height: 60px;
    width: 60px;
    font-size: 21px;
    border: 1px solid #f1f1f1;
}

#sidebar-front-page-widget-area .inner-wrap-address {
    -webkit-box-shadow: 0 0 1px 0 rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0 0 1px 0 rgba(50, 50, 50, 0.2);
    -ms-box-shadow: 0 0 1px 0 rgba(50, 50, 50, 0.2);
    -o-box-shadow: 0 0 1px 0 rgba(50, 50, 50, 0.2);
    box-shadow: 0 0 1px 0 rgba(50, 50, 50, 0.2);
    -webkit-transition: box-shadow 0.3s, transform 0.3s;
    -moz-transition: box-shadow 0.3s, transform 0.3s;
    -ms-transition: box-shadow 0.3s, transform 0.3s;
    -o-transition: box-shadow 0.3s, transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s;
    padding: 35px 20px;
    background: #f4f4f4;
}

#sidebar-front-page-widget-area .inner-wrap-address:hover,
#sidebar-front-page-widget-area .inner-wrap-address:focus,
#sidebar-front-page-widget-area .inner-wrap-address:active {
    -webkit-box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
    box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
    background: #fff;
}

/* Move top */
.move-top {
    display: none;
}
a.scrollup, a.scrollup:visited {
    background-color: #FFBC14;
    bottom: 50px;
    color: #ffffff;
    float: right;
    line-height: 1.2;
    padding: 12px 17px;
    position: fixed;
    right: 32px;
    text-align: center;
    z-index: 999;
}
a.scrollup:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
a.scrollup:hover,
a.scrollup:focus,
a.scrollup:active {
    background-color:#333;
    color: #ffffff;
}
.scrollup i {
    font-size: 20px;
}


/* Front page sections */
#content-wrapper {
    background: #fff;
}

#content-wrapper::after,
#content-wrapper::before {
    content: "";
    display: table;
    clear: both;
}

#content-wrapper .section {
    margin-bottom: 0;
    padding: 100px 0;
    clear: both;
}

#content-wrapper .section.no-padding-btm {
    padding-bottom: 0;
}

#content-wrapper .section.no-padding-top {
    padding-top: 0;
}

.top-space {
    padding-top: 40px;
}

#content-wrapper .no-padding {
    padding: 0;
}

#content-wrapper .overlap-top {
    margin-top: -160px;
    position: relative;
    z-index: 99;
}

#content-wrapper .section.extra-space-btm {
    padding-bottom: 160px;
}

#content-wrapper .no-margin {
    margin: 0;
}

#content-wrapper .section-title {
    margin-bottom: 10px;
    position: relative;
    font-size: 35px;
}

#content-wrapper .section-title-wrap {
    text-align: center;
    width: 100%;
    display: table;
    margin-top: -10px;
}

#content-wrapper .section-title-wrap span.divider {
    height: 2px;
    width: 300px;
    margin: 0 0 15px;
    background: #dfaa0a;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

#content-wrapper .lite-background .section-title-wrap span.divider:before {
    border-color: #f7f9f8;
}

@-webkit-keyframes animationborder {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px)
    }
}

@keyframes animationborder {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px)
    }
}
#content-wrapper .section-title-wrap.text-alignleft span.divider:before,
#content-wrapper .section-title-wrap.text-alignright span.divider:before{
    display: none;
}

#content-wrapper .section-title-wrap.text-alignleft span.divider,
#content-wrapper .section-title-wrap.text-alignright span.divider {
    margin: 0 0 25px;
}

#content-wrapper .section-title-wrap.text-alignleft .section-title {
    margin-bottom: 20px;
}

#content-wrapper .section-title-wrap.text-alignright  .section-title {
    margin-bottom: 20px;
}
#content-wrapper .section-title-wrap {
    margin-bottom: 40px;
}
#content-wrapper .section-subtitle {
    margin: 0 auto;
    max-width: 900px;
    text-align: center;
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 19px;
    line-height: 1.75;
}

#content-wrapper .section-top-subtitle {
    position: relative;
    color: #262626;
    font-family: 'Lora', serif;
    font-style: italic;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 18px;
}

#content-wrapper .full-width-stretch-section .container {
    max-width: 100%;
    width: 100%;
}

#content-wrapper .boxed-width-section {
    max-width: 1180px;
    margin: 0 auto;
}

#content-wrapper .minimal-padding {
    padding: 40px 0;
}

#content-wrapper  .section.dark-background .section-subtitle {
    color:#ddd;
}

#content-wrapper .section-title-wrap.text-alignleft {
    text-align: left;
    margin-bottom: 10px;
}
#content-wrapper .section-counter p.section-subtitle {
    margin: 0!important;
}

#content-wrapper .section-title-wrap.text-alignleft .section-subtitle {
    margin: 0 0 40px;
    text-align: left;
}

#content-wrapper .section-title-wrap.text-alignright {
    text-align: right;
    margin-bottom: 10px;

}

#content-wrapper .section-title-wrap.text-alignright .section-subtitle {
    margin: 0 0 40px;
    float: right;
    clear: both;
}

#content-wrapper .section-title-wrap.text-alignright  span.divider {
    float: right;
}

#content-wrapper .section.dark-background {
    background-color: #25292f;
}

#content-wrapper .section.lite-background {
    background-color: #f7f9f8;
}

#content-wrapper .background-img {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 99;
}

#content-wrapper .background-img.overlay-enabled:after {
    content: "";
    display: block;
    background: rgb(0, 0, 0);
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    z-index: -1;
    left: 0;
    opacity: 0.6;
}

#content-wrapper .section.dark-background .section-title,
#content-wrapper .section.background-img .section-title,
#content-wrapper .section.dark-background .section-subtitle,
#content-wrapper .section.background-img .section-subtitle,
#content-wrapper .section.background-img.overlay-enabled p {
    color: #fff;
}

.box-shadow-block {
    -webkit-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
    -moz-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
    -ms-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
    -o-box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
    box-shadow: 0px 0px 32px 0px rgba(122,122,122,0.1);
    -webkit-transition: box-shadow 0.3s, transform 0.3s;
    -moz-transition: box-shadow 0.3s, transform 0.3s;
    -ms-transition: box-shadow 0.3s, transform 0.3s;
    -o-transition: box-shadow 0.3s, transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s;
    padding: 0;
    background: #fff;
    position: relative;
}

.box-shadow-block:hover,
.box-shadow-block:focus,
.box-shadow-block:active {
    -webkit-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2);
    box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2);
    transform: translateY(-8px);
}

.more-wrapper {
    display: block;
    text-align: center;
    margin-top: 70px;
    clear: both;
    width: 100%;
    overflow:hidden;
    float: left;
}


.box-shadow-block:hover, .box-shadow-block:focus, .box-shadow-block:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.box-shadow-block:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.box-shadow-block:hover:before, .box-shadow-block:focus:before, .box-shadow-block:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

/* News And Events */
.section-recent-news-events .featured-news-events .event-title,
.section-recent-news-events .featured-news-events .news-title {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f7f7f7;
    font-weight: 600;
}

.section-recent-news-events .featured-news-events .event-title:before,
.section-recent-news-events .featured-news-events .news-title::before {
    content: "";
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    margin-right: 15px;
}

.section-recent-news-events .featured-news-events .news-title::before{
    content: "\f1ea"
}

.section-recent-news-events .featured-news-events .event-title:before{
    content: "\f073"
}

.section-recent-news-events .recent-news-thumb  img {
    margin: 0;
    vertical-align: middle;
}

.section-recent-news-events .recent-news-thumb   img {
    margin: 0;
    vertical-align: middle;
    -webkit-transition: -webkit-transform 1s ease;
    -moz-transition: -moz-transform 1s ease;
    transition: transform 1s ease;
}

.section-recent-news-events .recent-news-thumb  {
    overflow: hidden;
}

.section-recent-news-events .recent-news-thumb:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}

.section-recent-news-events .recent-news-title {
    margin-bottom: 5px;
}

.section-recent-news-events .recent-news-thumb a::after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(34, 34, 34, 0.16);
}

.section-recent-news-events .recent-news-wrapper {
    background: #fff;
    position: relative;
}

.section-recent-news-events .recent-news-text-content {
    background: #fff;
    overflow: hidden;
    padding: 30px;
    position: relative;
}

.section-recent-news-events .recent-news-item {
    padding: 0 25px;
    float: left;
    margin-bottom: 20px;
    width: 50%;
}

.section-recent-news-events .recent-news-text-wrap {
    padding: 20px 0 0;
}

.section-recent-news-events .news-post img{
    margin-bottom:0;
}

.recent-news-main-wrapper  .slick-initialized .slick-slide {
    padding: 30px 30px 0;
}

/*cycle next / previous*/

.recent-news-main-wrapper .slick-list {
    overflow: hidden;
    padding: 0;
}

/* Recent Events */
.section-recent-news-events  .event-post h4 {
    margin: 0;
}

.section-recent-news-events .custom-entry-date {
    margin-bottom: 15px;
    float: left;
    margin-right: 25px;
    box-shadow: 0 5px 8px #fbfbfb;
}

.section-recent-news-events .custom-entry-date span.entry-month {
    background: #f3f1f1;
    font-size: 15px;
    width: 73px;
    font-style: italic;
    color: rgb(19, 18, 18);
    margin: 0;
}

.section-recent-news-events .custom-entry-date span.entry-day {
    font-size: 45px;
    line-height: 1.5;
    overflow: hidden;
    padding: 0;
    font-weight: 400;
}

.section-recent-news-events .event-post {
    margin-bottom: 35px;
    clear: both;
}

.section-recent-news-events .custom-entry-date > span {
    display: block;
    text-align: center;
}

/* Grid Items */
.section-grid-items .grid-item-thumb  img {
    margin: 0;
    vertical-align: middle;
}

.section-grid-items .grid-item-thumb {
    overflow: hidden;
    position: relative;
}

.section-grid-items .grid-item-thumb .custom-button {
    position: absolute;
    top: 0%;
    z-index: 9;
    left: 50%;
    margin-left: -70px;
    opacity: 0;
}
.section-grid-items .grid-item-wrapper:hover .grid-item-thumb .custom-button {
    opacity: 1;
    top:35%;
}

.section-grid-items .grid-item-thumb .custom-button::after,
.section-grid-items .grid-item-thumb .custom-button::before {
    display: none;
}

.section-grid-items .grid-item-thumb img {
    width: 100%;
}

.section-grid-items .grid-item-text-content {
    background: #fff;
    overflow: hidden;
    padding: 40px;
    position: relative;
}

.section-grid-items .featured-page-grid-text-wrap {
    padding: 20px 0 0;
}
.section-grid-items .grid-item-wrapper {
    /*margin-bottom: 30px;*/
    width: 100%;
}
.section-grid-items .grid-item-wrapper .inner {
    position: relative;
    margin-bottom: 25px;
    text-align: center;
}
.section-grid-items .grid-item-wrapper .inner:hover .desc {
    top: 0;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.section-grid-items .grid-item-wrapper .photo img {
    width: 100%;
}
.section-grid-items .grid-item-wrapper .desc {
    position: absolute;
    top: -10%;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: #2E2E2E;
    transition: all 0.7s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.section-grid-items .grid-item-wrapper .desc h3 {
    color: #fff;
    border-top: 0;
    border-bottom: 0;
    padding-top: 10%;
    font-size: 24px;
    font-weight: 600;
}
.section-grid-items .grid-item-wrapper .desc h4 {
    color: #f2f3f3;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 0 20px;
}
.section-grid-items .grid-item-wrapper .desc .price {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    margin-top: 30px;
}

/* Call to action */
.cta-background.background-img {
    background: url("images/cta/cta-background.jpg");
}

.section-call-to-action {
    position: relative;
    text-align: center;
    position: relative;
}

#content-wrapper .section-call-to-action p.section-subtitle {
    margin-bottom: 35px;
}

.section-call-to-action .cta-title {
    margin-bottom:30px;
}

.section-call-to-action .call-to-action-description {
    margin: 0 auto 30px;
}

.call-to-action-content img {
    margin-top: 30px;
}

.section-call-to-action .section-title:after,
.section-call-to-action .section-title:before {
    display: none;
}

.section-call-to-action.cta-fluid-background .call-to-action-description {
    margin: 0 auto 30px;
    max-width: 900px;
}

.section-call-to-action.cta-fluid-background .call-to-action-description {
    margin: 0;
    max-width: inherit;
}

#content-wrapper  .section-call-to-action.cta-fluid-background .section-title {
    margin-bottom: 15px;
}

/* Services */
.section-services .service-block-inner {
    position: relative;
    z-index: 9;
    padding: 35px 30px;
    background-color: #fff;
    text-align: center;
}

.section-services .service-item-title {
    margin-bottom: 10px;
}

.section-services .service-block-item a.service-icon {
    background: #f5f5f5;
    line-height: 0.6;
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    font-size: 32px;
    color: #000;
    text-align: center;
    border-radius: 100%;
    margin: 0 auto 20px;
    position: relative;
    display: inline-block;
    padding: 21px;
    height: 75px;
    width: 75px;
}

.section-services .service-icon-shadow {
    display: block;
    position: absolute;
    left: 30px;
    top: 10px;
    font-size: 140px;
    color: #f7f7f7;
    z-index: -1;
    line-height: 1;
}

/* sidebar and footer widget */
.sidebar .section-plan,
.footer-widgets .section-plan{
    background:inherit;
}

.sidebar .section-plan  .pricing-plan-item,
.footer-widgets .section-plan  .pricing-plan-item {
    border: 1px solid #dddddd;
    width: 100%;

}

form.news-letter-form {
    position: relative;
}

aside.section.section-news-letter.background-img {
    background: url(images/news-letter/bg.jpg);
}

input.news-letter-email {
    width: 100%;
    margin-bottom: 25px;
}

input.news-letter-submit {
    width: 100%;
}
.section-services.service-layout.background-img {
    background-image: url('images/service/features-background.jpg');
}

.section-services.service-layout .service-block-inner {
    box-shadow: inherit;
    padding: 0;
    background: none;
}

.section-services.service-layout .service-block-item a.service-icon {
    float: left;
    margin: 0 0 20px;
    background: #f5f5f5;
    color: #000000;
}

.section-services.service-layout .service-block-inner:hover .service-icon {
    background: #FFBC14;
    color: #fff;
    transition: .5s cubic-bezier(0.4, 0, 1, 1);
}

.section-services.service-layout .box-shadow-block:before {
    display: none;
}

.section-services.service-layout .service-block-inner-content {
    text-align: left;
    clear: both;
}

.section-services.service-layout h3.service-item-title {
    margin-bottom: 10px;
}

.section-services.service-layout .service-item-4 {
    clear: both;
}

.section-services.service-layout .service-block-inner-content a.more-link {
    margin: 0;
    border: none;
    padding: 0;
    font-weight: bold;
}

.section-services.service-layout .service-block-inner-content p {
    margin-bottom: 10px;
}

.section.section-services.service-layout .service-block-item a.service-icon:hover {
    background: #FFBC14;
    color: #fff;
}

/* Reviews */
.section.reviews-bg{
    background-image: url('../img/reviews_home_bg.jpg');
}

.section-reviews .review-thumb {
    display: block;
    padding: 5px 12px;
    margin-right: 25px;
    max-width: 85px;
    position: relative;
    float: left;
    border-radius: 100%;
}

.section-reviews .clien-info-wrap {
    clear: both;
    border-top: 1px solid #efefef;
    padding-top: 25px;
    overflow: hidden;
}

.section-reviews .review-summary .review-position {
    color: #c1bdb5;
    font-style: normal;
    font-size: 14px;
}

.section-reviews  .review-summary {
    overflow: hidden;
    padding-bottom: 30px;
}

.section-testarousel .review-summary {
    clear: both;
}

.section-reviews .review-wrapper {
    padding: 50px 40px 40px;
    position: relative;
    background: #fff;
    border: 1px solid #f7f7f7;
    overflow: hidden;
}

.section-reviews .clinet-info h4 {
    margin-bottom: 0;
}

#content-wrapper .section.background-img.overlay-enabled p.review-position {
    color: #2E2E2E;
    margin: 0;
}

.section-reviews .review-rating {
    color: #ffc700;
    font-size: 14px;
    float: right;
    margin-top: 15px;
}
.section-reviews .review-rating i.none {
    color: #F1F3F4;
}
.section-reviews .clinet-info {
    float: left;
}
.section-reviews .review-item {
    margin: 0 20px;
}

.section-reviews .review-item img {
    border-radius: 100%;
}

.section-reviews .review-summary p {
    font-style: italic;
    color: #727272!important;
}

/* Carousel */
.section-carousel-enabled .slick-slide:focus,
.section-carousel-enabled .slick-slide.slick-active{
    outline: none!important;
}

.section-carousel-enabled .slick-list {
    text-align: left;
}
.section-carousel-enabled .slick-dots {
    text-align: center;
    transition: all 1s ease-in-out 0s;
    width: 100%;
    z-index: 999;
}

.section-carousel-enabled .slick-dots span {
    background-color: #686868;
    cursor: pointer;
    display: inline-block;
    float: none;
    height: 15px;
    margin: 5px 5px;
    width: 15px;
    z-index: 99;
}

.section-carousel-enabled .slick-dots li.slick-active span {
    background-color: #219fcd;
}

.section-carousel-enabled .slick-dots li {
    display: inline-block;
    line-height: 0;
    list-style: inherit;
    padding: 0;
}

.section-carousel-enabled .slick-dots li::before {
    display: none;
}

.section-carousel-enabled  .review-item.slick-slide > h4 {
    display: block;
    float: none;
    font-style: italic;
    margin-right: 30px;
    text-align: center;
}
.home-services .owl-item {
    padding-left: 20px;
    padding-right: 20px;
}
/* cycle next / previous*/
.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev {
    bottom: 40%;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 20px;
    font-weight: normal;
    position: absolute;
    text-align: center;
    width: 40px;
    z-index: 999;
    height: 60px;
    padding: 9px;
    z-index: 999;
    line-height: 2.2;
    background: rgba(14, 14, 14, 0.26)!important;
    transition: all 0.2s ease-in-out 0s;
}
.owl-carousel .owl-nav button.owl-next {
    right: 25px;
}
.owl-carousel .owl-nav button.owl-prev {
    left: 25px;
}
.owl-carousel .owl-nav button.owl-next i,
.owl-carousel .owl-nav button.owl-prev i {
    color: #FFF;
    font-size: 1.5em;
    margin-top: 10px;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    background: #dfaa0a!important;
    color: #fff!important;
}

.section-carousel-enabled .slick-prev.slick-arrow, .section-carousel-enabled .slick-next.slick-arrow {
    color: #000;
    cursor: pointer;
    display: block;
    font-weight: normal;
    line-height: 0.8;
    padding-top: 5px;
    position: absolute;
    text-align: center;
    top: 45%;
    z-index: 9;
    font-size: 17px;
    padding: 16px 20px;
    background: #ffffff;
    box-shadow: 0 0 40px #2422222b;
    border-radius: 100%;
}


.section-carousel-enabled .slick-prev.slick-arrow:hover,
.section-carousel-enabled .slick-next.slick-arrow:hover {
    background: #FFBC14;
    color: #fff;
}

.section-carousel-enabled .slick-prev.slick-arrow {
    left: -5px;
}

.section-carousel-enabled .slick-next.slick-arrow {
    right: -5px;
}

.overlay:before {
    background: rgba(0, 0, 0, 0.76);
    bottom: 0;
    height: 100%;
    content: "";
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.item-inner-wrapper:hover .overlay:before {
    bottom: 0;
    opacity: 0.9;
}

.item-inner-wrapper {
    position: relative;
    overflow: hidden;
    text-align: center;
}
a.zoom-icon i {
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    padding: 0;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    margin: 0 auto;
    display: block;
}

a.zoom-icon {
    position: absolute;
    top: 30%;
    z-index: 999;
    width: 100%;
    text-align: center;
    left: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.item-inner-wrapper:hover a.zoom-icon {
    top: 34%;
    visibility: visible;
}

.isotope-item {
    z-index:2;
}

.isotope-hidden.isotope-item {
    pointer-events:none;
    z-index:1;
}

.isotope,.isotope .isotope-item {
    -webkit-transition-duration:.8s;
    -moz-transition-duration:.8s;
    -ms-transition-duration:.8s;
    -o-transition-duration:.8s;
    transition-duration:.8s;
}

.isotope {
    -webkit-transition-property:height, width;
    -moz-transition-property:height, width;
    -ms-transition-property:height, width;
    -o-transition-property:height, width;
    transition-property:height, width;
}

.isotope .isotope-item {
    -webkit-transition-property:0 opacity;
    -moz-transition-property:0 opacity;
    -ms-transition-property:0 opacity;
    -o-transition-property:0 opacity;
    transition-property:transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration:0;
    -moz-transition-duration:0;
    -ms-transition-duration:0;
    -o-transition-duration:0;
    transition-duration:0;
}

/* Social Links */
.social-links {
    text-align: center;
}

.social-links  ul {
    margin: 0;
    padding: 0;
}

.social-links li a {
    border: 2px solid #cacaca;
    display: inline-block;
    height: 30px;
    line-height: 1.7;
    margin-right: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 40px;
    overflow: hidden;
}

.social-links.circle  li a {
    border-radius: 100%;
}

.social-links li {
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px;
    margin-left: 5px;
}

.social-links  ul li::after{
    display: none;
}

.social-links  li a i {
    color:#cacad8;
    font-size: 18px;
    font-weight: normal;
}

.social-links ul li a:hover {
    background-color: #001837;
    border: 2px solid rgba(0, 0, 0, 0);
    -moz-transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.social-links  ul li a:hover::before {
    color: #fff;
}

/* Breadcrumb */
.breadcrumbs {
    color: #fff;
    text-align: center;
}

.breadcrumbs ul {
    margin:0;
    padding: 0;
}

.breadcrumbs li {
    display: inline-block;
    list-style: outside none none;
    padding-right: 10px;
}

.breadcrumbs .breadcrumb-trail li.trail-item.trail-end::after {
    display: none;
}

.breadcrumbs .breadcrumb-trail li::after {
    content: "\f105";
    margin-left: 10px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 11px;
}

.breadcrumbs li a {
    color: #101010;
    border-bottom: 1px solid #fff;
}

.breadcrumbs li a:hover {
    color: #fff;
    text-decoration: none;
}
.page-header-wrapper-2 #page-header-wrapper {
    padding: 15px 0;
}
.breadcrumbs.breadcrumb-2 {
    background: #FFBC14;
    padding: 15px 0;
}
.page-header-wrapper-3 .breadcrumbs {
    float: right;
    margin-top: 30px;
}

.page-header-wrapper-3 h1.page-title {
    float: left;
}

section.error-404 {
    text-align: center;
    margin-bottom: 80px;
}

.error-404 h2{
    font-size: 87px;
    font-weight: bold;
}

#quick-links-404 {
    margin-top: 30px;
}

#quick-links-404 ul li {
    display: inline-block;
    list-style: outside none none;
}

#quick-links-404 ul li a {
    display: block;
    padding: 0 20px;
    color: #2E2E2E;
    border-left: 1px solid #ddd;
    line-height: 1;
}

#quick-links-404 ul li:first-child a{
    border:none;
}

.error404 .content-area {
    width: 100%;
}

section.error-404 .search-form {
    position: relative;
    max-width: 480px;
    margin: 60px auto 0;
}

section.error-404 .search-form input.search-field {
    width: 100%;
}

.error404 h2 span {
    color: #FFBC14;
    margin: 0 15px;
}

#call-to-action {
    position: relative;
    height: 100%;
    background-color: #cfcfcf;
}
#call-to-action h1, #call-to-action h2, #call-to-action h3, #call-to-action h4, #call-to-action h5, #call-to-action h6   {
    color: #fff;
}
#call-to-action h2 {
    margin: 43px 0;
}
#call-to-action .btn {
    margin: 35px 0;
    background-color: #dfaa0a;
}
#call-to-action .btn:hover {
    background-color: #DDDDDD;
}

/* toggle-panel-wrap */
.toggle-panel-wrap {
  position: relative;
  display: inline-block;
  text-align: left;
}
.toggle-panel-wrap .toggle-panel-button {
  display: inline-block;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #939393;
  text-align: center;
  background: none;
  padding: 0 8px;
  cursor: pointer;
}
.toggle-panel-wrap .toggle-panel-button:hover {
  color: #FFFFFF;
}
.toggle-panel-wrap .toggle-panel-button.active span {
  position: relative;
}
.toggle-panel-wrap .toggle-panel-button.active span:before {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #c272bf;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  top: -6px;
  right: -6px;
}
.toggle-panel-wrap .toggle-panel-body {
  position: absolute;
  background: #FFFFFF;
  width: 280px;
  top: 48px;
  display: none;
  right: 0;
  z-index: 9999;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: solid 1px #d9c179;
}

/* cart box */
.toggle-panel-body .cart-items {
  margin: 0;
  border-top: 4px solid #eee;
}
.toggle-panel-body .cart-items li {
  margin: 0;
  padding: 12px 18px;
  position: relative;
}
.toggle-panel-body .cart-items li:before {
  display: none;
}
.toggle-panel-body .cart-items li .cart-item-thumb {
  float: left;
  display: inline-block;
  margin-right: 12px;
  margin-top: 3px;
}
.toggle-panel-body .cart-items li .cart-item-name {
    /*float: left;*/
    max-width: 220px;
    height: 30x;
}
.toggle-panel-body .cart-items li .cart-item-name a {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 12px;
  color: #666;
  margin-right: 20px;
}
.toggle-panel-body .cart-items li .cart-item-name a:hover {
  color: #c272bf;
}
.toggle-panel-body .cart-items li .cart-item-quantity {
    display: block;
}
.toggle-panel-body .cart-items li .cart-item-quantity .cart-item-quantity, 
.toggle-panel-body .cart-items li .cart-item-quantity .amount {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 12px;
  color: #666;
}
.toggle-panel-body .cart-items li .cart-item-quantity .quantity {
  margin-left: 0;
}
.toggle-panel-body .cart-items li .cart-item-remove {
  position: absolute;
  top: 13px;
  right: 24px;
}
.toggle-panel-body .cart-items li .cart-item-remove a {
  font-size: 10px;
  color: #000;
}
.toggle-panel-body .cart-items li .cart-item-remove a:hover {
  color: #c272bf;
}
.toggle-panel-body .cart-total {
  border-top: 2px solid #eee;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 16px;
  color: #000;
  padding: 10px 15px;
}
.toggle-panel-body .cart-footer {
    border-top: 2px solid #eee;
    padding: 14px;
    text-align: right;
}
.toggle-panel-body .cart-footer a.button {
    text-transform: none;
    padding: 4px 15px;
    font-size: 12px;
}
.toggle-panel-wrap .toggle-panel-body .empty-cart {
    padding: 8px 12px;
}

/* customer area */
.toggle-panel-wrap .toggle-panel-body.lang-selector,
.toggle-panel-wrap .toggle-panel-body.customer {
    left: 0;
    top: 43px;
}
.toggle-panel-wrap .toggle-panel-body.customer .login-attempts {
    color: #b04d02;
}
.toggle-panel-wrap .toggle-panel-body.customer .number-attempts {
    color: #a87f02;
}
.toggle-panel-wrap .toggle-panel-body.customer .form-group label.name {
    color: #2E2E2E;
}
.toggle-panel-wrap .toggle-panel-body.lang-selector {
    width: 170px;
}
.toggle-panel-body .customer-area {
    padding: 8px 25px;
}
.toggle-panel-body .customer-area .customer-menu li {
    padding: 0px 0px 5px 0px;
}
.toggle-panel-body .customer-area .customer-menu li a {
    font-size: 14px!important;
    margin-left: 5px;
}
.toggle-panel-body .customer-area .customer-menu li.active a,
.toggle-panel-body .customer-area .customer-menu li.active {
    color:#dfaa0a;
}
.login-page {
    max-width: 500px;
}
/* dashboard */
.dashboard .notice {
    margin-bottom: 15px;
    padding: 20px 20px;
    background-color: #faeedc; 
}
.dashboard .notice i {
    margin-right: 8px;
    color: #dfaa0a;
}
.dashboard .customer-menu li {
    padding: 0px 0px 5px 0px;
}
.dashboard .customer-menu li a {
    font-size: 14px!important;
    margin-left: 5px;
}
.dashboard .customer-menu li.active a,
.dashboard .customer-menu li.active {
    color:#dfaa0a;
}
/* catalog details cart */
.home-catalog .price {
    position: relative;
}
.home-catalog .price a {
    padding: 5px 12px;
    color: #FFFFFF;
    background-color: #dfaa0a;
    cursor: pointer;
    float: right;
}
.home-catalog .price a:hover {
    color: #101010;
}
.home-catalog .price span {
    padding: 7px 0;
    font-size: 22px;
}

/* catalog details cart */
.catalog-details-cart .section-item-price .quantity {
    border: none;
    max-width: 70px;
    padding: 2px 10px 2px 15px;
}
.catalog-details-cart .section-item-price .price {
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
    color:#b04d02;
}
.catalog-details-cart .section-item-price .add-item-to-cart {
    margin-left: 8px;
}
.catalog-details-cart .section-item-delivery {
    margin-top: 15px;
}
.bsAlert{
    position: absolute;
    left:50%;
    top:50%;
    width: 320px;
    margin-left:-100px;
    margin-top:-100px;
    display:none;
    word-break:break-all;
}

/* cart steps */
.section-cart {
    margin: 30px 0px;
}
.section-cart form {
    margin-top: 20px;
}
.cart-steps {
    position: relative;
}
.payment-step li.step-select span:after,
.payment-step:before {
    content: ''
}
.payment-step {
    margin: 0;
    padding: 0 0 10px;
    list-style: none;
    position: relative
}
.payment-step:before {
    height: 0;
    left: -30px;
    right: -30px;
    /*border-top: 1px solid #e9e9e9;*/
    bottom: 0;
    display: block;
    position: absolute
}

.payment-step li {
    /*width: 33.3333%;*/
    width: 25%;
    margin-top: 13px;
    float: left;
    position: relative
}

.payment-step li.step-select:after,
.payment-step li.step-select:before {
    background-color: #59c45a
}

.payment-step li.step-select span {
    text-indent: -9999px
}

.payment-step li.step-select span:after {
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: url(../img/icon-check-payment.png) 50% 50% no-repeat;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: absolute
}

.payment-step li.step-part:after {
    background-color: #dfaa0a;
}
.payment-step li.step-part span {
    background-color: #dfaa0a;  
    color: #FFFFFF;
}

.payment-step li:after,
.payment-step li:before {
    display: block;
    position: absolute;
    background-color: #d0d0d0;
    height: 10px;
    content: '';
    width: 50%;
    left: 0;
    top: 23px;
    border-top: 4px solid #f5f5f5;
    border-bottom: 4px solid #f5f5f5
}

.payment-step li:before {
    right: 0;
    left: inherit
}

.payment-step li span {
    display: block;
    position: relative;
    z-index: 1;
    margin: auto;
    width: 54px;
    height: 54px;
    background-color: #fff;
    border: 2px solid #efefef;
    color: #111;
    font-weight: 300;
    line-height: 50px;
    font-size: 34px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}
.payment-step li p {
    color: #111;
    font-size: 15px;
    line-height: 20px;
    margin: 5px 0 0
}
.back {
    margin-right: 8px;
}
.step-cart-items .header {
    border-bottom: 1px solid #efefef;
    padding: 8px 0;
    margin-bottom: 15px;
}
.step-cart-items .header div {
    font-size: 16px;
    font-weight: bold;
}
.step-cart-items .body {
    margin-bottom: 15px;
}
.step-cart-items .body .item-name {
    text-align: left;
}
.step-cart-items .body .item-quantity input.quantity {
    border: none;
    max-width: 70px;
}
.step-cart-items .body .item-total-name {
    text-align: right;
}
.step-cart-items .body .item-total span,
.step-cart-items .body .item-total-name span {
    font-weight: bold;
    font-size: 16px;
}
.cart-items-sidebar {
    position: relative;
    margin-left: 15px;
}
.cart-items-sidebar .item {
    display: table;
    margin-bottom: 8px;
    width: 100%;
}
.cart-items-sidebar .item .item-shipping,
.cart-items-sidebar .item .item-subtotal-name,
.cart-items-sidebar .item .item-total,
.cart-items-sidebar .item .item-name,
.cart-items-sidebar .item .item-thumbnail {
    display: table-cell;
}
.cart-items-sidebar .item label {
    margin-right: 15px;
}
.cart-items-sidebar .item label input[type="radio"] {
    margin-right: 4px;
}
.cart-items-sidebar .item.total {
    border-top: 1px solid #efefef;
    mergin-top: 15px;
    font-weight: bold;
    padding-top: 15px;
}
.step-done .form-group,
.popup-login .form-group {
    display: block;
    width: 100%;
}
.form-group .name {
    width: 150px;
}
.form-group .value {
    display: inline-block;
    font-weight: bold;
}
/* payment gateways */
#payment-gateways {
    position: relative;
    overflow: hidden;
}
#payment-gateways .gateway-item {
    display: inline-block;
    float: left;
    overflow: hidden;
    padding: 8px 12px;
    margin-right: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#payment-gateways .gateway-item.active,
#payment-gateways .gateway-item:hover {
    background: #faeedc;
    width: 100%;
}
#payment-gateways .gateway-item label {
    text-align: center;    
    cursor: pointer;
}
#payment-gateways .gateway-item label img {
    /*display: block;*/    
    margin-left: 10px;
}
#payment-gateways .gateway-item label input[type="radio"] {
    margin-top: 10px;
}
.card-form {
    position: relative;
    width: 450px;
}
.card-form .form-group {
    display: block;
    width: 100%;
}
.card-form .form-group .card-field {
    position: relative;
}
.card-form .form-group .card-field .card-field-item {
    display: table-cell;
}
.card-form .exp-month {
    width: 110px;
    margin-right: 10px;
    float: left;    
    display: inline-block;
}
.card-form .exp-year {
    width: 110px;
    margin-right: 10px;
    float: left;
    display: inline-block;
}
.card-form input[type="text"] {
    margin: 0;
}
.card-form .cvc {
    width: 90px!important;
}
/* card types */
#card-number {
    background-image: url("../img/card-types.png"), url("../img/card-types.png");
    background-position: 2px 3px;
    background-repeat: no-repeat;
    background-size: 42px auto;
    padding-left: 54px;
}
#card-number.visa {
  background-position: 2px -38px;
}
#card-number.visa_electron {
  background-position: 2px -76px;
}
#card-number.mastercard {
  background-position: 2px -116px;
}
#card-number.maestro {
  background-position: 2px -156px;
}
#card-number.discover {
  background-position: 2px -196px;
}

/* my orders */
.section-orders .header {
    border-bottom: 1px solid #efefef;
    padding: 8px 0;
    margin-bottom: 15px;
}
.section-orders .body .order-option span.default {
    color: #333;
}
.section-orders .body .order-option span.paid {
    color: #9AB84B;
}
.section-orders .body .order-option span.unpaid {
    color: #f4511e;
}
.section-orders .order-details .name {
    float: left;
    width: 150px;
}
.section-orders .order-details .value {
    color: #333;
}
.section-orders .order-details .value .paid {
    color: #9AB84B;
}
.section-orders .order-details .value .unpaid {
    color: #f4511e;
}
.section-orders .order-cart-items .item-total-name {
    text-align: right;
}
.page-actions {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
}
.page-actions ul {
    overflow:hidden;
    white-space:nowrap;
    margin: 0;
}
.page-actions ul li {
    display:inline;
    width: 20px;
    height: 20px;
    text-align: center;
    margin-right: 5px!important; 
}
/* account tabs */
.tab-content>div {
    padding: 15px 10px;
}
.tab-content>div form input[type="text"],
.tab-content>div form input[type="password"],
.tab-content>div form input[type="email"] {
    max-width: 250px;
}
.home-box-bottom-link {
    width: 100%;
    text-align: center;
}
/* reviews */
.reviews {
    margin-top: 35px;
    padding: 35px 0;
    border-top: 2px dotted #999;
}
.reviews ul, .reviews ol {
    margin: 0;
}
.reviews ul li, .reviews ol li {
    margin: 0;
    padding: 0;
}
.reviews ul li:before, .reviews ol li:before {
    display: none;
}
.reviews a {
    color: inherit;
}
.reviews .reviews-title {
    margin-top: 0;
    margin-bottom: 0;
}
.reviews .item {
    border-bottom: 1px solid #d4d4d4;
}
.reviews .item > .review:first-child .comment-box {
    border-top: 0;
}
.reviews .item .review-author {
    float: left;
    width: 70px;
    overflow: hidden;
}
.reviews .item .review-body {
    margin-left: 98px;
    color: #0B0A06;
}
.reviews .item .review-body p {
    margin-top: 10px;
}
.reviews .item .children {
    margin-left: 70px;
    margin-bottom: 30px;
    padding-left: 26px;
    border-left: 4px solid #eee;
}
.reviews .item .children .review .review-box {
    border-top: 1px solid #d4d4d4;
}
.reviews .item .children .review:first-child .review-box {
    border-top: 0;
}
.reviews cite.fn {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 24px;
}
.reviews .review-meta {
    font-size: 14px;
    font-weight: 700;
    color: #d4d4d4;
}
.reviews .review-box {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #d4d4d4;
}
.reviews .review-abs {
    position: absolute;
    display: inline-block;
    font-size: 0;
    top: 30px;
    right: 0;
}
.reviews .review-abs a {
    display: inline-block;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #262626;
    padding: 0 10px;
    line-height: 25px;
    text-align: center;
    background-color: #eee;
    margin-right: 10px;
    margin-bottom: 10px;
}
.reviews .review-abs a:hover {
    background-color: #c272bf;
}
#respond .reply-title {
   margin-bottom: 20px;
}
#respond .reply-title h3 {
   margin: 0;
}
#respond .form-item {
   margin: 15px 0;
}
#respond .form-item textarea {
   width: 100%;
   height: 100px;
}
#respond .form-item input {
   width: 100%;
}
#respond .form-actions {
   margin: 5px 0;
}
#respond .form-actions .awe-btn {
   width: 100%;
}

/* Personal */
.section-personal .social-links li a {
    border: 2px solid transparent;
}

.section-personal .social-links li {
    margin-left: 0;
    margin-right: 0;
}

.section-personal .social-links li a:before {
    color: #fff;
}

.section-personal .thumb-summary-wrap {
    background: #fff;
    padding: 0 0 20px;
    position: relative;
    z-index: 9;
}

.section-personal .person-item{
    text-align: center;
}

.section-personal .person-title {
    font-size: 18px;
    margin-bottom: 5px;
}

.section-personal .person-position {
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.section-personal .person-text-wrap {
    position: relative;
    background: #fff;
    padding-top: 25px;
}

.section-personal .person-item img {
    background: #fff;
}

.section-personal .person-item img {
    margin: 0;
    vertical-align: middle;
    width: 100%;
}

.section-personal .person-item .person-thumb {
    overflow: hidden;
    position: relative;
    background: #fff;
}


.section-personal .person-item .social-links {
    position: absolute;
    top: 15px;
    width: 0;
    visibility: hidden;
    z-index: 999;
    left: -100%;
    -webkit-transition: -webkit-transform 1s ease;
    -moz-transition: -moz-transform 1s ease;
    transition: transform 1s ease;
}

.section-personal .person-item .social-links li {
    float: left;
    clear: both;
}

.section-personal .person-thumb:hover .social-links {
    visibility: visible;
    left: 25px;
    width: auto;
}
