/*
 * @author ( Angie Radtke )
*/

/* MOODLE */



/* MOODLE */


/* not ready */

/* ##########################  general  ########################### */

b, strong {
	font-weight: 500 !important;
}



.moduletable.joomdle-courseliste-learning {
	padding: 18px 20px 20px;
}

.joomdle_item_title {
	background: none !important;
	border: none !important;
	color: #3da5d1;
    font-size: 1.5em;
    line-height: 1em;
    font-weight: 500;
    margin: 0 0 10px;
    padding: 0;
	overflow: inherit !important;
}

.joomdle_item_title a {
	color: #3da5d1 !important;
}

.joomdle_item_title a:hover {
	color: #50b8e4 !important;
}

.joomdle_item_content {
	background: none !important;
	border: none !important;
	border-radius: 0;
	padding: 0;
}

.joomdle_course_buttons input, .joomdle_course_buttons_b input {	
	background-color: #3da5d1;
	border: medium none !important;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400 !important;
	float: right;
	padding: 14px;
	width: 262px;
}

.joomdle_course_buttons input:hover, .joomdle_course_buttons_b input:hover {
    background-color: #50b8e4 !important;
}

.joomdle_course_description .video {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	width: 300px;
}

.videoWrapper {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}

.videoWrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.video-wrapper {
    height: 0;
    padding-bottom: 56%;
    position: relative;
}

.video-wrapper .iframe {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

.video-wrapper .bg {
    background-image: url("../images/video-bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
}

/* pomocniczno */
.mailing .video-wrapper .bg, .oferta-cenowa .video-wrapper .bg, .oferta-cenowa2 .video-wrapper .bg {
    background-image: url("../images/video-bg-mail.png");
}

.video-wrapper .play {
    background-image: url("../images/play.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18% auto;
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 100%;
    opacity: 0.6;
    position: absolute;
    transition: opacity 300ms ease-in-out 0s, background-size 300ms ease-in-out 0s;
    width: 100%;
    z-index: 2;
}
.video-wrapper:hover .play {
    background-size: 22% auto;
    opacity: 1;
}





/* 16.12.22 */
.dev-home #contentarea, .dev-home #contentarea2 {
    padding: 16px;
}

.moduletable.margin-bottom-5em {
  margin-bottom: 5em !important;
}

.wrapper-two-collumn {
    display: table;
    width: 100%;
}

.wrapper-two-collumn h3 {
	margin: 0 !important;
}

.wrapper-half {
    display: table-cell;
    padding: 8px;
	width: 50%;
	vertical-align: top;
}

.wrapper-70 {
    display: table-cell;
    padding: 8px;
	width: 70%;
	vertical-align: top;
}

.wrapper-30 {
    display: table-cell;
    padding: 8px;
	width: 30%;
	vertical-align: top;
}

.video-wrapper.kurs-zasady .bg {
	background-image: url("../images/kurs-zasady.jpg");
}

.video-wrapper.kurs-teleporada .bg {
	background-image: url("../images/kurs-teleporada.jpg");
}



:root {
    --bg-table-stripe: #f6f6f5;
    --b-table: #e3e3e2;
    --caption: #242423;
}

th {
    text-align:left
}

.dcf-txt-center {
      text-align: center!important
}

.dcf-txt-left {
    text-align: left!important
}

.dcf-txt-right {
    text-align: right!important
}
    
.dcf-table caption {
      color: var(--caption);
      font-size: 1.13em;
      font-weight: 700;
      padding-bottom: .56rem
    }

    .dcf-table thead {
      font-size: .84em
    }

    .dcf-table tbody {
      border-bottom: 1px solid var(--b-table);
      border-top: 1px solid var(--b-table);
      font-size: .84em
    }

    .dcf-table tfoot {
      font-size: .84em
    }

    .dcf-table td, .dcf-table th {
      padding-right: 1.78em
    }

    .dcf-table-bordered, .dcf-table-bordered td, .dcf-table-bordered th {
      border: 1px solid var(--b-table)
    }

    .dcf-table-bordered td, .dcf-table-bordered th, .dcf-table-striped td, .dcf-table-striped th {
      padding-left: 1em;
      padding-right: 1em
    }

    .dcf-table-bordered tr:not(:last-child), .dcf-table-striped tr:not(:last-child) {
      border-bottom: 1px solid var(--b-table)
    }

    .dcf-table-striped tbody tr:nth-of-type(2n) {
      background-color: var(--bg-table-stripe)
    }

    .dcf-table thead td, .dcf-table thead th {
      padding-bottom: .75em;
      vertical-align: bottom
    }

    .dcf-table tbody td, .dcf-table tbody th, .dcf-table tfoot td, .dcf-table tfoot th {
      padding-top: .75em;
      vertical-align: top
    }

    .dcf-table tbody td, .dcf-table tbody th {
      padding-bottom: .75em
    }

    .dcf-table-bordered thead th {
      padding-top: 1.33em
    }

    .dcf-wrapper-table-scroll {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      left: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
      padding-bottom: 1em;
      position: relative;
      right: 50%;
      width: 100vw
    }

    @media only screen and (max-width:42.09em) {
      .wrapper-half, .wrapper-70, .wrapper-30 {
        width: 100%;
      }
      
      
      
      .dcf-table-responsive thead {
        clip: rect(0 0 0 0);
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        height: 1px;
        overflow: hidden;
        position: absolute;
        width: 1px;
        white-space: nowrap
      }
      .dcf-table-responsive tr {
        display: block
      }
      .dcf-table-responsive td {
        -webkit-column-gap: 3.16vw;
        -moz-column-gap: 3.16vw;
        column-gap: 3.16vw;
        display: grid;
        grid-template-columns: 1fr 2fr;
        text-align: left!important
      }
      .dcf-table-responsive.dcf-table-bordered, .dcf-table-responsive.dcf-table-bordered thead th {
        border-width: 0
      }
      .dcf-table-responsive.dcf-table-bordered tbody td {
        border-top-width: 0
      }
      .dcf-table-responsive:not(.dcf-table-bordered) tbody tr {
        padding-bottom: .75em
      }
      .dcf-table-responsive:not(.dcf-table-bordered) tbody td {
        padding-bottom: 0
      }
      .dcf-table-responsive:not(.dcf-table-bordered):not(.dcf-table-striped) tbody td {
        padding-right: 0
      }
      .dcf-table-responsive.dcf-table-bordered tbody tr:last-child td:last-child {
        border-bottom-width: 0
      }
      .dcf-table-responsive tbody td:before {
        content: attr(data-label);
        float: left;
        font-weight: 700;
        padding-right: 1.78em
      }
    }

.dcf-overflow-x-auto {
      overflow-x: auto!important;
      -webkit-overflow-scrolling: touch
}
    
.dcf-w-100\% {
  width: 100%!important;
}







/* 20.08.18 */
.videoWrapper-wywiad iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.video-wrapper-wywiad {
    height: 0;
    padding-bottom: 56%;
    position: relative;
}

.video-wrapper-wywiad .iframe {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

.video-wrapper-wywiad .bg {
    background-image: url("../images/wywiad-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.video-wrapper-wywiad .play {
    background-image: url("../images/play.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18% auto;
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 100%;
    opacity: 0.6;
    position: absolute;
    transition: opacity 300ms ease-in-out 0s, background-size 300ms ease-in-out 0s;
    width: 100%;
    z-index: 2;
}
.video-wrapper-wywiad:hover .play {
    background-size: 22% auto;
    opacity: 1;
}



.videoWrapper-praski iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.video-wrapper-praski {
    height: 0;
    padding-bottom: 56%;
    position: relative;
}

.video-wrapper-praski .iframe {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

.video-wrapper-praski .bg {
    background-image: url("../images/praski-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.video-wrapper-praski .play {
    background-image: url("../images/play.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18% auto;
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 100%;
    opacity: 0.6;
    position: absolute;
    transition: opacity 300ms ease-in-out 0s, background-size 300ms ease-in-out 0s;
    width: 100%;
    z-index: 2;
}
.video-wrapper-praski:hover .play {
    background-size: 22% auto;
    opacity: 1;
}


.news-list h3 {
	color: #3da5d1 !important;
	font-size: 1.75em !important;
	line-height: 1em !important;
	margin-top: 0 !important;
	margin-bottom: 16px !important;
}

.news-list li {
	padding: 8px;
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	margin-bottom: 24px;
}

.news-list .mod-articles-category-title {
	font-size: 0.9em;
	font-weight: 500 !important;
	text-align: justify;
	display: inline-block;
}

.news-list .mod-articles-category-date {
	text-align: right;
}

.ccomment-not-authorised {
	text-align: center;
}

.blog h2 {
    color: #444 !important;
    font-size: 1.4em !important;
    line-height: 2em !important;
    letter-spacing: 1px;
}

.blog .items-leading {
    padding: 8px;
}

.blog .items-leading article {
	background-color: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	margin-bottom: 64px;
	padding: 32px;
}

.blog .items-leading article:last-child {
	margin-bottom: 8px;
}

.blog .img-intro-left img {
    width: 100%;
}

.blog .btn.ccomment-readmore {
    font-size: 0.75em;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    color: #aaa;
    text-align: right;
    display: block;
}






.hikashop_category_information.hikashop_products_listing_main {
	display: none !important;
}

.joomdle_course_description .desc {
	font-size: 1.1em;
	float: left;
	text-align: justify;
	width: calc(100% - 320px);
}

.hikashop_cart_product_image_value {
    width: 220px;
}

.hikashop_cart_product_image_value img {
    width: 100%;
	margin: 0 !important;
}

.hikashop_cart_product_name {
	margin-left: 30px;
}

.hikashop_container td, .hikashop_container tr {
	border: none;
}

.hikashop_cart_product_quantity_value {
    text-align: center;
}

.hikashop_products_pagination {
	display: none;
}

.hikashop_checkout_terms_checkbox {
    margin: 0 5px;
}

#hikashop_checkout_coupon input {
	padding: 6px;
	margin: 0 10px;
}


.hikashop_checkout_terms {
	background-color: #FFF;
	border: 1px solid #e5e5e5;
	padding: 16px;
    text-align: center;
}

#hikashop_checkout_cart table.table-striped tbody tr.row0, #hikashop_checkout_cart table.table-striped tbody tr.row1 {
	border: none !important;
}

#hikashop_address_billing_0 td.key, #hikashop_checkout_additional_info td.key {
	width: 234px;
}

.hikashop_checkout_additional_info td {
	text-align: justify;
}

#hikashop_checkout_selected_billing_address > div {
    position: relative;
}

.hika_edit {
	background: none !important;
	position: absolute;
	right: 0;
	padding: 0;
}

#hikashop_checkout_billing_address_zone input, #hikashop_checkout_shipping_address_zone input {
	float: none !important;
	max-width: inherit !important;
	width: 250px !important;
}

#hikashop_checkout_billing_address_zone select, #hikashop_checkout_shipping_address_zone select {
	float: none !important;
	max-width: inherit !important;
	width: 265px !important;
}

.hikashop_cart_total_title.hikashop_cart_title {
    padding: 0 !important;
}

.hikashop_checkout_payment_ccinfo {
	display: none;
}

.margin td {
    padding: 20px !important;
}

.hikashop_checkout_payment_name {
	color: #555;
	font-weight: 500;
}

.hikashop_checkout_payment_name:hover {
	color: #42b8e3;
}

.hikashop_checkout_payment_description {
	margin: 0;
}

.hikashop_payment_methods_table {
	border: 1px solid #e5e5e5;
}

#hikashop_payment_methods td {
	padding: 20px 0;
}

.hikashop_checkout_payment_radio {
	margin: 0 20px;
}

.hikashop_checkout_payment_description {
	padding-right: 20px;
	text-align: justify;
}

.hikashop_payment_methods_table label, .hikashop_checkout_payment_image {
    display: inline-block;
}

.address_selection, #hikashop_checkout_selected_billing_address, #hikashop_checkout_selected_shipping_address {
	background: none;
	background-color: #FFF;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	box-shadow: none !important;
	margin: 10px 0 20px;
	padding: 16px;	
}

.hikashop_address_content {
	color: inherit;
	margin: 0;
}

#hikashop_checkout_address_shipping_selector, #hikashop_checkout_address_billing_selector {
	border: 1px solid #e5e5e5;
	color: inherit;
	font-size: 14px;
	font-weight: 500;
}

.hikashop_checkout_payment_image > img {
    padding-right: 20px;
    width: 102px;
}

.hikashop_banktransfer_end {
	margin-top: 20px;
}

.hikashop_submodules {
	padding: 0;
}

#hikashop_product_top_part h1 {
	border: 0;
}

.hikashop_product_stock {
	text-align: center;
}

.hikashop_product_right_part {
	padding: 0;
	margin-top: 128px;
}

#hikashop_product_price_main .hikashop_product_price_full {
	font-size: 1.2em;
	text-align: center !important;
	margin-bottom: -38px;
}

.hikashop_product_price.hikashop_product_price_0:before {
	content: "Cena: ";
}

#hikashop_product_description_main {
	padding: 0;
}

.hikashop_main_image_div {
	width: 100%;
}

.hikashop_main_image_div img {
	width: 100%;
	margin: 0 !important;
}

td {
	padding: 5px 0;
}

td.key {
	width: 250px;
	padding-left: 16px;
}

.hikashop_registration_required_info_line > td {
    color: #999;
    text-align: right;
}

.hikashop_checkout_login {
	width: 100%;
}

.hikashop_checkout_login_left_part {
    width: 100%;
}

.hikashop_checkout_login_right_part {
	width: 100%;
}

#hikashop_checkout_login_left_part input, #hikashop_checkout_login_right_part input, #hikashop_checkout_login_left_part select, #hikashop_checkout_login_right_part select {
	margin: inherit;
	padding: 6px;
}



.hikashop_cart_bar {
	background-position: 100% 0 !important;
	margin: 10px -20px 40px;
	padding-top: 21px;
}

.hikashop_cart_title,#hikashop_checkout_cart_final_total_title, #hikashop_checkout_coupon {
    font-size: 1em;
    font-weight: 500;
    margin: 40px 0 10px;
	line-height: 2em !important;
}

#hikashop_checkout_page div.hikashop_cart_step span, #hikashop_checkout_page div.hikashop_cart_step span a, .hikashop_cart_product_name a {
	font-size: 1em;
}

.hikashop_cart_step.hikashop_cart_step_current span {
	color: #3da5d1 !important;
	font-weight: 500;
}

#hikashop_checkout_page div.hikashop_cart_step span a {
	color: #999;
}

.hikashop_cart_title, #hikashop_checkout_cart_final_total_title, #hikashop_checkout_coupon, .hikashop_checkout_cart thead tr, 
#hikashop_checkout_page fieldset legend, .hikashop_checkout_billing_address legend
{
	font-size: 1em !important;
}

#hikashop_checkout_page fieldset legend, .hikashop_checkout_billing_address legend {
	font-weight: 500 !important;
	text-transform: none !important;
}

.hikashop_checkout_cart thead th, .hikashop_cart_product_price_value, .hikashop_cart_product_quantity_refresh, .hikashop_cart_product_quantity_value, .hikashop_cart_product_total_value {
    display: none !important;
}

.hikashop_checkout_coupon {
    text-align: center;
}

.hikashop_checkout_cart tfoot td {
	padding: 5px 10px !important;
	text-align: center;
}

.hikashop_cart_total_value {
	text-align: right !important;
}

span.hikashop_product_price, span.hikashop_checkout_cart_final_total, span.hikashop_checkout_cart_coupon {
    color: #3da5d1 !important;
    font-family: inherit !important;
    font-size: inherit !important;
    font-style: normal !important;
    font-weight: 500 !important;
}

.hikashop_user_registration_page input[type="checkbox"] {
	margin-right: 12px;
}

.hikashop_user_registration_page .hikashop_contentpane {
	margin-bottom: 10px;
}

.hikashop_field_required {
	float: none !important;
	margin: 0 !important;
}


.hikashop_registration_address_info_line {
    display: none;
}

.hikashop_registration_address_firstname_line td, .hikashop_registration_nrpwz_line td {
	padding-top: 18px;
}

.hikashop_registration_customtext_19_15_18_35_line td {
    font-size: 1.25em;
    padding-bottom: 12px;
    padding-left: 0;
    padding-top: 24px;
}

.hikashop_registration_customtext_19_10_26_44_line td {
    font-size: 1.25em;
    padding-bottom: 12px;
    padding-left: 0;
    padding-top: 24px;
}

#hikashop_user_customtext_19_15_08_51 .key {
	vertical-align: top;
}

.hikashop_product_image {
    padding-top: 10px;
}

#member-profile legend {
    font-size: inherit;
    font-weight: normal;
}


@font-face {
    font-family: "Roboto";
     src: url('../fonts/Roboto-Regular.eot');
     src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
          url('../fonts/Roboto-Regular.woff') format('woff'),
          url('../fonts/Roboto-Regular.ttf') format('truetype'),
          url('../fonts/Roboto-Regular.svg#RobotoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
     src: url('../fonts/Roboto-Medium.eot');
     src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
          url('../fonts/Roboto-Medium.woff') format('woff'),
          url('../fonts/Roboto-Medium.ttf') format('truetype'),
          url('../fonts/Roboto-Medium.svg#RobotoMedium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Roboto Slab";
     src: url('../fonts/RobotoSlab-Regular.eot');
     src: url('../fonts/RobotoSlab-Regular.eot?#iefix') format('embedded-opentype'),
          url('../fonts/RobotoSlab-Regular.woff') format('woff'),
          url('../fonts/RobotoSlab-Regular.ttf') format('truetype'),
          url('../fonts/RobotoSlab-Regular.svg#RobotoSlabRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


* {
	margin: 0;
}

html, body {
	height: auto;
}

#main-wrapper {
	min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
}
#footer-outer, .push {
	height: 100px; /* .push must be the same height as .footer */
}

body
{
	background-color: #e9e9e9;
    color: #666;
    font-family: "Roboto", arial, helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
}

.existingclasse-learning iframe {
	padding: -24px;
	margin: -24px;
}

#all
{
    color: #666;
    border:solid 0px #ddd  !important ;

}
a:link,
a:visited
{
    color: #6A6B6D;
    text-decoration: none;
}

a:hover,
a:active,
a:focus
{
    color:#3da5d1;
}

input:focus
{
    border:solid 2px;
}

fieldset
{
    border:solid 0px #ccc
}

label {
    color: #999;
}

input[type="text"], input[type="password"], input[type="email"]  {
    border: 1px solid #e5e5e5;
    line-height: 1.5em;
    padding: 6px;
    width: 250px;
}

select {
    border: 1px solid #e5e5e5;
    line-height: 1.5em;
    padding: 5px 3px !important;
    width: 265px;
}

input[type="text"]:focus, input[type="password"]:focus {
	border: 1px solid rgba(135, 154, 176, 0.8) !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(135, 154, 176, 0.6);
}


button{
    background-color: #3da5d1;
    border: medium none !important;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400 !important;
    padding: 7px;
}

.login button {
	margin-bottom: 0 !Important;
	margin-left: 266px !important;
}

.login button, #hikashop_register_form_button, .offer  {
	background-color: #3da5d1;
	border: medium none !important;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400 !important;
	margin-bottom: 32px;
	margin-left: calc(50% - 125px);
	padding: 14px;
	width: 262px;
}

.login + div .nav-stacked li, .login div .nav-stacked li {
	margin-left: 16px !important;
}

button:hover, a.hikacart:hover, a.hikashop_compare_button:hover, .hikashop_cart_input_button:hover, .offer:hover {
	background-color: #50b8e4 !important;
}

















#tiles .moduletable {
    background-color: #fff;
    box-shadow: 1px 8px 8px 0 rgba(0, 0, 0, 0.1);
    float: left;
    margin: 16px;
    width: calc(50% - 32px);
}

#tiles .moduletable.sides {
    width: calc(33% - 32px);
}



.existingclassdefault #tiles .moduletable.sides {
	margin: 0 0 48px 12px !important;
    width: calc(33% - 12px) !important;
}

#tiles .moduletable.sides-center {
	margin: 16px calc(0.5% + 16px);
    width: calc(33% - 32px);
}

#tiles .moduletable.big-left {
	margin-right: calc(16px + 0.5%);
    width: calc(66.5% - 32px);	
}

#tiles .long-title h3 {
    line-height: 1.5em !important;
    padding: 0.5em 0;
}

.existingclassdefault #tiles .moduletable.big-left {
	margin: 0 12px 48px 0 !important;
    width: calc(67% - 12px) !important;	
}

#tiles .no-padding {
	padding: 0 !important;
}

#tiles .img {
	padding: 0 !important;
}

#tiles .right {
	float: right !important;
}

#tiles .moduletable img {
	max-width: 100%;
}

#tiles h3 {
    background-color: #6ecff5;
    color: #fff;
    cursor: default;
    display: block;
    font-size: 1.1em;
    font-weight: 500;
    line-height: 48px;
    margin: 0;
    text-align: center;
    width: 100%;
}

#tiles .custom {
    padding: 16px;
}

#tiles .custom p:first-child {
	margin: 0;
    padding: 0;
}

#tiles .custom p:last-child {
	margin-bottom: 0;
    padding-bottom: 0;
}

#tiles .vert-switch {
	background-color: #f7fcfe;
    margin: -16px -16px 16px;
}

#tiles .vert-switch a {
	display: inline-block;
	line-height: 40px;
	text-align: center;
	width: 33%;
}

#tiles .vert-switch a.active {
	background-color: #89d457;
	color: #fff !important;
	font-weight: 500;
}

#tiles .vert-switch a:nth-child(1) {
	width: 34%;
}

.t-content-b {
	display: none;
}



.szpitale-header {
    background-color: #89d457;
    color: #fff;
    font-size: 0.9em;
    letter-spacing: 4px;
    line-height: 40px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}


.nbs-flexisel-container {
    max-width: 100%;
    position: relative;
}
.nbs-flexisel-ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 9999px;
}
.nbs-flexisel-inner {
    overflow: hidden;
    width: 100%;
}
.nbs-flexisel-item {
    cursor: pointer;
    float: left;
    line-height: 0;
    margin: 0;
    padding: 0;
    position: relative;
}
.nbs-flexisel-item img {
    cursor: pointer;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
    width: 100%;
}
.nbs-flexisel-item img {
    filter: grayscale(100%);
}
.nbs-flexisel-item img:hover {
    filter: grayscale(0%);
}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    cursor: pointer;
    height: 22px;
    opacity: 0.5;
    position: absolute;
    width: 22px;
    z-index: 100;
}
.nbs-flexisel-nav-left {
    background: rgba(0, 0, 0, 0) url("../images/button-previous.png") no-repeat scroll 0 0;
    left: 10px;
}
.nbs-flexisel-nav-right {
    background: rgba(0, 0, 0, 0) url("../images/button-next.png") no-repeat scroll 0 0;
    right: 5px;
}


#content-footer {
	display: inline-block;
	margin-top: 32px;
	position: relative;
	width: 100%;
}

#content-footer .f-header {
	width: 100%;
	display: inline-block;
}

#content-footer .f-header > p {
	background-color: #565656;
	color: #fff;
	font-size: 0.9em;
	font-weight: 500;
	letter-spacing: 2px;
	margin: 0;
	padding: 8px 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

#content-footer .f-content {
	background-color: #f2f2f2;
	display: inline-block;
	width: 100%;
}

#content-footer .f-content > p {
	margin: 0;
}


.btn-green {
	background-color: #89d457;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font-size: 1em;
	font-weight: 500;
	line-height: 48px;
	margin-top: 8px;
	text-align: center;
	text-decoration: none;
}

.btn-green:hover {
	background-color: #9ce76a;
}

.green-list {
	display: inline-block;
}

.green-list li {
	list-style: none;
	padding-left: 16px;
}

.green-list li:before {
	color: #89d457;
	content: '\25A0';
	display: block;
	left: -16px;
	max-height: 0;
	max-width: 0;
	position: relative;
	top: -2px;
}

.toggle, .toggle-b {
    position: absolute;
}



.img-thumb {
	position: relative;
}

.img-thumb span{
	-webkit-box-shadow: 0 0 20px rgba(0,0,0, .75));
	-moz-box-shadow: 0 0 20px rgba(0,0,0, .75);
	box-shadow: 0 0 20px rgba(0,0,0, .75);
	color: #495a62;
	left: -9999px;
	position: absolute;
	z-index: 9999;
}

.img-thumb span img {
	border: 6px solid #89d457;
	height: 50vh;
	width: auto;
	z-index: 9999;
}

.img-thumb:hover{
	z-index: 50;
}

.img-thumb:hover span{
	top: -15vh;
	left: 20%;
}


.joomdle_courses {
  	display: block;
}

.joomdle_course_list_item {
    display: inline-block;
    margin-right: 4px;
  	margin-bottom: 16px;
    text-align: center;
    width: 360px;
}

.joomdle_item_title {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none !important;
    color: #2e5973;
    font-size: 1.25em;
    font-weight: 500;
    line-height: 1em;
    margin: 0 0 10px;
    overflow: inherit !important;
    padding: 0;
}
.joomdle_item_content {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none !important;
    border-radius: 0;
    margin: 0;
    padding: 0;
}
.joomdle_list_description {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    box-shadow: none;
    color: inherit;
    margin: 0;
    padding: 0;
}
.joomdle_course_description {
    display: block;
    padding: 0;
}
.course-thumb {
    position: relative;
}
.course-thumb p {
    margin: 0;
}
.course-thumb img {
    display: block;
    height: auto;
    margin: 0;
    width: 360px;
}

.course-thumb.zasady {
  	border-top: 8px solid #89d457;
}

.course-thumb.teleporada {
  	border-top: 8px solid #d4b557;
}

.course-thumb.nmtg {
  	border-top: 8px solid #ed1c24;
}

.course-thumb .prize {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 8px 8px 8px 8px;
	bottom: 8px;
	color: #ffffff;
	cursor: default;
	left: 8px;
	padding: 2px 8px;
	position: absolute;
	text-align: center;
	letter-spacing: 1px;
	font-size: 0.8em;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.course-thumb .program {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 8px 8px 8px 8px;
	bottom: 8px;
	color: #ffffff;
	cursor: default;
	right: 8px;
	padding: 2px 8px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.8em;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
 	transition: 0.2s all linear;
}

.course-thumb .program:hover {
	background-color: #80c752;
    text-shadow: none;
}

.course-thumb .program a {
  	color: #fff !important;
}

.course-thumb .dsc {
	background-color: rgba(0, 0, 0, 0.5);
	color: #ffffff;
	cursor: default;
	font-weight: 600;
	padding: 6px 0;
	position: absolute;
	text-align: center;
	top: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.8em;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	width: 100%;
}

.my-courses {
    display: none;
    margin-bottom: 40px;
}
.my-courses-wrap, .joomdle_courses-wrap {
    background-color: rgba(110, 207, 245, 0.1);
    padding: 20px 24px 4px;
}
.my-courses .prize, .my-courses .dsc {
    display: none;
}
.my-courses .joomdle_course_buttons input {
    float: none;
    width: 100%;
}

.joomdle_courses .joomdle_course_buttons input {
    float: none;
    width: 100%;
}

.my-courses .joomdle_course_buttons input {
    float: none;
    width: 100%;
}





a.hikacart, a.hikashop_compare_button, .hikashop_cart_input_button {
	background: none !important;
    background-color: #3da5d1 !important;
    border: medium none !important;
	border-radius: 0;
    color: #fff !important;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400 !important;
	margin: 0;
	padding: 14px;
}

.hikashop_product_left_part {
	width: 70%;
}

.hikashop_product_right_part {
	width: 30%;
}

.hikashop_product_quantity_add_to_cart_div_simple a {
	width: 210px;
}

#hikashop_checkout_page a.hikacart, #hikashop_checkout_page a.hikashop_compare_button, #hikashop_checkout_page .hikashop_cart_input_button {
	width: 262px;
}

#hikashop_checkout_page .login a.hikacart {
	margin-left: 266px !important;
	width: 234px;
}

.hikashop_checkout_coupon  a.hikacart {
	padding: 7px 14px !important;
	width: auto !important;
}

.hikashop_checkout_cart td {
	padding: 0;
}

#hikashop_category_information_menu_180 div.hikashop_subcontainer, #hikashop_category_information_menu_180 div.hikashop_subcontainer span{
	text-align: center;
}

.hikashop_product_name {
	text-align: left !important;
}


span.hikashop_product_price_full {
	color: #666;
	display: block;
}


.hikashop_product_page .hikabtn.hikacart {
	width: 90%;
}



.article-info
{
    color:#444;
}

.article-info dd span
{
    color:#444;
    border-right:solid 0px;

}





.form-validate fieldset {
	margin-top: 20px;
}

.form-validate .control-group {
	margin-bottom: 20px;
}


.form-validate .control-label {
    color: #999;
    cursor: default;
	float: left;
    margin-left: 20px;
    padding-top: 2px;
    text-align: left;
    width: 250px;
}

.form-validate .controls, .form-actions {
    margin-left: 300px;
}

.form-validate button.validate {
    background-color: #3da5d1;
    background-image: none;
    border: medium none !important;
    border-radius: 0;
    box-shadow: none !important;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400 !important;
    margin: 20px 0 0 !important;
    padding: 14px;
    text-shadow: none !important;
    width: 264px !important;
}

.star {
    font-size: 75%;
    font-weight: normal;
    line-height: 0;
    margin-left: 3px;
    position: relative;
    top: -0.4em;
    vertical-align: baseline;
}



/* ##########################  logo  ########################### */
#header
{background:#fff}
#logo span
{
    color:#555 !important;
    margin-top:6px;
    font-size:0.4em !important;
    letter-spacing:1px
}


#header-image
{
    overflow: hidden;
    min-height:20px;
    background:#6ecff5;
    position: relative;
	margin-top: -6px;
}

#header-image:after {
    width: 100%;
    height: 5px;
    position: absolute;;
    top: 0;
    left: 0;
    content: "";
    z-index: 999;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 79%, rgba(0,0,0,0) 92%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(79%,rgba(0,0,0,0)), color-stop(92%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 79%,rgba(0,0,0,0) 92%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 79%,rgba(0,0,0,0) 92%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 79%,rgba(0,0,0,0) 92%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 79%,rgba(0,0,0,0) 92%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

#header-image .box_skitter {
    -webkit-box-shadow: 0px 0px 2px 1px #3b6e87;
    box-shadow: 0px 0px 2px 1px #3b6e87; 
}

#header-image .box_skitter .info_slide {
    margin-top: 245px;
    left: auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px -1px #000000;
    -moz-box-shadow: 0px 0px 4px -1px #000000;
    -webkit-box-shadow: 0px 0px 4px -1px #000000;
    padding: 5px 0px 5px 5px;
    opacity: 1;
    height: 40px;
    z-index: 98;
}


#header-image .box_skitter .info_slide .image_number {background:#fff url(../images/off.png) no-repeat center center!important;float:left;margin:0 5px 0 0;cursor:pointer;width:24px;height:25px;line-height:25px;text-align:center;overflow:hidden;padding:0;text-indent: -3000px;}
#header-image .box_skitter .info_slide .image_number:hover,
#header-image .box_skitter .info_slide .image_number_select {background:#fff url(../images/on.png) no-repeat center center!important;float:left;margin:0 5px 0 0;color:#fff!important;text-indent: -3000px;}

#header-image .custom img {
	height: auto;
	width: 100%;
	max-width: 1200px;
}


h1#logo
{
    font-size: 3em;
}

h1#logo img {
    max-width: 100%;
    height: auto;
    width: auto;
}


#line
{
    text-align:right;
    margin-bottom:10px;
    padding-right:20px
}

#header #line form,
#header #line #fontsize,
#header #line form .search
#header #line form .finder
{
    display:inline !important;
}

/* ##########################  header  ########################### */


#header ul
{
    /*max-width:950px;*/
    right:15px;
}

/* ++++++++++++++  lists, skiplinks  ++++++++++++++ */
#header ul.menu
{
    margin-top:5px !important;
    list-style-type:none;
    background: #ffffff url(../images/nav_level_1.gif) repeat-x;
}

#header ul.menu li
{
    border:0
}

#header ul.menu li a,
#header ul.menu li a:link,
#header ul.menu li a:visited
{
    color:#333;
    border: 0;
    border-right: solid 1px #eee;
    background:transparent;
    padding:10px 15px;
}

#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu li a:focus
{
    color:#444;
    background:#ddd
}

#header ul.menu li.active > a:link,
#header ul.menu li.active > a:visited
{
    color:#fff;
    border-right:solid 1px #237D85;
    background:#7ba428 !important
}
#header ul.menu li.deeper > ul > li > a,
#header ul.menu li.deeper > ul > li > a:link,
#header ul.menu li.deeper > ul > li > a:visied
{
    border-left:solid 1px #eee;
}

#header ul.skiplinks
{
    width:100%
}
.skiplinks,
.skiplinks li
{
    border:solid 0px #000;
}

#header ul.skiplinks
{
    width:100%;
    text-align:left;
    background:none;
    z-index:20000;
    top:0;
    display:inline;
    padding:0
}

#header ul.skiplinks li a.u2:active,
#header ul.skiplinks li a.u2:focus

{
    background:#333 !important;
    color:#fff !important;
    border:solid 1px;
    top:0px !important;
    z-index:1000000000000 !important;
    left:10px !important;
    display:block;
    width:14em;
    display:block
}

/* ++++++++++++++  fontsize  ++++++++++++++ */

#fontsize
{
    color:#444;
}

#fontsize p a:link,
#fontsize p a:visited
{
    color:#444
}

#fontsize p a:hover,
#fontsize p a:active,
#fontsize p a:focus
{
    background:#555;
    color:#fff
}

#fontsize h3
{
    color:#444;
}


/* ++++++++++++++  search  ++++++++++++++ */

#header form .inputbox
{
    background:#fff !important;
}

#header form .inputbox:focus
{
    border:solid 2px #000;
}

#header form .button
{
    border:solid 1px #999;
    background:#664335 url(../images/searchbutton.png) ;
    color:#fff;
}

/* ##########################  contentarea  ########################### */

#top
{
    background:#eee;
    padding:15px;
    border:solid 1px #ddd
}


/* ##########################  breadcrumbs  ########################### */

#breadcrumbs
{
    color:#555;
}

#breadcrumbs span
{
    color:#555;
}

#breadcrumbs span a:link,
#breadcrumbs span a:visited
{
    background:#fff;
    color:#7BA428;
}

#breadcrumbs span a:hover,
#breadcrumbs span a:active,
#breadcrumbs span a:focus
{
    background:#7BA428;
    color:#fff;
}


/* ##########################  navigation column  ########################### */

.module_content
{
    border:solid 1px #ddd;
    background:#fff
}
.moduletable_js
{
    border:solid 0px #ddd;
}

#right .moduletable_js
{
    border:0
}

#nav {
	margin: 0;
}

#nav h3
{
    color:#444;
}

h3.js_heading
{
    border-bottom:solid 1px #fff !important;
    background:#eee;
}

h3.js_heading span.backh
{
    border:solid 0px #000
}

h3.js_heading span.backh1
{
    color:#444
}

#right h3
{
    color:#377A2E;
    border-bottom:solid 1px #ddd;
}

#right h3 span.backh
{

}

#right h3 span.backh2
{

}

#right h3 span.backh3
{
    color:#664335
}

h3.js_heading a
{
    border:0
}

h3.js_heading a img
{
    border:0
}

h3.js_heading a.opencloselink:hover,
h3.js_heading a.opencloselink:active,
h3.js_heading a.opencloselink:focus
{
    background:none
}

h3.js_heading a:link,
h3.js_heading a:visited,
h3.js_heading a:hover,
h3.js_heading a:active,
h3.js_heading a:focus
{

}

#nav h3.js_heading a:focus
{

}

#nav form
{
    color:#000;
}

#nav form a:hover,
#nav form a:active,
#nav form a:focus
{
    color:#fff;
    background:#669933;
}

/* ++++++++++++++  first level  ++++++++++++++ */

#nav .moduletable-example ul.menu
{
    background:#fff;
    border:0;
}

ul.menu
{
    border:0;
}

.module_content ul.menu
{
    border:0;
}

ul.menu li
{
}


ul.menu li a:link,
ul.menu li a:visited
{
    color:#777;
    background:url(../images/karo.gif) 5px 12px no-repeat
}

ul.menu li.active a:link,
ul.menu li.active a:visited
{
    color:#333;
}

ul.menu li a:hover,
ul.menu li.active a:hover,
{
    color:#333 ;
}


/* ++++++++++++++  second level  ++++++++++++++ */

ul.menu li ul
{
    border:solid 0px #eee;
}

ul.menu li ul li
{
    border:solid 0px #000;
 
}

ul.menu li.active ul li a:link,
ul.menu li.active ul li a:visited
{
    color:#444;
    border:0;
}

ul.menu li.active ul li.active a:link,
ul.menu li.active ul li.active a:visited
{
    border:0;
    color:#333;
    background: none;
}

ul.menu li.active ul li a:hover,
ul.menu li.active ul li a:active,
ul.menu li.active ul li a:focus
{
    color:#000 !important;
}


/* ++++++++++++++  third level  ++++++++++++++ */

ul.menu li ul li ul
{
    border:0 !important;
    background:#f5f5f5 !important;
    padding-bottom:0
}

ul.menu li.active ul li.active ul li a:link,
ul.menu li.active ul li.active ul li a:visited
{
    background:#f5f5f5 ;
    color:#444
}

ul.menu li.active ul li.active ul li.active a:link,
ul.menu li.active ul li.active ul li.active a:visited
{
    color:#333;
}



/* ++++++++++++++  fourth level  ++++++++++++++ */

ul.menu li ul li ul li ul
{
    border:solid 1px #eee !important;
    padding-top:10px !important;
    padding-bottom:10px !important;
    background:#fff url(../images/level4.png) repeat-x !important;
}


ul.menu li.active  ul li.active  ul li.active  ul li  a:link,
ul.menu li.active  ul li.active  ul li.active  ul li a:visited
{
    font-weight:normal;
    padding: 3px 2px 3px 40px;
    font-size:0.9em;
    background:#fff url(../images/arrow_small.png) no-repeat  30px 5px;
    color:#444
}


ul.menu li.active  ul li.active  ul li.active  ul li.active  a:link,
ul.menu li.active  ul li.active  ul li.active  ul li.active a:visited
{font-weight:500;
 color:#333 }



/* ++++++++++++++  fifth level  ++++++++++++++ */

ul.menu li ul li ul li ul li ul
{
    border:solid 0px #eee !important;
    padding-top:5px !important;
    padding-bottom:10px !important;
    background:#fff url(../images/level4.png) repeat-x !important;
}


ul.menu li.active  ul li.active  ul li.active  ul li.active	ul li  a:link,
ul.menu li.active  ul li.active  ul li.active  ul li.active	ul li a:visited
{
    font-weight:normal;
    padding: 3px 2px 3px 5px;
    font-size:0.9em;
    background:#fff ;
    color:#444;
    margin:0 10px  0 35px;
    border-bottom:solid 1px #ddd
}


ul.menu li.active  ul li.active  ul li.active  ul li.active  ul li.active  a:link,
ul.menu li.active  ul li.active  ul li.active  ul li.active  ul li.active a:visited
{font-weight:500; color:#333}


/* ##########################  content - main   ########################### */


#main a:link,
#main a:visited
{

}

#main a:hover,
#main a:active,
#main a:focus
{
    color: #000;
}

.items-row
{

}

.column-1,
.column-2
{
    border: solid 0px;
}

.item-separator
{
    border: solid 0px #333333;
}

#main ul li
{

}

.small
{
    border:solid 0;
}

ul#archive-items li.row0,
ul#archive-items li.row1
{
    border-bottom:solid 1px #ddd
}

.archive #adminForm fieldset
{
    border:0;
    padding:0;
    margin:20px 0
}

/* ++++++++++++++  images  ++++++++++++++ */

.image-left
{
    padding:2px;
}

.image-right
{
    border:solid 1px #ddd;
    padding:2px
}


/* ++++++++++++++  leading  ++++++++++++++ */

.items-row
{

}


/* ++++++++++++++++++++ headings +++++++++++++ */

#main h1
{
	color:#3da5d1;

}

#main h1 a {
	color:#3da5d1;
}
	

.items-row h2 a:hover,
.items-row h2 a:active,
.items-row h2 a:focus,
.items-leading h2 a:hover,
.items-leading h2 a:active,
.items-leading h2 a:focus
{color:#fff !important;
 text-decoration:none !important
}





.items-leading h2
{
    color:#3da5d1;
}

#main h2, .box h3
{
    color:#3da5d1;
}

#main h2 a, .box h3 a
{
    color:#3da5d1;
}


/* ++++++++++++++  readmore  ++++++++++++++ */

.readmore a:link,
.readmore a:visited,
a.readmore:link,
a.readmore:visited
{
    color:#444;
    background:#eee;
    border:solid 1px #ddd;
}

.readmore a:hover,
.readmore a:active,
.readmore a:focus,
a.readmore a:hover,
a.readmore a:active,
a.readmore a:focus
{
    background:#555 url(../images/arrow2.gif) no-repeat left 6px !important;
    color:#fff;
}

a.readmore:hover,
a.readmore:active,
a.readmore:focus
{
    background:#555;
    color:#fff;
}

/* ++++++++++++++  icons  ++++++++++++++ */

.actions img
{
    border:0;
}

/* ++++++++++++++  items-more  ++++++++++++++ */

#main .items-more h3
{
    border-bottom:solid 1px #ddd;
    border-top:solid 1px #ddd;
    color:#444;
}

#main .items-more ol
{
    color:#000;
}

#main .items-more ol li a
{
    background:#FFF url(../images/blog_more.gif) no-repeat  !important;
    color: #7BA428 /* #377A2E */
}

#main .items-more ol li a:hover,
#main .items-more ol li a:active,
#main .items-more ol li a:focus
{
    background: #555 url(../images/arrow2.gif) no-repeat 0px center;
    color:#333;
}

/* ++++++++++++++  pagination  ++++++++++++++ */

#main .pagination
{
    border-top:solid 1px #ddd;
}


/* ++++++++++++++  article index  ++++++++++++++ */

table.contenttoc
{
    border:solid 1px #ccc;
}


/* ##########################  right column   ########################### */

#right
{

}

#right .moduletable
{
    border:solid 0px #eee;
    border-top:0;
    margin-bottom:10px;

}

#right h3
{
    color:#333
}

#right h4
{
    color:#444;
    border:solid 0;
}

#right ul
{
    border:solid 0 #ccc;
    color:#333;
}

.moduletable-custom ul li
{
    color:#333;
    background: url(../images/arrow2_grey.png) no-repeat  2px 7px;
}

#right .moduletable-custom h4
{
    color:#444
}

#right .moduletable a img
{border:0}

/* ++++++++++++++  button for closing right column  ++++++++++++++ */
#close span
{
    color:#000;
}

/* ##########################  modules  ########################### */

/* ++++++++++++++  mostread, latest news ++++++++++++++ */

.mostread li a:link,
.mostread li a:visited,
.latestnews li a:link,
.latestnews li a:visited
{
    background: url(../images/arrow2_grey.png) 2px 7px  no-repeat ;
}

.mostread li a:hover,
.latestnews li a:hover,
.mostread li a:active,
.latestnews li a:active,
.mostread li a:focus,
.latestnews li a:focus
{
    background:#555 url(../images/arrow_white_grey.png) 2px 6px  no-repeat !important;
}

/* ++++++++++++++  newsfeed  ++++++++++++++ */

ul.newsfeed
{
    border:solid 0px #000;
}

.newsfeed-item
{
    border-bottom:solid 1px #ddd;
}

.newsfeed-item h5 a
{

}

/* ++++++++++++++  newsflash  ++++++++++++++ */
/* newsflash horizontal */

ul.newsflash-horiz
{
    border:solid 1px #eee;
    background:#f5f5f5 url(../images/box.png) repeat-x;
}

.newsflash-horiz li
{
    border:solid 0px #eee;
    background:#f5f5f5;
}

ul.newsflash-horiz li h4
{
    border-bottom:solid 1px #fff;
}

/* newsflash vertical */

.newsflash-vert
{

}

/* ++++++++++++++  banner  ++++++++++++++ */

.banneritem
{
    border:0
}

.banneritem a
{
    background:none
}

.banneritem a img
{
    background:none;
    border:0
}

/* ++++++++++++++  login  ++++++++++++++ */

#login-form .inputbox
{
    border:solid 1px #ddd;
    background:url(../images/content_bg.gif) repeat-x;
}

.login .control-group {
	clear: both;
	display: table;
}

.login .control-label {
	float: left;
	padding: 9px 0;
	padding-left: 16px;
	width: 250px;
}

.login .control-label .star {
	display: none;
}

.login .control-group .controls {
	float: left;
	padding: 4px 0;
	width: 262px;
}

.login .controls #remember, #hikashop_checkout_login_left_part #remember {
    margin: 9px 1px;
}

.nav.nav-tabs.nav-stacked a {
	color: #999 !important;
}

.nav.nav-tabs.nav-stacked a:hover {
	color: #3da5d1 !important;
}

#hikashop_checkout_login_left_part li {
	list-style-type: square;
}

#hikashop_checkout_login_left_part li a, #hikashop_checkout_login_left_part li a:hover  {
    font-size: inherit;
}

fieldset.input
{
    border:0;
}

input.button,
button.button
{
    background:#FFFFFF url(../images/arrow1.gif) no-repeat left top;
    border:1px solid #DDDDDD;
    color:#444444;
}


/* ++++++++++++++  tabs/ slide  ++++++++++++++ */

ul.tabs
{
    border:solid 1px #ddd;
    border-bottom:0;
    background:#f5f5f5 url(../images/box.png) repeat-x;
}

ul.tabs li
{
    background:#f5f5f5 url(../images/box.png) repeat-x;
    border-right:solid 1px #ddd
}

ul.tabs li a:link,
ul.tabs li a:visited
{
    color:#333;
}

ul.tabs li a:hover,
ul.tabs li a:active,
ul.tabs li a:focus
{
    color:#000
}

.tabcontent
{
    border:solid 1px #ddd;
    background:#fff;
    color:#000;
}

.tabcontent .linkclosed
{
    color:#000;
    border-bottom:solid 1px #e5e5e5;
}

ul.tabs li a.linkopen
{
    background:#fff;
    color:#333;
    border:0
}

ul.tabs li a.linkclosed:hover,
ul.tabs li a.linkclosed:active,
ul.tabs li a.linkclosed:focus,
ul.tabs li a.linkopen:hover,
ul.tabs li a.linkopen:active,
ul.tabs li a.linkopen:focus
{
    background:#555;
    color:#fff
}


/* ++++++++++++++  category-module  ++++++++++++++ */

.category-module li
{
    border-bottom:solid 1px #ddd;
}

.category-module li li
{
    border:0
}

/* ##########################  search   ########################### */

.searchintro img
{
    border:0px
}

.inputbox:focus
{
    border:solid 2px #000;
}

.word
{
    background:#fff;
    border:solid 0px #ccc ;
}

.word input
{
    background:#fff;
    border:solid 1px #999;
    color:#444;
}

.only
{
    border:solid 1px #ccc;
}

.phrases
{
    border:solid 1px #ccc;
}

/* ++++++++++++++  selects  ++++++++++++++ */
.phrases .inputbox
{
    background:#fff;
    color:#000;
}

.phrases .inputbox option
{
    background:#f5f5f5;
    border-bottom:solid 1px #ccc;
}

.phrases .inputbox option a:hover
{
    background:#C00;
    border-color:#CFD0D6;
    color:#fff;
}

/* ++++++++++++++  search results	++++++++++++++++++ */

dl.search-results
{
    background:#f5f5f5;
}

dl.search-results dt.result-title
{
    border-top:dotted 1px #ddd
}

dl.search-results dd.result-url
{
    border-bottom:solid 5px #fff;
    color:#115599;
}

dl.search-results dd.result-created
{
    border-bottom:solid 5px #fff;
}

/* ##########################  forms   ########################### */

/* ++++++++++++++  form validation  ++++++++++++++ */


/* ##########################  user profile  ########################### */

#users-profile-core,
#users-profile-custom
{
    border:solid 1px #ccc;
}

#member-profile fieldset
{
    border:solid 1px #ccc;
}


/* ##########################  tables   ########################### */

tbody
{

}

tr.odd,
.cat-list-row1
{
    background:url(../images/news.gif)  repeat-x;
}

table.newsfeeds td,
table.weblinks td
{

}

table.weblinks th,
table.newsfeeds th,
table.category th,
table.jlist-table th
{
    background:#444;
    color:#fff
}

table.weblinks th a,
table.newsfeeds th a,
table.category th a,
table.jlist-table th a
{
    color:#fff !important
}

td.table_footer
{
    background:#ddd url(../images/table_footer.gif) bottom left repeat-x;
}

td.counter
{

}

td.num,
td.hits
{

}

td p
{

}

table.category th a img
{
    border:solid 0px ;
}

fieldset.filters
{
    border:0;
}


/* ##########################  contacts   ########################### */

.contact form
{
    background:#fff;
    color:#000;
}

.contact input
{
    background:#fff;
    color:#000;
}

.contact input.invalid,
.contact textarea.invalid
{
    border:solid 2px red;
}

.contact label.invalid
{
    color:red;
}


/* ++++++++++++++  Error Message contact form  ++++++++++++++ */

#system-message-container #system-message {
    background-color: #89d457;
    color: #fff;
    margin-bottom: 20px;
	line-height: 1.5em;
    padding: 16px;
    text-align: center;
}

/*.alert.alert-error {
    background-color: rgba(255, 0, 0, 0.6);
    color: #fff;
    margin-bottom: 16px;
    padding: 1px;
    text-align: center;
}*/

p.error
{
    color:#044b63;
    background:#eee;
    border-top:3px solid #044b63;
    border-bottom:3px solid #044b63;
}

body.contentpane
{
    background:#fff;
}


.rsform-submit-button {
	background-color: #3da5d1 !important;
	background-image: none !important;
	border: medium none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: #fff !important;
	font-size: 16px !important;
	margin: 20px calc(50% - 125px) 0 !important;
	padding: 14px !important;
	text-align: center !important;
	text-shadow: none !important;
	width: 250px !important;
}

input[type="submit"], .send {
	background-color: #3da5d1 !important;
	background-image: none !important;
	border: medium none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font-size: 16px !important;
	margin: 0.75em 0 0.5em;
	padding: 14px !important;
	text-align: center !important;
	text-shadow: none !important;
	width: 250px !important;
}

.readmore {
	text-align: right;
}

#main .readmore a {
	background-color: #3da5d1 !important;
	background-image: none !important;
	border: medium none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: #fff !important;
	display: inline-block;
	font-size: 16px !important;
	margin-top: 20px;
	padding: 14px !important;
	text-align: center;
	text-shadow: none !important;
	width: 250px !important;
}


.rsform-submit-button:hover, #main .readmore a:hover, input[type="submit"]:hover, .send:hover {
	background-color: #50b8e4 !important;
	color: #fff !important;
}





/* ##########################  footer   ########################### */

#footer-inner #bottom {
    padding: 20px 0;
}

#footer-inner .box1,
#footer-inner .box2,
#footer-inner .box3 {
    border: 0;
    color: #000;
}

#footer-inner .box2 {
    margin: 0 25px;
}

#footer-inner a {
    color: #6A6B6D;
}

#footer-inner a:hover {
    color: #000;
}

#footer-inner h3 {
	border-bottom: 2px dashed #3da5d1;
	color: #737373;
	font-size: 1.5em;
	font-weight: normal;
	margin: 10px auto;
	padding-bottom: 6px;
}

#footer-inner h3 {
	width: 70%;
}

#footer-inner .menu {
    background: 0;
    border: 0;
}

#footer-inner ul.menu {
    padding-top: 10px;
}

#footer-inner ul.menu li {
    border-bottom: 1px dashed #DDDDDD;
}

#footer-inner ul.menu li a {
    padding-bottom: 3px;
    padding-left: 20px;
    background: url(../images/bullet2.png) no-repeat 0 center;
}

#footer-inner .custom {
    padding-top: 15px;
}

#footer-inner .custom p {
    margin: 0;
    line-height: 13px;
}

#footer-inner .custom strong {
    padding: 4px 0;
    display: inline-block;
}

#footer-sub a:link,
#footer-sub a:visited
{color:#fff}



.box1 {
    border-right:solid 1px #ddd
}

.box3 {
    border-left:solid 1px #ddd;
}


#bottom a img
{
    border:0 none;
}

#above {
	padding-top: 24px;
}

#above p{
	margin: 0;
}
#above .box{
    font-size: 12px;
}

#above .box1,
#above .box2,
#above .box3 {
    border: 0;
}

#above .box1 img,
#above .box2 img,
#above .box3 img{
    width: 100% !important;
	height: auto !important;
	max-width: 300px !important;
}

#above .box1 p {
	text-align: right !important;
}


#above .box3 p {
	text-align: left !important;
}

#mail-message {
    cursor: default;
    display: inline-block;
    text-align: center;
    width: 100%;
}
#mail-message p {
    margin-bottom: 0;
}
#mail-message p:empty {
    margin: 0 !important;
}
#mail_this_link_form {
    display: inline-block;
}
#mail_this_link_form label {
    display: inline-block;
    margin: 0.5em 0;
	float: left;
}
#mail_this_link_form label {
    margin-top: 0.5em;
}
#mail_this_link_form input[type="text"] {
	float: right;
    margin-top: 0.5em;
}

#mail_this_link_form input[type="text"]:nth-child(5) {
	margin-top: 0.5em;
}

#mail-info {
    color: #9b9b9b;
    cursor: default;
    display: inline-block;
    font-size: 0.8em;
    text-align: center;
    width: 100%;
}
#mail-info p {
    margin-top: 0;
}
#coupon-note {
    color: #9b9b9b;
    cursor: default;
    font-size: 0.9em;
    margin-bottom: 0;
    text-align: center;
}

#above h3 {
    text-align: center;
    padding: 10px 0 25px !important;
    background: url("../images/module_h3_bg.gif") no-repeat 50% 100%;
    text-transform: uppercase;
    color: #616265;
    font-weight: normal;
}

#below{
    background: #fff;
}
#below .box{
    height: 220px;
}

/* ##########################  editor  ########################### */

.contentpaneopen_edit img
{
    border:0
}

form.editor fieldset
{
    border:solid 1px #ccc;
}


/* ++++++++++++++  edit  ++++++++++++++ */

form#adminForm
{
    border:solid 0px #000
}

.edit form#adminForm fieldset
{
    border:solid 1px #ddd
}

legend
{font-weight:500}
/* ++++++++++++++  tooltip  ++++++++++++++ */
.tip
{
    border:solid 1px #333;
    background:#ffffcc;
}
table.pagenav,
table.pagenav tr,
table.pagenav td
{border:0 !important}

#main .categories-list ul
{list-style-type:none}

/* contact  plain */
#main .contact h3
{
    border-bottom:solid 1px #ddd;
    margin: 20px 0
}

.form-required
{
    font-weight:500;
    margin:10px 0;
    background:#fff url(../images/req.png) no-repeat;
    padding:10px 40px

}

.contact .inputbox
{
    background:#fff url(../images/content_bg.gif) repeat-x ;
    border:solid 1px #ccc;
    padding:3px
}
/* contact  slider */

.panel
{
    border:solid 1px #ddd;
    margin-top:-1px

}
#main .contact .panel h3
{
    margin:0px 0 0px 0;
    padding: 0;
    background:#eee;
    border:0
}
.panel h3 a
{
    display:block;
    padding:6px;
    text-decoration:none;
    color:#444;
    padding:6px;
}


.panel h3.pane-toggler a
{
    background:#f5f5f5 url(../images/slider_plus.png) right  top no-repeat;
}
.panel h3.pane-toggler-down a
{
    background:#f5f5f5  url(../images/slider_minus.png) right  top no-repeat;
    border-bottom:solid 1px #ddd;
}

.pane-slider
{
    border:solid 0px;
    padding:0px 10px !important;
    margin:0;
    background: url(../images/nav_level_1.gif) repeat-x ;
}

.panel .contact-form,
.panel  .contact-miscinfo
{
    padding:10px
}

.contact .panel .contact-form form,
.contact .panel .contact-address
{
    margin:20px 0 0 0
}

.categories-list .category-desc ul li
{list-style-type:square
}
/* tabs */

div.current
{

    background: url(../images/nav_level_1.gif) repeat-x ;
}

#close a
{text-decoration:none}

/*Encyclopedia*/
div.encyclopedia_col1 {
    width:49%;
    float:left;

}
div.encyclopedia_col1 p.img_caption {
    font-size: .6em;
}
div.encyclopedia_col2 {
    width:49%;
    float:right;
    padding-left:3px;
    margin-left: 2px;
}
div.encyclopedia_col2 p {
    padding-left:3px;
    margin-left: 2px;
}

div.encyclopedia_links ul
{
    display:block;
    margin:0px 0px 1px 0px;
    list-style-type:none;
    padding:10px 0px 10px 0px;
    width:100%
}
div.encyclopedia_links ul li
{
    display:inline ;
    padding:2px ;
    margin:2px;
    white-space:nowrap;

}





@media only screen and (max-width:370px) {
	#main-header .search input {
		width: 90px;
	}
}

@media only screen and (max-width:580px) {
	#main h1, #main h2 {
		text-align: center;
	}
	
	.login .control-group {
		display: block !important;
	}
	
	.login .control-label {
		float: none !important;
		margin: 0 auto;
		padding: 0;
		text-align: center;
		width: auto;
	}
	
	.login .controls {
		float: none !important;
		margin: 0 auto;
		text-align: center;
	}
	
	.login button {
		margin: 0 auto !important;
	}
	
	.cert-img {
		display: none;
	}
	
	ul.nav.nav-tabs.nav-stacked {
		text-align: center;
	}
}

@media only screen and (max-width:720px) {
    #main-nav {
       height: auto !important;
       background-color: #ececec;
	   margin: 0 !important;
    }
    
    #main-nav li {
        border: 0 !important;
        min-width: 50px;
        width: 50%;
        text-align: center;
    }
	
	#main-nav ul.menu li.deeper > ul {
		width: calc(100% - 10px);
	}
	
	#main-nav ul.menu li.deeper:nth-child(2) > ul, #main-nav ul.menu li.deeper:nth-child(4) > ul {
		left: auto !important;
		right: 0 !important;
	}
	
	#above-inner .box1, #above-inner .box2, #above-inner .box3 {
		margin: 0 0 20px !important;
		padding: 0 20px !important;
		width: calc(100% - 40px) !important;
	}
	
	#above .box1 p, #above .box2 p, #above .box3 p {
		text-align: center !important;
	}
	
	#above .box1 img, #above .box2 img, #above .box3 img {
		max-width: 75% !important;
	}
	
	#header-image {
		display: none;
	}
	
	#above-inner {
		display: none
	}
	
	#main-wrapper {
		margin: 0 auto -721px;
	}
	
	#footer-outer, .push {
		height: 720px;
	}

	#footer-inner .box {
		margin: 0 0 20px !important;
		padding: 0 20px !important;
		width: calc(100% - 40px) !important;
	}	

	#footer-inner h3 {
		width: 80% !important;
	}	
}

@media only screen and (max-width:880px) {
	#footer-inner .box1 h3, #footer-inner .box2 h3, #footer-inner .box3 h3 {
		width: 90%;
	}
	
    #wrapper2 {
        width: 100%;
    }
	
    .leftbigger {
        display: none;
    }
}
























/* ########################## sample module styling  ########################### */

div.sample-module {
    border: 2px dashed #ddd;
    padding: 10px;
    background-color: #f5f5f5;
}

.image_guru {
    padding: 0 !important;
    margin: 0 5px 5px 0 !important;
    background: 0 !important;
    border: 0 !important;
}




@media all and (max-width: 980px) {
    #main-header ul.menu {
        width: auto;
    }
    
    .mod_btslideshow,
    .container_skitter {
        width: 100% !important;
        height: auto !important;
        min-height: 100px !important;
    }
    
    #main-nav ul.menu li.deeper > ul > li {
        width: 100%;
    }
    
    .s_underline {
        max-width: 200px;
        display: inline-block;
    }
    
    dl.tabs {
        widtH: 100%;
    }
    
    dl.tabs dt {
        margin: 0;
        padding: 3px 0;
        width: 100%;
        text-align: center;
    }
    
    div.current {
        padding: 0;
        width: 100%;
    }
    
    .white_bg td {
        padding-left: 0;
    }
    
    .kcol-category-icon,
    .kcol-ktopicicon,
    .klist-actions-goto,
    .klist-pages-all,
    .krss-block {
        display: none;
    }
    
    #Kunena td.kprofile-left {
        min-width: 10px;
    }
    
    #Kunena td.kmessage-right div.kmsgbody, #Kunena td.kmessage-left div.kmsgbody, #Kunena td.kmessage-top div.kmsgbody, #Kunena td.kmessage-bottom div.kmsgbody {
        width: 89%;
    }
    
    .kmessage-editmarkup-cover {
        display: none;
    }
    
    #Kunena div.kmessage-buttons-row {
        height: auto;
    }
    
    .kmessage-buttons-row a,
    #Kunena .kbuttoncomm span,
    #Kunena .kicon-button span span {
        display: block !important;
    }
    
    .container_skitter img {
        width: 100% !important;
    }

    #main-header .container, #main-nav .container {
        width: 100%;
    }

    #above .box {
        height: auto;
    }
    
    .kprofilebox-left {
        display: none;
    }

    #backBottom {
        display: none;
    }
    
    #media_7 {
        width: 100%;
        display: block;
    }
    
    #media_7 iframe {
        width: 100%;
    }
    
    .category {
        display: table !important;
    }
    
    .category tr {
        display: table-row !important;
    }  

}

@media all and (max-width: 580px) {

    .cols-3 .column-1,
    .cols-3 .column-2,
    .cols-3 .column-3,
    .cols-2 .column-2,
    .cols-2 .column-1 {
        float: none;
        width: 100%;
        margin: 0;
    }





    #above .box1, #above .box2, #above .box3 { 
        width: 100%;
    }

   #footer-inner .box1, #footer-inner .box2, #footer-inner .box3 {
        width: 100%;
    }

    img[align="viewed"] {
        position: absolute;
        right: 80px;
    }
    
    .subcat {
        padding-left: 0!important;
    }  

}