body{
	margin: 0px;
	background-color: #2b2d42;
	font-family: 'Open Sans', sans-serif;
}

*{
	box-sizing: border-box;
}

.container{
	width: 1024px;
	padding: 0;
	margin:0 auto;
	background-color: #edf2f4;
}

.phone-row{
	height:30px;
	box-sizing: border-box;
	margin:0;
	padding: 0;
	background-color: #2b2d42;
}

.phone-number{
	color: #edf2f4;
	float: right;
	padding-right: 8px;
	box-sizing: border-box;
}

.material-icons{
	vertical-align: text-bottom;
	color: #ef233c;
}

#logo{
	width: 100px;
	position: absolute;
	left: -12px;
	top: 40px;
	z-index: 9999;
}

iframe {
	padding-left: 10px;
}

@media screen and (max-width: 900px){

	#logo{
		top:20px;
		left:-18px;
		transform: scale(0.8);
		transition: all .5s ease-out;
	}
	
}

@media screen and (max-width: 600px){

	#logo{
		top:0;
		left:-24px;
		transform: scale(0.6);
		transition: all .5s ease-out;
	}
	
}



/*----NAV----*/
div#nav{
	width:100%;
	height: 38px;
	position: relative;
	background-color:#d90429;
	z-index: 15;
}

div#nav ul{
	padding: 0;
	margin: 0;
	background-color: #d90429;
}
div#nav ul li{
	float:left;
	list-style: none;
}

div#nav ul li a {
	padding: 8px 15px;
	display: block;
	text-decoration: none;
	color: #edf2f4;
}

div#nav ul li a:hover, 
div#nav ul li:hover a{
	color: #d90429;
	background-color: #fff;
	transition: background-color 1s ease-out;
}

div#nav ul li.last a{
	border-right: none;
}

div#nav ul ul{
	position: absolute;
	left: -999em;
}

div#nav ul li:hover ul{
	left: auto;
}

div#nav ul li ul li{
	float: none;
}

div#nav ul li ul li a{
	border-right: none;
}

div#nav ul li:hover ul li a{
	background-color: #8d99ae;
	transition: background-color 0.6s ease-out;
}

div#nav ul li:hover ul li a:hover{
	background-color: #fff;
	transition: background-color 0.8s ease-out;
}

nav img {
	opacity: 0;
	float: right;
	
}

.fixed img {
	opacity: 1;
	position: relative;
	width: 170px;
	padding-top: 10px;
	padding-right: 20px;
	display: inline;
	float: right;
	transition: all .5s ease-out;
}

.fixed {
	position: fixed;
	top:0;
	left: 0;
	width:100%;
	margin-bottom: 15px;
	background-color: transparent;
	z-index: 555;
}

.fixed .nav-inner{
	max-width: 1024px;
	height: 38px;
	background-color: #d90429;
	margin: 0 auto;
}

.clear{
	clear: both;
}
.clearfix:after{
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix{
	display: inline-block;
}
/* ---- END MENU ---*/

/* Carousel*/

.carousel {
    position: relative;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.64);
    margin-top: 0px;
   }

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-open:checked + .carousel-item {
    position: static;
    opacity: 100;
}

.carousel-item {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
}

.carousel-item img {
    display: block;
    height: auto;
    width: 100%;
}

.carousel-control {
    background: rgba(43, 45, 66, 0.28);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 40px;
    height: 40px;
    line-height: 35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    cursor: pointer;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    width: 40px;
    z-index: 10;
}

.carousel-control.prev {
    left: 2%;
}

.carousel-control.next {
    right: 2%;
}

.carousel-control:hover {
    background: rgba(43, 45, 66, 0.8);
    color: #aaaaaa;
}

#carousel-1:checked ~ .control-1,
#carousel-2:checked ~ .control-2,
#carousel-3:checked ~ .control-3,
#carousel-4:checked ~ .control-4,
#carousel-5:checked ~ .control-5,
#carousel-6:checked ~ .control-6 {
    display: block;
}

.carousel-indicators {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}

.carousel-indicators li {
    display: inline-block;
    margin: 0 5px;
}

.carousel-bullet {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 35px;
}

.carousel-bullet:hover {
    color: #aaaaaa;
}

#carousel-1:checked ~ .control-1 ~ .carousel-indicators li:nth-child(1) .carousel-bullet,
#carousel-2:checked ~ .control-2 ~ .carousel-indicators li:nth-child(2) .carousel-bullet,
#carousel-3:checked ~ .control-3 ~ .carousel-indicators li:nth-child(3) .carousel-bullet,
#carousel-4:checked ~ .control-4 ~ .carousel-indicators li:nth-child(4) .carousel-bullet,
#carousel-5:checked ~ .control-5 ~ .carousel-indicators li:nth-child(5) .carousel-bullet,
#carousel-6:checked ~ .control-6 ~ .carousel-indicators li:nth-child(6) .carousel-bullet {
    color: #428bca;
}


.main{
	width:680px;
	float: left;
	color: #2b2d42;
	padding: 25px;
	text-align: justify;
	display: inline-block;
}

.welcome{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
}


.partners{
	height:100px;
}

/*div.client{
	float: left;
	height:100px;
	margin:2px;
	border: 1px solid #2b2d42;
	border-radius: 5px;
	text-align: center;
}*/

div.clients img{
	display: inline-block;
}

.services{
	width: 105px;
	height: 105px;
	float: left;
	box-sizing: border-box;
	margin-right: 15px;
	background-color: #2b2d42;
	border-radius: 10px;
	text-align: center;
}

.service{
	width: 105px;
	height: 105px;
	float: left;
	box-sizing: border-box;
	margin-right: 15px;
	background-color: #2b2d42;
	border-radius: 10px;
	text-align: center;
}

.services:hover{
	background-color: #d90429;
}

serv-icons{
	padding-top: 5px;
}

.main-left{
	width:45%;
	float: left;
}

.contact-icon{
	width: 65px;
	height: 65px;
	float: left;
	box-sizing: border-box;
	margin-right: 15px;
	background-color: #2b2d42;
	border-radius: 6px;
	text-align: center;
}

.contact-icon:hover{
	background-color: #d90429;
}

.con-ico{
	padding-top: 5px;
	width: 55px;
	height: 55px;
}

.working-hours, .address{
	line-height: 1em;
}

.main-right{
	padding-top: 15px;
	width: 45%;
	float: right;
}

form{
	display: inline-block;
}

.side{
	width: 340px;
	/*float: right;*/
	display: inline-block;
}

.asset-banner{
	/*float: right;*/
	margin-top: 35px;
	margin-right:2vw;
	box-sizing: border-box;
}

.red{
	width: 320px;
	height: 100px;
	background-image: url("../images/label.png");
	background-repeat: no-repeat;
	position: relative;
	z-index: 3;
}

.white{
	width: 300px;	
	height: 150px;
	background-image: url("../images/logoAssetIns.png");
	background-color: white;
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #8d99ae;
	margin:11px;
	margin-top: -80px;
	position: relative;
	z-index: 2;
}

a{
	text-decoration: none;
}

h3{
	color: white;
	font-size: 18px;
	font-family: sans-serif;
	margin: 15px;
	padding: 3px;
	font-weight: normal;
	line-height: 1.5em;
	
}

.bottomline{
	position: relative;
	display: inline-block;
	width: 1024px;
	box-sizing: border-box;
	bottom:0;
	left:0;
	padding: 25px;
	/*visibility: hidden;*/
}


.bottom1{
	width: 310px;
	height: 100px;
	background-image: url("../images/bluelabel.png");
	background-repeat: no-repeat;
	position: relative;
	z-index: 3;
}


.autopaint{
	width: 285px;	
	height: 250px;
	background-image: url("../images/autopaint.jpg");
	background-color: white;
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #8d99ae;
	margin:11px;
	margin-top: -80px;
	position: relative;
	z-index: 2;
}

.bottom2{
	width: 310px;
	height: 100px;
	background-image: url("../images/bluelabel.png");
	background-repeat: no-repeat;
	position: relative;
	z-index: 3;
}


.repair{
	width: 285px;	
	height: 250px;
	background-image: url("../images/repair.jpg");
	background-color: white;
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #8d99ae;
	margin:11px;
	margin-top: -80px;
	position: relative;
	z-index: 2;
}

.bottom3{
	width: 310px;
	height: 100px;
	background-image: url("../images/bluelabel.png");
	background-repeat: no-repeat;
	position: relative;
	z-index: 3;
}

.bottom-position{
	width: 33%;
	display: inline-block;
	position: relative;
}

.bottom-position:hover{
	transform: scale(1.1);
	transition: all .3s ease-in;
}

.ins{
	width: 285px;	
	height: 250px;
	background-image: url("../images/ins.jpg");
	background-color: white;
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #8d99ae;
	margin:11px;
	margin-top: -80px;
	position: relative;
	z-index: 2;
}


div.footer{
	width:100%;
	height:40px;
	position: relative;
	background-color:#d90429;
	box-sizing: border-box;
}

.footer a{
	color: #edf2f4;
	text-decoration: none;
}

div.footer-menu ul{
	padding: 0;
	margin: 0;
	background-color: #d90429;
}
div.footer-menu ul li{
	float:left;
	list-style: none;
}

div.footer-menu ul li a {
	padding: 10px 5px;
	display: block;
	text-decoration: none;
	color: #edf2f4;
	font-size: 12px;
}

.footer-reserved{
	width: 100%;
	background-color: #ef233c;
	color: #edf2f4;
	font-size: 12px;
	padding: 5px 10px;
	box-sizing: border-box;
	display: inline-block;
}

.rights{
	width:49%;
	box-sizing: border-box;
	display: inline-block;
}


.harizanova{
	width: 49%;
	color: #edf2f4;
	font-size: 12px;
	box-sizing: border-box;
	text-align: right;
	display: inline-block;

}

.harizanova a{
	color:#8d99ae;
}

@media screen and (max-width: 900px){
	
	.material-icons{
		display: none;
	}

	.container{
		width: 100%;
	}

	.main{
		width: 60%;
		box-sizing: border-box;
	}

	.hiding-text{
		display: none;
	}

	.welcome{
		width: 100%;
		padding-top: 50px;
	}
	.side{
		width: 30%;
		margin-left: 1vw;
		box-sizing: border-box;
	}

	.bottomline{
		width: 100%;
		padding: 0;
	}

	.bottom-position{
		width:30%;
		transform: scale(0.9);
		display: inline-block;
		position: relative;
		margin-left: 1vw;
	}

	.bottom-position:hover{
		transform: scale(0.95);
		transition: all 0.3s ease-out;
	}

	iframe {
		width:280px !important;
		margin-left: 3px;
	}


.phone-number{
	color: #edf2f4;
	/*float: right;*/
}

.phone-row{
	height:30px;
	box-sizing: border-box;
	margin:0;
	padding: 0;
	background-color: #2b2d42;
}

#present, #diagnostics, #insurance, .working-hours {
	padding-top: 45px;
}


.services{
	width: 70px;
	height: 70px;
	float: left;
	box-sizing: border-box;
	margin-right: 10px;
	background-color: #2b2d42;
	border-radius: 10px;
	text-align: center;
}

.service{
	width: 70px;
	height: 70px;
	float: left;
	box-sizing: border-box;
	margin-right: 10px;
	background-color: #2b2d42;
	border-radius: 10px;
	text-align: center;
}

.serv-icons{
	width:100%;
}



.footer-reserved{
	width: 100%;
	background-color: #ef233c;
	color: #edf2f4;
	font-size: 12px;
	padding: 5px 10px;
	box-sizing: border-box;
	display: block;
}

.rights{
	width: 100%;
	float: none;
	box-sizing: border-box;
	display: block;
	text-align: center;
}


.harizanova{
	width: 100%;
	float:none;
	color: #8d99ae;
	font-size: 12px;
	box-sizing: border-box;
	display: block;
	text-align: center;
}

.harizanova a{
	color:#edf2f4;
}


} 

@media screen and (max-width: 780px){

	div#nav ul li {
	width: 33%;
	font-size: 90%;
	text-align: center;
    display: block;
    box-sizing: border-box;
    }

    div#nav ul li ul li{
    	display: none;
    }
	
	.material-icons{
		display: hidden;
	}

	.container{
		width: 100%;
	}

	.main{
		width: 100%;
		font-size: 90%;
		box-sizing: border-box;
		padding-bottom: 0;
	}

	.hiding-text{
		display: none;
	}

	.welcome{
		width: 100%;
		margin-bottom: 0;
	}
	.side{
		top:10px;
		max-width: 100%;
		margin-left: 1vw;
		box-sizing: border-box;
	}

	.asset-banner{
		margin-top: 5px;
		transform:scale(0.9);
	}

	.bottomline{
		width: 100%;
		padding: 0;
	}

	.bottom-position{
		transform: scale(0.9);
		display: block;
		position: relative;
		margin-top: 2px;
		margin-right: 2vw;
	}

	.bottom-position:hover{
		transform: scale(0.9);
	}

	.footer{
		display: block;
		width:100%;
	}

	.footer-menu{
		text-align: center;
		display: block;
	}


	div.footer-menu ul li a {
		padding: 8px 3px;
		display: block;
		text-decoration: none;
		color: #edf2f4;
		font-size: 12px;
	}

	
	.footer-reserved{
		float: none;
		width: 100%;
		display: block;
	}

	 .footer-2{
	 	width: 100%;
	 	display: block;
	 }

.phone-number{
	color: #edf2f4;
	/*float: right;*/
}

.phone-row{
	height:30px;
	box-sizing: border-box;
	margin:0;
	padding: 0;
	background-color: #2b2d42;
}


.services{
	width: 70px;
	height: 70px;
	float: left;
	box-sizing: border-box;
	margin-right: 10px;
	background-color: #2b2d42;
	border-radius: 10px;
	text-align: center;
}

.service{
	width: 70px;
	height: 70px;
	float: left;
	box-sizing: border-box;
	margin-right: 10px;
	background-color: #2b2d42;
	border-radius: 10px;
	text-align: center;
}

.serv-icons{
	width:100%;
}

}

