body {
    -webkit-font-smoothing: subpixel-antialiased;
    font-smooth: always;
    font-family: 'OpenSans';
    background: #5bc2f8 url(../images/clouds.png) repeat-y center top;
    overflow-x: hidden;
    max-width: 100%;
    width: 100%;
}
body.iframe {
    background: #fff;
}
.helper {
    width: 100%;
    background: transparent url(../images/bg_helper.png) no-repeat bottom center;
    background-size: 100% auto;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
.fixHeaderHelper {
    padding-top: 50px;
    flex: 1;
}
header {
    height: 50px;
    background: #1c6ed8;
    border-bottom: 1px solid #f5ca06;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
}
header .favoritesAlert {
    float: right;
    position: relative;
    margin: 10px 10px 0 0;
    display: block;
    width: 30px;
    height: 40px;
    text-align: center;
}
header .favoritesAlert i {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
header .favoritesAlert i:before {
    font-size: 30px;
    color: #fff;
}
.statusbar article {
 display: inline-block;
}
header .favoritesAlert span {
    display: block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    color: #1c6ed8;
    z-index: 2;
    font-size: 14px;
    font-weight: bold;
}
header > div {
    width: 960px;
    height: 49px;
    margin: 0 auto;
}

a.logo {
    background: transparent url(../images/logo.png) no-repeat 0 0;
    width: 170px;
    height: 45px;
    display: block;
    float: left;
    text-indent: -10000px;
    margin-top: 2px;
}
nav {
    float: right;
    margin-top: 10px;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
nav ul li {
    float: left;
}
nav a {
    display: block;
    float: left;
    color: rgba(255,255,255,0.8);
    font-size: 12px;
    line-height: 30px;
    border-radius: 4px;
    margin-right: 15px;
    font-weight: normal;
    /*background: #00abea;
    padding-top: 10px;
    width: 118px;
        height: 102px;
    border: 1px solid #00317a;
    background: -moz-linear-gradient(top,  #00abea 0%, #0064d8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00abea), color-stop(100%,#0064d8));
    background: -webkit-linear-gradient(top,  #00abea 0%,#0064d8 100%);
    background: -o-linear-gradient(top,  #00abea 0%,#0064d8 100%);
    background: -ms-linear-gradient(top,  #00abea 0%,#0064d8 100%);
    background: linear-gradient(to bottom,  #00abea 0%,#0064d8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00abea', endColorstr='#0064d8',GradientType=0 );*/
}
nav a i {
    font-size: 30px;
    display: inline-block;
    float: left;
    /*width: 58px;
    height: 52px;*/
}
nav a i.icon-beszallito { font-size: 26px; margin-right: 3px }
nav a i.icon-user { font-size: 28px; position: relative }/**/
nav a i.icon-user:before { display: inline-block; margin: -4px 0 0 10px }
nav a:hover,
nav a.active {
    /*background: #eeeeee;
    background: -moz-linear-gradient(top,  #eeeeee 0%, #e0e0e0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#e0e0e0));
    background: -webkit-linear-gradient(top,  #eeeeee 0%,#e0e0e0 100%);
    background: -o-linear-gradient(top,  #eeeeee 0%,#e0e0e0 100%);
    background: -ms-linear-gradient(top,  #eeeeee 0%,#e0e0e0 100%);
    background: linear-gradient(to bottom,  #eeeeee 0%,#e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#e0e0e0',GradientType=0 );
    color: #1a67d5;*/
    color: #fff;
}
nav a i.icon-kereso {
    display: inline-block;
    margin-top: -2px;
}
nav a.dl {
    line-height: 12px;
    padding-top: 2px;
}
nav a.register {
    background: #f7d408;
    border: 1px solid #f7d408;
    color: #000000;
    position: relative;
    padding: 2px 3px 0 3px;
    margin: -2px 10px 0 0;
}
nav a.register span {
    display: inline-block;
    float: left;
}
/*nav a.register em {
    display: block;
    background: transparent url(../images/freebadge.png) no-repeat 0 0;
    width: 74px;
    height: 63px;
    position: absolute;
    top: -5px;
    right: -5px;
}*/
nav a.register i:before {
    font-size: 30px;
    margin-right: 3px;
}
nav a.loggedin {
    position: relative;
    background-color: #f7d408;
    background-image: -webkit-linear-gradient(bottom, rgba(2, 2, 2, 0.09) 0%, rgba(255, 255, 255, 0.09) 100%);
    background-image: linear-gradient(to top, rgba(2, 2, 2, 0.09) 0%, rgba(255, 255, 255, 0.09) 100%);
    border: 1px solid #f7c208;
    color: #000;
    padding-right: 12px;
    margin: -2px 0 0 0;
    z-index: 1000;
}
nav a.loggedin i {
    margin-right: 3px;
}
nav a.loggedin i:before {
    font-size: 25px;
}
nav a.loggedin:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 0;
    margin-right: 5px;
}
nav .userMenu {
    display: none;
    float: left;
    width: 118px;
    z-index: 1000;
}
nav span.userIcon {
    position: relative;
}
nav div.userMenu.active {
    top: 38px;
    width: 200px;
    right: 0;
    z-index: 1000;
    display: block;
    background: rgba(255,255,255,.98);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
    overflow: visible;
    position: absolute;
}
div.userMenu.active:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #ffffff transparent;
    content: "";
    position: absolute;
    top: -6px;
    right: 6px;
}
nav .userMenu a {
    width: 100%;
    margin: 0;
    padding: 3px 10px;
    float: left;
    line-height: 25px;
    text-align: left;
    position: relative;
    color: #1c6ed8;
    border-radius: 0;
    border-bottom: 1px solid rgba(28, 110, 216, 0.4);
}
nav .userMenu a i {
    font-size: 18px;
    display: inline-block;
    float: left;
    margin-right: 5px;
}
nav div.userMenu a span {
    position: absolute;
    background: red;
    display: block;
    width: 20px;
    height: 15px;
    border-radius: 3px;
    text-align: center;
    line-height: 15px;
    top: 9px;
    right: 10px;
    color: #fff !important;
}
nav div.userMenu div a {
    width: 57px;
    height: 47px;
    margin: 0 4px 0 0;
    text-align: center;
    padding: 0;
    position: relative;
}
nav div.userMenu div a i {
    float: none;
    margin: 0;
}
nav div.userMenu div a span {
    top: 23px;
    left: 28px;
}
/*nav div.userMenu div a:last-child { margin-right: 0 }
nav a.message i,
nav a.logout i,
nav a.ratingMenu i,
nav a.profile i { font-size: 20px; height: 40px; position: relative; line-height: 47px; display: inline-block; float: left; margin-right: 5px }
nav a.logout i:before,
nav a.ratingMenu i:before,
nav a.profile i:before { display: inline-block; position: absolute; top: 13px; left: 0 }
nav a.message span { font-size: 10px }
nav .userMenu a.profile,
nav .userMenu a.logout { padding-left: 25px }

nav a.message i { margin: 0 0 0 10px  }
nav a.logout {
    background: #eeeeee;
    background: -moz-linear-gradient(top,  #eeeeee 0%, #e0e0e0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#e0e0e0));
    background: -webkit-linear-gradient(top,  #eeeeee 0%,#e0e0e0 100%);
    background: -o-linear-gradient(top,  #eeeeee 0%,#e0e0e0 100%);
    background: -ms-linear-gradient(top,  #eeeeee 0%,#e0e0e0 100%);
    background: linear-gradient(to bottom,  #eeeeee 0%,#e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#e0e0e0',GradientType=0 );
    color: #000;
}*/
section {
    width: 960px;
    margin: 0 auto;
}
section::after {
    display: table;
    width: 100%;
    clear: both;
    content: "";
}
.otherSearch,
.mainSearch {
    width: 100%;
    background: #fff;
    height: auto;
}
.otherSearch { height: auto }
.mainSearch > div,
.otherSearch > form > div {
    width: 960px;
    margin: 0 auto;
    padding: 20px 0;
}
.otherSearch > form > div {
    height: auto;
    padding: 20px 0;
}
.mainSearch > div:after {
    display: table;
    width: 100%;
    clear: both;
    content: "";
}
span.searchText {
    font-family: 'Faraco Hand';
    font-size: 48px;
    color: #4e4e4e;
    text-align: center;
    display: block;
    float: left;
    line-height: 60px;
    margin-top: 100px;
    -webkit-transform: rotate(341deg);
    -moz-transform: rotate(341deg);
    -o-transform: rotate(341deg);
    -ms-transform: rotate(341deg);
}
footer {
    width: 100%;
    height: 188px;
    background-color: rgba(236, 236, 236, 0.9);
    border-top: 5px solid #f5ca06;
    clear: both;
}
footer > div {
    width: 960px;
    margin: 0 auto;
}
#regionmap {
    float: right;
    width: 600px;
    height: 360px;
    margin: 30px 0 25px 0;
}
img.searchArrow {
    float: left;
    margin: 25px 0 0 170px;
}
.w360 { width: 360px }
.w600 { width: 600px }

.statusbar {
    width: 100%;
    height: 64px;
    background: transparent url(../images/bg_statusbar.png) no-repeat 0 0;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 16px 0 0 0;
    position: relative;
    text-align: center;
}
.statusbar span {
    padding: 0;
    display: inline-block;
    margin-top: 10px !important;
    vertical-align: top;
}
.statusbar em,
.statusbar i {
    color: #010101;
    font-family: Arial;
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: -3px;
    text-align: center;
    padding: 0 3px;
    display: inline-block;
    line-height: normal;
    height: 34px;
    background-image: linear-gradient(to top, rgba(0, 1, 1, 0.02) 0%, rgba(255, 255, 255, 0.02) 50%, rgba(0, 0, 0, 0.02) 100%);
    border-radius: 5px;
    box-shadow: 0.5px 0.9px 2px rgba(255, 255, 255, 0.93), inset 0.5px 0.9px 4px rgba(0, 0, 0, 0.75);
}
.statusbar img {
    margin-right: 15px;
    vertical-align: top;
    display: inline-block;
}
.statusbar code {
    font-family: Arial;
    font-size: 30px;
    border-right: 1px solid #616161;
    text-align: left;
    width: 19px;
    padding: 0 3px 0 0;
    margin: 0;
    display: block;
    float: left;
    height: 34px;
    overflow: hidden;
}
.statusbar code.last { border: 0 }
.statusbar i {
    margin: 0;
    /*width: 94px;*/
    left: 808px;
}
.row {
    padding: 30px 0;
    width: 100%;
    float: left;
}
.row [class^="col-"] {
    float: left;
    padding: 0;
    margin-right: 20px;
}
.row [class^="col-"]:last-of-type { margin: 0; padding: 0 }

.col-3 {  width: 740px }
.col-33 {  width: 33.33%; margin: 0 !important; padding: 0 20px !important; }
.col-30 {  width: 30%; margin: 0 !important; padding: 0 20px !important; }
.col-40 {  width: 40%; margin: 0 !important; padding: 0 20px !important; }
.col-2 {  width: 50%; margin: 0 !important; padding-right: 20px }
.col-1 {  width: 200px }
.col-4 {  width: 100%; margin: 0 !important; }
.col-186 {  width: 182px; margin: 0 !important; padding: 0 16px !important; }
.row .col-186:first-child {  width: 166px; padding: 0 16px 0 0 !important; }
.row .col-186:last-child {  width: 166px; padding: 0 0 0 16px !important; }
.col-4.dashboard { padding-left: 150px !important; }
.content .row {
    padding: 10px 0;
}

h1 {
    height: 45px;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 20px;
    background-color: #e9e9e9;
    border-radius: 3px 3px 0 0;
    clear: both;
    width: 100%;
}
.block {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    float: left;
    margin-bottom: 20px;
    width: 100%;
}
.content {
    padding: 20px;
}
.list {
    padding: 20px;
    float: left;
    width: 100%;
}
.item {
    width: 100%;
    border-bottom: 1px dotted #c2c2c2;
    float: left;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.listWithImage .item img {
    float: left;
    margin-right: 20px;
}
.list .item > div {
    width: 100%;
    float: left;
}
.list.listWithImage .item > div {
    width: calc(100% - 170px);
    width: -moz-calc(100% - 170px);
    width: -webkit-calc(100% - 170px);
}
.item span.refreshInfo,
.favContent span.refreshInfo {
    float: right;
    color: #000;
    line-height: 18px;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    text-align: right;
}
.item span.refreshInfo span {
    font-size: 12px;
    font-weight: 400;
}
.item a:hover { text-decoration: underline }
.item a.title,
.col-186 a.title {
    color: #1b6cd8;
    font-size: 18px;
    font-weight: 700;
}
.item .bread em {
    font-size: 12px;
    line-height: 25px;
    color: #000;
    font-weight: 400;
    position: relative;
    padding-right: 8px;
    margin-right: 5px;
    font-style: normal;
}
.item .bread em:after {
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    right: 0;
    top: 8px;
    content: "";
    background: #000;
}
.item .bread em:last-of-type:after { display: none }
.item p,
.content p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin: 8px 0;
}
.item p,
.content p {
    margin: 10px 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.item p.info {
    font-size: 13px;
    font-style: italic;
    line-height: 17px;
    color: #679554 !important;
    margin: 0;
}
.item p.info i { color: #000 }
.list .item:last-child { margin: 0; border: 0; padding-bottom: 0 }
.mb20 { margin-bottom: 20px }

.newsletter {
    background-color: #e9e9e9;
    width: 100%;
    padding: 10px;
}
h2 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    clear: both;
    width: 100%;
}
.newsletter h2 { margin: 0 0 8px 0 }
.newsletter button { margin: 10px; width: 160px }
.nlSlogan {
    color: #4e4e4e;
    font-size: 32px;
    font-weight: 400;
    font-family: 'Faraco Hand';
    -webkit-transform: rotate(13deg);
    -moz-transform: rotate(13deg);
    -o-transform: rotate(13deg);
    -ms-transform: rotate(13deg);
    writing-mode: lr-tb;
    line-height: 40px;
    text-align: center;
    padding: 20px 0 40px 0;
}
.rightBnr {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    /*background: #fff;*/
    padding: 10px 0;
}
.rightBnr img { display: inline-block; margin: 0 }

.formHeader {
    width: 698px;
    background: #f8d909;
    padding: 10px 20px;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 19px;
    margin-top: 20px;
    min-height: 60px;
    clear: both;
}
.formHeader span {
    font-size: 14px;
    font-weight: normal;
}
.form {
    background: #1a96d8;
    width: 100%;
    margin-bottom: 20px;
    float: left;
    padding: 20px 0;
}

.form .form-item {
    float: left;
    width: 100%;
    padding: 5px 0;
    margin: 1px 0;
    position: relative;
}
.form .form-item:after {
    display: table;
    content: "";
    width: 100%;
    clear: both;
    position: relative;
}
.form input,
.form textarea {
    width: 300px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    float: left;
    margin: 0;
}
.form label {
    float: left;
    width: 160px;
    text-align: right;
    color: #fff;
    line-height: 34px;
    padding-right: 5px;
    font-size: 14px;
    font-weight: 400;
}
.form-item span {
    display: none;
}
.form-item.error { background: red }

.form-item.error span {
    display: inline-block;
    line-height: 34px;
    font-size: 12px;
    color: #fff;
    padding-left: 5px;
}
.form h2 {
    color: #fff;
    font-weight: normal;
    padding-left: 20px;
    margin: 10px 0;
    float: left;
    width: 100%;
    clear: both;
}
.form textarea { height: 130px }

.form button {
    margin: 10px auto 0 auto;
}
.checkbox,
.radio {
    position: relative;
    padding: 0 0 0 160px;
    clear: both;
    width: 100%;
    height: 30px;
}
.checkbox.aszf {
    width: auto;
    float : left;
    margin-right: 5px;
}
.checkbox input[type="checkbox"],
.radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
}
.checkbox input,
.radio input {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 100%;
    cursor: pointer;
}
.checkbox label,
.radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 0 0 33px;
    width: auto;
    cursor: pointer;
    line-height: 22px;
}
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    margin-left: 0;
    background: #f5f5f5;
    border: 0;
    font-family: 'Lato';
    font-weight: normal;
    /*box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);*/
    -webkit-transition: border .15s ease-in-out,color .15s ease-in-out;
    -o-transition: border .15s ease-in-out,color .15s ease-in-out;
    transition: border .15s ease-in-out,color .15s ease-in-out;
}
.checkbox:hover label::before,
.radio:hover label::before {
    background: #ddd;
}
.checkbox label::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 13px;
    height: 10px;
    left: 0;
    top: 2px;
    padding-left: 3px;
    padding-top: 0;
}
.checkbox input[type="checkbox"]:checked+label::after { color: #5F72B7 }


.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    margin-left: 0;
    border-radius: 100%;
    background: #f5f5f5;
    border: 0;
    font-family: 'Lato';
    font-weight: normal;
    /*box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);*/
    -webkit-transition: border .15s ease-in-out,color .15s ease-in-out;
    -o-transition: border .15s ease-in-out,color .15s ease-in-out;
    transition: border .15s ease-in-out,color .15s ease-in-out;
}
.radio label::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    left: 4px;
    top: 4px;
    border-radius: 100%;
}
.radio input[type="radio"]:checked + label::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: 10px;
    height: 10px;
    background: #5F72B7;
    border-radius: 100%;
}
body.iframe .checkbox {
    padding-left: 20px;
}
body.iframe .checkbox label::before { background: #fff }
.form a {
    color: #fff;
    text-decoration: underline;
}
.tac { text-align: center }

.searchHeader {
    float: left;
    width: 100%;
    clear: both;
}
.searchHeader > div {
    width: 960px;
    margin: 35px auto 0 auto;
}
.searchHeader a {
    display: block;
    height: 60px;
    border-radius: 3px 3px 0 0;
    font-weight: bold;
    padding: 8px 20px;
    font-size: 16px;
    white-space: nowrap;
    width: auto;
    background-color: #1b6cd8;
    background-image: -webkit-linear-gradient(bottom, rgba(2, 2, 2, 0.09) 0%, rgba(255, 255, 255, 0.09) 100%);
    background-image: linear-gradient(to top, rgba(2, 2, 2, 0.09) 0%, rgba(255, 255, 255, 0.09) 100%);
    border: 1px solid #00317a;
    text-shadow: 0.5px 0.9px 0 rgba(2, 2, 2, 0.75);
    color: #fff;
    float: left;
    margin-right: 10px;
    border-bottom: 0;
}
.searchHeader a i {
    font-size: 55px;
    float: left;
    margin-right: 10px;
    display: block;
    height: 50px;
    overflow: hidden;
}
.searchHeader a.active {
    background: #fff;
    color: #1b6cd8;
    border: 1px solid #fff;
    text-shadow: none;
}
.otherSearch {
    clear: both;
    width: 100%;
}
.otherSearch:before,
.otherSearch:after {
    width: 100%;
    clear: both;
    content: "";
    display: table;
}
.otherSearch.dashboard {
    margin: 30px 0;
}
.otherSearch.dashboard > div {
    width: 960px;
    margin: 0 auto;
}
.searchHeader a span {
    float: left;
    display: block;
}
.otherSearch form > div > div {
    float: left;
    width: 50%;
    padding: 0 10px;
}
.otherSearch form > div > div:first-child { padding: 0 10px 0 0 }
.otherSearch form > div > div:last-child { padding: 0 0 0 10px }

.otherSearch form > div:after {
    clear: both;
    display: table;
    content: "";
}
.otherSearch form > div input { border: 1px solid #d1d1d1 }
.otherSearch form > div input.zip {
    width: 70px;
    margin-right: 10px;
}
.otherSearch form > div > div > label {
    float: left;
    width: 185px;
    text-align: right;
    line-height: 34px;
    padding-right: 5px;
    font-size: 16px;
    font-weight: 400;
}
.otherSearch form > div div.select {
    height: 34px;
    width: calc(100% - 185px);
    width: -moz-calc(100% - 185px);
    width: -webkit-calc(100% - 185px);
    margin: 0;
    float: left;
}
.otherSearch form > div div.city div.select {
    width: calc(100% - 265px);
    width: -moz-calc(100% - 265px);
    width: -webkit-calc(100% - 265px);
    margin: 0;
    float: left;
}
.form p {
    color: #fff;
    font-size: 16px;
    padding-left: 10px;
}
.form h2 {
    border-bottom: 1px solid #fff;
    padding: 0 0 5px 0;
    margin: 10px;
    width: calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
}
.pack-item {
    float: left;
    width: calc(33% - 5px);
    width: -moz-calc(33% - 5px);
    width: -webkit-calc(33% - 5px);
    background: #e9e9e9;
    border-radius: 3px;
    padding: 10px;
    margin: 5px;
    text-align: center;
}
.pack-item h3 {
    font-size: 16px;
}
.pack-itemRow .pack-item:nth-child(3n) { margin-right: 0 }
.pack-itemRow .pack-item:nth-child(3n+1) { margin-left: 0 }

.paymentDetails table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e9e9e9;
    margin: 10px 0 0 0;
    border-radius: 3px;
}
.paymentDetails table th,
.paymentDetails table td {
    text-align: left;
    padding: 5px;
}
.paymentDetails table th {
    background: #e9e9e9;
}
.pager {
    width: 100%;
    text-align: center;
    display: block;
    padding-bottom: 20px;
}
.pager a,
.pager span {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 3px;
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
    border: 1px solid #e9e9e9;
    text-align: center;
    line-height: 38px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    border-radius: 1px;
}
.pager a:hover {
    background: #e5e5e5;
    background: -moz-linear-gradient(top,  #e5e5e5 1%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e5e5e5), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,  #e5e5e5 1%,#ffffff 100%);
    background: -o-linear-gradient(top,  #e5e5e5 1%,#ffffff 100%);
    background: -ms-linear-gradient(top,  #e5e5e5 1%,#ffffff 100%);
    background: linear-gradient(to bottom,  #e5e5e5 1%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 );
}
.pager span {
    background: #327bdc;
    background: -moz-linear-gradient(top,  #327bdc 0%, #1961c2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#327bdc), color-stop(100%,#1961c2));
    background: -webkit-linear-gradient(top,  #327bdc 0%,#1961c2 100%);
    background: -o-linear-gradient(top,  #327bdc 0%,#1961c2 100%);
    background: -ms-linear-gradient(top,  #327bdc 0%,#1961c2 100%);
    background: linear-gradient(to bottom,  #327bdc 0%,#1961c2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#327bdc', endColorstr='#1961c2',GradientType=0 );
    color: #fff;
}
.pager a.next,
.pager a.prev {
    width: auto;
    padding: 0 10px;
}
.mainSearchSelects { width: 100%; padding-bottom: 20px }

.detailsHeader {
    width: 100%;
    float: left;
    background-color: #e9e9e9;
    border-radius: 3px 3px 0 0;
    padding: 10px 20px;
    color: #000;
}
.detailsHeader h1 {
    width: auto;
    padding: 0;
    background: transparent;
    height: auto;
    border-radius: 0;
    float: left;
    clear: none;
}
.detailsHeader span {
    float: right;
    display: inline-block;
    font-size: 14px;
    line-height: 21px;
    text-align: right;
}
.detailsHeader span em {
    font-style: normal;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding-top: 5px;
}
.detailsHeader .breadcrumb {
    font-size: 13px;
    font-weight: 400;
    clear: left;
}
.detailsHeader a { color: #1b6cd8 }
.detailsHeader a:hover { text-decoration: underline }
.homeCount td {
    color: #000;
    font-size: 10px;
    text-align: center;
    padding-right: 15px;
}
.gallery {
    float: left;
    width: 100%;
    padding: 10px 0 20px 0;
}
.gallery img {
    float: left;
    margin: 0 10px 10px 0;
}
.gallery a:nth-child(4n) img { margin-right: 0 }

ul,ol {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin: 10px 20px;
}
div.phoneContact,
div.emailContact {
    background: transparent url(../images/bg_phonecontact.png) no-repeat 28px 0;
    width: 100%;
    height: 45px;
    padding-left: 83px;
    clear: both;
}
div.emailContact {
    background: transparent url(../images/bg_emailcontact.png) no-repeat 28px 0;
}
div.emailContact {
    margin: 15px 0;
}

.detailsLinks + div.phoneContact {
    margin-left: 7px;
}

div.phoneContact > div,
div.emailContact > div {
    position: relative;
    width: 194px;
    height: 44px;
    background-color: #e9e9e9;
    border-radius: 4px;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
}

div.emailContact > div {
    font-size: 13px;
    font-style: normal;
}
.detailsLinks + div.phoneContact > div {
    width: 203px;
}

div.emailContact > div i {
    font-style: normal;
}
div.phoneContact > div span,
div.emailContact > div span {
    display: block;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    height: 44px;
    background: #238de4;
    background: -moz-linear-gradient(top,  #238de4 0%, #134dcd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#238de4), color-stop(100%,#134dcd));
    background: -webkit-linear-gradient(top,  #238de4 0%,#134dcd 100%);
    background: -o-linear-gradient(top,  #238de4 0%,#134dcd 100%);
    background: -ms-linear-gradient(top,  #238de4 0%,#134dcd 100%);
    background: linear-gradient(to bottom,  #238de4 0%,#134dcd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#238de4', endColorstr='#134dcd',GradientType=0 );
    border: 1px solid #00317a;
    border-radius: 4px 0 0 4px;
    width: 127px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    text-align: center;
    padding: 4px 0 0 15px;
    cursor: pointer;
}

.detailsLinks + div.phoneContact > div span {
    width: 142px;
}

div.phoneContact > div span:after,
div.emailContact > div span:after {
    display: block;
    content: "";
    background: transparent url(../images/bg_phonelayer.png) no-repeat 0 0;
    width: 48px;
    height: 44px;
    position: absolute;
    top: -1px;
    right: -48px;
}
.phoneContact:after,
.emailContact:after {
    clear: both;
    width: 100%;
    content: "";
    display: table;
}

p.coveredReference {
    font-style: italic;
    font-size: 13px;
    text-align: left;
    color: red;
    display: none;
}

p.info {
    color: #679554;
    font-size: 13px;
    font-style: italic;
    line-height: 19px;
    /*padding-left: 83px;*/
}
.html a {
    color: #1b6cd8;
    font-weight: 700;
}
a { color: #1b6cd8 }
.col-186 p.red {
    color: #fb0300;
    font-size: 12px;
    font-weight: 400;
    margin: 5px 0;
    line-height: normal;
}
.rating {
    padding: 5px 0 0 0;
    color: #1c6ed8;
    font-size: 16px;
    float: left;
    width: 135px;
}
.rating i {
    font-size: 24px !important;
    position: relative;
    display: inline-block;
    float: left;
    width: 22px;
    height: 24px;
    margin-right: 5px;
}
.rating i:before {
    position: absolute;
    top: 2px;
    left: 0;
}
.ratingText {
    font-size: 18px !important;
    font-weight: bold !important;
    display: inline-block;
    padding: 10px 10px 0 0;
    float: left;
}
.ratingItem {
    border: 1px solid #e9e9e9;
    margin-bottom: 10px;
    width: 100%;
}
.ratingItem p {
    font-size: 13px !important;
    padding: 5px 10px;
}
.ratingItem p:first-of-type {
    background: #e9e9e9;
    margin: 0;
    padding: 5px 10px;
    min-height: 30px;
}
.ratingItem p:first-of-type span {
    font-size: 9px !important;
}
.ratingItem a {
    margin-left: 10px;
}
span.picDel, span.previewDel {
    display: inline-block;
    color: #fff;
    height: 20px;
    line-height: 20px;
    font-weight: 700;
    font-size: 11px;
    padding: 0 10px;
    border-radius: 2px;
    margin-bottom: 5px;
    cursor: pointer;
    background: #ff3019;
    background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404));
    background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%);
    background: -o-linear-gradient(top,  #ff3019 0%,#cf0404 100%);
    background: -ms-linear-gradient(top,  #ff3019 0%,#cf0404 100%);
    background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
}

span.profilpic {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 0;
    display: block;
    width: 100%;
    background: rgba(255,255,255,0.6);
    text-align: center;
    font-size: 11px;
    padding: 3px 0;
    font-weight: bold;
}

img.captcha {
    max-height: 34px;
    float: left;
    margin-right: 10px;
    width: auto !important;
}
div.loading {
    position: absolute;
    top: 30px;
    left: 0;
    width: 600px;
    height: 360px;
    background: rgba(255,255,255,0.8);
    z-index: 2;
}
/*div.loading:before {
    font-size: 40px;
    color: #1c6ed8;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-animation: load3 1.4s infinite linear;
      animation: load3 1.4s infinite linear;
      -webkit-transform: translateZ(0);
      -ms-transform: translateZ(0);
      transform: translateZ(0);
}*/

span.loaderSpan {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border: 3px solid #3498db;
    z-index: 1500;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
span.loaderSpan:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 3px solid #e74c3c;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
span.loaderSpan:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 3px solid #f9c922;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
span.loaderSpan {
    border: 3px solid transparent;
    border-top-color: #1c6ed8;
}
span.loaderSpan:before {
    border: 3px solid transparent;
    border-top-color: #e74c3c;
}
span.loaderSpan:after {
    border: 3px solid transparent;
    border-top-color: #f5ca06;
}
span.loaderSpan,
span.loaderSpan:before,
span.loaderSpan:after {
    border-radius: 50%;
}
span.loaderSpan {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
span.loaderSpan:before {
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

.favouriteListItem {
    width: 100%;
    float: left;
    padding: 10px 0;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
}
.favouriteListItem.newList {
    padding-left: 25px;
}
.favouriteListContainer .favouriteListItem:last-child {
    border: 0;
}
.favContent {
    float: left;
    width: calc(100% - 126px);
    width: -webkit-calc(100% - 126px);
    width: -moz-calc(100% - 126px);
}
.favContent a.title {
    color: #1b6cd8;
    font-size: 14px;
    font-weight: 700;
}
.favContent .bread a {
    font-size: 12px;
    line-height: 25px;
    color: #1b6cd8;
    /*font-weight: 700;*/
    position: relative;
    /*padding-right: 8px;*/
    margin-right: 5px;
}
.favContent .bread a:hover {
    text-decoration: underline;
}
.favContent .bread a:after {
    display: none;
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    right: 0;
    top: 8px;
    content: "";
    background: #000;
}
.favContent .bread a:last-of-type:after { display: none }
.favContent span.refreshInfo {
    line-height: normal;
    font-size: 13px;
}
.favContent p.info {
    font-size: 12px;
    line-height: normal;
    padding-left: 0;
    margin: 0;
}
.favContent .info:before {
    margin: 2px 2px 0 0;
}
.detailsHeader .star {
    font-size: 17px;
    position: relative;
}
.detailsHeader .star:before {
    position: absolute;
    top: 4px;
    left: 3px;
}
.mainBnr,
.dashboard a {
    width: 306px;
    height: 150px;
    float: left;
    margin: 0 20px 20px 0;
    border-radius: 3px;
    background: #1c6ed8;
    font-size: 18px;
    color: #f5ca06;
    font-weight: 700;
    display: block;
}
.dashboard a {
    width: 300px;
    margin: 0 20px 40px 20px;
    position: relative;
}
.mainBnr span,
.dashboard a span {
    display: table-cell;
    width: 306px;
    height: 150px;
    vertical-align: middle;
    text-align: center;
}
.dashboard a em {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: red;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 20px !important;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    position: absolute;
    top: 66px;
    left: 50%;
    margin-left: 10px;
}

.mainBnr:nth-child(3n) { margin-right: 0 }
.mainBnr:nth-child(n+3) { margin-bottom: 0 }

.dashboard a span i,
.mainBnr span i { font-size: 55px }

.mainBnr span i.icon-hu {
    margin-left: -50px;
}
div#tabs {
    float: left;
    clear: both;
    width: 100%;
}
div#tabs ul.tabs {
    float: left;
    width: 100%;
    list-style: none;
    height: 40px;
    margin: 0 0 20px 0;
}
div#tabs ul.tabs li {
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border: 1px solid #e9e9e9;
    outline: none;
    margin-right: 3px;
}
div#tabs ul.tabs li.ui-tabs-active {
    background: #e9e9e9;
    color: #000000;
    border-top: 0;
}
div#tabs ul.tabs li a { color: #000 }
.ui-tabs-panel {
    float: left;
    clear: both;
    width: 100%;
}

.recaptcha {
    padding-left: 160px;
}
ul.sortable,
ul.previewContaner {
    width: 100%;
    float: left;
    clear: both;
    margin: 0 !important;
    list-style: none;
    padding: 10px 5px 20px 5px;
}
ul.sortable li,
ul.previewContaner li{
    float: left;
    width: 104px;
    text-align: center;
    margin: 5px;
    background: #fff;
    padding: 10px 0 5px 0;
    position: relative;
    border: 4px solid #fff !important;
}
ul.sortable.ui-sortable li,
ul.previewContaner.ui-sortable li {
    cursor: move;
}

p.code {
    font-size: 11px;
    background: #fff;
    color: #000;
    margin: 10px;
    width: calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    clear: both;
}
.tabHeader {
    width: 960px;
    margin: 0 auto;
}
.tabHeader ul {
    float: left;
    width: 738px;
    list-style: none;
    height: 40px;
    position: relative;
    z-index: 2;
    margin: 20px 0 -30px 0;
}
.tabHeader ul li {
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    outline: none;
    margin-right: 3px;
    background: #fff;
    position: relative;
}
.tabHeader ul li a {
    color: #000;
}
.tabHeader ul li a span,
.delFavourite {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    line-height: 15px;
    text-align: center;
    color: #fff;
    font-size: 10px;
    background: red;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
.profileContent {
    position: relative;
}
.delFavourite {
    top: 30px;
    left: 0;
    right: auto;
}
.tabHeader ul li.active {
    background: #e9e9e9;
    color: #000000;
    border-top: 0;
}
.tabHeader ul li a i {
    margin-right: 5px;
    font-size: 18px;
    vertical-align: middle;
}

.tabHeader .emphasized {
    background-color: #e0dd58 !important;
}

.previewContaner {
    float: left;
    width: 100%;
    padding: 10px 5px 20px 5px;
}
.previewContaner img {
    background: #fff;
    width: 104px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    height: 104px;
}

.mainSearch a.button.medium.blue {
    padding: 7px 10px;
    height: 54px;
    font-size: 13px;
    font-weight: 700;
    line-height: normal;
}
.mainSearch .big.yellow.searchInput {
    width: 212px !important;
}
.searchHeader > div.filterContainer {
    width: 100%;
    margin: 0;
    background-color: #e9e9e9;
    border-radius: 3px 3px 0 0;
    float: left;
    padding: 10px;
    font-size: 14px;
}
.searchHeader > div.filterContainer div > span {
    font-weight: bold;
}
.searchHeader > div.filterContainer > div > ul {
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
}
.searchHeader > div.filterContainer > div > ul li {
    display: inline;
    padding-right: 5px;
}
.filterItems {
    padding-left: 30px;
}
.filterItems li span {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: grey;
    border-radius: 100%;
    margin: 0 5px 0 0;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 14px;
}
.searchHeader .form-item {
    float: right;
    margin: 0;
}

.searchHeader .form-item label {
    font-size: 14px;
    cursor: pointer;
    width: 100%;
    color: #000;
    clear: both;
    float: none;
    display: block;
    text-align: right;
    line-height: normal;

}
.searchHeader .form-item div.select {
    width: 150px;
    margin: 0;
    float: left;
}
.searchHeader div.select button:after {
    color: #5F72B7;
    font-size: 16px;
    position: absolute;
    top: 8px;
    right: 3px;
}
.searchHeader div.select button {
    border-radius: 0;
    width: 100%;
    border: 1px solid #d1d1d1;
    margin: 0;
    padding: 0 25px 0 10px;
    background: #fff;
    cursor: pointer;
    text-align: left;
    height: 34px;
    line-height: 32px;
    text-transform: none !important;
    float: none;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}
.searchHeader .form-item .selectContainer label {
    float: none;
}
.detailsHeader span.resultRating {
    font-size: 9px;
}

span.resultRating {
    color: gold;
}

.leftdistance div.select button {
    height: 34px;
    line-height: 32px;
}
.leftdistance div.selectContainer { width: 100px }
.leftdistance div.select button:after {
    top: 7px;
    right: 3px;
}

.searchBar input#city {
    font-size: 12px;
    height: 34px;
    line-height: 32px;
}
.list.listWithImage .item > div {
    width: calc(100% - 340px);
    width: -moz-calc(100% - 340px);
    width: -webkit-calc(100% - 340px);
}
.searchHeader > div.filterContainer div.selectContainer { width: 200px }

i.icon-down.rotate {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg) ;
    -moz-transform: rotate(180deg) ;
    -o-transform: rotate(180deg) ;
    -ms-transform: rotate(180deg) ;
    display: inline-block;
    margin: -3px 10px 0 0;
    vertical-align: top;
}
.twoCol.form { padding: 10px }
.twoCol.form input {
    width: calc(100% - 160px);
    width: -moz-calc(100% - 160px);
    width: -webkit-calc(100% - 160px);
}
.checkbox input, .radio input {
    width: 100% !important;
}
.checkbox label {
    text-align: left;
}
.twoCol.form button {
    margin: 15px 0 0 140px !important;
    float: left;
}
.notActiveNotify,
.notComplete {
    background: #fff;
    padding: 10px;
    font-size: 14px;
    border-radius: 3px;
    margin-top: 10px;
    text-align: center;
}
.notComplete {
    background: #D9EDF7;
    color: #31708F;
}
.notActiveNotify {
    background: #FCF8E3;
    color: #8A6D6A;
}
div#tabs ul.tabs.inverse,
.tabHeader ul.inverse {
    margin: 0 0 -1px 0;
    z-index: 2;
    position: relative;
}
.tabHeader ul.inverse {
    margin: 20px 0 -31px 0;
}
div#tabs ul.tabs.inverse li,
.tabHeader ul.inverse li {
    border: 0;
    background: #e9e9e9;
    outline: none;
    margin-right: 3px;
}
div#tabs ul.tabs.inverse li.ui-tabs-active,
.tabHeader ul.inverse li.active {
    background: #fff;
    color: #000000;
    border: 0;
}
.delprofile {
    float: right;
    background: red;
}
.profileName {
    text-align: center;
}
.profileName span {
    font-size: 22px;
    font-weight: bold;
}

table.profileCount {
    width: 200px !important;
    table-layout: fixed;
    margin: 20px auto 0 auto;
    text-align: left;
    float: left;
}
table.profileCount i {
    margin-right: 5px;
    vertical-align: middle;
}

.profileContent table.profileCount img {
    height: 13px;
    width: 13px;
}

.profileContent table.profileCount th {
    text-align: left;
}

.profileContent table.profileCount td:first-child {
    color: green;
}

.profileContent .profileTodo {
    margin-top: 10px;
}

.profileContent .profileTodo a:first-child,
.profileContent .profileTodo a:nth-child(2) {
    width: 220px;
}

.profileTodo a:first-child {
    margin-bottom: 12px;
}

a.button.red.small {
    height: auto;
    line-height: normal;
    font-size: 12px;
    padding: 5px;
    margin: 65px 10px 0 0;
}
a.button.green.small {
    height: auto;
    line-height: normal;
    font-size: 12px;
    padding: 5px;
    margin: 65px 10px 0 0;
}
.profileLinks,
.profileUpdate {
    float: left;
    text-align: left;
}
.profileLinks a i {
    margin-right: 5px;
    vertical-align: middle;
}
.profileLinks {
    padding-left: 10px;
    margin-top: 75px;
}

.profileLinks img {
    height: 18px;
    width: 18px;
}

.profileLinks a span {
    position: absolute;
}

.hovered-image-block {
    display: inline-block;
}

.hovered-image {
    position: relative;
    width: 150px;
}

.hovered-image h3 {
    position: absolute;
    top: 53px;
    width: 150px;
    height: 45px;
    background: rgb(0, 0, 0); /* fallback color */
    background: rgba(0, 0, 0, 0.5);
}

.hovered-image h3 > span {
    color: white;
}

a.button.grey {
    background-image: -webkit-linear-gradient(bottom, rgba(2, 2, 2, 0.09) 0%, rgba(255, 255, 255, 0.09) 100%);
    background-image: linear-gradient(to top, rgba(2, 2, 2, 0.09) 0%, rgba(255, 255, 255, 0.09) 100%);
    border: 1px solid lightgrey;
    color: #000;
}

a.button.grey:hover {
    background-image: -webkit-linear-gradient(top, rgba(2, 2, 2, 0.09) 0%, rgba(255, 255, 255, 0.09) 100%);
    background-image: linear-gradient(to bottom, rgba(2, 2, 2, 0.09) 0%, rgba(255, 255, 255, 0.09) 100%);
    border: 1px solid lightgrey;
    color: #000;
}

.galley-item.defaultpic {
    position: relative;
    outline: 2px solid #000;
    outline-offset: -2px;
}

ul.filterItems .filterItem {
    cursor: pointer;
}
.favourite.active i.heart-off:before {
    content: "\61";
}
.form button.yellow {
    margin-left: 160px;
    float: left;
}
.form-item.recaptcha {
    padding-left: 160px;
    max-width: 100%;
}
.form-item.recaptcha.smallcapt {
    padding-left: 115px;
    max-width: 100%;
}
/*.form-item.recaptcha > div > div,
.form-item.recaptcha > div > div iframe,
.form-item.recaptcha > div > div iframe .rc-anchor,
.rc-anchor-normal {
    width: 100% !important;
}*/
.mapSearch {
    width: 579px;
    height: 362px;
    background: transparent url(../images/terkep.png) no-repeat 0 0;
    float: right;
    position: relative;
}
.mapSearch li {
    position: absolute;
    list-style: none;
}
.mapSearch li a {
    height: 40px;
    display: block;
    background: #fff;
    border: 4px solid #f6d51d;
    border-radius: 40px;
    line-height: 32px;
    color: #1b6cd7;
    text-transform: uppercase;
    font-size: 15px;
    padding: 0 20px;
    font-weight: bold;
    position: relative;
    transition: all 0.5s ease;
}
.mapSearch li a:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 4px 0 4px;
    border-color: #f6d51d transparent transparent transparent;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -4px;
    content: "";
}
.mapSearch li#budapest { top: 80px; left: 197px }
.mapSearch li#gyor { top: 52px; left: 95px }
.mapSearch li#szekesvehervar { top: 139px; left: 113px }
.mapSearch li#pecs { top: 259px; left: 137px }
.mapSearch li#kecskemet { top: 179px; left: 247px }
.mapSearch li#szeged { top: 229px; left: 313px }
.mapSearch li#miskolc { top: -17px; left: 341px }
.mapSearch li#nyiregyhaza { top: 29px; left: 419px }
.mapSearch li#debrecen { top: 92px; left: 411px }

.mapSearch li#pecs a:after,
.mapSearch li#szeged a:after,
.mapSearch li#miskolc a:after,
.mapSearch li#gyor a:after { border-width: 30px 4px 0 4px; bottom: -30px }

.mapSearch li a:hover {
    background: #f6d51d;
    color: #000;
}

.basket {
    width: 920px;
    padding: 20px;
    border: 1px solid #d7d7d7;
    margin: 20px;
}
.basket h2 {
    color: #1a96d8;
    font-size: 18px;
    padding: 0 50px 12px 0;
    border-bottom: 4px solid #1a96d8;
    width: 200px;
    line-height: normal;
    clear: both;
    font-weight: normal;
}
.basketContent {
    width: 100%;
    margin: 20px 0;
    clear : both;
    border-spacing: 0;
}
.basket h2:before,
.basket h2:after,
.basketContent:before,
.basketContent:after {
    content: "";
    width: 100%;
    display: table;
    clear : both;
}
.basketContent th {
    color: #1a96d8;
    text-transform: uppercase;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    padding: 10px 0;
    border-bottom: 1px solid #d7d7d7;
}
.basketContent td {
    padding: 10px 0;
    border-bottom: 1px solid #d7d7d7;
    color: #000;
    font-size: 15px;
}
.basketContent tr.offer td {
    color: #1a96d8;
    font-size: 18px;
}
.basketContent tr.sum td {
    border: 0;
    padding-top: 25px;
    font-size: 21px;
}
.basketContent tr td:last-child {
    text-align: right;
    padding-right: 60px;
    font-weight: bold;
    font-size: 21px;
}
.basketContent tr.sum td span {
    font-size: 15px;
    color: #1a96d8;
    padding-right: 20px;
}
.address {
    float: left;
    width: 520px;
    margin: 0 20px 0 20px;
}
.address .form h2 {
    border: 0;
    text-transform: uppercase;
    font-size: 15px;
    padding: 0 0 10px 20px;
    margin: 0;
}
.address .form .form-item {
    float: left;
    width: 50%;
    padding: 0 0 10px 0;
}
.address .form .form-item.full {
    float: left;
    width: 100%;
    padding: 0 20px !important;
}
.address .form .form-item input {
    width: 100%;
}
.address .form .form-item label {
    float: left;
    width: 100%;
    clear : both;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    line-height: normal;
}
.address .form .form-item:nth-child(odd) { padding: 0 20px 10px 10px }
.address .form .form-item:nth-child(even) { padding: 0 10px 10px 20px }
.address .form .form-item.error { background: transparent }
.address .form .form-item.error input { border: 1px solid red; box-shadow: 0px 0px 4px 3px red; }
.form input:-moz-ui-invalid{
    border: 1px solid red;  
    box-shadow: 0px 0px 4px 3px red; 
}
.form input.blurred:invalid { 
    border: 1px solid red;  
    box-shadow: 0px 0px 4px 3px red; 
}


.address .form p {
    font-size: 12px;
    margin: 10px 20px;
    padding: 0;
    clear : both;
    line-height: normal;
    float : left;
    width: auto;
}
.promo_codePaymode {
    float: left;
    width: 380px;
    padding-bottom: 20px;
}
.promo_code {
    width: 100%;
    padding: 15px;
    border: 2px solid #1a96d8;
    float : left;
    height: 160px;
    margin-bottom: 20px;
}
.promo_codePaymode h2 {
    color: #1a96d8;
    border: 0;
    text-transform: uppercase;
    font-size: 15px;
    padding: 0 0 10px 0;
    margin: 0;
}
.promo_codePaymode .buttons button,
.promo_code button {
    float: left;
    width: 120px;
    height: 30px;
    text-align: center;
    border: 0;
    background: #f7d408;
    font-size: 15px;
    color: #1c6ed8;
    font-weight: bold;
    line-height: 30px;
    border-radius: 0;
}
.promo_code input {
    float : left;
    width: calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border: 0 !important;
    background: #d7d7d7;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}
.promo_codePaymode .checkbox,
.promo_codePaymode .radio {
    position: relative;
    padding: 0;
    clear: both;
    width: 100%;
    height: 30px;
}
.promo_codePaymode .radio label {
    padding-right: 25px;
    font-size: 15px;
    color: #1a96d8;
    width: 250px;
}
.promo_codePaymode .radio label:before {
    background: #d7d7d7;
}
.promo_codePaymode .radio span {
    display: inline-block;
    width: 26px;
    height: 19px;
    margin-right: 1px;
    background: #e1e1e1;
}
.promo_codePaymode .buttons button {
    float : right;
    font-weight: bold;
}
.promo_codePaymode .buttons a {
    float : left;
    line-height: 30px;
    color: #1a96d8;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}
.promo_codePaymode .buttons:before,
.promo_codePaymode .buttons:after {
    clear : both;
    display: table;
    content: "";
    width: 100%;
}
.promo_codePaymode .buttons {
    padding: 10px 0;
}
.promo_codePaymode .buttons ~ p {
    font-size: 11px;
    line-height: normal;
}
.col-4 h3 {
    font-size: 15px;
    font-weight: normal;
    margin: 30px 0;
}
.col-4 h3 strong { font-weight: bold }

.packet {
    padding-top: 90px !important;
}
.packet.active {
    background: transparent url(../images/packet.png) no-repeat top center;
}
.col-33.single.packet {
    width: 50% !important;
    margin-left: 25% !important;
}
.packet > div {
    border-top: 6px solid #1a96d8;
    text-align: center;
}
.packet h1 {
    background: transparent;
    color: #1a96d8;
    font-size: 24px;
    font-weight: normal;
    margin: 20px 0 0 0;
    padding: 0;
}
.packet h2 {
    background: transparent;
    color: #1a96d8;
    font-size: 28px;
    font-weight: bold;
    margin: -10px 0 10px 0;
    padding: 0;
}
.packet h2 span {
    font-weight: normal;
    font-size: 24px;
}
.packet h3 {
    background: transparent;
    color: #1a96d8;
    font-size: 13px;
    font-weight: bold;
    margin: -5px 0 10px 0;
    padding: 0;
}
.packet ul {
    text-align: left;
    margin: 20px 10px 30px 10px;
    list-style: none;
    font-size: 16px;
}
.packet ul li {
    padding: 0 0 20px 28px;
    background: transparent url(../images/check.png) no-repeat 0 2px;
}
.packet ul li.inactive {
    color: #bcbcbc;
    text-decoration: line-through;
    background: none;
}
.packet button {
    display: inline-block;
    border-radius: 2px;
    border: 0;
    text-align: center;
    text-transform: uppercase;
    height: 60px;
    line-height: 60px;
    padding: 0 12px;
    background: #f4ca11;
    font-weight: bold;
    font-size: 12px;
    color: #1a96d8;
}
.packet button.active {
    display: inline-block;
    border-radius: 2px;
    border: 2px solid #1a96d8;
    text-align: center;
    text-transform: uppercase;
    height: 60px;
    line-height: 60px;
    padding: 0 12px;
    background: transparent;
    font-weight: bold;
    font-size: 12px;
    color: #1a96d8;
}

li[data-ref="alldel"] {
    color: grey;
}

li[data-ref="alldel"]:hover,
#currentPosition:hover
{
    text-decoration: underline;
}
.detailsHeader .fb {
    padding: 3px 15px 0 15px;
}
.favoriteContainer {
    margin: 0 !important;
}
.favoriteContainer a.favourite {
    display: block;
    float: left;
    padding: 0 !important;
    height: 32px;
    line-height: 30px;
    border: 1px solid #cccccc;
    border-radius: 2px;
    color: #70747e;
    font-size: 12px;
    margin-top: -4px;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    width: 100%;
    font-weight: 700;
    background: rgb(255,255,250); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,250,1) 0%, rgba(233,233,233,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,250,1) 0%,rgba(233,233,233,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,250,1) 0%,rgba(233,233,233,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffffa', endColorstr='#e9e9e9',GradientType=0 );
}
.favoriteContainer a.favourite i {
    margin: 3px 0 0 5px;
    display: inline-block;
    vertical-align: middle;
}
.favoriteContainer a.favourite:hover { box-shadow: none }
.item .favoriteContainer {
    width: 100%;
}
.item .favoriteContainer a.favourite {
    float: right;
    width: 143px;
}
.item .favoriteContainer a.favourite i {
    float: none;
}
.favoriteContainer a.favourite i.heart-on {
    color: #e20300;
}
.detailsHeader .favoriteContainer a.favourite {
    width: 140px;
    text-align: center;
}
a.deactivate {
    display: inline-block;
    float: left;
    padding: 0 15px;
    height: 30px;
    line-height: 28px;
    background: #fff;
    border: 1px solid #cccccc;
    border-radius: 2px;
    color: #70747e;
    font-size: 14px;
    vertical-align: middle;
    text-decoration: none;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    font-weight: 700;
    margin-left: 10px;
}
.tar { text-align: right }

.suplierListNumbers {
    width: 100%;
    clear: both;
    float: left;
    padding-bottom: 50px;
}
.suplierListNumbers div.phoneContact,
.suplierListNumbers div.emailContact {
    width: auto;
    clear:  none;
    float: left;
    margin: 0;
}
.list.listWithImage .item .suplierListNumbers {
    width: 100%;
}
.suplierListHtml {
    width: 100% !important;
}
.suplierListHtml .html {
    /*-webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;*/
    width: 100% !important;
    clear: both;
}
.suplierList3Col:after,
.suplierListHtml .html:after {
    display: table;
    width: 100%;
    content: "";
    clear: both;
}
.suplierList3Col {
    /*-webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;*/
    width: 100% !important;
    clear: both;
    padding: 0 0 30px 0;
}
.suplierListHtml .html p {
    display: block;
    float: left;
    width: 50%;
}
.suplierListHtml .html p:first-child { padding-right: 10px }
.suplierListHtml .html p:last-child { padding-left: 10px }

.suplierList3Col p {
    /*-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;*/
    display: block;
    float: left;
    width: 33.33%;
    padding: 0 10px;
}
.suplierList3Col p:first-child { padding: 0 10px 0 0 }
.suplierList3Col p:last-child { padding: 0 0 0 10px }
.favoriteContainer {
    position: relative;
    float: left;
}
.favoriteDropdown {
    background: #f5d51c;
    padding: 30px 45px;
    color: #000;
    font-size: 15px;
    position: absolute;
    top: calc(100% + 15px);
    top: -moz-calc(100% + 15px);
    top: -webkit-calc(100% + 15px);
    left: -10px;
    white-space: nowrap;
    text-align: center;
    display: none;
}
.favoriteDropdown:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 13.5px 14px 13.5px;
    border-color: transparent transparent #f5d51c transparent;
    position: absolute;
    left: 70px;
    top: -14px;
}
.item .favoriteDropdown::before {
    left: 100px;
}
.favoriteDropdown p { margin-bottom: 15px; font-style: italic; font-weight: bold; }
.favoriteDropdown a { display: inline-block; color: #000; margin: 0 10px; text-decoration: none !important; }

/*a#singupLink { width: 216px }*/

.counter td {
    font-size: 10px;
    text-align: center;
    padding: 0 10px 0 0;
}
.centeredButtons {
    width: 100%;
    clear: both;
    text-align: center;
}
.centeredButtons button,
.centeredButtons a {
    display: inline-block;
    float: none !important;
}

label.normalLh {
    line-height: 16px !important;
}
.w243 { width: 243px !important }

.mobileFilter,
.mobile-layer,
.desktop-hidden,
.mobile-header {
    display: none;
}

.groupedMessages > div {
    display: inline-block;
}

.groupedMessages img {
    width: 60px;
    height: 50px;
}

.groupedMessages > div > p {
    color: grey;
    font-size:16px;
    font-weight: bold;
}

.groupedMessages > .checkboxForMessages {
    padding-bottom: 7px;
}

.groupedMessages > .addressOfHome {
    vertical-align: top;
    padding-left: 5px;
}

.signupSuccess {
    display: none;
}

.signupSuccess > p {
    padding: 0px 0px 10px 0px;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    float: left;
    width: 100%;
    clear: both
}

.signupSuccess > a {
    width: 302px;
    font-size: 16px
}

.bgSignup {
    background-color: whitesmoke;
}

.groupedSignupSuccess {
    padding-bottom: 25px;
    display: none;
}

.groupedSignupSuccess > h2 {
    padding: 25px;
}

.groupedSignupSuccess > a {
    width: 302px;
    font-size: 16px;
}

.paymentMode {
    padding-left: 33px;
    margin-bottom: 15px;
}

.cardPaymentBanner {
    margin-left: -5px;
}

.detailsButton {
    display: inline-block !important;
    float: none;
    margin: 0px auto 15px 35px;
    font-size: 15px !important;
    width: 258px !important;
}

.detailsLinks {
    padding-top: 10px;
}

.loginErrorMessage {
    color: red !important;
    margin-left: 150px !important;
}

@media (min-width: 768px) and (max-width: 959px) {
    section {
        width: 100%;
    }
    .mainSearch > div, .otherSearch > form > div {
        width: 100%;
    }
    header > div {
        width: 100%;
        padding: 0 10px;
    }
    nav a {
        font-size: 11px;
        border-radius: 4px;
        margin-right: 8px;
        font-weight: normal;
    }
    nav a i {
        vertical-align: middle;
        font-size: 20px;
    }
    .mainSearch .w360,
    .mainSearch .w600 { width: 100%; padding: 10px }
    .mainSearchSelects { padding-top: 0 !important }

    .mainBnr, .dashboard a {
        width: calc(33.33% - 20px);
        width: -moz-calc(33.33% - 20px);
        width: -webkit-calc(33.33% - 20px);
        margin: 0 10px 20px 10px !important;
        font-size: 16px;
        display: block;
    }
    .mainBnr span, .dashboard a span {
        display: table-cell;
        width: 100%;
        height: 150px;
        vertical-align: middle;
        text-align: center;
    }
    .rightside,
    .leftside {
        width: calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: -webkit-calc(100% - 20px);
        margin: 0 10px !important;
    }
    .otherSearch {
        padding: 0 10px;
    }
    .checkbox, .radio {
        padding: 0;
    }
    .form-item.recaptcha.smallcapt {
        padding-left: 0;
    }

}

@media (max-width: 767px) {

    header {
        display: none;
    }
    .desktop-hidden { display: block }
    section {
        width: 100%;
    }
    .mainSearch > div, .otherSearch > form > div {
        width: 100%;
    }
    header > div {
        width: 100%;
        padding: 0 10px;
    }
    nav a {
        font-size: 11px;
        border-radius: 4px;
        margin-right: 8px;
        font-weight: normal;
    }
    nav a i {
        vertical-align: middle;
        font-size: 20px;
    }
    .mainSearch .w360,
    .mainSearch .w600 { width: 100%; padding: 10px }
    .mainSearchSelects { padding-top: 0 !important }

    .mainBnr, .dashboard a {
        width: calc(33.33% - 20px);
        width: -moz-calc(33.33% - 20px);
        width: -webkit-calc(33.33% - 20px);
        margin: 0 10px 20px 10px !important;
        font-size: 12px;
        display: block;
        height: 100px;
        text-align: center;
    }
    #search-Form button.small.yellow {
        margin: 0 0 0 5px !important;
        float: left;
        height: 34px;
        line-height: 34px;
        font-size: 12px;
    }
    #search-Form .block:last-child button.small.yellow {
        width: 100% !important;
        margin: 0 0 10px 0 !important;
    }
    .searchHeader > div.filterContainer div.selectContainer {
        width: 150px;
        left: auto;
        right: 0;
    }
    .pager {
        padding: 20px 0;
        float: left;
        clear: both;
    }
    .mobile-header .favoritesAlert {
        position: absolute;
        top: 5px;
        right: 50px;
        color: #fff;
        display: block;
        width: 30px;
        height: 40px;
        text-align: center;
    }
    .mobile-header .favoritesAlert i {
        position: absolute;
        top: 9px;
        left: 5px;
        z-index: 1;
        font-size: 20px;
    }
    .mobile-header .favoritesAlert span {
        display: block;
        height: 30px;
        width: 30px;
        line-height: 30px;
        position: absolute;
        top: 0;
        left: 0;
        text-align: center;
        z-index: 2;
        font-size: 14px;
        font-weight: bold;
    }
    .pager a, .pager span {
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 28px;
        font-size: 14px;
    }
    #search-Form a#currentPosition {
        margin: 0 !important;
        line-height: 30px;
    }
    .mainBnr span, .dashboard a span {
        width: 100%;
        display: block;
        padding-top: 10px;
        line-height: 14px;
        height: 100px;
    }
    .mainBnr span i.icon-hu {
        margin-left: -30px;
    }
    .rightside,
    .leftside {
        width: calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: -webkit-calc(100% - 20px);
        margin: 0 10px !important;
    }
    .otherSearch {
        padding: 0 10px;
    }
    .checkbox, .radio {
        padding: 0;
    }
    .form-item.recaptcha.smallcapt {
        padding-left: 0;
    }
    .dashboard a span i, .mainBnr span i {
        font-size: 30px;
    }
    .statusbar {
        font-size: 11px;
        padding: 10px 0;
        height: auto;
        background-color: #ECECEC;
    }
    .statusbar em, .statusbar i {
        font-size: 20px;
        letter-spacing: -3px;
        text-align: center;
        padding: 0 3px;
        display: inline-block;
        line-height: normal;
        height: 21px;
        background-image: linear-gradient(to top, rgba(0, 1, 1, 0.02) 0%, rgba(255, 255, 255, 0.02) 50%, rgba(0, 0, 0, 0.02) 100%);
        border-radius: 5px;
        box-shadow: 0.5px 0.9px 2px rgba(255, 255, 255, 0.93), inset 0.5px 0.9px 4px rgba(0, 0, 0, 0.75);
    }
    .statusbar code {
        font-size: 20px;
        text-align: left;
        width: 15px;
        padding: 0 3px 0 0;
        margin: 0;
        display: block;
        float: left;
        height: 21px;
        overflow: hidden;
    }
    .statusbar img {
        clear: right;
        margin: -5px 0 0 10px !important;
    }
    .statusbar span {
        padding: 0;
        display: block;
        margin: 10px 0 !important;
        vertical-align: top;
        clear: left;
    }
    .mapSearch {
        display: none;
    }
    .mainSearch a.button.medium.blue {
        float: right;
        width: 33.33% !important;
        padding: 8px 10px !important;
        line-height: 12px !important;
        height: 54px !important;
    }
    .mainSearch .big.yellow.searchInput {
        width: calc(66.66% - 10px) !important;
        width: -moz-calc(66.66% - 10px) !important;
        width: -webkit-calc(66.66% - 10px) !important;
        margin: 0 10px 0 0 !important;
        font-size: 14px !important;
    }
    .list.listWithImage .item > div {
        width: 40% !important;
        padding-right: 5px;
    }
    .listWithImage .item img {
        max-width: 100%;
        margin-right: 0;
    }
    .list.listWithImage .item > div:nth-child(2) {
        width: 60% !important;
        padding-left: 5px;
    }
    .list.listWithImage .item > div:nth-child(3) {
        width: 100% !important;
        clear : both;
        padding-right: 0 !important;
    }
    .list.listWithImage .item a.small.view.blue {
        width: calc(50% - 5px) !important;
        width: -moz-calc(50% - 5px) !important;
        width: -webkit-calc(50% - 5px) !important;
        margin-right: 5px !important;
        font-size: 11px !important;
        font-weight: normal;
        float: left !important;
        margin-top: 10px !important;
    }
    .item .favoriteContainer {
        width: 50%;
        padding: 12px 0 0 5px;
    }
    .item .favoriteContainer a.favourite {
        float: none;
        width: 100%;
        font-weight: normal;
    }
    .list {
        padding: 10px;
    }
    h1 {
        font-size: 16px;
        padding: 10px;
        float: left;
        height: auto;
    }
    h2 {
        font-size: 16px;
        font-weight: 700;
        line-height: normal;
    }
    .item a.title, .col-186 a.title {
        font-size: 14px;
    }
    .row .col-186:last-child,
    .row .col-186:first-child,
    .row .col-186 {
        width: 50%;
        padding: 0 10px !important;
    }
    .row .col-186:nth-child(odd) {
        clear: left;
    }
    img#mainpic,
    .row .col-186 img {
        max-width: 100%;
        max-height: 100%;
    }
    .ratingText {
        font-size: 14px !important;
        font-weight: normal !important;
        display: inline-block;
        padding: 5px 10px 0 0;
        float: none;
    }
    div#tabs ul.tabs li {
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
    }
    div#tabs ul.tabs li a {
        font-size: 12px;
    }
    .col-2 {
        width: 100%;
        padding-right: 0;
    }

    .col-30 {  width: 100%; text-align: -webkit-center;}
    .col-40 {  width: 100%; }

    .hovered-image-block {
        display: block;
    }

    .profileLinks,
    .profileUpdate {
        float: none;
        text-align: center !important;
    }

    .profileLinks {
        padding-left: 0px;
        margin-top: 15px;
    }

    .profileLinks a span{
        position: inherit;
    }

    .profileContent table.profileCount th {
        text-align: center;
    }

    .item p, .content p {
        font-size: 12px;
        line-height: 14px;
        margin: 5px 0;
    }
    ul, ol {
        font-size: 12px;
        line-height: 16px;
        margin: 5px 10px;
    }
    a.button.medium, button.medium {
        padding: 0 10px;
        height: 50px;
        font-size: 16px;
        line-height: 50px;
    }
    .form {
        padding: 10px;
    }
    .form label {
        width: 100%;
        text-align: left;
        padding: 0;
        font-size: 12px;
    }
    .form input, .form textarea {
        width: 100%;
    }
    .form button.yellow {
        margin-left: 0;
        float: right;
    }
    a.button.medium, button.medium {
        padding: 0 10px !important;
        height: 30px !important;
        font-size: 12px !important;
        line-height: 28px !important;
        width: 100% !important;
    }
    #jumpContact,
    #singupLink {
        margin: 0 0 10px 0 !important;
    }
    div.phoneContact, div.emailContact {
        background-position: 0 0;
    }
    a.button br { display: none }
    .formHeader {
        width: 100%;
        padding: 10px;
        font-size: 12px;
        line-height: normal;
        margin-top: 20px;
        min-height: 0;
        clear: both;
    }
    .form-item.recaptcha {
        padding-left: 0;
        max-width: 100%;
    }
    #rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}

    .form-item.recaptcha > div,
    .form-item.recaptcha iframe {
        max-width: 100% !important;
        width: 100% !important;
    }
    div.select {
        width: 100% !important;
    }
    .detailsHeader .breadcrumb {
        width: 100%;
    }
    .detailsHeader .breadcrumb div {
        float: left;
        font-size: 11px;
        padding: 0 5px 5px;
    }
    .detailsHeader span {
        float: left;
        width: 100%;
        font-size: 12px;
        text-align: left;
        padding-bottom: 10px;
    }
    .detailsHeader h1 {
        width: 100%;
        float: left;
        clear: none;
        margin-bottom: 10px;
    }
    .detailsHeader .fb {
        padding: 3px 15px 0 0;
    }
    .detailsHeader {
        padding: 10px;
        color: #000;
    }
    .content {
        padding: 10px;
    }
    .checkbox label, .radio label {
        padding: 0 0 0 33px;
    }
    .twoCol.form input {
        width: 100%;
    }
    div.fleft.tac[style="width: 50%"] {
        width: 100% !important;
        padding-top: 10px;
    }
    label {
        font-size: 12px !important;
        line-height: 30px !important;
        width: 100% !important;
    }
    .otherSearch form > div > div {
        float: none;
        width: 100%;
        padding: 0 !important;
    }
    .searchHeader a {
        display: block;
        height: 60px;
        border-radius: 3px 3px 0 0;
        padding: 5px;
        font-size: 12px;
        text-align: center;
        width: 50%;
        float: left;
        margin-right: 0;
        line-height: 14px;
        white-space: normal;
    }
    .searchHeader a span {
        float: none;
        max-width: 100%;
    }
    .searchHeader a i {
        display: none;
    }
    .searchHeader > div {
        width: 100%;
        float: left;
        margin: 35px auto 0 auto;
    }
    .col-33.single.packet {
        width: 100% !important;
        margin-left: 0 !important;
    }
    div.fileUpload {
        width: 100% !important;
    }
    footer > div {
        width: 100%;
    }
    .mobile-layer.open {
        display: block;
        width: 100%;
        height: 100%;
        z-index: 10;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0);
        visibility: visible;
    }
    .mobile-header {
        width: 100%;
        height: 50px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        position: fixed;
        background: #1c6ed8;
        border-bottom: 1px solid #f5ca06;
        top: 0;
        left: 0;
        display: block;
        z-index: 16;
    }
    .mobile-nav { display: none }
    .container.logo,
    .container.menu { display: none }
    .btn-navbar,
    .btn-navbar:hover,
    .btn-closeSearch {
        border: none;
        box-shadow: 0 0 0;
        border-radius: 3px;
        margin: 0;
        float: right;
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 999;
        width: 35px;
        height: 30px;
        cursor: pointer;
        padding: 8px 0 0 8px;
    }
    .btn-navbar .icon-bar {
        background-color: #f5ca06;
        box-shadow: 0 0 0;
        width: 20px;
        height: 3px;
        display: block;
        border-radius: 3px;
        margin-bottom: 3px;
    }
    .btn-navbar.open .icon-bar {
        display: none;
    }
    .btn-navbar .icon-cancel {
        display: none;
    }
    .btn-navbar.open .icon-cancel {
        font-size: 32px;
        color: #f5ca06;
        margin: -10px 0 0 -8px;
        display: inline-block;
    }
    .mobile-nav.open {
        -ms-transform: translate3d(0px, 0px, 0px);
        -webkit-transform: translate3d(0px, 0px, 0px);
        transform: translate3d(0px, 0px, 0px);
        display: block;
        visibility: visible;
    }
    .mobile-nav {
        width: 100%;
        margin: 0;
        padding: 0;
        background: #eeeeee;
        border-top: 1px solid #878787;
        z-index: 10000;
        /*-ms-transform: translate3d(-261px, 0px, 0px);
        -webkit-transform: translate3d(-261px, 0px, 0px);
        transform: translate3d(-261px, 0px, 0px);*/
        transition-property: -ms-transform, -webkit-transform, transform;
        transition-duration: 0.3s;
        position: absolute;
        top: 50px;
        left: 0;
        float: none;
        height: auto;
        line-height: normal;
        overflow-y: auto;
    }
    .mobile-nav li {
        line-height: normal;
        margin: 0;
        float: none;
        background: transparent;
    }
    .mobile-nav a {
        display: block;
        width: 100%;
        text-transform: uppercase;
        padding: 5px 10px;
        color: #878787;
        font-size: 14px;
    }
    .mobile-nav a i {
        font-size: 20px;
        margin-right: 5px;
        display: inline-block;
        vertical-align: middle;
        color: #1a96d8;
    }
    .mobile-nav hr {
        margin: 5px 0
    }
    .tabHeader,
    .tabHeader ul {
        width: 100%;
        text-align: center;
    }
    .tabHeader ul { height: auto }
    .tabHeader ul li {
        padding: 0 5px;
        font-size: 11px;
        float: none;
        display: inline-block;
        margin-bottom: 5px;
    }
    a.logo {
        background: transparent url(../images/logo.png) no-repeat 0 0;
        width: 170px;
        height: 40px;
        display: block;
        float: left;
        text-indent: -10000px;
        margin: 5px 0 0 10px;
        background-size: cover;
    }
    .block[style="width: 50%;margin-left: 20%"] {
        width: calc(100% - 20px) !important;
        width: -moz-calc(100% - 20px) !important;
        width: -webkit-calc(100% - 20px) !important;
        margin: 0 10px !important;
    }
    #reg-Form .form {
        margin: 20px 0;
    }
    table.profileCount {
        width: 100% !important;
        table-layout: fixed;
        margin: 20px auto 0 auto;
        float: none;
        text-align: center;
    }
    .profileName {
        float: left;
        width: 100%;
        text-align: center;
    }
    a.button.red.small {
        margin: 20px 0;
    }
    .col-33.packet {
        width: 100%;
        margin: 0 !important;
    }
    .form-item input.phone {
        width: 164px !important;
    }
    .form a[style="margin-left: 160px"] {
        margin: 10px 0 0 0 !important;
        display: inline-block;
    }
    .form h2 {
        margin: 10px 0;
        width: 100%;
    }
    .paymentDetails {
        overflow-x: auto;
        width: 100%;
    }
    .form-item .smallSelect {
        width: calc(33.33% - 10px) !important;
        width: -moz-calc(33.33% - 10px) !important;
        width: -webkit-calc(33.33% - 10px) !important;
    }
    div.select button {
        font-size: 12px !important;
    }
    div.select button:after {
        top: 8px !important;
        right: 5px !important;
    }
    div#tabs ul.tabs {
        height: auto;
        text-align: center;
    }
    div#tabs ul.tabs li {
        padding: 0 5px;
        font-size: 11px;
        float: none;
        display: inline-block;
        margin-bottom: 5px;
        height: 40px;
        line-height: 40px;
    }
    button.small, a.button.small {
        height: 30px;
        line-height: 30px;
        font-weight: 700;
        font-size: 12px !important;
        padding: 0 10px;
        width: 100%;
    }
    .favContent {
        width: 100%;
        clear: both;
        text-align: left;
    }
    .delFavourite {
        top: 20px;
        left: auto;
        right: 0;
    }
    .favouriteListItem img {
        float: none !important;
        margin: 0 0 10px 0 !important;
    }
    .favouriteListItem.newList {
        padding: 10px 0;
        text-align: center;
    }
    footer {
        width: 100%;
        height: 60px;
        padding: 10px 0;
    }
    footer div {
        text-align: center;
    }
    footer div img {
        max-height: 40px;
    }
    .newsletter button {
        margin: 10px 0;
    }
    .nlSlogan {
        font-size: 24px;
        line-height: 30px;
        padding: 20px 0 40px 0;
        max-width: calc(100% - 50px);
        max-width: -moz-calc(100% - 50px);
        max-width: -webkit-calc(100% - 50px);
    }
    #searchBox { display: none }
    #searchBox.open { display: block }

    .basket {
        width: 100%;
        padding: 10px;
        border: 0;
        margin: 0 0 20px 0;
    }
    .basketContent {
        margin: 0;
    }
    .basket h2 {
        font-size: 14px;
        padding: 0;
        border-bottom: 2px solid #1a96d8;
        width: 100%;
    }
    .basketContent td {
        padding: 5px 0;
        font-size: 12px;
    }
    .basketContent tr td:last-child {
        padding-right: 0;
        font-size: 14px;
    }
    .address {
        float: left;
        width: 100%;
        margin: 0;
    }
    .address .form .form-item {
        width: 100%;
        padding: 0;
    }
    .promo_codePaymode {
        float: none;
        width: 100%;
        padding-bottom: 20px;
    }
    .promo_code {
        padding: 5px;
        border: 2px solid #1a96d8;
        height: auto;
        margin-bottom: 10px;
    }
    .promo_codePaymode h2 {
        font-size: 13px;
    }
    .promo_code input {
        float: none;
        width: 100%;
        font-size: 12px;
    }
    .promo_codePaymode .buttons button, .promo_code button {
        float: none;
        width: 100%;
        font-size: 13px;
        margin-top: 10px;
    }
    .address .form .form-item:nth-child(even),
    .address .form .form-item:nth-child(odd) {
        padding: 0;
    }
    .address .form .form-item.full {
        padding: 0 !important;
    }
    .basketContent th {
        font-size: 13px;
    }
    .address .form h2 {
        font-size: 14px;
        padding: 0 0 10px 0;
    }
    .promo_codePaymode .radio span {
       display: none;
    }
    .promo_codePaymode .buttons ~ p {
        padding: 0 10px;
    }
    .promo_codePaymode .buttons {
        padding: 10px;
    }
    .promo_codePaymode .radio {
        padding: 0 10px;
    }
    .rightBnr {
        background: transparent;
    }
    #search-Form button.small.yellow {
        margin: 0 0 10px 0 !important;
    }
    #search-Form div.form-item.fleft[style="width: 105px; padding-right: 5px"] {
        width: 50% !important;
    }
    #search-Form div.form-item.fleft.leftdistance {
        width: 50% !important;
        padding-right: 0 !important;
    }
    #search-Form a#currentPosition {
        margin: 0 !important;
        line-height: 30px;
        clear: both;
        float : left;
    }
    .item .fleft a {
        display: block;
        width: 100%;
        position: relative;
        float: left;
    }
    .item .fleft a img {
        display: block;
        width: 100%;
        position: relative;
        float: left;
    }
    .item p {
        max-width: 100%;
    }
    .mobile-hidden { display: none !important; }

    .statusbar article {
        float: left;
        width: 50%;
    }
    .statusbar:before,
    .statusbar:after {
        clear : both;
        width: 100%;
        content: "";
        display: table;
    }
    .mobilesocialHeader {
        width: 100%;
        clear: both;
        padding: 10px 0;
        height: 50px;
    }
    .formHeader span {
        font-size: 12px;
    }
    .detailsHeader span.resultRating {
        float : left;
        width: auto !important;
        padding: 0 10px 0 0;
        line-height: 18px;
    }
    .detailsHeader p[style="font-size: 12px"] { padding-top: 5px }
}

div.phoneContact.clicked div{
	overflow:hidden;
	text-overflow:ellipsis;
	color:#1b6cd8;
}
