body {
	font-family: 'Ubuntu', sans-serif;
}
#image-reel{
	cursor: grab !important;
}
.reel-panning, .reel-panning * {
	cursor: grabbing !important;
}
.navbar-brand{
	padding-top: 0px;
}
.blink{
	color: white;
	animation: blink 2s linear infinite;
}
@keyframes blink{
	0%{opacity: 0;}
	50%{opacity: 1;}
	100%{opacity: 0;}
}
.orange{
	background-color: #e66e1d;
	font-size: 30px;
}
.gray{
	background-color: #6c757d;
	font-size: 30px;
}
.green{
	background-color: #56d873;
	font-size: 30px;
}
.blue{
	background-color: #00dcff;
	font-size: 30px;
}
.red{
	background-color: #e15b64;
	font-size: 30px;
}
.yellow{
	background-color: #ffee22;
	font-size: 30px;
}
.purple{
	background-color: #8c8c8c;
	font-size: 30px;
}
.title_header{
	padding-bottom: 15px;
}
.space{
	padding-top: 60px;
}
.space-visitor{
	padding-top: 20px;
}
.why_title{
	margin: auto;
	width: 100%;
	border: 3px solid #73AD21;
	padding: 70px;
	background-color: #e9ecef;
}
.details_360{
	border-radius: 15px;
	margin-left: 5px;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	background-color: #e9ecef;
}
.why_text a{
	text-decoration: none;
}
.card_div{
	padding-top: 15px;
}
.card_header{
	border: 3px solid #73AD21;
}
.card_body{
	border: 3px solid #73AD21;
}
.left{
	float: left;
}
.right{
	float: right;	
}
.footer{
	padding-top: 50px;
	padding-bottom: 70px;
}
.footer_watch{
	font-size: 20px;
}
.index_card_body{
	height: 220px;
	position: relative;
	text-align: center;
}
.div_for_index_card_body{
	position: relative;
	text-align: center;
	color: yellow;
	font-weight: bold;
	font-size: 30px;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	display: none;
}
.text_on_image{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.home_card{
	padding-top: 20px;
}
.center{
	text-align: center;
}
#the_man{
	width: 95%;
	text-align: right;
	font-size: 12px;
}
.hotspot{
	color: white;
}
.float_new_button{
	left: 85%;
	top: 10%;
	background-color: #56d873;
	font-size: 35px;
}
.full_width{
	width: 95%;
}
.float_right{
	float: right;
	padding-right: 10px;
}
.float_left{
	float: left;
	padding-left: 10px;
}
.navbar_link{
	//font-weight: 700;
}
.error {
	color: red;
}
.super-error {
	color: #ff0000;
}
.success {
	color: green;
}
.success-txt {
	color: #5ffa31;
}
.create_account_form .form-control{
	//border: 3px solid #ffc107;
}
.upload_image_form .form-control{
	border: 3px solid #73AD21;
}
.text_like_a{
}
.reel-annotation{
	display: none;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#0C9;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
	z-index: 9999;
}
.my-float{
	margin-top:22px;
}
.float-dark{
	position:fixed;
	width:60px;
	height:60px;
	bottom:120px;
	right:40px;
	background-color: none;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	z-index: 9999;
}
.my-float-dark{
	margin-top:22px;
	padding: 50px;
}
.padding-left-right{
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
}
.custom-control-label{
	color: #007bff;
	top:50px;
	left: 7px;
}
.pre_loader_class{
	background-color: white;
	color: black;
}
.fa-copy{
	color: black;	
}
.border{
	border-radius: 5px;
	border: 1px solid  #5a6268 !important;
	margin-top: 5px;
}
.transparent-textbox{
	width: 100%;
	font-size: 100%;
	border: 0;
	border-bottom-color: currentcolor;
	border-bottom-style: none;
	border-bottom-width: 0px;
	padding: 4px 10px;
	background-color: transparent;
	line-height: 2rem;
	border-bottom: 1px solid #737373;
	transition: all .2s ease-in;
}
.edit-page-buttons{
	margin-right: 10px;
}
.lazy-loader {
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(https://upload.wikimedia.org/wikipedia/commons/b/b1/Loading_icon.gif) no-repeat center;
}
.hidden{
	display: none;
}
.loader{
	width: 100px;
}
a{
	text-decoration: none !important;
}
.pagination-float{
	float: right;
}
.my-pagination li
{
	display: inline;
}
.my-pagination ul li
{
	list-style: none;
}
.my-pagination li a {
	color:#777
}
.pull-right
{
	float: right !important;
}
.my-pagination > li > a, .my-pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.428571429;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	margin-left: -1px;
}
.my-pagination > li > a {
	background-color: #E8E8E8;
}

.my-pagination .no-border{
	border: 0px solid #dddddd !important;
}
.thumbnail-new{
	width: 350px;
	height: 262px;
	object-fit: cover;
}
hr{
    border: 1px solid #9ba0ad;
}
.fix-modal-padding{
	padding-right: 0px !important;
}
.gallery-div{
	height: 190px;
    overflow: hidden;
    position: relative;
}
.gallery-img{
	position: absolute;
}
.white{
	color: white !important;
}
.make-100{
	height: 100% !important;
	text-align:right;
}
.login-with-google-img
{
	width: 30px;
	margin-right: 5px;
}
.center-label
{
	display: block;
    text-align: -webkit-center;
}
.footer-text
{
	font-size: 14px;
}
.circle {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	font-size: 12px;
	color: #fff;
	text-align: center;
	background: #000;
}
.normal-text{
	color: black;
}
.potrait{
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}