/* css reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
    border-top:5px solid #e01032;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* koniec css reset */

/* html */
body {
    background: #393837;
    text-align: center;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #4a4a4a;
}

div {
    margin: 0 auto;
    border: 0px;
}

a {
    text-decoration: underline;
    color: #4a4a4a;
}

a:hover {
    text-decoration: none;
}

h1 {
    font-size: 18px;
    color: #c4261d;
    text-align: left;
    margin: 10px 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
    font-size: 18px;
    color: #c4261d;
    text-align: left;
    margin-bottom: 10px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
    font-size: 14px;
    color: #c4261d;
    text-align: left;
    margin-bottom: 10px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

/* koniec html*/


div.container {
    width: 100%;
    float: left;
    background: #fff;
}

div#mainPage {
    background: #fff url(../../gtl/images/main_page.jpg) top center repeat-x;
}

div#subPage {
    background: #fff url(../../gtl/images/sub_page.jpg) top center repeat-x;
}

div#footPage {
    padding: 38px 0 15px 0;
    background: #fff url(../../gtl/images/foot_page.jpg) top center repeat-x;
}

div.wrap {
    width: 980px;
}

/* HEADER */

div#header {
    float: left;
    width: 980px;
    height: 191px;
}

div#header div{

}

div#logo {
    float: left;
    width: 135px;
    height: 191px;
    text-align: left;
    position: absolute;
    top:0;
}

div#headSection {
    float: right;
    width: 834px;
    height: 191px;
}

ul#language {
    float: right;
    width: 820px;
    padding: 7px;
    height: 50px;
    margin-top:10px;
}

ul#language li{
    float: right;
    margin: 0 2px;
}

ul#menu {
    float: right;
    width: 785px;
    height: 70px;
    margin-top: -10px;
}

ul#menu li{
    float: left;
    padding: 0 5px 0 9px;
    background: url(../../gtl/images/menu_separatort.jpg) left center no-repeat;
}

ul#menu li:first-child {
    margin-left: 10px;
}

ul#menu li a{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    float: left;
    height: 31px;
    padding: 0 15px;
    line-height: 30px;

    border-radius: 40px;
    -webkit-border-radius: 40px;
    -o-border-radius: 40px;
    -moz-border-radius: 40px;
}

ul#menu li a:hover{
    color: #fff;
    background: #7d7e7d url(../../gtl/images/menu.jpg) bottom repeat-x;
}

div#search {
    float: left;
}

div#search li{
    float: left;
}

li#searchSelect {
    width: 222px;
    height: 40px;
    border-top: 2px solid #e01032;
    border-left: 2px solid #e01032;
    border-bottom: 2px solid #e01032;

    border-top-left-radius: 4px;
    -o-border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;

    border-bottom-left-radius: 4px;
    -o-border-bottom-left-radius: 4px;
    -webkit-bottom-top-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
}

li#searchInp {
    width: 522px;
    height: 40px;
    border-top: 2px solid #e01032;
    border-bottom: 2px solid #e01032;
    border-left: 2px solid #e01032;
}

li#searchInp input{
    width: 500px;
    height: 37px;
    border: 0px solid #fff !important;
    padding: 2px 10px 0 10px;
    color: #737373;
    font-style: italic;
}

li#searchSubmit {
    width: 168px;
    height: 44px;
}

li#searchSubmit input{
    width: 168px;
    height: 44px;
    border: none;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    text-align: left;
    padding-left: 38px;
    background: url(../../gtl/images/search_send.png) left center no-repeat;
}

/* banner */

div#bannerContainer {
    float: left;
    width: 973px;
    height: 342px;
}

div#bannerMenu {
    float: left;
    width: 265px;
}

div#bannerMenu ul{
    float: left;
    width: 263px;
    border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}

div#bannerMenu ul li{
    height: 39px;
    width: 263px;
    text-align: left;
    background: #fff url(../../gtl/images/menu_baner.jpg) bottom repeat-x;
    border-bottom: 1px solid #dfdfdf;
}

div#bannerMenu ul li a{
    display: block;
    height: 27px;
    padding: 12px 0 0 0;
    text-decoration: none;
    line-height: 16px;
    color: #5e5e5e;
    font-weight: bold;
}

div#bannerMenu ul li a:hover{
    color: #c4261d;
}

div#bannerMenu ul li a img{
    float: left;
    margin: 0 10px 0 9px;
}

li#bmAll {
    text-align: right !important;
}

li#bmAll a{
    background: url(../../gtl/images/bm_all.png) right center no-repeat !important;
    padding-right: 20px !important;
    font-weight: normal !important;
    font-style: italic;
}

div#bannerCont {
    float: right;
    width: 703px;
}

div#bannerOffer {
    float: right;
    width: 292px;
    height: 323px;
    background: url(../../gtl/images/baner_oferta_specjalna.png) no-repeat;
}

div#bannerOffer table{
    width: 98%;
    float: left;
}

div#bannerOffer table td{
    vertical-align: middle;
    text-align: left;
    padding: 5px 10px 0px 10px;
    height: 91px;
    overflow: hidden;
}

div#bannerOffer table td a{
    font-weight: bold;
    line-height: 14px;
    text-decoration: none;
}

div#bannerOffer table td img{
    width: 128px;
    height: 91px;
}

div#bannerOffer table td a:hover{
    color: #c12124;
}

div#bannerOffer table td p{
    color: #838383;
}

div#bannerOffer table td p strong{
    color: #c12124;
}

div#boHeadline {
    float: left;
    width: 292px;
    margin-top: 20px;
}

div#boHeadline p{
    float: left;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-style: italic;
    padding: 10px 13px;
    margin-top: -5px;
    font-weight: bold;
    background: #e01032 url(../../gtl/images/red_gradient.jpg) bottom repeat-x;
    font-family: Georgia, "Times New Roman", Times, serif;

    border-top-left-radius: 4px;
    -o-border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;

    border-top-right-radius: 4px;
    -o-border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
}

div#slider {
    float: left;
    width: 403px;
    height: 319px;
    border: 1px solid #dfdfdf;
    overflow: hidden;

    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
}

div#slider img{
    width: 403px;
    z-index: 0;
}

ul#navi {
    padding: 10px;
    background: #fff;
    z-index: 999;
    margin: 10px 0 0 -1px;
    position: absolute;

    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -o-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
}

ul#navi li{
    float: left;
    display: inline;
    padding: 0 1px;
}

ul#navi li a{
    display: block;
    float: left;
    width: 13px;
    height: 13px;
    background: url(../../gtl/images/slider_nav.png) no-repeat;
}

li.cycle-pager-active a {
    background: url(../../gtl/images/slider_nav_active.png) no-repeat !important;
}

/* location */

div#location {
    float: left;
    width: 972px;
    height: 27px;
    padding: 10px 0 0 8px;
}

div#location p{
    float: left;
    font-style: italic;
    padding-left: 5px;
    margin-left: 5px;
    background: url(../../gtl/images/location_arrow.png) left center no-repeat;
}

div#location p span{
    color: #e01032;
}

div#location p a{
    color: #8e8e8e;
    text-decoration: none;

}

div#location p a:hover{
    color: #e01032;
    text-decoration: underline;
}

/* boxes */

div#boxes {
    float: left;
    width: 980px;
}

div#boxes .text{
    font-style: italic;
    padding-top: 10px;
}

div#box1 {
    float: left;
    width: 318px;
    margin-right: 27px;
}

div#box2 {
    float: left;
    width: 318px;
    position: relative;
}

.btn_app  {
    position: absolute;

    opacity: .5;

}

.btn_app_ios {
    width: 86px;
    height: 26px;
    bottom: 16px;
    right: 21px;
    background: red;
}

.btn_app_android {
    width: 84px;
    height: 27px;
    bottom: 16px;
    right: 114px;
    background: green;
}

div#box3 {
    float: right;
    width: 269px;
    height: 199px;
    padding: 35px 10px 0 10px;
    background: url(../../gtl/images/box3.png) no-repeat;
}

div#box3 ul{
    float: left;
    padding: 5px 0 0 55px;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    background: url(../../gtl/images/kontakt_box.jpg) 0 20px no-repeat;
}

div#box3 ul li{
    padding: 4px 0;
}

div#box3 ul strong{
    color: #e01032;
}

div#box3 p{
    color: #e01032;
    font-size: 16px;
    font-weight: bold;
    float: left;
    text-transform: uppercase;
    font-family: Georgia, "Times New Roman", Times, serif;
}

div#box3 .more {
    margin-top: 10px;
}

div#box3 ul a{
    text-decoration: none;
}

div#box3 ul a:hover{
    color: #e01032;
}

div.boxHeadline {
    float: left;
    width: 318px;
}

div#box1 div.boxHeadline {
    height: 161px;
    background: url(../../gtl/images/unnamed.png) no-repeat;
}

div#box2 div.boxHeadline {
    height: 161px;
    background: url(../../gtl/images/box2_app.png) no-repeat;
}

div.boxHeadline p{
    float: right;
    background: #000;
    color: #fff;
    margin: 34px 0 0 0;
    padding: 12px 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Georgia, "Times New Roman", Times, serif;

    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
}

div#box1 div.boxHeadline p {
    margin-right:-10px
}

div.boxHeadline p a{
    color: #fff;
    text-decoration: none;
}

a.more {
    float: right;
    text-align: right;
    background: url(../../gtl/images/bm_all.png) right center no-repeat !important;
    padding-right: 20px !important;
    text-decoration: none;
    font-style: italic;
}

a.more:hover {
    text-decoration: none;
    color: #e01032;
}

/* CONTENT */

div#content {
    float: left;
    width: 950px;
    background: #fff;
    border: 1px solid #d1d1d1;
    margin-bottom: 25px;
    padding: 14px;
    padding-left:30px;
    padding-right: 30px;
    text-align: left;
    border-bottom-left-radius: 4px;
    -o-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -o-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
}

div#content img {
    max-width:100%;
}

div#content .offerList img {
    max-width:none;
}

div#content p {
    padding-left:0px!important;
}

/* SUBPAGE */

div#sectionRight {
    float: right;
    width: 664px;
}

div.filter1 {
    float: left;
    width: 662px;
    border: 1px solid #dcdcdc;
    border-right: none;
    background: #fff url(../../gtl/images/gradientL.jpg) bottom repeat-x;
}

div.filter1 table{
    width: 100%;
}

div.filter1 table td{
    padding: 10px;
    vertical-align: middle;
    text-align: left;
    border-right: 1px solid #dcdcdc;
}

div.filter1 table td p{
    float: left;
    color: #000;
    line-height: 14px;
    padding-top: 4px;
}

div.filter1 table td input{
    float: right;
}

.inpS {
    width: 50px;
    padding: 2px 3px;
    margin-left: 5px;
    color: #5a5a5a;
    border: 1px solid #929292;
}

.inpL {
    width: 113px;
    padding: 2px 3px;
    color: #5a5a5a;
    border: 1px solid #929292;
}

div.filter1 table td select.inpL {
    width: 120px;
    padding: 2px 3px;
    color: #5a5a5a;
    border: 1px solid #929292;
    float:right;
}

td.submit {
    border-top: 1px solid #dcdcdc;
}

td.submit input{
    border: none;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 15px;
    cursor: pointer;
    background: #e01032 url(../../gtl/images/gradient_red.jpg) bottom repeat-x;
}

div#filterWindow {
    float: left;
    width: 662px;
    border: 1px solid #dcdcdc;
    color: #000;
    padding: 20px 0;
    margin-top: 10px;
    background: #fff url(../../gtl/images/filter_window.png) bottom repeat-x;
}

div#filterWindow ul{
    float: left;
    padding: 0 0 0 10px;
}

div#filterWindow ul li{
    display: inline;
    font-weight: bold;
    color: #000;
    padding-right: 4px;
}

div#filterWindow p{
    float: right;
    padding: 3px 10px 0 0;
}

div#filterWindow a{
    color: #c22124 !important;
    text-decoration: none;
}

div#filterWindow a:hover{
    text-decoration: underline;
}

div#filterWindow a#activeFilter {
    color: #000 !important;
}

/* pagination */

div.pagin {
    float: right;
    width: 620px;
    padding: 10px 0;
}

div.pagin p{
    float: left;
    line-height: 26px;
    color: #139a7f;
    font-size: 13px;
}

div.pagin ul{
    float: right;
}

div.pagin ul li{
    float: left;
    display: inline;
    padding: 0 1px;
    color: #000;
}

div.pagin li a{
    display: block;
    padding: 6px 9px;
    background: #fff url(../../gtl/images/pagin_bg.png) bottom repeat-x;
    color: #556270;
    border: 1px solid #ddd;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o--moz-border-radius: 4px;
    border-radius: 4px;
    text-shadow: 1px 1px #eee;
}

div.pagin li a:hover{
    background: #fff url(../../gtl/images/pagin_bg_hover.png) bottom repeat-x !important;
}

a.pagin_active {
    color: #c22124 !important;
    font-weight: bold;
}

div.pagin li ul li{
    float: right;
    padding: 0;
}

/* offer list */

table.offerList {
    width: 664px;
    height: 135px;
    margin-bottom: 10px;
    background: url(../../gtl/images/offer_list.jpg) no-repeat;
}

table.offerList td{
    vertical-align: top;
    padding: 10px 5px 5px 10px;
}

table.offerGTL {
    width: 664px;
    height: 135px;
    margin-bottom: 10px;
    background: url(../../gtl/images/offer_gtl.jpg) no-repeat;
}

table.offerGTL td{
    vertical-align: top;
    padding: 10px 5px 5px 10px;
}

td.offerImg img{
    width: 137px;
    height: 109px;
}

div.offerTitle {
    float: left;
    width: 486px;
    border-bottom: 1px dotted #ccc;
    text-align: left;
    padding: 10px 0 5px 0;
}

div.offerTitle div{
    float: left;
    line-height: 14px;
}

div.offerTitle a{
    color: #2d2d2d;
    text-decoration: none;
}

div.offerTitle a:hover{
    color: #c4261d;
}

div.offerTitle span{
    color: #7a7a7a;
    font-size: 11px;
}

div.offerTitle span strong{
    color: #2e2e2e;
}

div.offerTitle p{
    float: right;
    font-weight: bold;
    font-size: 18px;
    font-style: italic;
    color: #2d2d2d;
    margin-top:-10px;
}

div.offerTitle .netto {
    font-size: 12px;
    font-weight:bold;
    float:right;
}

p.offerDesc {
    float: left;
    width: 486px;
    height: 45px;
    padding: 2px 0;
    overflow: hidden;
    color: #7a7a7a;
    font-size: 11px;
    text-align: left;
    line-height: 14px;
}

div.offerOpc {
    float: left;
    height: 18px;
    width: 465px;
    background: #e6e6e6;
}

div.offerOpc ul{
    float: left;
}

div.offerOpc li{
    float: left;
    border-left: 1px solid #fff;
    padding: 0 4px;
    line-height: 18px;
    font-size: 11px;
}

div.offerOpc li input{
    float: left;
}

div.offerOpc a{
    display: block;
    width: 91px;
    height: 18px;
    float: right;
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    margin-right: -8px;
    text-decoration: none;
    background: url(../../gtl/images/wiecej.png) no-repeat;
}

div.offerOpc a:hover{
    text-decoration: underline;
}

/* karta */

div#mainCar {
    float: left;
    width: 664px;
    margin-bottom: 20px;
}

div.carTitle {
    float: left;
    width: 664px;
    border-bottom: 1px solid #ababab;
    padding: 10px 0;
    margin-bottom: 20px;
}

div.carTitle p{
    float: left;
    font-size: 18px;
    color: #444;
}

div.carTitle ul{
    float: right;
}

div.carTitle ul li{
    float: right;
    font-size: 11px;
}

div#carGallery {
    float: left;
    width: 400px;
}

div.carGalleryMain {
    float: left;
    width: 400px;
    height: 268px;
    overflow: hidden;
}

div.carGalleryMain img{
    width: 400px;
}

div#carGalleryNav {
    float: left;
    width: 660px;
    padding: 14px 0;
}

div#carGalleryNav ul{
    float: left;
}

div#carGalleryNav ul li{
    float: left;
    width: 87px;
    height: 89px;
    overflow: hidden;
    margin: 0 2px;
}

div#carGalleryNav ul li img{
    width: 87px;
}

a#carGalleryNavPrev {
    float: left;
    display: block;
    width: 18px;
    height: 19px;
    margin-top: 20px;
    background: url(../../gtl/images/prev.jpg) 0 0 no-repeat;
}

a#carGalleryNavNext {
    float: right;
    display: block;
    width: 18px;
    height: 19px;
    margin-top: 20px;
    background: url(../../gtl/images/next.jpg) 0 0 no-repeat;
}

div#carProperty {
    float: right;
    width: 245px;
    padding: 10px 0;
}

p#carPrice {
    color: #c12223;
    line-height: 18px;
    text-align: left;
    font-style: italic;
}

p#carPrice strong{
    font-size: 30px;
    color: #2f2f2f;
}

div#carProperty table{
    width: 100%;
    text-align: left;
    margin: 20px 0 10px 0;
}

div#carProperty table td{
    padding: 10px;
}

.trBg td{
    background: #f8f8f9;
}

div#carProperty li{
    float: right;
    line-height: 16px;
    padding-right: 10px;
}

div#carProperty li a{
    color: #7a7a7a;
}

div#carProperty li a:hover{
    color: #c81e27;
}

div#carProperty li img{
    float: left;
    margin-right: 3px;
}

div.carDesc {
    float: left;
    width: 100%;
    border-top: 1px dotted #ababab;
    border-bottom: 1px dotted #ababab;
    padding: 10px 0;
}

div.carDesc strong span{
    color: #c4281f;
}

table.tableForm {
    width: 664px;
    float: left;
}

table.tableForm td{
    vertical-align: top;
    text-align: left;
}

.inpForm {
    width: 200px;
    padding: 5px;
    border: 1px solid #ccc;
    float: left;
    margin-bottom: 8px;
    font-style: italic;
    color: #5c5c5c;
    font-size: 13px;
}

.inpForm:focus {
    border: 1px solid #c1c1c1;
    color: #444;
    font-style: normal;
    box-shadow: 0px 0px 4px #ccc;
    -moz-box-shadow: 0px 0px 4px #ccc;
    -webkit-box-shadow: 0px 0px 4px #ccc;
}

table.tableForm textarea{
    width: 430px;
    padding: 5px;
    border: 1px solid #ccc;
    float: right;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 13px;
}

table.tableForm textarea:focus{
    border: 1px solid #c1c1c1;
    color: #444;
    font-style: normal;
    box-shadow: 0px 0px 4px #ccc;
    -moz-box-shadow: 0px 0px 4px #ccc;
    -webkit-box-shadow: 0px 0px 4px #ccc;
}

input.btnSend {
    float: right;
    border: none;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 15px;
    cursor: pointer;
    background: #e01032 url(../../gtl/images/gradient_red.jpg) bottom repeat-x;
}

a.btnZP {
    border: none;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 15px;
    cursor: pointer;
    background: #e01032 url(../../gtl/images/gradient_red.jpg) bottom repeat-x;
    text-decoration:none;
    cursor:pointer;
}

/* porownywarka pojazdow ----------------------------------------------------------------------------------------------------- */


table#compare {
    width: 100%;
    margin: 10px 0 0 0;
}

table#compare td{
    padding: 10px;
    line-height: 16px;
    border-bottom: 1px dotted #013f96;
}

table#compare td li{
    text-align: left;
    padding-left: 10px;
}

table#compare td strong{
    width: 100%;
    color: #c4261d;
}

tr#compareHeadline td{
    height: 158px;
    vertical-align: top;
    background: url(../../gtl/images/compareHeadline.jpg) top repeat-x;
}

tr#compareHeadline p {
    color: #003d9a;
    margin: 0 0 10px 0;
}

tr#compareHeadline p strong{
    color: #c4261d;
}

tr#compareHeadline td div{
    width: 150px;
    height: 100px;
    overflow: hidden;
}

tr#compareHeadline td img{
    width: 150px;
}

td.propertyName {
    text-align: left;
}

td.propertyName strong{
    color: #000 !important;
}

/* kontakt ------------------------------------------------------------------------------------------------------------ */

div#contact {
    float: left;
    width: 424px;
    text-align: left;
    padding: 10px 10px 10px 230px;
    border-bottom: 1px dotted #b5b5b5;
    background: url(../../gtl/images/contact_logo.jpg) 0 0 no-repeat;
}

div#contact strong{
    color: #003d9a;
}

div#contact ul{
    float: left;
    padding: 10px 17px 10px 0;
}

div#contact ul li{
    padding: 5px 0;
}

div#contactAdviser {
    float: left;
    width: 664px;
    padding: 10px 0;
}

div#contactAdviser p {
    text-align: left;
    margin: 15px 0 10px 0;
}

div#contactAdviser p strong{
    text-align: left;
    color: #003d9a;
}

ul.adviser {
    float: left;
    border-bottom: 1px solid #b8b8b8;
    width: 200px;
    text-align: left;
    line-height: 16px;
    padding: 10px 0;
}

ul.adviser img{
    float: left;
    width: 75px;
}

ul.adviser p{
    padding: 3px 0 0 0;
    margin: 0 !important;
}

ul.adviser strong{
    color: #003d9a;
}

ul.adviser div{
    width: 75px;
    height: 75px;
    overflow: hidden;
    float: left;
    margin: 0 10px 10px 0;
    border-bottom: 1px solid #013f96;
    padding-bottom: 1px;
}

table.tableForm td select{
    width: 212px;
    padding: 4px 5px;
    border: 1px solid #ccc;
    float: left;
    margin-bottom: 8px;
    font-style: italic;
    color: #5c5c5c;
    font-size: 13px;
}

table.tableForm td select:focus{
    border: 1px solid #c1c1c1;
    color: #444;
    font-style: normal;
    box-shadow: 0px 0px 4px #ccc;
    -moz-box-shadow: 0px 0px 4px #ccc;
    -webkit-box-shadow: 0px 0px 4px #ccc;
}

/* dostawcy ------------------------------------------------------------------------------------------------------------ */

table.contractor {
    width: 100%;
    border: 1px solid #ccc;
    margin: 10px 0;
    background: url(../../gtl/images/contractor.jpg) bottom repeat-x;
}

table.contractor {

}

table.contractor td{
    vertical-align: middle;
    padding: 10px 5px;
    width: 100px;
}

table.contractor td p{
    text-align: left;
    line-height: 14px;
    font-size: 11px;
    padding: 0px 10px;
}

tr.contractorDesc td{
    border-bottom: 1px dotted #ccc;
    color: #013f96;
    line-height: 14px;
    background: url(../../gtl/images/contractor_separator.jpg) 0 10px no-repeat;
}

tr.contractorDesc td img{
    border-bottom: 1px dotted #ccc;
    color: #013f96;
    line-height: 14px;
    max-width: 90px;
}

tr.contractorDesc td a{
    display: block;
    color: #fff;
    background: #fd5e16 url(../../gtl/images/button_bg01.jpg) bottom repeat-x;
    font-weight: bold;
    padding: 3px 0px;
    max-width: 70px;
    margin: auto !important;
}

tr.contractorDesc td a:hover{
    background: #fd5e16 url(../../gtl/images/button_bg01_hover.jpg) bottom repeat-x;
}


div#sectionLeft {
    float: left;
    width: 265px;
}

div#menuLeft {
    float: left;
    width: 265px;
}

div#menuLeft ul{
    float: left;
    width: 263px;
    border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}

div#menuLeft ul li{
    height: 39px;
    width: 263px;
    text-align: left;
    background: #fff url(../../gtl/images/menu_baner.jpg) bottom repeat-x;
    border-bottom: 1px solid #dfdfdf;
}

div#menuLeft ul li a{
    display: block;
    height: 27px;
    padding: 12px 0 0 0;
    text-decoration: none;
    line-height: 16px;
    color: #5e5e5e;
    font-weight: bold;
}

div#menuLeft ul li a:hover{
    color: #c4261d;
}

div#menuLeft ul li a img{
    float: left;
    margin: 0 10px 0 9px;
}

#menuActive {
    color: #c4261d !important;
}

#menuEmpty {
    color: #adadad !important;
}

div#contactLeft {
    float: right;
    width: 243px;
    padding: 20px 10px 15px 10px;
    border: 1px solid #ccc;
    margin-top: 10px;
}

div#contactLeft ul{
    float: left;
    padding: 5px 0 0 55px;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    background: url(../../gtl/images/kontakt_box.jpg) 0 20px no-repeat;
}

div#contactLeft ul li{
    padding: 4px 0;
}

div#contactLeft ul strong{
    color: #e01032;
}

div#contactLeft p{
    color: #e01032;
    font-size: 16px;
    font-weight: bold;
    float: left;
    text-transform: uppercase;
    font-family: Georgia, "Times New Roman", Times, serif;
}

div#contactLeft .more {
    margin-top: 10px;
}

div#contactLeft ul a{
    text-decoration: none;
}

div#contactLeft ul a:hover{
    color: #e01032;
}

ul.buttonBox {
    float: left;
    width: 250px;
    border: 1px solid #ccc;
    padding: 10px 0 10px 13px;
    margin-top: 10px;
    background: url(../../gtl/images/filter_window.png) bottom repeat-x;
}

ul.buttonBox li{
    float: left;
    width: 238px;
    padding: 3px 0;
}

li.halfBtn {
    width: 118px !important;
    margin-right: 1px;
}

ul.buttonBox li a{
    display: block;
    width: 100%;
    background: #7d7e7d url(../../gtl/images/gradient_black.jpg) bottom repeat-x;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    text-decoration: none;
}

ul.buttonBox li a:hover{
    background: #e01032 url(../../gtl/images/gradient_red.jpg) bottom repeat-x;
}

/* calculator */

div#calculator {
    float: left;
    width: 245px;
    padding: 15px 10px 10px 10px;
    margin-top: 10px;
    background: #c00 url(../../gtl/images/kalkulator_bg.jpg) bottom repeat-x;
}

div#calculator h2{
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
}

div#calculator ul{
    float: left;
    width: 245px;
}

div#calculator ul li{
    padding: 5px 0;
    text-align: left;
}

div#calculator ul li label{
    text-align: left;
    font-weight: bold;
    color: #fff;
}

.inpCal {
    width: 100%;
    background: #fff;
    border: none;
    text-align: center;
    padding: 5px 0;
    font-size: 16px;
    color: #9c9c9c;
    font-weight: bold;
    margin-top: 4px;
}

div#scroller {
    margin: 5px 0;
    background: url(../../gtl/images/scroller_bg.jpg) left center repeat-x;
}

div#calculator ul li p{
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: center !important;
}

div#calculator ul li p strong{
    color: #fff;
    font-size: 44px;
    text-align: center !important;
    font-family: Georgia, "Times New Roman", Times, serif;
}

input#calculatorSubmit {
    background: #7d7e7d url(../../gtl/images/gradient_black.jpg) bottom repeat-x;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 8px 0;
    border: none;
    width: 100%;
    cursor: pointer;
    font-size: 13px;
    float: left;
    margin-top: 10px;

    border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

div#menuSubpage {
    float: left;
    width: 233px;
    border: 1px solid #ccc;
    padding: 20px 15px;
}

div#menuSubpage li{
    text-align: left;
    padding: 5px 0;
}

div#menuSubpage li a{
    font-weight: bold;
    text-decoration: none;
}

div#menuSubpage li a:hover{
    color: #c4261d;
}

div#menuSubpage li ul {
    padding: 5px 0;
}

div#menuSubpage li ul li {
    padding-left: 10px;
}

div#menuSubpage li ul li a{
    font-weight: normal;
}

a#menuSubpActive {
    color: #c4261d;
}

a#subActive {
    text-decoration: underline !important;
}

div.faq {
    float: left;
    width: 100%;
}

div.faqLabel {
    float: left;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
    font-weight: bold;
    background: #e01032 url(../../gtl/images/gradient_red.jpg) bottom repeat-x;
    font-family: Georgia, "Times New Roman", Times, serif;
}

div.faqRight {
    float: right;
    width: 560px;
    text-align: left;
    padding: 10px 40px 10px 0;
}

p.faqTitle {
    font-weight: bold;
}

p.faqTitle a{
    font-weight: bold;
    text-decoration: none;
}

p.faqTitle a:hover{
    color: #c81e27;
}

/* CONTACT */

div#googleMap {
    float: left;
    margin: 10px 20px 10px 0;
}

ul.contactList {
    float: left;
    padding: 15px 0;
    text-align: left;
}

ul.contactList li{
    padding: 6px 0;
    font-size: 13px;
    font-weight: bold;
}

ul.contactList li strong{
    padding: 6px 0;
    font-size: 16px;
    color: #c4261d;
    font-family: Georgia, "Times New Roman", Times, serif;
}

/* TEXT FORMAT */

div.text {
    float: left;
    width: 100%;
    line-height: 18px;
    text-align: center;
}

div.text h1{
    margin: 10px 0;
    font-size: 22px;
    color: #c4261d;
    text-align: left;
    font-family: Georgia, "Times New Roman", Times, serif;
}

div.text h2{
    margin: 10px 0;
    font-size: 20px;
    color: #c4261d;
    text-align: left;
    font-family: Georgia, "Times New Roman", Times, serif;
}

div.text h3{
    margin: 10px 0;
    font-size: 18px;
    color: #c4261d;
    text-align: left;
    font-family: Georgia, "Times New Roman", Times, serif;
}

div.text h4{
    margin: 10px 0;
    font-size: 16px;
    color: #c4261d;
    text-align: left;
    font-family: Georgia, "Times New Roman", Times, serif;
}

div.text h5{
    margin: 10px 0;
    font-size: 14px;
    color: #c4261d;
    text-align: left;
    font-family: Georgia, "Times New Roman", Times, serif;
}

div.text p{
    text-align: left;
    line-height: 20px;
    padding: 5px 0;
    font-size: 13px;
}

div.text img{
    margin: 10px auto;
}

div.text ul{
    padding: 10px;
    text-align: left;
}

div.text ul li{
    padding: 3px 20px;
    line-height: 16px;
    font-size: 13px;
    background: url(../../gtl/images/bullet.gif) 0 7px no-repeat;
}

div.text ol{
    padding: 10px;
    text-align: left;
}

div.text ol li{
    list-style: decimal inside;
    padding: 3px 3px;
    line-height: 16px;
    font-size: 13px;
}

div.text table{
    width: 100%;
    margin: 10px 0;
}

div.text table th{
    vertical-align: middle;
    height: 40px;
    text-align: center;
    border: 1px solid #fff;
    background: #000;
    color: #fff;
    padding: 0 5px;
}

div.text table td{
    vertical-align: middle;
    height: 40px;
    text-align: center;
    border: 1px solid #ebebeb;
    padding: 0 5px;
}

.fade {
    display:none;
    position: fixed;
    background: #000;
    opacity:.2;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:999;
}

.offerForYouModal {
    display: none;
    background: #fff;
    padding: 20px;
    position:fixed;
    top:150px;
    left:0;
    right:0;
    margin-left: auto;
    margin-right: auto;
    width:300px;
    border:10px solid #c81e27;
    text-align: left;
    font-size:16px;
    z-index:10000;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}

.offerForYouModal .modal-close {
    display: inline-block;
    padding:3px 10px 3px 10px;
    background: #c81e27;
    color:#fff;
    font-weight: bold;
    text-decoration: none;
    font-size:13px;
    float:right;
    margin: 15px 0 0px 0;
}

#bannerOffer .req-error {
    outline:3px solid #000;
    background:#fff url(../../img/warning.png) center right;
    background-repeat: no-repeat;
}

/* FOOTER */


div#footLeft {
    float: left;
    width: 460px;
    text-align: left;
}

div#footLeft .headlineFoot{
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    font-family: Georgia, "Times New Roman", Times, serif;
}

div#footLeft ul{
    float: left;
    text-align: left;
    padding: 15px 80px 15px 0;
}

div#footLeft ul li{
    padding-right: 15px;
    padding: 8px 0;
}

div#footLeft ul li a{
    color: #939393;
    text-decoration: none;
    font-size: 12px;
}

div#footLeft ul li a:hover{
    color: #939393;
    text-decoration: underline;
}

div#footRight {
    float: right;
    width: 500px;
}

div#newsletter {
    float: right;
    width: 340px;
}

div#newsletter .headlineFoot{
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    text-align: left;
    font-weight: bold;
    width: 100%;
    font-family: Georgia, "Times New Roman", Times, serif;
}

div#newsletter ul{
    float: right;
    background: #474645;
    padding: 20px 15px;
    margin-top: 12px;
    width: 310px;

    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
}

div#newsletter ul li{
    float: right;
    display: inline;
}

input#newsletterSubmit {
    float: right;
    border: none;
    cursor: pointer;
    height: 24px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    background: #e01032 url(../../gtl/images/red_gradient.jpg) bottom repeat-x;

    border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
}

input#newsletterInput {
    float: right;
    height: 24px;
    background: #fff;
    border: none;
    padding: 0 10px;
    font-style: italic;
    font-size: 11px;
    margin-right: 10px;
    width: 200px;

    border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
}

div#contactFoot {
    float: right;
    width: 500px;
}

div#contactFoot ul{
    float: right;
    text-align: right;
    color: #9f9b98;
    margin-left: 30px;
    margin-top: 15px;
}

div#contactFoot ul li{
    padding: 6px 0;
}

div#contactFoot ul li strong{
    font-size: 30px;
}

div#footer {
    float: left;
    width: 980px;
    border-top: 1px solid #535353;
    text-align: right;
    color: #808080;
    font-size: 11px;
    padding: 10px 0;

}

div#footer a{
    color: #808080;
}

@media print {
    #search, #menu, #control-anchor, #sectionLeft, #control-radio, #location, #carQuery, #relatedVehicle, #footPage, #language { display: none; }
    #content { border: none; }
    div#sectionRight { float:none; }
}

.sbHolder{
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 30px;
    position: relative;
    width: 200px;
    margin-top: 6px;
}
.sbHolder:focus .sbSelector{

}
.sbSelector{
    display: block;
    height: 30px;
    left: 0;
    line-height: 30px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 10px;
    top: 0;
    width: 170px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
    color: #5e5e5e;
    font-weight: bold;
    outline: none;
    text-decoration: none;
}


.sbToggle{
    background: url(/media/img/select-icons.png) 0 -116px no-repeat;
    display: block;
    height: 30px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}
.sbToggle:hover{
    background: url(/media/img/select-icons.png) 0 -167px no-repeat;
}
.sbToggleOpen{
    background: url(/media/img/select-icons.png) 0 -16px no-repeat;
}
.sbToggleOpen:hover{
    background: url(/media/img/select-icons.png) 0 -66px no-repeat;
}
.sbHolderDisabled{
    background-color: #3C3C3C;
}
.sbHolderDisabled .sbHolder{

}
.sbHolderDisabled .sbToggle{

}
.sbOptions{
    background-color: #fff;
    border: solid 1px #515151;
    list-style: none;
    left: -1px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30px;
    width: 200px;
    z-index: 11111;
    overflow-y: auto;
}
.sbOptions li{
    padding: 0 7px;
    width:182px;
}
.sbOptions a{
    border-bottom: dotted 1px #515151;
    display: block;
    outline: none;
    width:100%;
    padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
    color: #5e5e5e;
    font-weight: bold;
    text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
    color: #c4261d;
}
.sbOptions li.last a{
    border-bottom: none;
}
.sbOptions .sbDisabled{
    border-bottom: dotted 1px #515151;
    color: #999;
    display: block;
    padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
    border-bottom: dotted 1px #515151;
    color: #EBB52D;
    display: block;
    font-weight: bold;
    padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
    padding-left: 17px;
}

.dd-container {
    margin-top: -4px!important;
    margin:auto;
}


.dd-select {
    width: 100%;
    height: 36px;
    background: url(/media/gtl/images/select_bg.png) repeat-x!important;
    text-align: left;
    border:none!important;
    font-size: 14px;
    color: #474747;
    font-weight: bold;
    margin-top: 6px;
    border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.dd-selected-text {
    font-size:12px;
    line-height: 17px!important;
    color:#5e5e5e;
}

ul#listA li label {
    font-style: normal!important;
    color:#000;
    text-decoration: none!important;
}

ul#listB li label {
    font-style: normal!important;
    color:#000;
    text-decoration: none!important;
}

.dd-select a {
    text-decoration: none!important;
}

.dd-pointer-up {
    border-bottom: solid 5px #c4261d;
}

.dd-pointer-down {
    border-top: solid 5px #c4261d!important;
}

.dd-option {
    cursor: pointer;
    width: 209px;
    text-align: left;
}

.dd-option:hover {
    background: #5e9dd9!important;

}

.dd-option:hover label {
    color:#fff!important;
}


.contact { }
.contact h3 { color:#c4261d; margin-top: 10px; margin-bottom: 15px; }
.contact .box span { color:#8d8d8d; }
.contact .box input[type=text] { width:295px; }
.contact .box { min-height: 341px; width: 31%; float:left; border-right:1px solid #d1d1d1; line-height: 18px; font-size:13px; padding-left: 20px; }
.contact .box:first-child { padding-left: 0; }
.contact .box:last-child { border: none; }
.contact table.tableForm { width:auto; }


.form-contact .message {
    border:1px solid #34A7CC;
    background:#E5EDF5;
    padding: 10px;
    width:285px;
    margin-bottom: 10px;
}

.form-contact .error {
    border:1px solid red;
}

#form-query .error {
    border:1px solid red;
}

#form-query  .message {
    border:1px solid #34A7CC;
    background:#E5EDF5;
    padding: 10px;
    width:285px;
    margin-bottom: 10px;
    display:none;
}

.foto-item span:hover {
    background: #FCD76A;
}

.catalog .img-catalog {
    display: block;
    margin:0 auto;
}

.catalog .form-catalog {
    position: fixed;
    margin:0 auto;
    margin-top:90px;
    display: block;
    text-align: center;
    width:100%;
}

.catalog .form-catalog .inner {
    width:450px;
    margin:0 auto;
    background: #fff;
    padding: 20px;
    opacity: .9;
    border-radius: 20px;
    border:10px solid #e01032;
}

.catalog .form-catalog .inner p {
    font-weight: bold;
    margin: 0 0 15px 0;
}

.catalog .form-catalog input[type=email] {
    padding: 10px 20px 10px 20px;

    font-size: 21px;
    border:2px solid #e01032;
    width:89%;
}

.catalog .form-catalog .rule {
    text-align: left;
    margin-top: 5px;
}

.catalog .form-catalog input {
    vertical-align: top;
}

.catalog .form-catalog .rule .ctext {
    display: inline-block;
    width: 328px;
    margin-left: 7px;
    font-size: 10px;
    text-align: justify;
}

.catalog .form-catalog .buttons {
    text-align: right;
}

.catalog .form-catalog input[type=submit] {
    background: #e01032;
    color:#fff;
    font-weight: bold;
    padding: 8px 15px 8px 15px;
    border:none;
}

.contact select.inpForm {
    width:306px;
}

.contact .bnone {
    border: none;
}

.offerListHighlight {
    border: 2px solid red;
    background: #D0D0D0!important;
}

.offerListHighlight div.offerOpc {
    background: none;
}

.offerListHighlight div.offerOpc a {
    background: #C4261D;
}

.address-box {
    text-align: left;
    font-size:11px;
    position: absolute;
    top:26px;
}

.address-box u {
    font-size:13px;
}

.address-box b {
    color:#c6251d;
}

.address-box .tel {
    font-weight: bold;
    font-size:14px;
}

.btn-show-send-q {
    margin-top: 2px;
    float:right;
}

#search {

}

#searchInp {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 30px!important;
    width: 299px!important;
}

li#searchInp input {
    padding: 2px 5px 0 5px!important;
    height: 27px;
    width: 280px;
}
li#searchSubmit {
    height: 34px;
    width:130px;
}

li#searchSubmit input {
    height: 34px;
    width:130px;
    padding-left: 33px;
    font-size:12px;
}

.search-right {
    background: url(/media/gtl/images/search-right.png) no-repeat;
    width:253px;
    height:34px;
    margin-left: 427px;
    color:#fff;
    font-size: 12px;
    padding: 11px 10px 10px 0;
    font-weight: bold;
}

.search-right a:first-child {
    margin-left: -17px;
}

.search-right a {
    text-decoration: none;
    color:#fff;
}

.search-right a:hover {
    text-decoration: underline;
}

.search-right .sep {
    margin: 0 9px 0 9px;
}

#menu {
    background: url(/media/gtl/images/menu-bg.png) repeat-x;
    float:left!important;
    margin-top:2px!important;
    width:638px!important;
    position: relative;
}

ul#menu li {
    background: none;
    padding: 7px 0 0 0;
}

ul#menu li a {
    color:#fff;
}

.portal-klienta {
    background: url(/media/gtl/images/portal_klienta.png) no-repeat;
    width:192px;
    height:43px;
    top:0;
    right:-128px;
    display: block;
    position: absolute;
}

.white-empty-menu {
    background: url(/media/gtl/images/white_empty_menu.png) no-repeat;
    width:192px;
    height:43px;
    top:0;
    right:-149px;
    display: block;
    position: absolute;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 4px;
    line-height: 30px;
}

#bannerOffer {
    position: relative;
}

.formOffer {
    background: url(/media/gtl/images/oferta.png) no-repeat;
    width:240px;
    height:285px;
    position:absolute;
    top: 21px;
    left: -70px;
    z-index:100;
    padding-left: 110px;
    color:#fff;
    text-align: left;
}

.formOffer .offer-title {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    margin: 15px 0 15px 0;
}

.formOffer label {
    display: block;
    margin:8px 0 5px 0;
}

.formOffer input[type=text], .formOffer input[type=email] {
    width:210px;
    border-radius: 3px;
    border:none;
    padding: 5px;
}

.formOffer .checkbox-box {
    margin-top: 10px;
}

.formOffer .checkbox-box input[type=checkbox] {
    margin-left: -2px;
    vertical-align: top;
}

.formOffer .checkbox-box .checkbox-info {
    width:200px;
    display: inline-block;
    margin-top:2px;
    font-size:10px;
}

.formOffer button[type=submit] {
    background: url(/media/gtl/images/offer-btn.png) no-repeat;
    width: 104px;
    height:36px;
    border: none;
    float:right;
    margin: 10px 20px 0 0;
    cursor: pointer;
}

.formOffer button[type=submit]:hover {
    opacity: 0.9;
}

.clearfix {
    clear:both;
}

#bannerHorizontalOffer {
    clear:both;
    background: #fff;
    border-radius: 5px;
    border:1px solid #ebebeb;
    margin: 40px 0 20px 0;
}

#boHeadline { margin-top:-28px; }

.boItems {
    padding: 15px;
}

#bannerHorizontalOffer {
    overflow: hidden;
    position: relative;
}

.owl-prev {
    position: absolute;
    top:45px;
    left:0;
    width:11px;
    height:15px;
    background: url(/media/gtl/images/al.png) no-repeat!important;
    text-indent: -9999px;
}

.owl-next {
    position: absolute;
    top:45px;
    right:13px;
    width:11px;
    height:15px;
    background: url(/media/gtl/images/ar.png) no-repeat!important;
    text-indent: -9999px;
}

.owl-theme .owl-controls .owl-page span {
    margin:5px 4px!important;
}

.boItems .boItem {
    width:300px;
    display: inline-block;
    color:#666;
    vertical-align: top;
}

.boItems .boItem img {
    width:100px;
    height: 80px;
    float:left;
    margin-right: 10px;
    vertical-align: top;
}

.boItems .boItem .boText {
    width:250px;
    text-align: left;
}

.boItems .boItem .boText a {
    font-weight: bold;
    color:#000;
    font-size: 15px;
    display: block;
    vertical-align: bottom;
    padding-top: 14px;
}

.boItems .boItem .boText p {
    font-size: 14px;
}

.boItems .boItem .boText a:hover {
    color:#c6251d;
}

.boItems .boItem .boPrice {
    color:#c6251d;
}

#box3 {
    text-align: left;
    color:#666;
    height: 172px!important;
    background-position: right 12px!important;

}

#box3 p {
    margin-bottom: 5px;
}

#box3 b {
    font-size:14px;
    line-height: 19px;
}

.ir {
    margin-bottom: 30px;
}

.index-rank-title {
    margin: 8px 0 8px 0;
    font-size:13px;
}

.index-rank {
    background: url(/media/gtl/images/rank.png) no-repeat;
    width: 127px;
    height:38px;
    text-align: center;
    float:left;
    padding: 9px;
    font-size:20px;
    color:#fff;
    font-weight: bold;
    padding-left: 0;
}
#bannerCont {
    position: relative;
}
ul#navi {
    position: absolute;
    bottom: 3px;
    left: 340px;
}

.referencje.text {
    text-align: left;
}

.owl-article-carousel .owl-wrapper {
    padding-left: 20px;
}

#car-form .inpForm {
    width:100%;
}

#car-form {
    margin-top:30px;
}

#car-form select.inpForm {
    background: #fff;
    -ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;
    box-sizing:content-box;
}

#car-form .row {
    clear:both;
    margin-left:-15px;
}

#car-form .form-group {
    margin:15px 25px 15px 15px;
}

#car-form .span4 {
    width:33.3%;
    float:left;
}

#car-form .span3 {
    width:25%;
    float:left;
}

#car-form .span12 {
    width:100%;
    float:left;
}

#car-form label {
    display:block;
    font-weight:bold;
    margin-bottom:2px;
}

form input.sum1 { margin-left:0!important; }
form input.sum, form input.captcha { float:none; width:50px!important; display: inline-block; text-align: center; margin:10px; }
.progress-box { padding-top:30px; font-weight:bold; color:#008ef9; }
.progress-box img { margin-right:15px; }

.req-error { outline:1px solid red; }

#car-form .alert {
    background:#ffd7d7;
    padding:15px;
    margin-bottom:15px;
    border:2px solid red;
}
#car-form .alert ul {
    list-style:disc;
    padding-left:30px;
}
#car-form .alert li {
    margin-bottom:1px;
}

.captcha-box {
    margin-top:20px;
}

#car-form input[type=submit] {
    background: #e01032 url(../../gtl/images/red_gradient.jpg) bottom repeat-x;
    font-size:14px;
    font-weight: bold;
    padding:10px;
    float:right;
    color:#fff;
    text-decoration: none;
    border:none;
    border-radius: 8px;
}
#uploadBtn {
    color:#fff;
    text-decoration: none;
    cursor:pointer;
    font-size:17px;
    font-weight: bold;
    display:block;
    width:220px;
    padding:15px;
    text-align: center;
    border-radius:10px;
    margin:15px auto;
    background: #e01032 url(../../gtl/images/red_gradient.jpg) bottom repeat-x;

}

.owl-carousel-big .item {
    display:inline-block;
    padding:15px;
}
.owl-carousel-big .item img {
    width:100%;
}

.break-popup { background: #fff; width:400px; position: absolute; top:15%;
    border-radius: 7px;
    padding: 8px;
    border: 5px solid #c6251d;
    z-index: 1005;
}

.hide { display: none; }

.break-fade {
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    background: #000;
    opacity: .5;
    z-index: 1000;
}

.break-popup .popup-content {
    font-size:20px;
    padding: 15px;
}

.break-popup .close {
    margin-top: 15px;
    padding: 6px 10px;
    font-size:14px;
    background: #000;
    color:#fff;
    text-decoration: none;
    border-radius: 7px;
}

.break-popup .close:hover {
    opacity: .8;
}

.photos .photo-box { position:relative; width:200px; height: 200px; background-position: center center; background-repeat: no-repeat; float:left; margin-right: 15px; margin-bottom: 15px; }
.photo-box a { display: none; position: absolute; bottom:20px; left:80px; background: #e01032; color:#fff; text-decoration: none; font-weight: bold; padding:3px 6px; }
.photo-box:hover a { display: block; }

.alert-success { background:#b0d877; border:1px solid #191; padding: 15px; margin:20px 0 0 0; }

.promo-gtl .baner { max-width: 100%; }
.promo-gtl .offer { border:3px solid #c4261d; margin-bottom: 15px; width:100%; }
.promo-gtl .offer td { padding: 10px; vertical-align: top; }
.promo-gtl .box-img { overflow:hidden; }
.promo-gtl .offerImg { width:260px;}
.promo-gtl .offer:hover .offerImg img { -moz-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); }
.promo-gtl .offerImg img { width:260px; height: 190px;   -moz-transition: all 0.3s; -webkit-transition: all 0.3s;  transition: all 0.3s; }
.promo-gtl .offerTitle, .promo-gtl .offerDesc { width: 300px; }
.promo-gtl .offerDesc { height: 80px; }
.promo-gtl .offerTitle a { color:#c4261d; }

.promo-gtl .oldprice span { color:#afafaf; font-size: 12px; font-style:italic; }
.promo-gtl .oldprice { font-size: 18px; font-weight: bold; text-align: right; }
.promo-gtl .offerPriceOld { border-bottom:1px dotted #ccc; padding: 10px 0 15px; }
.promo-gtl .promoprice div {color:#afafaf; font-size: 12px; font-style:italic; }
.promo-gtl .promoprice { color:#c4261d; font-style:italic; font-size: 26px; text-align: right; font-weight: bold; }

.promo-gtl .promo div, .promo-gtl .promoprice div  { margin-bottom: 5px;}
.promotable .promo div, .promotable .promoprice div  { margin-bottom: 5px;}

.offer-box { position: relative; }
    .offer-box .offer-fade { position: absolute; top:0; left:0; width: 100%; height:100%; background: #fff; opacity: .7; z-index: 10; }
    .offer-box .offer-fade2 { background: url(../../gtl/images/sprzedano.png) no-repeat; position: absolute; top:0; right:0; width: 135px; height:100%; opacity: .7; z-index: 11; }
    .offer-box .offer-fade3 { background: url(../../gtl/images/rezerwacja.png) no-repeat; position: absolute; top:0; right:0; width: 135px; height:100%; opacity: .7; z-index: 11; }

.promo-gtl .promo div {color:#afafaf; font-size: 12px; font-style:italic; }
.promo-gtl .promo { color:#000; font-style:italic; font-size: 26px; text-align: left; font-weight: bold; }

.promotable { width:100%; margin-top: 0!important; }
.promotable .promo div {color:#afafaf; font-size: 12px; font-style:italic; }
.promotable .promo { color:#000; font-style:italic; font-size: 24px; text-align: left; font-weight: bold; }

.promotable .oldprice span { color:#afafaf; font-size: 12px; font-style:italic; }
.promotable .oldprice { font-size: 18px; font-weight: bold; text-align: right; font-style: italic; padding-bottom: 0!important; }
.promotable .promoprice div {color:#afafaf; font-size: 12px; font-style:italic; }
.promotable .promoprice { color:#c4261d; font-style:italic; font-size: 24px; text-align: right; font-weight: bold; }

.btn-orig-trans {
    background: #eeeeeef9;
    color: #000!important;
    margin-top: 5px;
    padding: 3px 15px;
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
    float: right;
        margin-top: -32px;
}

.bannerInfo {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    display: block;
    clear: both;
    width: 80%;
    padding: 10px;
    margin: 8px auto;
    font-weight: bold;
}

.promo-gtl .buttons { text-align: right; }
.promo-gtl .buttons .wniosek { text-decoration: none; background:url(/media/gtl/images/btn_g.png) no-repeat; width:140px; text-decoration: none; height: 18px; text-align: center; color:#fff; font-weight: bold; padding: 2px; display: inline-block;  }
.promo-gtl .buttons .more2 { text-decoration: none;  background:url(/media/gtl/images/btn_r.png) no-repeat; width:185px; height: 18px; text-align: center; color:#fff; font-weight: bold; display: inline-block; padding: 2px; }

.promo-show-banner { background:url(/media/gtl/images/bg_p.png) no-repeat; background-size: 100% 100%; padding: 8px 0 10px 0; }
.promo-show-banner .timer { position: relative; top:auto; left:auto; }
.promo-show-banner .timer-title { font-size: 10px; text-align: center; color:#fff; margin-bottom: 2px; font-weight: bold; }

.promo-banner { position: relative; }
.timer {position: absolute; top:250px; left:35%; text-align: center; }
.timer .val { color:#fff; display: inline-block; font-size: 32px; vertical-align: top; font-weight: bold; }
.timer .val.middle { margin-left: 5px; margin-right: 5px;}
.timer .val .small { font-size: 11px; }

.promo-layer { font-size:20px; color:#fff; position: fixed; width:100%; padding: 10px; background:#c4261d; bottom:0; left:0; }
.promo-layer a { margin-left: 20px;  font-size:15px; color:#fff; text-decoration: none; border:1px solid #fff; padding:  5px 15px; border-radius: 15px; }
.promo-layer a:hover { background: #fff; color:#c4261d; }

.promo-form, .rule-popup, .corona-popup, .christmas-popup { display:none; position: fixed; top:100px; left:300px; background: #474645; color:#fff; padding: 20px; width:300px; padding-top: 40px;
-webkit-box-shadow: 6px 6px 37px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 6px 6px 37px 0px rgba(0,0,0,0.75);
box-shadow: 6px 6px 37px 0px rgba(0,0,0,0.75);
z-index: 100;
}

#subPage #content .article {
    padding: 0 20px;
}

#subPage #content .article ul {
    list-style: disc;
    margin-left: 20px;
}

#subPage #content .article ul li {
    padding-left: 5px!important;
    font-size: 20px;
}

.ref-menu { list-style: none; }
.ref-menu li { background: none!important; }
ul.ref-menu li a { text-decoration: none; }
.ref-menu .info-record { color:#fff!important;; }

.rule-popup ol { list-style:decimal; }
.rule-popup { width:516px; max-width: 100%; z-index:1000;}
.rule-popup .rule-body { text-align: justify; line-height: 16px; padding: 15px; }
.rule-popup .rule-body a,.rule-popup .rule-body a:hover, #bannerOffer a, #bannerOffer a:hover {color:#fff;}

.christmas-popup { width: 400px; max-width: 100%; z-index: 1001; }
.christmas-popup .christmas-body { text-align: justify; line-height: 16px; padding: 15px; }
.christmas-popup .close{ margin-top:-30px; margin-right: -3px; text-decoration: none; float: right; background: #fff; padding: 4px 6px; border-radius: 10px;  display: inline-block; }

.corona-popup ol { list-style:decimal; padding-left: 35px; margin-bottom: 15px;}
.corona-popup { width:516px; max-width: 92%; z-index:1000;}
.corona-popup .rule-body { text-align: justify; line-height: 16px; padding: 15px; }
.corona-popup .rule-body a,.rule-popup .rule-body a:hover, #bannerOffer a, #bannerOffer a:hover {color:#fff;}
.corona-popup label { font-weight:bold; display: block; margin-top:5px; margin-bottom: 2px;}
.corona-popup input[type=text] { padding: 4px; width:97%; border-radius: 3px; margin-bottom: 10px; }
.corona-popup .buttons { text-align: right; }
.corona-popup .alert { display: none; }
.corona-popup .loader { visibility:hidden; }
.corona-popup input[type=submit] {
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 13px;
    padding: 8px 20px;
    font-weight: bold;
    background: #e01032 url(../../gtl/images/red_gradient.jpg) bottom repeat-x;
    background-size: 100% 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    margin:20px -4px 0 0;
}
.corona-popup .close{ margin-top:-30px; margin-right: -3px; text-decoration: none; float: right; background: #fff; padding: 4px 6px; border-radius: 10px;  display: inline-block; }
.corona-popup .windows8 { float:left; margin: 15px 0 0 5px; }
.corona-popup h2 { color:#9f9b98; font-weight: bold; padding-bottom: 5px; border-bottom: 1px solid #9f9b98; margin-bottom: 10px; }


#bannerOffer a {text-decoration: none; font-weight: bold!important; }
#bannerOffer a:hover { text-decoration: underline; }
.rule-popup label, .promo-form label { font-weight:bold; display: block; margin-top:5px; margin-bottom: 2px;}
.promo-form input[type=text] { padding: 4px; width:97%; border-radius: 3px; margin-bottom: 10px; }
.rule-popup .buttons, .promo-form .buttons { text-align: right; }
.promo-form .alert { display: none; }
.promo-form .loader { visibility:hidden; }
.promo-form input[type=submit], .rule-popup input[type=submit] {
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 13px;
    padding: 8px 20px;
    font-weight: bold;
    background: #e01032 url(../../gtl/images/red_gradient.jpg) bottom repeat-x;
    background-size: 100% 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    margin:20px -4px 0 0;
}
.promo-form .close, .rule-popup .close { margin-top:-30px; margin-right: -3px; text-decoration: none; float: right; background: #fff; padding: 4px 6px; border-radius: 10px;  display: inline-block; }
.promo-form .windows8 { float:left; margin: 15px 0 0 5px; }
.promo-form h2, .rule-popup h2 { color:#9f9b98; font-weight: bold; padding-bottom: 5px; border-bottom: 1px solid #9f9b98; margin-bottom: 10px; }

.promo-form .alert-danger { background:tomato; color:#fff; padding: 10px; }
.promo-form .alert-success { background:#4EBC30; color:#fff; padding: 10px; }

.buttons-show .wniosek {
    background: #c4261d;
    color:#fff!important;
    margin-top:5px;
    padding: 3px 15px;
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}
.buttons-show .wniosek:hover {
    text-decoration: underline;
}
.windows8 {
	position: relative;
	width: 24px;
	height:24px;
	margin:auto;
}

.windows8 .wBall {
	position: absolute;
	width: 23px;
	height: 23px;
	opacity: 0;
	transform: rotate(225deg);
		-o-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		-moz-transform: rotate(225deg);
	animation: orbit 6.96s infinite;
		-o-animation: orbit 6.96s infinite;
		-ms-animation: orbit 6.96s infinite;
		-webkit-animation: orbit 6.96s infinite;
		-moz-animation: orbit 6.96s infinite;
}

.windows8 .wBall .wInnerBall{
	position: absolute;
	width: 3px;
	height: 3px;
	background: rgb(255,255,255);
	left:0px;
	top:0px;
	border-radius: 3px;
}

.windows8 #wBall_1 {
	animation-delay: 1.52s;
		-o-animation-delay: 1.52s;
		-ms-animation-delay: 1.52s;
		-webkit-animation-delay: 1.52s;
		-moz-animation-delay: 1.52s;
}

.windows8 #wBall_2 {
	animation-delay: 0.3s;
		-o-animation-delay: 0.3s;
		-ms-animation-delay: 0.3s;
		-webkit-animation-delay: 0.3s;
		-moz-animation-delay: 0.3s;
}

.windows8 #wBall_3 {
	animation-delay: 0.61s;
		-o-animation-delay: 0.61s;
		-ms-animation-delay: 0.61s;
		-webkit-animation-delay: 0.61s;
		-moz-animation-delay: 0.61s;
}

.windows8 #wBall_4 {
	animation-delay: 0.91s;
		-o-animation-delay: 0.91s;
		-ms-animation-delay: 0.91s;
		-webkit-animation-delay: 0.91s;
		-moz-animation-delay: 0.91s;
}

.windows8 #wBall_5 {
	animation-delay: 1.22s;
		-o-animation-delay: 1.22s;
		-ms-animation-delay: 1.22s;
		-webkit-animation-delay: 1.22s;
		-moz-animation-delay: 1.22s;
}



@keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		transform: rotate(180deg);
		animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		transform: rotate(300deg);
		animation-timing-function: linear;
		origin:0%;
	}

	30% {
		opacity: 1;
		transform:rotate(410deg);
		animation-timing-function: ease-in-out;
		origin:7%;
	}

	39% {
		opacity: 1;
		transform: rotate(645deg);
		animation-timing-function: linear;
		origin:30%;
	}

	70% {
		opacity: 1;
		transform: rotate(770deg);
		animation-timing-function: ease-out;
		origin:39%;
	}

	75% {
		opacity: 1;
		transform: rotate(900deg);
		animation-timing-function: ease-out;
		origin:70%;
	}

	76% {
	opacity: 0;
		transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		transform: rotate(900deg);
	}
}

@-o-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-o-transform: rotate(180deg);
		-o-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-o-transform: rotate(300deg);
		-o-animation-timing-function: linear;
		-o-origin:0%;
	}

	30% {
		opacity: 1;
		-o-transform:rotate(410deg);
		-o-animation-timing-function: ease-in-out;
		-o-origin:7%;
	}

	39% {
		opacity: 1;
		-o-transform: rotate(645deg);
		-o-animation-timing-function: linear;
		-o-origin:30%;
	}

	70% {
		opacity: 1;
		-o-transform: rotate(770deg);
		-o-animation-timing-function: ease-out;
		-o-origin:39%;
	}

	75% {
		opacity: 1;
		-o-transform: rotate(900deg);
		-o-animation-timing-function: ease-out;
		-o-origin:70%;
	}

	76% {
	opacity: 0;
		-o-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-o-transform: rotate(900deg);
	}
}

@-ms-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-ms-transform: rotate(180deg);
		-ms-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-ms-transform: rotate(300deg);
		-ms-animation-timing-function: linear;
		-ms-origin:0%;
	}

	30% {
		opacity: 1;
		-ms-transform:rotate(410deg);
		-ms-animation-timing-function: ease-in-out;
		-ms-origin:7%;
	}

	39% {
		opacity: 1;
		-ms-transform: rotate(645deg);
		-ms-animation-timing-function: linear;
		-ms-origin:30%;
	}

	70% {
		opacity: 1;
		-ms-transform: rotate(770deg);
		-ms-animation-timing-function: ease-out;
		-ms-origin:39%;
	}

	75% {
		opacity: 1;
		-ms-transform: rotate(900deg);
		-ms-animation-timing-function: ease-out;
		-ms-origin:70%;
	}

	76% {
	opacity: 0;
		-ms-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-ms-transform: rotate(900deg);
	}
}

@-webkit-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-webkit-transform: rotate(180deg);
		-webkit-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-webkit-transform: rotate(300deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin:0%;
	}

	30% {
		opacity: 1;
		-webkit-transform:rotate(410deg);
		-webkit-animation-timing-function: ease-in-out;
		-webkit-origin:7%;
	}

	39% {
		opacity: 1;
		-webkit-transform: rotate(645deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin:30%;
	}

	70% {
		opacity: 1;
		-webkit-transform: rotate(770deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin:39%;
	}

	75% {
		opacity: 1;
		-webkit-transform: rotate(900deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin:70%;
	}

	76% {
	opacity: 0;
		-webkit-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-webkit-transform: rotate(900deg);
	}
}

@-moz-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-moz-transform: rotate(180deg);
		-moz-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-moz-transform: rotate(300deg);
		-moz-animation-timing-function: linear;
		-moz-origin:0%;
	}

	30% {
		opacity: 1;
		-moz-transform:rotate(410deg);
		-moz-animation-timing-function: ease-in-out;
		-moz-origin:7%;
	}

	39% {
		opacity: 1;
		-moz-transform: rotate(645deg);
		-moz-animation-timing-function: linear;
		-moz-origin:30%;
	}

	70% {
		opacity: 1;
		-moz-transform: rotate(770deg);
		-moz-animation-timing-function: ease-out;
		-moz-origin:39%;
	}

	75% {
		opacity: 1;
		-moz-transform: rotate(900deg);
		-moz-animation-timing-function: ease-out;
		-moz-origin:70%;
	}

	76% {
	opacity: 0;
		-moz-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-moz-transform: rotate(900deg);
	}
}
