/*
*/
/*
1.0 - Reset
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: 'Roboto',sans-serif;
    color: #000;
}

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

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

ol,ul {
    list-style: none;
}

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

caption,th,td {
    font-weight: 400;
    text-align: left;
}

blockquote:before,blockquote:after,q:before,q:after {
    content: "";
}

blockquote,q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

a:focus {
    outline: 2px solid #c1c1c1;
    outline: 2px solid rgba(51,51,51,0.3);
}

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

a img {
    border: 0;
}

a {
    text-decoration: none;
    /* font-weight: 700; */
    color: #555;
}

/**/
.home .header,.registracia .header {
    background: transparent;
}

.header {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
    margin: 0 auto;
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
}

.header div {
    max-width: 980px;
    margin: 0 auto;
    line-height: 100px;
    padding-left: 10px;
    padding-right: 10px;
}

.fixedheaderonscroll .header div {
    line-height: 70px;
}

.fixedheaderonscroll .logo {
    background-size: 120px;
}

.fixedheaderonscroll .header {
    background-color: #fff;
    z-index: 9999;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.header .logo {
    display: inline-block;
    height: 40px;
    text-align: left;
    text-indent: -9999px;
    width: 200px;
    background-image: url(images/logo.png);
    background-repeat: no-repeat;
    background-size: 177px;
    /* margin-top: 20px; */
    /* margin-left: 20px; */
    vertical-align: middle;
}

body {
    max-width: 1440px;
    margin: 0 auto;
    color: #555;
    background-color: #fff;
}

.content {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 10px;
}

.about {
    /* margin-top: 190px; */
}

.about div {
    display: block;
    clear: both;
    display: table;
    /* width: 100%; */
    margin: 100px 0;
    min-width: 200px;
}

.about div div {
    display: table-cell;
    /* float: left; */
    /* clear: both; */
    vertical-align: middle;
}

.about h3 {
    color: #3bc51e;
    font-weight: 300;
    font-size: 1.4rem;
    margin-bottom: 30px;
    /* margin-top: 30px; */
    display: block;
}

.about img {
    display: inline-block;
    width: 100%;
    min-width: 300px;
    max-width: 398px;
    /* display: table-header-group; */
}

.about img.right {
    float: right;
    vertical-align: middle;
    margin-left: 100px;
    /* width: 100%; */
    /* min-width: 180px; */
    /* max-width: 280px; */
}

.about img.left {
    float: left;
    display: table-row;
    margin-right: 100px;
}

.about p {
    /* max-width: 420px; */
    line-height: 1.7rem;
}

.registracia .slider-holder {
    margin-top: -200px;
}

.slider-holder {
    position: absolute;
    /* background-color: red; */
    top: 0;
    z-index: -1;
    height: 574px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1440px;
    overflow: hidden;
}

.slide {
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    background-position: top;
    height: 574px;
    top: 0;
}

.slide-01 {
    background-image: url(images/slide1.jpg);
}

.slide-02 {
    background-image: url(images/slide2.jpg);
}

.slide-03 {
    background-image: url(images/slide3.jpg);
}

.overlay {
    max-width: 960px;
    margin: 0 auto;
    padding-top: 180px;
    padding-left: 10px;
    /* margin-top: 100px; */
    padding-right: 10px;
}

.slide.cycle-slide-active h2 {
    margin-left: 0;
    opacity: 1;
}

.slide h2 {
    font-weight: 600;
    color: #fff;
    /* text-transform: uppercase; */
    font-size: 3rem;
    max-width: 400px;
    margin-bottom: 20px;
    line-height: 3rem;
    margin-left: -100px;
    opacity: 0;
}

.cycle-slide-active.slide img {
    margin-top: 0;
    opacity: 1;
}

.slide img {
    border-radius: 100%;
    height: 50px;
    width: 50px;
    border: 2px solid #fff;
    margin-top: 70px;
    opacity: 0;
}

.slide p {
    color: #fff;
    vertical-align: top;
    display: inline-block;
    padding: 6px 10px;
    max-width: 200px;
    margin-left: 70px;
    opacity: 0;
}

.cycle-slide-active.slide p {
    margin-left: 0;
    opacity: 1;
}

.cycle-pager {
    /* margin-top: 290px; */
}

.cycle-pager span {
    text-align: left;
    text-indent: -9999px;
    display: inline-block;
    border-radius: 100%;
    height: 14px;
    width: 14px;
    border: 1px solid #fff;
    margin-right: 5px;
}

.cycle-pager-active {
    background-color: #fff;
}

#pager {
    position: absolute;
    max-width: 960px;
    /* text-align: center; */
    margin: 20px auto 0;
    left: 0;
    right: 0;
    padding-left: 10px;
    padding-right: 10px;
    /* width: 200px; */
    text-align: center;
}

.box-search {
    max-width: 330px;
    background-color: #fff;
    padding: 35px;
    border-radius: 10px;
    margin-top: 20px;
    position: relative;
    margin-left: auto;
    margin-right: 0;
}

.box-search h2 {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 10px;
}

.box-search-holder {
    max-width: 960px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    z-index: auto;
    position: relative;
    margin-top: 130px;
    display: block;
}

.box-search form {
}

.box-search label {
}

.box-search input {
    display: block;
    width: 100%;
    margin: 3px 0 17px;
}

input,textarea {
    font-size: 1rem;
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.5);
    box-shadow: inset 0 0 3px rgba(0,0,0,0.5);
    border: 1px solid transparent;
    line-height: 1.8rem;
    padding: 8px;
    border-radius: 5px;
}

input:focus:not([type=radio]):not([type=checkbox]),textarea:focus {
    border: 1px solid #3bc51e;
    outline: 0;
}

input[type=submit] {
    background-color: #3bc51e;
    border: 0;
    display: block;
    padding: 10px 20px;
    width: 100%;
    border-radius: 5px;
    color: #fff;
    font-size: 1.2rem;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    margin-bottom: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

html input[type=checkbox] {
    display: inline-block !important;
    width: auto !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    /* width: initial!important; */
    text-align: left;
    /* font-size: 0.5rem; */
    /* float: left; */
    -webkit-appearance: checkbox;
    box-sizing: border-box;
    min-width: 20px !important;
    padding: 0px !important;
    border: none !important;
}

html input[type=radio] {
    display: inline-block !important;
    width: auto !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    /* width: initial!important; */
    text-align: left;
    /* font-size: 0.5rem; */
    /* float: left; */
    min-width: 20px !important;
    padding: 0px !important;
    border: none !important;
}

.next {
    background-color: #3bc51e;
    border: 0;
    display: inline-block;
    padding: 10px 20px;
    /* width: 100%; */
    border-radius: 5px;
    color: #fff;
    font-size: 1.2rem;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    margin-bottom: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.reg {
    color: #fff;
    display: inline-block;
}

.transparent.button {
    /* color: #fff; */
    line-height: 30px;
    display: inline-block;
    border: 2px solid #fff;
    padding: 0 10px;
    border-radius: 4px;
    margin-left: 30px;
}

.top-buttons {
    display: inline-block;
    float: right;
}

.home .top-buttons a,.registracia .top-buttons a {
    color: #fff !important;
    border-color: #fff !important;
}

.top-buttons a,.home.fixedheaderonscroll .top-buttons a,.registracia.fixedheaderonscroll .top-buttons a {
    color: #555!important;
    border-color: #555 !important;
}

input[type=submit], .credit, .profile-part,.box,.box strong, .box i,
.cycle-pager span,.slide h2,.slide p,.slide img,.header,.header div,i,.header .logo,label, .pop-kat .button, .backend .content, .top-buttons, .kategorie {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.hero {
    text-align: center;
    font-size: 1.8rem;
    display: block;
    max-width: 540px;
    margin: 0 auto;
    font-weight: 300;
    margin-bottom: 70px;
}

.cities::before {
    content: "";
    width: 100%;
    display: block;
    height: 85px;
    background-image: url(images/separator.gif);
    background-repeat: no-repeat;
    background-position: bottom center;
    /* background-color: white; */
}

.cities {
    background-color: #ededed;
    text-align: center;
    padding-bottom: 80px;
    /* border-bottom: 2px solid #3bc51e; */
}

.cities h2 {
    text-align: center;
    font-size: 1.8rem;
    display: block;
    max-width: 540px;
    margin: 0 auto;
    font-weight: 300;
    margin-bottom: 70px;
    margin-top: 40px;
}

.cities ul {
    display: inline-block;
    text-align: left;
    min-width: 210px;
}

.cities ul li {
}

.cities ul li a {
    font-size: inherit;
    float: none;
}

.cities ul li a.more-cities {
    font-size: .7rem !important;
    float: right !important;
    vertical-align:-webkit-baseline-middle;
}

.cities ul li a span {
    color: #3bc51e;
    font-size: 3rem;
    display: block;
    line-height: .1rem;
    /* float: right; */
}

.footer {
    margin: 0px auto;
    /* line-height: 100px; */
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    /* vertical-align: top; */
    font-size: .85rem;
    /* border-top: 1px solid rgba(0,0,0,0.1); */
    padding-top: 30px;
    padding-bottom: 50px;
}

.footer-left-part {
    display: inline-block;
    vertical-align: top;
    min-width: 260px;
    margin-bottom: 30px;
    text-align: left;
}

.footer-left-part img {
    width: 100px;
    margin-bottom: 19px;
}

.footer-left-part p {
}

.footer-right-part {
    display: inline-block;
    vertical-align: top;
    /* line-height: 2rem; */
}

.footer-right-part h4 {
    text-transform: uppercase;
    margin-bottom: 16px;
}

.footer-right-part div {
    display: inline-block;
    text-align: left;
    padding: 0 39px;
    vertical-align: top;
}

.footer-right-part div a {
    display: block;
    /* color: #3bc51e; */
    line-height: 1.4rem;
    color: inherit;
    /* border-bottom: 1px dotted; */
    clear: both;
    text-decoration: underline;
}

.registracia-profesionala {
    text-align: center;
    /* background-color: #ededed; */
    /* position: absolute; */
    z-index: 999;
    /* top: 10px; */
    left: 0;
    right: 0;
    margin: 0 auto;
    /* background-color: white; */
    width: 90%;
    padding: 30px 0 100px;
    /* height: 90%; */
    margin-top: 100px;
}

.registracia-profesionala h3 {
    margin-bottom: 100px;
    margin-top: 0px;
    color: #fff;
    font-size: 1.3rem;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}

.registracia-profesionala h3 a {
    margin-top: 15px;
}

ul.process {
    margin-bottom: 10px;
    display: table;
    margin: 10px auto;
    border-collapse: separate;
    border-spacing: 8px;
}

.process li {
    display: table-cell;
    margin-right: 0;
    margin-bottom: 20px;
    color: #d1d1d1;
    height: 100px;
    width: 100px;
    min-width: 170px;
    border-radius: 10px;
    border: 1px solid #d1d1d1;
    vertical-align: middle;
    line-height: 16px;
    /* padding-top: 33px; */
    font-size: .9rem;
    cursor: pointer;
}

.process li span {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.process li.active {
    color: #3bc51e;
    /* width: 100px; */
    /* height: 100px; */
    border: 1px solid #3bc51e;
}

.process li.completed {
    color: #999999;
    border: 1px solid #999999;
}

.step {
}

.step h3, .registracia-profesionala h2 {
    color: #3bc51e;
    font-weight: 300;
    font-size: 1.4rem;
    margin-bottom: 60px;
    margin-top: 60px;
    display: block;
}

.step1 {
}

.step form {
    max-width: 490px;
    margin: 20px auto;
    /* text-align: left; */
}

.step form label {
    display: block;
    text-align: left;
}

.step form input {
    min-width: 310px;
    margin: 14px auto;
    display: block;
    width: 100%;
}

.step .previous {
    margin-right: 20px;
    margin-top: 20px;
    border-bottom: 1px dotted;
}

.step .next {
    margin-top: 20px;
}

#alternatives {
    margin-bottom: 10px;
    text-align: left;
}

textarea {
    min-width: 310px;
    margin: 14px auto;
    display: block;
    width: 100%;
}

label.error {
    color: #ec4f0a;
    margin-bottom: 40px;
    text-align: left;
}

#distance_div {
    background-color: #ededed;
    text-align: left;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

html .kategorie {
    text-align: left;
    max-width: 980px;
    /* margin: 80px auto; */
    display: block;
    /* margin-bottom: 50px; */
    /* clear: both; */
}

.home .kategorie {
    text-align: center;
}

.material-icons.md-18 {
    font-size: 18px;
    margin-right: 7px;
}

.kategorie a {
    color: #3bc51e;
    color: #555;
    text-align: center;
    display: inline-block;
    padding: 15px 13px;
    float: none;
    /* box-shadow: 1px 1px 1px rgba(0,0,0,0.1); */
    /* width: 19%; */
    border-right: 1px solid #ededed;
    /* border-left: 1px solid #ededed; */
}

.kategorie a:hover i {
    color: #3bc51e;
}

.first.wrapper {
    margin-top: 100px;
}

.wrapper {
    max-width: 980px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

.full-width-wrapper {
    width: 100%;
    /* height: 100%; */
}

.page {
}

.hero-category {
    background-color: rgba(0,0,0,0.4);
    padding: 40px;
    background-size: cover;
    background-position: top center;
}

.hero-category.desk {
    background-image: url(images/wood.jpg);
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center right;
    background-attachment: fixed;
}
.hero-category.desk h2 {font-size: rem;max-width: 500px;margin: 60px auto 0px auto;text-align: left;}

.hero-category.desk  p {
    max-width: 500px;
    margin: 30px auto 40px auto;
    color: white;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    line-height: 1.6rem;
    text-align: left;
}

.hero-category.desk  p  a {margin-left:0; margin-top:30px}

.hero-category h2 {
    text-align: center;
    display: block;
    font-size: 2.3rem;
    margin-bottom: 30px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.hero-category.elektrikar {
    background-image: url(images/slide3.jpg);
}

.find-box {
    background-color: #fff;
    /* display: inline-block; */
    max-width: 960px;
    background-color: #fff;
    padding: 35px;
    border-radius: 10px;
    /* margin-top: 20px; */
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.find-box h3 {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 10px;
}

.find-box label {
    display: inline-block;
    text-align: left;
}

.find-box input {
    display: block;
    width: auto;
    min-width: 250px;
    margin-bottom: 10px;
}

.find-box input[type=submit] {
    display: inline-block;
    width: auto;
    /* min-width: 220px; */
}

.kategorie i {
    /* color: rgba(0, 0, 0, 0.54); */
    font-size: 18px;
    margin-right: 25px;
    vertical-align: text-top;
}

.material-icons.md-18 {
    font-size: 18px;
}

.breadcrumb {
    margin: 10px 0 20px;
    font-size: .7rem;
    /* color: rgba(0,0,0,0.6); */
    opacity: .7;
}

.breadcrumb a {
}

.proffesionals-list {
    display: inline-block;
    max-width: 630px;
    margin-right: 20px;
    vertical-align: top;
    padding-bottom: 30px;
}

.proffesionals-list h1.pro-header {
    font-size: 1.3rem;
    display: block;
    margin-bottom: 40px;
}

.proffesionals-list h3 {
    /* font-size: 1.3rem; */
    /* display: block; */
    /* margin-bottom: 40px; */
    /* margin-top: 20px; */
}

.pro-listing {
}

.profile-pic {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

.listings-offers .profile-pic {
    margin: 0px 10px auto 0px;
}

.profile-pic img {
    border-radius: 3px;
    width: 40px;
    height: 40px;
}

.pro-cont {
    display: inline-block;
    max-width: 560px;
    vertical-align: top;
    margin-bottom: 30px;
}

.pro-cont h3 a {
    color: #3bc51e;
    font-size: 1.3rem;
    margin-bottom: 5px;
    display: block;
}

.pro-cont h3 b {display:block; color:black;/* border: 1px solid; */margin: 10px auto 5px auto;/* text-align: center; *//* background: rgba(255,255,255,1); */border-radius: 6px;padding: 0px;}



.pro-cont h4 {
}

.pro-cont h4 span {
    font-size: 1em;
    color: #000000;
}

.pro-cont p {
    font-size: .8rem;
    margin: 5px auto;
    color: #aeaeae;
    line-height: 1rem;
}

.pro-cont span {
    color: #8e8e8e;
    font-size: .8rem;
}

.score {
    display: inline-block;
    margin-right: .5em;
    background: url(images/star-rating-transition-2.png) no-repeat;
    text-indent: -15000px;
}

.score.small {
    width: 88px;
    height: 16px;
}

.score.small.stars_5 {
    background-position: 0 -209px;
}

.score.small.stars_4 {
    background-position: 0 -188px;
}

.score.small.stars_3 {
    background-position: 0 -167px;
}

.score.small.stars_2 {
    background-position: 0 -146px;
}

.score.small.stars_1 {
    background-position: 0 -125px;
}

.score.small.stars_0 {
    background-position: -19px -125px;
}

.proffesionals-details .info p, .profile-description p {
    margin-bottom: 15px;
}

.proffesionals-details .info li, .profile-description li {
    list-style: inside;
}

.proffesionals-details .info ul, .proffesionals-details .info ol, .profile-description ul, .profile-description ol {
    margin-bottom: 15px;
    margin-left: 3px;
}

span.error {
    color: #ec4f0a;
    margin-top: 10px;
    text-align: left;
    display: block;
}

div.notice {
    color: #3bc51e;
    text-align: center;
    margin-top: 15px;
}

div.small-notice {
    font-size: .8rem;
}

.pro-cont a.button {
    /* display: block; */
    color: #555;
    display: inline-block;
    line-height: 20px;
    border: 2px solid #555;
    padding: 3px 7px;
    border-radius: 4px;
    margin-top: 5px;
    font-size: .8rem;
}

.sidebar {
    display: inline-block;
    max-width: 320px;
    vertical-align: top;
}

.prom1 {
    display: inline-block;
    max-width: 303px;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 30px;
    border-radius: 10px;
    background-color: rgba(0,0,0,0.02);
}

.sidebar h4 {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.prom1 ul {
}

.prom1 li {
    line-height: 1.8rem;
    font-size: .9rem;
}

.prom1 i {
    margin-right: 5px;
    font-size: 18px;
    font-size: 24px;
    vertical-align: text-bottom;
    color: #3bc51e;
}

.proffesionals-details {
    display: inline-block;
    max-width: 650px;
    margin-left: 20px;
    vertical-align: top;
    padding-bottom: 30px;
}

.info {
    max-width: 600px;
    font-size: .9rem;
    line-height: 1.4rem;
    margin-bottom: 20px;
}

.info h3 {
    font-weight: 700;
    font-size: 1.3rem;
    margin-bottom: 20px;
}

.hodnotenia {
    margin-bottom: 30px;
}

span.verified {
    color: #f47503;
}

span.hodnotiaci {
    font-size: .9rem;
}

span strong {
    font-weight: 700;
    color: #555;
}

.replied {
    border-radius: 5px;
    max-width: 550px;
    background-color: rgba(0,0,0,0.02);
    padding: 20px;
    font-size: .8rem;
    /* float: right; */
    margin-left: auto;
    margin-bottom: 30px;
}

.replied strong {
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

.replied em {
}

.page-title {
    font-size: 2rem;
    display: block;
    /* text-align: center; */
    margin-bottom: 30px;
    border-bottom: 3px solid rgba(0,0,0,0.2);
    padding-bottom: 15px;
    margin-top: 10px;
}

.profile-image {
    display: inline-block;
    width: 100%;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 30px;
    border-radius: 10px;
    background-color: rgba(0,0,0,0.02);
    margin-bottom: 20px;
    max-width: 350px;
}

.profile-image img {
    width: 100%;
}

.details-icons {
    font-size: .9rem;
}

.details-icons a {
    color: #3bc51e;
}

.details-icons ul {
    margin: 40px auto;
}

.details-icons i {
    font-size: 18px;
    color: #3bc51e;
    vertical-align: text-bottom;
    margin-right: 13px;
}

i.gold {
    color: #ffd700;
}

.details-icons li {
    margin-bottom: 6px;
}

.mapa {
    margin: 30px auto;
    /* display: inline-block; */
    max-width: 613px;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 10px;
    border-radius: 10px;
    background-color: rgba(0,0,0,0.02);
}

#gallery i {
    font-size: 36px;
    color: #3bc51e;
}

#gallery {
    /* background-color:black; */
    /* display: inline-block; */
    /* max-width: 350px; */
    box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 10px 20px 13px;
    border-radius: 10px;
    background-color: rgba(0,0,0,0.02);
    margin-bottom: 30px;
    margin-top: 30px;
}

#cycle-1 div {
    width: 100%;
}

#cycle-2 .cycle-slide img {
    border: 3px solid transparent;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#cycle-2 .cycle-slide-active img {
    border: 3px solid #3bc51e;
}

#cycle-2 .cycle-slide {
    border: 3px solid transparent;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#slideshow-1,#slideshow-2 {
    /* width: 50%; */
    /* max-width: 600px; */
    /* margin: auto  */
    /* display: inline-block; */
    /* max-width: 350px; */
    /* box-shadow: 1px 1px 1px rgba(0,0,0,0.3); */
    /* padding: 30px; */
    /* border-radius: 10px; */
    /* background-color: rgba(0,0,0,0.02); */
}

#slideshow-2 {
    margin-top: 10px;
}

.gallery .cycle-slideshow img {
    width: 100%;
    height: auto;
    display: block;
}

.gallery-nav {
    /* position: absolute; */
    /* margin-top: 20%; */
    /* z-index: 9999; */
    /* width: 100%; */
    display: inline-block;
}

.custom-caption {
    float: right;
    line-height: 40px;
}

.button {
    color: #555;
    display: inline-block;
    line-height: 20px;
    border: 2px solid #555;
    padding: 3px 7px;
    border-radius: 4px;
    margin-top: 5px;
    font-size: .8rem;
}

.hired {
    margin-bottom: 20px;
}

.hired i {
    font-size: 18px;
    color: #3bc51e;
    vertical-align: text-bottom;
}

strong {
    font-weight: 700;
}

.profile-meta {
    font-size: .9rem;
    margin-bottom: 20px;
}

.profile-meta h2 {
}

.profile-meta strong {
}

.quote {
    text-align: center;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    max-width: 350px;
    margin: 0 auto 30px;
}

.quote span {
    display: block;
    font-size: .8rem;
    margin-top: 5px;
}

.location {
    margin: 20px auto;
}

.email {
    margin: 20px auto;
    font-weight: 700;
}

.location i {
    color: #3bc51e;
    font-size: 18px;
    vertical-align: text-bottom;
    margin-right: 10px;
}

.email i {
    color: #3bc51e;
    font-size: 18px;
    vertical-align: text-bottom;
    margin-right: 10px;
}

.dotaznik {
    margin: 60px auto;
    max-width: 590px;
    border-radius: 15px;
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f9f9f9));
    background: -webkit-linear-gradient(top,#fff,#f9f9f9);
    background: -moz-linear-gradient(top,#fff,#f9f9f9);
    background: -ms-linear-gradient(top,#fff,#f9f9f9);
    background: -o-linear-gradient(top,#fff,#f9f9f9);
    background: linear-gradient(top,#fff,#f9f9f9);
    background-color: #fcfcfc;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    padding-bottom: 20px;
}

.categories-list {
    margin: 20px auto;
    /* max-width: 590px; */
    /* background-color: #fcfcfc; */
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
    padding: 11px 20px 40px 20px;
}


.offers {
    margin: 60px auto;
    max-width: 980px;
    /* background-color: #fcfcfc; */
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
    padding: 11px 20px 40px 20px;
}

.dotaznik input,.dotaznik select,.dotaznik textarea {
    display: block;
    margin: 7px auto;
    max-width: 550px;
    width: 100%;
}

.dotaznik select {
    height: 46px;
    background: #FFFFFF;
}


.dotaznik input[type=checkbox],.dotaznik input[type=radio] {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

input[type=checkbox], input[type=radio] {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.dotaznik .mapa {
    box-shadow: none;
    background-color: transparent;
    margin: 10px;
}

.dotaznik h3 {
    text-align: center;
    display: block;
    padding-bottom: 20px;
    padding-top: 30px;
    width: 100%;
    color: #3bc51e;
    font-weight: 300;
    font-size: 1.3rem;
}
.dotaznik div.label span.questionLabel {
    font-weight: bolder;
}


.categories-list h3, .offers h1 {
    text-align: left;
    display: block;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 100%;
    color: #3bc51e;
    font-weight: 300;
    font-size: 1.3rem;
    border-top: 1px solid rgba(0,0,0,0.2);
    margin-bottom: 10px;
    margin-top: 30px;
}



.match ul {
    padding: 20px 20px 20px 60px;
    list-style-type: square;
}
.match ul li {
    margin-bottom: 20px;
}
.match ul li a {
    color: #1e78be;
}

.categories-list a {  color: #1e78be; display:block; margin-bottom:10px}
.offers {}
.offers h1 {}

.big-btn {
    display: inline-block;
    color: #555;
    color: #3bc51e;
    display: inline-block;
    line-height: 12px;
    /* border: 1px solid rgba(0,0,0,0.2); */
    padding: 3px 17px;
    text-align: center;
    border-radius: 4px;
    font-size: .8rem;
    /* width: 80px; */
    height: 80px;
    vertical-align: top;
    border-right: 1px solid rgba(0,0,0,0.1);
}

.big-btn:last-child {border-right:0px}

.big-btn i {color:#555;display: block;margin: 0px auto;font-size: 24px;margin: 10px;}


.listings-offers {
    display: inline-block;
    max-width: 280px;
    background: rgba(0,0,0,0.03);
    padding: 5px 20px;
    border-radius: 10px;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    /* padding: 30px; */
    border-radius: 10px;
    background-color: rgba(0,0,0,0.02);
}
.listings-offers .pro-listing {
    border-bottom: 1px solid #ccc;
    margin-top: 19px;
    /* text-align: center; */
}

.listings-offers .pro-listing:last-child {border-bottom:0}
.listings-offers .pro-cont h3 a {font-size:1rem}
.listings-offers .pro-cont h4 span {font-size:.8rem;/* color: #555; */}
.listings-offers .pro-listing .pro-cont {margin-bottom: 30px;text-align: left;}
.listings-single-offer {
    max-width: 635px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}
.single.pro-listing {
    /* max-width: 630px; */
    /* display: inline-block; */
}
.single.pro-listing p {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #555;
    /* margin-top: 11px; */
    /* margin-top: 23px; */
}

.single.pro-listing .location {text-align:center}
.single.pro-listing .profile-pic img  {
    width: 200px;
    height: 200px;
    /* margin-bottom: 10px; */
}

html .offered-price {color: #3bc51e!important;background: rgba(0,0,0,0.03);text-align: center;padding: 20px;margin-top: 16px;box-shadow: 1px 1px 1px rgba(0,0,0,0.3);/* padding: 30px; */     border-radius: 10px;     background-color: rgba(0,0,0,0.02);}
html .offered-price::before {content:"Cena"; color:#000000;}
.single.pro-listing .button {float:right;/* margin-bottom: 20px; */}

.single.pro-listing .pro-cont {max-width:700px; width: 100%;}

.single.pro-listing .profile-pic {box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 30px;
    border-radius: 10px;
    background-color: rgba(0,0,0,0.02);
    margin-bottom: 20px;
    max-width: 350px;}


.bigphone {
    float: right;
    height: auto;
    border-right: 0;
    color: #3bc51e;
    line-height: 36px;
    /* padding: 7px 12px; */
}
.bigphone i {
    float: left;
    margin: 8px 10px;
    color: #3bc51e;
}


._3-columns {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
}



.popular {
    text-align: center;
    padding-top: 20px;
}

.popular h2 {
    line-height:30px;
    font-size:1.5rem;
    padding-bottom:20px;
}

.pop-kat .button {
    position: absolute;
    width: 120px;
    /* margin-left: 0px; */
    background: white;
    background-color: #3bc51e;
    border: 0;
    display: block;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    font-size: 1rem;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    margin-bottom: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 60px;
    margin-left: 48px;
    opacity: 0;
    text-align: center;
}
.pop-kat:hover .button {opacity:1; margin-top:80px;}
.pop-kat a.link {
    color: #1e78be;
    display: block;
    padding: 15px 0px;
    text-align: center;
}
.pop-kat {
    display: inline-block;
    width: 217px;
    background: red;
    margin: 10px 10px;
    height: 163px;
    text-align: left;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    /* padding: 30px; */
    border-radius: 10px;
    background-color: rgba(0,0,0,0.02);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0px 47px;
}

.pop-kat._1 {
    background-image: url("images/category-1.jpg");
}

.pop-kat._2  {
    background-image: url("images/category-2.jpg");
}


.pop-kat._3  {
    background-image: url("images/category-3.jpg");
}


.pop-kat._4  {
    background-image: url("images/category-4.jpg");
}


.pop-kat._5 {
    background-image: url("images/category-5.jpg");
}


.pop-kat._6  {
    background-image: url("images/category-6.jpg");
}



.pop-kat._7 {
    background-image: url("images/category-7.jpg");
}

.pop-kat._8  {
    background-image: url("images/category-8.jpg");
}


.pop-kat._9  {
    background-image: url("images/category-d1.jpg");
}


.pop-kat._10  {
    background-image: url("images/category-d2.jpg");
}


.pop-kat._11 {
    background-image: url("images/category-d3.jpg");
}


.pop-kat._12  {
    background-image: url("images/category-d4.jpg");
}


.pop-kat._13  {
    background-image: url("images/category-d5.jpg");
}


.pop-kat._14  {
    background-image: url("images/category-d6.jpg");
}


.pop-kat._15  {
    background-image: url("images/category-d7.jpg");
}


.pop-kat._16  {
    background-image: url("images/category-d8.jpg");
}




.pop-kat._17  {
    background-image: url("images/category-e1.jpg");
}


.pop-kat._18  {
    background-image: url("images/category-e2.jpg");
}


.pop-kat._19  {
    background-image: url("images/category-e3.jpg");
}


.pop-kat._20  {
    background-image: url("images/category-e4.jpg");
}




.pop-kat._21  {
    background-image: url("images/category-e5.jpg");
}


.pop-kat._22  {
    background-image: url("images/category-e6.jpg");
}


.pop-kat._23  {
    background-image: url("images/category-e7.jpg");
}


.pop-kat._24  {
    background-image: url("images/category-e8.jpg");
}





.pop-kat._25  {
    background-image: url("images/category-l1.jpg");
}


.pop-kat._26  {
    background-image: url("images/category-l2.jpg");
}


.pop-kat._27  {
    background-image: url("images/category-l3.jpg");
}


.pop-kat._28  {
    background-image: url("images/category-l4.jpg");
}




.pop-kat._29 {
    background-image: url("images/category-l5.jpg");
}


.pop-kat._30 {
    background-image: url("images/category-l6.jpg");
}


.pop-kat._31  {
    background-image: url("images/category-l7.jpg");
}


.pop-kat._32  {
    background-image: url("images/category-l8.jpg");
}




.pop-kat._33  {
    background-image: url("images/category-w1.jpg");
}


.pop-kat._34  {
    background-image: url("images/category-w2.jpg");
}


.pop-kat._35  {
    background-image: url("images/category-w3.jpg");
}


.pop-kat._36  {
    background-image: url("images/category-w4.jpg");
}




.pop-kat._37 {
    background-image: url("images/category-w5.jpg");
}


.pop-kat._38 {
    background-image: url("images/category-w6.jpg");
}


.pop-kat._39  {
    background-image: url("images/category-w7.jpg");
}


.pop-kat._40  {
    background-image: url("images/category-w8.jpg");
}






.pop-kat._41  {
    background-image: url("images/category-v1.jpg");
}


.pop-kat._42  {
    background-image: url("images/category-v2.jpg");
}


.pop-kat._43  {
    background-image: url("images/category-v3.jpg");
}


.pop-kat._44  {
    background-image: url("images/category-v4.jpg");
}


.pop-kat._45  {
    background-image: url("images/category-v5.jpg");
}


.pop-kat._46  {
    background-image: url("images/category-v6.jpg");
}


.pop-kat._47 {
    background-image: url("images/category-v7.jpg");
}


.pop-kat._48 {
    background-image: url("images/category-v8.jpg");
}




.hero-category.architekt {
    background-image: url(images/category-d2.jpg);
}




/*medias*/
@media screen and (max-width: 750px) {
    html .open-button {margin-right:auto;margin-top:20px;display: block;max-width: 200px;margin-left: auto;margin-bottom: 40px;}
    html .faq-switch {display:block; width:100%; border:0}
    html .find {display:block; width:100%; border:0}

    html .left-part .profile-part {max-height:200px;padding-bottom:20px;text-align: center;}

    html .third {display:block; width:100%}

    html .hero-category.desk {background-size:cover; background-attachment:initial; background-repeat:no-repeat; background-position:top; background-color:rgba(0,0,0,0.5); background-blend-mode:multiply;}
    html ._3-columns {
        -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
        column-count: 1;
        -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
        -moz-column-gap: 40px; /* Firefox */
        column-gap: 40px;

    }

    html .bigphone {
        display:block;
        float:none;
        border-bottom:0;
        padding:0px;
        border: 2px solid!important;
        padding: 3px;
    }


    html .reg {
        font-size:0.8rem
    }


    .offers h1 {text-align:center;}
    .offers {text-align:center}

    html .single.pro-listing .profile-pic {margin:30px auto;}


    html .big-btn {display:block; border-right:0;border-bottom:1px solid rgba(0,0,0,0.1);}

    html .listings-offers {max-width: 400px;margin: 0px auto;}

    html .single.pro-listing .button {float:none; margin-bottom:20px;margin: 20px auto;width: 100%;text-align: center;}
    html .hero-category h2 {
        font-size: 1rem;
    }

    html .find-box input {
        /* min-width: 100%; */
    }

    input[type=submit],input,textarea {
        -webkit-appearance: none;
    }

    input[type=checkbox] {
        -webkit-appearance: checkbox;
    }

    input[type=radio] {
        -webkit-appearance: radio;
    }

    html .find-box {
        text-align: center;
        padding: 10px;
    }

    html .kategorie {
        text-align: center;
    }

    html .kategorie a {
        border: none;
        margin: 0 auto;
        font-size: .8rem;
        padding: 8px 14px;
    }

    html .fixedheaderonscroll .header .logo,html .header .logo {
        background-size: 90px;
        width: 90px;
        /* margin-top: 8px; */
        background-position: center;
    }

    html .header .logo {
        background-size: contain;
        background-position:0px;
        margin-top: -5px;
    }

    html .slider-holder {
    }

    html .overlay {
        display: none;
    }

    html .header {
        background-color: #000;
        line-height: 30px;
    }

    html .breadcrumb {
        display: none;
        margin: 10px 0 10px;
    }

    html .box-search {
        margin: 70px auto 30px;
        float: none;
    }

    html #pager {
        display: none;
    }

    html .about {
        margin-top: 170px;
    }

    html .about img {
        /* display:block; */
        /* float: none!important; */
        /* margin: 10px auto; */
        /* margin-left: auto!important; */
        display: none !important;
    }

    html .about div {
        display: block;
        text-align: center;
        margin: 60px auto;
    }

    html .sidebar {
        width: 100%;
        text-align: center;
        max-width: 100%;
        margin-bottom: 20px;
    }

    html .prom1 {
        margin: 0 auto;
    }

    html .cities ul {
        min-width: 100px;
    }

    html .footer-left-part {
        text-align: center;
        display: block;
        margin-bottom: 50px;
    }

    html .footer-right-part div {
        text-align: center;
        display: block;
        margin-bottom: 50px;
    }

    html .cities ul li a {
        margin-top: 40px;
        text-align: center;
    }

    html .process li {
        border: 0 !important;
        width: auto;
        display: inline-block;
        height: auto;
    }

    html .proffesionals-details {
        margin-left: auto;
        width: 100%;
        max-width: 100%;
    }

    html .info {
        text-align: center;
        margin: 20px auto;
    }


    html .transparent.button {
        margin-left:10px
    }


    html .header div {line-height:50px !important;}

    html .kategorie i {margin-right:4px}

    html .hero-category {padding:10px 10px 50px 10px;}

    #service-text-desktop {
        display: none;
    }

    #service-text-mobile {
        display: block !important;
    }
}

#service-text-mobile {
    display: none;
}

.registration-formular {
    text-align: center;
    margin-top: 30px;
}

div.registration-formular p {
    display: inline-block;
}

.button-registration {
    padding-left: 5px;
}


/*
 BACKEND
*/



.ribbon-wrapper-green {
    width: 123px;
    height: 123px;
    overflow: hidden;
    position: absolute;
    top: -2px;
    right: -2px;
}

.ribbon-green {
    color: #333;
    text-align: center;
    /* text-shadow: rgba(255,255,255,0.5) 0px 1px 0px; */
    -webkit-transform: rotate(45deg);
    -moz-transform:    rotate(45deg);
    -ms-transform:     rotate(45deg);
    -o-transform:      rotate(45deg);
    position: relative;
    padding: 7px 0!important;
    left: -4px;
    top: 15px;
    width: 169px;
    background-color: #1d61bd;
    /* background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); */
    /* background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); */
    background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45);
    color: white;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
    box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-green:before, .ribbon-green:after {
    content: "";
    border-top:   3px solid #6e8900;
    border-left:  3px solid transparent;
    border-right: 3px solid transparent;
    position:absolute;
    /* bottom: -3px; */
}

.ribbon-green:before {
    left: 0;
}
.ribbon-green:after {
    right: 0;
}

.backend .header {background-color: black;z-index: 999;}
.backend .kategorie {
    background: black;
    max-width: 100%;
    padding:0px 10px;
    border-top:1px solid rgba(255,255,255,0.3);
    text-align: center;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.6);
}
.backend .kategorie i {
    margin-right: 15px;
}
.backend .kategorie a {
    border-right: 1px solid rgba(255,255,255,0.2);
    /* font-size: .8rem; */
    display: inline-block;
    width: 21%;
    color: #808080;
}
.backend .kategorie a:last-child {border-right:0px}
.backend .kategorie a:hover, .top-buttons a:hover, .top-buttons a:hover i, .backend .kategorie a:hover i {color:#2bf00a!important; }

.backend .kategorie h2 {position:absolute; background-color:rgba(255,255,255,0.2)}
.backend .first.wrapper {width:100%; max-width:100%;padding-left: 0;padding-right: 0;margin-top: 70px;}
.backend {max-width:100%}


.backend .credits-holder {text-align:center;margin: 40px auto;}
.backend .credit {
    display: inline-block;
    border: 2px solid rgba(0,0,0,0.3);
    /* border: 1px solid #3bc51e; */
    /* border-radius: 7px; */
    padding: 20px;
    text-align: center;
    min-width: 240px;
    background: rgba(255,255,255,1);
    box-shadow: 1px 1px 1px rgba(0,0,0,0.0);
    vertical-align: middle;
    z-index:9;
    position: relative;
}

.backend .credit:hover {
    box-shadow: 1px 1px 10px rgba(0,0,0,0.9);
    z-index:999;
}
.backend .credit ul {}
.backend .credit ul li {
    margin: 3px auto;
}
.backend .credit i {
    color: #3bc51e;
    vertical-align: bottom;
    font-size: 1.3rem;
}
.backend .credit h2 {
    color: #3bc51e;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.3);
    line-height: 2rem;
}
.backend .credit h2 b {
    font-size: 3rem;
    display: block;
    /* color: #3bc51e; */
    font-weight: lighter;
}
.backend .credit div {
    padding-top: 10px;
}
.backend .credit div strong {
    font-weight: lighter;
    padding: 0px 20px 20px;
    display: block;
    font-size: 2rem;
}
.backend .credit div strong span {
    display:block; font-size:1rem; opacity:.8;
}
.backend .credit.gold {
    min-width: 300px;
    min-height: 440px;
    border: 2px solid #1d61bd;
    padding-top: 45px;
}
.backend .credit.gold h2, .backend .credit.gold i  {
    color: #1d61bd;
}

.backend .credit.gold h2 {
    border-bottom:1px solid #1d61bd
}

.backend .credit.gold input[type=submit].center {
    background-color: #1d61bd;
    margin-top: 50px;
}


.dn {opacity: .25!important;}




.backend .top-buttons .submenu {max-height: 0; overflow: hidden;/* display: none; */line-height: normal; position:absolute;background: black;/* padding: 10px; */border-radius: 4px;/* box-shadow: 1px 1px 10px rgba(0,0,0,0.2); */border: 1px solid rgba(255,255,255,0.0);}
.backend .top-buttons .submenu li {display:block;border-bottom: 1px solid rgba(255,255,255,0.2);padding: 5px 20px 5px 10px;margin-right: 0;margin-left: 0px;}
.backend .top-buttons .submenu li:last-child {border-bottom:0px}
.backend .top-buttons li {
    line-height: 30px;
    display: inline-block;
    margin-left: 38px;
}

.backend .content .profile-image {margin:0px auto;display: block;max-width: 200px;border: 1px solid rgba(0,0,0,0.4);box-shadow: none;background: transparent;padding: 10px;}

.backend .info {text-align:center; margin:0px auto;}
.backend .info span {font-weight:bold;font-size: 1.5rem;border: 1px solid rgba(0,0,0,0.4);border-radius: 25px;padding: 10px;display: block;margin-top: 7px;max-width: 130px;margin-left: auto;margin-right: auto;}

.backend .top-buttons ul {}
.backend .top-buttons a {
    font-size: .9rem;
    color: #808080;
}
.backend .top-buttons i {
    vertical-align: middle;
    font-size: 18px;
    margin-right: 10px;
}

.backend .top-buttons a.has-submenu {

}

.backend .header div {line-height:70px}
.backend .has-submenu:hover .submenu {max-height:300px; border:1px solid rgba(255,255,255,0.2); z-index: 999;}
.backend .footer-left-part {min-width:auto;color: white;text-shadow: 1px 1px 1px rgba(0,0,0,0.4);}

.backend .full-width-wrapper {
    /* min-height: 100%; */
    /* position: absolute; */
}
/*.backend .w50-1 {width: 49.9%; display: table-cell;background: black;}*/
/*.backend .w50-2 {width:50%; display: table-cell;}*/

.backend .w50-1 {width: 100%;height: 100%;display: table;min-height: 100%;position: fixed;z-index: -1;top: 0;}
.backend .w50-2 {/* padding-top:150px; */}
.backend .w50-2 h1 {display:block; width:100%; text-align:center;color: #3bc51e;color: white;font-size: 2.4rem;font-weight: 300;margin: 80px auto;text-shadow: 1px 1px 1px rgba(0,0,0,0.3);}
.backend .slider-holder {height: 100%;z-index: 1;width: 100%;display: inline-block;max-width: 100%;}
.backend .slide-01 {
    background-image: url(images/slide1-big.jpg);
}

.backend .slide-02 {
    background-image: url(images/slide2-big.jpg);
}

.backend .slide-03 {
    background-image: url(images/slide3-big.jpg);
}

.backend .slide {
    background-position:center;
    background-size:cover;
    display: block;
    height: 100%;
    /* width: 100px; */
}

.backend .cycle-slideshow {
    display:block;
    display: inline-block;
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.backend .number-show {
    background-color: #3bc51e;
    position: absolute;
    height: 17px;
    width: 17px;
    border-radius: 17px;
    line-height: 17px;
    color: white;
    margin-top: -5px;
    font-size: .7rem;
    z-index: 0;
    text-align: center;
}

.backend .dotaznik {
    padding:10px;
    max-width: 900px;
}
.backend .content.black table {border: 1px solid rgba(255,255,255,0.3);}
.backend .content.black td, .backend .content.black th {border-bottom: 1px solid rgba(255,255,255,0.3);}
.backend .content.black tr:last-child td {border-bottom:0}

.backend table {margin:0px auto;border: 1px solid rgba(0,0,0,0.2);border-radius: 5px;width: 100%;margin-bottom: 20px;}
.backend tr:last-child td {border-bottom:0}
.backend td {padding: 10px 8px;line-height: 43px;border-bottom: 1px solid rgba(0,0,0,0.2);}
.backend .content i,.backend i  {
    vertical-align: text-top;
    margin-top: -3px;
}
.backend ul.pagination {
    display: block;
    margin-top: 10px;
}

.backend ul.pagination li {
    display: inline-block;
}

.backend ul.pagination li.pagination-next {
    float: right;
}
.backend td a, .backend a {color: #3bc51e;}
.backend a.next {color:white;}
.backend a.active {
    color:#2bf00a;
}
.backend th {padding: 10px 8px;border-bottom: 1px solid rgba(0,0,0,0.2);background: rgba(255,255,255,0.04);text-transform: uppercase;font-size: .75rem;opacity: 0.7;}

.backend .content {
    margin: 60px auto;
    max-width: 980px;
    /* border-radius: 15px; */
    /* background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f9f9f9)); */
    /* background: -webkit-linear-gradient(top,#fff,#f9f9f9); */
    /* background: -moz-linear-gradient(top,#fff,#f9f9f9);
    background: -ms-linear-gradient(top,#fff,#f9f9f9);
    background: -o-linear-gradient(top,#fff,#f9f9f9);
    background: linear-gradient(top,#fff,#f9f9f9);
    background-color: #fcfcfc;*/
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    padding: 40px;
    background-color: white;
    border-left: 10px solid #3bc51e;
    /* opacity: .89; */
    background: rgba(255,255,255,1);
}

.backend .content:hover {opacity:0.98}

.backend .content.black {
    background: black;
    max-width: 90%;
    opacity: 1;}


.backend label {
    display: block;
    margin: 0 auto;
    width: 100%;
    /*background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f9f9f9));
    background: -webkit-linear-gradient(top,#fff,#f9f9f9);
    background: -moz-linear-gradient(top,#fff,#f9f9f9);
    background: -ms-linear-gradient(top,#fff,#f9f9f9);
    background: -o-linear-gradient(top,#fff,#f9f9f9);
    background: linear-gradient(top,#fff,#f9f9f9);
    background-color: #fcfcfc;*/
    padding: 11px 0px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.backend label:hover {
}

.backend input,.backend textarea {
    display: block;
    margin: 10px 0px 10px 0px;
    /* max-width: 530px; */
    width: 100%;
    border: 1px solid;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: none;
    font-family: inherit;
}

.backend select {
    line-height: 2rem;
    -webkit-appearance: button;
    -webkit-border-radius: 5px;
    /* -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1); */
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url(images/select.png);
    background-position: 97% center;
    background-repeat: no-repeat;
    border: 1px solid rgba(0,0,0,0.2);
    color: initial;
    font-size: inherit;
    margin: 5px 0px;
    overflow: hidden;
    padding: 5px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 250px;
    /* max-width: 650px; */
    width: 100%;
}

.backend .mapa {
    box-shadow: none;
    background-color: transparent;
    margin: 10px;
}

.backend h3 {
    text-align: center;
    display: block;
    padding-bottom: 20px;
    /* padding-top: 30px; */
    width: 100%;
    color: rgba(0,0,0,0.6);
    font-weight: 300;
    font-size: 1.3rem;
}

.profile-part h3 {text-align:left;padding-top:6px;/* padding-left:10px; */display:inline-block;max-width: 270px;vertical-align: top;padding-bottom: 4px;/* border-bottom: 1px solid rgba(0,0,0,0.1); */margin-bottom: 10px;}

.backend h3 span {display:block; font-size:.9rem; padding-top:5px}

.backend .content h3 {
    /* padding-top: 0px; */
}

.backend .info-flash {
    width:100%;
    background: #1d61bd;
    color: white;
    padding: 5px;
    line-height: 20px;
    font-size: .9rem;
    display: none;
}

.backend .info-flash i {
    vertical-align: text-bottom;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 1.2rem;
}
.backend .info-flash p {display:inline-block;}

.backend input[type=submit] {
    max-width:200px;
    margin-left: auto;
    margin-right: auto;
}

#pay {background-color:#1d61bd;}

input[type=submit]:hover {text-shadow:1px 1px 3px rgba(0,0,0,0.5)}

.backend input[type=submit].center {margin: 20px auto 0px auto;}

.backend .credit input[type=submit].center {
    max-width: 200px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.backend .inline-form {

}

.backend .inline-form input:before {content: "";
    display: table;
    clear: both;}

.backend .inline-form input {width: 70%;max-width: 300px;display: inline-block;}

.backend .inline-form .floating-add {
    display:inline-block;
    max-width: 200px;
    /* font-size: .7rem; */
    /* padding: 10px; */
}


.backend .error-fields {background-color:red;padding: 13px; color:white}
.backend input.error {border-color:red;}
.backend input.error {}
.backend .error-fields i {
    margin-right: 10px;
    vertical-align: text-bottom;
}





/*lines*/
/* ====================== lines button ==================================================*/
.lines-button {
    padding: 2rem 1rem 1rem 1rem;
    transition:.3s;
    cursor:pointer;
    user-select:none;
    border-radius:.57143rem;/* */
    background:transparent;
    border:none;
    display:none;
    outline: none;
}

.lines-button:hover {
    opacity:1
}

.lines-button:active {
    transition:0
}

.lines {
    display:inline-block;
    width: 40px;
    height: 4px;
    background: #2bf00a;
    border-radius: 20px;
    transition:.3s;
    position:relative;
    float: left;
}

.lines:before,.lines:after {
    display:inline-block;
    width: 40px;
    height: 4px;
    background: #2bf00a;
    border-radius: 20px;
    transition:.3s;
    position:absolute;
    left:0;
    content:'';
    -webkit-transform-origin:.28571rem center;
    transform-origin:.28571rem center
}

.lines:before {
    top: 10px;
}

.lines:after {
    top: -10px;
}

.lines-button:hover .lines:before {
    top: 12px;
}

.lines-button:hover .lines:after {
    top: -12px;
}

.lines-button.closed {
    -webkit-transform:scale3d(0.8,0.8,0.8);
    transform:scale3d(0.8,0.8,0.8)
}

.lines-button.arrow.closed .lines:before,.lines-button.arrow.closed .lines:after {
    top:0;
    width:2.22222rem
}

.lines-button.arrow.closed .lines:before {
    -webkit-transform:rotate3d(0,0,1,40deg);
    transform:rotate3d(0,0,1,40deg)
}

.lines-button.arrow.closed .lines:after {
    -webkit-transform:rotate3d(0,0,1,-40deg);
    transform:rotate3d(0,0,1,-40deg)
}

.lines-button.arrow-up.closed {
    -webkit-transform:scale3d(0.8,0.8,0.8) rotate3d(0,0,1,90deg);
    transform:scale3d(0.8,0.8,0.8) rotate3d(0,0,1,90deg)
}

.lines-button.minus.closed .lines:before,.lines-button.minus.closed .lines:after {
    -webkit-transform:none;
    transform:none;
    top:0;
    width:4rem
}

.lines-button.x.closed .lines {
    background:transparent
}

.lines-button.x.closed .lines:before,.lines-button.x.closed .lines:after {
    -webkit-transform-origin:50% 50%;
    transform-origin:50% 50%;
    top:0;
    width: 40px;
}

.lines-button.x.closed .lines:before {
    -webkit-transform:rotate3d(0,0,1,45deg);
    transform:rotate3d(0,0,1,45deg)
}

.lines-button.x.closed .lines:after {
    -webkit-transform:rotate3d(0,0,1,-45deg);
    transform:rotate3d(0,0,1,-45deg)
}

.lines-button.x2 .lines {
    transition:background .3s .5s ease
}

.lines-button.x2 .lines:before,.lines-button.x2 .lines:after {
    -webkit-transform-origin:50% 50%;
    transform-origin:50% 50%;
    transition:top .3s .6s ease,-webkit-transform .3s ease;
    transition:top .3s .6s ease,transform .3s ease
}

.lines-button.x2.closed .lines {
    transition:background .3s 0 ease;
    background:transparent
}

.lines-button.x2.closed .lines:before,.lines-button.x2.closed .lines:after {
    transition:top .3s ease,-webkit-transform .3s .5s ease;
    transition:top .3s ease,transform .3s .5s ease;
    top:0;
    width:4rem
}

.lines-button.x2.closed .lines:before {
    -webkit-transform:rotate3d(0,0,1,45deg);
    transform:rotate3d(0,0,1,45deg)
}

.lines-button.x2.closed .lines:after {
    -webkit-transform:rotate3d(0,0,1,-45deg);
    transform:rotate3d(0,0,1,-45deg)
}
/*//lines*/




.button-green {
    width: 170px;
    /* margin-left: 0px; */
    background: white;
    background-color: #3bc51e;
    border: 0;
    display: block;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    font-size: 1rem;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    margin-bottom: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.button-red {
    width: 170px;
    /* margin-left: 0px; */
    background: white;
    background-color: #c52f26;
    border: 0;
    display: block;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    font-size: 1rem;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    margin-bottom: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


.work-step {
    padding: 60px 20px;
    /* background: rgba(0,0,0,0.07); */
    text-align: left;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.work-step h4 {
    font-size: 2rem;
}
.work-step h4 strong {
    position: absolute;
    margin-left: -61px;
    font-size: 5rem;
    color: #3bc51e;
    font-weight: 100;
    margin-top: -8px;
    /* box-shadow: 1px 1px 1px rgba(0,0,0,0.9); */
    /* width: 90px; */
    /* height: 90px; */
    /* border-radius: 100%; */
    text-align: center;
}
.work-step ul {
    margin-top: 50px;
}
.work-step li {
    margin-bottom: 10px;
    list-style-type: lower-alpha;
    opacity: .8;
    font-size: .9rem;
    line-height: 1.3rem;
}

.w-desc {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding-left: 40px;
}
.w-img {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    /* border: 1px solid; */
    background: white;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.how h2, .what-to-do h2 {
    text-align: center; padding:40px;
}

.what-to-do {text-align:center;background: rgba(0,0,0,0.05);margin-bottom: 100px;padding-bottom: 50px;padding-top: 22px;}

.what-to-do div {display:inline-block;max-width:400px;line-height:1.4rem;color:rgba(0,0,0,0.6);text-align:left;padding: 20px 20px 30px 20px;vertical-align: top;font-size: .8rem;}
.what-to-do strong {display:block;margin-bottom:20px;font-size: 1rem;padding-left: 37px;}

.what-to-do div i {
    position: absolute;
    margin-left: 0px;
    margin-top: -1px;
    color: inherit;
    /* opacity: .5; */
    color: #3bc51e;
}



.moje-sluzby {
    text-align: center;
    margin: 8px auto;
}
.moje-sluzby li {
    border: 1px solid rgba(0,0,0,0.4);
    border-radius: 30px;
    padding: 4px 10px;
    margin: 4px auto;
    display: inline-block;
    min-width: 150px;
    text-align: center;
    text-transform: uppercase;
    font-size: .8rem;
}
.moje-sluzby a {}








/*Backend*/






/*medias*/
@media screen and (max-width: 750px) {
    html .profile-part h3 {display:block;}

    html .left-part {display:block;width:100%;position: relative;}
    html .left-part .answers-part {
        position: relative;
        width: 100%;
        /* height: 400px; */
    }
    html .right-part {display:block;width:100%;left: 0;/* position: relative; *//* top: 580px; */}

    html .work-step { padding:10px 25px}
    html .w-desc {display:block; width:100%}
    html .w-img {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    html .backend .top-buttons li {width:100%; display:block;margin-left: initial;}
    html .backend.shrink .top-buttons {max-height:initial;}
    html .backend .top-buttons {float:none;margin: 0px auto;width: 100%;/* border-top: 1px solid rgba(255,255,255,0.4); */max-height: 0;overflow: hidden;}
    html .backend .header .logo {display:block;padding: 10px;margin-left: 0;margin-top: px;background-position: center left;margin-top: 19px;/* float: left; *//* padding-top: 21px; */position: absolute;width: 30%;background-size: contain;background-position: center;left: 0;right: 0;margin-left: auto;margin-right: auto;}
    html .backend .header {text-align:center;position: relative;line-height: initial;}
    html .backend .top-buttons .submenu {
        max-height: 300px;
        width: 100%;
        position: relative;
        left: 0;
    }
    html .backend .top-buttons .submenu li {
        width: 100%;
        padding: initial;
    }
    html .backend  li a, html .backend .kategorie a {
        padding: 6px;
        font-size: 0.9REM;
        line-height: 30px;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    html .backend .kategorie a {display:block; border-right:0;border-bottom: 1px solid rgba(255,255,255,0.4)!important; text-align:left;width: 100%;}
    html .backend .top-buttons ul {width:100%; text-align:left;/* padding-left:10px */}
    html .backend .header div {padding:0px;line-height: initial;}
    html .backend .top-buttons .submenu li {border-bottom:0px;}
    html .backend .top-buttons .submenu li a {padding-left: 30px;}
    html .backend .kategorie {border-top:0PX;PADDING: 0px;max-height: 0px;overflow: hidden;}
    html .backend.shrink .kategorie {max-height:initial;}
    html .backend li a {/* border-bottom: 1px solid rgba(255,255,255,0.1); */ width:100%;display: block;}
    html .backend .first.wrapper {margin-top:0px}
    html .backend .logout {position: absolute;width: 35px; border-bottom: 0;top: 21px;right: 15px;color: #2bf00a!important;overflow: hidden;height: 35px;}
    html .backend .logout i {font-size: 30px;}
    html .backend .w50-1 {display:none}
    html .backend .lines-button {
        display:block;
        float: left;
        margin-top: 6px;
        width: 100px;
    }

    html .backend .number-show {position:relative; display:inline-block;
        float:right;margin-top: 0px;margin-right: 10px;margin-top: 3px;}

    html .backend .w50-2 h1 {display:block; width:100%; text-align:center;color: #3bc51e; font-size:1.5rem; text-shadow:none; margin:30px auto;}

    html .backend th { font-size: .7rem; padding:2px}
    html .backend td {
        font-size: .7rem;
        padding:2px
    }
    html .backend td i {font-size:11px}
    html .backend .content {/* margin:0px; */padding: 10px;border-left: 4px solid #3bc51e;color: black;}
    html .backend td a i {display:none}
    html .backend .inline-form .floating-add {
        display:inline-block;
        max-width: 100px;
        font-size: .7rem;
        padding: 10px;
    }
}



.half {display: table-cell;width: 50%;vertical-align:top;background: rgba(255,255,255,0.42);padding: 30px;border-radius: 5px;margin-top: 15px;}
.half a {max-width:150px;margin: 30px auto;display:block;text-align: center;}


.third {display: inline-block;width: 32%;vertical-align:top;background: rgba(255,255,255,0.42);padding: 30px;border-radius: 5px;margin-top: 15px;/* background: red; */margin-right: 1%;}
.third a {max-width:150px;margin: 30px auto 0px auto;display:block;text-align: center;}



.big-holder {min-height:100%;height: 100%;position: relative;background: red;display: table;width: 100%;}
.left-part {
    width: 20%;
    display: inline-block;
    /* background: grey; */
    /* overflow: scroll; */
    height: 100%;
    height: calc(100% - 80px);
    width: 20%;
    /* padding:3px; */
    /* background:#f00; */
    position: fixed;
    /* border-right: 1px solid rgba(0,0,0,0.1); */
    /* box-shadow: 1px 1px 20px rgba(0,0,0,0.05); */
    width: 350px;
    background: rgba(0,0,0,0.03);
}


.left-part .profile-part {
    background: white;
    /* width: 20%; */
    /* position: fixed; */
    padding: 10px 10px 0px 10px;
    /* box-shadow: 10px 10px 10px rgba(0,0,0,0.4); */
    overflow: hidden;
    /* text-align:center; */
    padding-bottom: 20px;
    max-height: 140px;
}

.profile-part {}

.left-part .profile-part:hover {max-height:300px; padding-bottom:20px;}

.left-part .profile-part  .profile-image {text-align:center;padding:10px;margin:0px auto 10px auto;width:auto;display:inline-block;box-shadow: none;background: rgba(0,0,0,0.05);float: right;display: inline-block;}

.left-part .profile-part  .profile-image img {width:auto;max-width:36px;vertical-align: middle;/* text-align: center; */display: block;margin: 0px auto;}

.left-part .answers-part {
    overflow-y: scroll;
    position: absolute;
    /* min-height: 100%; */
    height: calc(100% - 180px);
    /* background: white; */
    width: 20%;
    padding: 0px;
    min-width: 351px;
    /* border-right: 1px solid rgba(0,0,0,0.5); */
    /* background: rgba(0,0,0,0.03); */
    margin-right: 10px;
    -moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,2.1);
    box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
}

.left-part .answers-part strong {display:block;padding: 10px;border-top: 1px solid rgba(0,0,0,0.1);}
.left-part .answers-part em {
    padding-left: 10px;
    padding-bottom: 10px;
    display: block;
}
.right-part {
    position: absolute;
    left: 350px;
    width: calc(100% - 350px);
    padding: 33px;
    height: 100%;
    /* background: rgba(0,0,0,0.03); */
    border-left: 1px solid rgba(0,0,0,0.1);
    /* margin-left: 0px; */
    -moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
    /* -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,2.1); */
    /* box-shadow: inset 0 0 10px rgba(0,0,0,0.1); */
}



::-webkit-scrollbar-track {
    margin-right:3px;
    -webkit-box-shadow:inset 0 0 2px rgba(0,0,0,0.1);
    border-radius:7px;
    padding:1px;
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#FFF),color-stop(0,#EDEDED));
    background-image:-o-linear-gradient(bottom,#FFF 0%,#EDEDED 0%);
    background-image:-moz-linear-gradient(bottom,#FFF 0%,#EDEDED 0%);
    background-image:-webkit-linear-gradient(bottom,#FFF 0%,#EDEDED 0%);
    background-image:-ms-linear-gradient(bottom,#FFF 0%,#EDEDED 0%);
    background-image:linear-gradient(to bottom,#FFF 0%,#EDEDED 0%)
}

::-webkit-scrollbar {
    background-color:#ccc;
    width:6px;
    margin-right:3px;
    border-radius:7px;
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#FFF),color-stop(0,#EDEDED));
    background-image:-o-linear-gradient(bottom,#FFF 0%,#EDEDED 0%);
    background-image:-moz-linear-gradient(bottom,#FFF 0%,#EDEDED 0%);
    background-image:-webkit-linear-gradient(bottom,#FFF 0%,#EDEDED 0%);
    background-image:-ms-linear-gradient(bottom,#FFF 0%,#EDEDED 0%);
    background-image:linear-gradient(to bottom,#FFF 0%,#EDEDED 0%)
}

::-webkit-scrollbar-thumb {

    border-radius:7px;
    margin:0 3px;
    background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#FFF),color-stop(1,#EDEDED));
    background-image:-o-linear-gradient(bottom,#FFF 0%,#EDEDED 100%);
    background-image:-moz-linear-gradient(bottom,#FFF 0%,#EDEDED 100%);
    background-image:-webkit-linear-gradient(bottom,#FFF 0%,#EDEDED 100%);
    background-image:-ms-linear-gradient(bottom,#FFF 0%,#EDEDED 100%);
    background-image:linear-gradient(to bottom,#FFF 0%,#EDEDED 100%);
    border:1px solid #ddd;

}

.left-part .profile-part   .info-graphics {
    max-width: 100px;
    display: inline-block;
    vertical-align: top;
    /* padding-bottom: 10px; */
    margin-right: 8px;
    /* clear: both; */
}
.left-part .profile-part .info-graphics i {
    color: #3bc51e;
}
.left-part .profile-part   .info-graphics span {
    display: block;
    opacity: .7;
    font-size: .7rem;
    line-height: .7rem;
}








/*objednavka*/
/*Platba*/
.platba {margin: 0px auto 40px auto;text-align:center;}

.platba .box.selected {
    box-shadow:0 0 10px rgba(0,0,0,0.3);
    border: 2px solid #3bc51e;
    opacity:1;
}

.platba .box {
    width:240px;
    min-height:140px;
    background-color:#fff;
    border-radius: 1px;
    border:none;
    padding:20px;
    background-position-y:80px;
    background-repeat:no-repeat;
    background-size:100px;
    background-position-x:center;
    border: 2px solid rgba(0,0,0,0.3);
    opacity:.8;
    text-align: center;
}

.platba .box:hover strong {
    opacity:1
}

.platba .selected strong,.platba .selected .check {
    opacity:1!important;
    color: #3bc51e!important;
}

.platba .box strong {
    margin-top:21px;
    display:block;
    font-size: 1.3rem;
    opacity:.4;
    font-weight: normal;
}

.platba ul {
    margin:10px auto;
    border-top:1px solid rgba(0,0,0,0.1);
    width:300px;
    padding-top:20px
}

.platba i.check {
    margin-top:/* margin-bottom: 10px; */
    90px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(0,0,0,0.3);
}

.platba ul li {
    font-size:1.3rem;
    margin-bottom:10px
}

.platba ul strong {
    font-size:1.5rem;
    font-weight:700
}

.platba ul em {
}

.platba-a {
    background-image:/* background-position-y: 20px; */
        /* background-repeat: no-repeat; */
        /* background-size: 100px; */
        /* background-position-x: center; */
    url(http://martinremes.sk/vestnik/wp-content/uploads/2015/05/platba-a.jpg)
}

.box.platba-a {
}


.box {
    display:inline-block;
    vertical-align:top;
    max-width:290px;
    margin:20px 15px;
    border-radius:3px;
    border:2px solid;
    padding:20px
}

.box:hover {border: 2px solid #3bc51e;}

.box:hover i {color:#3bc51e;}

.platba-b,.platba-c {
    background-image:url(http://martinremes.sk/vestnik/wp-content/uploads/2015/05/platba-b.jpg);
    background-size:130px!important;
    background-position-y:70px!important
}

.platba-c {
}

/*Platba koniec*/
/*Logged in*/
.menu {
    display:inline-block;
    background:#0054A6;
    border-radius:4px;
    margin:0 20px;
    font-family:'Roboto',serif;
    overflow:hidden;
    margin-bottom:40px;
    /* border: 3px solid rgba(0,0,0,0.1); */
    width:25%
}





.other-package {color: grey!important;margin-top: 20px;display: block;font-size: .9rem;text-decoration: underline;}

.ref-acq {margin: 30px auto 0px auto;display: block;text-align: center;}


/*faq*/
.faq {
    max-width:800px;
    margin:20px auto
}

.accordion {
    margin-bottom:50px;
    padding:0 20px
}

.accordion dt {
    font-size: 1rem;
    font-weight:700;
    margin:0;
    padding-bottom: 0px;
    padding-top: 0px;
    cursor:pointer;
    display: block;
    padding-left: 20px;
    background-color: white;
}

dt.open {
    padding-bottom: 15px;
}

.accordion dt:hover {
    color: #3bc51e;
}

.accordion dd {
    margin-left:30px;
    margin-bottom: 20px;
    /* display: block; */
    font-size: .8rem;
    line-height: 1.2rem;
}

.accordion .remove {
    margin-bottom: 30px;
}

.accordion dt.open:before {
    content:"-";
    /* position: absolute; */
    /* margin-right:20px; */
}

.accordion dt:before {
    content:"+";
    /* margin-right:20px; */
    color: #3bc51e;
    position: absolute;
    margin-left: -20px;
}

.remove {
    margin-left:-100%;
    height:0;
    overflow:hidden;
    /* opacity:0; */
    min-height:0!important;
    margin-top:0!important
    /* margin-bottom: 50px;; */;
}




/*faq*/


.max-width {max-width:980px; margin:0px auto; }
._right {display: inline-block; max-width: 360px; vertical-align: top; float:right;}
._right h2 {padding:30px; margin-top:30px; }
._right h2.bigger {font-size:1.5rem; padding-left:0px; padding-top:60px}
._left {display: inline-block; max-width: 800px; vertical-align: top; min-width: 55%;}
.seo {background-size: cover;background-blend-mode: multiply;min-height: 300px;text-align: center;max-width: 1100px;margin: 0px auto;}
.seo h1 {color:white;text-shadow: 1px 1px 1px rgba(0,0,0,0.3);font-size: 1.9rem;max-width: 600px;margin: 30px auto;}

.find a {
    background-color: #3bc51e;
    border: 0;
    display: block;
    padding: 10px 20px;
    width: 100%;
    border-radius: 5px;
    color: #fff;
    font-size: 1.2rem;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    margin-bottom: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 200px;
    margin: 0px auto;
}

.find {margin: 0px auto;text-align:center;/* max-width: 300px; */display: inline-block;width: 40%;vertical-align: top;padding: 30px 20px;}
.find h2 {
    text-align: center;
    font-size: 1.8rem;
    display: block;
    max-width: 540px;
    margin: 0 auto;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 0;
}

.hero-category.faq {
    background-image: url(images/faq.jpg);
    margin-bottom: 40px;
    background-position: left;
}


.hero-category.faq2 {
    background-image: url(images/faq2.jpg);
    margin-bottom: 40px;
    background-position: left;
}

.faq h1,.faq2 h1 {padding-top:30px;}
.required-field {color:red;padding-left: 5px;}
.required-notice {padding: 0px 5px 10px 10px;text-align: center;}
.required-notice em {font-style:italic; font-size:.8rem}

.faq-bottom {
    text-align: center;
    padding: 30px 0px;
}
.faq-switch {
    /* background-color: #ededed; */
    text-align: center;
    /* padding-bottom: 40px; */
    /* padding-top: 40px; */
    border-right: 2px solid #ededed;
    padding: 30px 20px;
    display: inline-block;
    width: 40%;
}
.faq-switch strong {
    font-size: 1.8rem;
    font-weight: lighter;
    display: block;
    margin-bottom: 0px;
}
.faq-switch a {
    color: #3bc51e;
    border-bottom: 2px solid;
    padding-bottom: 5px;
    padding-top: 22px;
    display: inline-block;
}





.before-footer {
    background-color:rgba(43,240,10,1);
    width:100%;
    height: 340px;
    text-align: center;
    /* line-height: 200px; */
    padding-top: 150px;
    background-image: url("images/blog.jpg");
    background-blend-mode: inherit;
    background-size: cover;
    background-position: top right;
    color: black;
    /* border-bottom: 2px solid #3bc51e; */
}

.open-button {
    color: #2bf00a;
    border-radius: 3px;
    font-size: 15px;
    padding: 13px 32px;
    vertical-align: middle;
    /* height: 10px; */
    text-transform: uppercase;
    font-weight: bold;
    /* color: black; */
    border: 1px solid black;
    display: inline-block;
    clear: both;
    margin-right: 100px;
    background: black;
}

a.next {
    cursor: default;
}

a.previous {
    cursor: pointer;
}

.center {
    text-align: center;
    margin-top: 20px;
}

.backend .flash {
    width:100%;
    color: white;
    padding: 5px;
    line-height: 20px;
    font-size: .9rem;
}

.backend .flash i {
    vertical-align: text-bottom;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 1.2rem;
}
.backend .flash p {display:inline-block;}

.backend .flash-info {
    background: #1d61bd;
}

.backend .flash-error {
    background: red;
}

.backend .content .btn-group {
    display: inline-block;
    margin-right: 10px;
}

.backend .content .profile-description button {
    border: 1px solid;
    display: inline-block;
    border-radius: inherit;
    padding: 5px 10px;
    margin: 0px 1px;
    color: inherit;
    text-shadow: none;
    font-size: inherit;
}

.backend .content .profile-description button i {
    vertical-align: middle;
}

.backend .content .profile-description button.active {
    background-color: #E4E4E4;
}

.backend .footer {
    color: #FFFFFF;
    background-color: #000000;
    max-width: none;
    margin: auto;
}

.ta-scroll-window > .ta-bind {
    margin:10px auto;border: 1px solid rgba(0,0,0,0.2);border-radius: 5px;width: 100%;
}

form .progress {
    line-height: 15px;
}

.progress_outer {
    width: 300px;
    text-align: center;
}
.progress {
    display: block;
    width: 100%;
    border: 1px solid #CCC;
    margin-top: 2px;
    margin-bottom: 10px;
}

.progress div {
    background: #1d61bd;
    color: white;
    width: 0;
    line-height: 20px;
    font-weight: bold;
}

.backend .content button {
    background-color: #3bc51e;
    border: 0;
    display: block;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    font-size: 1.2rem;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    margin-bottom: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.backend .content a.button {
    background-color: #3bc51e;
    border: 0;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    font-size: 1.2rem;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    margin-bottom: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn {
    border: 0;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff !important;
    font-size: 1.2rem;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    margin: 2px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    white-space: nowrap;
    display: inline-block;
}

.btn-green {
    background-color: #3bc51e;
}

.btn-blue {
    background-color: #1d61bd;
}

div.text {
    max-width: 980px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 300px;
}

div.text h1, div.text h2, div.survey h1 {
    text-align: center;
    display: block;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 100%;
    color: #3bc51e;
    font-weight: 300;
    font-size: 1.3rem;
    margin-bottom: 10px;
    margin-top: 30px;
}

div.text h3 {
    text-decoration: underline;
    margin: 15px 0px;
}


div.text a {
    color: #1e78be;
}

div.text p {
    margin-bottom: 20px;
}
div.help {
    margin-bottom: 10px;
    font-size: smaller;
}
.error_message a {  color: #1e78be; display:block; margin-top:10px}
.dotaznik a, .step6 a {
    color: #3bc51e;
}

#pay:disabled {
    background: #E4E4E4;
}
a {
    cursor: pointer;
}
.w-img img {
    width: 100%;
}
div.tags input:focus { /* just add */
    border: none !important;
}
div.proffesionals-details a {
    color: #3bc51e;
}

/*new part for single-offer*/



#offer-single h1 {border:0px;/* padding-top:0px; */margin-top: 0px;display: inline-block;max-width: 635px;display: inline-block;vertical-align: top;margin-right: 20px;color: initial;color: #555;}
#offer-single {margin:0px auto;border: 1px solid rgba(0,0,0,0.1);max-width: 982px;background-color: white;padding: 20px;border-radius: 5px;/* box-shadow: 0 0 3px rgba(0,0,0,0.5); */margin-bottom: 20px;padding-bottom: 30px;}
#offer-single h2 {
    display: inline-block;
    max-width: 280px;
    /* background: rgba(0,0,0,0.03); */
    padding: 20px 0px;
    vertical-align:top;
    /* color: #3bc51e; */
    margin-bottom: 10px;
    font-size: 1.3rem;
    font-weight: 300;
}



#offer-single .left {
    max-width: 635px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}

#offer-single .right {
    display: inline-block;
    max-width: 280px;
    /* background: rgba(0,0,0,0.03); */
    /* padding: 5px 20px; */
}

#offer-single.only-one .right {display:none}
#offer-single.only-one .left {max-width:100%}
#offer-single .offered-price::before {display:none}
#offer-single .offered-price span {font-size: 1rem;display: block;padding-bottom: 8px;}

#offer-single .offered-price {/* display: inline-block; */margin: 15px auto;font-size: 1.9rem!important;background: none;box-shadow: none;}
#offer-single .header-left {width: 20%;display:inline-block;vertical-align: top;padding-right: 20px;}
#offer-single .header-middle {width: 54%;display:inline-block;vertical-align: top;/* padding-right: 20px; */text-align: left;}

#offer-single .header-right {width: 24%;display:inline-block;vertical-align: top;text-align: right;}
#offer-single .header-right a {display:block;padding-left:5px;float:none;max-width:140px;margin-left: auto;text-align: center;margin-top: 0px;}
#offer-single .header-left .profile-pic {max-width:130px;padding:10px;/* float: right; */display: block;margin-left: auto;margin-right: 0;/* min-width: 100px; */}
#offer-single .header-left .profile-pic img {max-width:100%; height:auto}
#offer-single .listings-single-offer {margin-right:0;min-width: 100%;}
#offer-single .listings-single-offer .single.pro-listing {max-width:100%;}
#offer-single .listings-single-offer .single.pro-listing .pro-cont {max-width:100%}
#offer-single .ponukana-cena {border-top: 1px solid rgba(0,0,0,0.1);border-bottom: 1px solid rgba(0,0,0,0.1);margin-bottom: 30px;margin-top: 20px;}

#offer-single .location {margin:40px auto}
#offer-single .pro-listing p {font-size:0.85rem}
#offer-single .listings-offers .pro-listing:hover a {color:#3bc51e}
.pro-cont a.button:hover {color:#3bc51e}

@media screen and (max-width: 750px) {
    html #offer-single .header-right {display:block; width:100%; text-align:center}
    html #offer-single .profile-pic {margin:0px}
    html #offer-single .right .profile-pic {margin-right:10px}
    html #offer-single .header-right {margin-top:10px}
    html #offer-single .header-right a {margin-left:auto;margin-right:auto;min-width: 80%;display:block;line-height:40px;}
    html #offer-single {border:0}
    html #offer-single .right, html #offer-single .left {width:100%;max-width: 100%;display:block;}
}

/* ng tags input */
tags-input .tags .input {
    box-shadow: none;
    -webkit-box-shadow: none;
    font-size: 1rem !important;
    min-width: 0px;
    min-height: 0 !important;
}

tags-input .tags {
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.5) !important;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.5) !important;
    box-shadow: inset 0 0 3px rgba(0,0,0,0.5) !important;
    border: 1px solid transparent !important;
    line-height: 1.8rem !important;
    padding: 6px !important;
    border-radius: 5px !important;
    margin: 14px auto;
}

tags-input .tags .tag-item {
    background: none !important;
    white-space: nowrap;
}

tags-input .autocomplete {
    margin-top: -14px !important;
}

tags-input .autocomplete .suggestion-item.selected {
    background-color: #3bc51e !important;
}
tags-input .autocomplete .suggestion-item.selected em {
    background-color: #3bc51e !important;
}

tags-input .tags .tag-item .remove-button {
    display: inline-block;
}
input,textarea,select {
    font-size: 1rem;
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.5);
    box-shadow: inset 0 0 3px rgba(0,0,0,0.5);
    border: 1px solid transparent;
    line-height: 1.8rem;
    padding: 8px;
    border-radius: 5px;
}
input:not([type=radio]):not([type=checkbox]), select {
    min-height: 45px;
}
i.star {
    cursor: default;
}
/* Flash message close button*/
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #FFF;
}
.close:hover,
.close:focus {
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    opacity: 1;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
}

.modalDialog div.dialogInner {
    max-width: 500px;
    position: relative;
    margin: 0 auto;
    padding: 15px 20px 15px 20px;
    border-radius: 10px;
    background: #fff;
}

.modalDialog div.dialogPadding {
    height: 25%;
}

.modalDialog input[type=submit] {
    display: block;
    margin: 10px auto;
}
.dotaznik div.label {
    display: block;
    margin: 0 auto;
    width: 100%;
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f9f9f9));
    background: -webkit-linear-gradient(top,#fff,#f9f9f9);
    background: -moz-linear-gradient(top,#fff,#f9f9f9);
    background: -ms-linear-gradient(top,#fff,#f9f9f9);
    background: -o-linear-gradient(top,#fff,#f9f9f9);
    background: linear-gradient(top,#fff,#f9f9f9);
    background-color: #fcfcfc;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
    padding: 11px 20px;
}
div.form-group {
    display: block;
    margin: 0 auto;
    width: 100%;
    background-color: #fcfcfc;
    padding: 11px 20px;
}
div.distance_div {
    background-color: #ededed;
    text-align: left;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
}

div.distance_div label {
    display: block;
}

div.distance_div p {
    padding: 10px;
}

div.distance_div select {
    width: 100%;
}
.gallery div.description {
    text-align: center;
    margin-top: 10px;
}
.survey {
    text-align: center;
}

.pro-preview {
    background-color: #EDEDED;
    display: inline-block;
    width: 150px;
    margin: 20px 5px;
    padding: 10px;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
}

.survey-result .btn {
    margin-top: 10px;
}

div.text ol {
    list-style: decimal;
    margin-left: 30px;
}

div.text ol.nested > li {
    list-style: upper-alpha;
}

div.text ol.nested {
    margin-top: 20px;
}

div.text ol.nested > li > ol {
    margin: 10px 10px;
}

div.text ol.nested > li > ol > li > ol  {
    list-style: lower-alpha;
    margin-left: 20px;
}

#reg-new {display: inline-block;
    background: #3bc51e;
    line-height: 34px;
    padding: 0px 20px;
    border-radius: 4px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    font-size: 15px;
    color: white!important;}
/*
responsive table
*/
@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

    /* Force table to not be like tables anymore */
    table.responsive, table.responsive thead, table.responsive tbody, table.responsive th, table.responsive td, table.responsive tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    table.responsive thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    table.responsive tr { border: 1px solid #ccc;
        margin-bottom: 10px;
    }

    table.responsive td {
        border: none;
        position: relative;
    }

    table.responsive td:before {
        display: inline-block;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        content: attr(data-label);
        font-weight: bold;
    }
}


/* Bootstrap UI dropdown menu */

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}
.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}

/*new part for landing-page*/

.landing-page #offer-single {padding-top:30px;}
.landing-page .left-side {
    max-width: 360px;
    display: inline-block;
    padding-right: 10px;
    /* border-right: 1px solid rgba(0,0,0,0.2); */
    margin-right: 30px;
}

.landing-page .claim {
    font-size: 0.8rem;
    padding: 7px;
    float: right;
    display: inline-block;
    max-width: 340px;
}

.landing-page .claim a {
    color: #3bc51e;
    text-decoration: underline;
}

.landing-page .profile-part  .profile-image {text-align:center;padding:10px;margin:0px auto 10px auto;width:auto;display:inline-block;box-shadow: none;background: rgba(0,0,0,0.05);float: right;display: inline-block;}

.landing-page .profile-part  .profile-image img {width:auto;max-width:36px;vertical-align: middle;/* text-align: center; */display: block;margin: 0px auto;}

.landing-page #offer-single.only-one .left {width:100%;}

.landing-page .right-side {
    display: inline-block;
    vertical-align: top;
    /* box-shadow: 0 0 black; */
    width: calc(100% - 400px);
    /* text-align: center; */
}

.landing-page .right-side form {
    margin-top:10px
}

.landing-page .right-side input,.landing-page .right-side textarea {
    display: block;
    margin: 10px 0px 10px 0px;
    /* max-width: 530px; */
    width: 100%;
    border: 1px solid;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: none;
    font-family: inherit;
}

.landing-page .right-side select {
    line-height: 2rem;
    -webkit-appearance: button;
    -webkit-border-radius: 5px;
    /* -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1); */
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url(images/select.png);
    background-position: 97% center;
    background-repeat: no-repeat;
    border: 1px solid rgba(0,0,0,0.2);
    color: initial;
    font-size: inherit;
    margin: 5px 0px;
    overflow: hidden;
    padding: 5px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 250px;
    /* max-width: 650px; */
    width: 100%;
}



.landing-page .right-side h3,
.landing-page .left-side h3 {
    /* text-align: center; */
    padding-top:0px;
    display: block;
    padding-bottom: 20px;
    /* padding-top: 30px; */
    width: 100%;
    color:#3bc51e;
    font-weight: 400;
    font-size: 1.3rem;
}

.landing-page  .answers-part {
    /* min-height: 100%; */
    /* height: calc(100% - 180px); */
    /* background: white; */
    width: 20%;
    padding: 0px;
    min-width: 351px;
    /* border-right: 1px solid rgba(0,0,0,0.5); */
    /* background: rgba(0,0,0,0.03); */
    /* margin-right: 10px; */
    background: rgba(0,0,0,0.03);
    max-height: 445px;
    overflow-x: auto;
}
.landing-page .answers-part strong {display:block;padding: 10px;border-top: 1px solid rgba(0,0,0,0.1);}
.landing-page .answers-part em {
    padding-left: 10px;
    padding-bottom: 10px;
    display: block;
}
.landing-page #offer-single .listings-single-offer {width:100%}
.landing-page .profile-part h3 {text-align:left;padding-top:6px;/* padding-left:10px; */display:inline-block;max-width: 270px;vertical-align: top;padding-bottom: 4px;/* border-bottom: 1px solid rgba(0,0,0,0.1); */margin-bottom: 10px;color: inherit;}

.landing-page  h3 span {display:block; font-size:.9rem; padding-top:5px}
.button-reg {background-color: #3bc51e;border: 0;display: inline-block;padding: 10px 20px;width: 100%;border-radius: 5px;color: #fff !important;font-size: 1.2rem;text-shadow: 1px 1px 1px rgba(0,0,0,0.1);margin-bottom: 0;-moz-box-shadow: none;-webkit-box-shadow: none;box-shadow: none;max-width: 200px;margin: 0px auto;text-align: center;}
.actions {
    margin: 20px auto;
    border-top: 1px solid rgba(0,0,0,0.1);
    padding-top: 20px;
}
.actions a.link {
    text-decoration: underline;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 20px;
}
.landing-page h1 {
    border-bottom: 1px solid rgba(0,0,0,0.1)!important;
    width: 100%!important;
    max-width: 100%!important;
    margin-bottom: 30px;
    padding-top: 0px!important;
}


@media screen and (max-width: 750px) {
    html .landing-page .left-side, html .landing-page .right-side {
        width:100%;
        display:block;
        max-width:100%;
        margin-right: 0px;
        padding-right: 0;
    }
    html .landing-page  .answers-part {max-height:40vh;max-width:100%;width: 100%;text-align: left;min-width: 0;}
    html .landing-page .right-side h3, .landing-page .left-side h3 {margin-top: 15px;display: block;width: 100%;max-width: 100%;/* text-align: center; */float: none;}
    html .landing-page #offer-single {padding-top:0px}
    html .landing-page .claim {float:none; display:block; margin:10px auto}
    html .landing-page .profile-part {text-align:left;}
    html .header div.top-buttons {float:none;display:block;}
    html .header div{text-align: center;}
}
/*end-landing-page*/
.ui-autocomplete {
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
}

.listItem {
    display: flex;
    justify-content: space-between;
    max-width: 700px;
    margin: 15px auto;
    padding: 0 5px;
}

.listItemRight {
    display: flex;
    align-items: center;
}

.listItemFirstLine {
    color: #0e0e0e;
    font-size: 17px;
    padding-bottom: 3px;
}

.listItemSecondLine {
    color: #888888;
    font-size: 14px;
    padding-bottom: 5px;
}

.listItemThirdLine {
    color: #888888;
    font-size: 12px;
}

.content h2 {
    font-size: 1.5rem;
    text-align: center;
    margin: 50px 0;
}
