@import url('custom.css');
@import url(//fonts.googleapis.com/css?family=Lato:400,700,900&subset=latin,latin-ext);
/* http://meyerweb.com/eric/tools/css/reset/  v2.0 | 20110126 License: none (public domain)
*/
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

table { border-collapse: collapse; border-spacing: 0; }

.clearfix { zoom: 1; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }

.container { margin: 0 auto; padding: 0 0 0 1%; max-width: 1160px; }

.row { clear: both; padding: 0 10px; }

.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 { float: left; margin: 0 3% 0 0; }

.col1.last, .col2.last, .col3.last, .col4.last, .col5.last, .col6.last, .col7.last, .col8.last, .col9.last, .col10.last, .col11.last, .col12 { margin: 0; }

.col1 { width: 5.5%; }

.col2 { width: 14%; }

.col3 { width: 22.5%; }

.col4 { width: 31%; }

.col5 { width: 39.5%; }

.col6 { width: 48%; }

.col7 { width: 56.5%; }

.col8 { width: 65%; }

.col9 { width: 73.5%; }

.col10 { width: 82%; }

.col11 { width: 90.5%; }

.col12 { width: 99%; margin: 0; }

.col1 img, .col2 img, .col3 img, .col4 img, .col5 img, .col6 img, .col7 img, .col8 img, .col9 img, .col10 img, .col11 img, .col12 img { max-width: 100%; height: auto; display: block; }

/*
@mixin nonretina($image) { background: sprite($sprites, $image); @include sprite-dimensions($sprites, $image);
}

@mixin retina($image) {
	background: sprite($sprites, $image);
	background-position: sprite-position($sprites, $image);
	@include sprite-dimensions($sprites, $image); @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) { background: sprite($sprites-retina, $image);
		background-position: nth(sprite-position($sprites-retina, $image), 1)/2 nth(sprite-position($sprites-retina, $image), 2)/2;
		background-size: 170px; }
}*/
header { height: 66px; background: #1b3349; width: 100%; display: block; }
header .logo { display: block; background: url(../images/layout/logo.png) no-repeat; width: 168px; height: 34px; margin-top: 14px; }
header nav ul { margin: 0; padding: 0; list-style-type: none; float: right; }
header nav ul li { display: inline-block; padding: 0 12px !important; border-left: solid 1px #fff; }
header nav ul li.login { border-left: none;  padding: 0 !important; }
header nav ul li.lang { border-left: none;  padding: 0 8px !important; }
header nav ul li a { color: white; font-weight: bold; font-size: 14px; padding: 26px 0; display: block; -webkit-transition-property: all; -moz-transition-property: all; -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.1s; -moz-transition-duration: 0.1s; -o-transition-duration: 0.1s; transition-duration: 0.1s; -webkit-transition-timing-function: linear; -moz-transition-timing-function: linear; -o-transition-timing-function: linear; transition-timing-function: linear; }
header nav ul li a:hover { color: #18acea !important; }
header nav ul li.active a { font-weight: 700; }
header nav ul li:first-child { padding-left: 0px; }
header nav ul li.login a { padding: 8px 8px 9px; background: rgba(255, 255, 255, 0.1); font-weight: 700; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px;
 }
 header nav ul li.login a:hover { background: #fff;
 }
header nav ul li.lang a { margin-bottom: -26px; font-weight: 700; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; }
header nav ul li.lang .dropdown-menu { position: absolute; display: none; background: #1b3349; margin-top: 10px; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; padding-bottom: 10px; }
header nav ul li.lang .dropdown-menu li { display: block; line-height: 30px; padding: 0; padding-left: 8px; padding-right: 8px; }
header nav ul li.lang .dropdown-menu li a { padding: 0; font-size: 11px; background: none; }
header nav ul li.lang .dropdown-menu li a img { display: inline-block; margin-bottom: -2px; margin-right: 5px; }
header nav ul.mobile { display: none; }
header nav ul.mobile > .dropdown a { font-weight: 900; font-size: 26px; padding: 27px 0; position: relative; z-index: 9; }
header nav ul.mobile > .dropdown .dropdown-menu { position: absolute; display: none; }
header nav ul.mobile .dropdown .dropdown-menu { right: 0; width: 100%; z-index: 2; padding-bottom: 40px; background: #18acea; }
header nav ul.mobile .dropdown .dropdown-menu li { display: block; text-align: center; padding: 0; }
header nav ul.mobile .dropdown .dropdown-menu li a { font-size: 20px; font-weight: normal; padding: 12px 0; background: #18acea; border-bottom: 1px solid #2bb6f1; }
header nav ul.mobile .dropdown .dropdown-menu li a:hover { color: white; background: #2bb6f1; }
header nav ul.mobile .dropdown .dropdown-menu li.active a { font-weight: 700; background: #2bb6f1; }
header nav ul.mobile .dropdown .dropdown-menu li.login { display: none; }

@media all and (max-width: 968px) { header nav ul.mobile { display: block; }
  .main-menu > li { display: none; }
  .main-menu > li.login, .main-menu > li.lang { display: inline-block; margin-top: 0px; }
  .main-menu > li.lang .dropdown-menu { z-index: 4; } 

  }
@media all and (max-width: 767px) { header nav ul.mobile > .dropdown a:hover { color: white; }
  header nav ul.mobile .dropdown .dropdown-menu:before { content: ''; display: block; position: absolute; top: -80px; left: 0; background: #18acea; width: 100%; height: 80px; }
  header nav ul.mobile .dropdown .dropdown-menu li.login { display: block; }
  .main-menu > li.lang { position: absolute; left: 0; z-index: 9; display: none; }
  .main-menu > li.lang .dropdown-menu { width: 70px; }
  .main-menu > li.login { display: none; } }
footer { padding-top: 40px; }
footer h5 { font: bold 14px arial; text-transform: uppercase; color: #1b3349; }
footer ul { width: 32%; display: inline-block; margin: 18px 0 25px; }
footer ul li { background: url(../images/layout/footer_links.png) no-repeat center left; line-height: 26px; padding-left: 20px; }
footer ul li a { font: 14px arial; color: #1b3349; -webkit-transition-property: all; -moz-transition-property: all; -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.1s; -moz-transition-duration: 0.1s; -o-transition-duration: 0.1s; transition-duration: 0.1s; -webkit-transition-timing-function: linear; -moz-transition-timing-function: linear; -o-transition-timing-function: linear; transition-timing-function: linear; }
footer ul li a:hover { color: #18acea; }
footer .help { font: 14px arial; color: #1b3349; margin-top: 18px; margin-bottom: 5px; }
footer .help i { display: inline-block; background: url(../images/layout/ico_help.png) no-repeat; width: 19px; height: 18px; margin-bottom: -3px; }
footer .copyright { padding: 25px 0; display: block; border-top: 1px solid #dcdcdc; font-size: 14px; color: #7d7d7d; font-family: arial; }
footer .copyright a { color: #7d7d7d; font-weight: bold; }
footer .copyright a:hover { text-decoration: underline; }
footer .copyright .last { text-align: right; }
footer .only-mobile { display: none; }
footer .only-mobile .fb { height: 100px; width: 50%; background: #3b5998 url(../images/layout/ico_fb.png) no-repeat center center; display: block; float: left; }
footer .only-mobile .gplus { height: 100px; width: 50%; background: #dd4b39 url(../images/layout/ico_gplus.png) no-repeat center center; display: block; float: left; }

@media all and (max-width: 767px) { footer { padding-top: 0; }
  footer .container, footer .row { padding: 0; }
  footer .copyright { border-top: 0px; padding: 25px 0; }
  footer .copyright .col6 { width: 100%; }
  footer .copyright .col6:first-child { display: none; }
  footer .copyright .col6.last { text-align: center; }
  footer .only-mobile { display: block; } }
body { overflow-x: hidden; max-width: 100%; font-family: "Lato", arial, sans-serif; -webkit-overflow-scrolling: touch; }
body ::selection { color: white; background: #1b3349; }
body ::-moz-selection { color: white; background: #1b3349; }

a, a:focus { outline: none; text-decoration: none; cursor: pointer; }

strong, b { font-weight: 700; }

.back { font: 700 18px "Lato", arial, sans-serif; color: #18acea; -webkit-transition-property: all; -moz-transition-property: all; -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.1s; -moz-transition-duration: 0.1s; -o-transition-duration: 0.1s; transition-duration: 0.1s; -webkit-transition-timing-function: linear; -moz-transition-timing-function: linear; -o-transition-timing-function: linear; transition-timing-function: linear; }
.back:hover { color: #1b3349; }

.hidden { display: none; }

.darken { position: fixed; width: 100%; height: 100%; background: #1b3349; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); opacity: 0.7; z-index: 1; display: none; top: 80px; }

h1 { font: 700 45px "Lato", arial, sans-serif; color: #1b3349; }

h2 { font: 700 28px "Lato", arial, sans-serif; color: #1b3349; }

h3 { font: 700 24px "Lato", arial, sans-serif; margin-bottom: 16px; color: #252525; }

.btn { display: inline-block; padding: 12px 20px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; color: white; font-size: 17px; font-weight: 700; margin: 10px; }
.btn.register { background: #18acea url(../images/layout/register_check.png) no-repeat 15px 14px; padding-left: 40px; }
.btn.alt { background: rgba(255, 255, 255, 0.1); }
.btn[type="submit"] { border: 0; padding-left: 60px; padding-right: 60px; background: #18acea; font: 700 18px "Lato", arial, sans-serif; -webkit-transition-property: all; -moz-transition-property: all; -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.1s; -moz-transition-duration: 0.1s; -o-transition-duration: 0.1s; transition-duration: 0.1s; -webkit-transition-timing-function: linear; -moz-transition-timing-function: linear; -o-transition-timing-function: linear; transition-timing-function: linear; width: auto; }
.btn[type="submit"]:hover { cursor: pointer; background: #1b3349; }

.title { text-align: center; padding: 40px 0; }

.subtitle { font-size: 18px; line-height: 24px; color: #7a8ea0; padding: 10px 0 30px; font-weight: 400; }

.content { padding-bottom: 45px; border-bottom: 1px solid #dcdcdc; }
.content p { font: 16px/24px "Lato", arial, sans-serif; color: #7d7d7d; padding: 0 0 25px; }
.content p a { color: #18acea; -webkit-transition-property: all; -moz-transition-property: all; -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.1s; -moz-transition-duration: 0.1s; -o-transition-duration: 0.1s; transition-duration: 0.1s; -webkit-transition-timing-function: linear; -moz-transition-timing-function: linear; -o-transition-timing-function: linear; transition-timing-function: linear; }
.content p a:hover { color: #1b3349; }

.pagination { padding: 0; margin: 0; margin-left: 25%; max-width: 580px; }
.pagination li { display: inline-block; font-size: 18px; color: #b1b1b1; }
.pagination li a { color: #b1b1b1; padding: 3px 0; margin: 0 5px; }
.pagination li a:hover { color: #18acea; }
.pagination li.active a { padding: 3px 8px; background: #b1b1b1; cursor: default; color: white; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
.pagination li.prev { width: 35%; }
.pagination li.prev a { background: url(../images/layout/pagination_left.png) no-repeat center center; padding: 2px 14px 2px 8px; border: 1px solid #b1b1b1; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
.pagination li.next { width: 35%; text-align: right; }
.pagination li.next a { background: url(../images/layout/pagination_right.png) no-repeat center center; padding: 2px 14px 2px 8px; border: 1px solid #b1b1b1; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }

.only-mobile { display: none; }

@media all and (max-width: 1070px) { .pagination { margin-left: 28%; max-width: 760px; } }
@media all and (max-width: 767px) { .no-mobile { display: none; }
  .only-mobile { display: block; }
  .subtitle { padding-bottom: 0; }
  h1 { font-size: 28px; }
  .pagination { margin-left: 0%; }
  .pagination li.prev, .pagination li.next { width: 10%; } }
.section.main { text-align: center; background: #1b3349; padding-top: 45px; height: 545px; }
.section.main h1 { color: white; }
.section.main .subtitle { font-size: 18px; line-height: 24px; color: #7a8ea0; padding: 10px 0 30px; }
.section.main .key { padding: 30px 0 60px; max-width: 933px; margin: 0 auto; position: relative; }
.section.main .key img { max-width: 100%; height: auto; }
.section.numbers .block { max-width: 295px; display: inline-block; padding: 50px 0 90px; }
.section.numbers h2 { color: #252525; }
.section.numbers p { font-size: 16px; line-height: 22px; color: #7d7d7d; }
.section.numbers .knob { position: relative; display: inline-block; margin: 20px 20px 0; }
.section.numbers .knob span { font-size: 50px; font-weight: 700; font-family: arial; color: #252525; left: 30px; position: absolute; top: 52px; }
.section.numbers .col6 .knob { float: left; }
.section.numbers .col6:first-child { text-align: right; }
.section.numbers .col6:first-child .knob { float: right; }
.section.map { width: 100%; height: 500px; background: url(../images/content/map_europe.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.section.map .box { display: inline-block; padding: 16px 32px 35px 16px; }
.section.map .box .number { font: 900 50px "Lato", arial, sans-serif; color: white; }
.section.map .box .desc { font-size: 21px; color: white; line-height: 25px; }
.section.map .box .desc strong { font-weight: 700; }
.section.map .box.in { background: #1b3349; margin-bottom: 6px; margin-top: 100px; }
.section.map .box.out { background: #18acea; }
.section.register { text-align: center; background: #1b3349; padding: 45px 0; }
.section.register h2 { color: white; }
.section.register .subtitle { font-size: 18px; line-height: 24px; color: #7a8ea0; padding: 10px 0 15px; }

@media all and (max-width: 1070px) { .section.numbers .col6, .section.numbers .col6:first-child { text-align: center; }
  .section.numbers .knob { margin: 0; display: block; float: none !important; }
  .section.numbers .knob span { left: 0; width: 100%; }
  .section.numbers .block { padding-top: 0; margin-top: -25px; } }
@media all and (max-width: 767px) { .section.main { padding-top: 25px; }
  .section.numbers .col6 { width: 100%; }
  .section.numbers .block { padding-bottom: 40px; }
  .section.map { text-align: center; }
  .section.map .box { text-align: left; } }
.side-menu li a { font: 18px/32px "Lato", arial, sans-serif; color: #252525; -webkit-transition-property: all; -moz-transition-property: all; -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.1s; -moz-transition-duration: 0.1s; -o-transition-duration: 0.1s; transition-duration: 0.1s; -webkit-transition-timing-function: linear; -moz-transition-timing-function: linear; -o-transition-timing-function: linear; transition-timing-function: linear; }
.side-menu li a:hover { color: #18acea; }
.side-menu li.active a { color: #18acea; font-weight: 700; }

.contact .content form { width: 90%; }
.contact .content form .actions { padding: 25px 0 0 20%; }

.faq h2 { margin-bottom: 35px; }

.accordio.active .question { font-weight: 700; color: #0072bc; }
.accordio.active .question i { background: url(../images/layout/faq_arrow_active.png) no-repeat; }
.accordio .question { font: 21px "Lato", arial, sans-serif; color: #252525; cursor: pointer; margin-bottom: 10px; }
.accordio .question:hover { color: #0072bc; }
.accordio .question:hover i { background: url(../images/layout/faq_arrow_on.png) no-repeat; }
.accordio .question i { background: url(../images/layout/faq_arrow.png) no-repeat; width: 20px; height: 20px; display: inline-block; margin-right: 17px; margin-bottom: -1px; }
.accordio .body { padding: 40px; background: #ebebeb; margin-top: 10px; margin-bottom: 20px; font: 16px/24px "Lato", arial, sans-serif; color: #323232; display: none; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
.accordio .body a { color: #18acea; }
.accordio .body a:hover { text-decoration: underline; color: #18acea; }

.four-zero-four .title { padding-top: 100px; }
.four-zero-four .content { text-align: center; }

@media all and (max-width: 1070px) { .contact .content .col5, .contact .content .col7 { width: 100%; }
  .faq h2 { margin: 15px 0; } }
.news .side-menu li a { color: #18acea; }
.news .side-menu li a:hover { color: #1b3349; }

.post .post-title, .post .post-body {  }
.post .post-title { margin-bottom: 20px; margin-left: 40px; font: 700 28px "Lato", arial, sans-serif; color: #1b3349; display: block; -webkit-transition-property: all; -moz-transition-property: all; -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.1s; -moz-transition-duration: 0.1s; -o-transition-duration: 0.1s; transition-duration: 0.1s; -webkit-transition-timing-function: linear; -moz-transition-timing-function: linear; -o-transition-timing-function: linear; transition-timing-function: linear; }
.post .post-title:hover { color: #18acea; }
.post .post-body { padding-bottom: 10px; margin-left: 40px; margin-bottom: 40px; border-bottom: 1px solid #ccc; }
.post .date { width: 160px; display: block; height: 100px; box-sizing: border-box; background: #b1b1b1; color: white; padding: 0px 15px 0; }
.post .date .day { font: 900 50px "Lato", arial, sans-serif; }
.post .date .month { font: 700 21px "Lato", arial, sans-serif; }
.post.active .date { background: #18acea; }

.features { margin-bottom: 50px; }
.features h2 { font-size: 28px; text-align: center; max-width: 800px; margin: 0 auto 25px; }
.features h2 span { color: #18acea; }
.features ul li { display: inline-block; margin: 25px 0; width: 33%; padding-right: 30px; box-sizing: border-box; }
.features ul li h3 { font-size: 21px; margin-bottom: 8px; }
.features ul li p { font: 16px/24px arial; color: #7d7d7d; }

.steps { margin-bottom: 70px; }
.steps ul { padding: 0; margin: 0; }
.steps ul li { display: inline-block; text-align: center; width: 19%; position: relative; }
.steps ul li:first-child:before { display: none; }
.steps ul li:before { content: ''; position: absolute; display: block; width: 25px; height: 14px; background: url(../images/layout/steps_arrow_right.png) no-repeat; top: 50%; left: -16px; margin-top: -32px; }
.steps ul li .ico { width: 155px; height: 155px; display: inline-block; -webkit-border-radius: 155px; -moz-border-radius: 155px; -ms-border-radius: 155px; -o-border-radius: 155px; border-radius: 155px; border: 1px solid #7d7d7d; }
.steps ul li .step-title { font-size: 21px; font-weight: 700; color: #252525; max-width: 170px; margin: 10px auto; }
.steps ul li.step1 .ico { background: url(../images/content/ico_step1.png) no-repeat center center; }
.steps ul li.step2 .ico { background: url(../images/content/ico_step2.png) no-repeat center center; }
.steps ul li.step3 .ico { background: url(../images/content/ico_step3.png) no-repeat center center; }
.steps ul li.step4 .ico { background: url(../images/content/ico_step4.png) no-repeat center center; }
.steps ul li.step5 .ico { background: url(../images/content/ico_step5.png) no-repeat center center; }

.mobile-friendly { width: 100%; height: 450px; background: url(../images/content/mobile_friendly.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
.mobile-friendly .container { position: relative; }
.mobile-friendly .box { display: block;  margin: 160px auto 0 auto; padding: 20px 40px 30px 40px; max-width: 375px; background: #18acea; text-align: center; }
.mobile-friendly .box .name { font: 700 50px "Lato", arial, sans-serif; color: white; }
.mobile-friendly .box .desc { font-size: 21px; color: white; line-height: 25px; }
.mobile-friendly .box .desc strong { font-weight: 700; }

@media all and (max-width: 1070px) { .news .col3.last { display: none; }
  .post .post-title, .post .post-body { max-width: 100%; }
  .news .content .col9 { width: 97%; }
  .news .content .col9 .col3 { width: 25%; }
  .news .content .col9 .col9 { width: 70%; }
  .features ul li { width: 49%; }
  .mobile-friendly .box { top: 289px; }
  .steps ul li { width: 32%; }
  .steps ul li:nth-child(4) { margin-left: 17%; }
  .steps ul li:nth-child(4), .steps ul li:nth-child(5) { margin-top: 30px; } }
@media all and (max-width: 767px) { .content .col1, .content .col2, .content .col3, .content .col4, .content .col5, .content .col6, .content .col7, .content .col8, .content .col9, .content .col10, .content .col11, .content .col12 { width: 100%; }

.post .post-title { margin-left: 0; padding-top: 20px; }
.post .post-body { margin-left: 0; }

  .accordio .question { font-size: 16px; }
  .accordio .question i { margin-bottom: -3px; }
  .accordio .body { padding: 10px; }
  .news .content .col9 .col3 { width: 100%; }
  .news .content .col9 .col3 .date { margin-bottom: 15px; width: 100%; }
  .news .content .col9 .col9 { width: 100%; }
  .features h2 { font-size: 20px; }
  .features ul li { width: 100%; text-align: center; padding-right: 0px; }
  .mobile-friendly .box { top: 307px; padding-right: 45px; }
  .mobile-friendly .box .name { font-size: 35px; }
  .mobile-friendly .box .desc { font-size: 16px; }
  .steps ul li { width: 100%; margin: 0 !important; margin-top: 30px !important; }
  .steps ul li:first-child { margin-top: 0 !important; }
  .steps ul li:before { width: 14px; height: 25px; background: url(../images/layout/steps_arrow_down.png) no-repeat; top: 0; margin-top: -33px; left: 50%; margin-left: -7px; } }
form .field { padding-bottom: 10px; }
form label { display: inline-block; width: 20%; color: #7d7d7d; font-family: arial; font-size: 14px; }
form label span { color: #e74c3c; }
form input, form textarea { padding: 7px; border: 1px solid #cccccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; font: 14px arial; color: #252525; width: 75%; box-sizing: border-box; }
form .checkbox input[type="checkbox"] { display: none; }
form .checkbox label { max-width: 300px !important; font-size: 14px; color: #252525; }
form .checkbox label.chck { width: 30px !important; vertical-align: top; }
form .checkbox label a { color: #18acea; }
form .checkbox label a:hover { text-decoration: underline; }
form .checkbox .chck { display: inline-block; background: url(../images/layout/checkbox.png) no-repeat; width: 18px; height: 18px; margin-bottom: -2px; }
form .checkbox input[type=checkbox]:checked + .chck { background: url(../images/layout/checkbox_checked.png) no-repeat; }
form .textarea label { vertical-align: top; padding-top: 8px; }
form .file .info { color: #7d7d7d; padding-left: 20%; padding-top: 5px; font-size: 14px; font-family: arial; }
form .file .upload { width: 75%; display: inline-block; }
form .file .upload .up { padding: 11px; color: #252525; font: bold 14px arial; background: #f2f2f2; border: 1px solid #cccccc; display: inline-block; -webkit-transition-property: all; -moz-transition-property: all; -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.1s; -moz-transition-duration: 0.1s; -o-transition-duration: 0.1s; transition-duration: 0.1s; -webkit-transition-timing-function: linear; -moz-transition-timing-function: linear; -o-transition-timing-function: linear; transition-timing-function: linear; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; }
form .file .upload .up:hover { background: #cccccc; }
form .file .upload .file { display: inline-block; margin-left: 5px; }

@media all and (max-width: 767px) { form label { width: 100%; padding-bottom: 3px; }
  form input, form textarea { width: 100%; }
  form .file .info { padding-left: 0; }
  .contact .content form .actions { padding: 15px 0 0 0; } }
.login { background: #1b3349; }

.login-panel { display: block; position: relative; margin: 90px auto; width: 100%; max-width: 470px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; background: white; padding: 45px; box-sizing: border-box; -webkit-box-shadow: 0 0 15px #0d1e2d; -moz-box-shadow: 0 0 15px #0d1e2d; box-shadow: 0 0 15px #0d1e2d; }
.login-panel .logo { display: block; background: url(../images/layout/logo_black.png) no-repeat; width: 250px; height: 49px; }
.login-panel h3 { margin: 30px 0 15px; }
.login-panel form label { width: 100%; padding-bottom: 3px; }
.login-panel form input[type="text"], .login-panel form input[type="password"] { padding: 12px 15px; width: 100%; }
.login-panel form input[type="submit"] { margin: 0; width: 100%; }
.login-panel form .actions a { font: 14px arial; color: #18acea; line-height: 30px; }
.login-panel form .actions a:hover { text-decoration: underline; }
.login-panel .forget { font: 14px arial; color: #252525; padding-bottom: 5px; margin-bottom: 5px; margin-top: -5px; display: block; }
.login-panel .forget:hover { text-decoration: underline; }
.login-panel fieldset .forget:first-of-type {
	padding: 5px 0 20px 0;	
	color: #0072bc !important;
}
.login-panel fieldset .forget:last-of-type {
	padding: 0 0 10px 0;	
	margin: -42px 0 5px 150px;
	color: #0072bc !important;
}


@media all and (max-width: 767px) { .login-panel { padding: 45px 20px; } }
.register-panel { display: block; width: 100%; max-width: 500px; margin: 0 auto 45px; box-sizing: border-box; -webkit-box-shadow: 0 0 15px #0d1e2d; -moz-box-shadow: 0 0 15px #0d1e2d; box-shadow: 0 0 15px #0d1e2d; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; border-top-right-radius: 5px; text-align: left; }
.register-panel .seller { width: 50%; display: block; float: left; }
.register-panel .seller .header { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px; background-image: url(../images/content/ico_zleceniodawca.png); }
.register-panel .seller .body { border-right: 1px solid #ccc; -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; }
.register-panel .buyer { width: 50%; display: block; float: left; }
.register-panel .buyer .header { background-image: url(../images/content/ico_przewoznik.png); -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; border-top-right-radius: 5px; }
.register-panel .buyer .body { -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; }
.register-panel .header { background-color: #0072bc; background-repeat: no-repeat; background-position: right 30px center; box-sizing: border-box; padding: 25px 0 25px 15px; font: 700 28px "Lato", arial, sans-serif; color: white; }
.register-panel .header i { display: inline-block; background: url(../images/layout/big_checkbox.png) no-repeat; width: 32px; height: 32px; margin-right: 20px; margin-bottom: -10px; }
.register-panel .header span { font: 400 21px "Lato", arial, sans-serif; display: block; margin-left: 52px; }
.register-panel .body { background: #f1f1f1; padding: 50px 40px; box-sizing: border-box; }
.register-panel .body h3 { font-size: 21px; margin-bottom: 5px; }
.register-panel .body .grey { color: #7d7d7d; font-size: 16px; font-family: arial; }
.register-panel .body form { margin-top: 30px; }
.register-panel .body form .field { padding-bottom: 5px; }
.register-panel .body form label { width: 100%; padding-bottom: 3px; }
.register-panel .body form .forget { font-size: 14px; color: #252525; -webkit-transition-property: all; -moz-transition-property: all; -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.1s; -moz-transition-duration: 0.1s; -o-transition-duration: 0.1s; transition-duration: 0.1s; -webkit-transition-timing-function: linear; -moz-transition-timing-function: linear; -o-transition-timing-function: linear; transition-timing-function: linear; }
.register-panel .body form .forget:hover { color: #18acea; }
.register-panel .body form .alert { color: #e74c3c; font-size: 14px; }
.register-panel .body form .strength { display: block; width: 237px; height: 5px; margin-bottom: 3px; }
.register-panel .body form .strength.low { background: url(../images/layout/strength_low.png) no-repeat; }
.register-panel .body form .strength.medium { background: url(../images/layout/strength_medium.png) no-repeat; }
.register-panel .body form .strength.good { background: url(../images/layout/strength_good.png) no-repeat; }
.register-panel .body form .strength.best { background: url(../images/layout/strength_best.png) no-repeat; }
.register-panel .body form .green input { border: 1px solid #adcaa6 !important; background: #f2ffeb url(../images/layout/ico_good.png) no-repeat right 10px center !important; color: #5d9040; }
.register-panel .body form .red label { color: #e74c3c; }
.register-panel .body form .red input { border: 1px solid #ecb5af !important; background: #ffe4e1 !important; }
.register-panel .body form .btn[type="submit"] { margin-left: 0px; background: #1b3349; }
.register-panel .body form .btn[type="submit"]:hover { background: #18acea; }
.register-panel .active.seller .header { border-right: 1px solid #0072bc; }
.register-panel .active .header { background-color: #18acea; }
.register-panel .active .header i { background: url(../images/layout/big_checkbox_on.png) no-repeat; }
.register-panel .active .body { background: white; }
.register-panel .active .actions .btn[type="submit"] { background: #18acea; }
.register-panel .active .actions .btn[type="submit"]:hover { background: #1b3349; }

.register footer { border-top: 1px solid #ccc; }

@media all and (max-width: 1070px) { .register-panel .btn[type="submit"] { padding-left: 30px; padding-right: 30px; } }
@media all and (max-width: 767px) { .register-panel .body { height: auto !important; display: none; border-right: 0px !important; }
  .register-panel .active .body { display: block; }
  .register-panel .buyer .body { margin-left: -100%; }
  .register-panel .header { padding-left: 0; font-size: 18px; background-image: none !important; text-align: center; }
  .register-panel .header i { display: none; }
  .register-panel .header span { margin-left: 0; font-size: 16px; } }
/* @group Base */
.chosen-container { position: relative; display: inline-block; vertical-align: middle; font-size: 13px; zoom: 1; *display: inline; -webkit-user-select: none; -moz-user-select: none; user-select: none; }

.chosen-container .chosen-drop { position: absolute; top: 100%; left: -9999px; z-index: 1010; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; border: 1px solid #ccc; border-top: 0; background: #fff; box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.chosen-container.chosen-with-drop .chosen-drop { left: 0; }

.chosen-container a { cursor: pointer; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single { position: relative; display: block; overflow: hidden; padding: 3px 12px; border: 1px solid #ccc; -webkit-transition-property: all; -moz-transition-property: all; -o-transition-property: all; transition-property: all; -webkit-transition-duration: 0.1s; -moz-transition-duration: 0.1s; -o-transition-duration: 0.1s; transition-duration: 0.1s; -webkit-transition-timing-function: linear; -moz-transition-timing-function: linear; -o-transition-timing-function: linear; transition-timing-function: linear; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; background-color: #fff; background-clip: padding-box; color: #333; text-decoration: none; white-space: nowrap; line-height: 24px; }
.chosen-container-single .chosen-single:hover { background: #EFEFEF; }

.chosen-container-single .chosen-default { color: #999; }

.chosen-container-single .chosen-single span { display: block; overflow: hidden; margin-right: 26px; text-overflow: ellipsis; white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span { margin-right: 38px; }

.chosen-container-single .chosen-single abbr { position: absolute; top: 6px; right: 26px; display: block; width: 12px; height: 12px; font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover { background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover { background-position: -42px -10px; }

.chosen-container-single .chosen-single div { position: absolute; top: 0; right: 0; display: block; width: 22px; height: 100%; }

.chosen-container-single .chosen-single div b { display: inline-block; width: 0; height: 0; margin-top: 5px; margin-left: 0px; vertical-align: middle; border-top: 4px solid black; border-right: 4px solid transparent; border-left: 4px solid transparent; border-bottom: 0 dotted; }

.chosen-container-single .chosen-search { position: relative; z-index: 1010; margin: 0; padding: 3px 4px; white-space: nowrap; display: none !important; }

.chosen-container-single .chosen-search input[type="text"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: 1px 0; padding: 4px 20px 4px 5px; width: 100%; height: auto; outline: 0; border: 1px solid #aaa; font-size: 1em; font-family: sans-serif; line-height: normal; border-radius: 0; }

.chosen-container-single .chosen-drop { margin-top: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search { position: absolute; left: -9999px; }

/* @end */
/* @group Results */
.chosen-container .chosen-results { position: relative; overflow-x: hidden; overflow-y: auto; margin: 0 4px 4px 0; padding: 0 0 0 4px; max-height: 240px; -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li { display: none; margin: 0; padding: 5px 6px; list-style: none; line-height: 20px; -webkit-touch-callout: none; }

.chosen-container .chosen-results li.active-result { display: list-item; cursor: pointer; }

.chosen-container .chosen-results li.disabled-result { display: list-item; color: #ccc; cursor: default; }

.chosen-container .chosen-results li.highlighted { background-color: #18acea; color: #fff; }

.chosen-container .chosen-results li.no-results { display: list-item; background: #f4f4f4; }

.chosen-container .chosen-results li.group-result { display: list-item; font-weight: bold; cursor: default; }

.chosen-container .chosen-results li.group-option { padding-left: 15px; }

.chosen-container .chosen-results li em { font-style: normal; text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices { position: relative; overflow: hidden; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; width: 100%; height: auto !important; height: 1%; border: 1px solid #aaa; background-color: #fff; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, white)); background-image: -webkit-linear-gradient(#eeeeee 1%, white 15%); background-image: -moz-linear-gradient(#eeeeee 1%, white 15%); background-image: -o-linear-gradient(#eeeeee 1%, white 15%); background-image: linear-gradient(#eeeeee 1%, #ffffff 15%); cursor: text; }

.chosen-container-multi .chosen-choices li { float: left; list-style: none; }

.chosen-container-multi .chosen-choices li.search-field { margin: 0; padding: 0; white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] { margin: 1px 0; padding: 5px; height: 15px; outline: 0; border: 0 !important; background: transparent !important; box-shadow: none; color: #666; font-size: 100%; font-family: sans-serif; line-height: normal; border-radius: 0; }

.chosen-container-multi .chosen-choices li.search-field .default { color: #999; }

.chosen-container-multi .chosen-choices li.search-choice { position: relative; margin: 3px 0 3px 5px; padding: 3px 20px 3px 5px; border: 1px solid #aaa; border-radius: 3px; background-color: #e4e4e4; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee)); background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); background-clip: padding-box; box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05); color: #333; line-height: 13px; cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close { position: absolute; top: 4px; right: 3px; display: block; width: 12px; height: 12px; font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover { background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled { padding-right: 5px; border: 1px solid #ccc; background-color: #e4e4e4; background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee)); background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus { background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close { background-position: -42px -10px; }

.chosen-container-multi .chosen-results { margin: 0; padding: 0; }

.chosen-container-multi .chosen-drop .result-selected { display: list-item; color: #ccc; cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single { box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); border-color: #aaa; background: #EFEFEF; }

.chosen-container-active.chosen-with-drop .chosen-single div { border-left: none; background: transparent; }

.chosen-container-active .chosen-choices { box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type="text"] { color: #111 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled { opacity: 0.5 !important; cursor: default; }

.chosen-disabled .chosen-single { cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close { cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl { text-align: right; }

.chosen-rtl .chosen-single { overflow: visible; padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span { margin-right: 0; margin-left: 26px; direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span { margin-left: 38px; }

.chosen-rtl .chosen-single div { right: auto; left: 3px; }

.chosen-rtl .chosen-single abbr { right: auto; left: 26px; }

.chosen-rtl .chosen-choices li { float: right; }

.chosen-rtl .chosen-choices li.search-field input[type="text"] { direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice { margin: 3px 5px 3px 0; padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close { right: auto; left: 4px; }

.chosen-rtl.chosen-container-single-nosearch .chosen-search, .chosen-rtl .chosen-drop { left: 9999px; }

.chosen-rtl.chosen-container-single .chosen-results { margin: 0 0 4px 4px; padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option { padding-right: 15px; padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div { border-right: none; }

.chosen-rtl .chosen-search input[type="text"] { padding: 4px 5px 4px 20px; direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b { background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b { background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) { .chosen-rtl .chosen-search input[type="text"], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type="text"], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span { background-image: url("chosen-sprite@2x.png") !important; background-size: 52px 37px !important; background-repeat: no-repeat !important; } }
/* @end */
