*, *:after, *:before {
    outline:0 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body{
    font-family: 'Inter', sans-serif;
    color: #444444;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background: #ffffff;
}

a{
    color: #444444;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
p a {
    color: #2b3827;
    font-weight: 600;
}

a:hover {
    color: #444444;
    text-decoration: none;
}

img {
    max-width: 100%;
}

input:-internal-autofill-selected {
    background: transparent !important;
}

.col-xs-12 {
    width: 100%;
}

h1 {
    font-size: 35px;
    margin: 0 auto 20px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    line-height: 50px;
    letter-spacing: 3px;
}

h2, .h2 {
    font-size: 22px;
    font-weight: 600;
}

h3, .h3 {
    font-size: 18px;
    font-weight: 600;
}

/*h1:after {
    content: '';
    position: absolute;
    width: 54px;
    height: 2px;
    background: #444444;
    bottom: -10px;
    left: calc(50% - 27px);
}*/

.form-control,
select {
    background: transparent;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border: 3px solid #444444;
}

section > .container{
    padding: 0;
    max-width: calc(100% - 60px);
}

.container{
    width: 1400px;
    max-width: 100% !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.form-control-grid {
    position: relative;
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.7;
    }
    50% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.7;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.7;
    }
    50% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.7;
    }
}

.pulse{
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    visibility: visible !important;
}

.form-control-grid .validation-wrapper {
    position: absolute;
    top: 40px;
    right: 5px;
    text-align: right;
    font-size: 13px;
    line-height: 15px;
    padding: 2px 0;
}

.form-control-grid .toggle-pass {
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 40px;
}

.form-control-grid .check-content {
    color: #dc3545;
}

span.btn {
    background: transparent !important;
    padding: 0 !important;
}

span.btn > a,
.btn{
    background: #444444;
    padding: 0 20px;
    line-height: 40px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
    border:  1px solid #444444;
    color: #ffffff;
    border-radius: 3px;
}

span.btn > a,
.btn-primary {
    background: #444444;
    border: 1px solid #444444 !important;
}

span.btn:hover > a,
.btn:hover,
span.btn > a:hover,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #ffffff !important;
    color: #121212 !important;
    box-shadow: none !important;
}

.btn:focus, .btn.focus {
    box-shadow: none !important;
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #cacaca;
    border-color: #cacaca;
}

/* header top */
.header-top-nav {
    background: #ffffff;
    color: #444444;
    line-height: 40px;
    font-size: 13px;
}

.header-top-nav .container {
    border-bottom: 1px solid #444444;
    height: 40px;
}

.header-top-nav a {
    color: #444444;
    line-height: 40px;
    font-size: 13px;
}

.header-top-nav .quick-links {
    display: inline-block;
    float: right;
}

.header-top-nav .quick-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-top-nav .quick-links ul li {
    display: inline-block;
    margin-left: 15px;
}

.header-top-nav .social-icons {
    float: right;
}

.header-top-nav .social-icons .item {
    display: inline-block;
}

.header-top-nav > .user {
    cursor: pointer;
}

.header-top-nav .user {
    float: right;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    vertical-align: middle;
    font-weight: 700;
}

.header-top-nav .user .fa-user{
    margin: 0 10px;
}

.header-top-nav .user.login-user .fa-user {
    color: #444444;
}

.header-top-nav .user i.toggle-pass {
    color: #121212;
}

.header-top-nav .user .user-dropdown {
    position: absolute;
    background: #ffffff;
    top: 40px;
    right: 0;
    opacity: 0;
    pointer-events: none;
    padding: 15px 25px;
    line-height: 30px;
    text-align: left;
    width: 360px;
    max-width: 100vw;
    transition: all 0.3s;
    z-index: 100;
    border: 1px solid #444444;
}

.header-top-nav .user .user-dropdown.loged {
    width: max-content;
}

.header-top-nav .user .user-dropdown.active,
.header-top-nav .user:hover .user-dropdown {
    opacity: 1;
    pointer-events: all;
}

.header-top-nav .user .user-dropdown .title{
    font-size: 20px;
    font-weight: 600;
    color: #444444;
    border-bottom: 2px solid;
    width: max-content;
    margin: 0 auto 10px;
}

.header-top-nav .user .user-dropdown label{
    font-size: 10px;
    line-height: 15px;
    font-weight: 300;
    margin: 0;
}

.header-top-nav .user .user-dropdown a{
    display: block;
    line-height: 20px;
    width: max-content;
}

.header-top-nav .modal-login .form-group {
    margin-bottom: 10px;
}

.header-top-nav .user .user-dropdown .user-profile a,
.header-top-nav .user .user-dropdown .logout a {
    line-height: 40px;
}

.header-top-nav .user .user-dropdown .user-profile a {
    margin-top: -10px;
}

.header-top-nav .user .user-dropdown span.btn,
.header-top-nav .user .user-dropdown a.btn {
    line-height: 40px;
    margin: 10px 0;
    width: 100%;
    font-weight: 400;
}

.header-top-nav .user .user-dropdown span.btn.login-btn-ajax {
    color: #444444;
    font-size: 13px;
}

.header-top-nav .user .user-dropdown a.btn.registration-btn {
    color: #ffffff;
}

.header-top-nav .user .user-dropdown a.lost-password {
    margin: 20px 0;
}

.header-top-nav .user .user-dropdown a.lost-password:hover {
    text-decoration: underline;
}

.header-top-nav .social-icons:before {
    content: '';
    content: none;
    width: 1px;
    height: 15px;
    background: #444444;
    vertical-align: middle;
    display: inline-block;
}

.header-top-nav .social-icons .item {
    margin-left: 15px;
}

/* header top slider */
.top-slider {
    display: flex;
    margin: auto;
    width: max-content;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.top-slider .img-wrapper {
    display: block;
    margin: 11px 5px;
    height: 18px;
}

.top-slider .img-wrapper img {
    display: block;
}

/* header */
header {
    width: 100%;
    background: #ffffff;
    z-index: 1000;
}

.header > .container {
    padding: 0;
    margin: 0 auto;
    display: block;
    align-items: center;
    border-bottom: 1px solid #444444
}

/*logo*/
.header .logo {
    margin: auto;
    display: block;
    width: 800px;
    max-width: 100%;
    border-bottom: 5px solid #444;
}

.header .logo a img{
    max-width: 100%;
    padding: 10px 0;
}

.manu-wrapper {
    flex-shrink: 0;
}

.header .user-wrapper {
    flex-shrink: 0;
    display: inline-block;
    vertical-align: middle;
}

.header .user-wrapper a {
    font-size: 18px;
    line-height: 30px;
}

.header .user-wrapper a:hover {
    text-decoration: none;
    color: #444444;
    display: inline-block;
}

/* main */
main {
    margin-top: 40px;
    min-height: calc(100vh - 620px);
}

/* instagramfeed */
.instagramfeed .heading-wrapper .title {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    text-align: center;
    line-height: 50px;
    letter-spacing: 5px;
    padding: 10px 0;
}

.instagramfeed .heading-wrapper .title:before {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    background: #444444;
    z-index: -1;
}

.instagramfeed .heading-wrapper .title span {
    padding: 0 10px;
    background: #ffffff;
}

.instagramfeed .item .img-wrapper {
    display: block;
    width: 100%;
    padding: 5px;
    position: relative;
}

.instagramfeed .item .img-wrapper:after {
    content: '';
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background: rgba(122, 161, 188, 0.65) url("../images/instalogo.png") center center no-repeat;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
    position: absolute;
    top: 5px;
    left: 5px;
}

.instagramfeed .item:hover .img-wrapper:after {
    opacity: 1;
}

.instagramfeed .item a {
    display: block;
}

/* home page */
.page-content .description {
    margin-bottom: 30px;
}

.page-content .short-description {
    display: flex;
    margin: 0 -10px 30px;
}

.page-content .short-description .img-wrapper {
    width: calc(100% / 3 - 10px);
    margin: 0 10px;
    display: inline-block;
}

.page-content .short-description .text-wrapper {
    width: calc(100% * 2 / 3 - 10px);
    margin: 0 10px;
    display: inline-block;
}

/* footer */
footer {
    margin-top: 50px;
}

footer .container {
    padding: 30px 0 0;
    border-top: 1px solid #444444;
}

footer .heading-wrapper .h3,
footer .heading-wrapper h3 {
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 10px 0;
}

footer .logo-wrapper {
    display: flex;
}

footer .logo-wrapper p {
    font-size: 16px;
    line-height: 30px;
    margin: 20px 0;
}

footer .logo-wrapper .img-wrapper {
    width: 100px;
    flex: 0 0 100px;
}

footer .logo-wrapper p {
    font-size: 16px;
    line-height: 30px;
    margin: 20px 0;
}

footer .info-wrapper .content p {
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0;
    text-align: right;
}

footer .disclamer {
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    padding: 20px 0;
}

footer .copyright {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    padding: 10px;
}

/* page */
.page-content .heading-title h2 {
    text-align: center;
    margin: -30px auto 30px;
}

.page-content a:hover {
    text-decoration: underline;
}

/* form page */
#login,
#lost-password,
#registration-form {
    padding: 50px 0 ;
}

#login .lost-pass-wrapper {
    margin-top: 20px;
}

#login .lost-pass-wrapper a:hover{
    text-decoration: underline;
}

#registration-form .antispam-wrapper div.form-control-grid {
    display: inline-block;
    width: 40px;
    margin-left: 10px;
}

#registration-form .submit-wrapper {
    text-align: right;
}

/* profile  */
#edit-profile,
#profile-password {
    padding-bottom: 50px;
}

#profile-password .form-control-grid .toggle-pass {
    right: 25px;
}

.sidemenu{
    padding-right: 30px;
}

.sidemenu .item{
    border-top: 1px solid rgba(120, 120, 120, 0.15);
    border-bottom: 1px solid rgba(120, 120, 120, 0.15);
    margin-bottom: -1px;
}

.sidemenu .item:hover{
    border-color: #000000;
}

.sidemenu .item a{
    display: block;
    padding: 10px 10px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.sidemenu .item a:hover {
    text-decoration: none;
    color: #444444;
}

/* Contact */
#contact .map-wrapper {
    margin-top: 50px;
}

/* Cookie info */
.cookie-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    padding: 50px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
}

.cookie-wrapper .title {
    font-weight: 700;
    text-transform: uppercase;
    color: #444444;
    margin-bottom: 15px;
}

.cookie-wrapper .description {
    margin-bottom: 25px;
}

/* FAQ */
.faq-wrapper {
    padding-bottom: 50px;
}

.faq-wrapper .item {
    border-bottom: 1px solid #444444;
    margin-bottom: 10px;
}

.faq-wrapper .title {
    font-size: 20px;
    font-weight: 700;
    color: #444444;
    position: relative;
    display: block;
    cursor: pointer;
    width: 100%;
    line-height: 24px;
    padding: 5px 0;
}

.faq-wrapper .title i {
    line-height: 24px;
    width: 24px;
    text-align: center;
    float: right;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.faq-wrapper .item.active .title i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq-wrapper .description {
    max-height: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
}

.faq-wrapper .item.active .description {
    max-height: 100vh;
}