html, body {
	height: 100%;
}

p {
	font-size: 1.2em;
}

.map-marker {
	justify-content: center;
	background-image: url('/images/gps-marker.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 48px;
	height: 48px;
}

.viewport {
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url('/images/office.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.flexbox {
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-light:hover {
	color: #000000;
}

.nobull {
	list-style-type: none;
}

.pg {
	font-size: 1.2em;
}

.rgba-gradient {
	width: 100%;
	background-color: rgba(14, 14, 14, 0.3);
}

footer h3 {
	border-bottom: 1px solid #BAC1C8;
	color: #BAC1C8;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	padding: 40px 0 10px;
	text-transform: uppercase;
}

footer .cadre {
	background: #03A9F4;
	width: 100%;
	height: 10px;
}

.purple-box {
	background-color: #9a67ea;
}

footer a {
	color: #bbdefb;
}

footer a:hover {
	color: #d1c4e9;
}

footer {
	background: #212121;
}

.social li {
	background: none repeat scroll 0 0 #212121;
	border: 2px solid #B5B5B5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	float: left;
	height: 36px;
	line-height: 36px;
	margin: 0 8px 0 0;
	padding: 0;
	text-align: center;
	width: 36px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.social li:hover {
	transform: scale(1.15) rotate(360deg);
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
}

.social {
	margin-bottom: 10px;
}

.bg {
	/* The image used */
	background-image: url(./images/45.jpg);
	display: block;
	/* Full height */
	height: 100%;
	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
}

.center {
	text-align: center;
	margin: auto;
}

.padding {
	padding: 10px;
}

.margin {
	margin: 10px;
}

.bg-blue-grey {
	background: #ECEFF1;
}

.x-carousel-indicator span {
	background: transparent url('/images/tb4.jpg') no-repeat !important;
	background-size: 11px;
	border-radius: none;
}

.clipped-text {
	display: block;
	max-width: 100%;
	height: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.img-fluid {
	max-width: 100%;
	height: 200px;
}

.glyphicon.glyphicon-chevron-right {
	color: red;
}

.c-pointer {
	cursor: pointer;
}

.text-myid {
	color: #9975ff !important;
}

.bg-purple {
	background-color: #5f4e91 !important;
}

.multine-ellipsis {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.text-clamp {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.signin_or-divider::before, .signin_or-divider::after {
    background-color: rgba(0,0,0,0.35);
    content: '';
    height: 1px;
    width: 50%;
}
