/*==========
  Blog Single Post Style
============*/
.utf_search_blog_input div.input .search-field {
  margin-bottom: 0;
}
.utf_single_post p {
  margin: 20px 0;
}
.utf_single_post p:last-child {
  margin-bottom: 0px;
}
.utf_single_post .utf_post_img {
border-radius: 10px 10px 0 0;
}
.blog-page .utf_blog_post .utf_post_content,
.utf_single_post .utf_post_content {
  padding: 30px;
}
.utf_post_content .social-contact {
  margin: 10px 0 0px 0;
  padding: 15px 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.utf_post_content .social-contact a.facebook-link {
  background-color: #3b5998;
}
.utf_post_content .social-contact a.twitter-link {
  background-color: #1da1f2;
}
.utf_post_content .social-contact a.instagram-link {
  background-color: #e1306c;
}
.utf_post_content .social-contact a.linkedin-link {
  background-color: #2877b5;
}
.utf_post_content .social-contact a.youtube-link {
  background-color: #f00125;
}
.utf_post_content .social-contact a i {
  margin-right: 5px;
}
.utf_post_content .social-contact a {
  color: #fff;
  display: inline-block;
  background-color: #e4e4e4;
  font-size: 14px;
  font-weight: 500;
  padding: 4px 15px;
 border-radius: 10px;
  margin-right: 3px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.utf_post_content .social-contact a:hover {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
.utf_about_author {
  margin: 10px 0 45px 0;
  padding: 20px 25px;
 border-radius: 10px;
  background: #fcfcfc;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.utf_about_author p {
  margin: 5px 0 5px 0;
  color: #848484;
  font-size: 15px;
  line-height: 27px;
}
.utf_about_author a {
  position: relative;
  top: -5px;
  font-size: 15px;
  color: #3d93cc;
}
.utf_about_author a:hover {
  color: #66676b;
}
.utf_about_author h4 {
  margin-top: 4px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
}
.utf_about_author img {
  float: left;
  margin: 7px 5px 5px 5px;
  width: 100px;
  height: 100px;
  border-radius: 10px;
}
.utf_about_description {
  margin: 2px 0 0 130px;
}
.blog_compact_part-container {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
 border-radius: 10px;
  background: transparent;
  transform: translate3d(0, 0, 0);
  transition: transform 0.3s;
  margin-bottom: 30px;
}
.blog_compact_part-container:hover {
  transform: translate3d(0, -6px, 0);
}
.blog_compact_part-container:hover img {
  transform: scale(1.1);
  transition: transform 0.35s ease-out;
  transition: all 0.55s;
}
.blog_compact_part {
  background: #ccc;
 border-radius: 10px;
  height: 100%;
  display: block;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 360px;
  z-index: 100;
  cursor: pointer;
}
.blog-page .blog_compact_part {
  height: 320px;
}
.blog_compact_part img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s ease 0;
  transition: all 0.5s ease 0;
  transition: all 0.5s ease 0s;
 border-radius: 10px;
}
.blog_compact_part:before {
  content: "";
  top: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 9;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.9) 10%,
    rgba(0, 0, 0, 0.6) 40%,
    rgba(22, 22, 23, 0) 80%,
    rgba(0, 0, 0, 0) 100%
  );
  background-color: rgba(0, 0, 0, 0.2);
 border-radius: 10px;
  opacity: 0.95;
}
.blog_compact_part_content {
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 0 20px;
  width: 100%;
  z-index: 50;
  box-sizing: border-box;
}
.blog_compact_part_content h3 {
  color: #fff;
  font-size: 18px;
  padding: 5px 0;
  font-weight: 600;
  margin: 0px 0 5px 0;
  line-height: 26px;
}
.blog_compact_part_content span {
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
}
.blog_compact_part_content p {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  display: inline-block;
  color: rgba(255, 255, 255, 0.9);
  margin: 7px 0 0 0;
}
span.blog-item-tag {
  text-transform: uppercase;
  font-size: 9.7px;
  letter-spacing: 2.5px;
  font-weight: 60;
  background: #66676b;
 border-radius: 10px;
  padding: 5px 16px;
  line-height: 20px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 9px;
  position: absolute;
  top: 30px;
  left: 32px;
  z-index: 110;
}
.blog_post_tag_part {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 0;
  opacity: 0.95;
}
.blog_post_tag_part li {
  display: inline-block;
  margin-right: 5px;
  font-size: 13px;
  background: #3d93cc;
  padding: 0px 12px !important;
  color: #fff;
  border-radius: 10px;
  font-weight: 500;
  margin-bottom: 5px;
}
.blog_post_tag_part li i {
  margin-right: 3px;
  font-weight: normal;
  display: inline-block;
}

/*==========
  Button Style
============*/

		.fullwidth_block {margin-bottom:unset !important;}
.padding-bottom-75 {
    padding-bottom: 30px !important;
}
#titlebar.gradient {
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url(../images/page-title.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
#titlebar.gradient {
    background-image: none;
}
#titlebar {
    background-color: #f8f8f8;
    position: relative;
    padding: 75px 0 20px;
    /* margin-bottom: 80px; */
}
#titlebar.gradient::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(97deg, #3d93cc 32%, #006793 88%);
    opacity: 0.88;
}
#titlebar.gradient::before {
    opacity: 0.38;
}
#titlebar h1, #titlebar h2 {
    color: #fff;
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    margin: 4px 0 10px 0;
}
#breadcrumbs {
    position: relative;
    left: 0;
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #888;
    right: 0;
    text-align: center;
}
#breadcrumbs ul {
    margin: 0;
    padding-left: 0;
}
#breadcrumbs ul li {
    display: inline-block;
    list-style: none;
    color: #707070;
    margin: 0 0 0 10px;
}
#breadcrumbs ul li:first-child
 {
    margin-left: 0;
}
.gradient nav#breadcrumbs ul li {
    color: #fff;
}
.gradient nav#breadcrumbs ul li a {
    color: #fff;
}
.padding-top-75 {
    padding-top: 0;
}
ul.pagination

 {
    margin: 10px 0 0 0;
    text-align: center;
    overflow: hidden;
}

/*==========
  Listing Slider Style
============*/
.utf_listing_slider {
  background-color: #fff;
}
.utf_listing_slider .slick-next:hover,
.utf_listing_slider .slick-prev:hover,
.utf_listing_slider .slick-next,
.utf_listing_slider .slick-prev {
  background-color: rgba(20, 20, 20, 0.45);
  color: #fff;
  height: 44px;
  width: 44px;
  border-radius: 10px;
  text-align: center;
  transition: 0.4s;
}
.utf_listing_slider .slick-next:hover,
.utf_listing_slider .slick-next {
  right: 7.5%;
  transform: translate(50px, -50%);
}
.utf_listing_slider .slick-prev:hover,
.utf_listing_slider .slick-prev {
  left: 7.5%;
  transform: translate(-50px, -50%);
}
.utf_listing_slider:hover .slick-next {
  transform: translate(60px, -50%);
}
.utf_listing_slider:hover .slick-prev {
  transform: translate(-60px, -50%);
}
.utf_listing_slider .slick-next:hover:before,
.utf_listing_slider .slick-prev:hover:before,
.utf_listing_slider .slick-prev::before,
.utf_listing_slider .slick-next::before {
  font-size: 18px;
  line-height: 44px;
  position: relative;
  color: #fff;
}
.utf_listing_slider .slick-prev::before {
  left: -1px;
}
.utf_listing_slider .slick-next::before {
  left: 1px;
}
.utf_listing_slider .slick-next:hover {
  transform: translate(64px, -50%);
}
.utf_listing_slider .slick-prev:hover {
  transform: translate(-64px, -50%);
}
.utf_listing_slider .item.slick-slide:before {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  content: "";
  background: #222;
  z-index: 100;
  visibility: visible;
  opacity: 0.1;
  transition: 0.3s ease-in-out;
}
.utf_listing_slider .item.slick-slide:hover:before,
.utf_listing_slider .slick-next,
.utf_listing_slider .slick-prev {
  opacity: 0;
  visibility: hidden;
}
.utf_listing_slider:hover .slick-next,
.utf_listing_slider:hover .slick-prev {
  opacity: 1;
  visibility: visible;
}
.utf_listing_slider .slick-next:hover,
.utf_listing_slider .slick-prev:hover {
  background-color: #3d93cc;
  color: #fff;
}
.utf_listing_detail_sidebar {
  padding: 0;
  list-style: none;
  font-size: 15px;
  margin-bottom: -5px;
  position: relative;
  display: block;
}
.utf_listing_detail_sidebar li {
  display: block;
  position: relative;
  padding: 8px 0 8px 25px;
  line-height: 28px;
  color: #66676b;
  font-size: 15px;
  font-weight: 400;
  border-bottom: 1px solid #e8e8e8;
}
.utf_listing_detail_sidebar li a {
  color: #66676b;
  font-weight: 400;
  transition: 0.3s;
}
.utf_listing_detail_sidebar li a:hover {
  color: #3d93cc;
  padding-left: 5px;
}
.utf_listing_detail_sidebar li i {
  position: absolute;
  left: 0;
  top: 14px;
  font-size: 16px;
  color: #888;
}
.utf_listing_detail_sidebar.social-profiles {
  margin-top: 10px;
}
.utf_listing_detail_sidebar.social-profiles li {
  line-height: 22px;
  padding-left: 25px;
}
.utf_listing_detail_sidebar.social-profiles li i {
  top: 13px;
}
.utf_listing_detail_sidebar li a.facebook-profile i,
.utf_listing_detail_sidebar li a.facebook-profile {
  color: #3b5998;
}
.utf_listing_detail_sidebar li a.twitter-profile i,
.utf_listing_detail_sidebar li a.twitter-profile {
  color: #1da1f2;
}
.utf_listing_detail_sidebar li a.gplus-profile i,
.utf_listing_detail_sidebar li a.gplus-profile {
  color: #dd4b39;
}
.utf_listing_detail_sidebar li a.gplus-profile {
  padding-left: 4px;
}
.utf_hosted_by_user_title {
  padding: 0 0px 18px 110px;
  margin: 0px 0 5px;
  display: block;
  min-height: 100px;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
}
.utf_hosted_by_user_title h4 {
  font-size: 18px;
  transition: 0.2s;
  line-height: 28px;
  font-weight: 600;
  margin: 15px 0 10px;
  vertical-align: bottom;
}
.utf_hosted_by_user_title h4 span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #888;
  margin-bottom: 2px;
}
.utf_hosted_by_user_title h4 span {
  color: #888888;
}
.utf_hosted_by_user_title h4 span i {
  color: #3d93cc;
  margin-right: 3px;
}
.utf_hosted_by_avatar_listing {
  max-width: 150px;
  overflow: hidden;
  border-radius: 50px;
  border: 3px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: -5px;
  image-rendering: -webkit-optimize-contrast;
}
.utf_hosted_by_avatar_listing img {
  width: 90px;
  height: 90px;
}
.utf_box_widget {
  background-color: #fdfdfd;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  padding: 20px;
  transform: translate3d(0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1;
}
.utf_box_widget p {
  font-size: 15px;
  line-height: 26px;
}
.booking_widget_box {
  zoom: 1;
  z-index: 2;
}
.add-review-photos {
  font-weight: 500;
  padding: 6px 10px;
  color: #666;
  background-color: #ededed;
 border-radius: 10px;
  display: inline-block;
  position: relative;
  font-size: 14px;
  width: auto;
  transition: 0.3s;
  cursor: pointer;
  line-height: 20px;
  float: right;
  top: -25px;
}
#utf_add_comment label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
.photoUpload {
  position: relative;
  overflow: hidden;
  padding: 3px 12px;
  cursor: pointer;
}
.add-review-photos i {
  color: #3d93cc;
  margin-left: 3px;
  transition: 0.3s;
  font-size: 16px;
  position: relative;
  top: 2px;
}
.photoUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.add-review-photos:hover,
.add-review-photos:hover i {
  background: #3d93cc;
  color: #fff;
}

/*==========
  Box Widget Style
============*/
.utf_box_widget h3 {
  width: 100%;
  font-size: 20px;
  line-height: 40px;
  padding: 0 0 10px;
  margin: 5px 0 10px 0;
  display: block;
  font-weight: 600;
  text-align: left;
  border-bottom: 1px solid #e8e8e8;
}
.utf_box_widget h3 i {
  margin-right: 10px;
  color: #fff;
  width: 40px;
  height: 40px;
  background: #3d93cc;
  padding: 10px 11px;
  border-radius: 50%;
  font-size: 25px;
}
.utf_box_widget h3 i.sl-icon-clock {
  position: relative;
  top: 1px;
}
.utf_box_widget h3 i.fa-calendar-check-o {
  position: relative;
  top: -1px;
}
.utf_box_widget h5 {
  font-size: 18px;
  font-weight: 600;
  color: #525252;
  margin-bottom: 12px;
}
a.send-message-to-owner.button {
  font-size: 13px;
  font-weight: 500;
  padding: 4px 20px;
  margin-top: 20px;
  margin-bottom: -5px;
}
/*==========
  Widget Style
============*/
.utf_widget_tabs {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.utf_widget_tabs li {
  padding: 0 0 27px 0;
  margin: 24px 0 0 0;
  border-bottom: 1px solid #e0e0e0;
}
.widget .tab_content {
  padding-bottom: 0;
}
.utf_widget_thum a img {
  display: block;
  width: 95px;
  height: 95px;
  float: left;
  border-radius: 50px;
  margin: 3px 22px 0 0;
}
.utf_widget_thum {
  width: 85px;
  margin-right: 20px;
}
.utf_widget_text h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 5px 0;
}
.utf_widget_text h5 a {
  color: #4b4b4b;
  font-weight: 600;
}
.utf_widget_text h5 a:hover {
  color: #3d93cc;
}
.utf_widget_text span {
  color: #888;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  display: block;
}
.utf_widget_text span i {
  font-size: 14px;
  margin-right: 2px;
  color: #3d93cc;
}
.utf_widget_thum {
  display: inline-block;
}
.utf_widget_thum a img {
  width: 85px;
  height: 85px;
}
.utf_widget_text {
  display: inline-block;
  width: 70%;
  padding: 0;
  position: relative;
  top: -2px;
}
.utf_widget_tabs .utf_widget_content {
  display: table;
}
.utf_widget_tabs .utf_widget_content .utf_widget_text {
  display: table-cell;
  vertical-align: middle;
}
.utf_widget_tabs li {
  padding: 0 0 10px 0;
  margin: 15px 0 0 0;
}
.utf_widget_tabs li:first-child {
  padding: 0 0 10px 0;
  margin: 20px 0 0 0;
}
.utf_widget_tabs li:last-child {
  border: none;
  padding-bottom: 0;
}
.widget h3 {
  background: #f2f2f2;
  padding: 15px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 0;
  font-weight: 500;
  margin-bottom: 25px;
  border-radius: 10px;
  font-size: 20px;
}


/*==========
  Review Style
============*/
.review-images {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 5px;
}
.review-images a {
  flex: 4;
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 15px;
  border-radius: 50px;
  margin-bottom: 10px;
  border: 3px solid rgba(0, 0, 0, 0.06);
}
.review-images a img {
  border-radius: 50px;
  min-height: 74px;
}
.utf_add_review-box {
 border-radius: 10px;
 background-color: #fdfdfd;
 box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.07);
 padding: 36px;
 padding-bottom: 40px;
 margin-left: 15px;
 margin-bottom: 19px;
 margin-top: 0;
 display: inline-block;
 width: 100%;
 border: 1px solid rgba(0, 0, 0, 0.05);
 position: relative;
}
.utf_add_review-box h3 {
  margin-top: 5px;
  font-size: 18px;
}
.utf_add_review-box h4{font-size:15px}
.utf_add_comment label span {
  color: #e24747;
}
.utf_add_comment input {
  margin: 0 0 25px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.utf_add_comment textarea,
.utf_add_comment input {
  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.05);
}
.utf_add_comment textarea {
  margin: 0 0 30px 0;
  width: 100%;
  min-width: 100%;
  min-height: 200px;
  resize: vertical;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.utf_add_comment .button {
  min-width: 160px;
}
.utf_add_comment .button,
#contactform .submit {
  text-align: center;
  margin: 0 auto;
  display: block;
  border: 0;
}
.utf_leave_rating {
  height: 48px;
  float: left;
  background: #fff;
  padding: 12px 15px;
  line-height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  text-align: center;
  vertical-align: middle;
  margin: 0 auto;
  margin-bottom: 0px;
 border-radius: 10px;
}
.utf_leave_rating:hover input[type="radio"]:checked ~ label {
  color: #dadada;
}
.utf_leave_rating input[type="radio"] {
  display: none;
}
.utf_leave_rating input[type="radio"]:checked ~ label {
  color: #ffc600;
}
.utf_leave_rating label {
  font-size: 24px;
  float: right;
  letter-spacing: 6px;
  color: #dadada;
  cursor: pointer;
  transition: 0.3s;
}
.utf_leave_rating label:hover,
.utf_leave_rating label:hover ~ label {
  color: #ffc600 !important;
}
.utf_leave_rating_title {
  display: block;
  font-weight: 400;
  margin: 20px 0;
}
.utf_add_review-photos {
  font-weight: 600;
  padding: 6px 7px;
  color: #666;
  background-color: #ededed;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  font-size: 14px;
  width: auto;
  transition: 0.3s;
  cursor: pointer;
  line-height: 20px;
  float: right;
  top: -25px;
}
.photoUpload {
  position: relative;
  overflow: hidden;
  padding: 3px 12px;
  cursor: pointer;
}
.photoUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.utf_add_review-photos:hover {
  color: #fff;
  background-color: #66676b;
}
.utf_add_review-photos i {
  color: #66676b;
  margin-right: 3px;
  transition: 0.3s;
  font-size: 16px;
  position: relative;
  top: 2px;
}
.utf_add_review-photos:hover i {
  color: #fff;
}
a.rate-review {
  border: 1px solid rgba(0, 0, 0, 0.08);
 border-radius: 10px;
  font-size: 13px;
  color: #666;
  font-weight: 500;
  padding: 5px 15px;
  margin-top: 20px;
  display: inline-block;
  transition: 0.3s;
}
a.rate-review span {
  border-left: 1px solid #e0e0e0;
  line-height: 20px;
  padding-left: 10px;
  margin-left: 5px;
  transition: 0.3s;
  color: #666;
}
a.rate-review i {
  padding-left: 5px;
  font-size: 15px;
  vertical-align: initial;
}
a.rate-review:hover span {
  border-color: #d0d0d0;
}
a.rate-review:hover {
  color: #fff;
  border-color: #54e0b9;
  background-color: #54e0b9;
}
.comments

 {
    margin: -10px 0 0 0;
}

.utf_blog_post {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    border-radius: 10px;
    margin: 15px 0;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
}



input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select,
input[type="button"],
input[type="submit"],
button,
#tiptip_content,
.map-box p,
.map-box div,
.numerical-rating .utf_counter_star_rating,
body .nav_responsive i.menu-trigger:after {
  font-family: "Montserrat", sans-serif !important;
  text-transform: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #323232;
}
h1.white,
h2.white,
h3.white,
h4.white,
h5.white,
h6.white {
  color: #fff;
}
h2.headline_part,
h3.headline_part {
  font-size: 28px;
  line-height: 40px;
  margin: 0 0 30px 0;
  font-weight: 600;
}
h2.headline_part span {
  font-size: 20px;
  line-height: 30px;
}
input,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea,
select {
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  outline: none;
  font-size: 15px;
  color: #808080;
  margin: 0 0 16px 0;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.03);
  font-weight: 400;
  opacity: 1;
 border-radius: 10px;
}
select {
  padding: 15px 18px;
  cursor: pointer;
}
.main_input_search_part_item .utf_chosen_select {
  background: #fff;
  border: 0 #fff;
}
input {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
input:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus {
  color: #808080;
  transition: box-shadow 0.2s !important;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #d8d8d8;
  opacity: 1;
}
input[type="submit"] {
  border: none;
  padding: 11px 18px;
  width: auto;
}
input[type="checkbox"] {
  display: inline;
}
input[type="radio"] {
  width: 15px;
  height: 15px;
  cursor: pointer;
  box-shadow: none;
}
::-webkit-input-placeholder {
  color: #888;
  opacity: 1;
}
:-moz-placeholder {
  color: #888;
  opacity: 1;
}
::-moz-placeholder {
  color: #888;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #888;
  opacity: 1;
}
textarea {
  height: auto;
  line-height: 24px;
  padding: 15px;
  min-height: 130px;
  transition: none !important;
  min-width: 100%;
}
label,
legend {
  display: block;
  font-weight: bold;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 8px;
  font-weight: 400;
}
label span,
legend span {
  font-weight: normal;
  font-size: 14px;
  color: #444;
}

button.button, input[type="button"], input[type="submit"], a.button.border, a.button {
    background-color: #3d93cc;
    top: 0;
    padding: 10px 20px;
    color: #fff;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    transition: all 0.2s 
ease-in-out;
    cursor: pointer;
    margin-right: 6px;
    overflow: hidden;
    border: none;
    border-radius: 10px;
}