@import url(fonts/Roboto/Roboto.css);

html {
    position: relative;
    min-height: 100%;
}
body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 1200px;
    min-height: 100vh;
    background-color: #FFFFFF;
    color: #444444;
    font: normal normal 300 17px/normal "Roboto", sans-serif;
}
body > div.wrap {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
body > div.wrap > header {
    height: 70px;
    background-color: #333333;
}
body > div.wrap > header > div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1250px;
    height: 100%;
    margin: 0 auto;
    padding: 0 30px;
}
body > div.wrap > div.elements {
    background-color: #F6F6F6;
}
body > div.wrap > div.elements > div {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}
body > footer {
    height: 65px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    background: linear-gradient(to bottom, #DDDDDD 0, #EEEEEE 3px, #F0F0F0 100%);
}
body > footer > div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1250px;
    margin: 15px auto 0 auto;
    padding: 0 30px;
    color: #666666;
    font: normal normal 400 16px/normal "Roboto", sans-serif;
    text-align: center;
}
body > footer > div > span {
    margin-left: 80px;
}
body > footer > div > span > a {
    color: inherit;
}

/******************************************************************************/

#l-logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
#l-logo > div > a {
    display: block;
    position: relative;
    margin-top: 0px;
    margin-left: 0px;
}
#l-logo > div > a > img {
    display: block;
}

/******************************************************************************/

#l-main-menu {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 45px 0 60px;
    overflow: hidden;
    font: normal normal 400 17px/normal "Roboto", sans-serif;
}
#l-main-menu > div > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    list-style-type: none;
}
#l-main-menu > div > ul > li {
    display: block;
}
#l-main-menu > div > ul > li > a {
    display: block;
    height: 70px;
    color: inherit;
    line-height: 70px;
    text-decoration: none;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
#l-main-menu > div > ul > li.active > a {
    color: #FC6B00;
}
#l-main-menu > div > ul > li:hover > a {
    color: #FC6B00;
}

/******************************************************************************/

#l-cultures {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%;
    font: normal normal 400 17px/normal "Roboto", sans-serif;
    z-index: 1;
}
#l-cultures > a {
    display: block;
    height: 100%;
    padding: 0 15px;
    color: #FFFFFF;
    line-height: 70px;
    text-decoration: none;
    text-transform: uppercase;
}
#l-cultures > a.active {
    color: #FC6B00;
}
#l-cultures > div {
    display: none;
    position: absolute;
    top: 75%;
    left: 0;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, 0.2);
}
#l-cultures > div > a {
    display: block;
    padding: 0 15px;
    border-top: 1px solid #EEEEEE;
    color: #444444;
    line-height: 2em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
#l-cultures > div > a:first-child {
    border-top: 0;
}
#l-cultures > div > a:hover {
    color: #FC6B00;
}

/******************************************************************************/

#l-quote {
    margin: 40px 0;
}
#l-quote > div {
    font: italic normal 100 1.5em/normal "Roboto", sans-serif;
    text-align: center;
}
#l-quote > div > .quote-open {
    position: relative;
    top: 0.33em;
    font: italic normal 400 3em/0.33em "Roboto", sans-serif;
}
#l-quote > div > h1 {
    display: inline;
    margin: 0;
    font: inherit;
}
#l-quote > div > h1 > .quote-author {
    font: italic normal 400 1em "Roboto", sans-serif;
    white-space: nowrap;
}

/******************************************************************************/

#l-blocks > div {
    overflow: hidden;
}
#l-blocks.position-top > div {
    margin: 40px 0;
}
#l-blocks.position-bottom > div {
    margin-top: 30px;
}
#l-blocks.position-bottom > div:first-child {
    margin-top: 50px;
}
#l-blocks > div > a {
    margin-left: 40px;
    float: left;
    color: inherit;
    text-decoration: none;
}
#l-blocks > div > a.has-link-0 {
    cursor: default;
}
#l-blocks > div > a:first-child {
    margin-left: 0;
}
#l-blocks > div > a > h1 {
    position: relative;
    margin: 0.2em 0;
    color: #333333;
}
#l-blocks.columns-1 > div > a > h1 {
    font: normal normal 400 1.5em/normal "Roboto", sans-serif;
}
#l-blocks.columns-2 > div > a > h1 {
    font: normal normal 400 1.35em/normal "Roboto", sans-serif;
}
#l-blocks.columns-3 > div > a > h1 {
    font: normal normal 400 1.25em/normal "Roboto", sans-serif;
}
#l-blocks.columns-4 > div > a > h1 {
    font: normal normal 400 1.05em/normal "Roboto", sans-serif;
}
#l-blocks.columns-5 > div > a > h1 {
    font: normal normal 400 0.95em/normal "Roboto", sans-serif;
}
#l-blocks > div.aligned > a > h1 > span {
    position: absolute;
    bottom: 0;
    left: 0;
}
#l-blocks > div > a > img {
    display: block;
    width: 100%;
}
#l-blocks.columns-1 > div > a > div,
#l-blocks.columns-2 > div > a > div,
#l-blocks.columns-3 > div > a > div {
    font: normal normal 300 1.1em/1.3em "Roboto", sans-serif;
}
#l-blocks.columns-4 > div > a > div {
    font: normal normal 300 1.05em/normal "Roboto", sans-serif;
}
#l-blocks.columns-5 > div > a > div {
    font: normal normal 300 1em/normal "Roboto", sans-serif;
}
#l-blocks > div > a > div > p {
    margin: 0.5em 0 0 0;
}

/******************************************************************************/

div.social-links {
    font: normal normal normal 13px/normal sans-serif;
}
div.social-links > a {
    display: inline-block;
    padding: 0.3em 0.6em;
    border-radius: 2px;
    background-clip: padding-box-box;
    color: #FFFFFF !important;
    text-decoration: none;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
div.social-links > a:hover,
div.social-links > a:active {
    color: white;
}
div.social-links > a.twitter {
    background: #00ACED;
}
div.social-links > a.twitter:hover,
div.social-links > a.twitter:active {
    background: #0084B4;
}
div.social-links > a.facebook {
    background: #3B5997;
}
div.social-links > a.facebook:hover,
div.social-links > a.facebook:active {
    background: #2D4372;
}
div.social-links > a.googleplus {
    background: #D64937;
}
div.social-links > a.googleplus:hover,
div.social-links > a.googleplus:active {
    background: #B53525;
}
div.social-links > a.googleplus {
    background: #D64937;
}
div.social-links > a.googleplus:hover,
div.social-links > a.googleplus:active {
    background: #B53525;
}
div.social-links > a.draugiem {
    background: #E57910;
}
div.social-links > a.draugiem:hover,
div.social-links > a.draugiem:active {
    background: #BD650D;
}

/******************************************************************************/

body > div.wrap > main > div.inner div.myPager {
    margin-top: 50px;
    text-align: center;
}
body > div.wrap > main > div.inner div.myPager > * {
    display: inline-block;
    margin: 0 3px;
    padding: 0 0.5em;
    border: 1px solid #DF5F00;
    background-color: #FFFFFF;
    font-size: 1.5em;
    line-height: 1.5em;
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
body > div.wrap > main > div.inner div.myPager > a {
    color: #DF5F00;
    text-decoration: none;
}
body > div.wrap > main > div.inner div.myPager > span {
    color: rgba(0, 0, 0, 0.3);
}
body > div.wrap > main > div.inner div.myPager > span.selected,
body > div.wrap > main > div.inner div.myPager > a:hover {
    border: 1px solid #DF5F00;
    background-color: #DF5F00;
    color: #FFFFFF;
}
body > div.wrap > main > div.inner div.myPager > span.spacer {
    border: 0;
}

/******************************************************************************/

body > div.wrap > main > div.inner a.l-button-link {
    display: inline-block;
    padding: 0 0.5em;
    border-radius: 5px;
    background-color: #DF5F00;
    color: #FFFFFF;
    line-height: 1.6em;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
body > div.wrap > main > div.inner a.l-button-link:hover {
    opacity: 0.8;
}

/******************************************************************************/

body > div.wrap > main {
    width: 1100px;
    margin: 40px auto 60px auto;
}
body > div.wrap > main > div.inner a {
    color: #DF5F00;
}
body > div.wrap > main > div.inner h1 {
    margin: 0.8em 0 0.5em 0;
    color: #DF5F00;
    font: normal normal 300 2.5em/1.3em "Roboto", sans-serif;
}
body > div.wrap > main > div.inner h2 {
    margin: 0.8em 0 0.5em 0;
    font: normal normal 500 1.7em/1.3em "Roboto", sans-serif;
}
body > div.wrap > main > div.inner h3 {
    margin: 0.8em 0 0.5em 0;
    font: normal normal 400 1.5em/1.3em "Roboto", sans-serif;
}
body > div.wrap > main > div.inner h4 {
    margin: 0.8em 0 0.5em 0;
    font: normal normal 400 1.3em/1.3em "Roboto", sans-serif;
}
body > div.wrap > main > div.inner h5 {
    margin: 0.8em 0 0.5em 0;
    font: normal normal 500 1.1em/1.3em "Roboto", sans-serif;
}
body > div.wrap > main > div.inner h6 {
    margin: 0.8em 0 0.5em 0;
    font: italic normal 500 1.1em/1.3em "Roboto", sans-serif;
}
body > div.wrap > main > div.inner p {
    margin: 0.5em 0;
    font: normal normal 300 1.1em/1.3em "Roboto", sans-serif;
}
body > div.wrap > main > div.inner img.left {
    margin: 0 20px 5px 0;
    float: left;
}
body > div.wrap > main > div.inner img.right {
    margin: 0 0 5px 20px;
    float: right;
}
body > div.wrap > main > div.inner .user-content ul,
body > div.wrap > main > div.inner .user-content ol {
    margin: 0.5em 0;
    overflow: hidden;
    font: normal normal 300 1.1em/1.2em "Roboto", sans-serif;
}
body > div.wrap > main > div.inner .user-content li {
    margin: 0.5em 0;
}
body > div.wrap > main > div.inner .user-content li:first-child {
    margin-top: 0;
}
body > div.wrap > main > div.inner .user-content::after {
    display: block;
    clear: both;
    content: "";
}
body > div.wrap > main > div.inner .user-content table {
    margin: 0.5em 0 1em 0;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-collapse: collapse;
    font: normal normal 300 1em/1.2em "Roboto", sans-serif;
}
body > div.wrap > main > div.inner .user-content table > * > tr > * {
    padding: 0.5em 1em;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-left: 1px dotted rgba(0, 0, 0, 0.05);
}
body > div.wrap > main > div.inner .user-content table > * > tr > *:first-child {
    border-left: 0;
}
body > div.wrap > main > div.inner .user-content table > thead > tr > * {
    background: rgba(0, 0, 0, 0.05);
}
body > div.wrap > main > div.inner .user-content table > thead > tr > *,
body > div.wrap > main > div.inner .user-content table > tfoot > tr > *,
body > div.wrap > main > div.inner .user-content table > * > tr > th {
    font: normal normal 500 1em/1.2em "Roboto", sans-serif;
}
body > div.wrap > main > div.inner .user-content table > tbody > tr > *,
body > div.wrap > main > div.inner .user-content table > tfoot > tr > * {
    background: rgba(0, 0, 0, 0.0125);
}

/******************************************************************************/

body > div.wrap > div.l-message {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 1100px;
    margin: 20px auto;
    padding: 0.5em;
    border-radius: 5px;
    color: #FFFFFF;
    font: normal normal 500 1em/normal "Roboto", sans-serif;
    text-align: center;
}
body > div.wrap > div.l-message.info {
    background-color: #66CC14;
}
body > div.wrap > div.l-message.warning {
    background-color: #F29A15;
}
body > div.wrap > div.l-message.error {
    background-color: #C91616;
}
body > div.wrap > div.l-message > a.close {
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #FFFFFF;
    font: normal normal normal 20px/20px monospace;
    text-align: center;
    text-decoration: none;
}
body > div.wrap > div.l-message.info > a.close {
    color: #66CC14;
}
body > div.wrap > div.l-message.warning > a.close {
    color: #F29A15;
}
body > div.wrap > div.l-message.error > a.close {
    color: #C91616;
}

/******************************************************************************/

#l-floatingContacts {
    position: fixed;
    right: 10px;
    bottom: 30px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: #DDDDDD;
    color: #555555;
    text-align: center;
    cursor: pointer;
    -webkit-transition: background-color 200ms ease-in-out, opacity 400ms ease-in-out;
    transition: background-color 200ms ease-in-out, opacity 400ms ease-in-out;
}
body.floatingContacts #l-floatingContacts {
    opacity: 0;
}
#l-floatingContacts:hover {
    background-color: #CCCCCC;
}
#l-floatingContacts > div.form {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50%;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
#l-floatingContacts > div.form > span {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    min-width: 75%;
    padding: 3px 12px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #DF5F00;
    color: #FFFFFF;
    font: normal normal 400 18px/normal "Roboto", sans-serif;
    text-decoration: none;
}
#l-floatingContacts > div.prompt {
    padding-top: 6px;
    font: normal normal 700 17px/normal "Roboto", sans-serif;
}
#l-floatingContacts > div.prompt > div.row-1 {
    font: normal normal 700 20px/normal "Roboto", sans-serif;
}
#l-floatingContacts > div.prompt > div.row-2 {
    font: normal normal 400 15px/normal "Roboto", sans-serif;
}

/******************************************************************************/

#l-floatingContacts-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    -webkit-transition: opacity 500ms ease-in-out, height 500ms ease-in-out 500ms;
    transition: opacity 500ms ease-in-out, height 500ms ease-in-out 500ms;
    z-index: 2;
}
body.floatingContacts #l-floatingContacts-overlay {
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 500ms ease-in-out, height 0s ease-in-out 0s;
    transition: opacity 500ms ease-in-out, height 0s ease-in-out 0s;
}

/******************************************************************************/

#l-floatingContacts-popup {
    position: fixed;
    right: 80px;
    bottom: 100px;
    width: 0;
    min-width: 0;
    max-width: 600px;
    height: 0;
    min-height: 0;
    max-height: 600px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #EEEEEE;
    opacity: 0;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    z-index: 3;
}
body.floatingContacts #l-floatingContacts-popup {
    right: 50%;
    bottom: 50%;
    width: 75vh;
    min-width: 450px;
    max-width: 650px;
    height: 75vh;
    min-height: 450px;
    max-height: 650px;
    overflow: hidden;
    -webkit-transform: translate(+50%, +50%);
    transform: translate(+50%, +50%);
    opacity: 1;
}
#l-floatingContacts-popup > form {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 18% 18% 16% 18%;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
#l-floatingContacts-popup.done > form {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
#l-floatingContacts-popup > form > label {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin: 2% 0;
}
#l-floatingContacts-popup > form > label.textarea {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
#l-floatingContacts-popup > form > label > * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    color: #000000;
    font: normal normal 400 18px/normal "Roboto", sans-serif;
}
#l-floatingContacts-popup > form > label.error > * {
    border: 1px solid #DF5F00;
    background-color: #FFDEC6;
}
#l-floatingContacts-popup > form > label > *:focus {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
#l-floatingContacts-popup > form > label > input {
    height: 40px;
    padding: 0 10px;
}
#l-floatingContacts-popup > form > label > textarea {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%;
    padding: 10px 10px;
}
#l-floatingContacts-popup > form > div.errors {
    display: none;
    padding: 1% 0;
    color: red;
    font: normal normal 400 16px/normal "Roboto", sans-serif;
}
#l-floatingContacts-popup > form > div.submit {
    margin-top: 4%;
    font: normal normal 400 18px/normal "Roboto", sans-serif;
    text-align: center;
}
#l-floatingContacts-popup > form > div.submit > a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    min-width: 50%;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #DF5F00;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
}
#l-floatingContacts-popup > form > div.submit > span {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    position: relative;
    min-width: 50%;
    padding: 10px 62px 10px 20px;
    border-radius: 5px;
    background-color: #DF5F00;
    color: #FFFFFF;
    text-align: center;
}
#l-floatingContacts-popup > form > div.submit > span > span {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -16px;
}
#l-floatingContacts-popup.busy > form > div.submit > a {
    display: none;
}
#l-floatingContacts-popup.busy > form > div.submit > span {
    display: inline-block;
}
#l-floatingContacts-popup > div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 10%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    text-align: center;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
#l-floatingContacts-popup.done > div {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
#l-floatingContacts-popup > div > * {
    display: block;
    margin: 0;
}
#l-floatingContacts-popup > div > div.image {
    height: 40%;
}
#l-floatingContacts-popup > div > div.image > img {
    height: 100%;
}
#l-floatingContacts-popup > div > p.thankyou-1 {
    margin: 20px 0 10px 0;
    font: normal normal 400 52px/normal "Roboto", sans-serif;
}
#l-floatingContacts-popup > div > p.thankyou-2 {
    margin: 0;
    font: normal normal 300 22px/normal "Roboto", sans-serif;
}
#l-floatingContacts-popup > div > div.close {
    margin-top: 10%;
    font: normal normal 400 18px/normal "Roboto", sans-serif;
    text-align: center;
}
#l-floatingContacts-popup > div > div.close > a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    min-width: 150px;
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #DF5F00;
    color: #FFFFFF;
    font: normal normal 400 18px/normal "Roboto", sans-serif;
    text-align: center;
    text-align: center;
    text-decoration: none;
}
