#user {
    float: right;
    cursor: pointer;
    display: none;
}

#user figure {
   width: 38px;
    height: 38px;
    border: 2px solid #fff;
    overflow: hidden;
    border-radius: 50%;
    float: left;
       margin-top: -2px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: -2px;
}

#user figure img {
    width: 100%;
    height: 100%;
}

#user strong a {
    background-color: inherit;
        color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.clients .owl-item img {
    display: block;
    width: 100%;
    max-width: 150px;
}
#popUp {
    background-color: rgba(0,0,0,.9);
    height: 100%;
    position: fixed;
    z-index: 99999;
	display:none;
}
.col-xs-12 {
    width: 100%;
}
.popUpBox {
    background-color: #fff;
    width: 430px;
    min-height: 300px;
    position: absolute;
    left: calc(50% - 215px);
    top: 25%;
}
.popUpBox, .video {
    border-radius: 10px;
}
.closePopup {
    border-bottom: solid 1px #e8e8e8;
}
.closePopup h4 {
    margin: 0;
    font-size: 16.3px;
    font-weight: 600;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
	color: #212121;
}
.closePopup .closeButton {
    right: 20px;
    top: 20px;
}
.closeButton {
    position: absolute;
    cursor: pointer;
}
.popUpBox p {
    padding: 20px 10px 10px;
    text-align: center;
	line-height: 1.42857143;
    color: #333;
	font-size: 14px;
	    margin-bottom: 5px;
}
.g-login {
    margin: auto;
    background-color: #ff043f;
}

.or {
    text-align: center;
}
.fb-login {
    background-color: #3b5998;
    margin: auto;
}
.g-login {
	margin-left: 42%;
}
.fb-login, .g-login {
  width: 28px;
    border-radius: 20px;
    padding: 2px;
	float: left;
    margin-right: 10px;
    font-size: 12.2px;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    letter-spacing: normal;
}
.popUpBox small {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
    font-size: 11px;
}
.g-login img {
    margin-right: 10px;
}
.fb-login img {
    vertical-align: -7px;
}