/*==========================================*/
/*==========================================*/
/*       01 - Global Elements
/*==========================================*/

a.btn {
    background:  #FF5510;
    color:  #fff!important;
    font-weight:  bold;
    margin: 50px auto 0;
    text-align:  center;
    display: table;
}
a.widget-cloudcast-image {
    display: none;
    width:  0!Important;
    visibility: 0;
}
.widget-header {
    width: 75px;
}
.widget-controls {
    padding: 0!Important;
}
html, body {
  font-family: "Lato", sans-serif;
  height: 100% !important;
  font-weight: 400;
  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: 'Exo 2', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0px;
  letter-spacing: 2px;
  color: #555;
}

/* 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: 400;
  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 {
  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 .links {
  font-size: 16px;
  text-align: center;
  background: #fff;
  padding: 20px 0px;
}
.shop-item .image .overlay .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 .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: 400;
  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: rgba(255,255,255,0);
  color: #ffffff;
  border-color: transparent;
  margin-bottom: 0px;
  z-index: 3;
  -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
  -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
  transition: background .5s ease-in-out,padding .5s ease-in-out;
}
ul.nav.navbar-nav.navbar- li {
    float:  none;
    display:  inline-block;
}
ul.nav.navbar-nav.navbar- {
    text-align:  center;
    width: 100%;
}
form  input {
  border-radius: 0!important;
  padding: 11px 20px!important;
  height: auto!important;
  margin-bottom: 10px;
  box-shadow: none!important;
}
.navbar-inverse .navbar-nav li a {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  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-brand img {
	max-width: 90px!important;
}
a:hover,a:focus{
	outline:none!important
}
.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;
}
.portfolio-bg {
	background: #eee;
}
.portfolio-single {
	padding-top: 80px;
}
.banner .banner-content .title h1 {
    font-weight: 700;
    font-size: 50px;
    color: #ffffff;
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 3px;
    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: 400;
  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: 400;
  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: 6%;
  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: 400;
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  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;
}
.w-970{
	max-width:970px;margin: 0 auto;
}
.center.img-about img {
    max-width: 220px;
    margin: 0 auto 30px;
    border-radius: 50%;
    box-shadow: 2px 4px 8px #888;
}
.center.img-about {
    overflow: hidden;
    margin: 0 auto 0;
    text-align: center;
}
.center.img-about .img2 {
    width: 190px!important;
    margin-left: -46px;
    position: relative;
    margin-top: 30px;
}
img.img1 {
    z-index:  1;
    position: relative;
}
.margin-top {
    margin-top: 50px;
}
.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;
}

/*==========================================*/
/*        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 h2 {
  display: block;
  font-family: 'Oswald', sans-serif;
  color: #333;
  font-weight:bold;
  margin-bottom:15px
}
.timeline > li .timeline-year span:first-child {
  font-size: 0.9em;
}
.timeline h2{
  font-size: 1.5em;
}
.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: 10px;
    font-weight: 500;
}
.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);
}

/*==========================================*/
/*        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: 90px;
  overflow: hidden;
  width: 100%;
  background-image: url(../../../assets/images/footer.jpg) ;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
}
.footer .top-text {
  display: inline-block;
  top: 0px;
  padding: 10px 20px;
  margin-bottom: 90px;
  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;
}
ul.mix-do {
    margin:  0;
    padding:  0;
    list-style: none;
}

ul.mix-do li:hover {box-shadow:none}
ul.mix-do li {
    width:  19%;
    float:  left;
    background:  #fff;
    text-align:  center;
    margin:  10px .5%;
    padding: 50px 10px;
    box-shadow:  3px 5px 8px #ddd;
    color: #FF5510;
    font-weight:  bold;
    font-size: 25px;
	cursor:pointer;
	transition:.5s;
}
.footer .copyright h6 {
    font-family: "Lato", helvetica, sans-serif;
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    font-weight: 900;
}
.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;
}
.movie-img img {
    width: 100%;
}
.row.movie-section {
    margin: 75px 0;
}
.movie-text h3 {
    margin-bottom: 7px;
}
.single-blog img{
	width:100%;
}
.single-blog {
    background:  #f1f1f1;
    padding:  10px;
    border-radius:  2px;
    margin-bottom: 20px;
    min-height: 340px;
}
.single-blog img {
    margin-bottom: 15px;
}
.single-blog h3 {
    font-size:  20px;
    letter-spacing:  0;
    text-transform: none;
    margin-bottom: 10px;
}
li.logo-name a {
    font-size: 25px!important;
    top: 3px;
    position:  relative;
}

/*==========================================*/
/*       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;
  }
}
@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;
  }
}
.navbar-nav {
    margin:0;
}
@media (max-width: 767px) {
li.logo-name {
    display: none!important;
}
.banner .banner-content .title {
  height: auto!important;
}
ul.mix-do {text-align:center}
ul.mix-do li {
    width: 120px;
    float: none;
    background: #fff;
    text-align: center;
    margin: 10px 5px;
    padding: 29px 5px;
    box-shadow: 3px 5px 8px #ddd;
    color: #FF5510;
    font-weight: bold;
    font-size: 21px;
    cursor: pointer;
    transition: .5s;
    display: inline-block;
}
.center.img-about .img2 {
    width: 190px!important;
    margin-left: -46px;
    position: relative;
    margin-top: -46px;
}
  .navbar-inverse .navbar-nav .dropdown.open ul li a, {
    color: #555;
  }
	.navbar-inverse .navbar-nav li a,.navbar-inverse.scroll-fixed-navbar-fix .navbar-nav li a{padding-left:4px!important;padding-right:4px!important;font-size:11px}
  .navbar-inverse {
    background: #;
    -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-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: 400;
  }
  .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: 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;
  }
}
