@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Merriweather:300,300i');
/*test*/
html,
body { width: 100%; height: 100%; }
body { font-family: 'Merriweather', sans-serif; font-weight: 300; color: #666; font-size: 16px; }

/*START: HEADER*/

header { transition: .3s; border-bottom: 1px solid #ddd; height: 100px; width: 100%; position: fixed; top: 0; left: 0; /*box-shadow: 0 5px 10px -6px rgba(0,0,0,0.3); */background-color: #fff; z-index: 2; display: flex; padding: 0 20px 0 50px; font-family: 'Roboto Condensed', sans-serif; }
header.scroll { height: 65px; transition: .3s; }
header div { align-self: center; }

@media (max-width: 1120px) {
    header { padding: 0 0 0 30px; }
}

/*@media (max-width: 768px) {*/
    /*header { padding: 0 0 0 30px; }*/
/*}*/

/*@media (max-width: 420px) {*/
    /*header { padding: 0 30px; }*/
/*}*/

@media (max-width: 420px) {
    header { padding: 0 15px; }
}

/*END: HEADER*/

/*START: LOGO*/

header h1 { transition: .3s; font-size: 24px; font-family: 'Roboto Condensed', sans-serif; margin: -5px 0 0; display: inline-block; }
header img { margin-right: 10px; width: auto; height: 95%; }
header h1:hover { opacity: .8; transition: .3s; }
header h1 a { color: #74553d; display: inline-block; vertical-align: middle; font-weight: 400; }
header h1 span { font-weight: 700; }

#block-vida-markawitryny { height: 100%; }

@media (max-width: 600px) {
    header h1 { display: none; }
}

@media (max-width: 420px) {
    header h1 { font-size: 20px; }
}

/*END: LOGO*/

/*START: MENU*/

#nav-icon { width: 35px; height: 27px; position: relative; cursor: pointer; display: none;
    -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out; -moz-transition: .5s ease-in-out; -o-transition: .5s ease-in-out; transition: .5s ease-in-out; }
#nav-icon span { display: block; position: absolute; height: 5px; width: 100%; background: #74553d; opacity: 1; left: 0;
    -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out; }
#nav-icon span:nth-child(1) { top: 0; }
#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) { top: 10px; }
#nav-icon span:nth-child(4) { top: 20px; }
#nav-icon.open span:nth-child(1) { top: 18px; width: 0; left: 50%; }
#nav-icon.open span:nth-child(2) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
#nav-icon.open span:nth-child(3) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
#nav-icon.open span:nth-child(4) { top: 18px; width: 0; left: 50%; }

#block-vida-main-menu { align-self: center; margin: 0 0 0 auto; position: relative; }
#block-vida-main-menu ul { margin: 0; padding: 0; }
#block-vida-main-menu li { position: relative; margin: 0; padding: 32px 0; display: inline-block; transition: .3s; }
/*.scroll #block-vida-main-menu li { padding: 14px 0; }*/
#block-vida-main-menu a { color: #74553d; font-size: 14px; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; padding: 10px 30px; display: inline-block; line-height: .8; transition: .3s; }
#block-vida-main-menu a:hover { color: #cc9b6a; transition: .3s; }
#block-vida-main-menu li.activated { /*border-bottom: 5px solid #B29B5E;*/ transition: .3s; }
#block-vida-main-menu li.activated a { /*padding: 10px 0;*/ color: #cc9b6a; transition: .3s; }
#block-vida-main-menu li a.is-active { color: #cc9b6a; transition: .3s; }
#block-vida-main-menu li a.is-active[href*="#"] { color: #74553d; transition: .3s; }
#block-vida-main-menu li a.is-active[href*="#"]:hover { color: #cc9b6a; transition: .3s; }
#block-vida-main-menu li.expanded.active-trail > a { color: #cc9b6a; transition: .3s; }
#block-vida-main-menu li:after { content: '|'; display: inline-block; /*margin-left: 30px;*/ transition: .3s; color: #666; }
#block-vida-main-menu li:last-child:after { content: ''; }
#block-vida-main-menu li.activated.scrolled { border-color: transparent; transition: .3s; }
#block-vida-main-menu li.activated.scrolled a { color: #666; transition: .3s; }
#block-vida-main-menu li.activated.scrolled a:hover { color: #283C6F; }

#block-vida-main-menu ul li.now { transition: .3s; }
#block-vida-main-menu ul li.now a { color: #cc9b6a; transition: .3s; }
#block-vida-main-menu ul li.menu-item.now a { color: #cc9b6a; transition: .3s; }
#block-vida-main-menu ul li.scrolled.now { transition: .3s; padding: 14px 0; }
#block-vida-main-menu ul li.scrolled.now a { color: #cc9b6a; transition: .3s; }

#block-vida-main-menu li ul { display: none; background-color: #ebe9e5; position: absolute; top: 90px; transform: translateX(-50%); left: 50%; }
.scroll #block-vida-main-menu li ul { top: 70px; }
#block-vida-main-menu li:hover ul { display: block; }
#block-vida-main-menu li ul li { padding: 0; min-width: 240px; border-bottom: 1px solid #dad9d8; }
#block-vida-main-menu li ul li:last-child { border-bottom: none; }
#block-vida-main-menu li ul li:after { content: none; }
#block-vida-main-menu li ul a { padding: 25px 20px; font-size: 12px; font-weight: 400; }


@media (max-width: 1250px) {
    #block-vida-main-menu a { padding: 10px 15px; }
}

@media (max-width: 1050px) {
    #block-vida-main-menu a { padding: 10px 8px; }
}

@media (max-width: 992px) {
    #block-vida-main-menu li.activated { border-bottom: 5px solid transparent; }
    #block-vida-main-menu li.activated a { padding: 10px 0; color: #666; }
}

@media (max-width: 980px) {
    #nav-icon { display: block; }
    #block-vida-main-menu { order: 3; margin: 0 30px; }
    #block-vida-main-menu ul { transition: .3s top; display: none; position: fixed; background-color: #fff; top: 100px; left: 0; width: 100%; padding: 0; /*box-shadow: 0 5px 10px -6px rgba(0,0,0,0.3);*/ }
    .scroll #block-vida-main-menu ul { top: 65px; transition: .3s top; }
    #block-vida-main-menu ul.open { display: block; }
    #block-vida-main-menu li { display: block; padding: 0; position: relative; border-bottom: none; }
    .scroll #block-vida-main-menu li { padding: 0; }
    #block-vida-main-menu li:after { content: ''; display: block; position: absolute; left: 0; height: 1px; width: 100%; background-color: #ddd; }
    #block-vida-main-menu li.activated { border: none; }
    #block-vida-main-menu li.activated a::before,
    #block-vida-main-menu li.activated a::after { content: none; }
    #block-vida-main-menu a,
    #block-vida-main-menu li.activated a { padding: 20px 25px; display: block; }

    #block-vida-main-menu ul li.now,
    #block-vida-main-menu ul li.scrolled.now { padding: 0; border-bottom: none; }

    #block-vida-main-menu li:hover ul { display: none; }
    #block-vida-main-menu li ul { position: static; transform: initial; }
    #block-vida-main-menu li ul a { padding: 20px 25px 20px 50px; }

    #block-language { margin: 0 0 0 auto; }
}

@media (max-width: 600px) {
    #block-vida-main-menu a,
    #block-vida-main-menu li.activated a { padding: 20px 30px; }

    #block-vida-main-menu { margin: 0 15px 0 0; }
}

@media (max-width: 420px) {
    #block-vida-main-menu a,
    #block-vida-main-menu li.activated a { padding: 20px 30px; }

    #block-vida-main-menu { margin: 0 15px 0 0; }
}


#block-language a { color: #74553d; font-size: 14px; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; padding: 10px 15px; display: inline-block; line-height: .8; transition: .3s; }
#block-language ul { padding: 0; margin: 0; }
#block-language li { list-style: none; display: inline; padding: 32px 0; }
#block-language li.is-active a { color: #cc9b6a; transition: .3s; }

/*END: MENU*/

/*START: GLOBAL CLASSESS*/

.content { position: relative; margin-top: 100px; }
.section-title { font-size: 24px; color: #74553d; text-align: center; font-family: 'Roboto Condensed', sans-serif; text-transform: uppercase; letter-spacing: 3px; margin: 25px 0; }
hr { width: 80px; border-bottom: none; margin-bottom: 40px; background-color: #af9c5f; }
.roboto { font-family: 'Roboto Condensed', sans-serif; }
.gold { font-weight: 700; text-transform: uppercase; color: #B29B5E; }
.tel { color: #74553d; }
.tel a { color: inherit; transition: .3s; }
.tel a:hover { opacity: .7; transition: .3s; }
.mail { font-size: 14px; color: #74553d; background-color: #f3eee5; padding: 10px 30px; display: inline-block; transition: .3s; border: 1px solid #f3eee5; }
.mail:hover { color: #74553d; background: none; transition: .3s; }
.small { font-size: 16px; }
.img-fluid { max-width: 100%; height: auto; width: 100%; }

#user-login-form { padding-top: 100px; }

/*END: GLOBAL CLASSESS*/

/*START: OFFER MENU*/

.offer-menu { position: absolute; top: 0; right: 35px; z-index: 1; }
.offer-menu ul { margin: 0; padding: 40px 40px 50px 90px; background-color: rgba(40, 60, 111, .9); }
.offer-menu li { margin: 0; padding: 0; list-style: none; width: 255px; }
.offer-menu a { transition: .3s;  position: relative; color: #fff; font-size: 13px; font-family: 'Roboto Condensed', sans-serif; text-transform: uppercase; letter-spacing: 1px; padding: 10px 40px 10px 0; border-bottom: 1px solid #999; display: block; }
.offer-menu li:last-child a { border-bottom: none; }
.offer-menu a:hover { color: #B29B5E; transition: .3s; }
.offer-menu a:hover:before { transition: .3s; display: block; content: ''; background-image: url('../images/paragraf.png'); width: 11px; height: 18px; position: absolute; left: -50px; top: 50%; transform: translateY(-50%); }

@media (max-width: 1150px) {
    .offer-menu a { padding: 8px 30px 8px 0; }
    .offer-menu ul { margin: 0; padding: 40px 40px 50px 50px; }
    .offer-menu a:hover:before { left: -30px; }
}

@media (max-width: 992px) {
    .offer-menu { display: none; }
}

/*END: OFFER MENU*/

/*START: SLIDER*/

.slider .slide { position: relative; background-color: #000; }
.slider .slide img { width: 100%; height: auto; opacity: .6; display: block; }
.slider .slide .text { position: absolute; top: 50%; transform: translateY(-50%); width: 100%; text-align: right; padding-right: 100px; }
.slider .slide .title { font-size: 52px; color: #cf9a69; font-weight: 700; font-family: 'Roboto Condensed', sans-serif; text-transform: uppercase; }
.slider .slide .subtitle { font-size: 18px; color: #cf9a69; }

@media (max-width: 1650px) {
    /*.slider .slick-track { min-height: 600px; }*/
    /*.slider .slide img { width: initial; }*/
}

@media (max-width: 1200px) {
    .slider .slide img { width: 120%; margin-left: -10%; }
}

@media (max-width: 1000px) {
    .slider .slide img { width: 140%; margin-left: -20%; }
}

@media (max-width: 992px) {
    .slider .slide .text { padding-right: 50px; }
}

@media (max-width: 850px) {
    .slider .slide img { width: 150%; margin-left: -25%; }
}

@media (max-width: 768px) {
    /*.slider .slick-track { height: 500px; }*/
    /*.slider .slide { background-color: #fff; }*/
    .slider .slide img { width: 160%; margin-left: -30%; }
    /*.slider .slide .text { top: 30%; }*/

    .section.front.about .section-header { margin: 0; }
}

@media (max-width: 670px) {
    .slider .slide .text { padding-right: 20px; }
    .slider .slide .title { font-size: 40px; }
}

@media (max-width: 500px) {
    .slider .slide .text { font-size: 22px; }
    .slider .slide p { padding: 0 20px 10px 50px; }
    .slider .slide .title { font-size: 34px; }
}

@media (max-width: 370px) {
    .slider .slide .text { font-size: 20px; }
    .slider .slide p { padding: 0 10px 5px 20px; }
}

/*END: SLIDER*/

/*START: ABOUT*/

.section { margin: 50px 0 100px; position: relative; }
.section .text { width: 760px; margin: 0 auto; line-height: 1.85; }

.section .section-header { position: relative; background-color: rgba(255,255,255,.7); margin-top: -250px; width: 80%; margin-left: 10%; padding-right: 10%; box-sizing: content-box; }
.section .section-header.right { margin-right: 10%; padding-left: 10%; margin-left: 0; padding-right: 0; }
.section .section-header h2 { padding: 50px 0 35px; margin: 0 auto; }
.section .section-header hr { margin: 0 auto; }
.section .section-body { position: relative; padding-top: 50px; background: linear-gradient(180deg, rgba(255,255,255,0.7) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%); }
.section .section-bottom { margin: 50px 0 100px; }

.section.front.about .section-body { background: linear-gradient(180deg, rgba(255,255,255,0.7) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 100%); }

.section.therapies { margin-bottom: 0; }
.section.therapies .section-header { margin-top: 0; background-color: #e2e1de; }
.section.therapies .container-fluid { padding-left: 10px; padding-right: 10px; overflow: hidden; background: linear-gradient(180deg, rgba(226,225,222,1) 0%, rgba(226,225,222,1) 30%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 100%); }
.section.therapies .content { margin: 0; padding: 50px; }
.section.therapies .title { font-size: 24px; color: #74553d; font-family: 'Roboto Condensed', sans-serif; margin: 0 0 25px; font-weight: 700; }
.section.therapies .col-box { height: 100%; padding-left: 2px; padding-right: 2px; }
.section.therapies .col-box .color-back div { overflow: hidden; }
.section.therapies .col-box .color-back img { transition: .3s; }
.section.therapies .col-box:hover .color-back img { transition: .3s; transform: scale(1.1); }
.section.therapies .col-box:first-child .color-back { background-color: #f4eee6; }
.section.therapies .col-box:nth-child(2) .color-back { background-color: #f0eae1; }
.section.therapies .col-box:last-child .color-back { background-color: #efece3; }
.section.therapies .content-text { font-size: 13px; min-height: 156px; margin-bottom: 1rem; }
.section.therapies .read-more { margin-top: 50px; }
.section.therapies .read-more a { display: inline-block; border: 1px solid #74553d; color: #74553d; font-size: 14px; padding: 5px 15px; font-family: 'Roboto Condensed', sans-serif; }

.section-image { overflow: hidden; }
.symptoms.section .section-image {}

.section.therapy { margin: 0; }
.section.therapy .section-body { background: linear-gradient(180deg, rgba(243,239,230,0.7) 0%, rgba(243,239,230,1) 4%, rgba(243,239,230,1) 100%); padding-bottom: 100px; }
.section.therapy .section-header { background: rgba(243,239,230,.7); margin-top: -190px; }
.section.therapy .section-header h1 { width: 760px; text-align: left; padding: 50px 0 30px; margin: 0 auto; }

.section.about-me { margin: 0; }
.section.about-me .section-body { background: linear-gradient(180deg, rgba(243,239,230,0.7) 0%, rgba(243,239,230,1) 10%, rgba(243,239,230,1) 100%); padding-bottom: 50px; }
.section.about-me .section-header { background: rgba(243,239,230,.7); margin-top: -190px; }
.section.about-me .section-header h1 { width: 760px; text-align: left; padding: 50px 0 30px; margin: 0 auto; }

.about-me .gallery { background-color: #f3efe6; padding-bottom: 50px; }
.about-me .gallery .content { display: flex; flex-wrap: wrap; justify-content: center; width: 760px; margin: 0 auto; }
.about-me .gallery .content a { margin: 10px; }

.symptoms.front .section-image { background: no-repeat center /cover fixed; height: 750px; width: 100%; }


@media (max-width: 1700px) {
    .section.therapies .content-text { min-height: 195px; }
}

@media (max-width: 1400px) {
    .section.therapies .content-text { min-height: 234px; }
}

@media (max-width: 1220px) {
    .section.therapies .content { padding: 30px; }
    /*.section.therapies .content-text { min-height: 312px; }*/
}

@media (max-width: 1150px) {
    .section.symptoms .img-fluid { height: 500px; width: auto; max-width: initial; }
    .afflications .img-fluid { height: 500px; width: auto; max-width: initial; }
}

@media (max-width: 1100px) {
    .section.therapies .content-text { min-height: 312px; }
    .section.about-me .section-header { background: #f3efe6; margin-top: 0; width: 100%; margin-left: 0; padding-right: 0; }
    .section.about-me .section-header h1 { padding-bottom: 0; }
    .section.therapy .section-header { background: #f3efe6; margin-top: 0; width: 100%; margin-left: 0; padding-right: 0; }
    .section.therapy .section-header h1 { padding-bottom: 0; }
}

@media (max-width: 910px) {
    .section.therapies .title { font-size: 20px; }
    .section.therapies .content-text { min-height: 390px; }
}

@media (max-width: 820px) {
    .section .section-header { width: 100%; padding: 0; margin-left: 0; }
    .section .section-header.right { margin-right: 0; padding: 0; }
    .section .text { width: 100%; padding: 0 20px; }
    .section.about-me .section-header { box-sizing: border-box; }
    .section.about-me .section-header h1 { width: 100%; padding: 50px 20px 0; }
    .section.therapy .section-header { box-sizing: border-box; }
    .section.therapy .section-header h1 { width: 100%; padding: 50px 20px 0; }
    .about-me .gallery .content { width: 100%; padding: 0 20px; }
}

@media (max-width: 780px) {
    .section.therapies .title { font-size: 18px; }
}

@media (max-width: 767px) {
    .section.therapies .title { font-size: 24px; }
    .section.therapies .content-text { min-height: initial; }
}

@media (max-width: 560px) {
    .symptoms.section .section-header { margin-top: 0; }
    .section.symptoms .img-fluid { height: 300px; }
}

@media (max-width: 400px) {
    .section.symptoms .img-fluid { height: 200px; }
}

/*END: ABOUT*/

/*START: OFFER*/

.symptoms { margin-bottom: 50px; }
.symptoms .text { margin-bottom: 50px; }
.symptoms .container hr { width: 8px; margin: 0 auto; border-bottom: 1px solid; border-color: #888; }
.symptoms .icon { display: block; margin: 0 auto; width: 71px; height: auto; }
.symptoms .offer-box { padding: 15px; }
.symptoms .offer-box .box-title { background-color: #b39578; padding: 50px 0; transition: .3s; }
.symptoms .offer-box:hover .box-title,
.symptoms .offer-box.active .box-title { background-color: #9b7f64; transition: .3s; cursor: pointer; }
.symptoms .offer-box .box-title p { font-size: 18px; text-transform: uppercase; color: #fff; text-align: center; margin: 0 0 10px; padding: 0 45px; line-height: 1; height: 36px; }
.symptoms .expander { display: none; margin: 50px 0; /*padding: 0 135px;*/ }
.symptoms .expander .text { width: 760px; margin: 0 auto; line-height: 1.85; }
.symptoms .expander .text ul { padding: 0 0 0 15px; list-style-type: circle; }
.symptoms .expander hr { margin-bottom: 60px; }
.symptoms .expander .paragraph-icon { height: 20px; width: auto; margin: -2px 10px 0 0; }
.symptoms .expander .title { font-size: 18px; text-transform: uppercase; color: #666; text-align: center; margin: 0 0 10px; }
.symptoms .expander .close-button { text-align: center; font-size: 11px; text-transform: uppercase; margin-top: 50px; }
.symptoms .expander .close-button span { transition: .3s; border: 1px solid #666; padding: 5px 30px 5px 20px; letter-spacing: 2px; position: relative; cursor: pointer; }
.symptoms .expander .close-button span:after { transition: .3s; position: absolute; top: 8px; right: 14px; content: ''; display: inline-block; border: solid #666; border-width: 2px 2px 0 0; transform: rotate(-45deg); padding: 4px; }
.symptoms .expander .close-button span:hover { background-color: #283C6F; transition: .3s; color: #fff; }
.symptoms .expander .close-button span:hover:after { border-color: #fff; transition: .3s; }
.symptoms .expander-mobile { display: none; }

@media (max-width: 1200px) {
    .symptoms .offer-box .box-title p { padding: 0 20px; }
}

@media (max-width: 992px) {
    .symptoms .offer-box .box-title p { height: 50px; }
}

@media (max-width: 768px) {
    .symptoms .container { max-width: 100%; padding: 0 30px; }
    .symptoms .offer-box .box-title { width: 400px; margin: 0 auto; }
    .symptoms .offer-box .box-title p { height: 36px; }
    .symptoms .expander-mobile .text { width: 100%; }
}

@media (max-width: 460px) {
    .symptoms .offer-box .box-title { width: 100%; }
}

@media (max-width: 320px) {
    .symptoms .offer-box .box-title p { height: 50px; }
}

/*END: OFFER*/

/*START: FOOTER*/

.contact { padding: 50px 0 100px; overflow: hidden; }
.contact hr { border: none; background-color: #b39b5f; height: 1px; margin-bottom: 50px; }
/*.contact p { margin: 10px 0 20px; }*/
.contact .tel { margin: 0; display: inline-block; }
.contact > div { padding: 0 30px; }

.contact .views-row { display: flex; justify-content: center; flex-wrap: wrap; }
/*.contact .views-row div { margin: 0 20px; }*/
.contact .views-row div:nth-child(1) { width: 200px; height: 200px; overflow: hidden; position: relative; border-radius: 100%; }
.contact .views-row div:nth-child(1) img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

.contact .views-row div:nth-child(2) { color: #74553d; padding-left: 70px; margin-right: -50px; }
.contact .views-row div:nth-child(2) strong { font-size: 24px; font-weight: 700; }
.contact .views-row div:nth-child(2) p { font-size: 12px; }
.contact .views-row div:nth-child(2) p:first-child { margin-bottom: 8px; margin-top: 20px; }
.contact .views-row div:nth-child(2) p:nth-child(2) { margin-bottom: 3px; }
.contact .views-row div:nth-child(2) .tel { font-size: 16px; }

.address { font-family: 'Roboto Condensed', sans-serif; background-color: #f3eee5; padding: 50px 100px 80px; color: #74553d; }
.address strong { font-weight: 700; }
.address p:first-child { margin-bottom: 50px; }

@media (max-width: 1100px) {
    .address { padding: 50px 50px 80px; }
}

@media (max-width: 767px) {
    .address { padding: 50px 20px; }
    .address .views-row > div { display: flex; justify-content: center; flex-wrap: wrap; }
    .address .views-row p { margin: 0; padding: 0 20px; }
    .address .views-row p:first-child { border-right: 1px solid #ccc; }

    #map { height: 400px; }
}

@media (max-width: 520px) {
    .contact .views-row div:nth-child(2) { padding: 0 35px; margin: 0; text-align: center; }
}

@media (max-width: 426px) {
    .address .views-row p { padding: 0 21px; text-align: center; }
    .address .views-row p:first-child { border-right: none; margin-bottom: 30px; }
}

@media (max-width: 400px) {
    .mail { padding: 10px 30px; }
}

@media (max-width: 330px) {
    .mail { padding: 10px 20px; }
}

/*END: FOOTER*/

.afflications .views-row { position: relative; }
.afflications .views-row p { color: #74553d; font-size: 24px; font-weight: 700; font-family: 'Roboto Condensed', sans-serif; text-transform: uppercase; position: absolute; bottom: 0; width: 80%; background-color: rgba(236,233,223,.7); margin: 0 10% 0 0; padding: 50px 0 50px 10%; text-align: center; box-sizing: content-box; }
/*.afflications .views-row p { }*/



@media (max-width: 820px) {
    .afflications .views-row p { width: 100%; padding: 50px 0; margin: 0; }
}


.gallery-page.content { margin-top: 150px; }
.gallery-page .gallery .content { display: flex; flex-wrap: wrap; justify-content: center; }
.gallery-page .gallery .content a { margin: 5px; }
.gallery-page .gallery .content img { width: 220px; height: auto; }

/*LOGIN FORM*/

#user-login-form .login-form { margin-top: 50px; padding: 0 30px; }
#user-login-form .logo { text-align: center; }
#user-login-form .logo img { width: 320px; height: auto; margin-bottom: 50px; }
#user-login-form .logo h1 { font-weight: 400; transition: .3s; font-size: 24px; margin: 0 0 50px; font-family: 'Roboto Condensed', sans-serif; }
#user-login-form .logo h1 span { font-weight: 700; }
#user-login-form .logo h2 { color: #666666; font-family: 'Montserrat', sans-serif; font-size: 16px; margin-bottom: 50px; }

#user-login-form #edit-name--description,
#user-login-form #edit-pass--description { display: none; }

#user-login-form .login-fields label { display: none; }
#user-login-form .login-fields .form-text { width: 500px; margin-bottom: 30px; height: 25px; border-radius: 5px; border: 2px solid #6666; background-color: #F3F4EE; padding-left: 5px; font-size: 14px; }
#user-login-form .login-fields .form-text:focus { border: 2px solid #0085D0; }
#user-login-form .login-fields .field { display: flex; margin: 0 auto; }
#user-login-form .login-fields { max-width: max-content; margin: 0 auto; }
#user-login-form .login-fields p { line-height: 20px; width: 150px; color: #666666; font-family: 'Montserrat', sans-serif; font-size: 16px; font-weight: normal; }
#user-login-form .login-submit { max-width: max-content; margin: 0 0 0 auto; }
#user-login-form #edit-submit { padding: 10px 50px; border-radius: 5px; border: 0; background-color: #0085D0; color: white; font-family: 'Montserrat', sans-serif; font-size: 15px; font-weight: normal; }
#user-login-form #edit-submit:hover { opacity: 0.85; }


@media (max-width: 700px) {
    #user-login-form .login-fields .form-text { width: 100%; }
}

@media (max-width: 450px) {
    #user-login-form .login-fields .field { display: block; }
    #user-login-form .login-fields p { margin: 0; }
    #user-login-form .login-submit { margin: 0 auto; }

    #user-login-form .logo img { width: 100%; }
}
