.boxes {
  position: relative;
}

aside .boxes {
  float: none;
  margin-bottom: 20px;
  padding: 0;
}

.boxes:hover p,
.boxes:hover a,
.boxes:hover h2,
.boxes:hover h3,
.boxes:hover .thumb-icon:after,
.boxes .description,
.boxes .description:hover {
  -webkit-transition: all 350ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 350ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 350ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 350ms cubic-bezier(0.42, 0, 0.58, 1); /* ease-in-out */
}
.boxes p,
.boxes a,
.boxes h2,
.boxes h3,
.boxes .thumb-icon {
  -webkit-transition: all 350ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 350ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 350ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 350ms cubic-bezier(0.42, 0, 0.58, 1); /* ease-in-out */
}

.boxes .thumb,
.boxes .thumb img {
  width: 100%;
  height: auto;
  line-height: 0;
  position: relative;
  z-index: 9;
}

.boxes .thumb:after {
  position: absolute;
  left: 0;
  top: 0;
  content: " ";
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  z-index: 8;
}
.boxes:hover .thumb:after {
  background-color: #efefef;
  opacity: 0.3;
  z-index: 10;
  -webkit-transition: all 350ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 350ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 350ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 350ms cubic-bezier(0.42, 0, 0.58, 1); /* ease-in-out */
}

.boxes .thumb.border {
  border: 2px solid #000000;
}

.content-slide-list-type-1
  .carousel-element.content-slide-type-1
  .item.boxes
  .thumb.border {
  border: none;
}

.boxes .thumb-icon,
.thumb-icon-detail,
.news-gallery-box {
  position: relative;
}
.news-gallery-box.video {
  display: inline-block;
}
.thumb-icon-detail {
  display: inline-block;
}
.boxes .thumb-icon img,
.thumb-icon-detail img,
.news-gallery-box img {
  position: relative;
  z-index: 98;
}
.boxes .thumb-icon span.gallery-icon,
.thumb-icon-detail span.gallery-icon {
  position: absolute;
  left: 19px;
  bottom: 10px;
  width: 46px;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  color: #ffffff;
  line-height: 20px;
  z-index: 101;
  text-align: center;
  letter-spacing: -0.4px;
}
.news-gallery-box:before {
  content: " ";
}
.boxes .thumb-icon:before,
.thumb-icon-detail:before,
.news-gallery-box:before {
  position: absolute;
  left: 20px;
  bottom: 13px;
  top: auto;
  z-index: 100;
}
.boxes .thumb-icon.icon-image:before,
.thumb-icon-detail.icon-image:before,
.news-gallery-box:before {
  position: absolute;
  left: 20px;
  bottom: 23px;
  top: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  z-index: 100;
}
.boxes .thumb-icon:after,
.thumb-icon-detail:after,
.news-gallery-box:after {
  content: " ";
  position: absolute;
  left: 10px;
  bottom: 10px;
  top: auto;
  width: 36px;
  height: 36px;
  background: #f9f9f9;
  opacity: 0.8;
  z-index: 99;
  border-radius: 50%;
}
.boxes .thumb-icon.icon-image:after,
.thumb-icon-detail.icon-image:after,
.news-gallery-box:after {
  content: " ";
  position: absolute;
  left: 10px;
  top: auto;
  bottom: 10px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  opacity: 1;
  z-index: 99;
  border-radius: 50%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.news-gallery-box a {
  display: block;
}
.news-gallery-box a {
  display: block;
  width: 100%;
}

.news-gallery-box .gallery-count {
  display: block;
  position: absolute;
  left: 19px;
  top: 10px;
  width: 46px;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  color: #ffffff;
  line-height: 20px;
  z-index: 101;
  text-align: center;
  letter-spacing: -0.4px;
}

.news-gallery-box.video:after {
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: #f9f9f9;
  opacity: 0.8;
  z-index: 99;
  border-radius: 50%;
}
.news-gallery-box.video:before {
  background: url(../../images/sprite.png) no-repeat;
  background-position: -110px -560px !important;
  width: 24px !important;
  height: 29px !important;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
}
.news-gallery-box.video:hover:before {
  background-position: -110px -640px !important;
}
.news-gallery-box.video:hover:after {
  background-color: #000;
}

.boxes .thumb-icon.icon-image:before,
.thumb-icon-detail.icon-image:before,
.news-gallery-box:before {
  background: url("../../images/icon-gallery.png") no-repeat;
  width: 21px !important;
  height: 15px !important;
  background-position: 0 0 !important;
}
.boxes:hover .thumb-icon.icon-image:before,
.thumb-icon-detail.icon-image:hover:before {
  background: url("../../images/icon-gallery.png") no-repeat;
  width: 21px !important;
  height: 15px !important;
  background-position: 0 0 !important;
}
.boxes:hover .thumb-icon.icon-video:after {
  background: #fff;
  opacity: 0.8;
  z-index: 99;
}

.boxes a {
  color: #999999;
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0;
  line-height: inherit;
  font-size: 14px;
}

.boxes .description {
  padding: 15px;
}

.video-gallery-one .boxes > a {
  display: block;
}
.video-gallery-one .thumb img {
  max-height: 550px;
}
.video-gallery-one .description {
  padding: 0 60px 60px 60px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.video-gallery-one .description:before {
  display: block;
  content: "";
  width: 100%;
  height: 550px;
  position: absolute;
  bottom: 0;
  background: url("../../images/slider-mask.png") repeat-x left bottom;
  z-index: 70;
  left: 0;
}
.video-gallery-one .description h3 a {
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  color: #ffffff;
}
.video-gallery-one .description h3 strong {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  z-index: 100;
}
.video-gallery-one .description p {
  color: #ffffff !important;
  font-size: 24px !important;
  margin-top: 8px !important;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: "Raleway", sans-serif;
  line-height: 30px !important;
  font-weight: 400 !important;
  position: relative;
  z-index: 100;
}
.video-gallery-one .description a {
  color: #ffffff;
}

.boxes .description.top:before {
  border-bottom-color: transparent;
  top: inherit;
  bottom: -14px;
  z-index: 99;
  border-bottom-width: 0;
  border-top-width: 15px;
}

.boxes .description h2,
.boxes .description h3 {
  font-family: "Raleway", serif;
  font-weight: bold;
}
.boxes .description p {
  font-size: 20px;
  font-family: "Raleway", sans-serif;
}

.boxes .media-type {
  width: 100%;
  position: relative;
  height: 40px;
  z-index: 100;
}
.boxes .media-type:before {
  left: 50%;
  top: -14px;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12.5px 15px 12.5px;
  border-color: transparent;
  margin-left: -12.5px;
}
.boxes .media-type h4 {
  color: #ffffff;
  font-size: 21px;
  line-height: 40px;
  text-align: center;
  font-weight: normal;
}

.box-type-1 .description {
  background-color: #ffffff;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.box-type-1 .media-type {
  background-color: #000000;
}
.box-type-1 .media-type:before {
  border-bottom-color: #000000;
}
.box-type-1 .description h2 {
  font-size: 18px;
  line-height: 24px;
}
.box-type-1 .description h2 a {
  color: #999999;
  display: inline-block;
  margin-right: 5px;
}
.box-type-1 .description p {
  font-size: 16px;
  margin-top: 12px;
  color: #000;
}

.boxes .icon-video:before {
  background-position: -685px -553px !important;
}

.box-type-2 .description {
  background-color: #ffffff;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  min-height: 91px;
}
.box-type-2 .description:before {
  border-bottom-color: #ecf0f1;
}
.box-type-2 .media-type {
  background-color: #000000;
}
.box-type-2 .media-type:before {
  border-bottom-color: #000000;
}
.box-type-2 .description h2 {
  font-size: 20px;
}
.box-type-2 .description p {
  font-size: 16px;
  line-height: 20px;
  margin-top: 5px;
  color: #000;
}

.box-type-3 .description {
  background-color: #ecf0f1;
}
.box-type-3 .description:before {
  border-bottom-color: transparent;
}
.box-type-3 .media-type {
  background-color: #000000;
}
.box-type-3 .media-type:before {
  border-bottom-color: #000000;
}
.box-type-3 .description h2 {
  color: #969696;
  font-size: 20px;
  font-weight: normal;
}
.box-type-3 .description h3 {
  color: #000000;
  line-height: 25px;
  font-size: 20px;
  font-family: "Raleway", serif;

  font-weight: bold;
  margin-top: 12px;
  letter-spacing: 0;
}
.box-type-3 .description p {
  color: #969696;
  font-size: 16px;
  line-height: 20px;
  margin-top: 12px;
  letter-spacing: 0;
}
.box-type-3 .description a {
  color: #000;
  font-size: 16px;
  margin-top: 25px;
  letter-spacing: 0;
}

.box-type-3 .description a:hover {
  color: #d41f22 !important;
  text-decoration: underline;
}

.box-type-4 .description {
  background-color: #ffffff;
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}

#mainImageList .box-type-4 .description {
  min-height: 105px;
}
.box-type-4 .media-type {
  background-color: #ecf0f1;
}
.box-type-4 .media-type:before {
  border-bottom-color: #ecf0f1;
}

.box-type-4 .description h2 {
  font-size: 20px;
  color: #000000;
  line-height: 24px;
}
.box-type-4 .media-type h4 {
  color: #000;
}
.box-type-4 .description p {
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
  margin-top: 5px;
}

.box-type-4:hover p,
.box-type-4:hover h2 {
  color: #000000;
}

.box-type-5 .description {
  background-color: transparent;
  text-align: center;
}
.box-type-5 .description:before {
  border-bottom-color: transparent;
}
.box-type-5 .media-type {
  background-color: #000000;
}
.box-type-5 .media-type:before {
  border-bottom-color: #000000;
}
.box-type-5 .description h2 {
  font-size: 25px;
  color: #000000;
}
.box-type-5 .description h5 {
  font-size: 17px;
  color: #000000;
  line-height: 18px;
  margin-top: 11px;
  margin-bottom: 17px;
}
.box-type-5 .description p {
  font-size: 15px;
  color: #969696;
  line-height: 18px;
  margin-top: 5px;
}

.box-type-5:hover .description {
  background-color: #ecf0f1;
}
.box-type-5:hover .description:before {
  border-bottom-color: transparent;
}

.box-type-5:hover p,
.box-type-5:hover h2 {
  color: #000000;
}

.box-type-6 .description {
  background-color: #000000;
  padding: 3px 10px;
}
.box-type-6 .description:before {
  border-bottom-color: #000000;
}
.box-type-6 .description.top:before {
  border-top-color: #000000;
}
.box-type-6 .media-type {
  background-color: #ecf0f1;
}
.box-type-6 .media-type:before {
  border-bottom-color: #ecf0f1;
}
.box-type-6 .description h2 {
  font-size: 20px;
  color: #ffffff;
}
.box-type-6 .description p {
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
  margin-top: 5px;
}

.box-type-6:hover .description {
  background-color: #ecf0f1;
}
.box-type-6:hover .description:before {
  border-bottom-color: #ecf0f1;
}

.box-type-6:hover .description.top:before {
  border-top-color: #ecf0f1;
}
.box-type-6:hover p,
.box-type-6:hover h2 {
  color: #000000;
}

.box-type-7 .description {
  background-color: #ecf0f1;
  padding: 3px 10px;
}
.box-type-7 .description:before {
  border-bottom-color: #ecf0f1;
}
.box-type-7 .description.top:before {
  border-top-color: #ecf0f1;
}
.box-type-7 .media-type {
  background-color: #000000;
}
.box-type-7 .media-type:before {
  border-bottom-color: #000000;
}
.box-type-7 .description h2 {
  font-size: 20px;
  color: #000000;
}
.box-type-7 .description p {
  font-size: 16px;
  color: #000000;
  line-height: 20px;
  margin-top: 5px;
}

.box-type-7:hover .description {
  background-color: #000000;
}
.box-type-7:hover .description:before {
  border-bottom-color: #000000;
}
.box-type-7:hover .description.top:before {
  border-top-color: #000000;
}

.box-type-7:hover p,
.box-type-7:hover h2 {
  color: #ffffff;
}

.box-type-8 {
  position: relative;
}
.box-type-8 .description {
  background-color: transparent;
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 2;
  left: 0;
  bottom: 0;
  padding: 0 10px;
}
.box-type-8 .description:before {
  border: none;
}

.box-type-8 .media-type {
  background-color: #000000;
}
.box-type-8 .media-type:before {
  border-bottom-color: #000000;
}
.box-type-8 .description h2 {
  font-size: 44px;
  color: #ffffff;
  line-height: 53px;
  position: relative;
  z-index: 2;
  padding: 10px 6px;
  background: rgba(70, 26, 106, 0.8);
  font-weight: normal;
}

.box-type-8 .description p {
  font-size: 41px;
  color: #ffffff;
  line-height: 50px;
  position: relative;
  z-index: 2;
  padding: 0px 6px;
  background: rgba(70, 26, 106, 0.8);
  font-weight: normal;
  font-family: "Raleway", sans-serif;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.box-type-8:hover .description {
  background: transparent;
}
.box-type-8:hover .description:before {
  border-bottom-color: transparent;
}

.box-type-8:hover p,
.box-type-8:hover h2 {
  color: #ffffff;
  background: #000000;
}

.box-type-9 {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.box-type-9 .editor-content {
  background-color: #56a18d;
  width: 100%;
  position: relative;
  margin-top: 39px;
}

.box-type-9 .editor-content .thumb {
  position: absolute;
  left: 50%;
  top: -39px;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: -39px;
}
.box-type-9 .description {
  background-color: transparent;
  width: 100%;
}
.box-type-9 .description:before {
  border: none;
}

.box-type-9 .media-type {
  background-color: #000000;
}
.box-type-9 .media-type:before {
  border-bottom-color: #000000;
}
.box-type-9 .description h2 {
  font-family: "Raleway", serif;
  color: #fff;
  line-height: 22px;
  font-size: 20px;
  text-align: center;
  margin-top: 45px;
  margin-bottom: 0;
}

.box-type-9 .description p {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  margin-top: 24px;
}

.box-type-9:hover .description {
  background: transparent;
}
.box-type-9:hover .description:before {
  border-bottom-color: transparent;
}

.box-type-9 .social-line {
  background-color: #4d917f;
  padding: 30px 0 26px 0;
}

.box-type-9 .social-buttons {
  position: relative;
  text-align: center;
}

.box-type-9 .social-buttons .buttons-list {
  margin-left: 0;
  margin: 0 auto;
  display: inline-block;
  float: none;
}

.box-type-9 .social-buttons .buttons-list li {
  width: 36px;
  height: 36px;
}

.box-type-10 {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.box-type-10 .user-content {
  background-color: #efefef;
  width: 100%;
  position: relative;
  margin-top: 39px;
  padding: 0 15px;
  text-align: center;
}

.box-type-10 .user-content p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
  color: #000;
  padding-bottom: 66px;
}

.box-type-10 .user-content h2 {
  font-family: "Raleway", serif;
  color: #000;
  line-height: 24px;
  font-size: 20px;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 30px;
}

.box-type-10 .user-content .icon {
  position: absolute;
  left: 50%;
  top: -16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: -16px;
  background-color: #000;
  text-align: center;
  line-height: 32px;
}

.box-type-10 .editor-content {
  background-color: #e3e3e3;
  width: 100%;
  position: relative;
}

.box-type-10 .editor-content .thumb {
  position: absolute;
  left: 50%;
  top: -39px;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: -39px;
}
.box-type-10 .description {
  background-color: transparent;
  width: 100%;
}
.box-type-10 .description:before {
  border: none;
}

.box-type-10 .media-type {
  background-color: #000000;
}
.box-type-10 .media-type:before {
  border-bottom-color: #000000;
}
.box-type-10 .description h2 {
  font-family: "Raleway", serif;
  color: #000;
  line-height: 24px;
  font-size: 20px;
  text-align: center;
  margin-top: 45px;
  margin-bottom: 0;
}

.box-type-10 .description p {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  text-align: center;
  margin-top: 24px;
}

.box-type-10:hover .description {
  background: transparent;
}
.box-type-10:hover .description:before {
  border-bottom-color: transparent;
}

.box-type-10 .social-line {
  background-color: #efefef;
  padding: 30px 0 26px 0;
}

.box-type-10 .social-buttons {
  position: relative;
  text-align: center;
}

.box-type-10 .social-buttons .buttons-list {
  margin-left: 0;
  margin: 0 auto;
  display: inline-block;
  float: none;
}

.box-type-10 .social-buttons .buttons-list li {
  width: 36px;
  height: 36px;
}

.box-type-11 {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;

  margin-top: 80px;
  border-top: 1px solid #c8c6c6;
  padding-top: 30px;
}

.box-type-11 .user-content {
  position: relative;

  text-align: left;
  margin-bottom: 30px;
}
.box-type-11 .left-pannel {
  width: 180px;
}

.box-type-11 .content-box {
  width: 710px;
}

.box-type-11 .left-pannel,
.box-type-11 .content-box {
  float: left;
}

.box-type-11 .left-pannel p.head {
  font-size: 190px !important;
  font-family: "Raleway", serif;
  line-height: 190px;
  color: #000000;
}

.box-type-11 .user-content .content-box {
  background-color: #efefef;

  position: relative;
}

.content-box-wrap {
  padding: 25px 70px;
  position: relative;
}

.content-box-wrap:before {
  content: "“";
  font-family: "Raleway", serif;
  font-size: 66px;
  line-height: 66px;
  position: absolute;
  left: 15px;
  top: 18px;
}
.content-box-wrap:after {
  content: "”";
  font-family: "Raleway", serif;
  font-size: 66px;
  line-height: 0px;
  position: absolute;
  right: 15px;
  bottom: 13px;
}

.box-type-11 .user-content .content-box:after {
  content: " ";
  position: absolute;
  left: 65px;
  bottom: -40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 0;
  border-color: #efefef transparent transparent transparent;
}
.box-type-11 .user-content .content-box p {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 0;
  color: #000;
}

.box-type-11 .user-content h2 {
  font-family: "Raleway", serif;
  color: #fff;
  line-height: 24px;
  font-size: 20px;
  text-align: left;
  padding-top: 60px;
  margin-bottom: 30px;
  margin-top: 0;
}

.box-type-11 .user-content .icon {
  position: absolute;
  left: 30px;
  top: -39px;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  overflow: hidden;

  background-color: #000;
  text-align: center;
  line-height: 101px;
}

.box-type-11 .editor-content .left-pannel p.head {
  color: #d11f27;
  width: 150px;
  border-bottom: 1px solid #c8c6c6;
  padding-bottom: 20px;
}

.box-type-11 .editor-content {
  position: relative;
}

.box-type-11 .editor-content .content-box {
  background-color: #7b56a1;
}

.editor-box {
  background-color: #efefef;
  position: relative;
  padding-top: 50px;
  height: 210px;
  width: 150px;
  margin-top: 60px;
}

.editor-box h2 {
  font-size: 20px;
  line-height: 21px;
  width: auto !important;
  padding: 0 10px;
}

.box-type-11 .editor-content .thumb {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -39px;
  top: -39px;
}

.box-type-11 .editor-content .date {
  color: #fff;
  font-size: 14px;
  line-height: 14px;
}
.box-type-11 .description {
  background-color: transparent;
  width: 100%;
}
.box-type-11 .description:before {
  border: none;
}

.box-type-11 .media-type {
  background-color: #000000;
}
.box-type-11 .media-type:before {
  border-bottom-color: #000000;
}
.box-type-11 .description h2 {
  font-family: "Raleway", serif;
  color: #fff;
  line-height: 24px;
  font-size: 20px;
  text-align: left;
  margin-top: 22px;
  margin-bottom: 0;
}

.box-type-11 .description p {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: left;
  margin-top: 24px;
}

.box-type-11:hover .description {
  background: transparent;
}
.box-type-11:hover .description:before {
  border-bottom-color: transparent;
}

.box-type-11 .social-line {
  background-color: #6e4d91;
  padding: 10px 0 6px 5px;
  width: 100%;
}

.box-type-11 .social-buttons {
  position: relative;
  text-align: left;
}

.box-type-11 .social-buttons .buttons-list {
  margin-left: 0;
  margin: 0 auto;
  display: inline-block;
  float: none;
}

.box-type-11 .social-buttons .buttons-list li {
  width: 36px;
  height: 36px;
}

.sex-editor .box-type-9 .editor-content {
  background-color: #d11f27;
}
.sex-editor .box-type-9 .social-line {
  background-color: #bc1c23;
}

.sex-editor .box-type-11 .editor-content {
}

.sex-editor .box-type-11 {
}

.sex-editor .box-type-11 .editor-content .content-box {
  background-color: #568fa1;
}
.sex-editor .box-type-11 .social-line {
  background-color: #4d8091;
}

.editor-name {
  font-weight: bold;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  padding: 5px 0;
  text-align: left;
  margin: 10px 0 0 !important;
}

.boxes .editor-name {
  text-align: center;
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.boxes.box-type-10 .editor-name {
  text-align: center;
  border-bottom-color: #000;
  border-top-color: #000;
}

.boxes.box-type-11 .editor-name {
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: absolute;
  font-size: 16px;
  line-height: 21px;
  font-weight: normal;
  border: none;
  text-align: center;
  display: block;
  bottom: 0;
  width: 100%;
}

.photo-gallery-list-item .thumb {
  height: 438px;
  overflow: hidden;
}

.search-results-list .boxes .thumb {
  height: 204px;
  overflow: hidden;
}

.right_content_2 .widget_dfp {
  margin-top: 10px;
}

@media (min-width: 1366px) {
  .box-fluid-list .boxes.box-list-1 .thumb {
    height: 300px;
    overflow: hidden;
  }

  .box-fluid-list .boxes .description {
    height: 81px;
    min-height: 81px;
    overflow: hidden;
  }
  .box-fluid-list .boxes .description p {
    margin-top: 5px;
    line-height: 20px;
  }

  .box-fluid-list .boxes.box-list-4 .thumb {
    height: 396px;
    overflow: hidden;
  }
}

@media (min-width: 1037px) and (max-width: 1365px) {
  .box-type-11 .content-box {
    width: 420px;
  }
  .box-type-11 .user-content {
    margin-bottom: 60px;
  }

  .video-gallery-one .description {
    padding: 0 60px 40px 60px;
  }
  .video-gallery-one .description h3 a {
    font-size: 18px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
  }
  .video-gallery-one .description h3 strong {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
  .video-gallery-one .description p {
    font-size: 22px;
    line-height: 26px;
    font-weight: 300;
  }

  .box-fluid-list .boxes.box-list-2 .thumb {
    height: 148px;
    overflow: hidden;
  }
  .box-fluid-list .boxes.box-list-2 .thumb img {
    width: 100%;
    height: auto;
  }

  .box-fluid-list .boxes.box-list-3-m .thumb {
    height: 266px;
    overflow: hidden;
  }
  .box-fluid-list .boxes.box-list-3-m .thumb img {
    width: 100%;
    height: auto;
  }
  .box-fluid-list .boxes.box-list-2-m .thumb {
    height: 148px;
    overflow: hidden;
  }
  .box-fluid-list .boxes.box-list-2-m .thumb img {
    width: 100%;
    height: auto;
  }

  .box-fluid-list .boxes .description {
    height: 81px;
    min-height: 81px;
    overflow: hidden;
  }
  .box-fluid-list .boxes .description p {
    margin-top: 5px;
    line-height: 20px;
  }
  .box-fluid-list .boxes.box-list-4 .thumb {
    height: 396px;
    overflow: hidden;
  }
  .widget_icerik_liste .boxes .thumb,
  .widget_icerik_liste .boxes .thumb img {
    max-height: 195px;
  }
}

@media (min-width: 640px) and (max-width: 1036px) {
  .box-type-11 .user-content {
    margin-bottom: 60px;
  }
  .photo-gallery-list-item .thumb {
    height: 430px;
    overflow: hidden;
  }
  .search-results-list .boxes .thumb {
    height: auto;
    overflow: hidden;
  }
  .box-type-11 .user-content .icon {
    left: 50%;
    top: -16px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-left: -16px;
  }

  .video-gallery-one .description {
    padding: 0 20px 20px 20px;
  }
  .video-gallery-one .description:before {
    background-position: center 280px;
  }
  .video-gallery-one .description h3 a {
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
  }
  .video-gallery-one .description h3 strong {
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
  }
  .video-gallery-one .description p {
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
  }

  .box-type-11 .user-content .icon img {
    width: 18px;
  }
  .box-type-11 .content-box {
    width: 420px;
  }

  .box-fluid-list .boxes.box-list-2 .thumb {
    height: 196px;
    overflow: hidden;
  }
  .box-fluid-list .boxes.box-list-2 .thumb img {
    width: 100%;
    height: auto;
  }

  .box-fluid-list .boxes.box-list-1 .thumb,
  .box-fluid-list .boxes.box-list-1-m .thumb {
    height: 196px;
    overflow: hidden;
  }

  .box-fluid-list .boxes.box-list-3-m .thumb {
    height: 196px;
    overflow: hidden;
  }
  .box-fluid-list .boxes.box-list-3-m .thumb img {
    width: 100%;
    height: auto;
  }
  .box-fluid-list .boxes.box-list-2-m .thumb {
    height: 196px;
    overflow: hidden;
  }
  .box-fluid-list .boxes.box-list-2-m .thumb img {
    width: 100%;
    height: auto;
  }

  .box-fluid-list .boxes .description {
    height: 81px;
    min-height: 81px;
    overflow: hidden;
  }
  .box-fluid-list .boxes .description p {
    margin-top: 5px;
    line-height: 20px;
  }
}

@media (max-width: 639px) {
  .video-gallery-one .description {
    padding: 0 20px 20px 20px;
    min-height: 30px !important;
  }
  .video-gallery-one .description:before {
    background-position: center 350px;
  }
  .video-gallery-one .description h3 a {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
  }
  .video-gallery-one .description h3 strong {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
  }
  .video-gallery-one .description p {
    display: none;
  }
  .box-type-2 .description {
    min-height: 50px;
  }
  .boxes .description h2 a {
    font-size: 14px;
    line-height: 18px;
  }
  .search-results-list .boxes .thumb {
    height: auto;
    overflow: hidden;
  }
  .photo-gallery-list-item .thumb {
    height: auto;
    overflow: hidden;
  }
  .box-type-11 .left-pannel {
    width: 80px;
  }

  .box-type-11 .left-pannel p.head {
    font-size: 110px !important;
    line-height: 100px;
  }

  .boxes .description h2 {
    font-size: 14px !important;
    line-height: 18px !important;
  }

  #mainImageList .box-type-4 .description {
    min-height: 50px;
  }

  .box-type-11 .user-content .content-box-wrap {
    padding: 25px 50px;
  }

  .editor-box {
    background-color: #efefef;
    position: relative;
    padding-top: 10px;
    height: 210px;
    width: 70px;
    margin-top: 60px;
  }

  .box-type-11 .editor-content .thumb {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin: 0 0 0 -29px;
    top: -39px;
  }

  .editor-box h2 {
    font-size: 12px;
    line-height: 21px;
    width: auto !important;
    padding: 0 10px;
  }

  .boxes.box-type-11 .editor-name {
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: absolute;
    font-size: 12px !important;
    line-height: 21px;
    font-weight: normal;
    border: none;
    text-align: center;
    display: block;
    bottom: 0;
    width: 100%;
  }

  .box-type-11 .content-box {
    width: calc(100% - 80px);
  }

  .box-type-11 .editor-content .left-pannel p.head {
    color: #d11f27;
    width: 70px;
    border-bottom: 1px solid #c8c6c6;
    padding-bottom: 20px;
  }

  .widget_ilgili_basliklar .box-type-1 .description h2,
  .widget_ilgili_basliklar .box-type-2 .description h2,
  .widget_ilgili_basliklar .box-type-3 .description h2,
  .widget_ilgili_basliklar .box-type-4 .description h2 {
    font-size: 16px;
  }

  .boxes .thumb-icon span.gallery-count,
  .thumb-icon-detail span.gallery-count {
    width: 33px;
    font-size: 14px;
  }
}
