/*==========================================*/
/* CSS Document */
/*
	Theme Name: ricmonteverde.info 
	Description: ricmonteverde.info - Responsive One Page Template
	Version: 1.4
	Author: Suave Digital
	Website: ricmonteverde.info
*/
/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */
/* 01 - Global Elements
/* 02 - Navbar Elements
/* 03 - Banner Elements
/* 05 - About Elements
/* 06 - Testimonial Elements
/* 07 - Counter Elements
/* 08 - Portfolio Elements
/* 09 - Why Me Elements
/* 10 - Education & Employment Elements
/* 11 - Pricing Elements
/* 12 - Twitter Feed Elements
/* 13 - Journal Elements
/* 14 - Clients Elements 
/* 15 - Map Elements
/* 16 - Contact Elements
/* 17 - Footer Elements
/* 18 - Portfolio List Elements
/* 19 - Portfolio Single Elements
/* 20 - Journal List Elements
/* 21 - Journal Single Elements
/* 22 - Shop List Elements
/* 23 - Shop Archive Elements
/* 24 - Shop Single Elements
/* 25 - Shop Cart Elements
/* 26 - Shop Checkout Elements
/* 27 - Shop Login & Register Elements
/* 28 - My Account Elements
/* 29 - My Account Edit Elements
/* 30 - Index Agency Elements
/* 31 - Index App Settings
/* 32 - Responsive Settings
/*==========================================*/
/*==========================================*/
/*       01 - Global Elements
/*==========================================*/
html, body {
  font-family: "Lato", sans-serif;
  height: 100% !important;
  font-weight: 300;
  color: #333;
  position: relative;
}
html h1, html h2, html h3, html h4, html h5, body h1, body h2, body h3, body h4, body h5 {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0px;
  letter-spacing: 2px;
  color: #555;
}

.overlay {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  background: url("../../images/noise.png");
  -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3) inset;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3) inset;
}

.timerblock {
  background-size: cover;
  position: relative;
  text-align: center;
}
.timerblock .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url("../../images/noise2.png");
}
.timerblock .content {
  padding-bottom: 50px;
  padding-top: 50px;
  position: relative;
  z-index: 2;
}
.timerblock h4 {
  font-family: "Oswald", helvetica, sans-serif;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 300;
  letter-spacing: 3px;
}

.container .timer {
  margin-top: 40px;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.container .timer .days-wrapper,
.container .timer .hours-wrapper,
.container .timer .minutes-wrapper,
.container .timer .seconds-wrapper {
  display: inline-block;
  width: 160px;
  height: 160px;
  margin: 0 10px;
  padding-top: 20px;
  background-color: #ffffff;
  font-size: 18px;
  line-height: 22px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.container .timer .days-wrapper:hover,
.container .timer .hours-wrapper:hover,
.container .timer .minutes-wrapper:hover,
.container .timer .seconds-wrapper:hover {
  background: #ffffff url(../../images/pattern-2.png);
  text-shadow: none;
}
.container .timer .days,
.container .timer .hours,
.container .timer .minutes,
.container .timer .seconds {
  font-size: 80px;
  line-height: 90px;
}

/* Vertical Align Style */
.valign-wrap {
  display: table;
}

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

.valign-bottom {
  display: table-cell;
  vertical-align: bottom;
}

.valign-top {
  display: table-cell;
  vertical-align: top;
}

.fullwidth {
  width: 100%;
}

.fullheight {
  height: 100%;
}

.normal-color {
  color: #333 !important;
}

.dark-color {
  color: #555 !important;
}

section {
  background: #ffffff;
}

.bg-section {
  background: #f0f0f0;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.container-medium {
  padding-right: 15px;
  padding-left: 15px;
  margin: 0px auto;
  max-width: 960px;
  position: relative;
  z-index: 1;
}

.container-small {
  padding-right: 15px;
  padding-left: 15px;
  margin: 0px auto;
  max-width: 700px;
  position: relative;
  z-index: 1;
}

.def-btn {
  display: inline-block;
  padding: 14px 28px 13px 28px;
  border: 2px solid #ffffff;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 11px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-family: "lato", sans-serif;
  font-weight: 700;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.def-input {
  border: 1px solid #444;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border: 1px solid #ccc;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  color: #333333;
  outline: none;
  padding: 20px 15px;
}
.def-input:focus {
  outline: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.def-form {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border: 1px solid #ccc;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  outline: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.def-form:hover, .def-form:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  outline: 0px;
}

.textbold {
  font-weight: 700;
}

.nopad-h {
  padding-left: 0px;
  padding-right: 0px;
}

.section-title {
  position: relative;
}
.section-title .title-icon-container {
  display: block;
  margin-bottom: 15px;
}
.section-title .title-icon-container .title-icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.section-title .title-icon-container .title-icon i {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  font-size: 24px;
  color: #ffffff;
}
.section-title h1 {
  font-weight: 400;
  padding-top: 5px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
}
.section-title h1:before {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 50px;
  left: -60px;
  top: 50%;
}
.section-title h1:after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 50px;
  right: -60px;
  top: 50%;
}
.section-title h2 {
  font-family: "Oswald", sans-serif;
  text-transform: none;
  font-weight: 300;
  font-size: 18px;
  padding-top: 10px;
  display: block;
  letter-spacing: 2px;
  width: 100%;
  text-transform: uppercase;
}

.bottom-shape:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #f0f0f0;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  z-index: 1;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.underlined-heading {
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 25px;
}
.underlined-heading:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 50px;
  height: 2px;
}
.underlined-heading.right-underline:after {
  left: auto;
  right: 0;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
.isotope .isotope-item.no-transition {
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.isotope.no-transition {
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.isotope.no-transition .isotope-item {
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.no-padding {
  padding: 0px;
}

.no-h-padding {
  padding-left: 0px;
  padding-right: 0px;
}

.no-v-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.show-more {
  padding: 20px 0px;
  position: relative;
}
.show-more a {
  border: 0px;
}
.show-more:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 50%;
  border-top: 2px solid #e5e5e5;
  left: 0;
}
.show-more .def-btn {
  padding: 0px 15px;
  background: #fff;
  color: #888;
  position: relative;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.show-more .def-btn:hover {
  color: #333;
}

.preloader {
  background: #fff;
  z-index: 9999;
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.preloader .image-container {
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
}
.preloader .image-container .image {
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
}
.preloader.loaded {
  display: none;
}

.pagination-wrap {
  text-align: center;
}
.pagination-wrap .pagination li:first-child a, .pagination-wrap .pagination li:last-child a {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.pagination-wrap .pagination li a {
  margin: 0px 4px 5px;
  border: 2px solid #eee;
  color: #333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.pagination-wrap .pagination li a.active, .pagination-wrap .pagination li a:hover {
  color: #ffffff;
}

.shop-item {
  height: 50%;
  text-align: center;
  padding-bottom: 30px;
}
.shop-item .image {
  position: relative;
  cursor: pointer;
}
.shop-item .image .love {
  padding: 5px 10px;
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 15px;
  font-weight: 800;
  color: #ffffff;
}
.shop-item .image .love i {
  margin-right: 5px;
  color: #ffffff;
}
.shop-item .image .info {
  padding: 5px 10px;
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 15px;
  background: #555;
  font-weight: 800;
  color: #ffffff;
}
.shop-item .image img {
  width: 100%;
}
.shop-item .image .overlay-dark {
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 15px;
}
.shop-item .image .overlay-dark .links {
  font-size: 16px;
  text-align: center;
  background: #fff;
  padding: 20px 0px;
}
.shop-item .image .overlay-dark .links .circle {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0px 7.5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  border: 1px solid #333;
}
.shop-item .image .overlay-dark .links .circle .fa {
  font-size: 14px;
  padding-left: 10px;
  padding-bottom: 8px;
  margin: 0 auto;
  line-height: 35px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  color: #333;
}
.shop-item .image:hover .overlay {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
}
.shop-item .product-name {
  color: #333;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  font-weight: 300;
  letter-spacing: 1px;
  padding-top: 10px;
}
.shop-item .product-price {
  font-family: "Oswald", sans-serif;
  color: #333;
  padding: 10px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  padding-top: 5px;
  padding-bottom: 0px;
}

.iconic-column {
  text-align: center;
  padding: 20px 15px;
}
.iconic-column .icon {
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}
.iconic-column .icon i {
  font-size: 40px;
}
.iconic-column .icon:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 50px;
  bottom: 0px;
  left: 50%;
  margin-left: -25px;
}
.iconic-column .text {
  padding: 0px 15px;
}
.iconic-column .text .title h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

/*==========================================*/
/*       02 - Navbar Elements
/*==========================================*/
.navbar-inverse {
  background-color: transparent;
  color: #ffffff;
  border-color: transparent;
  margin-bottom: 0px;
  z-index: 3;
  -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
}
.navbar-inverse .navbar-brand {
  color: #ffffff;
  padding: 0px;
  line-height: 0px;
  width: 100px;
  height: 40px;
  margin: 20px 0px;
  padding-top: 18px;
  padding-bottom: 20px;
  padding-left: 8px;
  font-weight: 400;
  font-family: "Oswald", helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.navbar-inverse .navbar-nav li a {
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 30px 20px;
  font-family: "Lato", helvetica, sans-serif;
  letter-spacing: 1px;
}
.navbar-inverse .navbar-nav li a.cart {
  padding: 27px 30px 33px 10px;
}
.navbar-inverse .navbar-nav li a.cart .cart-icon {
  position: relative;
}
.navbar-inverse .navbar-nav li a.cart .cart-number {
  display: inline-block;
  height: 20px;
  width: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  position: absolute;
  top: 0px;
  right: -30px;
}
.navbar-inverse .navbar-nav li a.cart .cart-number span {
  padding: 0px 6px;
  color: #ffffff;
  display: inline-block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.navbar-inverse .navbar-nav li:hover a {
  background-color: transparent;
  color: #ffffff;
}
.navbar-inverse .navbar-nav li.active a {
  background-color: transparent;
}
.navbar-inverse .navbar-nav li.active a:hover {
  background-color: transparent;
}
.navbar-inverse .navbar-nav li.active a {
  background: none;
}
.navbar-inverse .navbar-nav li.active a:focus, .navbar-inverse .navbar-nav li.active a:hover {
  background: none;
}
.navbar-inverse .navbar-nav li.dropdown .dropdown-menu li a {
  padding: 15px 20px;
}
.navbar-inverse .navbar-nav .open a {
  background: #181818;
}
.navbar-inverse .navbar-nav .open a:focus {
  background: #181818;
}
.navbar-inverse .navbar-nav .dropdown a {
  background: none;
}
.navbar-inverse .navbar-nav .dropdown.open ul li a {
  color: #ffffff;
}
.navbar-inverse .navbar-nav .dropdown .dropdown-menu {
  padding: 0px;
  background: #222;
  border: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  right: auto;
  left: 0;
}
.navbar-inverse .navbar-nav .dropdown .dropdown-menu li a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  border-bottom: 1px solid transparent;
}
.navbar-inverse .navbar-nav .dropdown .dropdown-menu li a:hover {
  padding-left: 25px;
  padding-right: 15px;
}
.navbar-inverse .navbar-nav.navbar-dark li a {
  color: #333;
}
.navbar-inverse.scroll-fixed-navbar, .navbar-inverse.scroll-fixed-navbar-fix {
  background: #ffffff;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  color: #333333;
}
.navbar-inverse.scroll-fixed-navbar .navbar-brand, .navbar-inverse.scroll-fixed-navbar-fix .navbar-brand {
  color: #333;
}
.navbar-inverse.scroll-fixed-navbar .navbar-nav .open a, .navbar-inverse.scroll-fixed-navbar-fix .navbar-nav .open a {
  background: none;
}
.navbar-inverse.scroll-fixed-navbar .navbar-nav li a, .navbar-inverse.scroll-fixed-navbar-fix .navbar-nav li a {
  color: #333333;
  padding: 30px 20px;
}
.navbar-inverse.scroll-fixed-navbar .navbar-nav li a.cart, .navbar-inverse.scroll-fixed-navbar-fix .navbar-nav li a.cart {
  padding: 27px 30px 25px 10px;
}
.navbar-inverse.scroll-fixed-navbar .navbar-nav li.dropdown.open ul li a, .navbar-inverse.scroll-fixed-navbar-fix .navbar-nav li.dropdown.open ul li a {
  color: #333;
}
.navbar-inverse.scroll-fixed-navbar .navbar-nav li.dropdown .dropdown-menu, .navbar-inverse.scroll-fixed-navbar-fix .navbar-nav li.dropdown .dropdown-menu {
  background: #ffffff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  right: auto;
  left: 0;
}
.navbar-inverse.scroll-fixed-navbar .navbar-nav li.dropdown .dropdown-menu li a, .navbar-inverse.scroll-fixed-navbar-fix .navbar-nav li.dropdown .dropdown-menu li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.navbar-inverse.scroll-fixed-navbar .navbar-nav li.dropdown .dropdown-menu li a:hover, .navbar-inverse.scroll-fixed-navbar-fix .navbar-nav li.dropdown .dropdown-menu li a:hover {
  padding-left: 25px;
  padding-right: 15px;
}
.navbar-inverse.scroll-fixed-navbar .navbar-nav li:hover.dropdown a, .navbar-inverse.scroll-fixed-navbar .navbar-nav li:hover.open a, .navbar-inverse.scroll-fixed-navbar-fix .navbar-nav li:hover.dropdown a, .navbar-inverse.scroll-fixed-navbar-fix .navbar-nav li:hover.open a {
  background: none;
}

/*==========================================*/
/*       03 - Banner Elements
/*==========================================*/
.banner {
  height: 100%;
  width: 100%;
  position: relative;
  display: table;
  z-index: 1;
  background: transparent;
}
.banner.banner-small {
  height: 300px;
}
.banner.banner-small .title-wrap {
  left: 0px;
  bottom: 40px;
  text-align: left;
}
.banner.banner-small .title-wrap .title {
  margin: 0px;
  text-align: left;
  width: 100%;
}
.banner.banner-small .title-wrap .title h1 {
  font-size: 18px;
}
.banner.banner-small .title-wrap .subtitle {
  padding-bottom: 30px;
  margin-top: 10px;
}
.banner.banner-small .title-wrap .subtitle p {
  font-size: 14px;
}
.banner.banner-small .banner-content {
  vertical-align: bottom;
}
.banner.banner-breadcrumb {
  height: auto;
  border-bottom: 1px solid #eee;
  padding-top: 80px;
  display: block;
  background: #f5f5f5;
}
.banner.banner-breadcrumb .banner-content {
  display: block;
  width: 100%;
  padding: 40px 0px;
}
.banner.banner-breadcrumb .banner-content .path {
  padding-left: 0px;
}
.banner.banner-breadcrumb .banner-content .path ul {
  text-align: left;
}
.banner.banner-breadcrumb .banner-content .navigation {
  text-align: right;
  padding-right: 0px;
}
.banner.banner-breadcrumb .banner-content .navigation ul li .prev span {
  padding-right: 5px;
}
.banner.banner-breadcrumb .banner-content .navigation ul li .next span {
  padding-left: 5px;
}
.banner.banner-breadcrumb .banner-content ul {
  margin-bottom: 0px;
  list-style: none;
  padding-left: 0px;
}
.banner.banner-breadcrumb .banner-content ul li {
  display: inline-block;
  text-transform: uppercase;
  color: #333;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 400;
}
.banner.banner-breadcrumb .banner-content ul li:after {
  content: "/";
  color: #aaa;
  padding: 0px 10px;
}
.banner.banner-breadcrumb .banner-content ul li:last-child:after {
  content: "";
  padding: 0px;
}
.banner.banner-breadcrumb .banner-content ul li a {
  color: #333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.banner .overlay {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  background: url("../../images/noise.png");
}
.banner .banner-content {
  position: relative;
  z-index: 2;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
}
.banner .banner-content .title {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}
.banner .banner-content .title h1 {
  font-weight: 700;
  font-size: 40px;
  color: #ffffff;
  margin-top: 0px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 10px;
  display: inline-block;
}
.banner .banner-content .subtitle {
  text-align: center;
  margin: 0 auto;
  font-size: 24px;
  margin-top: 20px;
  line-height: 35px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}
.banner .banner-content .subtitle p {
  margin: 0px;
  font-size: 18px;
  line-height: 18px;
}
.banner .banner-content .typed-cursor {
  font-size: 24px;
  font-family: "lato", helvetica, sans-serif;
  font-size: 40px;
  font-weight: 300;
  visibility: hidden;
}
.banner .banner-content .buttons {
  display: inline-block;
}
.banner .banner-content .buttons .def-btn {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  margin-right: 15px;
  font-weight: 700;
  border: 0px;
  padding: 10px 5px;
  border-bottom: 1px solid #ffffff;
}
.banner .scroll-info {
  position: absolute;
  bottom: 15%;
  text-align: center;
  width: 100%;
}
.banner .scroll-info .shape {
  display: inline-block;
  border: 1px solid #ffffff;
  width: 35px;
  height: 35px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  text-align: center;
  position: relative;
  z-index: 3;
}
.banner .scroll-info .shape i {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  padding: 8px;
  font-size: 18px;
  color: #ffffff;
}
.banner .scroll-info .shape .fa-angle-down {
  -webkit-animation-name: drop;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  animation-name: drop;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-play-state: running;
}
@-webkit-keyframes drop {
  0% {
    top: 5px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}
@keyframes drop {
  0% {
    top: 5px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}
.banner .scroll-info .shape:hover {
  border: 1px solid #ffffff;
}
.banner .scroll-info .shape:hover i {
  color: #ffffff;
}
.banner.carousel {
  height: 100%;
  width: 100%;
}
.banner.carousel .item .content .image img {
  width: 70%;
}
.banner.carousel .left, .banner.carousel .right {
  height: 100%;
  display: table;
  width: 100px;
  background: none;
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
}
.banner.carousel .left .control, .banner.carousel .right .control {
  display: table-cell;
  vertical-align: middle;
  opacity: 0.8;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.banner.carousel .left .control .shape, .banner.carousel .right .control .shape {
  display: inline-block;
  border: 1px solid #ffffff;
  width: 40px;
  height: 40px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  text-align: center;
  position: relative;
  z-index: 3;
}
.banner.carousel .left .control .shape i, .banner.carousel .right .control .shape i {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  padding: 10px;
  font-size: 18px;
  color: #ffffff;
  text-shadow: none;
}
.banner.carousel .left .control .shape:hover, .banner.carousel .right .control .shape:hover {
  background: #ffffff;
}
.banner.carousel:hover .left .control, .banner.carousel:hover .right .control {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
}
.banner.carousel .carousel-inner {
  height: 100%;
  display: block;
  float: none;
}
.banner.carousel .carousel-inner .item {
  height: 100%;
  width: 100%;
}
.banner.carousel .carousel-inner .item .overlay {
  opacity: 0.9;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
}
.banner.carousel .carousel-inner .item .container {
  display: table;
  height: 100%;
}
.banner.carousel .carousel-inner .item .content-wrap {
  display: table;
  height: 100%;
  width: 100%;
  padding: 40px 40px 0px;
}
.banner.carousel .carousel-inner .item .content {
  position: relative;
  z-index: 3;
  float: none;
}
.banner.carousel .carousel-inner .item .content .text-content .underlined-heading {
  padding-bottom: 30px;
}
.banner.carousel .carousel-inner .item .content .text-content .underlined-heading h1 {
  color: #ffffff;
  font-weight: 400;
  font-size: 22px;
  padding-bottom: 5px;
  letter-spacing: 5px;
}
.banner.carousel .carousel-inner .item .content .text-content .underlined-heading h2 {
  color: #ffffff;
  font-size: 40px;
  letter-spacing: 5px;
}
.banner.carousel .carousel-inner .item .content .text-content .underlined-heading:after {
  background: #ffffff;
}
.banner.carousel .carousel-inner .item .content .text-content .banner-description {
  padding-bottom: 40px;
}
.banner.carousel .carousel-inner .item .content .text-content .banner-description h3 {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
}
.banner.carousel .carousel-inner .item .content .text-content .button-wrap .btn-outline {
  border-color: #ffffff;
  color: #ffffff;
}
.banner.carousel .carousel-inner .item .content .text-content .button-wrap .btn-outline:hover {
  background: #ffffff;
}
.banner.carousel .carousel-inner .item .content .image-content {
  text-align: center;
}

/*==========================================*/
/*         05 - About Elements
/*==========================================*/
.about {
  padding: 80px 0px;
}
.about .title h1 {
  margin: 0px;
}
.about h2 {
  margin-bottom: 0px;
  display: inline-block;
}
.about .center .slick-prev, .about .center .slick-next {
  width: 35px;
  height: 35px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.about .center .slick-prev:hover:before, .about .center .slick-next:hover:before {
  color: #ffffff;
}
.about .center .slick-prev {
  left: -50px;
}
.about .center .slick-prev:before {
  content: "\f104";
  font-family: "FontAwesome";
  display: inline-block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  color: red;
}
.about .center .slick-next {
  right: -50px;
}
.about .center .slick-next:before {
  content: "\f105";
  font-family: "FontAwesome";
  display: inline-block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  color: red;
}
.about .photo {
  text-align: center;
  margin: 75px 0px 40px;
}
.about .photo.slick-current {
  margin: 50px 0px 40px;
}
.about .photo.slick-current img {
  width: 250px;
  height: 250px;
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
}
.about .photo:focus {
  outline: 0px;
}
.about .photo img {
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  margin: 0 auto;
  padding-top: 100px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  padding: 5px;
}
.about .description .text {
  text-align: center;
  line-height: 25px;
}
.about .description .text h2 {
  margin-top: 0px;
  margin-bottom: 20px;
}
.about .description .top-socmed {
  list-style: none;
  padding-left: 0px;
  margin-top: 25px;
}
.about .description .top-socmed li {
  text-align: center;
}
.about .description .top-socmed li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  float: left;
  margin-right: 10px;
  line-height: 35px;
}
.about .description .top-socmed li a i {
  color: #ffffff;
}
.about .more {
  margin-top: 25px;
}
.about .more ul {
  padding-left: 0px;
  list-style: none;
  margin: 0 auto;
  text-align: center;
}
.about .more ul a {
  color: #333;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.about .more ul li {
  text-transform: uppercase;
  margin: 0px 0px 15px;
  font-weight: 700;
  display: inline-block;
  margin-right: 15px;
}
.about .more ul li i {
  margin-right: 5px;
}

/*==========================================*/
/*        06 - Testimonial Elements
/*==========================================*/
.testimonial {
  background-size: cover;
  position: relative;
  color: #ffffff;
}
.testimonial .overlay {
  width: 100%;
  height: 100%;
  background: url("../../images/noise2.png");
  position: absolute;
}
.testimonial .carousel {
  display: inline-block;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 2;
}
.testimonial .carousel .item {
  text-align: center;
  margin: 0 auto;
}
.testimonial .carousel .item .photo {
  margin-bottom: 15px;
}
.testimonial .carousel .item .photo img {
  padding: 5px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.testimonial .carousel .item .separator-container {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.testimonial .carousel .item .separator-container .separator {
  font-weight: 400;
  vertical-align: middle;
  display: inline-block;
  position: relative;
}
.testimonial .carousel .item .separator-container .separator .shape {
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  background: #ffffff;
}
.testimonial .carousel .item .separator-container .separator:before {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 1px solid #ddd;
  width: 50px;
  left: -60px;
  top: 50%;
}
.testimonial .carousel .item .separator-container .separator:after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 1px solid #ddd;
  width: 50px;
  right: -60px;
  top: 50%;
}
.testimonial .carousel .item .text {
  text-align: center;
  width: 75%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 25px;
  font-weight: normal;
}
.testimonial .carousel .item .name {
  margin-top: 10px;
  font-size: 12px;
  font-style: italic;
  font-weight: normal;
}
.testimonial .carousel .item .name .textbold {
  font-weight: 700;
}
.testimonial .carousel .carousel-control {
  background-image: none;
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
}
.testimonial .carousel .carousel-control .control-circle {
  width: 40px;
  height: 40px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  position: absolute;
  top: 45%;
  border: 1px solid #ffffff;
  text-align: center;
}
.testimonial .carousel .carousel-control .control-circle.left {
  left: 30%;
}
.testimonial .carousel .carousel-control .control-circle.right {
  right: 30%;
}
.testimonial .carousel .carousel-control .control-circle .fa {
  font-size: 25px;
  line-height: 40px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.testimonial.testimonial-alt .overlay {
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
}
.testimonial.testimonial-alt .carousel {
  padding-top: 80px;
  padding-bottom: 40px;
}
.testimonial.testimonial-alt .testimonial-alt-content .item .text {
  font-size: 14px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.8);
  position: relative;
  font-weight: 300;
}
.testimonial.testimonial-alt .testimonial-alt-content .item .text:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid rgba(0, 0, 0, 0.8);
  bottom: 0px;
  right: 20px;
  margin-bottom: -20px;
}
.testimonial.testimonial-alt .testimonial-alt-content .item .name-position {
  text-align: right;
  padding-top: 40px;
}
.testimonial.testimonial-alt .testimonial-alt-content .item .image {
  width: 100px;
  padding-top: 30px;
  padding-right: 0px;
}
.testimonial.testimonial-alt .testimonial-alt-content .item .image img {
  width: 100%;
}
.testimonial.testimonial-alt .testimonial-alt-content .owl-controls {
  padding-top: 30px;
}
.testimonial.testimonial-alt .testimonial-alt-content .owl-controls .owl-pagination .owl-page span {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  background: #eee;
}

/*==========================================*/
/*        07 - Counter Elements
/*==========================================*/
/*==========================================*/
/*        08 - Portfolio Elements
/*==========================================*/
.portfolio {
  padding: 80px 0px 60px;
}
.portfolio .title h1 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.portfolio .description {
  padding-top: 30px;
  text-align: center;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 40px;
  line-height: 25px;
}
.portfolio .portfoliofilter {
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}
.portfolio .portfoliofilter a {
  display: inline-block;
}
.portfolio .portfoliofilter a .def-btn {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.portfolio .portfoliofilter a .filterbutton {
  border: 1px solid #dddddd;
  margin-right: 5px;
  margin-bottom: 10px;
  color: #333;
}
.portfolio .portfoliofilter a.current .filterbutton {
  color: #ffffff;
}
.portfolio .portfoliofilter a.current:hover .filterbutton {
  color: #ffffff;
}
.portfolio .portfoliofilter a:hover .filterbutton {
  text-decoration: none;
}
.portfolio .portfoliocontent {
  margin: 10px 0px 10px;
  position: relative;
}
.portfolio .portfoliocontent a {
  text-decoration: none !important;
}
.portfolio .portfoliocontent a .separator-container {
  display: block;
  width: 100%;
  text-align: center;
}
.portfolio .portfoliocontent a .separator-container .separator {
  font-weight: 400;
  vertical-align: middle;
  display: inline-block;
  position: relative;
}
.portfolio .portfoliocontent a .separator-container .separator .shape {
  height: 10px;
  width: 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  background: #ffffff;
}
.portfolio .portfoliocontent a .separator-container .separator:before {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 1px solid #ddd;
  width: 50px;
  left: -60px;
  top: 50%;
}
.portfolio .portfoliocontent a .separator-container .separator:after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 1px solid #ddd;
  width: 50px;
  right: -60px;
  top: 50%;
}
.portfolio .portfoliocontent a:hover .image {
  transform: rotate(10deg) scale(1.3);
  -webkit-transform: rotate(10deg) scale(1.3);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.portfolio .portfoliocontent a:hover .content .text::before {
  -webkit-transform: scale(1);
  opacity: 1;
  transform: scale(1);
}
.portfolio .portfoliocontent a:hover .content .text::after {
  -webkit-transform: scale(1);
  -webkit-transition-delay: 0.15s;
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.15s;
}
.portfolio .portfoliocontent .item {
  margin-bottom: 30px;
}
.portfolio .portfoliocontent .content {
  overflow: hidden;
  position: relative;
}
.portfolio .portfoliocontent .content .overlay {
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  background: rgba(0, 0, 0, 0.6);
}
.portfolio .portfoliocontent .content .overlay .valign-container {
  position: relative;
  height: 100%;
  width: 100%;
  display: table;
}
.portfolio .portfoliocontent .content .overlay .valign-content {
  display: table-cell;
  vertical-align: middle;
}
.portfolio .portfoliocontent .content .overlay .text {
  position: relative;
  text-align: center;
}
.portfolio .portfoliocontent .content .overlay .text::before {
  -webkit-transform-origin: 0 0;
  -webkit-transform: scale(0, 1);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  bottom: 50px;
  content: "";
  left: 30px;
  opacity: 0;
  position: absolute;
  right: 30px;
  top: 50px;
  transform-origin: 0 0;
  transform: scale(0, 1);
  transition: opacity 0.35s, transform 0.35s;
}
.portfolio .portfoliocontent .content .overlay .text::after {
  -webkit-transform-origin: 100% 0;
  -webkit-transform: scale(1, 0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  bottom: 30px;
  content: "";
  left: 50px;
  opacity: 0;
  position: absolute;
  right: 50px;
  top: 30px;
  transform-origin: 100% 0;
  transform: scale(1, 0);
  transition: opacity 0.35s, transform 0.35s;
}
.portfolio .portfoliocontent .content .overlay .text .project-name {
  color: #ffffff;
  display: block;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
  font-weight: 300;
  letter-spacing: 1px;
}
.portfolio .portfoliocontent .content .overlay .text .project-date {
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  padding: 10px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  padding-top: 5px;
}
.portfolio .portfoliocontent .content .image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  background: #000;
  text-align: center;
}
.portfolio .portfoliocontent .content .image img {
  width: 100%;
}
.portfolio.portfolio-alt .portfoliocontent {
  background: red;
}
.portfolio.portfolio-alt .portfoliocontent .content {
  background: green;
}
.portfolio.portfolio-alt .portfoliocontent .content .overlay {
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
}
.portfolio.portfolio-alt .portfoliocontent .content .overlay:hover {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
}
.portfolio.portfolio-alt .item {
  padding: 0px;
  margin-bottom: 0px;
}
.portfolio.portfolio-alt .show-more {
  margin-top: 30px;
}

.fancybox-title-float-wrap .child {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  text-shadow: none;
  font-family: "lato", sans-serif;
}

/*==========================================*/
/*        09 - Why Me Elements
/*==========================================*/
.why-me {
  padding: 80px 0px;
}
.why-me .text .title {
  margin-bottom: 20px;
}
.why-me .text .title h1 {
  margin-top: 0px;
  font-weight: 400;
}
.why-me .text .tagline p {
  font-size: 20px;
  font-style: italic;
}
.why-me .text .description {
  line-height: 22px;
  margin-bottom: 20px;
}
.why-me .skills .title {
  margin-bottom: 20px;
}
.why-me .skills .title h3 {
  margin-top: 0px;
}
.why-me .skills .skillbars .bar-container {
  width: 100%;
  background: #f0f0f0;
  position: relative;
  overflow: hidden;
  padding: 10px;
  margin-bottom: 15px;
}
.why-me .skills .skillbars .bar-container p {
  position: relative;
  z-index: 2;
  margin-bottom: 0px;
  color: #ffffff;
  font-family: "lato", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.why-me .skills .skillbars .bar-container .meter {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  height: 100%;
}
.why-me .skills .skillbars .bar-container .meter:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  right: -20px;
  top: 0px;
}
.why-me.why-me-alt {
  display: table;
  width: 100%;
  position: relative;
  padding: 0px;
}
.why-me.why-me-alt .skillbar-wrap {
  display: table;
  width: 100%;
  padding-bottom: 30px;
}
.why-me.why-me-alt .skillbar-wrap .icon {
  width: 10%;
  padding-right: 15px;
}
.why-me.why-me-alt .skillbar-wrap .icon i {
  display: block;
}
.why-me.why-me-alt .skillbar-wrap .bar-and-text {
  width: 80%;
  text-transform: uppercase;
}
.why-me.why-me-alt .skillbar-wrap .bar-and-text .bar {
  background: #222;
  height: 5px;
  margin-top: 5px;
  overflow: hidden;
}
.why-me.why-me-alt .skillbar-wrap .bar-and-text .bar .filled {
  height: 5px;
  position: relative;
}
.why-me.why-me-alt .skillbar-wrap .bar-and-text .bar .filled:after {
  content: "";
  position: absolute;
  height: 5px;
  width: 5px;
  right: -5px;
  top: 0px;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
}
.why-me.why-me-alt .skillbar-wrap .number-wrap {
  width: 10%;
}
.why-me.why-me-alt .skillbar-wrap .number-wrap .number {
  background: #222;
  padding: 5px 10px;
  color: #eee;
  font-size: 10px;
  line-height: 1;
  display: inline-block;
  position: relative;
  top: 7px;
}
.why-me.why-me-alt .skillbar-wrap .number-wrap .number:before {
  content: "";
  position: absolute;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid transparent;
  border-right: 5px solid #222;
  display: inline-block;
  height: 5px;
  vertical-align: top;
  width: 5px;
  left: -10px;
}
.why-me.why-me-alt .container-fluid {
  padding: 0px;
}
.why-me.why-me-alt .left-content {
  padding: 60px 40px 80px;
  display: table-cell;
  float: none;
  position: relative;
}
.why-me.why-me-alt .right-content {
  padding: 60px 40px 80px;
  z-index: 2;
  text-align: left;
  display: table-cell;
  float: none;
}
.why-me.why-me-alt .text-content {
  margin-bottom: 30px;
}

/*==========================================*/
/*    10 - Education & Employment Elements
/*==========================================*/
.education .title, .employment .title {
  padding: 40px 0px;
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
}
.education .title h1, .employment .title h1 {
  margin: 0px;
}

.timeline-container {
  width: 700px;
  margin: 0 auto;
  padding: 40px 0px;
}

.timeline {
  list-style: none;
  margin: 30px 0 0 0;
  padding: 0;
  position: relative;
}
.timeline:before {
  background: #eeeeee;
  bottom: 0;
  content: "";
  left: 20%;
  margin-left: -6px;
  position: absolute;
  top: 0;
  width: 2px;
}

.timeline > li {
  position: relative;
}
.timeline > li .timeline-year {
  display: block;
  padding-right: 100px;
  position: absolute;
  width: 25%;
}
.timeline > li .timeline-year span {
  display: block;
  text-align: right;
  font-family: "Oswald", sans-serif;
  color: #333;
}
.timeline > li .timeline-year span:first-child {
  font-size: 0.9em;
}
.timeline > li .timeline-year span:last-child {
  font-size: 2.9em;
}
.timeline > li .timeline-label {
  border-radius: 5px;
  border: 2px solid #eeeeee;
  line-height: 25px;
  margin: 0 0 15px 185px;
  padding: 20px;
  position: relative;
}
.timeline > li .timeline-label h2 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 300;
}
.timeline > li .timeline-label h3 {
  font-weight: 400;
  font-size: 18px;
}
.timeline > li .timeline-label .place {
  margin: 0px 0px 5px;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  font-family: "lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.timeline > li .timeline-label p {
  margin: 0px;
}
.timeline > li .timeline-label:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #eee;
  border-width: 10px;
  top: 7px;
}
.timeline > li .timeline-icon {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  color: #ffffff;
  height: 40px;
  width: 40px;
  left: 20%;
  line-height: 40px;
  margin: 0 0 0 -25px;
  position: absolute;
  text-align: center;
  top: 0;
}
.timeline > li .timeline-icon i {
  font-size: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

/*==========================================*/
/*        12 - Pricing Elements
/*==========================================*/
.pricing {
  padding: 80px 0px;
  background: #eee;
}
.pricing .description {
  text-align: center;
  width: 70%;
  margin: 0 auto;
  padding: 20px 0px 80px;
  line-height: 25px;
}
.pricing .pricing-table {
  background: #ffffff;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin-top: 15px;
  text-align: center;
}
.pricing .pricing-table.active {
  margin-top: 0px;
}
.pricing .pricing-table.active .price {
  background: #555;
  color: #ffffff;
}
.pricing .pricing-table.active .price h3 {
  color: #ffffff;
}
.pricing .pricing-table.active .price span {
  color: #ffffff;
}
.pricing .pricing-table .price {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 14px;
  margin-top: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  color: #ffffff;
  font-family: "Oswald", helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.pricing .pricing-table .price h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  text-transform: inherit;
  letter-spacing: 0px;
  margin-bottom: 3px;
  font-size: 18px;
}
.pricing .pricing-table .price .pricetext {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  margin-top: 25px;
}
.pricing .pricing-table .list {
  padding: 10px 0px;
  text-align: center;
}
.pricing .pricing-table .list ul {
  list-style: none;
  text-align: center;
  padding-left: 0px;
}
.pricing .pricing-table .list ul li {
  padding: 7px 0px;
}
.pricing .pricing-table .list .def-btn {
  margin: 15px 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.pricing .pricing-table .list .def-btn:hover {
  color: #ffffff;
}

/*==========================================*/
/*        12 - Twitter Feed Elements
/*==========================================*/
.twitter-feed {
  position: relative;
  text-align: center;
}
.twitter-feed .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("../../images/noise2.png");
}
.twitter-feed .logo-container {
  padding: 80px 0px 0px;
}
.twitter-feed .logo {
  font-size: 55px;
  text-align: center;
  position: relative;
  display: inline-block;
  z-index: 3;
  width: 80px;
  height: 80px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  border: 1px solid #ffffff;
  margin-bottom: 20px;
}
.twitter-feed .logo i {
  color: #ffffff;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.twitter-feed .carousel {
  padding: 0px 0px 80px;
}
.twitter-feed .tweet {
  margin: 0 auto;
  padding: 20px 0px;
  width: 70%;
  text-align: center;
  font-size: 22px;
  font-style: italic;
  color: #ffffff;
}
.twitter-feed .time {
  font-size: 16px;
  text-align: center;
  color: #ffffff;
}
.twitter-feed .time a {
  font-weight: 600;
  color: #ffffff;
}

/*==========================================*/
/*        13 - Journal Elements
/*==========================================*/
.journal {
  padding: 80px 0px 60px;
  border-bottom: 2px solid #eee;
}
.journal .description {
  padding-top: 20px;
  text-align: center;
  width: 70%;
  margin: 0 auto;
  padding-bottom: 50px;
  line-height: 25px;
}
.journal #masonry-container {
  margin-bottom: 10px;
}
.journal .journal-content {
  background: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 40px;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.journal .journal-content .media {
  overflow: hidden;
  position: relative;
  padding: 0px;
  border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
}
.journal .journal-content .media img {
  width: 100%;
}
.journal .journal-content .media .video-wrapper {
  overflow: hidden;
  position: relative;
  float: left;
  display: inline-block;
  width: 100%;
  min-height: 200px;
  margin-bottom: -15px;
}
.journal .journal-content .media video, .journal .journal-content .media audio {
  width: 100%;
  display: inline-block;
  margin-bottom: -15px;
}
.journal .journal-content .media video {
  position: absolute;
  height: 100%;
}
.journal .journal-content .media .quote {
  padding: 15px 0px 20px;
  margin-bottom: 0px;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}
.journal .journal-content .detail {
  padding: 15px;
}
.journal .journal-content .detail .category-wrap {
  display: block;
  margin-top: -35px;
  text-align: center;
}
.journal .journal-content .detail .category-wrap .category {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 0 auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.journal .journal-content .detail .category-wrap .category i {
  color: #ffffff;
  font-size: 16px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  margin: 6px;
}
.journal .journal-content .detail .title h3 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 20px;
  color: #333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  text-transform: inherit;
  font-family: "Oswald", helvetica, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.journal .journal-content .detail .info {
  margin-bottom: 10px;
  font-size: 12px;
}
.journal .journal-content .detail .info i {
  margin-left: 10px;
  margin-right: 5px;
  margin-top: 5px;
  color: #333;
  font-size: 16px;
  vertical-align: sub;
}
.journal .journal-content .detail .info i:first-child {
  margin-left: 0px;
}
.journal .journal-content .detail .info a {
  color: #333;
}
.journal .journal-content .detail .text {
  line-height: 25px;
  margin-bottom: 15px;
}
.journal .journal-content .detail .post-date {
  border-top: 1px solid #eeeeee;
  padding-top: 10px;
  margin-top: 10px;
  font-size: 12px;
}
.journal .show-more a {
  background: #f0f0f0;
}
.journal.journal-alt .news-column-wrapper {
  padding-bottom: 40px;
}
.journal.journal-alt .news-column {
  position: relative;
}
.journal.journal-alt .news-column .image {
  padding: 60px 45px;
  text-align: center;
}
.journal.journal-alt .news-column .image .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0px;
  left: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.journal.journal-alt .news-column .image .content {
  position: relative;
  z-index: 2;
  text-align: center;
  display: inline-block;
  width: 80%;
}
.journal.journal-alt .news-column .image .content .title h3 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
}
.journal.journal-alt .news-column .image .content .desc {
  padding-top: 10px;
  padding-bottom: 20px;
}
.journal.journal-alt .news-column .image .content .desc p {
  color: #ccc;
}
.journal.journal-alt .news-column:hover .image .overlay {
  background: rgba(0, 0, 0, 0.3);
}
.journal.journal-alt .news-column:nth-child(1):after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-left: 45px solid transparent;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
}
.journal.journal-alt .news-column:nth-child(1):hover:after {
  border-right: 45px solid transparent;
  border-left: transparent;
  border-bottom: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.journal.journal-alt .news-column:nth-child(2):after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-right: 45px solid transparent;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
}
.journal.journal-alt .news-column:nth-child(2):hover:after {
  border-left: 45px solid transparent;
  border-right: transparent;
  border-bottom: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.journal.journal-alt .news-column:nth-child(3):after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  border-left: 45px solid transparent;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
}
.journal.journal-alt .news-column:nth-child(3):hover:after {
  border-right: 45px solid transparent;
  border-top: transparent;
  border-left: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.journal.journal-alt .news-column:nth-child(4):after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  border-right: 45px solid transparent;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
}
.journal.journal-alt .news-column:nth-child(4):hover:after {
  border-left: 45px solid transparent;
  border-top: transparent;
  border-right: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.journal.journal-alt .show-more a {
  background: #ffffff;
}

/*==========================================*/
/*        14 - Clients Elements
/*==========================================*/
.clients {
  padding: 80px 0px;
}
.clients .title h1 {
  margin: 0px;
}
.clients .description {
  padding-top: 20px;
  text-align: center;
  width: 70%;
  margin: 0 auto;
  padding-bottom: 20px;
  line-height: 25px;
}
.clients .clients-logo .item {
  height: 80px;
  line-height: 80px;
  text-align: center;
}
.clients .clients-logo a img {
  max-height: 60px;
  max-width: 140px;
  cursor: pointer;
  opacity: 0.6;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.clients .clients-logo a:hover img {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
}
.clients.clients-alt {
  padding: 40px 0px;
}
.clients.clients-alt .clients-logo a img {
  opacity: 0.85;
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
}
.clients.clients-alt .clients-logo a:hover img {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
}

/*==========================================*/
/*        15 - Map Elements
/*==========================================*/
.map .map-title {
  padding: 40px 0px;
  text-align: center;
}
.map .map-title h1 {
  color: #ffffff;
  margin: 0px;
}
.map .map-canvas {
  width: 100%;
  height: 400px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.map.map-alt .map-canvas {
  height: 620px;
}
.map.map-alt .footer-form {
  padding: 60px 40px 40px;
  float: left;
  width: 100%;
}
.map.map-alt .footer-form .section-title {
  padding-bottom: 30px;
}
.map.map-alt .footer-form .input-container {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 15px;
}
.map.map-alt .footer-form .input-container .form-control {
  border: 1px solid #ccc;
  box-shadow: none;
  -moz-box-shadow: none;
  color: #333;
  padding: 25px 20px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.map.map-alt .footer-form .input-container .form-control::-webkit-input-placeholder {
  color: #aaa;
}
.map.map-alt .footer-form .input-container .form-control:focus {
  background: #ffffff;
}
.map.map-alt .footer-form .textarea-container {
  padding-left: 0px;
  padding-right: 0px;
}
.map.map-alt .footer-form .textarea-container textarea {
  height: 120px;
  border: 1px solid #ccc;
  box-shadow: none;
  -moz-box-shadow: none;
  color: #333;
  padding: 10px 20px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.map.map-alt .footer-form .textarea-container textarea::-webkit-input-placeholder {
  color: #aaa;
}
.map.map-alt .footer-form .textarea-container textarea:focus {
  background: #ffffff;
}
.map.map-alt .footer-form .button-container {
  padding: 20px 0px;
  margin-top: 15px;
  text-align: center;
}
.map.map-alt .footer-form .button-container .def-btn {
  width: 100%;
  background: #ffffff;
  font-size: 16px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.map.map-alt .footer-form .button-container .def-btn:hover {
  color: #ffffff;
}

/*==========================================*/
/*        16 - Contact Elements
/*==========================================*/
.contact {
  padding: 80px 0px;
}
.contact #success_page {
  padding: 20px;
  margin-bottom: 20px;
}
.contact #success_page p {
  margin-bottom: 0px;
}
.contact .error_message {
  padding: 20px;
  margin-bottom: 20px;
}
.contact .description {
  padding-top: 30px;
  text-align: center;
  width: 70%;
  margin: 0 auto;
  padding-bottom: 50px;
  line-height: 25px;
}
.contact .form-title h3 {
  margin-top: 0px;
  margin-bottom: 20px;
}
.contact .footer-form .input-container {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 15px;
}
.contact .footer-form .input-container .form-control {
  border: 1px solid #ccc;
  box-shadow: none;
  -moz-box-shadow: none;
  color: #333;
  padding: 25px 20px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.contact .footer-form .input-container .form-control::-webkit-input-placeholder {
  color: #aaa;
}
.contact .footer-form .input-container .form-control:focus {
  background: #ffffff;
}
.contact .footer-form .textarea-container {
  padding-left: 0px;
  padding-right: 0px;
}
.contact .footer-form .textarea-container textarea {
  height: 120px;
  border: 1px solid #ccc;
  box-shadow: none;
  -moz-box-shadow: none;
  color: #333;
  padding: 10px 20px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.contact .footer-form .textarea-container textarea::-webkit-input-placeholder {
  color: #aaa;
}
.contact .footer-form .textarea-container textarea:focus {
  background: #ffffff;
}
.contact .footer-form .button-container {
  padding: 20px 0px;
  margin-top: 15px;
  text-align: center;
}
.contact .footer-form .button-container .def-btn {
  width: 100%;
  background: #ffffff;
  font-size: 16px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.contact .footer-form .button-container .def-btn:hover {
  color: #ffffff;
}

/*==========================================*/
/*       17 - Footer Elements
/*==========================================*/
.footer {
  text-align: center;
  padding-bottom: 70px;
  overflow: hidden;
  width: 100%;
  background: #222;
}
.footer .top-text {
  display: inline-block;
  top: 0px;
  padding: 10px 20px;
  margin-bottom: 30px;
  color: #ffffff;
  border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
}
.footer .copyright h6 {
  font-family: "Lato", helvetica, sans-serif;
  font-size: 12px;
  color: #aaa;
  text-align: center;
  margin-top: 20px;
  line-height: 16px;
}
.footer .navbar-bottom {
  visibility: hidden;
}
.footer .navbar-bottom .fa {
  font-size: 24pt;
}
.footer .navbar-bottom a {
  font-size: 12px;
}
.footer .links ul {
  padding-left: 0px;
  list-style: none;
}
.footer .links .social-icons {
  font-size: 16px;
  text-align: center;
}
.footer .links .social-icons .circle {
  width: 35px;
  height: 35px;
  display: inline-block;
  margin: 0px 7.5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  background: rgba(0, 0, 0, 0.2);
}
.footer .links .social-icons .circle .fa {
  margin: 0 auto;
  line-height: 35px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.footer .links .social-icons .circle:hover .fa {
  color: #ffffff;
}

/*==========================================*/
/*       18 - Portfolio list Elements
/*==========================================*/
.portfolio-list {
  padding: 0px 0px 0px;
}
.portfolio-list .title {
  padding: 40px 0px;
}
.portfolio-list .title h1 {
  margin: 0px;
}
.portfolio-list .description {
  padding: 60px 0px 0px;
  margin-bottom: 25px;
}
.portfolio-list .portfoliocontent {
  margin: 40px 0px 10px;
}
.portfolio-list .pagination-wrap {
  padding-bottom: 40px;
}

/*==========================================*/
/*       19 - Portfolio Single Elements
/*==========================================*/
.portfolio-single .portfolio-category {
  display: block;
  padding: 15px 0px 10px;
}
.portfolio-single .title {
  padding: 40px 0px;
}
.portfolio-single .title h1 {
  margin: 0px;
}
.portfolio-single .container-medium {
  padding: 80px 0px;
}
.portfolio-single .carousel .carousel-indicators {
  width: auto;
  display: inline-block;
  margin: 0 auto;
  margin-left: -20px;
  padding: 7px 12px;
  background-color: #333;
}
.portfolio-single .carousel .carousel-control {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
}
.portfolio-single .carousel .carousel-control.left, .portfolio-single .carousel .carousel-control.right {
  background: none;
}
.portfolio-single .carousel .control-button {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  background: #333;
  text-align: center;
  text-shadow: none;
  color: #ffffff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.portfolio-single .carousel .control-button.left {
  left: 30%;
}
.portfolio-single .carousel .control-button.right {
  right: 30%;
}
.portfolio-single .carousel .control-button .fa {
  font-size: 25px;
  margin: 6px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.portfolio-single .description, .portfolio-single .client-testimonial {
  margin-top: 40px;
}
.portfolio-single .description h3, .portfolio-single .client-testimonial h3 {
  margin: 0px 0px 15px;
}
.portfolio-single .description h3 {
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
}
.portfolio-single .description p {
  line-height: 25px;
}
.portfolio-single .description .def-btn {
  background: #444;
  border: 0px;
  margin-top: 20px;
  font-family: "Lato", helvetica, sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1px;
}
.portfolio-single .description .def-btn:hover {
  color: #ffffff;
}
.portfolio-single .client-bio {
  padding: 20px;
  border: 2px solid #eee;
  position: relative;
}
.portfolio-single .client-bio .name-position {
  margin: 10px 100px 0px 75px;
}
.portfolio-single .client-bio .name-position .name {
  margin-bottom: 5px;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  text-transform: inherit;
  letter-spacing: 0px;
}
.portfolio-single .client-bio .client-brand {
  position: absolute;
  right: 15px;
  top: 30px;
}
.portfolio-single .client-bio .client-brand img {
  max-width: 100px;
}
.portfolio-single .client-bio .client-photo {
  float: left;
  padding: 5px;
  border: 1px solid #ddd;
  display: inline-block;
}
.portfolio-single .client-bio .client-photo img {
  width: 50px;
}
.portfolio-single .client-comment {
  padding: 20px;
  border: 2px solid #eee;
  margin-top: 10px;
}
.portfolio-single .client-comment .main-comment {
  margin-bottom: 15px;
}
.portfolio-single .client-comment .text-comment .quote-bg {
  position: absolute;
  color: #eee;
  font-size: 60px;
  z-index: -1;
  bottom: 0;
  right: 0;
}
.portfolio-single .client-comment .text-comment {
  position: relative;
  padding-top: 15px;
  border-top: 1px solid #eee;
  margin-top: 10px;
  line-height: 25px;
}
.portfolio-single .related-project .prev-project, .portfolio-single .related-project .next-project {
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
  cursor: pointer;
}
.portfolio-single .related-project .prev-project.lighter .overlay, .portfolio-single .related-project .next-project.lighter .overlay {
  background: rgba(0, 0, 0, 0.4);
}
.portfolio-single .related-project .prev-project .def-btn, .portfolio-single .related-project .next-project .def-btn {
  position: relative;
  z-index: 2;
  border-width: 1px;
  padding: 10px 15px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.portfolio-single .related-project .prev-project .def-btn i, .portfolio-single .related-project .next-project .def-btn i {
  color: #ffffff;
  margin: 5px;
}
.portfolio-single .related-project .prev-project .def-btn:hover, .portfolio-single .related-project .next-project .def-btn:hover {
  background: #ffffff;
  color: #333;
}
.portfolio-single .related-project .prev-project .def-btn:hover i, .portfolio-single .related-project .next-project .def-btn:hover i {
  color: #333;
}
.portfolio-single .related-project .prev-project .content, .portfolio-single .related-project .next-project .content {
  padding: 30px 0px;
}
.portfolio-single .related-project .overlay {
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%;
}
.portfolio-single .related-project .prev-project .def-btn {
  margin-right: 30px;
}
.portfolio-single .related-project .next-project .def-btn {
  margin-left: 30px;
}

/*==========================================*/
/*       20 - Journal List Elements
/*==========================================*/
.journal-list .title {
  padding: 40px 0px;
  background: #ffffff;
}
.journal-list .title h1 {
  margin: 0px;
}
.journal-list .title.bottom-shape:before {
  background: #ffffff;
}
.journal-list .top-search {
  margin: 0px 0px 40px;
}
.journal-list .top-search .search-wrap {
  width: 100%;
}
.journal-list .top-search .search-wrap input {
  padding: 10px;
  outline: none;
  box-shadow: none;
  height: auto;
  border-width: 1px;
  position: relative;
  width: 100%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-color: #eee;
}
.journal-list .top-search .search-wrap .search-icon {
  border: 0px;
  position: absolute;
  right: 30px;
  top: 10px;
}
.journal-list .top-search .search-wrap .search-icon i {
  font-size: 18px;
}
.journal-list .container-medium {
  padding: 80px 0px 0px;
}
.journal-list #masonry-container {
  float: left;
  width: 100%;
}
.journal-list .pagination-wrap {
  padding: 0px 0px 60px;
}
.journal-list .journal-content {
  background: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 40px;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.journal-list .journal-content .media {
  overflow: hidden;
  position: relative;
  padding: 0px;
  border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
}
.journal-list .journal-content .media img {
  width: 100%;
}
.journal-list .journal-content .media .video-wrapper {
  overflow: hidden;
  position: relative;
  float: left;
  display: inline-block;
  width: 100%;
  min-height: 200px;
  margin-bottom: -15px;
}
.journal-list .journal-content .media video, .journal-list .journal-content .media audio {
  width: 100%;
  display: inline-block;
  margin-bottom: -15px;
}
.journal-list .journal-content .media video {
  position: absolute;
  height: 100%;
}
.journal-list .journal-content .media .quote {
  padding: 15px;
  margin-bottom: -10px;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}
.journal-list .journal-content .detail {
  padding: 15px;
}
.journal-list .journal-content .detail .category-wrap {
  display: block;
  margin-top: -35px;
  text-align: center;
}
.journal-list .journal-content .detail .category-wrap .category {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 0 auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.journal-list .journal-content .detail .category-wrap .category i {
  color: #ffffff;
  font-size: 16px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  margin: 6px;
}
.journal-list .journal-content .detail .title {
  padding: 0px;
}
.journal-list .journal-content .detail .title h3 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 20px;
  color: #333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  letter-spacing: 1px;
}
.journal-list .journal-content .detail .info {
  margin-bottom: 10px;
  font-size: 12px;
}
.journal-list .journal-content .detail .info i {
  margin-left: 10px;
  margin-right: 5px;
  margin-top: 5px;
  color: #333;
  font-size: 16px;
  vertical-align: sub;
}
.journal-list .journal-content .detail .info i:first-child {
  margin-left: 0px;
}
.journal-list .journal-content .detail .info a {
  color: #333;
}
.journal-list .journal-content .detail .text {
  line-height: 25px;
  margin-bottom: 15px;
}
.journal-list .journal-content .detail .post-date {
  border-top: 1px solid #eeeeee;
  padding-top: 10px;
  margin-top: 10px;
  font-size: 12px;
}

/*==========================================*/
/*       21 - Journal Single Elements
/*==========================================*/
.journal-single .title {
  padding: 40px 0px;
}
.journal-single .title h1 {
  margin: 0px;
}

.journal-wrap {
  padding: 40px 0px;
}
.journal-wrap .title {
  padding: 0px;
}

.journal-detail#masonry-container {
  padding: 0px;
  margin: 0px 0px 40px;
}
.journal-detail .post-content {
  position: relative;
  margin: 40px 0px 0px;
}
.journal-detail .post-content .post-media img {
  width: 100%;
}
.journal-detail .post-content .post-inner .post-head .title h2 {
  font-family: "oswald", helvetica, sans-serif;
  font-weight: 300;
  margin-bottom: 5px;
  font-size: 24px;
  margin: 30px 0px 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.journal-detail .post-content .post-inner .post-head .info {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 14px;
}
.journal-detail .post-content .post-inner .post-head .info i {
  margin-left: 10px;
  margin-right: 5px;
  margin-top: 5px;
  color: #333;
  font-size: 16px;
  vertical-align: sub;
}
.journal-detail .post-content .post-inner .post-head .info i:first-child {
  margin-left: 0px;
}
.journal-detail .post-content .post-inner .post-head .info a {
  font-weight: 400;
}
.journal-detail .post-content .post-inner .post-text {
  margin: 10px 0px 20px;
}
.journal-detail .post-content .post-inner .post-text p {
  line-height: 2em;
}
.journal-detail .post-single h1, .journal-detail .post-single h2, .journal-detail .post-single h3, .journal-detail .post-single h4 {
  font-family: "Oswald", helvetica, sans-serif;
  font-weight: 300;
}
.journal-detail .post-single p {
  font-size: 14px;
}
.journal-detail .post-single p .img-align-right {
  margin-left: 15px;
}
.journal-detail .post-single p .img-align-left {
  margin-right: 15px;
}
.journal-detail .post-single blockquote {
  font-size: 14px;
  line-height: 22px;
  border-color: #eee;
}
.journal-detail .post-single blockquote small {
  padding-top: 10px;
  font-size: 12px;
}
.journal-detail .post-single .comment {
  margin-top: 40px;
}
.journal-detail .post-single .comment .title {
  margin-bottom: 5px;
}
.journal-detail .post-single .comment .title h2 {
  display: block;
  margin-bottom: 10px;
  font-size: 26px;
  border-top: 1px solid #eee;
  padding-top: 30px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
  color: #555;
}
.journal-detail .post-single .comment .comment-list {
  padding-left: 0px;
}
.journal-detail .post-single .comment .comment-list:last-child {
  border-bottom: 0px;
}
.journal-detail .post-single .comment .comment-list .comment-container {
  padding: 20px 0px;
  overflow: hidden;
  display: block;
}
.journal-detail .post-single .comment .comment-list .comment-container a {
  font-family: "lato", helvetica, sans-serif;
  font-weight: 400;
}
.journal-detail .post-single .comment .comment-list .comment-container .avatar {
  float: left;
  width: 75px;
  height: 75px;
}
.journal-detail .post-single .comment .comment-list .comment-container .avatar img {
  width: 100%;
}
.journal-detail .post-single .comment .comment-list .comment-container .name {
  display: block;
  margin-bottom: 10px;
  margin-left: 105px;
  margin-top: 0px;
  font-family: "lato", helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
}
.journal-detail .post-single .comment .comment-list .comment-container .name span {
  display: block;
  float: right;
  font-size: 12px;
  text-transform: inherit;
}
.journal-detail .post-single .comment .comment-list .comment-container .text {
  margin-left: 105px;
  font-size: 14px;
  line-height: 25px;
}
.journal-detail .post-single .comment .comment-list .comment-container .reply {
  margin-left: 105px;
  margin-top: 10px;
  font-family: "lato", helvetica, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.journal-detail .post-single .comment .comment-list.indent-two .comment-container {
  padding-left: 30px;
}
.journal-detail .post-single .respond {
  margin: 20px 0px 40px;
}
.journal-detail .post-single .respond .title {
  margin-bottom: 5px;
}
.journal-detail .post-single .respond .title h2 {
  display: block;
  font-size: 26px;
  padding-top: 30px;
  margin-bottom: 20px;
  border-top: 1px solid #eee;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
  color: #555;
}
.journal-detail .post-single .respond .row .form-control {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-color: #ccc;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.journal-detail .post-single .respond .row .form-control:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.journal-detail .post-single .respond .row label {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 300;
}
.journal-detail .post-single .respond .row textarea {
  height: 200px;
}
.journal-detail .post-single .respond .row .def-btn {
  background: #444;
  border: 0px;
  margin-top: 20px;
  font-family: "Lato", helvetica, sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1px;
}
.journal-detail .post-single .respond .row .def-btn:hover {
  color: #ffffff;
}
.journal-detail .pagination {
  float: right;
  margin-top: 30px;
}

.journal-sidebar {
  margin: 40px 0px 0px;
}
.journal-sidebar .title {
  margin: 30px 0px 10px;
  position: relative;
  padding-left: 45px;
}
.journal-sidebar .title .shape {
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  display: inline-block;
  text-align: center;
}
.journal-sidebar .title .shape i {
  font-size: 18px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  display: block;
  padding: 4px;
  color: #ffffff;
  line-height: 18px;
}
.journal-sidebar .title h3 {
  display: inline-block;
  font-size: 20px;
  padding-top: 5px;
  padding-bottom: 7px;
  display: inline-block;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 28px;
}
.journal-sidebar .content {
  margin-bottom: 20px;
}
.journal-sidebar .content ul {
  list-style: none;
  padding-left: 0px;
}
.journal-sidebar .content ul li {
  padding: 8px 0px;
  border-bottom: 1px solid #eee;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.journal-sidebar .content ul li a {
  color: #333;
}
.journal-sidebar .search-post .title {
  margin: 0px 0px 20px;
}
.journal-sidebar .search-post .title h3 {
  margin-top: 0px;
}
.journal-sidebar .search-post .content .search-wrap {
  width: 100%;
  position: relative;
}
.journal-sidebar .search-post .content .search-wrap input {
  padding: 10px;
  outline: none;
  box-shadow: none;
  height: auto;
  border-width: 1px;
  width: 100%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-color: #ccc;
}
.journal-sidebar .search-post .content .search-wrap .search-icon {
  border: 0px;
  position: absolute;
  right: 15px;
  top: 8px;
}
.journal-sidebar .search-post .content .search-wrap .search-icon i {
  color: #333;
  font-size: 18px;
}
.journal-sidebar .post-categories .content ul li span, .journal-sidebar .post-archives .content ul li span {
  float: right;
}
.journal-sidebar .recent-post .content ul li a, .journal-sidebar .recent-post .content ul li span {
  display: block;
}
.journal-sidebar .recent-post .content ul li span {
  font-size: 12px;
}
.journal-sidebar .recent-post .content ul li:hover a {
  color: #333;
}
.journal-sidebar .post-tags .title {
  margin-bottom: 10px;
}
.journal-sidebar .post-tags .content {
  margin-top: 20px;
}
.journal-sidebar .post-tags .tag-label {
  padding: 7px 10px;
  display: inline-block;
  margin: 0px 5px 10px 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border: 2px solid #eee;
  color: #333;
}
.journal-sidebar .post-tags .tag-label:hover {
  color: #ffffff;
}

/*==========================================*/
/*       22 - Shop List Elements
/*==========================================*/
.featured-shop {
  padding: 80px 0px;
}
.featured-shop .shop-row {
  padding-top: 50px;
}
.featured-shop .shop-row .shop-column {
  padding-bottom: 30px;
}
.featured-shop .shop-row .shop-column .image img {
  width: 100%;
}
.featured-shop .shop-row .shop-column .shop-item {
  border-bottom: 1px solid #eee;
}
.featured-shop .shop-row .shop-column .shop-item .product-name {
  font-weight: 800;
}
.featured-shop .shop-row .shop-column .shop-item:last-child {
  padding-bottom: 0px;
  border-bottom: 0px;
}
.featured-shop .shop-row .shop-most-featured {
  height: 100%;
  border: 1px solid #eee;
  background: #ffffff;
  margin-bottom: -30px;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  display: inline-block;
}
.featured-shop .shop-row .shop-most-featured .title h2 {
  font-size: 18px;
}
.featured-shop .shop-row .shop-most-featured .shop-item {
  border-bottom: 0px;
}
.featured-shop .shop-row .shop-most-featured .shop-item .carousel-indicators {
  bottom: -20px;
}
.featured-shop .shop-row .shop-most-featured .shop-item .carousel-indicators li {
  background: #222;
}
.featured-shop .shop-row .shop-most-featured .shop-item .carousel-indicators li.active {
  background: transparent;
  border: 1px solid #222;
}
.featured-shop .shop-row .shop-most-featured .shop-item .carousel-inner .item {
  text-align: center;
}
.featured-shop .shop-row .shop-most-featured .shop-item .carousel-inner .item img {
  display: inline-block;
}
.featured-shop .shop-row .shop-most-featured .shop-item .image {
  position: initial;
}
.featured-shop .shop-row .shop-most-description {
  padding: 60px 20px;
  text-align: center;
  background: #fafafa;
  position: relative;
}
.featured-shop .shop-row .shop-most-description .desc {
  padding: 20px 0px;
}
.featured-shop .shop-row .shop-most-description .def-btn {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border: 1px solid #222;
  color: #222;
}
.featured-shop .shop-row .shop-most-description .def-btn:hover {
  color: #ffffff;
}

.shop-newsletter {
  position: relative;
  display: table;
}
.shop-newsletter .container-fluid {
  padding: 0px;
}
.shop-newsletter .left-content {
  background: #eee;
  padding: 60px 40px 80px;
  display: table-cell;
  float: none;
  position: relative;
}
.shop-newsletter .left-content .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  left: 0px;
  top: 0px;
}
.shop-newsletter .left-content .title {
  position: absolute;
  bottom: 60px;
  right: 60px;
}
.shop-newsletter .left-content .title h2 {
  font-size: 50px;
  color: #333;
  font-weight: 400;
  padding-bottom: 5px;
}
.shop-newsletter .left-content .title h3 {
  font-size: 30px;
  font-weight: 300;
  padding-top: 10px;
}
.shop-newsletter .right-content {
  padding: 60px 40px 80px;
  background: #222;
  z-index: 2;
  text-align: left;
  display: table-cell;
  float: none;
}
.shop-newsletter .right-content .icon i {
  color: #ffffff;
  font-size: 70px;
}
.shop-newsletter .right-content .description {
  width: 70%;
}
.shop-newsletter .right-content .description p {
  color: #aaa;
  line-height: 24px;
}
.shop-newsletter .right-content h3 {
  font-family: "lato", sans-serif;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  margin-top: 0px;
  line-height: 35px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
}
.shop-newsletter .right-content h3, .shop-newsletter .right-content h2 {
  color: #ffffff;
}
.shop-newsletter .right-content .input-wrap {
  padding: 25px 0px;
  width: 100%;
}
.shop-newsletter .right-content .input-wrap .form-control {
  display: inline-block;
  width: auto;
  background: none;
  color: #eee;
  border: 1px solid #ccc;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  padding: 25px 80px 25px 20px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.shop-newsletter .right-content .def-btn {
  background: #ffffff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  color: #222;
  padding: 17px 40px 16px 40px;
  margin-left: 5px;
}

.shop-benefit {
  background: #222;
  padding: 80px 0px 100px;
}
.shop-benefit .item {
  text-align: center;
}
.shop-benefit i {
  font-size: 70px;
  color: #ccc;
}
.shop-benefit h4 {
  color: #ccc;
  font-family: "lato", sans-serif;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  padding-top: 10px;
}

/*==========================================*/
/*       23 - Shop Archive Elements
/*==========================================*/
.shop-sidebar-nav {
  padding: 80px 0px;
}
.shop-sidebar-nav .sidebar-content {
  padding-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.shop-sidebar-nav .title {
  margin-bottom: 20px;
  position: relative;
  padding-left: 45px;
  float: left;
  width: 100%;
}
.shop-sidebar-nav .title .shape {
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  display: inline-block;
  text-align: center;
}
.shop-sidebar-nav .title .shape i {
  font-size: 12px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  display: block;
  padding: 8px;
  color: #ffffff;
}
.shop-sidebar-nav .title h3 {
  text-transform: uppercase;
  font-weight: 400;
  padding-top: 5px;
  padding-bottom: 7px;
  color: #555;
  display: inline-block;
}
.shop-sidebar-nav .content {
  margin-bottom: 20px;
  float: left;
}
.shop-sidebar-nav .content ul {
  list-style: none;
  padding-left: 0px;
}
.shop-sidebar-nav .content ul li {
  padding: 8px 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.shop-sidebar-nav .content ul li a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  color: #333;
}
.shop-sidebar-nav .shop-search .title h3 {
  margin-top: 0px;
}
.shop-sidebar-nav .shop-search .content .input-group {
  width: 80%;
}
.shop-sidebar-nav .shop-search .content .input-group .form-control {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border: 1px solid #ccc;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  color: #333;
  padding: 20px 15px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-right: 0px;
}
.shop-sidebar-nav .shop-search .content .input-group .form-control:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.shop-sidebar-nav .shop-search .content .input-group .input-group-btn .btn {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  color: #ffffff;
  padding: 10px 15px;
}
.shop-sidebar-nav .shop-category .content ul li span, .shop-sidebar-nav .shop-recent .content ul li span {
  float: right;
}
.shop-sidebar-nav .shop-recent .content {
  float: left;
  margin-bottom: 10px;
}
.shop-sidebar-nav .shop-recent .content ul li {
  border-bottom: 0px;
  padding: 10px 0px;
  width: 100%;
  float: left;
}
.shop-sidebar-nav .shop-recent .content ul li .image {
  width: 80px;
  float: left;
}
.shop-sidebar-nav .shop-recent .content ul li .image img {
  width: 100%;
}
.shop-sidebar-nav .shop-recent .content ul li a {
  padding-left: 95px;
  float: none;
  display: block;
}
.shop-sidebar-nav .shop-recent .content ul li span {
  display: block;
  float: none;
  font-size: 16px;
  font-weight: 800;
  padding-top: 5px;
}
.shop-sidebar-nav .shop-recent .content ul li span .discount {
  text-decoration: strike;
  padding-left: 5px;
  color: #aaa;
}
.shop-sidebar-nav .shop-category .content ul li {
  border: 0px;
}
.shop-sidebar-nav .shop-category .content ul li .slash {
  padding: 0px 5px;
}
.shop-sidebar-nav .shop-category .content ul li span {
  float: none;
  font-weight: 800;
}

.shop-archive-content {
  padding: 80px 15px;
}
.shop-archive-content .shop-list-regular {
  padding: 0px;
}

.shop-list-regular {
  padding: 80px 0px;
}
.shop-list-regular .title {
  padding-bottom: 50px;
}

/*==========================================*/
/*       24 - Shop Single Elements
/*==========================================*/
.shop-single-showcase {
  padding: 80px 0px 50px;
}
.shop-single-showcase .col-md-6 {
  float: left;
}
.shop-single-showcase .sp-wrap {
  max-width: none;
  width: 100%;
  background: none;
  border: 2px solid #eee;
}
.shop-single-showcase .sp-wrap .sp-current-big img {
  max-width: none;
  width: 100%;
}
.shop-single-showcase .sp-thumbs {
  padding: 0px;
  width: 100%;
  text-align: center;
}
.shop-single-showcase .sp-thumbs a {
  margin: 8px;
  width: 70px;
  height: 70px;
  border: 1px solid #eee;
}
.shop-single-showcase .product-name h2 {
  font-weight: 400;
}
.shop-single-showcase .product-price h3 {
  font-size: 18px;
  padding: 10px 0px;
  font-weight: 300;
}
.shop-single-showcase .product-desc {
  padding: 20px 0px 20px;
}
.shop-single-showcase .add-to-cart {
  background: #444;
  color: #ffffff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  padding: 10px 25px 8px 20px;
}
.shop-single-showcase .add-to-cart i {
  vertical-align: middle;
  margin-top: -3px;
  padding-right: 5px;
}
.shop-single-showcase .product-info {
  padding-top: 30px;
}
.shop-single-showcase .product-info ul {
  list-style: none;
  padding-left: 0px;
}
.shop-single-showcase .product-info ul li {
  padding-bottom: 5px;
}

.product-tab .nav {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
.product-tab .nav li.active a {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background: #444;
  color: #ffffff;
}
.product-tab .nav li a {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "lato", sans-serif;
  font-weight: 700;
  color: #555;
}
.product-tab .nav li a:hover {
  color: #ffffff;
}
.product-tab .product-detail {
  padding: 30px 0px 50px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  float: left;
}
.product-tab .product-detail h3 {
  padding-top: 20px;
  padding-bottom: 10px;
}
.product-tab .product-detail .shop-respond {
  margin: 0px;
}
.product-tab .product-detail .shop-respond .title {
  margin-bottom: 5px;
}
.product-tab .product-detail .shop-respond .title h3 {
  display: block;
  padding-left: 15px;
  padding-top: 0px;
  padding-bottom: 15px;
}
.product-tab .product-detail .shop-respond form {
  padding-top: 0px;
}
.product-tab .product-detail .shop-respond .row .form-control {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: 1px solid #ccc;
  box-shadow: none;
  color: #333333;
  padding: 25px 20px;
  margin-bottom: 15px;
}
.product-tab .product-detail .shop-respond .row .button-outer {
  padding: 20px 0px;
  position: relative;
  z-index: 2;
  text-align: right;
}
.product-tab .product-detail .shop-respond .row .button-outer .def-btn {
  position: relative;
  border: 1px solid #444;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  color: #444;
}
.product-tab .product-detail .shop-respond .row .button-outer .def-btn:hover {
  color: #ffffff;
}
.product-tab .product-detail .shop-respond .rating-title {
  margin-bottom: 0px;
}
.product-tab .product-detail .shop-respond .rating-title h3 {
  font-size: 18px;
}
.product-tab .product-detail .shop-respond .give-rating {
  text-align: left;
  padding-left: 0px;
}
.product-tab .product-detail .shop-respond .give-rating i {
  cursor: pointer;
  color: #333;
}
.product-tab .product-detail .shop-respond .give-rating i.selected {
  color: #ffd700;
}
.product-tab .product-detail .media-list .media {
  margin-top: 0px;
}
.product-tab .product-detail .media-list .media .media-left {
  padding-right: 20px;
}
.product-tab .product-detail .media-list .media .media-left img {
  max-width: 65px;
}
.product-tab .product-detail .media-list .media-body .media-heading {
  margin-bottom: 10px;
}
.product-tab .product-detail .media-list .media-body p {
  margin-bottom: 30px;
}
.product-tab .product-detail .pagination {
  margin-top: 10px;
}

.shop-list-related {
  padding: 30px 0px 80px;
}
.shop-list-related h3 {
  padding-bottom: 30px;
}

/*==========================================*/
/*       25 - Shop Cart Elements
/*==========================================*/
.shop-cart {
  padding: 80px 0px;
}
.shop-cart .cart-table thead tr th {
  width: 50%;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  padding: 10px 0px;
}
.shop-cart .cart-table tbody tr {
  padding: 30px 0px;
}
.shop-cart .cart-table tbody tr td {
  padding: 30px 0px;
}
.shop-cart .cart-table tbody tr td.currency {
  font-weight: 400;
}
.shop-cart .cart-table tbody tr td h4 {
  padding-bottom: 10px;
  font-weight: 400;
}
.shop-cart .cart-table tbody tr td.actions a {
  border: 1px solid #444;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  color: #444;
  font-size: 16px;
  padding: 10px 15px;
}
.shop-cart .cart-table tbody tr td.actions a:hover {
  background: #EF4836;
  color: #ffffff;
  border: 1px solid #EF4836;
}
.shop-cart .cart-table tfoot td {
  padding: 30px 0px 10px;
}
.shop-cart .cart-table tfoot .right-buttons a {
  margin-left: 10px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.shop-cart .cart-table tfoot .right-buttons a.continue-shopping:hover {
  color: #ffffff;
}
.shop-cart .cart-table tfoot .right-buttons a.clear-chart {
  background: #444;
  color: #ffffff;
}
.shop-cart .cart-table tfoot .right-buttons a.clear-chart:hover {
  background: #EF4836;
}
.shop-cart .cart-coupon-total {
  border-top: 1px solid #ddd;
  padding-top: 80px;
}
.shop-cart .cart-coupon-total .cart-coupon {
  padding: 25px;
  border: 2px solid #eee;
}
.shop-cart .cart-coupon-total .cart-coupon .title h3 {
  font-size: 18px;
  padding-bottom: 10px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}
.shop-cart .cart-coupon-total .cart-coupon .text p {
  padding-bottom: 20px;
  margin-bottom: 0px;
}
.shop-cart .cart-coupon-total .cart-coupon .def-btn {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background: #444;
  color: #ffffff;
  margin-top: 20px;
}
.shop-cart .cart-coupon-total .cart-total {
  width: 100%;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
}
.shop-cart .cart-coupon-total .cart-total .cart-subtotal th {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}
.shop-cart .cart-coupon-total .cart-total .cart-subtotal td {
  font-weight: 400;
}
.shop-cart .cart-coupon-total .cart-total .cart-subtotal th, .shop-cart .cart-coupon-total .cart-total .cart-subtotal td {
  padding: 5px 0px;
}
.shop-cart .cart-coupon-total .cart-total .cart-total-text {
  text-transform: uppercase;
}
.shop-cart .cart-coupon-total .cart-total .cart-total-text th {
  font-size: 18px;
  font-weight: 400;
}
.shop-cart .cart-coupon-total .cart-total .cart-total-text td {
  font-size: 18px;
  font-weight: 400;
}
.shop-cart .cart-coupon-total .cart-total .proceed-checkout td a {
  margin-top: 20px;
  color: #ffffff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

/*==========================================*/
/*       26 - Shop Checkout Elements
/*==========================================*/
.checkout-form {
  padding: 80px 0px 10px;
}
.checkout-form strong {
  display: block;
  padding: 5px 0px 10px;
}
.checkout-form .title-icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  text-align: center;
  float: left;
}
.checkout-form .title-icon i {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  font-size: 24px;
  color: #ffffff;
}
.checkout-form .checkout-form-title {
  padding-bottom: 40px;
  float: left;
  width: 100%;
}
.checkout-form .checkout-form-title h2 {
  float: left;
  display: inline-block;
  padding-left: 20px;
}
.checkout-form .left-form {
  padding-left: 20px;
}
.checkout-form .right-form {
  padding-right: 20px;
}
.checkout-form .right-form .cards {
  list-style: none;
  padding-left: 0px;
}
.checkout-form .right-form .cards li {
  display: inline-block;
  float: left;
  padding-top: 10px;
}
.checkout-form .right-form .cards li i {
  font-size: 30px;
  padding-right: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

/*==========================================*/
/*       27 - Shop Login & Register Elements
/*==========================================*/
.shop-login .title-icon, .shop-register .title-icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  text-align: center;
  float: left;
}
.shop-login .title-icon i, .shop-register .title-icon i {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  font-size: 24px;
  color: #ffffff;
}
.shop-login .form-title, .shop-register .form-title {
  padding-bottom: 50px;
  width: 100%;
}
.shop-login .form-title h2, .shop-register .form-title h2 {
  display: inline-block;
  padding-left: 20px;
}
.shop-login form, .shop-register form {
  padding: 80px 0px 20px;
}
.shop-login form .label, .shop-login form input, .shop-register form .label, .shop-register form input {
  display: block;
  width: 100%;
}
.shop-login form label, .shop-register form label {
  font-size: 14px;
  color: #333;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.shop-login form input, .shop-register form input {
  margin-bottom: 30px;
}
.shop-login form .login-button, .shop-register form .login-button {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background: #222;
  font-size: 12px;
  padding: 15px 0px;
  border: 0px;
  margin-top: 40px;
}
.shop-login .bottom-text, .shop-register .bottom-text {
  padding-bottom: 120px;
}
.shop-login .bottom-text ul, .shop-register .bottom-text ul {
  padding-left: 0px;
  width: 100%;
}
.shop-login .bottom-text ul li, .shop-register .bottom-text ul li {
  list-style: none;
  font-weight: 400;
  width: 50%;
  float: left;
}

/*==========================================*/
/*       28 - My Account Elements
/*==========================================*/
.my-account {
  padding: 80px 0px 50px;
}
.my-account a {
  font-weight: 400;
}
.my-account .sub-title {
  padding: 80px 0px 0px;
  font-size: 18px;
  text-align: center;
  position: relative;
}
.my-account .sub-title:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background: #ccc;
  left: 50%;
  margin-left: -50px;
  bottom: 80px;
}
.my-account .my-account-content {
  padding: 80px 0px 0px;
}
.my-account .my-account-content .title {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
.my-account .my-account-content .content {
  padding-bottom: 30px;
}
.my-account .my-account-content .content ul {
  padding-left: 0px;
  padding-top: 15px;
}
.my-account .my-account-content .content ul li {
  list-style: none;
  padding-bottom: 10px;
}
.my-account .my-account-content .content ul li strong {
  letter-spacing: 1px;
}
.my-account .my-account-content .content a {
  font-size: 14px;
  text-transform: uppercase;
}

/*==========================================*/
/*       29 - My Account Edit Elements
/*==========================================*/
.my-account-edit {
  padding: 80px 0px;
}
.my-account-edit .my-account-form {
  padding: 80px 0px 10px;
}
.my-account-edit .my-account-form .sub-title {
  padding: 20px 0px 20px;
}
.my-account-edit .my-account-form strong {
  display: block;
  padding: 5px 0px 10px;
}
.my-account-edit .my-account-form .title-icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  text-align: center;
  float: left;
}
.my-account-edit .my-account-form .title-icon i {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  font-size: 24px;
  color: #ffffff;
}
.my-account-edit .my-account-form .checkout-form-title {
  padding-bottom: 40px;
  float: left;
  width: 100%;
}
.my-account-edit .my-account-form .checkout-form-title h2 {
  float: left;
  display: inline-block;
  padding-left: 20px;
}
.my-account-edit .my-account-form .left-form {
  padding-left: 20px;
}
.my-account-edit .my-account-form .right-form {
  padding-right: 20px;
}
.my-account-edit .my-account-form .right-form .cards {
  list-style: none;
  padding-left: 0px;
}
.my-account-edit .my-account-form .right-form .cards li {
  display: inline-block;
  float: left;
  padding-top: 10px;
}
.my-account-edit .my-account-form .right-form .cards li i {
  font-size: 30px;
  padding-right: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.my-account-edit .my-account-form .save-button {
  margin-right: 0px;
}
.my-account-edit .my-account-form .save-button .def-btn {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background: #444;
  margin-top: 20px;
}
.my-account-edit .my-account-form .save-button .def-btn:hover {
  color: #ffffff;
}

/*==========================================*/
/*       30 - Index Agency
/*==========================================*/
.agency-services {
  padding: 80px 0px;
}
.agency-services .section-title {
  padding-bottom: 50px;
}

.agency-team {
  padding: 80px 0px;
}
.agency-team .section-title {
  padding-bottom: 60px;
}
.agency-team .team-member .image {
  position: relative;
}
.agency-team .team-member .image:hover .overlay {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
}
.agency-team .team-member .image img {
  width: 100%;
}
.agency-team .team-member .image .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.agency-team .team-member .image .overlay .content-link {
  display: table;
  width: 100%;
  height: 100%;
}
.agency-team .team-member .image .overlay .content-link .link-wrap {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.agency-team .team-member .image .overlay .content-link .link-wrap a {
  width: 30px;
  height: 30px;
  display: inline-block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  margin: 0px 7px;
}
.agency-team .team-member .image .overlay .content-link .link-wrap a:hover {
  color: #ffffff;
}
.agency-team .team-member .image .overlay .content-link .link-wrap a i {
  padding: 7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.agency-team .team-member .name {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 15px;
  margin-bottom: 10px;
  position: relative;
}
.agency-team .team-member .name:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  margin-left: -25px;
  left: 50%;
  bottom: 0px;
}
.agency-team .team-member .name h3 {
  font-weight: 400;
}
.agency-team .team-member .position {
  text-align: center;
  padding-top: 5px;
}
.agency-team .team-member .position h4 {
  text-transform: capitalize;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  letter-spacing: inherit;
}
.agency-team .owl-controls {
  padding-top: 30px;
}
.agency-team .owl-controls .owl-pagination .owl-page span {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  background: #333;
}

.agency-about-image {
  display: table;
  width: 100%;
  position: relative;
}
.agency-about-image .container-fluid {
  padding: 0px;
}
.agency-about-image .left-content {
  padding: 60px 40px 80px;
  display: table-cell;
  float: none;
  position: relative;
}
.agency-about-image .right-content {
  padding: 60px 40px 80px;
  background: #333;
  z-index: 2;
  text-align: left;
  display: table-cell;
  float: none;
}
.agency-about-image .right-content h3 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #ffffff;
  position: relative;
}
.agency-about-image .right-content h3:after {
  content: "";
  bottom: 0px;
  left: 0px;
  position: absolute;
  width: 50px;
  height: 1px;
}
.agency-about-image .right-content p {
  color: #ccc;
  line-height: 30px;
}

/*==========================================*/
/*       31 - Index App
/*==========================================*/
.mobile-app-intro {
  padding: 80px 0px;
}
.mobile-app-intro .mobile-app-image {
  text-align: center;
}
.mobile-app-intro .mobile-app-image img {
  width: 70%;
}
.mobile-app-intro .description {
  padding-top: 20px;
  text-align: center;
  width: 70%;
  margin: 0 auto;
  padding-bottom: 60px;
  line-height: 25px;
}
.mobile-app-intro .media:last-child {
  padding-bottom: 40px;
}
.mobile-app-intro .media:first-child {
  padding-top: 40px;
}
.mobile-app-intro .media .media-left .title-icon {
  margin-top: 7px;
  margin-left: 7px;
}
.mobile-app-intro .media .media-right .title-icon {
  margin-top: 7px;
  margin-right: 7px;
}
.mobile-app-intro .media .media-body {
  padding-bottom: 30px;
}
.mobile-app-intro .media .media-body h4 {
  font-weight: 800;
  padding-bottom: 5px;
}
.mobile-app-intro .media .media-body.media-body-left {
  padding-left: 20px;
}
.mobile-app-intro .media .media-body.media-body-right {
  padding-right: 20px;
}

.desktop-app-intro {
  background: #222;
  padding: 80px 0px;
  position: relative;
}
.desktop-app-intro .overlay {
  opacity: 0.8;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  background: #000;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.desktop-app-intro .container {
  position: relative;
  z-index: 2;
}
.desktop-app-intro .image {
  width: 100%;
  max-width: 500px;
  text-align: center;
  margin: 0 auto;
  padding: 40px 0px;
}
.desktop-app-intro .image img {
  width: 100%;
}
.desktop-app-intro .description {
  padding-top: 20px;
  text-align: center;
  width: 70%;
  margin: 0 auto;
  padding-bottom: 20px;
  line-height: 25px;
  color: #ccc;
}
.desktop-app-intro .section-title h1 {
  color: #ffffff;
}
.desktop-app-intro .column-title {
  padding-top: 30px;
}
.desktop-app-intro .column-title h4 {
  color: #ffffff;
  padding: 15px 0px;
}
.desktop-app-intro .column-title .content p {
  color: #ccc;
}

/*==========================================*/
/*       32 - Index Portfolio
/*==========================================*/
.banner.banner-portfolio .carousel-inner .item .content .text-content .underlined-heading, .banner.banner-portfolio .carousel-inner .item .content .text-content .banner-description {
  width: 60%;
  display: inline-block;
}
.banner.banner-portfolio .carousel-inner .item .content .text-content .underlined-heading:after {
  background: #333;
}
.banner.banner-portfolio .carousel-inner .item .content .text-content .button-wrap .btn-outline {
  border-color: #222;
  background: #222;
  border: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.banner.banner-portfolio .carousel-inner .item .content .text-content .button-wrap .btn-outline:hover {
  background: rgb(8.5, 8.5, 8.5);
  color: #ffffff;
}
.banner.banner-portfolio .left .control .shape, .banner.banner-portfolio .right .control .shape {
  border: 1px solid #555;
}
.banner.banner-portfolio .left .control .shape i, .banner.banner-portfolio .right .control .shape i {
  color: #555;
}
.banner.banner-portfolio .left .control .shape:hover, .banner.banner-portfolio .right .control .shape:hover {
  background: rgb(8.5, 8.5, 8.5);
  color: #555;
}

/* Portfolio Collase style */
.portfolio-collase {
  padding: 80px 0px 0px;
}
.portfolio-collase .with-space {
  padding-bottom: 0px;
}

/* Portfolio item style */
.portfolio-item {
  position: relative;
  margin: 0 auto;
  text-align: left;
  width: 100%;
  height: auto;
}
.portfolio-item .portfolio-figure {
  overflow: hidden;
}
.portfolio-item .portfolio-figure img {
  position: relative;
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}
.portfolio-item .portfolio-figure figcaption {
  padding: 10px;
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  position: absolute;
  display: inline-block;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.portfolio-item .portfolio-figure figcaption .caption-wrap {
  padding: 0px 15px 0px 15px;
  text-align: left;
}
.portfolio-item .portfolio-figure figcaption .caption-wrap h2 {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
}
.portfolio-item .portfolio-figure figcaption .caption-wrap .separator {
  width: 50px;
  height: 2px;
  display: block;
  background: #ffffff;
  margin: 0px auto 0px;
  display: inline-block;
}
.portfolio-item .portfolio-figure figcaption .caption-wrap p {
  font-size: 14px;
  color: #ffffff;
}
.portfolio-item .portfolio-figure figcaption .caption-wrap .portfolio-btn {
  border-color: #ffffff;
  color: #ffffff;
  margin-top: 30px;
  padding: 7px 10px 7px 20px;
  display: inline-block;
  position: relative;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.portfolio-item .portfolio-figure figcaption .caption-wrap .portfolio-btn:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 0%;
  background: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.portfolio-item .portfolio-figure figcaption .caption-wrap .portfolio-btn .text-content {
  position: relative;
  z-index: 2;
}
.portfolio-item .portfolio-figure figcaption .caption-wrap .portfolio-btn i {
  margin-left: 5px;
  font-weight: bold;
  display: inline-block;
  font-size: 24px;
  vertical-align: middle;
}
.portfolio-item .portfolio-figure figcaption .caption-wrap .portfolio-btn:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  background: #ffffff;
}
.portfolio-item .portfolio-figure figcaption .caption-wrap .portfolio-btn:hover:before {
  width: 100%;
}
.portfolio-item .portfolio-figure:hover img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.portfolio-item .portfolio-figure:hover figcaption {
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
}

/*==========================================*/
/*       32 - Responsive Settings
/*==========================================*/
@media (max-width: 1200px) {
  .about .photo.slick-current img {
    width: 200px;
    height: 200px;
  }
  .about .photo img {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 1024px) {
  .timeline > li .timeline-year span:last-child {
    font-size: 35px;
  }
  .featured-shop .shop-row .shop-column {
    display: block;
    float: left;
  }
  .featured-shop .shop-row .shop-column .shop-most-featured {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-inverse .navbar-nav li a {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pricing .pricing-table.active {
    margin-top: 15px;
  }
  .navbar-inverse .navbar-collapse ul.navbar-nav li a {
    padding: 30px 7px;
  }
  .navbar-inverse .navbar-collapse ul.navbar-nav li a.cart {
    padding: 27px 30px 25px 10px;
  }
  .container .timer .days-wrapper,
  .container .timer .hours-wrapper,
  .container .timer .minutes-wrapper,
  .container .timer .seconds-wrapper {
    width: 140px;
    height: 140px;
    margin: 0 7px;
  }
  .container .timer .days,
  .container .timer .hours,
  .container .timer .minutes,
  .container .timer .seconds {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 991px) {
  .pricing {
    padding: 80px 0px 40px;
  }
  .pricing .pricing-table {
    margin-bottom: 80px;
  }
  .about .center {
    width: 80%;
    margin: 0 auto;
  }
  .shop-newsletter .left-content, .shop-newsletter .right-content {
    float: left;
    width: 100%;
  }
  .shop-newsletter .left-content .title {
    position: relative;
    right: auto;
    bottom: auto;
  }
  .shop-newsletter .right-content .input-wrap .def-btn {
    margin-top: 10px;
    margin-left: 0px;
  }
  .shop-cart .cart-coupon-total .cart-total {
    margin-top: 30px;
  }
  .shop-sidebar-nav {
    padding-bottom: 20px;
  }
  .shop-single-showcase .sp-wrap {
    margin-bottom: 40px;
  }
  .testimonial.testimonial-alt .carousel {
    width: 100%;
  }
  .testimonial.testimonial-alt .testimonial-alt-content .item .name-position {
    text-align: center;
  }
  .testimonial.testimonial-alt .testimonial-alt-content .item .text:after {
    left: 50%;
    margin-left: -20px;
  }
  .testimonial.testimonial-alt .testimonial-alt-content .item .image {
    margin: 0 auto;
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .dropdown.open ul li a {
    color: #555;
  }
  .navbar-inverse {
    background: #ffffff;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  }
  .navbar-inverse .navbar-toggle {
    margin: 23px 10px;
  }
  .navbar-inverse .navbar-toggle:focus span.icon-bar, .navbar-inverse .navbar-toggle:hover span.icon-bar {
    background: #ffffff;
  }
  .navbar-inverse .navbar-brand {
    color: #333;
  }
  .navbar-inverse .navbar-collapse {
    border-color: #dddddd;
    overflow: auto;
  }
  .navbar-inverse .navbar-collapse ul.navbar-nav {
    margin: 0px -15px;
  }
  .navbar-inverse .navbar-collapse ul.navbar-nav li a {
    color: #333;
    padding: 15px 20px;
  }
  .navbar-inverse .navbar-collapse ul.navbar-nav li a:hover {
    color: #ffffff;
  }
  .navbar-inverse .navbar-collapse ul.navbar-nav li a.cart {
    padding: 15px 20px;
  }
  .navbar-inverse .navbar-collapse ul.navbar-nav li a.cart .cart-number {
    right: auto;
    left: 35px;
  }
  .navbar-inverse .navbar-collapse ul.navbar-nav li.dropdown a:hover, .navbar-inverse .navbar-collapse ul.navbar-nav li.dropdown a:focus, .navbar-inverse .navbar-collapse ul.navbar-nav li.dropdown a:active {
    color: #ffffff;
  }
  .navbar-inverse .navbar-collapse ul.navbar-nav li.dropdown .dropdown-menu {
    background: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  .navbar-inverse .navbar-collapse ul.navbar-nav li.dropdown .dropdown-menu li a:hover {
    background: none;
  }
  .banner .banner-content {
    padding-top: 120px;
    padding-bottom: 80px;
  }
  .banner .banner-content .title {
    height: 120px;
  }
  .banner.banner-video .banner-content {
    padding-top: 120px;
    padding-bottom: 80px;
  }
  .banner.banner-small .banner-content {
    padding-top: 200px;
  }
  .banner.banner-small .banner-content .title {
    height: auto;
  }
  .banner.banner-small .title-wrap {
    margin-top: 0px;
    padding-bottom: 0px;
  }
  .banner.carousel {
    padding-top: 80px;
  }
  .banner.carousel .carousel-inner .item .content .image-content {
    display: none;
  }
  .about .center .slick-prev {
    left: 0px;
  }
  .about .center .slick-next {
    right: 0px;
  }
  .intro .text {
    text-align: center;
  }
  .intro .link {
    margin-top: 20px;
    text-align: center;
  }
  .counter .icon {
    margin-top: 30px;
  }
  .agency-about-image .left-content {
    width: 100%;
    display: block;
  }
  .why-me.why-me-alt .left-content {
    width: 100%;
    display: block;
  }
  .pricing .pricing-table {
    margin-bottom: 100px;
  }
  .pricing .pricing-table.active {
    margin-top: 15px;
  }
  .footer .right ul {
    margin: 0 auto;
    display: inline-block;
    padding: 0px;
  }
  .footer .right ul .social-icons {
    float: none;
    margin-top: 10px;
  }
  .footer .right ul .social-icons .circle {
    margin-left: 5px;
    margin-right: 5px;
  }
  .timeline > li .timeline-year span:last-child {
    font-size: 35px;
  }
  .timeline:before {
    display: none;
  }
  .timeline-container {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0px;
  }
  .timeline > li .timeline-year {
    padding: 0 0 20px 0;
    position: relative;
    width: 100%;
  }
  .timeline > li .timeline-year span {
    text-align: left;
  }
  .timeline > li .timeline-label {
    font-size: 95%;
    font-weight: 400;
    margin: 0 0 30px 0;
    padding: 1em;
  }
  .timeline > li .timeline-label:after {
    border-bottom-color: #eee;
    border-right-color: transparent;
    left: 20px;
    right: auto;
    top: -20px;
  }
  .timeline > li .timeline-label p {
    color: #333;
    font-weight: 300;
  }
  .timeline > li:nth-child(odd) .timeline-label:after {
    border-bottom-color: #eee;
    border-right-color: transparent;
  }
  .timeline > li .timeline-icon {
    float: right;
    left: auto;
    margin: -55px 5px 0 0px;
    position: relative;
  }
  .shop-cart .cart-table tbody tr td img {
    margin-bottom: 15px;
  }
  .shop-archive-content {
    padding-top: 0px;
  }
  .checkout-form .checkout-form-title, .my-account-edit .checkout-form-title {
    width: 100%;
    padding-bottom: 40px;
  }
  .checkout-form .right-form, .my-account-edit .right-form {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .footer .navbar-bottom {
    visibility: visible;
  }
  .container .inner-bg {
    padding: 45px 0 50px 0;
  }
  .container .container-block-coming-soon h2 {
    font-size: 36px;
  }
  .container .timer .days-wrapper,
  .container .timer .hours-wrapper,
  .container .timer .minutes-wrapper,
  .container .timer .seconds-wrapper {
    width: 140px;
    height: 140px;
    margin: 7px;
  }
  .container .timer .days,
  .container .timer .hours,
  .container .timer .minutes,
  .container .timer .seconds {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 480px) {
  .title h1 {
    font-size: 24px;
  }
  .banner .banner-content .title {
    height: 80px;
  }
  .banner .banner-content .title h1 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 7px;
  }
  .banner .banner-content .subtitle {
    margin-top: 0px;
    font-size: 14px;
    line-height: 25px;
  }
  .banner .banner-content .buttons {
    margin-top: 0px;
  }
  .portfolio-single .related-project .prev-project, .portfolio-single .related-project .next-project {
    text-align: center;
  }
  .portfolio-single .related-project .prev-project .def-btn, .portfolio-single .related-project .next-project .def-btn {
    margin-right: 0px;
    margin-left: 0px;
  }
  .about .photo.slick-current img {
    width: 150px;
    height: 150px;
  }
  .about .photo img {
    width: 100px;
    height: 100px;
  }
  .journal-detail .post-single .comment .comment-list .comment-container .name span {
    float: none;
    padding-top: 5px;
  }
  .map .map-title {
    padding: 30px 0px;
  }
  .map .map-title h1 {
    font-size: 24px;
  }
  .footer .links .social-icons .circle {
    width: 28px;
    height: 28px;
    margin: 0px 5px;
  }
  .footer .links .social-icons .circle .fa {
    font-size: 12px;
    line-height: 12px;
  }
}
@media (max-width: 320px) {
  .banner .banner-content .title {
    height: 110px;
  }
  .banner .banner-content .buttons {
    margin-top: 0px;
    margin-bottom: 5px;
    display: block;
  }
  .about .center .slick-prev, .about .center .slick-next {
    width: 30px;
    height: 30px;
  }
  .map .map-title {
    padding: 20px 0px;
  }
  .map .map-title h1 {
    font-size: 20px;
  }
}
/*==========================================*/
/*       33 - Booking Calendar Styles
/*==========================================*/
.booking-section {
  padding: 60px 0;
  background: #f8f8f8;
}
.booking-section .booking-content {
  margin-top: 30px;
}
.booking-section .calendar-container {
  background: #ffffff;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.booking-section .calendar-container .calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 0 10px;
}
.booking-section .calendar-container .calendar-header button {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #333;
  padding: 5px 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.booking-section .calendar-container .calendar-header button:hover {
  color: #f9bf3b;
}
.booking-section .calendar-container .calendar-header span {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.booking-section .calendar-container .calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}
.booking-section .calendar-container .day-header {
  text-align: center;
  padding: 10px 5px;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #888;
  letter-spacing: 1px;
}
.booking-section .calendar-container .day-cell {
  text-align: center;
  padding: 12px 5px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 14px;
}
.booking-section .calendar-container .day-cell:hover:not(.disabled):not(.empty) {
  background: #f9bf3b;
  color: #ffffff;
}
.booking-section .calendar-container .day-cell.disabled {
  color: #ccc;
  cursor: not-allowed;
}
.booking-section .calendar-container .day-cell.empty {
  cursor: default;
}
.booking-section .calendar-container .day-cell.selected {
  background: #f9bf3b;
  color: #ffffff;
}
.booking-section .calendar-container .day-cell.today {
  font-weight: bold;
  border: 2px solid #f9bf3b;
}
.booking-section .time-slots-container {
  background: #ffffff;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.booking-section .time-slots-container.hidden {
  display: none;
}
.booking-section .time-slots-container h3 {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
  color: #555;
}
.booking-section .time-slots-container .time-slots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.booking-section .time-slots-container .time-slot {
  padding: 12px 15px;
  text-align: center;
  border: 1px solid #ddd;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  font-size: 14px;
}
.booking-section .time-slots-container .time-slot:hover {
  border-color: #f9bf3b;
  color: #f9bf3b;
}
.booking-section .time-slots-container .time-slot.selected {
  background: #f9bf3b;
  color: #ffffff;
  border-color: #f9bf3b;
}
.booking-section .footer-form {
  background: #ffffff;
  padding: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.booking-section .footer-form .input-container,
.booking-section .footer-form .textarea-container {
  margin-bottom: 15px;
}
.booking-section .footer-form .input-container .form-control,
.booking-section .footer-form .textarea-container .form-control {
  border: 1px solid #ddd;
  padding: 12px 15px;
  height: auto;
  font-size: 14px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.booking-section .footer-form .input-container .form-control:focus,
.booking-section .footer-form .textarea-container .form-control:focus {
  border-color: #f9bf3b;
  outline: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.booking-section .footer-form .input-container textarea.form-control,
.booking-section .footer-form .textarea-container textarea.form-control {
  min-height: 120px;
  resize: vertical;
}
.booking-section .footer-form .button-container {
  margin-top: 20px;
  text-align: center;
}
.booking-section .footer-form .button-container .def-btn {
  width: 100%;
  padding: 14px 28px;
  font-size: 14px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: #ffffff;
  border: 1px solid #f9bf3b;
  color: #f9bf3b;
  cursor: pointer;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.booking-section .footer-form .button-container .def-btn:hover:not(:disabled) {
  background: #f9bf3b;
  color: #ffffff;
}
.booking-section .footer-form .button-container .def-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  border-color: #ccc;
  color: #999;
}
.booking-section .footer-form .booking-message {
  margin-top: 15px;
  padding: 15px;
  text-align: center;
  display: none;
}
.booking-section .footer-form .booking-message.success {
  display: block;
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.booking-section .footer-form .booking-message.error {
  display: block;
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

@media (max-width: 991px) {
  .booking-section .time-slots-container .time-slots {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .booking-section {
    padding: 40px 0;
  }
  .booking-section .calendar-container .day-cell {
    padding: 8px 3px;
    font-size: 12px;
  }
  .booking-section .calendar-container .day-header {
    font-size: 10px;
    padding: 8px 3px;
  }
  .booking-section .time-slots-container .time-slots {
    grid-template-columns: repeat(2, 1fr);
  }
  .booking-section .time-slots-container .time-slot {
    padding: 10px;
    font-size: 13px;
  }
  .booking-section .footer-form {
    padding: 20px;
  }
}
