/*!
 * Powered by DashAli
 * Copyright 2016-2022 ERPx.ir
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
@import url('colors.css');
body {
    padding-top: 80px;
}

footer {
    margin: 50px 0;
}

@media (max-width:767px){
	.xs-clearfix{clear:both; margin:0 5px; float:none!important}
	.mb-xs-15 div{margin-bottom:15px}
}

.guid-featured{
	background-color:#1794ae;
	/* background: -webkit-gradient(linear, left top, left bottom, from(#59f9dd), to(#23baaa)); */
	/* background: -webkit-linear-gradient(top, #23baaa, #59f9dd); */
	/* background: -moz-linear-gradient(top, #23baaa, #59f9dd); */
	/* background: -o-linear-gradient(top, #23baaa, #59f9dd); */
	/* background: linear-gradient(to bottom, #59f9dd, #23baaa); */
	padding: 15px 0 0;
	margin: -18px 0 20px;
	color:#fff;
}
.guid-featured .input-group-btn button{
	padding-top: 9px;
	padding-bottom: 3px;
}
.guid-featured h4{
	text-shadow: 0 0 3px #00000055;
}
.glyphicon-search{text-shadow: 0 0 9px #00000033;}

.reserve-meet{
	background-color: #1794ae;
	background: -webkit-gradient(linear, left top, left bottom, from(#1794ae), to(#117489));
	background: -webkit-linear-gradient(top, #117489, #1794ae);
	background: -moz-linear-gradient(top, #117489, #1794ae);
	background: -o-linear-gradient(top, #117489, #1794ae);
	background: linear-gradient(to bottom, #1794ae, #117489);
	margin: -20px 0 15px;
	padding: 1px 0 15px;
	color: #fff;
	border-bottom:2px solid #1ba9c6;
	
}
.form-group .loader:before{
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	color: #308ca835;
	content: "\E366";
	display: block;
	float: left;
	font-family: fa !important;
	font-size: 25px;
	left: 35px;
	margin-left: 2px;
	position: absolute;
}
.m-b-0{margin-bottom:0}
@media (min-width:768px){
	.article-home form,.article-home p{padding-left:15px}
	}
@media (max-width:767px){
	.reserve-meet select, .reserve-meet input{margin-bottom:10px}
	.reserve-meet input#btn-send{margin-bottom:0; min-width:140px}
	}
	
.article-home input, .article-home textarea {margin-bottom:15px}
.article-home iframe {
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 1px;
	}

.glyphicon-lg{
	font-size: large;
	line-height: 0;
}

.article-home label{
	margin: -11px 10px -9px 0;
	z-index: 1;
	display: block;
	float: right;
	padding: 0 2px;
	position: relative;
	background-color: #ffffffee;
	}

/*** social-btn ***/
.social-btn{
	display: flex;
	list-style: none;
	padding-right: 0;
}
.social-btn li{
	font-size: 1rem;
	margin-left:5px;
	text-align: center;
}
.social-btn li a{
	display: block;
	text-decoration: none;
	padding: 5px 10px 8px;
	transition: all 1s;
	border-radius:3px;
}
.social-btn li a:hover {
    background-color: #0002;
    transition: all .5s;
}
.social-btn li a img{
	transform: scale(.75);
	transition: all .7s;
	filter: brightness(150%) grayscale(100%);
	width: 32px;
	height: 32px;
}
.social-btn a:hover img {
    transform: scale(1);
    transition: all .2s;
    filter: brightness(100%) grayscale(0%);
}
.social-btn li a span{
	transform: scale(.75);
	transition: all .7s;
	color: #000;
	display: block;
	text-align: center;
}
.social-btn a:hover span {
    transform: scale(1.3);
    transition: all .2s;
    color: #000;
    padding-top: .5rem;
    text-shadow: 0 1px 5px #0005;
}