@font-face 
{
    font-family: 'multicolore_regular';
    src: url('../fonts/multicolore-webfont.woff2') format('woff2'),
         url('../fonts/multicolore-webfont.woff') format('woff'),
         url('../fonts/multicolore-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
body 
{
    background-color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}
a
{
    transition: 0.5s;
}
a:hover
{
    transition: 0.5s;
    color: #1262ad !important;
    text-decoration: none;
}
/** Header **/
header#page_header
{
    width: 100%;
    display: block;
    clear: both;
    background: #d9d9d9 url('../img/topbg.jpg') repeat top center;
    padding: 15px 0 0 0;
    min-height: 150px;
}
.top_module .fa
{
    margin-right: 3px;
    font-size: 1.3em;
}
.top_module
{
    text-align: right;
}
.top_module a
{
    color: #444;
}
#top_search
{
    margin-top: 20px;
}

::-moz-placeholder
{
    color: #3f3f3f !important;
    font-weight: lighter !important;
}
::-webkit-input-placeholder
{
    color: #3f3f3f !important;
    font-weight: lighter !important;
}
:-ms-input-placeholder
{
    color: #3f3f3f !important;
    font-weight: lighter !important;
}
input:-moz-placeholder
{
    color: #3f3f3f !important;
    font-weight: lighter !important;
}
#top_search input[type="text"]
{
    border-top-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
    border: 1px solid #333 !important;
    height: 33px !important;
}
#top_search button
{
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    background: #333333 !important;
    border: 1px solid #333 !important;
}
/** Menu **/
.top_menu
{
    background: #333333;
}
nav#menu
{
    margin: 0;
    background: none;
    border: 0;
    width: 100%;
}
#main_menu
{
    padding-left: 0;
    padding-right: 0;
}
nav#menu a
{
    color: #fff;
    font-family: 'multicolore_regular';
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 45px;
    
}
nav#menu .active a,
nav#menu li a:hover
{
    color: #1262ad;
    background: none;
}
nav#menu li
{
    margin: 10px 0; 
    border-right: 2px solid #838383;
}
nav#menu li:last-child
{
    border-right: 0;
}

nav#menu2 li.active,
nav#menu li:hover 
{
	position: relative;
}
nav#menu li.active:after, 
nav#menu li.active:before,
nav#menu li:hover:after, 
nav#menu li:hover:before 
{
	top: 100%;
	left: 12.5%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 75%;
	position: absolute;
	pointer-events: none;
    margin-top: 10px;
}
nav#menu li.active:after, 
nav#menu li:hover:after 
{
	height: 2px;
    background: #1262ad;
}

/** Boksy **/
.top_boxes
{
    margin: 50px 0 0 0;
    background: url('../img/hr_bg.png') no-repeat center bottom;
    padding: 0 0 20px 0;
    
}
.top_box
{
    overflow: hidden;
    transition: 0.5s;
    display: block;
    margin-bottom: 30px;
}
.top_box_img
{
    overflow: hidden;
    border: 1px solid #b4b4b4;
    border-width: 1px 1px 0 1px;
    display: block;
}
.top_box img
{
    width: 100%;
    overflow: hidden;
    transition: .7s;
}
.top_box:hover img
{
    transition: .7s;
    -webkit-transform:scale(1.5); 
    -moz-transform:scale(1.5); 
    -ms-transform:scale(1.5); 
    -o-transform:scale(1.5); 
    transform:scale(1.5);
}
.top_box a .top_box_button
{
    display: block;
    padding: 15px 20px;
    background: #1262ad;
    color: #fff;
    font-size: 21px;
    transition: 0.5s;
    border: 1px solid #1262ad;
    border-width: 0 1px 1px 1px;
}
.top_box:hover a .top_box_button
{
    color: #fff;
    transition: 0.5s;
}
.top_box a .top_box_button_read_more
{
    padding: 3px 12px;
    background: #fff;
    color: #1262ad;
    border-radius: 5px;
    float: right;
    margin-top: -2px;
}
.top_box a .top_box_button_read_more .fa
{
    font-weight: bold !important;
    font-size: .8em;
}
.top_box:hover a .top_box_button_read_more
{
    color: #fff;
    background: #1262ad;
}

.top_box:hover a .top_box_button
{
    color: #1262ad ;
    background: #fff;
    transition: 0.5s;
    border: 1px solid #1262ad;
    border-width: 0 1px 1px 1px;
}
/** Footer **/
.footer_box
{
    background: #333333;
    padding: 20px 0;
    color: #fff;
    margin-top: 50px;
}
.footer_box h3
{
    font-family: 'multicolore_regular';
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0;
}
.footer_box ul.menu
{
    padding: 0;
}
.footer_box ul.menu li a
{
    background: none;
    color: #fff;
    display: block;
    padding: 3px 0;
    transition: .5s;
}
.footer_box ul.menu li a:hover
{
    transition: .5s;
    color: #1262ad;
}
.footer_box ul.menu li:first-child a
{
    padding-top: 0;
}
.footer_box p
{
    margin: 3px 0;
}
.footer_box p:first-child
{
    margin-top: 0;
}
.footer_box a
{
    color: #fff;
    transition: .5s;
}
.footer_box a:hover
{
    color: #1262ad;
    transition: .5s;
}
.copyright
{
    background: #444444;
    padding: 10px 0;
    text-align: center;
    color: #fff;
}
.copyright p
{
    margin: 0;
}
/** Content **/
main
{
    margin: 50px 0 50px 0;
}
.left_content,
.main_content
{
    margin-bottom: 35px;
}
.left_content img,
.right_content img
{
    max-width: 100%;
}
.mod_gwproducts_new
{
    display: block;
    clear: both;
    margin: 0 0 30px 0;
}
.mod_gwproducts_new h3.mod_gwproducts_new_title,
.page-header h2,
.page_title
{
    color: #1262ad;
    font-family: Lato;
    font-weight: bold;
    font-size: 30px;
    margin: 0;
    text-transform: uppercase;
    border: 0;
}
.page-header h2,
.page_title
{
    color: #131313;
    font-weight: 400;
}
.page-header
{
    margin: 0 0 15px 0;   
    border: 0;
}
.mod_gwproducts_new_items
{
    border: 1px solid #dddddd;
    border-top: 3px solid #282828;
    display: block;
    clear: both;
    float: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 30px 0 10px 0;
}
.mod_gwproducts_new_items_item
{
    text-align: center;
    margin: 0px 0 25px 0;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}
.mod_gwproducts_new_items_item_image
{
    text-align: center;
    width: 100% !important;
    display: block;
    vertical-align: middle;
}
.mod_gwproducts_new_items_item_image img
{
    margin: auto !important;
}
.mod_gwproducts_new_items_item_image_box
{
    display: table-row;
    width: 100% !important;
    vertical-align: middle;
}
.mod_gwproducts_new_items_item_title
{
    margin: 10px 0;
    display: block;
    text-align: center;
    font-size: 18px;
    color: #333333;
    font-family: Lato;
    font-weight: bold;
}
.mod_gwproducts_new_items_item_description
{
    margin: 5px 0;
    clear: both;
    display: block;
}
.mod_gwproducts_new_items_item_description p
{
    margin: 0;
}
.mod_gwproducts_new_items_item_price
{
    margin: 5px 0;
    clear: both;
    display: block;
    color: #cd0021;
    font-size: 16px;
}
.mod_gwproducts_new_items_item_more
{
    margin: 15px 0 0px 0;
    clear: both;
    display: block;
    text-align: center;
}
.mod_gwproducts_new_items_item_more a,
.mod_gwproducts_new_items_item_more a:hover
{
    padding: 5px 15px;
    color: #fff !important;
    background: #1262ad;
    border-radius: 15px;
}

/** Kategorie **/
.mod_gwproducts_categories
{
    margin: 0 0 50px 0;
}
.mod_gwproducts_categories_title
{
    color: #131313;
    font-size: 24px;
    font-weight: 400;
    font-family: Lato;
    text-transform: uppercase;
    margin: 0 ;
}
.mod_gwproducts_categories_items
{
    padding: 5px 0px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    margin-top: 5px;
}
.mod_gwproducts_categories_items ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.mod_gwproducts_categories_items ul.level0 > li
{
    border-bottom: 1px solid #ddd;
    padding: 5px 10px;
}
.mod_gwproducts_categories_items ul.level0 > li:last-child
{
    border-bottom: 0;
    padding-bottom: 0;
}
.mod_gwproducts_categories_items ul.level0 > li > a,
.qtip-titlebar .qtip-title
{
    font-size: 14px;
    text-transform: uppercase;
    color: #444;
    font-weight: bold;
}
.mod_gwproducts_categories_items ul li a
{
    display: block;
}
.mod_gwproducts_categories_items ul.level0 > li ul
{
    padding: 5px 5px 0px 5px;
}
.mod_gwproducts_categories_items ul.level0 > li ul li
{
    padding: 5px 5px 0 0px;
}
.mod_gwproducts_categories_items ul.level0 > li ul li:first-child
{
    padding-top: 0px;
}
.mod_gwproducts_categories_items ul.level0 > li > ul li a
{
    background: url('../img/category_background.jpg') no-repeat center left;
    padding-left: 10px;
    color: #4a4a4a;
    font-weight: 300;
}
.mod_gwproducts_categories_items li.category_active > a
{
    font-weight: bold !important;
    color: #1262ad !important;
}
.qtip-content a
{
    color: #4a4a4a;
    font-weight: 400;
}

/** Pagination **/
.pagination
{
    width: 100%;
    text-align: center;
    margin: 0 !important; 
    padding-top: 10px;
}
div.pagination ul
{
    padding-left: 0 !important;
    list-style-type: none !important;
}
div.pagination li
{
    display: inline-block;
}
.pagination a
{
    color: #4a4a4a !important;
    font-size: 12px !important;
    font-weight: bold !important;
    border-radius: 0 !important;
    border: 2px solid #4a4a4a !important;
    padding: 0 10px !important;
    display: inline-block !important;
    height: 25px !important;
    line-height: 21px !important;   
    margin: 0 2px !important;
    transition: .5s;
}
div.pagination .active a,
div.pagination a:hover
{
    color: #1262ad !important;
    border: 2px solid #1262ad !important;
    transition: .5s;
}
div.pagination .disabled a,
div.pagination .disabled a:hover
{
    color: #ddd !important;
    transition: 0 !important;
    border: 2px solid #dddddd !important;
    cursor: not-allowed !important;
}
.pagination .counter
{
    float: none !important;
    display: block !important;
    clear: both !important;
}

/** Articles - news **/
.mod_content_news
{
    margin: 35px 0 0 0;
    display: block;
}
.mod_content_news fieldset
{
    border: 1px solid #acacac;
    border-radius: 7px;
    padding: 30px 20px;
    display: block;
}
.mod_content_news fieldset legend
{
    border: 0px;
    font-size: 26px;
    color: #1262ad;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    width: auto;
    margin: auto;
    text-align: center;
    padding: 0 20px;
}
.mod_content_news_item .mod_content_news_item_url
{
    color: #444444;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}
.mod_content_news_item_date
{
    color: #444444;
    font-size: 12px;
}
.mod_content_news_item_description
{
    display: block;
    margin-top: 10px;
}
.mod_content_news_item_description_image
{
    float: left;
    padding: 0 15px 5px 0;
    display: inline-block;
    max-width: 30%;
}
.mod_content_news_item_description_image img
{
    max-width: 100%;
}
.mod_content_news_item_readmore
{
    float: right;
    padding: 5px 10px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    margin-top: 10px;
}
.mod_content_news_item_readmore i
{
    font-weight: 900;
    font-size: 1.2em;
}
.mod_content_news_item_right .mod_content_news_item_description,
.mod_content_news_item_right .mod_content_news_item_readmore
{
    margin-top: 5px;
}
.mod_content_news_item_right .mod_content_news_item
{
    margin-bottom: 15px;
}
.mod_content_news_item_right .mod_content_news_item:last-child
{
    margin-bottom: 0;
}

.mod_content_news_left .mod_content_news_item
{
    padding: 0 0 20px 0 !important;
}
.categories_list_popovers_box
{
    display: none;
}
/** Artykuły **/
.blog .page-header
{
    margin-bottom: 0;
}
.blog .page-header h2 
{
    margin-top: -6px;
    
}
.blog .page-header h2 a
{
    color: #131313;
    font-family: Lato;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}
.blog .item[itemprop="blogPost"]
{
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
} 
.blog .items-row:last-child .item[itemprop="blogPost"]
{
    border-bottom: 0;
}
.blog .item[itemprop="blogPost"] .readmore
{
    text-align: right;
}
.tag-category ul
{
    list-style-type: decimal-leading-zero;
    padding-left: 0;
}
.tag-category ul li
{
    margin: 5px 0;
    font-size: 16px;
}
.tag-category ul li a
{
    font-size: 16px;
}
   
