@import url(fontawesome/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Lobster&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Comfortaa&subset=latin,cyrillic);



@-webkit-keyframes swing{
	15%{
			-webkit-transform: translateX(5px);
			transform: translateX(5px);
	}
	30%{
			-webkit-transform: translateX(-5px);
		 transform: translateX(-5px);
	}
	50%{
			-webkit-transform: translateX(3px);
			transform: translateX(3px);
	}
	65%{
			-webkit-transform: translateX(-3px);
			transform: translateX(-3px);
	}
	80%{
			-webkit-transform: translateX(2px);
			transform: translateX(2px);
	}
	100%{
			-webkit-transform: translateX(0);
			transform: translateX(0);
	}
}
@keyframes swing
{
	15%{
			-webkit-transform: translateX(5px);
			transform: translateX(5px);
	}
	30%{
			-webkit-transform: translateX(-5px);
			transform: translateX(-5px);
	}
	50%{
			-webkit-transform: translateX(3px);
			transform: translateX(3px);
	}
	65%{
			-webkit-transform: translateX(-3px);
			transform: translateX(-3px);
	}
	80%{
			-webkit-transform: translateX(2px);
			transform: translateX(2px);
	}
	100%{
			-webkit-transform: translateX(0);
			transform: translateX(0);
	}
}



* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

input::-webkit-input-placeholder {
	font-size:100%;
}
input:-moz-placeholder {
	font-size:100%;
}


input:-webkit-autofill {
	-webkit-box-shadow:0 0 0 50px #FFF inset !important;
	-webkit-text-fill-color: #333;
}

input:-webkit-autofill:focus {
	-webkit-box-shadow: ,0 0 0 50px #FFF inset !important;
	-webkit-text-fill-color: #333;
}


:focus {outline:none;}

img {
	border:0;
	vertical-align: middle;
}






body, html {
	margin:0px;
	padding:0px;
	font-family: Arial;
	font-size: 100%;
	color:#000000;
	background-color:#E9EBEE;
}


a{
	color:#f33;
	text-decoration:none;

}
a:hover{
	text-decoration:none;
	color:#0B0B0D;
}

a,
button{
	cursor:pointer;
  outline: none;
  transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
}

label{
	display:inline-block;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="date"],
textarea
{
	color: #000;
	background: #FFF;
	border: 1px solid #e0dede;
	height:34px;
}


a.Button,
button,
input[type="submit"],
input[type="button"]
{
	position:relative;
	padding: 5px 14px 6px 14px;
	margin: 0;
	background-color: #f33;
	border: 0;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 110%;
	font-family: 'Comfortaa',cursive!important;
	vertical-align: top;
	display: inline-block;
	border-radius:3px;
}
a.Button:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover
{
	background-color: #000!important;
}




.InputField.fa {
	position:relative;
	display: inline-block;
	padding-left:40px;
	height:36px;
	border: 1px solid #e0dede;
	background:#FFF;
}
.InputField.fa:before {
	position: absolute;
	top:10px;
	left:10px;
}
.InputField.fa *{
	border:0;
	background: transparent;
	width:100%;
}


.InputField1.fa {
	position:relative;
	display: inline-block;
	height:36px;
	border: 1px solid #e0dede;
}
.InputField1.fa:before {
	position: absolute;
	top:10px;
	left:10px;
}
.InputField1.fa *{
	border:0;
	background: transparent;
	width:100%;
	padding-left:40px;
}



select:required:invalid {
  color: #aaa;
}
option[value=""][disabled] {
  display: none;
}


h1,h2,h3,h4{
	margin: 0;
}


h1 {
	font-family: 'Comfortaa', cursive;
	margin:20px 0 20px 0;
	padding-bottom: 5px;
	font-size: 140%;
	border-bottom: 3px solid #f33;
	font-weight: normal;
	color: #000;
}



.fa:before{
	font-family:FontAwesome;
	margin-right:10px;
}
label .fa:before{
	margin-right:5px;
}



.HeaderTop  > div,
.Header  > div,
.MemberMenu > div,
.Content,
.SocialMedia > div,
.Footer > div,
.FooterBottom > div
{
	max-width: 85%;
	margin:0 auto;
}




.Header{
	background-color: rgba(255, 51, 51, .6);
	height: auto;
	width: 100%;
	min-height: 43px;
	position: relative;
	z-index: 99;
	-webkit-transition: 0.2s all;
}
.Header > div{
	display:table;
	width:100%;
	height: 100%;
}
.Header > div > div{
	display:table-cell;
	vertical-align: middle;
	padding: 5px 0;
}
.Header.HeaderDark{
	background-color: #f33;
}



.HeaderSticky > div{
	-webkit-transition: 0.5s all;
	background-color:#f33;
	height: 50px;
	padding: 0;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
	z-index: 9999;
}
.HeaderSticky .Logo > a > img{
	-webkit-transition: 0.2s all;
	width: 70% !important;
}
.HeaderSticky .Logo > a > span{
	bottom: 4px;
	left: 105px;
	font-size: 60%;
}
.HeaderSticky  .Header > div > div {
	padding: 0;
}
.HeaderSticky  .LoginBlock span{
	display: none;
}





.Logo{
	/*max-width: 550px;*/
}
.Logo > a{
	display:inline-block;
	position: relative;
}
.Logo > a > img{
	-webkit-transition: 0.2s all;
	image-rendering: -webkit-optimize-contrast;
}
.Logo > a > span{
	position: absolute;
	bottom:7px;
	right: 10px;
	font-size: 80%;
	color: #FFF;
	font-style: italic;
	font-family: 'Comfortaa', cursive;
}



.LoginBlock{
	margin-top:10px;
}
.LoginBlock form > div{
	width:100%;
}
.LoginBlock div{
	margin-bottom:5px;
}
.LoginBlock button{
	float:right;
	margin-top:5px;
}
.LoginBlock span{
	display:block;
}
.LoginBlock span > a{
	font-size:80%;
	display:inline-block;
}
.LoginBlock span > a:hover{
	color:#2d2b2e;
}


.LoginBlockMenu{
	width: 240px!important;
}



.ForgottenForm{
	text-align:center;
	background: #fff;
  padding: 20px 0;
}

.LoginPageForm{

}
.LoginPageForm > div{
	width:300px;
	margin:0 auto;
}
.LoginPageForm > div > div{
	margin-bottom:5px;
}
.LoginPageForm button{
	margin:20px auto 20px auto;
	display:block;
}
.LoginPageForm a{
  padding-top: 15px;
	font-size:80%;
}
.LoginPageForm .InputField{
	width:100%;
}


.Header nav{
	display:table;
	float:right;
	height:50px;
}
.Header nav > div{
	display:table-cell;
	vertical-align:middle;
	text-align:right;
	position: relative;
	margin-right:20px;
}
.Header nav > div > a{
  display:block;
	margin: 0 0 0 10px;
	padding:7px 17px;
  border: 0;
  cursor: pointer;
  color: #2D2B2E;
	background:#fff;
	border-radius:3px;
  font-size: 100%;
  font-family: 'Lobster', cursive!important;
  vertical-align: top;
	box-shadow: 1px 1px 0 0px rgba(0,0,0,0.22);
	white-space: nowrap;
}
.Header nav > div > a:hover{

}
.Header nav > div > div{
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index:9999;
  top: 100%;
  right: 0;
  width: 350px;
 	padding:5px 15px 10px 10px;
	text-align:left;
  background-color:#FFFFFF;
	border-top:3px solid #2D2B2E;
	-webkit-box-shadow: 0 15px 15px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 15px 15px rgba(0,0,0,0.3);
	box-shadow: 0 15px 15px rgba(0,0,0,0.3);
}
.Header nav > div:hover > div{
	-moz-transition: opacity .1s ease-in-out;
	-webkit-transition: opacity .1s ease-in-out;
	transition: opacity .1s ease-in-out;
	opacity: 1;
	visibility: visible;
}
.Header nav > div > div > a{
	display:block;
	padding:5px 0 5px 10px;
	color:#000;
}
.Header nav > div > div > a:hover{
	background:#efefef;
}
.Header nav > div > div > a > span{
	width:20px;
}



.TopNavigationDiv{
	text-align:right;
	float: right;
}
.TopNavigationDiv > a{
	position:relative;
	display:inline-block;
	margin-left:10px;
	text-decoration:none;
	background: #2D2B2E;
	color:#FFF;
	padding:10px 15px;
	font-family: 'Source Sans Pro', serif;
	font-size:100%;
}
.TopNavigationDiv > a.fa:before{
	font-family: FontAwesome;
	margin:0 10px 0 0;
}




.HomeTop{
	position: relative;
	display:table;
	width:100%;
	margin-top:60px;
}
.HomeTop > div{
	display:table-cell;
	vertical-align: top;
}
.HomeTop > div:nth-child(2) > div{
	width:300px;
	padding:16px;
	box-shadow: 1px 1px 0 0px rgba(0,0,0,0.22);
	background: #ffffff;
	border-radius:3px;
}
.HomeTop h1{
	font-size: 220%;
	text-shadow: 1px 1px 0px #000;
	font-weight:normal;
	color:#FFF;
	font-family: 'Comfortaa', cursive;
	margin-top:0px;
	margin-bottom:40px;
	text-align: center;
	border:0;
}
.HomeTop h1 > span{
	color: #f33;
}
.HomeTop h1 > a{
	margin: 20px auto 0 0px;
  height: auto;
  padding: 7px 35px;
	background-color: rgba(255, 51, 51, .5);
	color: #FFFFFF;
	font-size: 80%;
	font-family: 'Lobster', cursive;
	vertical-align: top;
	display: inline-block;
	border: 3px solid #FFF;
  border-radius: 3px;
}
.HomeTop h1 > a:hover{
	background: rgba(255, 51, 51, .9)!important;
	-webkit-animation: swing 1s ease;
	animation: swing 1s ease;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
.HomeTop h2{
	font-size: 110%;
	font-family: 'Comfortaa', cursive;
	font-weight:normal;
	color:#f33;
}
.HomeTop h3{
	font-size: 80%;
	font-weight:normal;
	color:#2D2B2E;
	margin-top:5px;
}
.HomeTop > div:nth-child(1) > div{
	padding-right:20px;
}



.TopFormHome{
	margin-top:10px;
}
.TopFormHome > div:nth-child(1){
	display:table;
	width:100%;
}
.TopFormHome > div:nth-child(1) > div{
	display:table-cell;
	width:50%;
}
.TopFormHome > div:nth-child(1) > div:nth-child(2){
	padding-left:10px;
}
.TopFormHome input,
.TopFormHome select{
	width: 100%;
}
.TopFormHome label{
	width:100%;
	font-size: 90%;
	color:#2D2B2E;
	margin-bottom:4px;
}
.TopFormHome button{
	background-color: #f33;
	border:0;
	margin-top:10px;
	margin-left: auto;
  margin-right: 0;
  display: block;
}
.TopFormHome .InputField {
	margin-bottom:7px;
}



.ProfileSearch{
	margin-bottom:20px;
	margin-top: -20px;
	background:#FFF;
	box-shadow: 0 0 0 1px rgba(100,100,100,0.1), 0 3px 8px rgba(0,0,0,0.05);
	border-radius: 3px;
}
.ProfileSearch > form > div{
	display:inline-block;
	padding:10px;
}
.ProfileSearch .InputField{
	display:inline-block;
	max-width:200px;
}
.ProfileSearch label{
	display:inline-block;
	margin:0 10px;
}
.ProfileSearch label:nth-child(1){
	margin:0 10px 0 0;
}
.ProfileSearch button{
	display: block;
	margin: -30px 0 0 auto;
	font-size: 90%;
	height: auto;
	border: 0;
	border-radius: 0;
	border-top-left-radius: 3px;
	border-bottom-right-radius: 3px;

}




.HomeDescription{
	margin-top:50px;
}
.HomeDescription h2{
	margin:0;
	padding:0;
	border:0;
	font-size: 140%;
	margin-bottom:5px;
	font-weight:normal;
	color:#2D2B2E;
}
.HomeDescription h2 > span{
	color: #f33;
}
.HomeDescription p{
	font-size: 100%;
	color:#2D2B2E;
}


.ActiveMembers{
	margin-bottom:12px;
}
.ActiveMembers h3{
	font-size: 140%;
	margin-bottom:15px;
	font-weight:normal;
	color:#2D2B2E;
	font-family: 'Comfortaa', cursive;
}




.HomeTopBlock{
	display: table;
	width:100%;
}
.HomeTopBlock > div{
	display: table-cell;
	vertical-align: top;
}
.HomeTopBlock > div:nth-child(1){
	width: 600px;
	padding-right: 50px;
}



.HomeMiddleBlock{
	display: table;
	margin-top:30px;
}
.HomeMiddleBlock > div{
	display: table-cell;
	vertical-align: top;
}
.HomeMiddleBlock > div:nth-child(2){
	width: 40%;
	padding-left: 100px;
}
.HomeMiddleBlock h3 {
  font-size: 140%;
  margin-bottom: 38px;
  font-weight: normal;
  color: #2D2B2E;
  font-family: 'Comfortaa', cursive;
}



.HomeQuest{
	margin-top:30px;
}
.HomeQuest h3{
	font-size: 140%;
	margin-bottom:15px;
	font-weight:normal;
	color:#2D2B2E;
	font-family: 'Comfortaa', cursive;
}
.HomeQuest h4{
	margin-bottom:5px;
}
.HomeQuest > div{
	display:table;
	width:100%;
	margin-bottom:10px;
}
.HomeQuest > div > div{
	display:table-row;
}
.HomeQuest > div > div > div{
	display:table-cell;
	vertical-align: top;
	padding-right:20px;
	width:20%;
}
.HomeQuest > div > div > div:nth-child(1){
	width:60%;
}
.HomeQuest > div > div > div:last-child{
	padding-right:0;
}
.HomeQuest > div > div > div > div{
	position: relative;
	background-color: #2D2B2E;
	margin-bottom:2px;
}
.HomeQuest > div > div > div > div > div{
	display:inline-block;
}
.HomeQuest > div > div > div > div > div:nth-child(1){
	padding: 5px 10px;
	position:relative;
	z-index:999;
	color: #fff;
	text-shadow: 1px 1px 0px #000;


    max-width: 80%;
}
.HomeQuest > div > div > div > div > div:nth-child(2){
	position:absolute;
	background-color: #f33;
	top:0;
	left:0;
	z-index:1;
	height:100%;
}
.HomeQuest > div > div > div > div > div:nth-child(3){
	float:right;
	padding: 5px 10px;
	position:relative;
	z-index:999;
	color: #fff;
	text-shadow: 1px 1px 0px #000;
	font-size: 80%;
}





.QuestionsAnswered > div{
	position: relative;
	background-color: #2D2B2E;
	margin-bottom:3px;
	display:table;
	width: 100%;
}
.QuestionsAnswered > div > div{
	display:table-cell;
	padding: 5px 10px;
	position:relative;
	z-index:9;
	color: #fff;
	text-shadow: 1px 1px 0px #000;
}
.QuestionsAnswered > div > div:nth-child(2){
	width:1%;
	white-space: nowrap;
	background-color: #f33;
	vertical-align: middle;
}
.QuestionsAnswered  > h3{
	position: relative;
	background-color: #2D2B2E;
  color: #fff;
  font-weight: normal;
  font-size: 100%;
  padding: 5px 10px;
}
.QuestionsAnswered > p{
	background-color: #f33;
	margin: 0;
	padding: 5px 10px;
	color: #fff;
	margin-bottom: 5px;
	font-size: 90%;
}


.TopSlider{
	background-size:cover;
	width:100%;
	height:0;
	padding-bottom:10%;
	position: absolute;
  top: 0;
	left: 0;
}
/*
.TopSlider:after {
	content: '';
	background: url('../images/colorbox/pattern.gif') repeat;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top:0;
}
*/
.TopSlider > div > div > div {
	display:inline-block;
	height:360px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	image-rendering: -webkit-optimize-contrast;
}




.FBPagePlugin{
	margin:30px auto 0 auto;
}


.Content{
	min-height:180px;
}
.Content > div{
	padding:20px 0 50px 0;
}



.ProfilesGrid{
	padding:0;
}
.ProfilesGrid > div{
	position: relative;
	background-color: #FFF;
	box-shadow: 0 0 0 1px rgba(100,100,100,0.1),0 3px 8px rgba(0,0,0,0.05);
	padding: 12px 0 7px 0;
	cursor: pointer;
	border-radius:3px;
}
.ProfilesGrid > div:before{
  position: absolute;
  font-family: FontAwesome;
	top:7px;
	right:7px;
	content: "\f111";
	font-size:80%;
	color:#ccc;
}
.ProfilesGrid > div.active:before{
	color:#47D282;
}
.ProfilesGrid > div:hover{
	box-shadow: 0 0 0 1px rgba(100,100,100,0.15),0 3px 8px rgba(0,0,0,0.15);
}
.ProfilesGrid > div > a:nth-child(1){
	display:block;
	height:100px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	image-rendering: -webkit-optimize-contrast;
  image-rendering: pixelated;
}
.ProfilesGrid > div > div{
	padding-top:10px;
	text-align:center;
	font-size: 80%;
}
.ProfilesGrid > div > div > span{
	font-style: italic;
	font-size: 70%;
}




.ProfileDetails{
	display:table;
	width:100%;
	margin-top: 30px;
}
.ProfileDetails > div{
	display:table-cell;
	vertical-align: top;
}
.ProfileDetails > div:nth-child(1){
	width:40%;
	padding-right:40px;
}
.ProfileDetails h2{
	font-family: 'Comfortaa', cursive;
	margin: 0 0 10px 0;
	padding-bottom: 5px;
	font-size: 120%;
	border-bottom: 3px solid #f33;
	font-weight: normal;
	color: #000;
}
.ProfileDetails .Slogon{
	font-style: italic;
	margin: 0;
	font-size: 90%;
	font-weight: normal;
	color: #333;
}

.ProfileDetails p{
	font-size: 90%;
	padding:4px;
	margin: 0;
	display:inline-block;

	white-space: pre-wrap;

  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;


	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
	    -ms-hyphens: auto;
	        hyphens: auto;
}

.ProfileAvatar{
	text-align:center;
	position: relative;
}
.ProfileAvatar:before{
  position: absolute;
  font-family: FontAwesome;
	top:7px;
	right:7px;
	content: "\f111";
	font-size:80%;
	color:#969696;
}
.ProfileAvatar.active:before{
	color:#47D282;
}
.ProfileAvatar > div{
	display:none;
}


.ProfileInfo{
	display: table;
	width: 100%;
  background-color: #FFF;
  box-shadow: 0 0 0 1px rgba(100,100,100,0.1),0 3px 8px rgba(0,0,0,0.05);
  min-height: 120px;
}
.ProfileInfo > div{
	display: table-cell;
	vertical-align: top;
}
.ProfileInfo > a{
	display: table-cell;
	width: 128px;
	background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  image-rendering: pixelated;
}
.ProfileInfo > div:nth-child(2){
	padding:10px 0  0 20px;
}
.ProfileInfo h1{
	font-family: 'Comfortaa', cursive;
  font-size: 110%;
  font-weight: normal;
  color: #000;
  width: 100%;
  border: 0;
  margin: 0 0 5px 0;
}
.ProfileInfo img{
	width: 100%;
}


.AvatarsContainer{
	overflow: auto;
	height: 200px;
	margin-bottom:10px;
}




.AllQuestionsProfileInfo{
	margin-bottom: 20px;
}

.AllQuestionsProfileInfo .SendMessageButton,
.AllQuestionsProfileInfo .BecomeFriendsButton{
	width: auto;
}




.BecomeFriendsButton{
	padding: 5px 12px;
	margin-top: 7px;
	background-color: #f33;
	border: 0;
	cursor: pointer;
	color: #FFFFFF;
	font-family: 'Lobster', cursive;
	vertical-align: top;
	display: inline-block;
	font-size: 90%;
	margin-right:10px;
	width: 100%;
}
.BecomeFriendsButton:hover{
	background-color: #2D2B2E;
	color:#FFF;
}
.BecomeFriendsButton i{
	margin-right:1px;
}


.BecomeFriendsButton1{
	padding: 5px 12px;
	margin-top: 7px;
	background-color: #f33;
	border: 0;
	cursor: pointer;
	color: #FFFFFF;
	font-family: 'Lobster', cursive;
	display: inline-block;
}
.BecomeFriendsButton1:hover{
	background-color: #2D2B2E;
	color:#FFF;
}
.BecomeFriendsButton1 i{
	margin-right:1px;
}


.BecomeFriendsRequestButton{
	padding: 5px 12px;
	margin: 0 auto;
	background-color: #f33;
	border: 0;
	cursor: pointer;
	color: #FFFFFF!important;
	font-family: 'Lobster', cursive;
	vertical-align: top;
	display: inline-block;

	margin-right:10px;
}
.BecomeFriendsRequestButton:hover{
	background-color: #2D2B2E;
	color:#FFF;
}




.SendMessageButton{
	padding: 5px 12px;
	margin-top: 7px;
	background-color: #f33;
	border: 0;
	cursor: pointer;
	color: #FFFFFF;
	font-family: 'Lobster', cursive;
	vertical-align: top;
	display: inline-block;
	font-size: 90%;
	width: 100%;
}
.SendMessageButton:hover{
	background-color: #2D2B2E;
	color:#FFF;
}
.SendMessageButton i{
	margin-right:1px;
}


.ProfileMessagesButton{
	padding: 5px 12px;
	margin: 7px 0 0 0;
	background-color: #f33;
	border: 0;
	cursor: pointer;
	color: #FFFFFF;
	font-family: 'Lobster', cursive;
	vertical-align: top;
	display: inline-block;
	margin-right:10px;
}
.ProfileMessagesButton:hover{
	background-color: #2D2B2E;
	color:#FFF;
}



.EditProfileButton
{
	float:right;
	padding: 5px 12px;
	margin-left:15px;
	background-color: #f33;
	border: 0;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 60%;
	vertical-align: top;
	display: inline-block;
	font-family: Verdana!important;
	line-height: 18px;
}
.EditProfileButton:hover{
	background-color: #2D2B2E;
	color:#FFF;
}
.EditProfileButton i {
  margin-right: 5px;
}




.SocialMedia{
	background-color:#ccc;
	position: relative;
	height:268px;
}
.SocialMedia:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .8;
	background: url(../images/bg1.jpg);
	background-position: center top;
	background-size: cover;
}
.SocialMedia > div{
	padding: 20px 0 40px 0;
	text-align: center;
	position: relative;
}
.SocialMedia h4 {
	font-family: 'Lobster', cursive;
  font-size: 150%;
	font-weight:normal;
	color: #000;
	margin:0;

}
.SocialMedia p {
	margin: 0;
	padding: 0;
	color: #2d2b2e;
	font-style: italic;
}




.SignUpForm{
	background: #FFFFFF;
	padding:0px 20px 20px 20px;
}
.SignUpForm .InputField
{
	width:300px;
}
.SignUpForm a{
	color:#1C64A1;
}
.SignUpForm a:hover{
	color:#de4a4a;
}
.SignUpForm label > a{
	font-size:12px;
}
.SignUpForm > h3{
	font-size: 90%;
	font-weight: normal;
	margin-bottom:25px;
}
.SignUpForm > h2{
	color: #2D2B2E;
	font-family: 'Comfortaa', cursive;
	margin: 0 0 10px 0;
	padding: 10px 0;
	font-size: 140%;
	font-weight: normal;
	background: #FFFFFF;
  border-bottom: 1px solid #e8e8e8;
}
.SignUpForm > div{
	display: table;
	width: 100%;
}
.SignUpForm > div > span{
	font-weight:bold;
	margin-right:8px;
	margin-left:15px;
	font-size: 90%;
}
.SignUpForm > div > span.noml,
.SignUpForm > div > span:nth-child(1){
	margin-left:0;
}
.SignUpForm > div > div {
	display: table-row;
}
.SignUpForm > div > div > div{
	display: table-cell;
  vertical-align: middle;
	padding: 5px 0px;
}
.SignUpForm > div > div > div:nth-child(1) {
	width: 300px;
	font-size: 90%;
	font-weight: bold;
}
.SignUpForm > div > div > div > span{
	font-size:80%;
	color:#555;
}
.SignUpForm .Buttons{
	display:block;
	text-align:center;
	padding-top:20px;
}
.SignUpForm .Buttons > input{
	width:200px;
}
.SignUpForm textarea[name="BusinessAddress"]{
	height:80px;

}
.SignUpForm textarea[name="BusinessVideo"]{
	height:60px;

}
.SignUpForm  .ObjectLocationsGoogleMap{
	margin-top:10px;
	height:220px;
}
.SignUpForm  .BusinessAddress > label{
	margin-bottom:5px;
}

.SignUpForm .BusinessImages{
	padding:15px 0;
}
.SignUpForm .BusinessImages > div{
	display:inline-block;
	text-align:center;
	margin:0 10px 7px 0;
}
.SignUpForm .BusinessImages input[type="file"]{
	position: absolute;
	display: none;
}
.SignUpForm .BusinessImages input[type="text"]{
	width:130px;
	height:24px;
	font-size:10px;
	cursor:pointer;
}
.SignUpForm .BusinessImages input[type="text"]:hover + button{
	background: #1C64A1;
	color: #FFFFFF;
}
.SignUpForm .BusinessImages button{
	padding:1px 5px;
	font-size:100%;
}
.SignUpForm .BusinessImages .Crop{
	display:inline-block;
	width: 160px;
	height: 100px;
}
.SignUpForm .BusinessImages .Crop > div {
	background-position: center;
	background-size: cover;
	height: 100px;
	display: block;
}
.SignUpForm .BusinessImages span {
	font-size:80%;
}


.HomeBlock{
	background-color: #FFF;
	box-shadow: 0 0 0 1px rgba(100,100,100,0.1), 0 3px 8px rgba(0,0,0,0.05);
	padding: 10px 15px;
	border-radius: 3px;
	margin-bottom:20px;
	font-size: 90%;
}
.HomeBlock > h3{
	font-size: 110%;
	margin-bottom: 15px;
	font-weight: normal;
	color: #2D2B2E;
	font-family: 'Comfortaa', cursive;
}
.HomeBlock > p{
	margin:0;

}


.HomeBlockNews a{
	display:block;
	color:#000;
	margin-bottom:16px
}
.HomeBlockNews a:hover{
	background:#efefef;
}
.HomeBlockNews a span{
	color:#777;
	font-size:80%;
	font-style: italic;
}
.HomeBlockNews a p{
	margin:3px 0 0 0;
	font-size:90%;
}




.HomeBlockNewsRSS{
	column-count: 2;
	margin-bottom:18px;
}
.HomeBlockNewsRSS a{
	display:block;
	color:#000;
	margin-bottom:7px;
}
.HomeBlockNewsRSS a:hover{
	background:#efefef;
}
.HomeBlockNewsRSS a span{
	color:#777;
	font-size:80%;
	font-style: italic;
}
.HomeBlockNewsRSS a p{
	margin:3px 0 0 0;
	font-size:90%;
}




.BlockListItems{
	background-color: #FFF;
	box-shadow: 0 0 0 1px rgba(100,100,100,0.1), 0 3px 8px rgba(0,0,0,0.05);
	padding: 10px 15px!important;
	border-radius: 3px;
	margin-top:20px;
}
.BlockListItems a{
	display:block;
	color:#000;
	margin-bottom:16px
}
.BlockListItems a:hover{
	background:#efefef;
}
.BlockListItems a span{
	color:#777;
	font-size:80%;
	font-style: italic;
}
.BlockListItems a p{
	margin:3px 0 0 0;
	font-size:90%;
}



.ProfileWall > div:nth-child(1){
	position:relative;
}
.ProfileWall > div:nth-child(1) > div{
	position:absolute;
	top:10px;
	left:10px;
	width:70px;
	height:70px;
	background-repeat: no-repeat;
	background-position: left top;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background-size: contain;
	image-rendering: pixelated;
}
.ProfileWall > div:nth-child(1) textarea{
	border-radius:0;
	background: #fff;
  border: 0;
	border-radius: 3px;
	width:100%;
	height: 90px;
	margin-bottom: -31px;
	padding: 10px 5px 5px 100px;
	resize: none;
	box-sizing: border-box;
  overflow: hidden;
	box-shadow: 0 0 0 1px rgba(100,100,100,0.1),0 3px 8px rgba(0,0,0,0.05);
}

.ProfileWall .PostToWallButton{
	display: block;
  margin:0 0 0 auto;
	font-size:90%;
	height: auto;
	border:0;
	border-radius: 0;
	border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
	height: 27px;
}


.ProfileWallPosts > div{
	position:relative;
	margin-bottom:20px;
	background: #FFFFFF;
  box-shadow: 0 0 0 1px rgba(100,100,100,0.1),0 3px 8px rgba(0,0,0,0.05);
	padding:4px;
	border-radius: 3px;
}
.ProfileWallPosts > div > span{
	display:block;
	font-style: italic;
	color:#888;
	font-size:70%;
	margin:5px 0 15px 0;
	padding-top:5px;
	border-top: 1px solid #eee;
}


.ProfileWallPosts > div > div:nth-child(1){
	display:table;
	width:100%;
}
.ProfileWallPosts > div > div:nth-child(1) > div{
	display:table-cell;
	vertical-align:middle;
	font-family:'Comfortaa',cursive;
}
.ProfileWallPosts > div > div:nth-child(1) > div:nth-child(1){
	width:40px;
}
.ProfileWallPosts > div > div:nth-child(1) > div:nth-child(1) > div{
	width:32px;
	height:32px;
	background-repeat: no-repeat;
	background-position: left top;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background-size: contain;
	image-rendering: pixelated;
}
.ProfileWallPosts > div > div:nth-child(1) > div:nth-child(3){
	width:400px;
	text-align:right;
	font-size:80%;
	color: #aaa;
	font-style: italic;
}


.ProfileWallPosts > div > p{
	margin:5px 0 10px 0;
	word-break: break-word;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;

	max-height: 200px;
  overflow: auto;
	font
}



.CommentsPostForm {
	margin:5px -4px -4px -4px;
	padding-top:4px;
	/*background:#fff;*/
}
.CommentsPostForm textarea{
	border-radius:0;
	background: #fafafa;
  border:0;
	width:100%;
	padding:5px 5px 0 5px;
	height: 50px;
	resize: none;
	box-sizing: border-box;
  overflow: hidden;
	border-top: 1px solid #efefef;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}


.ProfileWallPosts .DeletePostButton{
	background:transparent;
	color:#aaa;
	padding:2px;
}
.ProfileWallPosts .DeletePostButton:hover{
	color:#f33;
	background:transparent!important;
}
.ProfileWallPosts .DeletePostButton:before{
	margin-right: 4px;
}

.LikeButton{
	background:transparent;
	color:#333;
	padding:2px;
	height: auto;
}
.LikeButton:hover{
	color:#f33;
	background:transparent!important;
}
.LikeButton:before{
	margin-right: 4px;
}
.LikeButton.Liked{
	color:#f33;
}


.ShowHideCommentsButton{
	background:transparent;
	color:#333;
	padding:2px;
	height: auto;
}
.ShowHideCommentsButton:hover{
	color:#f33;
	background:transparent!important;
}
.ShowHideCommentsButton:before{
	margin-right: 4px;
}
.ShowHideCommentsButton.Liked{
	color:#f33;
}


.PostCommentButton{
	font-size:80%;
	display: block;
  margin-left:auto;
	margin-right:0;
	color:#555;
	background:#ececec;
	margin-top: -30px;
	border-radius: 0;
	border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
	height: 26px;
}
.PostCommentButton:hover{
	background:#f33!important;
	color:#fff;
}




.FriendsStatusList > div{
	margin-bottom:10px;
	background: #ffffff;
	box-shadow: 0 0 0 1px rgba(100,100,100,0.1),0 3px 8px rgba(0,0,0,0.05);
}
.FriendsStatusList > div > div:nth-child(1){
	display:table;
	width:100%;
	position:relative;
	margin-top:5px;
	font-size:80%;
	background: #f5f5f5;
}
.FriendsStatusList > div > div:nth-child(1) > div{
	display:table-cell;
	vertical-align: middle;
}
.FriendsStatusList > div > div:nth-child(1) > div:nth-child(1){
	width:35px;
}
.FriendsStatusList > div > div:nth-child(1) > div:nth-child(2){
	padding:4px 12px;
}
.FriendsStatusList > div > div:nth-child(1) > div:nth-child(1) > a{
	display: block;
	width: 35px;
	height:35px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	image-rendering: pixelated;
}
.FriendsStatusList > div > div:nth-child(1) > div:nth-child(2) > div{
	color:#555;
	font-style:italic;
	font-size:80%;
}
.FriendsStatusList > div > div:nth-child(1) > div:nth-child(2) > a{
	color:#f33;
	text-transform: uppercase;
}
.FriendsStatusList > div > div:nth-child(1) > div:nth-child(2) > p{
	margin-left:10px;
	display:inline-block;
	font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
	word-break: break-all;
	white-space: pre-wrap;
	word-wrap: break-word;
}
.FriendsStatusList > div > div:nth-child(1) > div:nth-child(3){
	text-align:right;
	padding-right:10px;
}
.FriendsStatusList > div > div:nth-child(1) > div:nth-child(3) > button{
	font-size:90%;
}
.FriendsStatusList > div > p{
	font-size: 70%!important;
  display: inline-block;
  white-space: pre-wrap;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
	margin: 0;
}


.ShowHideComments{
	padding:4px;
	display:none;
}



.HomeTopStatusList > div{
	margin-bottom:10px;
	background: #ffffff;
	box-shadow: 0 0 0 1px rgba(100,100,100,0.1),0 3px 8px rgba(0,0,0,0.05);
}
.HomeTopStatusList > div > p{
	font-size: 70%!important;
	padding:5px;
	margin: 0;
	white-space: pre-wrap;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.HomeTopStatusList > div > div{
	font-size:80%;
	background: #f5f5f5;
	height:35px;
}
.HomeTopStatusList > div > div > a{
	float:left;
	display:block;
	width: 35px;
	height:35px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	image-rendering: pixelated;
}
.HomeTopStatusList > div > div > div{
	float:left;
	margin-left:10px;
	padding-top:2px;
}
.HomeTopStatusList > div > div > div > a{
	display:block;
	color:#f33;
	text-transform: uppercase;
	margin-bottom: -2px;
}
.HomeTopStatusList > div > div > div > i{
	color:#555;
	font-style:italic;
	font-size:80%;
}
.HomeTopStatusList > div > div > i{
	float:right;
	margin:10px;
	color:#777;
}

.masonry{
 overflow: hidden;
    padding: 5px;
    display: block;

     /* insignificant */
    width: 50%;
}

.masonry > div{

    float: left;
    width: 40%;
    margin: 5%;


    display: block;
}


.LastVisitsList > a{
	margin-bottom:10px;
	background: #ffffff;
	box-shadow: 0 0 0 1px rgba(100,100,100,0.1),0 3px 8px rgba(0,0,0,0.05);
	display:inline-table;
	font-size:80%;
	cursor:pointer;
}
.LastVisitsList > a:hover{
	background: #f5f5f5;
}
.LastVisitsList > a > div{
	display:table-cell;
	vertical-align: middle;
}
.LastVisitsList > a > div:nth-child(1){
	width: 35px;
	height:35px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	image-rendering: pixelated;
}
.LastVisitsList > a > div:nth-child(2){
	padding:0 12px;
}
.LastVisitsList > a > div:nth-child(2) > div{
	color:#555;
	font-style:italic;
	font-size:80%;
}
.LastVisitsList > a > div:nth-child(2) > span{
	color:#f33;
	text-transform: uppercase;
}




.CommentsContainer{

}
.CommentsContainer > div{
	display:table;
	width:100%;
	position:relative;
	margin-top:5px;
	font-size:80%;
	background: #ffffff;
}
.CommentsContainer > div > div{
	display:table-cell;
	vertical-align: top;
}
.CommentsContainer > div > div:nth-child(1){
	width:40px;
}
.CommentsContainer > div > div:nth-child(2){
	padding:4px 25px 4px 4px;
	background: #f5f5f5;
	border: 3px;
}
.CommentsContainer > div > div:nth-child(1) > div{
	width: 32px;
	height:32px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	image-rendering: pixelated;
}
.CommentsContainer > div > div:nth-child(2) > span{
	color:#555;
	font-style:italic;
	font-size:70%;
	float:right;
	font-family:'Comfortaa',cursive;
}
.CommentsContainer > div > div:nth-child(2) > a{
	color:#f33;
	font-family:'Comfortaa',cursive;
}
.CommentsContainer > div > div:nth-child(2) > p{
	display:block;
	margin:0;
	padding:0;
	font-size: 85%;

	word-break: break-all;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}


.DeleteCommentButton{
	position:absolute;
	top:3px;
	right:3px;
	background:transparent;
	color:#aaa;
	font-size:70%;
	padding:2px;
}
.DeleteCommentButton:hover{
	color:#f33;
	background:transparent!important;
}
.DeleteCommentButton:before{
	margin-right: 0;
}






.Footer{
	color:#808184;
	background-color: #2d2b2e;
}
.Footer a {
	color:#808184;
}
.Footer a:hover{
	color:#f33;
}
.Footer > div{
	display:table;
	border-bottom:1px solid #555;
}
.Footer > div > div{
	display:table-cell;
	vertical-align: top;
	width:33.333%;
	padding:40px 0;
}
.Footer h5{
	color: #f33;
	font-weight: normal;
	font-size: 100%;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 0.7em 0;
}
.Footer p{
	font-size:14px;
	margin:0;
}
.Footer > div > div:nth-child(1) a {
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom:4px;
	display: block;
	font-size:14px;
}
.Footer > div > div:nth-child(1) a i {
	display: inline-block;
	vertical-align: text-top;
	margin-right: 0.5em;
}
.Footer > div > div:nth-child(1) a:hover{
	color:#f33;
}




.FooterBottom{
	background: #2d2b2e;
	color: #eee;
	font-size:88%;
	padding: 1em 0;
}
.FooterBottom > div{
	display:table;
	width:100%;
}
.FooterBottom > div > div{
	display:table-cell;
	padding:15px 0;
}
.FooterBottom > div > div:nth-child(2){
	text-align:right;
}
.FooterBottom a{
	color: #616161;
}
.FooterBottom a:hover{
	color:#f33 ;
}






.TabLine{
	margin:20px 0 0 0;
	border-bottom:1px solid #f33;
}
.TabLine a{
	display:inline-block;
	padding:5px 12px 5px 12px;
	margin-right:1px;
	background: #FFF;
	font-size:14px;
	color:#333;
}
.TabLine a:hover{
	background: #f33;
	color:#FFF;
}
.TabLine .TabActive{
	margin-bottom:-2px;
	padding:5px 12px 5px 12px;
	background:#f33;
	color:#FFF;

}
.TabLine + div{
	background:#FFFFFF;
}

.MessagesToolsLine{
	padding:10px;
}


.MessagesList{
  display:table;
  width:100%;
}
.MessagesList > div{
  display:table-row;
  background: #FFFFFF;
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
  width:auto;
}
.MessagesList > div:nth-child(odd) {
	background: #FAFAFA;
}
.MessagesList > div > div{
  display:table-cell;
  vertical-align: middle;
  padding: 5px;
	white-space: nowrap;
}
.MessagesList > div > div:nth-child(1) {
	width:1%;
}
.MessagesList > div > div:nth-child(1) > span{
	vertical-align: text-top;
}
.MessagesList > div > div:nth-child(2) {
	width:120px;
}
.MessagesList > div > div:nth-child(2) > div{
	display:inline-block;
	vertical-align: inherit;
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	image-rendering: pixelated;
}
.MessagesList > div > div:nth-child(3) > a{
	color:#f33;
	font-weight:normal;
}
.MessagesList > div > div:nth-child(4) {
	width:30px;
	text-align:center;
}
.MessagesList > div > div:nth-child(5) {
	width:170px;
	text-align:right;
	font-style: italic;
	font-size:90%;
}
.MessagesList > div:nth-child(1) > div {
	background: #2d2b2e;
	color:#FFFFFF;
	font-weight:bold;
	font-style: normal;
}




.MessagesListDialog > h2{
	background: #f33;
	color:#FFFFFF;
	padding: 10px 5px 10px 5px;
	font-size:100%;
}
.MessagesListDialog > div{
  display:table;
  width:100%;
}
.MessagesListDialog > div > div{
  display:table-row;
  background: #FAFAFA;
  width:auto;
}
.MessagesListDialog > div > div:nth-child(odd) {
	background: #FFFFFF;
}
.MessagesListDialog > div > div > div{
  display:table-cell;
  vertical-align: top;
  padding: 5px;
}
.MessagesListDialog > div > div > div:nth-child(1) {
	text-align:center;
	width:120px;
	background:#F5F5F5;
}
.MessagesListDialog > div > div > div:nth-child(1) > span{
	font-style: italic;
	color: #888;
	font-size: 70%;
}
.MessagesListDialog > div > div > div:nth-child(1) > div{
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	image-rendering: pixelated;
	margin:0 auto;
}
.MessagesListDialog > div > div > div:nth-child(2) {
	padding:20px;
}
.MessagesListDialog a{
	color:#f33;
}



.Warning{
	display:block;
	background: #f33;
	color:#FFFFFF;
	font-weight:bold;
	padding:7px;
	text-align:center;
}
.Warning:hover{
	background-color: #2D2B2E;
	color:#FFF;
}



.Inform{
	width:70%;
	margin:30px auto;
	padding:15px;
	background: #FFFFFF;
	border-left: 3px solid #f33;
	vertical-align: middle;
	text-align:center;
	line-height:20px;
}






.MemberHomeBlock{
	margin-bottom: 30px;
}
.MemberHomeBlock >  h2{
	font-family: 'Comfortaa', cursive;
	font-size: 120%;
	border-bottom: 3px solid #f33;
	font-weight: normal;
	color: #000;
	width:100%;
	margin: 0px;
}
.MemberHomeBlock >  h2 > a{
	color: #000;
	font-family: inherit;
}
.MemberHomeBlock > div{
	background:#FFF;
	padding: 10px;
	margin-top: 10px;
}


.MemberHomeBlock1{
	margin-bottom: 30px;
}
.MemberHomeBlock1 >  h2{
	font-family: 'Comfortaa', cursive;
	font-size: 120%;
	border-bottom: 3px solid #f33;
	font-weight: normal;
	color: #000;
	width:100%;
	margin: 0px;
}
.MemberHomeBlock1 >  h2 > a{
	color: #000;
	font-family: inherit;
}
.MemberHomeBlock1 > div{
	padding-top: 10px;
}


.MemberHomeBlockVIP{
	margin-bottom: 25px;
	padding:10px 10px 5px 10px;
	background:#f33;
	color:#FFF;
}


.HeaderRightLink {
	float: right;
	/*
	padding: 4px 8px;
	background-color: #2D2B2E;
	border: 0;
	cursor: pointer;
	color: #FFFFFF!important;
	font-size: 70%;
	vertical-align: top;
	display: inline-block;
	font-family: Verdana!important;
	line-height: 18px;
*/
  padding: 5px 10px 4px 8px;
  background-color: #2D2B2E;
  border: 0;
  cursor: pointer;
  color: #FFFFFF!important;
  vertical-align: top;
  display: inline-block;
  font-size: 80%;
  border-radius: 3px;

	font-size: 60%;

}
.HeaderRightLink:hover {
	background-color: #f33;
}


.ButtonLink {
	padding: 4px 8px;
	background-color: #f33;
	border: 0;
	cursor: pointer;
	color: #FFFFFF!important;
	font-family: 'Lobster', cursive !important;
	vertical-align: top;
	display: inline-block;
	border-radius:3px;
	font-weight: normal;
}
.ButtonLink:hover {
	background-color: #2D2B2E;
}



.MemberMenu{
	background: #fff;
	box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
}
.MemberMenu > div{
	display:table;
	width:100%;
}
.MemberMenu > div > div{
	padding: 10px 0 10px 0;
	display:table-cell;
	color: #333;
}
.MemberMenu > div > div:nth-child(2){
	text-align:right;
}
.MemberMenu > div > div > a{
	color: #333;
	display:inline-block;
	margin-right:20px;
}
.MemberMenu > div > div > a:hover{
	color: #fe0000;
}


.ButtonBlackLink {
	padding: 4px 8px;
	background-color: #2D2B2E;
	border: 0;
	cursor: pointer;
	color: #FFFFFF!important;
	vertical-align: top;
	display: inline-block;
	font-size: 80%;
	border-radius:3px;
}
.ButtonBlackLink:hover {
	background-color: #f33;
}



.ProfilesPageBanner{
	text-align:center;
	margin-bottom:20px;
}
.ProfilesPageBanner a{

  padding: 7px 35px;
	background-color: #f33;
	color: #FFFFFF;
	font-size: 180%;
	font-family: 'Lobster', cursive;
	vertical-align: top;
	display: inline-block;
	box-shadow: 1px 1px 0 0px rgba(0,0,0,0.22);
}
.HomeTop a:hover{

	-webkit-animation: swing 1s ease;
	animation: swing 1s ease;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}







.SendResponseForm{
	margin-top:20px;
}
.SendResponseForm > h2{
	font-family: 'Comfortaa', cursive;
	font-size: 120%;
	border-bottom: 3px solid #f33;
	font-weight: normal;
	width: 100%;
	margin: 0px;
	padding-bottom: 5px;
}
.SendResponseForm > div{
	padding-top:10px;
}
.SendResponseForm textarea {
	border-radius: 0;
	background: #FFFFFFF!important;
	border: 0;
	width: 100%;
	height: 70px;
	margin-bottom: -32px;
	padding: 5px;
	resize: none;
	box-sizing: border-box;
	overflow: hidden;
}
.SendResponseForm button {
	display: block;
	margin: 0 0 0 auto;
	font-size: 90%;
}



.SendMessageForm{
	margin-top:20px;
	display: table;
	width: 100%;
}
.SendMessageForm > div{
	display: table-cell;
	vertical-align: top;
}
.SendMessageForm > div:nth-child(1){
	width: 90px;
}
.SendMessageForm > div:nth-child(1) > div{
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  image-rendering: pixelated;
	width: 70px;
	height: 70px;
	padding-left: 20px;
}
.SendMessageForm textarea {
	border-radius: 0;
	box-shadow: 0 0 0 1px rgba(100,100,100,0.1),0 3px 8px rgba(0,0,0,0.05);
	border: 0;
	width: 100%;
	height: 70px;
	margin-bottom: -31px;
	padding: 5px;
	resize: none;
	box-sizing: border-box;
	overflow: hidden;
}
.SendMessageForm button {
	display: block;
	margin: 0 0 0 auto;
	font-size: 90%;
}


.MainColor{
	color:#f33;
}


.QuestionsList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.QuestionsList li {
  position: relative;
  padding: 0;
  padding-bottom:20px;
}
.QuestionsList li > div{
	margin: 0;
}
.QuestionsList textarea{
	width:100%;
	max-width:100%;
	height:80px;
}
.QuestionsList h2 {
  font-weight: normal;
  font-size: 120%;
  margin:3px;
}


.Columbs2 {
	-webkit-columns:2;
	-moz-columns:2;
	columns:2;
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}
.Columbs2 li {
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
	-webkit-margin-before: 0;
  -webkit-margin-after: 0;
}


.QuestionsList1 {
  list-style: none;
  padding: 0;
  margin: 0;
}
.QuestionsList1 li {
  position: relative;
  padding: 0;
  margin-bottom:10px;
	box-shadow: 0 0 0 1px rgba(100,100,100,0.1),0 3px 8px rgba(0,0,0,0.05);
}
.QuestionsList1 li i {
  position: absolute;
  transform: translate(-6px, 0);
  top: 16px;
  right: 10px;
}
.QuestionsList1 li i:before,
.QuestionsList1 li i:after {
  content: "";
  position: absolute;
  background-color: #FFF;
  width: 3px;
  height: 9px;
}
.QuestionsList1 li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
.QuestionsList1 li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
.QuestionsList1 li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 32px;
  z-index: 1;
  opacity: 0;
}
.QuestionsList1 li input[type=checkbox]:checked ~ div {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
.QuestionsList1 li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
.QuestionsList1 li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}
.QuestionsList1 h2{
	background: #2d2b2e;
	color: #FFF;
	text-shadow: 1px 1px 0px #000;
	font-weight: normal;
	font-family: 'Comfortaa', cursive;
	font-size:120%;
	padding: 7px 10px;
}
.QuestionsList1 h2 a{
	color: #FFF;
}
.QuestionsList1 li > div{
	background: #FFF;
}
.QuestionsList1 li > div > div{
	padding: 15px 20px 0 10px;
	column-count: 2;
}
.QuestionsList1 li > div > div > div{
	padding-bottom: 20px;
	overflow: auto;
	-webkit-column-break-inside:avoid;
		 -moz-column-break-inside:avoid;
					column-break-inside:avoid;
}
.QuestionsList1 li > div > div > div > h4{
	margin-bottom:3px;
	font-size: 80%;
}
.QuestionsList1 li > div, .QuestionsList1 li i:before, .QuestionsList1 li i:after {
  transition: all 0.15s ease-in-out;
}
.QuestionsList1 textarea{
	width:100%;
	max-width:100%;
	height:80px;
}
.flipIn, .QuestionsList1 h1, .QuestionsList1 li {
  animation: flipdown 0.3s ease both;
}
.QuestionsList1 label{
	cursor:pointer;
}

.ProfilePhotoPreview{
	padding: 6px;
	border: 1px solid #dddddd;
	display:inline-block;
	margin-bottom:10px;
}

.ProfilePhotoCrop{

	margin: 20px 0 80px 0;
	height:150px;
}



.read-more-state {
  display: none;
}
.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}
.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}
.read-more-state ~ .read-more-trigger:before {
  content: 'Продължи четенето';
}
.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Скрий';
}
.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 0 .5em;
  color: #666;
  font-size: .9em;
  line-height: 2;
  border: 1px solid #ddd;
  border-radius: .25em;
}


.ShowAllComments{
	display:inline-block;
	margin:4px 0 4px 0;
	float:right;
	font-size:80%;
	color:#aaa;
}


.GoogleAds{
	z-index:999;
}






.Bold{
	font-weight: bold;
}
.TextCenter{
	text-align: center;
}
.TextLeft{
	text-align: left;
}
.TextRight{
	text-align: right;
}




.cTable{
  display:table;
  border-collapse: collapse;
  width:100%;
}
.cTable > div{
	display:table-row;
}
.cTable > div > div{
  display:table-cell;
  vertical-align:middle;
	padding:2px 0;
}



.tTable{
  display:table;
  border-collapse: collapse;
  width:100%;
}
.tRow{
  display:table-row;
}
.tCell{
  display:table-cell;
  vertical-align:middle;
}





.ToTop {
	background: #f33 url(../images/colorbox/totop.png) 60% 60%  no-repeat;
	width: 40px;
	height: 40px;
	right: 5px;
	bottom: 5px;
	text-indent: -9999em;
	position: fixed;
	cursor: pointer;
	z-index:999;
}
.ToTop:hover{
	background-color: #f33;
}


.PaginationSe{
	margin-top: 20px;
	text-align:center;
}
.PaginationSe > a{
  display:inline-block;
	padding: 4px 8px;
	background-color: #2D2B2E;
	border: 0;
	cursor: pointer;
	color: #FFFFFF!important;
	font-size: 100%;
	border-radius: 3px;
}
.PaginationSe > a:hover{
	background-color: #f33;
}
.PaginationSe div.Selected{
  display:inline-block;
	padding: 4px 8px;
	background-color: #f33;
	border: 0;
	cursor: pointer;
	color: #FFFFFF!important;
	font-size: 100%;
	border-radius: 3px;
}

.Pagination{
	display:table;
	width:100%;
	background: #FAFAFA;
	font-size:12px;
	color: #333;
	margin-top:10px;
}
.Pagination > div{
  display:table-cell;
  vertical-align: middle;
  padding:5px 10px 5px 10px;
}
.Pagination > div:nth-child(2){
  text-align:right
}

.Pagination .formPager{
	width:50px;
}



.vat{
	vertical-align:top!important;
}


.Grid {
	clear: both;
	padding: 0px;
}
.Grid:before,
.Grid:after {
	content:""; display:table;
}
.Grid:after { clear:both;}
.Grid { zoom:1;}
.Grid > div{
	display: block;
	float:left;
}

.Grid3 > *{
	margin: 0 0 2% 2.5%;
	width: 31.2%;
	display:inline-block!important;
}
.Grid3 > *:nth-child(3n+1){ margin-left: 0!important; clear:both;}

.Grid4 > *{
	margin: 0 0 2% 2.5%;
	width: 23%;
}
.Grid4 > *:nth-child(4n+1){ margin-left: 0!important; clear:both;}

.Grid5 > div{
	margin: 0 0 2% 2.5%;
	width: 14%;
}
.Grid5 > div:nth-child(5n+1){ margin-left: 0!important; clear:both;}


.Grid6 > *{
	margin: 0 0 2% 2%;
	width: 15%;
}
.Grid6 > *:nth-child(6n+1){ margin-left: 0!important; clear:both;}


@media only screen and (max-width: 799px) {
	.Grid4 > div,
	.Grid5 > div {
		margin: 0 0 1% 1.5%;
		width: 31%;
	}

	.Grid4 > div:nth-child(3n+1),
	.Grid5 > div:nth-child(3n+1) {
		margin-left: 0!important;
		clear:both;
	}
}
@media only screen and (max-width: 500px) {

	.Grid4 > div,
	.Grid5 > div,
	.Grid6 > div{
		margin: 0 0 4% 4%;
    width: 48%;
	}
	.Grid6 > div:nth-child(2n+1){ margin-left: 0!important; clear:both;}

	.Grid5 > div:nth-child(3n+1){ margin: 0 0 4% 4%!important;; clear:none;}
	.Grid5 > div:nth-child(2n+1){ margin-left: 0!important; clear:both;}

	.Grid4 > div:nth-child(3n+1){ margin: 0 0 4% 4%!important;; clear:none;}
	.Grid4 > div:nth-child(2n+1){ margin-left: 0!important; clear:both;}
}





@media screen and (max-width:1000px) {
	.HeaderTop  > div,
	.Header  > div,
	.Content,
	.SocialMedia > div,
	.Footer > div,
	.FooterBottom > div
	{
		max-width: 96%;
	}

	.HeaderSticky > div {
	  height: 100px;
		background-color: rgba(243, 30, 90, 0.8);
	  position: relative!important;
	}


	.HomeTop {
		margin-top: 10px;
	}
	.HomeTop > div {
		display: block;
	  width: 100%;
	}
	.HomeTop > div:nth-child(2) {
		width: 96%;
		margin: 0 auto;
 		margin-top: -20px;
	}
	.HomeTop img{
		display: none;
	}
	.HomeTop h3 {
		font-size: 90%!important;
	}
	.HomeTop h1 {
		font-size: 110%;
		text-align: center;
	}
	.HomeTop h1 > a{
		margin: 10px 0 0 0;
	}
}

@media screen and (max-width:800px) {
	h1{
		font-size: 130%!important;
	}
	h2{
		font-size: 120%!important;
	}
	h3{
		font-size: 110%!important;
	}
	h4{
		font-size: 100%!important;
	}

	.TopMenuSearch{
		display: none;
	}


	.TopSlider > div > div > div {
    height: 335px;
  }

	.Header > div > div {
    display: block;
    width: 100%;
    text-align: center;
	}
	.LoginBlock {
		text-align: center;
	}




	.Content > div {
		padding-bottom: 10px;
	}


	.RandomAnswers {
		padding: 15px 10px;
	}

	.HomeQuest > div > div > div{
		display: block;
		width: 100%!important;
		padding-right: 0;
	}
	.HomeQuest > div > div > div:nth-child(2),
	.HomeQuest > div > div > div:nth-child(3)
	{
		display: none;
	}



	.SocialMedia{
		height: auto;
	}

	.Footer > div > div{
		display: block;
		width: 100%;
		text-align: center;
		padding: 30px 0 30px 0;
	}
	.Footer > div > div:nth-child(1){
		padding: 30px 0 0 0;
	}
	.Footer > div > div:nth-child(1) a i {
    display: none;
  }

	.FooterBottom > div > div{
		display: block;
		width: 100%;
		text-align: center!important;
		padding: 5px 0;
	}


	.ProfileDetails > div {
		display: block;
		width: 100%!important;
		padding-right: 0!important;
	}


	.ProfilesPageBanner a {
		font-size: 120%;

	}


	.ProfileSearch > form > div{
		display:block;
		padding-bottom:7px;
	}


	.HomeMiddleBlock > div{
		display:block;
		width: 100%;
	}
	.HomeMiddleBlock > div:nth-child(2){
		padding-left: 0;
		width: 100%;
	}
	.HomeMiddleBlock h3{
		margin-top:30px;
		margin-bottom:10px;
	}


}


@media screen and (max-width:500px) {
	.HomeTop h1 > a{
		margin: 10px 0 0 0;
		font-size: 100%;
	}

	.HomeTop > div:nth-child(1) > div {
		padding-right: 0;
	}

	.HeaderSticky > div {
	  height: 160px;
	}

	.TopSlider > div > div > div {
    height: 435px;
  }

	.Header > div > div {
	  text-align: center;
	}

	.Logo > a > span {
		bottom: 3px;
		left: 120px;
		font-size: 55%;
	}

	.Logo img {
		width: 70%;
	}

	.LoginBlock div {
    display: block;
    width: 100%;
    margin-bottom: 3px;
	}
	.LoginBlock form {
		width: 70%;
		margin: 0 auto;
		display: block;
	}
	.LoginBlock button {
		margin-left: 100%;
		float: right;
	}
	.LoginBlock span > a:nth-child(2) {
		margin-left: 0;
	}


	.SignUpForm > div > div > div {
		display: block;
		width: 100%!important;
	}
	.SignUpForm .InputField {
		width: 100%!important;
	}

	.HomeQuest{
		font-size: 90%;
	}

	.ProfileInfo h1 {
		font-size: 100%!important;
	}

	.QuestionsList{
		padding: 10px 10px;
	}

	.QuestionsAnswered {
		font-size: 90%;
	}
	.QuestionsAnswered > div > div{
		display: block;
		width: 100%!important;
	}

	.HeaderRightLink{
		display: none;
	}


	.QuestionsAnswered > div > div:nth-child(2) {
	  white-space: normal;
	}

	#rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
	}


}





/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
#cboxOverlay{background:url(../images/colorbox/overlay.png) repeat 0 0;}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(../images/colorbox/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(../images/colorbox/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../images/colorbox/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(../images/colorbox/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(../images/colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../images/colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../images/colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../images/colorbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(../images/colorbox/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../images/colorbox/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(../images/colorbox/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../images/colorbox/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../images/colorbox/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}
.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
