/*--------------------------------------------------------------
# Main Page
--------------------------------------------------------------*/
body { 
  background: url(../images/bgimg1.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.main {
	padding-bottom: 40px;
}
.main #main-flters {
	padding: 0;
	margin: 10px auto 0 auto;
	list-style: none;
	text-align: center;
	border-radius: 50px;
}
.main #main-flters li {
	cursor: pointer;
	display: inline-block;
	padding: 8px 16px 10px 16px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	color: #444444;
	margin: 0 3px 10px 3px;
	transition: all ease-in-out 0.3s;
	background: #efefef;
	border-radius: 50px;
}
.main-container {
	margin-top:80px;
}
@media (max-width: 767px) {
.main #main-flters {
	padding: 0;
	margin: 0 auto 0 auto;
	list-style: none;
	text-align: center;
	border-radius: 50px;
}
.main #main-flters li {
	cursor: pointer;
	display: inline-block;
	padding: 8px 8px 10px 8px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	color: #444444;
	margin: 0 0 10px 0;
	transition: all ease-in-out 0.3s;
	background: #efefef;
	border-radius: 50px;
}
.main-container {
	margin-top:105px;
}
}
.main #main-flters li:hover, .main #main-flters li.filter-active {
	color: #fff;
	background: #8fc04e;
}
.main #main-flters li:last-child {
	margin-right: 0;
}
.main .main-item {
	margin-bottom: 5px;
	overflow: hidden;
}
.section-title {
	text-align: center;
	padding-bottom: 0;
	#background: grey;
	#background-image: url(../images/bgimg1.jpg);
	#background-repeat: no-repeat;
	#background-position: center;
	#background-size: cover;
}
.section-title h2 {
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 900;
	padding: 8px 20px;
	margin: 0;
	#background: #f3f8ec;
	color: #8fc04e;
	#text-transform: uppercase;
	#border-radius: 50px;
}
.section-title h3 {
	margin: 15px 0 0 0;
	font-size: 32px;
	font-weight: 700;
}
.section-title h3 span {
	color: #8fc04e;
}
.section-title p {
	margin: 15px auto 0 auto;
	font-weight: 600;
}
.main-item-info {
	padding: 5px;
	background-color:white;
	opacity: 0.8;
	border-radius: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.main .main-item .main-item-info h4 {
	font-style: italic;
	font-size: 16px;
	font-weight: 600;
}
.main .main-item .main-item-info p {
	font-size: 14px;
	margin-bottom: 0;
}
.boldtext {
	font-weight: 600;
}
.adbar {
  background-color: #F0F0F0;
  border-style:solid;
  border-top-color: grey;
  border-top-width: 2px;
  border-left-color: grey;
  border-left-width:10px;
  border-right-color: grey;
  border-right-width:10px;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  height:40px;
  width: 100%;
}
.login-container {
	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
}
.login {
	padding: 15px;
	background-color:white;
	border-radius: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.rolediv {
	clear: left;
	width: 100%;
	text-align: center;
}
.rolechilddiv {
	display: none;
}
.rolerb {
	padding-left:5px;	
	padding-right:10px;
}
.rolebld {
	font-weight: bold;
}
.ccog {
	color:#efefef; 
	font-size:26px;
}
.ccog span {
	color: #fff;
}
.ccog span:hover {
	color: #8fc04e;
}
#mic {
    position:fixed;
	background-image: linear-gradient(to left, #ee390f 0%, #f9b700 51%, #ee390f 100%);
	opacity:0.8;
	border-radius: 0 50px 50px 0;
	#padding: 5px 15px;
    left:0;
    bottom:50%;
    cursor:pointer;
	font-size: 24px;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background-size: 200% auto;
}
#mic:hover {
	background-position: right center;
}
#sos {
    position:fixed;
	background-image: linear-gradient(to left, #ee390f 0%, #f9b700 51%, #ee390f 100%);
	opacity:0.8;
	border-radius: 50px 0 0 50px;
	#padding: 5px 5px;
    right:0;
    bottom:50%;
    cursor:pointer;
	font-size: 24px;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background-size: 200% auto;
}
#sos:hover {
    background-position: right center;
}
.sossmall {
	font-size: 10px;
}
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
	size:150%;
	color:#FF3333;
}
#scroll:hover {
    color:white;
}
#footer {
	background: #343a40;
	padding: 5px;
	color: #fff;
	font-size: 10px;
}
#footer .copyright {
	text-align: center;
}
#footer .credits {
	padding-top: 10px;
	text-align: center;
	font-size: 10px;
	color: #fff;
}