/* Main Style */

body{
	font-family: 'Raleway', sans-serif;
	padding-top: 75px;
}

p{font-size: 15px;}

/*
* BARRE TOP
*/

#barre-top{
	height: 75px;
	background: #1D1D1B;
}

@media(min-width:1330px){
	.container{width:1300px;}
}


.color-brow{
	position: absolute;
	top:0px;
	left:0px;
	height: 75px;
	width: 28.74%;
	background: #C1B8B0;
}

.no-transition {
  -webkit-transition: height 0;
  -moz-transition: height 0;
  -ms-transition: height 0;
  -o-transition: height 0;
  transition: height 0;
}

.navbar.always-open {
    border-radius: 0;
}
.navbar.always-open .navbar-header {
  float: none;
}
.navbar.always-open .navbar-toggle {
  display: block;
}
.navbar.always-open .navbar-collapse {
  border-top: 0px solid transparent;
  box-shadow: none;
}
.navbar.always-open .navbar-collapse {
  display: none!important;
  position: absolute;
  right: 0;
}

.navbar.always-open .navbar-collapse.in{
	display:block !important;
}



.navbar.always-open .navbar-nav {
  float: none!important;
  margin: 0px -15px;
  min-height:485px;
}
.navbar.always-open .navbar-nav>li {
  float: none;
}
.navbar.always-open .navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar{
	min-height: 75px;
	border: none;
	background: transparent;
}

.navbar-default .navbar-toggle{
	border:none;
	background: url('img/fleche-menu-vuillermoz.png') no-repeat left center;
	padding-left: 50px;
}

.navbar-header{
	height: 75px;
	display: flex;
}

.navbar-header .cta {
	display: flex;
	align-items: center;
	color: #fff;
	justify-content: flex-end;
	width: 100%;
	margin-right: 1rem;
}
.navbar-header .cta,
.navbar-toggle .text,
footer .cta,
footer .text {
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
}

.btn.btn-contact {
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	background-color: #aa0000;
	border-radius: 0;
	margin-left: 1rem;
	padding: 6px 12px;
}
footer .cta {
	display: flex;
	justify-content: center;
	align-items: center;
}

.navbar-toggle .text {
	text-transform: uppercase;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
	background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar{
	background-color: #FFF;
	height: 1px;
}

.navbar-toggle{
	margin-top:18px;
	padding: 10px 10px;
}


.navbar-collapse{
	border:none;
	-webkit-box-shadow: none;
    box-shadow: none;
	position:relative;
	z-index:9999;
}

.navbar-default .navbar-collapse{
	border: none;
}

.navbar-nav{
	background: rgb(193,184,176);
	background: rgba(193,184,176,0.89);
	width: 400px;
}

.navbar .container-fluid{

}

.navbar-default .navbar-nav>li>a {
    color: #1D1D1B;
	text-transform: uppercase;
	text-align: right;

}

.nav>li>a{
	padding: 10px 55px 10px 15px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #E10119;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	color: #E10119;
}

.grp{
	display:inline-block;
	vertical-align: middle;
}

.grp .text{
	margin-right: 5px;
}

.navbar.always-open .navbar-toggle:hover .grp .text{
	color: #E10119;
}

.navbar-default .navbar-toggle:hover .icon-bar{
	background-color: #E10119;
}

/*
* IMAGE TOP
*/

#image-top{
	position:relative;
	z-index:999;
}

#image-top img.bandeau{
	width: 100%;
	height: auto;
}

#image-top .logoBandeau{
	width: 28.75%;
	position: absolute;
	top: 23%;
	left: 0px;
}

#image-top .img-logo{
	margin: auto;
}

#image-top .text{
	position: absolute;
	font-family: 'Raleway', serif;
	font-size: 38px;
	display: inline-block;
	text-align: center;
	font-weight: 400;
	line-height: 38px;

}

.pg-mu #image-top .text,
.pg-gr #image-top .text,
.pg-mi #image-top .text{
	text-align: left;
}

#image-top .text span{
	color: #E10119;
	font-size: 50px;
	font-family: 'Playfair Display', serif;
	top: 6px;
    position: relative;
}

a img.logo{
	max-width: 312px;
	position:absolute;
	top: 150px;
	left: 30px;
}
@media(max-width:1300px)
{
	a img.logo{max-width: 200px;}
}

@media(max-width:900px)
{
	a img.logo{max-width: 150px;top:50px;}
}

@media(max-width:600px)
{
	a img.logo{max-width: 150px;top:50px;}
}

/*
* Historique
*/

#historique{
	background: url('img/fd-historique-vuillermoz-micro-usinage.jpg') no-repeat top center;
	background-size: cover;
}

#historique h2{
	font-size: 50px;
	font-family: 'Playfair Display', serif;
	margin-bottom: 40px;
	padding-top: 70px;
}
#historique h2 em{
	font-size: 32px;
	display: block;
}

#historique #liste-date{
	position:relative;
}

	#historique #liste-date .single-date{
		position: absolute;
		width: 320px;
	}
	#historique #liste-date .single-date span{
		display: block;
	}

	#historique #liste-date .single-date span span{
		display: inline;
		color: #e10119;
	}

	#historique #liste-date .single-date .annee{
		/*color: #e10119;*/
		color: #000000;
		font-family: 'Playfair Display', serif;
		font-size: 36px;
		position:relative;
		display: inline-block;
	}
	#historique #liste-date .single-date .annee::after{
		content: '';
		position: absolute;
		width: 30px;
		height: 1px;
		background-color: #E10119;
		left: 0px;
		bottom: -5px;
	}

	#historique #liste-date .single-date.txt-right .annee::after{
		right:0px;
		left:initial;
	}

	#historique #liste-date .single-date .text{
		color: #000;
		font-size: 13px;
		max-width: 320px;
		line-height: 16px;
		padding-top: 15px;
	}

	.img-border{
		width: 535px;
		height: 535px;
		border:1px solid black;
		position: absolute;
		margin: auto;
		top: 140px;
		left:50%;
		margin-left:-265px;
		border-radius:50%;
	}

@media(min-width: 1100px){

	#historique #liste-date{
		padding: 150px 0px;
	}


	#historique #liste-date .d1{
		top: 0px;
		left: 50%;
	}

	#historique #liste-date .d2{
		top: 179px;
		right: 40px;
	}
	#historique #liste-date .d3{
		top: 348px;
		right: -22px;
	}
	#historique #liste-date .d4{
		top: 519px;
		right: 40px;
	}
	#historique #liste-date .d5{
		left: 50%;
		bottom: 55px;
	}
	#historique #liste-date .d6{
		top: 519px;
		left: 40px;
	}
	#historique #liste-date .d7{
		top: 348px;
		left: -17px;
	}
	#historique #liste-date .d8{
		top: 179px;
		left: 40px;

	}

	.txt-right{
		text-align: right;
	}

	.image-date{
		margin: auto;
		width: 511px;
		height: 509px;
		background: url('img/historique-schema.png') no-repeat;
		background-size:cover;
	}

}

@media(max-width: 1099px){



	#historique #liste-date .single-date{
		position: initial;
		padding-left: 20px;
	}

	#historique #liste-date {
		position: relative;
		padding-bottom: 20px;
	}



}


/*
* SLIDE DATE
*/

#slide-date{
	background: #E10119;
	padding-top: 60px;
	padding-bottom: 175px;
}

#slide-date p{
	max-width: 680px;
	color: #FFFFFF;
	font-size: 32px;
	margin: auto;
	font-family: 'Playfair Display', serif;
	margin-bottom:0px;
}



.slider-point span{
	display: inline-block;
	color:#FFF;
	font-size: 22px;
	text-align:center;
}

/*
* BLOC CONTENU
*/

ul.v,
ul.v2{
	padding-left: 0px;
	list-style: none;
}

ul.detail{
	padding-left: 0px;
	list-style: none;
}

ul.detail li{
	margin-bottom: 10px;
}

ul.v li{
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 18px;
}

ul.v2 li{
	margin-bottom: 3px;
	font-size: 15px;
	line-height: 18px;
}

ul.v.m15 li{
	margin-bottom:10px;
}

ul.v li::last-child{
	margin-bottom: 0px;
}

.p30{
	margin-bottom:60px;
}

#bloc-contenu{

}

.contenu-txt{
	border-left: 1px solid #181716;
	max-width: 280px;
}

.main-content{
	position:relative;
	overflow: hidden;
}

.bloc-full{
	top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    padding: 0;
}

.colred{
	background: #C80C15;
	min-height: 50em;
}

.colbrown{
	background: #6b645e;
	min-height: 50em;
}

.colbrown.col450{
	min-height: 450px;
}

.colbrown-light{
	background: #c1b8b0;
	min-height:50em;
}


.w280{
	width: 280px;
    float: right;
	margin-right: 65px;
}

.w280 p{
	margin-bottom:15px;
}

#bloc-contenu .bloc450{
	min-height: 450px;
}

#bloc-contenu .bloc550{
	min-height: 550px;
}

#bloc-contenu .bloc-left{

}

#bloc-contenu .bloc-red{
	color: #FFF;
	background: #C80C15;
}

#bloc-contenu .bloc-brown{
	color: #FFF;
	background: #6b645e;
}

#bloc-contenu .bloc-brown-light{
	background: #c1b8b0;
	color: #000000;
}

#bloc-contenu .bloc-h .contenu-txt{
	padding-left: 25px;
}

#bloc-contenu .bloc-red h1,
#bloc-contenu .bloc-brown h1,
#bloc-contenu .bloc-brown-light h1{
	/*padding-left: 25px;
	margin-top:30px;
	margin-bottom:15px;
	font-family: 'Playfair Display', serif;*/
	padding-left: 25px;
    padding-top: 30px;
    margin-bottom: 15px;
    font-family: 'Playfair Display', serif;
    margin-top: 0px;
}

#bloc-contenu .bloc-red .contenu-txt,
#bloc-contenu .bloc-brown .contenu-txt{
	border-left: 1px solid #FFF;
	padding-left:25px;
}

#bloc-contenu .bloc-brown-light .contenu-txt{
	border-left: 1px solid #000;
	padding-left: 25px;
}



#bloc-contenu .bloc-right{}

.bloc-img img{
	min-height: 450px;
}

.bloc-img img.noheight{
	min-height: initial;
}

.bloc-add{
	position:relative;
	z-index: 99;

}

.nopadding{
	padding-left:0px;
	padding-right:0px;
}

.bloc-add .inner{
	background: #C1B8B0 url('img/picto-qualite.png') no-repeat 96% 2%;
	padding-left: 50px;
	padding-bottom: 45px;
	max-width: 400px;
	margin-top: -110px;
}

.bloc-add .inner.inner-injection{
	background-image: none;
	background-color: #C80C15;
	color: #FFF;
	margin-top: -60px;
}

.bloc-add .inner.inner160{
	margin-top:-160px;
}

.bloc-add .inner.inner160.innermod,
.bloc-add .inner.innermod {
    margin-top: -70px;
}

.bloc-equipe .inner{
	background: #6B645E url('img/e.png') no-repeat 96% 2%;
	padding-left: 50px;
	padding-bottom: 45px;
	max-width: 400px;
	/*margin-top: -110px;*/
	color:#FFF;
	min-height: 440px;
}

.bloc-h ul.v li,
.bloc-equipe ul.v li{
	margin-bottom:15px;
}


.col400 .inner{
	max-width: 400px;
}

.bloc-add .inner li{
	max-width: 260px;
}

.bloc-add .inner h2,
.bloc-qualite .inner h2{
	margin: 0px 0px 35px 0px;
	padding: 45px 0px 0px 0px;
	font-family: 'Playfair Display', serif;
	font-size: 36px;
}

.inner-img{
	background: url('img/hologramme-montre.html') no-repeat top center;
}

.bloc-add.bloc-bd .inner-mat{
	background: none;
	padding-left:0px;
}

.inner-mat img{
	width:100%;
}

.col-materiaux .bloc-add .inner{
	margin-top:0px;
}

.bloc-qualite .inner {
    background: #C1B8B0 url('img/picto-qualite.png') no-repeat 96% 2%;
    padding-left: 50px;
    padding-bottom: 45px;
    max-width: 400px;
    /*z-index: 9999;*/
    position: relative;
	    width: 100%;
}
.carousel-control.right{background:none;}
.carousel-control.left{background:none;}
.carousel .item span, #timeline-vuillermoz .events-content li p{
	display:block;
	max-width: 520px;
	color: #FFF;
    font-size: 22px;
    text-align: center;
    margin: auto;
	font-family: "Raleway";
}

.carousel-inner{
	top: 40px;
}

.carousel-indicators li {
    display: inline-block;
    width: 70px;
    height: 76px;
    text-indent: 0px;
    cursor: pointer;
    background: none;
    border: none;
    border-radius: 0px;
	position: relative;
    z-index: 999;
}

.carousel-indicators .active {
    width:70px;
    height: 76px;
    margin: 0px 20px;
    background: none;
}

.carousel-indicators li{
	margin: 0px 20px;
}
.carousel-indicators li span{
	color: #FFF;
	font-family: 'Playfair Display', serif;
	font-size: 32px;
}

.carousel-indicators {
    bottom: 50px;
}

.carousel .fa{
	color: #FFF;
}

.active .fa{

}

.carousel-indicators::before{
	content:' ';
	width: 100%;
	height:1px;
	background: #FFF;
    position: absolute;
    left: 0;
    bottom: 20px;
}

.active .v-circle{
	background-color: #FFF;
}

.v-circle{
	width: 14px;
	height: 14px;
	border: 2px solid #FFF;
	border-radius: 50%;
	display: block;
	text-align:center;
	margin: auto;
	margin-top: 4px;
	background-color: #E10119;

}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-size: 30px;
}

@media screen and (min-width: 768px){
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 55px;
    height: 55px;
    margin-top: -10px;
    font-size: 30px;
}
}

.carousel-control{
	top: -180px;
}

.carousel-control .glyphicon-chevron-left{
	background: url('img/arrow-left.png') no-repeat;
}

.carousel-control .glyphicon-chevron-right{
	background: url('img/arrow-right.png') no-repeat;
}

.glyphicon-chevron-left:before,
.glyphicon-chevron-right:before{
	content: '';
}

.bloc-employe .inner{
	position:relative;
}

.txt-employe{
	background: rgba(28,17,12,0.67);
	position:absolute;
	top:0px;
	width: 100%;
}

.txt-employe span{
	display:block;
	color:#FFF;
	text-align:center;
	font-family: 'Playfair Display', serif;
	font-size: 25px;
	width: 100%;
	padding: 20px 0px;
	line-height: 27px;
}

.bloc-equipe .contenu-txt{
	border-left: 1px solid #FFF;
	padding-left: 25px;
}

.inner-qualite .contenu-txt{
	padding-left:25px;
	border-left: 1px solid #000;
}

.inner-qualite.inner-injection .contenu-txt{
	border-left: 1px solid #FFF;
}

.bloc-inno .inner {
    background: #6B645E;
    padding-left: 50px;
    padding-bottom: 45px;
    max-width: 400px;
    /* margin-top: -110px; */
    color: #FFF;
}

.bloc-inno .inner .contenu-txt{
	padding-left: 25px;
	border-left: 1px solid #FFF;
}

.inner-img2{
	position:relative;
	max-width: 400px;
}

.inner-img2 .txt-img{
	position:absolute;
	bottom:0px;
	left:0px;
	background: #6B645E;
}
.inner-img2 .txt-img span{
	display: block;
    color: #FFF;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    width: 100%;
    padding: 20px 10px;
    line-height: 28px;
}

/*
* FOOTER
*/

#footer{
	background: #000000;
	padding: 80px 0px;
	margin-top:-50px;
	position:relative;
}

.pg-actu #footer{
	margin-top: 0px;
}

#footer .logo-footer{}
#footer .logo-footer img{
	margin: auto;
}

#footer .col-text{
	color: #C1B8B0;
}

#footer .col-text span{
	font-size: 15px;
	display: block;
	margin-bottom: 20px;
}

#footer .col-text span.societe{
	font-weight: bold;
	font-size: 16px;
	padding-top:10px;
}

#footer .col-text span a{
	color: #C1B8B0;
}

.colspe{
	height:550px;max-height:550px;min-height:550px
}

.colspe579{
	/*min-height: 579px;
    max-height: 579px;
    height: 579px;*/
}

.col-home-left{padding-right:0px;top: -44px;}


/****
PAGE ACTUALITE
*****/


.pg-actu .entete-actu{
	position: relative;
}

.pg-actu .entete-actu img{
	position: absolute;
	top: 50%;
	margin-top: -17px;
}

.pg-actu h1{
	color: #C80C15;
	font-weight: bold;
	font-size: 54px;
	text-transform: uppercase;
	padding-top: 110px;
	margin-bottom: 60px;
}


/************
PAGE CONTACT
************/

#contenu-contact .bloc-info-contact{
	background: #C80C15;
}

.pg-contact .colspe{
	height: 70em;
	max-height: 70em;
}

.bloc-info-contact{
	padding-top: 100px;
	float: right;
	padding-right: 50px;
}

.bloc-info-contact img{
	margin-bottom: 30px;
}

.bloc-info-contact .bloc-adresse {
	border-left: 1px solid #FFF;
	padding-left: 25px;
}

.bloc-info-contact .bloc-adresse span{
	font-size: 15px;
	display: block;
	margin-bottom: 20px;
	color: #FFF;
}

.bloc-info-contact .bloc-adresse  span.societe{
	font-weight: bold;
	font-size: 16px;
	padding-top:0px;
}

#gmap{
	width: 400px;
	height: 300px;
	margin-bottom: 70px;
	margin-top: 70px;
	float: right;
	margin-right: 50px;
	border: 1px solid #FFF;
}

.col-rede{
	background: #C80C15;
}

.pg-contact #footer{
	margin-top: 0px;
}

.col-contact{
	background: #C1B8B0;
	max-width: 450px;
}

.col-contact #contact-form{
	padding: 25px;
}

#contact-form .form-control {
    color: #999999;
    font-family: 'Raleway';
    font-size: 14px;
    padding: 5px 10px;
    height: 28px;
	font-weight: 600;
}

#contact-form textarea.form-control {
    height: 166px;
}

.form-control {
    border-radius: 0px;
}

.btn.btn-primary, .btn.btn-primary:hover {
    background-color: #C80C15;
    border-color: #C80C15;
    border-radius: 0;
    font-size: 17px;
    font-family: 'Raleway';
    font-weight: 700;
	color: #FFFFFF;
}

.form-group{
	margin-bottom: 10px;
}

.form-objet{
	margin-bottom: 50px;
}

p.ob{
	color: #FFF;
	padding-top: 15px;
}

.logo-mij img{
	width: 100px;
}


/********************
	TIMELINE
********************/

#timeline-vuillermoz ol, #timeline-vuillermoz ul {
	list-style: none;
}

/* RESPONSIVE RULE */

@media(min-width:1600px){
	#image-top .logoBandeau img{
		width: 215px;
	}
}

@media(max-width:1200px){
	.pg-actu h1{
		padding-left: 50px;
	}


	#image-top .logoBandeau{
		padding: 0px 10px;
	}

}

@media(max-width:1070px){
	.pg-actu .entete-actu img{
		left:0;
		right:0;
		margin-left:auto;
		margin-right:auto;
		top: 50px;
	}

	.pg-actu h1{
		padding-left: 0px;
	}
}

@media(max-width: 500px){
	.pg-actu h1{
		font-size: 36px;
	}
}




.actu1,.actu2{
	padding-top: 55px;
	padding-bottom: 55px;
}

.actu1{
	background-color: #C1B8B0;
}

.actu .inner{
	border-left: 1px solid #000000;
	padding-left: 30px;
}

.pg-actu .actu h2{
	font-size: 35px;
	font-family: 'Playfair Display';
	margin-bottom: 20px;
}

.pg-actu .actu p{
	font-weight: bold;
	font-size: 16px;
	font-family: 'Raleway';
	max-width: 75%;
}

/* example */
@media(min-width: 970px) and (max-width:1170px){

}

@media(min-width:768px) and (max-width:1399px){
	.pg-ms #image-top .text{
		bottom: 12%;
		right: 11%;
		font-size: 31px;
		line-height: 34px;
	}

	.pg-mu #image-top .text{
		bottom: 28%;
		right: 18%;
		font-size: 31px;
		line-height: 34px;
	}

	.pg-mi #image-top .text{
		right: 5%;
		top: 32%;
		font-size: 31px;
		line-height: 34px;
	}

	.pg-gr #image-top .text{
		right: 18%;
		top: 24%;
		font-size: 31px;
		line-height: 34px;
	}
}

@media(min-width: 1400px){
	.pg-ms #image-top .text{
		right: 17%;
		bottom: 20%;
	}

	.pg-mu #image-top .text{
		right: 19%;
		bottom: 35%;
	}

	.pg-mi #image-top .text{
		right: 5%;
		top: 34%;
	}

	.pg-gr #image-top .text{
		right: 25%;
		top: 28%;
	}
}

@media(min-width: 1990px){
	.pg-ms #image-top .text{
		right: 22%;
		bottom: 22%;
		font-size: 50px;
		line-height: 55px;
	}

	.pg-mu #image-top .text{
		font-size: 50px;
		line-height: 55px;
	}

	.pg-mi #image-top .text{
		right: 5%;
		top: 36%;
		font-size: 50px;
		line-height: 55px;
	}

	.pg-gr #image-top .text{
		font-size: 50px;
		line-height: 55px;
	}
}




@media(max-width:767px){

	.pg-ms #image-top .text {
		font-size: 17px;
		line-height: 13px;
		right: 12%;
		top: 70%;
	}

	.pg-mu #image-top .text {
		font-size: 17px;
		line-height: 20px;
		right: 16%;
		top: 55%;
	}

	.pg-mi #image-top .text{
		right: 5%;
		top: 32%;
		font-size: 17px;
		line-height: 20px;
	}

	.pg-gr #image-top .text{
		font-size: 17px;
		line-height: 20px;
		right: 20%;
		top: 20%;
	}

	 #image-top .text span {
		font-size: 24px;
		top: 6px;

	}
	.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
		margin:0px;
	}
	.container,.container-fluid{padding:0;}
	.row{margin:0;}
	.inner-mat{float:none !important;}
	#bloc-contenu .bloc550{min-height:initial;}
	.contenu-txt{max-width:95%;}
	.bloc-brown-light p{margin:0;}
	.bloc-brown-light {padding-bottom:15px;}
	.w280{width:95%;float:none;margin-right:0px;}
	.bloc-qualite .inner{padding-left:15px;}
	.inner-img2 img,.inner-mat img,.bloc-img img{width:100% !important;height:auto;min-height:initial;}
	#footer{margin-top:0px;}
	.col-md-6{padding:0px;}
	.colspe{display:none;}
	.bloc-inno .inner,.bloc-qualite .inner,.bloc-add .inner{max-width:initial;float:none !important;}
	.col-home-left{padding-right:0px !important;top: 0px;}
	.bloc-equipe .inner{max-width:initial;}
	.bloc-employe .pull-right{float:none !important;}
	.bloc-employe img{width:100% !important;}

	#footer .col-text{padding:15px;}

	.carousel-control .glyphicon-chevron-right,
	.carousel-control .glyphicon-chevron-left{
		background-size:cover;
	}
	#slide-date p{font-size: 18px;line-height: 22px;}
	.carousel-indicators li span{font-size: 14px;}
	.carousel-indicators li,.carousel-indicators .active{margin: 0px 5px;}
	.carousel-indicators{left:50px; width: 80%;    margin-left:0%;}
	.carousel-indicators .active,
	.carousel-indicators li{
		width: 45px;
		height: 40px;
	}


	.col-contact{
	  max-width: 100%;
	}

	.col-contact #contact-form{
		max-width: 450px;
		margin: auto;
	}

}

@media(max-width:500px){
	#image-top .text{
		display: none;
	}

}

.events-content{
	height: auto !important;
}

/* utility */
.margin-top {
	margin-top: 5rem;
}
.margin-bottom {
	margin-bottom: 5rem;
}
.margin-vertical {
	margin: 5rem 0;
}