body{
    font: 12px '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('../images/tag_clouds.png') #0088df 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);

}

/*
 * 
 * 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(../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: #0088df;
}

/*
 * 
 * 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;
    color:#9FCA46;
    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('../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:#0083ff; 
    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:#0083ff; 
    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: #0083ff;

}

/*
 * 
 * PRZYCISK METRO
 * 
 */

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

    text-decoration: none;

    color: white;
    background-color: #0088cc;

    -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: #0083ff;
}

/* 
 *
 * 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(../images/star.png) repeat;

    height: 20px;
    width: 100px;

    float: right;

    margin-top: 4px;
}
.testimonial .rate div{
    background: url(../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(../images/star2.png) !important;

    margin-right: -6px;
    margin-top: 0px;
}
.testimonial_min .rate div{
    background-image: url(../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: #0083ff;

    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, #a6cf4e 0, #80b120 95%, #80b120 100%);
    background:-moz-linear-gradient(top, #a6cf4e 0, #80b120 95%, #80b120 100%);
    background:-o-linear-gradient(top, #a6cf4e 0, #80b120 95%, #80b120 100%);
    background:-ms-linear-gradient(top, #a6cf4e 0, #80b120 95%, #80b120 100%);
    background:linear-gradient(top, #a6cf4e 0, #80b120 95%, #80b120 100%);
    letter-spacing:1px;
    border: 0;
    border-top:1px solid #b5d76d;
    border-bottom:1px solid #6ca51b;
    box-shadow:0 0 0 1px #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, #a6cf4e 0, #709e16 95%);
    background:-moz-linear-gradient(top, #a6cf4e 0, #709e16 95%);
    background:-o-linear-gradient(top, #a6cf4e 0, #709e16 95%);
    background:-ms-linear-gradient(top, #a6cf4e 0, #709e16 95%);
    background:linear-gradient(top, #a6cf4e 0, #709e16 95%)
}

.add_button:active{
    background-color:#80b120;
    background:-webkit-linear-gradient(top, #80b120 0, #a6cf4e 95%);
    background:-moz-linear-gradient(top, #80b120 0, #a6cf4e 95%);
    background:-o-linear-gradient(top, #80b120 0, #a6cf4e 95%);
    background:-ms-linear-gradient(top, #80b120 0, #a6cf4e 95%);
    background:linear-gradient(top, #80b120 0, #a6cf4e 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, 0.80);
    position: relative; 
    z-index: 2;
}
#menu{
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);

    background-color: #0088df;
    position: relative;
    z-index: 2;

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

    display: block;
    margin: 20px 0;

    width: 100%;
}
.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
}

.header .nav {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;

    margin: 0;
    padding: 0;
    min-width: 100%;
    width: auto;

    background: #0088df;
}

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

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

}

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

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

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

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

.header .nav li:hover > a {
    background-color: #0083ff;
}

.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 2px 8px #a7cce1;
    background-color: #0088df;

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

    z-index: 3;
    display: none;


    border-bottom: 3px solid #0088cc;
}
#sticky_header .header{
    height: 42px;
}
#sticky_header ul{
    float: left;

    border-left: 1px solid #0088cc;
}
#sticky_header li{

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

    border-right: 1px solid #0088cc;;
}
#sticky_header li:hover{
    background-color: #0088cc;
}
#sticky_header a{
    font-size: 14px;

    color: white;
}
#sticky_header form{
    position: relative;
}
#sticky_header button{
    position: absolute;

    right: 10px;
    top: 8px;

    color: #0088df;

    border: 0;
    background: 0;
}
#sticky_header input{
    border-radius: 15px;
    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: #0088cc;
}
.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: #0088cc;
}
.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 30px;
    background-color: #232323;
}

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

#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 #0088df;
    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: center;
}
#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{
    margin-top: 3px;
}

#footer_big ul a:hover{
    color: white;

    text-decoration: underline;
}
#footer_big ul li{
    padding: 6px 0;
    border-bottom: 1px 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: #0088df;
    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;
    }

    .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: #0088df !important; 
    color: white
}
.table-number{}
.table-number .special{
    background: #0088df !important; 
    color: white;
    width: 40%;
}


.rate {
    background: url(../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(../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: #0088df;

    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;
}