/* radius functions */
.blur {
  -webkit-filter: blur(20px);
  -moz-filter: blur(20px);
  -o-filter: blur(20px);
  -ms-filter: blur(20px);
  filter: blur(20px);
}
body,
html {
  height: 100%;
  background: url('bundles/app/images/bg-inner.jpg') #3f3e47;
  min-width: 320px;
}
body.homepage-body .parallex,
html.homepage-body .parallex {
  position: relative;
  background: url('bundles/app/images/background.jpg') no-repeat center transparent;
  min-height: 100%;
  background-attachment: fixed;
  background-size: cover;
}
body.homepage-body .test,
html.homepage-body .test {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
@media only screen and (max-device-width: 1024px) {
  .parallax {
    background-attachment: scroll;
  }
}
#shadow {
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.2;
  background-color: black;
  z-index: 1000;
  position: fixed;
}
.modal {
  position: absolute;
}
#gallery-shadow {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.2;
  background-color: black;
  z-index: 1000;
  position: fixed;
}
.sk-fading-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.blocker {
  z-index: 1080 !important;
}
.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #021523;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
#mainframe {
  position: relative;
  min-height: 100%;
  font-family: 'Lato', sans-serif;
}
#wrap {
  position: relative;
  padding-bottom: 270px;
}
#wrap::-webkit-scrollbar {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
a,
button,
p,
select,
input,
textarea,
label,
span {
  font-family: 'Lato', sans-serif;
}
.error-page {
  background: url('bundles/app/images/error.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
}
header .navbar-default {
  background: #27262e;
  border-color: #3f3e47;
  box-shadow: none;
  min-width: 320px;
}
header .navbar-brand {
  width: 210px;
  padding: 15px;
  height: 85px;
}
header .navbar-toggle {
  margin-top: 26px;
}
header #navbar ul {
  padding: 0;
}
header #navbar ul li {
  list-style: none;
  display: block;
}
header #navbar ul li a {
  color: #ffffff;
  display: block;
  padding: 5px 10px;
}
header #navbar ul li a:hover {
  color: #ef4e67;
}
header #navbar ul .current a {
  color: #ef4e67;
}
header #line {
  height: 4px;
  background: url('bundles/app/images/top-line.jpg');
}
.btn-pink {
  background-color: #ef4e67;
  color: #ffffff;
  border: 1px solid #df4b62;
}
.btn-pink:hover,
.btn-pink:focus {
  background-color: #d9485f;
  color: #ffffff;
}
.pink {
  color: #ef4e67 !important;
}
.green {
  color: #48ba58 !important;
}
.text-red {
  color: rgba(255, 0, 0, 0.67) !important;
}
.text-dark-gray {
  color: #586466 !important;
}
.text-gray {
  color: #9b9b9b !important;
}
.text-blue {
  color: #00c8f8 !important;
}
.text-pink {
  color: #ef4e67;
}
.text-bisexual {
  color: #6E4C90 !important;
}
.text-dark {
  color: #021523;
}
i.fa-exclamation-triangle {
  margin-right: 5px;
}
.btn-blue {
  background-color: #2ac4f4;
  color: #ffffff;
}
.btn-blue:hover,
.btn-blue:focus {
  color: #ffffff;
  background-color: #4ad8f6;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}
textarea {
  resize: none;
}
button {
  outline: none;
}
button:hover {
  color: #ffffff;
}
button:focus {
  outline: none;
}
input.form-control,
select.form-control,
textarea.form-control {
  border: 1px solid #bdbdbd;
}
input.form-control:focus,
select.form-control:focus,
textarea.form-control:focus {
  border: 1px solid #bdbdbd;
  box-shadow: none;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
.gray {
  background-color: gray;
}
.interest-title {
  color: #2b2b2b;
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}
.interest-title bdi {
  color: #ff0000;
}
#ski-riding h4 {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0 0;
}
#ski-riding h4::first-letter {
  visibility: hidden;
}
.video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.video img {
  width: 100%;
  height: 100%;
}
#content-top figure {
  width: 272px;
  position: absolute;
  margin: -78px 10px 0;
}
#content-top figure.logo-canoe {
  margin: -86px 10px 0;
}
#content-top #mainText {
  margin: 5px auto;
}
#content-top #mainText p {
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  white-space: nowrap;
  text-align: left;
}
.relative {
  position: relative;
  z-index: 50;
}
.absolute {
  position: absolute;
}
.overflow {
  overflow: hidden;
}
.signin {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  padding: 5px 0 1px;
  margin: 100px 0 0;
  z-index: 20;
}
.signin a {
  color: #6BC6E1;
  font-size: 12px;
  padding-left: 20px;
}
.signin a:hover {
  text-decoration: none;
}
.signin ul {
  padding: 10px 6px 0;
}
.signin ul li {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.signin ul li a {
  display: inline-block;
  color: #4b4b4b;
  height: 39px;
  width: 40px;
  vertical-align: middle;
}
.signin ul li:first-child {
  font-size: 15px;
  font-weight: bold;
}
.signin ul li:nth-child(2) a {
  background: url('bundles/app/images/new-social-icons.png') no-repeat 0 -271px;
}
.signin ul li:nth-child(3) a {
  background: url('bundles/app/images/new-social-icons.png') no-repeat -47px -271px;
}
.signin ul li:last-child a {
  background: url('bundles/app/images/new-social-icons.png') no-repeat -93px -271px;
}
.signin p {
  color: #ffffff;
  font-size: 12px;
  padding: 5px 0 10px 20px;
}
.signin form {
  padding: 0 20px;
}
.signin form input {
  background-color: rgba(206, 206, 206, 0.5);
  border: 1px solid transparent;
  color: #e3e3e3;
}
.signin form input:focus {
  border: 1px solid #b5b5b5;
  box-shadow: none;
}
.signin form button {
  font-size: 12px;
}
.signin form .checkbox label {
  vertical-align: middle;
  font-size: 11px;
}
.signin form .checkbox input {
  width: auto;
  height: auto;
}
.signin form .checkbox a {
  padding: 0 5px 0 0;
  margin: 0;
  font-size: 11px;
}
.signin form .checkbox a:last-child {
  padding: 0 0 0 5px;
}
.signin form ::-webkit-input-placeholder {
  color: #e3e3e3;
}
.signin form :-moz-placeholder {
  /* Firefox 18- */
  color: #e3e3e3;
}
.signin form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #e3e3e3;
}
.signin form :-ms-input-placeholder {
  color: #e3e3e3;
}
.signin form a {
  color: #ffffff;
  margin-left: 10px;
}
#signup {
  position: relative;
  z-index: 10;
}
#signup h2 {
  text-align: center;
}
#signup h2 a:hover {
  color: #021523;
}
#signup .clouds {
  padding: 20px 0;
}
#signup p {
  position: relative;
  margin-bottom: 0;
  background-color: #3e3d45;
  padding: 20px 30px;
  text-align: center;
  color: #ffffff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
#signup p i {
  display: block;
  width: 15px;
  height: 16px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url('bundles/app/images/small-arrow.png') no-repeat center bottom #27272e;
}
#signup .text-justify {
  line-height: 25px;
}
#signup .text-justify span {
  display: block;
  text-align: center;
}
.signup-bg {
  position: relative;
  z-index: 10;
  background: url('bundles/app/images/background.jpg') no-repeat center center;
  background-size: cover;
  padding-bottom: 20px;
}
.signup-bg p {
  position: relative;
  margin-bottom: 0;
  background-color: #3e3d45;
  padding: 20px 30px;
  text-align: center;
  color: #ffffff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.signup-bg p i {
  display: block;
  width: 15px;
  height: 16px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url('bundles/app/images/small-arrow.png') no-repeat center bottom #27272e;
}
.app {
  text-align: center;
  padding: 10px 0 0;
}
.app li {
  display: inline-block;
  padding: 0 5px 0 0;
}
.app li a {
  display: block;
  height: 84px;
  width: 222px;
}
.app li:first-child a {
  background: url('bundles/app/images/app-icons-large.png') no-repeat 0 -98px;
}
.app li:last-child a {
  background: url('bundles/app/images/app-icons-large.png') no-repeat 0 0;
}
h1,
h2,
h3 {
  text-align: center;
}
h1 span,
h2 span,
h3 span {
  color: #ef4e67;
}
h1,
h2 {
  font-size: 23px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px;
}
p {
  font-size: 12px;
}
.border-dark {
  border: 3px solid #2ac4f4;
}
.border-light {
  border: 3px solid #c1c2c5;
}
.border-yellow {
  border: 3px solid #f3c715;
}
#blog-slider {
  overflow-x: hidden;
  margin-bottom: 0;
}
#blog-slider .slider-content {
  margin-right: 25px;
}
#blog-slider .slider-content figure {
  overflow: hidden;
}
#blog-slider .slider-content figure img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
}
#blog-slider .slider-content figure a {
  position: relative;
  height: 230px;
}
#blog-slider .slider-content figure a div h4 {
  font-size: 22px;
}
#blog-slider .slider-content figure a div p {
  padding: 10px 15px;
}
#blog-slider .slick-next::before,
#blog-slider .slick-prev::before {
  content: '';
}
#blog-slider .slick-next {
  width: 30px;
  height: 35px;
  background: url('bundles/app/images/arrow-right.png') no-repeat center center;
  right: -35px;
}
#blog-slider .slick-prev {
  width: 30px;
  height: 35px;
  left: -51px;
  background: url('bundles/app/images/arrow-left.png') no-repeat center center;
}
#slider {
  z-index: 20;
  position: relative;
  color: #ffffff;
  background: url('bundles/app/images/blog-cover.jpg') no-repeat center center;
  background-size: cover;
}
#slider #myScroller figure {
  background-color: #3f3e47;
  margin-bottom: 15px;
  padding: 10px 5px;
}
#slider #myScroller figure figcaption {
  padding-top: 5px;
}
#slider #myScroller figure figcaption h4 a {
  font-size: 14px;
}
#slider #myScroller figure figcaption p {
  font-size: 12px;
  padding: 5px 0;
}
#slider #myScroller figure figcaption a {
  font-size: 13px;
}
#slider #myScroller figure figcaption .relative {
  margin-top: 10px;
}
#slider #myScroller figure figcaption .relative hr {
  width: 100%;
  position: absolute;
  bottom: -12px;
  z-index: 1;
  border-color: #bfbfbf;
}
#slider #myScroller figure figcaption .relative span {
  color: #ffffff;
  font-size: 14px;
  background-color: #3f3e47;
  padding: 5px 10px;
  position: relative;
  z-index: 10;
}
.gender input {
  font-family: 'Lato', sans-serif;
}
.gender input[type=checkbox] {
  display: none;
}
.gender input[type=radio] {
  display: none;
}
.gender input[type=checkbox]:checked label {
  color: #f00;
}
.gender .checkbox {
  margin-bottom: 5px;
}
.gender .checkbox span {
  margin-left: 3px;
  font-size: 12px;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
#members-page {
  background-color: #ffffff;
}
#members-page h1 {
  font-size: 17px;
  color: #7d7d7d;
  padding: 15px 15px 0;
}
#members-page ul li {
  position: relative;
}
#members-page ul li a {
  font-size: 17px;
  color: #586466;
  padding: 15px 5px 0;
}
#members-page ul li a:hover,
#members-page ul li a:focus {
  background: transparent;
  color: #17aedd;
}
#members-page ul li h1 {
  padding: 18px 15px 0;
}
#members-page ul li .like-active {
  color: #17aedd;
}
#members-page ul.pagination {
  border-radius: 0;
}
#members-page ul.pagination li {
  margin-right: 0;
}
#members-page ul.pagination li a {
  border-radius: 0;
  color: #586466;
  margin: 0 3px;
  padding: 6px 12px;
  font-size: 14px;
}
#members-page ul.pagination .first,
#members-page ul.pagination .last {
  display: none;
}
#members-page ul.pagination .current a {
  background: #2ac4f4;
  border: 1px solid #2197b8;
  color: #ffffff;
}
#members-page ul.pagination .current a:hover,
#members-page ul.pagination .current a:focus,
#members-page ul.pagination .current a:active {
  background: #2ac4f4;
  border: 1px solid #2197b8;
  color: #ffffff;
}
#members-page .new {
  position: absolute;
  right: 15px;
}
#members-page figure {
  background-color: #eeeeee;
  margin-bottom: 20px;
  height: 240px;
  overflow: hidden;
}
#members-page figure > a {
  height: 200px;
  line-height: 200px;
  overflow: hidden;
}
#members-page figcaption {
  padding: 10px;
}
#members-page figcaption span {
  font-size: 15px;
  display: inline-block;
}
#members-page figcaption .fa-circle {
  font-size: 8px;
  display: inline-block;
  margin: 7px 3px 0 0;
  vertical-align: top;
}
#members-page figcaption span.btn {
  padding: 0 12px;
  margin-left: 10px;
}
.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}
#gallery .no-gutter .form-group {
  margin-bottom: 0;
}
#gallery .connect-social {
  list-style-type: none;
  padding: 0 0 10px 0;
}
#gallery .connect-social a {
  margin: 7px 1px 5px;
  cursor: pointer;
}
#gallery h1 {
  font-size: 20px;
  color: #7d7d7d;
  padding: 22px 0 0;
  margin-bottom: 0;
}
#gallery .popover {
  padding: 0;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
#gallery .popover .arrow::after {
  border-bottom-color: #3e3d45;
}
#gallery .popover .popover-content {
  background-color: #3e3d45;
  padding: 10px 0;
  min-width: 150px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
#gallery .popover .popover-content a {
  padding: 2px 20px;
  color: #ffffff;
  font-size: 12px;
  display: block;
}
#gallery .popover .popover-content a:hover {
  text-decoration: underline;
  color: #ffffff;
}
#gallery .popover .popover-content a:focus {
  outline: none;
}
#gallery .popover:focus {
  outline: none;
}
#gallery .delete {
  background-color: rgba(42, 196, 244, 0.72);
  position: absolute;
  right: 25px;
  top: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline;
  width: 30px;
  height: 30px;
  z-index: 999;
}
#gallery .delete i {
  color: #ffffff;
  font-size: 15px;
  padding: 6px 8px;
  position: absolute;
  left: 2px;
  top: 1px;
}
#gallery .trash {
  background-color: rgba(42, 196, 244, 0.72);
  position: absolute;
  left: 25px;
  top: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
#gallery .trash i {
  color: #ffffff;
  font-size: 15px;
  padding: 6px 8px;
}
#gallery input {
  display: none;
}
#gallery figure {
  height: 150px;
  overflow: hidden;
  margin-bottom: 25px;
  background: #ebebeb;
  text-align: center;
  line-height: 150px;
}
#gallery figure img {
  display: inline-block;
  margin: 0 auto;
}
#gallery label {
  background-color: #686975;
  display: block;
  height: 200px;
  text-align: center;
  border: 1px solid #686975;
  cursor: pointer;
}
#gallery label i {
  padding: 87px 0;
  color: #f5f5f5;
  font-size: 25px;
  margin: 0 auto;
}
#gallery .gallery-upload {
  padding: 15px 15px 0;
}
#gallery .gallery-upload input {
  display: inline-block;
}
#gallery .caption-wrapper .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background-color: black;
  font-size: 15px;
  color: white;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#gallery .caption-wrapper .caption .caption-content {
  padding: 10px;
  margin: 0;
}
.line {
  background-color: #3d3d3d;
  display: block;
  height: 1px;
  margin-bottom: 20px;
}
footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 270px;
  background-color: #27262e;
  color: #ffffff;
}
footer .app-icons {
  padding: 10px 10px 0 10px;
  text-align: left;
}
footer .app-icons li {
  display: block;
  padding: 5px 15px 5px 0;
  color: #ffffff;
  font-size: 12px;
}
footer .app-icons li a {
  display: block;
  padding: 0 0 0 55px;
  color: #ffffff;
  font-size: 12px;
}
footer .app-icons li:nth-child(1) {
  padding-right: 25px;
}
footer .app-icons li:nth-child(2) a {
  font-size: 14px;
  padding: 7px 0 7px 55px;
  background: url('bundles/app/images/new-social-icons.png') no-repeat 1px -71px;
}
footer .app-icons li:nth-child(3) a {
  font-size: 14px;
  padding: 7px 0 7px 55px;
  background: url('bundles/app/images/new-social-icons.png') no-repeat 1px -123px;
}
footer .line {
  margin-bottom: 10px;
}
footer small {
  display: block;
  padding: 3px 0;
  color: #ffffff;
  font-size: 68%;
}
footer a {
  display: block;
  color: #ffffff;
}
footer a:hover {
  text-decoration: underline;
  color: #ffffff;
}
.vertical-menu {
  position: fixed;
  z-index: 1000;
  right: 5px;
  margin-top: 250px;
}
.vertical-menu li {
  list-style: none;
  width: 14px;
  margin: 10px;
}
.vertical-menu li a {
  width: 5px;
  height: 5px;
  margin: 0 auto;
  display: block;
  background-color: #ef4e67;
  border-radius: 50%;
  transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
}
.vertical-menu li a:hover {
  width: 9px;
  height: 9px;
}
.vertical-menu li .selected-menu {
  width: 13px;
  height: 13px;
}
.text {
  margin-top: 165px;
  font-weight: bold;
  font-size: 30px;
}
.text img {
  margin: 0 auto;
}
.slick-slider {
  margin: auto;
  padding-bottom: 50px;
}
.bg-white {
  background-color: #ffffff;
}
.bg-black {
  background-color: #0a0a0a;
}
.bg-blue {
  background-color: #2ac4f4;
}
.bg-gray {
  background-color: #3e3d45;
}
.bg-light-grey {
  background-color: #f4f4f4;
}
.bg-dark-gray {
  background-color: #27262e;
}
.background-grey {
  background-color: #d8d8d8;
}
.border-right {
  border-right: 1px solid #c2c2c2;
}
.border-left {
  border-left: 1px solid #c2c2c2;
}
.text-white {
  color: #ffffff;
}
.text-yellow {
  color: #f9bf3b !important;
}
.homepage-body .find-social h2 {
  font-size: 23px;
  margin: 0;
  padding: 15px;
}
.find-social {
  position: relative;
  background-color: #3f3e47;
  padding-bottom: 5px;
  color: #ffffff;
}
.find-social ul {
  padding-left: 0;
  text-align: center;
}
.find-social ul li {
  display: inline-block;
  list-style: none;
  width: 45px;
  height: 45px;
  padding: 7px 5px 4px;
  margin-right: 10px;
  position: relative;
}
.find-social ul li a {
  display: block;
  height: 35px;
  width: 36px;
  z-index: 100;
  position: relative;
  margin: 0 auto;
}
.find-social ul li span {
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.find-social ul li:first-child a {
  background: url('bundles/app/images/social.png') no-repeat 1px 0;
}
.find-social ul li:nth-child(2) a {
  background: url('bundles/app/images/social.png') no-repeat -40px 0;
}
.find-social ul li:last-child a {
  background: url('bundles/app/images/social.png') no-repeat -80px 0;
}
.find-social ul li:hover span {
  background-color: #27262e;
  -webkit-animation-name: animate;
  /* Chrome, Safari, Opera */
  -webkit-animation-duration: 4s;
  /* Chrome, Safari, Opera */
  animation-name: animate;
  -webkit-animation-timing-function: linear;
  animation-duration: 300ms;
}
@-webkit-keyframes animate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(-180deg);
  }
}
@keyframes animate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(-180deg);
  }
}
.featured {
  padding: 0 0 10px 0;
  position: relative;
}
.featured #featured-slider {
  margin-bottom: 0;
}
.empty-message {
  font-size: 19px;
  padding: 5px 10px 30px;
}
.message-small {
  font-size: 14px;
  padding: 5px 10px 30px;
}
.my-confirm {
  z-index: 1080;
  top: 30%;
  box-shadow: none;
}
#mobile-modal {
  min-width: 320px;
  margin: 0 auto;
  z-index: 10000;
  box-shadow: none;
}
#mobile-modal .modal-content {
  height: 300px;
  margin: 0 auto;
  background-color: #27262e;
}
#mobile-modal .modal-content .modal-header {
  border-bottom: 0;
}
#mobile-modal .modal-content h5 {
  margin: 20px 0 30px;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
  padding: 5px 20px;
}
#mobile-modal a {
  display: block;
  height: 41px;
  margin: 0 auto;
  width: 113px;
}
#mobile-modal .app-store-icon {
  width: 112px;
  background: url('bundles/app/images/app-icons.png') no-repeat 0 -48px;
}
#mobile-modal .google-play-icon {
  background: url('bundles/app/images/app-icons.png') no-repeat 0 -1px;
}
#mobile-modal span.close-modal {
  display: block;
  width: 15px;
  height: 15px;
  right: 0;
  top: 0;
  outline: none;
  background: url('bundles/app/images/delete.png') no-repeat center center;
}
#image-edit-modal {
  position: relative;
  width: auto;
  padding: 10px 0;
  background-color: white;
}
#image-edit-modal span.close-modal {
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  right: 20px;
  top: 4px;
  outline: none;
  background: url('bundles/app/images/delete.png') no-repeat center center;
}
#image-edit-modal .image-edit {
  padding: 15px;
}
#image-edit-modal div.text-center .btn {
  margin: 2px;
}
#image-edit-modal form {
  padding: 10px 0;
}
#image-edit-modal form label {
  font-weight: normal;
  margin-right: 10px;
}
#image-edit-modal #input-box {
  position: absolute;
  top: 12%;
  left: 7%;
  width: 240px;
}
#image-edit-modal #input-box #image-text {
  background: rgba(0, 0, 0, 0.6);
  color: #000000;
}
#image-edit-modal #colorSelector {
  background-color: #000000;
  width: 20px;
  border-radius: 9px;
  height: 20px;
  margin: 0 10px;
}
#access-denied-modal {
  z-index: 1080;
  width: auto;
  background: transparent;
  position: absolute;
}
#fb-images-modal {
  z-index: 1080;
}
#fb-images-modal h4 {
  text-align: left;
}
#fb-images-modal .modal {
  padding: 15px 10px;
}
#fb-images-modal .fb-image-place {
  border: 0;
  padding: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  margin-bottom: 10px;
  overflow-x: hidden;
}
#fb-images-modal .fb-image-place img {
  margin: 0 auto;
}
#fb-images-modal .fb-image-place figure {
  background: #ebebeb;
  padding: 15px;
  overflow: hidden;
}
#fb-images-modal .fb-image-place figure img {
  margin: 0 auto;
  cursor: pointer;
}
#fb-images-modal span.close-modal {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  right: 10px;
  top: 21px;
  background: url('bundles/app/images/delete.png') no-repeat center center;
}
#fb-images-modal .blue-checkbox.custom {
  right: 5px;
}
#fb-images-modal .blue-checkbox .label-checked {
  opacity: 0.5;
}
.image-place {
  overflow: hidden;
  height: 90px;
  margin: 0 auto;
  position: relative;
  background: #ebebeb;
  text-align: center;
}
.email-notification {
  padding: 50px;
}
#email-information {
  margin-top: 86px;
  color: #9b9b9b;
}
#email-information > div {
  padding-top: 20px;
  padding-bottom: 20px;
}
#email-information a {
  color: #17aedd;
}
.fos_user_registration_register label.checkbox-inline {
  padding-right: 10px;
}
.fos_comment_comment_authorname {
  white-space: normal;
  word-wrap: break-word;
}
.fb-image-place {
  border: 3px dashed #d7d7d7;
  padding: 15px 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  max-height: 230px;
  overflow: auto;
}
.fb-image-place > div div:not(.custom) {
  margin-bottom: 5px;
}
.blue-checkbox.custom {
  padding: 0;
  display: block;
  position: absolute;
  right: 13px;
  bottom: 0;
}
input[type="checkbox"].custom {
  margin-left: 0;
  padding: 0;
}
input[type=checkbox].css-checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
input[type=checkbox].css-checkbox + label.css-label-blue {
  padding-left: 22px;
  height: 25px;
  width: 25px;
  display: inline-block;
  line-height: 15px;
  background: url('bundles/app/images/blue-checkbox.png') no-repeat 0 0;
  font-size: 13px;
  vertical-align: middle;
  cursor: pointer;
  opacity: 1;
  background-size: 100%;
}
input[type=checkbox].css-checkbox + label.css-label-blue.fb-image-checked {
  background-position: 0 -25px;
}
input[type=checkbox].css-checkbox + label.css-label-blue:hover {
  opacity: 0.5;
}
.fb-image-checked,
input[type=checkbox].css-checkbox:checked + label.css-label-blue {
  background-position: 0 -25px;
  background-size: 100%;
}
.apps {
  padding: 10px 0 0;
  text-align: center;
}
.apps li {
  display: inline-block;
  margin: 0 7px 0 0;
}
.apps li a {
  display: block;
  width: 200px;
  height: 60px;
}
.apps li .app-store-icon-new {
  background: url('bundles/app/images/appstore-new.png') no-repeat center center;
  background-size: 100%;
}
.apps li .google-play-icon-new {
  background: url('bundles/app/images/googleplay-new.png') no-repeat center center;
  background-size: 100%;
}
.slider-content-new {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 30px 0;
}
.slider-content-new .new-wrapper {
  overflow: hidden;
  position: relative;
}
.slider-content-new a {
  display: block;
}
.slider-content-new a:hover {
  -webkit-transition: -webkit-transform 0.55s;
  -moz-transition: -moz-transform 0.55s;
  transition: transform .55s;
}
.slider-content-new a:hover img {
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  -ms-transform: scale(1.12);
  -o-transform: scale(1.12);
  transform: scale(1.12);
  -webkit-transition: -webkit-transform 0.35s;
  -moz-transition: -moz-transform 0.35s;
  transition: transform .35s;
}
.slider-content-new a:hover::after {
  opacity: .4;
  background-color: #282C35;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  border-radius: 3px;
}
.slider-content-new a:hover .text-white {
  webkit-transform: translate3d(0, -25%, 0);
  -moz-transform: translate3d(0, -25%, 0);
  -ms-transform: translate3d(0, -25%, 0);
  -o-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
}
.slider-content-new .text-white {
  position: absolute;
  top: 50%;
  margin-top: -17.5px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.65s;
  -moz-transition: -moz-transform 0.65s;
  transition: transform .65s;
  width: 100%;
  text-align: center;
  z-index: 100;
}
.slider-content-new .text-white h4 {
  color: #ffffff;
}
@media (min-width: 768px) {
  .apps {
    padding: 35px 0 0;
  }
  .homepage-body h1,
  .homepage-body h2 {
    font-size: 26px;
  }
  #wrap {
    padding-bottom: 165px;
  }
  header #navbar ul {
    padding: 15px 0 0 0;
  }
  header #navbar ul li {
    display: inline-block;
  }
  header #navbar ul li a {
    padding: 18px 4px;
    font-size: 13px;
  }
  #image-edit-modal {
    width: auto;
  }
  #image-edit-modal .image-edit {
    padding: 15px;
  }
  #image-edit-modal span.close-modal {
    top: 20px;
  }
  #image-edit-modal form {
    padding: 10px 0;
  }
  #image-edit-modal form label {
    margin-right: 10px;
  }
  #image-edit-modal #input-box {
    width: 300px;
    left: 12%;
  }
  #content-top figure {
    width: 100%;
    text-align: center;
    margin: 2px 0 0;
  }
  #content-top figure.logo-canoe {
    margin: 11px 0 0;
  }
  #content-top #mainText {
    margin: 240px 0 0;
  }
  #content-top #mainText p {
    font-size: 21px;
  }
  h1,
  h2 {
    font-size: 45px;
  }
  h3 {
    padding: 10px 0;
    font-size: 35px;
  }
  p {
    font-size: 14px;
  }
  #gallery {
    padding: 0;
  }
  #gallery h1 {
    padding: 6px 0 0;
  }
  #gallery figure {
    height: 200px;
    line-height: 195px;
  }
  .signin {
    margin: 100px 0 20px;
    padding: 25px 0 10px;
  }
  .signin a {
    font-size: 14px;
    padding-left: 20px;
  }
  .signin ul {
    padding: 20px 20px 15px;
  }
  .signin ul li {
    padding-left: 10px;
  }
  .signin ul li:first-child {
    font-size: 18px;
  }
  .signin h4 {
    font-size: 18px;
    padding-left: 20px;
  }
  .signin h5 {
    font-size: 14px;
    padding-left: 20px;
  }
  .signin p {
    padding: 0 0 0 20px;
  }
  .signin form {
    padding: 0 20px;
  }
  .signin form button {
    font-size: 14px;
  }
  .vertical-menu {
    right: 10px;
  }
  #signup .clouds {
    padding: 40px 0 20px;
  }
  #signup .text-justify {
    padding: 5px 10px 0 0;
    line-height: 28px;
    font-size: 18px;
  }
  .signup-bg {
    padding-bottom: 70px;
  }
  .signup-bg figure {
    padding-top: 74px;
  }
  .signup-bg .signup-information {
    padding-top: 220px;
  }
  .signup-bg .signup-information .app {
    padding: 110px 0 0;
  }
  #slider h2 {
    padding: 93px 0 57px;
  }
  #slider .radiant_scroller {
    margin: 50px auto;
  }
  #slider .radiant_scroller .scroller-el {
    height: auto;
    width: 325px;
  }
  #slider #myScroller figure {
    background: #3f3e47;
    margin-bottom: 20px;
    padding: 20px 15px;
  }
  #slider #myScroller figure figcaption {
    padding-top: 35px;
  }
  #slider #myScroller figure figcaption h4 a {
    font-size: 16px;
  }
  #slider #myScroller figure figcaption p {
    font-size: 13px;
    padding: 15px 0;
  }
  #slider #myScroller figure figcaption a {
    font-size: 13px;
  }
  #slider #myScroller figure figcaption .relative {
    margin-top: 20px;
  }
  footer {
    height: 165px;
  }
  footer .app-icons {
    padding: 30px 0 0;
  }
  footer .app-icons li {
    display: inline-block;
    padding: 5px 15px 5px 0;
    font-size: 14px;
  }
  footer .app-icons li a {
    padding: 7px 0 7px 55px;
    font-size: 14px;
  }
  footer small {
    font-size: 75%;
  }
  footer .line {
    margin-bottom: 10px;
  }
  .email-notification {
    padding: 80px;
  }
  .fb-image-place {
    max-height: 427px;
  }
  .fb-image-place > div div:not(.custom) {
    margin-bottom: 15px;
  }
  #fb-images-modal .fb-image-place {
    margin-bottom: 15px;
  }
  #fb-images-modal .image-place {
    margin: 10px;
  }
}
.profile-icons {
  margin-bottom: 0;
  padding: 22px 0 0;
}
.profile-icons li {
  display: inline-block;
  list-style: none;
  margin-left: 0;
  vertical-align: middle;
}
.profile-icons li a {
  color: #7d7d7d;
  padding: 6px 8px;
  border: 2px solid #c2c2c2;
  font-size: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
@media (min-width: 992px) {
  .apps {
    padding: 80px 0 0;
  }
  .homepage-body h1,
  .homepage-body h2 {
    padding: 15px 0 60px;
    font-size: 32px;
  }
  .homepage-body .find-social {
    padding-bottom: 35px;
  }
  .homepage-body .find-social h2 {
    padding: 35px 0 40px;
    font-size: 45px;
  }
  header .navbar-brand {
    width: auto;
    padding: 3px 15px;
    height: 80px;
  }
  header #navbar ul li a {
    font-size: 16px;
    padding: 18px 10px;
  }
  #members-page h1 {
    font-size: 20px;
    padding: 15px 0 0;
  }
  #members-page ul li a {
    font-size: 20px;
    padding: 20px 15px 0;
  }
  #members-page ul li h1 {
    padding: 23px 15px 0;
  }
  .empty-message {
    font-size: 25px;
    padding: 25px 0 45px;
  }
  .message-small {
    font-size: 20px;
    padding: 25px 0 45px;
  }
  .interest-title {
    margin-bottom: 10px;
    font-size: 16px;
  }
  #ski-riding h4 {
    font-size: 17px;
    margin: 15px 0 5px;
  }
  #content-top {
    padding: 50px 0;
  }
  #content-top figure {
    margin: 14px 20px 0;
  }
  #content-top #mainText {
    margin: 260px 0 0;
  }
  #content-top #mainText p {
    font-size: 32px;
    text-align: center;
  }
  .featured {
    padding: 0 0 10px 0;
  }
  .featured h2 {
    padding: 45px 0 35px;
  }
  .featured #featured-slider {
    margin-bottom: 0;
  }
  .featured #featured-slider .slick-arrow {
    position: absolute;
    top: 25%;
    width: 30px;
    height: 35px;
    cursor: pointer;
  }
  .featured #featured-slider .arrow-prev {
    left: -35px;
    background: url('bundles/app/images/left-arrow.png') no-repeat center center;
  }
  .featured #featured-slider .arrow-next {
    right: -35px;
    background: url('bundles/app/images/right-arrow.png') no-repeat center center;
  }
  .featured #featured-slider img {
    margin: 0 auto;
  }
  h1,
  h2 {
    padding: 35px 0 40px;
    font-size: 45px;
  }
  #blog-slider .slider-content {
    margin-right: 25px;
  }
  .empty-message {
    font-size: 35px;
    padding: 35px 0 55px;
  }
  .message-small {
    font-size: 25px;
    padding: 35px 0 55px;
  }
  h3 {
    padding: 80px 0;
    font-size: 40px;
  }
  p {
    font-size: 14px;
  }
  .signin {
    margin-top: 112px;
    padding: 40px 0;
  }
  .signin a {
    font-size: 14px;
    padding-left: 20px;
  }
  .signin p {
    padding: 15px 0 30px 20px;
  }
  .signin form {
    padding: 0 20px;
  }
  .signin form .checkbox label {
    font-size: 14px;
  }
  .signin form .checkbox a {
    font-size: 14px;
  }
  .signin form button,
  .signin form a {
    margin: 15px 15px 0 0;
    padding: 6px 30px;
  }
  .signin form button:focus,
  .signin form a:focus {
    color: #ffffff;
  }
  .vertical-menu {
    right: 20px;
  }
  .profile-icons li {
    margin-left: 7px;
  }
  #signup .text-justify {
    padding: 50px 60px 0 0;
    line-height: 30px;
    font-size: 20px;
  }
  #slider {
    padding-bottom: 80px;
  }
  #slider .radiant_scroller .scroller-el {
    width: 400px;
  }
  #slider #myScroller figure {
    background-color: #3f3e47;
    margin-bottom: 30px;
    padding: 30px 25px;
  }
  #slider #myScroller figure figcaption {
    padding-top: 55px;
  }
  #slider #myScroller figure figcaption h4 a {
    font-size: 18px;
  }
  #slider #myScroller figure figcaption p {
    font-size: 14px;
    padding: 20px 0;
  }
  #slider #myScroller figure figcaption a {
    font-size: 15px;
  }
  #slider #myScroller figure figcaption .relative {
    margin-top: 30px;
  }
  footer .app-icons {
    padding: 25px 0 0;
  }
  footer .line {
    margin-bottom: 14px;
  }
  .email-notification {
    padding: 100px;
  }
  #fb-images-modal .modal-dialog {
    width: 800px;
  }
}
.modal-open {
  padding-right: 0 !important;
}
html {
  overflow-y: scroll !important;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
.fos_user_registration_register label.checkbox-inline {
  padding-right: 50px;
}
@media (min-width: 1200px) {
  .video img {
    height: initial;
  }
  #content-top {
    padding: 66px 0 15px;
  }
  #content-top figure {
    margin: 14px 50px 0;
  }
  #content-top figure.logo-canoe {
    margin: 4px 50px 0;
  }
  #content-top #mainText p {
    font-size: 38px;
  }
  #content-top #slider .radiant_scroller .scroller-el {
    width: 400px;
  }
  #content-top #slider #myScroller figure {
    background-color: #3f3e47;
    margin-bottom: 30px;
    padding: 30px 25px;
  }
  #content-top #slider #myScroller figure figcaption {
    padding-top: 55px;
  }
  #content-top #slider #myScroller figure figcaption h4 a {
    font-size: 18px;
  }
  #content-top #slider #myScroller figure figcaption p {
    font-size: 14px;
    padding: 20px 0;
  }
  #content-top #slider #myScroller figure figcaption a {
    font-size: 15px;
  }
  #content-top #slider #myScroller figure figcaption .relative {
    margin-top: 30px;
  }
  #signup h2 {
    padding: 40px 0 0;
  }
  .gender .checkbox {
    margin-bottom: 15px;
  }
  .gender .checkbox span {
    margin-left: 3px;
    font-size: 12px;
  }
  footer .app-icons {
    padding: 40px 0 10px;
  }
  footer .line {
    margin-bottom: 20px;
  }
}
#my-color-picker {
  position: absolute;
  z-index: 1000;
  left: -7%;
  top: 16%;
  padding: 10%;
  background-color: rgba(0, 0, 0, 0.388235);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
@media only screen and (max-device-width: 1024px) {
  .video {
    background-attachment: scroll;
  }
}

/* radius functions */
.blur {
  -webkit-filter: blur(20px);
  -moz-filter: blur(20px);
  -o-filter: blur(20px);
  -ms-filter: blur(20px);
  filter: blur(20px);
}
#menu-offcanvas {
  background: url('bundles/app/images/bg-inner.jpg') #3f3e47;
  z-index: 1000;
}
#menu-offcanvas #left-block {
  padding-top: 80px;
}
button.navbar-toggle {
  transition: 0.15s all ease-in;
  -webkit-transition: 0.15s all ease-in;
  -mz-transition: 0.15s all ease-in;
  -o-transition: 0.15s all ease-in;
}
.sidebar-menu {
  left: 249px !important;
}
.offcanvas-toggle {
  position: fixed;
  background: none !important;
  left: -1px;
  top: 65%;
  z-index: 1050;
  padding: 10px 0;
}
.offcanvas-toggle i {
  display: block;
  width: 50px;
  height: 96px;
}
.offcanvas-toggle i:first-child {
  background: url('bundles/app/images/sidebar-right.png') no-repeat left top;
}
.offcanvas-toggle i:last-child {
  background: url('bundles/app/images/sidebar-left.png') no-repeat right top;
}
.offcanvas-toggle:hover {
  color: #9b9b9b;
}
.offcanvas-toggle:focus,
.offcanvas-toggle:active {
  background: none;
  color: #9b9b9b;
}
#members {
  margin-top: 88px;
  padding-bottom: 20px;
  color: #9b9b9b;
}
#members a:hover {
  text-decoration: none;
}
#members select {
  color: #9b9b9b;
}
#edit-profile {
  padding: 0 10px;
}
#edit-profile .form-control {
  padding: 6px;
}
.username {
  padding: 15px 0 0 15px;
  font-size: 20px;
}
.border-right-blue {
  border-right: 1px solid #2ac4f4;
}
.border-bottom-blue {
  border-bottom: 1px solid #2ac4f4;
}
.border-left-blue {
  border-left: 1px solid #2ac4f4;
}
.border-right-blue {
  border-right: 1px solid #2ac4f4;
}
.sliding-modal.modal {
  padding: 0 0 15px 0;
  background: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  height: 630px;
  width: 600px;
}
.sliding-modal.modal .modal-top {
  background-color: #444444;
  padding: 20px;
}
.sliding-modal.modal a.close-modal {
  right: 0;
  top: 0;
  background: url('bundles/app/images/delete.png') no-repeat center center;
}
.pagination {
  border-radius: 0;
}
.pagination li a {
  color: #586466;
  margin: 0 3px;
  border-radius: 0;
}
.pagination li.active a {
  background: #2ac4f4;
  border: 1px solid #2197b8;
  color: #ffffff;
}
.pagination li.active a:hover,
.pagination li.active a:focus,
.pagination li.active a:active {
  background: #2ac4f4;
  border: 1px solid #2197b8;
  color: #ffffff;
}
#member-sliding {
  position: relative;
  top: 0;
  left: 0;
  height: 700px;
}
#member-sliding .fa-heart {
  border: 2px solid;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  padding: 4px;
  margin-right: 5px;
}
#member-sliding .fa-heart:hover {
  color: #d9485f;
}
#member-sliding .fa-times {
  border: 2px solid;
  padding: 3px 5px 4px;
  margin-right: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
#member-sliding .fa-times:hover {
  color: #01b6e2 !important;
}
#member-sliding a:hover {
  color: #2ac4f4;
}
#member-sliding .member-sliding-images {
  padding: 30px 0;
  background-color: #000000;
  height: 570px;
  overflow: hidden;
}
#member-sliding .member-sliding-images li {
  width: 100%;
  background-color: #000000;
}
#member-sliding .member-sliding-images li figure {
  height: 430px;
  line-height: 430px;
  overflow: hidden;
}
#member-sliding .member-images {
  position: absolute;
  bottom: 0;
  width: 550px !important;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  height: 80px;
}
#member-sliding .member-images li {
  margin-right: 10px;
  width: 75px;
  height: 75px;
  overflow: hidden;
  display: inline-block;
  bottom: 10px;
  cursor: pointer;
}
#member-sliding .member-images li img {
  height: auto;
  width: 100%;
  border: 1px solid transparent;
}
#member-sliding .member-images li img:hover {
  border: 1px solid #2ac4f4;
}
#member-sliding span.jssora16l,
#member-sliding span.jssora16r {
  top: 48%;
  z-index: 100;
}
#member-sliding span.jssora16l {
  left: 0;
}
#member-sliding span.jssora16r {
  right: 0;
}
#left-block {
  color: #ffffff;
}
#left-block input.bg-transparent {
  width: 86%;
  margin-bottom: 15px;
}
#left-block hr {
  border-color: #7d7d7d;
  margin: 7px 0;
}
#left-block .user-information a {
  padding-top: 40px;
  margin-bottom: 0;
  display: block;
  font-size: 19px;
  white-space: normal;
  color: #ffffff;
  word-wrap: break-word;
  cursor: pointer;
}
#left-block .user-information figure {
  margin: 25px 0 5px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border: 2px solid #7d7d7d;
}
#left-block .user-information figure a {
  padding-top: 0;
}
#left-block .user-information .smaller {
  padding-top: 30px;
  white-space: normal;
  font-size: 17px;
}
#left-block .btn-blue {
  margin-right: 10px;
}
#left-block label {
  color: #ffffff;
}
#left-block > ul {
  padding: 5px 0 5px;
  list-style: none;
  margin-bottom: 0;
}
#left-block > ul li {
  margin-bottom: 5px;
}
#left-block > ul li ul {
  padding: 0;
  clear: both;
}
#left-block > ul li ul li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
#left-block > ul li ul li a {
  color: #ffffff;
  display: block;
}
#left-block > ul li ul li a:hover {
  text-decoration: none;
  color: #2ac4f4;
}
#left-block > ul li ul li a:hover i {
  color: #2ac4f4;
}
#left-block > ul li ul li .active {
  color: #2ac4f4;
}
#left-block > ul li ul li i {
  display: inline-block;
  width: 20px;
  height: 15px;
  margin-right: 10px;
}
#left-block > ul li ul li:last-child span.count {
  width: 10px;
  height: 10px;
  background-color: #ef4e67;
  color: #ffffff;
  padding: 1px 7px 3px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
#left-block > ul li ul li:last-child {
  float: right;
}
#left-block .left-form {
  margin: 25px 0 0;
  width: 200px;
}
#left-block .left-form .city-form input {
  width: 100%;
  padding: 6px;
}
#left-block .left-form .city-form div:first-child {
  width: 100%;
}
#left-block .left-form .city-form div:last-child {
  width: 100%;
}
#left-block .bg-transparent {
  background-color: transparent;
}
#left-block .interest-select {
  margin-top: 15px;
}
#left-block .select2-container--default .select2-results__option--highlighted[aria-selected],
#left-block .select2-container--default .select2-results__option[aria-selected=true] {
  background: #696876;
}
#left-block .select2-container--default .select2-results__option--highlighted[aria-selected]:hover,
#left-block .select2-container--default .select2-results__option[aria-selected=true]:hover {
  background: #696876;
}
#left-block .select2-container--open .select2-dropdown {
  background: red;
}
#left-block .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #d7d7d7;
}
#left-block .select2-container--default .select2-selection--multiple {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #7d7d7d;
}
#left-block .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #ef4e67;
  color: #ffffff;
  border: 1px solid #ef4e67;
}
#left-block .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #ffffff;
}
#left-block .select2-container--default .select2-container--open .select2-results__group strong:hover {
  background-color: red;
}
#left-block .select2-container--default .select2-container--open .select2-results__group img {
  margin-right: 10px;
}
#left-block .select2-container--default .select2-container--open .select2-results__group span {
  color: #ffffff;
}
#left-block .calendar {
  background-color: #696876;
  color: #ffffff;
  position: relative;
  padding: 10px 0;
  text-align: center;
  margin-bottom: 5px;
  font-size: 17px;
}
#left-block .calendar span {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  text-align: center;
}
#left-block .calendar .arrow-down {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #696876;
  position: absolute;
}
#left-block .datepicker {
  width: 100%;
}
#left-block .datepicker table {
  z-index: 10;
  background-color: #ffffff;
  width: 100%;
}
#left-block .datepicker table thead tr {
  background-color: #e5e7e9;
}
#left-block .datepicker table thead tr th {
  border-radius: 0;
  color: #696876;
  padding: 9px 6px;
}
#left-block .datepicker table thead tr th:hover {
  background-color: transparent;
}
#left-block .datepicker table thead tr:last-child {
  background-color: #f1f3f4;
}
#left-block .datepicker table thead tr:last-child th {
  padding: 9px 6px;
}
#left-block .datepicker table thead:first-child .prev,
#left-block .datepicker table thead:first-child .next {
  font-size: 20px;
  padding: 5px 7px;
}
#left-block .datepicker table tbody tr {
  border-bottom: 1px solid #d6d6d6;
}
#left-block .datepicker table tbody tr td {
  color: #9d9d9d;
  border-radius: 0;
}
#left-block .datepicker table tbody tr td:hover {
  background-color: transparent;
}
#left-block .datepicker table tbody tr .today {
  background-color: #bbeaf9;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #696876;
}
#left-block .datepicker table tbody tr .today:hover {
  background-color: #bbeaf9;
}
#left-block .datepicker table tbody tr .active,
#left-block .datepicker table tbody tr .active-group-date {
  background-color: #ef4e67;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #ffffff;
}
#left-block .datepicker table tbody tr .active:hover,
#left-block .datepicker table tbody tr .active-group-date:hover {
  background-color: #ef4e67;
}
.select2-results {
  background-color: #3f3e47;
  color: #ffffff;
}
.select2-results li:not(.select2-results__option):hover {
  background: #696876;
}
.select2-results .select2-results__option--highlighted[aria-selected] {
  background-color: #696876 !important;
}
.select2-results strong {
  background-color: transparent;
}
.select2-results strong img {
  margin-right: 5px;
}
.select2-results strong span {
  color: #ffffff;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #696876 !important;
}
#right-block ul {
  background-color: #696876;
  padding: 5px 0 0;
  list-style: none;
}
#right-block ul li {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
#right-block ul li .fa-circle {
  font-size: 8px;
  position: absolute;
  right: 3px;
  top: 8px;
}
#right-block ul li ul {
  border: 0;
  padding: 0 5px 5px;
  overflow: hidden;
  background-color: #696876;
  border-bottom: 1px solid #3f3e47;
  min-width: 165px;
}
#right-block ul li ul li {
  display: inline-block;
  margin-right: 1px;
  margin-bottom: 0;
  vertical-align: middle;
}
#right-block ul li ul li a {
  display: block;
  color: #ffffff;
  font-size: 12px;
  line-height: 23px;
  white-space: nowrap;
  overflow: hidden;
}
#right-block ul li ul li a:hover {
  text-decoration: none;
}
#right-block ul li ul li figure {
  width: 25px;
  height: 25px;
  overflow: hidden;
  border: 1px solid #3c3b45;
}
#right-block p {
  padding: 10px;
}
.addvertisment {
  padding: 15px 0;
  overflow: hidden;
}
.members {
  margin-bottom: 10px;
  padding: 20px 0;
}
.members figure {
  text-align: center;
  margin-bottom: 40px;
}
.members figure > a {
  margin: 0 auto;
  width: 155px;
  height: 155px;
  position: relative;
}
.members figure > a img {
  width: 155px;
  height: 155px;
}
.members figure span.bg-white {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  right: 13px;
  z-index: 10;
  top: 118px;
}
.members figure .fa-circle {
  font-size: 20px;
  display: inline-block;
  color: #e2e2e2;
  margin: 2px;
}
.members figure a,
.members figure span.full-name {
  font-size: 18px;
  display: block;
  color: #586466;
}
.members figure span {
  font-size: 12px;
  white-space: nowrap;
}
.members figure img {
  margin: 0 auto;
}
.members figure figcaption {
  padding-top: 20px;
}
.members figure figcaption a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
.single-member {
  padding: 10px 0;
}
.single-member .addthis_native_toolbox {
  padding: 0 0 10px 0;
}
.single-member .addthis_native_toolbox .addthis_counter {
  height: 41px;
}
.single-member .addthis_native_toolbox .addthis_counter .atc_s {
  background: url('bundles/app/images/button_share.svg') no-repeat center center;
  width: 24px;
  height: 24px;
  margin: 15px 0 10px;
  background-size: 100%;
}
.single-member .addthis_native_toolbox .addthis_counter .atc_s:hover {
  background: url('bundles/app/images/button_share.svg') no-repeat center center;
  background-size: 100%;
}
.single-member .addthis_native_toolbox .addthis_counter .addthis_button_expanded {
  margin: 16px 7px 0;
}
.single-member .panel-group {
  border: 0;
  box-shadow: none;
}
.single-member .panel-group p {
  font-size: 14px;
  margin-bottom: 20px;
  text-align: justify;
  white-space: normal;
  word-wrap: break-word;
}
.single-member .panel-group figure img {
  margin: 0 auto;
  height: 51px;
}
.single-member .panel-group figure figcaption {
  padding-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  color: #586466;
}
.single-member .panel-group figure figcaption a {
  color: #586466;
}
.single-member .icons {
  padding: 10px 0 0;
}
.single-member .icons span {
  display: block;
  font-size: 20px;
  vertical-align: middle;
  color: #4b4b4b;
  padding-top: 4px;
  position: relative;
  padding-left: 16px;
  white-space: nowrap;
}
.single-member .icons span i {
  display: inline-block;
  margin: 10px 0;
  font-size: 10px;
  color: #9b9b9b;
  position: absolute;
  left: 0;
}
.single-member .icons span small {
  font-size: 13px;
}
.single-member .icons ul {
  padding: 5px 0 10px 0;
}
.single-member .icons ul li {
  display: inline-block;
  list-style: none;
  vertical-align: middle;
}
.single-member .icons ul li a {
  font-size: 25px;
  color: #7d7d7d;
}
.single-member .icons ul li .fa {
  padding: 6px 8px;
  border: 2px solid #c2c2c2;
  font-size: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.single-member .icons ul li .edit-profile {
  border: 2px solid #2ac4f4;
  color: #2ac4f4;
}
.single-member .icons ul li .border-red {
  border: 2px solid rgba(255, 0, 0, 0.67);
}
.single-member .icons ul li .fa-commenting {
  color: #46b8da !important;
}
.single-member .information {
  min-height: 70px;
}
.single-member h4 {
  font-size: 20px;
}
.single-member h5 {
  font-size: 18px;
  margin-bottom: 15px;
}
.single-member .panel-default {
  border: 0;
  border-top: 1px solid #d7d7d7;
  background: transparent;
  box-shadow: none;
}
.single-member .panel-heading {
  background: none;
  box-shadow: none;
  border: 0;
  padding: 10px 15px 10px 2px;
  color: #4b4b4b;
}
.single-member .panel-heading a {
  font-size: 18px;
}
.single-member .panel-heading a i {
  font-size: 18px;
}
.single-member .panel-heading a:focus {
  text-decoration: none;
}
.single-member .panel-group .panel-heading + .panel-collapse .panel-body {
  border: 0;
}
.single-member .panel-body figure img {
  margin: 0 auto;
}
.single-member .panel-body figure figcaption {
  padding-top: 0;
}
#header-slider {
  position: relative;
  margin: auto;
  width: 600px;
  height: 100px;
}
#header-slider #slider-container {
  cursor: move;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 600px;
  height: 100px;
}
#header-slider #slider-container div {
  height: 90px;
  border: 2px solid #d7d7d7;
}
#searching-users {
  padding: 0 15px;
  position: relative;
}
#searching-users p {
  height: 55px;
  margin-bottom: 0;
}
#searching-users #searching-user {
  height: 55px;
  line-height: 50px;
}
#searching-users #searching-user img {
  width: 37px;
  height: 37px;
}
#searching-users .swiper-button-search-prev,
#searching-users .swiper-button-search-next {
  top: 40%;
  display: block;
  position: absolute;
  width: 25px;
  height: 55px;
  cursor: pointer;
  overflow: hidden;
}
#searching-users .swiper-button-search-prev {
  left: -12px;
  background: url('bundles/app/images/arrows.png') no-repeat -18px -33px;
}
#searching-users .swiper-button-search-prev:hover {
  background: url('bundles/app/images/arrows.png') no-repeat -258px -33px;
}
#searching-users .swiper-button-search-next {
  right: -12px;
  background: url('bundles/app/images/arrows.png') no-repeat -79px -33px;
}
#searching-users .swiper-button-search-next:hover {
  background: url('bundles/app/images/arrows.png') no-repeat -319px -33px;
}
#searching-users .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  width: 80%;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#searching-users .swiper-slide:nth-child(2n) {
  width: 15%;
}
#searching-users .swiper-slide:nth-child(n) {
  width: 15%;
}
#main-swiper-slider {
  padding-top: 16px;
  position: relative;
}
#main-swiper-slider ul li {
  display: inline-block;
  list-style: none;
  margin-left: 10px;
  vertical-align: top;
}
#main-swiper-slider ul li .fa {
  font-size: 26px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
#main-swiper-slider ul li .fa-star {
  color: #9b9b9b;
}
#main-swiper-slider ul.like-next {
  position: absolute;
  height: 45px;
  width: 100%;
  bottom: 0;
  text-align: center;
  z-index: 150;
  padding-left: 0;
}
#main-swiper-slider ul.like-next li {
  margin-left: 0;
}
#main-swiper-slider ul.like-next li a {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: block;
}
#main-swiper-slider ul.like-next li:first-child {
  margin-right: 20px;
}
#main-swiper-slider ul.like-next li:first-child a {
  border: 2px solid;
  color: #00c8f8;
}
#main-swiper-slider ul.like-next li:first-child a:hover {
  border: 2px solid #00c8f8;
}
#main-swiper-slider ul.like-next li:last-child a {
  border: 2px solid;
  color: #ef4e67;
}
#main-swiper-slider ul.like-next li:last-child a:hover {
  border: 2px solid #ef4e67;
}
#main-swiper-slider ul.like-next li .fa-times {
  font-size: 26px;
  padding: 6px 10px;
  display: block;
}
#main-swiper-slider ul.like-next li .fa-heart,
#main-swiper-slider ul.like-next li .fa-heart-o {
  font-size: 22px;
  padding: 8px 9px 7px;
  display: block;
}
#main-swiper-slider .swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
#main-swiper-slider .swiper-slide {
  background-size: cover;
  background-position: center;
}
#main-swiper-slider .gallery-top {
  height: 80%;
  width: 100%;
  text-align: center;
  line-height: 430px;
}
#main-swiper-slider .gallery-top img {
  width: 100%;
}
#main-swiper-slider .gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
#main-swiper-slider .gallery-thumbs img {
  border: 1px solid transparent;
}
#main-swiper-slider .gallery-thumbs img:hover {
  border: 1px solid #00c8f8;
}
#main-swiper-slider .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
#main-swiper-slider .gallery-thumbs .swiper-slide-active {
  opacity: 1;
}
#report-modal {
  position: absolute;
  top: 25%;
  box-shadow: 0 0;
  z-index: 1080;
  width: auto;
  background: transparent;
}
.modal {
  width: auto;
  background: transparent;
}
.modal h4 {
  color: #7d7d7d;
  text-align: center;
}
.modal textarea {
  resize: none;
}
.modal .btn {
  margin: 0;
}
.modal .modal-footer {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
#members #slider {
  background-color: #27262e;
  padding-bottom: 140px;
}
#members #slider .jssora11l {
  left: -4px !important;
}
#members #slider .jssora11r {
  right: -3px !important;
}
#members #slider ul li {
  display: inline-block;
  list-style: none;
  margin-left: 10px;
  vertical-align: top;
}
#members #slider ul li .fa {
  font-size: 26px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
#members #slider ul li .fa-star {
  color: #9b9b9b;
}
#members #slider #main-slider {
  position: relative;
  top: 16px;
  left: 0;
  width: 600px;
}
#members #slider #main-slider .member-slider {
  cursor: move;
  position: absolute;
  overflow: hidden;
  left: 50px;
  top: 38px;
  z-index: 100;
  width: 500px;
}
#members #slider #main-slider ul.like-next {
  position: absolute;
  height: 45px;
  width: 100%;
  bottom: 0;
  text-align: center;
  z-index: 150;
  padding-left: 0;
}
#members #slider #main-slider ul.like-next li {
  margin-left: 0;
}
#members #slider #main-slider ul.like-next li a {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: block;
}
#members #slider #main-slider ul.like-next li:first-child {
  margin-right: 20px;
}
#members #slider #main-slider ul.like-next li:first-child a {
  border: 2px solid;
  color: #00c8f8;
}
#members #slider #main-slider ul.like-next li:first-child a:hover {
  border: 2px solid #00c8f8;
}
#members #slider #main-slider ul.like-next li:last-child a {
  border: 2px solid;
  color: #ef4e67;
}
#members #slider #main-slider ul.like-next li:last-child a:hover {
  border: 2px solid #ef4e67;
}
#members #slider #main-slider ul.like-next li .fa-times {
  font-size: 26px;
  padding: 6px 10px;
}
#members #slider #main-slider ul.like-next li .fa-heart,
#members #slider #main-slider ul.like-next li .fa-heart-o {
  font-size: 22px;
  padding: 8px 9px 7px;
  display: block;
}
.slider.slider-horizontal {
  min-width: 90%;
  height: 30px;
  margin-bottom: 15px;
}
.slider.slider-horizontal .slider-track {
  height: 13px !important;
  background: yellow !important;
}
.slider.slider-horizontal .slider-handle {
  height: 37px;
  width: 24px;
  margin-top: -11px !important;
  font-size: 10px;
  line-height: 15px;
  padding-left: 5px;
  box-shadow: none;
}
.slider.slider-horizontal .slider-handle.custom::before {
  background-color: #ffffff;
  color: green;
  content: " ";
}
.slider.slider-horizontal .slider-selection {
  background: #a7b249;
}
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  background: #9d9d9d;
}
.slider.slider-horizontal .min-slider-handle.custom {
  background: url('bundles/app/images/location-icons.png') no-repeat 1px 4px;
  color: #5da7bb;
  border-top: 0 !important;
}
.slider.slider-horizontal .max-slider-handle.custom {
  background: url('bundles/app/images/location-icons.png') no-repeat -45px 4px;
  color: #e91e63;
}
/*Edit profile styles*/
.username {
  text-align: left;
  margin: 5px 0 0;
  color: #7d7d7d;
  white-space: nowrap;
  overflow: hidden;
}
.see-more {
  width: 102px;
  height: 100px;
  position: absolute;
  margin-left: 15px;
  background-color: rgba(32, 151, 219, 0.75);
}
.see-more i {
  font-size: 30px;
  padding-top: 35px;
  color: #fff;
}
figure {
  text-align: center;
}
figure a {
  display: block;
}
figure figcaption {
  padding-top: 15px;
}
#edit-profile .gender input[type=radio] {
  display: none;
}
#edit-profile .gender input[type=checkbox]:checked label {
  color: #f00;
}
#edit-profile .btn {
  margin: 0 0 0 10px;
  padding: 6px 20px;
}
#edit-profile select {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  #members #slider {
    padding-bottom: 100px;
  }
  #menu-offcanvas #left-block {
    padding-top: 0;
  }
  #menu-offcanvas #left-block hr {
    margin: 20px 0;
  }
  #menu-offcanvas #left-block > ul {
    padding: 25px 0 5px;
    margin-bottom: 10px;
  }
  #menu-offcanvas #left-block > ul li {
    margin-bottom: 15px;
  }
  #menu-offcanvas #left-block > ul li ul {
    margin-bottom: 0;
  }
  #menu-offcanvas #left-block > ul li ul li {
    margin-bottom: 0;
  }
  .slider.slider-horizontal {
    min-width: 100%;
  }
  #main-swiper-slider .gallery-top img {
    width: auto;
  }
  #edit-profile {
    padding: 0;
  }
  #edit-profile .form-control {
    padding: 6px 12px;
  }
  .username {
    margin: 15px 0;
    padding: 0;
    font-size: 26px;
    line-height: 31px;
  }
  .single-member {
    padding: 10px 0;
  }
  .single-member ul li {
    margin-left: 7px;
  }
  #searching-users p {
    height: 70px;
  }
  #searching-users #searching-user {
    height: 70px;
    line-height: 65px;
  }
  #searching-users #searching-user img {
    width: 60px;
    height: 60px;
  }
  #searching-users .swiper-button-search-prev,
  #searching-users .swiper-button-search-next {
    top: 43%;
  }
}
@media (min-width: 992px) {
  #members #slider {
    width: auto;
  }
  #members #slider ul li {
    margin-left: 10px;
  }
  .sliding-modal.modal {
    width: 760px;
    top: 62% !important;
  }
  #left-block input.bg-transparent {
    width: 100%;
    margin-bottom: 0;
  }
  #left-block .left-form {
    margin: 25px auto 10px;
    width: auto;
  }
  #left-block .left-form .city-form {
    clear: both;
  }
  #left-block .left-form .city-form div {
    float: left;
  }
  #left-block .left-form .city-form div:first-child {
    width: 65%;
    margin-right: 10px;
  }
  #left-block .left-form .city-form div:last-child {
    width: 30%;
  }
  .single-member {
    padding: 10px 0;
  }
  #searching-users p {
    height: 80px;
  }
  #searching-users #searching-user {
    height: 80px;
  }
  #searching-users #searching-user img {
    width: 75px;
    height: 75px;
  }
  #searching-users .swiper-button-search-prev,
  #searching-users .swiper-button-search-next {
    top: 43%;
  }
  #right-block ul li ul li a {
    width: 115px;
  }
}
@media (min-width: 1200px) {
  #members #slider {
    height: 760px;
  }
  .sliding-modal.modal {
    width: 760px;
    top: 55% !important;
  }
  #searching-users p {
    height: 100px;
  }
  #searching-users #searching-user {
    height: 100px;
  }
  #searching-users #searching-user img {
    width: 95px;
    height: 95px;
  }
  #searching-users .swiper-button-search-prev,
  #searching-users .swiper-button-search-next {
    top: 50%;
  }
  #member-sliding {
    height: 700px;
  }
  #member-sliding .member-sliding-images {
    padding: 30px 0;
    height: 570px;
  }
  #member-sliding .member-images {
    width: 720px !important;
    height: 93px;
  }
}

/* radius functions */
.blur {
  -webkit-filter: blur(20px);
  -moz-filter: blur(20px);
  -o-filter: blur(20px);
  -ms-filter: blur(20px);
  filter: blur(20px);
}
#messages {
  /* goals animation */
}
#messages .friends-animate.ng-leave {
  -webkit-transition: 200ms ease-out all;
  -moz-transition: 200ms ease-out all;
  -ms-transition: 200ms ease-out all;
  -o-transition: 200ms ease-out all;
  transition: 200ms ease-out all;
  position: relative;
  display: block;
}
#messages .friends-animate.ng-enter-stagger {
  transition-delay: 0.1s;
  animation-delay: 0.1s;
}
#messages .friends-animate.ng-leave.friends-animate.ng-leave-active,
#messages .friends-animate.ng-enter {
  opacity: 0;
  top: 100px;
}
#messages .friends-animate.ng-enter.friends-animate.ng-enter-active,
#messages .friends-animate.ng-leave {
  opacity: 1;
  top: 0;
}
#messages h3,
#messages h2 {
  margin: 0;
  padding: 10px 5px 0;
  font-size: 16px;
  color: #9b9b9b;
  text-align: left;
}
#messages h3 i,
#messages h2 i {
  display: inline-block;
}
#messages h2 {
  padding: 10px 5px;
  border-right: 0;
}
#messages hr {
  margin: 0;
  border-color: #2ac4f4;
}
#messages .fa-circle {
  font-size: 8px;
  margin-right: 5px;
}
#messages ul {
  background-color: #ffffff;
  padding: 0 1px 0;
  list-style: none;
  margin-bottom: 0;
}
#messages ul .active-message-user {
  background-color: #dddddd;
}
#messages ul .active-message-user .fa-star {
  background-color: #dddddd;
}
#messages ul li ul {
  border: 0;
  padding: 8px 0 8px 1px;
  margin-bottom: 0;
  position: relative;
}
#messages ul li ul li {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  position: relative;
}
#messages ul li ul li a {
  color: #4b4b4b;
  font-size: 12px;
}
#messages ul li ul li a i {
  color: #9b9b9b;
}
#messages ul li ul li a:hover {
  text-decoration: none;
}
#messages ul li ul li figure {
  width: 25px;
  height: 25px;
  overflow: hidden;
  border: 1px solid #d7d7d7;
}
#messages ul li ul:hover {
  background-color: #eeeeee;
}
#messages ul li ul .fa-star {
  position: absolute;
  right: 5px;
  top: 15px;
  padding-left: 4px;
}
#messages .message-icons {
  padding: 7px 0 6px;
  text-align: right;
}
#messages .message-icons li {
  list-style: none;
  display: inline-block;
}
#messages .message-icons li a {
  display: block;
  font-size: 12px;
  padding: 5px 7px;
  border: 1px solid #c2c2c2;
  color: #7d7d7d;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
#messages .message-users ul li {
  cursor: pointer;
  position: relative;
}
#messages .message-users ul li .fa-star {
  position: absolute;
  right: 5px;
  top: 15px;
  padding-left: 4px;
  z-index: 15;
}
#messages .message-row {
  position: relative;
  padding: 0 10px 5px;
}
#messages .message-row > div:last-child {
  font-size: 11px;
}
#messages .message-row span {
  font-size: 12px;
  display: inline-block;
  text-align: justify;
  white-space: normal;
  word-break: break-word;
}
#messages .message-row .image {
  position: absolute;
  top: 0;
  width: 30px;
  height: 30px;
  overflow: hidden;
}
#messages .message-row:first-child {
  margin: 20px 0 5px;
}
#messages .smiles textarea {
  padding: 6px 33px 6px 12px;
}
#messages .smiles .popover {
  min-width: 300px;
  margin-top: 2px;
}
#messages .smiles .popover .popover-content ul li {
  display: inline-block;
  margin: 2px;
  cursor: pointer;
}
#messages .smiles .popover:focus {
  outline: none;
}
#messages .btn-send {
  display: inline-block;
  color: #4ad8f6;
  font-size: 25px;
  line-height: 50px;
  border: 0;
  background-color: transparent;
}
#messages .fa-smile-o {
  font-size: 25px;
  margin-top: 4px;
  color: #7d7d7d;
  position: absolute;
  top: 0;
  right: 25px;
  cursor: pointer;
  background-color: #ffffff;
  padding-left: 4px;
}
#messages form {
  padding: 10px 0;
}
#messages .my-message {
  text-align: right;
  padding-right: 9px;
}
#messages .my-message .message-text {
  margin-left: 0;
}
#messages .my-message .message-text span {
  background-color: #bbeaf9;
}
#messages .message-text {
  padding: 0 7px;
  position: relative;
  margin-left: 32px;
}
#messages .message-text span {
  padding: 9px 10px;
  background-color: #eeeeee;
  color: #484848;
  white-space: normal;
  word-wrap: break-word;
}
#messages .message-text .remove-msg {
  cursor: pointer;
  background: url('bundles/app/images/remove-icon.png') no-repeat right center;
  height: 7px;
  width: 7px;
  top: -7px;
  right: 13px;
}
#messages .message-text bdi {
  position: absolute;
  top: 2px;
  width: 0;
  height: 0;
  color: #eeeeee;
}
#messages .message-text .arrow-right {
  right: 2px;
  border-top: 6px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 9px solid #bbeaf9;
}
#messages .message-text .arrow-left {
  left: 2px;
  border-top: 6px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 9px solid;
}
@media (min-width: 768px) {
  #messages h2,
  #messages h3 {
    padding: 23px 35px;
    font-size: 18px;
  }
  #messages h2 {
    padding: 23px 0;
    border-right: 0;
  }
  #messages .message-icons {
    padding: 20px 0 10px;
  }
  #messages .message-text bdi {
    top: 12px;
  }
  #messages .message-row > div:first-child {
    margin: 1px 0;
  }
  #messages .message-row span {
    font-size: 15px;
  }
  #messages .smiles .popover {
    margin-top: 32px;
  }
  #messages .btn-send {
    display: inline-block;
    color: #4ad8f6;
    font-size: 25px;
    border: 0;
    background-color: transparent;
  }
}
@media (min-width: 992px) {
  #messages h2,
  #messages h3 {
    padding: 23px 35px;
    font-size: 18px;
  }
  #messages h2 {
    padding: 23px 0;
    border-right: 0;
  }
  #messages .message-text bdi {
    top: 12px;
  }
  #messages .message-row > div:first-child {
    margin: 1px 0;
  }
  #messages .message-row span {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  #messages ul {
    padding: 0 1px 0;
  }
  #messages ul li ul {
    padding: 8px 0 8px 15px;
  }
  #messages ul li ul li {
    margin-right: 5px;
  }
  #messages .message-text {
    padding: 0 10px;
  }
}

/* radius functions */
.blur {
  -webkit-filter: blur(20px);
  -moz-filter: blur(20px);
  -o-filter: blur(20px);
  -ms-filter: blur(20px);
  filter: blur(20px);
}
#login-container,
#register,
#contact {
  margin-top: 60px;
  padding: 40px 0 25px;
  color: #9b9b9b;
  background: url('bundles/app/images/bg-inner.jpg') #3f3e47;
}
#login-container h1,
#register h1,
#contact h1 {
  font-size: 17px;
  color: #6d6d6d;
  padding: 15px 0 5px;
}
#login-container p,
#register p,
#contact p {
  font-size: 13px;
  color: #9b9b9b;
  margin: 5px 0 0;
}
#login-container form,
#register form,
#contact form {
  margin: 10px auto 20px;
}
#login-container form input,
#register form input,
#contact form input,
#login-container form textarea,
#register form textarea,
#contact form textarea {
  color: #8d8d8d;
  margin-bottom: 5px;
}
#login-container form .checkbox-inline input,
#register form .checkbox-inline input,
#contact form .checkbox-inline input,
#login-container form .radio-inline input,
#register form .radio-inline input,
#contact form .radio-inline input,
#login-container form input.btn-blue,
#register form input.btn-blue,
#contact form input.btn-blue {
  width: auto;
}
#login-container form label.text-left,
#register form label.text-left,
#contact form label.text-left {
  text-align: left;
}
#login-container form textarea,
#register form textarea,
#contact form textarea {
  height: 100px;
}
#login-container form select,
#register form select,
#contact form select {
  margin-bottom: 5px;
  color: #8d8d8d;
}
#login-container form bdi,
#register form bdi,
#contact form bdi {
  color: #ff0000;
}
#login-container form a,
#register form a,
#contact form a {
  color: #9b9b9b;
  display: block;
  padding: 7px 0;
}
#login-container form .radio-inline,
#register form .radio-inline,
#contact form .radio-inline {
  padding-top: 0;
}
#login-container form .checkbox input,
#register form .checkbox input,
#contact form .checkbox input {
  width: auto;
}
#login-container form .checkbox-inline a,
#register form .checkbox-inline a,
#contact form .checkbox-inline a {
  display: inline-block;
  padding: 0;
}
#login-container form .checkbox-inline bdi,
#register form .checkbox-inline bdi,
#contact form .checkbox-inline bdi {
  position: absolute;
  top: 25px;
  left: 164px;
  font-size: 20px;
}
#login-container .relative span,
#register .relative span,
#contact .relative span {
  display: inline-block;
  padding: 0 17px;
  background-color: #fff;
  position: relative;
  font-size: 17px;
  z-index: 10;
}
#login-container .relative hr,
#register .relative hr,
#contact .relative hr {
  position: absolute;
  width: 100%;
  bottom: -9px;
  z-index: 1;
  border-color: #BFBFBF;
}
#login-container .btn-blue,
#register .btn-blue,
#contact .btn-blue {
  margin: 0;
  color: #ffffff;
  padding: 6px 21px;
}
#login-container span,
#register span,
#contact span {
  display: block;
  padding: 7px 0;
}
#login-container .help-block,
#register .help-block,
#contact .help-block {
  color: rgba(255, 0, 0, 0.67);
}
#login-container .help-block span,
#register .help-block span,
#contact .help-block span {
  display: inline-block;
}
#login-container hr,
#register hr,
#contact hr {
  border-color: #cccccc;
}
#login-container ul,
#register ul,
#contact ul {
  text-align: center;
  padding: 20px 20px 15px;
}
#login-container ul li,
#register ul li,
#contact ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
#login-container ul li a,
#register ul li a,
#contact ul li a {
  display: block;
  padding: 4px 0 0 45px;
  vertical-align: middle;
  height: 35px;
  color: #9b9b9b;
}
#contact form textarea {
  height: 200px;
}
.dropzone {
  border: 3px dashed #d7d7d7 !important;
  cursor: pointer;
  border-radius: 20px !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  -ms-border-radius: 20px !important;
  -o-border-radius: 20px !important;
}
.dropzone .dz-message {
  text-align: center;
  opacity: 1 !important;
}
.dropzone .dz-message h3 {
  margin: 0;
  padding: 20px 0 10px;
}
.dropzone .fa-cloud-upload {
  font-size: 150px;
  margin-top: 30px;
}
.dropzone a {
  cursor: pointer;
}
.dropzone .dz-success-mark span {
  display: none !important;
}
.register-images {
  background: rgba(0, 0, 0, 0.02);
  padding: 5px;
  border: 1px solid #acacac;
  margin-bottom: 10px;
}
.register-images img {
  height: 80px;
  overflow: hidden;
  margin: 0 auto;
}
.connect-social {
  padding-bottom: 20px;
}
.connect-social a {
  display: inline-block;
  color: #4b4b4b;
  margin: 5px 1px;
  height: 27px;
  padding: 2px 0 0 35px;
  vertical-align: middle;
}
.connect-social .facebook {
  background: url('bundles/app/images/social-icons.png') no-repeat 0 -2px;
}
.connect-social .twitter {
  background: url('bundles/app/images/social-icons.png') no-repeat 0 -29px;
}
.connect-social .instagram {
  background: url('bundles/app/images/social-icons.png') no-repeat 0 -58px;
}
#register .connect-social {
  padding: 0;
  text-align: left;
  margin: 5px 0 0 0;
}
#register .connect-social li a {
  padding: 0;
  width: 27px;
  height: 27px;
  margin: 0;
  cursor: pointer;
}
#interest {
  margin-top: 20px;
}
#interest h4 {
  text-align: left;
}
#interest span {
  font-weight: bold;
}
#interest bdi {
  color: #ff0000;
}
#interest label {
  white-space: nowrap;
}
.cropArea {
  background: #E4E4E4;
  overflow: hidden;
  width: 99%;
  height: 350px;
}
strong {
  color: #4b4b4b;
}
#office-information {
  padding: 0 15px;
}
#office-information h2 {
  margin: 0 0 15px 0;
  padding: 0;
  font-size: 15px;
  text-align: left;
  color: #6d6d6d;
}
#office-information p {
  margin: 0;
  font-size: 12px;
  padding-bottom: 15px;
}
#office-information strong {
  color: #6d6d6d;
}
.g-recaptcha div:first-child {
  width: 285px !important;
}
.g-recaptcha iframe {
  margin-left: -23px;
}
#register2,
#register3 {
  top: 5%;
  box-shadow: none;
  max-width: 960px;
  margin: 0 auto;
}
#register2 .interest-scroll,
#register3 .interest-scroll {
  height: 340px;
  overflow-y: scroll;
}
#register2 form,
#register3 form {
  padding-bottom: 15px;
}
#register2 form select.form-control,
#register3 form select.form-control {
  padding: 6px 1px;
}
#register2 span.close-modal,
#register3 span.close-modal {
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  right: 10px;
  top: 10px;
  outline: none;
  background: url('bundles/app/images/delete.png') no-repeat center center;
}
@media (min-width: 768px) {
  #login-container,
  #register,
  #contact {
    padding: 40px 0 25px;
  }
  #login-container h1,
  #register h1,
  #contact h1 {
    font-size: 23px;
    padding: 40px 0 5px;
  }
  #login-container p,
  #register p,
  #contact p {
    font-size: 16px;
    margin: 15px 0 0;
  }
  #login-container p.help-text,
  #register p.help-text,
  #contact p.help-text {
    font-size: 12px;
    margin: 0;
  }
  #login-container form,
  #register form,
  #contact form {
    margin: 20px auto 10px;
  }
  #login-container form .error,
  #register form .error,
  #contact form .error {
    padding-bottom: 20px;
    color: rgba(255, 0, 0, 0.67);
  }
  #login-container form .error i.fa-exclamation-triangle,
  #register form .error i.fa-exclamation-triangle,
  #contact form .error i.fa-exclamation-triangle {
    margin-right: 5px;
  }
  #login-container form hr,
  #register form hr,
  #contact form hr {
    margin-bottom: 0;
  }
  #login-container .form-message,
  #register .form-message,
  #contact .form-message {
    font-size: 15px;
    padding: 75px 0 85px;
  }
  #login-container ul,
  #register ul,
  #contact ul {
    padding: 0;
  }
  #login-container #interest span,
  #register #interest span,
  #contact #interest span {
    font-size: 15px;
  }
  #login-container .cropArea,
  #register .cropArea,
  #contact .cropArea {
    width: 55%;
    height: 350px;
  }
  #login-container #office-information h2,
  #register #office-information h2,
  #contact #office-information h2 {
    font-size: 21px;
  }
  #login-container #office-information p,
  #register #office-information p,
  #contact #office-information p {
    margin: 0;
    font-size: 13px;
  }
  #login-container .connect-social,
  #register .connect-social,
  #contact .connect-social {
    padding-bottom: 40px;
  }
  #login-container .connect-social a,
  #register .connect-social a,
  #contact .connect-social a {
    margin: 5px 15px;
  }
  #register .connect-social {
    padding: 0;
  }
  .g-recaptcha div:first-child {
    width: 304px !important;
  }
  .g-recaptcha iframe {
    margin-left: 0;
  }
  #register2 .interest-scroll,
  #register3 .interest-scroll {
    height: 570px;
  }
  #register2 form,
  #register3 form {
    padding-bottom: 30px;
  }
  #register2 form select.form-control,
  #register3 form select.form-control {
    padding: 6px 1px;
  }
}
@media (min-width: 992px) {
  #login-container,
  #register,
  #contact {
    margin-top: 60px;
  }
  #login-container h1,
  #register h1,
  #contact h1 {
    font-size: 26px;
    padding: 50px 0 5px;
  }
  #login-container p,
  #register p,
  #contact p {
    font-size: 16px;
    margin: 15px 0 0;
  }
  #login-container form,
  #register form,
  #contact form {
    margin: 30px auto 70px;
  }
  #login-container #office-information,
  #register #office-information,
  #contact #office-information {
    padding: 0 15px 50px;
  }
  #login-container #office-information h2,
  #register #office-information h2,
  #contact #office-information h2 {
    font-size: 23px;
    color: #6d6d6d;
  }
  #login-container #office-information p,
  #register #office-information p,
  #contact #office-information p {
    margin: 0;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  #login-container .btn-blue,
  #register .btn-blue,
  #contact .btn-blue {
    padding: 6px 34px;
  }
}
.pac-container {
  z-index: 1081 !important;
}

/* radius functions */
.blur {
  -webkit-filter: blur(20px);
  -moz-filter: blur(20px);
  -o-filter: blur(20px);
  -ms-filter: blur(20px);
  filter: blur(20px);
}
.static-page {
  margin: 65px auto 20px;
  padding: 40px 0 10px;
}
.static-page h1 {
  font-size: 17px;
  color: #6d6d6d;
  padding: 15px 0 5px;
}
.static-page h2 {
  padding: 0 0 20px;
  font-size: 15px;
  color: #6d6d6d;
}
.static-page p {
  font-weight: normal;
  font-size: 14px;
  text-align: justify;
}
.static-page h3 {
  font-size: 14px;
}
.static-page h4 {
  font-size: 14px;
  color: #6d6d6d;
  margin-bottom: 10px;
}
.static-page h6 {
  color: #6d6d6d;
}
.static-page a {
  color: #7b7b7b;
}
.static-page figure {
  text-align: center;
}
.static-page figure figcaption {
  padding-top: 0;
  padding-bottom: 30px;
}
.static-page .btn-blue,
.static-page .btn-pink {
  margin: 0 10px 0 0 ;
  color: #ffffff;
}
.static-page .change-card {
  margin: 15px 10px 20px 0;
  padding: 6px 35px;
  font-size: 19px;
}
.static-page table,
.static-page tr,
.static-page th,
.static-page td {
  border: 1px solid #cccccc;
}
.static-page table tr td {
  padding: 10px;
  color: #9b9b9b;
}
.static-page .information-list {
  list-style: none;
  border: 1px solid #cccccc;
  padding: 0 0 20px;
}
.static-page .information-list li {
  padding: 5px 10px;
  color: #9b9b9b;
}
.static-page .information-list li:first-child {
  background-color: #eeeeee;
  color: #4b4b4b;
  padding: 10px;
}
.static-page .information-list form {
  padding-top: 10px;
}
.static-page .how-much {
  list-style: none;
  padding-left: 0;
}
.static-page .how-much li {
  border: 1px solid #cccccc;
  text-align: center;
}
.payment h2 {
  padding: 0;
}
.payment .subscribe-item {
  display: block;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  color: #6e6e6e;
  text-align: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin: 10px 0;
  padding: 10px;
}
.payment .subscribe-item strong {
  display: block;
  color: #6d6d6d;
  font-size: 14px;
  padding: 0 0 5px 0;
}
.payment .subscribe-item input {
  padding: 3px 10px;
}
.payment .subscribe-item span {
  display: block;
}
.payment .subscribe-item span:last-child {
  font-size: 13px;
  margin: 5px 0 0;
}
.payment .subscribe-item:hover {
  background-color: #00c8f8;
}
.payment .subscribe-item:hover a,
.payment .subscribe-item:hover span,
.payment .subscribe-item:hover strong {
  color: #ffffff;
}
.payment .subscribe-item:hover input {
  color: #6d6d6d;
}
.payment .subscribe-active {
  background-color: #00c8f8;
}
.payment .subscribe-active a,
.payment .subscribe-active span,
.payment .subscribe-active strong {
  color: #ffffff;
}
.payment .subscribe-active input {
  color: #6d6d6d;
}
.payment .unlimited .subscribe-item {
  border: 2px solid #ef4e67;
}
.payment .unlimited .subscribe-item:hover {
  border-color: #00c8f8;
}
@media (min-width: 768px) {
  .static-page {
    padding: 40px 0 60px;
  }
  .static-page h1 {
    font-size: 23px;
    padding: 15px 0 5px;
  }
  .static-page h2 {
    font-size: 20px;
  }
  .static-page h3 {
    font-size: 18px;
  }
  .static-page h4 {
    font-size: 16px;
    margin-bottom: 22px;
  }
  .payment .subscribe-item {
    min-height: 215px;
    margin: 20px 0 10px;
    padding: 25px 20px;
  }
  .payment .subscribe-item strong {
    padding: 0 0 15px 0;
    font-size: 16px;
  }
  .payment .subscribe-item span:last-child {
    font-size: 15px;
    margin: 15px 0 0;
  }
}
@media (min-width: 992px) {
  .static-page {
    margin: 60px auto 30px;
  }
  .static-page h1 {
    font-size: 26px;
    padding: 50px 0 5px;
  }
  .static-page h2 {
    font-size: 26px;
  }
  .static-page h4 {
    font-size: 17px;
    margin-bottom: 30px;
  }
  .payment .subscribe-item {
    margin: 20px 0;
    padding: 25px 12px;
  }
}

/* radius functions */
.blur {
  -webkit-filter: blur(20px);
  -moz-filter: blur(20px);
  -o-filter: blur(20px);
  -ms-filter: blur(20px);
  filter: blur(20px);
}
#blog {
  margin: 65px auto 20px;
  padding: 40px 15px 10px;
  overflow: hidden;
  background: url('bundles/app/images/bg-inner.jpg') #3f3e47;
}
#blog h2.blog-title {
  font-size: 17px;
  line-height: 25px;
  padding: 10px;
  color: #222222;
}
#blog ul {
  padding: 5px 0 0 0;
}
#blog ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
#blog ul li a {
  display: inline-block;
}
#blog ul li i {
  margin-right: 5px;
  color: #7b7b7b;
}
#blog ul.pagination {
  border-radius: 0;
}
#blog ul.pagination li {
  margin-right: 0;
}
#blog ul.pagination li a {
  border-radius: 0;
  color: #586466;
  margin: 0 3px;
  padding: 6px 12px;
  font-size: 14px;
}
#blog ul.pagination .first,
#blog ul.pagination .last {
  display: none;
}
#blog ul.pagination .current a {
  background: #2ac4f4;
  border: 1px solid #2197b8;
  color: #ffffff;
}
#blog ul.pagination .current a:hover,
#blog ul.pagination .current a:focus,
#blog ul.pagination .current a:active {
  background: #2ac4f4;
  border: 1px solid #2197b8;
  color: #ffffff;
}
#blog h2 {
  padding: 0 0 10px;
  font-size: 15px;
  margin-bottom: 0;
}
#blog h2.text-left a {
  padding-top: 15px;
  display: block;
}
#blog p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #646464;
}
#blog .post {
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}
#blog .post li:nth-child(2) {
  border-right: 1px solid #bdbdbd;
  margin-right: 10px;
  padding-right: 10px;
}
#blog a {
  color: #222222;
}
#blog .date-place {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -70px;
  background: #ef4e67;
  height: 80px;
  width: 70px;
  text-align: center;
  padding-top: 12px;
}
#blog .date-place a {
  color: #ffffff;
  line-height: 28px;
  font-size: 22px;
  margin-bottom: 5px;
  font-weight: bold;
}
#blog .date-place a span {
  display: block;
}
#blog .btn-continue {
  border: 2px solid #ef4e67;
  margin: 10px 0 0;
  color: #ef4e67;
  padding: 10px 44px;
  font-size: 16px;
  font-weight: 700;
}
#blog .btn-continue:hover {
  background-color: #ef4e67;
  color: #ffffff;
}
#blog #fos_comment_thread h3 {
  display: none;
}
#blog .fos_comment_submit {
  text-align: right;
  margin-top: 10px;
}
#blog .fos_comment_submit input {
  display: inline-block;
  padding: 6px 25px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background: #0cc4ed;
  border: 1px solid transparent;
  color: #ffffff;
}
#blog .yellow-shadow {
  -moz-box-shadow: 7px 9px 5px #ffcb51;
  -webkit-box-shadow: 7px 9px 5px #ffcb51;
  box-shadow: 7px 9px 5px #ffcb51;
}
#blog .blue-shadow {
  -moz-box-shadow: 7px 9px 5px #2ac4f4;
  -webkit-box-shadow: 7px 9px 5px #2ac4f4;
  box-shadow: 7px 9px 5px #2ac4f4;
}
#blog .figure-lg {
  height: auto;
  margin: 15px 0 0;
}
#blog .figure-small {
  width: 222px;
  height: 116px;
  overflow: hidden;
}
#blog figure {
  text-align: center;
  margin: 0 auto;
}
#blog figure div.background-grey {
  position: relative;
  height: 170px;
}
#blog figure div.background-grey img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#blog figure figcaption {
  padding: 0 15px 25px;
}
#blog figure figcaption p {
  text-align: justify;
}
#blog figure figcaption p a {
  display: inline-block;
}
#blog img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
}
#blog .relative hr {
  width: 100%;
  position: absolute;
  bottom: -3px;
  z-index: 1;
  border-color: #bfbfbf;
}
#blog .blogTagId {
  display: inline-block;
  border: 1px solid #bdbdbd;
  padding: 5px 20px 4px;
  color: #ef4e67;
  margin: 5px 5px 5px 0;
  text-transform: capitalize;
}
#blog .blogTagId:hover {
  border: 1px solid #ef4e67;
  background-color: #ef4e67;
  color: #ffffff;
}
#blog .social li {
  display: inline-block;
  margin-right: 5px;
}
#blog .social li a {
  padding: 6px 0;
  border: 1px solid #ef4e67;
  height: 35px;
  width: 40px;
  text-align: center;
}
#blog .social li a i {
  font-size: 15px;
  margin-right: 0;
}
#blog .social li a:hover {
  background-color: #ef4e67;
  color: #ffffff;
}
#blog .social li a:hover i {
  color: #ffffff;
}
@media (min-width: 768px) {
  #blog h2.blog-title {
    font-size: 23px;
    padding: 15px 0 5px;
    line-height: 30px;
  }
  #blog h2 {
    font-size: 18px;
  }
  #blog .figure-lg {
    margin: 25px auto 5px;
  }
  #blog .btn-continue {
    margin: 5px 0 0;
  }
  #blog figure div.background-grey {
    height: 405px;
  }
}
@media (min-width: 992px) {
  #blog {
    margin: 60px auto 30px;
  }
  #blog h2.blog-title {
    font-size: 30px;
    padding: 30px 0 20px;
  }
  #blog h2 {
    font-size: 22px;
  }
  #blog .btn-continue {
    margin: 35px 0 0;
  }
  #blog .figure-lg {
    margin: 20px auto 0;
  }
}
.border-bottom-grey {
  border-bottom: 1px solid #bdbdbd;
}

/* radius functions */
.blur {
  -webkit-filter: blur(20px);
  -moz-filter: blur(20px);
  -o-filter: blur(20px);
  -ms-filter: blur(20px);
  filter: blur(20px);
}
#group-page form {
  padding: 0 15px;
}
#group-page form input.form-control,
#group-page form select.form-control,
#group-page form textarea.form-control {
  margin-bottom: 5px;
}
#group-page form figure {
  margin-top: 5px;
}
#group-page .map {
  width: 100%;
  height: 200px;
  border: 1px solid #cccccc;
}
.group-menu {
  padding: 20px 0 0;
}
.group-menu ul li {
  position: relative;
}
.group-menu ul li a {
  font-size: 12px;
  color: #586466;
  padding: 10px 4px;
}
.group-menu ul li a sup {
  border: 1px solid #ef4e67;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  padding: 1px 3px;
  font-size: 8px;
  color: #ef4e67;
}
.group-menu ul li a:hover {
  background: transparent;
  color: #17aedd;
}
.group-menu ul li .group-active {
  color: #17aedd;
}
.group-menu hr {
  border-color: #2ac4f4;
}
.note {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: #ef4e67;
  color: #ffffff;
  padding: 9px 7px 3px;
  position: absolute;
  display: block;
  top: -8px;
  z-index: 1;
  left: -5px;
}
.btn-gray {
  background-color: #ffffff;
  color: #6a7a7c;
  padding: 8px 6px;
  font-size: 12px;
  border: 1px solid #6a7a7c;
}
.btn-gray:hover {
  background-color: #2ac4f4;
  color: #ffffff;
  border: 1px solid #23aed9;
}
.group-item figure {
  position: relative;
  background-color: #d6d6d6;
  width: 290px;
  margin: 0 auto 30px;
}
.group-item figure > span {
  position: absolute;
  width: 100%;
  height: 31px;
  left: 4px;
  background: url('bundles/app/images/private-icon.png') no-repeat right center;
}
.group-item figure ul {
  position: absolute;
  background-color: rgba(42, 196, 244, 0.52);
  color: #ffffff;
  left: 0;
  width: 90px;
  padding: 40px 0;
}
.group-item figure ul li {
  font-size: 14px;
  list-style: none;
}
.group-item figure ul li:nth-child(2) {
  font-size: 40px;
}
.group-item figure ul li:nth-child(2) strong {
  color: #ffffff;
}
.group-item figure img {
  height: 175px;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
}
.group-item figure figcaption {
  padding: 0;
  color: #586466;
}
.group-item figure figcaption h3 {
  padding: 10px 0 0 5px;
  font-size: 16px;
  white-space: normal;
  word-break: break-word;
}
.group-item figure figcaption p {
  font-size: 12px;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.group-item figure figcaption .admin-img {
  background-color: #b7b7b7;
  font-size: 12px;
  padding: 20px 5px;
  margin-bottom: 0;
}
.group-item figure figcaption .admin-img img {
  width: 54px;
  height: 54px;
  margin: 0 auto 7px;
}
.group-item figure figcaption .admin-img span {
  display: block;
  white-space: normal;
  width: 100%;
  overflow: hidden;
  height: 37px;
}
.fa-map-marker {
  color: #586466;
  margin-right: 10px;
}
.show-page {
  overflow: hidden;
}
.show-page p {
  white-space: normal;
  word-wrap: break-word;
  color: #7e7e7e;
  font-size: 13px;
  line-height: 20px;
}
.show-page figure {
  margin-bottom: 10px;
  text-align: center;
}
.show-page figure img {
  margin: 0 auto;
}
.show-page ul {
  padding-left: 0;
}
.show-page ul li {
  list-style: none;
  color: #586466;
}
.show-page h3 {
  font-size: 22px;
  padding: 10px 0;
  text-align: left;
}
.show-page .date li {
  font-size: 14px;
  text-align: center;
}
.show-page .date li:nth-child(2) {
  font-size: 48px;
}
.show-page .event-title {
  display: block;
  font-size: 20px;
  margin: 10px 0;
  color: #586466;
  word-break: break-word;
}
.show-page .title-smaller {
  font-size: 24px;
  margin: 15px 0;
}
.show-page .title {
  padding: 20px 25px;
  font-size: 16px;
}
.show-page .date-details li {
  border-bottom: 1px solid #eeeeee;
  padding: 5px;
}
.show-page .date-details li span {
  color: #9d9d9d;
}
.show-page .group-admin-info img {
  width: 60px;
  height: 60px;
  margin-bottom: 5px;
}
.show-page section .waiting {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('bundles/app/images/clock.png') no-repeat center center rgba(97, 99, 107, 0.62);
}
.show-page section figure {
  position: relative;
}
.show-page section figure p {
  position: absolute;
  width: 100%;
  text-align: right;
  right: 5px;
  top: 2px;
  z-index: 10;
}
.show-page section figure p span {
  position: relative;
  margin-left: 2px;
}
.show-page section figure p span .fa-remove {
  position: absolute;
  top: 1px;
  left: 2px;
  font-size: 10px;
}
.show-page section figure img {
  width: 83px;
  height: 83px;
  overflow: hidden;
}
.show-page section figure figcaption {
  padding: 5px;
  background-color: #d6d6d6;
  white-space: nowrap;
}
.show-page section figure figcaption span,
.show-page section figure figcaption a {
  display: block;
  color: #586466;
  width: 100%;
  overflow: hidden;
}
.show-page .buttons {
  margin-bottom: 10px;
}
.show-page .buttons strong {
  font-size: 14px;
  display: block;
  padding: 8px 20px 0;
  color: #586466;
}
.show-page .buttons .btn {
  margin-left: 7px;
  margin-bottom: 5px;
}
.show-page .moderator-select,
.show-page .member-select {
  margin-bottom: 10px;
}
.form-inline select {
  margin-right: 7px;
}
#fos_comment_thread {
  padding: 0 15px;
}
#fos_comment_thread h3 {
  display: none;
}
#fos_comment_thread .fos_comment_comment_metas {
  margin: 10px auto;
}
#fos_comment_thread .comments-buttons {
  padding-left: 0;
}
#fos_comment_thread .comments-buttons li {
  display: inline-block;
}
#fos_comment_thread .comments-buttons li button {
  background-color: transparent;
  border: 0;
  outline: none;
  color: #586466;
  padding-left: 0;
}
#fos_comment_thread .comments-buttons li button:hover,
#fos_comment_thread .comments-buttons li button:focus {
  background-color: transparent;
  outline: none;
}
#fos_comment_thread .fos_comment_comment_reply_cancel,
#fos_comment_thread .fos_comment_submit button.btn-pink {
  background-color: #ef4e67;
  color: #ffffff;
  border: 1px solid #df4b62;
  padding: 6px 12px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin-right: 5px;
}
#fos_comment_thread .fos_comment_comment_reply_cancel:hover,
#fos_comment_thread .fos_comment_submit button.btn-pink:hover {
  background-color: #d9485f;
  color: #ffffff;
  outline: none;
}
#fos_comment_thread .fos_comment_comment_reply_cancel:focus,
#fos_comment_thread .fos_comment_submit button.btn-pink:focus {
  outline: none;
}
.fos_comment_comment_form_holder img {
  float: left;
  margin-right: 10px;
}
.fos_comment_comment_form_holder p {
  font-size: 16px;
  padding: 15px 0 10px;
}
.fos_comment_comment_new_form textarea {
  resize: none;
  height: 180px;
}
.fos_comment_comment_new_form .fos_comment_submit {
  text-align: right;
  margin-top: 10px;
}
.fos_comment_comment_new_form .fos_comment_submit input {
  outline: none;
}
.fos_comment_comment_new_form .fos_comment_submit input:focus {
  outline: none;
}
@media (min-width: 768px) {
  .show-page p {
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
  }
  .btn-gray {
    font-size: 13px;
    margin-left: 2px;
  }
  #group-page form {
    padding: 0;
  }
  #group-page form input.form-control,
  #group-page form select.form-control,
  #group-page form textarea.form-control {
    margin-bottom: 0;
  }
  .group-menu {
    padding: 20px 0 0;
  }
  .group-menu ul li a {
    padding: 7px 4px;
    font-size: 13px;
  }
  .group-item figure {
    width: 100%;
    margin-bottom: 30px;
  }
  .group-item figure ul {
    padding: 34px 0;
  }
  .group-item figure ul li:nth-child(2) {
    font-size: 48px;
  }
  .group-item figure figcaption h3 {
    font-size: 20px;
  }
  .group-item figure figcaption p {
    font-size: 14px;
  }
  #fos_comment_thread {
    padding: 0;
  }
  .fos_comment_comment_form_holder img {
    float: none;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .group-menu {
    padding: 30px 0 0;
  }
  .group-menu ul li a {
    font-size: 14px;
    padding: 10px 8px;
  }
  .event-title {
    font-size: 30px;
    margin: 30px 0 15px;
  }
  .btn-gray {
    font-size: 14px;
    padding: 6px 12px;
    margin-left: 10px;
  }
}

/* radius functions */
.blur {
  -webkit-filter: blur(20px);
  -moz-filter: blur(20px);
  -o-filter: blur(20px);
  -ms-filter: blur(20px);
  filter: blur(20px);
}
.settings {
  padding: 40px 0;
  margin: 50px auto 30px;
}
.settings .padding {
  padding: 10px 0;
}
.settings p {
  font-weight: normal;
  font-size: 14px;
}
.settings h4 {
  font-size: 14px;
}
.settings .settings-menu ul {
  margin-bottom: 15px;
  padding: 15px 0 0;
  list-style: none;
  border-bottom: 1px solid #ed4f4f;
}
.settings .settings-menu ul li {
  display: inline-block;
}
.settings .settings-menu ul li a {
  color: #7d7d7d;
  display: block;
  padding: 5px 4px;
  font-size: 12px;
}
.settings .settings-menu ul li a:hover {
  background-color: #ed4f4f;
  color: #ffffff;
}
.settings .settings-menu ul .current a {
  background: #ed4f4f;
  color: #ffffff;
}
.settings label {
  color: #8d8d8d;
  font-weight: normal;
}
.settings .bg-dark-gray {
  background-color: #3f3e47;
  font-size: 12px;
  padding: 10px 20px;
  color: #ffffff;
}
.users-blocked {
  display: block;
  padding: 20px;
}
.form-style {
  border: 1px solid #2ac4f4;
  margin-bottom: 25px;
}
.form-style p {
  padding: 10px 15px;
  background-color: #2ac4f4;
  color: #ffffff;
  margin-bottom: 0;
}
.form-style > div {
  padding: 0 15px;
}
.form-style strong {
  display: block;
  padding: 15px 0;
  font-weight: normal;
}
.form-style strong label {
  padding-top: 0;
}
.form-style label {
  padding-top: 20px;
  font-weight: normal;
}
.form-style a {
  display: block;
  padding: 15px 0;
}
.form-style a:hover {
  color: #00b6dd !important;
}
.form-style hr {
  margin: 0;
}
.form-style select {
  margin-top: 10px;
}
.form-style .bootstrap-switch {
  width: 90px;
  margin-top: 15px;
}
.form-style .bootstrap-switch input:focus {
  outline: none;
  box-shadow: none;
}
.form-style .bootstrap-switch .bootstrap-switch-handle-off {
  background: #ef4e67 !important;
  color: #ffffff !important;
}
.form-style .bootstrap-switch .bootstrap-switch-handle-on {
  background: #a7b249 !important;
  color: #ffffff !important;
}
@media (min-width: 768px) {
  .settings {
    margin: 55px auto 20px;
  }
  .settings .settings-menu ul {
    padding: 25px 0 0;
  }
  .settings .settings-menu ul li a {
    font-size: 15px;
    padding: 5px 10px;
  }
  .settings h4 {
    font-size: 16px;
  }
  .settings label {
    color: #8d8d8d;
    font-weight: normal;
  }
  .settings .bg-blue {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .settings {
    margin: 75px auto 30px;
  }
  .settings h1 {
    padding: 0;
  }
  .settings .settings-menu ul {
    padding: 60px 0 0;
  }
  .settings .settings-menu ul li a {
    font-size: 18px;
  }
  .settings form {
    padding-bottom: 25px;
  }
}
.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#fff;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999;pointer-events:none}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{position:relative;pointer-events:auto;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #999;-webkit-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999;color:#fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>:hover{-moz-box-shadow:0 0 12px #000;-webkit-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin-left:auto;margin-right:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin-left:auto;margin-right:auto}.toast{background-color:#030303}.toast-success{background-color:#51a351}.toast-error{background-color:#bd362f}.toast-info{background-color:#2f96b4}.toast-warning{background-color:#f89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}}