@CHARSET "UTF-8";
#rejestracja {
	margin-top:100px;
	color: white;
	border: 2px solid black;
	max-width: 250px;
	min-height: 270px;
	text-align: right;
	padding: 20px;
	line-height: 25px;
}

#news_box {
    margin-bottom: 150px;
}

.news {
    width: 100%;
    height: 132px;
}

.news  .user_image {
    float: left;
    position: relative;
    width: 170px;
    height: 125px;
    overflow: hidden;
}

.news  .user_image  .border {
    float: left;
    position: absolute;
    width: 170px;
    height: 125px;
    z-index: 2;
}

.news  .user_image img {
    position: relative;
    z-index: 1;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.news  .text {
    float: right;
    width: 800px;
    height: 120px;
    margin-top: 10px;
    color: #333;
}

.news  .text  .content {
    height: 70px;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.news  .text  .name, .news  .text  .date {
    height: 20px;
    font-size: 15px;

}

.news  .text  .name {
    margin-top: 3px;
    font-weight: bold;
    color: #333!important;
}

.news  .text  .date {
    color: #8A8A8A;
}

.news  .line {
    float: right;
    width: 800px;
    height: 1px;
    background-color: #CCC;
}

.opinion {
    margin-top: 10px;
    width: 800px;
    height: auto;
}

.right_quote, .left_quote {
    height: 40px;
    width: 50px;
    float: left;
    background: url('/static/images/new_layout/ciecie_10.png');
}

.right_quote {
    float: right;
    position: relative;
    top: -5px;
    background-position: 50px 0px;
}

.left_quote {
    position: relative;
    top: 5px;
}

.opinion_text {
    overflow: hidden;
    float: left;
    height: 50px;
    left: 10px;
    position: relative;
    width: 680px;
    font-size: 12px;
}

.dots {
    margin: 0px 5px;
}

#firmSwitch {
    position: fixed;
    display: none;
    top: 80px;
    right: 0px;
    width: 80px;
    height: 150px;
    z-index: 10000;
    background: url('/static/images/new_layout/ciecie_12.png') no-repeat;
}

#userSwitch {
    position: fixed;
    display: block;
    top: 80px;
    right: 0px;
    width: 140px;
    height: 135px;
    z-index: 10000;
    background: url("/static/images/pics/profile_user.png") no-repeat scroll 36px 0px transparent
}

.social_widget {
    top: 280px;
}

#firmSwitchText {
    text-align: center;
    position: relative;
    top: 132px;
    font-size: 18px;
    font-weight: normal;
    text-shadow: 1px 1px #d0ebf8;
    color: #333;

}

#companyZoneSwitch {
    position: fixed;
    display: block;
    top: 50%;
    right: 0;
    z-index: 100;
    background: #338ED5;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 10px 20px 5px 15px;

    -webkit-transform-origin: 100% 150%;
    -moz-transform-origin: 100% 150%;
    -ms-transform-origin: 100% 150%;
    -o-transform-origin: 100% 150%;
    transform-origin: 100% 150%;
    -webkit-transform: rotate(-90deg) translate(100%, 51%);
    -moz-transform: rotate(-90deg) translate(100%, 51%);
    -ms-transform: rotate(-90deg) translate(100%, 51%);
    -o-transform: rotate(-90deg) translate(100%, 51%);
    transform: rotate(-90deg) translate(100%, 51%);
}

#companyZoneSwitch p {
    display: inline-block;
    font-family: proximanova_ltsemibold;
    font-size: 14px;
    color: #FFFFFF;
}

#companyZoneSwitch img {
    display: inline-block;
    height: 25px;
    margin-left: 20px;

    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
@font-face {
    font-family: 'kelsonsans';
    src: url('/static/fonts/kelsonsans/KelsonSansRegular.otf');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'kelsonsanslight';
    src: url('/static/fonts/kelsonsans/KelsonSansLight.otf');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
html{
    position: relative;
    min-height: 100%;
}
body{
    height: 14700px;
}
a {
    transition: all 0.2s ease 0s;    
}
#step-register {
    width: 100%;
    border-bottom: 2px solid #3DD840;
    text-align: center;
    padding: 7px 0 5px;
    background: #FFFFFF;
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.step-register-fixed {
	position: fixed;
    z-index: 100; 
    top: 0; 
    left: 0;
    opacity: 1 !important;
    width: 100%;
}
.step-register-fixed-col2 {
	position: fixed;
    z-index: 3; 
    top: 0; 
    left: 0;
    opacity: 1 !important;
    width: 100%;
    top: 54px;
}
#step-register{
    display: none;
}
.visibility{
    display: block;
}
#ui-datepicker-div {
    display: none;
}
canvas{
    position: absolute;
    top: 53px;
    height: 607px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    width: 100%;
}
.menu-bottom{
    text-decoration: none;
    list-style: none;
}
.search-bottom{
    background-color: #7FB9E5;
    margin-top: 60px;
}
#search_panel_what > li {
    padding: 5px 6px;
    border-bottom: medium none;
}
.search_panel_what > li > div > a {
    color: #fff;
}
.search_panel_what > li > div > a:hover {
    color: #9FC7E3;
}
@media (min-width:767px){
.search_panel_what li{
    position: relative;
    display: inline-block;
}
.search-bottom{
    width: 680px;
    vertical-align: middle;
    margin: 0px auto;
}
}
.search_panel_what{
    margin: 0;
    padding: 0px 15px;
    text-align: left;
}
.firm-first{
    font-family: proximanova_ltsemibold !important;
    font-size: 14px;
    color: #fff;
}
.firm-first:hover{
    font-family: proximanova_ltsemibold !important;
    font-size: 14px;
    color: #fff;
}
.input-control-new{
    width: 360px;
    margin: 0 auto;
    display: inline-block;
    height: 50px;
    border-radius: 3px 0px 0px 3px;
    border: 0;
    font-family: proxima_novalight;
    font-style: italic;
    font-size: 16px;
}
.search_panel_what > li {
    padding: 7px !important;
}
.city-input{
    width: 230px;
    border-radius: 0px;
    border: 0;
}
.bottom-space {
    padding-bottom: 15px;
}
.search-submit-button{
    padding-top: 0px;
    width: 50px;
    height: 50px;
    border-radius: 0px 3px 3px 0px;
    border: 0;
    background-color: #192E57;
}
.form-control:focus {
    border: 0px;
}
.mouse_scroll {
    display: block;
    position: absolute;
    width: 24px;
    height: 100px;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 50px;
}
.m_scroll_arrows{
    display: block;
    width: 5px;
    height: 5px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    margin: 0px 0px 7px 6.5px;
    width: 10px;
    height: 10px;
}
.unu{
    margin-top: 1px;
}
.unu, .doi, .trei{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
}
.unu{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
}
.doi{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
  margin-top: -6px;
}
.trei{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
  margin-top: -6px;
}
.mouse{
    border-radius: 14px;
    transform: none;
    border: 1px solid white;
    top: 170px;
    height: 40px;
    width: 23px;
}
.wheel{
    height: 5px;
    width: 2px;
    display: block;
    margin: 5px auto;
    background: white;
    position: relative;
    height: 7px;
    width: 4px;
    border: 1px solid #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.wheel{
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
}
.mouse-bot{
    margin-top: 5px;
}
.mouse_scroll p{
    color: #fff;
    width: 160px;
    margin-left: -65px;
    padding-bottom: 5px;
    font-family: proxima_novalight;
    font-size: 14px;
}
@-webkit-keyframes mouse-wheel
{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-moz-keyframes mouse-wheel
{
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
.for-us-section{
    height: 95px;
    line-height: 95px;
    text-align: center;
    background-color: #338ED5;
    color: #fff;
    font-size: 35px;
    font-family: proxima_novalight;
}
.for-us-section-add{
    height: 60px;
    line-height: 60px;
}
.for-business-section{
    height: 95px;
    line-height: 95px;
    text-align: center;
    background-color: #192E57;
    color: #fff;
    font-size: 35px;
    font-family: proxima_novalight;
}
.for-business-section-add{
    height: 60px;
    line-height: 60px;
}
.bold-text{
    font-family: proximanova_ltsemibold;
}
.center-fluid{
    margin: 0 !important;
}
.caption-l{
    text-align: center;
    text-transform: uppercase;
}
.caption-l p {
    font-family: kelsonsanslight;
    font-size: 24px;
    color: #9FC7E3;
    margin-top: 80px;
    margin-bottom: 7px;
    top: 114px;
    margin: auto;
    background-color: transparent;
    z-index: 2;
    left: 0%;
    right: 49%;
}
.caption-l p span {
    font-family: kelsonsans;
    font-weight: 600;
    font-size: 36px;
}
.caption-right p {
    color: #192E57;
    top: 114px;
    margin: auto;
    background-color: #fff;
}
.caption-right p span {
    color: #192E57;
}
.steps-img{
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    top: 360px;
    display: none;
}
#img1, #img2, #img3, #img4, #img5 {
}
#img1b, #img2b, #img3b, #img4b, #img5b {
}
.join_us {
    display: none;
}
.feature{
    text-align: center;
}
#user-title{
    padding-top: 50px;
}
#company-title{
    padding-top: 50px;
}
.feature-last{
    text-align: center;
    margin-bottom: 60px;
}
.left-honaro{
    margin-right: -54px;
    margin-top: 5px;
}
.feature-last h2{
    font-family: kelsonsans;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 5px;
    padding: 85px 0;
    color: #2990CF;
}
.right .company-title{
    color: #192E57;
    left: 52%;
    right: 0;
}
.properties {
    width: 100%;
    height: 100%;
    padding-top: 15%;
    text-align: center;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
}
.skrollable {
    position: fixed;
}
.bottom-scroll{
    position: fixed;
}
.bottom-scroll p {
    color: #2990CF;
    margin-left: -44px;
}
.bottom-scroll .mouse{
    border: 1px solid #2990CF;
}
.bottom-scroll .wheel{
    background: #2990CF none repeat scroll 0% 0%;
}
.bottom-scroll .m_scroll_arrows{
    border-right: 2px solid #2990CF;
    border-bottom: 2px solid #2990CF;
}
.footer-main{
    background-color: #ebebeb; 
    position: absolute; 
    bottom: 0px; 
    width: 100%;
}
.menu_button {
    background-image: url("/static/images/main-page/hon_zoom.svg");
    transition: all 0.3s ease-in-out;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 20px 0px !important; 
}
.menu_button:hover {
    background-image: url("/static/images/main-page/hon_zoom.svg");
    background-color: #9FC7E3
}
@media(min-width:992px) and (max-width: 1199px){
.menu-bottom{
    margin-left:0;
}
}
@media(max-width:991px){
body{
    height: auto !important;
}
.search_panel_what li{
    text-align: center;
}
#flash_box {
    display: block !important;
    min-height: 365px;
    height: auto !important;
    padding-bottom: 20px;
}
.caption-container {
    display: block;
}
.input-control-new {
    width: 90%;
    border-radius: 0;
    margin: 10px 0;
}
.search-submit-button {
    border-radius: 0;
    margin: 5px;
}
.footer-main {
    position: relative;
}
ul.menuFooter {
    margin: 0 auto;
    padding: 20px 0;
}
.center-fluid {
    margin: 0px !important;
    padding: 0;
}
.for-us-section {
    height: 65px;
    line-height: 65px;
}
.feature-last img{
    display: inline;
    width: 100px;
    margin: -10px;
}
}
@media(max-width: 480px){
.xs-feature-img{
    width:100%;
}
}
@media(min-width: 480px) and (max-width: 1000px){
.xs-images-section{
    text-align: center;
}
}
@media(min-width: 600px) and (max-width: 991px){
.menu_button {
    display: block;
    margin: 0 auto !important;
}
}
@media(min-width:900px) and (max-width:1000px){
.xs-feature-img{
    margin: 0 110px;
}
}
@media(min-width:1000px) and (max-width:1199px){
.xs-feature-img{
    margin: 0 110px;
}       
.xs-images-section{
    text-align: center;
}
.center-fluid{
    padding: 0;
}
body{
    height: auto !important;
    padding-bottom: 483px;
}
.feature-last img{
    margin: -33px;
}
}
#flash_box {
    background-color: #5AA5DD;
}
#text-caption {
    margin: 0px 0px 84px;
}
.form-target{
    background-image: url("/static/images/main-page/ico_tagr.svg");
    transition: all 0.3s ease-in-out;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 38px;
}
.form-local{
    background-image: url("/static/images/main-page/ico_loc.svg");
    transition: all 0.3s ease-in-out;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 38px;
}
.active_menu:after {
	bottom: -10px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}