/*
 0 - 600px:		Phone
 600 - 900px:	Tablet Portrait
 900	- 1200px:	Tablet Landscape
 [1200-1800] is where our normal styles apply
 1800px +:		Big Desktop
 $breakpoint argument choices:
 - phone
 - tab-port
 - tab-land
 - big-desktop
 1em = 16px
 */
.corner {
  font-size: 12px;
  border: 1px solid #dbdbdb;
  margin-top: 7px; }
  .corner h4 {
    font-size: 15px; }
    .corner h4 a {
      color: #333;
      text-decoration: none; }
  .corner__wrap {
    border: 1px solid #d8d8d8;
    padding: 22px 18px;
    background: #fff;
    -webkit-box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.1); }

.describe {
  padding: 20px 5px;
  color: #363636;
  font-size: 14px;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  padding: 5px;
  margin-top: 11px;
  color: #666; }

.online {
  background-color: #70c029;
  width: 9px;
  height: 9px;
  float: right;
  border-radius: 10px;
  margin: 5px; }

.profile-image img {
  height: 200px;
  width: 200px;
  border-radius: 50%; }

.slick-prev:before, .slick-next:before {
  display: none !important; }

.slick-prev, .slick-prev:hover, .slick-prev:focus, .slick-prev:active {
  left: 0px;
  z-index: 2;
  background: url(/assets/images/prev-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.slick-next, .slick-next:hover, .slick-next:focus, .slick-next:active {
  right: 0px;
  z-index: 2;
  background: url(/assets/images/next-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.modal-600 {
  max-width: 650px; }

.ps_01 {
  height: 168px; }
  .ps_01 img {
    height: 100%;
    object-fit: cover; }
/*
 0 - 600px:		Phone
 600 - 900px:	Tablet Portrait
 900	- 1200px:	Tablet Landscape
 [1200-1800] is where our normal styles apply
 1800px +:		Big Desktop
 $breakpoint argument choices:
 - phone
 - tab-port
 - tab-land
 - big-desktop
 1em = 16px
 */
.photo img {
  height: 160px;
  object-fit: cover; }
