.container .row:first-child {
  padding: 35px 10% 75px 10%;
}

@media (max-width:767px) {
  .container .row:first-child {
    padding: 35px 10% 75px 10%;
  }
}

.recent-posts .text {
  float: left;
  width: 55%;
  margin-left: 2%;
}

@media (max-width:767px) {
  .recent-posts .text {
    float: left;
    width: 100%;
    margin-left: 2%;
  }
}

.recent-posts h3 a {
  color: #262626;
}

.recent-posts img {
  width: 43%;
}

@media (max-width:767px) {
  .recent-posts img {
    width: 100%;
  }
}

.recent-posts .blog-item.small-blog-item img {
  width: 100%;
}

.recent-posts .blog-item h4 a {
  color: #222222;
}

.recent-posts article.blog-item {
  margin-bottom: 50px;
}

.recent-posts .blog-item h3 {
  margin-top: -1px;
  margin-bottom: 10px;
  line-height: 24px;
}

@media (max-width:767px) {
  .recent-posts .blog-item h3 {
    margin-top: 20px;
  }
}

.recent-posts .blog-item p {
  position: relative;
  margin-bottom: 10px;
  margin-top: -5px;
  color: #c2c2c2;
  font-size: 12px;
}

span.heading {
  text-transform: uppercase;
}

.no-margin {
  position: relative;
  margin: 0;
}

.container .row:first-child {
  padding: 35px 10% 75px 10%;
}

@media (max-width:767px) {
  .container .row:first-child {
    padding: 35px 10% 75px 10%;
  }
}

.recent-posts .text {
  float: left;
  width: 55%;
  margin-left: 2%;
}

@media (max-width:767px) {
  .recent-posts .text {
    float: left;
    width: 100%;
    margin-left: 2%;
  }
}

.recent-posts h3 a {
  color: #262626;
}

.recent-posts img {
  width: 43%;
}

@media (max-width:767px) {
  .recent-posts img {
    width: 100%;
  }
}

.recent-posts .blog-item.small-blog-item img {
  width: 100%;
}

.recent-posts .blog-item h4 a {
  color: #222222;
}

.recent-posts article.blog-item {
  margin-bottom: 50px;
}

.recent-posts .blog-item h3 {
  margin-top: -1px;
  margin-bottom: 10px;
  line-height: 24px;
}

@media (max-width:767px) {
  .recent-posts .blog-item h3 {
    margin-top: 20px;
  }
}

.recent-posts .blog-item p {
  position: relative;
  margin-bottom: 10px;
  margin-top: -5px;
  color: #c2c2c2;
  font-size: 12px;
}

span.heading {
  text-transform: uppercase;
}

.model-card {
  position: relative;
  margin-bottom: 30px;
}

.ribbon {
  position: absolute;
  right: 10px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
  pointer-events: none;
}

.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #8F0808;
  background: linear-gradient(#F70505 0%, #8F0808 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px;
  right: -21px;
}

.ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #5f0000;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #5f0000;
}

.ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #5f0000;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #5f0000;
}

[class*="image-effect"] .bsblox-caption h3 {
  font-size: 17px;
  text-transform: uppercase;
}

[class*="image-effect"] .bsblox-caption p {
  font-size: 13px;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}

[class*="image-effect"] img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

.bsblox-image-effect16 img {
  width: 100%;
}

.bsblox-links div {
  display: inline-block;
}

.bsblox-links .uk-icon-link, .bsblox-links .uk-icon-link:focus, .bsblox-links .uk-icon-link:hover {
  color: inherit;
}

.bsblox-image-effect16 {
  position: relative;
  overflow: hidden;
  background: #222;
}

.bsblox-image-effect16 img {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  opacity: 0.9;
}

.bsblox-image-effect16:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  filter: blur(4px);
}

.bsblox-image-effect16 .bsblox-caption {
  position: absolute;
  bottom: calc(50% - 30px);
  left: 50%;
  transform: translateX(-50%) translateY(50%);
  z-index: 10;
  text-align: center;
  width: 100%;
}

.bsblox-image-effect16:before, .bsblox-image-effect16:after {
  position: absolute;
  content: '';
  height: 0px;
  width: 0px;
  background-color: transparent;
  -webkit-transition: all .25s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 0;
}

.bsblox-image-effect16:after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  bottom: 60px;
  right: 20px;
  pointer-events: none;
}

.bsblox-image-effect16:hover:before, .bsblox-image-effect16:hover:after {
  height: 40px;
  width: 40px;
  opacity: 1;
}

.bsblox-image-effect16 .bsblox-caption h3 {
  color: #fff;
  margin-bottom: 8px;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  opacity: 0;
}

.bsblox-image-effect16 .bsblox-caption p {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  color: rgba(255,255,255,0.7);
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.bsblox-image-effect16:hover .bsblox-caption h3, .bsblox-image-effect16:hover .bsblox-caption p {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.bsblox-image-effect16 .bsblox-links {
  position: absolute;
  top: calc(50% - 25px);
  right: 50%;
  transform: translateX(50%) translateY(-50%);
  z-index: 10;
}

.bsblox-image-effect16 .bsblox-links a.profile-link {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.56);
  text-align: center;
  color: #fff;
  font-size: 14px;
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.bsblox-image-effect16 .bsblox-links a.profile-link:first-child {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  margin-right: 5px;
}

.bsblox-image-effect16 .bsblox-links a.profile-link:last-child {
  -webkit-transform: translateY(-60px);
  transform: translateY(-60px);
}

.bsblox-image-effect16:hover .bsblox-links a.profile-link {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.bsblox-image-effect16 .bsblox-links a.profile-link:hover {
  background-color: rgba(0, 0, 0, 0.76);
}

@media (max-width: 420px) {
  [class*="image-effect"] .bsblox-caption h3 {
    font-size: 16px;
  }
}

@media (max-width: 420px) {
  [class*="image-effect"] .bsblox-caption p {
    display: none !important;
  }
}

.model-card-title {
  position: absolute;
  bottom: 0px;
  color: white;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0,0,0,0.5);
  width: 100%;
  padding: 10px;
}

.mc-border:hover {
  border-color: #000;
}

.mc-border {
  width: 100%;
  margin: 0 auto;
  background: white;
  padding: 20px;
  border: 1px solid #ccc;
  margin-bottom: 30px;
}

.mc-inner:hover {
  border-color: #000;
}

.wrap {
  height: 100%;
  position: relative;
}

.mc-inner {
  width: 100%;
  margin: 0 auto;
  background: white;
  text-align: center;
  border-bottom: 2px solid #ccc;
  transition: .2s linear;
}

.model-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.mc-border:hover .model-wrap:after {
  opacity: 1;
  transform: scale(1);
}

.model-wrap:after {
  content: '';
  background: rgba(0,0,0,0.48);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  transform: scale(.3);
  transition: .3s ease-in-out;
}

.model-wrap img {
  width: 100%;
  height: auto;
}

.mc-border:hover .view-pro-btn {
  opacity: 1;
}

.view-pro-btn {
  position: absolute;
  left: 50%;
  top: 45%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: .3s ease-in-out;
}

.view-pro-btn a:hover {
  color: black;
}

.view-pro-btn a {
  text-decoration: none;
  display: block;
  border: 1px solid white;
  white-space: nowrap;
  text-transform: uppercase;
  padding: .5em 1em;
  font-size: 14px;
  line-height: 1.6;
  outline: none;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: white;
  min-width: 160px;
  margin: 5px auto;
  transition: .3s ease-in-out;
}

.view-pro-btn a:hover:after {
  left: 0%;
}

.view-pro-btn a:after {
  content: '';
  position: absolute;
  left: -220%;
  top: -500%;
  width: 140%;
  height: 1000%;
  transform: rotate(45deg);
  background: white;
  z-index: -1;
  transition: .3s ease-in-out;
}

.model-info {
  padding-bottom: 0px;
  font-family: 'Noto Sans', sans-serif;
  padding-top: 0px;
}

.model-title {
  font-weight: normal;
  font-family: "Open Sans";
  font-size: 18px;
  padding-top: 0px;
}

.mc-border:hover .view-pro-btn {
  opacity: 1;
}

.model-title a {
  color: #666666;
}

.mc-inner:hover .model-title a {
  color: #000000;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #4e4e4e;
  font-family: "Open Sans";
  font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
  color: #4e4e4e;
  font-family: "Open Sans";
  font-weight: 600;
}

.price {
  font-size: 32px;
}

h1, h2, h3, h4, h5, h6 {
  color: #4e4e4e;
  font-family: "Open Sans";
  font-weight: 600;
}

.button {
  background: #3D4C53;
  margin: 20px auto;
  width: 200px;
  height: 50px;
  overflow: hidden;
  font-weight: 600;
  text-align: center;
  transition: .2s;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: 0px 1px 2px rgba(0,0,0,.2);
}

.btnText {
  color: white;
  transition: .3s;
  text-transform: uppercase;
  font-family: 'Open Sans';
}

.btnText2 {
  margin-top: 63px;
  margin-right: -120px;
  color: #FFF;
  font-family: 'Raleway';
}

.button:hover .btnTwo {
  left: -130px;
}

.button:hover .btnText {
  margin-left: 65px;
}

.button:active {
  box-shadow: 0px 5px 6px rgba(0,0,0,0.3);
}

.btnTwo {
  position: relative;
  width: 165px;
  height: 100px;
  margin-top: -100px;
  padding-top: 3px;
  background: #0072c6;
  left: -250px;
  transition: .3s;
}

p {
  margin: 15px;
}

h4 {
  font-family: 'Raleway';
  color: #e24f43;
  font-weight: 400;
  margin-top: 0;
}

.h1, h1 {
  font-family: 'Droid Serif';
  font-weight: 700;
  margin: 0;
}

#team .text-muted {
  color: #777;
}

#team a, #team a.active, #team a:active, #team a:focus, #team a:hover {
  outline: 0;
}

#team a.active, #team a:active, #team a:focus, #team a:hover {
  color: #fec503;
}

section#team {
  padding: 100px 0;
}

section#team h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}

section#team h3.section-subheading {
  font-size: 16px;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 75px;
}

@media (min-width:768px) {
  section#team {
    padding: 150px 0;
  }
}

.team-member {
  text-align: center;
  margin-bottom: 50px;
}

.team-member img {
  margin: 0 auto;
  border: 7px solid #fff;
}

.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}

.team-member p {
  margin-top: 0;
}

#team ul.social-buttons {
  margin-bottom: 0;
}

#team ul.social-buttons li a {
  display: block;
  background-color: #222;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  outline: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

#team ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #fed136;
}

.h1, h1 {
  font-family: cursive;
  color: lightgrey;
  background: black;
}

.ui-content {
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 5%;
}

.h2, h2 {
  text-align: center;
  color: white;
  background: lightblue;
}

