/* czcionka Calibri dla iOS*/
@font-face {
  font-family: 'Calibri';
  src: url('./fonts/Calibri.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('./fonts/Calibri.svg#svgFontName') format('svg'); /* Legacy iOS */
}
/* signika-300 - latin */
@font-face {
  font-family: 'Signika';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/signika-v8-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Signika Light'), local('Signika-Light'),
       url('./fonts/Signika-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/Signika-Light.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/Signika-Light.woff') format('woff'), /* Modern Browsers */
       url('./fonts/Signika-Light.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/Signika-Light.svg#Signika') format('svg'); /* Legacy iOS */
}

/* signika-regular - latin */
@font-face {
  font-family: 'Signika';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/Signika-Regular.eot'); /* IE9 Compat Modes */
  src: local('Signika Regular'), local('Signika-Regular'),
       url('./fonts/Signika-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/Signika-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/Signika-Regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/Signika-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/Signika-Regular.svg#Signika') format('svg'); /* Legacy iOS */
}

/* signika-600 - latin */
@font-face {
  font-family: 'Signika';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/Signika-SemiBold.eot'); /* IE9 Compat Modes */
  src: local('Signika SemiBold'), local('Signika-SemiBold'),
       url('./fonts/Signika-SemiBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/Signika-SemiBold.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/Signika-SemiBold.woff') format('woff'), /* Modern Browsers */
       url('./fonts/Signika-SemiBold.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/signika-v8-latin-600.svg#Signika') format('svg'); /* Legacy iOS */
}

/* signika-700 - latin */
@font-face {
  font-family: 'Signika';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/Signika-Bold.eot'); /* IE9 Compat Modes */
  src: local('Signika Bold'), local('Signika-Bold'),
       url('./fonts/Signika-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/Signika-Bold.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/Signika-Bold.woff') format('woff'), /* Modern Browsers */
       url('./fonts/Signika-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/Signika-Bold.svg#Signika') format('svg'); /* Legacy iOS */
}

body {
    margin: 0;
    padding: 108px 0 0 0;
    font-family: 'Signika', sans-serif;
    color: #4c4c4c;
}


body > .top {
    height: 58px;
    position: fixed;
    top: 0px;
    z-index: 10000;
}

a {
    text-decoration: none;
    color: #595959;
}

pre, .gm-style {
    font-family: 'Signika', sans-serif;
}

a:hover {
    text-decoration: underline;
}


input[type=text], input[type=password], input[type=email] {
    border-radius: 5px;
    background-image: url('./img/writeico.png');
    background-repeat: no-repeat;
    background-position: 3px 4px;
    padding: 3px 3px 3px 23px;
    border: 1px solid #ccc;

}


h1 {
    font-weight: normal;
    font-size: 30px;
}

h2 {
    font-weight: normal;
    font-size: 24px;
}

h3 {
    font-weight: normal;
}

th {
    text-align: left;
}


.wrap {
    width: 1024px;
    padding: 0 10px;
    margin: 0 auto;
    position: relative;
}

.wrap_column {
	float:left;
	margin-right:100px;
	margin-bottom:15px;
}

.top {
    background-color: #fff;
    border-bottom: 4px solid #00a8e8;
    padding-bottom: 21px;
    width: 100%;
    padding-top: 25px;
    position: relative;
}


.top .logo {
}

.top .nav {
    float: right;
}

body ul.topmenu {
    list-style: none;
    margin: 0;
    padding: 8px 0 0 0;
}

ul.topmenu li {
    display: inline;
}

ul.topmenu li a {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    color: #585858;
    font-weight: normal;
    margin: 0 7px;
    padding: 0 3px;
    font-size: 15px;
}



@media screen and (min-width: 700px) {
    .nav ul ul a {
        display: none;
    }
}

.nav-toggle {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 70px;
    height: 55px;
    float: right;
    text-indent: -9999px;
    overflow: hidden;
    background: #f4421a url("./img/hamburger.gif") no-repeat 50% 33%;
}

@media screen and (-webkit-min-device-pixel-ratio: 1.3), screen and (min--moz-device-pixel-ratio: 1.3), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 1.3), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
    .nav-toggle {
        background-image: url("./img/hamburger-retina.gif");
        -webkit-background-size: 100px 100px;
        -moz-background-size: 100px 100px;
        -o-background-size: 100px 100px;
        background-size: 100px 100px;
    }
}



.topmenu .hibutton {
    text-align: center;
    padding-top: 8px;
    width: 145px;
    height: 25px;
    border-radius: 5px;
}

.topmenu a.alertbtn {
    background-color: #3a89c9;
    color: #fff;
    border-bottom: 3px solid #2b689b;
}

.topmenu a.searchbtn {
    background-color: #1b325f;
    color: #fff;
    border-bottom: 3px solid #091938;
}

.topmenu a.alertbtn:hover {
    background-color: #9cc4e4;
    border-bottom: 3px solid #8cb0cd;
}

.topmenu a.searchbtn:hover {
    background-color: #3a89c9;
    border-bottom: 3px solid #347bb5;
}


.topmenu a.contactbtn {
    color: #3a89c9;
}


.top .login {
    position: absolute;
    top: -15px;
    right: 22px;
    font-size: 11px;
    background-image: url('./img/user.png');
    background-repeat: no-repeat;
    padding-left: 16px;
}


.mainsearch {
    background-color: #1b325f;
    padding: 20px 0 16px 0;
}


.mainsearch #search, #producerhead #prod_search {
	width: 530px;
	font-size: 15px;
	display: block;
	float: left;
	margin-left: 75px;
	padding: 8px 8px 8px 30px;
	border: none;
	background-position: 8px 8px;

}


.mainsearch .searchloupe, #producerhead .searchloupe {
    border: none;
    background-color: #f26c4f;
    padding: 10px 25px 3px 25px;
    border-radius: 5px;
    margin-left: 20px;
    display: inline-block;
    position: absolute;
    top: 0px;
}

.mainsearch #region {
    margin-left: 20px;
    border-radius: 5px;
    padding: 6px;
    display: block;
    float: left;
    width: 190px;
}


.mainsearch a.advsearch {
    clear: both;
    color: #fff;
    font-size: 12px;
    padding-left: 10px;
    padding-top: 1px;
    display: block;
    letter-spacing: 1px;
    margin-left: 75px;
}

.category-head {
    background-color: #3a89c9;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 0;
    width: 100%;
}


.category-head.lastoffs-head {
    margin-top: -40px;
    padding-bottom: 20px;
}

.category-head.lastoffs-head h1 {
    margin-bottom: 5px;
    margin-top: 10px;

}

.category-head.compact {
    padding: 5px 0px;
}

.category-content {
    background-color: #e9e9e9;
    padding: 45px 0 100px 0;
    width: 100%;
}

.functionals {
    background-color: #1b325f;
    color: #fff;
    padding: 0px 0 80px 0;
    width: 100%;
}


.funcinner h3.func_ico_ask, .funcinner h3.func_ico_find {
    text-transform: none;
    background-repeat: no-repeat;
    background-position: 5px 0;
    padding-left: 80px;
    min-height: 45px;
    margin-bottom: 14px;
}


.funcinner h3.func_ico_find {
    background-image: url('img/func_find_ico.png');
}

.funcinner h3.func_ico_ask {
    background-image: url('img/func_ask_ico.png');
}


.socials {
    background-color: #cdcdcd;
    text-align: center;
    width: 100%;
    padding-top: 15px;
}

.footer {
    background-color: #ffffff;
    padding: 20px 0 25px 0;
    width: 100%;
}

.foottext{
    float: left;
    margin-left: 30px;
    font-size: 13px;
    line-height: 14px;
}

div.foottext span{
    display: block;
}

.footer-adnotation{
    margin-top: 10px;
    color: #525151;
    font-size: 13px;
    font-weight: bold;
    border-top: 1px solid #525151;
    padding-top: 10px;
}


a.puzzlelogo {
    float: right;
    margin-left: 20px;
}

ul.footmenu {
    display: block;
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.footmenu li {
    display: inline-block;
    font-size: 14px;
    padding: 0 15px;
    border-left: 2px solid #cdcdcd;
}

ul.footmenu li:first-child {
    border-left: none;
}

.socico {
    display: inline-block;
    height: 31px;
    background-repeat: no-repeat;
    padding-top: 12px;
    padding-left: 43px;
    font-size: 18px;
    color: #818282;
    margin: 5px 10px 15px 10px;
    position: relative;
    /*width: 100px;*/
}

.socico .inn {
    position: absolute;
}

a.socico:hover {
    background-position: 0 -43px;
    text-decoration: none;
    color: #f26c4f;
}

.socico.fbico {
    background-image: url('./img/fbico.png');
    padding-top: 14px;
    height: 29px;
}

.socico.gplusico {
    display:none !important;
    background-image: url('./img/gplusico.png');
}




.ghb-head {
    background-color: #3a89c9;
    color: #fff;
    padding: 12px 0;
    width: 100%;
}

.head-shadow {
    border-bottom: 3px solid #bababa;
}

.ghb-head.head-store {
    border-bottom: 3px solid #bababa;
}



.ghb-head.dark-head {
    background-color: #1b325f;
}

.ghb-head h2 {
    margin: 0;
}

.ghb-content {
    background-color: #ececec;
    padding: 45px 0 100px 0;
    width: 100%;
}

.ghb-content.store-content, .ghb-content.producer-content {
    padding-top: 5px;
    padding-bottom: 0px;
}

.producer-header-description {
    width:950px;
    font-size: 20px;
    padding: 20px 10px 20px 100px;
    margin: auto;
    background-image: url('./img/header_arrow.png');
    background-repeat: no-repeat;
    background-position: left 10px;
}

.ghb-content.short-bottom {
    padding-bottom: 35px;
}


.ghb-search {
    border-top: 4px solid #acacac;
    background-color: #ececec;
    padding: 30px 0 40px 0;
    width: 100%;
}


.store-mapa {
    background-color: #ececec;
    height: 530px;
    width: 100%;

}

@media screen and (max-width: 699px) and (max-height: 800px)  {
    .store-mapa.bigmapa {
        height: 450px;
    }
}

@media screen and (max-width: 699px) and (max-height: 600px)  {
    .store-mapa.bigmapa {
        height: 450px;
    }
}



.map-shadow {
    background-color: #000;
    height: 4px;
    position: relative;
    opacity: 0.3;
    top: -530px;
    float: left;
    width: 100%;
}


h1.submenu_title {
    float: right;
}


ul.submenu {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.submenu li {
    display: inline-block;
    border-left: 1px solid #fff;
    padding: 0 15px;
}

ul.submenu li:first-child, ul.submenu li.noborder {
    border-left: none;
}

ul.submenu li a {
    color: #fff;
}


ul.submenu li.active a {
    display: inline-block;
    background-color: #f26c4f;
    padding: 5px;
    border-radius: 5px;
}

ul.subsubmenu {
    padding-left: 30px;
    font-size: smaller;
    font-style: italic;
}

ul.subsubmenu a {
    color: #cbc8ee;
}

ul.catlist {
    display: block;
    float: left;
    margin: 0 0px;
    list-style: none;
    padding: 0 25px;
}

ul.catlist.catseparator {
    background-image: url('./img/catseparator.png');
    background-repeat: no-repeat;
    background-position: left 30px;
    min-height: 485px;
}

.clb {
    clear: both;
}



ul.catlist li {
    padding-left: 40px;
    background-image: url('./img/catindent.png');
    background-repeat: no-repeat;
    background-position: 15px 5px;
    font-size: 14px;
    text-transform: uppercase;
    font-style: italic;
    color: #347bb5;
    padding-bottom: 15px;
}

ul.catlist li a {
    font-weight: bold;
    color: #347bb5;
}

ul.catlist li.catname {
    padding-left: 40px;
    background-repeat: no-repeat;
    margin-left: 0;
    background-position: 0 5px;
    text-transform: none;
}

ul.catlist li.catname h2 {
    font-weight: normal;
    font-size: 30px;
    font-style: normal;
    color: #393939;
}

.catname.catflower {
    background-image: url('./img/catflower.png');
}
.catname.cathome {
    background-image: url('./img/cathome.png');
}
.catname.catremont {
    background-image: url('./img/catremont.png');
}

.funcinner {
    margin-right: -5px;
}

.funcp {
    width: 500px;

    float: left;
}

.funcpane {
    width: 500px;
    height: 480px;

    float: left;
    background-color: #c8c8c8;

    border: 4px solid #85aacc;
}

.funcinner h3 {
    text-transform: uppercase;
    float: left;
    font-size: 24px;
    padding-left: 2%;
    color: #fff;
}

.funcp.map {
    margin-right: 20px;
}



.maphead {
    height: 45px;
    overflow: hidden;
    padding: 15px 15px 8px 15px;
}


.mapsearch {
    background-color: #fff;
    float: left;
    border-radius: 5px;
    font-size: 14px !important;
    padding: 3px;
    margin-right: 5px;
}

.mapsearch input {
    border: none;
    width: 170px;
}

.mapsearch input.orangebtn {
    width: auto;
}



.bluebutton {
    display: inline-block;
    text-align: center;
    padding: 8px 11px;
    border-radius: 5px;
    text-transform: uppercase;

    border: none;

    background-color: #1b325f;
    color: #fff;
    border-bottom: 3px solid #091938;
    font-size: 13px;
}

.orangebutton {
    display: inline-block;
    text-align: center;
    padding: 8px 11px;
    border-radius: 5px;
    text-transform: uppercase;

    border: none;

    background-color: #ea6548;
    color: #fff;
    border-bottom: 3px solid #c55841;
    font-size: 13px;
}


.orangebtn {
    display: inline-block;
    text-align: center;
    padding: 8px 15px;
    border-radius: 5px;
    text-transform: uppercase;

    background-color: #ea6548;
    color: #fff;
    border-bottom: 3px solid #c55841;
    font-size: 14px;
}


.btnnoborder {
    border-bottom: none;
}

.btnarrow {
    background-image: url('./img/arrowr.png');
    background-repeat: no-repeat;
    background-position: 95% center;
    padding-right: 25px;
}

.btnarrowl {
    background-image: url('./img/arrowl.png');
    background-repeat: no-repeat;
    background-position: 5% center;
    padding-left: 25px;
    cursor: pointer;
}

.maphead .bluebutton {
    margin-top: 1px;
}

.alertbox {
    padding: 0 20px 0 20px;
    width: 460px;
    color: #797979;
    background-color: #d8d8d8;
}


.alert-content {
    width: 450px;
}

.ghb-content.alert-content {
    background-color: #c8c8c8;
    padding: 20px 25px 0 25px;
    height: auto;
}

.alertbox h2 {
    color: #676767;
    font-size: 23px;
    font-weight: normal;
    text-align: center;
    height: 40px;
    margin-bottom: 5px;
    padding: 2px 5px 0px 8px;
}


.alertbox.big {
    margin: 0 auto;
    width: 670px;
    background-color: transparent;
}


.alert_small_text {
    width: 420px;
    height: 190px;
    border-top: 0px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    background: #fff;
    color: #676767;
    border-bottom: 3px solid #cccccc;
    margin: 0px 0 17px 0px;
    padding: 15px;
    font-size: 16px;
    font-family: 'Calibri';
    resize: none;
}

.alertlist .offerinfo {
    padding-top: 10px;
    padding-left: 30px;
    color: #000;
    background-image: url('img/alertoferta_check.png');
    background-repeat: no-repeat;
    background-position: 0 4px;
    min-height: 20px;
}

.alertlist .offerinfo a:link, .alertlist .offerinfo a:visited {
    color: #3a89c9;
}

table.paneltable.alertlist {
    font-size: 16px;
}

table.paneltable.alertlist th {
    text-align: center !important;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
}

table.paneltable.alertlist th:last-child{
    border-right: 0px;
}

table.paneltable.alertlist th{
    border-right: 1px solid #fff;
}

table.paneltable.alertlist td.alert_descr {
    text-align: left;
    font-size: 14px;
    position: relative;
    padding: 15px 18px 35px 18px;
    min-width: 300px;
    vertical-align: top;
}

table.paneltable.alertlist td.alert_descr p {
    padding: 0;
    margin: 0;
    min-height: 80px;
}

table.paneltable.alertlist tbody tr:first-child td:first-child {
    border-top-left-radius: 5px;
}

table.paneltable.alertlist tbody tr:first-child td:last-child {
    border-top-right-radius: 5px;
}

table.paneltable.alertlist thead tr:last-child th:first-child {
    border-bottom-left-radius: 5px;
}

table.paneltable.alertlist thead tr:last-child th:last-child {
    border-bottom-right-radius: 5px;
}


table.paneltable.alertlist tbody tr td {
    border-bottom: 4px solid #ececec;
}

table.paneltable.alertlist tbody:before {
    line-height: 10px;
    content: "\200C";
    display: block;
}
.alertcontainer_frame{
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	height: 275px;
	width: 450px;
}

.alert_info_icon {
	background-image: url('./img/alert_info.png');
	width: 25px;
	height: 25px;
	float: right;
	position: relative;
	bottom: 42px;
	right: 15px;
	cursor:pointer;
	margin-bottom: -25px;
}

.small_alert_progress {
    background-image: url('./img/smallalert_progress.png');
    width: 452px;
    height: 34px;

    margin: 0;
    padding: 13px 0 0 0px;
    list-style: none;
    position: relative;
    font-size: 15px;
	font-family: verdana;
}

.small_alert_progress li {
    display: inline-block;
    color: #aaa9a9;
    text-transform: uppercase;
    font-weight:bold;
}

.small_alert_progress li.practive {
    color: #347bb5;
}

.small_alert_progress li.pr1 {
    text-align: center;
    width: 160px;
}


.small_alert_progress li.pr2 {
    text-align: center;
    width: 155px;
}

.small_alert_progress li.pr3 {
    text-align: center;
    width: 120px;
}

.funcp .step2 .alertcontainer #alertNewLogged_days label, .step2 .alertcontainer #alertNew_days label {
    margin-right: 5px !important;
    font-size: 14px;
}

.alert_text {
    width: 646px;
    height: 245px;
    border: 1px solid #b9b5b5;
    border-bottom: 3px solid #b9b5b5;
    margin: 10px 0 15px 0px;
    padding: 15px;
}

.alert_text_new {
    width: 649px;
    color: #676767;
    background: #fff;
    height: 245px;
    border-top: 0px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 3px solid #cccccc;
    padding: 15px;
}

.alertcontainer-new {
    width: 639px;
    /*height: 204px;*/
    padding: 20px;
    border-bottom-color: rgb(185, 181, 181);
    border-bottom-style: solid;
    border-bottom-width: 1px;
	border-bottom: 3px solid #b9b5b5;
	border-left: 1px solid #b9b5b5;
	border-right: 1px solid #b9b5b5;
	background:#fff;
}

.alert-content .alertcontainer {
    height: 230px;
}

.alert-content .alertcontainer-new {
    height: 200px;
}

.alertcontainer label {
    display: inline-block;
    width: 150px;
    margin-bottom: 5px;
}

.alertcontainer-new label {
    display: inline-block;
    width: 150px;
    margin-bottom: 5px;
}

.step2 .alertcontainer #alertNewLogged_days label,
.step2 .alertcontainer #alertNew_days label {
    width: auto;
    margin-right: 10px;
}

.step2 .alertcontainer-new #alertNewLogged_days label,
.step2 .alertcontainer-new #alertNew_days label {
    width: auto;
    margin-right: 10px;
}

.step2 .alertcontainer label {
    width: auto;
}

.step2 .alertcontainer-new label {
    width: auto;
}


.alertcontainer input[type=text], .alertcontainer input[type=email] {
    width: 130px;
    margin-right: 10px;
}

.alertcontainer-new input[type=text], .alertcontainer-new input[type=email] {
    width: 130px;
    margin-right: 5px;
}

.alert_progress {
    background-image: url('./img/alert_progress.png');
    width: 682px;
    height: 35px;

    margin: 5px 0 10px 0;
    padding: 13px 0 0 0px;
    list-style: none;
    position: relative;
    font-size: 16px;
	font-family: verdana;
}

.alert_progress li {
    display: inline-block;
    color: #aaa9a9;
    text-transform: uppercase;
    font-weight:bold;
}

.alert_progress li.practive {
    color: #347bb5;
}

.alert_progress li.pr1 {
    width: 220px;
    text-align: center;
}


.alert_progress li.pr2 {
    width: 230px;
    text-align: center;
}

.alert_progress li.pr3 {
    width: 220px;
    text-align: center;
}


.alertbox .step {
    clear: both;
}

.alertbox .step2, .alertbox .step3  {
  display: none;
}

.alertbox .step3 label {
    display: block;
    width: 250px;
}

.step3 .alertcontainer input[type=text], .step3 .alertcontainer input[type=email] {
    width: 200px;
    margin-bottom: 10px;
}

.step3 .alertcontainer-new input[type=text], .step3 .alertcontainer-new input[type=email] {
    width: 255px;
    margin-bottom: 15px;
}

.alertbox .step3 label[for=alertNew_regulamin], .alertbox .step3 label[for=alertNew_regulamin2] {
    display: inline-block;
    width: 200px;
}

.step3 .fll {
    padding-right: 70px;
}




.alertbox .step3.alert-content label {
    display: block;
    width: 200px;
}
.step3.alert-content .alertcontainer input[type=text], .step3 .alertcontainer input[type=email] {
    width: 200px;
    margin-bottom: 10px;
}

.step3.alert-content .alertcontainer-min input[type=text], .step3 .alertcontainer input[type=email] {
    width: 169px !important;
}

.step3.alert-content .alertcontainer-new input[type=text], .step3 .alertcontainer-new input[type=email] {
    width: 255px;
    margin-bottom: 15px;
}

.alertbox .step3.alert-content label[for=alertNew_regulamin] {
    display: inline-block;
    width: 180px;
}
.step3.alert-content .fll {
    padding-left: 0px;
}




table.ghb_list {
    width: 100%;
    color: #4c4c4c;
}

.price_box {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #f08f79;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    width: 142px;
    margin-bottom: 5px;
    max-height: 20px;
    overflow: hidden;
}

.ghbbutton {
    width: 142px;
    padding-left: 5px;
    padding-right: 5px;
}

.ghb_list h3 {
    margin-top: 0;
    font-size: 24px;
}

.ghb_list .imgbox {
    float: left;
    margin-right: 10px;
}

.ghb_list .imgbox, .lastoff .imgbox, .storeshow .imgbox {
    text-align: center;
    width: 192px;
}

.ghb_list .imgbox img, .lastoff .imgbox img, .storeshow .imgbox img {
    border: 4px solid #fff;
}

.ghb_list .imgbox .imgcnt, .lastoff .imgbox .imgcnt, .storeshow .imgbox .imgcnt {
    border-bottom: 3px solid #c6c3c3;
    width: 192px;
    height: 128px;
    background-color: #fff;
}

.ghb_list .ofrow {
    border-bottom: 1px solid #9b9b9b;
    clear: both;
    min-height: 150px;
    /*margin: 10px 0;*/
    padding: 10px;
}

.ghb_list .ofrow.expired {
    opacity: 0.7;
}

.ghb_list .ofrow .expired_info {
    text-transform: uppercase;
    position: absolute;
    top: 30px;
    font-size: 12px;
    color: #f26c4f;
}

.ghb_list .ofrow .ofcnt {
    float: left;
    width: 600px;
    padding-bottom: 10px;
    position: relative;
}

.ghb_list .ofrow .ofcnt h3 {
    max-height: 30px;
    overflow: hidden;
}


.ghb_list .ofrow .ofprice {
    float: left;
    padding-top: 40px;
    margin-left: 20px;
    position: relative;
}


.ghb_list .ofrow .storecnt {
    float: left;
    width: 550px;
}


.storecnt h3 {
    height: 30px;
    overflow: hidden;
}

.ghb_list .ofrow .storeactions {
    float: left;
    margin-left: 20px;
}

.ghb_list .ofrow .storeactions ul {
    margin-top: 0;
}



ul.breadcrumbs {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.breadcrumbs li {
    display: inline-block;
    color: #eee;
}

ul.breadcrumbs li a {
    color: #fff;
    font-weight: light;
    font-size: 18px;
}


.ofertatop {
    padding-bottom: 10px;
    width: 60%;
    padding-right: 78px;
    background-image: url('./img/catseparator.png');
    background-repeat: repeat-y;
    background-position: right 20px;
}


.ofertatop .imgbox {
    float: left;
    width: 230px;
    height: 160px;
    text-align: center;
}

.ofertatop .imgbox .imgcnt {
    border-bottom: 3px solid #c6c3c3;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    padding: 5px;
    width: 220px;
    height: 139px;
}

.ofertatop .imgbox .imgcnt img {
    display: block;
    border: 1px solid #e7e7e7;
    margin: 0 auto;
    max-width: 220px;
    max-height: 139px;
    vertical-align: middle;
}

.ofertatop .specs {
    float: left;
    padding-left: 5%;
}

.ofertatop .contact {
    padding-top: 65px;
    float: left;
    padding-left: 10%;
    width: 20%;
}


.ofertatop .pricebox {
    display: inline-block;
    background-color: #f26c4f;
    border-radius: 5px;
    color: #fff;
    padding: 4px 10px;
    margin: 5px 5px 5px 0px;
    text-align: center;
    font-size: 18pt;
}

.pricebox .priceboxunit {
	font-size: 10.8pt;
}


a.editbutton {
    display: inline-block;
    background-color: #3a89c9;
    border-radius: 5px;
    color: #fff;
    padding: 6px 15px 6px 36px;
    margin: 0px 15px 5px 0px;
    text-align: center;
    font-size: 16px;

    background-image: url('img/pencil.png');
    background-repeat: no-repeat;
    background-position: 9px 6px;

    cursor: pointer;

    float: left;
    background-size: 20px;
}

a.editbutton:hover {
    text-decoration: none;
}

.storeshow .editbutton {


}

.ofertatop h5.expired {
    margin-top: 0;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    color: #f26c4f;

}


.phonelight {
    color: #f26c4f;
    font-weight: bold;
    font-size: 12pt;
}

.phonenumber {
	width:170px;
	float:left;
	font-size: 13.5pt;
}

.phonenumbericon {
	width:20px;
	margin-right:10px;
	height:20px;
	float:left;
	background-image: url('./img/phone_ico_orange.png');
}


.ofertatop .opis {
    margin-top: 20px;
    /*padding-top: 20px;*/
    border-top: 1px solid #9b9b9b;

}

.ofertaview .store {
    width: 25%;
    float: right;

    /*background-image: url('./img/catseparator.png');
    background-repeat: repeat-y;
    background-position: left 20px;
    padding-left: 78px;*/
    /*background-image: url('./img/separator_line.png');
	background-repeat: repeat-x;
	background-position: bottom;*/
	border-bottom: 1px solid #9b9b9b;
}


.ofertaview .store .separator {
    /*border-top: 1px solid #9b9b9b;
    margin-top: 10px;*/
}

.store .record_properties th {
    text-align: left;
    padding-right: 5px;
}

.store h3.storename {
    margin-top: 0;
}




ul.actions {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}

ul.actions li {
    padding-top: 10px;
}


.s_btn {
    display: block;
    border-radius: 6px;
    background-color: #f26c4f;
    color: #fff;
    text-transform: uppercase;
    padding: 5px;
    text-align: center;
    border-bottom: 3px solid #c8624c;
    margin-right: 30px;
}

.sblue_btn {
    background-color: #3a89c9;
    border-bottom: 3px solid #c6c6c6;
}


.swatch_btn {
    background-color: #1b325f;
    border-bottom: 3px solid #667592;
    background-image: url('./img/watch_ico.png');
    background-repeat: no-repeat;
    background-position: 12px 5px;
    padding-left: 25px;
}



.storeshow .imgbox {
    float: left;

    padding-right: 20px;
}





.storeshow .storeinfo {
    padding-left: 230px;
    padding-bottom: 5px;
}

.storeinfo .storedata {
    width: 550px;
    float: left;
    position: relative;
}

.storeinfo .storeaddress {
    background-image: url('./img/address_ico.png');
    background-repeat: no-repeat;
    background-position: 3px 0;
    padding-left: 30px;
    display: block;
    width: 240px;
    padding-right: 10px;
    float: left;
    padding-bottom: 20px;
}

.storeinfo .storehours {
    background-image: url('./img/clock_ico.png');
    background-repeat: no-repeat;
    background-position: 3px 0;
    display: block;
    padding-left: 30px;
    padding-right: 10px;
    width: 230px;
    float: left;
    padding-bottom: 20px;
}

.storeinfo .storephone {
    background-image: url('./img/phone_ico.png');
    background-repeat: no-repeat;
    background-position: 3px 0;
    padding-left: 30px;
    padding-right: 10px;
    display: block;
    width: 240px;
    float: left;
}



.storeinfo .storewww {
    background-image: url('./img/www_ico.png');
    background-repeat: no-repeat;
    background-position: 3px 0;
    padding-left: 30px;
    padding-right: 10px;
    display: block;
    width: 230px;
    float: left;
}

.storeinfo .hilight {
    color: #3a89c9;
}


.storeinfo ul.actions {
    margin: 0;
}

.storeshow .storedescr {
    padding-left: 240px;
    padding-top: 30px;
    padding-right: 250px;
     padding-bottom: 30px;
}

.storeshow .storedescr .opis {
    padding-bottom: 50px;
}

.storeinfo .storeactions {
    float: right;
    width: 25%;
}


.storeinfo .storeactions ul.actions li:first-child {
    padding-top: 0px;
}
.storeshow ul.storePanes {
    width: 142px;
    float: left;
    padding: 40px 30px 0 0;
    margin: 0;
    clear: left;
    font-size: 18px;
    list-style: none;
}

ul.storePanes li a {
    border-top: 1px solid #585858;
    display: block;
    padding: 5px 5px;
}

ul.storePanes li a:hover, ul.storePanes li a.active {
    color: #f26c4f;
    text-decoration: none;
}

ul.storePanes li:first-child a {
    border-top: none;
}


.storeshow .storerate {
    width: 170px;
    height: 300px;
    float: right;
    padding-top: 30px;
    padding-right: 20px;
}


.storeshow .storerate #notes {
    width: 155px;
    height: 90px;
}

.storeshow .storerate button {
    width: 160px;
    border-left: none;
    border-top: none;
    border-right: none;
    padding: 5px 15px;
    margin-top: 10px;

}

.storesort {
    padding-top: 5px;
    float: right;
    font-weight: bold;
    color: #a1d5ff;
}

.storesort span {
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
	padding-right: 15px;
}

.storesort a {
    font-weight: normal;
    color: #fff;
    display: inline-block;
	padding-right: 0px;
	padding-left: 10px;
	float: right;
}

.storesort a.active {
    text-decoration: underline;
}

.storesort a.changeorder {
	width:20px;
	height:20px;
	float:right;
}
.order_asc {
    background-image: url('./img/arrowu.png');
	background-repeat: no-repeat;
	background-position: center;
}
.order_desc {
    background-image: url('./img/arrow.png');
	background-repeat: no-repeat;
	background-position: center;
}


.loginform label {
    display: inline-block;
    width: 140px;
    margin-bottom: 10px;
    text-align: left;
}

.loginform  {
    text-align: center !important;
    width: 400px;
    margin: auto;
}

.loginform ul {
    list-style: none;
    color: red;
}

.loginform .s_btn {
    padding: 5px 15px;
    border-top: none;
    border-left: none;
    border-right: none;
    display: inline-block !important;
}

.loginform .error {
    color: red;
    margin-bottom: 20px;
}

.pagcont {
    text-align: center;
}

.paginator {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.paginator a {
    display: inline-block;
    padding: 5px;
    margin: 2px;
    border-radius: 5px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
    background: -moz-linear-gradient(0% 0% 270deg,#f8f8f8, #e9e9e9);
}

.paginator a:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}

.paginator a.prev, .paginator a.next {
    padding: 5px 10px;

}


.ofertaadd .ghb-content {
    padding-bottom: 30px;
}

.ofertaadd label {
    display: block;
    font-size: 16px;
    margin: 20px 0 5px 0;
}

.ofertaadd i {
    font-size: 14px;
    color: #ccc;
}

.ofertaadd input[type=text], .ofertaadd input[type=number], .ofertaadd input[type=email] {
    width: 300px;
    padding: 5px 5px 5px 25px;
    background-position: 5px 7px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-image: url('./img/writeico.png');
    background-repeat: no-repeat;
}

.ofertaadd select {
    width: 330px;
    border-radius: 5px;
    border: none;
    padding: 5px;
}

.ofertaadd textarea {
    background-position: 7px 7px;
    border-radius: 5px;
    border: none;
    width: 600px;
    height: 250px;
    background-image: url('./img/writeico.png');
    background-repeat: no-repeat;
    padding: 5px 5px 5px 30px;
}

.ofertaadd .ghb-head.incontent .wrap {
    padding-bottom: 30px;
}



.ofertaadd .addostawa input {
    display: block;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    margin-right: 10px;
    margin-top: 4px;
}


.ofertaadd .addostawa label {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;

}



.ofertaadd .ghb-head h3 {
    border-bottom: 2px solid #4b93cc;
    padding-bottom: 10px;
    margin-top: 5px;
}

.ofertaadd .ghb-content h3 {
    border-bottom: 2px solid #cdcdcd;
    padding-bottom: 10px;
}

.ofertaadd .ghb-content.incontent {
    padding-top: 10px;
}

.ofertaadd #adNew_submit {
    margin-top: 50px;
    border: none;
    padding: 8px 10px;
    background-image: url('./img/arrowr.png');
    background-repeat: no-repeat;
    background-position: 95% 10px;
    padding-right: 3%;
}

.fll {
    float: left;
}

.ofertaadd .fll {
    margin-right: 20px;
}

.ofertaadd #adNew_unit {
    width: 150px;
}


.ofertaadd.ofertapreview .s_btn {
    display: inline-block;
    padding: 5px 15px;
}

.ofertaadd.ofertapreview .fll {
    width: 300px;
}



.panel_ads_list {
    width: 100%;

}

.panel_ads_list th, .panel_ads_list td {
    padding: 5px;
}

.panel_ads_list tr:nth-child(2n) td {
    background-color: #aaa;
    border-radius: 5px;
}

.panel_ads_list th {
    font-weight: bold;
    background-color: #3a89c9;
    color: #fff;
    border-radius: 5px;
}






table.paneltable a:link {
    color: #666;
    font-weight: bold;
    text-decoration:none;
}
table.paneltable a:visited {
    color: #999999;
    font-weight:bold;
    text-decoration:none;
}
table.paneltable a:active,
table.paneltable a:hover {
    color: #bd5a35;
    text-decoration:underline;
}
table.paneltable {
    color:#666;
    font-size:16px;

    background:#eaebec;
    border:none;

    width: 100%;
    border-collapse: separate;

}
table.paneltable th {
    padding:21px 25px 22px 25px;

    background: #4b93cc;
    color: #fff;
}
table.paneltable th:first-child {
    text-align: left;
    padding-left:20px;
}
table.paneltable tr:first-child th:first-child {
    border-top-left-radius:5px;
}
table.paneltable tr:first-child th:last-child {
    border-top-right-radius:5px;
}
table.paneltable tr {
    text-align: center;
    padding-left:20px;
}
table.paneltable td:first-child {
    text-align: left;
    padding-left:20px;
    border-left: 0;
}
table.paneltable td {
    padding:18px;
    border-top: 1px solid #ffffff;
    border-bottom:1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;

    background: #fafafa;
}
table.paneltable tr.even td {
    background: #f6f6f6;
}
table.paneltable tr:last-child td {
    border-bottom:0;
}
table.paneltable tr:last-child td:first-child {
    border-bottom-left-radius:5px;
}
table.paneltable tr:last-child td:last-child {
    border-bottom-right-radius:5px;
}
table.paneltable tr:hover td {
    background: #e0e0e0;
    border-right: 1px solid #e6e6e6;
}
table.paneltable tr:hover td:last-child {
    border-right: 0px;

}

.novisitedhover:hover td{
    background: #fafafa !important;
}

table.paneltable .storepic img {
    max-height: 70px;
    max-width: 90px;
    vertical-align: middle;
    float: left;
}

table.paneltable .storepic .data {
    display: inline-block;
    text-align: left;
    padding-left: 5px;
}

.zapytanie .dane {
    margin: 20px;
    background-color: #e0e0e0;
    border-radius: 5px;
    padding: 30px;
}

.subinfo {
    font-size: smaller;
}


.ofertastat0 {
    color: forestgreen;
}

.ofertastat1 {
    color: red;
}

.ofertastat2 {
    color: #999;
}

.ofertalowstan {
    color: red;
}



.map-address {
    background-color: #fff;
    width: 200px;
    height: 305px;
    position: absolute;
    top: -450px;
    left: 10px;
    margin-left: 30px;
    border-radius: 5px;
    border-bottom: 4px solid #8b9d7b;
    color: #525151;
    font-size: 16px;
    padding: 10px;
}

.map-address-adnotation{
    margin-top: 10px;
    color: #525151;
    font-size: 11px;
    font-weight: bold;
}

.prel {
    position: relative;
}

.map-address h1 {
    font-size: 21px;
    color: #1b325f;
    font-weight: normal;
}

.map-address .phone {
    color: #3a89c9;
}

.ghb-head hr {
    border: none;
    border-top: 1px solid #77add9;
}

.kontakt_right {
    float: right;
    width: 330px;
    padding-left: 30px;
    text-align: center;
    background-image: url('./img/kontakt_dots.png');
    background-repeat: no-repeat;
    background-position: 0 35px;
}
.kontakt_top{
    background-repeat: no-repeat;
    background-position: right;
    padding: 0 60px 0 0;
    margin: 40px 45px 0 0;
}
.kontakt_top h3 {
    margin: 0;
    font-weight: bold;
    font-size: 26px;
}
.kontakt_left {
    float: left;
    width: 310px;

    text-align: center;
    background-image: url('./img/kontakt_dots.png');
    background-repeat: no-repeat;
    background-position: right;
    padding: 0 60px 0 0;
    margin: 40px 45px 0 0;
    height: 500px;
}
.kontakt_left ul{
    width: 100%;
}
.kontakt_left ul li{
    list-style: none;
    background: url('./img/contact_list.png') no-repeat 0 0px;
    padding: 0 10px 20px 80px;
    text-align: left;
    font-size: 16px;
}
.kontakt_top ul{
    width: 100%;
}

.kontakt_top ul li{
    list-style: none;
    background: url('./img/contact_list_orange.png') no-repeat 0 19px;
    padding: 0 10px 30px 90px;
    text-align: left;
    font-size: 21px;
}
.kontakt_top div span{
    font-size: 24px;
}
.kontakt_left h3{
    font-size: 24px;
    padding-left: 85px;
}
.kontakt_right .orangebtn {
    text-transform: none;
    margin-top: 20px;
    margin-bottom: 20px;
}

.kontakt_right h2 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    border-top: 1px solid #94bfe2;
    border-bottom: 1px solid #94bfe2;
    padding: 10px;
    margin: 40px 40px 30px 40px;
}

.kontakt_right h3 {
    font-size: 18px;
    font-weight: normal;
    margin: 30px 0 20px 0;
    line-height: 30px;
}

.kontakt button.orangebtn {
    border: none;
    margin-bottom: 40px;
}

.kontakt .ofertaadd {
    width: 605px;
    float: left;
    padding-top: 37px;
    margin-left: 130px;
}

.kontakt .ofertaadd textarea {
    width: 600px;
    height: 200px;
    margin-bottom: 20px;
    float: left;
}

.kontakt input[type=text], .kontakt input[type=email] {
    width: 250px;
}



.advancedsearch {
    background-color: #ececec;
    border-top: 4px solid #adadad;

    padding: 10px 0px 20px 0;
}




.advancedsearch label {
    display: block;
    margin: 15px 0;
}

.advancedsearch .col {
	float: left;
	padding: 0px 25px;
	width: 21%;
	margin-left: 38px;
	margin-right: 38px;
}

.advancedsearch .ui-slider {
    margin-top: 20px;
}

.advancedsearch input[type=text] {
    width: 85%;
}

.advancedsearch select {
    width: 95%;
    border-radius: 5px;
    border: none;
    padding: 2px;
}

.advancedsearch .orangebtn {
	position: relative;
	display: block !important;
	margin: 20px auto;
	top: 10px;
	border: none;
	padding: 5px 30px;
}

.watchbtn {
    background-color: #1b325f;
    background-image: url('./img/watch_ico.png');
    background-repeat: no-repeat;
    background-position: 12px 5px;
    border: none;
    padding: 5px 20px 5px 40px;

    display: inline-block;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;

    color: #fff;
    font-size: 14px;

    float: left;
    margin-left: 400px;
    margin-top: -40px;
}

.whitebg{
	background: #fff !important;
}
#searchform {
    display: none;
}


.storesearch {
    float: right;
}

.storesearch .orangebtn {
    padding: 6px 10px;
}

.storesearch #mapsearch {
    width: 215px;
    border-left:2px solid #3a89c9;
    border-right:2px solid #3a89c9;
    border-radius:0px;
}

.storesearch #mapnazwa {
    width: 215px;
}
.storesearch #region {
    width: 215px;
}
.storesearch .mapsearchtitle{
	display: block;
	float:left;
	width:200px;
}

.mapsearch_findnearest{
    background-image: url('./img/func_find_ico.png');
    background-repeat: no-repeat;
    background-position: 4px 3px;
    background-size:30px;
    display: inline-block;
    text-align: center;
    padding:4px 11px 4px 35px;
    border-radius: 5px;
    text-transform: uppercase;
    border: none;
    background-color: #ea6548;
    color: #fff;
    border-bottom: 3px solid #b73215;
    font-size: 13px;
    position: absolute;
    top: 60px;
    z-index: 10;
    right: 18px;
}

@media screen and (max-width: 699px)  {
    .storesearch #mapsearch {
        width: 215px;
        border-left:0px;
        border-right:0px;
        border-radius:0px;
    }
    .storesearch #mapnazwa {
        width: 215px;

    }
    .storesearch #region {
        width: 215px;

    }
    .storesearch .mapsearchtitle{
        display: block;
        float:left;
        width:200px;

    }

    .mapsearch_findnearest{
        background-image: url('./img/func_find_ico.png');
        background-repeat: no-repeat;
        background-position: 4px 3px;
        background-size:30px;
        display: inline-block;
        text-align: center;
        padding:4px 11px 4px 35px;
        border-radius: 5px;
        text-transform: uppercase;
        border: none;
        background-color: #ea6548;
        color: #fff;
        border-bottom: 3px solid #b73215;
        font-size: 13px;
        position: absolute;
        top: 73px;
        z-index: 10;
        right: 18px;
    }
}


.ghb-head a {
    color: #fff;
}


.ofertayes {
    display: block;
    width: 50px;
    height: 50px;
    background-image: url('./img/alertyes.png');
}

.ofertayes_form {
	width: 50px;
	height: 50px;
	background-image: url('./img/alertyes.png');
	position: relative;
	bottom: 37px;
	margin-bottom: -50px;
	left: 10px;
	display:none;
}

.ofertano {
    display: block;
    width: 50px;
    height: 50px;
    background-image: url('./img/alertno.png');
}

ul.pagesubmenu {
    list-style: none;
    margin: 0;
    padding: 0;
}


ul.pagesubmenu li {
    display: inline-block;
    border-left: 1px solid #4c4c4c;
    padding: 0 20px;
}


ul.pagesubmenu li:first-child {
    border-left: none;
}

ul.pagesubmenu li.active a {
    font-weight: bold;
    color: #00a8e8;
}

.loginform .s_btn {
    margin-right: 0;
}

.ghb_list td.storeactions {
    width: 190px;
}

.ghb_list .godziny {
    float: right;
    padding-right: 80px;
    max-width: 140px;
    overflow: hidden;

}



#cookie-law-info-bar {
    background: #666666 !important;
    color: #eee;
    font-weight: normal;
    z-index: 2000;
    border-top:solid 2px #00a8e8;
}

#cookie-law-info-bar p {
    padding: 0 !important;
}

#cookie-law-info-bar a {
    color: #ffffff;
    font-weight: normal;
    text-decoration: underline;
}
a#cookie-law-close-button{
    background-color: #3a89c9;
    border-bottom: 3px solid #2b689b;
    padding:5px 10px 5px 10px;
    text-decoration: none;
    margin-left: 10px;
    border-radius: 5px;
}


.storepanel_pic {
    display: inline-block;
    font-size: smaller;
    text-align: center;
}




.slider .wrap {
    padding: 0;

}

.slider a {
    display: block;
}


.sliderarrow {
    position: absolute;
    display: block;
    top: 200px;
    width: 24px;
    height: 42px;
    z-index: 1000;
    cursor: pointer;
}

.sliderleft {
    left: 0px;
    background-image: url('./img/slider_prev.png');
}

.sliderright {
    right: 0px;
    background-image: url('./img/slider_next.png');
}

/* pager */
.cycle-pager {
    text-align: center; width: 100%; z-index: 500; position: absolute; bottom: 10px; overflow: hidden;
}
.cycle-pager span {
    font-family: arial; font-size: 30px; width: 16px; height: 16px;
    display: inline-block; color: #ddd; cursor: pointer;
}
.cycle-pager span.cycle-pager-active { color: #989898;}
.cycle-pager > * { cursor: pointer;}




/* slideshow images (for most of the demos, these are the actual "slides") */
.cycle-slideshow img {
    /*
    some of these styles will be set by the plugin (by default) but setting them here
    helps avoid flash-of-unstyled-content
    */
    width: 100%; padding: 0; display: block;
}


.cycle-slideshow a {
    min-height: 433px;

}

.storegallery {
    text-align: center;
    padding-bottom: 8px;
}

.storegallery a {
    display: inline-block;
    background-color: #fff;
    margin: 20px;
    padding: 0;
    box-shadow: 0 4px 0 #275c87;
    height: 138px;
    position: relative;
}

.storegallery a img {
    margin: 4px;
    height: 130px;
}

.storegallery a .loupe {
    display: block;
    width: 18px;
    height: 18px;
    background-image: url('img/producer/gallery_loupe.png');
    position: absolute;
    right: 6px;
    bottom: 6px;
}


.multistores table {
    float: left;
    width: 280px;
    margin-right: 40px;
}

.multistores table h3 {
    height: 30px;
}


.ghb-head-dark {
    background-color: #1b325f;
}

.ghb-head-gray {
    background-color: #e9e9e9;
    border-bottom: 1px solid #4c4c4c;
    color: #4c4c4c;
}

.white-head {
    background-color: #fff;
    border-bottom: 1px solid #4c4c4c;
    color: #4c4c4c;
}


.white-content {
    background-color: #fff;
}


.ghb-content-blue {
    background-color: #3a89c9;
    color: #fff;
    padding-bottom: 30px;
}

.ghb-content-blue .s_btn.sblue_btn {
    background-color: #1b325f;
    border-bottom-color: #235379;
}

.ofertamiddle .opis.fullwidth {
    width: 100%;
}





.offcounter {
    padding-top: 5px;
    display: block;
    font-size: 17px;
    text-transform: none;
    padding-right: 35px;
}

.offcounter img {
    vertical-align: middle;
    margin-right: 5px;
}

.offcounter img.todayimg {
    margin-left: 15px;
}

.offcounter .numb {
    color: #f26c4f;
    font-size: 17px;
}



.fb_float, .gplus_float {
    display: block;
    width: 236px;
    height: 38px;
    position: fixed;
    bottom: 422px;
    right: -198px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    z-index: 1000;
}

.fb_float img, .gplus_float img {
    float: left;
}

.fb_float:HOVER, .gplus_float:HOVER {
    right: 0px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.gplus_float {
    width: 338px;
    height: 38px;
    position: fixed;
    bottom: 380px;
    right: -300px;
}



.lastoff h2 {
    background-image: url('./img/cartico.png');
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 0px 8px;
    font-weight: normal;
    font-size: 30px;
    margin-top: -10px;
}

.lastoff .offer {
    display: block;
    float: left;
    width: 234px;
    height: 320px;
    margin: 10px;
    border: 1px solid #b9b9b9;
    border-radius: 5px;
    text-align: center;
    background-color: #fff;
}


.lastoff .offer h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    height: 40px;
    padding: 0 10px;
    overflow: hidden;
    margin: 12px 0 10px 0;
}

.lastoff .offer h4 {
    font-size: 16px;
    margin: 5px 10px 0 10px;

}


.lastoff .offer h4 a {
    color: #3a89c9;
}

.lastoff .imgbox {
    margin: 0 auto 10px auto;
}

.lastoff .moreoffs {
    display: block;
    width: 200px;
    margin: 20px auto 0 auto;
}

.lastoff .price_box {
    font-weight: bold;
    display: inline-block;
    margin-top: 15px;
}


.lastoff .orangebtn {
    margin-top: 5px;
}

.category-content.lastoffs-content {
    padding-bottom: 40px;
}





.cll {
    clear: left;
}





/*  shop  */


ul.pagesubmenu.condensed li {
    padding: 0 10px;
}

table.form-table td {
    width: 300px;
    padding-bottom: 10px;
}

table.form-table td input[type=text] {
    width: 300px;

}

table.form-table td textarea {
    width: 400px;
    height: 100px;
    border-radius: 5px;
    border: none;
}

.s_smallerbtn, .koszyk.paneltable a.s_smallerbtn {
    font-size: 80%;
    color: #fff;
}

.buynowoutlist {
    width: 100px;
    padding-left: 25px;
    padding-right: 10px;
    background-image: url('./img/koszykico.jpg');
    background-repeat: no-repeat;
    background-position: 0px 10px;
    display: inline-block;
    padding-top: 8px;
}

.bluebutton.bnow {
    margin-top: 5px;
}

.buynowout {
    position: absolute;
    right: 5px;
    top: 0px;
    padding-left: 25px;
    background-image: url('./img/koszykico.jpg');
    background-repeat: no-repeat;
    background-position: 0px 2px;
}

.buynow {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    background-color: #1b325f;
    border: 2px solid #6aa4d2;
    border-radius: 4px;
    padding: 4px 6px;
    color: #fff;
    text-transform: uppercase;
}

.sscart_amount {
    width: 50px;
}


.daneplatnosci th {
    vertical-align: top;
    padding-right: 10px;
    padding-bottom: 10px;
}

.ghb-content .infotext {
    font-size: 12px;
}

.infotext a {
    color: #1b325f;
}


.skontaktuj {
    padding: 15px 0;
}




/* select */


/* The CSS */
select.styled {
    padding:3px;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    background: #f8f8f8;
    color:#000;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select.styled {padding-right:18px}
}

.styledselect {
    position:relative;
    display: inline-block;
}
.styledselect:after {
    content:'▼';
    font:16px "Consolas", monospace;
    color:#000;
    right:0px;
    top:0px;
    bottom: 0px;
    padding:7px 5px 5px 5px;
    position:absolute;
    pointer-events:none;
    background-color: #fff;

    width: 10px;
    border-radius: 4px;
}
.styledselect:before {
    content:'';
    right:6px; top:0px;
    width:20px; height:20px;
    background:#f8f8f8;
    position:absolute;
    pointer-events:none;
    display:block;
}
.styledselect2 {
    position:relative;
    display: inline-block;
}
.styledselect2:after {
    content:'▼';
    font:16px "Consolas", monospace;
    color:#ea6548;
    right:0px;
    top:0px;
    bottom: 0px;
    padding:3px 5px 5px 5px;
    position:absolute;
    pointer-events:none;
    background-color: #fff;
    width: 10px;
    border-radius: 4px;
}
.styledselect2:before {
    content:'';
    right:6px; top:0px;
    width:20px; height:20px;
    background:#ffffff;
    position:absolute;
    pointer-events:none;
    display:block;
}


.swiper-slide .container  {
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
}



.swiper-slide .content  {
    position: absolute;
    font-size: 20px;
    width: 40% !important;
}





.swiper-slide > a {
    width: 100%;
    height: 300px;
    display: block;
}


.swiper-slide .buttons > div > a {
    display: inline-block;
    text-align: center;
    padding: 0.6em 0.8em;
    border-radius: 0.4em;
    text-transform: uppercase;
    border: none;
    background-color: #1b325f;
    color: #fff;
    border-bottom: 0.2em solid #091938;
    font-size: 0.7em;
}

.swiper-slide .buttons > div > a.secbutton {
    background-color: #ea6548;
    border-bottom: 0.2em solid #c55841;
}


.parallax_slider_outer {
    border-bottom: 5px solid #00a8e8;
}



/*       NEW FRONT OFFERS       */


.offerbig {

    display: block;
    float: left;
    width: 490px;
    height: 485px;
    margin: 10px;
    border: 1px solid #b9b9b9;
    border-radius: 5px;
    text-align: center;
    background-color: #fff;
    position: relative;
}

.offerbig.scnd {
    margin-right: 0;
}


.offerbig .titlehover {
    display: block;
    position: absolute;
    left: 0px;
    border-right: 1px solid #bebebe;
    top: 0px;
    width: 300px;
    height: 50px;
    overflow: hidden;

    padding: 10px;
    font-size: 20px;
}

.offerbig .topoffer .rollbutton {
    background-image: url('./img/paginator_right.png');
    background-repeat: no-repeat;
    background-position: 10px 7px;
    width: 20px;
    height: 20px;
    display: inline-block;


}

.offerbig .topoffer {
    width: 490px;
    height: 70px;
    border-bottom: 1px solid #bebebe;
}

.offerbig .details {
    position: absolute;
    right: 0;
    top: 0;
    width: 169px;
    height: 70px;
    overflow: hidden;
}

.offerbig .descr {
    position: absolute;
    top: 70px;
    left: 0px;
    width: 320px;
    max-height: 340px;
    overflow: hidden;
    box-shadow: 0px 3px 3px #aaaaaa;
    display: none;
    background-color: #fff;
}

.offerbig .descr p {
    padding: 10px;
}


.offerbig .topoffer:hover .descrhover {
    height: auto;
    transition-duration: 0.5s;
    display: block;
}
.offerbig .topoffer:hover .rollbutton {
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
}

.offerbig .imagemain {
    width: 320px;
    height: 414px;
    display: block;
    float: left;
    border-right: 1px solid #bebebe;
    text-decoration: none;
}

.offerbig .imagemain .imgframe {
    width: 324px;
    height: 340px;
    text-align: center;
    margin-left: -4px;
}

.offerbig .imagemain .imgframe .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
 }
.offerbig .imagemain img {
    max-width: 319px;
    max-height: 340px;
    vertical-align: middle;
}

.offerbig .imagesec {
    display: block;
    width: 168px;
    height: 137px;
    border-bottom: 1px solid #bebebe;
    float: left;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
}

.offerbig .imagesec.lastbox {
    border-bottom: none;
}

.offerbig .imagesec img {
    width: auto;
    height: 137px;
}

.offerbig .price_box {
    position: absolute;
    bottom: 20px;
    left: 84px;
}

.offerbig .details {
    padding-top: 5px;
}

.offerbig .details h4 {
    margin: 0;
    width: 149px;
    height: 13px;
    padding: 7px 10px;
    overflow: hidden;
}

.offerbig .details a {
    color: #00a8e8;
}




.rollcats {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url('./img/rollo.png');
    background-position: 0 20px;
    background-size: 20px;
}



.rollcats_ger {
    width: 30px;
    height: 16px;
    display: inline-block;
    background-image: url('./img/rollo_ger.png');
    background-position: 0 30px;
}


.rollcats.rollopen {
    background-position: 0 0px;
}



#roll_category_pane {
    padding-bottom: 20px;
}


#roll_category_content {
    padding-bottom: 20px;
}

#roll_category_pane h1 {
    margin-top: 5px;
    margin-bottom: 5px;
}

#roll_category_pane h3 {
    margin-top: 0px;
    margin-bottom: 5px;
    text-transform: none;
}

#roll_category_pane h3:hover {
    margin-top: 0px;
    margin-bottom: 5px;
    text-decoration: underline;
    cursor: pointer;
}


#roll_category_pane h3:hover .rollcats {
    background-position: 0 0px;
}


.rate.rate2 {
    display: none;
}




/* rating stars */


.rating {
    overflow: hidden;
    display: inline-block;
    font-size: 0;
    position: relative;
}
.rating-input {
    float: right;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0 0 0 -16px;
    opacity: 0;
}
.rating:hover .rating-star:hover,
.rating:hover .rating-star:hover ~ .rating-star,
.rating-input:checked ~ .rating-star {
    background-position: 0 0;
}
.rating-star,
.rating:hover .rating-star {
    position: relative;
    float: right;
    display: block;
    width: 16px;
    height: 16px;
    background: url('./img/star.png') 0 -16px;
    cursor: pointer;
}





.blue {
    color: #00a8e8;
}

.orange {
    color: #f26c4f;
}

.ratelabel {
    display: inline-block;
    width: 70px;
}

.kodrabatowy {
    text-align: center;
}

.kodrabatowy h1 {
    color: #f26c4f;
    display: inline-block;
    border: 1px solid #f26c4f;
    background-color: #fff;

    padding: 10px;
}


.storesMailing, .storesUsers {
    padding: 20px;
    font-size: 12px;
    display: none;
}



.onerate {
    border-bottom: 1px solid #bababa;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.onerate .ocena_user {
    padding-left: 0px;
    padding-bottom: 10px;
    padding-top: 30px;
    display: inline-block;
}

.onerate .ocena_opis {
    padding: 10px 30px 0 0px;
    font-style: italic;
}

.onerate .ocena .labb {
    display: inline-block;
    width: 80px;
}

.rateform #notes {
    width: 220px;
}

.rateform button {
    width: 225px;
    border-top: none;
    border-left: none;
    border-right: none;
    margin-top: 10px;

}


.rateform h4 {
    margin-bottom: 0;
}

.rateform .notelabel {
    display: inline-block;
    padding-top: 10px;
}

.othastores .onestore h3 {
    margin-top: 0px;
}


.othastores .onestore {
    display: block;
    float: left;
    width: 234px;
    margin: 10px;
    background-color: #fff;
    font-weight: normal;
    position: relative;
    height: 190px;
}

.othastores .onestore .s_btn {
    position: absolute;
    bottom: 10px;
}


.store-sep {
    padding-top: 20px;
    border: none;
    border-bottom: 1px solid #bababa;
}



h2#ratebar {
    padding-top: 2px;
    cursor: pointer;
}


h2#ratebar .rollcats  {
    position: relative;
    top: -3px;
}

h2#ratebar:hover .rollcats  {
    background-position: 0 0px;
}








.offercompact {
    display: block;
    float: left;
    width: 180px;
    height: 320px;
    margin: 10px;
    border: 1px solid #b9b9b9;
    border-radius: 5px;
    text-align: center;
    background-color: #fff;
    position: relative;
}

.offercompact .price_box {
    font-weight: bold;
    display: inline-block;
    margin-top: 15px;
}

.offercompact .topoffer {
    width: 170px;
    height: 40px;
    padding: 0 5px;
    border-bottom: 1px solid #bebebe;
}

.offercompact .topoffer .rollbutton {
    background-image: url('./img/paginator_right.png');
    background-repeat: no-repeat;
    background-position: 10px 7px;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.rollbutton {
    background-image: url('./img/paginator_right.png');
    background-repeat: no-repeat;
    background-position: 10px 7px;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.offercompact .descr {
    position: absolute;
    top: 40px;
    left: 0px;
    width: 180px;
    max-height: 220px;
    overflow: hidden;
    box-shadow: 0px 3px 3px #aaaaaa;
    display: none;
    background-color: #fff;
    font-size: 14px;
}

.offercompact .descr p {
    padding: 5px;
}


.offercompact .topoffer:hover .descrhover {
    height: auto;
    transition-duration: 0.5s;
    display: block;
}

.offercompact .topoffer:hover .rollbutton {
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
}

.rollbutton.open {
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
}

.offercompact .price_box {
    position: absolute;
    bottom: 15px;
    left: 12px;
}

.offercompact .imagemain {
    width: 180px;
    height: 220px;
    display: block;
    float: left;
    text-decoration: none;
}

.offercompact .imagemain .imgframe {
    width: 180px;
    height: 210px;
    text-align: center;
    margin-left: -2px;
}

.offercompact .imagemain .imgframe .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.offercompact .imagemain img {
    max-width: 176px;
    max-height: 210px;
    vertical-align: middle;
}









.catbig {
    display: block;
    float: left;
    width: 315px;
    height: 320px;
    margin: 10px;
    border: 1px solid #b9b9b9;
    border-radius: 5px;
    text-align: center;
    background-color: #fff;
    position: relative;

}

.catbig .body {
    border-top: 1px solid #b9b9b9;
    position: absolute;
    top: 70px;
    left: 0;
}

.catbig .titlehover {
    display: block;
    position: absolute;
    left: 0px;
    border-right: 1px solid #bebebe;
    top: 0px;
    width: 190px;
    height: 50px;
    overflow: hidden;

    padding: 10px;
    font-size: 20px;
}


.carbig .topoffer {
    width: 490px;
    height: 70px;
    border-bottom: 1px solid #bebebe;
}


.catbig .details {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 70px;
    overflow: hidden;
    font-size: 14px;
}

.catbig .details .orange {
    color: #f26c4f;
}

.catbig .details h4 {
    margin-top: 10px;
}


.catbig .imagemain {
    width: 210px;
    height: 250px;
    display: block;
    float: left;
    border-right: 1px solid #bebebe;
}

.catbig .imagemain .imgframe {
    width: 215px;
    height: 250px;
    text-align: center;
    margin-left: -4px;
}

.catbig .imagemain img {
    max-width: 205px;
    max-height: 230px;
    vertical-align: middle;
}


.catbig .imagemain .imgframe .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.catbig .imagesec {
    display: block;
    width: 100px;
    height: 82px;
    border-bottom: 1px solid #bebebe;
    float: left;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
}

.catbig .imagesec.lastbox {
    border-bottom: none;
}

.catbig .imagesec img {
    width: auto;
    height: 82px;
}


.catbig .imagemain.big {
    width: 305px;
    height: 249px;
    border-right: none;
}

.catbig .imagemain.big .imgframe {
    width: 320px;
    height: 249px;
}

.catbig .imagemain.big img {
    max-width: 300px;
    max-height: 240px;
}




.panelfeed .leftcol {
    float: left;
    width: 220px;
}

.panelfeed .rightcol {
    float: right;
    width: 790px;
}

#mass_edit_stat {
    height: 30px;
}


ul.leftpanelmenu {
    width: 130px;
}

ul.leftpanelmenu li a {
    border-top: 1px solid #bababa;
    display: block;
    padding: 5px 5px;
}

ul.leftpanelmenu li:first-child a {
    border-top: none;
}


ul.leftpanelmenu li.active, ul.leftpanelmenu li.active a, ul.leftpanelmenu li:hover a {
    color: #f26c4f;
    text-decoration: none;
}





.gm-style-iw a {
    color: #f26c4f;
}


@media only screen and (min-width: 700px)  {

    .lastoff .offer.lastinrow {
        margin-right: 0;
    }

}


.step1_tooltip {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 1000;
    padding: 20px;
    border: 1px solid #347bb5;
    margin-left: -30px;
    margin-top: 4px;
}


.step1_tooltip:before {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    top: -20px;
    left: 80px;
	font-size: 16px;
	font-family: 'Calibri';
    z-index: 1000;
}

.step1_tooltip a {
    color: #f4421a;
    text-decoration: underline;
}

li:HOVER .step1_tooltip {
    display: block;
}


.step1withtool .step1_tooltip {
    margin-left: -250px;
    margin-top: -110px;
    width: 400px;
}

.step1withtool:HOVER .step1_tooltip {
    display: block;
}


.step1withtool .step1_tooltip:before {
    display:none;
    left: 180px;
}

.watch_tooltip {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 1000;
    padding: 10px;
    border-radius: 4px;
    margin-left: -30px;
    margin-top: 4px;
}


.watch_tooltip:before {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;

    border: 10px solid transparent;
    border-bottom-color: #fff;
    top: -20px;
    left: 80px;

    z-index: 1000;
}



.watch_tooltip a {
    color: #f4421a;
}

li:HOVER .watch_tooltip {
    display: block;
}

.showexpired_adlist{
    text-align: right;
}

.showexpired_adlist > a{
    position: relative;
    bottom:35px;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: bold;
}

.watchwithtool .watch_tooltip {
    margin-left: 280px;
    margin-top: -10px;
    width: 300px;
}

.watchwithtool:HOVER .watch_tooltip {
    display: block;
}


.watchwithtool .watch_tooltip:before {

    left: 180px;
}



/* ----------------- asortyment ------------------ */


#xml_import {
    float: right;
}


.import_form label {
    display: block;
    margin-bottom: 10px;
}




.producer_list .ofrow {
    clear: both;
    min-height: 150px;
    /*margin: 10px 0;*/
    padding: 15px;
    border-bottom: none;
}

.producer_list .ofrow_even {
    background-color: #f8f9fb;
}


.producer_list .storecnt h3 {
    font-size: 34px;
    height: 36px;
}

.ghb-head#producerhead, .ghb-head#producthead {
    border-bottom: 4px solid #acacac;
}


.producer_list .imgbox .imgcnt  {
    border-bottom: 3px solid #c6c3c3;
    width: 240px;
    height: 170px;
    background-color: #fff;
}
.producer_list .imgbox .imgcnt img {
    width: 232px;
}

.producer_list .imgbox {
    width: 250px;
}

.producer_list ul.categs {
    list-style: none;
    margin: -10px 0 0 0;
    padding: 0;
    margin-bottom: 10px;


}

.producer_list ul.categs li {
    display: inline-block;
    border-left: 1px solid #555;
    padding: 0 10px;
}

.producer_list ul.categs li a {
    color: #00a8e8;
    font-weight: normal;
}

.producer_list ul.categs li:first-child {
    border-left: none;
    padding-left: 0;
}

.producer_list .storeinfo .actions .s_btn {
    width: 160px;
    margin-right: 0px;
    padding-top: 7px;
}

#producerhead {
    min-height: 32px;
}

#producerhead #category {
    margin-left: 20px;
    border-radius: 5px;
    padding: 6px;
    display: block;
    float: left;
    width: 240px;
}

#producerhead .categchoose {

    float: right;
 }

#producerhead .categchoose label {
    float: left;
    padding-top: 7px;
}

#producerhead #prod_search {
    width: 300px;
    margin-left: 20px;
}

#producerhead h2 {
    float: left;
}

.ghb-producer-info {
    border-bottom: 1px solid #adadad;
    background-color: #ececec;
    height: 60px;
    padding-top: 15px;
}

.ghb-producer-info h2 {
    float: left;
    margin-top: 0;
    font-size: 35px;
}

.ghb-producer-info img {
    height: 42px;
    float: left;
    margin-right: 20px;
}

.ghb-producer-info a {
    float: right;
    padding-top: 10px;
    margin-top: 2px;
}

#producercateg .titlehover {
    background-color: #3a89c9;
    color: #fff;
    height: 32px;
    padding-top: 18px;
}

#producercateg .details {
    background-color: #1b325f;
    color: #fff;
    width: 105px;
    height: 60px;
}

#producercateg .details h4 {
    font-weight: normal;
}

#producercateg .catbig .body {
    top: 60px;
}

#producercateg .catbig {
    border-radius: 0;
    border-bottom: 2px solid #9f9f9f;
}

.catbig a:hover {
    text-decoration: none;
}


.ghb-content.producer-content .imgbox img {
    width: 260px;
    vertical-align: middle;
}


.ghb-content.producer-content .imgbox {
    width: 280px;
}

.ghb-content.producer-content .imgcnt, .ghb-content.producer-content .imgcnt a {
    width: 270px;
    height: auto;
    line-height: 180px;
    display: block;
}



.ghb-content.producer-content .producer_list .imgbox img {
    width: 187px;
}


.ghb-content.producer-content .producer_list .imgbox {
    width: 207px;
}

.ghb-content.producer-content .producer_list .imgcnt, .ghb-content.producer-content .imgcnt a {
    width: 197px;
    line-height: 146px;
}

.ghb-content.lastalert-content  {
    padding-bottom: 40px;
}

.producer_list .producer_descr {
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
}


.ghb-content.producer-content .imgcnt a img {
vertical-align: middle;
}


.ghb-content.producer-content .producerdescr .addthis_toolbox {
    position: absolute;
     left: 0;
    margin-top: 0;
}

.ghb-content.producer-content .producerdescr .storePanes {
    position: absolute;
    left: 10px;
}

#section_gallery, #section_vids, #section_offer {
    margin-top: -100px;
    position: absolute;
}

.ghb-content.producer-content .addthis_toolbox {
    margin-top: 20px;
    margin-left: 10px;
}


.ghb-content.producer-content .storeinfo h1 {
    font-size: 35px;
}

.ghb-content.producer-content .storedata {
    width: 700px;
}

.storeinfo .producerbox {
    display: block;
    padding-left: 50px;
    padding-right: 10px;
    width: 290px;
    float: left;
    padding-bottom: 15px;
    color: #4c4c4c;
}

.storeinfo .producerwww {
    background-image: url('./img/producer/www_ico.png');
    background-repeat: no-repeat;
    background-position: 3px 0;
}

.storeinfo .produceraddress {
    background-image: url('./img/producer/address_ico.png');
    background-repeat: no-repeat;
    background-position: 3px 0;
}

.storeinfo .produceremail {
    background-image: url('./img/producer/email_ico.png');
    background-repeat: no-repeat;
    background-position: 3px 0;
}



.storeinfo .producerphone {
    background-image: url('./img/producer/phone_ico.png');
    background-repeat: no-repeat;
    background-position: 3px 0;
}

.ghb-content.producer-content .s_btn {
    margin-right: 0;
}

.storeinfo .producer_oferty {
    display: block;
    width: 100%;
    background-color: #3a89c9;
    color: #fff;
    border-radius: 3px;
    margin-top: 10px;
}

.storeinfo .producer_oferty form {
    padding: 10px;
}

.storeinfo .producer_oferty .s_btn {
    width: 100%;
    margin-top: 10px;
}

.storeinfo .producer_oferty .styledselect {
     margin-top: 10px;
}

.storeinfo .producer_oferty #region {
    height: 34px;
    visibility: visible !important;
 }

.ghb-content.producer-content .producerdescr {
    clear: both;
    font-size: 18px;
    padding: 20px 20px 20px 310px;
    border-top: 1px solid #9f9f9f;
    margin-top: 10px;
    min-height: 160px;
}

.storevids .viditem {
    padding: 20px 40px;
}

.storevids {

    text-align: center;
    overflow: hidden;
}

.ofertaadd .videotype label {
    display: inline;
}


.producer-content .files {
    background-color: #f4f4f4;
    margin-top: 30px;
    width: 268px;

}

.producer-content .files ul {
    list-style: none;
    margin: 0px 0 0 0;
    padding: 0;
    border-top: 1px solid #9f9f9f;
}

.producer-content .files h2 {
    margin: 0;
    padding: 10px;
    font-size: 18px;
    font-weight: normal;
}

.producer-content .files li {
    border-bottom: 1px solid #ececec;
    display: block;
    padding: 10px;
    text-align: left;
    background-image: url('img/producer/download_ico.png');
    background-repeat: no-repeat;
    background-position: 10px -40px;
    padding-left: 50px;
}

.producer-content .files li:HOVER {
    background-position: 10px 0px;
}

.producer-content .files li a {
    color: #3a89c9;
    font-weight: normal;
    font-size: 16px;
}


.product-opinie .onerate .ocena {
    color: #3a89c9;
}

.producer-content .rateform button {
    width: 199px;
}

.producer-content .rateform #notes {
    width: 193px;
}

.expander .arrow {
    font-size: 14px;
}

h3.expander  {
    color: #9f9f9f;
    cursor: pointer;
}


.rateform_product {
    background-color: #3a89c9;
    color: #fff;
    border-radius: 3px;
    padding: 10px;
    margin-top: 40px;
}

.rateform_product h4 {
    font-weight: normal;
    margin: 0 0 6px 0;
}

.rateform_product textarea {
    border-radius: 3px;
    margin: 10px 0;
    width: 155px;
    padding: 10px;
}

.rateform_product .orangebtn {
    width: 175px;
}



.rateform_product .rating-input {
    margin: 0 0 0 -2px;
}
.rateform_product .rating-star,
.rateform_product .rating:hover .rating-star {
    width: 21px;
    height: 21px;
    background: url('./img/producer/bigstar.png') 0 -21px;
}



.morevids span {
    font-size: 26px;
}

.morevids {
    cursor: pointer;
    padding: 30px 0;
    text-align: center;
    transition: 0.3s;
}

.morevids:hover {
    opacity: 0.8;
}



.ghb-categ-producers {
    text-align: center;
    border-bottom: 1px solid #8d8e8f;
    padding-bottom: 20px;
}

.ghb-categ-producers h3 {
    font-size: 18px;
    text-align: left;
}

.ghb-categ-producers .imgbox {
    display: inline-block;
    float: none;
}


.ghb-categ-producers .imgcnt {
    width: 198px !important;
    height: 130px !important;
    overflow: hidden;
    line-height: 126px;
    text-align: center;
}


.ghb-categ-producers img {
    width: 190px;
    vertical-align: middle;
}


.media-galeria .profilowe {
    float: right;
    padding-right: 0px;
    padding-left: 100px;
    text-align: center;
}

.media-galeria .ofertaadd {
    padding-left: 40px;
}

.sortablehead {
    padding-left: 40px;
}

.sortableinfo {
    color: #f26c4f;
    font-size: 14px;
    padding-left: 40px;
}


div.hoverdivger{
position: relative;
}

img.normal {
position: absolute;
left: 0;
top: 0;
z-index: 10;
}

img.hover {
position: absolute;
left: 0;
top: 0;
}




.fos-ghb a, .linkcolor {
    color: #3a89c9;
}


span.hilight {
    color: #f26c4f;

}



.lastalert-content .actionbar {
    padding-top: 30px;
    text-align: center;
}

.lastalert-content .actionbar a {
    padding: 6px 20px;
    width: 150px;
    border-color: #bebfbf;
    margin: 0 20px;
}


.alert_list-head h2 .offcounter {
    float: right;
}

h2 span{
    padding-bottom: 5px;
}

.border-bottom{
    border-bottom: 1px solid #4c4c4c;
}

span.krok {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 10px;
    color: #555;
}

span.zapytania {
    float: right;
}

.step hr {
    border: 0;
    border-top: 1px solid #bbb;
    width: 679px;
    clear: both;
}

.alertbox .przyciski {
    text-align: right;
}

.alertcontainer .tekst .naglowek {
    font-size: 22px;
    line-height: 1;
}

.alertcontainer .tekst p {
    line-height: 1.2;
    margin: 5px 0 15px 0;
}

.alertcontainer-new .tekst .naglowek {
    font-size: 22px;
    line-height: 1;
}

.alertcontainer-new .tekst p {
    line-height: 1.2;
    margin: 5px 0 15px 0;
}

.alertcontainer .tekst p .zaloguj-sie, .alertbox .alertcontainer .warunki, .alertbox .alertcontainer .zaloguj-sie-2 {
    text-decoration: underline !important;
    color: #1c4b81 !important;
}

.alertcontainer label[for=alertNew_regulamin], .alertcontainer label[for=alertNew_regulamin2], .alertcontainer label[for=alertNew_newsletter] {
    width: 95% !important;
    padding: 15px 0px 15px 0;
    float: right;
    font-size: 14px;
}

.alertcontainer-new .tekst p .zaloguj-sie, .alertbox .alertcontainer-new .warunki, .alertbox .alertcontainer-new .zaloguj-sie-2 {
    text-decoration: underline !important;
    color: #1c4b81 !important;
}

.alertcontainer-new label[for=alertNew_regulamin], .alertcontainer-new label[for=alertNew_regulamin2], .alertcontainer-new label[for=alertNew_newsletter] {
    width: 95% !important;
    padding: 15px 0px 15px 0;
    float: right;
    font-size: 14px;
}

.alertcontainer label[for=alertNew_regulamin2] {
    padding-top: 0;
}

.alertcontainer-new label[for=alertNew_regulamin2] {
    padding-top: 0;
}


.alertcontainer input#alertNew_regulamin, .alertcontainer input#alertNew_regulamin2, .alertcontainer input#alertNew_newsletter {
    float: left;
    width: 15px;
    height: 15px;
    position: relative;
    top: 19px;
}

.alertcontainer-new input#alertNew_regulamin, .alertcontainer-new input#alertNew_regulamin2, .alertcontainer-new input#alertNew_newsletter {
    float: left;
    width: 15px;
    height: 15px;
    position: relative;
    top: 19px;
}

.alertcontainer input#alertNew_regulamin2 {
   top: 4px;
}

.alertcontainer-new input#alertNew_regulamin2 {
   top: 4px;
}

#zaloguj-sie, #zaloguj-sie-2 {
    text-align: center;
    padding: 20px;
}

#zaloguj-sie .logowanie-tekst, #zaloguj-sie-2 .logowanie-tekst {
    font-size: 25px;
    color: #193d61;
    margin-bottom: 20px;
}

#zaloguj-sie .logowanie-tekst:before, #zaloguj-sie-2 .logowanie-tekst:before {
    content: url('../img/login.png');
    position: relative;
    left: -10px;
    top: 3px;
}

#zaloguj-sie dl, #zaloguj-sie-2 dl {
    width: 100%;
}

#zaloguj-sie dt, #zaloguj-sie-2 dt {
    text-align: left;
    width: 20%;
    float: left;
    padding:3px 0 8px 20px;
}
#zaloguj-sie dd, #zaloguj-sie-2 dd {
    padding-bottom: 8px;
}

#zaloguj-sie .loginform label, #zaloguj-sie-2 .loginform label {
    display: inline;
}

#zaloguj-sie #_submit, #zaloguj-sie-2 #_submit {
    margin: auto;
}

#colorbox {
    -webkit-box-shadow: 0px 3px 10px 1px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 3px 10px 1px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 3px 10px 1px rgba(50, 50, 50, 0.5);
}

#zaloguj-sie .logowanie, #zaloguj-sie-2 .logowanie {
    background-color: #ececec;
    padding-top: 1px;
    padding-bottom: 10px;
}

.podziekowania {
    padding-top: 15px !important;
}

.podziekowania .link {
    color: #3a89c9;
    font-weight: bold;
}

.podziekowania .informacja {
    float: left;
    width: 40%;
}

.podziekowania .informacja #zaloguj-sie {
    background-color: #fff;
}

.podziekowania .podglad {
    position: relative;
    left: -50px;
    float: left;
}
.podziekowania .podglad2 {
       position: absolute;
    top: -35px;
    right: -30px;
    float: left;
}
.podziekowania .podglad2 img{ padding: 50px 0 50px 0; width: 100%;}
.podziekowania h3, .podziekowania {
    font-weight: lighter !important;
}

.clear {
    clear:both;
}

.alertbox .alertcontainer {
    padding-top: 0 !important;
}

.alertbox .alertcontainer input[type=checkbox] {

    margin-top: -2px !important;
}

#warunki {
    padding: 23px 25px 23px 23px;
   font-size: 14px;
}
#cboxLoadedContent h5{
    /*color: red;
    margin: 10px 0 0 10px;*/
    color: #000;
	margin: 10px 0 0 10px;
	font-size: 18px;
	margin-left: 37px;
	margin-bottom: 15px;
	margin-right: 25px;
}
#reg label{
    float: left;
    display: inline;

    width: 390px;
    margin-top: 5px;
    margin-bottom: 15px;
}
#reg input{
    float: left;
        margin: 10px;
}
#reg input#close{
 margin: 10px auto;
 float: none;
 display: block;

}
#reg div{
    clear: both;
}

#info label{
    float: left;
    display: inline;

    width: 390px;
    margin-top: 5px;
}
#info{
	font-family: 'Calibri';
}
#info input{
    float: left;
        margin: 10px;
}
#info input#close{
 margin: 10px auto;
 float: none;
 display: block;

}
#info div{
    clear: both;
}
#info p{
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 35px;
    font-size: 16px;
    //margin-right: 15px;
}

#info p > b{
    margin-bottom: 10px;
}
#info p > i{
	font-size: 15px;
}
.alertinformacje_head{
    color: #000 !important;
    font-size: 18px;
    font-weight:bold;
}
/**************************mateusz*******/

button.toggler-button-hover-version.sendOffer:hover{
    text-decoration: underline;
}

.hover-i{
    vertical-align: bottom;
}
.divSendAsk{
    width: 400px; margin-left: auto; margin-right: auto; height: 130px; border: 1px solid #e2e2e2; border-radius: 25px; background: #fff;
    -webkit-box-shadow: 0px 5px 9px 1px #3D3D3D;
-moz-box-shadow: 0px 5px 9px 1px #3D3D3D;
box-shadow: 0px 5px 9px 1px #3D3D3D;
font-size: 16px; color: #414141;
}

.color-text-counter{
    color: #ea6548;
}

.left{
   float: left;
}

.right{
    float: right;
}

.clearbox{
    clear: both;
}

.store-menu{
    border: 1px solid #bebebe;
    background: #d7d7d7;
    height: 30px;
    line-height: 30px;
    padding: 10px;
    color: #17365d;
}

.store-menu a{
    color: #17365d;
}

.store-menu a:hover{
    color: #17365d;
    text-decoration: underline;
}

.store-menu div{
    margin: 0px 10px 0px 0px;
}

.store-menu > div:first-child{
    padding: 0px 10px 0px 0px;
    border-right: 1px solid #17365d;
}

.active-store-menu a{
    color: #ea6548;
}

.active-store-menu a:hover{
    color: #ea6548;
    text-decoration: underline;
}

.store-settings{
    border: 1px solid #bebebe;
    background: #fff;
    height: 530px;
    border-radius: 25px;
}

.store-alert{
    border-top: 1px solid #bebebe;
    padding: 10px;
/*    margin: 460px 0px 0px 0px; */
    text-align: center;
}



.ck-button{
  /*  display: none;*/
}

.regions-button ul li{
    list-style: none;
    background-color: #064165;
    border-radius: 25px;
    height: 20px;
    border: 1px solid #82a0b2;
    padding: 0px 0px 0px 20px;
    color: #fff;
    cursor: pointer;
    margin: 5px 15px 5px -20px;
    width: 170px;
}

.active-region-list{
    background-color: #ea6548 !important;
    border: 1px solid #ea6548 !important;
    cursor: pointer;
}

.regions-button ul li a{
    color: #fff;
    text-decoration: none;
}

.regions-button ul li:hover{
    background-color: #ea6548;
    border: 1px solid #ea6548;
    cursor: pointer;
}

.phone-input{
    border: 1px solid #bebebe !important;
    border-radius:25px !important;
    margin: 0px 0px 0px 5px;
    padding: 0px 5px 0px 10px;
}

.hide{
    display: none;
}

.toggler-button-disabled{
    border: 1px solid #414d53;
    border-radius: 5px;
    background: #414D53;
    color: #fff;
    cursor: pointer;
    height: 30px;
    width: 100px;
    line-height: 30px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0px;
    padding: 0px 10px 0px 20px;
    font-size: 15px;
}

.toggler-button{
    border: 1px solid #064165;
    border-radius: 5px;
    background: #064165;
    color: #fff;
    cursor: pointer;
    height: 30px;
    width: 100px;
    line-height: 30px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0px;
    padding: 0px 10px 0px 20px;
    font-size: 15px;
}

.toggler-button:hover{
    background: #ea6548;
    border: 1px solid #ea6548;
}

.toggler-button a:hover{
    text-decoration: none;
}

.toggler-button-hover-version{
    border: 1px solid #ea6548;
    border-radius: 5px;
    background: #ea6548;
    color: #fff;
    cursor: pointer;
    display: inline-block;
text-decoration: none;
text-transform: uppercase;

font-weight: normal;
margin: 0px;
padding: 0px 10px 0px 20px;
font-size: 15px;
}

.minWidthBig{
    min-width: 530px;
}

.link-button{
    background-color: #064165;
    border-radius: 25px;
    height: 20px;
    font-size: 10pt;
    border: 1px solid #064165;
    padding: 1px 21px 1px 21px;
    color: #fff;
    cursor: pointer;
    width: 170px;
}

.link-button-active{
    background-color: #ea6548 !important;
    border: 1px solid #ea6548 !important;
}

table.paneltable tr .hide  td:hover{
    background-color: #ececec !important;
}

.send-alert-popup{
    border: 1px solid #ececec;
    border-radius: 2px;
    z-index: 99999;
    top: 150px;
    left: 500px;
    background: #fff;
    padding: 15px 20px 20px 30px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.3);
    width: 400px;
    box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.3);
    position: fixed;
}

.send-alert-popup h3{
    font-weight: bold;
}

.ui-tooltip{
    font-size: 14px !important;
}

.s_btnn {
    display: block;
    border-radius: 6px;
    text-transform: uppercase;
    padding: 5px 10px 5px 10px;
    text-align: center;
    background-color: #3a89c9;
    border: none;
    color: #fff;
    border-bottom: 3px solid #2b689b;
    margin-right: 30px;
}

.hurtownikmenu {
	list-style: none;
	margin: 0;
	background-color: #d7d7d7;
	padding: 10px !important;
	border-radius: 5px;
	border: 1px solid #bcbcbc;
}

.hurtownikmenu a {
	color: #064266 !important;
	line-height: 2.3;
}

.hurtownikmenu a:hover, .hurtownikmenu a:active, .hurtownikmenu .active a {
	color: #e96747 !important;
	text-decoration: underline;
}

.hurtownikmenu li:nth-of-type(3) {
	border-left: 0 !important;
}

.hurtownikmenu li:last-of-type {
	float: right;
}

.hurtownikmenu a:hover:before, .hurtownikmenu a:active:before, .hurtownikmenu .active a:before {
	background-position: 0 36px;
}

.hurtownikmenu li a:before {
	background-image: url('../img/hurtownikmenu-sprite.png');
	width: 36px;
	height: 36px;
	content: "";
	float: left;
	margin: 0 10px 0 0;
}

.hurtownikmenu li:nth-of-type(1) a:before {
	content:"?";
}

.hurtownikmenu li:nth-of-type(2) a:before {
	content:"%";
}

.hurtownikmenu li:nth-of-type(3) a:before {
	content:"@";
}

span.info {
	width: 21px;
	height: 21px;
	background-image: url('../img/info.png');
	margin: -4px 10px;
	display: inline-block;
}

span.powiadomienia {
	width: 16px;
}

span.powiadomienia {
	display: inline-block;
	position: relative;
}

span.powiadomienia .przycisk {
	width: 16px;
	height: 16px;
	position: absolute;
	top: -12px;
	background-image: url("../img/powiadomienia-sprite.png");
	background-position: 0 0;
	cursor: pointer;
}

span.powiadomienia .przycisk.p1 {
	background-position: 0 -16px;
}
span.powiadomienia .przycisk.p2 {
	background-position: 0 -32px;
}
span.powiadomienia .przycisk.p3 {
	background-position: 0 -48px;
}
span.powiadomienia .przycisk.p4 {
	background-position: 0 -64px;
}
span.powiadomienia .przycisk.p5 {
	background-position: 0 -80px;
}
span.powiadomienia .przycisk.p6 {
	background-position: 0 -96px;
}
span.powiadomienia .przycisk.p7 {
	background-position: 0 -112px;
}
span.powiadomienia .przycisk.p8 {
	background-position: 0 -128px;
}
span.powiadomienia .przycisk.p9 {
	background-position: 0 -144px;
}
span.powiadomienia .przycisk.p0 {
	background-position: 0 -160px;
}

.panel-powiadomien {
    width: 400px;
    background: #e5e5e5;
    border: 1px solid #a3a3a3;
    padding: 10px;
    -webkit-box-shadow: 0px 3px 10px 1px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    0px 3px 10px 1px rgba(50, 50, 50, 0.5);
    box-shadow:         0px 3px 10px 1px rgba(50, 50, 50, 0.5);
    position: absolute;
    left: -150px;
    border-radius: 10px;
}
.panel-powiadomien li {
    list-style-type: none;
}
.panel-powiadomien .ppanel {
    max-height: 300px;
    overflow: auto;
}
.panel-powiadomien .ppanel li {
    color: #fff;
    background-color: #f1f1f1;
}
.panel-powiadomien .ppanel li a {
    color: #7c7c7c;
}
.panel-powiadomien .ppanel li.nieprzeczytane {
    background: #FFFFFF;
}
.panel-powiadomien .ppanel li.nieprzeczytane a{
    color: #000;
}
.panel-powiadomien .ppanel li.powiadomienie {
    border: 1px solid #f1f1f1;
    position: relative;
    margin-bottom: 10px;
    min-height: 50px;
        -webkit-box-shadow: 0px 2px 3px 0px rgba(191,189,191,1);
        -moz-box-shadow: 0px 2px 3px 0px rgba(191,189,191,1);
        box-shadow: 0px 2px 3px 0px rgba(191,189,191,1);
        margin: 7px 10px;
}
.panel-powiadomien .ppanel li.powiadomienie .obraz {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 5px;
        top: 5px;
    background-image: url("../img/powiadomienia-ikony-sprite.png");
}
.panel-powiadomien .ppanel li.powiadomienie .i-przejeto {
    background-position: 0 0;
}
.panel-powiadomien .ppanel li.powiadomienie .i-mozliwaocena {
    background-position: 0 -40px;
}
.panel-powiadomien .ppanel li.powiadomienie .i-nowaoferta {
    background-position: 0 -80px;
}
.panel-powiadomien .ppanel li.powiadomienie .i-nowepozycje {
    background-position: 0 -120px;
}
.panel-powiadomien .ppanel li.powiadomienie .h-nowezapytanie {
    background-position: 0 -160px;
}
.panel-powiadomien .ppanel li.powiadomienie .h-odpowiedz {
    background-position: 0 -200px;
}
.panel-powiadomien .ppanel li.powiadomienie .h-ocenionooferte {
    background-position: 0 -240px;
}
.panel-powiadomien .ppanel li.powiadomienie .h-ocenionohurtownie {
    background-position: 0 -280px;
}
.panel-powiadomien .ppanel li.powiadomienie .a-nowyuzytkownik {
    background-position: 0 -320px;
}
.panel-powiadomien .ppanel li.powiadomienie .a-nowezapytanie {
    background-position: 0 -360px;
}
.panel-powiadomien .ppanel li.powiadomienie .a-odpowiedz {
    background-position: 0 -400px;
}
.panel-powiadomien .ppanel li.powiadomienie .a-ocena {
    background-position: 0 -440px;
}
.panel-powiadomien .ppanel li.powiadomienie .tresc {
    min-height: 30px;
    position: relative;
    padding: 3px 18px 15px 60px;
    font-size: 14px;
}
.panel-powiadomien .ppanel li.powiadomienie .tresc .data {
    font-size: 10px;
    color: #7c7c7c;
    position: absolute;
    bottom: 0px;
    right: 10px;
}

.panel-powiadomien li.wszystkie {
    text-align: center;
    font-size: 12px;
    height: 15px;
    text-transform: uppercase;
    position: relative;
}
.panel-powiadomien li.wszystkie a {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    color: #007fff;
    padding-top: 2px;
}
.delete-message{ position: absolute; right: 5px; top: 5px;}
.step-span{position: absolute; right: 415px; bottom: 12px;}
#reg input#alertNew_regulamin{ top:5px; left:5px; }
.nooffer:hover{ color: #EA6548; cursor: pointer}
.activeoffer{color: #EA6548;}
.sad-face img, .sad-faceIn img{ width: 22px; float: left; margin: 10px 7px 0 0}
.sad-face p{ float: left; font-size: 12px; color: #EA6548;}
.sad-faceIn p{float: left; font-size: 14px; color: #EA6548; margin-bottom: 0}
.infoRate{ margin-bottom:0px; display: inline}
.infoRa{ float: right; margin: 0 300px 0 0; padding: 0 }
.infoRa2{ float: right; margin: 0 310px 0 0; padding: 0 }
.light {   background-color: transparent !important;
  background-color: rgba(255, 255, 255, 0.4) !important;  /* FF3+, Saf3+, Opera 10.10+, Chrome, IE9 */
  zoom: 1;
  padding: 5px !important;
}
input#adNew_days{ width: 100px;}
.isNegotiable input{ float: left; margin: 23px 10px 0 0}
.isNegotiable label{ float: left}
.isNegotiable img { float: left; padding: 20px 0 0 10px}
.deleteProfile { border-top: solid 1px #000; width: 50%; padding-top: 10px; padding-left: 3px; }

.s_btn_popup {
    border-radius: 6px;
    background-color: #3a89c9;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 30px;
    text-align: center;
    border-bottom: 3px solid #2b689b;
    margin-right: 30px;
    margin-left: 25px;
}
.s_btn_popup a {
    text-decoration: underline;
}
span.required{ color: red}
span.required-field{ color: red;
float: right;
position: relative;
bottom: 40px;
margin-bottom: -20px;}
.line{ width: 100%; margin: auto; height: 1px; background:#acacac; margin-bottom: 5px;}
.rememberMe{ width: 300px; float:right }
.consens{ width: 100%; display: block}
.consens div{float:left; width: 20px; display: block}
.consens div input{  margin-right: 10px;}
.consens p{ font-size: 12px; font-style:italic}
.infoStep p{ color: red; font-size: 11px; line-height: 0; text-transform: uppercase   }
.alert-step-panel{
    background-color: #ececec !important;
    color: #347bb5;
    padding: 5px 15px;
    font-size: 16px;
    font-family: 'Calibri';
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    width: 420px;
}
.alert-step-panel-new{
	background-color: #f6f6f6 !important;
	color: #347bb5;
	padding: 15px 18px;
	width: 643px;
	border: 1px solid #ccc;
	font-size: 17px;
    font-family: 'Calibri';
}
.alert-step-panel h4{
	font-size: 17px;
	margin: 1px 0px 1px 0px;
	font-family: 'Calibri';
}

.alert-step-panel-new h4{
	font-size: 19px;
	margin: 1px 0px 1px 0px;
	font-family: 'Calibri';
}
.alert-label-bold{
	font-weight:bold;
	width: 100% !important;
}
#alertNew_days{
	border: 1px solid #ccc;
	background: #fff;
	margin-right: 0px !important;
	margin-left: 0px !important;
	width: 42px !important;
}
.consens ul{ font-size: 11px; list-style-type: decimal; font-style:italic}
.consens a{font-size: 11px; text-decoration: underline }
hr.lineOffer{ height: 1px; border: none; border-top: 1px solid #cecece; width: 100%; display: block; clear: both}
.offerUser {padding: 20px 0 20px 0}
.offerUser img { float: left; padding: 0px 10px 10px 0;}
.offerUser p { display: inline; margin: 20px 0 10px 0px; }
div.rodo{ padding: 15px 0 15px 0}
div.rodo input{ margin: 3px 10px 0 0; float: left}
.alertstep4{ padding: 0; color: #797979; margin-left: 222px; float: left; margin-bottom: 5px; text-decoration: underline}
.margin10{margin: 10px 0;}