html{
	position: relative;
  min-height: 100%;
}
body {
	overflow-x: hidden;
}


p, p a {
    font-size: 18px;
}

p.small {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #e31e24;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: 'Alegreya Sans SC', sans-serif;
    font-weight: 700;
}
.img-thumbnail{
	background-color:transparent;	
}
.lista-size{
	 font-size: 18px;
}
.cr-grey{
	color: #555;
}
.cr-red{
	color: #e31e24;
}
.font-weight{
	font-weight: 300;	
}
.bk-white{
	background: rgba(255,255,255,.8);
}
.btn-sincroiberia {
    color: #ffffff;
    background-color: #e31e24;
    border-color: #e31e24;
}
.btn-sincroiberia:hover, .btn-sincroiberia:focus , .btn-sincroiberia:active  {
	background-color: #D81B1F;
	border-color: #D81B1F;
}
.img_promociones{
	height: 60px;
	padding-right: 5px;
	padding-top: 10px;	
}
hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 1px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f260";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #e31e24;
}
.contactos hr.star-light:after {
    background-color: #2c3e50;
}
hr.star-light-blue:after {
    background-color: #2c3e50;
}
hr.star-primary {
    border-color: #2c3e50;
}

hr.star-primary:after {
    color: #2c3e50;
    background-color: #fff;
}
hr.star-primary-grey:after {
    background-color: #eee;
}

.img-centered {
    margin: 0 auto;
}

header#intropage {
	text-align: center;
	color: #fff;
	background-image: url(/img/bk-sincro-iberias.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

header#intropage .container {
    padding-top: 130px;
    padding-bottom: 40px;
}

header#intropage img {
    display: block;
    margin: 0 auto 20px;
}

header#intropage .intro-text .name {
	display: block;
	font-family: 'Alegreya Sans SC', sans-serif;
	font-size: 1.5em;
	font-weight: 400;
	text-shadow: 0 1px 2px rgba(255,255,255,0.6);
	/*color: #555;*/
	color: #333;
}

header#intropage .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}
.navbar-fixed-top {
	top: 40px;        
}
.pag_res .navbar-fixed-top {
	top: 0px;        
}
.navbar-brand {
	height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;	
}
header#topHead {
	height: 40px;
	line-height: 40px;
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	z-index: 101;
	border-bottom: #eee 1px solid;
	vertical-align: middle;
}
header#topHead img{
	height: 40px;
	margin-right: 5px;
	vertical-align: top;
	padding-top: 11px;
	padding-bottom: 11px;
}
.fixed {
    position: fixed !important;
}
header#topHead .container{
	padding-top: 0px;
	padding-bottom: 0px;
	
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	background-color: #3F5772;
}
@media(min-width:768px) {
    header#intropage .container {
        padding-top: 160px;
        padding-bottom: 60px;
    }

    header#intropage .intro-text .name {
        font-size: 3.0em;
    }

    header#intropage .intro-text .skills {
        font-size: 1.75em;
    }
	hr.star-primary, hr.star-light {
		max-width:400px;		
	}	
	header#topHead {
		padding-right: 15px;
		padding-left: 15px;
	}
	header#topHead img{
	height: 40px;
	padding-top: 7px;
	padding-bottom: 7px;
	}
	header#intropage:after {
		background-image: url(/img/bk_ombra.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		height: 15px;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		position: absolute;
		z-index: 999;
		left: 0px;
		right: 0px;
		bottom: -15px;
		content: '';
	}
	.bk-conc{
		background-image: url(/img/sincro/bk_con.jpg);
		background-repeat: no-repeat;
		background-position: left center;
		-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	}
	.bk-sincro{
	background-image: url(/img/sincro/bk_sincro.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	}
	.navbar-nav>li{
    display:inline-block; 
	float:none
	}
	.navbar-nav>li>a{
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 40px;
	vertical-align: middle;
	height: 40px;		
	}
	.navbar-fixed-top {
	padding: 10px 0;
	-webkit-transition: padding .3s;
	-moz-transition: padding .3s;
	transition: padding .3s;
    }
	.navbar-default {
		border-bottom-width: 2px;
		border-bottom-style: solid;
		border-bottom-color: #FFF;
    }
    .navbar-fixed-top .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }
	.navbar-fixed-top>li>a{
	-webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
	}

    .navbar-fixed-top.navbar-shrink {
		top: 0px;        
    }

    .navbar-fixed-top.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
	.navbar-shrink #topHead{
	height: 0px;
	overflow: hidden;		
	}
}

.navbar {
    text-transform: uppercase;
    font-family: 'Alegreya Sans SC', sans-serif;
    font-weight: 400;
}

.navbar a:focus {
    outline: 0;
}

.navbar .navbar-nav {
    letter-spacing: 1px;
}

.navbar .navbar-nav li a:focus {
    outline: 0;
}

.navbar-default,
.navbar-inverse {
    /*border: 0;*/
}

section {
    padding: 70px 0;
}

section h2 {
	margin: 0;
	font-size: 2.5em;
	font-weight: 400;
}


section.success {
    color: #fff;
    background: #e31e24;
}

section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
    outline: 0;
    color: #2c3e50;
}

section#contactos {
    background: #2c3e50;
	color: #fff;
}
section.contactos a,
section.contactos a:hover,
section.contactos a:focus,
section.contactos a:active,
section.contactos a.active {
    outline: 0;  
    color: #fff;
}

section#search {
	background: #2c3e50;
	color: #FFF;
}

section#search .box-border {
	padding: 10px;
	border: 1px solid #FFF;
	background-color: #3F5772;	/*background: rgba(255,255,255,.2);*/
}
section#search .box-result {
	padding: 10px;
	/*background: rgba(255,255,255,.1);*/
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	line-height: 130ex;
	background-color: #486381;
}
.dl-horizontal{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;		
}
.dl-horizontal dt {
	text-align:left;
		
}
.dl-horizontal dd {
	text-align:left;
		
}
.box-img-search{
	line-height: 100px;
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	height: 100px;
	width: 100px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	display: inline-block;
	margin: 5px;
	opacity: 1.0;
	-webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
}
.box-img-search img{
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	max-width: 85px;
	max-height: 85px;
	-webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
}
.box-img-search:hover{
	background-color: #2c3e50;	/*border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;*/
}
.box-img-search:hover img{
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.box-border h3 {
	font-size: 1.5em;
	font-weight: 400;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5;
	margin-left: 0;
	padding-bottom: 5px;
}
@media(max-width:767px) {
    section {
        padding: 100px 0;
    }

    section.first {
        padding-top: 40px;
    }
}
@media(min-width:767px) {
	.dl-horizontal dt {
		width: 140px;
			
	}
	.dl-horizontal dd {
		margin-left: 160px;
			
	}
}
#losconcesionarios .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#losconcesionarios .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#losconcesionarios .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(24,188,156,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#losconcesionarios .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#losconcesionarios .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#losconcesionarios .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#losconcesionarios .portfolio-item .portfolio-link .caption .caption-content h3,
#losconcesionarios .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#losconcesionarios * {
    z-index: 2;
}

@media(min-width:767px) {
    #losconcesionarios .portfolio-item {
        margin: 0 0 30px;
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #e31e24;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .2em;
    /*border-bottom: 1px solid #2c3e50;*/
}

.floating-label-form-group input,
.floating-label-form-group textarea,
.floating-label-form-group select {
	z-index: 1;
	position: relative;
	padding-right: 10;
	padding-left: 10;
	border: 0;
	border-radius: 0;
	font-size: 1.2em;
	box-shadow: none!important;
	resize: none;
	background-color: #FFF;
	background-position: 0 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #e31e24;
}

form .row:first-child .floating-label-form-group {
    /*border-top: 1px solid #eee;*/
}

footer {
    color: #fff;
}


footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #2c3e50;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #233140;
}

.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
	display: none;
}

.scroll-top .btn {
	border-radius: 100%;
	background: rgba(44,62,80,.6);
	border: rgba(44,62,80,.6);
	width: 40px;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
}
.scroll-top .btn:hover {
	background: rgba(44,62,80,1.0);
	border: rgba(44,62,80,1.0);
}
.scroll-top .btn:focus {
    outline: 0;
}

.sincro-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sincro-modal .modal-content h2 {
    margin: 0;
    font-size: 2em;
}

.sincro-modal .modal-content img {
    margin-bottom: 30px;
}

.sincro-modal .modal-content .item-details {
    margin: 30px 0;
}

.sincro-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.sincro-modal .close-modal:hover {
    opacity: .3;
}

.sincro-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sincro-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sincro-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

#box_cookie{
	font-family: 'Alegreya Sans SC', sans-serif;
	position: fixed;
	bottom: 15px;
	top: auto;
	left: 10px;
	font-size: 12px;
	color: #FFF;
	background-color: #e31e24;
	background-image: none;
	margin: 0px;
	padding: 10px;
	font-weight: normal;
	box-shadow: none;
	z-index: 9999999999999999999;
	width: 300px;
	border-radius: 4px;	
	-moz-box-shadow:0px 0px 4px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow:0px 0px 4px rgba(0, 0, 0, 0.8);
    box-shadow:0px 0px 4px rgba(0, 0, 0, 0.8);
}
#box_cookie a{
	font-family: 'Alegreya Sans SC', sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	font-weight: normal;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #2c3e50;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
	border-color: #7c200b;
}
#box_cookie a:hover{ color: #CCC; }
#box_cookie span{
	display: block;
	padding-bottom: 10px;
}
#chiudi_cookie{
	font-family: 'Alegreya Sans SC', sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	float: right;
	margin-left: 10px;
	cursor: pointer;
}
#chiudi_cookie:hover{
	color: #333;
}
@media only screen and (min-width: 768px) {
#box_cookie a{ margin-left: 0px; margin-right: 5px; }
#box_cookie span{ /*padding-bottom: 0px; */}
#box_cookie2{ /*min-width: 748px; max-width: 1000px;*/ margin-right: auto; margin-left: auto; } }

/* pagina buscar */
body.buscar {
	background-color:#2c3e50;
	margin-bottom: 75px;
}

.buscar footer {
	position: absolute;
  bottom: 0;
  width: 100%;
	
}
.buscar footer .footer-below {
	overflow: hidden;
	min-height: 75px;
}
section#bienvenido {
	padding-top: 80px;
	padding-bottom: 20px;
	background-color: #FFF;
}
section#bienvenido h2{
	font-size: 2.0em;
	
}
.logo_marche{
	margin-bottom: 10px;	
}
.col-result{
	background-color: #FFF;
	color: #2c3e50;
	padding-top: 10px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #2c3e50;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #2c3e50;
	border-radius: 10px;
	padding-bottom: 10px;
	min-height: 130px;
}
.box_result li.mail-result{
	margin-top: 10px;	
}
.box_result li.mail-result,  .box_result li.tel-result{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;	
}
.box_result li.tel-result{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;	
}

.box_result li a{
	display: block;
	line-height: 50px;
	vertical-align: middle;
	height: 50px;
	min-height: 50px;
	padding-top: 1px;
	padding-bottom: 1px;
	position: relative;
	overflow: hidden;
	}
	
.glyphicon-result{
	background-color: #e31e24;
	color: #FFF;
	border-radius: 100%;
	font-size: 20px;
	line-height: 46px;
	vertical-align: middle;
	text-align: center;
	height: 46px;
	width: 46px;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	position: absolute;
	top: 2px;
	right: 0px;
	z-index: 999;	
	
}
.glyphicon-mail-result:before {
    content: "\e080";
	
}
.box_result li a:hover .glyphicon-mail-result:before {
    content: "\2709";
}
.glyphicon-tel-result:before {
    content: "\e080";	
}
.box_result li a:hover .glyphicon-tel-result:before {
    content: "\e182";
}
.box_result li a:hover {
	color: #2c3e50;
}
.box_result li a:hover .glyphicon-result {
    background-color: #2c3e50;
}
.col-result.col-promoter{
	background-color: #e31e24;
	color: #fff;
	border: 1px solid #e31e24;
	margin-bottom: 2px;
}
.col-promoter .box_result li.mail-result,  .col-promoter .box_result li.tel-result{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;	
}
.col-promoter .box_result li.tel-result{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;	
}
.col-promoter .box_result li a{
	color: #fff;
}
.col-promoter .box_result li a:hover{
	color: #2c3e50;
}
@media only screen and (min-width: 768px) {
	.box_result{
	margin-left: 100px;
	}
	.logo_marche{
	margin-bottom: 0px;
	float: left;
	}
	.box_result_no_margin_left{
		margin-left: 0px;
	}
}

.row_promociones .col-lg-4:nth-child(4), .row .col-lg-4:nth-child(7), .row .col-lg-4:nth-child(10), .row .col-lg-4:nth-child(13), .row .col-lg-4:nth-child(16), .row .col-lg-4:nth-child(19), .row .col-lg-4:nth-child(22), .row .col-lg-4:nth-child(25), .row .col-lg-4:nth-child(28), .row .col-lg-4:nth-child(31), .row .col-lg-4:nth-child(34) {
	clear:both;
}