body {
	margin-top: 0 !important;
}

#vineta-wrap {
    position: relative;
}
#vinieta-image {
    text-align: center;
}
#vinieta {

    position:relative;
    margin: 0 auto 0 ;
    width:100%;
    height:380px;
    z-index:1;
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s; /* Firefox < 16 */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera < 12.1 */
    animation: fadein 2s;

    /*---------------VINIETA-BACKGROUND-GRADIENT-------------------*/
    background: #166184; /* Old browsers */
    background: -moz-linear-gradient(top,  #166184 0%, #19aed3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#166184), color-stop(100%,#19aed3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #166184 0%,#19aed3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #166184 0%,#19aed3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #166184 0%,#19aed3 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #166184 0%,#19aed3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#166184', endColorstr='#19aed3',GradientType=0 ); /* IE6-9 */
    /*---------------VINIETA-BACKGROUND-GRADIENT---------END----------*/
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/*---------------ANIMATION-------------------*/
#vehicles {
    position:relative;
    width:100%;
    height:100%;
    background-image:url(vinieta_IMG/vehicles.png);
    background-size: 280px 380px;
    background-repeat:no-repeat;
    z-index:4;

    background-position-x: 500px;} /*OLD browser + MS*/
.activevinieta #vehicles{
    /*------------------------------------------------------TIME---------------20s-------------------------*/
    animation:50s vehiclesmov linear infinite;
    -moz-animation:50s vehiclesmov linear infinite;
    -webkit-animation:50s vehiclesmov linear infinite;
    -o-animation:50s vehiclesmov linear infinite; 
}
@keyframes vehiclesmov {
    0% {
        background-position:1720px;}
    44% {
        background-position:-280px;}
    100% {
        background-position:-280px;}
}
@-moz-keyframes vehiclesmov {
    0% {
        background-position:1720px;}
    44% {
        background-position:-280px;}
    100% {
        background-position:-280px;}
}
@-webkit-keyframes vehiclesmov {
    0% {
        background-position:1720px;}
    44% {
        background-position:-280px;}
    100% {
        background-position:-280px;}
}
@-o-keyframes vehiclesmov {
    0% {
        background-position:1720px;}
    44% {
        background-position:-280px;}
    100% {
        background-position:-280px;}
}

#streetfront {
    width:100%;
    height:100%;
    background-image:url(vinieta_IMG/streetfront.png);
    background-size: 3481px 380px;
    background-repeat:repeat-x;
    z-index:3;
    background-position-x: 30px;} /*OLD browser + MS*/

.activevinieta #streetfront {
    /*------------------------------------------------------TIME---------------50s-------------------------*/
    animation:180s streetmovfront linear infinite;
    -moz-animation:180s streetmovfront linear infinite;
    -webkit-animation:180s streetmovfront linear infinite;
    -o-animation:180s streetmovfront linear infinite;
}
@keyframes streetmovfront {
    from {
        background-position:left;}
    to {
        background-position:-4579px;}
}
@-moz-keyframes streetmovfront {
    from {
        background-position:left;}
    to {
        background-position:-4579px;}
}
@-webkit-keyframes streetmovfront {
    from {
        background-position:left;}
    to {
        background-position:-4579px;}
}
@-o-keyframes streetmovfront {
    from {
        background-position:left;}
    to {
        background-position:-4579px;}
}

#streetback {
    width:100%;
    height:100%;
    background-image:url(vinieta_IMG/streetbackS.png);
    background-size: 2054px 380px;
    background-repeat:repeat-x;
    z-index:2;
    background-position-x: -105px;} /*OLD browser + MS*/

.activevinieta #streetback {
    /*------------------------------------------------------TIME---------------50s-------------------------*/
    animation:180s streetmovback linear infinite;
    -moz-animation:180s streetmovback linear infinite;
    -webkit-animation:180s streetmovback linear infinite;
    -o-animation:180s streetmovback linear infinite; 
}

@keyframes streetmovback {
    from {
        background-position:left;}
    to {
        background-position:-2700px}
}
@-moz-keyframes streetmovback {
    from {
        background-position:left;}
    to {
        background-position:-2700px}
}
@-webkit-keyframes streetmovback {
    from {
        background-position:left;}
    to {
        background-position:-2700px}
}
@-o-keyframes streetmovback {
    from {
        background-position:left;}
    to {
        background-position:-2700px}
}
/*---------------ANIMATION-END-------------------*/
#signature {

    position:absolute;
    bottom:0;
    right:0;
    display:block;
    width:210px;
    height:30px;
    background-image: url(vinieta_IMG/signature.svg);
    background-repeat:no-repeat;
    z-index:5;
}
.ca_fb {
	opacity: 0.9;
	border-radius: 4px;
	border: 1px solid #000;
	display:block;
    width:40px;
    height:40px;
	background: url(fb_icon.png) no-repeat center center #fff;	
}

.ca_fb:hover {
    opacity: 0.8;
}

.ca_fb_wrap {
	position: absolute;
    top: 10px;
    left: 30px;
    z-index: 10;	
}
#ca_logo{
    height: 90px;
    width: auto;
    margin-left: 0px;
    float:left;
}
.breadcrumbs {
    background-color: #EAEAEA;
    padding-top:15px;
    font-size:12px;
}
#vinieta_mobile {
    display: none;
}
#vinieta_mobile img {
    width:100%;
    height: auto;
}

.hentry .hentry {
    padding-left: 0px; 
    padding-right: 0px;
}
.vineta-button {
    position: absolute;
    bottom: 10px;
    left:30px;
    z-index: 10;
}
.vineta-button button {
    text-indent: -1000000px;
    width:40px;
    height:40px;
    border:1px solid #000;
}
#vinetaStart{
    background: url(../images/play.png) no-repeat center center #fff;
    background-size: 115%;
}
#vinetaStop{
    background: url(../images/pause.png) no-repeat center center #fff;
    background-size: 70%;
    display:none;
}
.activevinieta #vinetaStart {
    display:none;
}
.activevinieta #vinetaStop{
    display: block;
}
@media screen and (max-width: 1300px) {
    .main-navigation li {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 4.5;
    }
    .main-navigation a {
        padding: 0 15px;
    }
}

@media screen and (max-width: 991px) {
    .main-navigation li {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 5.2;
    }
    .main-navigation a {
        padding: 0 7px;
    }
    .site-title .site-title-text strong {
        line-height: 38px;
        font-size: 38px;
    }
    .site-title .site-title-text small {
        font-size: 12px;
        line-height: 12px;
        padding-left: 120px;
    }
}
@media screen and (max-width: 768px) {
    #vinieta {
        display:none;
    }
    #vinieta_mobile {
        display: block;
    }

    .site-title .site-title-text strong {
        line-height: 30px;
        font-size: 30px;
    }
    .site-title .site-title-text small {
        font-size: 12px;
        line-height: 12px;
        padding-left: 64px;
    }
    .site-branding {
        max-width: 100%;
        width: 100%;
        float: none;
    }
	
	.site-header .menu-toggle {
		width: 100%;
		float: right;
	}
	
	.main-navigation {
		width: 100%;
		padding: 1rem 2.5rem 1rem 2.5rem;
		box-sizing: border-box;
		margin: 0px;
		display: block;
	}

	.site-header .menu-toggle::before {
		float: right;
	}
	.site-header .menu-toggle::after {
		content: '';
		display: table;
		position: relative;
		clear: both;
	}
	
	
	.main-navigation ul::after  {
		content: '';
		display: table;
		position: relative;
		clear: both;
	}

	.main-navigation li {
		display: block;
		width: 100%;
		border-left: none !important;
		border-bottom: 1px solid #E1E4E6;
	}
}

@media screen and (max-width: 600px) {
    .site-title .site-title-text strong {
        line-height: 28px;
        font-size: 28px;
    }
    .site-title .site-title-text small {
        font-size: 12px;
        line-height: 12px;
        padding-left: 52px;
    }
    .header-top .search-form {
        position: relative;

        clear: both;
        bottom: auto;
        right: auto;
        padding-top: 20px;
        padding-left: 20px;
        margin-bottom: 20px;

    }
    #ca_logo {
        height: 64px;
    }
    .widget.widget_synved_social_follow {
        padding-top: 20px;
        padding-bottom: 20px;
        position: relative;
        left: 0px;
        bottom: 0px;
        background: transparent;
        padding-left: 5px;
        padding-right: 5px;
        text-align: center;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
    .widget.widget_synved_social_follow  .synved-social-resolution-single{
        display: inline-block;
    }
}