@charset "UTF-8";
/*
#-------------------------------------------------------------------------
# + Variables
#-------------------------------------------------------------------------
*/
/*
#-------------------------------------------------------------------------
# + Global Style
#-------------------------------------------------------------------------
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #F7F7F7;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 24px;
  overflow-x: hidden;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: 0;
}

a {
  color: #11bf64;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover, a:focus {
  color: #666;
}

input,
select,
button,
textarea {
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}

.pl-container {
  width: 960px;
  margin: 0 auto;
}

.pl-container:after, .pl-container:before {
  content: "";
  clear: both;
}

.pl-container:after {
  display: table;
}

.pl-not-found {
  text-align: center;
  font-size: 12px;
  padding: 24px;
  color: #999;
}

.pl-disabled {
  opacity: 0.8;
  cursor: not-allowed !important;
}

.red {
  color: red;
}

hr {
  border-color: #CCC;
}

.pl-box {
  background: #FFF;
  box-shadow: 0 0 5px #EEE;
}

.pl-box:before, .pl-box:after {
  content: "";
  clear: both;
}

.pl-box:after {
  display: table;
}

.pl-dtable {
  display: table;
}

.pl-vmiddle {
  display: table-cell;
  vertical-align: middle;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.pl-verified {
  width: 16px;
  height: 16px;
  background: #15c466;
  position: absolute;
  left: 62px;
  top: 28px;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  line-height: 16px;
  font-size: 14px;
}

.pl-mobile-menu {
  display: none;
}

body {
  right: 0px;
}

html {
  overflow-x: hidden;
}

body.active {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  right: -240px;
  position: relative;
}

.d-none {
  display: none;
}

pre {
  background: #F7F7F7;
  border-left: 3px solid #EEE;
  padding: 12px;
}

/*
#-------------------------------------------------------------------------
# + Plugins
#-------------------------------------------------------------------------
*/
.ui-datepicker {
  z-index: 2 !important;
  font-family: "Open Sans", sans-serif;
  font-family: "Raleway", sans-serif;
}

.ui-datepicker td span, .ui-datepicker td a {
  text-align: center;
}

.ui-datepicker-trigger {
  position: absolute;
  right: 20px;
  bottom: 22px;
  background: #f43438;
  border: 0;
  color: #FFF;
  width: 29px;
  outline: 0 !important;
}

.noty_bar {
  padding: 12px;
  padding-left: 48px;
  font-size: 12px;
  color: #FFF;
  border-radius: 3px;
  position: relative;
  margin: 6px 12px;
}

.noty_bar:before {
  font-family: "simple-line-icons";
  position: absolute;
  left: 6px;
  top: 6px;
  font-size: 20px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
}

.noty_bar.noty_type_error {
  box-shadow: rgba(244, 53, 57, 0.47) -1px 2px 5px 0px;
  background-color: #f43438;
}

.noty_bar.noty_type_error:before {
  content: "";
  background: #e22b2f;
}

.noty_bar.noty_type_success {
  box-shadow: rgba(100, 222, 123, 0.47) -1px 2px 5px 0px;
  background-color: #64de7b;
}

.noty_bar.noty_type_success:before {
  content: "";
  background: #52db6b;
}

.noty_bar strong {
  font-size: 14px;
  font-weight: bold;
  display: block;
}

#report-modal .modal-dialog {
  max-width: 452px;
}

#report-modal .modal-dialog textarea {
  padding-top: 8px;
  margin: 0;
  height: 100px;
}

#forget-modal .modal-dialog {
  max-width: 452px;
}

#forget-modal .modal-dialog label {
  margin: 0;
}

#forget-modal .modal-dialog .media-right {
  padding: 0;
}

#forget-modal .modal-dialog button {
  height: 42px;
  border-radius: 0 3px 3px 0;
  margin-left: -2px;
  position: relative;
  white-space: nowrap;
}

#forget-modal .modal-dialog .close {
  position: absolute;
}

.pl-cpanel-login .modal-content {
  width: 360px;
  margin: 80px auto 0 auto;
  border-color: #EEE;
  border-radius: 3px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06);
}

.pl-cpanel-login .pl-copyright {
  background: transparent;
}

.bg-p1 {
  background: #00cec9;
}

.bg-p2 {
  background: #ff7675;
}

.bg-p3 {
  background: #6c5ce7;
}

.file-select {
  display: block;
  border: 2px solid #dce4ec;
  color: #34495e;
  cursor: pointer;
  height: 38px;
  text-align: left;
  background: #FFFFFF;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
}
.file-select .file-select-button {
  background: #dce4ec;
  padding: 0 10px;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  font-size: 12px;
}
.file-select .file-select-name {
  line-height: 38px;
  display: inline-block;
  padding: 0 10px;
  font-size: 12px;
}
.file-select:hover {
  border-color: #34495e;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.file-select:hover .file-select-button {
  background: #34495e;
  color: #FFFFFF;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.file-select input[type=file] {
  z-index: 100;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.file-select.file-select-disabled {
  opacity: 0.65;
}
.file-select.file-select-disabled:hover {
  cursor: default;
  display: block;
  border: 2px solid #dce4ec;
  color: #34495e;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  text-align: left;
  background: #FFFFFF;
  overflow: hidden;
  position: relative;
}
.file-select.file-select-disabled:hover .file-select-button {
  background: #dce4ec;
  color: #666666;
  padding: 0 10px;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
.file-select.file-select-disabled:hover .file-select-name {
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
}

#thumbnails2 img {
  height: 66px;
}

/*
#-------------------------------------------------------------------------
# + Header
#-------------------------------------------------------------------------
*/
.pl-header-info {
  color: #FFF;
  font-family: "Raleway", sans-serif;
  height: 48px;
  line-height: 48px;
  box-shadow: inset 0px 3px 14px rgba(0, 0, 0, 0.14);
}

.pl-header-info i {
  float: left;
  margin: 15px 10px 0 0;
}

.pl-header-info span {
  display: block;
  overflow: hidden;
}

.pl-header-info a {
  color: #8b7207;
  font-weight: 600;
}

.pl-header {
  margin-bottom: 48px;
}

.pl-header .pl-topbar {
  height: 60px;
  position: relative;
  /* Logo */
  /* Details */
}

.pl-header .pl-topbar .pl-logo {
  width: 300px;
  float: left;
  background: #f43438;
  line-height: 0;
  height: 60px;
  position: relative;
}

.pl-header .pl-topbar .pl-logo a {
  display: inline-block;
}

.pl-header .pl-topbar .pl-logo img {
  height: 56px;
  max-width: 300px;
}

.pl-header .pl-topbar .pl-logo:before {
  content: "";
  border-bottom: 60px solid #f43438;
  border-right: 30px solid transparent;
  position: absolute;
  right: -30px;
}

.pl-header .pl-topbar .pl-details {
  width: 660px;
  float: right;
  background: #333;
  height: 60px;
}

.pl-header .pl-topbar .pl-details .pl-details-list {
  list-style: none;
  margin: 0;
  padding: 10px 0;
  float: right;
}

.pl-header .pl-topbar .pl-details .pl-details-list li {
  float: left;
  margin-left: 6px;
}

.pl-header .pl-topbar .pl-details .pl-details-list li.pl-ask strong {
  font-weight: 700;
}

.pl-header .pl-topbar .pl-details .pl-details-list .pl-lang .pl-showlang {
  /* width: 30px; */
  display: inline-block;
  background: #FFF;
  /* text-align: center; */
  border-radius: 5px;
  position: relative;
  padding: 0px 12px 0 3px;
  margin: 8px 6px 0 0;
}

.pl-header .pl-topbar .pl-details .pl-details-list .pl-lang .pl-showlang .fas {
  display: inline-block;
  right: 2px;
  position: absolute;
  top: 6px;
  font-size: 13px;
}

.pl-header .pl-topbar .pl-details .pl-details-list .pl-lang .pl-showlang .flag-icon {
  border-radius: 3px;
}

.pl-header .pl-topbar .pl-details .pl-details-list .pl-lang .dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pl-header .pl-topbar .pl-details .pl-details-list li .pl-group-inp {
  position: relative;
}

.pl-header .pl-topbar .pl-details .pl-details-list li .pl-group-inp input {
  background: rgba(255, 255, 255, 0.09);
  border: 0;
  font-size: 12px;
  width: 278px;
  height: 40px;
  padding: 0 12px 0 44px;
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.3);
}

.pl-header .pl-topbar .pl-details .pl-details-list li .pl-group-inp input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 200;
}

.pl-header .pl-topbar .pl-details .pl-details-list li .pl-group-inp i {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin-right: 1px;
  position: absolute;
  top: 4px;
  left: 4px;
  color: #999;
  border-right: 1px solid #555;
}

.pl-header .pl-topbar .pl-details .pl-details-list li .pl-user-details {
  padding: 3px 0 3px 7px;
  border-bottom: 0;
  position: relative;
  border-left: 1px solid #444;
}

.pl-header .pl-topbar .pl-details .pl-details-list li .pl-user-details:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  width: 1px;
  height: 38px;
  background: #222;
}

.pl-header .pl-topbar .pl-details .pl-details-list li .pl-user-details img {
  width: 32px;
  height: 32px;
  background: #EEE;
  border-radius: 3px;
}

.pl-header .pl-topbar .pl-details .pl-details-list li .pl-user-details span {
  font-size: 12px;
  display: inline-block;
  margin: 0 6px;
  cursor: pointer;
  color: #FFF;
  font-weight: 200;
}

.pl-header .pl-topbar .pl-details .pl-details-list li .pl-user-details span strong {
  font-weight: 200;
}

.pl-header .pl-topbar .pl-details .pl-details-list li .pl-user-details span i {
  margin-left: 3px;
}

.pl-header .pl-topbar .pl-details .pl-details-list li .pl-user-details ul {
  position: absolute;
  top: 48px;
  right: -6px;
  background: #FFF;
  box-shadow: 1px 4px 5px rgba(0, 0, 0, 0.15);
  padding: 6px 0px;
  width: 172px;
  min-width: 100%;
  z-index: 10;
  list-style: none;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.pl-header .pl-topbar .pl-details .pl-details-list li .pl-user-details ul.open {
  visibility: visible;
  opacity: 1;
  top: 50px;
}

.pl-header .pl-topbar .pl-details .pl-details-list li .pl-user-details ul li {
  position: relative;
  padding: 0 6px;
  padding-bottom: 0;
  float: none !important;
  margin: 0 !important;
}

.pl-header .pl-topbar .pl-details .pl-details-list li .pl-user-details ul li a {
  padding: 6px 12px;
  display: block;
  font-size: 13px;
  border-bottom: 1px solid #F7F7F7;
  color: #666;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.pl-header .pl-topbar .pl-details .pl-details-list li .pl-user-details ul li a i {
  margin-right: 6px;
}

.pl-header .pl-topbar .pl-details .pl-details-list li .pl-user-details ul li a .badge {
  font-size: 10px;
  font-weight: 400;
  border-radius: 20px;
  float: right;
  margin-right: -8px;
  margin-top: 2px;
  padding: 4px 6px;
}

.pl-header .pl-topbar .pl-details .pl-details-list li .pl-user-details ul li a i.icon {
  font-size: 10px;
  position: absolute;
  right: 6px;
  top: 12px;
}

.pl-header .pl-topbar .pl-details .pl-details-list li .pl-user-details ul li:last-child a {
  border-bottom: 0;
}

.pl-header .pl-topbar .pl-details .pl-details-list li .pl-user-details ul li:hover > a {
  background: #888;
  color: #FFF;
}

.pl-header .pl-topbar .pl-details .pl-details-list li .pl-user-details ul li:hover > a i {
  color: #FFF;
}

.pl-header .pl-topbar .pl-details .pl-details-list li.pl-notifications {
  border-left: 1px solid #444;
  position: relative;
  text-align: center;
}

.pl-header .pl-topbar .pl-details .pl-details-list li.pl-notifications:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  width: 1px;
  height: 38px;
  background: #222;
}

.pl-header .pl-topbar .pl-details .pl-details-list li.pl-notifications .pl-notifications-show,
.pl-header .pl-topbar .pl-details .pl-details-list li.pl-notifications .pl-plans-show {
  display: block;
  position: relative;
  color: #FFF;
  height: 40px;
  width: 32px;
  line-height: 40px;
  cursor: pointer;
}

.pl-header .pl-topbar .pl-details .pl-details-list li.pl-notifications .pl-plans-show a {
  color: #6ec3ff;
  text-shadow: 0 0 0 #FFF;
}

.pl-header .pl-topbar .pl-details .pl-details-list li.pl-notifications .pl-notifications-show small {
  position: absolute;
  left: 14px;
  top: 6px;
  border-radius: 50%;
  background: #f43438;
  color: #FFF;
  border: 1px solid #FFF;
  width: 14px;
  height: 14px;
  line-height: 13px;
  font-weight: 200;
  text-align: center;
  font-size: 6px;
  font-family: "Open Sans", sans-serif;
}

.pl-header .pl-topbar .pl-details .pl-details-list li.pl-notifications .dropdown {
  position: absolute;
  top: 48px;
  right: -6px;
  background: #FFF;
  box-shadow: 1px 4px 5px rgba(0, 0, 0, 0.15);
  padding: 0px 0px;
  width: 298px;
  min-width: 100%;
  z-index: 10;
  list-style: none;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  max-height: 400px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.pl-header .pl-topbar .pl-details .pl-details-list li.pl-notifications .dropdown .jscroll {
  overflow: auto;
  max-height: 360px;
}

.pl-header .pl-topbar .pl-details .pl-details-list li.pl-notifications .dropdown .pl-title {
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  padding: 12px 8px 8px;
  overflow: hidden;
}

.pl-header .pl-topbar .pl-details .pl-details-list li.pl-notifications .dropdown .pl-title span {
  font-size: 12px;
  font-weight: 400;
  float: right;
  line-height: 20px;
  cursor: pointer;
}

.pl-header .pl-topbar .pl-details .pl-details-list li.pl-notifications .dropdown .pl-more {
  font-size: 12px;
  padding: 8px;
  display: block;
  text-align: center;
  color: #999;
}

.pl-header .pl-topbar .pl-details .pl-details-list li.pl-notifications .dropdown.open {
  visibility: visible;
  opacity: 1;
  top: 50px;
}

.pl-header .pl-topbar .pl-details .pl-details-list li.pl-notifications .dropdown li {
  position: relative;
  padding: 8px 6px;
  float: none !important;
  margin: 0 !important;
  text-align: left;
  font-size: 12px;
  border-bottom: 1px solid #F7F7F7;
  cursor: pointer;
}

.pl-header .pl-topbar .pl-details .pl-details-list li.pl-notifications .dropdown li.pl-not-found {
  padding: 12px;
  text-align: center;
  border: 0;
}

.pl-header .pl-topbar .pl-details .pl-details-list li.pl-notifications .dropdown li.pl-more {
  text-align: center;
  background: #F9F9F9;
  color: #888;
  margin-bottom: -6px !important;
}

.pl-header .pl-topbar .pl-details .pl-details-list li.pl-notifications .dropdown li .pl-thumb {
  width: 38px;
  height: 38px;
  overflow: hidden;
  background: #EEE;
  border-radius: 50%;
  box-shadow: 0 1px 3px #EEE;
}

.pl-header .pl-topbar .pl-details .pl-details-list li.pl-notifications .dropdown li .pl-thumb img {
  width: 100%;
  min-height: 38px;
}

.pl-header .pl-topbar .pl-details .pl-details-list li.pl-notifications .dropdown li p {
  margin: 0;
  font-size: 11px;
  color: #999;
  line-height: 16px;
}

.pl-header .pl-topbar .pl-details .pl-details-list li.pl-notifications .dropdown li p i {
  margin-right: 3px;
  float: left;
  line-height: 16px;
}

.pl-header .pl-topbar .pl-details .pl-details-list li.pl-notifications .dropdown li a {
  color: #666;
}

.pl-header .pl-topbar .pl-details .pl-details-list li.pl-notifications .dropdown li:last-child a {
  border-bottom: 0;
}

.pl-header .pl-topbar .pl-details .pl-details-list li.pl-notifications .dropdown li:hover > a {
  background: #888;
  color: #FFF;
}

.pl-header .pl-topbar .pl-details .pl-details-list li.pl-notifications .dropdown li:hover > a i {
  color: #FFF;
}

.pl-header .pl-topbar:after, .pl-header .pl-topbar:before {
  content: "";
  clear: both;
  position: absolute;
  top: 0;
  width: 1000px;
  height: 60px;
}

.pl-header .pl-topbar:before {
  background: #f43438;
  right: 100%;
}

.pl-header .pl-topbar:after {
  background: #333;
  left: 100%;
}

.pl-header .pl-navbar {
  background: #FFF;
  height: 60px;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.pl-header .pl-navbar .pl-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.pl-header .pl-navbar .pl-menu li {
  float: left;
  border-right: 1px solid #EEE;
  /* Selected */
}

.pl-header .pl-navbar .pl-menu li a {
  display: block;
  height: 60px;
  line-height: 60px;
  border-bottom: 2px solid #FFF;
  padding: 0 12px;
  color: #444;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}

.pl-header .pl-navbar .pl-menu li a i {
  margin-right: 3px;
}

.pl-header .pl-navbar .pl-menu li a:hover {
  color: #f43438;
}

.pl-header .pl-navbar .pl-menu li.selected a {
  border-color: #f43438;
  color: #f43438;
}

.pl-header .pl-navbar .pl-menu li.selected ul li a {
  color: #444;
  background: initial;
}

.pl-header .pl-navbar .pl-menu li.selected ul li a:hover {
  color: #f43438;
}

.pl-header .pl-navbar .pl-menu li:first-child a {
  border-radius: 0 0 0 3px;
}

.pl-header .pl-navbar .pl-menu li:last-child {
  border-right: 0;
}

.pl-header .pl-navbar .pl-menu li .dropdown {
  position: absolute;
  width: 100%;
  left: 0px;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  top: 82px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #FFF;
  border-top: 2px solid #EEE;
  border-bottom: 1px solid #EEE;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.pl-header .pl-navbar .pl-menu li .dropdown li {
  width: 240px;
  border: 0;
}

.pl-header .pl-navbar .pl-menu li .dropdown li a {
  font-weight: 200;
  font-size: 14px;
  border-bottom: 1px solid #EEE;
  margin: 0 6px -1px 6px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.pl-header .pl-navbar .pl-menu li .dropdown li a span {
  width: 26px;
  display: inline-block;
  height: 26px;
  text-align: center;
  line-height: 26px;
  border-radius: 3px;
  margin-right: 6px;
  color: #FFF;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.pl-header .pl-navbar .pl-menu li .dropdown li a span i {
  margin: 0;
}

.pl-header .pl-navbar .pl-menu li .dropdown li a:hover span {
  background: #FFF !important;
  color: #f43438;
  border-color: #f43438 !important;
}

.pl-header .pl-navbar .pl-menu li .dropdown.open {
  visibility: visible;
  opacity: 1;
  top: 56px;
}

.pl-header .pl-navbar .pl-lang {
  position: relative;
  float: right;
  margin: 16px;
}

.pl-header .pl-navbar .pl-lang .pt-show-lang {
  /* width: 32px; */
  height: 26px;
  box-shadow: 0 0 5px #DDD;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  position: relative;
  padding-right: 12px;
  padding-left: 2px;
}

.pl-header .pl-navbar .pl-lang .pt-show-lang:after {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  color: #333;
  position: absolute;
  right: 3px;
  top: 2px;
}

.pl-header .pl-navbar .pl-lang .pt-show-lang span {
  width: 25px;
  border-radius: 5px;
  display: inline-block;
}

.pl-header .pl-navbar .pl-lang .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 32px;
  list-style: none;
  margin: 0;
  background: #FFF;
  box-shadow: 0 0 5px #DDD;
  padding: 0;
  width: 39px;
  right: 0;
  position: absolute;
  z-index: 3;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.pl-header .pl-navbar .pl-lang .dropdown li {
  border-bottom: 1px solid #EEE;
  margin-bottom: 2px;
  padding-left: 3px;
}

.pl-header .pl-navbar .pl-lang .dropdown li:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
}

.pl-header .pl-navbar .pl-lang .dropdown.open {
  visibility: visible;
  opacity: 1;
  top: 22px;
}

.pl-header .pl-navbar .pl-lang .dropdown span {
  width: 25px;
  border-radius: 5px;
  display: inline-block;
}

/*
#-------------------------------------------------------------------------
# + Search
#-------------------------------------------------------------------------
*/
.pl-search-result {
  position: relative;
}

.pl-search-result ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #FFF;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  width: 100%;
  z-index: 2;
}

.pl-search-result ul li {
  border-bottom: 1px solid #F7F7F7;
  font-size: 14px;
  padding: 8px 12px;
  margin: 0 !important;
  float: none !important;
  overflow: hidden;
}

.pl-search-result ul li a {
  color: #333;
  height: inherit !important;
  line-height: 18px !important;
  margin: 0 !important;
}

.pl-search-result ul li .pl-search-details {
  font-size: 11px;
  color: #777;
}

.pl-search-result ul li .pl-search-details i, .pl-search-result ul li .pl-search-details a {
  color: #777;
  padding: 0;
  margin: 0;
  display: inline-block !important;
}

.pl-search-result ul li .pl-search-details i {
  margin: 0 3px 0 6px;
  position: inherit !important;
}

.pl-search-result ul li .pl-search-details i:first-of-type {
  margin-left: 0;
}

/*
#-------------------------------------------------------------------------
# + Page
#-------------------------------------------------------------------------
*/
.pl-page:before,
.pl-page:after {
  content: "";
  clear: both;
}

.pl-page:after {
  display: table;
}

/*
#-------------------------------------------------------------------------
# + Iframe
#-------------------------------------------------------------------------
*/
.pl-body-iframe .pl-main {
  margin: 0 auto;
  float: none;
  width: 100%;
}

/*
#-------------------------------------------------------------------------
# + Header
#-------------------------------------------------------------------------
*/
.pl-body-password-reset .pl-page-head {
  margin-bottom: 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid #EEE;
}

/*
#-------------------------------------------------------------------------
# + Plans
#-------------------------------------------------------------------------
*/
.pt-planspage .pt-title {
  text-align: center;
  padding: 68px 0 0 0;
}
.pt-planspage .pt-title h3 {
  font-size: 28px;
}
.pt-planspage .pt-title h3 span {
  border-radius: 50%;
  background: #FFF;
  width: 52px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  box-shadow: 0 0 0 4px #eeeeff, 0 0 0 5px #292b4a;
  display: inline-block;
  border: 2px solid #292b4a;
  margin-bottom: 18px;
}
.pt-planspage .pt-title p {
  font-family: "Raleway";
}

.pt-plans {
  padding: 30px;
}

.pt-plan {
  text-align: center;
  padding: 32px 12px;
  box-shadow: 0 0 9px #EEE;
  border-radius: 10px;
  transition: all 0.4s;
}
.pt-plan h6 {
  font-size: 52px;
}
.pt-plan h6 b {
  font-family: "Raleway";
}
.pt-plan h6 span {
  vertical-align: super;
  font-size: 22px;
  font-family: "Raleway";
}
.pt-plan button {
  padding: 0px 50px;
}
.pt-plan ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 40px;
}
.pt-plan ul li {
  position: relative;
  text-align: left;
  margin-bottom: 2px;
  padding: 8px;
  padding-left: 18px;
  border-radius: 30px;
  font-size: 13px;
}
.pt-plan ul li span {
  position: absolute;
  right: 12px;
  border-radius: 50%;
  background: #FFF;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  top: 8px;
}
.pt-plan ul li.alert-success span {
  box-shadow: 0 0 0 3px #f0fdf3, 0 0 0 5px #FFF;
}
.pt-plan:hover {
  background: #FFF;
  transform: scale(1.03);
}

.pt-planspage .pt-body {
  background: #EEF;
}

/* .pt-plans {
  background: #EEF;
} */
.pt-plans div[class^=col-]:nth-of-type(3) .pt-plan {
  transform: scale(1.05);
  background: #19ca6a;
}
.pt-plans div[class^=col-]:nth-of-type(3) .pt-plan h5, .pt-plans div[class^=col-]:nth-of-type(3) .pt-plan h6, .pt-plans div[class^=col-]:nth-of-type(3) .pt-plan p, .pt-plans div[class^=col-]:nth-of-type(3) .pt-plan ul li:not(.alert-success) {
  color: #FFF;
}
.pt-plans div[class^=col-]:nth-of-type(3) .pt-plan li:not(.alert-success) span {
  color: #333;
}
.pt-plans div[class^=col-]:nth-of-type(3) .pt-plan .green-btn {
  background-image: linear-gradient(to right, #222c27 0%, #45544c 50%, #ffffff 100%);
}

/*
#-------------------------------------------------------------------------
# + Main
#-------------------------------------------------------------------------
*/
.pl-main {
  position: relative;
  /* Questions */
}
.pl-main .pl-page-head i {
  float: right;
}
.pl-main .pl-question {
  margin-bottom: 48px;
  background: #FFF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  position: relative;
  /* Content */
  /* Thumb */
  /* Comments */
}
.pl-main .pl-question:before {
  content: "";
  display: table;
}
.pl-main .pl-question:after {
  content: "";
  display: table;
  clear: both;
}
.pl-main .pl-question:not(.pl-question-pics):not(.pl-nothumb) .pl-content .pl-col-6:first-of-type {
  padding-right: 12px;
}
.pl-main .pl-question:not(.pl-question-pics):not(.pl-nothumb) .pl-content .pl-col-6:last-of-type {
  padding-left: 12px;
}
.pl-main .pl-question .pl-question-cnt {
  position: relative;
}
.pl-main .pl-question .pl-question-cnt:before {
  content: "";
  display: table;
}
.pl-main .pl-question .pl-question-cnt:after {
  content: "";
  display: table;
  clear: both;
}
.pl-main .pl-question .pl-question-unfollow {
  background: #12c165;
  color: #FFF;
}
.pl-main .pl-question .pl-content {
  padding: 24px;
  /* Options */
  /* Title */
  /* Author */
  /* Warning */
  /* Embed Form */
  /* Details */
}
.pl-main .pl-question .pl-content .pl-options div:first-child {
  float: left;
}
.pl-main .pl-question .pl-content .pl-options div:first-child span {
  display: inline-block;
  color: white;
  min-width: 34px;
  text-align: center;
  border-color: transparent;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 18px;
  font-size: 14px;
  font-family: "Raleway";
  position: relative;
}
.pl-main .pl-question .pl-content .pl-options div:first-child span i {
  margin-right: 10px;
  width: 22px;
  text-align: center;
}
.pl-main .pl-question .pl-content .pl-options div:first-child span:before {
  content: "";
  position: absolute;
  left: 38px;
  top: 14%;
  height: 76%;
  width: 1px;
  background: rgba(255, 255, 255, 0.4);
}
.pl-main .pl-question .pl-content .pl-options div:last-child {
  float: right;
}
.pl-main .pl-question .pl-content .pl-options div:last-child ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pl-main .pl-question .pl-content .pl-options div:last-child ul li {
  float: left;
}
.pl-main .pl-question .pl-content .pl-options div:last-child ul li.pl-share {
  position: relative;
}
.pl-main .pl-question .pl-content .pl-options div:last-child ul li.pl-share ul {
  position: absolute;
  width: 200px;
  top: 46px;
  left: 1px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px;
  visibility: hidden;
  opacity: 0;
  z-index: 5;
  list-style: none;
  margin: 0px;
  background: #FFF;
  padding: 6px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pl-main .pl-question .pl-content .pl-options div:last-child ul li.pl-share ul.open {
  visibility: visible;
  opacity: 1;
  top: 32px;
}
.pl-main .pl-question .pl-content .pl-options div:last-child ul li.pl-share ul li {
  float: none;
}
.pl-main .pl-question .pl-content .pl-options div:last-child ul li.pl-share ul li a {
  color: #333;
  display: block;
  border-bottom: 1px solid #EEE;
  padding: 6px 12px;
  font-size: 12px;
}
.pl-main .pl-question .pl-content .pl-options div:last-child ul li.pl-share ul li a i {
  margin-right: 6px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  color: #FFF;
  text-align: center;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pl-main .pl-question .pl-content .pl-options div:last-child ul li.pl-share ul li a:hover {
  color: #777;
  background: #EEE;
  border-radius: 3px;
}
.pl-main .pl-question .pl-content .pl-options div:last-child ul li.pl-share ul li a:hover i {
  background: #FFF;
  color: #777;
}
.pl-main .pl-question .pl-content .pl-options div:last-child ul li.pl-share ul li:last-child a {
  border: 0;
}
.pl-main .pl-question .pl-content .pl-options div:last-child:before {
  content: "";
  clear: both;
}
.pl-main .pl-question .pl-content .pl-options div:last-child:after {
  content: "";
  clear: both;
  display: table;
}
.pl-main .pl-question .pl-content .pl-options:before {
  content: "";
  clear: both;
}
.pl-main .pl-question .pl-content .pl-options:after {
  content: "";
  clear: both;
  display: table;
}
.pl-main .pl-question .pl-content .pl-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin: 24px 0;
}
.pl-main .pl-question .pl-content .pl-title a {
  color: #000;
}
.pl-main .pl-question .pl-content .pt-polldescription {
  font-family: "Raleway";
  color: #555;
  margin-bottom: 24px;
}
.pl-main .pl-question .pl-content .pl-author {
  font-family: "Raleway", sans-serif;
  color: #999;
  font-size: 12px;
  line-height: 30px;
  margin-bottom: 22px;
  font-weight: 200;
  max-height: 33px;
  overflow: hidden;
  position: relative;
  padding: 2px 0 2px 2px;
  margin-top: -6px;
}
.pl-main .pl-question .pl-content .pl-author.pl-admin .pl-thumb {
  box-shadow: 0 0 0 1px #e67e22;
  border: 2px solid #FFF;
}
.pl-main .pl-question .pl-content .pl-author.pl-admin .pl-admin-badge {
  top: 16px;
  left: 20px;
  width: 16px;
  height: 16px;
  line-height: 12px;
  font-size: 9px;
  border: 2px solid #FFF;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  background: #e67e22;
  position: absolute;
}
.pl-main .pl-question .pl-content .pl-author.pl-admin a {
  color: #e67e22;
}
.pl-main .pl-question .pl-content .pl-author .pl-thumb {
  height: 30px;
  width: 30px;
  background: #EEE;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin-right: 12px;
  line-height: 0;
}
.pl-main .pl-question .pl-content .pl-author .pl-thumb img {
  width: 100%;
  min-height: 100%;
}
.pl-main .pl-question .pl-content .pl-author .pl-verified {
  top: 16px;
  left: 20px;
  width: 16px;
  height: 16px;
  line-height: 12px;
  font-size: 9px;
  border: 2px solid #FFF;
}
.pl-main .pl-question .pl-content .pl-author a {
  color: #999;
  font-size: 12px;
  font-weight: 600;
}
.pl-main .pl-question .pl-content .pl-author:before {
  content: "";
  clear: both;
}
.pl-main .pl-question .pl-content .pl-author:after {
  content: "";
  clear: both;
  display: table;
}
.pl-main .pl-question .pl-content .pl-warning {
  margin: 0;
  margin-top: 24px;
  font-size: 12px;
  font-weight: 200;
  color: #aaa;
}
.pl-main .pl-question .pl-content .pl-warning i {
  margin-right: 6px;
  margin-top: 6px;
  float: left;
  color: #f4a50f;
}
.pl-main .pl-question .pl-content .pl-warning span {
  overflow: hidden;
  display: block;
  line-height: 22px;
}
.pl-main .pl-question .pl-content .pt-embed-form {
  background: #F7F7F7;
  font-size: 12px;
  position: relative;
  display: none;
}
.pl-main .pl-question .pl-content .pt-embed-form a {
  position: absolute;
  left: -18px;
  background: #f43438;
  width: 18px;
  height: 18px;
  display: block;
  line-height: 18px;
  text-align: center;
  color: #FFF;
}
.pl-main .pl-question .pl-content .pt-embed-form pre {
  padding: 8px;
  margin-top: 18px;
  white-space: initial;
  line-height: 19px;
}
.pl-main .pl-question .pl-content .pl-details {
  background: linear-gradient(180deg, white 0%, rgba(247, 247, 247, 0.7) 100%);
  border-top: 1px solid #F7F7F7;
  padding: 12px 0 12px 24px;
  margin: 24px -24px -24px;
}
.pl-main .pl-question .pl-content .pl-details .pl-show-votes {
  color: #1c52c8;
}
.pl-main .pl-question .pl-content .pl-details .pl-show-replies {
  color: #ee2d69;
}
.pl-main .pl-question .pl-cover {
  background: #EEE;
  overflow: hidden;
  /* width: 45%; */
  /* max-height: 260px;
  /* float: right; */
  /* border: 3px solid #fff; */
  /* position: absolute; */
  /* right: 0; */
  margin-bottom: 30px;
}
.pl-main .pl-question .pl-cover img {
  min-height: 100%;
  width: 100%;
}
.pl-main .pl-question.pl-question-pics .pl-details {
  margin-top: 12px;
}
.pl-main .pl-question .pl-comments {
  display: none;
  border-top: 1px solid #EEE;
  padding: 12px 24px;
}
.pl-main .pl-question .pl-comments.open {
  display: block;
}
.pl-main .pl-question .pl-comments .pl-more {
  padding: 0 0 6px 6px;
  border-bottom: 1px solid #EEE;
  font-size: 12px;
  font-weight: 200;
  margin-bottom: 8px;
}
.pl-main .pl-question .pl-comments .pl-more a {
  font-size: 12px;
  color: #777;
}
.pl-main .pl-question .pl-comments .pl-more small {
  font-size: 12px;
  font-weight: 200;
}
.pl-main .pl-question .pl-comments .pl-comment .pt-commentbox {
  background: #fbfbfb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  border-radius: 13px;
  position: relative;
  padding: 8px 16px;
}
.pl-main .pl-question .pl-comments .pl-comment .pt-commentbox:before {
  content: "";
  position: absolute;
  left: -8px;
  top: 10px;
  border-right: 8px solid #f5f5f5;
  /* border-top: 5px solid; */
  border-bottom: 8px solid transparent;
}
.pl-main .pl-question .pl-comments .pl-thumb {
  height: 48px;
  width: 48px;
  background: #EEE;
  overflow: hidden;
  border-radius: 50%;
}
.pl-main .pl-question .pl-comments .pl-thumb img {
  width: 100%;
  min-height: 100%;
}
.pl-main .pl-question .pl-comments .pl-title {
  color: #999;
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  font-weight: 200;
}
.pl-main .pl-question .pl-comments .pl-title a {
  font-weight: 600;
  color: #444;
}
.pl-main .pl-question .pl-comments .pl-title span {
  float: right;
}
.pl-main .pl-question .pl-comments .pl-title:before {
  content: "";
  clear: both;
}
.pl-main .pl-question .pl-comments .pl-title:after {
  content: "";
  clear: both;
  display: table;
}
.pl-main .pl-question .pl-comments .pl-cmt-content {
  font-size: 14px;
  font-family: "Raleway";
}
.pl-main .pl-question .pl-comments .pl-votes {
  font-size: 10px;
  font-family: "Raleway";
  padding: 6px 0 0 12px;
}
.pl-main .pl-question .pl-comments .pl-votes span {
  margin-right: 12px;
  cursor: pointer;
}
.pl-main .pl-question .pl-comments .pl-votes span:first-of-type {
  color: #1c52c8;
}
.pl-main .pl-question .pl-comments .pl-votes span:last-of-type {
  color: #ee2d69;
}
.pl-main .pl-question .pl-comments .pl-votes span.pl-vv {
  color: #12c064;
}
.pl-main .pl-question .pl-comments .pl-votes span i {
  margin-right: 3px;
}
.pl-main .pl-question .pl-comments .pl-nouser {
  color: #777;
  font-size: 12px;
  padding: 12px 0;
  font-weight: 200;
}
.pl-main .pl-question .pl-comments .pl-nouser a {
  color: #777;
  font-weight: 700;
}
.pl-main .pl-question .pl-comments .pl-comment-form {
  padding-top: 12px;
  position: relative;
}
.pl-main .pl-question .pl-comments .pl-comment-form .pl-thumb {
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 2px;
  top: 20px;
  left: 7px;
  opacity: 0.4;
  border-radius: 100px;
}
.pl-main .pl-question .pl-comments .pl-comment-form textarea {
  height: 44px;
  line-height: 42px;
  resize: none;
  margin-bottom: 6px;
  padding-left: 40px;
  border-radius: 100px;
}
.pl-main .pl-question .pl-comments .pl-comment-form button {
  display: none;
}
.pl-main .pl-question .pl-comments .pl-comment-form button:first-of-type {
  margin-left: 12px;
}
.pl-main .pl-question .pl-comments .pl-comment-form hr {
  display: none;
  margin: 0 0 12px 0;
}
.pl-main .pl-question .pl-comments .pl-comment-form:before {
  content: "";
  clear: both;
}
.pl-main .pl-question .pl-comments .pl-comment-form:after {
  content: "";
  clear: both;
  display: table;
}
.pl-main .pl-question .pl-comments .pl-comment-form.pl-active .pl-thumb {
  display: none;
}
.pl-main .pl-question .pl-comments .pl-comment-form.pl-active textarea {
  height: 120px;
  line-height: 24px;
  padding: 12px;
  border-radius: 5px;
}
.pl-main .pl-question .pl-comments .pl-comment-form.pl-active button {
  display: inline-block;
}
.pl-main .pl-question .pl-comments .pl-comment-form.pl-active hr {
  display: block;
  border-color: #CCC;
}

.pt-pinned {
  font-family: "Raleway";
  font-weight: bold;
  margin-left: 12px;
  color: #19c969;
}

.pl-main .pl-question .pl-content .pl-options div .pt-pinned i {
  border-radius: 50%;
  /* width: 30px; */
  height: 30px;
  margin-right: 3px;
  /* color: #FFF; */
  line-height: 27px;
  text-align: center;
  font-size: 14px;
}

.pl-small-desk small {
  float: right;
}
.pl-small-desk textarea {
  padding: 12px;
}

.pl-dpdf {
  margin: 0;
  padding: 24px;
}

.pl-iframe {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: #f43438;
  padding: 0 12px;
  border-radius: 0 0 3px 3px;
}
.pl-iframe .pl-logo a {
  height: 26px;
  margin-top: 6px;
  display: inline-block;
}
.pl-iframe .pl-logo a img {
  height: 100%;
}
.pl-iframe .pl-titlee {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 11px;
  color: #ffd8d8;
}

.media-body {
  margin-left: 12px;
}

.modal-title {
  width: 100%;
}

.input-group.file-caption-main .btn {
  font-size: 10px;
  padding: 0 10px;
  height: 34px;
  line-height: 34px;
}

.file-input .file-caption {
  height: 34px;
  line-height: 34px;
  font-size: 12px;
}
.file-input .file-caption i {
  margin-right: 4px;
}

.file-preview, .file-drop-zone {
  min-height: 222px;
}

.progress {
  margin: 12px 0;
}

.file-live-thumbs:after {
  content: "";
  display: block;
  clear: both;
}

.pl-body-statistics .cp-stats-h5 {
  margin: 28px 0 24px;
  padding-bottom: 13px;
  border-bottom: 1px solid #DDD;
}
.pl-body-statistics .pl-chart-content {
  font-size: 14px;
}
.pl-body-statistics .pt-answer-stats:last-of-type {
  padding-bottom: 10px;
}
.pl-body-statistics .pt-answer-stats b {
  font-size: 12px;
  font-weight: 400;
}
.pl-body-statistics .pt-answer-stats .pt-l1 {
  background: #F7F7F7;
  height: 7px;
  line-height: 0;
  border-radius: 30px;
  margin-top: 3px;
}
.pl-body-statistics .pt-answer-stats .pt-l2 {
  display: inline-block;
  height: 7px;
  border-radius: 30px;
  position: relative;
}
.pl-body-statistics .pt-answer-stats .pt-l2 small {
  display: inline-block;
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 30px;
  position: absolute;
  right: -15px;
  top: -6px;
  font-size: 8px;
  color: #FFF;
  font-family: "Raleway";
}
.pl-body-statistics .pt-answer-stats .pt-l2 small:before {
  /* content: "";
   display: inline-block;
   border-right: 5px solid #000;
   border-bottom: 5px solid transparent;
   border-top: 5px solid transparent;
   position: absolute;
   right: 16px;
   top: 5px; */
}

.pl-main #masonry .pl-question .pl-comments .pl-comment-form.pl-active textarea {
  height: 48px;
}

.pl-main #masonry .pl-question .pl-comments .pl-comment-form.pl-active .nbtn.lh45 {
  line-height: 36px;
}

/*
#-------------------------------------------------------------------------
# + Sidebar
#-------------------------------------------------------------------------
*/
.pl-sidebar {
  background: #FFF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin-left: 38px;
}
.pl-sidebar .pt-sidebar-ads img {
  width: 100%;
}
.pl-sidebar .pl-widget .pl-title {
  margin: 0;
  font-size: 18px;
  padding: 12px 12px 8px 12px;
  border-bottom: 1px solid #EEE;
  position: relative;
}
.pl-sidebar .pl-widget .pl-title i {
  margin-right: 6px;
}
.pl-sidebar .pl-widget .pl-title .badge {
  background: #e67e22;
  color: #FFF;
  font-size: 14px;
  padding: 3px 6px;
  border-radius: 3px;
  display: inline-block;
  margin-top: 0px;
  cursor: pointer;
  text-transform: capitalize;
  position: relative;
}
.pl-sidebar .pl-widget .pl-title .badge .questions-filter-link {
  position: relative;
  padding-right: 12px;
}
.pl-sidebar .pl-widget .pl-title .badge .questions-filter-link:before {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  right: 0;
  position: absolute;
  top: -1px;
}
.pl-sidebar .pl-widget .pl-title ul {
  list-style: none;
  padding: 4px;
  margin: 0;
  position: absolute;
  right: -2px;
  top: 20px;
  background: #e67e22;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  z-index: 2;
  width: 78px;
  visibility: hidden;
  opacity: 0;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pl-sidebar .pl-widget .pl-title ul li a {
  font-size: 12px;
  color: #fff;
  padding: 4px 8px;
  display: block;
  border-bottom: 1px solid #de7a22;
  border-radius: 3px;
}
.pl-sidebar .pl-widget .pl-title ul li a:hover {
  background: #EEE;
  color: #444;
}
.pl-sidebar .pl-widget .pl-title ul li:last-child a {
  border: 0;
}
.pl-sidebar .pl-widget .pl-title ul.open {
  top: 19px;
  visibility: visible;
  opacity: 1;
}
.pl-sidebar .pl-widget .pl-content {
  padding: 6px;
  position: relative;
  /** Polls **/
  /** Category **/
  /* Users */
}
.pl-sidebar .pl-widget .pl-content .pl-polls {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.pl-sidebar .pl-widget .pl-content .pl-polls .pl-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.53);
  color: #FFF;
}
.pl-sidebar .pl-widget .pl-content .pl-polls .pl-overlay .pl-dtable {
  height: 100%;
  width: 100%;
}
.pl-sidebar .pl-widget .pl-content .pl-polls li {
  position: relative;
  margin-bottom: 6px;
  overflow: hidden;
}
.pl-sidebar .pl-widget .pl-content .pl-polls li .pl-thumb {
  height: 176px;
  overflow: hidden;
  position: relative;
  background: #EEE;
}
.pl-sidebar .pl-widget .pl-content .pl-polls li .pl-thumb img {
  width: 100%;
  min-height: 176px;
}
.pl-sidebar .pl-widget .pl-content .pl-polls li .pl-thumb:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a6000000", endColorstr="#00000000",GradientType=0 );
}
.pl-sidebar .pl-widget .pl-content .pl-polls li .pl-body {
  position: absolute;
  bottom: 0;
  width: 100%;
  /*&:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;

      background: -moz-linear-gradient(bottom,  rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
      background: -webkit-linear-gradient(bottom,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
      background: linear-gradient(to top,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  }*/
}
.pl-sidebar .pl-widget .pl-content .pl-polls li .pl-body h4 {
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  position: relative;
  padding: 18px 12px 0 12px;
}
.pl-sidebar .pl-widget .pl-content .pl-polls li .pl-body h4 a {
  color: #FFF;
  text-shadow: 0 0px 3px #000;
}
.pl-sidebar .pl-widget .pl-content .pl-polls li .pl-body .pl-details {
  padding: 0 12px 6px 12px;
}
.pl-sidebar .pl-widget .pl-content .pl-polls li .pl-body .pl-details span, .pl-sidebar .pl-widget .pl-content .pl-polls li .pl-body .pl-details a, .pl-sidebar .pl-widget .pl-content .pl-polls li .pl-body .pl-details i {
  font-size: 11px;
  color: #FFF;
  position: relative;
  text-shadow: 0 0px 3px #000;
}
.pl-sidebar .pl-widget .pl-content .pl-polls li .pl-body .pl-details span {
  margin-left: 3px;
  margin-right: 6px;
}
.pl-sidebar .pl-widget .pl-content .pl-polls li .pl-body .pl-details span:last-child {
  margin-right: 0;
}
.pl-sidebar .pl-widget .pl-content .pl-polls li:last-child {
  margin-bottom: 0;
}
.pl-sidebar .pl-widget .pl-content .categories {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pl-sidebar .pl-widget .pl-content .categories li {
  position: relative;
  padding: 6px;
  padding-left: 12px;
  border-bottom: 1px solid #F9F9F9;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pl-sidebar .pl-widget .pl-content .categories li a {
  display: block;
}
.pl-sidebar .pl-widget .pl-content .categories li a span {
  display: inline-block;
  width: 48px;
  height: 48px;
  color: #FFF;
  font-size: 22px;
  text-align: center;
  border-radius: 3px;
  line-height: 45px;
  float: left;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0), 0 0 0 5px rgba(244, 52, 56, 0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pl-sidebar .pl-widget .pl-content .categories li a h5 {
  font-size: 14px;
  margin: 0;
  margin-left: 12px;
  height: 48px;
  line-height: 48px;
  float: left;
  color: #666;
}
.pl-sidebar .pl-widget .pl-content .categories li:last-child {
  margin-bottom: 0px;
}
.pl-sidebar .pl-widget .pl-content .categories li:last-child a {
  border-bottom: 0px;
  padding-bottom: 0px;
}
.pl-sidebar .pl-widget .pl-content .categories li:before {
  content: "";
  clear: both;
}
.pl-sidebar .pl-widget .pl-content .categories li:after {
  content: "";
  clear: both;
  display: table;
}
.pl-sidebar .pl-widget .pl-content .categories li:hover {
  background: #F7F7F7;
}
.pl-sidebar .pl-widget .pl-content .categories li:hover h5 {
  color: #f43438;
}
.pl-sidebar .pl-widget .pl-content .categories li:hover span {
  box-shadow: 0 0 0 0px white, 0 0 0 2px #f43438;
  background: #FFF !important;
  color: #f43438;
}
.pl-sidebar .pl-sociallink {
  text-align: center;
  margin: 12px 0;
}
.pl-sidebar .pl-sociallink a {
  padding: 0 !important;
  width: 46px;
  height: 52px;
  line-height: 52px;
  font-size: 20px;
  text-align: center;
  margin: 0 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.pl-sidebar .pl-sociallink a i {
  margin: 0;
}
.pl-sidebar .pl-sociallink a:hover {
  opacity: 0.9;
  transform: scale(1.09);
  color: rgba(255, 255, 255, 0.7);
}
.pl-sidebar iframe {
  height: 130px;
  width: 100%;
}
.pl-sidebar .pl-widget .pl-content .pl-users {
  list-style: none;
  margin: 24px 0;
  padding: 0;
  text-align: center;
}
.pl-sidebar .pl-widget .pl-content .pl-users li img {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: table;
  margin: 0 auto 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.pl-sidebar .pl-widget .pl-content .pl-users li h3 {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
}
.pl-sidebar .pl-widget .pl-content .pl-users li h3 a {
  color: #373a3c;
}
.pl-sidebar .pl-widget .pl-content .pl-users .owl-item li {
  padding-bottom: 10px;
}
.pl-sidebar .pl-widget .pl-content .pl-users.crd li {
  border-bottom: 1px solid #EEE;
  text-align: left;
  padding: 12px;
}
.pl-sidebar .pl-widget .pl-content .pl-users.crd li:first-of-type {
  padding-top: 0;
}
.pl-sidebar .pl-widget .pl-content .pl-users.crd li:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}
.pl-sidebar .pl-widget .pl-content .pl-users.crd li p {
  color: #666;
}
.pl-sidebar .pl-widget .pl-content .pl-users.crd li p b {
  font-family: "Raleway";
  font-weight: 600;
  margin-right: 12px;
}
.pl-sidebar .pl-widget .pl-content .pl-users.crd li img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-block;
  margin: -2px 18px 0 0;
  float: left;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.pl-sidebar .pl-widget .pl-content .pl-users.crd li h3 {
  font-size: 14px;
}
.pl-sidebar .pl-widget .pl-content .pl-users li p {
  margin: 0;
  font-size: 12px;
  color: #999;
}
.pl-sidebar .pl-widget .pl-content .pl-users li .pl-details {
  font-size: 12px;
  font-family: "Raleway", sans-serif;
  margin: 24px 0;
}
.pl-sidebar .pl-widget .pl-content .pl-users li .pl-details span {
  display: inline-block;
  width: 68px;
  line-height: 20px;
  border-right: 1px solid #EEE;
}
.pl-sidebar .pl-widget .pl-content .pl-users li .pl-details span i {
  margin-right: 6px;
}
.pl-sidebar .pl-widget .pl-content .pl-users li .pl-details span b {
  font-family: "Open Sans", sans-serif;
}
.pl-sidebar .pl-widget .pl-content .pl-users li .pl-details span:last-child {
  border: 0;
}
.pl-sidebar .pl-widget .pl-content .pl-users li .nbtn {
  height: 38px;
  line-height: 38px;
}
.pl-sidebar .pl-widget .pl-content .pl-users .owl-prev, .pl-sidebar .pl-widget .pl-content .pl-users .owl-next {
  position: absolute;
  top: 24px;
  color: #777;
  font-size: 20px;
}
.pl-sidebar .pl-widget .pl-content .pl-users .owl-prev {
  left: 100px;
}
.pl-sidebar .pl-widget .pl-content .pl-users .owl-next {
  right: 100px;
}

/*
#-------------------------------------------------------------------------
# + Footer
#-------------------------------------------------------------------------
*/
.pl-footer {
  background: #FFF;
  margin-top: 48px;
  padding: 96px 0;
  background: url("../images/bg.jpeg");
  position: relative;
  /* Links */
  /* Subsecribe */
  /* Statistics */
}
.pl-footer:before {
  background: rgba(255, 255, 255, 0.97);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.pl-footer:after {
  content: "";
  clear: both;
  display: table;
}
.pl-footer h3 {
  margin: 0;
  font-weight: 700;
  margin-bottom: 18px;
  color: #000;
  font-size: 22px;
  position: relative;
}
.pl-footer .pl-links,
.pl-footer .pl-subsecribe,
.pl-footer .pl-statistics {
  width: 33.33%;
  float: left;
  position: relative;
}
.pl-footer .pl-links:before {
  content: "";
  clear: both;
}
.pl-footer .pl-links:after {
  content: "";
  clear: both;
  display: table;
}
.pl-footer .pl-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 50%;
}
.pl-footer .pl-links ul li {
  position: relative;
}
.pl-footer .pl-links ul li a {
  color: #666;
  margin-bottom: 8px;
  display: inline-block;
  font-size: 14px;
  padding-left: 6px;
  font-family: "Raleway";
}
.pl-footer .pl-links ul li:before {
  content: "";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  color: #999;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.pl-footer .pl-links ul li:hover a, .pl-footer .pl-links ul li:hover:before {
  color: #777;
}
.pl-footer .pl-links .nn-m {
  margin: 0;
}
.pl-footer .pl-subsecribe .pl-subs {
  padding-right: 16px;
}
.pl-footer .pl-subsecribe p {
  font-size: 14px;
  color: #666;
  font-family: "Raleway";
}
.pl-footer .pl-subsecribe .pl-group-inp {
  position: relative;
}
.pl-footer .pl-subsecribe .pl-group-inp input {
  background: #FFF;
  border: 1px solid #EEE;
  font-size: 14px;
  width: 100%;
  height: 52px;
  padding: 0 12px 0 44px;
  border-radius: 33px;
  color: #666;
  font-family: "Raleway";
}
.pl-footer .pl-subsecribe .pl-group-inp input::-webkit-input-placeholder {
  color: #888;
  font-weight: 200;
}
.pl-footer .pl-subsecribe .pl-group-inp i {
  width: 42px;
  height: 50px;
  font-size: 16px;
  text-align: center;
  line-height: 46px;
  position: absolute;
  top: 4px;
  left: 4px;
  color: #888;
}
.pl-footer .pl-subsecribe button {
  margin-top: 15px;
  height: 52px;
}
.pl-footer .pl-statistics {
  padding: 0 58px 0 0;
}
.pl-footer .pl-statistics img {
  height: 60px;
}
.pl-footer .pl-statistics p {
  font-size: 14px;
  color: #666;
  font-family: "Raleway";
  margin: 24px 0 0 0;
}
.pl-footer .pl-sociallink {
  margin: 18px 0;
}
.pl-footer .pl-sociallink a {
  width: 42px;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  text-align: center;
  margin: 0 1px;
  color: #FFF;
  display: inline-block;
  border-radius: 30px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.pl-footer .pl-sociallink a i {
  margin: 0;
}
.pl-footer .pl-sociallink a:hover {
  opacity: 0.9;
  transform: scale(1.09);
  color: rgba(255, 255, 255, 0.7);
}

.pl-copyright {
  background: #F7F7F7;
  color: #999;
  padding: 24px 0;
  font-size: 12px;
  text-align: center;
  color: #666;
  font-family: "Raleway";
}
.pl-copyright a {
  color: #444;
}
.pl-copyright a:hover {
  color: #19c969;
}
.pl-copyright .pl-lang {
  text-align: center;
  padding: 12px;
}
.pl-copyright .pl-lang img {
  width: 24px;
  margin: 0 3px;
}
.pl-copyright .pl-lang a {
  display: inline-block;
  background: #FFF;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin: 0 3px;
}
.pl-copyright .pl-lang a span {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
}

/*
#-------------------------------------------------------------------------
# + Page: Pages
#-------------------------------------------------------------------------
*/
.pl-body-pages .pl-main {
  background: #FFF;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
}

.pl-body-pages .pl-main .pl-title {
  padding: 24px;
  margin: 0 0 24px 0;
  background: #F9F9F9;
  font-size: 26px;
  font-weight: 700;
}

.pl-body-pages .pl-main .pl-content {
  padding: 0 24px 24px;
  line-height: 26px;
}

/*
#-------------------------------------------------------------------------
# + Page: Questions
#-------------------------------------------------------------------------
*/
.pl-body-questions .pl-voters {
  margin: auto;
  padding: 12px 24px;
  display: table;
}

.pl-body-questions .pl-voters .pl-dtable {
  height: 54px;
  float: left;
}

.pl-body-questions .pl-voters .pl-title {
  font-size: 16px;
  margin: 0;
}

.pl-body-questions .pl-voters ul {
  list-style: none;
  margin: 0 12px;
  padding: 0;
  float: left;
}

.pl-body-questions .pl-voters ul li {
  float: left;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #EEE;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border: 3px solid #FFF;
  margin-left: -12px;
}

.pl-body-questions .pl-voters ul li img {
  width: 100%;
  min-height: 48px;
}

.pl-body-questions .pl-voters ul li:first-child {
  margin: 0;
}

.pl-body-questions .pl-voters .pl-buttons {
  border-radius: 50px;
  height: 48px;
  line-height: 48px;
  padding: 0 12px;
}

/*
#-------------------------------------------------------------------------
# + Page: Questions
#-------------------------------------------------------------------------
*/
.pl-body-more-questions .pl-tile {
  padding: 24px 12px;
  margin: 0;
  background: #F9F9F9;
  font-size: 22px;
}

.pl-body-more-questions .pl-tile small {
  float: right;
  font-size: 12px;
  display: inline-block;
  background: #FFF;
  border-radius: 3px;
  min-width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin-top: -4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

.pl-body-more-questions .pl-questions {
  border-bottom: 1px solid #EEE;
  padding: 12px 24px;
  position: relative;
}

.pl-body-more-questions .pl-questions .pl-dtable {
  height: 48px;
}

.pl-body-more-questions .pl-questions .pl-thumb {
  width: 48px;
  height: 48px;
  overflow: hidden;
  background: #EEE;
  border-radius: 50%;
  box-shadow: 0 1px 3px #EEE;
}

.pl-body-more-questions .pl-questions .pl-thumb img {
  width: 100%;
  min-height: 48px;
}

.pl-body-more-questions .pl-questions .pl-title {
  font-size: 16px;
  margin: 5px 0 3px 0;
  padding-right: 24px;
}

.pl-body-more-questions .pl-questions .pl-title a {
  color: #000;
}

.pl-body-more-questions .pl-questions .pl-details {
  font-size: 12px;
  color: #666;
  font-weight: 200;
}

.pl-body-more-questions .pl-questions .pl-details i {
  margin: 0 3px 0 12px;
}

.pl-body-more-questions .pl-questions .pl-details i:first-of-type {
  margin-left: 0;
}

.pl-body-more-questions .pl-questions .pl-options {
  position: relative;
  position: absolute;
  right: 24px;
  top: 24px;
}

.pl-body-more-questions .pl-questions .pl-options .pl-user-options {
  color: #666;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 32px;
  text-align: center;
}

.pl-body-more-questions .pl-questions .pl-options .pl-user-options.active {
  background: #F7F7F7;
  color: #777;
  box-shadow: inset 2px -2px 3px #EEE;
}

.pl-body-more-questions .pl-questions .pl-options .dropdown {
  position: absolute;
  background: #FFF;
  box-shadow: 0 0 3px #EEE;
  z-index: 2;
  right: 12px;
  margin: 0;
  padding: 6px;
  list-style: none;
  min-width: 146px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.pl-body-more-questions .pl-questions .pl-options .dropdown.open {
  visibility: visible;
  opacity: 1;
  right: 0;
}

.pl-body-more-questions .pl-questions .pl-options .dropdown li a {
  display: block;
  padding: 6px 12px;
  border-bottom: 1px solid #F9F9F9;
  font-size: 12px;
  color: #333;
  white-space: nowrap;
}

.pl-body-more-questions .pl-questions .pl-options .dropdown li a i {
  margin-right: 6px;
}

.pl-body-more-questions .pl-questions .pl-options .dropdown li a:hover {
  background: #F7F7F7;
  border-radius: 3px;
  color: #777;
}

.pl-body-more-questions .pl-questions .pl-options .dropdown li:last-child a {
  border: 0;
}

.pl-body-more-questions .pl-pagination {
  margin-top: 24px;
}

/*
#-------------------------------------------------------------------------
# + Page: Voters
#-------------------------------------------------------------------------
*/
.pl-body-voters .pl-tile {
  padding: 24px 12px;
  margin: 0;
  background: #F9F9F9;
  font-size: 22px;
}

.pl-body-voters .pl-tile small {
  float: right;
  font-size: 12px;
  display: inline-block;
  background: #FFF;
  border-radius: 3px;
  min-width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin-top: -4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

.pl-body-voters .pl-tile2 {
  background: #F7F7F7;
  padding: 12px;
  border: 1px solid #EEE;
  border-width: 1px 0 1px 0;
  font-size: 12px;
  color: #888;
}

.pl-body-voters .pl-voters {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pl-body-voters .pl-voters li:not(.pl-not-found) {
  float: left;
  position: relative;
  padding: 12px;
  width: 50%;
}

.pl-body-voters .pl-voters li:not(.pl-not-found) .pl-thumb {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #EEE;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.pl-body-voters .pl-voters li:not(.pl-not-found) .pl-thumb img {
  width: 100%;
  min-height: 38px;
}

.pl-body-voters .pl-voters li:not(.pl-not-found) .pl-title {
  margin: 0;
  font-size: 16px;
}

.pl-body-voters .pl-voters li:not(.pl-not-found) .pl-title a {
  color: #000;
}

.pl-body-voters .pl-voters li:not(.pl-not-found) span {
  font-size: 12px;
  color: #888;
  font-weight: 200;
}

.pl-body-voters .pl-voters li:not(.pl-not-found) .pl-options {
  position: absolute;
  right: 12px;
  top: 18px;
}

.pl-body-voters .pl-voters li:not(.pl-not-found) .pl-options .pl-user-options {
  color: #666;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 32px;
  text-align: center;
}

.pl-body-voters .pl-voters li:not(.pl-not-found) .pl-options .pl-user-options.active {
  background: #F7F7F7;
  color: #777;
  box-shadow: inset 2px -2px 3px #EEE;
}

.pl-body-voters .pl-voters li:not(.pl-not-found) .pl-options .dropdown {
  position: absolute;
  background: #FFF;
  box-shadow: 0 0 3px #EEE;
  z-index: 2;
  right: 12px;
  margin: 0;
  padding: 6px;
  list-style: none;
  width: 146px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.pl-body-voters .pl-voters li:not(.pl-not-found) .pl-options .dropdown.open {
  visibility: visible;
  opacity: 1;
  right: 0;
}

.pl-body-voters .pl-voters li:not(.pl-not-found) .pl-options .dropdown li {
  float: none;
  width: 100%;
  padding: 0;
}

.pl-body-voters .pl-voters li:not(.pl-not-found) .pl-options .dropdown li a {
  display: block;
  padding: 6px 12px;
  border-bottom: 1px solid #F9F9F9;
  font-size: 12px;
  color: #666;
}

.pl-body-voters .pl-voters li:not(.pl-not-found) .pl-options .dropdown li a i {
  margin-right: 6px;
}

.pl-body-voters .pl-voters li:not(.pl-not-found) .pl-options .dropdown li a:hover {
  background: #F7F7F7;
  border-radius: 3px;
  color: #777;
}

.pl-body-voters .pl-voters li:not(.pl-not-found) .pl-options .dropdown li:last-child a {
  border: 0;
}

.pl-body-voters .pl-pagination {
  margin-top: 24px;
}

/*
#-------------------------------------------------------------------------
# + Page: Members
#-------------------------------------------------------------------------
*/
.pl-body-members .pl-user {
  border-bottom: 1px solid #EEE;
  padding: 12px 24px;
  position: relative;
}

.pl-body-members .pl-user .pl-dtable {
  height: 48px;
}

.pl-body-members .pl-user .pl-thumb {
  width: 48px;
  height: 48px;
  overflow: hidden;
  background: #EEE;
  border-radius: 50%;
  box-shadow: 0 1px 3px #EEE;
}

.pl-body-members .pl-user .pl-thumb img {
  width: 100%;
  min-height: 48px;
}

.pl-body-members .pl-user .pl-title {
  font-size: 16px;
  margin: 5px 0 3px 0;
}

.pl-body-members .pl-user .pl-title a {
  color: #000;
}

.pl-body-members .pl-user .pl-details {
  font-size: 12px;
  color: #666;
  font-weight: 200;
}

.pl-body-members .pl-user .pl-details i {
  margin: 0 3px 0 12px;
}

.pl-body-members .pl-user .pl-details i:first-of-type {
  margin-left: 0;
}

.pl-body-members .pl-user .pl-options {
  position: relative;
  position: absolute;
  right: 24px;
  top: 24px;
}

.pl-body-members .pl-user .pl-options .pl-user-options {
  color: #666;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 32px;
  text-align: center;
}

.pl-body-members .pl-user .pl-options .pl-user-options.active {
  background: #F7F7F7;
  color: #777;
  box-shadow: inset 2px -2px 3px #EEE;
}

.pl-body-members .pl-user .pl-options .dropdown {
  position: absolute;
  background: #FFF;
  box-shadow: 0 0 3px #EEE;
  z-index: 2;
  right: 12px;
  margin: 0;
  padding: 6px;
  list-style: none;
  width: 146px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.pl-body-members .pl-user .pl-options .dropdown.open {
  visibility: visible;
  opacity: 1;
  right: 0;
}

.pl-body-members .pl-user .pl-options .dropdown li a {
  display: block;
  padding: 6px 12px;
  border-bottom: 1px solid #F9F9F9;
  font-size: 12px;
  color: #666;
}

.pl-body-members .pl-user .pl-options .dropdown li a i {
  margin-right: 6px;
}

.pl-body-members .pl-user .pl-options .dropdown li a:hover {
  background: #F7F7F7;
  border-radius: 3px;
  color: #777;
}

.pl-body-members .pl-user .pl-options .dropdown li:last-child a {
  border: 0;
}

.pl-body-members .pl-pagination {
  padding: 24px 0;
}

/*
#-------------------------------------------------------------------------
# + Page: Profile
#-------------------------------------------------------------------------
*/
.pl-body-profile .pt-more-r {
  padding: 12px;
  text-align: center;
}

.pl-body-profile .pl-box {
  margin-bottom: 24px;
}

.pl-body-profile .pl-cover {
  overflow: hidden;
  height: 300px;
  position: relative;
}

.pl-body-profile .pl-cover:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/cover.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(2px);
  opacity: 0.8;
  position: absolute;
  left: 0;
  top: 0;
}

.pl-body-profile .pl-cover:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #2f3741;
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0;
}

.pl-body-profile .pl-cover .pl-content {
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 100%;
  padding: 24px;
}

.pl-body-profile .pl-cover .pl-content .icon-check {
  width: 16px;
  height: 16px;
  background: #f43438;
  position: absolute;
  left: 62px;
  top: 28px;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  line-height: 16px;
  font-size: 14px;
}

.pl-body-profile .pl-cover .pl-content .pl-thumb {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #FFF;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.pl-body-profile .pl-cover .pl-content .pl-thumb img {
  width: 100%;
  min-height: 48px;
}

.pl-body-profile .pl-cover .pl-content .pl-dtable {
  height: 48px;
}

.pl-body-profile .pl-cover .pl-content .pl-name {
  margin: 0;
  font-size: 22px;
  color: #FFF;
}

.pl-body-profile .pl-cover .pl-content .pl-options {
  position: absolute;
  right: 24px;
  top: 28px;
}

.pl-body-profile .pl-cover .pl-content .pl-options .pl-social {
  display: inline-block;
  background: #FFF;
  height: 40px;
  line-height: 39px;
  border-radius: 3px;
  padding: 0 8px;
  margin-right: 6px;
}

.pl-body-profile .pl-cover .pl-content .pl-options .pl-social a {
  width: 24px;
  height: 24px;
  display: inline-block;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  color: #FFF;
  border-radius: 3px;
  margin: 0 1px;
}

.pl-body-profile .pl-cover .pl-content .pl-options .pl-buttons {
  height: auto;
}

.pl-body-profile .pl-counts {
  padding: 24px;
  display: table;
  margin: auto;
}

.pl-body-profile .pl-counts .pl-count {
  float: left;
  padding: 12px 16px;
  font-size: 14px;
  border-right: 1px solid #EEE;
  font-weight: 200;
}

.pl-body-profile .pl-counts .pl-count b {
  display: block;
  font-weight: 700;
}

.pl-body-profile .pl-counts .pl-count b i {
  margin-right: 6px;
}

.pl-body-profile .pl-counts .pl-count:first-of-type {
  padding-left: 0;
}

.pl-body-profile .pl-counts .pl-count:last-of-type {
  border-right: 0;
  padding-right: 0;
}

.pl-body-profile .pl-counts:before, .pl-body-profile .pl-counts:after {
  content: "";
  clear: both;
}

.pl-body-profile .pl-counts:after {
  display: table;
}

.pl-body-profile .pl-followers {
  margin: auto;
  padding: 12px 24px;
  display: table;
}

.pl-body-profile .pl-followers .pl-dtable {
  height: 54px;
  float: left;
}

.pl-body-profile .pl-followers .pl-title {
  font-size: 16px;
  margin: 0;
}

.pl-body-profile .pl-followers ul {
  list-style: none;
  margin: 0 12px;
  padding: 0;
  float: left;
}

.pl-body-profile .pl-followers ul li {
  float: left;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #EEE;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border: 3px solid #FFF;
  margin-left: -12px;
}

.pl-body-profile .pl-followers ul li img {
  width: 100%;
  min-height: 48px;
}

.pl-body-profile .pl-followers ul li:first-child {
  margin: 0;
}

.pl-body-profile .pl-followers .pl-buttons {
  border-radius: 50px;
  height: 48px;
  line-height: 33px;
  padding: 0 12px;
}

.pl-body-profile .pl-questions {
  border-bottom: 1px solid #EEE;
  padding: 12px 24px;
  position: relative;
}

.pl-body-profile .pl-questions .pl-dtable {
  height: 48px;
}

.pl-body-profile .pl-questions .pl-thumb {
  width: 48px;
  height: 48px;
  overflow: hidden;
  background: #EEE;
  border-radius: 50%;
  box-shadow: 0 1px 3px #EEE;
}

.pl-body-profile .pl-questions .pl-thumb img {
  width: 100%;
  min-height: 48px;
}

.pl-body-profile .pl-questions .pl-title {
  font-size: 16px;
  margin: 5px 0 3px 0;
  padding-right: 24px;
}

.pl-body-profile .pl-questions .pl-title a {
  color: #000;
}

.pl-body-profile .pl-questions .pl-details {
  font-size: 12px;
  color: #666;
  font-weight: 200;
}

.pl-body-profile .pl-questions .pl-details i {
  margin: 0 3px 0 12px;
}

.pl-body-profile .pl-questions .pl-details i:first-of-type {
  margin-left: 0;
}

.pl-body-profile .pl-questions .pl-options {
  position: relative;
  position: absolute;
  right: 24px;
  top: 24px;
}

.pl-body-profile .pl-questions .pl-options .pl-user-options {
  color: #666;
  display: inline-block;
  width: 28px;
  height: 28px;
  line-height: 32px;
  text-align: center;
}

.pl-body-profile .pl-questions .pl-options .pl-user-options.active {
  background: #F7F7F7;
  color: #777;
  box-shadow: inset 2px -2px 3px #EEE;
}

.pl-body-profile .pl-questions .pl-options .dropdown {
  position: absolute;
  background: #FFF;
  box-shadow: 0 0 3px #EEE;
  z-index: 2;
  right: 12px;
  margin: 0;
  padding: 6px;
  list-style: none;
  min-width: 146px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.pl-body-profile .pl-questions .pl-options .dropdown.open {
  visibility: visible;
  opacity: 1;
  right: 0;
}

.pl-body-profile .pl-questions .pl-options .dropdown li a {
  display: block;
  padding: 6px 12px;
  border-bottom: 1px solid #F9F9F9;
  font-size: 12px;
  color: #333;
  white-space: nowrap;
}

.pl-body-profile .pl-questions .pl-options .dropdown li a i {
  margin-right: 6px;
}

.pl-body-profile .pl-questions .pl-options .dropdown li a:hover {
  background: #F7F7F7;
  border-radius: 3px;
  color: #777;
}

.pl-body-profile .pl-questions .pl-options .dropdown li:last-child a {
  border: 0;
}

/*
#-------------------------------------------------------------------------
# + Page: Sign In
#-------------------------------------------------------------------------
*/
/* Sign In Form */
#sign-modal .modal-dialog,
#password-modal .modal-dialog,
#report-modal .modal-dialog,
#forget-modal .modal-dialog {
  width: 400px;
}
#sign-modal .close,
#password-modal .close,
#report-modal .close,
#forget-modal .close {
  background: transparent;
  color: #999;
  font-size: 22px;
  opacity: 1;
  /* margin-top: 3px; */
  /* line-height: 13px; */
  padding: 0 !important;
  position: absolute;
  right: 0px;
}
#sign-modal p,
#password-modal p,
#report-modal p,
#forget-modal p {
  font-size: 13px;
  font-family: "Raleway";
  color: #888;
}
#sign-modal .modal-footer,
#password-modal .modal-footer,
#report-modal .modal-footer,
#forget-modal .modal-footer {
  display: block;
}
#sign-modal .modal-footer:after,
#password-modal .modal-footer:after,
#report-modal .modal-footer:after,
#forget-modal .modal-footer:after {
  content: "";
  clear: both;
  display: block;
}
#sign-modal a,
#password-modal a,
#report-modal a,
#forget-modal a {
  color: #15c366;
}
#sign-modal .modal-content,
#password-modal .modal-content,
#report-modal .modal-content,
#forget-modal .modal-content {
  border-radius: 30px;
}
#sign-modal .modal-body,
#password-modal .modal-body,
#report-modal .modal-body,
#forget-modal .modal-body {
  padding: 16px 24px;
}
#sign-modal .d-flex,
#password-modal .d-flex,
#report-modal .d-flex,
#forget-modal .d-flex {
  font-size: 13px;
  margin-top: 12px;
  margin-bottom: 12px;
}
#sign-modal button[type=submit],
#password-modal button[type=submit],
#report-modal button[type=submit],
#forget-modal button[type=submit] {
  display: block;
  width: 100%;
  height: 46px;
  font-size: 16px;
  border-radius: 3px;
  margin: 24px 0;
}
#sign-modal .pl-social-login,
#password-modal .pl-social-login,
#report-modal .pl-social-login,
#forget-modal .pl-social-login {
  margin-bottom: 12px;
  text-align: center;
}
#sign-modal .pl-social-login a,
#password-modal .pl-social-login a,
#report-modal .pl-social-login a,
#forget-modal .pl-social-login a {
  margin: 0 3px;
  border-radius: 34px;
  line-height: 46px;
  width: 42px;
  height: 42px;
  text-align: center;
  padding: 0 !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
  color: #FFF;
}
#sign-modal .pl-social-login a i,
#password-modal .pl-social-login a i,
#report-modal .pl-social-login a i,
#forget-modal .pl-social-login a i {
  margin: 0;
  font-size: 16px;
}
#sign-modal hr,
#password-modal hr,
#report-modal hr,
#forget-modal hr {
  border-color: #EEE;
  opacity: 1;
}
#sign-modal .orsign,
#password-modal .orsign,
#report-modal .orsign,
#forget-modal .orsign {
  font-size: 14px;
  text-align: center;
  margin: 14px 0;
  font-weight: 600;
  font-family: "Raleway";
}
#sign-modal .donot,
#password-modal .donot,
#report-modal .donot,
#forget-modal .donot {
  font-size: 14px;
  text-align: center;
  font-family: "Raleway";
}
#sign-modal .donot a,
#password-modal .donot a,
#report-modal .donot a,
#forget-modal .donot a {
  font-weight: 600;
}
#sign-modal .modal-header,
#sign-modal .modal-body div,
#sign-modal .modal-footer div,
#sign-modal button[type=submit],
#password-modal .modal-header,
#password-modal .modal-body div,
#password-modal .modal-footer div,
#password-modal button[type=submit],
#report-modal .modal-header,
#report-modal .modal-body div,
#report-modal .modal-footer div,
#report-modal button[type=submit],
#forget-modal .modal-header,
#forget-modal .modal-body div,
#forget-modal .modal-footer div,
#forget-modal button[type=submit] {
  position: relative;
  top: 10px;
  opacity: 0;
}
#sign-modal.show .modal-header, #sign-modal.show .modal-body div, #sign-modal.show .modal-footer div, #sign-modal.show button[type=submit],
#password-modal.show .modal-header,
#password-modal.show .modal-body div,
#password-modal.show .modal-footer div,
#password-modal.show button[type=submit],
#report-modal.show .modal-header,
#report-modal.show .modal-body div,
#report-modal.show .modal-footer div,
#report-modal.show button[type=submit],
#forget-modal.show .modal-header,
#forget-modal.show .modal-body div,
#forget-modal.show .modal-footer div,
#forget-modal.show button[type=submit] {
  top: 0px;
  opacity: 1;
}
#sign-modal.show .modal-header,
#password-modal.show .modal-header,
#report-modal.show .modal-header,
#forget-modal.show .modal-header {
  transition: all 300ms ease-in-out 200ms;
}
#sign-modal.show .modal-body div,
#password-modal.show .modal-body div,
#report-modal.show .modal-body div,
#forget-modal.show .modal-body div {
  transition: all 300ms ease-in-out 350ms;
}
#sign-modal.show .modal-footer div,
#password-modal.show .modal-footer div,
#report-modal.show .modal-footer div,
#forget-modal.show .modal-footer div {
  transition: all 300ms ease-in-out 350ms;
}
#sign-modal.show button[type=submit],
#password-modal.show button[type=submit],
#report-modal.show button[type=submit],
#forget-modal.show button[type=submit] {
  transition: all 300ms ease-in-out 400ms;
}

.pl-group-inp {
  position: relative;
}
.pl-group-inp b {
  font-size: 13px;
  font-weight: 600;
  color: #666;
  font-family: "Raleway";
}
.pl-group-inp label {
  display: block;
  margin-top: 8px;
  margin-bottom: 0;
}
.pl-group-inp label input {
  background: #FFF;
  height: 46px;
  font-size: 12px;
  font-weight: 200;
  padding: 0 12px 0 48px;
  line-height: 42px;
  border: 1px solid #EEE;
  width: 100%;
  border-radius: 3px;
  font-family: "Raleway";
  border-bottom-width: 2px;
}
.pl-group-inp label i {
  position: absolute;
  height: 46px;
  width: 46px;
  line-height: 46px;
  text-align: center;
  color: #888;
}

/*
#-------------------------------------------------------------------------
# + Page: Sign up
#-------------------------------------------------------------------------
*/
.pl-signup {
  background: #FFF;
  box-shadow: 0 0 5px #EEE;
  padding: 24px;
}

.pl-signup .pl-social-login {
  text-align: center;
  padding: 24px 0;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #EEE;
  margin: 15px 0;
}

.pl-signup .pl-social-login a {
  padding: 8px;
  display: inline-block;
  margin-bottom: 0;
  line-height: 36px;
}

.pl-signup .pl-group-inp i {
  color: #FFF;
  border-radius: 3px;
}

.pl-signup .pl-group-inp input {
  margin-bottom: 8px;
}

/*
#-------------------------------------------------------------------------
# + Password
#-------------------------------------------------------------------------
*/
/*
#-------------------------------------------------------------------------
# + Form
#-------------------------------------------------------------------------
*/
.pl-form .pl-select {
  position: relative;
}

.pl-form .pl-select:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  right: 15px;
  top: 10px;
}

.pl-form label {
  font-weight: 400;
  font-size: 14px;
  width: 100%;
  margin: 0;
}

.pl-form label b {
  font-size: 12px;
}

.pl-form input,
.pl-form textarea,
.pl-form select,
.pl-form .pl-birthdate {
  width: 100%;
  background: #FFF;
  font-size: 12px;
  font-weight: 200;
  padding: 0 12px;
  border: 1px solid #EEE;
  border-radius: 3px;
  margin-bottom: 15px;
}

.pl-form input.disabled, .pl-form input:disabled,
.pl-form textarea.disabled,
.pl-form textarea:disabled,
.pl-form select.disabled,
.pl-form select:disabled,
.pl-form .pl-birthdate.disabled,
.pl-form .pl-birthdate:disabled {
  background: #f9f9f9;
  color: #aaa;
  cursor: not-allowed;
}

.pl-form input,
.pl-form select {
  height: 42px;
  line-height: 42px;
}

.pl-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
}

.pl-form p {
  font-size: 10px;
}

.pl-form p i {
  font-size: 12px;
  margin-right: 3px;
  color: #14c265;
}

.pl-form .pl-group-inp {
  position: relative;
}

.pl-form .pl-group-inp i {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin-right: 1px;
  position: absolute;
  top: 5px;
  left: 4px;
}

.pl-form .pl-group-inp input {
  padding: 0 12px 0 44px;
}

.pl-form .pl-birthdate {
  padding: 0;
}

.pl-form .pl-birthdate input {
  width: 36px;
  padding: 0;
  text-align: center;
  border: 0;
  margin: 0;
}

/*
#-------------------------------------------------------------------------
# + Radios
#-------------------------------------------------------------------------
*/
.pl-radio {
  margin-bottom: 6px;
  /*padding: 2px 3px 4px 3px;*/
}

.pl-radio:last-of-type {
  margin-bottom: 0;
}

.pl-radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  font-family: "Raleway", sans-serif;
  margin: 0;
}

.pl-radio label .timer {
  position: absolute;
  left: -2px;
  top: 3px;
  z-index: 2;
  background: #777;
  color: #fff;
  display: inline-block;
  width: 28px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 10px;
  font-family: "Open Sans";
  border-radius: 15px;
}

.pl-radio input[disabled] + label {
  cursor: no-drop;
}

.pl-radio input {
  display: none;
}

.pl-radio:not(.pl-bool) label:before,
.pl-radio.pl-checked:not(.pl-bool):not(.pl-pics) label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 3px;
  background-color: #FFF;
  border: 1px solid #DDD;
  border-radius: 50%;
}

.pl-radio:not(.pl-bool):not(.pl-pics) label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #EEE;
  border-radius: 50%;
}

.pl-radio:not(.pl-bool):not(.pl-pics) input[type=checkbox] + label:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 11px;
  background: #EEE;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #EEE, 4px 0 0 #EEE, 4px -2px 0 #EEE, 4px -4px 0 #EEE, 4px -6px 0 #EEE, 4px -8px 0 #EEE;
  transform: rotate(45deg);
}

.pl-radio:not(.pl-pics):not(.pl-bool) input[type=checkbox] + label:before {
  border-radius: 3px;
}

/* .pl-radio:not(.pl-pics) input[type=checkbox] + label:before,
.pl-radio.pl-checked:not(.pl-pics) input[type=checkbox] + label:before {
  content: "";
  border-radius: 5px;
} */
.pl-radio:not(.pl-pics) input:checked + label:before {
  background-color: #FFFFFF;
  border-color: #15c466;
}

.pl-radio:not(.pl-bool):not(.pl-pics) input:checked + label:after,
.pl-radio.pl-checked:not(.pl-bool):not(.pl-pics) label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #15c466;
  border-radius: 50%;
}

.pl-radio:not(.pl-bool):not(.pl-pics) input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 11px;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #15c466, 4px 0 0 #15c466, 4px -2px 0 #15c466, 4px -4px 0 #15c466, 4px -6px 0 #15c466, 4px -8px 0 #15c466;
  transform: rotate(45deg);
}

.pl-radio.pl-checked.pl-pics label {
  line-height: 1 !important;
  margin-top: 0 !important;
  padding-left: 0 !important;
  color: #15c466;
}
.pl-radio.pl-checked.pl-pics label .pl-label-thumb {
  padding: 5px;
}

/* Normal radio .Checked */
.pl-answers-checked .pl-radio:not(.pl-bool):not(.pl-pics) {
  background: #f7f7f7;
  border-radius: 3px;
  margin-left: -3px;
  margin-right: -3px;
  padding: 0 3px 3px 5px;
}

.pl-radio.pl-checked:not(.pl-bool) {
  background: #d2f6e7 !important;
  color: #1ea96b;
}
.pl-radio.pl-checked:not(.pl-bool) label {
  line-height: 27px;
  margin-top: 3px;
  font-weight: 700;
  padding-left: 34px;
}
.pl-radio.pl-checked:not(.pl-bool) label .timer {
  background: #15c466;
}

.pl-radio.pl-checked:not(.pl-bool):not(.pl-pics) label:before {
  border-color: #1abc75;
}

.pl-radio.pl-checked:not(.pl-bool):not(.pl-pics) label:after,
.pl-radio.pl-checked:not(.pl-bool):not(.pl-pics) input:checked + label:after {
  background: #1abc75;
}

/* Pics */
.pl-radio.pl-pics {
  padding-bottom: 6px;
  margin-bottom: 12px;
}

.pl-radio.pl-pics label {
  text-align: center;
  padding-left: 0;
  display: block;
}

.pl-radio.pl-pics label .timer {
  left: -8px;
  top: 8px;
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.pl-radio.pl-pics label .pl-label-thumb {
  height: 248px;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 12px;
}

.pl-radio.pl-pics label:before {
  content: none;
}

.pl-radio.pl-pics .pl-label-thumb:before {
  content: "";
  width: 100%;
  height: 248px;
  margin-right: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.09);
}

.pl-radio.pl-pics.pl-checked .pl-label-thumb:before {
  box-shadow: none;
  border-color: #1abc75;
}

.pl-radio.pl-pics img {
  border-radius: 5px;
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin-bottom: 8px;
}

.pl-radio.pl-pics.pl-checked {
  background: #1abc75;
  border-radius: 3px;
  color: #FFF;
}

.pl-radio.pl-pics.pl-checked label:before {
  border-color: #1abc75;
  box-shadow: none;
}

/* Bool */
.pl-radio.pl-bool label {
  width: 100%;
  text-align: center;
  padding: 0;
  height: 48px;
  font-family: "Raleway", sans-serif;
  border-radius: 3px;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 46px;
  background: #FFF;
  color: #15c466;
  border: 2px solid #15c466;
}

.pl-radio.pl-bool label .timer {
  left: 6px;
  top: 12px;
  width: 28px;
  left: 6px;
  top: 8px;
  height: 28px;
  line-height: 28px;
  background: #ecfded;
  color: #1abc75;
  font-size: 8px;
}

.pl-radio.pl-bool input:checked + label,
.pl-radio.pl-bool.pl-checked input + label {
  background: #1abc75;
  color: #FFF;
  border-color: #17b570;
  padding-left: 15px;
}

.pl-radio.pl-bool input:checked + label .timer,
.pl-radio.pl-bool.pl-checked input + label .timer {
  background: #21ca80;
  color: #FFF;
}

.pl-radio.pl-bool input:checked + label:after,
.pl-radio.pl-bool.pl-checked input + label:after {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  width: 100%;
  height: 48px;
  border-radius: 5px;
  border: 0px solid #15c466;
}

.tgl {
  display: none;
}

.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
  box-sizing: border-box;
}

.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
  background: none;
}

.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
  background: none;
}

.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 46px;
  height: 24px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}

.tgl + .tgl-btn:after {
  left: 0;
}

.tgl + .tgl-btn:before {
  display: none;
}

.tgl:checked + .tgl-btn:after {
  left: 50%;
}

.tgl-btn + label {
  width: auto;
}

.tgl-light + .tgl-btn {
  background: #f0f0f0;
  border-radius: 2em;
  padding: 2px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.tgl-light:checked + .tgl-btn {
  background: #9fd6ae;
}

.tgl-skewed + .tgl-btn {
  overflow: hidden;
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-family: sans-serif;
  background: #888;
}

.tgl-skewed + .tgl-btn:after, .tgl-skewed + .tgl-btn:before {
  -webkit-transform: skew(10deg);
  transform: skew(10deg);
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  text-align: center;
  position: absolute;
  line-height: 2em;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}

.tgl-skewed + .tgl-btn:after {
  left: 100%;
  content: attr(data-tg-on);
}

.tgl-skewed + .tgl-btn:before {
  left: 0;
  content: attr(data-tg-off);
}

.tgl-skewed + .tgl-btn:active {
  background: #888;
}

.tgl-skewed + .tgl-btn:active:before {
  left: -10%;
}

.tgl-skewed:checked + .tgl-btn {
  background: #86d993;
}

.tgl-skewed:checked + .tgl-btn:before {
  left: -100%;
}

.tgl-skewed:checked + .tgl-btn:after {
  left: 0;
}

.tgl-skewed:checked + .tgl-btn:active:after {
  left: 10%;
}

.tgl-flat + .tgl-btn {
  padding: 2px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #fff;
  border: 4px solid #f2f2f2;
  border-radius: 2em;
}

.tgl-flat + .tgl-btn:after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #f2f2f2;
  content: "";
  border-radius: 1em;
  width: 14px;
}

.tgl-flat:checked + .tgl-btn {
  border: 4px solid #15c466;
}

.tgl-flat:checked + .tgl-btn:after {
  left: 56%;
  background: #15c466;
}

/*
#-------------------------------------------------------------------------
# + Pagination
#-------------------------------------------------------------------------
*/
.pl-pagination {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: table;
}

.pl-pagination li {
  float: left;
  margin: 0 2px;
}

.pl-pagination li.active,
.pl-pagination li a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #FFF;
  text-align: center;
  color: #666;
  font-weight: 200;
  font-size: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  border-radius: 30px;
}

.pl-pagination li.active {
  background: #18c768;
  color: #FFF;
  cursor: not-allowed;
}

.pl-pagination li.dot {
  width: 32px;
  height: 32px;
  line-height: 28px;
  text-align: center;
}

/*
#-------------------------------------------------------------------------
# + Rows
#-------------------------------------------------------------------------
*/
.pl-row {
  position: relative;
  margin-right: -15px;
  margin-left: -15px;
}

.pl-row:before, .pl-row:after {
  content: "";
  display: table;
}

.pl-row:after {
  clear: both;
}

.pl-row .pl-col-9,
.pl-row .pl-col-8,
.pl-row .pl-col-6,
.pl-row .pl-col-4,
.pl-row .pl-col-3 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.pl-row .pl-col-9 {
  width: 75%;
}

.pl-row .pl-col-8 {
  width: 66.66666667%;
}

.pl-row .pl-col-6 {
  width: 50%;
}

.pl-row .pl-col-4 {
  width: 33.33333333%;
}

.pl-row .pl-col-3 {
  width: 25%;
}

/*
#-------------------------------------------------------------------------
# + Plus Buttons
#-------------------------------------------------------------------------
*/
.pl-plus-buttons {
  display: inline-block;
  background-color: #FFF;
  color: #111;
  font-size: 12px;
  cursor: pointer;
  height: 30px;
  line-height: 28px;
  margin-right: 3px;
  padding: 0 10px 0 10px;
  outline: none;
  font-family: "Raleway", sans-serif;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  transition: all 0.4s;
}

.pl-plus-buttons i {
  font-size: 14px;
  margin: 0 6px 0 0;
}

.pl-plus-buttons.pl-notext i {
  margin: 0;
}

/*
#-------------------------------------------------------------------------
# + Buttons
#-------------------------------------------------------------------------
*/
.pl-buttons {
  display: inline-block;
  border: 0;
  background: #EEE;
  color: #FFF;
  padding: 8px 32px !important;
  height: 52px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 700;
  border-radius: 3px;
  outline: none;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  /* Small Button */
  /* Icon Button */
  /* Disabled */
  /* Hover */
}

.pl-buttons i {
  margin-right: 6px;
  /*&.icons {
  	line-height: 24px;
  	float: left;
  }*/
}

.pl-buttons i.i-right {
  margin-left: 6px;
  margin-right: 0;
}

.pl-buttons .pl-count {
  float: right;
  display: inline-block;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 3px;
  background: #FFF;
  color: #777;
  font-weight: 200;
  font-size: 12px;
  text-align: center;
  margin-left: 12px;
  margin-top: 2px;
  font-family: "Open Sans", sans-serif;
}

.pl-buttons.small {
  font-size: 12px;
  color: #FFF;
}

.pl-buttons.pl-icon {
  padding: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
}

.pl-buttons.pl-icon i {
  margin: 0;
}

.pl-buttons[disabled], .pl-buttons .disabled {
  background: #EEE;
  color: #777;
  cursor: not-allowed;
}

/*
#-------------------------------------------------------------------------
# + Alerts
#-------------------------------------------------------------------------
*/
.alert {
  padding: 12px;
  margin-bottom: 0;
  margin-top: 15px;
  border-radius: 0;
  font-size: 14px;
  line-height: 22px;
  border-left-width: 3px;
}

.alert strong {
  display: block;
}

.alert-danger {
  color: #da747d;
  background-color: #fff5f6;
  border-color: #fff2f3;
}

.alert-success {
  color: #57b56d;
  background-color: #f0fdf3;
  border-color: #e4f9e9;
}

.alert-warning {
  color: #d4b458;
  background-color: #fffbef;
  border-color: #fff5d5;
}

.alert-info {
  color: #2a98ab;
  background-color: #f1fdff;
  border-color: #d7f6fb;
}

/*
#-------------------------------------------------------------------------
# + Send Question
#-------------------------------------------------------------------------
*/
.pl-question-type .pl-radio {
  background: #f7f7f7;
  border-radius: 3px;
  padding: 6px 0 6px 10px;
}

.pl-body-ask .pl-add-answer-image,
.pl-body-ask .pl-add-answer {
  color: #f43438;
  cursor: pointer;
}

.pl-body-ask .pl-answer-label input {
  margin-bottom: 2px;
}

.pl-body-ask .pl-answer-inp {
  position: relative;
}

.pl-body-ask .pl-answer-inp a {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #FFF;
  border-radius: 50%;
  cursor: pointer;
}

.pl-body-ask .pl-answer-inp input {
  margin-bottom: 2px;
}

/*
#-------------------------------------------------------------------------
# + BBCodes
#-------------------------------------------------------------------------
*/
.pl-bbcodes {
  font-size: 16px;
  line-height: 26px;
}

.pl-bbcodes p, .pl-bbcodes ul, .pl-bbcodes blockquote, .pl-bbcodes iframe {
  margin-bottom: 24px;
  font-size: 16px;
}

.pl-bbcodes img, .pl-bbcodes iframe {
  max-width: 100% !important;
}

.pl-bbcodes blockquote {
  background: #fff6f6;
  border-left: 3px solid #f43438;
  padding: 12px;
  color: #b93739;
}

.pl-bbcodes .decimal {
  list-style-type: decimal;
}

.pl-bbcodes .circle {
  list-style-type: circle;
}

.pl-cpanel-box .nav-link {
  font-family: "Raleway";
  font-size: 14px;
  color: #888;
  font-weight: 600;
}
.pl-cpanel-box .tab-content {
  padding: 24px;
  border: 1px solid #EEE;
  margin-top: -1px;
  border-top: 0;
}

/*
#-------------------------------------------------------------------------
# + Backgrounds
#-------------------------------------------------------------------------
*/
.clr-fb {
  color: #3B5999;
}

.clr-tw {
  color: #00BBF5;
}

.clr-gp {
  color: #D71627;
}

.clr-fm {
  color: #ff5665;
}

.clr-ml {
  color: #1fb738;
}

.bg-0 {
  background-color: #f43438;
}

.bg-1 {
  background-color: #1ABC9C;
}

.bg-2 {
  background-color: #2ecc71;
}

.bg-3 {
  background-color: #3498db;
}

.bg-4 {
  background-color: #9b59b6;
}

.bg-5 {
  background-color: #34495e;
}

.bg-6 {
  background-color: #f1c40f;
}

.bg-7 {
  background-color: #e67e22;
}

.bg-8 {
  background-color: #e74c3c;
}

.bg-9 {
  background-color: #999999;
}

.bg-10 {
  background-color: #333333;
}

.bg-11 {
  background-color: #1FA6D5;
}

.bg-12 {
  background-color: #FCC44C;
}

.bg-13 {
  background-color: #FC4C7D;
}

.bg-14 {
  background-color: #E04CFC;
}

.bg-15 {
  background-color: #F86227;
}

.bg-16 {
  background-color: #75AD16;
}

.bg-facebook {
  background: #3B5999;
}

.bg-twitter {
  background: #00BBF5;
}

.bg-google {
  background: #D71627;
}

.bg-youtube {
  background: #cc181e;
}

.bg-instagram {
  background: #c80182;
}

.bg-banned {
  background: #fff3f4;
}

.bg-unread {
  background: #F9F9F9;
}

/*
#-------------------------------------------------------------------------
# + Send Question
#-------------------------------------------------------------------------
*/
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 950px) {
  .pl-container,
.pl-main,
.pl-sidebar {
    width: 100%;
    float: none;
  }

  /** Header **/
  .pl-header-info {
    height: auto;
    line-height: 24px;
    padding: 12px;
    font-size: 14px;
  }

  .pl-header-info i {
    margin: 5px 10px 0 0;
  }

  .pl-header {
    margin-bottom: 24px;
  }

  .pl-header .pl-topbar:after, .pl-header .pl-topbar:before {
    width: 100%;
    height: 60px;
    position: initial;
  }

  .pl-header .pl-topbar .pl-logo {
    width: 40%;
  }

  .pl-header .pl-topbar .pl-logo a {
    padding: 6px 0 0 12px;
  }

  .pl-header .pl-topbar .pl-logo img {
    width: auto;
    height: 40px;
  }

  .pl-header .pl-topbar .pl-details {
    width: 60%;
  }

  .pl-header .pl-topbar .pl-details .pl-details-list {
    padding: 10px 12px 0 0;
  }

  .pl-header .pl-topbar .pl-details .pl-details-list .pl-user-details span strong {
    display: none;
  }

  .pl-header .pl-topbar .pl-details .pl-details-list .pl-sign-in a,
.pl-header .pl-topbar .pl-details .pl-details-list .pl-sign-up a {
    padding: 0px 10px;
    font-size: 0;
    margin-top: 4px;
  }

  .pl-header .pl-topbar .pl-details .pl-details-list .pl-sign-in a i,
.pl-header .pl-topbar .pl-details .pl-details-list .pl-sign-up a i {
    font-size: 12px;
    margin: 0;
    line-height: 28px;
  }

  .pl-header .pl-topbar .pl-details .pl-serach {
    display: none;
  }

  .pl-header .pl-topbar .pl-details .pl-ask a {
    padding: 0;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    margin-top: 6px;
  }

  .pl-header .pl-topbar .pl-details .pl-ask strong {
    display: none;
  }

  .pl-header .pl-topbar .pl-details .pl-ask i {
    margin: 0;
  }

  .pl-header .pl-navbar {
    position: relative;
  }

  .pl-header .pl-navbar .pl-mobile-menu.active i:before {
    content: "";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
  }

  .pl-header .pl-navbar .pl-mobile-menu {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #EEE;
    color: #888;
    position: absolute;
    left: 12px;
    top: 15px;
  }

  .pl-header .pl-navbar .pl-menu {
    visibility: hidden;
    opacity: 0;
    left: -300px;
    top: 0;
    position: fixed;
    background: #FFF;
    z-index: 100;
    width: 240px;
    height: 100%;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.14);
    padding: 85px 12px 12px 12px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }

  .pl-header .pl-navbar .pl-menu li {
    float: none;
    border: 0;
    border-bottom: 1px solid #F8F8F8;
    position: relative;
  }

  .pl-header .pl-navbar .pl-menu li a {
    height: 48px;
    line-height: 50px;
    overflow: hidden;
  }

  .pl-header .pl-navbar .pl-menu li.selected a {
    background: #f43438;
    color: #FFF;
    margin: 0 -11px;
    border-radius: 0;
    padding: 0 22px;
  }

  .pl-header .pl-navbar .pl-menu li .dropdown {
    margin: 0 -11px;
    background: #F7F7F7;
    width: 239px;
  }

  .pl-header .pl-navbar .pl-menu li .dropdown.open {
    position: initial;
  }

  .pl-header .pl-navbar .pl-menu.open {
    visibility: visible;
    opacity: 1;
    left: 0;
    overflow: auto;
  }

  /** Page **/
  .pl-page {
    padding: 0 8px;
  }

  /** Sidebar **/
  .pl-sidebar {
    margin-top: 30px;
  }

  .pl-body-profile .pl-cover .pl-content .pl-options {
    right: 11px;
    top: -75px;
  }

  .pl-body-profile .pl-counts .pl-count {
    font-size: 0;
    height: 24px;
    padding: 0px 8px;
  }

  .pl-body-profile .pl-counts .pl-count b {
    font-size: 14px;
  }

  .pl-body-profile .pl-counts {
    padding: 16px;
  }

  .pl-body-profile .pl-cover {
    height: 180px;
  }

  .pl-body-profile .pl-followers .pl-buttons {
    margin-top: 20px;
    margin-bottom: 13px;
    width: 100%;
    text-align: center;
  }

  .pl-body-profile .pl-followers .pl-dtable {
    width: 100%;
  }

  .pl-body-profile .pl-questions .pl-details {
    font-size: 9px;
  }

  .pt-pinned {
    font-size: 0;
  }

  .pt-pinned i {
    font-size: 14px;
  }

  .td-m {
    display: block;
    width: 99%;
  }

  .pl-body-statistics .p-4 {
    padding: 12px !important;
  }

  /** Main **/
  .pl-main .pl-question .pl-content {
    padding: 16px;
  }

  .pl-main .pl-question .pl-content .pl-details {
    padding: 12px 0 12px 0;
    margin: 24px -16px -16px;
    text-align: center;
  }

  .pl-main .pl-question.pl-question-bool:not(.pl-nothumb) .pl-question-cnt .pl-content {
    float: none;
    width: 100%;
    border: 0;
  }

  .pl-main .pl-question.pl-question-bool:not(.pl-nothumb) .pl-question-cnt .pl-cover {
    width: 100%;
    /* display: none; */
    float: none;
    height: 186px;
    top: 0;
  }

  .pl-main .pl-question.pl-question-pics .pl-row {
    margin-right: -8px;
    margin-left: -8px;
  }

  .pl-main .pl-question.pl-question-pics .pl-col-4 {
    padding-right: 8px;
    padding-left: 8px;
  }

  .pl-radio.pl-pics label .pl-label-thumb,
.pl-radio.pl-pics .pl-label-thumb:before {
    height: 94px;
  }

  .pl-radio.pl-pics img {
    min-height: 94px;
  }

  /** Footer **/
  .pl-footer {
    padding: 24px;
  }

  .pl-footer .pl-links,
.pl-footer .pl-subsecribe,
.pl-footer .pl-statistics {
    width: 100%;
    float: none;
  }

  .pl-footer .pl-subsecribe {
    margin: 30px 0;
  }

  .pl-footer .pl-statistics {
    padding: 0;
  }

  /** Modal **/
  #password-modal .modal-dialog,
#sign-modal .modal-dialog,
.modal-dialog {
    width: 100%;
    padding: 10px;
    margin: 0;
  }

  /** Rows **/
  .pl-form .pl-row .pl-col-9,
.pl-form .pl-row .pl-col-8,
.pl-form .pl-row .pl-col-6,
.pl-form .pl-row .pl-col-4,
.pl-form .pl-row .pl-col-3 {
    width: 100%;
    float: none;
  }

  /** Sign up **/
  .pl-signup .pl-social-login a {
    display: block;
    margin-bottom: 6px;
  }

  .pl-signup .pl-social-login a:last-of-type {
    margin-bottom: 2px;
  }

  .pl-new-header .pl-new-topheader > ul li {
    display: none;
  }
  .pl-new-header .pl-new-topheader > ul li.pt-newmobilebtn, .pl-new-header .pl-new-topheader > ul li.pl-newnotifications, .pl-new-header .pl-new-topheader > ul li.pt-new-createbtn, .pl-new-header .pl-new-topheader > ul li.pl-newusr {
    display: block;
  }
  .pl-new-header .pl-new-topheader > ul li.pt-newmobilebtn li, .pl-new-header .pl-new-topheader > ul li.pl-newnotifications li, .pl-new-header .pl-new-topheader > ul li.pt-new-createbtn li, .pl-new-header .pl-new-topheader > ul li.pl-newusr li {
    display: block;
  }
  .pl-new-header .pl-new-topheader > ul li.pt-newmobilebtn a {
    margin-left: 4px;
    margin-right: 0px;
  }
  .pl-new-header .pl-new-topheader > ul li.pt-newmobilebtn a, .pl-new-header .pl-new-topheader > ul li.pt-new-createbtn a {
    font-size: 0;
    height: 35px;
    width: 35px;
    padding: 0;
    margin-top: 6px;
  }
  .pl-new-header .pl-new-topheader > ul li.pt-newmobilebtn a i, .pl-new-header .pl-new-topheader > ul li.pt-new-createbtn a i {
    font-size: 14px;
    margin: 0;
  }

  .pl-new-header .pl-new-topheader .pt-new-logo img {
    height: 38px !important;
    margin-top: 4px;
  }

  .pt-new-homebreadcrump {
    padding: 46px 0 !important;
  }

  .pt-new-homebreadcrump p {
    width: 100% !important;
  }

  .pt-new-homebreadcrump .nbtn {
    padding: 0 12px !important;
    margin: 0 !important;
    font-size: 12px !important;
    line-height: 42px !important;
    height: 42px !important;
    margin-right: 3px !important;
  }
  .pt-new-homebreadcrump .nbtn:first-of-type {
    margin-left: 0px !important;
  }

  .pt-newsectiontitle h3 {
    font-size: 20px;
  }
  .pt-newsectiontitle h3 i {
    font-size: 18px !important;
  }

  .pt-newsectiontitle p {
    font-size: 12px;
  }

  .pt-newsectiontitle .pt-newoptions {
    top: -3px;
  }

  .pl-page .col-8,
.pl-page .col-4 {
    flex: none;
    width: 100%;
  }

  .pl-main .pl-question .pl-content .pl-options div:first-child span {
    font-size: 0px !important;
    line-height: 26px;
    padding: 0 6px !important;
  }
  .pl-main .pl-question .pl-content .pl-options div:first-child span i {
    font-size: 13px;
    margin: 0 !important;
    line-height: 30px;
  }
  .pl-main .pl-question .pl-content .pl-options div:first-child span:before {
    content: none;
  }

  .input-group-btn {
    width: 89px;
  }

  .input-group.file-caption-main .btn {
    padding: 0 6px;
    margin-left: 2px;
    float: left;
  }

  .input-group.file-caption-main .btn span {
    font-size: 0;
  }

  .file-preview, .file-drop-zone {
    min-height: 152px;
  }

  .file-drop-zone-title {
    font-size: 13px;
    padding: 62px 10px;
  }

  .pt-new-homebreadcrump.pt-new-pagebreadcrump h3 {
    font-size: 18px;
  }

  .pl-page.pl-newpage .pl-main .pl-question .pl-comments .pl-comment,
.pl-page.pl-newpage .pl-main .pl-question .pl-comments .pl-more {
    display: none !important;
  }

  .pl-main .pl-question .pl-comments .pl-comment-form.pl-active button {
    font-size: 12px;
    margin: 0;
  }

  .pl-main .pl-question .pl-comments .pl-comment-form.pl-active button:last-of-type {
    font-size: 0px;
    line-height: 28px;
  }
  .pl-main .pl-question .pl-comments .pl-comment-form.pl-active button:last-of-type i {
    font-size: 14px;
    line-height: 44px;
    margin: 0;
  }

  .pl-main .pl-question .pl-comments {
    padding: 6px 5px;
  }
  .pl-main .pl-question .pl-comments .p-2 {
    padding-bottom: 3px !important;
  }

  .pl-main .pl-question .pl-comments .pl-thumb {
    height: 28px;
    width: 28px;
  }

  .pl-main .pl-question .pl-comments .pl-cmt-content {
    font-size: 12px;
  }

  .pl-main .pl-question .pl-comments .pl-comment .pt-commentbox {
    padding: 5px 8px;
  }

  .pl-main .pl-question .pl-content .pl-title {
    font-size: 18px;
    line-height: 26px;
  }

  .pl-radio label {
    font-size: 14px;
  }

  .pl-main .pl-question {
    margin-bottom: 28px;
  }

  #sign-modal .modal-dialog,
#password-modal .modal-dialog,
#report-modal .modal-dialog,
#forget-modal .modal-dialog {
    width: 100% !important;
  }

  .pl-sidebar {
    margin: 0;
    margin-top: 30px;
  }

  .pl-sidebar .pl-sociallink a {
    width: 44px;
  }

  .pr-newindexcount {
    padding-bottom: 14px;
  }
  .pr-newindexcount ul li {
    width: 33% !important;
    padding: 18px 0 0 !important;
    font-size: 14px !important;
  }
  .pr-newindexcount ul li i {
    font-size: 24px !important;
    height: 30px !important;
    line-height: 50px !important;
    margin-right: 10px !important;
  }
  .pr-newindexcount ul li b {
    margin: 0 !important;
    font-size: 20px !important;
  }

  .pl-footer .pt-logo {
    text-align: center;
  }

  .pt-plans {
    padding: 0;
  }
  .pt-plans div[class^=col-] {
    flex: none;
    width: 100%;
  }
  .pt-plans .pt-plan {
    margin-bottom: 24px;
  }
  .pt-plans .pt-plan ul li {
    padding: 3px 8px;
  }
  .pt-plans .pt-plan ul li span {
    width: 16px;
    height: 16px;
    line-height: 16px;
    top: 7px;
    font-size: 12px;
  }

  .pl-body-questions .pl-voters ul li {
    width: 34px;
    height: 34px;
    padding: 0;
  }
  .pl-body-questions .pl-voters ul li img {
    min-height: 38px;
  }

  .pl-body-questions .pl-voters .pl-dtable {
    height: 34px;
  }

  .pl-body-questions .pl-voters .nbtn.lh45 {
    line-height: 18px;
    font-size: 0;
  }
  .pl-body-questions .pl-voters .nbtn.lh45 i {
    font-size: 14px;
    line-height: 32px;
    margin: 0;
  }

  .pt-newmobilemenu {
    position: absolute;
    width: 100%;
    z-index: 1;
    background: white;
    display: block !important;
    padding: 3px 12px 12px 12px !important;
    float: none !important;
    margin: 0 !important;
    left: 0;
    top: 78px;
    background: #FFF;
    border-bottom: 1px solid #EEE;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.3s;
    z-index: 2;
    border-radius: 0 0 6px 6px;
    visibility: hidden;
    opacity: 0;
  }
  .pt-newmobilemenu.open {
    visibility: visible;
    opacity: 1;
    top: 68px;
  }
  .pt-newmobilemenu li {
    display: block !important;
    float: none !important;
  }
  .pt-newmobilemenu li input {
    width: 100% !important;
  }
  .pt-newmobilemenu li .dropdown {
    width: 98% !important;
  }
  .pt-newmobilemenu li .dropdown li {
    width: 100% !important;
  }
}
/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
  /* Styles */
}
/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
  /* Styles */
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Styles */
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* Styles */
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* Styles */
}
/**********
iPad 3
**********/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* Styles */
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* Styles */
}
/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
  /* Styles */
}
/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
  /* Styles */
}
/* iPhone 4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* Styles */
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* Styles */
}
/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}
/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}
/* iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}
/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}
/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */
}
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */
}
/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */
}
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */
}

/*# sourceMappingURL=css.css.map */
