/*
WxFramework All Rights Reserved to Wojciech Paluch <wojtex5 at o2.pl>

*/
/* 
    Created on : 2014-09-28, 13:47:12
    Author     : Wojciech Paluch <wojtex5 at o2.pl>
*/

body, html
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body
{
    background-image: url('../img/tx1.png');
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-style: italic;
}

#container
{
    position: relative;
    background: #ffffff;
    padding: 0px;
    width: 1256px;
    overflow: hidden;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    margin-bottom: -50px;
}

#header
{
    height: 66px;
    width: 1054px;
    position: absolute;
    z-index: 3;
    top: 0px;
    border: 1px solid #EC1C24;
    border-bottom-left-radius: 33px;
    border-bottom-right-radius: 33px;
    border-top-left-radius: 33px;
    background: #EC1C24;
    margin-left: 200px;

}

#header_logo_bg
{
    height: 200px;
    position: absolute;
    left: 7px;
    top: 0px;
    width: 200px;
    z-index: 3;
}

#logo
{
    width: 200px;
    height: 200px;
}

#menu
{
    width: 1045px;
    height: 50px;
    margin: 0px;
    padding: 0px;
    padding-left: 2px;
    padding-top: 7px;
    line-height: 50px;
    color: #ffffff;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-style: italic;
    font-size: 34px;
}

#menu li
{
    display: inline-block;
    height: 50px;
    margin: 0px;
    padding: 0px;
    padding-left: 17px;
    padding-right: 17px;
    margin-left: 5px;
    border: 1px solid transparent;
}

#menu li:hover, #menu li.menu_active
{
    background: #FEF102;
    border-radius: 25px;

}
#menu li a
{
    color: #ffffff;
    text-decoration: none;
}

#menu li:hover a, #menu li.menu_active a
{
    color: #333333;
}


#slider
{
    width: 1256px;
    height: 325px;
    /*background-image: url('../img/slider1.png');*/
    z-index: 1;
}

.banner ul, .banner ol { margin: 0px; padding: 0px;}
.banner { position: relative; overflow: auto; }
.banner li { list-style: none; margin: 0px; padding: 0px; }
.banner ul li { float: left; height: 325px; background-repeat: no-repeat; background-position: center top;background-size: 100% 100%;}

.banner ol.dots {text-align: center; width: 1256px; position: absolute; bottom: 30px; z-index: 50;}
.banner ol.dots li {display: inline-block; width: 10px;height:10px;border: 3px solid #fff; border-radius: 10px; text-indent: 20px; overflow: hidden; cursor: pointer;margin: 2px;}
.banner ol.dots li:hover,.banner ol.dots li.active {background: #fff;}
.banner ul li.banner_click {cursor: pointer;}


#content
{
    position: relative;
    z-index: 2;
    min-height: 50px;
    margin: 0px;
    margin-top: -50px;
    padding: 0px;
    padding-top: 20px;
    background: transparent url('../img/gradient_slider_bottom.png') center 10px repeat-x;
}

.left
{
    width: 335px;
    float: left;
    overflow: hidden;
}

.right
{
    float: right;
    margin-left: 6px;
    margin-bottom: 6px;
    width: 915px;
}

i.yellow_dot
{
    background: #FEF102;
    border: 1px solid #FEF102;
    border-radius: 16px;
    width: 32px;
    height: 32px;
    margin: 8px;
    display: block;
    float: left;
}

.block_header
{

    line-height: 50px;
    color: #ffffff;
    font-size: 35px;
    line-height: 50px;
    padding: 0px;
    padding-right: 25px;
    background: #EC1C24;
    border: 1px solid #EC1C24;
    border-radius: 25px;
    height: 50px;
    margin: -1px;
    margin-bottom: 0px;
}

#content .block_header a
{
    color: #fff;
    font-weight: normal;
    float: right;
    padding-left: 10px;
}

.block_content
{
    padding: 25px;
    font-size: 16px;
}

.right_block, .left_block
{
    background: #fff;
    border: 1px solid #EC1C24;
    border-radius: 25px;
    margin-bottom: 7px;
}

#savingForm
{
    font-size: 18px;
    margin-right: -30px;
}

#savingForm label
{
    display: inline-block;
    width: 155px;
}

#savingForm input[type="text"]
{
    display: inline-block;
    width: 55px;
    padding: 5px;
    border: 1px solid #EC1C24;
    border-radius: 5px;
}

.row
{
    padding-bottom: 10px;
}

input
{
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-style: italic;
}

input[type="text"], input[type="number"], input[type="radio"], input[type="checkbox"], input[type='password'], textarea
{
    font-size: inherit;
}

input[type="submit"], input[type="button"]
{
    background-color: #EC1C24;
    border: 1px solid #EC1C24;
    border-radius: 25px;
    color: #ffffff;
    font-size: 24px;
    height: 50px;
    display: inline-block;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 50px;
}

.clear {clear: both;}

#content a
{
    color: #EC1C24;
    font-weight: bold;
}

.right table
{
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.right table, .right table td, .right table th
{
    border: 1px solid #EC1C24;
    border-collapse: collapse;
}

#flash_messages
{
    position: relative;
    left: -50%;
    top: 142px;
    z-index: 9999999;
    min-width: 300px;
    background: #ffffff;
    border: 1px solid #EC1C24;
    border-radius: 5px;
    margin: 0 auto;
    text-align: center;
    padding: 7px;
    cursor: pointer;
    display: none;
}

.err
{
    color: #B92435;
    font-weight: bold;
}

.ok
{
    font-weight: bold;
    color: #1CA823;
}

.realizationItem, .brand, .realization
{
    width: 210px;
    text-align: center;
    display: inline-block;
}

#push
{
    height: 50px;
    clear: both;
}

#footer
{
    width: 1256px;
    margin: 0 auto;
    background: #ffffff;
    position: relative;
    height: 50px;
}

#footer .center
{
    margin: 0 auto;
    color: #fff;
    background: #EC1C24;
    border-top: 1px solid #EC1C24;
    border-left: 1px solid #EC1C24;
    border-right: 1px solid #EC1C24;

    border-top-left-radius: 25px;
    border-top-right-radius: 25px;

    line-height: 50px;
    height: 49px;
    width: 1254px;
    text-align: center;
    clear: both;
}

.brandList .half
{
    width: 430px;
    display: inline-block;
    height: 100px;
    line-height: 100px;
}

.brandList .half img
{
    float: left;
    margin-right: 10px;
}


.systemName
{
    font-weight: bold;
}

.systemListItem
{
    margin-top: 10px;
}

.systemDescription
{
    padding-left: 20px;
}

.ajax_popup
{
    cursor: pointer;
}


/* glowny div z like box'em */
#like-box {
    position: fixed;
    z-index: 99;
    top: 150px;  /* jego polozenie od gory */
    left: -244px; /* szerokosc wygenerowanego boxa + 4px obramowania */
    -webkit-transition: left 0.5s ease-out;
    -moz-transition: left 0.5s ease-out;
    -o-transition: left 0.5s ease-out;
    transition: left 0.5s ease-out;
}

/* wysuniecie like box'a */
#like-box:hover {
    left: 0px;
}

/* zewnetrzna ramka boxa */
#like-box .outside {
    position: relative;
    z-index: 1;
    background: #3b5999;
    padding: 2px;
    min-width: 1px;
    float: left;
}

/* wewnetrzne tlo boxa */
#like-box .inside {
    position: relative;
    z-index: 2;
    background: #fff;
}

/* pasek z logo FB */
#like-box .belt {
    position: relative;
    text-align: center;
    z-index: 0;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg); 
    -o-transform: rotate(90deg); 
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); 
    float: left;
    width: 100px; 
    height: 40px;
    padding: 7px;
    margin: 50px 0px 0px -55px;
    background: #3b5999;
    color: #fff;
    font-weight: bold;
    font-family: Verdana;
    font-size: 16px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}


#login
{
    width: 280px;
    margin: 0 auto;
}

#login label
{
    display: inline-block;
    width: 70px;
}

.certificate
{
    display: inline-block;
    text-align: center;
}

.new p
{
    text-indent: 20px;
}

.new img
{
    padding: 5px;
}

.question
{
    font-weight: bold;
}

.faq_item
{
    padding-bottom: 20px;
}

.answer
{
    font-style: normal;
}

.answer p
{
    margin-top: 2px;
}

#slideForm label
{
    display: inline-block;
    width: 60px;
}

.pagination
{
    padding-left: 25px;
}