html, body, form, fieldset,
h1, h2, h3, h4, h5, h6, p, pre, samp, span,
blockquote, ul, li, ol, dl, dd, dt, address, div, abbr, dfn, acronym,
table, tr, th, td,
input, select, option, textarea {
    margin: 0;
    padding: 0;
    
    text-align: left;
}
h1, h2, h3, h4, h5, h6, p, pre, samp, span,
blockquote, ul, li, ol, dl, dd, dt, address, abbr, dfn, acronym {
    cursor: text;
}
.clearfix:after {
    content: '.'; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix { display: inline-block }

*:active, object:focus, embed:focus, a { outline: none }
input::-moz-focus-inner { border: 0 }
*.pointer, label { cursor: pointer }
fieldset { border: none }
input, select, option, textarea {
    font-size: 100%;
    outline-style: none;
}
textarea { resize: none; }

.bug { border: 1px solid red }

@font-face {
    font-family: 'Revue';
    src: url('https://cdn.kutyabarathelyek.hu/fonts/Revue/Revue.eot');
    src: local('Revue'),
        url('https://cdn.kutyabarathelyek.hu/fonts/Revue/Revue.eot?#iefix') format('embedded-opentype'),
        url('https://cdn.kutyabarathelyek.hu/fonts/Revue/Revue.woff2') format('woff2'),
        url('https://cdn.kutyabarathelyek.hu/fonts/Revue/Revue.woff') format('woff'),
        url('https://cdn.kutyabarathelyek.hu/fonts/Revue/Revue.ttf') format('truetype'),
        url('https://cdn.kutyabarathelyek.hu/fonts/Revue/Revue.svg#Revue') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Segoe Print';
    src: url('https://cdn.kutyabarathelyek.hu/fonts/SegoePrint/SegoePrint.eot');
    src: local('Segoe Print'), local('SegoePrint'),
        url('https://cdn.kutyabarathelyek.hu/fonts/SegoePrint/SegoePrint.eot?#iefix') format('embedded-opentype'),
        url('https://cdn.kutyabarathelyek.hu/fonts/SegoePrint/SegoePrint.woff2') format('woff2'),
        url('https://cdn.kutyabarathelyek.hu/fonts/SegoePrint/SegoePrint.woff') format('woff'),
        url('https://cdn.kutyabarathelyek.hu/fonts/SegoePrint/SegoePrint.ttf') format('truetype'),
        url('https://cdn.kutyabarathelyek.hu/fonts/SegoePrint/SegoePrint.svg#SegoePrint') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@-o-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@viewport { width: device-width; }

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* html .clear {
    zoom: 1;
}

*:first-child+html .clear {
    zoom: 1;
}

body {
    color: #757575;
    line-height: 17px;
/*    background: transparent url(/gfx/background.gif) repeat top center;*/
/*    background: transparent url(/gfx/bg-container.jpg) no-repeat bottom center;
    background-size: cover;
    background-attachment: fixed;
    background-color: #ffffff;*/
    background-color: #efeeec;
    font: 13px 'Arial', 'Verdana', 'Tahoma', 'Trebuchet MS';
}
/*
** div
**/
div#container {
    width: 100%;
    float: left;
/*    background: transparent url(/gfx/bg-container.jpg) no-repeat top center;*/
}
div#content {
    width: 1000px;
    margin: 0 auto;
    background-color: #fff;
    -moz-box-shadow: 0 0 1px 1px #aaa;
    -webkit-box-shadow: 0 0 1px 1px #aaa;
    box-shadow: 0 0 1px 1px #aaa;
}
div#top-banner, div#bottom-banner {
    width: 100%;
    height: auto;
    padding: 5px;
    float: left;
    background-color: #f1f1f1;
    text-align: center;
}
div#bottom-banner {
    background-color: #ffffff;
}
div#header {
    width: 1000px;
    height: 194px;
    float: left;
    position: relative;
    background: transparent url(/gfx/bg-header.jpg) no-repeat top center;
}
div#logo2 {
    width: 256px;
    height: 173px;
    position: absolute;
    bottom: 5px;
    right: -72px;
}
div#menu {
    width: 885px;
    height: 41px;
    position: absolute;
    top: 138px;
    left: 10px;
    background: transparent url(/gfx/bg-menu.png) no-repeat top center;
    position: relative;
}
div#menu a {
    position: relative;
    z-index: 200;
}
div#submenu {
    position: absolute;
    bottom: -90px;
    left: 456px;
    width: 152px;
    height: 97px;
    z-index: 101;
    text-align: center;
    background: transparent url(/gfx/bg-submenu.png) no-repeat top center;
}
div#submenu a {
    text-align: center;
    color: #a96107;
    font-weight: bold;
    margin: 11px 0 0 0;
    display: block;
}
div#submenu a:hover { color: #6fb71f; }
div#submenu-news,
div#submenu-library {
    position: absolute;
    top: 34px;
    left: -20px;
    width: 152px;
    z-index: 101;
    text-align: center;
    background: transparent url(/gfx/bg-submenu-news2.png) no-repeat top center;
}
div#submenu-library {
    left: 456px;
}
div#submenu-news:after,
div#submenu-library:after {
    width: 152px;
    height: 14px;
    z-index: 101;
    content: "";
    background: transparent url(/gfx/bg-submenu-news-bottom.png) no-repeat top center;
    bottom: -14px;
    left: 0;
    position: absolute;
    display: inline-block;
}
div#submenu-news a,
div#submenu-library a {
    text-align: center;
    color: #a96107;
    font-weight: bold;
    margin: 11px 0 0 0;
    display: block;
}
div#submenu-news a:hover, div#submenu-library a:hover { color: #6fb71f; }

/*ideiglenes*/
a.menu-7 + div#submenu,
a.menu-7 + div#submenu-library {
    bottom: auto;
    height: auto;
    position: absolute;
    top: 34px;
    left: 454px;
    width: 152px;
    z-index: 101;
    text-align: center;
    background: transparent url(/gfx/bg-submenu-news2.png) no-repeat top center;
}
a.menu-7 + div#submenu:after,
a.menu-7 + div#submenu-library:after {
    width: 152px;
    height: 14px;
    z-index: 101;
    content: "";
    background: transparent url(/gfx/bg-submenu-news-bottom.png) no-repeat top center;
    bottom: -14px;
    left: 0;
    position: absolute;
    display: inline-block;
}
a.menu-7 + div#submenu a,
a.menu-7 + div#submenu-library a {
    text-align: center;
    color: #a96107;
    font-weight: bold;
    margin: 11px 0 0 0;
    display: block;
}
a.menu-7 + div#submenu a:hover, a.menu-7 + div#submenu-library a:hover { color: #6fb71f; }

div#user {
    width: 365px;
    height: 55px;
    position: absolute;
    top: 5px;
    right: 160px;
}
div#user.newbox {
    float: left;
    background-color: #ffffff;
    height: auto;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    top: 0;
    padding: 5px 0 0px 10px;
    left: 475px;
}
div#user.newbox a.fblogin, a.fblogin-inner, a.fblogin-inner:hover {
    background: transparent url('/gfx/fblogin.gif') no-repeat top center;
    float: left;
    width: 158px;
    height: 25px;
    text-align: right;
    line-height: 25px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    margin: 5px 0;
}
a.fblogin-inner, a.fblogin-inner:hover {
    clear: both;
    margin: 10px 0;
}
div#user.newbox a.fblogin.hu, a.fblogin-inner.hu {
    padding: 0 17px 0 0;
}
div#user.newbox a.fblogin.en, a.fblogin-inner.en,
div#user.newbox a.fblogin.de, a.fblogin-inner.de {
    padding: 0 10px 0 0;
}
div#user div.userbox {
    float: left;
    margin: 20px 0 0 0;
    font-weight: bold;
}
div#data {
    width: 1000px;
    padding-bottom: 28px;
    float: left;
    background: #fff url(/gfx/bg-data.jpg) no-repeat top center;
}
div#left-data {
    width: 215px;
    min-height: 100px;
    float: left;
    margin: 0 10px 0 10px;
}
div#center-data {
    width: 555px;
    padding: 0;
    min-height: 100px;
    float: left;
    font-size: 14px;
    line-height: 18px;
}
div#center-data.home {
    width: 555px;
    padding: 0;
}
div#center-data.biztositas {
    width: 735px;
}
div#center-data.hirek-reszletek {
    width: 785px;
    padding-left: 10px;
}
div#center-data.biztositas-kotes {
    width: 980px;
    margin: 0 10px;
}
div.center-data,
body.cke_editable {
    float: left;
    padding: 0;
    width: 555px;
}
div.center-data.biztositas {
    width: 755px; /* 755px */
}
div.center-data.hirek-reszletek {
    width: 775px; /* 755px */
}
div.center-data.biztositas-kotes {
    width: 980px;
}
div#right-data {
    width: 190px;
    min-height: 100px;
    float: left;
    margin: 0 10px 0 10px;
}
div#footer {
    width: 1000px;
    padding: 17px 10px 0 10px;
    float: left;
    color: #a96107;
    background: #fff url(/gfx/bg-footer.gif) no-repeat top center;
    height: auto;
    text-align: center;
}
/*user*/
div#user form input {
    width: 140px;
    background-color: #e5e4e1;
    border: 1px solid #e5e4e1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    color: #7f7f7f;
    padding: 4px 10px 5px 10px;
    margin-top: 2px;
}
div#user form a.reg {
    color: #a96107;
    font-size: 11px;
    font-weight: bold;
}
div#user form a.reg:hover { color: #b5b5b3; }
div#user form a.reminder {
    color: #b5b5b3;
    font-size: 11px;
    font-weight: bold;
}
div#user form a.reminder:hover { color: #a96107; }
/*search*/
div#search {
    width: 100%;
    padding: 10px 9px;
    float: left;
    border: 1px solid #efeeec;
    background-color: #efeeec;
    -webkit-border-bottom-right-radius: 1px;
    -webkit-border-bottom-left-radius: 1px;
    -moz-border-radius-bottomright: 1px;
    -moz-border-radius-bottomleft: 1px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
}
div#search label {
    clear: both;
    color: #1b1b1b;
    font-size: 12px;
    margin: 0 0 4px 0;
    float: left;
    width: 100%;
}
div#search input,
div#search select {
    clear: both;
    float: left;
    margin: 0 0 10px 0;
    color: #000;
    width: 100%;
    background-color: #e0deda;
    border: 1px solid #e0deda;
    padding: 4px 0 4px 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

div.filter select {
    margin: 0 0 10px 0;
    color: #000;
    width: 100%;
    background-color: #e0deda;
    border: 1px solid #e0deda;
    padding: 4px 0 4px 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.fakecheck,
.fakecheck-2,
.fakecheck-3{
    display: block;
    font-size: 12px;
    text-decoration: none;
    outline: none;
    background: transparent url(/gfx/radio.png) no-repeat 0 0;
    height: 17px;
    width: auto;
    padding: 0 0 0 20px;
    margin: 2px 10px 0 0;
    float: left;
    color: #1b1b1b;
}
.fakechecked { background-position: left -17px; }

.fakecheckcheck,
.fakecheckcheck-left-1,
.fakecheckcheck-open,
.fakecheckcheck-terkep {
    display: block;
    font-size: 12px;
    text-decoration: none;
    outline: none;
    background: transparent url(/gfx/checkbox.png) no-repeat 0 0;
    /*height: 17px;*/
    height: 14px;
    width: auto;
    /*padding: 0 0 0 20px;*/
    padding: 0 0 0 20px;
    margin: 2px 10px 0 0;
    float: left;
    color: #1b1b1b;
}
.fakecheckedcheck { background-position: left -17px; }

.hide { display: none; }
/*form*/
div.formbox {
    width: 100%;
    float: left;
    border: 1px solid #efeeec;
    background-color: #efeeec;
    padding: 20px 0;
    margin: 0 0 15px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
form.otherform {
/*    width: 515px;
    float: left;
    border: 1px solid #efeeec;
    background-color: #efeeec;
    padding: 20px 0;
    margin: 0 10px 15px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;*/
}
form.otherform label {
    width: 145px;
    float: left;
    padding: 5px 10px 3px 0;
    color: #1b1b1b;
    clear: both;
    text-align: right;
}
form.otherform label.width {
    /*width: 270px;*/
    width: 290px;
}
form.filterform input,
form.otherform input,
form.filterform textarea,
input.autocity,
form.otherform textarea {
    width: -webkit-calc(100% - 165px);
    width: -moz-calc(100% - 165px);
    width: calc(100% - 165px);
    float: left;
    background-color: #dfddd9;
    border: 1px solid #dfddd9;
    padding: 5px;
    margin: 0 0 10px 0;
    font-size: 12px;
    color: #7f7f7f;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
form.otherform input.small {
    width: 175px;
}
form.filterform input.small {
    width: 183px;
}
form.filterform select.multiple {
    width: -webkit-calc(100% - 165px);
    width: -moz-calc(100% - 165px);
    width: calc(100% - 165px);
    height: 130px;
}
form.otherform textarea {
    width: -webkit-calc(100% - 165px);
    width: -moz-calc(100% - 165px);
    width: calc(100% - 165px);
    overflow: auto;
    height: 100px;
}
h2.error,
p.error { color: #d70904; }
/*filter*/
form.filterform label {
    width: 65px;
    float: left;
    padding: 5px 10px 3px 0;
    color: #1b1b1b;
    clear: both;
    text-align: right;
}
form.filterform select,
form.otherform select {
    float: left;
    margin: 0 0 10px 0;
    color: #7f7f7f;
    width: -webkit-calc(100% - 165px);
    width: -moz-calc(100% - 165px);
    width: calc(100% - 165px);
    background-color: #e0deda;
    border: 1px solid #e0deda;
    padding: 4px 0 4px 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
form.otherform select {
    width: -webkit-calc(100% - 165px);
    width: -moz-calc(100% - 165px);
    width: calc(100% - 165px);
}
form.filterform.alberlet select {
    width: 100%;
}
a.submit,
a.submit:hover,
form.filterform input.submit,
input#tervezz,
form.otherform input.submit,
form#terkep-kategoria input.submit {
    width: 189px;
    height: 40px;
    line-height: 40px;
    margin: 0 0 0 145px;
    padding: 0;
    float: left;
    clear: both;
    border: 0;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    background: #92c63d;
    background: -moz-linear-gradient(top,  #a2cf44 0%, #7aba33 100%);
    background: -webkit-linear-gradient(top,  #a2cf44 0%,#7aba33 100%);
    background: -o-linear-gradient(top,  #a2cf44 0%,#7aba33 100%);
    background: linear-gradient(to bottom,  #a2cf44 0%,#7aba33 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2cf44', endColorstr='#7aba33',GradientType=0 );
    border: 1px solid #7cbb33;
}
a.buttonka {
    width: 189px;
    height: 30px;
    line-height: 29px;
    margin: -5px 8px 0 0;
    padding: 0;
    /*float: left;*/
    float: right;
    clear: both;
    border: 0;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    background: #92c63d;
    background: -moz-linear-gradient(top,  #a2cf44 0%, #7aba33 100%);
    background: -webkit-linear-gradient(top,  #a2cf44 0%,#7aba33 100%);
    background: -o-linear-gradient(top,  #a2cf44 0%,#7aba33 100%);
    background: linear-gradient(to bottom,  #a2cf44 0%,#7aba33 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2cf44', endColorstr='#7aba33',GradientType=0 );
    border: 1px solid #7cbb33;
}
a.buttonka:hover {
    color: #fff;
}
a.submit,
a.submit:hover {
    margin: 0;
}
a.submit.red {
    float: right;
    clear: none;
    margin: 0;
    background: #e12216;
    background: -moz-linear-gradient(top,  #e12216 0%, #b90e0a 100%);
    background: -webkit-linear-gradient(top,  #e12216 0%,#b90e0a 100%);
    background: -o-linear-gradient(top,  #e12216 0%,#b90e0a 100%);
    background: linear-gradient(to bottom,  #e12216 0%,#b90e0a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e12216', endColorstr='#b90e0a',GradientType=0 );
    border: 1px solid #b90e0a;
}
form.filterform input.submit {
    margin: 0 0 0 65px;
    width: 195px;
}
form.filterform input.submit.filter {
    margin: 0 0 10px 65px;
    width: 90px;
}
form.filterform input.submit.delete {
    background: #e12216;
    background: -moz-linear-gradient(top,  #e12216 0%, #b90e0a 100%);
    background: -webkit-linear-gradient(top,  #e12216 0%,#b90e0a 100%);
    background: -o-linear-gradient(top,  #e12216 0%,#b90e0a 100%);
    background: linear-gradient(to bottom,  #e12216 0%,#b90e0a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e12216', endColorstr='#b90e0a',GradientType=0 );
    border: 1px solid #b90e0a;
    width: 90px;
    margin: 0 0 0 15px;
    clear: none;
}
form.otherform input[type="radio"],
form.otherform input[type="checkbox"] {
    width: auto;
    height: 27px;
    line-height: 27px;
    margin: -1px 0 0 0;
}
form.otherform samp {
    float: left;
    margin: 5px 0 0 10px;
}

/*
** gallery
**/

div.gallery {
    float: left;
    clear: both;
    margin: 30px 0 0 0;
}

div.gallery div.one {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}

div.gallery div.one span {
    float: left;
    margin: 5px 0 0 0;
    cursor: pointer;
}

div.gallery a.fancy {
    float: left;
    margin: 0 10px 25px 0;
}

div.gallery a.fancy img {
    border: 1px solid #dfdfdf;
}

div.gallery div.one label {
    float: left;
    width: auto;
    margin: 0 0 5px 0;
}

div.gallery div.one label span {
    float: left;
    width: 90px;
    font-weight: bold;
    margin: 5px 10px 0 0;
}

div.gallery div.one label input {
    width: 330px;
    float: left;
    background-color: #dfddd9;
    border: 1px solid #dfddd9;
    padding: 5px;
    margin: 0 0 5px 0;
    font-size: 12px;
    color: #7f7f7f;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

div.gallery div.one label ul.tagedit-list {
    float: left;
    width: 320px;
}

div.gallery div.one label ul.tagedit-list input {
    width: 250px;
}

div.gallery div.one input.checkbox {
    float: left;
    width: 15px;
    height: 15px;
    margin: 5px 5px 5px 0;
    background: transparent;
}

/*
** table
**/

table {
    float: left;
    width: 100%;
    background-color: #ffffff;
    margin: 0 0 20px 0;
}
div#user table {
    width: auto;
    margin: 0;
    background: transparent;
}
table th {
    padding: 10px;
    font-weight: bold;
    background-color: #cdccc8;
    color: #51140a;
}
table td {
    padding: 10px;
    background-color: #f3f3f1;
}
div#user table td {
    padding: 0;
    background: transparent;
}
table td a.delete {
    border: 0;
}
table td small {
    font-size: 13px;
    float: left;
    margin: 7px 0 0 5px;
}
table td img.up,
table td img.down {
    position: absolute;
    right: 0;
    cursor: pointer;
}
table td img.up {
    top: 0;
}
table td img.down {
    bottom: 0;
}
table td.bgcolor {
    background-color: #dfded8;
}

/*programs*/
div.filter {
    width: 100%;
    padding: 20px 10px 10px 10px;
    margin: -10px 0 15px 0;
    float: left;
    background-color: #efeeec;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #000000;
}
div.filter.maps {
    margin: 0 0 15px 0;
}
div.filter div.fleft {
    width: 49%;
    margin: 0 1% 0 0;
}
div.filter div.fleft.mleft {
    width: 49%;
    margin: 0 1% 0 0;
}
div.filter div.checkbox-data {
    float: left;
    width: 100%;
    margin: 3px 0 10px 0;
}
div.filter div.checkbox-data.small {
    width: 33%;
    margin: 3px 0 5px 0;
}
div.filter.maps div.checkbox-data {
    width: 100%;
    margin: 0;
}
div.filter div.checkbox-data div.onecat {
    float: left;
    width: 33%;
    margin: 0 0 5px 0;
}
div.filter div.checkbox-data.small div.onecat {
    width: 100%;
    margin: 0;
}
div.filter.maps div.checkbox-data div.onecat {
    width: 100%;
}
div.filter.maps div.checkbox-data div.onecat input {
    width: 100%;
}
#terkep-kategoria div.checkbox-data div.onecat {
    width: 50%;
}
div.programs,
div.housing,
div.services,
div.dogs {
    width: 100%;
    float: left;
    margin-bottom: 18px;
    position: relative;
}
div.programs div.picholder,
div.housing div.picholder,
div.services div.picholder,
div.dogs div.picholder {
    width: 150px;
    height: 150px;
    padding: 0;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    float: left;
    margin: 0 10px 0 0;
    background-size: 95% auto !important;
}
div.programs div.picholder div.picholder-border,
div.housing div.picholder div.picholder-border,
div.services div.picholder div.picholder-border,
div.dogs div.picholder div.picholder-border {
    border: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 30px 0 0 10px;
}
div.programs div.s-content,
div.housing div.s-content,
div.services div.s-content,
div.dogs div.s-content {
    width: -webkit-calc(100% - 172px) !important;
    width: -moz-calc(100% - 172px) !important;
    width: calc(100% - 172px) !important;
    float: left;
}
div.programs div.s-content h3,
div.housing div.s-content h3,
div.services div.s-content h3,
div.dogs div.s-content h3 {
    margin: 0 0 5px 0;
}
div.programs div.s-content span,
div.housing div.s-content span,
div.services div.s-content span,
div.dogs div.s-content span {
    clear: both;
    float: left;
    margin: 0 0 5px 0;
}
div.programs span.place,
div.housing span.lead,
div.services span.lead,
div.dogs span.lead {
    color: #757575;
    font-size: 13px;
}
div.programs span.place {
    color: #757575;
    font-size: 13px;
    text-align: right;
}
div.housing span.lead,
div.services span.lead,
div.dogs span.lead {
}
div.programs div.details,
div.housing div.details,
div.services div.details,
div.dogs div.details {
    padding: 6px 4px;
    background-color: #efeeec;
    border: 1px solid #efeeec;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: left;
    width: 100%;
    margin: 5px 0 0 0;
}
div.programs span.type,
div.housing span.type,
div.services span.type,
div.dogs span.type {
    color: #75b700;
    font-size: 14px;
}
div.programs span.date-from,
div.housing span.place,
div.housing span.phone,
div.services span.place,
div.services span.phone,
div.dogs span.place,
div.dogs span.phone {
    color: #757575;
    font-size: 13px;
}
div.housing span.phone,
div.services span.phone,
div.dogs span.phone {
}
div.programs a.more,
div.housing a.more,
div.services a.more,
div.dogs a.more {
    color: #75b700;
    font-size: 14px;
    font-weight: bold;
}
div.programs h3 a,
div.housing h3 a,
div.services h3 a,
div.dogs h3 a { color: #a96107; }
div.programs h3 a:hover,
div.housing h3 a:hover,
div.services h3 a:hover,
div.dogs h3 a:hover { color: #75b700; }
div.programs a.more:hover,
div.housing a.more:hover,
div.services a.more:hover,
div.dogs a.more:hover { color: #a96107; }
div.programs span.date-to,
div.housing span.date-to,
div.services span.date-to,
div.dogs span.date-to {
    color: #757575;
    font-size: 13px;
}
a.ical {
    position: absolute;
    top: 42px;
    right: 5px;
}
/*banner*/
div#right-banner {
    width: 100%;
    float: left;
    padding: 14px 16px 9px 16px;
/*    border: 1px solid #c5c8c9;*/
    text-align: center;
    margin: 10px 0 0 0;
/*    background-color: #f1f1f1;*/
}
div#right-banner img {
/*    float: left;*/
}
/*banner*/
div#left-banner {
    width: 215px;
    float: left;
    padding: 14px 22px 9px 23px;
/*    border: 1px solid #c5c8c9;*/
    text-align: center;
    margin: 10px 0 0 0;
/*    background-color: #f1f1f1;*/
}
div#left-banner img {
/*    float: left;*/
}
/*dogs*/
div#dogs,
div#userbox {
    width: 100%;
    padding-bottom: 10px;
    float: left;
    border: 1px solid #efeeec;
    background-color: #efeeec;
    -webkit-border-bottom-right-radius: 1px;
    -webkit-border-bottom-left-radius: 1px;
    -moz-border-radius-bottomright: 1px;
    -moz-border-radius-bottomleft: 1px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
}
div#dogs-inside {
    padding-bottom: 10px;
    float: left;
}
div#dogs div.dog {
    width: -webkit-calc(100% - 4px);
    width: -moz-calc(100% - 4px);
    width: calc(100% - 4px);
    height: 84px;
    float: left;
    margin: 10px 0 -5px 2px;
    background-color: #f7f7f6;
}
div#dogs-inside div.dog-inside {
    width: 48%;
    height: 84px;
    float: left;
    margin: 10px 1% 0 1%;
    background-color: transparent;
}
div#dogs div.dog img {
    float: left;
    border: 1px solid #ceccc8;
    margin: 7px 10px 0 7px;
}
div#dogs-inside div.dog-inside img {
    float: left;
    border: 1px solid #ceccc8;
    margin: 7px 10px 0 7px;
}
div#dogs div.dog p { margin: 7px 0 -5px 0; }
div#dogs-inside div.dog-inside p {
    margin: 7px 0 -5px 87px;
    font-size: 13px;
}
div#dogs div.dog p a {
    color: #1b1b1b;
    text-decoration: none;
}
div#dogs div.dog p a:hover { color: #6fb71f; }
div#dogs a.more {
    color: #a96107;
    font-weight: bold;
    clear: both;
    float: right;
    margin: 14px 10px 0 0;
    padding-right: 20px;
    background: transparent url(/gfx/more.png) no-repeat 102px 4px;
}
div#dogs a.more:hover { color: #6fb71f; }
/*news*/
div.news,
body.cke_editable {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}
div.news.inner,
body.cke_editable {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 10px;
}
div.news p { margin: 0; }
div.news div.fleft {
    width: 48%;
    float: left;
    margin: 0 1% 15px 1%;
}
div.news div.fleft div.images,
div.news.inner div.images {
    width: 100%;
    height: auto;
    padding: 5px;
    margin-bottom: 10px;
    float: left;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
div.news.inner div.images {
    float: right;
    padding: 0;
    width: auto;
    height: auto;
    margin: 0 0 10px 10px;
}
div.news div.fleft div.images img,
div.news.inner div.images img {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}
/*faq*/
div.faq { float: left; width: 100%; }
div.faq a.faq-category {
    display: block;
    float: left;
    width: 100%;
    height: 42px;
    padding: 12px 0 0 20px;
    margin: 10px 0 0 0;
    color: #a96107;
    font-size: 14px;
    font-weight: bold;
    background: transparent url(/gfx/faq/bg-categories.gif) no-repeat top center;
    background-size: 100% 84px;
}
div.faq a.faq-category:hover,
div.faq a.faq-category-current {
    color: #6fb71f;
    background-position: bottom center;
}
div.faq a.faq-sub-category {
    display: block;
    float: left;
    width: 100%;
    height: 32px;
    padding: 7px 0 0 35px;
    margin: 10px 0 0 0;
    color: #6fb71f;
    font-size: 14px;
    background: transparent url(/gfx/faq/bg-sub-categories.gif) no-repeat top center;
    background-size: 100% 64px;
}
div.faq a.faq-sub-category:hover,
div.faq a.faq-sub-category-current {
    color: #6fb71f;
    background-position: bottom center;
}
div.faq a.faq-sub-sub-category {
    display: block;
    float: left;
    width: 100%;
    height: 30px;
    padding: 4px 0 0 45px;
    margin: 5px 0 0 0;
    color: #6fb71f;
    font-size: 14px;
    background: transparent url(/gfx/faq/bg-sub-sub-categories.gif) no-repeat top center;
    background-size: 100% 60px;
}
div.faq a.faq-sub-sub-category:hover,
div.faq a.faq-sub-sub-category-current {
    color: #6fb71f;
    background-position: bottom center;
}

div.faq a.faq-sub-item {
    display: block;
    clear: both;
    float: left;
    margin: 10px 0 10px 55px;
    padding: 0 0 0 15px;
    font-size: 14px;
    background: transparent url(/gfx/ulli.png) no-repeat 0 3px;
}

/*gallery*/
div.gallery-box {
    width: 100%;
    padding: 12px 0 0 12px;
    margin-top: -10px;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f6f5f4 url(/gfx/bg-gallery-box.gif) no-repeat top center;
}
div.gallery-box.inner {
    margin: -10px 0 0 0;
}
div.gallery-box.page-gallery { background: #f6f5f4; }
div.gallery-box div.gallery-big-image {
    width: 100%;
    /*height: 308px;*/
    float: left;
    margin-bottom: 24px;
    position: relative;
}

div.gallery-box div.gallery-big-image a.prev,
div.gallery-box div.gallery-big-image a.next {
    display: block;
    position: absolute;
    width: 31px;
    height: 308px;
    top: 0;
}
div.gallery-box div.gallery-big-image a.prev {
    background: transparent url(/gfx/prev.png) no-repeat top center;
    left: 0;
}
div.gallery-box div.gallery-big-image a.next {
    background: transparent url(/gfx/next.png) no-repeat top center;
    right: 0;
}
div.gallery-box div.gallery-small-image {
    width: 102px;
    height: 102px;
    padding: 5px 0 0 5px;
    margin: 5px 4px 0 0;
    border: 1px solid #d7d6d5;
    float: left;
    -webkit-border-bottom-right-radius: 1px;
    -webkit-border-bottom-left-radius: 1px;
    -moz-border-radius-bottomright: 1px;
    -moz-border-radius-bottomleft: 1px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
}
div.gallery-box div.gallery-small-image:last-child { margin: 5px 4px 0 0; }
div.gallery-box div.gallery-small-image-pager {
    width: 100%;
    margin-bottom: 12px;
    float: left;
}
div.gallery-box div.gallery-small-image-pager img {
    float: left;
    cursor: pointer;
}
div.gallery-list {
    float: left;
    width: 103px;
    margin: 0 40px 20px 0;
    text-align: center;
}
div.gallery-list.last {
    float: left;
    margin: 0 0 20px 0;
}
div.gallery-list a {
    padding: 5px;
    border: 1px solid #d7d6d5;
    float: left;
    -webkit-border-bottom-right-radius: 1px;
    -webkit-border-bottom-left-radius: 1px;
    -moz-border-radius-bottomright: 1px;
    -moz-border-radius-bottomleft: 1px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
    margin: 0 0 5px 0;
}
/*pager*/
div.pager {
/*    width: 100%;
    height: 30px;
    margin: 13px auto;
    float: left;
    text-align: center;
    color: #fff;
    background: transparent url(/gfx/bg-pager.gif) no-repeat top center;*/
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin: 13px auto;
    background-color: #c3c0bb;
    border-radius: 2px;
    padding: 0;
    text-align: center;
    color: #fff;
}
div.gallery-box div.pager { margin: 0; }
div.pager a.num,
div.pager strong.num {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    margin: 6px 2px 0 2px;
    display: inline-block;
}
div.pager a.num:hover,
div.pager strong.num { color: #a96107; }
div.pager a.back {
    display: block;
    margin-top: 6px;
    color: #a96107;
}
div.pager a.back {
    margin-top: 0;
}
/*
** tabsbar
**/
div.tabsbar {
    float: left;
    width: 100%;
    height: 35px;
    background: transparent url(/gfx/bg_tabsbar.jpg) repeat-x center bottom;
    margin: 10px 0 20px 0;
    padding: 0 0 0 20px;
}
div.tabsbar a {
    background: transparent url(/gfx/bg_tabsbar_href.jpg) no-repeat right center;
    float: left;
    height: 35px; /* 35px */
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 -20px;
    /*padding: 8px 48px 0 20px;*/
    padding: 8px 40px 0 12px;
}
div.tabsbar a:hover,
div.tabsbar a.active {
    color: #a96107;
}
div.tabsbar a.last {
    background: none;
    padding: 8px 0 0 12px;
}
h2.tabsbar-h2 {
    display: block;
    float: left;
    width: 535px;
    height: 40px;
    padding: 0;
    margin: 0 0 10px 0;
    color: #a96107;
    font-size: 14px;
    font-weight: bold;
    background: transparent url(/gfx/faq/bg-categories.gif) no-repeat top center;
}
h2.tabsbar-h2 a {
    float: left;
    width: 535px;
    height: 40px;
    padding: 12px 0 0 20px;
}
h2.tabsbar-h2.active {
    width: 535px;
    height: 40px;
    padding: 12px 0 0 20px;
    color: #6fb71f;
    background-position: bottom center;
}
/*
** headers
**/
#center-data h1,
#center-data div.h1 {
    display: block;
    width: 100%;
    height: 51px;
    float: left;
    margin: 0 0 10px 0;
    padding: 15px 0 0 60px;
    color: #51140a;
    font-size: 18px;
    background: transparent url(/gfx/bg-h1-default.gif) no-repeat top center;
    position: relative;
    font-weight: normal;
}
#center-data h1 a {
/*    position: absolute;
    right: 10px;
    top: 20px;*/
    font-size: 12px;
    font-weight: normal;
}
h1.news, { background: transparent url(/gfx/bg-h1-news.gif) no-repeat top center; }
#center-data div.h1 { background: transparent url(/gfx/bg-h1-biztositas.gif) no-repeat top left; background-size: 100% 100%; padding: 15px 0 0 80px; }
h1.contact { background: transparent url(/gfx/bg-h1-contact.gif) no-repeat top center; }
h1.biztositas {
    background: transparent url(/gfx/bg-h1-biztositas.gif) no-repeat top center;
    width: 755px;
}
#center-data h1.biztositas-kotes {
    background: transparent url(/gfx/bg-h1-biztositas.gif) no-repeat top left;
    background-size: 100% 100%;
    width: 100%;
    padding: 15px 0 0 80px;
    margin: 0 0 10px 0;
}
#center-data.hirek-reszletek h1 {
    background: transparent url(/gfx/bg-h1-biztositas.gif) no-repeat top left;
    background-size: 100% 100%;
    width: 100%;
    padding: 15px 0 0 80px;
    margin: 0 0 10px 0;
}
h2, h1.news-inner {
    display: block;
    height: auto;
    float: none;
    margin: 15px 0 15px 0;
    padding: 0;
    color: #51140a;
    font-size: 18px;
    font-weight: normal;
}
h2.news,
h1.news-inner,
h2.pictures {
    display: block;
    width: 100%;
    height: 51px;
    float: left;
    margin: 0 0 10px 0;
    padding: 15px 0 0 55px;
    color: #51140a;
    font-size: 18px;
}
h2.news, h1.news-inner { background: transparent url(/gfx/title-news.jpg) no-repeat top center; }
h2.pictures { background: transparent url(/gfx/title-pictures.jpg) no-repeat top center; }
div.programs h3,
div.housing h3,
div.services h3,
div.dogs h3 {
    font-size: 14px;
    color: #a96107;
    width: 250px;
    text-transform: uppercase;
    font-weight: bold;
}
div#right-data h3,
div#right-data h1 {
    display: block;
    width: 100%;
    height: 51px;
    float: left;
    margin: 10px 0 0 0;
    padding: 15px 0 0 55px;
    color: #51140a;
    font-size: 18px;
    font-weight: normal;
}
div#left-data h3,
div#left-data h1 {
    display: block;
    width: 100%;
    height: 51px;
    float: left;
    margin: 10px 0 0 0;
    padding: 15px 0 0 55px;
    color: #51140a;
    font-size: 18px;
    font-weight: normal;
}
h3.szallasok, h1.szallasok { background: transparent url(/gfx/title-szallasok.jpg) no-repeat top center; }
h3.biztositas-heading, h1.biztositas-heading { background: transparent url(/gfx/title-biztositas.jpg) no-repeat top center; }
h3.partnereink, h1.partnereink { background: transparent url(/gfx/title-partnereink.jpg) no-repeat top center; }
h3.kereses, h1.kereses { background: transparent url(/gfx/title-kereses.jpg) no-repeat top center; }
h3.user, h1.user { background: transparent url(/gfx/title-user.jpg) no-repeat top center; }
h3.login, h1.login { background: transparent url(/gfx/title-login.jpg) no-repeat top center; }
h3.kutyatar, h1.kutyatar { background: transparent url(/gfx/title-kutyatar.jpg) no-repeat top center; }
div#left-data h3.login,
div#left-data h1.login {
    width: 100%;
    height: 51px;
    padding: 17px 0 0 25px;
    font-size: 18px;
    cursor: pointer;
}
div#left-data h3.login a,
div#left-data h1.login a {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
}
div#left-data h3.login a:hover,
div#left-data h1.login a:hover {
    color: #fff;
}
h4 {
    color: #51140a;
    font-size: 15px;
    margin: 0 0 15px 10px;
    font-weight: normal;
}
/*
**  adatvédelem
**/
div.justify p {
    text-align: justify;
}
/*
** links
**/
a {
    color: #6fb71f;
    text-decoration: none;
    /*line-height: 17px;*/
}
a:hover {
    color: #a96107;
    text-decoration: none;
}
div.news a { color: #a96107; }
div.news a:hover { color: #6fb71f; }
div.news a.more { color: #6fb71f; }
div.news a.more:hover { color: #a96107; }
div.news a.morenews {
    float: left;
    width: 100%;
    text-align: right;
    font-weight: bold;
    margin: 10px 0 0 0;
    padding: 5px 0 0 0;
    border-top: 1px solid #dfdfdf;
}
div#footer a {
    display: inline-block;
    color: #a96107;
    margin-bottom: 35px;
}
div#footer a:hover { color: #6fb71f; }
div#right-data ul li a {
    color: #757575;
    text-decoration: none;
}
div#right-data ul li a:hover {
    color: #6fb71f;
    text-decoration: underline;
}
div#left-data h3 a,
div#left-data h1 a,
div#right-data h3 a,
div#right-data h1 a { color: #51140a; }
div#left-data h3 a:hover,
div#left-data h1 a:hover,
div#right-data h3 a:hover,
div#right-data h1 a:hover { color: #6fb71f; }
h2 a { color: #51140a; }
h2 a:hover { color: #6fb71f }
/*
** lists
**/
ul {
    padding: 0;
    margin: 5px 0 15px 0;
    list-style-type: none;
}
ul li {
    padding: 0 0 0 15px;
    margin: 0 0 0 10px;
    line-height: 17px;
    background: transparent url(/gfx/ulli.png) no-repeat 0 3px;
}
div#right-data ul {
    padding: 0;
    margin: 10px 0 0 15px;
    clear: both;
    float: left;
    list-style-type: none;
}

div#right-data ul li {
    padding: 0 0 0 15px;
    margin: 0 0 5px 0;
    line-height: 17px;
    background: transparent url(/gfx/ulli.png) no-repeat 0 3px;
}

/*
** paragraph, formats
**/
p {
    margin: 0 0 15px 0;
    /*line-height: 17px;*/
}
/*
**  images
**/
img { border: 0; }
/*div#top-banner img { float: left; }*/

/*
** additional
**/
.marked { font-weight: bold; }
.fleft { float: left; }
.fright { float: right; }
.clear { clear: both; }

div#gmap-container {
    float: left;
    width: 100%;
    height: 332px;
    padding: 5px;
    margin: 0;
    border: 1px solid #dfdfdf;
}

div#gmap-container.mbottom {
    margin: 0;
}

div#gmap {
    float: left;
    width: 100%;
    height: 320px;
}

div.partner {
    float: left;
    width: 98px;
    text-align: center;
    margin: 5px 4px 5px 5px;
    line-height: 17px;
}

div.partner a, div.partner img {
    margin: 0 0 5px 0;
}
.fancybox-title {
     word-wrap: break-word;
}

.fancybox-title iframe {
    min-height: 25px !important;
    vertical-align: middle !important;

}

/*galeus ckeditor*/

body.cke_editable {
    background: #fff;
}

figure {
    margin: 0;
}

figcaption {
    margin: 5px 20px 0 20px;
    font-size: 11px !important;
}

div.know-html ul {
    clear: both;
    float: none;
    margin-left: 23px;
}

div.know-html p {
    clear: both;
}

/*html*/
div.html-text {
    font-size: 14px;
}
div.html-text * {
    font-size: inherit;
}
div.html-text.mbottom {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
}
div.html-text.mtop {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
}
.ui-datepicker-trigger {
    border: 0;
    background: transparent;
    float: left;
    clear: none;
    margin-top: -1px;
    cursor: pointer;
}
/*google geocodink autocomplete*/
#locationField, #controls {
    position: relative;
    width: 480px;
}
#address-autocomplete {
    width: 310px;
    float: left;

}
.label {
    text-align: right;
    font-weight: bold;
    width: 100px;
    color: #303030;
}
#address {
    border: 1px solid #000090;
    background-color: #f0f0ff;
    width: 484px;
    padding-right: 2px;
}
#address td {
    font-size: 10pt;
}
.field {
    width: 99%;
}
.slimField {
    width: 80px;
}
.wideField {
    width: 200px;
}
#locationField {
    /*height: 20px;
    margin-bottom: 2px;*/
    width: 322px;
    float: left;
}
body iframe:last-of-type {
    left: 0;
}


.tab-wrapper {
    clear: both;
}
.tab-wrapper .tab-header {
    background: transparent url(/gfx/bg_tabsbar.jpg) repeat-x center bottom;
    height: 35px;
    margin-bottom: 10px;
    padding-left: 20px;
    margin-left: 10px;
}
.tab-wrapper .tab-header:after {
    content:"";
    display: block;
    clear: both;
}
.tab-wrapper h3 {
    display: block;
    float: left;
    height: 35px;
    background: transparent url(/gfx/bg_tabsbar_href.jpg) no-repeat right center;
    padding: 8px 36px 0 11px;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    color: #6fb71f;
    margin: 0 0 0 -20px;
}
.tab-wrapper h3.first { padding-left: 18px; background: none;}
.tab-wrapper h3.last { padding-right: 0px; background: none;}
.tab-wrapper h3:hover,
.tab-wrapper h3.active { color: #a96107; }
.tab-wrapper .tab-content a { font-weight: normal!important; }


.news-2box { clear: both; }
.news-2box:after {
    content: "";
    clear: both;
    display: block;
}
.news-2box > div {
    float: left;
    width: 50%;
}

.fakebar {
    background: transparent url(/gfx/bg_tabsbar.jpg) repeat-x center bottom;
    height: 35px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.news-fb-box { margin-bottom: 35px; }
.cf:after {
    content: "";
    display: block;
    clear: both;
    float: none;
}

form.gsc-search-box { margin-bottom: 0; }
form.gsc-search-box table {
    float: none!important;
    margin: 0;
}

table.gsc-search-box {}
table.gsc-search-box > tbody > tr > td {
    display: block!important;
    padding: 0 10px 4px 10px!important;
}
table.gsc-search-box > tbody > tr > td:first-child { padding-top: 10px!important; }
table.gsc-search-box .gsc-input-box {
    background: #fff;
    height: auto;
}

table.gsc-search-box .gsc-input-box td { background: #fff; }
table.gsc-search-box input.gsc-input { font-size: 13px; }
table.gsc-search-box td.gsib_a {
    padding-top: 6px;
    padding-bottom: 6px;
}
table.gsc-search-box td.gsib_b {
    padding: 5px 0 5px 8px;
    text-align: right;
}
table.gsc-search-box td.gsc-search-button,
table.gsc-search-box td.gsc-clear-button { width: auto; }
table.gsc-search-box td.gsc-search-button { text-align: right; }

table.gsc-search-box td.gsc-search-button input.gsc-search-button {
   border: 1px solid #B3B3B3!important;
   width: 13px !important;
   height: 13px !important;
   padding: 10px 10px 10px 11px;
   background: #4a8bf5 url('https://www.google.com/uds/css/v2/search_box_icon.png') no-repeat center center;
}

.gsc-tabHeader {
    padding: 0 !important;
    overflow: hidden !important;
}

[class*="gsc-results-wrapper-"] table { float: none; }

div.know-html { margin-left: 55px; }
div.know-html * {
    clear: both;
    float: none;
}
div.know-html ol,
div.know-html ul {
    float: none;
    clear: both;
}
div.know-html ol {padding-left: 16px; margin-left: 30px;}
div.know-html ol ul,
div.know-html ul ol,
div.know-html ul ul { margin-left: 0px; }
div.know-html p { margin-bottom: 0; }

div.center-data ol { padding-top: 10px; }
div.center-data ol > li { list-style-type: decimal; }
div.center-data ol ul { margin: 5px 0; }

span { font-weight: inherit; }

input.phone-cc,
input.phone-ac {
    width: 30px!important;
    margin-right: 5px!important;
}
input.phone-nr { width: 216px!important; }

.map-enlarge {
    font-size: 13px;
    padding-top: 2px;
    display: block; clear: both;
    margin-left: 0;
    margin-bottom: 15px;
}

.html-text ol {margin-left: 30px;}

.gsc-refinementsArea {
    margin-bottom: 0!important;
    border: none!important;
}
.gsc-resultsHeader { display: none!important; }

.pin-button-override {
    display: none;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 56px;
    height: 28px;
    background: url("/gfx/pinit_bg_en_rect_red_28_1.png") no-repeat;
    background-position: 0 -28px;
    display: none;
}
.pin-button-override:hover {
    background-position: 0 0;
}
.fancybox-inner:hover .pin-button-override {display: block;}

form.filterform {}
form.filterform input.submit {
    height: 20px;
    line-height: 20px;
    font-size: 10px;
}
form.filterform input.submit.filter {width: 70px; }
form.filterform input.submit.delete {
    width: 70px;
    margin: 0 20px 0 10px;
}
/*form.filterform .clear-none { clear: initial!important;}*/
form.filterform a.show_on_map { display: block; float: left;}

div.user-gallery-descr p { margin-bottom: 0px; }
@media print {
}

div.szallasok p { margin: 0; }
div.szolgaltatasok p { margin: 0; }
div.kutyas-helyek p { margin: 0; }
div.kutyas-alberletek p { margin: 0; }
div.programajanlatok p { margin: 0; }

/** sidepager **/

.sidepager {
    display: block;
    position: fixed;
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    z-index: 10;
}

.sidepager-left,
.sidepager-right {
    position: fixed;
    display: block;
    float: left;
    background-color: #a96006;
    width: 42px;
    height: 84px;
    background-repeat: no-repeat;
    background-position: center center;
}

.sidepager-left {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2042%2078%22%20style%3D%22enable-background%3Anew%200%200%2042%2078%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%20id%3D%22chevron-right%22%3E%0D%0A%09%3Cpolygon%20class%3D%22st0%22%20points%3D%2212.8%2C39%2023.3%2C28.5%2027%2C32.2%2020.2%2C39%2027%2C45.8%2023.3%2C49.5%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
    left: 0;
}

.sidepager-right {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2042%2078%22%20style%3D%22enable-background%3Anew%200%200%2042%2078%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%20id%3D%22chevron-right%22%3E%0D%0A%09%3Cpolygon%20class%3D%22st0%22%20points%3D%2229.2%2C39%2018.7%2C28.5%2015%2C32.2%2021.8%2C39%2015%2C45.8%2018.7%2C49.5%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
    right: 0;
}

.sidepager-left:hover,
.sidepager-right:hover {
    background-color: #a96006;
}

.sidepager-container * {
    display: none;
    z-index: 10;
}

.sidepager-left:hover .sidepager-container *,
.sidepager-right:hover .sidepager-container *,
.sidepager-left:focus .sidepager-container *,
.sidepager-right:focus .sidepager-container *,
.sidepager-left:active .sidepager-container *,
.sidepager-right:active .sidepager-container * {
    display: block;
}

.sidepager-container {
    transition: width .18s linear;
    width: 42px;
    position: absolute;
    display: block;
    max-height: 84px;
}

.sidepager-container img {
    float: left;
    height: 60px;
    width: auto;
    max-width: 60px;
    margin-right: 10px;
}

.sidepager-container .source {
    float: left;
    color: #999;
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 2px;
    width: 175px;
}

.sidepager-container .title {
    float: left;
    color: #323232;
    font-size: 13px;
    font-weight: bold;
    line-height: 14px;
    width: 175px;
}

.sidepager *:hover .sidepager-container {
    background-color: #ffffff;
    border: solid 2px #a96006;
    padding: 10px;
    width: 270px;
    overflow: hidden;
}

.sidepager article {
    height: 60px;
    overflow: hidden;
}

.sidepager-left:hover .sidepager-container {
    left: 40px;
}

.sidepager-right:hover .sidepager-container {
    right: 40px;
}

input[type="text"], select {
    color: #000000 !important;
}

.pager-new,
.pager-new-mobile {
    float: left;
    width: 100%;
    margin: 10px auto;
    background-color: #c3c0bb;
    border-radius: 2px;
    padding: 3px 5px;
}
.pager-new-mobile {
    display: none;
}
.pager-new span,
.pager-new-mobile span {
    float: left;
    color: #51140a;
    font-weight: bold;
    line-height: 30px;
}
.pager-new-mobile a,
.pager-new-mobile a span {
    width: 100%;
    text-align: center;
    cursor: pointer;
}
.pager-new .pager-new-data,
.pager-new-mobile .pager-new-data {
    float: right;
    color: #ffffff;
    font-weight: bold;
    line-height: 30px;
}
.pager-new .pager-new-data a.num,
.pager-new .pager-new-data strong.num,
.pager-new-mobile .pager-new-data a.num,
.pager-new-mobile .pager-new-data strong.num {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    margin: 0 2px;
    line-height: 30px;
    display: inline-block;
}
.pager-new .pager-new-data strong.num,
.pager-new-mobile .pager-new-data strong.num {
    background-color: #a96107;
    border-radius: 2px;
    color: #ffffff;
    line-height: 20px;
    padding: 0 5px;
    margin: 5px 2px;
}
.pager-new .pager-new-data a.num:hover,
.pager-new-mobile .pager-new-data a.num:hover {
    color: #a96107;
}

h3.hirlevel, h1.hirlevel { background: transparent url(/gfx/title-hirlevel.jpg) no-repeat top center; }
div#hirlevel {
    width: 100%;
    padding: 10px 5px;
    float: left;
    background-color: #efeeec;
    -webkit-border-bottom-right-radius: 1px;
    -webkit-border-bottom-left-radius: 1px;
    -moz-border-radius-bottomright: 1px;
    -moz-border-radius-bottomleft: 1px;
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px;
}
div#hirlevel label {
    color: #51140a;
    font-size: 14px;
    float: left;
    clear: both;
    margin: 0 0 5px 2px;
}
div#hirlevel input {
    float: left;
    clear: both;
    width: 100%;
    background-color: #ffffff;
    border: 2px solid #e5e4e1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
    color: #7f7f7f;
    padding: 5px;
    margin: 0 0 10px 0;
}
div#hirlevel button {
    float: left;
    clear: both;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    background: #92c63d;
    background: -moz-linear-gradient(top,  #a2cf44 0%, #7aba33 100%);
    background: -webkit-linear-gradient(top,  #a2cf44 0%,#7aba33 100%);
    background: -o-linear-gradient(top,  #a2cf44 0%,#7aba33 100%);
    background: linear-gradient(to bottom,  #a2cf44 0%,#7aba33 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2cf44', endColorstr='#7aba33',GradientType=0 );
    border: 1px solid #7cbb33;
}
div#hirlevel p {
    float: left;
    clear: both;
    font-size: 11px;
    margin: 0 5px 10px 5px;
}
div#left-data.hide {
    display: block;
}
div#left-data.show {
    display: none;
}
div#header-mobile, div#header-mobile-bottom {
    display: none;
}
#header-mobile-bottom img.mobile_menu_open {
    float: left;
    display: none;
    cursor: pointer;
    margin: 10px 0 0 10px;
}
#header-mobile-bottom img.mobile_menu_close {
    float: left;
    display: none;
    cursor: pointer;
    margin: 10px 4px 0 10px;
}
#header-mobile-bottom .mobile_menu_box {
    float: left;
    display: none;
    background: #ffffff;
    width: 100%;
}
#header-mobile-bottom .mobile_menu_box .mobile_menu_box_menu {
    float: left;
    width: 100%;
    margin: 7px 0 0 0;
    border-top: 1px solid #d1d1d1;
}
#header-mobile-bottom .mobile_menu_box .mobile_menu_box_menu a {
    float: left;
    clear: both;
    font-size: 16px;
    color: #a96107;
    line-height: 24px;
    text-transform: uppercase;
    padding: 10px 0 10px 10px;
    width: 100%;
    font-weight: bold;
}
#header-mobile-bottom .mobile_menu_box .mobile_menu_box_menu a.submenu {
    font-size: 14px;
    color: #a96107;
    line-height: 20px;
    padding: 10px 0 10px 30px;
    font-weight: normal;
}
#header-mobile-bottom .mobile_menu_box .mobile_menu_box_menu a:hover,
#header-mobile-bottom .mobile_menu_box .mobile_menu_box_menu a.current {
    color: #6fb71f;
}
#header-mobile-bottom .userline {
    float: right;
    margin: 0 10px 0 0;
}
#header-mobile-bottom .userline a.fblogin {
    background: transparent url('/gfx/fblogin.gif') no-repeat top center;
    float: left;
    width: 158px !important;
    height: 25px;
    text-align: right;
    line-height: 25px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    margin: 10px 0 0 0;
}
#header-mobile-bottom .userline a.fblogin.hu {
    padding: 0 17px 0 0;
}
#header-mobile-bottom .userline a.fblogin.en,
#header-mobile-bottom .userline a.fblogin.de {
    padding: 0 10px 0 0;
}
#header-mobile-bottom .userline form input {
    float: left;
    width: 140px;
    background-color: #e5e4e1;
    border: 1px solid #e5e4e1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    color: #7f7f7f;
    padding: 4px 10px 5px 10px;
    margin-top: 2px;
}
#header-mobile-bottom .userline a.reg {
    float: left;
    color: #a96107;
    font-weight: bold;
    margin: 0 10px 5px 0;
}
#header-mobile-bottom .userline a.reg:hover { color: #b5b5b3; }
#header-mobile-bottom .userline a.reminder {
    float: left;
    color: #b5b5b3;
    font-weight: bold;
    margin: 0 0 5px 0;
}
#header-mobile-bottom .userline a.reminder:hover { color: #a96107; }
p.regtext, p.formtext, a.formtext {
    float: left;
    clear: both;
    margin: 10px 10px 10px 145px;
}
a.printfriendly {
    margin-right: 10px !important;
}
div#map_div {
    float: left;
    height: 200px;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    margin: 0 10px 10px 10px;
}
table {
    max-width: 100%;
}
.desktop-banner {
    display: block;
}
.mobile-banner {
    display: none;
}
.javasolj {
    background: transparent url('/gfx/bg_javasolj.jpg') repeat-x center center;
    text-align: center;
    width: 100%;
    height: 81px;
    float: left;
}
.javasolj .javasolj-left {
    background: transparent url('/gfx/bg_javasolj_left.jpg') no-repeat center left;
    text-align: center;
    width: 100%;
    height: 81px;
    float: left;
}
.javasolj .javasolj-left a {
    background: transparent url('/gfx/bg_javasolj_right.jpg') no-repeat center right;
    text-align: center;
    width: 100%;
    height: 81px;
    padding: 10px 35px 0 55px;
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
}
.biztositas-content {
    /*width: 190px;*/
    width: 100%;
    height: 191px;
    margin: 0 auto;
    background: transparent url('/gfx/25699772_m2.jpg') no-repeat center center;
    background-size: 100% auto;
    /*background: transparent url('/gfx/hu/biztositas-ures.png') no-repeat center center;*/
    /*background-color: #f6f5f4;*/
    position: relative;
}
.biztositas-content strong {
    float: left;
    font-size: 16px;
    line-height: 23px;
    color: #0569b3;
    padding: 10px;
}
.biztositas-content a {
    float: left;
    width: auto;
    height: auto;
    /*height: 27px;*/
    position: absolute;
    left: 5px;
    bottom: 16px;
    font-size: 13px;
    /*line-height: 27px;*/
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    border: 1px solid #bb0500;
    border-radius: 4px;
    background-color: #f61500;
    text-decoration: none;
    padding: 5px;
    white-space: nowrap;
}
div#logo {
    width: 280px;
    height: 44px;
    position: absolute;
    top: 25px;
    left: 15px;
}
#header-mobile {
    height: 180px;
    padding: 50px 0 0 20px;
}
div#logo span.text,
#header-mobile span.text {
    float: left;
    color: #010004;
    font-family: 'Segoe Print';
    font-size: 16px;
}
div#logo span.logotext,
#header-mobile span.logotext {
    float: left;
    clear: both;
    color: #a96006;
    font: 28px 'Revue', 'Arial', 'Verdana', 'Tahoma', 'Trebuchet MS';
    cursor: pointer;
}
div#logo span.logotext span,
#header-mobile span.logotext span {
    color: #6eb71f;
    font: 22px 'Revue', 'Arial', 'Verdana', 'Tahoma', 'Trebuchet MS';
    cursor: pointer;
}
#mobile-footer-line,
#mobile-footer-endless-line {
    float: left;
    width: 100%;
    height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #e0deda;
    display: none;
    z-index: 100;
}
#mobile-footer-line .sidepager-left,
#mobile-footer-line .sidepager-right {
    position: static;
    display: block;
    background-color: #a96006;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -10000px;
}
#mobile-footer-line .sidepager-left {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2042%2078%22%20style%3D%22enable-background%3Anew%200%200%2042%2078%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%20id%3D%22chevron-right%22%3E%0D%0A%09%3Cpolygon%20class%3D%22st0%22%20points%3D%2212.8%2C39%2023.3%2C28.5%2027%2C32.2%2020.2%2C39%2027%2C45.8%2023.3%2C49.5%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
    float: left;
}
#mobile-footer-line .sidepager-right {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%2042%2078%22%20style%3D%22enable-background%3Anew%200%200%2042%2078%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cstyle%20type%3D%22text%2Fcss%22%3E%0D%0A%09.st0%7Bfill%3A%23FFFFFF%3B%7D%0D%0A%3C%2Fstyle%3E%0D%0A%3Cg%20id%3D%22chevron-right%22%3E%0D%0A%09%3Cpolygon%20class%3D%22st0%22%20points%3D%2229.2%2C39%2018.7%2C28.5%2015%2C32.2%2021.8%2C39%2015%2C45.8%2018.7%2C49.5%20%09%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
    float: right;
}
#mobile-footer-line .sidepager-left:hover,
#mobile-footer-line .sidepager-right:hover {
    background-color: #a96006;
}
#mobile-footer-line .mobile-footer-line-inner {
    float: left;
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
}
#mobile-footer-endless-line .w25,
#mobile-footer-line .mobile-footer-line-inner .w33 {
    float: left;
    width: 33%;
    text-align: center;
    padding: 0;
}
#mobile-footer-endless-line .w25 {
    width: 25%;
}
#mobile-footer-endless-line .w25 a.printfriendly,
#mobile-footer-line .mobile-footer-line-inner .w33 a.printfriendly {
    margin: 0 !important;
}
#mobile-footer-line .fancylike-fb-like,
#mobile-footer-endless-line .fancylike-fb-like {
    background-image: url('/gfx/sociall/facebook_like.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px auto;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    cursor: pointer;
}
#mobile-footer-line button,
#mobile-footer-endless-line button {
    display: inline-block;
    padding: 0 0 0 50px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #e0deda;
    background-image: url('/gfx/sociall/facebook_share.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 40px auto;
    height: 50px;
    border: 0 solid transparent;
    border-radius: 0;
}
#mobile-footer-line .counter,
#mobile-footer-endless-line .counter {
    display: inline-block;
    min-width: 10px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10px;
    color: #337ab7;
    background-color: #fff;
    margin: 0;
}
#mobile-footer-line .mobile-printfriendly,
#mobile-footer-endless-line .mobile-printfriendly {
    display: block;
    background-image: url('/gfx/sociall/print_image.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 40px auto;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-indent: -10000px;
    margin: 0 auto;
}
#mobile-footer-endless-line a.search-open {
    display: block;
    background-image: url('/gfx/sociall/search_image.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px auto;
    width: 50px;
    height: 50px;
    text-indent: -10000px;
    margin: 0 auto;
}
#search-content.search-content-endless {
    width: 100%;
    display: none;
    position: fixed;
    bottom: 80px;
    left: 0;
}
.sd-show {
    display: none;
}

.promonews {
    position: relative;
}

.promonews .promo {
    position: absolute;
    float: left;
    width: 30px;
    height: 30px;
    background: transparent url('/gfx/thumbtack.svg') no-repeat center center;
    background-size: contain;
    z-index: 10;
    top: -11px;
    right: -11px;
}

.bcontainer {
    float: left;
    width: 100%;
    margin: 20px 0;
    text-align: center;
}

.bcontainer.nm {
    margin: 0;
}

.bcontainer.mt20 {
    margin-top: 20px;
}

.bcontainer.mb20 {
    margin-bottom: 20px;
}

.bcontainer * {
    text-align: center !important;
}
.show-small-screen {
    display: none;
}
#userbox ul {
    float: left;
    width: calc(100% - 20px);
    margin: 10px !important;
}
#userbox ul li {
    list-style-type: none;
    background-image: none;
    margin: 0 !important;
    padding: 0 !important;
}
#userbox ul li a {
    float: left;
    width: 100%;
    padding: 10px;
    margin: 0 0 1px 0;
    background-color: #e0deda;
    border-radius: 5px;
    font-weight: bold;
    color: #a96107;
}
#userbox ul li a:hover {
    color: #ffffff;
    background-color: #6cae1f;
}
.pwddiv {
    display: inline-block;
    position: relative;
    width: calc(100% - 165px);
}
.pwddiv input {
    width: 100% !important;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/gfx/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/gfx/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 25%;
	width: 20%;
	height: 50%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/gfx/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 300;
	background: url('/gfx/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/gfx/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/gfx/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
.fileupload-buttonbar .ui-button input {
    color: #150d06;
    margin: 0;
    border: solid transparent;
    border-width: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -o-transform: translate(250px, -50px) scale(1);
    -moz-transform: translate(-300px, 0) scale(4);
    direction: ltr;
    cursor: pointer;
}

.fileinput-button.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-icon-primary {
    float: left;
    width: auto;
    height: 34px;
    margin: 0 5px 0 0;
    padding: 5px;
}

.start.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-icon-primary {
    background: #92c63d;
    background: -moz-linear-gradient(top,  #a2cf44 0%, #7aba33 100%);
    background: -webkit-linear-gradient(top,  #a2cf44 0%,#7aba33 100%);
    background: -o-linear-gradient(top,  #a2cf44 0%,#7aba33 100%);
    background: linear-gradient(to bottom,  #a2cf44 0%,#7aba33 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2cf44', endColorstr='#7aba33',GradientType=0 );
    border: 1px solid #7cbb33;
    margin: 0 5px 0 0;
    padding: 5px;
}

.cancel.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-icon-primary {
    background: #c58720;
    background: -moz-linear-gradient(top,  #c58720 0%, #a45b06 100%);
    background: -webkit-linear-gradient(top,  #c58720 0%,#a45b06 100%);
    background: -o-linear-gradient(top,  #c58720 0%,#a45b06 100%);
    background: linear-gradient(to bottom,  #c58720 0%,#a45b06 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c58720', endColorstr='#a45b06',GradientType=0 );
    border: 1px solid #89410b;
    margin: 0 5px 0 0;
    padding: 5px;
}

.delete.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-text-icon-primary {
    background: #e12216;
    background: -moz-linear-gradient(top,  #e12216 0%, #b90e0a 100%);
    background: -webkit-linear-gradient(top,  #e12216 0%,#b90e0a 100%);
    background: -o-linear-gradient(top,  #e12216 0%,#b90e0a 100%);
    background: linear-gradient(to bottom,  #e12216 0%,#b90e0a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e12216', endColorstr='#b90e0a',GradientType=0 );
    border: 1px solid #b90e0a;
    margin: 0;
    padding: 5px;
}

.fileupload-buttonbar.ui-widget-header.ui-corner-top {
    background: transparent;
    border: 0;
}

.fileupload-content.ui-widget-content.ui-corner-bottom {
    background: transparent;
    border: 0;
}

.files {
    margin: 10px 0;
    border-collapse: collapse;
}

.files td {
    padding: 5px;
    border-spacing: 5px;
}

.files img {
    border: none;
}

.files .name {
    padding: 0 10px;
}

.files .size {
    padding: 0 10px 0 0;
    text-align: right;
    white-space: nowrap;
}

.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only {
    background: #e12216;
    background: -moz-linear-gradient(top,  #e12216 0%, #b90e0a 100%);
    background: -webkit-linear-gradient(top,  #e12216 0%,#b90e0a 100%);
    background: -o-linear-gradient(top,  #e12216 0%,#b90e0a 100%);
    background: linear-gradient(to bottom,  #e12216 0%,#b90e0a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e12216', endColorstr='#b90e0a',GradientType=0 );
    border: 1px solid #b90e0a;
}

a.btn-green-dark.fleft {
    width: 189px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    float: left;
    clear: both;
    border: 0;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    background: #92c63d;
    background: -moz-linear-gradient(top,  #a2cf44 0%, #7aba33 100%);
    background: -webkit-linear-gradient(top,  #a2cf44 0%,#7aba33 100%);
    background: -o-linear-gradient(top,  #a2cf44 0%,#7aba33 100%);
    background: linear-gradient(to bottom,  #a2cf44 0%,#7aba33 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2cf44', endColorstr='#7aba33',GradientType=0 );
    border: 1px solid #7cbb33;
}

/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1.1em/*{fsDefault}*/; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif/*{ffDefault}*/; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa/*{borderColorContent}*/; background: #ffffff/*{bgColorContent}*/ url('/gfx/ui/ui-bg_flat_75_ffffff_40x100.png')/*{bgImgUrlContent}*/ 50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/; color: #222222/*{fcContent}*/; }
.ui-widget-content a { color: #222222/*{fcContent}*/; }
.ui-widget-header { border: 1px solid #aaaaaa/*{borderColorHeader}*/; background: #cccccc/*{bgColorHeader}*/ url('/gfx/ui/ui-bg_highlight-soft_75_cccccc_1x100.png')/*{bgImgUrlHeader}*/ 50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/; color: #222222/*{fcHeader}*/; font-weight: bold; }
.ui-widget-header a { color: #222222/*{fcHeader}*/; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3/*{borderColorDefault}*/; background: #e6e6e6/*{bgColorDefault}*/ url('/gfx/ui/ui-bg_glass_75_e6e6e6_1x400.png')/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #555555/*{fcDefault}*/; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #555555/*{fcDefault}*/; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #999999/*{borderColorHover}*/; background: #dadada/*{bgColorHover}*/ url('/gfx/ui/ui-bg_glass_75_dadada_1x400.png')/*{bgImgUrlHover}*/ 50%/*{bgHoverXPos}*/ 50%/*{bgHoverYPos}*/ repeat-x/*{bgHoverRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcHover}*/; }
.ui-state-hover a, .ui-state-hover a:hover { color: #212121/*{fcHover}*/; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #aaaaaa/*{borderColorActive}*/; background: #ffffff/*{bgColorActive}*/ url('/gfx/ui/ui-bg_glass_65_ffffff_1x400.png')/*{bgImgUrlActive}*/ 50%/*{bgActiveXPos}*/ 50%/*{bgActiveYPos}*/ repeat-x/*{bgActiveRepeat}*/; font-weight: normal/*{fwDefault}*/; color: #212121/*{fcActive}*/; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121/*{fcActive}*/; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1/*{borderColorHighlight}*/; background: #fbf9ee/*{bgColorHighlight}*/ url('/gfx/ui/ui-bg_glass_55_fbf9ee_1x400.png')/*{bgImgUrlHighlight}*/ 50%/*{bgHighlightXPos}*/ 50%/*{bgHighlightYPos}*/ repeat-x/*{bgHighlightRepeat}*/; color: #363636/*{fcHighlight}*/; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636/*{fcHighlight}*/; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a/*{borderColorError}*/; background: #fef1ec/*{bgColorError}*/ url('/gfx/ui/ui-bg_glass_95_fef1ec_1x400.png')/*{bgImgUrlError}*/ 50%/*{bgErrorXPos}*/ 50%/*{bgErrorYPos}*/ repeat-x/*{bgErrorRepeat}*/; color: #cd0a0a/*{fcError}*/; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #cd0a0a/*{fcError}*/; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #cd0a0a/*{fcError}*/; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/

/* states and images */
.ui-icon { width: 16px; height: 16px; background-image: url('/gfx/ui/ui-icons_222222_256x240.png')/*{iconsContent}*/; }
.ui-widget-content .ui-icon {background-image: url('/gfx/ui/ui-icons_222222_256x240.png')/*{iconsContent}*/; }
.ui-widget-header .ui-icon {background-image: url('/gfx/ui/ui-icons_222222_256x240.png')/*{iconsHeader}*/; }
.ui-state-default .ui-icon { background-image: url('/gfx/ui/ui-icons_888888_256x240.png')/*{iconsDefault}*/; }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url('/gfx/ui/ui-icons_454545_256x240.png')/*{iconsHover}*/; }
.ui-state-active .ui-icon {background-image: url('/gfx/ui/ui-icons_454545_256x240.png')/*{iconsActive}*/; }
.ui-state-highlight .ui-icon {background-image: url('/gfx/ui/ui-icons_2e83ff_256x240.png')/*{iconsHighlight}*/; }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url('/gfx/ui/ui-icons_cd0a0a_256x240.png')/*{iconsError}*/; }

/* positioning */
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-off { background-position: -96px -144px; }
.ui-icon-radio-on { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; -khtml-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; -khtml-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; -khtml-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; -khtml-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }

/* Overlays */
.ui-widget-overlay { background: #aaaaaa/*{bgColorOverlay}*/ url('/gfx/ui/ui-bg_flat_0_aaaaaa_40x100.png')/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityOverlay}*/; }
.ui-widget-shadow { margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/; padding: 8px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*/ url('/gfx/ui/ui-bg_flat_0_aaaaaa_40x100.png')/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityShadow}*/; -moz-border-radius: 8px/*{cornerRadiusShadow}*/; -khtml-border-radius: 8px/*{cornerRadiusShadow}*/; -webkit-border-radius: 8px/*{cornerRadiusShadow}*/; border-radius: 8px/*{cornerRadiusShadow}*/; }


/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}
.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
}
.ui-menu .ui-menu {
    position: absolute;
}
.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 5px 2px 5px 2px;
    cursor: pointer;
    min-height: 0; /* support: IE7 */
    /* support: IE10, see #8844 */
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    background: none;
}
.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px;
}

/* jquery.Jcrop.css v0.9.12 - MIT License */
/*
  The outer-most container in a typical Jcrop instance
  If you are having difficulty with formatting related to styles
  on a parent element, place any fixes here or in a like selector

  You can also style this element if you want to add a border, etc
  A better method for styling can be seen below with .jcrop-light
  (Add a class to the holder and style elements for that extended class)
*/
.jcrop-holder {
  direction: ltr;
  text-align: left;
}
/* Selection Border */
.jcrop-vline,
.jcrop-hline {
  background: #ffffff url("Jcrop.gif");
  font-size: 0;
  position: absolute;
}
.jcrop-vline {
  height: 100%;
  width: 1px !important;
}
.jcrop-vline.right {
  right: 0;
}
.jcrop-hline {
  height: 1px !important;
  width: 100%;
}
.jcrop-hline.bottom {
  bottom: 0;
}
/* Invisible click targets */
.jcrop-tracker {
  height: 100%;
  width: 100%;
  /* "turn off" link highlight */
  -webkit-tap-highlight-color: transparent;
  /* disable callout, image save panel */
  -webkit-touch-callout: none;
  /* disable cut copy paste */
  -webkit-user-select: none;
}
/* Selection Handles */
.jcrop-handle {
  background-color: #333333;
  border: 1px #eeeeee solid;
  width: 7px;
  height: 7px;
  font-size: 1px;
}
.jcrop-handle.ord-n {
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -4px;
  margin-left: -4px;
}
.jcrop-handle.ord-e {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 50%;
}
.jcrop-handle.ord-w {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 50%;
}
.jcrop-handle.ord-nw {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}
.jcrop-handle.ord-ne {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 0;
}
.jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -4px;
  margin-right: -4px;
  right: 0;
}
.jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -4px;
  margin-left: -4px;
}
/* Dragbars */
.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
  height: 7px;
  width: 100%;
}
.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
  height: 100%;
  width: 7px;
}
.jcrop-dragbar.ord-n {
  margin-top: -4px;
}
.jcrop-dragbar.ord-s {
  bottom: 0;
  margin-bottom: -4px;
}
.jcrop-dragbar.ord-e {
  margin-right: -4px;
  right: 0;
}
.jcrop-dragbar.ord-w {
  margin-left: -4px;
}
/* The "jcrop-light" class/extension */
.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
  background: #ffffff;
  filter: alpha(opacity=70) !important;
  opacity: .70!important;
}
.jcrop-light .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #000000;
  border-color: #ffffff;
  border-radius: 3px;
}
/* The "jcrop-dark" class/extension */
.jcrop-dark .jcrop-vline,
.jcrop-dark .jcrop-hline {
  background: #000000;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}
.jcrop-dark .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #ffffff;
  border-color: #000000;
  border-radius: 3px;
}
/* Simple macro to turn off the antlines */
.solid-line .jcrop-vline,
.solid-line .jcrop-hline {
  background: #ffffff;
}
/* Fix for twitter bootstrap et al. */
.jcrop-holder img,
img.jcrop-preview {
  max-width: none;
}


/*CUSTOM*/
/* JCROP DEMOS CSS */
li small {
  color: #f07878;
}
.inline-labels label {
  display: inline;
}
div#interface.span3 fieldset {
  margin-bottom: 1.5em;
}
div#interface.span3 fieldset legend {
  margin-bottom: 2px;
  padding-bottom: 2px;
  line-height: 1.2;
}
.article h1 {
  color: #333;
  margin-top: .2em;
}
.jc-demo {
  text-align: center;
}
.jcropper-holder {
  border: 1px #bbb solid;
}
.jc-demo-box {
  text-align: left;
  margin: 2em auto;
  background: white;
  border: 1px #bbb solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
  padding: 1em 2em 2em;
}
form {
  /*margin: 1.5em 0;*/
}
form.coords label {
  margin-right: 1em;
  font-weight: bold;
  color: #900;
}
form.coords input {
  width: 3em;
}
.ui-widget-overlay {
  opacity: 0.80;
  filter: alpha(opacity=70);
}
.jc-dialog {
  padding-top: 1em;
}
.ui-dialog p tt {
  color: yellow;
}
.jcrop-light .jcrop-selection {
  -moz-box-shadow: 0px 0px 15px #999;
  /* Firefox */

  -webkit-box-shadow: 0px 0px 15px #999;
  /* Safari, Chrome */

  box-shadow: 0px 0px 15px #999;
  /* CSS3 */

}
.jcrop-dark .jcrop-selection {
  -moz-box-shadow: 0px 0px 15px #000;
  /* Firefox */

  -webkit-box-shadow: 0px 0px 15px #000;
  /* Safari, Chrome */

  box-shadow: 0px 0px 15px #000;
  /* CSS3 */

}
.jcrop-fancy .jcrop-handle.ord-e {
  -webkit-border-top-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
}
.jcrop-fancy .jcrop-handle.ord-w {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
}
.jcrop-fancy .jcrop-handle.ord-nw {
  -webkit-border-bottom-right-radius: 0px;
}
.jcrop-fancy .jcrop-handle.ord-ne {
  -webkit-border-bottom-left-radius: 0px;
}
.jcrop-fancy .jcrop-handle.ord-sw {
  -webkit-border-top-right-radius: 0px;
}
.jcrop-fancy .jcrop-handle.ord-se {
  -webkit-border-top-left-radius: 0px;
}
.jcrop-fancy .jcrop-handle.ord-s {
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
}
.jcrop-fancy .jcrop-handle.ord-n {
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
}
.description {
  margin: 16px 0;
}
.jcrop-droptarget canvas {
  background-color: #f0f0f0;
}

/*! jQuery UI - v1.10.3 - 2014-01-10
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.datepicker.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=segoe%20ui%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=ece8da&bgTextureHeader=gloss_wave&bgImgOpacityHeader=100&borderColorHeader=d4ccb0&fcHeader=433f38&iconColorHeader=847e71&bgColorContent=f5f3e5&bgTextureContent=highlight_hard&bgImgOpacityContent=100&borderColorContent=dfd9c3&fcContent=312e25&iconColorContent=808080&bgColorDefault=459e00&bgTextureDefault=highlight_hard&bgImgOpacityDefault=15&borderColorDefault=327E04&fcDefault=ffffff&iconColorDefault=eeeeee&bgColorHover=67b021&bgTextureHover=highlight_soft&bgImgOpacityHover=25&borderColorHover=327E04&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=fafaf4&bgTextureActive=highlight_hard&bgImgOpacityActive=100&borderColorActive=d4ccb0&fcActive=459e00&iconColorActive=8DC262&bgColorHighlight=fcf0ba&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=e8e1b5&fcHighlight=363636&iconColorHighlight=8DC262&bgColorError=ffedad&bgTextureError=highlight_soft&bgImgOpacityError=95&borderColorError=e3a345&fcError=cd5c0a&iconColorError=cd0a0a&bgColorOverlay=2b2922&bgTextureOverlay=inset_soft&bgImgOpacityOverlay=15&opacityOverlay=90&bgColorShadow=cccccc&bgTextureShadow=highlight_hard&bgImgOpacityShadow=95&opacityShadow=20&thicknessShadow=12px&offsetTopShadow=-12px&offsetLeftShadow=-12px&cornerRadiusShadow=10px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month-year{width:100%}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-widget{font-family:segoe ui,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:segoe ui,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #dfd9c3;background:#f5f3e5 url(/gfx/ui/ui-bg_highlight-hard_100_f5f3e5_1x100.png) 50% top repeat-x;color:#312e25}.ui-widget-content a{color:#312e25}.ui-widget-header{border:1px solid #d4ccb0;background:#ece8da url(/gfx/ui/ui-bg_gloss-wave_100_ece8da_500x100.png) 50% 50% repeat-x;color:#433f38;font-weight:bold}.ui-widget-header a{color:#433f38}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #327E04;background:#459e00 url(/gfx/ui/ui-bg_highlight-hard_15_459e00_1x100.png) 50% 50% repeat-x;font-weight:bold;color:#fff}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#fff;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #327E04;background:#67b021 url(/gfx/ui/ui-bg_highlight-soft_25_67b021_1x100.png) 50% 50% repeat-x;font-weight:bold;color:#fff}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#fff;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #d4ccb0;background:#fafaf4 url(/gfx/ui/ui-bg_highlight-hard_100_fafaf4_1x100.png) 50% 50% repeat-x;font-weight:bold;color:#459e00}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#459e00;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #e8e1b5;background:#fcf0ba url(/gfx/ui/ui-bg_glass_55_fcf0ba_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #e3a345;background:#ffedad url(/gfx/ui/ui-bg_highlight-soft_95_ffedad_1x100.png) 50% top repeat-x;color:#cd5c0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd5c0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd5c0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(/gfx/ui/ui-icons_808080_256x240.png)}.ui-widget-header .ui-icon{background-image:url(/gfx/ui/ui-icons_847e71_256x240.png)}.ui-state-default .ui-icon{background-image:url(/gfx/ui/ui-icons_eeeeee_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url(/gfx/ui/ui-icons_ffffff_256x240.png)}.ui-state-active .ui-icon{background-image:url(/gfx/ui/ui-icons_8DC262_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(/gfx/ui/ui-icons_8DC262_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(/gfx/ui/ui-icons_cd0a0a_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:6px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:6px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:6px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:6px}.ui-widget-overlay{background:#2b2922 url(/gfx/ui/ui-bg_inset-soft_15_2b2922_1x100.png) 50% bottom repeat-x;opacity:.9;filter:Alpha(Opacity=90)}.ui-widget-shadow{margin:-12px 0 0 -12px;padding:12px;background:#ccc url(/gfx/ui/ui-bg_highlight-hard_95_cccccc_1x100.png) 50% top repeat-x;opacity:.2;filter:Alpha(Opacity=20);border-radius:10px}
/**
 * Styles for the jQuery Plugin tagedit
 *
 * Copyright (c) 2010 Oliver Albrecht <info@webwork-albrecht.de>
 *
 * @author Oliver Albrecht info@webwork-albrecht.de
 * @version 1.1.0
 *
 */

/** Styles for the Example page **/
/*body {font-size: 12px; color: #666; font-family: Verdana, sans-serif; margin: 20px;}
input {font-size: 12px; color: #666; font-family: Verdana, sans-serif;}
input[type=submit] {border: 1px solid #999; margin-top: 2em; background: #fff; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; line-height: 30px; height: 30px; -moz-box-shadow: 0 0 3px #888; -webkit-box-shadow: 0 0 3px #888; box-shadow: 0 0 3px #888;}
label {font-weight: bold; margin-bottom: 0.5em; display: block;}
.footer {margin-top: 100px;}*/

/**
 * Styles of the tagedit inputsforms
 */
.tagedit-list {margin: 0; padding: 5px 5px 0 5px; border: 1px solid #c6c6c6; width: 400px; overflow: auto; font-size: 11px; min-height: 25px; }
.tagedit-list li.tagedit-listelement {list-style-type: none; float: left; margin: 0 5px 5px 0; padding: 0; }
/* New Item input */
.tagedit-list li.tagedit-listelement-new input {border: 0; height: 100%; padding: 2px 5px; width: 15px; background: #fff;}
.tagedit-list li.tagedit-listelement-new input:focus {outline: none;}
.tagedit-list li.tagedit-listelement-new input.tagedit-input-disabled {display: none;}
/* Item that is put to the List */
.tagedit-list li.tagedit-listelement-old {background: #DEE7F8 url(../gfx/tagedit/disc.png) 4px center no-repeat; border: 1px solid #CAD8F3; padding: 2px 0 2px 13px; -moz-border-radius: 8px 4px 4px 8px; -webkit-border-radius: 8px 4px 4px 8px; border-radius: 8px 4px 4px 8px;}
.tagedit-list li.tagedit-listelement-old:hover {background-color: #D6E4FF;}
.tagedit-list li.tagedit-listelement-old a.tagedit-close,
.tagedit-list li.tagedit-listelement-old a.tagedit-break,
.tagedit-list li.tagedit-listelement-old a.tagedit-delete,
.tagedit-list li.tagedit-listelement-old a.tagedit-save {font-weight: bold; text-indent: -2000px; display: inline-block; width: 15px; height: 100%; cursor: pointer; border-left: 1px dotted #7E9DD6; margin: 0 2px 0 5px; background: url(../gfx/tagedit/cross.png) center center no-repeat;}
.tagedit-list li.tagedit-listelement-old a.tagedit-save {background-image: url(../gfx/tagedit/tick.png); margin-right: 0;}
.tagedit-list li.tagedit-listelement-old a.tagedit-break {background-image: url(../gfx/tagedit/undo.png); margin-right: 0;}
.tagedit-list li.tagedit-listelement-old a.tagedit-delete {background-image: url(../gfx/tagedit/delete.png); margin: 0 5px 0 2px; background-position: right center;}
/* Items that are edited */
.tagedit-list li.tagedit-listelement-edit input.tagedit-edit-input {border: 0; background: transparent; font-size: 11px; color: #666; padding: 0;}
.tagedit-list li.tagedit-listelement-edit input:focus {outline: none;}
.tagedit-list li.tagedit-listelement-edit a.tagedit-break {border: 0; margin-left: 0;}
.tagedit-list li.tagedit-listelement-edit a.tagedit-close,
.tagedit-list li.tagedit-listelement-edit span {display: none;}
/* Item is marked as deleted */
.tagedit-list li.tagedit-listelement-deleted,
.tagedit-list li.tagedit-listelement-deleted:hover {padding-right: 5px; background-color: #FFD6D6; border-color: #FFB7B7; border-style: dashed; }
.tagedit-list li.tagedit-listelement-deleted span {text-decoration: line-through;}
.tagedit-list li.tagedit-listelement-deleted a.tagedit-close {margin-right: 0;}

#popup_container {
	min-width: 376px; /* 376px */
	max-width: 376px; /* 376px */
    min-height: 166px; /* 166px */
    max-height: 166px; /* 166px */
	background: transparent url(/gfx/alerts/bg_alerts.png) no-repeat center center;
}

#popup_title {
    float: left !important;
    width: 340px !important;
    height: 25px !important;
    padding: 10px 0 0 10px !important;
    margin: 10px 13px 15px 10px !important;
    font-weight: bold !important;
    font-size: 16px !important;
    background: none !important;
}

#popup_content {
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_message {
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}

#popup_panel input#popup_ok,
#popup_panel input#popup_cancel {
    height: 32px;
    border: none;
    cursor: pointer;
    outline: none;
    margin: 0 5px 0 0;
}

#popup_panel.alert input#popup_ok {
	background: transparent url(/gfx/alerts/img_ok.gif) no-repeat center center;
    width: 123px;
}

#popup_panel.langalert input#popup_ok {
	background: transparent url(/gfx/alerts/img_langok.gif) no-repeat center center;
    width: 123px;
}

#popup_panel.logout input#popup_ok {
	background: transparent url(/gfx/alerts/img_kilepes.gif) no-repeat center center;
    width: 123px;
}

#popup_panel.delprod input#popup_ok {
	background: transparent url(/gfx/alerts/img_torles.gif) no-repeat center center;
    width: 123px;
}

#popup_panel.logout input#popup_cancel,
#popup_panel.delprod input#popup_cancel {
	background: transparent url(/gfx/alerts/img_megsem.gif) no-repeat center center;
    width: 123px;
}

#cookie-bar {
	background: #3d3d3d;
	height: auto;
	line-height: 28px;
	color: #eeeeee;
	text-align: center;
	padding: 10px 0;
}

#cookie-bar.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

#cookie-bar.fixed.bottom {
	bottom: 0;
	top: auto;
}

#cookie-bar p {
	margin: 0;
	padding: 0;
	text-align: center;
}

#cookie-bar a {
	color: #ffffff;
	display: inline-block;
	border-radius: 3px;
	text-decoration: none;
	padding: 0 6px;
	margin-left: 8px;
}

#cookie-bar .cb-enable {
	background: #007700;
}

#cookie-bar .cb-enable:hover {
	background: #009900;
}

#cookie-bar .cb-disable {
	background: #990000;
}

#cookie-bar .cb-disable:hover {
	background: #bb0000;
}

#cookie-bar .cb-policy {
	background: #0033bb;
}

#cookie-bar .cb-policy:hover {
	background: #0055dd;
}
@charset "UTF-8";
/*
 * jQuery File Upload UI Plugin CSS 9.0.0
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2010, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
  margin-bottom: 5px;
}
.progress-animated .progress-bar,
.progress-animated .bar {
  background: url("../img/progressbar.gif") !important;
  filter: none;
}
.fileupload-process {
  float: right;
  display: none;
}
.fileupload-processing .fileupload-process,
.files .processing .preview {
  display: block;
  width: 32px;
  height: 32px;
  background: url("../img/loading.gif") center no-repeat;
  background-size: contain;
}
.files audio,
.files video {
  max-width: 300px;
}

@media (max-width: 767px) {
  .fileupload-buttonbar .toggle,
  .files .toggle,
  .files .btn span {
    display: none;
  }
  .files .name {
    width: 80px;
    word-wrap: break-word;
  }
  .files audio,
  .files video {
    max-width: 80px;
  }
  .files img,
  .files canvas {
    max-width: 100%;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1980px) {
	body, html {
		overflow-x: hidden;
	}
	/*#container {
		zoom: 1.25;
		-ms-zoom: 1.25;
		-webkit-zoom: 1.25;
		-moz-transform: scale(1.25);
		-moz-transform-origin: top center;
	}*/
	/*#chat-application {
		display: block !important;
	}*/
	div#strossle_placeholder_container {
		float: left;
		width: 100%;
		height: 580px;
	}
}

@media only screen and (min-width: 1280px) and (max-width: 1600px) {
	body, html {
		overflow-x: hidden;
	}
	/*#container {
		zoom: 1;
		-ms-zoom: 1;
		-webkit-zoom: 1;
		-moz-transform: scale(1);
		-moz-transform-origin: top center;
	}*/
	/*#chat-application {
		display: block !important;
	}*/
	div#strossle_placeholder_container {
		float: left;
		width: 100%;
		height: 580px;
	}
}

@media only screen and (min-width: 960px) and (max-width: 1280px) {
	body, html {
		overflow-x: hidden;
	}
	div#footer span.m01 {
		visibility: visible;
	}
	div#footer br.m01 {
		display: none;
	}
	div.news.inner img, div.html-text img, div.htmls img {
		max-width: 100%;
		height: auto;
	}
	div.loggedinnavbar .hidemenu {
		display: none;
	}
	.mhide {
		display: none;
	}
	/*#chat-application {
		display: none !important;
	}*/
	div#strossle_placeholder_container {
		float: left;
		width: 100%;
		height: 580px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
	body, html {
		overflow-x: hidden;
		background: none;
	}
	body.pbottom {
		padding-bottom: 50px;
	}
	.facebook-content {
		display: none;
	}
	div#container {
	    width: 100%;
	}
	div#content {
	    width: 100%;
	}
	div#top-banner {
	    width: 100%;
	}
	div#header.desktop {
	    display: none;
	}
	div#header-mobile {
	    display: block;
	    width: 100%;
	    float: left;
	    background: transparent url('/gfx/bg-header-mobile.jpg') no-repeat top center;
	    background-size: cover;
	}
	div#header-mobile a.logo {
		float: left;
		margin: 10px 0;
		width: 256px;
		height: auto;
	}
	div#header-mobile-bottom {
	    display: block;
	    width: 100%;
	    float: left;
	    padding: 10px 0;
	}
	div#header-mobile-bottom span {
		float: left;
		font-size: 20px;
		text-transform: uppercase;
		color: #3b6d01;
		margin: 10px 0 0 10px;
	}
    div#header-mobile-bottom img.mobile_menu_open,
    div#header-mobile-bottom img.mobile_menu_close {
        display: block;
    }
    div#header-mobile-bottom img.mobile_menu_close {
        display: none;
    }
	div.faq a.faq-sub-category {
	    padding: 7px 0 0 45px;
	}
	div#data {
	    width: 100%;
	    padding-top: 10px;
	    padding-bottom: 28px;
	    float: left;
	    background: #fff url('/gfx/bg-data.jpg') no-repeat top center;
	}
	div#left-data {
	    width: 48%;
	    float: left;
	    margin: 50px 1% 0 1%;
	}
	div#left-data.hide {
		display: none;
	}
	div#left-data.show {
		display: block;
	}
	div#right-data {
	    width: 48%;
	    float: left;
	    margin: 50px 1% 0 1%;
	}
	div#center-data {
	    width: 98%;
	    padding: 0;
	    min-height: 100px;
	    float: left;
	    font-size: 14px;
	    line-height: 18px;
	    margin: 0 1%;
	}
	div#center-data.home {
	    width: 98%;
	    margin: 0 1%;
	}
	div#center-data.biztositas {
	    width: 98%;
	    margin: 0 1%;
	}
	div#center-data.biztositas-kotes {
	    width: 98%;
	    margin: 0 1%;
	}
	div#center-data.hirek-reszletek {
	    width: 98%;
	    margin: 0 1%;
	}
	div.center-data,
	body.cke_editable {
	    float: left;
	    padding: 0;
	    width: 100%;
	}
	div.center-data.biztositas {
	    width: 100%;
	}
	div.center-data.biztositas-kotes {
	    width: 100%;
	}
	div.center-data.hirek-reszletek {
	    width: 100%;
	}
	div#footer {
	    width: 100%;
	    background: none;
	    background-color: #ffffff;
	}
	div#right-data h3,
	div#right-data h1 {
		background: #cfcbc8;
		background-image: none;
		background: -moz-linear-gradient(top, #cfcbc8 0%, #f4f4f2 100%);
		background: -webkit-linear-gradient(top, #cfcbc8 0%,#f4f4f2 100%);
		background: linear-gradient(to bottom, #cfcbc8 0%,#f4f4f2 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcbc8', endColorstr='#f4f4f2',GradientType=0 );
		border-bottom: 1px dashed #d6d6d4;
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
		padding: 15px 0 0 15px;
	}
	div#left-data h3,
	div#left-data h1 {
		background: #cfcbc8;
		background-image: none;
		background: -moz-linear-gradient(top, #cfcbc8 0%, #f4f4f2 100%);
		background: -webkit-linear-gradient(top, #cfcbc8 0%,#f4f4f2 100%);
		background: linear-gradient(to bottom, #cfcbc8 0%,#f4f4f2 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcbc8', endColorstr='#f4f4f2',GradientType=0 );
		border-bottom: 1px dashed #d6d6d4;
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
		padding: 15px 0 0 15px;
	}
	#center-data h1, #center-data h1.news, #center-data h1.contact, #center-data h1.biztositas, #center-data h1.biztositas-kotes {
		background: #ffffff;
		background-image: none;
		background: -moz-linear-gradient(top, #ffffff 0%, #f0f4eb 100%);
		background: -webkit-linear-gradient(top, #ffffff 0%,#f0f4eb 100%);
		background: linear-gradient(to bottom, #ffffff 0%,#f0f4eb 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f4eb',GradientType=0 );
		border-bottom: 1px dashed #d6d6d4;
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
		padding: 15px 0 0 15px;
		width: 100%;
	}
	h2.news, h2.pictures {
		background-image: none;
		background: #cfcbc8;
		background: -moz-linear-gradient(top, #cfcbc8 0%, #f4f4f2 100%);
		background: -webkit-linear-gradient(top, #cfcbc8 0%,#f4f4f2 100%);
		background: linear-gradient(to bottom, #cfcbc8 0%,#f4f4f2 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcbc8', endColorstr='#f4f4f2',GradientType=0 );
		border-bottom: 1px dashed #d6d6d4;
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
		padding: 15px 0 0 15px;
	}
	div.news.inner img, div.html-text img, div.htmls img {
		max-width: 100%;
		height: auto;
	}
	div.loggedinnavbar .hidemenu {
		display: none;
	}
	.mhide {
		display: none;
	}
	.desktop-banner {
	    display: none;
	}
	.mobile-banner {
	    display: block;
	}
	div#bottom-banner {
		display:  none;
	}
	.sidepager, .sidepager * {
		display: none;
	}
	.javasolj .javasolj-left a {
		padding: 30px 35px 0 55px;
	}
	#terkep-kategoria div.checkbox-data div.onecat {
	    width: 33%;
	}
	#header-mobile-bottom .userline a.reg,
	#header-mobile-bottom .userline a.reminder {
	    float: left;
	    font-size: 16px;
	    padding: 10px 20px 10px 0;
	}
	#mobile-footer-line,
	#mobile-footer-endless-line {
	    display: block;
	}
	.show-mobile, .pager-new-mobile {
	    display: block !important;
	}
	.hide-mobile {
	    display: none !important;
	}
	.biztositas-content {
	    height: 290px;
	}
	.biztositas-content strong {
	    font-size: 20px;
	    line-height: 25px;
	}
	.biztositas-content a {
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
	    bottom: 5px;
	    font-size: 16px;
	    max-width: 70%;
	    padding: 5px 0;
	}
	/*#chat-application {
		display: none !important;
	}*/
	div#header-mobile-bottom .userline form input#enter_mobile {
		clear: both;
	    margin: 20px 40px 10px 0;
	}
	#header-mobile-bottom .userline a.fblogin {
	    margin: 22px 0 0 0;
	}
	#search-content.search-content-endless {
	    bottom: 80px;
	}
	div#strossle_placeholder_container {
		float: left;
		width: 100%;
		height: 580px;
	}
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
	body, html {
		overflow-x: hidden;
	}
	body.pbottom {
		padding-bottom: 50px;
	}
	.facebook-content {
		display: none;
	}
	div#container {
	    width: 100%;
	}
	div#content {
	    width: 100%;
	}
	div#top-banner {
	    width: 100%;
	}
	div#header.desktop {
	    display: none;
	}
	div#header-mobile {
	    display: block;
	    width: 100%;
	    float: left;
	    background: transparent url('/gfx/bg-header-mobile.jpg') no-repeat top center;
	    background-size: cover;
	}
	div#header-mobile a.logo {
		float: left;
		margin: 10px 0;
		width: 256px;
		height: auto;
	}
	div#header-mobile-bottom {
	    display: block;
	    width: 100%;
	    float: left;
	    padding: 10px 0;
	}
	div#header-mobile-bottom span {
		float: left;
		font-size: 20px;
		text-transform: uppercase;
		color: #3b6d01;
		margin: 10px 0 0 10px;
	}
    div#header-mobile-bottom img.mobile_menu_open,
    div#header-mobile-bottom img.mobile_menu_close {
        display: block;
    }
    div#header-mobile-bottom img.mobile_menu_close {
        display: none;
    }
	div.faq a.faq-sub-category {
	    padding: 7px 0 0 45px;
	}
	div#data {
	    width: 100%;
	    padding-top: 10px;
	    padding-bottom: 28px;
	    float: left;
	    background: #fff url('/gfx/bg-data.jpg') no-repeat top center;
	}
	div#left-data {
	    width: 48%;
	    float: left;
	    margin: 50px 1% 0 1%;
	}
	div#left-data.hide {
		display: none;
	}
	div#left-data.show {
		display: block;
	}
	div#right-data {
	    width: 48%;
	    float: left;
	    margin: 50px 1% 0 1%;
	}
	div#center-data {
	    width: 98%;
	    padding: 0;
	    min-height: 100px;
	    float: left;
	    font-size: 14px;
	    line-height: 18px;
	    margin: 0 1%;
	}
	div#center-data.home {
	    width: 98%;
	    margin: 0 1%;
	}
	div#center-data.biztositas {
	    width: 98%;
	    margin: 0 1%;
	}
	div#center-data.biztositas-kotes {
	    width: 98%;
	    margin: 0 1%;
	}
	div#center-data.hirek-reszletek {
		width: 98%;
		margin: 0 1%;
	}
	div.center-data,
	body.cke_editable {
	    float: left;
	    padding: 0;
	    width: 100%;
	}
	div.center-data.biztositas {
	    width: 100%;
	}
	div.center-data.biztositas-kotes {
	    width: 100%;
	}
	div.center-data.hirek-reszletek {
		width: 100%;
	}
	div#footer {
	    width: 100%;
	    background: none;
	    background-color: #ffffff;
	}
	div#right-data h3,
	div#right-data h1 {
		background: #cfcbc8;
		background-image: none;
		background: -moz-linear-gradient(top, #cfcbc8 0%, #f4f4f2 100%);
		background: -webkit-linear-gradient(top, #cfcbc8 0%,#f4f4f2 100%);
		background: linear-gradient(to bottom, #cfcbc8 0%,#f4f4f2 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcbc8', endColorstr='#f4f4f2',GradientType=0 );
		border-bottom: 1px dashed #d6d6d4;
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
		padding: 15px 0 0 15px;
	}
	div#left-data h3,
	div#left-data h1 {
		background: #cfcbc8;
		background-image: none;
		background: -moz-linear-gradient(top, #cfcbc8 0%, #f4f4f2 100%);
		background: -webkit-linear-gradient(top, #cfcbc8 0%,#f4f4f2 100%);
		background: linear-gradient(to bottom, #cfcbc8 0%,#f4f4f2 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcbc8', endColorstr='#f4f4f2',GradientType=0 );
		border-bottom: 1px dashed #d6d6d4;
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
		padding: 15px 0 0 15px;
	}
	#center-data h1, #center-data h1.news, #center-data h1.contact, #center-data h1.biztositas, #center-data h1.biztositas-kotes {
		background: #ffffff;
		background-image: none;
		background: -moz-linear-gradient(top, #ffffff 0%, #f0f4eb 100%);
		background: -webkit-linear-gradient(top, #ffffff 0%,#f0f4eb 100%);
		background: linear-gradient(to bottom, #ffffff 0%,#f0f4eb 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f4eb',GradientType=0 );
		border-bottom: 1px dashed #d6d6d4;
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
		padding: 15px 0 0 15px;
		width: 100%;
	}
	h2.news, h2.pictures {
		background-image: none;
		background: #cfcbc8;
		background: -moz-linear-gradient(top, #cfcbc8 0%, #f4f4f2 100%);
		background: -webkit-linear-gradient(top, #cfcbc8 0%,#f4f4f2 100%);
		background: linear-gradient(to bottom, #cfcbc8 0%,#f4f4f2 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcbc8', endColorstr='#f4f4f2',GradientType=0 );
		border-bottom: 1px dashed #d6d6d4;
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
		padding: 15px 0 0 15px;
	}
	div.news.inner img, div.html-text img, div.htmls img {
		max-width: 100%;
		height: auto;
	}
	div.loggedinnavbar .hidemenu {
		display: none;
	}
	.mhide {
		display: none;
	}
	.desktop-banner {
	    display: none;
	}
	.mobile-banner {
	    display: block;
	}
	div#bottom-banner {
		display:  none;
	}
	.sidepager, .sidepager * {
		display: none;
	}
	.javasolj .javasolj-left a {
		padding: 25px 35px 0 55px;
	}
	#terkep-kategoria div.checkbox-data div.onecat {
	    width: 50%;
	}
	#header-mobile-bottom .userline a.reg,
	#header-mobile-bottom .userline a.reminder {
	    float: left;
	    font-size: 16px;
	    padding: 10px 20px 10px 0;
	}
	#mobile-footer-line,
	#mobile-footer-endless-line {
	    display: block;
	}
	.show-mobile, .pager-new-mobile {
	    display: block !important;
	}
	.hide-mobile {
	    display: none !important;
	}
	.biztositas-content {
	    height: 250px;
	}
	.biztositas-content strong {
	    font-size: 20px;
	    line-height: 25px;
	}
	.biztositas-content a {
	    bottom: 5px;
	    font-size: 16px;
	}
	.biztositas-content a {
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
	    bottom: 5px;
	    font-size: 14px;
	    max-width: 75%;
	    padding: 5px 0;
	}
	/*#chat-application {
		display: none !important;
	}*/
	div#header-mobile-bottom .userline form input#enter_mobile {
		clear: both;
	    margin: 20px 40px 10px 0;
	}
	#header-mobile-bottom .userline a.fblogin {
	    margin: 22px 0 0 0;
	}
	h3.kutyatar, h1.kutyatar {
		display: none !important;
	}
	div#dogs {
		display: none !important;
	}
	div#strossle_placeholder_container {
		float: left;
		width: 100%;
		height: 580px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 600px) {
	body, html {
		overflow-x: hidden;
	}
	body.pbottom {
		padding-bottom: 50px;
	}
	.facebook-content {
		display: none;
	}
	div#container {
	    width: 100%;
	}
	div#content {
	    width: 100%;
	}
	div#top-banner {
	    width: 100%;
	}
	div#header.desktop {
	    display: none;
	}
	div#header-mobile {
	    display: block;
	    width: 100%;
	    float: left;
	    background: transparent url('/gfx/bg-header-mobile.jpg') no-repeat top center;
	    background-size: cover;
	}
	div#header-mobile a.logo {
		float: left;
		margin: 10px 0;
		width: 256px;
		height: auto;
	}
	div#header-mobile-bottom {
	    display: block;
	    width: 100%;
	    float: left;
	    padding: 10px 0;
	}
	div#header-mobile-bottom span {
		float: left;
		font-size: 20px;
		text-transform: uppercase;
		color: #3b6d01;
		margin: 10px 0 0 10px;
	}
    div#header-mobile-bottom img.mobile_menu_open,
    div#header-mobile-bottom img.mobile_menu_close {
        display: block;
    }
    div#header-mobile-bottom img.mobile_menu_close {
        display: none;
    }
	div.faq a.faq-sub-category {
	    padding: 7px 0 0 45px;
	}
	div#data {
	    width: 100%;
	    padding-top: 10px;
	    padding-bottom: 28px;
	    float: left;
	    background: #fff url('/gfx/bg-data.jpg') no-repeat top center;
	}
	div#left-data {
	    width: 48%;
	    float: left;
	    margin: 50px 1% 0 1%;
	}
	div#left-data.hide {
		display: none;
	}
	div#left-data.show {
		display: block;
	}
	div#right-data {
	    width: 48%;
	    float: left;
	    margin: 50px 1% 0 1%;
	}
	div#center-data {
	    width: 98%;
	    padding: 0;
	    min-height: 100px;
	    float: left;
	    font-size: 14px;
	    line-height: 18px;
	    margin: 0 1%;
	}
	div#center-data.home {
	    width: 98%;
	    margin: 0 1%;
	}
	div#center-data.biztositas {
	    width: 98%;
	    margin: 0 1%;
	}
	div#center-data.biztositas-kotes {
	    width: 98%;
	    margin: 0 1%;
	}
	div#center-data.hirek-reszletek {
		width: 98%;
		margin: 0 1%;
	}
	div.center-data,
	body.cke_editable {
	    float: left;
	    padding: 0;
	    width: 100%;
	}
	div.center-data.biztositas {
	    width: 100%;
	}
	div.center-data.biztositas-kotes {
	    width: 100%;
	}
	div.center-data.hirek-reszletek {
		width: 100%;
	}
	div#footer {
	    width: 100%;
	    background: none;
	    background-color: #ffffff;
	}
	div#right-data h3,
	div#right-data h1 {
		background: #cfcbc8;
		background-image: none;
		background: -moz-linear-gradient(top, #cfcbc8 0%, #f4f4f2 100%);
		background: -webkit-linear-gradient(top, #cfcbc8 0%,#f4f4f2 100%);
		background: linear-gradient(to bottom, #cfcbc8 0%,#f4f4f2 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcbc8', endColorstr='#f4f4f2',GradientType=0 );
		border-bottom: 1px dashed #d6d6d4;
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
		padding: 15px 0 0 15px;
	}
	div#left-data h3,
	div#left-data h1 {
		background: #cfcbc8;
		background-image: none;
		background: -moz-linear-gradient(top, #cfcbc8 0%, #f4f4f2 100%);
		background: -webkit-linear-gradient(top, #cfcbc8 0%,#f4f4f2 100%);
		background: linear-gradient(to bottom, #cfcbc8 0%,#f4f4f2 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcbc8', endColorstr='#f4f4f2',GradientType=0 );
		border-bottom: 1px dashed #d6d6d4;
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
		padding: 15px 0 0 15px;
	}
	#center-data h1, #center-data h1.news, #center-data h1.contact, #center-data h1.biztositas, #center-data h1.biztositas-kotes {
		background: #ffffff;
		background-image: none;
		background: -moz-linear-gradient(top, #ffffff 0%, #f0f4eb 100%);
		background: -webkit-linear-gradient(top, #ffffff 0%,#f0f4eb 100%);
		background: linear-gradient(to bottom, #ffffff 0%,#f0f4eb 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f4eb',GradientType=0 );
		border-bottom: 1px dashed #d6d6d4;
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
		padding: 15px 0 0 15px;
		width: 100%;
	}
	h2.news, h2.pictures {
		background-image: none;
		background: #cfcbc8;
		background: -moz-linear-gradient(top, #cfcbc8 0%, #f4f4f2 100%);
		background: -webkit-linear-gradient(top, #cfcbc8 0%,#f4f4f2 100%);
		background: linear-gradient(to bottom, #cfcbc8 0%,#f4f4f2 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcbc8', endColorstr='#f4f4f2',GradientType=0 );
		border-bottom: 1px dashed #d6d6d4;
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
		padding: 15px 0 0 15px;
	}
	div.news.inner img, div.html-text img, div.htmls img {
		max-width: 100%;
		height: auto;
	}
	div.loggedinnavbar .hidemenu {
		display: none;
	}
	.mhide {
		display: none;
	}
	.desktop-banner {
	    display: none;
	}
	.mobile-banner {
	    display: block;
	}
	div#bottom-banner {
		display:  none;
	}
	.sidepager, .sidepager * {
		display: none;
	}
	.javasolj .javasolj-left a {
		padding: 25px 35px 0 55px;
	}
	#terkep-kategoria div.checkbox-data div.onecat {
	    width: 50%;
	}
	#header-mobile-bottom .userline a.reg,
	#header-mobile-bottom .userline a.reminder {
	    float: left;
	    font-size: 16px;
	    padding: 10px 20px 10px 0;
	}
	#mobile-footer-line,
	#mobile-footer-endless-line {
	    display: block;
	}
	.show-mobile, .pager-new-mobile {
	    display: block !important;
	}
	.hide-mobile {
	    display: none !important;
	}
	.biztositas-content {
	    height: 250px;
	}
	.biztositas-content strong {
	    font-size: 20px;
	    line-height: 25px;
	}
	.biztositas-content a {
	    bottom: 5px;
	    font-size: 16px;
	}
	.biztositas-content a {
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
	    bottom: 5px;
	    font-size: 14px;
	    max-width: 75%;
	    padding: 5px 0;
	}
	/*#chat-application {
		display: none !important;
	}*/
	div#header-mobile-bottom .userline form input#enter_mobile {
		clear: both;
	    margin: 20px 40px 10px 0;
	}
	#header-mobile-bottom .userline a.fblogin {
	    margin: 22px 0 0 0;
	}
	h3.kutyatar, h1.kutyatar {
		display: none !important;
	}
	div#dogs {
		display: none !important;
	}
	div#strossle_placeholder_container {
		float: left;
		width: 100%;
		height: auto;
	}
	div.userline {
		float: left !important;
		margin: 0 0 0 10px !important;
	}
	div.openclosemenu {
		clear: both;
	}
}

@media only screen and (max-width: 480px) {
	body, html {
		overflow-x: hidden;
	}
	body.pbottom {
		padding-bottom: 50px;
	}
	.facebook-content {
		display: none;
	}
	div#container {
	    width: 100%;
	}
	div#content {
	    width: 100%;
	}
	div#top-banner {
	    width: 100%;
	}
	div#header.desktop {
	    display: none;
	}
	div#header-mobile {
	    display: block;
	    width: 100%;
	    float: left;
	    background: transparent url('/gfx/bg-header-mobile.jpg') no-repeat top center;
	    background-size: cover;
	}
	div#header-mobile a.logo {
		float: left;
		margin: 10px 0;
		width: 256px;
		height: auto;
	}
	div#header-mobile-bottom {
	    display: block;
	    width: 100%;
	    float: left;
	    padding: 10px 0;
	}
	div#header-mobile-bottom span {
		float: left;
		font-size: 20px;
		text-transform: uppercase;
		color: #3b6d01;
		margin: 10px 0 0 10px;
	}
    div#header-mobile-bottom img.mobile_menu_open,
    div#header-mobile-bottom img.mobile_menu_close {
        display: block;
    }
    div#header-mobile-bottom img.mobile_menu_close {
        display: none;
    }
	div#header-mobile-bottom .userline {
	    float: left;
	    width: 100%;
	    margin: 0 0 20px 10px;
	}
	div#header-mobile-bottom .userline form input#enter_mobile {
		clear: both;
	    margin: 20px 40px 0 0;
	}
	#header-mobile-bottom .userline a.fblogin {
	    margin: 22px 0 0 0;
	}
	div#dogs-inside div.dog-inside {
	    width: 100%;
	    margin: 10px 0 0 0;
	}
	div.faq a.faq-sub-category {
	    padding: 7px 0 0 25px;
	}
	div#data {
	    width: 100%;
	    padding-top: 10px;
	    padding-bottom: 28px;
	    float: left;
	    background: #fff url('/gfx/bg-data.jpg') no-repeat top center;
	}
	div#left-data {
	    width: 98%;
	    float: left;
	    margin: 25px 1% 0 1%;
	}
	div#left-data.hide {
		display: none;
	}
	div#left-data.show {
		display: block;
	}
	div#right-data {
	    width: 98%;
	    float: left;
	    margin: 25px 1% 0 1%;
	}
	div#center-data {
	    width: 98%;
	    padding: 0;
	    min-height: 100px;
	    float: left;
	    font-size: 14px;
	    line-height: 18px;
	    margin: 0 1%;
	}
	div#center-data.home {
	    width: 98%;
	    margin: 0 1%;
	}
	div#center-data.biztositas {
	    width: 98%;
	    margin: 0 1%;
	}
	div#center-data.biztositas-kotes {
	    width: 98%;
	    margin: 0 1%;
	}
	div#center-data.hirek-reszletek {
		width: 98%;
		margin: 0 1%;
	}
	div.center-data,
	body.cke_editable {
	    float: left;
	    padding: 0;
	    width: 100%;
	}
	div.center-data.biztositas {
	    width: 100%;
	}
	div.center-data.biztositas-kotes {
	    width: 100%;
	}
	div.center-data.hirek-reszletek {
		width: 100%;
	}
	div#footer {
	    width: 100%;
	    background: none;
	    background-color: #ffffff;
	}
	div.news div.fleft {
	    width: 98%;
	    float: left;
	    margin: 0 1% 15px 1%;
	}
	div#right-data h3,
	div#right-data h1 {
		background: #cfcbc8;
		background-image: none;
		background: -moz-linear-gradient(top, #cfcbc8 0%, #f4f4f2 100%);
		background: -webkit-linear-gradient(top, #cfcbc8 0%,#f4f4f2 100%);
		background: linear-gradient(to bottom, #cfcbc8 0%,#f4f4f2 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcbc8', endColorstr='#f4f4f2',GradientType=0 );
		border-bottom: 1px dashed #d6d6d4;
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
		padding: 15px 0 0 15px;
	}
	div#left-data h3,
	div#left-data h1 {
		background: #cfcbc8;
		background-image: none;
		background: -moz-linear-gradient(top, #cfcbc8 0%, #f4f4f2 100%);
		background: -webkit-linear-gradient(top, #cfcbc8 0%,#f4f4f2 100%);
		background: linear-gradient(to bottom, #cfcbc8 0%,#f4f4f2 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcbc8', endColorstr='#f4f4f2',GradientType=0 );
		border-bottom: 1px dashed #d6d6d4;
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
		padding: 15px 0 0 15px;
	}
	#center-data h1, #center-data h1.news, #center-data h1.contact, #center-data h1.biztositas, #center-data h1.biztositas-kotes {
		background: #ffffff;
		background-image: none;
		background: -moz-linear-gradient(top, #ffffff 0%, #f0f4eb 100%);
		background: -webkit-linear-gradient(top, #ffffff 0%,#f0f4eb 100%);
		background: linear-gradient(to bottom, #ffffff 0%,#f0f4eb 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f4eb',GradientType=0 );
		border-bottom: 1px dashed #d6d6d4;
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
		padding: 15px 0 15px 15px;
		width: 100%;
		height: auto;
	}
	h2.news, h2.pictures {
		background-image: none;
		background: #cfcbc8;
		background: -moz-linear-gradient(top, #cfcbc8 0%, #f4f4f2 100%);
		background: -webkit-linear-gradient(top, #cfcbc8 0%,#f4f4f2 100%);
		background: linear-gradient(to bottom, #cfcbc8 0%,#f4f4f2 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfcbc8', endColorstr='#f4f4f2',GradientType=0 );
		border-bottom: 1px dashed #d6d6d4;
		border-top-left-radius: 2px;
		border-top-right-radius: 2px;
		padding: 15px 0 0 15px;
	}
	form.otherform label, form.filterform label {
		float: left !important;
		clear: both !important;
		width: 100% !important;
		text-align: left !important;
		padding: 0 0 5px 10px !important;
	}
	form.otherform input, form.otherform select, form.otherform textarea,
	form.filterform input, form.filterform select, form.filterform textarea {
		clear: both !important;
	    width: -webkit-calc(100% - 20px) !important;
	    width: -moz-calc(100% - 20px) !important;
	    width: calc(100% - 20px) !important;
	    margin: 0 10px 10px 10px !important;
	}
	form.filterform.alberlet .fleft {
	    width: 100%;
	}
	p.regtext, p.formtext, a.formtext {
	    float: left;
	    margin: 10px;
	}
	div.filter div.fleft {
	    width: 100%;
	    margin: 0;
	}
	div.filter div.fleft.mleft {
	    width: 100%;
	    margin: 0;
	}
	div.filter div.checkbox-data {
	    float: left;
	    width: 100%;
	    margin: 3px 0 10px 0;
	}
	div.filter div.checkbox-data.small {
	    width: 100%;
	    margin: 3px 0 5px 0;
	}
	div.filter.maps div.checkbox-data {
	    width: 100%;
	    margin: 0;
	}
	div.filter div.checkbox-data div.onecat {
	    float: left;
	    width: 100%;
	    margin: 0 0 5px 0;
	}
	.news-2box > div {
	    float: left;
	    width: 100%;
	}
	div.news.inner img, div.html-text img, div.htmls img {
		max-width: 100%;
		height: auto;
	}
	div.programs,
	div.housing,
	div.services,
	div.dogs {
	    width: 100%;
	    float: left;
	    margin-bottom: 18px;
	    position: static;
	}
	div.programs h3,
	div.housing h3,
	div.services h3,
	div.dogs h3 {
	    font-size: 14px;
	    color: #a96107;
	    width: 100%;
	    text-transform: uppercase;
	    font-weight: bold;
	    position: static;
	    margin: 10px 0;
	}
	div.programs div.picholder,
	div.housing div.picholder,
	div.services div.picholder,
	div.dogs div.picholder {
	    width: 150px;
	    height: 150px;
	    padding: 0;
	    border: 1px solid #dfdfdf;
	    -webkit-border-radius: 2px;
	    -moz-border-radius: 2px;
	    border-radius: 2px;
	    position: static;
	}
	div.programs span.place,
	div.housing span.lead,
	div.services span.lead,
	div.dogs span.lead {
	    color: #757575;
	    font-size: 13px;
	    position: static;
	}
	div.programs span.place {
	    color: #757575;
	    font-size: 13px;
	    text-align: right;
	    position: static;
	}
	div.housing span.lead,
	div.services span.lead,
	div.dogs span.lead {
		position: static;
	}
	div.programs div.details,
	div.housing div.details,
	div.services div.details,
	div.dogs div.details {
		float: left;
	    width: 100%;
	    height: auto;
	    padding: 6px 4px;
	    background-color: #efeeec;
	    border: 1px solid #efeeec;
	    -webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    border-radius: 3px;
	    position: static;
	}
	div.programs div.details div.fleft,
	div.housing div.details div.fleft,
	div.services div.details div.fleft,
	div.dogs div.details div.fleft,
	div.programs div.details div.fright,
	div.housing div.details div.fright,
	div.services div.details div.fright,
	div.dogs div.details div.fright {
		float: left !important;
		width: 100% !important;
	}
	div.programs div.details a.more,
	div.housing div.details a.more,
	div.services div.details a.more,
	div.dogs div.details a.more {
		float: left !important;
		clear: both !important;
	    margin: 10px 0 0 0;
	}
	div.programs span.type,
	div.housing span.type,
	div.services span.type,
	div.dogs span.type {
	    color: #75b700;
	    font-size: 14px;
	    position: static;
	}
	div.programs span.date-from,
	div.housing span.place,
	div.housing span.phone,
	div.services span.place,
	div.services span.phone,
	div.dogs span.place,
	div.dogs span.phone {
	    color: #757575;
	    font-size: 13px;
	    position: static;
	}
	div.housing span.phone,
	div.services span.phone,
	div.dogs span.phone {
		position: static;
	}
	div.programs a.more,
	div.housing a.more,
	div.services a.more,
	div.dogs a.more {
	    color: #75b700;
	    font-size: 14px;
	    font-weight: bold;
	    position: static;
	}
	div.programs h3 a,
	div.housing h3 a,
	div.services h3 a,
	div.dogs h3 a { color: #a96107; }
	div.programs h3 a:hover,
	div.housing h3 a:hover,
	div.services h3 a:hover,
	div.dogs h3 a:hover { color: #75b700; }
	div.programs a.more:hover,
	div.housing a.more:hover,
	div.services a.more:hover,
	div.dogs a.more:hover { color: #a96107; }
	div.programs span.date-to,
	div.housing span.date-to,
	div.services span.date-to,
	div.dogs span.date-to {
	    color: #757575;
	    font-size: 13px;
	    position: static;
	}
	a.ical {
	    position: static;
	}
	div.loggedinnavbar .hidemenu {
		display: none;
	}
	.mhide {
		display: none;
	}
	.desktop-banner {
	    display: none;
	}
	.mobile-banner {
	    display: block;
	}
	div#bottom-banner {
		display:  none;
	}
	.sidepager, .sidepager * {
		display: none;
	}
	.javasolj .javasolj-left a {
		padding: 30px 35px 0 55px;
	}
	#terkep-kategoria div.checkbox-data div.onecat {
	    width: 100%;
	}
	#header-mobile-bottom .userline a.reg,
	#header-mobile-bottom .userline a.reminder {
	    float: left;
	    font-size: 16px;
	    padding: 10px 20px 10px 0;
	}
	#header-mobile {
	    padding: 90px 0 0 10px;
	}
	#header-mobile span.text {
	    font-size: 14px;
	}
	#header-mobile span.logotext {
	    font: 26px 'Revue', 'Arial', 'Verdana', 'Tahoma', 'Trebuchet MS';
	}
	#header-mobile span.logotext span {
	    font: 20px 'Revue', 'Arial', 'Verdana', 'Tahoma', 'Trebuchet MS';
	}
	#mobile-footer-line,
	#mobile-footer-endless-line {
	    display: block;
	}
	#mobile-footer-line .fancylike-fb-like {
	    background-size: 30px auto;
	    width: 40px;
	    height: 40px;
	    margin: 5px auto 0 auto;
	}
	#mobile-footer-line button {
	    padding: 0 0 0 40px;
	    background-size: 30px auto;
	    height: 40px;
	    margin: 5px auto 0 auto;
	}
	#mobile-footer-line .counter {
	    padding: 3px 7px;
	    font-size: 12px;
	    border-radius: 10px;
	}
	#mobile-footer-line .mobile-printfriendly {
	    background-size: 30px auto;
	    width: 40px;
	    height: 40px;
	    margin: 5px auto 0 auto;
	}
	.show-mobile, .pager-new-mobile {
	    display: block !important;
	}
	.hide-mobile {
	    display: none !important;
	}
	a.buttonka {
	    margin: -5px 0 8px -8px;
	    float: left;
	    clear: both;
	}
	.sd-show {
		display: block;
		clear: both;
	}
	.biztositas-content {
	    height: 290px;
	}
	.biztositas-content strong {
	    font-size: 20px;
	    line-height: 25px;
	}
	.biztositas-content a {
	    bottom: 5px;
	    font-size: 16px;
	}
	.biztositas-content a {
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
	    bottom: 5px;
	    font-size: 16px;
	    max-width: 70%;
	    padding: 5px 0;
	}
	/*#chat-application {
		display: none !important;
	}*/
	h3.kutyatar, h1.kutyatar {
		display: none !important;
	}
	div#dogs {
		display: none !important;
	}
	.hide-small-screen {
		display: none;
	}
	.show-small-screen {
		display: block;
		background-color: #ffffff;
	}
	body {
		background: none;
	}
	div#strossle_placeholder_container {
		float: left;
		width: 100%;
		height: auto;
	}
	.pwddiv {
	    width: 100% !important;
	}
	.pwddiv input {
		width: 100% !important;
	}
	.pwddiv img {
		right: 15px !important;
	}
	div.userline {
		float: left !important;
		margin: 0 0 0 10px !important;
	}
	div.openclosemenu {
		clear: both;
	}
}

@media only screen and (max-width: 320px) {
	.biztositas-content a {
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
	    bottom: 5px;
	    font-size: 16px;
	    max-width: 75%;
	    padding: 5px 0;
	}
	/*#chat-application {
		display: none !important;
	}*/
	h3.kutyatar, h1.kutyatar {
		display: none !important;
	}
	div#dogs {
		display: none !important;
	}
	.hide-small-screen {
		display: none;
	}
	.show-small-screen {
		display: block;
		background-color: #ffffff;
	}
	body {
		background: none;
	}
	div#strossle_placeholder_container {
		float: left;
		width: 100%;
		height: auto;
	}
	div.userline {
		float: left !important;
		margin: 0 0 0 10px !important;
	}
	div.openclosemenu {
		clear: both;
	}
}

/*menu*/
div#menu a.menu-1,
div#menu a.menu-2,
div#menu a.menu-3,
div#menu a.menu-4,
div#menu a.menu-5,
div#menu a.menu-6,
div#menu a.menu-7,
div#menu a.menu-8,
div#menu a.menu-9,
div#menu a.menu-10 {
    display: block;
    height: 40px;
    float: left;
    margin-top: 1px;
    text-indent: -10000px;
    text-decoration: none;
}
div#menu a.menu-1 {
    width: 33px;
    background: transparent url(/gfx/hu/menu.png) no-repeat 0 0;
}
div#menu a.menu-2 {
    width: 46px;
    background: transparent url(/gfx/hu/menu.png) no-repeat -33px 0;
}
div#menu a.menu-3 {
    width: 76px;
    background: transparent url(/gfx/hu/menu.png) no-repeat -79px 0;
}
div#menu a.menu-4 {
    width: 105px;
    background: transparent url(/gfx/hu/menu.png) no-repeat -155px 0;
}
div#menu a.menu-5 {
    width: 114px;
    background: transparent url(/gfx/hu/menu.png) no-repeat -260px 0;
}
div#menu a.menu-6 {
    width: 122px;
    background: transparent url(/gfx/hu/menu.png) no-repeat -374px 0;
}
div#menu a.menu-7 {
    width: 67px;
    background: transparent url(/gfx/hu/menu.png) no-repeat -496px 0;
}
div#menu a.menu-8 {
    width: 125px;
    background: transparent url(/gfx/hu/menu.png) no-repeat -563px 0;
}
div#menu a.menu-9 {
    width: 59px;
    background: transparent url(/gfx/hu/menu.png) no-repeat -688px 0;
}
div#menu a.menu-10 {
    width: 78px;
    background: transparent url(/gfx/hu/menu.png) no-repeat -747px 0;
}
div#menu a.menu-1:hover,
div#menu a.menu-1-current { background-position: 0 -40px; }
div#menu a.menu-2:hover,
div#menu a.menu-2-current { background-position: -33px -40px; }
div#menu a.menu-3:hover,
div#menu a.menu-3-current { background-position: -79px -40px; }
div#menu a.menu-4:hover,
div#menu a.menu-4-current { background-position: -155px -40px; }
div#menu a.menu-5:hover,
div#menu a.menu-5-current { background-position: -260px -40px; }
div#menu a.menu-6:hover,
div#menu a.menu-6-current { background-position: -374px -40px; }
div#menu a.menu-7:hover,
div#menu a.menu-7-current { background-position: -496px -40px; }
div#menu a.menu-8:hover,
div#menu a.menu-8-current { background-position: -563px -40px; }
div#menu a.menu-9:hover,
div#menu a.menu-9-current { background-position: -688px -40px; }
div#menu a.menu-10:hover,
div#menu a.menu-10-current { background-position: -747px -40px; }
/*user*/
div#user form input#enter {
    width: 64px;
    height: 30px;
    float: left;
    border: 0;
    cursor: pointer;
    background: transparent url(/gfx/hu/btn-enter.png) no-repeat top center;
    margin: 1px 0 0 5px;
}
/*search*/
div#search input#quicksearch {
    width: 87px;
    height: 40px;
    float: left;
    border: 0;
    cursor: pointer;
    margin: 40px 0 0 0;
    padding: 0;
    background: transparent url(/gfx/hu/btn-quicksearch.gif) no-repeat top center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
/*otherform*/
/*form.otherform input.submit {
    width: 189px;
    height: 40px;
    margin: 0 0 0 125px;
    float: left;
    clear: both;
    border: 0;
    cursor: pointer;
    background: transparent url(/gfx/hu/btn-send.gif) no-repeat top center;
}*/
#header-mobile-bottom .userline form input#enter_mobile {
    width: 64px;
    height: 30px;
    float: left;
    border: 0;
    cursor: pointer;
    background: transparent url(/gfx/hu/btn-enter.png) no-repeat top center;
    margin: 1px 0 0 5px;
}
div#menu a.menu-2 {
    margin-left: 1px;
}
div#menu a.menu-2,
div#menu a.menu-3,
div#menu a.menu-4,
div#menu a.menu-5,
div#menu a.menu-6,
div#menu a.menu-7,
div#menu a.menu-8,
div#menu a.menu-9,
div#menu a.menu-10 {
    display: block;
    width: auto !important;
    height: 40px;
    float: left;
    margin-top: 1px;
    text-indent: initial !important;
    text-decoration: none;
    background: none !important;
    font-weight: bold;
    font-size: 13px;
    color: #a96107;
    text-align: center;
    padding: 12px 5px 0 5px;
    border: 0;
}
div#menu a.menu-2:hover,
div#menu a.menu-2-current,
div#menu a.menu-3:hover,
div#menu a.menu-3-current,
div#menu a.menu-4:hover,
div#menu a.menu-4-current,
div#menu a.menu-5:hover,
div#menu a.menu-5-current,
div#menu a.menu-6:hover,
div#menu a.menu-6-current,
div#menu a.menu-7:hover,
div#menu a.menu-7-current,
div#menu a.menu-8:hover,
div#menu a.menu-8-current,
div#menu a.menu-9:hover,
div#menu a.menu-9-current,
div#menu a.menu-10:hover,
div#menu a.menu-10-current {
  margin-top: 3px;
  padding: 9px 5px 0 5px;
  height: 34px;
  border: 0;
  border-radius: 5px;
  background-color: #6cae1f !important;
  color: #ffffff;
}

