@import url(http://fonts.googleapis.com/css?family=Architects+Daughter);
@import url(http://fonts.googleapis.com/css?family=Chewy);
html {
  position: relative;
  min-height: 100%;
}
body{  
  margin-bottom: 85px;
  overflow-x: hidden;
  width:100%;
}
a{
	color:white;
	font-weight:bold;
}
a:hover{
	color:white;
}
.navbar-default .navbar-nav>li>a:hover {
	color: rgb(0,0,0);
	background: rgb(70,77,87);
}
.nav-custom {
	background:rgb(70,77,87);
	position:absolute;
	bottom:0;
}
@media (min-width:992px) {
.navbar .nav li.nav-register>a {
	color: rgb(0,0,0);
	background: rgba(202,23,27,0.7);
}
.navbar-default .navbar-nav>li>a {
	color: #FFF;
	background: rgb(70,77,87);
}
}
@media (max-width: 991px) {
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	background-color: rgb(70,77,87);
}
}
.footerrr{
  position: relative;
  bottom: 0;
  width: 100%;
  min-height: 40px;
  top:100px;
}
.social li {
	border: 1px solid #000;
}
ul.social-buttons li a {
	color: #000;
}
.social li a {
	color: #000;
}
.social li a i {
	color: #000 !important;
}
.social li:hover {
	border: 1px solid #000;
}
.social li:hover a i {
	color: #fff !important;
}
.quick-links a {
	color: #000;
}
.ff-container {
	width: 100%;
	height:100px;
	position:relative;
	bottom:50px;
}
.ff-container label {
	font-family: 'Architects Daughter', cursive;
	width: 13%;
	height: 45px;
	cursor: pointer;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	line-height: 30px;
	font-size: 18px;
	background: rgb(70,77,87);
	font-weight: bold;
	margin-right:5px;
	padding-top: 8px;
	box-shadow: 0px 0px 0px 1px #fff, 1px 0px 0px 0px rgba(51,51,51,0.9) inset, 0px 1px 2px rgba(0,0,0,0.2);
}
@media (max-width: 991px){
	.ff-container{
		width: 100%;
	}
	.container{
		width:100%;
	}
}
@media (max-width: 767px){
	.ff-container{
		width: 90%;
	}
	.ff-container label{
		width: 60%;
	}
}
@media (max-width: 320px){
	.ff-container{
		width: 100%;
	}
	.ff-container label{
		width: 100%;
	}
}	
.ff-container input.ff-selector-type-all:checked ~ label.ff-label-type-all, .ff-container input.ff-selector-type-1:checked ~ label.ff-label-type-1, .ff-container input.ff-selector-type-2:checked ~ label.ff-label-type-2, .ff-container input.ff-selector-type-3:checked ~ label.ff-label-type-3, .ff-container input.ff-selector-type-4:checked ~ label.ff-label-type-4, .ff-container input.ff-selector-type-5:checked ~ label.ff-label-type-5, .ff-container input.ff-selector-type-6:checked ~ label.ff-label-type-6, .ff-container input.ff-selector-type-7:checked ~ label.ff-label-type-7, .ff-container input.ff-selector-type-8:checked ~ label.ff-label-type-8 {
	background: rgba(202,23,27,0.7);
	color: #000;
	
}
.ff-container input {
	display: none;
}

.ff-items, .items li {
	width: 160px;
	display: inline-block;
	margin-right:10px;
}
.ff-items {
	width:100%;
	height: 230px;
	position: absolute;
	margin: 0px auto;
	padding-top: 20px;
	display: block;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	float:left;
}
.ff-items h5
{
	text-align: center;
	font-family: 'Chewy', cursive;
	font-size: 15px;
	margin-bottom: 15px;
}
.ff-items a {
	display: block;
	padding: 10px;
	position: relative;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	margin: 0;
	width: 160px;
	height: 161px;
	word-wrap:word-break;
}
.ff-items a span {
	display: block;
	font-style: italic;
	color: #fff;
	font-weight: bold;
	padding: 20px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 120px;
	height: 0px;
	opacity: 0;
	text-align: center;
	text-shadow: 1px 1px 1px #303857;
	
}
.ff-items a:hover span {
	height: 141px;
	opacity: 1;
	width: 140px;
}
.ff-items li {
	margin: 0px;
	display: inline-block;
}
.ff-container input.ff-selector-type-all:checked ~ .ff-items li{
	width: 160px;
	float: left;
	cursor: pointer;
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition: -webkit-transform 0.3s linear;
	-o-transition: -o-transform 0.3s linear;
	-ms-transition: -ms-transform 0.3s linear;
	transition: transform 0.3s linear;
}
.ff-container input.ff-selector-type-1:checked ~ .ff-items .ff-item-type-1,
.ff-container input.ff-selector-type-2:checked ~ .ff-items .ff-item-type-2,
.ff-container input.ff-selector-type-3:checked ~ .ff-items .ff-item-type-3,
.ff-container input.ff-selector-type-4:checked ~ .ff-items .ff-item-type-4,
.ff-container input.ff-selector-type-5:checked ~ .ff-items .ff-item-type-5,
.ff-container input.ff-selector-type-6:checked ~ .ff-items .ff-item-type-6,
.ff-container input.ff-selector-type-7:checked ~ .ff-items .ff-item-type-7,
.ff-container input.ff-selector-type-8:checked ~ .ff-items .ff-item-type-8
{
	-webkit-transition: -webkit-transform 0.3s linear, width 0s linear 0.3s;
	-moz-transition: -moz-transform 0.3s linear, width 0s linear 0.3s;
	-o-transition: -o-transform 0.3s linear, width 0s linear 0.3s;
	-ms-transition: -ms-transform 0.3s linear, width 0s linear 0.3s;
	transition: transform 0.3s linear, width 0s linear 0.3s;
	-webkit-animation: scaleUp 0.3s linear 0.4s forwards;
	-moz-animation: scaleUp 0.3s linear 0.4s forwards;
	-o-animation: scaleUp 0.3s linear 0.4s forwards;
	-ms-animation: scaleUp 0.3s linear 0.4s forwards;
	animation: scaleUp 0.3s linear 0.4s forwards;
	border-radius: 50%;
}
.ff-container input.ff-selector-type-1:checked ~ .ff-items li:not(.ff-item-type-1),
.ff-container input.ff-selector-type-2:checked ~ .ff-items li:not(.ff-item-type-2),
.ff-container input.ff-selector-type-3:checked ~ .ff-items li:not(.ff-item-type-3),
.ff-container input.ff-selector-type-4:checked ~ .ff-items li:not(.ff-item-type-4),
.ff-container input.ff-selector-type-5:checked ~ .ff-items li:not(.ff-item-type-5),
.ff-container input.ff-selector-type-6:checked ~ .ff-items li:not(.ff-item-type-6),
.ff-container input.ff-selector-type-7:checked ~ .ff-items li:not(.ff-item-type-7),
.ff-container input.ff-selector-type-8:checked ~ .ff-items li:not(.ff-item-type-8)
{
	-webkit-animation: scaleDown 0.3s linear forwards;
	-moz-animation: scaleDown 0.3s linear forwards;
	-o-animation: scaleDown 0.3s linear forwards;
	-ms-animation: scaleDown 0.3s linear forwards;
	animation: scaleDown 0.3s linear forwards;
	border-radius: 50%;
}
@-webkit-keyframes scaleUp {
	50% { width: 160px; -webkit-transform: scale(0,0); }
    100% { width: 160px; -webkit-transform: scale(1,1); }
}
@-webkit-keyframes scaleDown {
	0% { width: 160px;-webkit-transform: scale(1,1);}
	99% { width: 160px; -webkit-transform: scale(0,0);}
    100% { width: 0px; -webkit-transform: scale(0,0); }
}
@-moz-keyframes scaleUp {
	50% { width: 160px; -moz-transform: scale(0,0); }
    100% { width: 160px; -moz-transform: scale(1,1); }
}
@-moz-keyframes scaleDown {
	0% { width: 160px;-moz-transform: scale(1,1);}
	99% { width: 160px; -moz-transform: scale(0,0);}
    100% { width: 0px; -moz-transform: scale(0,0); }
}
@-o-keyframes scaleUp {
	50% { width: 160px; -o-transform: scale(0,0); }
    100% { width: 160px; -o-transform: scale(1,1); }
}
@-o-keyframes scaleDown {
	0% { width: 160px;-o-transform: scale(1,1);}
	99% { width: 160px; -o-transform: scale(0,0);}
    100% { width: 0px; -o-transform: scale(0,0); }
}
@-ms-keyframes scaleUp {
	50% { width: 160px; -ms-transform: scale(0,0); }
    100% { width: 160px; -ms-transform: scale(1,1); }
}
@-ms-keyframes scaleDown {
	0% { width: 160px;-ms-transform: scale(1,1);}
	99% { width: 160px; -ms-transform: scale(0,0);}
    100% { width: 0px; -ms-transform: scale(0,0); }
}
@keyframes scaleUp {
	50% { width: 160px; transform: scale(0,0); }
    100% { width: 160px; transform: scale(1,1); }
}
@keyframes scaleDown {
	0% { width: 160px; transform: scale(1,1);}
	99% { width: 160px; transform: scale(0,0);}
    100% { width: 0px; transform: scale(0,0); }
}

#sort 
{
	list-style: none;
}
.items{
	border-radius: 50%;
}
.clr{
	clear: both;
}
.btn.register {
	background: rgba(100, 189, 79,0.6);
}

#scroll{
	width:100%;
	height: auto;
}
#scroll button{
	background: transparent; 
	border: 0; 
	color: rgb(70,77,87); 
	opacity: .7;
}
#scroll button:hover{
	opacity:1;
}
#content {
	float:left;
	width:100%;
	height: auto;
	overflow-y: hidden;
	overflow-x: hidden;
	text-align: left;
	padding: 20px;
	background: rgb(70,77,87);
	font-size: 15px;
	-webkit-box-shadow: 2px 8px 25px -2px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 8px 25px -2px rgba(0,0,0,0.3);
	box-shadow: 2px 8px 25px -2px rgba(0,0,0,0.3);
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
#content, #content h1,#content h2,#content h3,#content h4,#content h5,#content h6, #content p,#content li{
	color:#FFF;
}
#content h1,#content h2,#content h3,#content h4,#content h5,#content h6{
	font-weight: bold;
}

p {
	color: #000;
	margin: 0;
}
.form-inline {
	width: 100%;
}
.form-control {
	background: #000;
	color: #fff;
	margin: 2px;
}
.text-wrap {
	margin-top: 20px;
	text-align: center;
	font-family: cursive;
	height: auto;
}
.text-wrap h6 {
	
	font-family: cursive;
	font-size: 18px;
}

.btn.register {
	background: rgba(100, 189, 79,0.6);
}
.btn.register.submit {
	background: rgba(202,23,27,0.9);
	font-size: 16px;
}
ul.tabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	list-style: none;
	overflow: hidden;
	padding: 0;
}
ul.tabs li {
	float: left;
	width: 25%;
}
ul.tabs li a {
	display: block;
	height: 30px;
	margin-top: 40px;
	font-family: 'Chewy', cursive;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	color: #000;
	background: rgba(202,23,27,0.7);
	-webkit-box-shadow: 8px 12px 25px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 8px 12px 25px 2px rgba(0,0,0,0.4);
	box-shadow: 8px 12px 25px 2px rgba(0,0,0,0.4);
	border: 1px solid #fff;
	-webkit-transition: padding 0.2s ease, margin 0.2s ease;
	-moz-transition: padding 0.2s ease, margin 0.2s ease;
	-o-transition: padding 0.2s ease, margin 0.2s ease;
	-ms-transition: padding 0.2s ease, margin 0.2s ease;
	transition: padding 0.2s ease, margin 0.2s ease;
}
@media (min-width: 600px ){
.page_container{
	margin-top: 66px;
}

.tabs li:first-child a {
	z-index: 3;
	
  -webkit-border-top-left-radius: 8px;
-moz-border-radius-topleft: 8px;
border-top-left-radius: 8px;
}
.tabs li:nth-child(2) a {
	z-index: 2;
}
.tabs li:last-child a {
	z-index: 1;
	-webkit-box-shadow: 2px 8px 25px -2px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 8px 25px -2px rgba(0,0,0,0.3);
	box-shadow: 2px 8px 25px -2px rgba(0,0,0,0.3);
  -webkit-border-top-right-radius: 8px;
-moz-border-radius-topright: 8px;
border-top-right-radius: 8px;
}
ul.tabs li a:hover {
	margin: 35px 0 0 0;
	padding: 5px 0 5px 0;
}
ul.tabs li a.active {
	margin: 30px 0 0 0;
	padding: 5px 0 10px 0;
	background: #CE2C30;
	color: #fff;
	/*color: #ff6831;*/
	z-index: 4;
	outline: none;
}
}
@media (min-width: 1367px){
	.page_container{
		margin-top: 6%;
	}
}
.group:before, .group:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.group:after {
	clear: both;
}
@media (max-width: 599px){
.page_container{
	margin-top: 100px;
}
ul.tabs li {
	float: left;
	width: 50%;
}
ul.tabs li a {	
	margin-top: 0px;
}
.tabs li:first-child a {	
  -webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
}
.tabs li:nth-child(2) a {
	-webkit-border-top-right-radius: 8px;
-moz-border-radius-topright: 8px;
border-top-right-radius: 8px;
}
ul.tabs li a.active {
	padding: 5px 0 10px 0;
	background: #CE2C30;
	color: #fff;
	/*color: #ff6831;*/
	z-index: 4;
	outline: none;
}
}

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5; 
}

::-webkit-scrollbar-thumb
{
	background-color: rgb(70,77,87); /* background color for the BAR*/
}