/*
NEW LOGO MODIFICATION
*/
.logo {
	position: absolute;
	margin-top: 20px;
	top: -130px;
	right: 0px;
	box-shadow: none!important;
	width: 400px!important;
	height: 100px!important;
	content:url("../../assets/img/newLogo_100.png")!important;

}

.logo.img-circle {
	border-radius: 0%!important;
}

.social {
	position: absolute;
	margin: 5px auto 0px;
/* 	top: 20px; */
	top: 70px;
	right: 0;
	left: 0;
	z-index: 19;

}

.social .pull-left {
    direction: ltr!important;
	text-align: left!important;
    float: left!important;
}


.navbar-wrapper {
	margin-top: 70px;
	
	position: absolute;
	top: 50px;
	right: 0;
	left: 0;
	z-index: 20
}

/*div.container*/
#myCarousel {
    margin-top: 50px;
}

/* MQ TABLET */
@media screen and (max-width: 1000px) and (min-width: 768px) {
.logo {
display: none!important;
	/* 
position: absolute;
	margin-top: 20px;
	top: -130px;
	right: 0px;
	box-shadow: none!important;
	width: 400px!important;
	height: 100px!important;
	content:url("../../assets/img/newlogo_100.png")!important;
 */

}

.logo.img-circle {
display: none!important;
/* 	border-radius: 0%!important; */
}

.social {
/* display: none!important; */
	position: absolute;
	margin: 5px auto 0px;

	top: 20px;
	right: 0;
	left: 0;
	z-index: 19;

}

.social .pull-left {


    direction: ltr!important;
	text-align: left!important;
    float: left!important;

}


.navbar-wrapper {
	margin-top: 20px;
	
/* 
	position: absolute;
	top: 50px;
	right: 0;
	left: 0;
	z-index: 20
 */
}

/*div.container*/
#myCarousel {
    margin-top: 0px;
}
}


/* MQ MOBILE */

@media screen and (max-width: 767px) {
.logo {
display: none!important;
	/* 
position: absolute;
	margin-top: 20px;
	top: -130px;
	right: 0px;
	box-shadow: none!important;
	width: 400px!important;
	height: 100px!important;
	content:url("../../assets/img/newlogo_100.png")!important;
 */

}

.logo.img-circle {
display: none!important;
/* 	border-radius: 0%!important; */
}

.social {
/* display: none!important; */
	position: absolute;
	margin: 5px auto 0px;

	top: 20px;
	right: 0;
	left: 0;
	z-index: 19;

}

.social .pull-left {


    direction: ltr!important;
	text-align: left!important;
    float: left!important;

}


.navbar-wrapper {
	margin-top: -50px;
	
/* 
	position: absolute;
	top: 50px;
	right: 0;
	left: 0;
	z-index: 20
 */
}

/*div.container*/
#myCarousel {
    margin-top: 0px;
}
}