body{
    font: 13px 'Open Sans',Tahoma,Verdana,Segoe,Arial,Helvetica,sans-serif;

    color: #333333;
    background-color: #ffffff;
}


.no-margin{
    margin: 0 !important;
}

.blue_block {
    display: block;
    background: url('/static/images/tag_clouds.png') #4dca8e center repeat;

    color: white;

    margin: 25px auto;
    padding: 25px auto;
}
.blue_block a{
    color: white;
}

.block-title{
    font-size: 1.4em;
    border-bottom: 1px solid #eee;
    padding-bottom: 6px;


    margin: 1em 0;
    margin-bottom: 12px;
}

.fav {
    height: 30px;
    width: 30px;

    border-radius: 15px;

    color: #f0ad4e;

    position: absolute;

    top: 10px;
    left: 15px;
    z-index: 2;
    font-size: 24px;

    text-align: center;
}


.box{
    max-width: 960px;
    width: 960px;
    margin: 0 auto;
    display: block;
}

.social-login{
    margin-bottom: 15px;
}

label.checkbox{
    font-weight: normal;

    text-indent: 20px;

}
label.checkbox input{
    position: relative; 
    margin-top: 2px;
}

.goToLocation{
    margin: 6px 0 0; 
    line-height: 30px;
}
.goToLocation div{
    line-height: 32px;
}
.goToLocation button{
    margin: 0 6px;
}
.goToLocation input{
    margin: 0 6px; 
    width: 200px;
}


.error *{
    border-color: red;
    color: red;

}
.error input:focus{
    border-color: red;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,0,0,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,0,0,.6);

}

.pay-sumation{
    line-height: 22px;

    text-align: left;
}
.pay-sumation h3{

    margin-left: -15px;

}
.pay-sumation > div.row {
    background: #eee;

    padding-top: 6px;
    padding-bottom: 6px;

    border-bottom: 1px solid #ddd;
}
.pay-sumation > div.row:nth-child(2n) {
    background: #fafafa;
}

.pay-sumation div.text-left {
    font-weight:bold;
    font-size: 14px;
}
.pay-sumation > div:last-child{
    border-bottom: none;
}

/*
 * 
 * Back To Top
 * 
 */
#backtotop {
    position: fixed;
    right:0px;
    display:none;
    bottom: 20px;
    margin: 0 20px 0 0;
}

#backtotop a {
    text-decoration:none;
    border:0 none;
    display:block;
    width:45px;
    height:45px;
    background: url('/static/images/back_to_top_btn.png') no-repeat 50% 50%;
    background-color: #c0c0c0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;


}

#backtotop a:hover {
    background-color: #5ae8a4;
}

/*
 * 
 * BREADCRUMBS
 * 
 */
#breadcrumbs { 
    margin-bottom: 0px;
    padding-top: 10px;
    max-width: 1172px; 
    margin: 0 auto 10px;
}

#breadcrumbs ul {
    margin:0;
    padding:0;
    overflow:hidden
}

#breadcrumbs ul li {
    list-style:none;
    display:block;
    float:left;
    line-height:18px;
    font-size:12px

}

#breadcrumbs .crumb_sep {
    margin:0 12px
}

#breadcrumbs .crumb_sep i {
    font-size:9px;
    vertical-align:1px;
    width: 6px; 
    line-height: 12px;  
}

/*
 * 
 * COOKIE
 * 
 */

.cookie-alert { 
    position: fixed;
    bottom: 0px;

    width: 100%;
    background: #222; 
    z-index: 100; 
    border-top: 10px solid #222;

    filter:alpha(opacity=100);
    -moz-opacity:1.00;
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -khtml-opacity: 1.00;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1.00;
}
.cookie-alert .wrapper { 
    max-width: 1200px; 
    margin: 0 auto; 
    color:#fff; 
    padding: 5px 0px; 
    font-size: 11px;
}
.cookie-alert .btn{ 
    margin: -15px 5px 5px;
}
.cookie-alert .btn:last-of-type{ 
    margin: -15px 0px 5px;
}
.cookie-alert .moreAbout{
    color:white;
    text-decoration: underline;
    font-weight:bold;
}

/*
 * 
 * SORTOWANIE
 * 
 */

.sort{
    margin-top: 8px;
}
.sort h2{
    margin-top: 0px;
}
.sort div{
    font-weight: normal; float: right; font-size: 13px;
}
.sort span{
    color: #ff6600
}
.sort a.name{
    color: black;
    font-size: 12px;
}
.sort a{
    font-size: 14px;
}

/*
 * 
 * WYSZUKIWANIE NA STRONIE GŁÓWNEJ
 * 
 */

#find{

    height: auto;

    background-color: #ececec;

    position: relative;

    margin-top: -150px;
    margin-bottom: 30px;

    padding-bottom: 20px;

    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);

    z-index: 2;
}

#find input{
    border: 0;
    padding: 12px 5px 12px 40px;

    border-radius: 0;
    width: 100%;
    float: left
}

#find .what{
    margin: 23px 0 0;

    height: 45px;

    position: relative;
}

#find .what_icon, #find .localization_icon{
    position: absolute;
    top: 42px;

    color: #cecece;
    font-size: 16px;

    z-index: 1012;
}

#find .what_icon{
    left: 30px;
    top: 38px;
}

#find .localization{
    margin: 30px 0 0 10px;
}

#find .localization_icon{
    left: 30px;
    top: 38px;
}

#find .select_icon{
    background-color: white;
    float: left;


}
#find .select_block{
    background-color: white;
    float: left;

    margin-top: 24px;

    height: 43px;

    width: 100%;
}
#find .select_block i{
    float: left;
}

#find .select_block li{}
#find .chzn-container{
    height: 43px;
}
#find .chzn-container-single .chzn-single span{
    font-size: 14px;

    color: #555555;
    font-weight: 300;

    margin-top: 8px;
}
#find .chzn-container-single .chzn-single div b{
    background: url('/static/images/chosen-sprite.png') no-repeat -2px 9px;
}
#find .chzn-container-single .chzn-single{
    padding-left: 40px;

    height: 39px;

    border-color: white;

    z-index: 1011;
}
#find .select_block input{
    float: none;

    border: 1px solid #d7d7d7;

}

#find .chzn-container {
    width: 100% !important;
}
#find .chzn-container .chzn-drop {
    border-color: white;

    margin-top: -42px;

    box-shadow: 0px 0px 5px 0px rgba(0, 136, 204, 0.74);

    width: 100% !important;
}

#find .chzn-container .chzn-drop input{
    margin-top: 42px;
    z-index: 2;
}

#find .chzn-container .chzn-drop input:focus{
    box-shadow: 0 !important;
}

#find .add_button{
    left: 0;
    top: 0;

    position: relative;

    margin: 26px 0 0 0;
    padding: 2px 15px;

    height: 40px;
    width: 100%;

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}

/*
 * 
 * BLOK KATEGORII
 * 
 */

.category_block li { 
    list-style:none; 
    margin-left:0px; 
}

.category_block li a { 
    color:#171717; 
    width: 100%; 
    display: block; 
    clear:right; 
    line-height:29px;  
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;

}

.category_block li a.active, 
.category_block li a:hover { 
    color:#fff; 
    background:#0d0d0d; 
    text-decoration:none; 
    width: 100%;
    padding-left: 9px !important; 
    padding-right: 9px !important; 
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);
}

.category_block li a.active span, 
.category_block a:hover span { 
    color:#0d0d0d; 
    background:#FFF; 
    opacity: 1
}

.category_block li a span { 

    margin-top: 6px; 
    line-height: 17px; 
    height: 17px; 
    float: right; 
    border-radius: 2px; 
    font-size: 11px; 
    font-weight: bold; 
    color: #fff; 
    background: #c0c0c0; 
    padding: 0px 8px 0px 8px; 

}


/*
 * 
 * BADGE
 * 
 */
.mybadge { 
    line-height: 17px; 
    height: 17px; 
    float: right; 

    border-radius: 2px; 
    font-size: 11px; 
    font-weight: bold; 
    color: #fff; 
    background: #c0c0c0; 
    padding: 0px 8px 0px 8px; 
    opacity: 1;

    text-align: center;

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}

.mybadge:hover{
    background-color: #0d0d0d;

}

/*
 * 
 * PRZYCISK METRO
 * 
 */

.btn-btype{
    display: block;
    height: auto;
    padding: 10px 15px;

    text-decoration: none;

    color: white;
    background-color: #313131;

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;

    border: none;


}
.btn-btype:hover{

    font-size: 14px;

    text-decoration: none;

    color: white;
    background-color: #0d0d0d;
}

/* 
 *
 * TESTIMONIAL
 *
 */
.testimonial {
    margin-bottom: 45px;
}
.testimonial .text{
    padding: 20px 25px;
    background-color: #fafafa; /*Change colour here and in .arrow-down*/
    font: italic 13px/22px 'Open sans';
    color: #53646d;

    position: relative;
    text-align: justify;

    z-index: 2;
}

.testimonial .text:before, .testimonial .text:after {
    z-index: 1;
    font-family: Georgia, serif; 
    content: "\201C";     
    position: absolute;     
    font-size: 80px;     
    line-height: 1;     
    color: #eaeaea;
    font-style: normal; 
}

.testimonial .text:before {
    top: 0; 
    left: 10px; 
} 
.testimonial .text:after {
    content: "\201D";
    right: 10px;
    bottom: -0.5em; 
} 

.testimonial .text p{
    z-index: 2;
    position: relative;
    margin: 0;
}

.testimonial .rate{
    background: url('/static/images/star.png') repeat;

    height: 20px;
    width: 100px;

    float: right;

    margin-top: 4px;
}
.testimonial .rate div{
    background: url('/static/images/star.png') 0 -20px;

    height: 20px;

    float: left;
}
.testimonial .rate .active1 {
    width: 20px;
}
.testimonial .rate .active2 {
    width: 40px;
}
.testimonial .rate .active3 {
    width: 60px;
}
.testimonial .rate .active4 {
    width: 80px;
}
.testimonial .rate .active5 {
    width: 100px;
}

.testimonial .author-wrapper {
    width: 100%;
    margin-bottom: 20px;
    float: left;
}

.testimonial .arrow {
    float: left;
    margin-left: 25px;
    width: 0; 
    height: 0; 
    border-top: 30px solid #fafafa; /*Change colour here to match .testimonial*/
    border-left: 30px solid transparent;
    border-right: 0px solid transparent; /*Make this 30px to create a triangle*/
}

.testimonial .testimonial-name {
    float: left;
    margin: 0 8px;
    color: #0088ee;
    padding-top: 5px;
    /*font-weight: bold;*/
    /*font-size: 15px;*/
}

.testimonial .testimonial-name span {
    color: #53646d;
    font-weight: normal;
}

.testimonial_min{

}
.testimonial_min .rate {
    background-image: url('/static/images/star2.png') !important;

    margin-right: -6px;
    margin-top: 0px;
}
.testimonial_min .rate div{
    background-image: url('/static/images/star2.png') !important;

}
.testimonial_min .testimonial-name{
    margin-left: 0;
}
.testimonial_min .author-wrapper{
    margin-bottom: 0px;
}
.testimonial_min{
    margin-bottom: 25px;
}

    /*
     *
     * Bloki promocji
     *
     */

.promotion{

    background-color: #f5f5f5;

    padding: 10px;

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;

}

.promotion:hover{
    background-color: #0d0d0d;

    color: white;
}

.promotion input, .promotion input[type="checkbox"]{
    float: left;

    margin: 8px 10px 0 5px;
}
.promotion label{
    float: left;
    font-weight: 300;
}
.promotion label p{
    margin: 0;
}

/*
 * 
 * Przycisk z gradientem
 * 
 */

.add_button{ 
    position: absolute; 
    right: 0px; 
    top: 58px; 
    height: 30px; 
    line-height: 30px; 
    padding: 5px 8px 5px; 
    font-size: 13px; 
    color: white; 
    text-transform:uppercase; 
    display: inline-block;
    border-radius: 1px;
    font-family: 'Open Sans',sans-serif;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;

    background-color:#80b120;
    background:-webkit-linear-gradient(top, #f69f09 0, #ff7800 95%, #ff7800 100%);
    background:-moz-linear-gradient(top, #f69f09 0, #ff7800 95%, #ff7800 100%);
    background:-o-linear-gradient(top, #f69f09 0, #ff7800 95%, #ff7800 100%);
    background:-ms-linear-gradient(top, #f69f09 0, #ff7800 95%, #ff7800 100%);
    background:linear-gradient(top, #f69f09 0, #ff7800 95%, #ff7800 100%);
    letter-spacing:1px;
    border: 0;
    border-top:1px solid #f69f09;
    border-bottom:1px solid #ff7800;
    box-shadow:0 0 0 0px #bfc4b2;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}

.add_button:hover{
    color:#fff;
    background-color:#709e16;
    background:-webkit-linear-gradient(top, #f69f09 0, #ff7800 95%);
    background:-moz-linear-gradient(top, #f69f09 0, #ff7800 95%);
    background:-o-linear-gradient(top, #f69f09 0, #ff7800 95%);
    background:-ms-linear-gradient(top, #f69f09 0, #ff7800 95%);
    background:linear-gradient(top, #f69f09 0, #ff7800 95%)
}

.add_button:active{
    background-color:#80b120;
    background:-webkit-linear-gradient(top, #ff7800 0, #f69f09 95%);
    background:-moz-linear-gradient(top, #ff7800 0, #f69f09 95%);
    background:-o-linear-gradient(top, #ff7800 0, #f69f09 95%);
    background:-ms-linear-gradient(top, #ff7800 0, #f69f09 95%);
    background:linear-gradient(top, #ff7800 0, #f69f09 95%)
}

.add_button[disabled]{
    background-color:#d6e7b4;
    background:-webkit-linear-gradient(top, #d6e7b4 0, #c8dca3 95%);
    background:-moz-linear-gradient(top, #d6e7b4 0, #c8dca3 95%);
    background:-o-linear-gradient(top, #d6e7b4 0, #c8dca3 95%);
    background:-ms-linear-gradient(top, #d6e7b4 0, #c8dca3 95%);
    background:linear-gradient(top, #d6e7b4 0, #c8dca3 95%)
}


/*
 * 
 * NAGŁÓWEK
 * 
 */

#top{
    background: rgba(255,255,255);
    position: relative; 
    z-index: 1;
    width: 100% 
    
}
#menu{
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);

    background-color: #313131;
    position: relative;
    z-index: 2;

}
.header{
    position:relative;    
    margin:0 auto;
}
.header .logo{

    display: block;
    margin: 20px 0;
	
}
.header .logo img{
    margin: 0px auto 0;
}
.header ul{
    float:right;
    text-align:right;
    margin: 0;
    padding:0
}
.header li{
    float:left;
    height:42px;
    list-style:none;
    margin-left:20px;
    line-height:42px
}
.header a{
    color:inherit;
    font-size: 12px;
    color: #333;

    text-decoration: none;
}
.header>a:hover{
    color:#879098
}
.header li .notify-count{
    margin-right:-10px;
    margin-left:5px
}
.header .notify-count{
    position:relative;
    display:inline-block;
    width:17px;
    height:17px;
    border-radius:2px;
    background-color:#1266b4;
    background:-webkit-linear-gradient(#126abb, #1261aa);
    background:-moz-linear-gradient(#126abb, #1261aa);
    background:-o-linear-gradient(#126abb, #1261aa);
    background:-ms-linear-gradient(#126abb, #1261aa);
    background:linear-gradient(#126abb, #1261aa);
    box-shadow:1px 1px 3px rgba(5,42,75,0.2);
    color:#fff;
    text-align:center;
    text-shadow:0 -1px 0 rgba(0,0,0,0.28);
    vertical-align:text-top;
    font-size:9px;
    font-weight:bold;
    line-height:17px
}
.header .notify-count:before{
    content:"";
    position:absolute;
    top:5px;
    left:-6px;
    display:block;
    width:0;
    height:0;
    border-color:transparent #1266b4 transparent transparent;
    border-width:3px;
    border-style:solid
}

#menu .header .nav {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    min-width: 100%;
    margin: 0;
    padding: 0;
    width: auto;
    background: #313131;
}

.header .nav li {
    position: relative;
    float: left;
    //border-left: 1px solid #313131;
    margin: 0;
    height: 44px;

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;

}

.header .nav a {
    display: block;
    height: 37px;
    padding: 0 15px;
    line-height: 37px;
    font-size: 14px;
    font-weight: 600;
    color: white;

    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
}

.dropdown-menu li a {
     color: #464646 !important;
}

.dropdown-menu > li > a:hover {
    background-color: #e7e7e7 !important;
    background-image: none !important;
}

.header .nav .icon {
    margin-left: 6px;
}

.header .nav li:first-child > a {
    border-left: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.header .nav li:last-child > a {
    border-left: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}


.header .nav li.fi:hover > a {
    background-color: #0d0d0d;
}

.header ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

.header .nav li.is-actual > a, .header .nav li.is-actual > a:hover {
    background: #1d2f4d;
    color: #edf6fb;
}

.header .nav li.is-actual .icon-gray-arrow-down {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAEtJREFUeNpi/P//PwNegKxg2sHQ/yCMLM+EQ58KIQVwwAiyYvqhMKwOybJfzQhWwMjIyIBuN1BSFcUKkGp0SSC4w4DFmyrIjgQIMAAv7CCR2VCSzQAAAABJRU5ErkJggg==);
}

.header .nav li:hover > .od-dropdown-menu {
    display: block;
}

#sticky_header{
    box-shadow: 0 0px 0px #a7cce1;
    background-color: #313131;

    position: fixed;
    top: 0;
    left: 0;
    right: 0;

    z-index: 3;
    display: none;


    border-bottom: 3px solid #313131;
}
#sticky_header .header{
    height: 42px;
    padding-left: 10px !important;
}
#sticky_header ul:not(.dropdown-menu){
    float: left;

    border-left: 1px solid #313131;
}
#sticky_header li:not(.dropdown-submenu){

    line-height: 42px;
    height: 42px;
    /*padding: 0 25px;*/
    margin-left: 0;

    border-right: 1px solid #313131;
}
#sticky_header li:not(.dropdown-submenu):hover{
    background-color: #313131;
}
#sticky_header a:not(.dropdown-item){
    font-size: 14px;
    color: white;
    font-weight: bold;
}
#sticky_header form{
    position: relative;
}
#sticky_header button
{
    position: absolute;

    right: 10px;
    top: 8px;

    color: #313131;

    border: 0;
    background: 0;
}
#sticky_header input{
    border-radius: 5px;
    width: 250px;
}

#searcher {
    float: right;
}
#searcher form{
    position: relative;
}
#searcher button{
    position: absolute;
    right: 10px;
    top: -3px;
    color: #313131;
    border: 0;
    background: 0;
}
#searcher input{
    border-radius: 5px;
    width: 250px;
}

/******************/
/** LISTA FAKTUR **/
/******************/

.invoiceList{
    list-style: none; 
    margin: 0; 
    padding: 0;    
}
.invoiceList li{
    list-style: none; width: 100%; float: left; padding: 6px; line-height: 32px; 
}


.bottom_index{
    width: 100%; 

    background: #fafafa; 

    border-top: 1px solid #eee; 

    margin: 50px 0 -50px;
}

.bottom_index img{
    height: 290px;
}
.bottom_index h2{
    font-size: 22px;
}
.bottom_index h2 strong{
    color: #5ae8a4;
}
.bottom_index ul{
    font-size: 16px; 
    font-weight: 300; 
    list-style: none; 

    margin: 0; 
    padding: 0;
}
.bottom_index ul li{
    margin: 6px 0
}
.bottom_index ul i{
    color: #5ae8a4;
}
.bottom_index .add_button{
    position: initial; 
    height: auto; 
    padding: 7px 15px
}
.bottom_index .orange{
    background-color: #45d1d6;
    background-image: -moz-linear-gradient(top,#4ed9de,#37c4cb);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#4ed9de),to(#37c4cb));
    background-image: -webkit-linear-gradient(top,#4ed9de,#37c4cb);
    background-image: -o-linear-gradient(top,#4ed9de,#37c4cb);
    background-image: linear-gradient(to bottom,#4ed9de,#37c4cb);
    background-repeat: repeat-x;
    border-color: #37c4cb #37c4cb #258b90;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    
}

.bottom_index .orange{color:#fff;text-shadow:0 1px 0 #ffd35c;background-color:#f79c00;background:-webkit-linear-gradient(top, #ffbf52, #f79c00);background:-moz-linear-gradient(top, #ffbf52, #f79c00);background:-o-linear-gradient(top, #ffbf52, #f79c00);background:-ms-linear-gradient(top, #ffbf52, #f79c00);background:linear-gradient(top, #ffbf52, #f79c00);border-top:1px solid #ffd37f;border-bottom:1px solid #ff9a00;box-shadow:0 0 0 1px #8baa54,0 1px 1px rgba(0,0,0,0.2)}
.bottom_index .orange:hover{background-color:#ffd052;background:-webkit-linear-gradient(top, #ffd052, #f79c00);background:-moz-linear-gradient(top, #ffd052, #f79c00);background:-o-linear-gradient(top, #ffd052, #f79c00);background:-ms-linear-gradient(top, #ffd052, #f79c00);background:linear-gradient(top, #ffd052, #f79c00)}
.bottom_index .orange:active{box-shadow:0 1px 1px rgba(0,0,0,0.2),inset 0 -6px 15px -4px rgba(252,255,0,0.6)}



/**
 *
 * STOPKA
 *
 */

#footer{
    width: 100%;
    padding: 10px 0 10px;
    background-color: #232323;
}

#footer i{
    font-size: 13px;
    color: #fff;
}

#footer a {
     color: #fff;
     text-decoration: underline;
}

#footer p{
    width: 100%;

    margin:0 auto;
    color:#eeeeee;
    line-height:25px;
    text-align: center;
}

#footer_big{
    background-color: #333;

    position: relative;
    width: 100%;
    background-color: #333;
    border-bottom: 1px solid #444;
    padding: 15px 0 25px;
    border-top: 4px solid #313131;
    border-bottom: 1px solid #444;

    margin: 50px 0 0;
}

#footer_big h2{
    color: white
}

#footer_big .text{
    color: white; 
    text-align: justify;
}

#footer_big .box{
    margin: 0 auto;
}

#footer_big form{ 
    margin: 5px 0; 
}


#footer_big .logo {
    width: 100%;
    text-align: left;
}
#footer_big .logo img{
    margin: 20px auto;
}

#footer_big .dotpayLogo img {
    width: 60%;
    margin: 10px 20% 0;
}

#footer_big ul{
    margin: 0;
    padding: 0;

    list-style: none;
}
#footer_big ul a{
    color: #ccc;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;

    text-decoration: none;
    width: 100%;

    display: block;
}
#footer_big ul a span{
    width: 100%;
}
#footer_big ul a i{
    display: none;
}

#footer_big ul a:hover{
    color: white;

    text-decoration: underline;
}
#footer_big ul li{
    padding: 6px 0;
    border-bottom: 0px solid #3a3a3a;    
}

#footer_big h2{color: white}
#footer_big .text{color: white; text-align: justify;}
#footer_big .box{max-width: 1200px; margin: 0 auto;}
#footer_big form{ margin: 5px 0; }



#preloader {
    width: 100% !important;
    height: 2px !important;
    background: white;    
    z-index: 666999;
    top: 0;
    left: 0;

    opacity: 1;
    position: absolute;

}
#preloader #percentage{
    height: 40px;
    width: 100px;
    position: absolute;

    top: 50%;
    left: 50%;

    text-align: center;
    margin-left: -50px;

    display: none;
}

#preloader #bar{
    background-color: #313131;
    height: 2px;
    width: 0px;
}

#preloader #bar_sector{
    width: 100%;
    height: 2px;
    top: 0;
    position: absolute;
    background: transparent;
    margin: 0 auto;

    left: 0;
    right: 0;
}

#NewsletterFooterForm{
    position: relative;
    width: 100%;
}
#NewsletterFooterForm .input-group-btn {
    top: 0;
    z-index: 2;
    right: 30px;
    position: absolute;

}

@media screen and (max-width: 768px) {

    #top{
        background: white;
        position: relative;
        margin: 0 auto;
        width: 100%;
        background: #fff;
    }

    .header .nav a {
        padding: 0 16px;
    }

}


.imagelist { 
    list-style: none; 
    padding: 0 20px 0 0; 

    float: left; 
    /*min-width: 650px;*/
    margin: 0;
}

.imagelist li { 
    width: 207px; 
    height: 180px;
    float: left; 

    padding: 5px; 
    margin: 0 15px 15px 0; 
    background: #fff; 
    border: 1px solid #ddd; 
    -moz-border-radius: 2px; 
    -webkit-border-radius: 2px; 
    border-radius: 2px; 
}

.imagelist li:hover { 
    border-color: #9FCA46; 
}

.imagelist li.holder { 
    width: 195px; 
    height: 168px; 
    overflow: hidden; 
    border: 1px dashed #9FCA46;
}

.imagelist li div { 
    width: 195px; 
    height: 150px; 
    overflow: hidden;
}

.imagelist li img { 
    display: block; 
    margin-bottom: 10px; 
    width: 1900px; 
}

.imagelist li span { 
    display: block; 
    text-align: right; 
    float: none;
}

.imagelist li span a { 
    vertical-align: middle; 
    background-color: white; 
}

.imagelist li span a.name { 
    font-weight: bold; 
    float: left; 
    color: #999; 
}

.imagelist li span a.name:hover { 
    color: #333; 
    text-decoration: none; 
}

.imagelist li span a.show, .imagelist li span a.dele { 
    float: right; 
    font-size: 13px;
    display: inline-block; 
    width: 16px; 
    height: 16px; 
    cursor: pointer; 
    opacity: 0.5;
    color: #676767;
}

.imagelist li span a.show:hover, .imagelist li span a.dele:hover { 
    opacity: 1; 
    text-decoration: none;
}

.file_uploader {
    float: left; 
    position: relative;
}

.file_uploader input{
    text-align: right;
    -moz-opacity:0 ;
    filter:alpha(opacity: 0);
    opacity: 0;
    z-index: 2;

    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;

    position: absolute;
}

.chzn-container, .chzn-drop, .chzn-search input{
    width: 100% !important;
}
.table-price{}
.table-price .special{
    background-image: linear-gradient(to right, #76D8FC, #00ACEA); 
    color: white;
}

.table-price .special2 {
    background-image: linear-gradient(to right, #6103FF, #380096); 
    color: white;
}

.table-number{}
.table-number .special{
    background: #313131 !important; 
    color: white;
    width: 40%;
}


.rate {
    background: url('/static/images/star2.png') repeat;

    height: 20px;
    width: 100px;

    float: left;

    margin-top: 0px;
}

.rate_block span {
    float: left;

    font-size: 15px;
    color: #8e8e8e;

    margin-right: 7px;
    margin-bottom: 12px;


    margin-left: 8px;
    color: #c3c3c3;
    font-family: GothamBook, sans-serif;
    float: left;
    font-size: 15px;
}
.rate {
    margin-top: 1px;
}
.rate div {
    background: url('/static/images/star2.png') 0 -20px;

    height: 20px;

    float: left;
}

.rate .active1 {
    width: 20px;
}

.rate .active2 {
    width: 40px;
}

.rate .active3 {
    width: 60px;
}

.rate .active4 {
    width: 80px;
}

.rate .active5 {
    width: 100px;
}

.category_list{
    list-style: none;

    padding: 0;
    margin: 0;

}
.category_list li{
    background-color: #5ae8a4;

    float: left;

    width: 100%;

    max-width: 275px;

    height: 150px;

    text-align: center;

    margin: 0 5px;

    border: 5px solid white

}
.category_list a{
    color: white;

    font-size: 18px;

    line-height: 130px;
}

.form-block {
    padding: 20px 0 60px;
}

.form-block:before {
    content: ' ';
    clear: both;
    display: block;
    width: 100%;
    height: 1px;
    float: left;
}

.form-block label {
    color: #444444;
    font-weight: normal;

    /*text-transform: uppercase;*/

    font-size: 12px;
}

.form-block .fa-input {
    position: absolute;

    left: 30px;
    top: 15px;

    font-size: 15px;

    opacity: 0.5;
}

.form-block .or {
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;

    font-weight: 500;

    position: relative;

    margin: 25px 0;
}

.form-block .or:after {

    position: absolute;

    top: 13px;

    width: 300px;

    content: " ";

    display: block;

    height: 1px;

    background: #ccc;

    left: 0;
    right: 0;

    margin: 0 auto;
}

.form-block .or span {
    background: #f7f9fc;

    position: relative;

    z-index: 2;

    padding: 0 12px;

    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
}

.form-block .button {

    padding: 14px 32px;
    text-align: center;
    font-size: 16px;

    width: 100%;

    display: block;
    margin: 0 auto;
    transition-duration: 0.4s;
    cursor: pointer;

    margin-bottom: 15px;

    background-color: #00ACEA;
    color: white;

    border: none;
}

.form-block .button.button_fb {

    background-color: #4267B2;
    color: white;

}

.form-block .button.button_google {

    background-color: #E14E42;
    color: white;

}

.form-block input[type=text], .form-block [type=password],
.form-block select {
    /*width: 50%;*/
    height: 45px;
    display: block;
    margin: 0 auto;

    /*border-radius: 15px;*/
    border-radius: 0;

    text-indent: 5px;

    border: 1px solid #e2e2e2;
}

.form-block input[type=text]:focus, .form-block [type=password]:focus,
.form-block select:focus {

    border: 1px solid #5ae8a4;
}

.form-block input.icon {

    text-indent: 25px;
}



.sp-radio {
    margin-bottom: 0px;
    display: inline-block;

    font-size: 16px;
    line-height: 2em;
    font-weight: normal;
    font-family: "Open Sans";

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

.sp-radio input[type="radio"] {
    display: none;
}

.sp-radio input[type="radio"] + label {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: -2px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;

    border: 1px solid #d8d9db;
    /**background: #d8d9db;*/

    position: relative;

    border-radius: 15px;;

    transition: border-color 0.25s linear;
    -webkit-transition: border-color 0.25s linear;

}

.sp-radio input[type="radio"] + label:after {
    width: 12px;
    height: 12px;
    top: 4px;
    left: 4px;

    content: ' ';
    display: block;

    background: #fff;;
    border-radius: 50%;

    position: absolute;

    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;

}

.sp-radio input[type="radio"]:checked + label {

    border-color: #5ae8a4;
}

.sp-radio input[type="radio"]:checked + label:after {

    background: #313131;
}

.sp-checkbox {
    margin-bottom: 0px;
    display: inline-block;

    font-size: 16px;
    line-height: 2em;
    font-weight: normal;
    font-family: "Open Sans";

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sp-checkbox input[type="checkbox"] {
    display: none;
}

.sp-checkbox input[type="checkbox"] + label {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: -2px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;

    border: 1px solid #d8d9db;
    /**background: #d8d9db;*/

    position: relative;

    border-radius: 5px;;

    transition: border-color 0.25s linear;
    -webkit-transition: border-color 0.25s linear;

}

.sp-checkbox input[type="checkbox"] + label:after,
.sp-checkbox input[type="checkbox"] + label:before {

    content: ' ';
    display: block;

    background: #fff;;
    border-radius: 2px;

    position: absolute;

    box-sizing: content-box;

    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

.sp-checkbox input[type="checkbox"] + label:after {

    width: 2px;
    height: 6px;
    bottom: 5px;
    left: 5px;

    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);

}

.sp-checkbox input[type="checkbox"] + label:before {

    width: 2px;
    height: 14px;
    bottom: 3px;
    left: 11px;

    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);

}

.sp-checkbox input[type="checkbox"]:checked + label {

    /**background: #00aff0;*/
    border-color: #313131;
}

.sp-checkbox input[type="checkbox"]:checked + label:after,
.sp-checkbox input[type="checkbox"]:checked + label:before {
    background: #313131;

}


.captcha{
    position: relative;
}
.captcha img{

    width: 100%;
}
.captcha a{
    position: absolute;

    bottom: 5px;
    right: 5px;

    /*background: #68d327;*/
    color: #5ae8a4;
    width: 25px;
    height: 25px;

    text-align: center;
}

.captcha a i{
    margin: 6px 5px;
}

.captcha em{
    position: absolute;

    bottom: -30px;
}

.slider-przycisk {
    text-align: center;

padding: 5px 30px 5px;

font-size: 20px;

color: white;

text-transform: uppercase;

display: inline-block;

border-radius: 1px;

font-family: 'Open Sans',sans-serif;

font-weight: bold;

text-shadow: 0 1px 0 rgba(0,0,0,0.2);

-webkit-transition: all .2s linear;

-moz-transition: all .2s linear;

transition: all .2s linear;

background: -o-linear-gradient(top, #f69f09 0, #ff7800 95%, #ff7800 100%);

background: -ms-linear-gradient(top, #f69f09 0, #ff7800 95%, #ff7800 100%);

background: linear-gradient(top, #f69f09 0, #ff7800 95%, #ff7800 100%);

letter-spacing: 1px;

border: 3px solid #00EBD3;

box-shadow: 0 0 0 0px #bfc4b2;

-webkit-transition: all .2s linear;

-moz-transition: all .2s linear;

transition: all .2s linear;
}

.przycisk-dodaj-glowna {
    text-align: center;
padding: 5px 30px 5px;
font-size: 20px;
color: black;
text-transform: uppercase;
display: inline-block;
border-radius: 1px;
font-family: 'Open Sans',sans-serif;
font-weight: bold;
background: -o-linear-gradient(top, #f69f09 0, #ff7800 95%, #ff7800 100%);
background: -ms-linear-gradient(top, #f69f09 0, #ff7800 95%, #ff7800 100%);
background: linear-gradient(top, #f69f09 0, #ff7800 95%, #ff7800 100%);
letter-spacing: 1px;
border: 3px solid #00EBD3;
}

.przycisk-dodaj-glowna:hover {
   color: black;
   background-color: #00EBD3;
}
.przycisk-dodaj-glowna:focus {
   color: black;
}




.info-glowna {
   text-align: center;
   padding: 5px 0px 30px 0px;
}

.info-szary {
   text-align: center;
   background-image: linear-gradient(to right, #00EFD1, #00ACEA);
   padding: 25px 0px 50px 0px;
}

.info-glowna p, .info-szary p {
   font-size: 14px;
   line-height: 0.8cm;
}

.info-glowna .col-md-4 img {
   margin-bottom: 30px;
}
 artykul
.ArticleMeta {
    display: block;
padding: 20px 0;
    font-size: 18px;
    margin: 0 0 30px 0;
}
/*h1 {
background: #ffa94d;
margin-bottom: 0;
    padding-top: 20px;
}*/
/* menu */
#MainMenu a {
   font-size: 15px; 
}
.navbar-default {
    border: 0;
    background: #fff;
}
/* Home 2020 */
.YellowBackground {
    background-image: linear-gradient(to right, #00EFD1, #00ACEA);
    padding: 5px 20px;
    border-radius: 5px;
    font-weight: 800;
    font-size: 20px;
    margin-right: 20px;
    vertical-align: 5px;
}

.GreyBox {
    background-image: linear-gradient(to right, #E3E3E3, #d2d2d2);
    padding: 5px 20px;
    border-radius: 5px;
    font-weight: 800;
    font-size: 20px;
    margin-right: 20px;
    vertical-align: 5px;
}


.HomeTitleSection {
    font-weight: 800;
    font-size: 26px;
    margin-top: 0px;
    /*margin-left: -20px;
    text-indent: -120px; 
    padding-left: 120px;*/
}
.HomeTitleRow {
    font-weight: 800;
    font-size: 32px;
    margin-top: 60px;
    margin-bottom: 60px;
    }
.Kreska:after {
    content: "";
    width: 200px ;
    height: 20px;
    background:url('/static/images/kreska.png');
    display: block;
    position: absolute;
    left: 0px;
}    
.HomeText {
    font-size: 15px;
    line-height: 1.7em;
    padding-bottom: 15px;
}
.shadow {
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.3));
    border-radius: 5px;
    
}
#HomeContainer {
    margin-bottom: -50px;
}
#HomeContainer .row {
    padding-top: 30px;
    padding-bottom: 30px;
}
#HomeContainer button {
    background: linear-gradient(to right, #00EFD1, #00ACEA);
    border: 1px solid #636363;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 8px;
    font-size: 16px;
}

#podstrony button {
    background: linear-gradient(to right, #00EFD1, #00ACEA);
    border: 0px !important;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 3px;
    font-size: 16px;
}

#HomeContainer .input-group-btn button {
    border-radius: 0px 8px 8px 0;
    padding: 10px 10px;
}
.HomeTitleRow {
    margin-bottom: 30px; margin-top:0;
}
.space30 {
    margin-bottom: 30px;
    display: block;
}

.space52 {
    margin-bottom: 52px;
    display: block;
}

.HomeTitle1Section {
    font-weight: 800;
    font-size: 26px;
    margin-top: 0px;
}
.HomeList1Section, .HomeListLastSection {
    list-style-type: none;
    padding-left: 0;
}

.container-fluid .row {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}
#HomeFirst.container-fluid .row {
    max-width:100%;
} 
.Blue {
    color: #0471ec;
}
#EarlyAdopters .HomeListLastSection li {
    border-bottom: 2px solid #D7D7D7;
    margin-bottom: 10px;
    margin-left: 25px;
    padding-bottom: 20px;
}
#EarlyAdopters h3 i {
    color:#00EFD1;
    font-size: 18px;
}
#EarlyAdopters h3 {
    font-size: 24px; 
    font-weight: 800;
}
#EarlyAdopters form {
    margin-left: 25px;
    
}
#EarlyAdopters .HomeList1Section, #EarlyAdopters .HomeList1Section button, #SheduleACall {
    margin-left: 25px
}
#HowItWorks {
    font-size: 40px;
}
.form-control {
    border-radius: 8px
}
.Steps {
    margin: 20px 0;
}
.HomeList1Section li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -2em; /* same as padding-left set on li */
  width: 2em; /* same as padding-left set on li */
}
.HomeList1Section li {
    padding-left: 2em;
    margin-bottom: 10px
}
#FirstImage {
    margin-bottom: -30px;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #777;
}
@media screen and (max-width:767px) {
    .header .nav li {
    display: contents;
}
    /*#LogoContainer {
        margin-top: -85px; 
    }*/
    .navbar-default {
        margin-top:25px;
    }
}
@media screen and (min-width:768px) {
.navbar {
    margin: 25px 0;
}
}
@media screen and (min-width:768px) and (max-width:1199px) {
.header.container {
    width:100%;
}
}
@media screen and (max-width:991px){
    .text-sm-center {
        text-align: center!important;
    }    
/* menu breakpoint */
.navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-fixed-top {
		top: 0;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
	}
	.navbar-nav>li {
        float: none;
    }
    .collapse.in{
  		display:block !important;
	}    
    .header .nav li {
        display: contents;
    }
.Kreska:after {
    top: 40px;
    left: 20px;
    position: initial;
}    
.HomeTitleSection {
    font-weight: 800;
    font-size: 26px;
    margin-top: 0px;
    margin-left: 0px
}
.SpaceMd30 {
        margin-bottom: 30px;
        display: block;
    }    
    .MarginTopZeroMd {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}
@media screen and (min-width:992px){
.VerticalCenter {
    display:flex;
    align-items:center;
}    
.VerticalCenter img {
    display: block;
    margin-right: auto;
    margin-left: auto;
}  
#EarlyAdopters .HomeListLastSection li, #EarlyAdopters form, #EarlyAdopters .HomeList1Section, #EarlyAdopters .HomeList1Section button, #SheduleACall {
    margin-left: 0px;
}



}

.overlayS {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

@media screen and (min-width:1200px){
#HomeFirst {
    background: url('/static/images/zdjecie.jpg');
    background-repeat: no-repeat;
    background-position: right;
    background-size:contain;
    margin-bottom: -1px
}
    #Maska {
    background: url('/static/images/maska2.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size:contain;  
    background-position: 45%!important;
	
    }
    #FirstImage {
        display: none;
    }    

}
/* Strona blog */
h1 {
    color: rgba(42, 49, 61, 0.9);
    font-size: 42px;
    text-align: center;
    font-weight: 600;
}
#BlogSite .TitleArticle {
    font-size: 19px;
    font-weight: 400;
    margin: 1.5em 1.25em;
    font-weight: 800;
    color: rgba(42, 49, 61, 0.9);
    letter-spacing: -0.2px;
}
#BlogSite article {
    margin-bottom: 30px;
}
#BlogSite article div {
    border: 1px solid rgba(29, 24, 31, 0.1);
    border-radius: 5px;
    overflow: hidden;
    box-shadow: rgba(29, 24, 31, 0.15) 0px 1px 3px 0px;
}
#BlogSite article p.HomeText {
    border-top: 1px solid rgba(29, 24, 31, 0.1);
    padding: 1.25em 1.5em 0 1.5em;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.2px;
    font-weight: 500;

}
#BlogSite article p.Link {
    padding: 0.5em 1.5em 2em  1.5em;
    margin: 0;
    letter-spacing: -0.3px;
    color: rgba(255, 86, 41, 0.8);
    font-size: 13px;
    font-weight: 700;
}
 #BlogSite  .row    {
    display: flex;
    flex-wrap: wrap;
  }
.ArticleContent {
    height: 100%;
}
/* strona platform */
.ContainerInner8px {
    padding: 0;
    margin: 0 -7px;
}

/* Formularz HubSpot */

.hs-form-iframe {
	height: 227px !important;
	
}

.hs_recaptcha .hs-recaptcha .field .hs-form-field {
	margin-bottom: 5px !important;
	
}

.hs-button {
	background-color: #0471EC !important;
	border-color: #0471EC !important;
	
	
}

/* rozwijalne menu starego szablonu */
.dropdown-menu {
    /*position: initial;*/
}
.dropdown-menu .dropdown-menu {
    min-width: 100%;
    background: rgba(0,0,0,0.3);
}
.dropdown-menu .dropdown-menu a {
    padding-left: 30px;    
}
#menu .dropdown-submenu {
    /*display: contents;*/
}

html {
	scroll-behavior: smooth;
}

/* Elementy lanugage versions */

.popover {
	max-width: 400px;
	}

/* styl ikonek */





/* smooth scrolling */

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

@media (min-width: 992px) {
    .eight-cols .col-md-2,
    .eight-cols .col-sm-2,
    .eight-cols .col-lg-2 {
        width: 12.5%;
        *width: 12.5%;
        padding-right: 10px;
        padding-left: 10px;
    }
    .eight-cols .col-md-1,
    .eight-cols .col-sm-1,
    .eight-cols .col-lg-1 {
        width: 6.25%;
        *width: 6.25%;
        padding-right: 10px;
        padding-left: 10px;
    }
    .eight-cols .col-md-3,
    .eight-cols .col-sm-3,
    .eight-cols .col-lg-3 {
        width: 18.75%;
        *width: 18.75%;
        padding-right: 10px;
        padding-left: 10px;
    }

    .nine-cols .col-md-2,
    .nine-cols .col-sm-2,
    .nine-cols .col-lg-2 {
        width: 11.11%;
        *width: 11.11%;
        padding-right: 5px;
        padding-left: 5px;
    }
    .nine-cols .col-md-1,
    .nine-cols .col-sm-1,
    .nine-cols .col-lg-1 {
        width: 5.55%;
        *width: 5.55%;
        padding-right: 5px;
        padding-left: 5px;
    }
    .nine-cols .col-md-3,
    .nine-cols .col-sm-3,
    .nine-cols .col-lg-3 {
        width: 16.66%;
        *width: 16.66%;
        padding-right: 5px;
        padding-left: 5px;
    }
    .nine-cols .col-md-4,
    .nine-cols .col-sm-4,
    .nine-cols .col-lg-4 {
        width: 22.22%;
        *width: 22.22%;
        padding-right: 5px;
        padding-left: 5px;
    }
}

.inline-el div {
    float: left;
    width: 21px;
}
.inline-el label {
    float: left;
    margin-right:  10px;
}

.chzn-container .chzn-drop {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

