/*
    Theme Name: PZG 3.0
    Theme URI: http://kembo.pl
    Description: Szablon serwisu pzgolf.pl
    Author: kembo.pl
    Version: 1.0
    Tags: pzg
*/


/*
 * 01. reset
 * 02. typography
 * 03. basic
 * 04. transition
 * 05. form
 * 06. buttons
 * 07. header
 * 08. content
 * 09. widgets
 * 10. footer
 * 11. carousel
 * 12. lightbox
 * 13. mmenu
 * 
 * RWD
 * width
 * 1220px
 * 980px
 * 724px
 * 478px
 *
 * kolory
 * czerwony:        #e41e26
 * czerwony hover:  #f31f28
 * czerowny active: #d51c23
 *
 */


/* 01. reset
------------------------------------------------ */
html, body, article, section, nav, aside, h1, h2, h3, h4, h5, h6, header, footer, address, 
p, hr, pre, blockquote, ol, ul, li, dl, dt, dd, figure, figcaption, div, main, 
a, em, strong, small, s, cite, q, dfn, abbr, data, time, code, var, samp, kbd, sub, sup, i, b, u, mark, ruby, rb, rt, rtc, rp, bdi, bdo, span, br, wbr, 
ins, del, 
img, iframe, embed, object, param, video, audio, source, track, map, area, 
table, caption, colgroup, col, tbody, thead, tfoot, tr, td, th, 
form, label, datalist, optgroup, option, textarea, keygen, output, progress, meter, fieldset, legend {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    font-family:inherit;
    vertical-align:baseline;
    outline: none !important;
}
input, button, select {
    margin:0;
    font-size:100%;
    font-family:inherit;
    vertical-align:top;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
    display:block;
}
hr {
    height:0;
    border-bottom:1px solid #000;
}
pre {
    overflow:auto;
}
ol, ul {
    list-style:none;
}
em, dfn {
    font-style:italic;
}
strong, b {
    font-weight:700;
}
small {
    font-size:80%;
}
abbr[title] {
    border-bottom:1px dotted #000;
}
sub, sup {
    position:relative;
    font-size:75%;
    line-height:0;
    vertical-align:baseline;
}
sup {
    top:-.5em;
}
sub {
    bottom:-.25em;
}
table {
    border-collapse:collapse;
    border-spacing:0;
    table-layout:auto;
}
caption, th, td {
    text-align:left;
    font-weight:normal;
}
input[radio], input[checkbox] {
    vertical-align:middle;
    margin:0 5px 0 0;
}
textarea,
input {
    font:inherit;
}
input::-moz-focus-inner,
button::-moz-focus-inner { 
    border:0;
    padding:0;
}
a,
.underline:hover {
    text-decoration:none;

}
a:hover,
.underline {
    text-decoration:underline;
}
a:focus {
    outline:1px dotted #000;
}
::selection {
    background:#e41e26;
    color:#fff;
}
::-moz-selection {
    background:#e41e26;
    color:#fff;
}
::-webkit-scrollbar {
    width:10px;
}
::-webkit-scrollbar-track {
    background:#fff;
}
::-webkit-scrollbar-thumb {
    background:#aaa;
}
::-webkit-scrollbar-thumb:window-inactive {
}
*, *:before, *:after {
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}


/* 02. typography
------------------------------------------------ */
body {
    font:14px Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family:Ubuntu, sans-serif;
    font-weight:700;
    line-height:1em;
    margin-bottom:.6em;
}
h1, .h1 {
    font-size:35px;
    text-transform:uppercase;
    margin-bottom:.8em;
}
h2, .h2 {
    font-size:30px;
    text-transform:uppercase;
    margin-bottom:.8em;
}
h3, .h3 {
    font-size:22px;
}
h4, .h4 {
    font-size:22px;
}
h5, .h5 {
    font-size:18px;
}
h6, .h6 {
    font-size:18px;
    font-style:italic;
    font-weight:400;
}
p {
    line-height:1.5em;
    margin-bottom:1.5em;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, .h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child, p:last-child {
    margin-bottom:0;
}


/* 03. basic
------------------------------------------------ */
body {
    color:#2c2c2c;
    background:#f0f0f0 url(/wp-content/themes/pzg2014/img/bg_body2.png) repeat-x;
}
a {
    color:#2c2c2c;
}

ul, ol {
    margin-bottom:1.5em;
}
ul {
    list-style:square;
}
ol {
    list-style:decimal;
}
ul li,
ol li {
    margin:.5em 0 .5em 2em;
}
nav ul {
    margin:0;
    list-style:none;
}
nav ul li {
    margin:0;
}
table {
    width:100%;
    margin-bottom:2em;
}
table:last-child {
    margin-bottom:0;
}
table td,
table th {
    text-align:left;
    vertical-align:middle;
}
table th,
table tbody th {
    padding:10px 5px;
    border-bottom:1px solid #e5e5e5;
    font-weight:700;
    font-size:12px;
    color:#e41e26;
}
table td,
table tbody td {
    padding:5px;
}
article {
    color:#5d5d5d;
}
article * + h1, article * + h2, article * + h3, article * + h4, article * + h5, article * + h6, article * + .h1, article * + .h2, article * + .h3, article * + .h4, article * + .h5, article * + .h6 {
    margin-top:1.5em;
}
.clear {
    width:100% !important;
    float:none !important;
    clear:both !important;
    height:0 !important;
    overflow:hidden !important;
}
.clearfix:before,
.clearfix:after {
    content:'';
    display:table;
}
.clearfix:after {
    clear:both;
}
.fl {
    float:left !important;
}
.fr {
    float:right !important;
}
.left {
    text-align:left !important;
}
.center {
    text-align:center !important;
}
.right {
    text-align:right !important;
}
.strike{
    text-decoration: line-through;
}
.nowrap{
    white-space: nowrap;
}
.bold{
    font-weight: 700 !important;
}
.wrapper {
    width:1198px;
    margin:0 auto;
}
.alert {
    padding:10px;
    -webkit-border-radius:5px;
    border-radius:5px;
    margin-bottom:20px;
}
.alert:last-child {
    margin-bottom:0;
}
.alert-error {
    background:#fef4f4;
}
.fluid-block:after,
.fluid-block:before {
    display:table;
    content:'';
}
.fluid-block:after {
    clear:both;
}
.fluid-block .row {
    margin-right:-20px;
    clear:both;
}
.fluid-block .row > [class*='col'] {
    float:left;
    padding-right:20px;
}
.fluid-block.fluid-nopag .row > [class*='col'] {
    padding-right:0;
}
.fluid-block .col-12 {
    width:100%;
}
.fluid-block .col-11 {
    width:91.66666667%;
}
.fluid-block .col-10 {
    width:83.33333333%;
}
.fluid-block .col-9 {
    width:75%;
}
.fluid-block .col-8 {
    width:66.66666667%;
}
.fluid-block .col-7 {
    width:58.33333333%;
}
.fluid-block .col-6 {
    width:50%;
}
.fluid-block .col-5 {
    width:41.66666667%;
}
.fluid-block .col-4 {
    width:33.33333333%;
}
.fluid-block .col-3 {
    width:25%;
}
.fluid-block .col-2 {
    width:16.66666667%;
}
.fluid-block .col-1 {
    width:8.33333333%;
}
.fluid-block .offset-12 {
    margin-left:100%;
}
.fluid-block .offset-11 {
    margin-left:91.66666667%;
}
.fluid-block .offset-10 {
    margin-left:83.33333333%;
}
.fluid-block .offset-9 {
    margin-left:75%;
}
.fluid-block .offset-8 {
    margin-left:66.66666667%;
}
.fluid-block .offset-7 {
    margin-left:58.33333333%;
}
.fluid-block .offset-6 {
    margin-left:50%;
}
.fluid-block .offset-5 {
    margin-left:41.66666667%;
}
.fluid-block .offset-4 {
    margin-left:33.33333333%;
}
.fluid-block .offset-3 {
    margin-left:25%;
}
.fluid-block .offset-2 {
    margin-left:16.66666667%;
}
.fluid-block .offset-1 {
    margin-left:8.33333333%;
}

.photo-left{
    float: left;
    margin: 0px 20px 10px 0px;
}


@media all and ( max-width:1220px ) {
    .wrapper {
        width:956px;
    }
}
@media all and ( max-width:980px ) {
    .wrapper {
        width:714px;
    }
}
@media all and ( max-width:724px ) {
    table tbody th,
    table tbody td {
        padding-left:2px;
        padding-right:2px;
        font-size:12px;
    }
    .wrapper {
        width:472px;
    }


}
@media all and ( max-width:478px ) {
    table tbody th,
    table tbody td {
        font-size:10px;
    }
    article h1, article .h1 {
        font-size:22px;
    }
    article h2, article .h2 {
        font-size:22px;
    }
    article h3, article .h3 {
        font-size:20px;
    }
    article h4, article .h4 {
        font-size:18px;
    }
    article h5, article .h5 {
        font-size:16px;
    }
    article h6, article .h6 {
        font-size:14px;
    }
    .wrapper {
        width:230px;
    }
}




/* 04. transition
------------------------------------------------ */
input[type=url],
input[type=tel],
input[type=text],
input[type=email],
input[type=number],
input[type=search],
input[type=password],
textarea,
select,
input[type=submit],
input[type=button],
button,
.btn1,
.btn2,
.btn3,
.nav-head a,
.mgal-item a:after,
.widget-uchwaly ul a,
.widget-last-news a,
.widget-menu a {
    -webkit-transition:all ease .2s;
    -moz-transition:all ease .2s;
    -o-transition:all ease .2s;
    transition:all ease .2s;
}


/* 05. form
------------------------------------------------ */
.placeholder {
    color:#a7a7a7;
}
::-webkit-input-placeholder {
    color:#a7a7a7;
    text-overflow:ellipsis;
}
::-moz-placeholder {
    color:#a7a7a7;
    text-overflow:ellipsis;
    opacity:1;
}
:-moz-placeholder {
    color:#a7a7a7;
    text-overflow:ellipsis;
    opacity:1;
}
::-ms-input-placeholder {
    color:#a7a7a7;
    text-overflow:ellipsis;
}
:-ms-input-placeholder {
    color:#a7a7a7;
    text-overflow:ellipsis;
}
input[type=url],
input[type=tel],
input[type=text],
input[type=email],
input[type=number],
input[type=search],
input[type=password],
textarea,
select {
    border:0;
    padding:8px 12px;
    background:#fff;
    -webkit-border-radius:5px;
    border-radius:5px;
    height:36px;
    width:100%;
    max-width:310px;
    color:#2c2c2c;
}
input[type=search] {
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}
textarea {
    resize:none;
    height:auto;
}
input::-moz-focus-inner { 
    border:0;
    padding:0;
}
select {
    -webkit-appearance:none !important;
    -moz-appearance: none !important;
    appearance:none;
    padding-right:30px;
    background-image:url(/wp-content/themes/pzg2014/img/bg_arr1.png);
    background-repeat:no-repeat;
    background-position:100% 50%;
}

@-moz-document url-prefix() {
    select {
        -webkit-appearance:none;
        -moz-appearance:none;
        appearance:none;
        text-indent:0.01px;
        text-overflow:'';
    }
}
.ie8 select,
.ie9 select {
    padding-right:12px;
}
input[type=url]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
    background-color:#f8f8f8;
}
input[type=url].error,
input[type=tel].error,
input[type=text].error,
input[type=email].error,
input[type=number].error,
input[type=search].error,
input[type=password].error,
textarea.error,
select.error {
    color:#e41e26;
    -webkit-box-shadow:0 0 5px #e41e26;
    box-shadow:0 0 5px #e41e26;
}
.fitem {
    margin-bottom:10px;
}
.fitem:last-child {
    margin-bottom:0;
}
.form-style-1 input[type=url],
.form-style-1 input[type=tel],
.form-style-1 input[type=text],
.form-style-1 input[type=email],
.form-style-1 input[type=number],
.form-style-1 input[type=search],
.form-style-1 input[type=password],
.form-style-1 textarea,
.form-style-1 select {
    border:1px solid #d9d9d9;
    background:#fff;
    -webkit-box-shadow:inset 2px 2px 9px rgba(0,0,0,.1);
    box-shadow:inset 2px 2px 9px rgba(0,0,0,.1);
}
.form-style-1 input[type=url]:focus,
.form-style-1 input[type=tel]:focus,
.form-style-1 input[type=text]:focus,
.form-style-1 input[type=email]:focus,
.form-style-1 input[type=number]:focus,
.form-style-1 input[type=search]:focus,
.form-style-1 input[type=password]:focus,
.form-style-1 textarea:focus,
.form-style-1 select:focus {
    border-color:#aaa;
}
@media all and ( max-width:724px ) {
    input[type=url],
    input[type=tel],
    input[type=text],
    input[type=email],
    input[type=number],
    input[type=search],
    input[type=password],
    textarea,
    select {
        max-width:100%;
    }
}


.widget-kalkulator input[type=url],
.widget-kalkulator input[type=tel],
.widget-kalkulator input[type=text],
.widget-kalkulator input[type=email],
.widget-kalkulator input[type=number],
.widget-kalkulator input[type=search],
.widget-kalkulator input[type=password],
.widget-kalkulator textarea,
.widget-kalkulator select {

    /*border:1px solid #d9d9d9;*/
    background-color:#f2f2f2;
    /*-webkit-box-shadow:inset 2px 2px 9px rgba(0,0,0,.1);*/
    /*box-shadow:inset 2px 2px 9px rgba(0,0,0,.1);*/
}

.widget-kalkulator select.hasCustomSelect{
    width: 190px !important;
}


.form-style-2 label{
    height: 40px;
    line-height: 40px;
    width: 150px;
    float: left;
}
.form-style-2 > div{
    display: block;
    clear: both;
    float: none;
    margin-bottom: 8px;
}
.form-style-2 .button{
    width: 140px;
}
.form-style-2 input{
    background-color: #f2f2f2;
}





/* 06. buttons
------------------------------------------------ */
input[type=submit],
input[type=button],
button,
.btn1 {
    cursor:pointer;
    border:0;
    padding:0 12px;
    background-color:#e41e26;
    -webkit-border-radius:5px;
    border-radius:5px;
    height:36px;
    font-family:Ubuntu, sans-serif;
    font-weight:700;
    text-align:center;
    color:#fff;
    text-transform:uppercase;

}
.btn1 {
    line-height:36px;
    display:inline-block;
}
input[type=submit]:hover,
input[type=button]:hover,
button:hover,
.btn1:hover {
    background-color:#f31f28;
}
.btn1:hover {
    text-decoration:none;
}
input[type=submit]:active,
input[type=button]:active,
button:active,
.btn1:active {
    background-color:#d51c23;
}
a.btn1{
    color: #fff !important;
}

input[type=submit]:focus,
input[type=button]:focus,
button:focus {
    outline:1px dotted #000;
}
.btn-search {
    background:url(/wp-content/themes/pzg2014/img/bg_lupa1.png) no-repeat 50% 50% !important;
    height:34px;
    width:34px;
    font-size:0;
    opacity:.5;
}
.btn-search:hover {
    opacity:1;
}
.btn-search span {
    display:none;
}
.btn-arr1 span {
    display:none;
}
.btn-fb {
    background-color:#466cb0;
}
.btn-fb:hover {
    background-color:#4d75be;
}
.btn-fb:active {
    background-color:#3f62a0;
}
.btn-fb span {
    font-weight:400;
}
.btn2 {
    display:block;
    text-align:center;
    color:#5d5d5d;
    padding:10px;
    background:url(/wp-content/themes/pzg2014/img/bg_2.png);
}
.btn2:hover {
    background-color:#f5f5f5;
    text-decoration:none;
}
.btn3 {
    display:inline-block;
    text-align:center;
    color:#e41e26;
    padding:3px 10px;
    font-size:12px;
    background:#f9f9f9;
    text-transform:uppercase;
    vertical-align:top;
}
.btn3:hover {
    background-color:#e41e26;
    text-decoration:none;
    color:#fff;
}
.btn3:active {
    background-color:#d51c23;
}
@media all and ( max-width:724px ) {
    input[type=submit],
    input[type=button],
    button,
    .btn1 {
        width:100%;
    }
}


/* 07. header
------------------------------------------------ */
.page-head {
    /*padding:24px 0 12px;*/
    padding:60px 0 12px;
}
.htop {
    position:relative;
    margin-bottom:16px;
}
.hleft {
    width:230px;
    float:left;
}
.hleft h2 {
    margin:0;
}
.hleft h2 a,
.hleft h2 img {
    display:block;
    max-width:152px;
    margin:0 auto;
}
.hright {
    width:230px;
    position:absolute;
    right:0;
    bottom:0;
    text-align:right;
    padding:0 20px;
}
.nav-lang {
    margin-bottom:15px;
}
.nav-lang li {
    margin-left:10px;
    display:inline-block;
}
.nav-lang a {
    font-family:Ubuntu, sans-serif;
    font-weight:700;
    color:#cacaca;
}
.nav-lang a:hover {
    color:#aaa;
    text-decoration:none;
}
.nav-lang a.current {
    color:#e41e26;
}
.hsearch {
    position:relative;
}
.hsearch input {
    padding-right:36px;
    font-family:Ubuntu, sans-serif;
}
.hsearch .btn-search {
    position:absolute;
    right:1px;
    top:1px;
}
.hcenter {
    text-align:center;
    position:absolute;
    left:222px;
    right:242px;
    bottom:0;
}
.hcenter img {
    display:block;
    margin:0 auto;
}

.hcenter .b_pzg_top{
    border: 1px solid #efefef;
    width: 752px;
    height: 202px;
}




.nav-head {
    background:#e41e26;
    /*background:#E52029;*/
    /*background:#5d5d5d;*/
    height:51px;
    position:relative;
    z-index:10;
}
.nav-head > ul {
    display:table;
    width:100%;
}
.nav-head > ul > li {
    display:table-cell;
    width:1%;
    background:url(/wp-content/themes/pzg2014/img/bg_sep1.png) no-repeat 100% 50%;
}
.nav-head a {
    font-family:Ubuntu, sans-serif;
}
.nav-head > ul > li > a {
    color:#fff;
    font-size:16px;
    line-height:51px;
    display:block;
    text-align:center;
    padding:0 10px;
    white-space:nowrap;
    text-transform:uppercase;
}
.nav-head > ul > li.current-menu-ancestor > a,
.nav-head > ul > li.current-menu-parent > a,
.nav-head > ul > li:hover > a,
.nav-head > ul > li._hover > a {
    text-decoration:none;
    background:#F4F4F4;
    color:#e41e26;
}
.nav-head .current-menu-item > a {
    /*background:#e41e26;*/
    text-decoration: underline;
}
.nav-head ul ul {
    position:absolute;
    background: #F4F4F4;
    padding:15px 20px;
    display:none;
}
.nav-head ul ul li {
    margin:5px 0;
}
@media all and ( max-width:1220px ) {
    .hcenter,
    .hright {
        position:static;
        margin-left:242px;
    }
    .hcenter {
        height:100px;
        margin-bottom:16px;
    }
    .hcenter img {
        margin-right:0;
    }
    .hright {
        width:auto;
        padding:0;
    }
    .nav-lang {
        margin:0 20px 0 0;
        display:inline-block;
        vertical-align:middle;
    }
    .hsearch {
        display:inline-block;
        vertical-align:middle;

    }
    .hsearch input {
        width:250px;
    }
    .nav-head > ul > li > a {
        font-size:14px;
    }
}
@media all and ( max-width:980px ) {
    .htop {
        margin-bottom:0;
    }
    .hcenter {
        padding-top:20px;
    }
    .hcenter img {
        width:100%;
    }
    .nav-head {
        display:none;
    }
    #menu {
        display:inline-block;
        width:36px;
        height:36px;
        background:url(/wp-content/themes/pzg2014/img/bg_menu1.png) no-repeat 50% 50%;
        vertical-align:top;
        margin-left:20px;
        cursor:pointer;
    }
}
@media all and ( max-width:724px ) {
    .page-head {
        padding:16px 0;
    }
    .hleft {
        width:auto;
        float:none;
    }
    .hleft h2 {
        padding:0 20px;
    }
    .hleft img {
        max-width:100%;
    }
    .hcenter {
        margin:16px 0;
        padding:0;
        height:auto;
    }
    .hright {
        margin:16px 0;
        text-align:left;
        padding-right:40px;
        position:relative;
    }
    #menu {
        margin:0;
        position:absolute;
        right:0;
        top:0;
    }
}
@media all and ( max-width:478px ) {
    .hright {
        text-align:center;
    }
    .nav-lang {
        margin: 1px 20px 0px 30px;
    }
    .hsearch input {
        width:100%;
        margin-right: 10px;
    }
    #menu {
        /*top:34px;*/
    }
}


/* 08. content
------------------------------------------------ */
.page-content {
}
.home-main {
    margin-bottom:68px;
}
.box-wrap {
    margin-right:-12px;
}
.box {
    float:left;
    margin:0 12px 12px 0;
    background:#fff;
    height:230px;
}
.box .box-title{
    background: url(/wp-content/themes/pzg2014/img/bg_1.png);
    position: absolute;
    position: a;
    bottom: 0px;
    right: 0px;
    width: 353px;
    height: 95px;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 25px;
    font-family: Ubuntu, sans-serif;
}

.box-auto {
    height: auto;
}
.box-1 {
    width:230px;
}
.box-2 {
    width:472px;
}
.box-3 {
    width:714px;
}
.box-4,
.box-4-2 {
    width:956px;
}
.box-4-2 {
    height:472px;
}
.box-zaloguj {
    padding:20px;
}
.box-pc{
    position: relative;
}


.box.box-zaloguj h2 {
    color:#898989;
    font-size:18px;
    text-align:center;
    padding:0;
    margin-bottom:20px;
    font-weight:700;
}
.box-zaloguj button {
    width:140px;
    padding:0;
    /*font-size:20px;*/
    font-weight:600;
    display:block;
    float:right;
}
.box-zaloguj .btn1 {
    width:40px;
    display:block;
    float:left;
}
.box-zaloguj .link {
    text-align:center;
}
.box-zaloguj .link a {
    font-size:12px;
    text-decoration:underline;
    color:#898989;
}
.box-zaloguj .link a:hover {
    text-decoration:none;
}
.box img {
    display:block;
}
.box-aplikacje h2 {
    /*    font-size:20px;
        color:#fff;
        padding:20px;
        position:absolute;
        width:50px;*/
    font-size: 18px;
    color: #2c2c2c;
    padding: 10px 20px;
    position: absolute;
    width: 230px;
}
.bnews-photo {
    width:176px;
    float:left;
}
.bnews-main {
    padding:40px 30px 0;
}
.bnews-photo + .bnews-main {
    margin-left:176px;
}
.bnews-main h2 {
    font-size:20px;
    margin-bottom:.8em;
}
.bnews-main h2 img {
    display:block;
    margin-top:-10px;
}
.bnews-main a {
    color:#5d5d5d;
}
.bnews-main p {
    color:#2c2c2c;
}
.box-juniorzy {
    position:relative;
}
.box-juniorzy h2 {
    font-size:20px;
    color:#fff;
    padding:20px;
    position:absolute;
    bottom:0;
    width:50px;
    margin:0;
    font-weight:400;
}
.box-odg {
    background:#e42028;
    position:relative;
}
.box-odg h2 {
    font-size:20px;
    color:#fff;
    padding:20px;
    position:absolute;
    bottom:0;
    margin:0;
}
.menu-ikony {
    margin-bottom:68px;
}
.box-mikona {
    background:none;
}
.box-mikona a {
    display:block;
    background:#fff;
    height:230px;
    position:relative;
}
.box-mikona:hover a {
    display:block;
    background:#e41e26;
    color:#fff;
}
.box-mikona h2 {
    position:absolute;
    bottom:20px;
    left:20px;
    right:20px;
    text-align:center;
    font-size:20px;
    font-weight:400;
    color:#5d5d5d;
}
.box-mikona:hover h2 {
    color:#fff;
}
.mikoma-count {
    position:absolute;
    top:20px;
    right:20px;
    font:30px Ubuntu, sans-serif;
    color:#e52028;
}
.nikoma-ico {
    width:80px;
    height:80px;
    display:block;
    background:url(/wp-content/themes/pzg2014/img/sprite_1.png) no-repeat;
    margin:-40px 0 0 -40px;
    position:absolute;
    top:50%;
    left:50%;
}
.livescore-ico {
    width:80px;
    height:80px;
    display:block;
    background:url(/wp-content/themes/pzg2014/img/ico_livescore.png) no-repeat;
    margin:-40px 0 0 -40px;
    position:absolute;
    top:50%;
    left:50%;
}
.box-mikona:hover .nikoma-ico {
    background-position:0 -80px;
}
.box-mikona:hover .livescore-ico {
    background-position:0 -60px;
}
.mikona-ogloszenia .nikoma-ico {
    background-position:-80px 0;
}
.mikona-ogloszenia:hover .nikoma-ico {
    background-position:-80px -80px;
}
.mikona-ranking .nikoma-ico {
    background-position:-160px 0;
}
.mikona-ranking:hover .nikoma-ico {
    background-position:-160px -80px;
}
.mikona-kluby .nikoma-ico {
    background-position:-240px 0;
}
.mikona-kluby:hover .nikoma-ico {
    background-position:-240px -80px;
}
.mikona-komunikaty .nikoma-ico {
    background-position:-320px 0;
}
.mikona-komunikaty:hover .nikoma-ico {
    background-position:-320px -80px;
}
.mikona-quiz .nikoma-ico {
    background-position:-400px 0;
}
.mikona-quiz:hover .nikoma-ico {
    background-position:-400px -80px;
}
.mikona-hcp .nikoma-ico {
    background-position:-480px 0;
}
.mikona-hcp:hover .nikoma-ico {
    background-position:-480px -80px;
}
.mikona-kalkulator .nikoma-ico {
    background-position:-560px 0;
}
.mikona-kalkulator:hover .nikoma-ico {
    background-position:-560px -80px;
}
.mikona-ogloszenia .nikoma-ico {
    background-position:-640px 0;
}
.mikona-ogloszenia:hover .nikoma-ico {
    background-position:-640px -80px;
}
.box-mikona:hover .mikoma-count {
    color:#fff;
}
.box-social1 {
    background:none;
}
.ico-instagram {
    width:24px;
    height:24px;
    position:absolute;
    bottom:20px;
    left:20px;
    background:url(/wp-content/themes/pzg2014/img/logo_instagram1.png) no-repeat;
    display:block;
}
.ico-play {
    display:block;
    width:119px;
    height:119px;
    background:url(/wp-content/themes/pzg2014/img/ico_play1.png) no-repeat 50% 50%;
    background-color:rgba(0,0,0,.5);
    position:absolute;
    margin:-60px 0 0 -60px;
    -webkit-border-radius:60px;
    border-radius:60px;
    z-index:10;
    top:50%;
    left:50%;
}
.bsoc-wrap {
    margin:0 -10px -10px 0;
}
.box-social1 a {
    display:block;
    width:110px;
    height:110px;
    margin:0 10px 10px 0;
    overflow:hidden;
    float:left;
    background:url(/wp-content/themes/pzg2014/img/logo_social1.png) no-repeat;
}
.box-social1 a.twitter1 {
    background-position:-110px 0;
}
.box-social1 a.instagram1 {
    background-position:-220px 0;
}
.box-social1 a.vimeo1 {
    background-position:-330px 0;
}
.animated-1 .animated-wrap {
    -webkit-transition:all 500ms cubic-bezier(0.175,0.885,0.320,1.275) 0;
    -moz-transition:all 500ms cubic-bezier(0.175,0.885,0.320,1.275) 0s;
    -o-transition:all 500ms cubic-bezier(0.175,0.885,0.320,1.275) 0;
    transition:all 500ms cubic-bezier(0.175,0.885,0.320,1.275) 0;
}
.animated-1:hover .animated-wrap,
.animated-1:hover .animated-main {
    -webkit-transform:rotateY(180deg); 
    -ms-transform:rotateY(180deg); 
    transform:rotateY(180deg);
}
.mod-galeria {
    clear:both;
    margin-bottom:68px;
}
.mgal-item a {
    display:block;
    height:100%;
    position:relative;
}
.mgal-item a:after {
    display:block;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    content:'';
    z-index:1;
}
.mgal-item a:hover:after {
    background:rgba(255,255,255,.5);
}
.mgal-main {
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    background:#fff;
    background:rgba(255,255,255,.7);
    font-family:Ubuntu, sans-serif;
    padding:15px 20px;
    z-index:20;
}
.page-wrap {
    position:relative;
}
.page-left {
    width:230px;
    float:left;
}
.page-right {
    float:right;
    width:230px;
}
.page-main:before,
.page-main:after {
    content:'';
    display:table;
}
.page-main:after {
    clear:both;
}
.page-right + .page-main {
    margin-right:242px;
}
.page-left + .page-main,
.page-left + .page-right + .page-main {
    margin-left:242px;
}
.page-wrap .page-main {
    margin-bottom:12px;
}
.main-wrap {
    background:#fff;
    padding:35px;
    float:left;
    width:100%;
    min-height: 860px;
}
.main-wrap a{
    color: #e41e26;
}

.page-right h2,
.page-left h2 {
    font-size:16px;
    font-weight:400;
    color:#5d5d5d;
}
/*.page-left .widget-wrap:last-of-type:before {
    position:absolute;
    content:'';
    background:#fff;
    top:0px;
    height:100%;
    width:230px;
    z-index:-1;
}*/
#breadcrumb {
    margin-bottom:40px;
    color:#cfcfcf;
    font:24px/1em Ubuntu, sans-serif;
    text-transform:uppercase;
}
#breadcrumb a {
    color:#cfcfcf;
}
#breadcrumb .bread-cur {
    color:#e41e26;
}
.post-thumb {
    position:relative;
}
.post-thumb time {
    background:#e52028;
    color:#fff;
    padding:5px 10px;
    display:inline-block;
    font-family:Ubuntu, sans-serif;
    margin-bottom:15px;
    position:absolute;
}
.post-thumb img {
    max-width:100%;
}
.post-foot {
    clear:both;
    padding-top:20px;
    text-align:right;
}
.post-foot span,
.post-foot a  {
    vertical-align:middle;
    display:inline-block;
}
.post-foot span {
    margin-right:10px;
}
.zaloguj-left {
    float:none;
    margin-right:0;
}
#members {
    margin-bottom:20px;
}
#members tr:nth-child(2) td {
    padding-top:15px;
    -webkit-box-shadow:inset 0 5px 0 0 #fff;
    box-shadow:inset 0 5px 0 0 #fff;
}
#members th:nth-child(4),
#members th:nth-child(5),
#members th:nth-child(6),
#members th:nth-child(7),
#members td:nth-child(4),
#members td:nth-child(5),
#members td:nth-child(6),
#members td:nth-child(7) {
    text-align:center;
}
#members td:nth-child(4),
#members td:nth-child(6) {
    background:url(/wp-content/themes/pzg2014/img/bg_2.png);
}
.header-1 {
    border-bottom:1px solid #e3e3e3;
    padding-bottom:10px;
    margin-bottom:20px;
}
.header-1:before,
.header-1:after {
    content:'';
    display:table;
}
.header-1:after {
    clear:both;
}
.header-1 h2,
.header-1 .h2 {
    font-size:20px;
    color:#e41e26;
    margin:0;
}
.head1-right {
    float:right;
}
.head1-right + h2 {
    margin-right:180px;
}
.head1-hcp .head1-right + h2 {
    margin-right:260px;
}
.head1-hcp .head1-right .btn3 {
    margin-right:10px;
}
.wykres-1 {
    margin-bottom:20px;
}
.table-1 {
    margin-bottom:40px;
}
.table-1:last-child {
    margin-bottom:0;
}
.table-1 th,
.table-1 td {
    border:0;
    padding:10px 15px;
    font-weight:400;
    font-size:14px;
}
.table-1 th {
    color:#b8b8b8;
}
.table-1 tr:nth-child(even) th,
.table-1 tr:nth-child(even) td {
    background:#f7f7f7;
}
#twoje_dane th {
    width:150px;
    max-width:40%;
}
#historia_hpc th,
#historia_hpc td {
    text-align:center;
}
.table-trunieje th {
    width:150px;
}
.table-stat td:first-child {
    width:50px;
    color:#b8b8b8;
}
.table-stat td:nth-child(3) {
    text-align:right;
}
.table-stat td:last-child {
    width:70px;
    color:#b8b8b8;
    text-align:right;
}
.nav-1 {
    font-size:0;
    margin-bottom:10px;
}
.nav-1 li {
    display:inline-block;
    margin:0 10px 10px 0;
}
.nav-1 li a {
    display:block;
    background:#f7f7f7;
    padding:10px 15px;
    color:#5d5d5d;
    font-size:14px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
.nav-1 li a:hover {
    background:#f1f1f1;
    text-decoration:none;
}
.nav-1 li a:active {
    background:#eaeaea;
}
.nav-1 li.current-menu-item a {
    color:#fff;
    background:#e41e26;
}
.quiz-main {
    padding:0 10px 10px;
    border-bottom:1px solid #e3e3e3;
    margin-bottom:30px;
}
.quiz-main p {
    font-weight:700;
}
.quiz-wrap .fitem.radio {
    position:relative;
    padding-left:20px;
    margin:15px 0;
}
.quiz-wrap .fitem.radio input {
    position:absolute;
    left:0;
}
#mapa_1 {
    height:627px;
}
#wyniki_turnieju th {
    width:150px;
    max-width:40%;
}
.table-wyniki-1 th,
.table-wyniki-1 td {
    text-align:center;
    padding:5px;
    font-size:14px;
    border:0;
    border-right:1px solid #fff;
}
.table-wyniki-1 th {
    background:#e41e26;
    color:#fff;
    font-weight:700;
    border-right-width:5px;
}
.table-wyniki-1 thead th {
    background:#dd1d25;
}
.table-wyniki-1 thead td {
    background:#f7f7f7;
    border-color:#f7f7f7;
}
.table-wyniki-2 th {
    border:0;
    color:#5d5d5d;
    font-weight:700;
}
.table-wyniki-2 td {
    text-align:center;
}
.td-bold-1 {
    font-weight:700;
    color:#e41e26;
}
.td-selected-1 {
    background:#6d8825;
    color:#fff;
}
.td-selected-2 {
    background:#96c026;
    color:#fff;
}
.td-selected-3 {
    background:#fdd291;
}
.td-selected-4 {
    background:#f0777c;
    color:#fff;
}
.td-color-1 {
    color:#6d8825 !important;
}
.td-color-2 {
    color:#96c026 !important;
}
.td-color-3 {
    color:#fdd291 !important;
}
.td-color-4 {
    color:#f0777c !important;
}
@media all and ( max-width:1220px ) {
    .main-wrap {
        padding:20px;
    }
    #members td {
        font-size:12px;
    }
    .header-1 h2,
    .header-1 .h2 {
        font-size:18px;
    }
    .header-1 .btn3 {
        font-size:9px;
        margin-top:2px;
    }
    .fluid-block .col-4 {
        font-size:12px;
    }
    .table-wyniki-1 th,
    .table-wyniki-1 td {
        font-size:12px;
        padding:5px 2px;
        border:0;
    }
}
@media all and ( max-width:980px ) {
    .box-4,
    .box-4-2 {
        width:714px;
    }
    .page-right {
        float:none;
        width:auto;
    }
    .page-right + .page-main {
        margin-right:0;
    }
}
@media all and ( max-width:724px ) {
    .box-4,
    .box-4-2 {
        width:472px;
    }
    .page-left {
        float:none;
        width:auto;
        margin-bottom:12px;
    }
    .page-left + .page-main,
    .page-left + .page-right + .page-main {
        margin-left:0;
    }
    .main-wrap {
        padding:10px;
    }
    #members td {
        font-size:10px;
    }
}
@media all and ( max-width:724px ) and ( min-width: 478px ) {
    .zaloguj-left {
        width:auto;
        height:auto;
        text-align:center;
    }
    .zaloguj-left .fitem.text {
        float:left;
        width:50%;
        padding-right:10px;
    }
    .zaloguj-left .fitem.password {
        padding-right:0;
        padding-left:10px;
    }
    .zaloguj-left .fitem.submit {
        clear:both;
        display:inline-block;
        vertical-align:middle;
        margin:0;
    }
    .zaloguj-left  .btn1 {
        margin:0 10px;
    }
    .zaloguj-left .fitem.link {
        display:inline-block;
        vertical-align:middle;
    }
}
@media all and ( max-width:478px ) {
    .box-2,
    .box-4,
    .box-4-2 {
        width:230px;
    }
    .box-news {
        height:auto;
    }
    .bnews-photo {
        float:none;
        width:auto;
        padding:20px 20px 0;
        text-align:center;
    }
    .bnews-photo a {
        display:block;
    }
    .bnews-photo img {
        width:100%;
    }
    .bnews-main {
        margin:0 !important;
        padding:20px;
    }
    .bnews-main h2 img {
        max-width:100%;
        margin:0;
    }
    .box-img {
        height:auto;
    }
    .box-img img {
        width:100%;
    }
    .box-2.mgal-item {
        height:auto;
    }
    .box-2.mgal-item img {
        width:100%;
    }
    .box-2.mgal-item .ico-play {
        width:60px;
        height:60px;
        background-size:50%;
        margin:-30px 0 0 -30px;
    }
    .mgal-main {
        position:static;
        display:block;
    }
    #breadcrumb {
        font-size:18px;
        margin-bottom:20px;
    }
    .head1-right {
        float:none;
        margin-bottom:10px;
    }
    .head1-right + h2 {
        margin:0;
    }
    .table-1 th,
    .table-1 td {
        padding:5px;
        font-size:12px;
    }
    .table-stat td:first-child {
        width:25px;
    }
    .fluid-block .col-4 {
        float:none !important;
        width:100%;
        margin-bottom:20px;
    }
    .fluid-block .col-4:last-child {
        margin-bottom:0;
    }
    .table-wyniki-1 th,
    .table-wyniki-1 td {
        font-size:9px;
    }
}



/* 09. widgets
------------------------------------------------ */
.widget {
    background:#fff;
    margin-bottom:12px;
}
.widget-last-news h2 {
    width: 90%;
    padding: 20px 20px 15px 20px;
    margin:0;
}
.widget-last-news ul {
    list-style:none;
    margin:0;
}
.widget-last-news li {
    margin:0;
}
.widget-last-news a {
    padding:10px 20px;
    display:block;
    color:#000;
}
.widget-last-news a:hover {
    text-decoration:none;
    background:url(/wp-content/themes/pzg2014/img/bg_2.png);
}
.widget-last-news .current-menu-item > a {
    color:#fff;
    background:#e41e26;
}
.widget-image,
.widget-menu,
.widget-wyszukaj,
.widget-kalkulator,
.widget-last-news-2 {
    padding:20px;
}
.widget-image img {
    display:block;
    max-width:100%;
}
.widget-menu li {
    margin:2px 0;
}
.widget-menu ul a {
    display:block;
    color:#5d5d5d;
}
.widget-menu nav > ul > li > a {
    padding:10px 12px;
    background:url(/wp-content/themes/pzg2014/img/bg_2.png);
    -webkit-border-radius:5px;
    border-radius:5px;
}
.widget-menu nav > ul > li > a:hover {
    text-decoration:none;
    background-color:#f5f5f5;
}
.widget-menu nav > ul > li.current-menu-item > a,
.widget-menu nav > ul > li.current-menu-ancestor > a {
    color:#fff;
    background:#e41e26;
}
.widget-menu ul ul a {
    padding:10px 12px 10px 28px;
    border-bottom:1px solid #f2f2f2;
    background:url(/wp-content/themes/pzg2014/img/bg_arr2.png) no-repeat 13px 15px;
}
.widget-menu ul ul a:hover {
    background-position:18px 15px;
    text-decoration:none;
}
.widget-menu ul ul li:last-child a {
    border:0;
}
.widget-menu ul ul li.current-menu-parent a,
.widget-menu ul ul li.current-menu-item a {
    font-weight:700;
    color:#e41e26;
}
.widget input[type=submit],
.widget input[type=button]
.widget button {
    width:100%;
}
.widget-uchwaly,
.widget-dokumenty,
.widget-quiz {
    padding:15px;
}
.widget-uchwaly ul {
    list-style:none;
    margin:0;
    font-size:0;
}
.widget-uchwaly ul li {
    display:inline-block;
    margin:2px;
}
.widget-uchwaly ul a {
    display:block;
    font-size:14px;
    padding:4px 6px;
    color:#5d5d5d;
    background:#f2f2f2;
}
.widget-uchwaly ul a:hover {
    background:#e41e26;
    text-decoration:none;
    color:#fff;
}
.widget-dokumenty ul {
    list-style:none;
    margin:0;
}
.widget-dokumenty ul li {
    display:block;
    margin:0;
    padding:0 5px 20px;
    font-size:14px;
}
.widget-dokumenty ul li:last-child {
    padding-bottom:0;
}
.widget-dokumenty ul a {
    color:#5d5d5d;
}
.widget-quiz form {
    display:block;
    padding:0 15px;
}
.widget-quiz p {
    font-size:14px;
    color:#5d5d5d;
    font-weight:700;
    line-height:1.2em;
    margin-bottom:20px;
}
.widget-quiz .fitem {
    margin-bottom:20px;
}
.widget-quiz .fitem.radio label {
    color:#5d5d5d;
    padding-left:20px;
    position:relative;
    display:inline-block;
}
.widget-quiz .fitem.radio label input {
    position:absolute;
    left:0;
}
.widget-quiz .btn3 {
    display:block;
}
.widget-last-news-2 ul {
    margin:0;
    list-style:none;
}
.widget-last-news-2 li {
    margin:0;
    padding:15px 10px;
    border-top:1px solid #e3e3e3;
}
.widget-last-news-2 li a:hover {
    color:#000;
}
.widget-last-news-2 li time {
    display:block;
    color:#e41e26;
}
.bkontakt .fluid-block {
    border-bottom:1px solid #e3e3e3;
    margin-bottom:50px;
    padding-bottom:30px;
}
@media all and ( max-width:980px ) {
    .page-left .widget-wrap:last-of-type:before {
        display:none;
    }
}



/* 10. footer
------------------------------------------------ */
.page-foot {
    clear:both;
    padding-bottom:40px;
}
.foot {
    background:#fff;
    padding:40px 20px;
    margin-bottom:40px;
}
.fcopy,
.frealizacja {
    text-align:center;
    font:12px/1.2em Ubuntu, sans-serif;
    color:#000;
    margin:0;
    text-transform:uppercase;
}
.frealizacja a {
    color:#cfcfcf;
}
@media all and ( max-width:478px ) {
    .foot {
        padding:40px 0;
    }
}

#masonry_ico div{
    text-align: center;
}
#masonry_ico div img{
    margin-top: 50px;
    margin-bottom: 20px;
}
#masonry_ico span{
      font: 12px/16px Ubuntu, sans-serif;
}


/* 11. carousel
------------------------------------------------ */
#c_wrap_1 {
    position:relative;
    /*height: 100%;*/
}
#c_block_1 .citem {
    float:left;
    position:relative;
    display:none;
}
#c_block_1 .citem:first-child {
    display:block;
}

.caroufredsel_wrapper{
    width: 100% !important;
    /*height: 100% !important;*/
    min-height: 100%;
}


.caroufredsel_wrapper #c_block_1 .citem {
    display:block;
}
#c_block_1 .citem img {
    display:block;
    width:100%;
    height: auto;
}
#c_block_1 .cmain {
    /*    position:absolute;
        bottom:0;
        right:0;
        width:472px;
        height:230px;
        background:url(/wp-content/themes/pzg2014/img/bg_1.png);
        padding:30px 45px;*/

    position: absolute;
    bottom: 0;
    right: 0;
    width: 470px;
    height: 160px;
    background: url(/wp-content/themes/pzg2014/img/bg_1.png);
    padding: 25px 35px;
}
#c_block_1 .cmain time {
    background:#e52028;
    color:#fff;
    padding:5px 10px;
    display:inline-block;
    font-family:Ubuntu, sans-serif;
    margin-bottom:15px;
}
#c_block_1 .cmain h2,
#c_block_1 .cmain h2 a {

    font-size: 24px;
    color:#fff;
}
#c_block_1 .cmain h2 a:hover {
    text-decoration:none;
}
#c_pager_1 {
    position:absolute;
    bottom:25px;
    left:25px;
    font-size:0;
    z-index:10;
}
#c_pager_1 a {
    display:inline-block;
    width:14px;
    height:14px;
    -webkit-border-radius:7px;
    border-radius:7px;
    background:#fff;
    margin-right:5px;
}
#c_pager_1 a.selected {
    background:#e41e26;
}
#c_pager_1 a span {
    display:none;
}
#btn-prev{
    position: absolute;
    top: 180px;
    left: 0px;
    width: 40px;
    height: 50px;
    background: url(/wp-content/themes/pzg2014/img/btn-prev.png);
    z-index: 9;
}
#btn-next{
    position: absolute;
    top: 180px;
    right: 0px;
    width: 40px;
    height: 50px;
    background: url(/wp-content/themes/pzg2014/img/btn-next.png);
    z-index: 9;
}

#c_partnerzy_wrap {
    height:110px;
    /*height:82px;*/
    overflow:hidden;
    text-align:center;
    font-size:0;
}
#c_partnerzy_wrap2 {
    height:82px;
    overflow:hidden;
    text-align:center;
    font-size:0;
}
#c_partnerzy .citem {
    width: auto;
    height:110px;
    display:inline-block;
    vertical-align:top;
    margin-right: 20px;
    position: relative;
}
.caroufredsel_wrapper #c_partnerzy .citem {
    display:block;
    float:left;
    
}
#c_partnerzy .citem h2,
#c_partnerzy .citem a {
    display:inline-block;
    margin:5px 20px;
    vertical-align:top;
}
/*#c_partnerzy .citem h2 {
    display:inline-block;
    font:12px/72px Ubuntu, sans-serif;
    margin:0;
    text-transform:none;
    padding:5px 25px;
    border-right:1px solid #dcdcdc;
}*/
#c_partnerzy .citem h2 {
    position: absolute;
    bottom: -6px;
    display: inline-block;
    font: 12px/16px Ubuntu, sans-serif;
    margin: 0;
    text-transform: none;
    padding: 5px 5px 5px 50px;
    /* border-right: 1px solid #dcdcdc; */
    text-align: center;
    width: 100%;
    
}
#c_partnerzy .citem a img {
    display:block;
}








@media all and ( max-width:980px ) {
    #c_wrap_1 {
        height: 353px;
        /*height: auto !important;*/
    }
}
@media all and ( max-width:724px ) {
    #c_wrap_1 {
        height: 233px;
        /*height: auto !important;*/
    }
}
@media all and ( max-width:478px ) {



    #c_partnerzy2 .citem h2,
    #c_partnerzy .citem h2 {
        width:100px;
        line-height:1.2em;
        text-align:center;
        height:72px;
        padding:20px 0;
        border:0;
    }
    #c_partnerzy2 .citem h2,
    #c_partnerzy2 .citem a 
    #c_partnerzy .citem h2,
    #c_partnerzy .citem a {
        margin:5px 10px;
    }

}



/* 12. lightbox
------------------------------------------------ */
.nivo-lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99998;
    width: 100%;
    height: 100%;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nivo-lightbox-overlay.nivo-lightbox-open {
    visibility: visible;
    opacity: 1;
}
.nivo-lightbox-wrap  {
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 10%;
    right: 10%;
}
.nivo-lightbox-content {
    width: 100%;
    height: 100%;
    text-align: center;
}
.nivo-lightbox-title-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    text-align: center;
}
.nivo-lightbox-nav { display: none; }
.nivo-lightbox-prev {
    position: absolute;
    top: 50%;
    left: 0;
}
.nivo-lightbox-next {
    position: absolute;
    top: 50%;
    right: 0;
}
.nivo-lightbox-close {
    position: absolute;
    top: 2%;
    right: 2%;
}

.nivo-lightbox-image { text-align: center; }
.nivo-lightbox-image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
}
.nivo-lightbox-content iframe {
    width: 100%;
    height: 100%;
}
.nivo-lightbox-inline,
.nivo-lightbox-ajax {
    max-height: 100%;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */
}
.nivo-lightbox-error {
    display: table;
    text-align: center;
    width: 100%;
    height: 100%;
    color: #fff;
    text-shadow: 0 1px 1px #000;
}
.nivo-lightbox-error p {
    display: table-cell;
    vertical-align: middle;
}
.nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    -ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
    -webkit-transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    transform: translateX(-10%);
}
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%);
}
.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
}
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%);
}
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
}
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-transform: translateZ(300px);
    -moz-transform: translateZ(300px);
    -ms-transform: translateZ(300px);
    transform: translateZ(300px);
}
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.nivo-lightbox-theme-default.nivo-lightbox-overlay { 
    background: #666;
    background: rgba(0,0,0,0.6); 
}
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { background: url(/wp-content/themes/pzg2014/img/lightbox/loading.gif) no-repeat 50% 50%; }

.nivo-lightbox-theme-default .nivo-lightbox-nav {
    top: 10%;
    width: 8%;
    height: 80%;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover { 
    opacity: 1; 
    background-color: rgba(0,0,0,0.5);
}
.nivo-lightbox-theme-default .nivo-lightbox-prev { 
    background-image: url(/wp-content/themes/pzg2014/img/lightbox/prev.png); 
    border-radius: 0 3px 3px 0;
}
.nivo-lightbox-theme-default .nivo-lightbox-next { 
    background-image: url(/wp-content/themes/pzg2014/img/lightbox/next.png); 
    border-radius: 3px 0 0 3px;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
    display: block;
    background: url(/wp-content/themes/pzg2014/img/lightbox/close.png) no-repeat 5px 5px;
    width: 26px;
    height: 26px;
    text-indent: -9999px;
    padding: 5px;
    opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-close:hover { opacity: 1; }

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap { bottom: -7%; }
.nivo-lightbox-theme-default .nivo-lightbox-title {
    font: 14px/20px Ubuntu, sans-serif;
    font-style: normal;
    font-weight: normal;
    background: #000;
    color: #fff;
    padding: 7px 15px;
    border-radius: 30px;
}

.nivo-lightbox-theme-default .nivo-lightbox-image img {
    background: #fff;
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}
.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
    background: #fff;
    padding: 40px;
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

@media (-webkit-min-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6/2),
(min--moz-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {

    .nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading { 
        background-image: url(/wp-content/themes/pzg2014/img/lightbox/loading@2x.gif); 
        background-size: 32px 32px;
    }
    .nivo-lightbox-theme-default .nivo-lightbox-prev { 
        background-image: url(/wp-content/themes/pzg2014/img/lightbox/prev@2x.png); 
        background-size: 48px 48px;
    }
    .nivo-lightbox-theme-default .nivo-lightbox-next { 
        background-image: url(/wp-content/themes/pzg2014/img/lightbox/next@2x.png); 
        background-size: 48px 48px;
    }
    .nivo-lightbox-theme-default .nivo-lightbox-close { 
        background-image: url(/wp-content/themes/pzg2014/img/lightbox/close@2x.png); 
        background-size: 16px 16px;
    }

}




/* 13. mmenu
------------------------------------------------ */
.mm-page,
.mm-fixed-top,
.mm-fixed-bottom,
.mm-menu.mm-horizontal > .mm-panel {
    -webkit-transition: none 0.4s ease;
    -moz-transition: none 0.4s ease;
    -ms-transition: none 0.4s ease;
    -o-transition: none 0.4s ease;
    transition: none 0.4s ease;
    -webkit-transition-property: top, right, bottom, left, border;
    -moz-transition-property: top, right, bottom, left, border;
    -ms-transition-property: top, right, bottom, left, border;
    -o-transition-property: top, right, bottom, left, border;
    transition-property: top, right, bottom, left, border; }

html.mm-opened .mm-page,
html.mm-opened #mm-blocker {
    left: 0;
    top: 0;
    margin: 0;
    border: 0px solid rgba(0, 0, 0, 0); }

html.mm-opening .mm-page,
html.mm-opening #mm-blocker {
    border: 0px solid rgba(100, 100, 100, 0); }

.mm-menu .mm-hidden {
    display: none; }

.mm-fixed-top,
.mm-fixed-bottom {
    position: fixed;
    left: 0; }

.mm-fixed-top {
    top: 0; }

.mm-fixed-bottom {
    bottom: 0; }

html.mm-opened .mm-page,
.mm-menu > .mm-panel {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }

html.mm-opened {
    overflow-x: hidden;
    position: relative; }

html.mm-opened .mm-page {
    position: relative; }

html.mm-background .mm-page {
    background: inherit; }

#mm-blocker {
    background: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==) transparent;
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
    display: block; }

.mm-menu.mm-current {
    display: block; }

.mm-menu {
    background: inherit;
    display: none;
    overflow: hidden;
    height: 100%;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 0; }
.mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 0; }
.mm-menu > .mm-panel.mm-opened {
    left: 0%; }
.mm-menu > .mm-panel.mm-subopened {
    left: -40%; }
.mm-menu > .mm-panel.mm-highest {
    z-index: 1; }
.mm-menu > .mm-panel.mm-hidden {
    display: block;
    visibility: hidden; }

.mm-menu .mm-list {
    padding: 20px 0; }
.mm-menu > .mm-list {
    padding: 20px 0 40px 0; }

.mm-panel > .mm-list {
    margin-left: -20px;
    margin-right: -20px; }
.mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0; }

.mm-list {
    font: inherit;
    font-size: 14px; }
.mm-list a,
.mm-list a:hover {
    text-decoration: none; }
.mm-list > li {
    position: relative; }
.mm-list > li > a,
.mm-list > li > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    line-height: 20px;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0; }
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; }
.mm-list a.mm-subopen {
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
.mm-list a.mm-subopen:before {
    content: '';
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
.mm-list a.mm-subopen.mm-fullsubopen {
    width: 100%; }
.mm-list a.mm-subopen.mm-fullsubopen:before {
    border-left: none; }
.mm-list a.mm-subopen + a,
.mm-list a.mm-subopen + span {
    padding-right: 5px;
    margin-right: 40px; }
.mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
.mm-list > li.mm-selected > a.mm-fullsubopen + a,
.mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
.mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
.mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
.mm-list > li.mm-spacer {
    padding-top: 40px; }
.mm-list > li.mm-spacer.mm-label {
    padding-top: 25px; }
.mm-list a.mm-subopen:after,
.mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 7px;
    height: 7px;
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
.mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
.mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
    display: none;
    padding: 10px 0 10px 10px; }
.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
    display: block; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen {
    height: 40px; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 16px;
    right: 16px; }

html.mm-opened .mm-page {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-ismenu {
    background: #333333;
    color: rgba(255, 255, 255, 0.6); }

.mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
.mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3); }
.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
.mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15); }
.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
.mm-menu .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.05); }
.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05); }

html.mm-opening .mm-page,
html.mm-opening #mm-blocker,
html.mm-opening .mm-fixed-top,
html.mm-opening .mm-fixed-bottom {
    left: 80%; }

.mm-menu {
    width: 80%; }

@media all and (max-width: 175px) {
    .mm-menu {
        width: 140px; }

    html.mm-opening .mm-page,
    html.mm-opening #mm-blocker,
    html.mm-opening .mm-fixed-top,
    html.mm-opening .mm-fixed-bottom {
        left: 140px; } }
@media all and (min-width: 550px) {
    .mm-menu {
        width: 440px; }

    html.mm-opening .mm-page,
    html.mm-opening #mm-blocker,
    html.mm-opening .mm-fixed-top,
    html.mm-opening .mm-fixed-bottom {
        left: 440px; } }
.mm-menu.mm-top {
    width: 100%; }

html.mm-top.mm-opened .mm-page,
html.mm-top.mm-opened #mm-blocker {
    top: 0%; }

html.mm-top.mm-opened.mm-opening .mm-page,
html.mm-top.mm-opened.mm-opening #mm-blocker,
html.mm-top.mm-opened.mm-opening .mm-fixed-top,
html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
    left: 0; }

.mm-menu.mm-right {
    left: auto;
    right: 0; }

html.mm-right.mm-opened .mm-page,
html.mm-right.mm-opened #mm-blocker,
html.mm-right.mm-opened .mm-fixed-top,
html.mm-right.mm-opened .mm-fixed-bottom {
    left: auto;
    right: 0%; }

html.mm-right.mm-opened.mm-opening .mm-page,
html.mm-right.mm-opened.mm-opening #mm-blocker,
html.mm-right.mm-opened.mm-opening .mm-fixed-top,
html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
    left: auto; }

.mm-menu.mm-bottom {
    width: 100%;
    top: auto;
    bottom: 0; }

html.mm-bottom.mm-opened .mm-page,
html.mm-bottom.mm-opened #mm-blocker {
    bottom: 0%;
    top: auto; }

html.mm-bottom.mm-opened.mm-opening .mm-page,
html.mm-bottom.mm-opened.mm-opening #mm-blocker,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-top,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
    top: auto;
    left: 0; }

.mm-menu.mm-top {
    height: 80%; }

html.mm-top.mm-opening .mm-page,
html.mm-top.mm-opening #mm-blocker,
html.mm-top.mm-opening .mm-fixed-top {
    top: 80%; }
html.mm-top.mm-opening .mm-fixed-bottom {
    bottom: -80%; }

@media all and (max-height: 175px) {
    .mm-menu.mm-top {
        height: 140px; }

    html.mm-top.mm-opening .mm-page,
    html.mm-top.mm-opening #mm-blocker,
    html.mm-top.mm-opening .mm-fixed-top {
        top: 140px; }
    html.mm-top.mm-opening .mm-fixed-bottom {
        bottom: -140px; } }
@media all and (min-height: 1100px) {
    .mm-menu.mm-top {
        height: 880px; }

    html.mm-top.mm-opening .mm-page,
    html.mm-top.mm-opening #mm-blocker,
    html.mm-top.mm-opening .mm-fixed-top {
        top: 880px; }
    html.mm-top.mm-opening .mm-fixed-bottom {
        bottom: -880px; } }
.mm-menu.mm-right {
    width: 80%; }

html.mm-right.mm-opening .mm-page,
html.mm-right.mm-opening #mm-blocker,
html.mm-right.mm-opening .mm-fixed-top,
html.mm-right.mm-opening .mm-fixed-bottom {
    right: 80%; }

@media all and (max-width: 175px) {
    .mm-menu.mm-right {
        width: 140px; }

    html.mm-right.mm-opening .mm-page,
    html.mm-right.mm-opening #mm-blocker,
    html.mm-right.mm-opening .mm-fixed-top,
    html.mm-right.mm-opening .mm-fixed-bottom {
        right: 140px; } }
@media all and (min-width: 550px) {
    .mm-menu.mm-right {
        width: 440px; }

    html.mm-right.mm-opening .mm-page,
    html.mm-right.mm-opening #mm-blocker,
    html.mm-right.mm-opening .mm-fixed-top,
    html.mm-right.mm-opening .mm-fixed-bottom {
        right: 440px; } }
.mm-menu.mm-bottom {
    height: 80%; }

html.mm-bottom.mm-opening .mm-page,
html.mm-bottom.mm-opening #mm-blocker,
html.mm-bottom.mm-opening .mm-fixed-bottom {
    bottom: 80%; }
html.mm-bottom.mm-opening .mm-fixed-top {
    top: -80%; }

@media all and (max-height: 175px) {
    .mm-menu.mm-bottom {
        height: 140px; }

    html.mm-bottom.mm-opening .mm-page,
    html.mm-bottom.mm-opening #mm-blocker,
    html.mm-bottom.mm-opening .mm-fixed-bottom {
        bottom: 140px; }
    html.mm-bottom.mm-opening .mm-fixed-top {
        top: -140px; } }
@media all and (min-height: 1100px) {
    .mm-menu.mm-bottom {
        height: 880px; }

    html.mm-bottom.mm-opening .mm-page,
    html.mm-bottom.mm-opening #mm-blocker,
    html.mm-bottom.mm-opening .mm-fixed-bottom {
        bottom: 880px; }
    html.mm-bottom.mm-opening .mm-fixed-top {
        top: -880px; } }
/*
        jQuery.mmenu z-position extension CSS
*/
html.mm-front.mm-opened .mm-page {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important; }

.mm-menu.mm-front,
.mm-menu.mm-next {
    -webkit-transition: none 0.4s ease;
    -moz-transition: none 0.4s ease;
    -ms-transition: none 0.4s ease;
    -o-transition: none 0.4s ease;
    transition: none 0.4s ease;
    -webkit-transition-property: top, right, bottom, left, -webkit-transform;
    -moz-transition-property: top, right, bottom, left, -moz-transform;
    -ms-transition-property: top, right, bottom, left, -o-transform;
    -o-transition-property: top, right, bottom, left, -o-transform;
    transition-property: top, right, bottom, left, transform; }

html.mm-front .mm-page,
html.mm-front #mm-blocker {
    z-index: 0; }

.mm-menu.mm-front {
    z-index: 1;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

html.mm-opened.mm-next .mm-page {
    box-shadow: none; }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
    left: 0%; }

.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
    left: 0; }

html.mm-opening .mm-menu.mm-top.mm-front, html.mm-opening .mm-menu.mm-top.mm-next {
    left: 0;
    top: 0%; }

.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
    left: auto; }

html.mm-opening .mm-menu.mm-right.mm-front, html.mm-opening .mm-menu.mm-right.mm-next {
    left: auto;
    right: 0%; }

.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
    top: auto;
    left: 0; }

html.mm-opening .mm-menu.mm-bottom.mm-front, html.mm-opening .mm-menu.mm-bottom.mm-next {
    left: 0;
    bottom: 0%; }

.mm-menu.mm-front, .mm-menu.mm-next {
    left: -80%; }

@media all and (max-width: 175px) {
    .mm-menu.mm-front, .mm-menu.mm-next {
        left: -140px; } }
@media all and (min-width: 550px) {
    .mm-menu.mm-front, .mm-menu.mm-next {
        left: -440px; } }
.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
    top: -80%; }

@media all and (max-height: 175px) {
    .mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
        top: -140px; } }
@media all and (min-height: 1100px) {
    .mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
        top: -880px; } }
.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
    right: -80%; }

@media all and (max-width: 175px) {
    .mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
        right: -140px; } }
@media all and (min-width: 550px) {
    .mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
        right: -440px; } }
.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
    bottom: -80%; }

@media all and (max-height: 175px) {
    .mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
        bottom: -140px; } }
@media all and (min-height: 1100px) {
    .mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
        bottom: -880px; } }
html.mm-front .mm-fixed-top,
html.mm-front .mm-fixed-bottom,
html.mm-opening.mm-front .mm-fixed-top,
html.mm-opening.mm-front .mm-fixed-bottom {
    left: 0;
    right: auto; }
html.mm-front .mm-fixed-top,
html.mm-opening.mm-front .mm-fixed-top {
    top: 0; }
html.mm-front .mm-fixed-bottom,
html.mm-opening.mm-front .mm-fixed-bottom {
    bottom: 0; }
html.mm-slide .mm-menu {
    -webkit-transition: -webkit-transform 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    transition: transform 0.4s ease; }
html.mm-slide.mm-opened .mm-menu {
    -webkit-transform: translateX(-40%);
    -moz-transform: translateX(-40%);
    -ms-transform: translateX(-40%);
    -o-transform: translateX(-40%);
    transform: translateX(-40%); }
html.mm-slide.mm-opening .mm-menu {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); }
html.mm-slide.mm-right.mm-opened .mm-menu {
    -webkit-transform: translateX(40%);
    -moz-transform: translateX(40%);
    -ms-transform: translateX(40%);
    -o-transform: translateX(40%);
    transform: translateX(40%); }
html.mm-slide.mm-right.mm-opening .mm-menu {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%); }
html.mm-slide.mm-top.mm-opened .mm-menu {
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -o-transform: translateY(-40%);
    transform: translateY(-40%); }
html.mm-slide.mm-top.mm-opening .mm-menu {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%); }
html.mm-slide.mm-bottom.mm-opened .mm-menu {
    -webkit-transform: translateY(40%);
    -moz-transform: translateY(40%);
    -ms-transform: translateY(40%);
    -o-transform: translateY(40%);
    transform: translateY(40%); }
html.mm-slide.mm-bottom.mm-opening .mm-menu {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%); }
.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu .mm-list > li.mm-selected > span {
    background: #e41e26;
    color: #fff; }


img.alignleft{
    float: left;
    margin: 0px 10px 2px 0px;
}

.menu  li .sub-menu{
    display: none;
}
.menu  li.current-menu-parent .sub-menu,
.menu  li.current-menu-item .sub-menu{
    display: block;
}

.gallery-excerpt,
.news-excerpt{
    clear: both;
    margin-bottom: 20px;
    padding-top: 10px;
}

.news-excerpt .title{
    display: inline-block;
    font-family:Ubuntu, sans-serif;
    font-weight:700;
    line-height:1em;
    margin-bottom:.6em;
    color:#5d5d5d;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 22px;
}
.gallery-excerpt a.img,
.news-excerpt a.img{
    position: relative;
    display: block;
}
.gallery-excerpt img,
.news-excerpt img{
    width: 350px;
    height: 184px;
    float: left;
    margin: 0px 20px 0px 0px;
}
.gallery-excerpt .expert,
.news-excerpt .expert{
    margin: 10px 0px;
    color: #5d5d5d;
}
.gallery-excerpt .time,
.news-excerpt .time{
    position: absolute;
    top: 0px;
    left: 0px;
    background: #e52028;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    font-family: Ubuntu, sans-serif;
    margin-bottom: 15px;
}

.gallery-excerpt .title{
    display: inline-block;
    font-family: Ubuntu, sans-serif;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: .6em;
    color: #5d5d5d;
    text-transform: uppercase;
    margin-bottom: 20px;
    float: left;
    width: 270px;
    /* border: 1px solid red; */
    margin-top: 0px;
}

ol.wp-paginate{
    list-style: none;
}
ol.wp-paginate li{
    float: left;
    background: #e52028;
    color: #fff;
    padding: 3px 6px;
    display: inline-block;
    font-family: Ubuntu, sans-serif;
    margin: 10px 5px 10px 0px;
    border-radius: 2px;
    border: 1px solid #e52028;
}
ol.wp-paginate li.active{
    background: #fff;
    color: #e52028;
    border: 1px solid #e52028;
}
ol.wp-paginate li span.current{
    text-decoration: underline;
}
ol.wp-paginate li:first-of-type{
    /*display: none;*/
}
ol.wp-paginate li a{
    color: #fff;
}
ol.wp-paginate li.active a{
    color: #e52028;
}




/* Tabele
*********************************************/
.pzgTurnieje{

}
.pzgTurnieje tr  td:nth-of-type(1){
    white-space: nowrap;
}
.pzgTurnieje tr  td:nth-of-type(2){
    width: 50%;
}
.pzgTurnieje tr  td:nth-of-type(3){
    width: 50%;
}
.pzgTurnieje tr td:nth-of-type(4),
.pzgTurnieje tr  td:nth-of-type(5),
.pzgTurnieje tr  td:nth-of-type(6)
{
    width: 40px;
    text-align: center;
    padding: 5px 5px;
}
.pzgTurnieje tr  th:nth-of-type(4),
.pzgTurnieje tr  th:nth-of-type(5),
.pzgTurnieje tr  th:nth-of-type(6)
{
    text-align: center;
    padding: 5px 5px;
}
.pzgTurnieje img{
    max-width: 20px;
    max-height: 20px;
}

.fpf-gallery{

}
.fpf-gallery .gallery-item{
    float: left;
    margin: 4px 0px;
    text-align: center;
}


.post-gallery{
    list-style: nonel;
}
.post-gallery ul li{
    display: inline-block;
    margin: 0px 10px 10px 0px;
}



.par{
    border: 1px solid #efefef;
}
.eagle{
    color: #fff;
    background-color: #9D0000; 
}
.birdie,
.birde{
    background-color: #F6A690;

}
.bogey{
    background-color: #AACFCF;
}
.double-bogey,
.doublebogey{
    color: #fff;
    background-color: #51787E;
}



#wp-table-reloaded-id-32-no-1 th,
#wp-table-reloaded-id-33-no-1 th,
#wp-table-reloaded-id-34-no-1 th,
#wp-table-reloaded-id-35-no-1 th,
#wp-table-reloaded-id-87-no-1 th,
#wp-table-reloaded-id-36-no-1 th,
#wp-table-reloaded-id-32-no-1 td,
#wp-table-reloaded-id-33-no-1 td,
#wp-table-reloaded-id-34-no-1 td,
#wp-table-reloaded-id-35-no-1 td,
#wp-table-reloaded-id-36-no-1 td,
#wp-table-reloaded-id-87-no-1 td
{
    font-size: 12px;
}

#wp-table-reloaded-id-13-no-1 td.column-2,
#wp-table-reloaded-id-32-no-1 td.column-2,
#wp-table-reloaded-id-33-no-1 td.column-2,
#wp-table-reloaded-id-34-no-1 td.column-2,
#wp-table-reloaded-id-35-no-1 td.column-2,
#wp-table-reloaded-id-36-no-1 td.column-2,
#wp-table-reloaded-id-87-no-1 td.column-2
{
    white-space: nowrap;
    text-align: center;
}

#wp-table-reloaded-id-13-no-1 td.column-1,
#wp-table-reloaded-id-32-no-1 td.column-1,
#wp-table-reloaded-id-33-no-1 td.column-1,
#wp-table-reloaded-id-34-no-1 td.column-1,
#wp-table-reloaded-id-35-no-1 td.column-1,
#wp-table-reloaded-id-36-no-1 td.column-1,
#wp-table-reloaded-id-87-no-1 td.column-1
{
    text-align: center;
}


#wp-table-reloaded-id-32-no-1 .column-5,
#wp-table-reloaded-id-32-no-1 .column-6,
#wp-table-reloaded-id-32-no-1 .column-7,
#wp-table-reloaded-id-32-no-1 .column-8
{
    text-align: center;
}

#wp-table-reloaded-id-33-no-1 .column-5,
#wp-table-reloaded-id-33-no-1 .column-6,
#wp-table-reloaded-id-33-no-1 .column-7,
#wp-table-reloaded-id-33-no-1 .column-8
{
    text-align: center;
}

#wp-table-reloaded-id-34-no-1 .column-4,
#wp-table-reloaded-id-34-no-1 .column-5,
#wp-table-reloaded-id-34-no-1 .column-6,
#wp-table-reloaded-id-34-no-1 .column-7,
#wp-table-reloaded-id-34-no-1 .column-8
{
    text-align: center;
}
#wp-table-reloaded-id-34-no-1 .column-5{
    white-space: nowrap;
}


#wp-table-reloaded-id-87-no-1 .column-5,
#wp-table-reloaded-id-87-no-1 .column-6,
#wp-table-reloaded-id-87-no-1 .column-7
{
    text-align: center;
}
#wp-table-reloaded-id-87-no-1 .column-5{
    white-space: nowrap;
}


#wp-table-reloaded-id-35-no-1 .column-5,
#wp-table-reloaded-id-35-no-1 .column-6,
#wp-table-reloaded-id-35-no-1 .column-7
{
    text-align: center;
}


#wp-table-reloaded-id-89-no-1 .column-3{
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
}




.wp-table-reloaded-id-22 .column-3,
.wp-table-reloaded-id-22 .column-4,
.wp-table-reloaded-id-22 .column-5,
.wp-table-reloaded-id-22 .column-6,
.wp-table-reloaded-id-22 .column-7,
.wp-table-reloaded-id-21 .column-3,
.wp-table-reloaded-id-21 .column-4,
.wp-table-reloaded-id-21 .column-5,
.wp-table-reloaded-id-21 .column-6,
.wp-table-reloaded-id-21 .column-7,
.wp-table-reloaded-id-23 .column-3,
.wp-table-reloaded-id-23 .column-4,
.wp-table-reloaded-id-23 .column-5,
.wp-table-reloaded-id-23 .column-6,
.wp-table-reloaded-id-23 .column-7{
    text-align: center;
}


.hcp-calc{

}

.hcp-calc input,
.hcp-calc select{
    /*border: 1px solid #d9d9d9;*/
    /*-webkit-box-shadow: inset 2px 2px 9px rgba(0,0,0,.1);*/
    /*box-shadow: inset 2px 2px 9px rgba(0,0,0,.1);*/
    margin-bottom: 10px;
}


.searchHeader input,
.searchHeader select{
    /*border: 1px solid #d9d9d9;*/
    /*-webkit-box-shadow: inset 2px 2px 9px rgba(0,0,0,.1);*/
    /*box-shadow: inset 2px 2px 9px rgba(0,0,0,.1);*/
    margin-bottom: 10px;
    margin-right: 10px;
    width: 310px;
}
.searchHeader input[type=text],
.searchHeader select{
    background-color:#f2f2f2;
}

.searchHeader{
    margin: 0px 0px 15px 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
}

select{
}

.searchHeader div{
    display: inline-block;
}




.customSelect {
    border:0;
    padding:10px 52px 8px 12px;
    -webkit-border-radius:5px;
    border-radius:5px;
    height:36px;
    width:100%;
    max-width:310px;
    color:#2c2c2c;
    padding-right:30px;
    background-image:url(/wp-content/themes/pzg2014/img/bg_arr1.png);
    background-repeat:no-repeat;
    background-position:100% 50%;
    background-color:#f2f2f2;
    overflow: hidden;
    white-space: nowrap;


}
.searchHeader .customSelect{
    width:310px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.customSelect.customSelectHover {
    /* Styles for when the select box is hovered */
}
.customSelect.customSelectOpen {
    /* Styles for when the select box is open */
}
.customSelect.customSelectFocus {
    /* Styles for when the select box is in focus */
}
.customSelectInner {
    margin-right: 30px;
    overflow: hidden;
}



#form_res {
    margin-bottom: 20px;
}
#form_res label{
    height: 40px;
    line-height: 40px;
    width: 100px;
    float: left;
}
#form_res div{
    height: 45px;
    clear: both;
}
#form_res .button{
    width: 140px;
}


.comunicats-list li{
    text-indent: -85px;
    padding-left: 82px;
    line-height: 1.4em;
}



/** RESULTS TABLE
**/

.resultTable1{
}
.resultTable1 th{
}
.resultTable1 td{
    font-size: 12px;
    padding: 5px 8px 4px 8px;
    border: 0px;
    text-align: center;
}





.resultTable2{
    width: 300px;
}
.resultTable2 td span{
    border: 1px solid #efefef;
}
.resultTable2 td.eagle span{
    color: #fff;
    background-color: #9D0000; 
}
.resultTable2 td.birdie span,
.resultTable2 td.birde span{
    background-color: #F6A690;

}
.resultTable2 td.bogey span{
    background-color: #AACFCF;
}
.resultTable2 td.double-bogey span,
.resultTable2 td.doublebogey  span{
    background-color: #51787E;
}

.resultTable2 td.par span, 
.resultTable2 td.eagle span,
.resultTable2 td.birdie span,
.resultTable2 td.birde span,
.resultTable2 td.bogey span,
.resultTable2 td.doublebogey span,
.resultTable2 td.double-bogey span
{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 6px;
    margin-right: 10px;
}
.resultTable2 td{
    background-color: #fff;
    color: #333333;
    font-size: 12px;
    border: 0px;
    text-align: center;
}
.resultTable2 th,
.resultTable2 td.center{
    text-align: center;
}
.resultTable2 td.tLeft {
    text-align: left;
}
.resultTable2 tr td:nth-of-type(1){
    width: 120px;
}
.resultTable2 tr td:nth-of-type(2),
.resultTable2 tr td:nth-of-type(3),
.resultTable2 tr td:nth-of-type(4){ 
    width: 30px;
}


@media all and ( max-width:1200px ) {
    #c_partnerzy_wrap {
        height: 50px;
    }

    #c_partnerzy_wrap h2{
        display: none !important;
    }
    #c_partnerzy_wrap img{
        width: auto !important;
        margin: 0px auto !important;
        height: 40px !important;
    }
    #c_partnerzy_wrap img:last-of-type{
    }
    #c_partnerzy_wrap .citem{
        width: 25% !important;
        margin: 0px;
    }


    #partnerzy22 span{
        display: none !important;
    }
    #partnerzy22 li{
        height: 190px !important;
    }
    #partnerzy22 .partners1 a img{
        width: auto !important;
    }
    #partnerzy22 .partners1 a{
        display: inline-block;
        float: none;
        margin: 0px 3px 10px 3px  !important;
    }
    #partnerzy22 .partners2 a{
        display: inline-block;
        float: none;
        margin: 0px 15px 10px 15px !important;
    }
    #partnerzy22 .partners3 a{
        display: inline-block;
        float: none;
        margin: 5px 10px 10px 10px !important;
    }

    #partnerzy22 {
        width: 95% !important;
        /*he*/
    }

    #c_partnerzy_wrap2 {
        height: 50px
    }
    #c_partnerzy_wrap2 img{
        width: auto;
        margin: 0px auto !important;
        height: 40px;
    }
}


@media all and ( max-width:720px ) {
    #c_partnerzy_wrap {
        height: 50px;
    }

    #c_partnerzy_wrap h2{
        display: none !important;
    }
    #c_partnerzy_wrap img{
        width: auto;
        margin: 0px auto !important;
        height: 40px;
    }
    #c_partnerzy_wrap img:last-of-type{
    }
    #c_partnerzy_wrap .citem{
        width: 40% !important;
        margin: 0px;
    }


    #partnerzy22 span{
        display: none !important;
    }
    #partnerzy22 li{
        height: 190px !important;
    }
    #partnerzy22 .partners1 a img{
        width: auto !important;
    }
    #partnerzy22 .partners1 a{
        display: inline-block;
        float: none;
        margin: 0px 7px 10px 7px  !important;
    }
    #partnerzy22 .partners2 a{
        display: inline-block;
        float: none;
        margin: 0px 10px 10px 10px !important;
    }
    #partnerzy22 .partners3 a{
        display: inline-block;
        float: none;
        margin: 5px 10px 10px 10px !important;
    }

    #partnerzy22 {
        width: 95% !important;
        /*he*/
    }

    #c_partnerzy_wrap2 {
        height: 90px
    }
    #c_partnerzy_wrap2 img{
        width: auto;
        margin: 0px auto !important;
        height: 40px;
    }
    #c_wrap_1 #btn-next,
    #c_wrap_1 #btn-prev{
        top: 10%;

    }
}





@media all and ( max-width:478px ) {

    .box-mikona.mikona-komunikaty { display: none!important; }
    .box-zaloguj{
        /*display: none !important;*/
    }


    .box-pc .box-title {
        left: 0px;
        width: 230px;
        height: auto;
        padding: 5px 10px;
        font-size: 12px;
        line-height: 15px;
    }

    .box-pc{
        height: auto;
        position: relative;
    }
    .box-pc img{
        width: 100%;
    }

    .banner-bottom{
        display: none !important;
    }
    .hide478{
        display: none !important;
    }

    .gallery-excerpt img, .news-excerpt img{
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .wrapper{
        width: 95% !important;
    }




    .box-1{
        width: 95%;
        /*height: 100% !important;*/
    }
    .box-1 img{
        margin: 0px auto;
    }
    .box-2 img{
        width: 100%;
        height: auto;
    }

    .box-2{
        width: 95%;
        height: auto !important;
        margin: 10px auto;
    }
    .box-lotos img {
        display: none !important;
    }
    .box-sgwg{
        margin: 10px 0px;
        background: none;
    }
    .box-odg{
        display: none !important;
    }

    .home-main{
        margin-bottom: 10px;
    }


    #c_block_1 .cmain {
        top: 50%;
        padding:10px;
        width:100%;
        height:100%;
    }
    #c_block_1 .cmain time {
        font-size:12px;
        padding:2px 5px;
        margin-bottom:5px;
    }
    #c_block_1 .cmain h2 {
        font-size:12px;
    }
    #c_wrap_1 {
        width: 95% !important;
        /*height: 100% !important;*/
        height:auto;
    }
    #c_wrap_1 h2 a{
        font-size: 13px !important;

    }
    #c_wrap_1 #btn-next,
    #c_wrap_1 #btn-prev{
        top: 15%;

    }
    #c_wrap_1 #c_pager_1{
        bottom: 10px;
        left: 10px;
        display: none !important;
    }

    #c_wrap_1 #c_pager_1 a{
        width: 8px !important;
        height: 8px !important;
    }





    /**
        subpage
    */

    .main-wrap article img{
        width: 90% !important;
        height: auto;
    }

    #fb-root,
    .fb-comments, 
    .fb_iframe_widget{
        display: none !important;
    }


}

/**
*/

#partnerzy22 {
    width: 1200px;
    height: 90px;
    overflow: hidden;
    font-size: 0;
}
#partnerzy22 ul {
    position: relative;
    width: 100%;
    height: 90px;
}
#partnerzy22 ul li {
    display: inline-block;
    height: 100px;
    width: 100%;
}
#partnerzy22 ul li a{
    display: block;
    float: left;
}
#partnerzy22 ul li a:last-child{
    margin-right: 0px;
}
#partnerzy22 ul li span{
    font:12px/28px Ubuntu, sans-serif;
    display: inline-block;
    border-right:1px solid #dcdcdc;
    line-height: 90px;
    float: left;
    width: 130px;
    color: #333 !important;
    margin-right: 10px;
}

#partnerzy22 .partners1 span{
    margin-right: 10px;
}
#partnerzy22 .partners1 a{
    margin: 4px 5px 0px 7px;
}
#partnerzy22 .partners1 img{
    /*width: 90%;*/
}
#partnerzy22 .partners2 a{
    margin: 7px 60px 0px 60px;
}
#partnerzy22 .partners3 a{
    margin: 7px 16px 0px 18px;
    /*margin: 7px 50px 0px 77px;*/
}




.form-password-reset input,
.form-password-reset select{
    /*border: 1px solid #d9d9d9;*/
    /*-webkit-box-shadow: inset 2px 2px 9px rgba(0,0,0,.1);*/
    /*box-shadow: inset 2px 2px 9px rgba(0,0,0,.1);*/
    margin-bottom: 10px;
    margin-right: 10px;
}
.form-password-reset input[type=text],
.form-password-reset select{
    background-color:#f2f2f2;
    width: 310px;
}

.form-password-reset{
    margin: 0px 0px 15px 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
}

select{
}

.form-password-reset div{
    /*display: inline-block;*/
}

.msger{
    border: 1px solid #E41E26;
    padding: 10px 15px;
    color: #E41E26;
    margin-bottom: 10px;
}
.msgok{
    border: 1px solid #466CB0;
    padding: 10px 15px;
    color: #466CB0;
    margin-bottom: 10px;
}


#wp-table-reloaded-id-46-no-1 .column-1,
#wp-table-reloaded-id-46-no-1 .column-3,
#wp-table-reloaded-id-46-no-1 .column-4{
    text-align: center;
}


/**
RULES
*/
.parent21325{
}
.parent21325 ol,
.parent21325 ul{
    list-style-type: none;
    margin: 10px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
}
.parent21325 ol ul,
.parent21325 ul ul{
    list-style-type: square;
}

.parent21325 li{
    line-height: 1.5em;
    margin: 0px 0px 10px 0px;
}
.parent21325 article > ol > ol > li > strong,
.parent21325 article > ol > li > strong,
.parent21325 article > ul > li > strong{
    margin-bottom: 10px;
    display: inline-block;
}
.parent21325 ol > li > ul > li,
.parent21325 ul > li > ul > li{
    margin: 0px 0px 10px 20px;
}
.parent21325 ol {
    list-style-type: none;
}
.parent21325 ol ol,
.parent21325 ul ol {
    list-style-type: lower-alpha;
}
.parent21325 ol ol li{
    margin: 0px 0px 10px 20px;
}
.parent21325 ul > li > ol > li{
    margin: 0px 0px 10px 20px;
}

.parent21325 blockquote{
    border: 1px dashed #efefef;
    padding: 10px 15px;
    margin: 10px 0px;
    font-style: italic;
}

.parent21325 p{
    margin: 10px 0px;
}



/**
Quiz
*/
.quiz-question{
    margin: 15px 0px 25px 0px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d2d2d2;
}

.quiz-answer-right{
    margin-top: 15px;
    padding: 10px;
    border: 1px dashed #1c94c4;
    color: #1c94c4 !important;
}
.quiz-answer-wrong{
    margin-top: 15px;
    color: #BC0B0B !important;
    padding: 10px;
    border: 1px dashed #BC0B0B;
}

.rule-coment{
    padding: 10px;
    border: 1px dashed #d2d2d2;
    margin: 10px 0px;
    font-style: italic;
}

.rule-coment .hide{
    display: none;
}

.table-light.quiz-results{
    margin-bottom: 25px;
    
}
.table-light.quiz-results td{
    border: 1px dashed #d2d2d2;
    text-align: center;
}
.table-light.quiz-results .table-head{
    font-weight: bold;
}