/* Non-responsive overrides

   PREMIO CI WEB COLORS
   Blue: #0863aa or #00569d
   Yellow: #fff400
   Red: #e30522

   Colour fades
·  Blue: #006eb7 - #0862aa
   Red:: #e20522 - #b70118
   Grey: #efefef - #d9d9d9
   Body: #6e9264 - #ffffff
 */
.pyellow {color: #fff400;}
.pred {color: #e30522;}
.pblue {color:#0863aa;}

.vblue {
    color: #3356A2;
}

.vyellow {
    color: #ffd51e;
    /*fdcd01*/
}

.container .navbar-header,
.container .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}

/* ------ bootstrap overrides  --- */

html {
 min-height: 100%;
}
body {
    min-height: 100%;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    /* font-family: 'Open Sans Condensed', sans-serif; */
    /* font-weight: 400; */
	font-size:12px;
	line-height: 1.5;
	text-align: left;
	background-color: #ffffff;
}

h1, h2, h3, h4 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700 !important;
    color: #00569d;
}
footer h1, footer h2, footer h3, footer h4,
.search-title h2 {
    color: #fff;
}

.grey-grad{

    background-color: #f1f1f1;
/*    background-image: -webkit-gradient(linear,left 0%,left 100%,from(#efefef),to(#d9d9d9));
    background-image: -webkit-linear-gradient(top,#efefef,0%,#d9d9d9,100%);
    background-image: -moz-linear-gradient(top,#efefef 0%,#d9d9d9 100%);
    background-image: linear-gradient(to bottom,#efefef 0%,#d9d9d9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffefefef',endColorstr='#ffd9d9d9',GradientType=0);*/
}

.btn-primary {

	color: #ffffff !important;
    font-weight:700;
	/*text-shadow: 1px 1px 2px #2a2a2a;*/
	background-color: #3356A2;
	border: none; /* #b1041b; */
	background-image: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active {
	color:#3356A2 !important;
    background-color:#ffd51e;
    border-color:#fdcd01;
}

.btn-default {
    color: #3356A2 !important;
    background-color: #e4e4e4;
    font-weight: 700;
    text-shadow: none;
    border: none;
    background-image: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active {
	color:#ffffff !important;
        background-color:#3356A2;
        border-color:#00165d;
}

/**********************************************/
/***************** NAVIGATION *****************/
/**********************************************/

.navbar {
    background-color: #f1f1f1;

    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
}

.navbar-default {
    margin:0;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
}

.navbar-collapse {
    max-height: none;
}


/****************** Custom *****************/
#top-navbar {
    background: #3356A2;
}

#top-navbar .navbar-nav>li>a{
    color: #fff;
}

#header-content {

    background-color: #f1f1f1;
    padding-top: 15px;
    padding-bottom: 10px;
    margin-bottom: 10px;

    -webkit-box-shadow: 0px 4px 4px 0px #cccccc;
       -moz-box-shadow: 0px 4px 4px 0px #cccccc;
            box-shadow: 0px 4px 4px 0px #cccccc;
}


#logo-motto {
    font-style: italic;
    font-size: 1.2em;
    font-weight: bold;
}

#main-navbar {
    /*font-size: 12px;*/
    border: 0px;
    background: #f1f1f1;
    margin: 15px 0;
    min-height: 40px;
    font-family: Arial, sans-serif;
}

#main-navbar > .navbar-collapse > ul {
    margin-right: 0px;
}

#main-navbar li {
    background: #e4e4e4;
    margin-left: 5px;
    border: 1px solid #dddddd;
    /*box-shadow: 1px 1px 1px #dfdfdf;*/
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;

}

#main-navbar li li {
    border: none;
}

#main-navbar li ul {
    border: 1px solid #dddddd;
}

#main-navbar li > a  {
    padding: 10px 15px;
    color: #3356A2;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;

}

#main-navbar li > a:hover {
    color: #fff;
    background-color: #3356A2;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}

#main-navbar .dropdown li {
    margin-left: 0;
    box-shadow: none;
}

#main-navbar .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}


#header-navbar-right li {
    background: #f1f1f1;
}

#header-navbar-right > li > a {
    padding: 7px;
/*    color: #000;*/
    color: #3356A2;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    border: 1px solid #dddddd;
}

#header-navbar-right > li > a:hover {
    color: #fff;
    background-color: #3356A2;
}


#footer-navbar {
    background: none;
    border: none;
}

/********************************************/
/********************************************/
/********************************************/


/******************* FOOTER *****************/

footer {
    background-color: #f1f1f1;
    color: #656565;

    -webkit-box-shadow: 0px -3px 3px 0px #cccccc;
       -moz-box-shadow: 0px -3px 3px 0px #cccccc;
            box-shadow: 0px -3px 3px 0px #cccccc;

    margin-top: 10px;
}


footer a {
    color: #656565;
}

footer a:hover {
    color: #656565;
}

footer ul {
    margin: 0 0 20px 0px;
    padding: 0;
    list-style-type: none;
}

footer ul li a {
    /*color: #fff;*/
    width: 100%;
    line-height: 1.5;
}

/*footer ul li a:hover {color:#fff;text-decoration: underline;}*/

footer h3  {
	padding: 0;
	margin: 20px 0 5px 0px;
	font-size: 18px;
	font-weight: bold;
	color: #656565;
    /*text-shadow: 1px 1px 2px #2a2a2a;*/
}
footer h4 {
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #656565;
}
ul.footer-child-nav {
    min-width:130px;
}
ul#footer-navigation>li{
    margin-right: 50px;
}

div.footer-address {
    min-width:150px;
    margin-right: 20px;
    text-align: left;
}
.footer-address p {
    margin:0 0 5px 0;
}
.footer-address .opening_hours {
    margin:20px 0 0 0;
}

/********************************************/

.dropdown-menu {
	background-color: #f1f1f1;
	background-image: none;
	border: 0;
    padding: 0;
    margin: 0;
}

.dropdown-menu > li {
    margin-right: 0;
}

.dropdown-menu>li>a:hover {
	background-color: #3356A2;
	background-image: none;
	color: #fff;
}



.pos_relative {
    position: relative;
}
a.logo{
	width:200px;height:64px;display:inline-block;
	background-image:url(../img/logo-no-text-min.png)
}
@media only screen and (-webkit-min-device-pixel-ratio: 2){
	a.logo{
        background-image:url(../img/logo-no-text-2x.png);
        background-size:200px 63px;
    }
}

.fb-icon-top {

    margin:0;
    position: relative;
    padding:0;
    top: 8px;
    color: white;
   /*position: absolute;
   left:10px;
   z-index: 1;*/

}

.panel-primary .panel-heading, .panel-primary>.panel-heading  {

	font-weight:700;
    font-size:13px;
    text-shadow: 1px 1px 2px #2a2a2a;
	color: #fff;
	background-color: #3356A2;
	border-color: #3356A2;
	border-radius: 0;
	background-image: none;
}

.panel-primary {
	border-color: #0863aa;
	box-shadow: 0;
}
.panel.panel-primary {
	border-radius: 0;
	border: 1px solid #dbdbdb;
	border-top: 0;
}
.panel.panel-primary .panel-body {
	padding: 0;
}

.panel-body {
	position: relative;
}
.bottom-right{
	position: absolute;bottom:5%;right:5%;z-index:1;
}

.bottom-right-no-margin{
	position: absolute;bottom:0;right:0;z-index:1;
}
.bottom-left{
    position: absolute;bottom:5%;left:5%;z-index:1;
}

ul.galleries_list{
    margin: 0;padding: 0; clear:left;float:left;
}
ul.galleries_list li {
    float:left;
    list-style-type: none;
    margin-right: 10px;
    margin-bottom: 10px;

}
ul.galleries_list li img {

    border: 1px solid #dbdbdb;
    padding: 2px;
}




/* ------  new styles  --- */

#gallery_index .gallery_heading {
    float:left;margin-right: 20px;margin-bottom: 20px;
}
#gallery_index h3 {
    margin-top: 0px;
}
.secondnav {
	min-height:70px;
}

.catalog-tire, .catalog-rims, .catalog-action, .catalog-other_product {width:180px;height:200px;overflow:hidden;}
.catalog-service {width:120px;height:120px;overflow:hidden;}
.catalog-service img{width:100px;height:100px;}


.catalog-service-simple-item {
    padding-left: 5px;
    padding-right: 5px;
    min-height: 131px;
}

.catalog-service-simple-image {
    width:100%;
    height:100%;
    overflow:hidden;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #f1f1f1;
    -webkit-box-shadow: 2px 2px 2px 0px #cccccc;
       -moz-box-shadow: 2px 2px 2px 0px #cccccc;
            box-shadow: 2px 2px 2px 0px #cccccc;
}

.catalog-service-simple-image img {
    width:40px;
    height:40px;
}

.catalog-service-simple-heading {
    color: #444;
    font-size: 14px;
    font-weight: lighter;
}

.top-margin20{margin-top:20px;}
.margin20{margin-top:20px;margin-bottom:20px;}
.side-margin20 {margin-left:20px;margin-right:20px;}
.margin10{margin-top:10px;margin-bottom:10px;}
.side-margin10 {margin-left:10px;margin-right:10px;}
.margin5{margin-top:5px;margin-bottom:5px;}
.side-margin5 {margin-left:5px;margin-right:5px;}
.header-white {background:#fff;position:relative;}

#language_switcher {
    position: relative;
    padding-left: 0;
    top: 10px;
    margin-right: 10px;
}

#branch-header {
    text-align: right;
}

#branch-header h1, #branch-header h2 {
    display: inline;
}

#branch-header h1 {
    /*color: #ffd51e;*/
    margin-right: 10px;
}

#header-search-bar button {
    color: #fff;
    background: #3356A2;
    text-shadow: none;
    border-color: #3356A2;
}

#logo-container {
    text-align: center;
}

/**************************************************************/
/*********************** RELATED MODULE ***********************/
/**************************************************************/

/*.dealer_header_panel {
	color: #00569d;
	width: 100%;
	min-height: 120px;
	background: #fff;

}*/

.marker_ {
    display:none;
}
.marker_new {
    font-weight: bold;
    font-size: 13px;
    position:absolute;
    z-index:1;
    top:10px;right:10px;
    border-radius: 5px;
    color: #3356A2;
    padding:5px;
    background-color: #ffd51e;
    background-image: -webkit-gradient(linear,left 0%,left 100%,from(#ffd51e),to(#fdcd01));
    background-image: -webkit-linear-gradient(top,#ffd51e,0%,#fdcd01,100%);
    background-image: -moz-linear-gradient(top,#ffd51e 0%,#fdcd01 100%);
    background-image: linear-gradient(to bottom,#ffd51e 0%,#fdcd01 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffd51e',endColorstr='#fffdcd01',GradientType=0);
}

.marker_Goodyear {
    width:90px;height:25px;
    position:absolute;
    z-index:2;
    bottom:130px;right:20px;
    border-radius: 3px;
    color: #fff;
    background-image: url(../img/gucofusa-sprite32.png);
    background-size: 90px 125px;
}

.marker_Dunlop {
    width:90px;height:25px;
    position:absolute;
    z-index:2;
    bottom:130px;right:20px;
    border-radius: 3px;
    color: #fff;
    background-image: url(../img/gucofusa-sprite32.png);
    background-size: 90px 125px;
    background-position: 0 -25px;
}
.marker_Fulda {
    width:90px;height:25px;
    position:absolute;
    z-index:2;
    bottom:130px;right:20px;
    border-radius: 3px;
    color: #fff;
    background-image: url(../img/gucofusa-sprite32.png);
    background-size: 90px 125px;
    background-position: 0 -50px;
}
.marker_Sava {
    width:90px;height:25px;
    position:absolute;
    z-index:2;
    bottom:130px;right:20px;
    border-radius: 3px;
    color: #fff;
    background-image: url(../img/gucofusa-sprite32.png);
    background-size: 90px 125px;
    background-position: 0 -75px;
}
.marker_Debica {
    width:90px;height:25px;
    position:absolute;
    z-index:2;
    bottom:130px;right:20px;
    border-radius: 3px;
    color: #fff;
    background-image: url(../img/gucofusa-sprite32.png);
    background-size: 90px 125px;
    background-position: 0 -100px;
}

.catalog-box {
    width:100%; min-height:300px;
}
.catalog-box ul{
    width:66%;
    margin-left: 0;
    padding-left: 20px;
}
.catalog-box p{
    width:66%;
}
.catalog-box-small {
    width:100%; min-height:190px;
}
.catalog-box-small ul{
    width:66%;
    margin-left: 0;
    padding-left: 20px;
}
.catalog-box-small p{
    width:66%;
}

.press .catalog-box-small {
    width:100%;
}
.press .catalog-box-small ul{
    width:80%;
    margin-left: 0;
    padding-left: 20px;
}
.press .catalog-box-small p{
    width:80%;
}

.dealer_header_panel .content
{
	margin:0px;padding: 0px 0 0 20px;
    font-size: 20px;
}

.dealer_header_panel .content h1, .dealer_header_panel .content h2 {
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}

/**************************************************************/
/**************************************************************/


/*.storeSearchBox {
    float:right;
	margin: 10px 10px 10px 0;
    padding: 10px;
	width: 70%;
	display: block;
	background: #e4041f;
	border-radius: 3px;
}
.storeSearchBox h2 {
	padding-left: 1px;
	margin: 0 0 5px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 2px #2a2a2a;
}

.storeSearchBox a {
	padding-right: 1px;
	margin: 5px 0;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 2px #2a2a2a;
}

.storeSearchBox input {
    border: 0px;
    border-radius: 3px;
}*/

/*#storeSearchTrigger{
	margin: 5px 0;
	float:right;
    padding-right: 1px;
	margin: 5px 0;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
    background: none;
	text-shadow: 1px 1px 2px #2a2a2a;
    border: 0;
    outline:none;
}*/

/*div.search-container div.input-group + div {
    margin: 10px 0;

}*/


/*#carousel {
	position:relative;
    margin: 10px 0;
}*/

p.breadcrumbs {margin-top: 10px;}

.colorbox-list ul {padding: 0;margin:0;}

/* responsive adjustments */

@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2){
	a.logo {
        background-image:url(../img/logo-no-text-2x.png);
	}
}

@media (max-width: 767px) {
	a.logo{
	/*width:258px;height:46px;display:block;*/
        background-image:url(../img/logo-no-text-min.png);
	/*background-size:258px 46px;*/
    }

    #main-navbar {
        background: #f1f1f1;
    }

    .collapsed-second-level {
        font-size: 14px;
        list-style: none;
    }

    .collapsed-second-level > li > a {
        color: #333;
    }

    #language_switcher {
        display: inline-block;
        padding-left: 0;
        top: 0;
        margin-right: 10px;
    }

    .fb-icon-top {
        top: 5px;
        right: 5px;
    }

}


@media (min-width: 768px) {
    .header-white .list-group .list-group-item a{
        font-size:80%;
    }
}
@media (min-width: 992px) {
    .header-white .list-group .list-group-item a{
        font-size:110% ;
    }
}
@media (min-width: 1200px) {
     .header-white .list-group .list-group-item a{
        font-size:120%;
     }
}

.padding-sides {
    padding:0 5px;
}

.price-tag{
    display:block;
    min-width:80px;
    padding:2px 9px;
    line-height: 28px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    z-index:2 !important;
    background:#3356A2;
    color: #FFF;
    border-radius: 3px;
    -moz-box-shadow:    1px 2px 3px 0px #333333;
    -webkit-box-shadow: 1px 2px 3px 0px #333333;
    box-shadow:         1px 2px 3px 0px #333333;
}

div.attach-list-gallery-well {}
ul.attach-list-gallery {}
ul.attach-list-gallery li.item-one {
            display: block;float:left;margin:10px 10px 0 0;
        }
ul.attach-list-gallery li.item-one a{}
ul.attach-list-gallery li.item-one img{padding: 5px;border:1px solid #ccc;background:#fff;}

/* Cookies */
.cookie { padding-top:5px; padding-bottom: 5px; }
.cookie .cookie-bg {
    background-color: #f1f1f1;
    background-image: -webkit-gradient(linear,left 0%,left 100%,from(#e4e4e4),to(#f1f1f1));
    background-image: -webkit-linear-gradient(top,#e4e4e4,0%,#f1f1f1,100%);
    background-image: -moz-linear-gradient(top,#e4e4e4 0%,#f1f1f1 100%);
    background-image: linear-gradient(to bottom,#e4e4e4 0%,#f1f1f1 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4e4e4',endColorstr='#f1f1f1',GradientType=0);   
}
.cookie .cookie-body { color: black; }
