@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,900;1,300&display=swap');

.bg{
     display:none;
}
.en{

}
.opinion{
    font-weight:bold!important;
    color:#a9a9a9!important;
    display: inline-block!important;
}
.html {font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
.html {font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

.ranks-filters input {
	display: none;
}
.url {
color: #ffc107!important;
 font-weight: bold;
 transition-duration: all 350ms;
 cursor: pointer;
}
.posted_in{
	color: #a9a9a9;
}
.url:hover, .posted_in .url{
color: #ffc107;
}

ul {
	padding: 0;
}

article,
aside,
figure,
footer,
header,
main,
nav,
section {
	display: block;
	text-align: center;
}

b,
strong {
	font-weight: bold;
}

svg:not(:root) {
	overflow: hidden;
}

.small, small {
font-size: 90%;
}

button,
input,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;min-height: 40px;
	padding: 0 20px;
	background-color: transparent;
	border: 0;
    border-color: transparent;
-webkit-transition: all .3s;
transition: all .3s;
}

/* Inputs */

input[type="checkbox"] {
  position: relative !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 10px 0px 0px;
    min-height:auto!important;
  box-sizing: content-box;
  overflow: hidden;
}
input[type="checkbox"]:before {
  content: "";
  display: block;
  box-sizing: content-box;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(63, 72, 164, 0.69);
  -webkit-transition: 0.2s border-color ease;
  transition: 0.2s border-color ease;
}
input[type="checkbox"]:checked:before {
  border-color: #45A5F1;
  -webkit-transition: 0.5s border-color ease;
  transition: 0.5s border-color ease;
}
input[type="checkbox"]:disabled:before {
  border-color: #ccc;
  background-color: #ccc;
}
input[type="checkbox"]:after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: content-box;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  background-color: #12cbc4;
  width: 16px;
  height: 16px;
  border-radius: 100vh;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
}

input[type="checkbox"]:before {
  border-radius: 4px;
}
input[type="checkbox"]:after {
  width: 11.6px;
  height: 21px;
  border-radius: 0;
  -webkit-transform: translate(-50%, -85%) scale(0) rotate(45deg);
          transform: translate(-50%, -85%) scale(0) rotate(45deg);
  background-color: transparent;
  box-shadow: 4px 4px 0px 0px #45A5F1;
}
input[type="checkbox"]:checked:after {
  -webkit-animation: toggleOnCheckbox 0.2s ease forwards;
          animation: toggleOnCheckbox 0.2s ease forwards;
}
input[type="checkbox"].filled:before {
  border-radius: 4px;
  -webkit-transition: 0.2s border-color ease, 0.2s background-color ease;
  transition: 0.2s border-color ease, 0.2s background-color ease;
}
input[type="checkbox"].filled:checked:not(:disabled):before {
  background-color: #12cbc4;
}
input[type="checkbox"].filled:not(:disabled):after {
  box-shadow: 4px 4px 0px 0px white;
}
@-webkit-keyframes toggleOnCheckbox {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -85%) scale(0) rotate(45deg);
            transform: translate(-50%, -85%) scale(0) rotate(45deg);
  }
  70% {
    opacity: 1;
    -webkit-transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
            transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
  }
  100% {
    -webkit-transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
            transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
  }
}
@keyframes toggleOnCheckbox {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -85%) scale(0) rotate(45deg);
            transform: translate(-50%, -85%) scale(0) rotate(45deg);
  }
  70% {
    opacity: 1;
    -webkit-transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
            transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
  }
  100% {
    -webkit-transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
            transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
  }
}
input[type="checkbox"]:active{
    background-color: transparent;
-webkit-box-shadow: none!important;
box-shadow: none!important;
}




input{
    border-radius: 50px;
}
input[type="text"]:active, input[type="text"]:focus{
 /* border: 2px solid #bcbcbc; */
background-color: #fff;color: rgba(0, 0, 0, 0.8)!important;
-webkit-box-shadow: 2px 1.732px 0px 0px rgba(189, 189, 189, 0.32), inset 0px 0px 8px 0px rgba(70, 70, 70, 0.19)!important;
/* box-shadow: 2px 1.732px 0px 0px rgba(189, 189, 189, 0.32), inset 0px 3px 5px 0px rgba(70, 70, 70, 0.39)!important; */
-webkit-transition: all .1s!important;
transition: all .3s!important;
}
input[type='checkbox'], select {
	display:none;
}
.agreement input{
	display: inline-block!important;
	height: auto;margin: 10px auto 0px;
}
@media (min-width: 768px) {
	.agreement input{
	display: block!important;
	height: auto;margin: 10px auto 0px;
}
	}

button:focus,
input:focus,
select:focus,
textarea:focus {
	outline: none;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

.err-msg{
	color:#ed1c24;
}

textarea {
	overflow: auto;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;/* background-color: #ccc; */
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: 'Lato', sans-serif;
	font-size: 1rem;
	line-height: 1.3em;
	color: #555555;
	margin:0;
	background-color: #fafafa;
}
#guest_body{
	background-color: #fafafa;
}
textarea {
	resize: none;
	overflow: auto;
}
select::-ms-expand {
	display: none;
}
a {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}
p a:hover{
	/* text-decoration: underline; */
}
a .active, a:hover,
a:active,
a:focus,
a:focus:active,
.btn:active,
.btn:focus,
.btn:active:focus {
	outline: 0;
	transition:all 350ms ease-in-out;
}
.cool-link::after {
    content: '';
    display: block;
    width: 0;border-radius: 5px;
    height: 7px;margin-top: 3px;
    background: #ffc107!important;
    transition: width .35s;
}

.cool-link{
    color: #ffc107!important;
}

.cool-link:hover::after {
    width: 100%;
}
.cool-link:hover {
   color: #ffc107!important;
   text-decoration: none!important;
}
a:hover, a:focus {
	text-decoration: none;
/*	 color: #ffc107;*/
	cursor:pointer;
}
a, button, p a:hover {
	-webkit-transition: all 0.35s ease-in-out , background-color 0.35s ease-in-out;display: inline-block;
	transition: all 0.5s ease-in-out , background-color 0.5s ease-in-out;
}
a:hover,
button:hover {
	-webkit-transition: color 0.35s ease-in-out , background-color 0.35s ease-in-out;
	transition: color 0.35s ease-in-out , background-color 0.35s ease-in-out;
}
:focus {
	outline: 0;
}

.err-msg{
	color:#ed1c24;
}

figure {
	margin: 0;
}
figure a {
	display: inline-block;
	vertical-align: middle;
}
figure a img {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

img {
	display: inline-block;
	height: auto;
	border: 0;
	vertical-align: middle;
}

.img-responsive {
	display: inline-block;
	max-width: 100%;
	height: auto;/* width: 50px; */
}
.img-rounded {
	border-radius: 6px;
}
.img-thumbnail {
	padding: 4px;
	line-height: 1;
	background-color: #fafafa;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.img-circle {
	border-radius: 50%;
}
hr {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	border-top: 1px solid #eeeeee;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}
[role="button"] {
	cursor: pointer;
	top:0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
	clear: both;
	color: #646464;
}
h1 {
	font-size: 4rem!important;
	letter-spacing: 2px;
    margin-bottom: 60px;
}
h2 {
	font-size: 2.7rem;
}
h3 {
	font-size: 2.17rem;
}
h4 {
	font-size: 1.81rem;
}
h5 {
	font-size: 1.4rem;
	line-height: 1.3;
}
h6 {
	font-size: 1.21rem;
	font-weight: bold;
}
p {
	margin: 0;
	line-height: 1.3;
	padding: 10px;
	text-align: center;
	color: #525252;
	font-size: 14pt!important;
}

/* --/ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ \-- */
@font-face {
	font-family: 'AvenirLTStdLight';
	src: url('../fonts/AvenirLTStdLight.eot');
	src: url('../fonts/AvenirLTStdLight.eot') format('embedded-opentype'), url('../fonts/AvenirLTStdLight.woff2') format('woff2'), url

	('../fonts/AvenirLTStdLight.woff') format('woff'), url('../fonts/AvenirLTStdLight.ttf') format('truetype'), url

	('../fonts/AvenirLTStdLight.svg#AvenirLTStdLight') format('svg');
}

@font-face {
	font-family: 'AvenirLTStdBook';
	src: url('../fonts/AvenirLTStdBook.eot');
	src: url('../fonts/AvenirLTStdBook.eot') format('embedded-opentype'), url('../fonts/AvenirLTStdBook.woff2') format('woff2'), url

	('../fonts/AvenirLTStdBook.woff') format('woff'), url('../fonts/AvenirLTStdBook.ttf') format('truetype'), url('../fonts/AvenirLTStdBook.svg#AvenirLTStdBook') 

	format('svg');
}

@font-face {
	font-family: 'AvenirLTStdMedium';
	src: url('../fonts/AvenirLTStdMedium.eot');
	src: url('../fonts/AvenirLTStdMedium.eot') format('embedded-opentype'), url('../fonts/AvenirLTStdMedium.woff2') format('woff2'), url

	('../fonts/AvenirLTStdMedium.woff') format('woff'), url('../fonts/AvenirLTStdMedium.ttf') format('truetype'), url

	('../fonts/AvenirLTStdMedium.svg#AvenirLTStdMedium') format('svg');
}

@font-face {
	font-family: 'AvenirLTStdHeavy';
	src: url('../fonts/AvenirLTStdHeavy.eot');
	src: url('../fonts/AvenirLTStdHeavy.eot') format('embedded-opentype'), url('../fonts/AvenirLTStdHeavy.woff2') format('woff2'), url

	('../fonts/AvenirLTStdHeavy.woff') format('woff'), url('../fonts/AvenirLTStdHeavy.ttf') format('truetype'), url

	('../fonts/AvenirLTStdHeavy.svg#AvenirLTStdHeavy') format('svg');
}

.avenir-light {
	font-family: 'AvenirLTStdLight', sans-serif;
	font-weight: normal;
}

.avenir-book {
	font-family: 'AvenirLTStdBook', sans-serif;
	font-weight: normal;
}

.avenir-medium {
	font-family: 'AvenirLTStdMedium', sans-serif;
	font-weight: normal;
}

.avenir-heavy {
	font-family: 'AvenirLTStdHeavy', sans-serif;
	font-weight: normal;
}

.text-left {font-size: 23px;/* text-align: left; */

}
.text-right {
display: inline-block;/* text-align: right; */
}
.text-center {
	text-align: center!important;
}
.text-justify {
	text-align: justify!important;
}
.text-nowrap {
	white-space: nowrap!important;
}
ul,
ol {
	padding-left: 0;
	list-style: none;
	margin-top: 0;
	margin-bottom: 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
	margin-bottom: 0;
}
.container {
	/* padding-top: 280px; */
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.container.set {
	padding-top: 150px;
}

.container.bus {
	padding-top: 240px;
}

.container.ind {
	padding-top: 280px;
}

@media (min-width: 768px) {
	.container {
		width: 740px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 960px;
	}
}
@media (min-width: 1120px) {
	.container {
		width: 1090px;
	}
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
	content: " ";
	display: table;
}
.clearfix:after,
.container:after,
.row:after {
	clear: both;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#login{
    z-index: 10;
}


/* --/ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â·ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â° ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ \-- */
@font-face {
	font-family: 'milkoff';
	src:  url('../fonts/milkoff.eot?9c7utq');
	src:  url('../fonts/milkoff.eot?9c7utq#iefix') format('embedded-opentype'),
	url('../fonts/milkoff.ttf?9c7utq') format('truetype'),
	url('../fonts/milkoff.woff?9c7utq') format('woff'),
	url('../fonts/milkoff.svg?9c7utq#milkoff') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'milkoff' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;color: #a9a9a9;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	display: inline-block;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-reply.answer-icon-img{
    color: #bcbcbc;
    transition: all 0.35s;
}
.icon-reply.answer-icon-img:hover{
    color: #555
}

.icon-bell:before {
  content: "\e901";
}
.icon-arrow-down:before {
  content: "\e902";
}
.icon-Calendar_Icon:before {
  content: "\e903";
}
.icon-arrow-left:before {
  content: "\e904";
}
.icon-arrow-right:before {
  content: "\e905";
}
.icon-Add_Image:before {
  content: "\e906";
}
.icon-Add_Title:before {
  content: "\e907";
}
.icon-Add_Video:before {
  content: "\e908";
}
.icon-Add-Expand:before {
  content: "\e909";
}
.icon-category:before {
  content: "\e90a";
}
.icon-resize:before {
  content: "\e90b";
}
.icon-answers:before {
  content: "\e90c";
}
.icon-reply:before {
  content: "\e90d";
}
.icon-oranks:before {
  content: "\e90e";
}
.icon-RSS:before {
  content: "\e90f";
}
.icon-facebook:before {
  content: "\e910";
}
.icon-linkedin:before {
  content: "\e911";
}
.icon-twitter:before {
  content: "\e912";
}
.icon-share:before {
  content: "\e913";
}
.icon-Anchor:before {
  content: "\e914";
}
.icon-Chat:before {
  content: "\e915";
}
.icon-gear:before {
  content: "\e916";
}
.icon-alarm:before {
  content: "\e917";
}
.icon-X:before {
/*  content: "\e918";*/
  content: "\e914";
}
.icon-Business_Name:before {
  content: "\e919";
}
.icon-Domain:before {
  content: "\e91a";
}
.icon-lock:before {
  content: "\e91b";
}
.icon-mail:before {
  content: "\e91c";
}
.icon-Name:before {
  content: "\e91d";
}
.icon-fontcolor:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-tleft:before {
  content: "\f036";
}
.icon-tcenter:before {
  content: "\f037";
}
.icon-tright:before {
  content: "\f038";
}
.icon-tjustify:before {
  content: "\f039";
}
.icon-outdent:before {
  content: "\f03b";
}
.icon-indent:before {
  content: "\f03c";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-redo:before {
  content: "\f064";
}
.icon-specchar:before {
  content: "\f069";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-blist:before {
  content: "\f0ca";
}
.icon-nlist:before {
  content: "\f0cb";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-undo:before {
  content: "\f112";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-superscript:before {
  content: "\f12c";
}
.icon-edit:before {
  content: "\e900";
}

.icon-edit {
	font-size: 19px;
}
.icon-lock{
	font-size: 33px;
	padding: 7px 0 0 4px;
}
.icon-mail{
	font-size: 26px;
	padding: 12px 0 0 4px;

}
.icon-X:before{
	font-size: .62rem;
/*	font-size: 18px;*/
	line-height: 43px;
/*	line-height: 2.1rem;*/
}
.icon-Business_Name{
	font-size: 30px; 
	padding: 9px 0 0 4px;
}
.icon-Domain{
	font-size: 32px;
	padding: 8px 0 0 4px;
}
.icon-Name{
	font-size: 30px;
	padding: 8px 0 0 4px;

}

/*Excluded text edit icons*/
.btn-editor-group.excluded{
	display: none!important;
}

/* --/ ÃƒÆ’Ã‚ÂÃƒâ€¦Ã‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â° \-- */
.form-control, .nm-form-control {
	display: inline-block;
	width: 100%;
	height: 50px;font-weight: 500;
	padding: 0 25px;
	font-size: 18px;line-height: 23px;
	color: #707070;/* font-weight: bold; *//* letter-spacing: 1px; */
	background-color: #ebebeb;/* background: white; */
	border-radius: 25px;
	/* border: 2px solid #868686; */
    transition: all 350ms ease-in-out;
    -webkit-transition: all 0.35s;
	/* -webkit-box-shadow: 0 -2px 0 #c7c7c7, 1px 3px 0 #ffffff, inset 0 1px 7px rgba(0, 0, 0, 7); */
	/* box-shadow: 0 1px 7px rgba(0, 0, 0, 0.42); */
}

#feed-url.form-control{
    background-color: rgba(240, 240, 240, 1)!important;
}

.form-control:focus, .nm-form-control:focus{
	/*border: 2px solid rgba(0,0,0,0);*/
    transition: all 350ms ease-in-out;
    -webkit-transition: all 0.35s;
    /* background-color: rgba(242, 242, 242, 1); */	/* border-color: rgba(255, 255, 255, 0); */
	/* border: 2px solid #bcbcbc/* background-color: #f0f0f0; */; */
	-webkit-box-shadow: 1px 1.732px 0px 0px rgba(255, 255, 255, 0.392), inset 0px 3px 7px 0px rgba(169, 169, 169, 0.392);
	/* box-shadow: 1px 1.732px 0px 0px rgba(255, 255, 255, 0.392), inset 0px 3px 7px 0px rgba(169, 169, 169, 0.392); */
	-webkit-transition: all .3s;
	transition: all .3s;
}

.nm-form-control {
text-align: center;
}

.form-control::-moz-placeholder{
	color: #999999;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #999999;
}
.form-control::-webkit-input-placeholder {
	color: #999999;
}
.form-submit {
	text-align: center;
}
.has-icon {
	position: relative;
}
.has-icon .form-control {
	padding-left: 70px;
	color:#646464;
    -webkit-box-shadow: -2px 1.732px 0px 0px rgba(189, 189, 189, 0.32), inset 0px 0px 8px 0px rgba(70, 70, 70, 0.15)!important;
}

.form-group .has-icon .form-control{
    background-color: rgba(245, 245, 245, 1);
}
.has-icon .icon {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 70px;
	height: 50px;
	text-align: center;
	line-height: 48px;
	font-size: 26px;
	/* border-bottom-left-radius: 25px; */
	/* border-top-left-radius: 25px; */
	/* background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e0e0e0 100%); */
	/* background-image: -o-linear-gradient(top, #f5f5f5 0, #e0e0e0 100%); */
	/* background-image: linear-gradient(to bottom, #f5f5f5 0, #e0e0e0 100%); */
	/* background-repeat: repeat-x; */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe0e0e0', GradientType=0);
	/* -webkit-box-shadow: inset -2.1px 2.1px 3px #ffffff; */
	/* box-shadow: inset -2.1px 2.1px 3px #ffffff; */
}
.select2-container--default .select2-selection--single {
display: block;
width: 100%;
height: 50px;
font-size: 18px;
text-align: left;
border-radius: 25px;
background-color: rgba(255,255,255,0.4)!important;
padding: 0 22px;
-webkit-box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.08);
-moz-box-shadow: 0px 7px 5px 0px rgba(0,0,0,0.08);
box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.13);
}

.select2-container--open .select2-dropdown--below {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: 25px;
border-bottom-right-radius: 25px;
overflow: hidden;
-webkit-box-shadow: 0px 12px 5px 0px rgba(0,0,0,0.08);
-moz-box-shadow: 0px 12px 5px 0px rgba(0,0,0,0.08);
box-shadow: 0px 12px 5px 0px rgba(0,0,0,0.08);
}

.has-error-msg {
	position: relative;
}

.mCustomScrollBox.scrollFix > .mCSB_container, .mCustomScrollBox.scrollFix {
	overflow: visible;
}

.error-msg {
	transform: translateX(-50%);
    top: 100%;
    position: absolute;
    left: 50%;
    max-width: 240px;overflow: visible;min-width: 160px;width: 70%;
    margin-top: 10px;
	background-color: #ffffff;
	
	padding: 5px 20px;
	text-align: center;
	border-radius: 20px;
	line-height: 26px;
	z-index: 9999;
	color: rgb(243, 100, 100);
	box-shadow: 3px 23px 49px -4px rgba(0, 0, 0, 0.22);
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	pointer-events: all;
}

.error-msg:empty {
	display: none;
}

.error-msg::after {
	content: "";
	position: absolute;
	bottom: 100%;
	border-width: 5px;
	transform: rotate(180deg);
	order-style: solid;
	border-color: #fff transparent transparent transparent;
	left: calc(50% - 5px);
	border-style: solid;
}
#no-posts-msg {
	margin: 70px auto 0px;max-width: 600px;
}

#no-posts-msg .infotips span{
	color: #ed1c24!important;
	color: #525252!important;
	font-weight: 600;
}

.form-group {
	margin: 0 auto 25px;/*  */
	max-width: 800px;
}

.form-group.agreement.has-error-msg{
    color: #737373;margin-bottom: 0px;vertical-align: baseline;
/* vertical-align: middle; */}

.form-group.add-link{
	min-width: 530px;
}

.form-submit {
	margin-top: 0px;
}

.ss1 h1{ 
	margin: 20px 40px 100px;
}

.welcome-wrap {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 0;
	background-color: #fafafa;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.welcome-wrap:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.welcome-wrap .va-middle {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	font-size: 16px;
	min-width: 300px;
}
.welcome-wrap .box {
	background-color: #f0f0f0;
	border-radius: 10px;
	text-align: center;
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
}
.welcome-wrap .box h1 {

	font-family: 'Lato', sans-serif;
	font-weight: normal;
	line-height: 1.3;
}
.welcome-wrap .box p {

	font-family: 'Lato', sans-serif;
	line-height: 1.4;
}
@media screen and (min-width: 992px) {
	.welcome-wrap {
		padding: 40px 15px;
	}
	.welcome-wrap .box {
		padding: 50px 65px;   
		width: 860px;
	}
	.welcome-wrap .box h1 {
		font-size: 60px;
	}
	.welcome-wrap .box p {
		font-size: 36px;
	}
	.welcome-wrap .box .btn-default {
		margin-top: 33px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.welcome-wrap {
		padding: 30px 15px;
	}
	.welcome-wrap .box {
		padding: 50px;
		width: 620px;
	}
	.welcome-wrap .box h1 {
		font-size: 48px;
		margin-bottom: 60px;
	}
	.welcome-wrap .box p {
		font-size: 28px;
	}
	.welcome-wrap .box .btn-default {
		margin-top: 30px;
	}
}
@media screen and (max-width: 767px) {
	#sign-up-user{
		padding: 75px 60px 67px;
		margin-bottom: 10px;
	}
	#sign-up-user .sigh-up-features p{
		padding: 22px 0px!important;
	}
	.form-wrap{
		padding: 60px 40px 50px;
	}
	#sign-up-user .sigh-up-features p{
		text-align: center!important;
		padding: 20px 0;width: 100%!important;display: block;to;
	}
    
    #sign-up-user .sigh-up-features h1, #sign-up-user .sigh-up-features .OFeature{
        width: 100%!important;margin: 50px auto 10px!important;
    }
	.welcome-wrap {
		padding: 30px 15px;
	}
	.welcome-wrap .box {
		padding: 30px;
		width: 420px;
		max-width: 100%;
	}
	.welcome-wrap .box h1 {
		margin-bottom: 30px;
		font-size: 32px;
	}
	.welcome-wrap .box p {
		font-size: 20px;
	}
	.welcome-wrap .box .btn-default {
		margin-top: 20px;
	}
	.btn{
		padding: 12px 34px;max-width: 220px;
	}
}
@media screen and (max-width: 490px) {
    #add-post-modal form#add-post #blog-title-field input#postTitle {
margin-bottom: 40px!important;
    }
    	.btn{
		/* max-width: 190px!important; */
            font-size: 18px!important;
	}
	#address-wrapper-new{
	  margin-top: -30px;
}
}

/* The container */
.checkbox-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkbox-container .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
	background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-container .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.small-field{
	margin: 43px auto!important;
}

.small-field .form-control{
	height:40px;
}


p + .form-group {
	margin-top: 30px;
}

.icon-to-right {
	padding-left: 40px!important; 
}

.icon-right {
	cursor: pointer;
	right: 0px!important;
	left: unset!important;
	color: #737373;
	border-bottom-right-radius: 25px!important;
	border-top-right-radius: 25px!important;
	border-bottom-left-radius: 0px!important;
	border-top-left-radius: 0px!important;
	transition: color .25s ease-in-out;
}

.icon:hover{
	color: #646464;
}

.form-control::-moz-placeholder {
	color: #999999;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #999999;
}

.form-control::-webkit-input-placeholder {
	color: #999999;
}

.form-submit {
	text-align: center;
}

.has-icon {
	position: relative;
}

.has-icon .icon {
	position: absolute;
	/* top: 29px; */
	left: 0;
	z-index: 2;
	width: 70px;color: #9d9d9d;ht: 50px;
	text-align: center;
	line-height: 43px;
	font-size: 28px;
	/* border-bottom-left-radius: 25px; */
	/* border-top-left-radius: 25px; */
	/* background-image: linear-gradient(#fcfcfc, #e4e4e4); */
	background-image: -webkit-gradient(ease-in-out, left top, left bottom, color-stop(0, #f5f5f5), to(#e0e0e0));
	background-image: ease-in-out-gradient(to bottom, #f5f5f5 0, #e0e0e0 100%);
	/* background-repeat: repeat-x; */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe0e0e0', GradientType=0);
	/* -webkit-box-shadow: inset -2.1px 2.1px 3px #ffffff; */
	/* box-shadow: inset -2.1px 2.1px 3px #ffffff; */
}

.input-sm {
	height: 33px;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 3px;
}
select.input-sm {
	height: 33px;
	line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
	height: auto;
}
.input-lg {
	height: 49px;
	padding: 10px 16px;
	font-size: 20px;
	line-height: 1.5555553;
	border-radius: 6px;
}
select.input-lg {
	height: 49px;
	line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
	height: auto;
}

/* --/ -ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã¢â‚¬ËœÃƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ \-- */
.btn {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;/* max-width: 220px; */
	background-image: none;margin: auto;
	white-space: nowrap;
	text-transform: uppercase;
	font-family: inherit;
	font-weight: normal;
	padding: 15px 34px;
	font-size: 18px;/* width: unset; */
	border-radius: 30px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn-default{
	/*color: #737373;*/
	color: #525252;
	background: white;
	transition: all 350ms ease-in-out;
	-webkit-box-shadow: 0 4px 4px #aaaaaa, inset 0 1px 0 #ffffff;
	box-shadow: 0 4px 4px #aaaaaa, inset 0 1px 0 #ffffff;
	background-image: -webkit-ease-in-out-gradient(top, #eeeeee 0, #eeeeee 100%);
	background-image: -o-ease-in-out-gradient(top, #eeeeee 0, #eeeeee 100%);
	background-image: ease-in-out-gradient(to bottom, #eeeeee 0, #eeeeee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffeeeeee', GradientType=0);
}
.btn-default:hover {
	transition: all 350ms ease-in-out;
	background-image: -webkit-ease-in-out-gradient(top, #e6e6e6 0, #dcdbdb 100%);
	background-image: -o-ease-in-out-gradient(top, #e6e6e6 0, #dcdbdb 100%);
	background-image: ease-in-out-gradient(to bottom, #e6e6e6 0, #dcdbdb 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffdcdbdb', GradientType=0);
}
.btn-default:active {
	-webkit-box-shadow: 0px 0px 0 #ffffff, inset 0 2px 4px rgba(0, 0, 0, 0.62);
	box-shadow: 0px 0px 0 #ffffff, inset 0 2px 4px rgba(0, 0, 0, 0.62);
	background-image: -webkit-ease-in-out-gradient(top, #efefef 0, #e0dfdf 100%);
	border: none;
}
.btn-stroke{
    border: 2px solid #fafafa;
/* color: #555; */
color: white;
/* background: white; */
}
.btn-special {
	color: white;background-image: linear-gradient(to right, #a9a9a9 0%, #bcbcbc 51%, #bcbcbc 100%);/*  */background-color: #646464;
	transition: all 350ms ease-in-out;
	-webkit-box-shadow: 0 10px 10px #cccccc;
	box-shadow: 0 10px 10px #cccccc;
    
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffeeeeee', GradientType=0);
}
.btn-default:focus {
	-webkit-box-shadow: 0 10px 10px #cccccc!important;
	box-shadow: 0 3px 3px #cccccc!important;transition: all 350ms ease-in-out;background-color: #a9a9a9;
}
.btn-special:hover {
	transition: all 350ms ease-in-out;/* background-position: right center; */
	
	/* background-image: -o-ease-in-out-gradient(top, #e6e6e6 0, #dcdbdb 100%); */
	
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffdcdbdb', GradientType=0);
}
.btn-special:active {-webkit-box-shadow: 0 10px 10px #cccccc!important;
box-shadow: 0 3px 3px #cccccc!important;
	-webkit-box-shadow: 0px 0px 0 #ffffff, inset 0 0px 2px rgba(0, 0, 0, 0.62);
	box-shadow: 0px 0px 0 #ffffff, inset 0 0px 2px rgba(0, 0, 0, 0.62);
	background-image: -webkit-ease-in-out-gradient(top, #efefef 0, #e0dfdf 100%);
	/* background-image: -o-ease-in-out-gradient(top, #efefef 0, #e0dfdf 100%); */
	background-image: ease-in-out-gradient(to bottom, #efefef 0, #e0dfdf 100%);
	/* background-repeat: repeat-x; */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffefefef', endColorstr='#ffe0dfdf', GradientType=0);
}
.btn-sm,
.btn-group-sm > .btn {
	padding: 8px 14px;
	text-transform: uppercase;
	font-size: 18px;
}
.btn-bordered {
	border: 2px solid #a9a9a9;
	-webkit-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}
.btn-bordered:hover {
	border-color: #a9a9a9;
	-webkit-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}
.btn-bordered:active,
.btn-bordered.btn-active {
	border-color: transparent;
	background-color: #fff;
	-webkit-box-shadow: 1px 1.732px 0px 0px rgba(255, 255, 255, 0.392), inset 0px 3px 7px 0px rgba(169, 169, 169, 0.392);
	box-shadow: 1px 1.732px 0px 0px rgba(255, 255, 255, 0.392), inset 0px 3px 7px 0px rgba(169, 169, 169, 0.392);
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btn-bordered.error {
	border-color: #f00!important;
}
.btn-bordered.success {
	border-color: #0f0!important;
}

/* ---/  ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸/ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¦Ã‚Â ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â±ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚Â  \--- */
section#tooltip p {
	margin: 20px 0;
}

.tooltitle {
	padding: 10px 5px;
	clear: both;
	text-transform: uppercase;
}

.tooltip {
	position: relative;
	display: inline-block;
}

.tooltip.settings{
    display: block;
}

.tooltext{
	z-index:100;
}

.tooltip ul li{
	padding: 0px 10px 0px;
}

.tooltip .tooltext {
	font-size: 16px;
	line-height: 1.5em;min-width: 200px;
	visibility: hidden;
	width: 220px;
	background-color: #fff;
	text-align: center;
	border-radius: 20px;
	font-weight: 300;
	padding: 20px 20px 30px;
	position: absolute;
	color: #737373;
	bottom: calc(100% + 34px);
	left: 50%;
	transform: translateX(-50%);
	/*bottom: 125%;*/
	opacity: 0;
	transition: all .35s;
}

.tooltip .tooltext::after {
	content: "";
	position: absolute;
	top: 100%;
	border-width: 5px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	left: calc(50% - 5px);
}

.tooltip:hover .tooltext {
	visibility: visible;
	opacity: 1;
	-webkit-box-shadow: 3px 20px 50px -4px rgba(0, 0, 0, 0.37);
	box-shadow: 3px 20px 50px -4px rgba(0, 0, 0, 0.37);
	bottom: calc(100% + 14px);/* -webkit-box-shadow: 3px 20px 50px -4px rgba(0, 0, 0, 0.37); */
/* box-shadow: 0px 20px 60px -4px rgba(0, 0, 0, 0.43); */
    /*
    box-shadow: 0px 20px 20px 0px rgba(50, 50, 50, 0.35);
    -webkit-box-shadow: 0px 20px 20px 0px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0px 20px 20px 0px rgba(50, 50, 50, 0.35);
    -ms-box-shadow: 0px 20px 20px 0px rgba(50, 50, 50, 0.35);
    -o-box-shadow: 0px 20px 20px 0px rgba(50, 50, 50, 0.35);
    */
}

.tooltip:hover{
	z-index: 10;
}

.helptips{
	padding: 15px 10px 25px 10px;
}

.invisible{
	display:none;
}

#name{
	text-align:center;
	padding-bottom:6px;
}

.tooltext p {
	padding: 10px 0px 10px;
}

#fol-tool{
	padding:20px 10px 10px;
}

.infotips{
background-color: white;
padding: 45px 30px;
border-radius: 25px;
color: #3e3e3e;
max-width: 80%;
position: relative;
margin: 20px auto;
-webkit-box-shadow: 0px 21px 5px 0px rgba(0,0,0,0.08);
-moz-box-shadow: 0px 21px 5px 0px rgba(0,0,0,0.08);
box-shadow: 0px 21px 16px 0px rgba(0,0,0,0.08);
}

.infotips::before{
    background-image: url("https://opinion.network/images/icons/info.png");
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    top: -33px;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0;
    margin: auto;
    right: 0;

}

.infotips span, .infotips p{
    /* color: rgb(210, 191, 90)*/
/*	color: #218c37!important;*/
    font-size: 1.2rem;
    font-weight: normal!important;
}

.infotips #share-btn{
	display: none!important;
}



/* --/ ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÆ’Ã‚ÂÃƒâ€¦Ã‚Â¾ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã‚ÂÃƒâ€¹Ã…â€œÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€¹Ã…â€œÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¦ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â \-- */
#sign-up-user {
	width: 100%;
	max-width: 520px;
	position: relative;
	padding: 75px 50px 67px;
}
#sign-up-user .divider {
	position: absolute;
	width: 4px;display: none;
	height: calc(100% - 67px);
	left: calc(50% - 2px);
	top: 40px;
	border-left: 2px solid #d8d8d8;
	border-right: 2px solid #fff;
}
#sign-up-user form {
	padding-left: 20px;
	padding-right: 20px;
}


#sign-up-user .sigh-up-features p.active {
	text-transform: uppercase;
	font-size: 16px
}

#sign-up-user .sigh-up-features h1, #sign-up-user .sigh-up-features .OFeature {
	width: 67px;
	height: 67px;
	/* border-radius: 50%; */
	margin: 10px 25px 50px 0px;
	/* border: 1px solid transparent; */
	cursor: pointer;
	transition:all 700ms ease-in-out;
	float: left;
	font-size: 46px;
	
	color: #737373;
}

.OFeature img{
width: 67px;
height: 67px;
}

.sigh-up-features h2{
    margin-top: 10px;
    margin-bottom: 16px;font-size: 42px;display: none;
}

#sign-up-user .sigh-up-features p {
	text-align: left;
	font-size:18px;
	padding: 11px 50px 10px 0px;float: right;width: 80%;line-height: 26px;font-weight: 100;/* letter-spacing: 1px; */
}

.ftr_tit{
display: block;
    letter-spacing: 0px;
font-size: 23px;line-height: 31px;
font-weight: 300;
vertical-align: top;
margin-bottom: 12px;
}

#sign-up-user .sigh-up-features h1:hover {/* border: 1px solid #a9a9a9; */}

.Register-as-a {
	text-transform: uppercase;
}

.switch-bgr {
	background: #fafafa;
	border-radius: 15px 15px 0 0;
}

.content {
	width: 100%;
	margin: 0 auto;
	padding: 0px 15px
}

.singup-wrap {
	/* position: relative; */
	z-index: 2;
	transition: all 0.7s;width: 100%;
	transition-delay: 0.2s;
}

.singup-wrap .content {
	position: relative; 
	color: #646464;
}

.no-transition {
	transition: none !important;
}

@media screen and (max-width: 992px) {
	#sign-up-user .divider {
		position: initial;
		width: 100%;
		height: 4px;
		border-left: 0px;
		border-right: 0px;
		border-top: 2px solid #d8d8d8;
		border-bottom: 2px solid #fff;
		margin-bottom: 60px;
	}
	#sign-up-user form {
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (max-width: 767px) and (min-width: 600px) {
	.slider-container{
		overflow: visible;
		width: 100%;
		padding: 0px;
	}
	
}
.re-pass {
	margin-top: 34px;
}

@media (min-width: 1024px) {

	.header-height {
		height: 400px !important;
	}
	.singup-wrap {
		height: 120px;position: fixed;width: 100%;background: rgba(0, 0, 0, 0.16);
	}
}

.cols{
	-webkit-columns: 2 240px;
	-moz-columns: 2 240px;
	columns: 2 240px;
}

.form-group.cols{
    margin-bottom: 25px;
}

.re-pass{
	margin-top: 27px;
}

.sign-up-content {
	width: 100%;
	background-color: #f0f0f0;
	border-radius: 20px;
	padding: 80px 40px;
	position: relative;
	max-width: 1080px;
}

.sign-up-content .sign-up-features-con,
.sign-up-content .sigh-up-form {
	display: inline-block;
	width: 50%;
	vertical-align: top
}

/* ---/ Switch(Simple) \--- */
.switch {
	/* color: #fff; */
	display: block;
	text-align: center;
	line-height: 30px;width: 100%;
max-width: 720px;
	font-size: 28px;
	position: relative;
	bottom: -1px;
	/*width: 700px;*/
	margin:auto;
	/*display: none;*/
	padding-bottom:80px;
}

.switch label,
.switch span {
	display: inline-block;
	vertical-align: middle;
}

.switch span{
	transition: all 350ms ease-in-out;/* font-size: 15px; */
}
.foll_us, .cpr{
    margin: -100px auto 13px;
left: 0;
right: 0;
line-height:2em;
/* position: absolute; */
}
.foll_us{

}
.cpr{
    color: #a9a9a9;
}
.cpr{
    margin: 0px auto!important;position: absolute;
}
.singup-nav.pass-forgotten, .foll_us, .cpr{
	text-transform: none;
	float: none;
	
	display: block;text-align: center;
	
} 

.singup-nav.pass-forgotten a {
	line-height: 20px;
    font-weight: bold;
}

input[switch].reg-switch+label{
	width: 3.4rem;
	height: 1.5rem;
}

input[switch].reg-switch:checked+label:after{
	left:2rem;
}

input[switch].simple-switch+label {
	font-size: 1em;
	/* line-height: 1; */
	width: 3rem;
	height: 1.3rem;
	background-color: #f0f0f0;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3) inset;
	background-image: none;
	border-radius: 2rem;
	/* padding: 0.16667rem; */
	cursor: pointer;
	/* text-align: center; */
	position: relative;
	font-family: inherit;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	display: inline-block;
}

.va-middle {
	padding: 0px 50px;
	position: relative;/* max-width: 700px; */
}
.ss1 .va-middle {
	padding: 0px 15px 0px;
}

input[switch].simple-switch+label:before {
	text-transform: uppercase;
	color: #000;
	content: attr(data-off-label);
	display: block;
	font-family: inherit;
	font-family: FontAwesome, inherit;
	font-weight: 500;
	font-size: 0.7rem;
	line-height: 1.74rem;
	position: absolute;
	right: 0.21667rem;
	margin: 0.21667rem;
	top: 0;
	text-align: center;
	min-width: 1.66667rem;
	overflow: hidden;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

input[switch].simple-switch+label:after {
	content: '';
	position: absolute;
	left: 0.05rem;
	background-color: #bcbcbc;
	box-shadow: none;
	border-radius: 2rem;
	height: 1.3rem;
	width: 1.3rem;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

input[switch="default"].simple-switch:checked+label {
	background-color: #a2a2a2
}

input[switch].simple-switch:checked+label {
	background-color: rgba(29, 145, 25, 0.47);
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.2));
	background-image: linear-gradient(rgba(255, 255, 255, 0.14), rgba(0, 0, 0, 0.1));
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1) inset;}

input[switch="default"].simple-switch:checked+label:before {
	color: #fff !important
}

input[switch].simple-switch:checked+label:before {
	color: #fff;
	content: "";
	right: auto;
	left: 0.21667rem
}

input[switch].simple-switch+label:before {
	text-transform: uppercase;
	color: rgba(5, 148, 233, 0.83);
	content: attr(data-off-label);
	display: block;
	font-family: inherit;
	font-family: FontAwesome, inherit;
	font-weight: 500;
	font-size: 0.7rem;
	line-height: 1.74rem;
	position: absolute;
	right: 0.21667rem;
	margin: 0.21667rem;
	top: 0;
	text-align: center;
	min-width: 1.66667rem;
	overflow: hidden;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

input[switch].simple-switch:checked+label:after {
	left: 1.7rem;
	background-color: #f7f7f7;
	box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.3);
}



/* ---/ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¹ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ \--- */
.slider-container {
	position: relative;
	margin: 0 auto;
	z-index: 1;
	overflow: hidden;
}

.slider-wrapper {
	position: relative;
	width: 100%;
	/* height: 1500px; */
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform
}

.slider-container-android .slider-slide,
.slider-wrapper {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}



@media all and (max-width: 1000px) {
	.singup-slider .slider-slide {
		/* padding: 0px 100px; */
	}
	#sign-up-user{
		padding: 80px 30px 50px;
	}
    .foll_us, .cpr{
        margin-top: 45px;
    }
    .switch-text span{
        padding: 0;
    }
}

.slider-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-font-smoothing: subpixel-antialiased;
	padding-top: 80px;
}

.form-wrap, .simple {
	max-width: 700px;
	min-width: 260px;
	background-color: #dddddd;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 30px
}

.simple {
	width: 520px;
}

.business-field {
	display:none;
}

@media screen and (min-width: 768px) {
	.singup-slider {
		width: 100%;
	}
	.singup-slider .slider-slide {
		font-size: 0;
		-webkit-overflow-scrolling: touch
	}
	.singup-slider .slider-slide:after {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle
	}
	.singup-slider .va-middle {
		display: inline-block;
		vertical-align: middle;
		width: 100%;
		font-size: 16px;
		padding: 0;
	}    
    
	.form-wrap {
		margin-bottom: 40px;
		padding: 90px 80px 70px}

	.singup-nav li:nth-child(2) {
		text-align: center
	}
	.singup-nav li:last-child {
		text-align: right
	}
	.singup-nav a {
		padding: 0px 30px;
		line-height: 127px
	}
}

    /* БГ рег */
.va-middle.signup-options.bg-lang{
    padding: 0!important;
}
    .va-middle.signup-options.bg-lang .reg-tabs, .va-middle.signup-options.bg-lang .reg-forms{
        width: 100%;
    }
    .va-middle.signup-options.bg-lang .reg-tabs .settings-controls{
        background-color: #fff;
        border-radius: 0  
    }
    .va-middle.signup-options.bg-lang .reg-forms .settings-display{
        /* -webkit-box-shadow: 0px 0px; */
        /* box-shadow: 0px 0px; */
        padding: 70px 6% 90px!important;
        border-radius: 0px;
    }
    .va-middle.signup-options.bg-lang .reg-forms .form-group{
        max-width: 520px;
    }
    .va-middle.signup-options.bg-lang .reg-forms h3{
        display: block;
    }
.va-middle.signup-options.bg-lang .settings-controls .controls-item{
    border-top: 1px solid #ddd;border-right: 1px solid #ddd;/* box-shadow: 0px 8px 10px #646464; */z-index: 10;
}
.va-middle.signup-options.bg-lang .controls-item.active{
    /* color: white!important; */
    font-weight: 900!important;
    /*letter-spacing: 1px; */
}
.va-middle.signup-options.bg-lang .agreement, .va-middle.signup-options.bg-lang .agreement .url{
    color: white!important
}

.va-middle.signup-options.bg-lang .agreement .url{
    text-decoration: underline;
}
.reg-forms h3{
    color: #3f48a4;
}





@media all and (max-width: 1000px) {
	.singup-slider {
		height: auto;
	text-align: center;}
}

@media (max-width: 490px) {
	.switch {
		width: 90%;
	}
	#sign-up-user .sigh-up-features h1, #sign-up-user .sigh-up-features .OFeature {
		float: initial;
		margin-bottom: 0;
		margin-right: 0;
		display: inline-block;text-align: center;
	}
    .ss2 #iframe_wrapper iframe{
    }
}

@media (max-width: 320px) {
	.header-title {
		font-size: 20px;
	}
}

.nav{
	padding-bottom:37px!important;
}


/* --< ÃƒÆ’Ã‚ÂÃƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚ÂÃƒâ€¦Ã‚Â¾ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÆ’Ã‚ÂÃƒâ€¹Ã…â€œ >-- */

/* --< ÃƒÆ’Ã‚ÂÃƒâ€¦Ã‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â±ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ >-- */
.collapse {
	display: none;
}
.collapse.in {
	display: block;
}
tr.collapse.in {
	display: table-row;
}
tbody.collapse.in {
	display: table-row-group;
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.categories {
	display:block !important;
}

.modal-body {
	padding: 0px;
	margin: 0 auto;
	width: 100%;
	position: relative;
}

.modal-open {
	overflow: hidden;
}

.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal.fade:not(.in).bottom .modal-dialog {
	-webkit-transform: translate3d(0, 25%, 0);
	transform: translate3d(0, 25%, 0)!important;
}

.modal-dialog{
	border-radius: 20px;
	padding: ;
}
/*Every modal except pp-modal and add-post modals (I love calling everything OSomething ;DDD, isnt it great :DD)*/
.omodal{
	   border-radius: 20px!important;
    margin-top: 4rem;
/*    padding: 2rem 2rem 3rem;*/
    overflow: hidden!important;
    transition: transform 0.7s ease-in-out;
    transition: transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
    -webkit-transform: translate(0, -25px);
    transform: translate(0, -25px);
}

.omodal .modal-content{
	padding: 2rem 2rem 4rem;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity 0.7s ease-in-out;
	transition: opacity 0.7s ease-in-out;
}

.fade.in {
	opacity: 1;
}

.sm-modal, .pp-modal{
	width: 82%;
	position: relative;
	background-clip: padding-box;
	outline: 0;
	margin: auto;
	text-align: center;
	/* box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2); */
	box-shadow: 0 0 45px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 45px rgba(0,0,0,.3);
}

.pp-modal.choose_cat{
    min-height: unset!important;
}

.modal.fade .pp-modal, .modal.fade .sm-modal {
	-webkit-transform: translate(0, -25px);
	transform: translate(0, -25px);
	-webkit-transform: 0.7s ease-in-out;
	transition: -webkit-transform 0.7s ease-in-out;
	transition: transform 0.7s ease-in-out;
	transition: transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}

.modal.in .pp-modal, .modal.in .sm-modal {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);/* overflow: hidden; */
}

.modal-open .modal::-webkit-scrollbar {
	width: 0!important;
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
	overflow: -moz-scrollbars-none;
	-ms-overflow-style: none;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000000;
}
.modal-backdrop.fade{
	opacity: 0;
	filter: alpha(opacity=0);
}
.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.modal-header {
	padding: 15px 15px 20px;
	min-height: 16px;
}

.modal-title{
	margin: 0;
	line-height: 1;
	color: white;
	margin: 2rem auto 1.4rem;
	display: none!important;
}

.modal-footer {
	padding: 0px 20px 20px 20px;
}
.modal-footer, .modal-header{
	border: none!important;
}
/*
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
*/

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.modal-footer:before,
.modal-footer:after {
	content: " ";
	display: table;
	clear: both;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.modal-footer:after {
	clear: both;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0 20px 30px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.07);
}



/*--/ ÃƒÆ’Ã‚ÂÃƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â»ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¦Ã‚Â ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Âº ÃƒÆ’Ã‚ÂÃƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â» \--*/
.sm-modal{
	min-width: 330px;
	max-width: 80%;
	padding: 40px 60px;
	border-radius: 20px;
	top: 4vh;
	background-color: #fff;
}
@media (min-width: 557px) {
.sm-modal{
max-width: 660px;
}
}


/*--/ Post Preview ÃƒÆ’Ã‚ÂÃƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â´ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â» \--*/
.pp-modal {
	min-width: 320px;
	max-width: 960px;
	min-height: 700px;
	border-radius: 30px 20px 30px 30px;
	background-color: white;
}

.external-post-preview:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: center 40% urL('../images/preloader/preloader.svg') no-repeat;
	opacity: 1;
	transition: opacity 350ms;
	pointer-events: none;
}

#post-modal.failed-load .external-post-preview:before, #post-modal.loaded .external-post-preview:before {
	opacity: 0;border-radius: 20px 20px 0px 0px;overflow: hidden;
}

#feed_modal, #add-post-modal{
	padding: 1rem 1rem;
}

#feed_modal .modal-content-wrapper {
	opacity: 1;
	transform: opacity 350ms;
	overflow: hidden!important;
	transform: translateZ(0px);
	border-radius: 30px 20px 30px 30px;
}

#feed_modal.unloaded .modal-content-wrapper {
	opacity: 0;
}

#feed_modal #iframe_wrapper {
	height: 100%;
	width: 100%;/* min-height: 600px; */
	max-width: 100%;
	position: relative;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch!important;
}

.ss2 #iframe_wrapper{
    border-radius: 20px!important;
/* width: auto!important; */
/* display: inline-block; */
-webkit-box-shadow: 3px 30px 30px -4px rgba(0, 0, 0, 0.37);
box-shadow: 3px 30px 30px -4px rgba(0, 0, 0, 0.37);  /* border: 3px solid #000; */ overflow: hidden;  position: relative;
  padding-bottom: 56.25%;/* width: 640px; *//* height: 360px; */margin: auto; /* 16:9 */
  height: 0;
}

.ss2 #iframe_wrapper iframe{
    /* border-radius: 20px!important; */
    /* bottom: 0px!important; *//*  */;
  /* border-radius: 50px; */
  overflow: hidden;border: 0;/* display: block; */  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*  */}

#feed_modal .external-post-preview #iframe_wrapper {
	height: 580px
}

#feed_modal .internal-post-preview.user-post-preview #iframe_wrapper {
	height: auto;
}

#feed_modal .iframe-error-wrapper {
	position: relative;
}

#feed_modal .internal-post-preview.user-post-preview #iframe_wrapper iframe {
	width: 100%;
	position: relative;/* min-height: 600px; */
}

#feed_modal #iframe_wrapper iframe:not(.user-post-iframe) {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;margin-bottom: 100px;overflow: hidden!important;border-radius: 20px 20px 0px 0px!important;
}

#feed_modal #post-modal #post-modal-iframe-error {
text-align: center;
font-size: 17px;
line-height: 48px;
height: 60px;
position: absolute;
/* padding-top: 56%; */
width: 100%;
z-index: 1;
bottom: 0;
overflow-x: hidden;
left: 0;
}
/*	За вериткално центриране 
@media (min-width: 566px) {
    #feed_modal #post-modal #post-modal-iframe-error {
        padding-top: 29%;
    }
}
*/

#prefooter-gradient {
	position: relative;
	height: 30px;
	z-index: 1;
}

#feed_modal #post-modal #post-modal-iframe-error:before, #prefooter-gradient:before {
	content: '';
	right: 0;
	left: 0;
	display: block;
	z-index: 10;
	position: absolute;
	opacity: 0.16;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */
	top: 0;
	bottom: 0;
	pointer-events: none;
}

#feed_modal #post-modal.failed-load #post-modal-iframe-error {
	opacity: 1;
	z-index: 1;
}

#feed_modal #post-modal.failed-load #post-modal-iframe-error p {
	font-size: 30px;
	line-height: 32px;
	padding: 0;
	margin-bottom: 10px;
}

#feed_modal #post-modal.failed-load .external-post-preview iframe {
	pointer-events: none;
}

.external-post-preview iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;overflow: hidden;
	text-align: center;
	height: 600px;
	width: 100%;
	background-color: transparent;
	border-radius: 20px 20px 0px 0px!important;
}

/* Inner Post Preview */
.internal-post-preview p>iframe{
	width: 100%;
	min-height: 450px;
	position: relative;
}

.internal-post-preview{
	padding: 2.63rem 0px 0 0px;
	font-size: 14px;
	height: 600px;
}

.internal-post-preview img {
	max-width: 100%;
}

.internal-post-preview p {
	font-size: 14px;
}

.internal-post-preview:not(.video-post-preview) #iframe_wrapper{
	border-radius: 20px!important;
	overflow: hidden;
}

/*YouTube Video Outside Post iframe*/
#iframe_wrapper>.thumbnail-1{
    overflow-x: visible!important;
    border-radius: 20px!important;
    -webkit-box-shadow: 3px 30px 30px -4px rgba(0, 0, 0, 0.37);
    box-shadow: 3px 30px 30px -4px rgba(0, 0, 0, 0.37);
    width: 100%!important;
    overflow: hidden!important;
}

#iframe_wrapper img{
    width: 100%!important;
    box-shadow: none!important;
}

#feed_modal .internal-post-preview.user-post-preview #iframe_wrapper{
	overflow: visible;
}




.external-post-preview, .internal-post-preview {
	width: 100%;
	/* max-height: 600px; */
	border-radius: 20px 20px 0 0;
	margin: 0 auto;
	position: relative;
	overflow-y: hidden;
}

.internal-post-preview.user-post-preview {
	overflow-y: auto;
}

.internal-post-preview.video-post-preview {
    overflow-y: auto;/* max-height: 300px; */
}
.video-post-preview .modal-post-wrapper{
 width: 90%;
    margin: 0 auto 100px;
    border:20px;
}
@media (min-width: 992px) {
    .video-post-preview .modal-post-wrapper{
        width: 90%;}
}
.video-post-preview #iframe_wrapper{/* height: 300px!important; */
    border-radius: 20px!important;
    -webkit-box-shadow: 3px 30px 30px -4px rgba(0, 0, 0, 0.37);
box-shadow: 3px 30px 30px -4px rgba(0, 0, 0, 0.37);
}

.external-post-preview .modal-post-wrapper {
	overflow-x: hidden!important;
	border-radius: 20px 20px 0 0;
	width: 100%;
}

.post-footer-wrapper {
	position: relative;
	padding-top: 20px;
}

.post-footer {
	height: 80px;
	padding: 20px 0;
	width: 640px;
	margin: auto;
	margin-bottom: 100px;
}

.row {
	text-align: center;
/*	display: block;*/
}

.row-bs {
	margin-left: -10px;
	margin-right: -10px;
}

.col-left{
	text-align: left;
	float:left;
}

.col-left, .col-mid, .col-right{
	width: 33%;
	vertical-align: top;
	display: inline-block;
}

.col-right{
	float: right;
	text-align: right;
}

.post-author {
	position: relative;
	float: left;
	border-radius:50%;
	width: 40px;
}

.tooltip.post-info{
	position: relative;
	float: right;/* display: none; */
	padding-top: 7px;
	right:70px;
}

.report-flag {
	right: 70px;
}

.flag {
	background: url(https://opinion.network/images/icons/flag.svg);
}

#name,
#posts-count,
#followers-count,
#follow-btn,
#date,
#page-views,
#reccomends,
#rating {
	clear: both;
}

/* ---/  Loading ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â±ÃƒÆ’Ã¢â‚¬ËœÃƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸  \--- */
.has-loading span {
	transition: all 1s;
	opacity: 1;
}

.has-loading svg {
	display: none;
	margin: 0 auto;
	transition: all 1s;
}
.has-loading svg path, .has-loading svg rect {
	fill: #fff;
}

.isLoading span {
	display: none;
	opacity: 0;
}
.isLoading svg {
	display: block;
	opacity: 1;
}

/* ---/ Sharing \---  */

#share_opinion .share a,  {
    line-height: 77px;
    width: 70px;
    height: 70px;
    margin: 20px;
}

#share_opinion .share.hover.big {
    position: relative !important;
    margin: 0 auto !important;
    float: none !important;
    left: unset;
    width: fit-content;
    transition: all 350ms ease-in-out;
}

.share.hover.big a:hover {
    box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.27);
    -webkit-box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.27);
}

.share.hover.big a:hover i {
    /* margin-top: -10px; */
}

.share-icon.youtube img{
    width: 70%;
  margin-top: -6px;
}
/*
.share-icon.youtube:hover img, {
    filter: saturate(1);
}

.share.hover.big a:nth-child(2):hover {
    background-color: #61c5ec !important;
}

.share.hover.big a:nth-child(3):hover {
    background-color: #3b5998;
}

.share a:nth-child(4):hover {
    background-color: #0077B5;
}

.share a:nth-child(5):hover {
    background-color: #a9a9a9;
}*/

@media (max-width: 641px) {
    #share_opinion .share.hover.big {
        padding: 0 70px;
    }
}

@media (max-width: 400px) {
    #share_opinion .share.hover.big {
        padding: 0 30px;
    }
}

#share_opinion .share a {
line-height: 77px;
width: 70px;
height: 70px;
margin: 20px;
}

#share_opinion .share a i {
font-size: 27px;
padding: 0px 0 0px;
}

#share_opinion .share nav {
    text-align: center;
}
.share a {
	color: #737373;
}
.share a i {
	line-height: initial;
}
.share a:hover i {
	color:white
}
.post-footer .share{
  margin-left: -240px !important;
	left: 95%;
  float: right;
	width: 240px;
  position: relative;
	font-size: 15px;
}
.share span {
	width: 80px;
	line-height: 40px;
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
	position: absolute;
	left: -27px;    
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
	pointer-events: none;
	width: 92px !important;
	text-align: center;
	font-size: 20px;
}
.share nav {
	font-size: 0;
	text-align: left;
}
.share a {
	line-height: 40px;
	width: 40px;
	height: 40px;vertical-align: bottom;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	background-color: #ffffff;
	color: #ffffff;
	overflow: hidden;
	opacity: 1;
	transition: all 0.3s ease-in-out;
	margin: 0 -20px;
	box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1);
}

.share a .fa {
	vertical-align: middle;
}
.share a:nth-child(1) {
	border-radius: 50%;
	margin-left: 0;
}
/*.share a:nth-child(1):hover {
	background-color: #61c5ec;
}
.share a:nth-child(2):hover {
	background-color: #3b5998;
}
.share a:nth-child(3):hover {
	background-color: #0077B5;
}*/
.share a:nth-child(4) {
	border-radius: 50%;
	margin-right: 0;
}
/*.share a:nth-child(4):hover {
	background-color: #0077B5;
}*/
/*.share:hover span, .share.hover span {
	opacity: 0;
}*/
#no-posts-msg .share a{

}
.share:hover a, .share.hover a {
	border-radius: 50%;
	margin: 0 10px;
	color: #737373;
	font-size: 18px;vertical-align: bottom;box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.share:hover a:hover, .share.hover a:hover {
	color: #fff;
}

/* --/ ÃƒÆ’Ã‚ÂÃƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ \-- */

#add_comment_button {
	float: right;
	padding-right: 0px;
	margin-top: 5px;color: #bcbcbc;
}
#add_comment_button i {
	font-size: 26px;
}

.follow-disc-wrap{
	padding: 0 40px 60px 40px;
}

.comments-wrapp {
	max-width: 490px;
	margin: 50px auto 0 auto;
	position: relative;
	padding: 5px 15px 0 15px;
}

.comments-wrapp .mCSB_scrollTools_vertical {
	visibility: hidden;
}

.comments-body {
	transition: all 0.7s;
	opacity: 1;
	height: auto;max-height: 500px;
}
.comments-body.changing {
	opacity: 0;
}

.comments-body .mCSB_container {
	min-height: 300px;
}

#no-comments-wrapper{
    margin-top: 40px;
    display: none;
}

.comment {
	position: relative;
	margin-bottom: 10px;
	padding: 0px 20px 20px;
	margin-top: 10px; /* This is imortant to 
	background-color: transparent;
	transition: background-color 2s;
	border-radius:20px;
}

.comment .user-img {
	border-radius: 50%;
}

.flex-container {
	display: flex;
}

.time{
	margin-top: 13px;
	font-weight: 300;
	opacity: 0.3;
	font-style: italic;
	vertical-align: middle;
	display: block;
}

.answ{
	overflow: hidden;
}

.answ_opt{
    border-radius: 0px 0px 20px 20px!important;
}



.text-scrollbar-wrap{
	padding: 0 20px;
}

.comment-answer {
	margin-left: auto;
}

.comment-answer .user-img {
	order: 2;
	margin: 0 0 0 12%;
}

.comment-text, .answer-text {
	color: #000;
	text-align: left;
	font-weight: 300;
	font-size: 16px;
	overflow-y: auto;
	overflow-x: hidden;
	margin: 0;
	padding: 20px 0;
}

.answers-list .answer-item .answer-form, .comment .comment-wrap {
    -webkit-box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.07);
    -moz-box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.07);
    box-shadow: 0px 2px 37px 0px rgba(0,0,0,0.07);
    border-radius: 0px 20px 20px 20px;
}

.answers-list .answer-item .answer-form{
    border-radius: 20px 0px 20px 20px;
}

.answers-list .answer-item .answer-text a {
	font-weight: 700;
	margin-right: 5px;
}

.user-img {
	width: 40px;
	height: 40px;
	margin-right: 12%;
}

.comment-row {
	display: flex;
	width: 78%;
	margin-top: 20px;
	margin-left: auto;
}

.comment-row-answer {
	margin-left: 0;
	margin-right: auto;
}

.comment-col {
	flex: 1;
	color: black;
	align-self: center;
}

.answer-icon {
	cursor: pointer;
}

.add-commnent-answer {
	/* height: 80px; */
	margin-left: -10px;margin-right: -10px;
	position: relative;
	margin-top: 15px;
	text-align: right;
}

.comment-answer .add-commnent-answer {
	margin-left: 0;
	margin-right: auto;
}

.add-commnent-answer .add_answer_btn {
	/* margin-right: 8px; */
	/* margin-top: 8px; */
	font-size: 22px;padding-right: 3px;
}

.add-commnent-answer .add_answer_btn:hover {
	border-color: #bababa;
}

.add-commnent-answer .add_answer_btn img {
	width: 20px;
}

.add-comment-field {
	display: block;
	height: auto;
	margin: 0 auto 60px auto;
	width: 560px;
	height: 220px;
}
/*Turn off textarea label because of not translating correctly*/
.add-comment-field .en, .add-comment-field .bg{
	display: none;
}
.add-comment-field textarea {
	padding: 15px 35px;
}
.btn-comment {
	width: 100%;
	height: 100%;
	font-size: 16px;
	font-family: Lato;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	color: #737373;
	border-radius: 15px;
	border: 3px solid #e1e1e1;
	transition: all 350ms ease-in-out;
	border-bottom-right-radius: 0;
	box-shadow: none;
	overflow: hidden;
}

.btn-comment:active, .btn-comment:hover, .btn-comment:focus {
	/*border-color: #bcbcbc;*/
}

.btn-comment:focus {
	box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.35);
}

.add-commnent-answer textarea {
	padding: 5px 10px;
	height: 90px;
}

.pagination {
	display: block;
	width: 100%;
	padding: 30px 0;
	min-height: 90px;
}

.pagination a {
	font-family: 'AvenirLTStdBook', sans-serif;
	display: inline-block;font-weight: 300;
	overflow: hidden;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	/* color: #737373; */
	background-color: transparent;
	transition: all 350ms;
	border-radius: 50%;
	margin: 0 5px;
}

.pagination a:hover {
	color: #646464;
	background-color: #e1e1e1;
}
.pagination a.active {
	color: #fff;
	background-color: #e1e1e1;
}

@-webkit-keyframes expand {
	0% {
		transform: scaleY(0) hei
	}
	100% {
		transform: scaleY(1)
	}
}

@keyframes expand {
	0% {
		transform: scaleY(0)
	}
	100% {
		transform: scaleY(1)
	}
}

@-webkit-keyframes closeExpand {
	0% {
		transform: scaleY(1)
	}
	100% {
		transform: scaleY(0)
	}
}

@keyframes closeExpand {
	0% {
		transform: scaleY(1)
	}
	100% {
		transform: scaleY(0)
	}
}


/* --<  ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â ÃƒÆ’Ã‚ÂÃƒâ€¦Ã‚Â¾ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚ÂÃƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€¹Ã…â€œ  >-- */
.no-padding {
	padding-left: 0!important;
	padding-right: 0!important;
}
.form-group.set{
	min-width:250px;
}
.sett_check {
/* margin: 0px auto 50px; */margin-top: 20px;
}
.settings-display {
	background: white;/* background: #bcbcbc; */
/*	background-image: linear-gradient(to bottom, #bcbcbc, #c4c4c4, #cbcbcb, #d3d3d3, #dbdbdb);/* background: #dbdbdb; *//* background: #a9a9a9; */*/
	padding: 55px 6%;
	margin-bottom: 160px;
	border-radius: 0 0 20px 20px;
	box-shadow: 0 34px 50px rgba(0, 0, 0, 0.16);
-webkit-box-shadow: 0 34px 50px rgba(0, 0, 0, 0.27);
}
.settings-display .btn-default{
	margin-top: 20px;
}
.settings-display .settings-tab {
	position: relative;
	display: none;
}

.settings-display .settings-tab.active {
	display: block;
}
.settings-display form {
	color: #646464;
	padding: 50px 0 0px;
}
.settings-display #settings .line {
	color: #616161;
	font-size: 18px;
	font-weight: 500;
	position: relative;
}
.settings-display #settings .line * {
	/* font-size: 16px; */
}
.panel-title{
margin: 40px 0 10px;
font-size: 1.3rem;
color: #525252;
}

.note{
	font-weight:300;
	font-size:15px;
}

.settings-display #settings .line.line-vam {
	display: table;
	width: 100%;
	height: 100%;
}
.settings-display #settings .line.line-vam [class^="col-"] {
	display: table-cell;
	vertical-align: middle;
	float: none;
}
.settings-display #settings .line.line-vam [class^="col-"] label {
	margin-bottom: 0;
}
.settings-display #settings .btn-submit {
	margin-top: 45px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.settings-display #settings h2 {
	margin: 0;
	margin-bottom: 40px;
	font-size: 24px;
	font-weight: 500;
}
.settings-display #settings label {
	color: #616161;
	line-height: 1.319;
}
.settings-display #settings .section-div {
	height: 60px; 
	display: block;
}
.settings-display .row{
    /* margin-top: 20px; */
}
.no-padding{
    padding:0px!important;
}

.settings-controls {
	background: #F0F0F0;
	border-radius: 20px 20px 0 0;
	overflow: hidden;
}
.settings-controls .controls-item {
	height: 60px;
	text-align: center;
	line-height: 60px;
	display: block;
	/* background-color: #f0f0f0; *//* background-color: #fff; */
	font-size: 18px;border-right: 1px solid #cdcdcd;font-weight: normal;
	/* padding-left: 40px; */
	text-transform: capitalize;
	float: left;color: #737373;/* font-weight: bold; */
	width: 33%;
}

.settings-controls .controls-item.half {
	width: 50%;
}

.settings-controls .controls-item:hover {
	background-color: rgba(129, 139, 229, 0.61);color: #646464;
background-color: #dbdbdb;}

.settings-controls .controls-item.active {
	background: #818BE6;background: white;color: #555;/* letter-spacing: 1px; *//* transition-duration: 500ms; */
}

.b-center {
	margin-left: auto;
	margin-right: auto;
}
.custom-group {
	position: relative;
}
.custom-group .group-addon {
	position: absolute;
	left: 25px;
	top: 10px;
	z-index: 2;
}
.custom-group .group-addon i {
	font-size: 27px!important;
	color: #547b3d;
}
.custom-group .nm-form-control {
	padding-left: 60px;
}
.btn-rightbd {
	font-size: 16px;
	color: #747474;
}
.notransition {
	-webkit-transition: none !important;
	transition: none !important;
}

/* --/ Dropdowns \-- */
.ch_lang.dropdown-open {
background: url(./images/icons/search.svg);
}
.dropdown-open {
position: relative;
bottom: initial;
right: initial;
display: inline-block;
}
.dropdown-open .dropdown-trigger {
display: block;
}
.header-icon.search-icon {
display: inline-block;
vertical-align: middle;
cursor: pointer;
}
.header-icon {
opacity: 0.2;
height: 26px;
transition: all 0.7s ease-in-out;
position: relative;
width: auto;
overflow: inherit !important;
height: 30px;
margin: 0px 10px;
overflow: hidden;
background-repeat: no-repeat;
background-size: cover;
}
.header-icon.settings{
	height: 29px!important;
}

.dropdown-open .dropdown-trigger {
	display: block;
}
.dropdown-open.opened .dropdown-trigger .header-icon {
    /* opacity: 1; */
}
.dropdown-open .dropdown-box {
	visibility: hidden;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    width: 270px;
    background-color: white;
    position: absolute;color: #737373;
    z-index: 3;
    top: 70px;
    overflow: hidden;-webkit-box-shadow: 0px 13px 70px -4px rgba(0, 0, 0, 0.37)!important;

    
    box-shadow: 0px 13px 70px -4px rgba(0, 0, 0, 0.37)!important;
    left: 50%;
    transform: translateX(-50%);
}
.dropdown-open.opened .dropdown-box {
	opacity: 1;
	border-radius:20px;
    top: 40px !important;
    visibility: visible !important;
}


span.msg,
span.choose {
  color: #555;
  padding: 30px 0 23px;
  display: inherit
}
.drdown-container {
  width: 500px;
  margin: 0px auto 0;
  text-align: center
}

/*Styling Selectbox*/
.dropdown {
  width: 300px;
  display: inline-block;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 4px rgb(182, 182, 182);
  transition: all .5s ease;
  position: relative;
  font-size: 14px;
  color: #474747;
  height: 100%;
  text-align: left
}

.dropdown .select {
    cursor: pointer;
    display: block;
    padding: 10px;
}
.dropdown .select > i {
    font-size: 13px;
    color: #888;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px
}
.dropdown:hover {
    box-shadow: 0 0 4px rgb(204, 204, 204)
}
.dropdown:active {
    background-color: #f8f8f8
}
.dropdown.active:hover,
.dropdown.active {
    box-shadow: 0 0 4px rgb(204, 204, 204);
    border-radius: 5px 5px 0 0;
    background-color: #f8f8f8;
}
.dropdown.active .select > i {
    transform: rotate(-90deg)
}
.dropdown .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 10px 10px;
    overflow: hidden;
    display: none;
    max-height: 300px;
    overflow-y: auto;
    z-index: 9
}
.dropdown .dropdown-menu li {
    padding: 10px;
    transition: all .35s ease-in-out;
    cursor: pointer
}

.ch_acc_wr li, .ch_acc_wr .default{
    font-size: 20px;
    color: #737373;
    padding-left: 10px;
}

.ch_acc_wr .default {
color: #555;
}

.ch_acc_wr #account-switch li {
    padding-left: 15px;
}

.ch_acc_wr li:hover{
    color: #555;
    background-color: #fff;
    /* padding-left: 20px!important; */
}


.dropdown .dropdown-menu {
    padding: 0;
    list-style: none
}
.dropdown .dropdown-menu li:hover {
    /* background-color: #fafafa; *//* color: #737373; */color: #555;}
.dropdown .dropdown-menu li:active {
    background-color: #e2e2e2
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid \9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.dropup,
.dropdown {
	position: relative;border-radius: 10px;
}
.dropdown-toggle:focus {
	outline: 0;
}
.dropdown-toggle {
	padding: 5px 13px!important;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 16px;
	text-align: left;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.dropdown-menu .divider {
	height: 1px;
	margin: -1 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1;
	color: #737373;
	white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	text-decoration: none;
	color: #646464;
	background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #ffffff;
	text-decoration: none;
	outline: 0;
	background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: not-allowed;
}
.open > .dropdown-menu {
	display: block;
}
.open > a {
	outline: 0;
}
.dropdown-menu-right {
	left: auto;
	right: 0;
}
.dropdown-menu-left {
	left: 0;
	right: auto;
}
.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 14px;
	line-height: 1;
	color: #777777;
	white-space: nowrap;
}
header .profile-dd-body::after {
    content: "";
position: absolute;
top: -11px;z-index: 10000;opacity: 1;display: block!important;visibility: visible;
border-width: 5px;
border-style: solid;
border-color: #fff transparent transparent transparent;
left: calc(50% - 5px);
}
.ch_lang.dropdown-open{
    background: url(./images/icons/search.svg);
}
.ch_lang .dropdown-box{
    max-width:100px;
}
.lang_ul li{
    padding: 5px;
}
.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990;
}
.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid \9;
	content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px;
}
@media (min-width: 768px) {
	.navbar-right .dropdown-menu {
		left: auto;
		right: 0;
	}
	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto;
	}
}

#reg_user_switch:hover, #reg_business_switch:hover {
	cursor: pointer;
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 0 5.285px;
	font-size: 17px;
	color: #ffffff;
	line-height: 20px;
	height: 20px;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	background-color: #ed1c24;
	border-radius: 10px;
	position: absolute!important;
	margin: auto;
	top: 0;
	left: 50%;
	transform: translate(-50%);
}

.badge:empty {
	display: none;
}
.btn .badge {
	position: relative;
	top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
	top: 0;
	padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
	color: #000000;
	background-color: #ffffff;
}
.list-group-item > .badge {
	float: right;
}
.list-group-item > .badge + .badge {
	margin-right: 5px;
}
.nav-pills > li > a > .badge {
	margin-left: 3px;
}



/* --/ ÃƒÆ’Ã‚ÂÃƒâ€¦Ã‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â ÃƒÆ’Ã‚ÂÃƒâ€¦Ã‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¤ÃƒÆ’Ã‚ÂÃƒâ€¹Ã…â€œÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€¹Ã…â€œÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¦ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â \-- */
.img_fancy{
	border: 0px solid rgb(0, 0, 0);
border-radius: 20px;
box-shadow: rgba(0, 0, 0, 0.37) 3px 30px 30px -4px;
margin-bottom: 20px;
height: auto;
object-fit: contain;
}
.userImg {
	width: 170px;
	height: 170px;
	/*border: 15px solid #a9a9a9;*/
	overflow: visible;
	border-radius: 50%;
	position: relative;
	cursor:pointer;
	display: block;
	margin: 0 auto 30px;
	-webkit-transition: all 350ms ease-in-out, height 350ms ease-in-out;
	transition: all 350ms ease-in-out, height 350ms ease-in-out;
	transform: scale(1);
	transition: transform 2s ease;
}
@media (max-width: 576px) {
	.userImg {
	width: 90px;
	height: 90px;
	transition: transform 2s ease;
		}
	}
/*.userImg.scale-img{
  transform: scale(.4);
}*/

}
#user-name {
    margin-bottom: -10px;
    margin-top: -30px;
}
#user-name + h4{
	font-weight: 300;
	font-style: italic;
}
.prImg.big.fol{
	-webkit-box-shadow: 0 0 1px 14px #d7d7d7, 0.5px 0.9px 0 0 rgba(255, 255, 255, 0.7), inset 0.7px 0.7px 3px 0 rgba(100, 100, 100, 0.3);
	box-shadow: 0 0 1px 14px #d7d7d7, 0.5px 0.9px 0 0 rgba(255, 255, 255, 0.7), inset 0.7px 0.7px 3px 0 rgba(100, 100, 100, 0.3);    
}

.prImg.sma.fol{
	-webkit-box-shadow: 0 0 1px 3px #d7d7d7, 0.5px 0.9px 0 0 rgba(255, 255, 255, 0.7), inset 0.7px 0.7px 3px 0 rgba(100, 100, 100, 0.3);
	box-shadow: 0 0 1px 3px #d7d7d7, 0.5px 0.9px 0 0 rgba(255, 255, 255, 0.7), inset 0.7px 0.7px 3px 0 rgba(100, 100, 100, 0.3);        
}

.userImg:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0px;
	-webkit-box-shadow: 1px 2px 0px 0px rgba(255, 255, 255, 0.7), 5px 5px 21px 0px rgba(100, 100, 100, 0.3) inset;
	box-shadow: 1px 2px 0px 0px rgba(255, 255, 255, 0.7), 5px 5px 21px 0px rgba(100, 100, 100, 0.3) inset;
	z-index: 2;
	border-radius: 50%;
}
.userImg img {
	z-index: -1;
	height: 100%;
	width: 100%;
	border-radius: 50%;
}
header.small .userImg {
	width: 107px;
	height: auto;
	border: 10px solid #d7d7d7;
	top: 90px;
}
footer {
	height: 160px;background-color: #ececec;
}
body.has-modal {
	overflow: hidden;
}
.sortable-ghost {
	opacity: .15;
}

/* ---/ RESPONSIVENESS \--- */

@media (max-width: 1120px) {
	#grid-switch {
		position: initial;
		margin-bottom: 50px;
		margin-left: calc(50% - 46px);
	}
	#helptips {
		display: none;
	}
	#addBlogItem {
		margin-bottom: 70px !important;
	}
}

#blog #posts .user-home-interests .categories .badge {
	top: -8px;
}

.choose-interests.user-home-interests{
    background-color: #fafafa;
}

#blog .post-item .post-box.comment-box .date {
	position: relative;
	margin-bottom: 40px;
}

@media (max-width: 991px) {
	.post-footer {
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.add-comment-field {
		max-width: 100%;
		padding: 0 20px;
	}
	.ss1 h1{
		font-size: 61px;
		margin: 31px 40px 80px;
	}
	.settings-display form {
		padding: 50px 20px 20px;
	}
	.settings-display #settings h2 {
		margin-bottom: 50px;
	}
	.settings-display #settings .line .title {
		margin: 25px 0 15px!important;
	}
	.settings-display #settings .line.line-vam {
		display: block;
	}
	.settings-display #settings .line.line-vam [class^="col-"] {
		display: block;
		vertical-align: top;
		float: left;
	}
	.settings-display #settings .line.line-vam [class^="col-"] label {
		margin-bottom: 0;
	}

	.internal-post-preview {
		padding: 60px 60px;
	}
	#feed_modal .internal-post-preview #iframe_wrapper {
		/* height: 520px; */
	}
	#feed_modal .external-post-preview #iframe_wrapper {
		max-height: 100%;
	}
	#feed_modal .external-post-preview .modal-post-wrapper {
		overflow: auto!important;
	}
	.external-post-preview, .internal-post-preview {
		padding-bottom: 0;
	}
}

@media (max-width: 960px) {
	.ss1 h1 {
		margin: 20px 120px 80px;
	}
	#socialside {
		display: none;
	}
	header #notifications {
		right: 10px;
	}
}

.pointer {
	cursor:pointer;
	text-transform: none!important;
}

.close-modal{
	background-color:#fff;
	background: white;
	color: #a9a9a9;padding: 0;
	font-size: 32px;
	border-radius: 50%;
	font-family: 'Lato', sans-serif;
	width: 40px;
	height: 40px;
	right: 0px;
	text-align: center;
	float: right;
	z-index: 1111;
	position: absolute;
	top: 0px;
	box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2);
	z-index: 999;
}

.close-modal span{
	vertical-align: middle;
}

.close-modal i {
	-webkit-transition: color 0.35s ease-in-out , background-color 0.35s ease-in-out;
    transition: color 0.35s ease-in-out , background-color 0.35s ease-in-out;
    transform: rotate(180deg)!important;
}
.close-modal i:hover{
	color:#737373!important;
}

.close-modal.has-edit {
    width: auto;
    padding: 0 20px;
    border-radius: 20px;top: 0px;right: 0px;
}

/* Start post animation */

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}

#profileImgCropper {
	height: 100%;
	min-height: 640px;
	position: relative;
	overflow: hidden;
	border-radius: 20px;
}

#profileImgCropper .cropit-preview {
	width: 340px;
	height: 340px;
	border: 1px solid #eee;
	position: relative;
}

#profileImgCropper .cropit-preview-image-container {
	cursor: move;
}

#profileImgCropper .controls-wrapper {
	margin-top: 20px;
	text-align: center;
	position: relative;
	text-align: center;
}

#profileImgCropper .rotation-btns {
	font-size: 16px;
	margin-right: 40px;
	display: inline-block;
}

#profileImgCropper .icon-rotate-left, #profileImgCropper .icon-rotate-right, #profileImgCropper .small-image {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

#profileImgCropper .icon-rotate-left:hover, #profileImgCropper .icon-rotate-right:hover, #profileImgCropper .small-image:hover, #profileImgCropper .large-image:hover {
	cursor: pointer;
}

#profileImgCropper .large-image {
	width: 30px;
	height: 30px;
}

#profileImgCropper .cropit-image-zoom-input {
	width: 130px;
	margin: 0 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 5px;
	background: #eee;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	outline: none;
}

#profileImgCropper #profile_image {
	display: none;
}

#profileImgCropper .preview-wrapper-top {
	height: 100%;
	position: relative;
	overflow: hidden;
	min-height: 640px;
}

#profileImgCropper .cropit-preview-background {
	opacity: .2;
}

#profileImgCropper .preview-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

#profileImgCropper .slider-wrap {
	display: inline-block;
	-webkit-transition: opacity 0.25s;
	-moz-transition: opacity 0.25s;
	-o-transition: opacity 0.25s;
	-ms-transition: opacity 0.25s;
	transition: opacity 0.25s;
}

#updateProfileImg .image-wrapper{
top: 136px;
padding-top: 40px;
/* color: #fff; */
letter-spacing: 1px;
transition: all 500ms;
height: auto;
}

#updateProfileImg:hover .image-wrapper span{
	top: -20px;
}

.image-wrapper{
top: 170px;
height: 100%;
left: 0px;
ight: 0px;
position: absolute;
transition: top 0.35s cubic-bezier(0, 0, 0.32, 1.29);
width: 100%;
}


/* Second modal */
.sec-modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	visibility: none;
	opacity: 0;
	transition: all 350ms;
	z-index: -2;
}

.sec-modal.sec-in {
	visibility: visible;
	opacity: 1;
	z-index: 9999;
}

.sec-modal .sec-modal-content-wrapper {
	width: 510px;
	max-width: 93%;
	background-color: #fff;
	left: 50%;
	position: relative;
	transform: translate(-50%, -50%);
	top: 50%;
	max-height: 90%;
	padding: 40px;
	overflow-y: auto;
	border-radius: 20px;
}

/*--- Teasers ---*/
#blog .showPosts .post-item {
	float: left;
	padding: 5px 15px;
	margin-bottom: 30px;
	z-index: 1;
	opacity: 0;
	transition: all .7s!important;
	transform: scale3d(0.3, 0.3, 0.3); 
}
#blog .post-item.post-loaded {
	opacity: 1;
	transform: scale3d(1, 1, 1); 
}
#blog .post-item.post-unloading {
	transform: scale3d(0, 0, 0); 
}
#blog .post-sizer {
	width: 310px;
}
#blog .post-box {
	position: relative;
	background-color: #fff;
	border-radius: 20px;
	-webkit-box-shadow: 0px 34px 15px #bebebe;
	box-shadow: 0px 5px 7px #bebebe;
	-moz-box-shadow: 0px 34px 15px #bebebe;
	-webkit-transition: box-shadow 350ms ease-in-out, height 350ms ease-in-out;
	-o-transition: box-shadow 350ms ease-in-out, height 350ms ease-in-out;
	transition: box-shadow 700ms ease-in-out, height 700ms ease-in-out;
}
#blog .post-box:not(.opened):hover,
.hovered .post-box {
/*  -webkit-box-shadow: 0 16px 28px #bcbcbc;
box-shadow: 0 16px 28px #bcbcbc; */
-webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.3);
}

#blog .post-header:after {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

#blog .post-title {
	/* vertical-align: top; */
	/* transition: 350ms; */
	padding: 0 16px;
	color: rgba(0, 0, 0, 0.63);
	/* margin-bottom: 40px; */
	font-size: 1.3rem;
	font-weight: 600;
	width: 100%;margin: -10px auto 24px;
	line-height: 1.6;display: block;
	/* top: 34%; */
	/* -webkit-transform: translateY(-50%); */
	/* -ms-transform: translateY(-50%); */
	/* transform: translateY(-50%); */
	position: relative;
	/* text-transform: uppercase; */
	display: block;
	/* max-height: 84px; */
	overflow: hidden;
}

.post-anchor{width: 100%;z-index: 1;display: block;/* height: 0; */}

#blog .post-thumb {
	position: relative;
	border-radius: 10px 10px 0 0;
	text-align: center;
	max-height: 500px;
	width: 100%;height: 100%;/* overflow: hidden; */
	display: block;transition: 350ms ease-in-out;
	border-radius:20px;
	overflow:hidden;
}

#blog .post-thumb img {
	opacity: 1;
	filter: alpha(opacity=15);
	transition: opacity 350ms ease-in-out, height 350ms ease-in-out; 
}

#blog .tease-footer {    
	/* padding: 30px 30px 40px; *//* margin-top: -53px; */height: fit-content;z-index: 3;/* position: relative; */display: block;
}
.tease-footer .post-profile-image:hover{
	/* -moz-box-shadow:0px 3px 5px 0px rgba(0,0,0,0.15); */
	/* -webkit-box-shadow:0px 3px 5px 0px rgba(0,0,0,0.15); */
	/* box-shadow:0px 3px 5px 0px rgba(0,0,0,0.15); */
}
#blog .post-profile-image {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	display: block;z-index: 5;
	margin-left: auto;
	margin-right: auto;margin-top: -20px;
	transition:all 350ms ease;-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
}
#blog .post-lg-item .post-header,
#blog .post-lg-item .post-thumb {
	/*height: ;*/
}
#blog .post-box.loaded .date{
    display: block;
    position: relative;
    font-size: 1rem;
    margin: 24px auto 10px;
    padding: 20px;
    clear: both;
    color: #a9a9a9;
    font-weight: 300;
    opacity: 0!important;
		margin-bottom: 0!important;
}
#blog .post-box.loaded .loc{
    margin: -11px auto 10px;
    padding: 0px;font-size: 1rem;display: block;font-weight: 300;clear: both;color: rgba(240, 183, 53, 0.73);
}
/* Teasers Hover effect*/

#blog .post-box.loaded .post-header, #blog .loc {
	/* opacity: 0; */
	/* transition: all 350ms 100ms ease-out; */transition: all 350ms 700ms cubic-bezier(0.01, 0, 0.23, 1.11);
	transform: translateY(30px);
}
#blog #posts .post-thumb.empty-category .date, #blog .profile-container .post-thumb.empty-category .date{
	display:none;
}

#blog .post-item .post-box.comment-box .date{
	height: 40px;
}

#blog .post-box.loaded .post-thumb img {
	max-height: 500px;
	min-height: 240px;
	width: 100%;
	/* min-width: 270px; */
	display: block;transition: 300ms ease-in-out;
	object-fit: cover;
	opacity:1;
	border-radius: 20px;
	box-shadow: 0px 3px 2px #f1f1f1;
}
#blog .post-box.loaded .post-thumb img.def-img {
	opacity: .5;
}
/* teasers hover effect v1
#blog .post-box.loaded:hover .post-thumb img,
#blog .hovered .post-box.loaded .post-thumb img {
	-webkit-filter: blur(3);
	-moz-filter: blur(0);
	-o-filter: blur(0);
	-ms-filter: blur(0);
	filter: blur(3);
	opacity:0.07;
	filter: alpha(opacity=100);  
}
#blog .post-box.loaded:hover .post-header,
#blog .hovered .post-box.loaded .post-header{
	opacity: 1;
    transform: translateY(-37%);
}
#blog .post-box.loaded:hover .date,
#blog .hovered .post-box.loaded .date {
	opacity: 1;
    transform: translateY(-37%);
}
*/
/* teasers hover effect v2 */
#blog .post-box.loaded .post-thumb:hover img, #blog .hovered .post-box.loaded .post-thumb img{
	-webkit-filter: blur(3);
	-moz-filter: blur(0);
	-o-filter: blur(0);
	-ms-filter: blur(0);
	filter: blur(3);
	/* opacity: 0.03; *//* transform: scale(1.1); */transition-delay: 150ms;transition: 350ms ease-in-out;
	filter: alpha(opacity=100);     
}
#blog .post-box.loaded .post-thumb:hover .post-header, #blog .hovered .post-box.loaded .post-header {
	opacity: 1;
	transform: translateY(-32%);transition-delay: 150ms;

}
#blog .post-thumb {
    cursor: zoom-in;
}
/* Comment Feed */
#blog .post-box .comment-content .post-profile-image{
    margin-top: 0px;
    
}
#blog .post-box .comment-content .post-header{
    position: absolute;
    top: 34%;
    opacity: 0;
}
#blog .post-box.loaded .comment-content .post-thumb:hover img {
-webkit-filter: blur(3);
-moz-filter: blur(0);
-o-filter: blur(0);
-ms-filter: blur(0);
filter: blur(3);
opacity: 0.03;
transition-delay: 0ms;
transition: 350ms ease-in-out;
filter: alpha(opacity=100);
}
#blog .post-box.loaded .comment-content .post-thumb:hover .post-header {
opacity: 1;
transform: translateY(-12%);
transition-delay: 0ms;
}

/* End Teasers */

/* Comment box */

#blog .post-item .post-box.comment-box {
	height: 120px;
	position: relative;
	/* -webkit-transition: box-shadow 230ms ease-in-out, height 230ms ease-in-out; */
	/* -o-transition: box-shadow 230ms ease-in-out, height 230ms ease-in-out; */
	/* transition: box-shadow 230ms ease-in-out, height 230ms ease-in-out; */
	overflow: hidden;
}
#blog .post-item .post-box.comment-box.comment-open .comment-content a.comment-link {
	pointer-events: auto;
}
#blog .post-item .post-box.comment-box .comment-content a.comment-link {
	display: block;
	line-height: 20px;
	position: absolute;text-decoration: none;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	left: 15%;color: #818181;
	right: 15%;
	max-height: 80px;
	pointer-events: none;
}
#blog .post-item .post-box.comment-box .comment-content > p {
	height: 85px;
	position: relative;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 30px;
	overflow: hidden;
}
.comment-content .post-profile-image{
	margin-bottom: 30px
}
.comment-content .post-thumb  img{
	border-radius: 0px 0px 20px 20px!important;
}
#blog .post-item .post-box.comment-box .comment-content p {
	color: #555;
	font-size: 1rem;em;
}
#blog .post-item .post-box.comment-box .post-thumb {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

#blog .post-item .post-box.comment-box .post-like-wrapper {
	margin-bottom: 30px;
}

#feed_modal .post-like-wrapper {margin-left: -13px;display: none;}

#feed_modal .answers-actions, #feed_modal .comment .comments-actions {
	/* background-color: #fafafa; */
	padding: 10px 10px;
	box-shadow: none;border-radius: 0px 0px 20px 20px;overflow: hidden;
}

#feed_modal .comments-actions .comment-time, #feed_modal .answers-actions .comment-time {
	display: inline-block;
	margin-top: 13px;
	font-size: 14px;
	color: #a9a9a9;
	float: right;
	display: none!important;
}

#feed_modal .comment .answer-icon {
	display: inline-block;
	margin-right: 5px;
	float: left;
}

.col-xs-6.text-left{
    padding-left: 20px;
    
}

#feed_modal .comment .answer-icon i {
	font-size: 22px;
	overflow: hidden;
	color: #737373;
	transition: all 350ms;
	margin-top: 12px;
}

#feed_modal .comment .answer-icon i:hover {
	color: #ffd200;
}

#feed_modal .comment.open .comments-actions .answer-icon .list-comments {
	color: #ffd200;
}

#feed_modal .comment .answers-count {
	display: inline-block;
	background-color: #ffd200;
	color: #fff;
	text-align: center;
	font-size: 16px;
	min-width: 10px;
	padding: 0 5.285px;float: left;
	line-height: 20px;
	height: 20px;
	white-space: nowrap;
	border-radius: 10px;
	font-family: 'AvenirLTStdBook', sans-serif;
	margin-top: 13px;
}

#feed_modal .comment .user-img {
	border-radius: 50%;
	max-width: 100%;
}

#feed_modal .comment .answers-list {
	padding-top: 20px;
	padding-bottom: 20px;
}

#feed_modal .comment .answers-list .answer-item {
	margin-top: 20px;
	padding-bottom: 20px;
	background-color: transparent;
	transition: background-color 2s;
}
.new_comm_pr_img{
    text-align: left;
    padding-left: 0px!important;
    padding-bottom: 5px;
}
.answer-item .subanswer-img{
    text-align: right;
    padding-right: 0px;
    padding-bottom: 5px;
}
#feed_modal .comments-wrapp .item-highlight {
  -webkit-animation: background-blink 2s;  /* Safari 4+ */
  -moz-animation: background-blink 2s;  /* Fx 5+ */
  -o-animation: background-blink 2s;  /* Opera 12+ */
  animation: background-blink 2s;  /* IE 10+, Fx 29+ */
}

@-webkit-keyframes background-blink {
  0% {
    background-color: rgba(255, 255, 0, 0.56);
  }
  100% {
    background-color: transparent;
  }
}

#feed_modal .comment .answers-list .reply-answer {
	font-size: 22px;
	transition: all .75s;
	color: #a9a9a9;
}

#feed_modal .comment .answers-list .reply-answer:hover {
	color: #ffd200;
	cursor: pointer;
}

/* --< NOTIFICATIONS >-- */
.ntf-com, .ntf-tit, ntf-name{
	font-weight: bold
}

/* --< ÃƒÆ’Ã‚ÂÃƒâ€¦Ã‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â£ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‹Å“ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÆ’Ã‚ÂÃƒâ€¹Ã…â€œÃƒÆ’Ã‚ÂÃƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â£ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ >-- */
/* --< Header Grid >-- */

#header-grids {
	position: relative;
	margin: auto;
	clear: both;
}

.header-grids-right{
	float: right;
	text-align: right;
}

.header-grids-left, .header-grids-middle, .header-grids-right{
	float: left;
	width: 33.33%;
	padding: 10px;
	height: 120px;
}

.switch-row{
	margin-bottom: 63px;
}

.filters-wrap{ 
	padding:10px 25px;
	margin-bottom: 40px;
}

.custom-feed-btn{
	position:absolute;
	right:0;
	left:0;
	top:0;
	opacity:0;
}

.add-feed-tip{
	bottom: 111px;
}

.adr-btn-sbwr {
	display: inline-block;
}

@media (min-width: 1120px) {
	#blog form#add-post {
		width: 950px;
		position: relative;
		margin-top: 170px;
		left: 50%;
		transform: translateX(-50%);
	}
	.header-grids-left,
	.header-grids-middle,
	.header-grids-right {
		height: initial;
		min-height: 120px;
	}
}

    .responsive-bar .nav > ul > li > a{
        margin:0px!important;
    }
    
#blog .addElmnt {
	margin-right: 0 !important;
}

/* Start category menu for mobile CSS */

.close-wrapp-new {
	width: 100%;
	height: 35px;
	margin: 0px auto;
	cursor: pointer;
	position: fixed;
	top: 160px;
	left: 0;
	right: 0;
	display: none;
	background: white;
	z-index: 10;
	transition: all 0.7s ease-in-out;
}

.one-new,
.two-new,
.three-new {
	display: block;
	position: absolute;
	height: 3px;
	width: 40px;
	background: darkgrey;
	transition: opacity 0.2s 0.2s, top 0.15s 0.15s ease-in-out, transform 0.15s ease-in-out;
	margin: auto;
	right: 0;
	left: 0;
}

.one-new {
	top: 0;
}

.three-new {
	top: 16px;
}

.two-new {
	top: 8px;
}

.rotate-one-new {
	transition: top 0.15s ease-in-out, transform 0.15s 0.15s ease-in-out;
	transform: rotate(45deg);
	top: 8px
}

.hide-two-new {
	transition-delay: 0s;
	opacity: 0;
}

.rotate-three-new {
	transition: top 0.15s ease-in-out, transform 0.15s 0.15s ease-in-out;
	transform: rotate(-45deg);
	top: 8px
}

.ck-editor__editable {
	min-height:300px;
}
.ck-editor__editable {
	min-height:300px;
}
figcaption{
	font-size:16px;
}
#blog #add-user-feed-wrapper.active {
	height: 60px;
}
.add_post_btn{
    margin: 0px 0 37px 0;
}

#add-blog-post {
/*background: #fff;*/
/* letter-spacing: 1px!important; */
text-transform: uppercase;
/*color: red!important;*/
/* border: 2px solid red!important; */
/* box-shadow: 10px 5px 5px; */
box-shadow: 0;
letter-spacing: 1px;
/* box-shadow: 0px 10px 10px #e1e1e1; */
min-width: 110px;
height: 40px;
line-height: 22px;
 font-weight: bold!important; 
/*-webkit-box-shadow: 0px 10px 10px rgba(217, 184, 184, 0.34);
box-shadow: 0px 10px 10px rgba(217, 184, 184, 0.34);*/
}
/*#add-blog-post:hover {
background: red;
color: #fff!important;
}*/
/*
#add-blog-post{
	cursor: pointer;
	height: 40px;
	position: relative;
	width: 110px;
	margin: 0 auto;
	border-radius: 50%;
	border: 2px solid #ed1c24;
	opacity: 1;
	-webkit-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}
#add-blog-post:hover {
    border: 2px solid #7b7b7b;
}
.add-custom-feed.invisible #add-blog-post:before, .add-custom-feed.invisible #add-blog-post:after {
	opacity: 0;
}
#add-blog-post:before,
#add-blog-post:after {
	content: '';
	background-color: #ed1c24;border-radius: 3px;
	bottom: 0;
	display: block;
	height: 2px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	width: 22px;
	opacity: 1;
}
#add-blog-post:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

#add-blog-post.active {
	border-color: #bcbcbc;
}
#add-blog-post:hover:before,
#add-blog-post.active:before,
#add-blog-post:hover:after,
#add-blog-post.active:after {
	background-color: #7b7b7b;
}
#add-blog-post.active:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
*/
#add-post-modal form#add-post .blog-title-field, #feed_modal .internal-post-preview .blog-title-field {
	margin: 0 auto;
	width: 600px;
	max-width: 100%;
	/* height: 110px; */
}
.feed-addr{
    /* position: absolute; */
    font-size:18px;
    font-weight:200;
    left: 0;
    right: 0;
    /* margin-top: -52px; */margin-bottom: 50px;
}

.feed-addr span{
    bottom: -17px;
    position: relative;
}

#add-post-modal form#add-post #blog-title-field input#postTitle {
	font-family: inherit;
	font-weight: 400;padding: 0 30px;
	line-height: 1.4;
	margin: 30px auto 60px;
	text-align: center;
	display: block;
	max-width: 100%;
	width: 100%;
	font-size: 36px;
/*	-webkit-box-shadow: 1px 1.732px 0px 0px rgba(255, 255, 255, 0.392), inset 0px 3px 7px 0px rgba(169, 169, 169, 0.392)!important;*/
/*box-shadow: 1px 1.732px 0px 0px rgba(255, 255, 255, 0.392), inset 0px 3px 7px 0px rgba(169, 169, 169, 0.392)!important;*/
-webkit-transition: all .3s!important;
transition: all .3s!important;
}
#add-post-modal #addpost-content-scroller {
	/* padding-bottom: 100px; */
	overflow-y: auto;
}
#add-post-modal form#add-post .textarea-wrapper, #feed_modal .internal-post-preview .textarea-wrapper {
	position: relative;
	width: 100%;/* min-height: 600px; */
	height: 100%;
	/* padding: 0px 120px; */
}
@media (min-width: 992px) {
    #add-post-modal form#add-post .textarea-wrapper, #feed_modal .internal-post-preview .textarea-wrapper {
    padding: 0px 70px 100px;
    }
}
#add-post-modal form#add-post .textarea-wrapper {
	height: 100%;
}
#add-post-modal form#add-post .textarea-wrapper textarea {
	height: 230px;
	width: 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 10px;
	font-size: 18px;
	border: 1px solid #A9A9A9;
	border-bottom-color: transparent;
	-webkit-transition: all 0.7s ease-in-out, height 0s;
	transition: all 0.7s ease-in-out, height 0s;
	max-width: 100%!important;
}
#add-post-modal form#add-post .textarea-wrapper .bottom-btns-wrapper {
	text-align: center;
}
#add-post-modal form#add-post .textarea-wrapper .bottom-btns-wrapper .btns-wrap {
	position: relative;
	padding: 5px 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	height: 35px;
	text-align: center;
}
#add-post-modal form#add-post .textarea-wrapper .bottom-btns-wrapper .btns-wrap .addChooseOpts {
	position: absolute;
	left: 1px;
	right: 1px;
	margin: auto;
	-webkit-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
	font-size: 22px;
	bottom: 0;
}
#add-post-modal form#add-post .textarea-wrapper .bottom-btns-wrapper .btns-wrap .addChooseOpts i:hover {
	cursor: pointer;
}
#add-post-modal form#add-post .btn {
	/* color: #747474; */
}
#add-post-modal form#add-post .btn i {
	font-size: 22px;
}
#add-post-modal form#add-post .btn-submit {
	padding: 10px 18px;
}

#blog .addElmnt {
	height: 40px;
	line-height: 40px;
	font-size: 24px;
	margin-left: 12px;
	margin-right: 12px;
	color: #A9A9A9;
	-webkit-transition: color 0.7s ease-in-out;
	transition: color 0.7s ease-in-out;
}
#blog .addElmnt:hover {
	cursor: pointer;
	color: #646464;
}
#blog #addBlogItem {
	line-height: normal;
	-webkit-transition: all 0.7s ease-in-out, width 0s, height 0s;
	transition: all 0.7s ease-in-out, width 0s, height 0s;
}
#blog .post-wrap {
	margin: 52px auto;
	font-size: 0;
	min-height: 600px;
}
#blog .prof_pg{
    margin: 0 auto!important;
}
#blog .showPosts .post-item, #blog .showPosts .post-sizer {
	width: 33.3%;
}
#blog .showPosts .post-item {
	float: left;
	padding: 5px 15px;
	margin-bottom: 30px;
	z-index: 1;
	opacity: 0;
	transition: all .7s!important;
	transform: scale3d(0.3, 0.3, 0.3); 
}
#blog .post-item.post-loaded {
	opacity: 1;
	transform: scale3d(1, 1, 1); 
}
#blog .post-item.post-unloading {
	transform: scale3d(0, 0, 0); 
}
#blog .post-sizer {
	width: 310px;
}
#blog .post-box {
	position: relative;
	background-color: #fff;
	border-radius: 20px;
	-webkit-box-shadow: 0px 34px 15px #cbcbcb;
	box-shadow: 0px 20px 40px #cbcbcb;
	-moz-box-shadow: 0px 34px 15px #cbcbcb;
	-webkit-transition: all 350ms ease-in-out, height 350ms ease-in-out;
	-o-transition: box-shadow 350ms ease-in-out, height 350ms ease-in-out;
	transition: 350ms ease-in-out;
}
#blog .post-box:not(.opened):hover,
.hovered .post-box {
/*  -webkit-box-shadow: 0 16px 28px #bcbcbc;
box-shadow: 0 16px 28px #bcbcbc; */
-webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.3);margin-top: -10px;
}

/*Teasers hover effect*/

#blog .post-box.loaded .post-header, #blog .loc {
	/* opacity: 0; */
	/* transition: all 350ms 100ms ease-out; */transition: all 350ms 700ms cubic-bezier(0.01, 0, 0.23, 1.11);
	transform: translateY(30px);
}
#blog #posts .post-thumb.empty-category .date, #blog .profile-container .post-thumb.empty-category .date{
	display:none;
}

#blog .post-item .post-box.comment-box .date{
	height: 40px;
}

#blog .post-box.loaded .post-thumb img.def-img {
	opacity: .5;
}
/* teasers hover effect v1
#blog .post-box.loaded:hover .post-thumb img,
#blog .hovered .post-box.loaded .post-thumb img {
	-webkit-filter: blur(3);
	-moz-filter: blur(0);
	-o-filter: blur(0);
	-ms-filter: blur(0);
	filter: blur(3);
	opacity:0.07;
	filter: alpha(opacity=100);  
}
#blog .post-box.loaded:hover .post-header,
#blog .hovered .post-box.loaded .post-header{
	opacity: 1;
    transform: translateY(-37%);
}
#blog .post-box.loaded:hover .date,
#blog .hovered .post-box.loaded .date {
	opacity: 1;
    transform: translateY(-37%);
}
*/
/* teasers hover effect v2 */
#blog .post-box.loaded .post-thumb:hover img, #blog .hovered .post-box.loaded .post-thumb img{
	-webkit-filter: blur(3);
	-moz-filter: blur(0);
	-o-filter: blur(0);
	-ms-filter: blur(0);
	filter: blur(3);
	/* opacity: 0.7; *//* transform: scale(1.1); */transition-delay: 150ms;transition: 350ms ease-in-out;
	filter: alpha(opacity=100);     
}
#blog .post-box.loaded .post-thumb:hover .post-header, #blog .hovered .post-box.loaded .post-header {
	opacity: 1;
	transform: translateY(-32%);transition-delay: 150ms;

}

#blog .post-header:after {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.post-anchor{
    width: 100%
}

#blog .post-thumb {
	position: relative;
	border-radius: 10px 10px 0 0;
	text-align: center;
	max-height: 500px;
	width: 100%;height: 100%;/* overflow: hidden; */
	display: block;transition: 350ms ease-in-out;
}

#blog .post-thumb img {
	opacity: 1;
	filter: alpha(opacity=15);
	transition: opacity 350ms ease-in-out, height 350ms ease-in-out; 
}
.tease-footer .post-profile-image:hover{
	/* -moz-box-shadow:0px 3px 5px 0px rgba(0,0,0,0.15); */
	/* -webkit-box-shadow:0px 3px 5px 0px rgba(0,0,0,0.15); */
	/* box-shadow:0px 3px 5px 0px rgba(0,0,0,0.15); */
}
#blog .post-profile-image {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	display: block;position: relative;
	margin-left: auto;
	margin-right: auto;
	transition:all 350ms ease;-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
}
#blog .post-lg-item .post-header,
#blog .post-lg-item .post-thumb {
	height: 445px;
}
#blog .blog-container{
	padding-top: 121px;
	width: auto;
	margin: 0 auto;
	max-width: 100%;
	min-height: 600px;
}
#blog .blog-container.web {
	padding-top: 50px;
}
#blog .blog-container .user-home-interests .cat-menu {
	display: inline-block;
	max-width: 100%;
}
#blog .blog-container .user-home-interests .cat-menu .title{
    margin-bottom: 0px;color: rgba(0, 0, 0, 0.63);font-weight: 300;letter-spacing: 1px;
    padding-top: 0.6rem;
}

#blog-title-field input {
	color:#555;
}
.OM_modal_ic{
    height:18px;
    margin-right: 1px;
vertical-align: bottom;
}
.OM_teaser_ic{ 
height: 16px!important;
width: unset!important;
min-height: unset!important;
display: inline-block!important;
margin: 0 4px 1px;
color: #555;/* display: block!important; */
opacity: 1!important;
vertical-align: bottom;
}
textarea#post_text {
	color:#555;
}

/* - - < Fulscreen ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â°ÃƒÆ’Ã¢â‚¬ËœÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬ËœÃƒâ€šÃ‚Â > - - */
@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
@-webkit-keyframes fadeOutDown {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
@keyframes fadeOutDown {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}
.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}
@keyframes fadeOutDownBig {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0);
	}
}
.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		visibility: visible;
	}
	99% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	100% {
		visibility: hidden;
	}
}
@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		visibility: visible;
	}
	99% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	100% {
		visibility: hidden;
	}
}
.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
	from {
		opacity: 1;
		visibility: visible;
	}
	to {
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
@keyframes fadeOutRight {
	from {
		opacity: 1;
		visibility: visible;
	}
	to {
		opacity: 0;
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
}
.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutUp {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}
@keyframes fadeOutUp {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

.p-form-wrap{
	margin: 0 auto 60px auto;
}

.rank-filters-wrap{
	position:relative;
	/* margin-top: 15px; */
	margin-bottom: 80px;
	/* height: 40px; */
	padding: 0px 15px;
	margin-left: auto;
	margin-right: auto;
}
.ranks-posts-wrapper {
	max-width: 100%;
	width: 1020px;/* width: 920px; */
	margin: 0 auto;
}

.preloader {
	opacity: 1;/* display: none; */
	width: 70px;
	height: 70px;
	position: relative;
	margin: 10px auto;transition: 350ms ease-out;
}

.preloader img {
	width: 70px;margin-top: 50px;
	height: 70px;transition: 350ms ease-out;
}

#toTopBtn {
	width: 50px;
	height: 50px;
	box-shadow: 0px 10px 27px 3px rgba(68, 68, 68, 0.2);
	background-color: #ffffff;
	border-radius: 50%;
	position: fixed;
	text-align: center;
/*	visibility: hidden;*/
	z-index: 555;
				bottom: 25px;
	right: 50px;
}
#toTopBtn i {
	line-height: 50px;
	font-size: 10px;
}


/* ---/ BUTTONS \--- */
input[type=checkbox].recc-btn {
	display: none!important;
}
input[type=checkbox].choose-time-checkbox+label, #add-blog-post, input[type=checkbox].recc-btn+label {
	border-radius: 43px;
	position:relative;
	margin: 0px auto;
	font-size: 16px;
	color: #555;
	/* text-transform: uppercase; */
	padding: 7px 18px;
	font-weight: 400;cursor: pointer;
	letter-spacing: 0.5px;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	border: 2px solid #ffffff;
	display: inline-block;
}

#add-blog-post{
	border:none!important;
}

.ranks-filters input[type=checkbox].choose-time-checkbox+label{
    border-color: #fafafa;
}

input[type=checkbox].choose-time-checkbox:checked+label, 
input[type=checkbox].recc-btn:checked+label{
	color: #737373;
	position: relative;
	-webkit-transition: all 0.35s ease-in-out;
	background-image: none;
	background: #f0f0f0!important;
	color: #646464!important;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 8px #555555!important;
	-moz-box-shadow: inset 0 3px 8px #555555!important;
	box-shadow: inset 0 3px 8px #555555!important;
	border: 2px solid rgba(225, 225, 225, 0);
	transition: all 0.35s ease-in-out;
	display: inline-block;border: 2px solid transparent!important;
}

input[type=checkbox].choose-time-checkbox+label:hover,
input[type=checkbox].recc-btn+label:hover{border: 2px solid #a9a9a9;

}

input[type=checkbox].choose-time-checkbox:checked+label:hover,
input[type=checkbox].recc-btn:checked+label:hover{}

label.has-dropdown {
	position: relative!important;
    padding-right: 43px!important;
}

label.has-dropdown .dropdown-open {
	font-size: 12px;
    position: absolute;
    top: 0px;
    bottom: 0;
    display: inline-block;
    width: 35px;
    right: 0;
    /* border-left: 1px solid #bcbcbc; */
    /* padding-left: 0px; */
}

.dropdown-open .icon-Anchor{
transform: rotate(90deg);
font-size: 8px!important;
margin-top: 1px;
color: #555;
text-align: center;
width: 25px!important;
line-height: 33px!important;
}

label.has-dropdown .dropdown-open a {
	width: 100%;
    height: 100%;
    line-height: 38px;
    font-size: 10px;
}

label.has-dropdown .dropdown-open a:before {
	display: inline-block;
	transform: rotate(90deg);
}

#oranks-submenu .oranks-btn {
	font-size: 16px;
    padding: 12px 10px;/* color: blue; */
}

ul li.oranks-btn:nth-child(1){
    color:#4E8FF8;
}

#oranks-submenu{
    padding-bottom: 20px!important;
}

/* ---/  Unseen-Label  \--- */
.unseen {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	text-decoration: none;
	background: #ED1C24;
	font-size: 15px;
	position: absolute;
	top: -20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 10;
	display: block;
	-moz-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
}

#user-name{
	margin-bottom: -10px;
}

.grids-wrapper{
	width: 85%;
	position: relative;
	display: block;
	margin: auto;
	clear: both;
	text-align: center;
}

.add-feed-btn{
	padding: 0;
	/* opacity: 0; */
	z-index:2;
	font-size: 30px;
	font-weight: 300;
}

#add-feed-form span.icon.icon-right {
	display: block!important;
}

#add-feed-form span.icon.icon-right input {
	display: inline-block!important;
}

/* --<  Feed Table  >-- */
.domains-table{
	margin: auto;
	width: 85%;
}

.domains-table tr{
	position: relative;
	transition: all 350ms;
}

.domains-table tr:hover{
	color: white;
	background-color: #a9a9a9;
	border-radius: 20px;
}

.feed-title{
	max-width: 400px;
	overflow: hidden;
	padding: 5px 10px;
	position: relative;
	text-align: left;
	border-radius: 20px;
}

span.title{
  width: 80%;
margin: 0 auto 40px;
max-width: 860px;
line-height: 1.5;color: #555;
}

.just-added{
	color: white!important;
	background-color: #a9a9a9!important;
}

.feed-title span{
	right: 10px;
	top: -1px;
	position: absolute;
	cursor: pointer;
}


/* --< Grid Cols >-- */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-1-inline, .col-sm-1-inline, .col-md-1-inline, .col-lg-1-inline, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-2-inline, .col-sm-2-inline, .col-md-2-inline, .col-lg-2-inline, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-3-inline, .col-sm-3-inline, .col-md-3-inline, .col-lg-3-inline, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-4-inline, .col-sm-4-inline, .col-md-4-inline, .col-lg-4-inline, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-5-inline, .col-sm-5-inline, .col-md-5-inline, .col-lg-5-inline, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-6-inline, .col-sm-6-inline, .col-md-6-inline, .col-lg-6-inline, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-7-inline, .col-sm-7-inline, .col-md-7-inline, .col-lg-7-inline, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-8-inline, .col-sm-8-inline, .col-md-8-inline, .col-lg-8-inline, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-9-inline, .col-sm-9-inline, .col-md-9-inline, .col-lg-9-inline, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-10-inline, .col-sm-10-inline, .col-md-10-inline, .col-lg-10-inline, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-11-inline, .col-sm-11-inline, .col-md-11-inline, .col-lg-11-inline, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-12-inline, .col-sm-12-inline, .col-md-12-inline, .col-lg-12-inline, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-13-inline, .col-sm-13-inline, .col-md-13-inline, .col-lg-13-inline, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-14-inline, .col-sm-14-inline, .col-md-14-inline, .col-lg-14-inline, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-15-inline, .col-sm-15-inline, .col-md-15-inline, .col-lg-15-inline, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-16-inline, .col-sm-16-inline, .col-md-16-inline, .col-lg-16-inline, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-17-inline, .col-sm-17-inline, .col-md-17-inline, .col-lg-17-inline, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-18-inline, .col-sm-18-inline, .col-md-18-inline, .col-lg-18-inline {
	position: relative;
	min-height: 1px;
	padding-left: 20px;
	padding-right: 20px;/* padding-bottom: 30px; */
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18 {
	float: left;
}
.col-xs-1-inline, .col-xs-2-inline, .col-xs-3-inline, .col-xs-4-inline, .col-xs-5-inline, .col-xs-6-inline, .col-xs-7-inline, .col-xs-8-inline, .col-xs-9-inline, .col-xs-10-inline, .col-xs-11-inline, .col-xs-12-inline, .col-xs-13-inline, .col-xs-14-inline, .col-xs-15-inline, .col-xs-16-inline, .col-xs-17-inline, .col-xs-18-inline {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}
.col-xs-18,
.col-xs-18-inline {
	width: 100%;
}
.col-xs-17,
.col-xs-17-inline {
	width: 94.44444444%;
}
.col-xs-16,
.col-xs-16-inline {
	width: 88.88888889%;
}
.col-xs-15,
.col-xs-15-inline {
	width: 83.55555533%;
}
.col-xs-14,
.col-xs-14-inline {
	width: 77.77777778%;
}
.col-xs-13,
.col-xs-13-inline {
	width: 72.22222222%;
}
.col-xs-12,
.col-xs-12-inline {
	width: 66.66666667%;
}
.col-xs-11,
.col-xs-11-inline {
	width: 61.11111111%;
}
.col-xs-10,
.col-xs-10-inline {
	width: 55.55555556%;
}
.col-xs-9,
.col-xs-9-inline {
	width: 50%;
}
.col-xs-8,
.col-xs-8-inline {
	width: 44.44444444%;
}
.col-xs-7,
.col-xs-7-inline {
	width: 38.88888889%;
}
.col-xs-6,
.col-xs-6-inline {
	width: 32.56%;
}
.col-xs-5,
.col-xs-5-inline {
	width: 27.77777778%;
}
.col-xs-4,
.col-xs-4-inline {
	width: 22.22222222%;
}
.col-xs-3,
.col-xs-3-inline {
	width: 16.66666667%;
}
.col-xs-2,
.col-xs-2-inline {
	width: 11.11111111%;
}
.col-xs-1,
.col-xs-1-inline {
	width: 5.55555556%;
}
.col-xs-pull-18 {
	right: 100%;
}
.col-xs-pull-17 {
	right: 94.44444444%;
}
.col-xs-pull-16 {
	right: 88.88888889%;
}
.col-xs-pull-15 {
	right: 83.55555533%;
}
.col-xs-pull-14 {
	right: 77.77777778%;
}
.col-xs-pull-13 {
	right: 72.22222222%;
}
.col-xs-pull-12 {
	right: 66.66666667%;
}
.col-xs-pull-11 {
	right: 61.11111111%;
}
.col-xs-pull-10 {
	right: 55.55555556%;
}
.col-xs-pull-9 {
	right: 50%;
}
.col-xs-pull-8 {
	right: 44.44444444%;
}
.col-xs-pull-7 {
	right: 38.88888889%;
}
.col-xs-pull-6 {
	right: 33.55555533%;
}
.col-xs-pull-5 {
	right: 27.77777778%;
}
.col-xs-pull-4 {
	right: 22.22222222%;
}
.col-xs-pull-3 {
	right: 16.66666667%;
}
.col-xs-pull-2 {
	right: 11.11111111%;
}
.col-xs-pull-1 {
	right: 5.55555556%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-push-18 {
	left: 100%;
}
.col-xs-push-17 {
	left: 94.44444444%;
}
.col-xs-push-16 {
	left: 88.88888889%;
}
.col-xs-push-15 {
	left: 83.55555533%;
}
.col-xs-push-14 {
	left: 77.77777778%;
}
.col-xs-push-13 {
	left: 72.22222222%;
}
.col-xs-push-12 {
	left: 66.66666667%;
}
.col-xs-push-11 {
	left: 61.11111111%;
}
.col-xs-push-10 {
	left: 55.55555556%;
}
.col-xs-push-9 {
	left: 50%;
}
.col-xs-push-8 {
	left: 44.44444444%;
}
.col-xs-push-7 {
	left: 38.88888889%;
}
.col-xs-push-6 {
	left: 33.55555533%;
}
.col-xs-push-5 {
	left: 27.77777778%;
}
.col-xs-push-4 {
	left: 22.22222222%;
}
.col-xs-push-3 {
	left: 16.66666667%;
}
.col-xs-push-2 {
	left: 11.11111111%;
}
.col-xs-push-1 {
	left: 5.55555556%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-offset-18 {
	margin-left: 100%;
}
.col-xs-offset-17 {
	margin-left: 94.44444444%;
}
.col-xs-offset-16 {
	margin-left: 88.88888889%;
}
.col-xs-offset-15 {
	margin-left: 83.55555533%;
}
.col-xs-offset-14 {
	margin-left: 77.77777778%;
}
.col-xs-offset-13 {
	margin-left: 72.22222222%;
}
.col-xs-offset-12 {
	margin-left: 66.66666667%;
}
.col-xs-offset-11 {
	margin-left: 61.11111111%;
}
.col-xs-offset-10 {
	margin-left: 55.55555556%;
}
.col-xs-offset-9 {
	margin-left: 50%;
}
.col-xs-offset-8 {
	margin-left: 44.44444444%;
}
.col-xs-offset-7 {
	margin-left: 38.88888889%;
}
.col-xs-offset-6 {
	margin-left: 33.55555533%;
}
.col-xs-offset-5 {
	margin-left: 27.77777778%;
}
.col-xs-offset-4 {
	margin-left: 22.22222222%;
}
.col-xs-offset-3 {
	margin-left: 16.66666667%;
}
.col-xs-offset-2 {
	margin-left: 11.11111111%;
}
.col-xs-offset-1 {
	margin-left: 5.55555556%;
}
.col-xs-offset-0 {
	margin-left: 0%;
}
@media (min-width: 768px) {   
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18 {
		float: left;
	}
	.col-sm-1-inline, .col-sm-2-inline, .col-sm-3-inline, .col-sm-4-inline, .col-sm-5-inline, .col-sm-6-inline, .col-sm-7-inline, .col-sm-8-inline, .col-sm-9-inline, .col-sm-10-inline, .col-sm-11-inline, .col-sm-12-inline, .col-sm-13-inline, .col-sm-14-inline, .col-sm-15-inline, .col-sm-16-inline, .col-sm-17-inline, .col-sm-18-inline {
		display: inline-block;
		vertical-align: middle;
		font-size: 16px;
	}
	.col-sm-18,
	.col-sm-18-inline {
		width: 100%;
	}
	.col-sm-17,
	.col-sm-17-inline {
		width: 94.44444444%;
	}
	.col-sm-16,
	.col-sm-16-inline {
		width: 88.88888889%;
	}
	.col-sm-15,
	.col-sm-15-inline {
		width: 83.55555533%;
	}
	.col-sm-14,
	.col-sm-14-inline {
		width: 77.77777778%;
	}
	.col-sm-13,
	.col-sm-13-inline {
		width: 72.22222222%;
	}
	.col-sm-12,
	.col-sm-12-inline {
		width: 66.66666667%;
	}
	.col-sm-11,
	.col-sm-11-inline {
		width: 61.11111111%;
	}
	.col-sm-10,
	.col-sm-10-inline {
		width: 55.55555556%;
	}
	.col-sm-9,
	.col-sm-9-inline {
		width: 50%;
	}
	.col-sm-8,
	.col-sm-8-inline {
		width: 44.44444444%;
	}
	.col-sm-7,
	.col-sm-7-inline {
		width: 38.88888889%;
	}
	.col-sm-6,
	.col-sm-6-inline {
		width: 33.55555533%;
	}
	.col-sm-5,
	.col-sm-5-inline {
		width: 27.77777778%;
	}
	.col-sm-4,
	.col-sm-4-inline {
		width: 22.22222222%;
	}
	.col-sm-3,
	.col-sm-3-inline {
		width: 16.66666667%;
	}
	.col-sm-2,
	.col-sm-2-inline {
		width: 11.11111111%;
	}
	.col-sm-1,
	.col-sm-1-inline {
		width: 5.55555556%;
	}
	.col-sm-pull-18 {
		right: 100%;
	}
	.col-sm-pull-17 {
		right: 94.44444444%;
	}
	.col-sm-pull-16 {
		right: 88.88888889%;
	}
	.col-sm-pull-15 {
		right: 83.55555533%;
	}
	.col-sm-pull-14 {
		right: 77.77777778%;
	}
	.col-sm-pull-13 {
		right: 72.22222222%;
	}
	.col-sm-pull-12 {
		right: 66.66666667%;
	}
	.col-sm-pull-11 {
		right: 61.11111111%;
	}
	.col-sm-pull-10 {
		right: 55.55555556%;
	}
	.col-sm-pull-9 {
		right: 50%;
	}
	.col-sm-pull-8 {
		right: 44.44444444%;
	}
	.col-sm-pull-7 {
		right: 38.88888889%;
	}
	.col-sm-pull-6 {
		right: 33.55555533%;
	}
	.col-sm-pull-5 {
		right: 27.77777778%;
	}
	.col-sm-pull-4 {
		right: 22.22222222%;
	}
	.col-sm-pull-3 {
		right: 16.66666667%;
	}
	.col-sm-pull-2 {
		right: 11.11111111%;
	}
	.col-sm-pull-1 {
		right: 5.55555556%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-push-18 {
		left: 100%;
	}
	.col-sm-push-17 {
		left: 94.44444444%;
	}
	.col-sm-push-16 {
		left: 88.88888889%;
	}
	.col-sm-push-15 {
		left: 83.55555533%;
	}
	.col-sm-push-14 {
		left: 77.77777778%;
	}
	.col-sm-push-13 {
		left: 72.22222222%;
	}
	.col-sm-push-12 {
		left: 66.66666667%;
	}
	.col-sm-push-11 {
		left: 61.11111111%;
	}
	.col-sm-push-10 {
		left: 55.55555556%;
	}
	.col-sm-push-9 {
		left: 50%;
	}
	.col-sm-push-8 {
		left: 44.44444444%;
	}
	.col-sm-push-7 {
		left: 38.88888889%;
	}
	.col-sm-push-6 {
		left: 33.55555533%;
	}
	.col-sm-push-5 {
		left: 27.77777778%;
	}
	.col-sm-push-4 {
		left: 22.22222222%;
	}
	.col-sm-push-3 {
		left: 16.66666667%;
	}
	.col-sm-push-2 {
		left: 11.11111111%;
	}
	.col-sm-push-1 {
		left: 5.55555556%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-offset-18 {
		margin-left: 100%;
	}
	.col-sm-offset-17 {
		margin-left: 94.44444444%;
	}
	.col-sm-offset-16 {
		margin-left: 88.88888889%;
	}
	.col-sm-offset-15 {
		margin-left: 83.55555533%;
	}
	.col-sm-offset-14 {
		margin-left: 77.77777778%;
	}
	.col-sm-offset-13 {
		margin-left: 72.22222222%;
	}
	.col-sm-offset-12 {
		margin-left: 66.66666667%;
	}
	.col-sm-offset-11 {
		margin-left: 61.11111111%;
	}
	.col-sm-offset-10 {
		margin-left: 55.55555556%;
	}
	.col-sm-offset-9 {
		margin-left: 50%;
	}
	.col-sm-offset-8 {
		margin-left: 44.44444444%;
	}
	.col-sm-offset-7 {
		margin-left: 38.88888889%;
	}
	.col-sm-offset-6 {
		margin-left: 33.55555533%;
	}
	.col-sm-offset-5 {
		margin-left: 27.77777778%;
	}
	.col-sm-offset-4 {
		margin-left: 22.22222222%;
	}
	.col-sm-offset-3 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-2 {
		margin-left: 11.11111111%;
	}
	.col-sm-offset-1 {
		margin-left: 5.55555556%;
	}
	.col-sm-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18 {
		float: left;
	}
	.col-md-1-inline, .col-md-2-inline, .col-md-3-inline, .col-md-4-inline, .col-md-5-inline, .col-md-6-inline, .col-md-7-inline, .col-md-8-inline, .col-md-9-inline, .col-md-10-inline, .col-md-11-inline, .col-md-12-inline, .col-md-13-inline, .col-md-14-inline, .col-md-15-inline, .col-md-16-inline, .col-md-17-inline, .col-md-18-inline {
		display: inline-block;
		vertical-align: middle;
		font-size: 16px;
	}
	.col-md-18,
	.col-md-18-inline {
		width: 100%;
	}
	.col-md-17,
	.col-md-17-inline {
		width: 94.44444444%;
	}
	.col-md-16,
	.col-md-16-inline {
		width: 88.88888889%;
	}
	.col-md-15,
	.col-md-15-inline {
		width: 83.55555533%;
	}
	.col-md-14,
	.col-md-14-inline {
		width: 77.77777778%;
	}
	.col-md-13,
	.col-md-13-inline {
		width: 72.22222222%;
	}
	.col-md-12,
	.col-md-12-inline {
		width: 66.66666667%;/* border-radius: 20px 0px 0px 0px!important; */
	}
	.col-md-11,
	.col-md-11-inline {
		width: 61.11111111%;
	}
	.col-md-10,
	.col-md-10-inline {
		width: 55.55555556%;
	}
	.col-md-9,
	.col-md-9-inline {
		width: 50%;
	}
	.col-md-8,
	.col-md-8-inline {
		width: 44.44444444%;
	}
	.col-md-7,
	.col-md-7-inline {
		width: 38.88888889%;
	}
	.col-md-6,
	.col-md-6-inline {
		width: 33.55555533%;
	}
	.col-md-5,
	.col-md-5-inline {
		width: 27.77777778%;
	}
	.col-md-4,
	.col-md-4-inline {
		width: 22.22222222%;
	}
	.col-md-3,
	.col-md-3-inline {
		width: 16.66666667%;
	}
	.col-md-2,
	.col-md-2-inline {
		width: 11.11111111%;
	}
	.col-md-1,
	.col-md-1-inline {
		width: 5.55555556%;
	}
	.col-md-pull-18 {
		right: 100%;
	}
	.col-md-pull-17 {
		right: 94.44444444%;
	}
	.col-md-pull-16 {
		right: 88.88888889%;
	}
	.col-md-pull-15 {
		right: 83.55555533%;
	}
	.col-md-pull-14 {
		right: 77.77777778%;
	}
	.col-md-pull-13 {
		right: 72.22222222%;
	}
	.col-md-pull-12 {
		right: 66.66666667%;
	}
	.col-md-pull-11 {
		right: 61.11111111%;
	}
	.col-md-pull-10 {
		right: 55.55555556%;
	}
	.col-md-pull-9 {
		right: 50%;
	}
	.col-md-pull-8 {
		right: 44.44444444%;
	}
	.col-md-pull-7 {
		right: 38.88888889%;
	}
	.col-md-pull-6 {
		right: 33.55555533%;
	}
	.col-md-pull-5 {
		right: 27.77777778%;
	}
	.col-md-pull-4 {
		right: 22.22222222%;
	}
	.col-md-pull-3 {
		right: 16.66666667%;
	}
	.col-md-pull-2 {
		right: 11.11111111%;
	}
	.col-md-pull-1 {
		right: 5.55555556%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-push-18 {
		left: 100%;
	}
	.col-md-push-17 {
		left: 94.44444444%;
	}
	.col-md-push-16 {
		left: 88.88888889%;
	}
	.col-md-push-15 {
		left: 83.55555533%;
	}
	.col-md-push-14 {
		left: 77.77777778%;
	}
	.col-md-push-13 {
		left: 72.22222222%;
	}
	.col-md-push-12 {
		left: 66.66666667%;
	}
	.col-md-push-11 {
		left: 61.11111111%;
	}
	.col-md-push-10 {
		left: 55.55555556%;
	}
	.col-md-push-9 {
		left: 50%;
	}
	.col-md-push-8 {
		left: 44.44444444%;
	}
	.col-md-push-7 {
		left: 38.88888889%;
	}
	.col-md-push-6 {
		left: 33.55555533%;
	}
	.col-md-push-5 {
		left: 27.77777778%;
	}
	.col-md-push-4 {
		left: 22.22222222%;
	}
	.col-md-push-3 {
		left: 16.66666667%;
	}
	.col-md-push-2 {
		left: 11.11111111%;
	}
	.col-md-push-1 {
		left: 5.55555556%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-offset-18 {
		margin-left: 100%;
	}
	.col-md-offset-17 {
		margin-left: 94.44444444%;
	}
	.col-md-offset-16 {
		margin-left: 88.88888889%;
	}
	.col-md-offset-15 {
		margin-left: 83.55555533%;
	}
	.col-md-offset-14 {
		margin-left: 77.77777778%;
	}
	.col-md-offset-13 {
		margin-left: 72.22222222%;
	}
	.col-md-offset-12 {
		margin-left: 66.66666667%;
	}
	.col-md-offset-11 {
		margin-left: 61.11111111%;
	}
	.col-md-offset-10 {
		margin-left: 55.55555556%;
	}
	.col-md-offset-9 {
		margin-left: 50%;
	}
	.col-md-offset-8 {
		margin-left: 44.44444444%;
	}
	.col-md-offset-7 {
		margin-left: 38.88888889%;
	}
	.col-md-offset-6 {
		margin-left: 33.55555533%;
	}
	.col-md-offset-5 {
		margin-left: 27.77777778%;
	}
	.col-md-offset-4 {
		margin-left: 22.22222222%;
	}
	.col-md-offset-3 {
		margin-left: 16.66666667%;/* border-radius: 20px 0px 0px 0px!important; */
	}
	.col-md-offset-2 {
		margin-left: 11.11111111%;
	}
	.col-md-offset-1 {
		margin-left: 5.55555556%;
	}
	.col-md-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 1120px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18 {
		float: left;
	}
	.col-lg-1-inline, .col-lg-2-inline, .col-lg-3-inline, .col-lg-4-inline, .col-lg-5-inline, .col-lg-6-inline, .col-lg-7-inline, .col-lg-8-inline, .col-lg-9-inline, .col-lg-10-inline, .col-lg-11-inline, .col-lg-12-inline, .col-lg-13-inline, .col-lg-14-inline, .col-lg-15-inline, .col-lg-16-inline, .col-lg-17-inline, .col-lg-18-inline {
		display: inline-block;
		vertical-align: middle;
		font-size: 16px;
	}
	.col-lg-18,
	.col-lg-18-inline {
		width: 100%;
	}
	.col-lg-17,
	.col-lg-17-inline {
		width: 94.44444444%;
	}
	.col-lg-16,
	.col-lg-16-inline {
		width: 88.88888889%;
	}
	.col-lg-15,
	.col-lg-15-inline {
		width: 83.55555533%;
	}
	.col-lg-14,
	.col-lg-14-inline {
		width: 77.77777778%;
	}
	.col-lg-13,
	.col-lg-13-inline {
		width: 72.22222222%;
	}
	.col-lg-12,
	.col-lg-12-inline {
		width: 66.66666667%;
	}
	.col-lg-11,
	.col-lg-11-inline {
		width: 61.11111111%;
	}
	.col-lg-10,
	.col-lg-10-inline {
		width: 55.55555556%;
	}
	.col-lg-9,
	.col-lg-9-inline {
		width: 50%;
	}
	.col-lg-8,
	.col-lg-8-inline {
		width: 44.44444444%;
	}
	.col-lg-7,
	.col-lg-7-inline {
		width: 38.88888889%;
	}
	.col-lg-6,
	.col-lg-6-inline {
		width: 33.55555533%;
	}
	.col-lg-5,
	.col-lg-5-inline {
		width: 27.77777778%;
	}
	.col-lg-4,
	.col-lg-4-inline {
		width: 22.22222222%;
	}
	.col-lg-3,
	.col-lg-3-inline {
		width: 16.66666667%;
	}
	.col-lg-2,
	.col-lg-2-inline {
		width: 11.11111111%;
	}
	.col-lg-1,
	.col-lg-1-inline {
		width: 5.55555556%;
	}
	.col-lg-pull-18 {
		right: 100%;
	}
	.col-lg-pull-17 {
		right: 94.44444444%;
	}
	.col-lg-pull-16 {
		right: 88.88888889%;
	}
	.col-lg-pull-15 {
		right: 83.55555533%;
	}
	.col-lg-pull-14 {
		right: 77.77777778%;
	}
	.col-lg-pull-13 {
		right: 72.22222222%;
	}
	.col-lg-pull-12 {
		right: 66.66666667%;
	}
	.col-lg-pull-11 {
		right: 61.11111111%;
	}
	.col-lg-pull-10 {
		right: 55.55555556%;
	}
	.col-lg-pull-9 {
		right: 50%;
	}
	.col-lg-pull-8 {
		right: 44.44444444%;
	}
	.col-lg-pull-7 {
		right: 38.88888889%;
	}
	.col-lg-pull-6 {
		right: 33.55555533%;
	}
	.col-lg-pull-5 {
		right: 27.77777778%;
	}
	.col-lg-pull-4 {
		right: 22.22222222%;
	}
	.col-lg-pull-3 {
		right: 16.66666667%;
	}
	.col-lg-pull-2 {
		right: 11.11111111%;
	}
	.col-lg-pull-1 {
		right: 5.55555556%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-push-18 {
		left: 100%;
	}
	.col-lg-push-17 {
		left: 94.44444444%;
	}
	.col-lg-push-16 {
		left: 88.88888889%;
	}
	.col-lg-push-15 {
		left: 83.55555533%;
	}
	.col-lg-push-14 {
		left: 77.77777778%;
	}
	.col-lg-push-13 {
		left: 72.22222222%;
	}
	.col-lg-push-12 {
		left: 66.66666667%;
	}
	.col-lg-push-11 {
		left: 61.11111111%;
	}
	.col-lg-push-10 {
		left: 55.55555556%;
	}
	.col-lg-push-9 {
		left: 50%;
	}
	.col-lg-push-8 {
		left: 44.44444444%;
	}
	.col-lg-push-7 {
		left: 38.88888889%;
	}
	.col-lg-push-6 {
		left: 33.55555533%;
	}
	.col-lg-push-5 {
		left: 27.77777778%;
	}
	.col-lg-push-4 {
		left: 22.22222222%;
	}
	.col-lg-push-3 {
		left: 16.66666667%;
	}
	.col-lg-push-2 {
		left: 11.11111111%;
	}
	.col-lg-push-1 {
		left: 5.55555556%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-offset-18 {
		margin-left: 100%;
	}
	.col-lg-offset-17 {
		margin-left: 94.44444444%;
	}
	.col-lg-offset-16 {
		margin-left: 88.88888889%;
	}
	.col-lg-offset-15 {
		margin-left: 83.55555533%;
	}
	.col-lg-offset-14 {
		margin-left: 77.77777778%;
	}
	.col-lg-offset-13 {
		margin-left: 72.22222222%;
	}
	.col-lg-offset-12 {
		margin-left: 66.66666667%;
	}
	.col-lg-offset-11 {
		margin-left: 61.11111111%;
	}
	.col-lg-offset-10 {
		margin-left: 55.55555556%;
	}
	.col-lg-offset-9 {
		margin-left: 50%;
	}
	.col-lg-offset-8 {
		margin-left: 44.44444444%;
	}
	.col-lg-offset-7 {
		margin-left: 38.88888889%;
	}
	.col-lg-offset-6 {
		margin-left: 33.55555533%;
	}
	.col-lg-offset-5 {
		margin-left: 27.77777778%;
	}
	.col-lg-offset-4 {
		margin-left: 22.22222222%;
	}
	.col-lg-offset-3 {
		margin-left: 16.66666667%;
	}
	.col-lg-offset-2 {
		margin-left: 11.11111111%;
	}
	.col-lg-offset-1 {
		margin-left: 5.55555556%;
	}
	.col-lg-offset-0 {
		margin-left: 0%;
	}
}


/* - - > RESPONSIVENESS < - - */




@media (min-width: 1859px) {

	#blog .blog-container{
		width: 1445px;
	}

	#blog .post-item{
		width: 340px;
	}

	#blog .post-thumb img{
		width: 100%;
	}
}


@media screen and (max-width: 1025px) {

	#blog .post-wrap{
		min-height: 600px;
	}

	.post-wrap {
		margin-bottom: 35px;
	}
    .ss2.slider-slide {
padding-top: 0px;
}
    .settings-display {
padding: 80px 6%;
}

}



@media (min-width: 992px) {
    .ranks-filters{
        padding: 0 12px;
    }
	.interests-popup .modal-dialog {
		width: 940px!important;
	}
	.interests-popup .modal-dialog .modal-content {
		width: 940px!important;
	}
	.interests-popup .choose-interests-popup .categories {
		margin-bottom: 49px;
	}
	.interests-popup .choose-interests-popup .cat-menu a {
		padding-left: 30px;
		padding-right: 30px;
	}
	.interests-popup .choose-interests-popup ul {
		padding-left: 80px;
		padding-right: 80px;
	}

}

@media screen and (max-width: 830px) {
	.rank-filters-wrap .ranks-filters .col-left, .rank-filters-wrap .ranks-filters .col-mid {
		width: 30%;
	}
	.rank-filters-wrap .ranks-filters .col-right {
		width: 40%;
	}
}

@media screen and (min-width: 768px) {
	.settings-tab{
	padding: 4rem 3rem 50px!important;
	}
	.settings-display #settings .btn-submit {
		margin-top: 50px;
	}
	.interests-popup .modal-dialog {
		width: 720px;
	}
	.interests-popup .modal-dialog .modal-content {
		width: 720px;
	}
	.interests-popup .choose-interests-popup {
		height: 460px;
		overflow: auto;
	}
	.interests-popup .choose-interests-popup .categories {
		margin-bottom: 39px;
	}
	.interests-popup .choose-interests-popup .cat-menu {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
	.interests-popup .choose-interests-popup .sub-cat {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		font-size: 0;
		background-color: #f0f0f0;
	}
	.interests-popup .choose-interests-popup .sub-cat ul {
		padding-left: 40px;
		padding-right: 40px;
	}
	.interests-popup .choose-interests-popup .sub-cat li {
		display: inline-block;
		vertical-align: top;
		width: 25%;
	}
}


@media (max-width: 767px) {
	.user-home-interests .categories .category-item {
		width: 100px;
	}
	.user-home-interests .categories .category-item .title {
		font-size: 11px;
	}
    .ch_acc_wr .dropdown{
    width: 100%;
        max-width:300px;
}
	#toTopBtn {
		visibility: visible;
			bottom: 25px;
	right: 25px;
	}
	main {
		/* padding-left: 10px; */
		/* padding-right: 10px; */
	}
	.interests-popup {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.interests-popup .choose-interests-popup {
		padding: 20px 0;
	}
	.interests-popup .choose-interests-popup .sub-cat {
		margin-left: -15px;
		margin-right: -15px;
		background-color: #f0f0f0;
	}
    #blog .blog-container{
padding-top: 120px;
    }
}

@media screen and (min-width: 660px) and (max-width: 959px) {
	.ranks-posts-wrapper {
		width: 660px;
	}
}

@media screen and (max-width: 659px) {
	.post-wrap {
		margin-top: 30px;
		padding: 0;
	}
	.post-item {
		max-width: 100%;
	}
	.post-thumb img {
		-webkit-transition: opacity 0.7s ease-in-out;
		transition: opacity 0.7s ease-in-out;
	}
}


@media screen and (max-width: 600px) {

	h1{
		font-size: 41px;
	}
    .singup-wrap {
background: rgba(0, 0, 0, 0.22);
        height: 200px;
}
    .singup-nav a {

		line-height: 56px;
		padding: 5px 12px;
	}
	.ss1 h1 {
		margin: 20px 40px 70px;
	}

	.header-logo {
		margin-top: 0px;
		position: initial;
	}

	.header-title {
		font-size: 40px;
		line-height: initial;
		position: initial;
		transform: none;
		width: 100%;
		margin-top: 10px;
	}

	.singup-nav {
		float: none;
		margin: auto;
		display: block;
	} 

	header .content {
		text-align: center
	}

	.singup-wrap .content {
		height: 240px;
		padding: 10px 0px
	}

	.header-logo{
		margin: 20px auto;
		position: static;
		display: block;
		text-align: center;
	}

	.sign-up-content {
		padding: 50px 25px
	}

	.sign-up-content .sigh-up-form {
		padding: 50px 0px 0px 0px
	}

	.sign-up-content .sigh-up-features svg,
	.sign-up-content .sigh-up-features p {
		display: block;
		margin: 10px auto
	}
    #hero1 {
height: 470px;
}
}


/* ---/ ÃƒÆ’Ã‚ÂÃƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÆ’Ã‚ÂÃƒâ€¦Ã‚Â¡ÃƒÆ’Ã‚ÂÃƒâ€¹Ã…â€œ ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¢ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒÆ’Ã‚ÂÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¤ÃƒÆ’Ã‚ÂÃƒâ€¦Ã‚Â¾ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚ÂÃƒâ€¹Ã…â€œ \--- */

@media screen and (max-width: 490px) {

    #reg_user_switch, #reg_business_switch{
        font-size: 20px;/* padding: 0 10px; */
        
    }
      
    .singup-nav a, .register_as {
		font-size: 20px;
		line-height: 40px;
		padding: 5px 12px;
	}

	.ss1 h1 {
		margin: 20px 40px 70px;
	}

	.has-icon .form-control{
		padding-left:20px;
	}
	.re-pass {
		margin-top: 33px;
	}
	.switch {
		text-align: center;
		line-height: 30px;
		font-size: 18px;
	}

	.switch span {
		display: block;
	}

	input{
		display: block;
	}

	.slider-slide{
		padding-top: 40px;
	}

	.icon{
		display:none;
	}
}

@media screen and (min-width: 490px) {
    .register_as{
        font-size:23px;
    }
}

.chat-messages {
	padding-top: 80px;
	position: relative
}

.chat-messages .mCSB_container {
	position: relative
}

.chat-messages .layout {
	position: absolute;
	font-family: Lato;
	font-size: 36px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #303030;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur( 7.5px );
-webkit-backdrop-filter: blur( 7.5px );
border-radius: 10px;
border: 1px solid rgba( 255, 255, 255, 0.18 );}

.chat-messages .layout:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .7;
	background-color: #fff;
	z-index: 2
}

.chat-messages .layout div {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9
}

.chat-messages .msg p {
	color: #646464;
	line-height: 1.3;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 10px 22px 0 rgba(0, 0, 0, 0.1)
}

.chat-messages .msg .time {
	display: block;
	margin: 10px 0 5px;
	color: #bcbcbc;
	font-size: 13px;
	text-align: left;
	font-style: initial
}

.chat-messages dd,
.chat-messages dt {
	display: table
}

.chat-messages dd {
	width: 100%
}

.chat-messages dt .msg p {
	border-bottom-left-radius: 0
}

.chat-messages dd .msg p {
	border-bottom-right-radius: 0
}

@media (max-width:767px) {
	body.no-overflow {
		overflow: hidden;
		position: relative
	}
	.chat-users-list .name {
		display: none
	}
	#online-chat {
		top: 100px;
		left: 100%;
		z-index: 334;
		border-radius: 10px
	}
	#online-chat.chat-opened {
		right: 0;
		left: calc(100% - 70px)
	}
	#online-chat.chat-opened .chat-users {
		width: 70px
	}
	#online-chat.chat-opened.messages-open {
		left: 0
	}
	#online-chat .chat-users {
		padding-top: 0
	}
	.chat-messages {
		width: 100%;
		padding-top: 0
	}
	.chat-messages .layout {
		font-size: 26px
	}
	.chat-messages .msg {
		width: 220px;
		min-width: 100px;
		max-width: 220px
	}
	.chat-messages dd {
		text-align: right
	}
	.chat-messages dd>div {
		display: inline-block !important
	}
	.chat-messages.opened {
		width: calc(100% - 70px)
	}
	.comments-wrap .mCSB_scrollTools_vertical {
		display: none !important
	}
	#add-post .post-footer .tooltip {
		margin-top: 0;
	}
}

@media (max-width:400px) {
	.chat-messages dd>div {
		display: table-cell !important
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	display: block;
	max-width: 100%;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word
}

.comment-text,
.answer-text {
	display: block;
	max-width: 100%;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word
}

#blog #choose_feed_category {
	padding: 60px 0;
border-radius: 20px;overflow: hidden;background-color: #ececec;}

#blog #posts ul.cat-menu li {
	width: 190px;
	padding-bottom: 1px;}

#blog #posts .post-thumb .post-stats,
#blog .profile-container .post-thumb .post-stats {
	vertical-align: middle;
	padding: 0 30px;
	margin-bottom: 40px;
	width: 100%;
	top: 50%;
	/* transform: translateY(-50%); */
	position: absolute;
	text-transform: uppercase;
	text-align: center;
    
}
#blog #posts .post-thumb .post-stats{
    display:none;
}

#blog #posts .post-thumb .post-stats p,
#blog .profile-container .post-thumb .post-stats p {
	font-family: Lato;
	font-size: 16px;
	font-weight: 300;
	color: #646464;
	padding: 0;
	margin-bottom: 22px;
	display: block
}

#blog #posts .post-thumb .post-stats p .tooltext,
#blog .profile-container .post-thumb .post-stats p .tooltext {
	text-transform: initial;
	font-weight: initial;
	font-size: initial
}

#blog #posts .post-thumb .categorizePost,
#blog .profile-container .post-thumb .categorizePost {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
}

.categorizePost{
color: red;
font-weight: bold;
letter-spacing: 1px;
font: caption;
margin-bottom: 28%;
font-size: 1rem;
}

#blog #posts .post-thumb .categorizePost a,
#blog .profile-container .post-thumb .categorizePost a {
	text-align: center;
	position: relative;
	text-decoration: underline
}

#blog #posts .post-thumb .categorizePost a span.text,
#blog .profile-container .post-thumb .categorizePost a span.text {
	font-weight: 900;
	font-family: Lato;
	font-size: 16px;
	color: #fe011f
}

#blog #posts .post-thumb .date,
#blog .profile-container .post-thumb .date {
	font-family: Lato;
	font-size: 16px;
	font-weight: 300;
	color: #646464
}

#blog #posts .post-thumb.empty-category .post-stats,
#blog .profile-container .post-thumb.empty-category .post-stats {
	top: 25%;}

#blog #posts .post-thumb.empty-category .date,
#blog .profile-container .post-thumb.empty-category .date {
	bottom: 50px
}

@media (max-width:1120px) {
	.sm-modal,
	.pp-modal {
		width: 90%
	}
	.share:hover a,
	.share.hover a {
		margin: 0 8px
	}
}

@media (max-width:576px) {
	.sm-modal{
	    padding:30px;
	}
	.modal-header h1 {
padding: 15px 15px 20px;
min-height: 16px;
font-size: 1.6rem!important;
line-height: 2rem!important;
padding-bottom:30px;
}
.reg-forms h3{
    font-size:20px!important;
}
}

@media (max-width:991px) {
	.choose-interests .cat-menu span.badge {
		top: -10px
	}
	#blog #posts ul.cat-menu li {
		width: 120px
	}
	.external-post-preview .modal-post-wrapper {
		overflow: scroll !important;
		-webkit-overflow-scrolling: touch !important
	}
}

@media (max-width:767px) {
        .video-post-preview #iframe_wrapper{
        /* height:300px!important; */
    }
    .video-post-preview .modal-post-wrapper{
        width: 90%;
    }
	#blog #posts .choose-interests {
		/* margin-left: -10px; */
		margin-right: -10px;
		/* margin-bottom: 10px; */
	}
	#blog #posts ul.cat-menu li {
		width: 100px
	}
    #blog #posts ul.cat-menu li {
padding-bottom: 20px;
}
	#site-content .add-feed-wrapper {
		width: 100%
	}
	#site-content .form-group.add-link {
		min-width: 100%;
		max-width: 100%
	}
	#feed_modal .modal-content-wrapper {
		overflow: hidden
	}
	.rank-filters-wrap {
		height: auto;min-height: 100px;
		margin-top: 0;
		margin-bottom: 0px;
	}
	.rank-filters-wrap .tooltip {
		margin-top: 0 !important
	}
	#blog .post-wrap {
		margin-top: 40px;}
	.rank-filters-wrap .ranks-filters .col-left,
	.rank-filters-wrap .ranks-filters .col-mid,
	.rank-filters-wrap .ranks-filters .col-right {
		width: 33%;
		display: inline-block;
		text-align: center
	}
	#post-modal {
/*		overflow-y: scroll;*/
		min-height: 0;
		margin-bottom: 0
	}
	.external-post-preview .modal-post-wrapper,
	.external-post-preview,
	.internal-post-preview,
	.external-post-preview iframe {
		height: 100%
	}
	#blog .showPosts .post-item,
	#blog .showPosts .post-sizer {
		width: 80%
	}
	#blog .showPosts .post-item {
		padding: 5px 5px;
		left: inherit!important;
	}
	#blog .tease-footer {
		padding: 10px 15px 20px;}
	#blog .post-box.loaded .post-thumb:hover .post-header, #blog .hovered .post-box.loaded .post-header {
		opacity: 1;
		transform: translateY(-65%);line-height: 1.4em;
	}
    #blog .post-title{
/*        font-size:16px;*/
        padding: 14px;
    }
	#feed_modal .internal-post-preview .blog-title-field h2 {
		margin-bottom: 10px;
		margin-top: 0;
	}
	#feed_modal .internal-post-preview .blog-title-field {
		height: auto;display: block;margin-top: 50px;
	}
    .feed-addr {
margin-top: 0px;margin-bottom: 50px;
}
	.tooltip.tooltip-right .tooltext {
		left: initial;
		right: 0;
		transform: none;
		border-bottom-right-radius: 0;
	}
	.tooltip.tooltip-right .tooltext::after {
		display: none;
	}
}

.visible-xs {
	display: none !important
}

.add-feed-wrapper .add-link .icon {
	display: block !important;
    background-color: rgba(242, 242, 242, 0.9);
    border: 2px solid #cbcbcb;
}

.add-feed-wrapper .add-link .icon input {
	display: inline-block !important
}

.add-feed-wrapper .add-link .icon input:focus, .add-feed-wrapper .add-link .icon input:active {
display: inline-block !important;
    border-radius: 0 30px 30px 0;
    background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;padding-bottom: 7px;padding-right: 26px;/* margin-right: -10px; *//* height: 50px; */
}

.user-home-interests ul.cat-menu a.cat-select {
	margin-bottom: 0
}

.user-home-interests ul.cat-menu li.main-category-item.active a .title {
	opacity: 1;
}

#blog #posts .add-custom-feed, #blog #posts #add-user-feed-wrapper {
	margin-top: 30px;}

@media (min-width:768px) {
	.user-home-interests .cat-menu .main-category-item:first-child {
		margin-left: 30px
	}
        .video-post-preview #iframe_wrapper{
        height:500px!important;
    }

}

.user-home-interests .cat-menu .main-category-item:last-child {
	margin-right: 30px
}

@media (max-width:767px) {
    
    .form-group.agreement label{
        display: block;
    }
    .form-group.agreement input{
        margin-bottom: 5px;
    }
	.external-post-preview,
	.internal-post-preview {
		height: calc(100vh - 115px)
	}
    .switch-text {
        padding:0;
    }
	#blog #posts .post-thumb .post-stats {
		padding: 0
	}
	#site-content {
		padding-left: 0;
		padding-right: 0
	}
	#register .switch .col-left {
		width: 22%
	}
	#register .switch .col-right {
		width: 45%
	}
	.switch {
		max-width: 100%;
	padding-left: 10px;padding-right: 10px;}
	.singup-nav.pass-forgotten {
		margin-top: 40px;
	}
	#switch-chat.active .header-icon {
		opacity: 1
	}
	.external-post-preview,
	.internal-post-preview,
	.external-post-preview iframe {
		max-height: 500px
	}
	.col-left .tooltext {
		left: 0;
		border-bottom-left-radius: 0;
		transform: translateX(0);
	}
	.col-left .tooltext::after {
		display: none
	}
	.col-right .tooltext::after {
		display: none
	}
	#feed_modal .post-footer .tooltext::after {
		display: none
	}
	.col-right .tooltext {
		left: initial;
		right: 0;
		border-bottom-right-radius: 0;
	    transform: translateX(0);
	}
	.visible-xs {
		display: block !important;
	text-align: revert;}
	.hidden-xs {
		display: none !important
	}
	#feed_modal .comment .user-img {
		margin-right: 0;
		float: left
	}
	#feed_modal .comment .subanswer-img .user-img {
		float: right
	}
	.add-comment-field {
		width: 100%;
		max-width: 490px;
		height: 130px
	}
	.sm-modal,
	.pp-modal {
		width: 100%
	}
	.close-modal {
		top: 0;
		right: 0px;
		color: #a9a9a9;
	}
	body.fullscreen #addBlogItem {
		width: 100%
	}
	.settings-display #settings .btn-submit {
		margin-top: 70px
	}
	.tooltip {
		order: 2;
		margin: auto
	}
	.tooltip {
		/* margin-top: 15px
	 */}
	.tooltip:first-child {
		/* margin-top: 35px
	 */}

		.post-footer{
		display: flex;
    justify-content: space-between;
		}
	 .post-footer .col-left, .post-footer .col-mid, .post-footer .col-right{
/*	     float:left;*/
	 }
	.post-footer .col-right {
		position: relative;
		min-width: 70px
	}
	.post-footer .col-right .share {
		transform: rotate(270deg);
		position: absolute;
		top: -100px;
		left: initial;
		right: -100px;
		z-index: 99
	}
	.post-footer .tooltip.post-info {
		padding-top: 0;
		top: 10px;
		right: 49px;}
	.post-footer .share a {
		transform: rotate(90deg);
		visibility: hidden
	}
	.post-footer .share span {
		transform: rotate(90deg);
		z-index: 9;
		left: 0;
		line-height: 40px;
		width: 40px !important;
		height: 40px;
		border-radius: 50%;
		text-align: center;
		display: block;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3)
	}
	.post-footer .share.hover nav a {
		visibility: visible
	}
	label[for="reccomend-btn"] {
		order: 1
	}
	.post-author,
	#post-info {
		float: none;
	}
	.form-group {
		margin-bottom: 25px;}
    .ss2.slider-slide {
padding-top: 0px!important;
}

	.form-wrap {
		padding: 80px 30px 50px;
		width: 80%
	}
	.internal-post-preview {
		padding: 30px 20px;
		padding-bottom: 0;
		max-height: 70vh!important;
	}
	#feed_modal .internal-post-preview.video-post-preview #iframe_wrapper {
		 height: 210px;}

	label.has-dropdown .dropdown-open {
		width: 30px;
		padding-left: 0;
		right: 10px;
	}
}

@media (max-width:550px) {
	#blog .post-box.loaded .post-thumb img {
		min-height: 150px;
		max-height: 400px
	}
	#blog #posts .post-thumb.empty-category .post-stats {
		top: 30%
	}
	#blog #posts .post-thumb .post-stats {
		top: 40%
	}
	#blog #posts .post-thumb .post-stats p {
		font-size: 12px;
		margin-bottom: 5px
	}
	#blog #posts .post-thumb.empty-category .date {
		bottom: 30px
	}
	.rank-filters-wrap .ranks-filters .col-left,
	.rank-filters-wrap .ranks-filters .col-mid,
	.rank-filters-wrap .ranks-filters .col-right {
		width: auto
	}
	.rank-filters-wrap label {
		font-size: 13px !important
	}
	#add_comment_button {
		margin-top: 0
	}
	#feed_modal .follow-discussion {
		clear: both
	}
}

@media (max-width:450px) {
	.rank-filters-wrap {
		padding: 0 0
	}
	.post-footer .col-left {
		width: 25%
	}
	.post-footer .col-mid {
		width: 50%
	}
	.post-footer .col-right {
		width: 25%
	}
}

@media (max-width:410px) {
	.post-footer {
		padding-left: 10px;
		padding-right: 10px
	}
	.rank-filters-wrap label {
		padding: 9px 12px !important;
		font-size: 12px !important
	}
	.rank-filters-wrap label.has-dropdown {
		padding: 9px 43px 9px 15px!important;
	}
	label.has-dropdown .dropdown-open {
		width: 30px;
	}
	.dropdown-open.opened .dropdown-box#oranks-submenu {
		
	    width: auto;
	    border-top-left-radius: 0;
	    top: 45px!important;
	    transform: none;
	}
	.hidden-xxs {
		display: none
	}
	.internal-post-preview {
		padding: 10px 10px;max-height: 300px;
	}
	#feed_modal .internal-post-preview:not(.user-post-preview) #iframe_wrapper {
		/* height: 100%; */height: 230px!important;}
	.tooltip .tooltext {
		width: auto;}
    .dropdown-open .icon-Anchor{right: 0px;position: relative;
        
    }
}

@media (max-width:319px) {
	.rank-filters-wrap label.has-dropdown {
		padding: 9px 41px 9px 15px !important;
	}
    label.has-dropdown .dropdown-open {
width: 26px;
}
}


/* -------------------------- */
/* Post Editor */
/* --------------------------- */
.btn-editor-group {
	position: relative;
	display: inline-block;
	vertical-align: middle;border-radius: 20px;margin: 0 1px;
}
.btn-editor-group>.btn-ed:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;margin-right: -2px;
}
.btn-editor-group>.btn-ed:last-child:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;margin-left: -2px;
}
.btn-editor-group>.btn-ed:first-child {
	margin-left: 0;
}
.btn-editor-group>.btn-ed:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
}
.btn-editor-group-vertical>.btn, .btn-editor-group>.btn {
	position: relative;
	float: left;
}
.btn-ed {
	display: inline-block;
	padding: 5px 10px;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	/* border: 2px solid #a9a9a9; */
	border-radius: 20px;
}
.btn-editor {
	color: #555;
	background-color: rgba(255, 255, 255, 0.86);
	/* border-color: #a9a9a9; */
}
.btn-editor:hover {
	color: #555;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.insrt_img_opt td{
    text-align: left;min-width: 60px;
    color: #737373;
    font-size: 1em;
    height: 60px;
}

.insrt_img_opt td input, .insrt_img_opt td select{
	width: 90%;
	margin-left: 10%;
    border-radius: 20px;
    font-size: 1.1em;
    color: #737
    overflow: hidden;
    border: 2px solid #bcbcbc;
    height: 40px;
    padding-left: 20px;
}

/* Bootstrap tooltips */
body > .tooltip.top {
	padding: 5px 0;
	margin-top: -3px;
}
body > .tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px;
}
body > .tooltip.in {
	filter: alpha(opacity=90);
	opacity: .9;
}
body > div.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	filter: alpha(opacity=0);
	opacity: 0;
	line-break: auto;
}
body > div.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
body > div.tooltip .tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: #0000;
	border-style: solid;
}
body > div.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
body > div.tooltip .tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px;
}

#post_texteditodiv {
	position: relative;
	height: 100%;
}
#post_texteditodiv input {
	display: inline-block;
}
#add-post-modal .modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition:      -o-transform .3s ease-out;
	transition:         transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
}
#add-post-modal .modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
#add-post-modal .modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}
#add-post-modal .modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	/* border: 1px solid #999; */
	/* border: 1px solid rgba(0, 0, 0, .2); */
	border-radius: 25px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
#add-post-modal .modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}
#add-post-modal .modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0;
}
#add-post-modal .modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5;
}
#add-post-modal .editor-modal {
	z-index: -1;
	margin: 10px auto auto auto;
	position: absolute;
	/* top: 0; */
	top: 57%;
	transform: translateY(-50%);
	left: 0;
	bottom: 0;
	right: 0;min-width: 300px;
	max-width: 600px;
	transition: all .7s;
}
.editor-modal input{
    margin: 20px 30px;
    width: 100%;
}
.editor-modal .btn{
    margin-bottom: 30px!important;
    padding: 10px 20px;
}
#add-post-modal .editor-modal.in {
	z-index: 1000;
}
#post_texteditodiv .editor-body {
	height: 100%;
}

.editor-body iframe{
border-color: transparent!important;
    border-radius: 20px;height: 100%!important;
background-color: #fff;
/*-webkit-box-shadow: 1px 1.732px 0px 0px rgba(255, 255, 255, 0.392), inset 0px 3px 7px 0px rgba(169, 169, 169, 0.392)!important;
box-shadow: 1px 1.732px 0px 0px rgba(255, 255, 255, 0.392), inset 0px 3px 7px 0px rgba(169, 169, 169, 0.392)!important;
-webkit-transition: all .3s!important;*/
transition: all .3s!important;
}

#add-post .intrl-wrp-btns {
/*position: fixed;*/
/*bottom: 8.4rem;*/
left: 0;
/* display: block; */
right: 0;
}

@media screen and (max-width: 576px) {
#add-post .intrl-wrp-btns{
	bottom: 0px;
}
}

#add-post .intrl-wrp-btns .editor-footer {
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	max-width: 100%;
	width: 970px;
	z-index: 9;
	pointer-events: none;
}

#add-post #address-btns-wrap label {
background-color: #fff;
pointer-events: all;
border: 2px solid #a9a9a9;
}

#add-post .intrl-wrp-btns .editor-footer #address-wrapper #address-btns-wrap .mCSB_scrollTools_horizontal {
	visibility: hidden!important;
}
#add-post .intrl-wrp-btns .editor-footer #address-wrapper {
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 20px;
}

#add-post .intrl-wrp-btns .editor-footer #address-wrapper .select2 {
	pointer-events: all;
}

#address-wrapper-new{
	  margin-top: -40px;
    margin-bottom: 30px;
}

#add-post .editor-modal select {
	display: inline-block;background-color: white;border-radius: 40px;
}

#add-post .editor-controls .mCSB_scrollTools_horizontal {
	visibility: hidden!important;
}

#add-post .editor-controls {
    display: inline-block;
    pointer-events: all;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
    vertical-align: top;
}

#add-post #addr-sel-wrp {
	display: inline-block;
	margin-right: 5px;
}

#add-post #addr-sel-wrp .select2-container--default .select2-selection--single {
	height: 42px;border: 2px solid rgba(188, 188, 188, 1);padding: 9px 18px;background-color: white!important;border-radius: 43px;font-weight: 300;
}

#add-post #addr-sel-wrp .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 20px;
}

#blog .post-box.loaded .post-thumb:hover .loc{
opacity: 1;
transform: translateY(-30px);
}

.last_month{
    display:none;
}

#orank-btnname strong{
    color:#4E8FF8;
}

.fullwidth_note{
    padding-left:15%;  
    padding-right:15%;
    color:#646464;
}
#postImages {
    position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.register-content #tabs ul li, .ui-tabs-nav li{
/*    display:inline-block;*/
    margin: 10px 30px;
}

.choose-interests.user-home-interests{
/*	display: none!important;*/
}

.btn.close_text{
	color: white;
font-weight: bold;
}

/*Delete  modal*/
.swal2-container.swal2-center>.swal2-popup{
	border-radius: 20px!important;
}

.swal2-icon.swal2-warning{
	color: red!important;
	border-color: red!important;
}

.secondary_btn .swal2-actions:not(.swal2-loading) .swal2-styled{
		color: #555;
		border: 2px solid #a9a9a9;
	  color: #525252 !important;
    box-shadow: 0px 3px 7px #555 !important;
    border-radius: 60px !important;
    padding: 0.6rem 1.3rem !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase;
    white-space: nowrap;
}

.obutton, .swal2-styled.swal2-confirm { 
background: #ffffff !important;
color: #3c3c3c !important;
box-shadow: 0px 3px 7px rgba(255, 193, 6, 0.34)!important;
border-radius: 60px !important;
padding: 13px 30px!important;
font-weight: normal;
font-size: 18px;
letter-spacing: 1px !important;
text-transform: uppercase;
white-space: nowrap;
transition: background .3s,border .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);
/*
    display: inline-flex;
    font-size: 13px;
    letter-spacing: 0px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    text-decoration: none !important;
    background-color: #fff;
    color: #4992F0 !important;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    justify-content: center;
    padding: 16px 32px;
    height: 48px;
    text-align: center;
*/
    transition: background .3s,border .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);
    color: #777 !important;
    font-weight: 600;
    border: 4px solid #fff !important;
}

.obutton.border{
	border: 3px solid #a9a9a9!important;
}

.obutton:hover{
}

.btn.obutton{
	/* padding: 0.6rem 3rem !important; */
	/* width: fit-content !important; */
	padding-top: 0.6rem !important;
	max-width: 400px!important;
	padding-bottom: 0.6rem !important;
	border-color: #525252!important;
	font-weight: 600!important;
	box-shadow: rgba(112, 112, 112, 0.3) 0px 8px 6px!important;
	-webkit-box-shadow: rgba(112, 112, 112, 0.3) 0px 8px 6px!important;
	position: relative!important;
	text-align: center;
	transition: 0.3s!important;
	letter-spacing: .2px!important;
}

.btn.obutton:hover{
background-color: #a9a9a9!important;
color: white!important;
transform: translateY(-4px);
box-shadow: rgba(112, 112, 112, 0.3) 0px 10px 12px!important;
-webkit-box-shadow: rgba(112, 112, 112, 0.3) 0px 10px 12px!important;
border-color: transparent!important;
}

.btn.obutton:active{
transform: translateY(3px);
box-shadow: rgba(112, 112, 112, 0.7) 0px 2px 3px;
-webkit-box-shadow: rgba(112, 112, 112, 0.7) 0px 2px 3px!important;
transition: 0.3s!important;
}


@media (max-width: 576px){
    padding: 0.6rem 1rem !important;
}



/* PRICING TABLES */
section {
    /* Old - #7a90ff & #525cbe;*/
    padding-bottom: 2rem;
    /* min-height: 100vh; */
    position: relative;
    -webkit-font-smoothing: antialiased;
    min-height: 3rem;
}

.pricing, .showPosts {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}

.pricing-item {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    text-align: center;
    -webkit-flex: 0 1 330px;
    flex: 0 1 330px;
}

.pricing-action {
    color: inherit;
    border: none;
    background: none;
    cursor: pointer;
}

#pricing .tooltip .tooltext {
    background-color: #525cbe;
    color: white;
}

#pricing .tooltip .tooltext::after {
    border-color: #525cbe transparent transparent transparent;
}

.pricing-action:focus {
    outline: none;
}

.pricing-feature-list {
    text-align: left;
}

.pricing-palden .pricing-item {
    cursor: default;
    /*color: #84697c;*/
    background: rgba(255, 255, 255, 0.87);
    box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(7px);
    margin-bottom: 20px;
}

@media screen and (min-width: 66.25em) {
    .pricing-palden .pricing-item {
        margin: 1em 0.5em;
    }

    .pricing-palden .pricing__item--featured {
        margin: 0;
        z-index: 7;
        box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
    }
}

.pricing-palden .pricing-deco {
    border-radius: 40px 40px 0 0;
/*    background: linear-gradient(to bottom right, rgba(64, 151, 248, 0.95), rgba(10, 241, 199, 0.4));*/
/*    background: linear-gradient(to bottom right, rgba(64, 151, 248, 0.95), rgba(10, 241, 199, 0.4));*/
/*    background: linear-gradient(to bottom right, rgba(174, 248, 64, 0.95), rgba(30, 127, 21, 0.4));*/
    padding: 4em 0 2.26em;
    position: relative;
}

.pricing-palden .pricing-deco-img {
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 160px;
}

.pricing-palden .pricing-title {
    font-size: 1em;
    margin: 0;
    font-weight: 900;
    letter-spacing: 5px;
    color: rgb(93, 93, 173);
}

.pricing-palden .deco-layer {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.pricing-palden .pricing-item:hover .deco-layer--1 {
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
}

.pricing-palden .pricing-item:hover .deco-layer--2 {
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0);
}

.pricing-palden .icon {
    font-size: 2.5em;
}

.pricing-palden .pricing-price {
    font-size: 4rem;
    font-weight: bold;
    padding: 0;
    /* color: #fff; */
    margin: 0 0 0.25em 0;
    color: rgb(93, 93, 173);
    text-shadow: 0 7px 11px hsla(0, 11.73%, 36.25%, 0.27);
}

.pricing-palden .pricing-currency {
    font-size: 0.15em;
    vertical-align: top;
}

.pricing-period {
    font-size: 0.8em;
    padding: 0 0 0 0.5em;
    font-style: italic;
}

.pricing-palden .pricing__sentence {
    font-weight: bold;
    margin: 0 0 1em 0;
    padding: 0 0 0.5em;
}

.pricing-palden .pricing-feature-list {
    margin: 0;
    padding: 0.25em 2em 2.5em;
    list-style: none;
    text-align: center;
    color: #555;
}

.pricing-palden .pricing-feature {
    padding: 0.5em 0;
    line-height: 1.4rem;
}

.pricing-feature img {
    margin: -7px 3px 0px;
}

.pricing-palden .pricing-action {
    font-weight: bold;
    margin: auto 25px 2em;
    /* padding: 1em 2em; */
    color: #fff;
    max-width: 100%;
    border-radius: 30px;
    font-size: 17px;
    background: #a9a9a9;
    /* background: linear-gradient(135deg, #45A5F1, #45A5F1); */
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    transition: all 350ms ease-in-out;
    -webkit-box-shadow: 0 4px 4px #aaaaaa, inset 0 1px 0 #ffffff;
    box-shadow: 0 4px 4px rgba(170, 170, 170, 0.52), inset 0 1px 0 #ffffff;
    background-image: -webkit-ease-in-out-gradient(top, #eeeeee 0, #eeeeee 100%);
    background-image: ease-in-out-gradient(to bottom, #eeeeee 0, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffeeeeee', GradientType=0);
}

.pricing-palden .pricing-action:hover, .pricing-palden .pricing-action:focus {
    /* background: linear-gradient(135deg, #fd7d57, #f55d59); */
}

.pricing-palden .pricing-item--featured .pricing-deco {
    padding: 5em 0 8.885em 0;
}

/* PP Buttons */
.icon-PP {
    background-image: url(images/svg/PP.svg);
    background-size: cover;
    display: inline-block;
    height: 15px;
    width: 15px;
}

.paypal-icons-wr {
    height: 21px;
    max-height: 27px;
    min-height: 18px;
}

.paypal-icons-wr img, .paypal-icons-wr span {
    height: 100%;
    text-transform: none;
}

.paypal.btn.btn-default, .paypal-cc.btn.btn-default {
    background: #ffc439;
    color: #555;
    max-width: 300px;
    width: 84%;
    margin: 10px auto;
}

.paypal-cc.btn.btn-default {
    background: #294595;
    color: white;
}

.paypal-powered-by {
    text-align: center;
    margin: 10px auto 30px;
    height: 14px;
    font-family: PayPal-Sans, HelveticaNeue, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    color: #7b8388;
    position: relative;
    bottom: 3px;
}

.paypal-button-text immediate {
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    line-height: 16px;
}

.paypal-powered-by img {
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    line-height: 16px;
}

.card.h-100 {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none; 
    border-radius: 1.25rem;
    margin: 20px;
}

.card-text {
	font-size: 1.4rem;
}

.list-group-item {
	padding: .7rem 1rem;
	background-color: transparent!important;
}

.period,.pricing_note{
	color: rgb(93, 93, 173)!important;
}

.pricing-cont.container-fluid{
	height: 130%;
padding-top: 60px;
}

.list-group-item {
margin: 0 20px;
}

.card.h-100 p{
    padding: 5px 10px 30px;
}

.card-body {
	padding: 1rem 1rem 0rem;
}

.list-group-flush>.list-group-item{
		line-height: 1.4;
} 

.profile_page .badge{
	display: none!important;
}

body > .pricing-cont.container-fluid < {
	background: linear-gradient(90deg, #00C9FF 0%, #92FE9D 100%)!important;
}

.post-profile-image.post-author{
    margin-top: 0!important;
}

@media (max-width: 576px){
	.internal-post-preview{
		height: 77vh!important;
	}

	#feed_modal .iframe-error-wrapper{
		height: 77vh;
	}

	.post-footer{
		margin-bottom: 40px;
	}

	.header-menu{
		padding-right: 4%;
	}
	.header-icon{
		margin: 0px 6px;
	}
}

.placeholders {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0 1rem 0.5rem 1rem;
    color: #181818;
}

.form-group.has-icon{
/*	margin-bottom: 41px;*/
} 

.form-group.has-icon.last_one{
margin-bottom: 13px;
}

.with_subtitle{
	margin-bottom: 0!important;
}

.subtitle, .with_subtitle .subtitle{
	display: block;
	text-align: center;
	line-height: 1.5;
}

.text-light{
	color:#a9a9a9!important;
}

ul li{
	margin-top: 1.4rem;
}
#notifications ul li{
	margin-top: 0!important;
}

header #notifications i{
	font-size: 31px;
opacity: .2;
}

/*The Token*/
#Token svg{
	opacity:1;
	width: 35px;
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin:auto;
}
#Token h6{
	font-size:1rem;
	font-weight:200;
}
#Token .post-profile-image{
	-moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
	border-radius: 50%;
	padding: 10px 7px 7px;
	height: 50px;
	width: 50px;
	display:block;
	margin: auto;
}

/* Grey BGR on Interest Tabs 
.main-category-item{
    padding-top: 20px!important;
}

.main-category-item.active{
    background: #fafafa;
    padding-bottom: 0px!important;
    padding-top: 20px!important;
    border-radius: 20px 20px 0 0!important;
    
}

.cat-menu.mCustomScrollbar{
background: white;
}
*/