/* 
// Table of content
// -----------------------------------------------------------------------------
// - 1. Typography
// - 2. Helpers
*/
/* -----------------------------------------------------------------------------
// 1. TYPOGRAPHY
// ----------------------------------------------------------------------------- */
body {
  font-family: 'Lato', sans-serif; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit; }

h1, h2 {
  margin: 10px 0 25px 0; }

p, blockquote {
  line-height: 24px; }

blockquote {
  font-style: italic; }

/* main colors */
h1, h2, h3, h4, h5, h6 {
  color: #484747; }

p {
  color: #a3a2a2; }

/* links */
a {
  text-decoration: none;
  color: #0E406C;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -ms-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s; }
  a:hover {
    text-decoration: underline;
    color: #0E406C; }

ul {
  padding-left: 0;
  list-style: none; }

mark {
  padding: 3px 5px;
  color: #fff;
  background-color: #0E406C; }

::selection,
.selected-text {
  background-color: #484747;
  color: #fff; }

.selected-text {
  padding: 5px 2px 2px 2px; }

ol,
ul {
  padding-left: 0;
  list-style-position: inside; }

.list-chevron li,
.list-arrow li,
.list-dotted li,
.list-checked li {
  position: relative;
  /* Create a positioning context */
  color: #484747;
  margin: 0 0 10px 0;
  /* Give each list item a left margin to make room for the numbers */
  padding: 2px 8px 2px 0;
  /* Add some spacing around the content */
  list-style: none;
  /* Disable the normal item numbering */ }

.list-chevron li:before,
.list-arrow li:before,
.list-checked li:before {
  content: "\e626";
  font-family: "entypo";
  display: inline-block;
  color: #fff;
  margin-right: 8px;
  text-align: center !important;
  height: 15px;
  width: 15px;
  line-height: 16px;
  background-color: #0E406C;
  border-radius: 50%; }

.list-arrow li:before {
  content: "\e617";
  background-color: transparent;
  border-radius: 0;
  font-size: 12px;
  color: #0E406C; }

.list-dotted li {
  list-style: disc;
  list-style-position: inside;
  padding-left: 0; }

.list-checked li:before {
  content: "\e67d";
  background-color: transparent;
  border-radius: 0;
  font-size: 12px;
  color: #0E406C; }

ol li {
  padding: 4px 8px 4px 0;
  margin-bottom: 10px; }

ol.list-roman {
  list-style-type: lower-roman; }

ol.list-loweralpha {
  list-style-type: lower-alpha; }

ol.list-upperalpha {
  list-style-type: upper-alpha; }

/* responsive images */
img {
  max-width: 100%;
  height: auto; }

/* -----------------------------------------------------------------------------
// 2. HELPERS
// ----------------------------------------------------------------------------- */
/* grey section */
.section-grey {
  background-color: #f7f7f7; }

/* spacing */
.section-space,
.space-lg {
  padding: 30px 0; }

.space-sm {
  padding: 30px 0; }

.space-top {
  margin-top: 50px; }

.space-bottom {
  margin-bottom: 50px; }

.space-bottom-sm {
  margin-bottom: 20px; }

.space-md {
  margin: 50px 0; }

.space {
  margin: 25px 0; }

.space-heading-md {
  margin-bottom: 30px; }

@media (max-width: 992px) {
  .space-mb {
    margin: 0 0 50px 0; } }
.no-space-top {
  padding-top: 0;
  margin-top: 0; }

.no-space-bottom {
  padding-bottom: 0;
  margin-bottom: 0; }

.no-space-right {
  padding-right: 0;
  margin-right: 0; }

.no-space {
  padding: 0; }

.no-space-left {
  padding-left: 0; }

/* back to top icon */
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  width: 40px;
  height: 40px;
  background-color: #0E406C;
  border: 2px solid #fff;
  text-align: center;
  z-index: 200; }

.back-to-top i {
  line-height: 40px;
  color: #fff;
  font-size: 14px; }

.back-to-top:hover {
  cursor: pointer; }

/* animation helpers */
.animation {
  opacity: 0; }

.animation-visible {
  opacity: 1; }

.animated,
.animation {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }


/*
// Table of content
// -----------------------------------------------------------------------------
// - 1. Header
// - 2. Footer
// - 3. Breadcrumb
// - 4. Navbar
*/
/* -----------------------------------------------------------------------------
// 1. HEADER
// ----------------------------------------------------------------------------- */
/* style 2 */
.header-top.style2 {
  padding: 10px 0; }

.header-top.style2 .header-top-item {
  color: #a3a2a2; }

.header-top.style2 .header-top-item {
  margin-right: 15px; }

.header-top.style2 .header-top-item i {
  color: #0E406C;
  margin-right: 5px; }

.header-top.style2 .header-top-item i.icon-phone:before {
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.header-top.style2 .header-top-social {
  margin-bottom: 0; }

.header-top.style2 .header-top-social li {
  display: inline;
  margin-left: 15px; }

.header-top.style2 .header-top-social a:hover {
  text-decoration: none; }

.header-top.style2 .header-top-social a:hover i {
  text-decoration: none;
  color: #0E406C; }

.header-top.style2 .header-top-social i {
  font-size: 18px;
  color: #d0d0d0; }

/* style 4 */
.header-top.style4 {
  background-color: #313d53;
  padding: 20px 0; }

.header-top.style4 .header-top-social {
  padding-top: 10px; }

.header-top.style4 .header-top-social li i {
  color: #677999; }

.header-top.style4 img {
  width: 62px;
  height: 32px; }

@media (min-width: 767px) {
  .navbar.style4 {
    background-color: #fff; }

  .navbar.style4 .navbar-collapse {
    padding-left: 0; }

  .navbar.style4 .navbar-nav > li:first-child > a {
    padding-left: 0; }

  .navbar.style4 .navbar-nav > li > a {
    color: #a3a2a2;
    padding: 15px 25px; }

  .navbar.style4 .navbar-nav > li > a:hover,
  .navbar.style4 .navbar-nav > li > a:focus {
    color: #0E406C;
    background: transparent; }

  .navbar.style4 .navbar-nav > .active > a,
  .navbar.style4 .navbar-nav > .active > a:focus {
    color: #0E406C;
    background-color: transparent; }

  .navbar.style4 .navbar-nav > .active:hover > a {
    color: #0E406C;
    background-color: transparent; }

  .navbar.style4 .navbar-nav > .open > a,
  .navbar.style4 .navbar-nav > .open > a:focus,
  .navbar.style4 .navbar-nav > .open > a:hover {
    background-color: transparent;
    color: #484747; }

  .navbar.style4 .navbar-nav > .active.open > a {
    background-color: transparent; }

  .navbar.style4 input {
    background: #fff url(../img/search.png) no-repeat scroll right center;
    width: 200px;
    border: 1px solid #dedede;
    margin-top: 10px;
    padding: 5px 10px 5px 20px;
    outline: 0; } }
/* style 5 */
.header-top.style5 .header-top-item {
  margin-top: 10px;
  color: #677999;
  display: inline-block; }

.navbar.style5 .navbar-collapse {
  position: relative; }

.navbar.style5 .navbar-nav {
  position: absolute;
  left: 20%; }

/* style 6 */
@media (min-width: 767px) {
  .navbar.style6 .navbar-nav > .active > a,
  .navbar.style6 .navbar-nav > .active > a:focus {
    border-top: 3px solid #0E406C; } }
/* style 7 / shop */
.header-top-shop {
  padding: 10px 0; }

.header-top-shop span {
  display: inline-block;
  padding-top: 10px;
  color: #a3a2a2; }

.header-top-shop span a {
  color: #a3a2a2; }

.header-top-shop span .active {
  color: #0E406C; }

.shop-top-nav {
  float: left;
  padding-top: 10px; }

.shop-top-nav li {
  display: inline;
  margin-left: 25px; }

.shop-top-nav li a {
  color: #a3a2a2; }

/* notification icon */
.shop-notification-icon {
  position: relative;
  display: inline-block;
  margin-left: 15px;
  float: left; }

.shop-notification-icon .notification-icon {
  position: relative;
  display: inline-block;
  border-radius: 100%;
  margin-top: 5px;
  width: 35px;
  height: 35px;
  text-align: center;
  background-color: #0E406C; }

.shop-notification-icon .notification-icon .number {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #313d53;
  text-align: center;
  line-height: 20px;
  font-size: 10px;
  color: #fff; }

.shop-notification-icon .notification-icon i {
  color: #fff;
  font-size: 14px;
  line-height: 35px; }

.shop-notification-icon .notification-box {
  display: none;
  position: absolute;
  top: 50px;
  left: -360px;
  z-index: 300;
  width: 400px;
  background-color: #fff;
  border-top: 3px solid #0E406C; }

.notification-box-visible {
  display: block; }

.shop-notification-icon .notification-box p {
  padding: 35px 20px;
  text-align: center; }

.shop-notification-icon .notification-box-footer {
  background-color: #0E406C;
  padding: 15px 20px;
  color: #fff; }

.shop-notification-icon .notification-box-footer a,
.shop-notification-icon .notification-box-footer a:hover {
  color: #fff;
  text-decoration: none; }

.shop-notification-icon .notification-box-footer i {
  margin-right: 10px; }

/* -----------------------------------------------------------------------------
// 2. FOOTER
// ----------------------------------------------------------------------------- */
footer {
  padding-top: 40px;
  background-color: #fff;
  /* footer blog posts */
  /* footer about us */
  /* footer signup */
  /* footer tags */ }
  footer h4 {
    margin-bottom: 20px; }
  footer a {
    color: #0E406C; }
    footer a:hover {
      text-decoration: underline; }
  footer h4,
  footer h5 {
    color: #fff; }
  footer h5 {
    margin-bottom: 0; }
  footer p,
  footer .footer-post-link {
    color: #fff; }
  footer .footer-post-date {
    font-size: 12px;
    margin-bottom: 2px; }
  footer .footer-divider {
    display: block;
    height: 1px;
    width: 100%;
    margin: 10px 0 10px 0;
    background-color: #75b11f; }
  footer .footer-logo {
    display: inline-block;
    margin-bottom: 10px; }
  footer i {
    margin-right: 10px;
    font-size: 16px; }
  footer .footer-email a {
    color: #fff; }
  footer .footer-location i,
  footer .footer-mobile i,
  footer .footer-email i {
    color: #66a013; }
  footer .footer-signup {
    display: inline-block;
    padding: 10px 0 10px 20px;
    line-height: 20px;
    /* ie */
    border: none;
    width: 70%;
    float: left; }
  footer .signup-submit {
    width: 30%;
    padding: 10px;
    line-height: 20px;
    /* ie */
    background-color: #66a013;
    color: #fff;
    border: none; }
  footer .signup-note {
    display: block;
    font-size: 12px;
    color: #cef09d;
    font-style: italic; }
  footer .footer-tag {
    display: inline-block;
    background-color: #363636;
    color: #949393;
    padding: 10px 12px;
    margin: 0 10px 10px 0;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -ms-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s; }
    footer .footer-tag:hover {
      text-decoration: none;
      background-color: #0E406C;
      color: #fff; }

.footer-news-item {
  margin-bottom: 15px; }
  .footer-news-item img {
    width: 20%;
    float: left; }
  .footer-news-item .news-item-content {
    width: 80%;
    float: left;
    padding-left: 10px; }
    .footer-news-item .news-item-content:hover {
      text-decoration: none; }
  .footer-news-item h4 {
    font-size: 14px;
    margin: 0; }
  .footer-news-item span {
    margin-bottom: 10px;
    font-size: 12px;
    color: #a5d75f;
    font-style: italic; }
  .footer-news-item p {
    color: #cef09d; }

/* footer social */
footer .footer-social {
  margin-top: 20px; }
  footer .footer-social a i {
    font-size: 18px;
    color: #363636;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s; }
  footer .footer-social a:hover i {
    color: #0E406C; }

/* flickr stream */
footer .flickr {
  margin: 0;
  padding: 0;
  overflow: hidden; }
  footer .flickr li {
    list-style: none;
    float: left;
    border: 3px solid #66a013;
    margin: 2px;
    opacity: .8; }
    footer .flickr li img {
      display: block; }
    footer .flickr li:hover {
      border-color: #fff;
      opacity: 1; }

/* footer bottom */
.footer-bottom {
  background-color: #fff;
  text-align: center;
  padding: 12px 0 8px 0;
  color: #969595; }
  .footer-bottom ul {
    padding-top: 3px; }
  .footer-bottom ul li a,
  .footer-bottom p {
    color: #969595; }
  .footer-bottom ul li {
    display: inline;
    margin-left: 10px; }
  .footer-bottom ul li::before {
      content: "★";
  }
  .footer-bottom ul li a:hover {
    color: #484747;
    text-decoration: none; }

/* style 2 */
footer.style2 {
  position: relative;
  background-color: #404040; }
  footer.style2 .footer-banner {
    width: 281px;
    height: 58px;
    position: absolute;
    top: 0;
    left: 40%;
    background: url(../img/footer-banner.png) no-repeat center center;
    text-align: center; }
    footer.style2 .footer-banner p {
      margin-top: 10px;
      font-size: 24px;
      color: #fff; }
  footer.style2 p {
    color: #949494; }
  footer.style2 .footer-news-item {
    border-bottom: 1px solid #3a3a3a; }
    footer.style2 .footer-news-item .news-item-content {
      width: 100%;
      float: none;
      padding-left: 0; }
      footer.style2 .footer-news-item .news-item-content:hover {
        text-decoration: none; }
    footer.style2 .footer-news-item h4 {
      font-size: 14px;
      margin: 0; }
    footer.style2 .footer-news-item span {
      margin-bottom: 10px;
      font-size: 12px;
      color: #5b5b5b;
      font-style: italic; }
    footer.style2 .footer-news-item p {
      color: #949494; }
  footer.style2 .signup-note {
    color: #5b5b5b; }
  footer.style2 .footer-divider {
    background-color: #3a3a3a; }
  footer.style2 i {
    color: #363636; }
  footer.style2 .footer-bottom {
    background-color: #363636; }
  footer.style2 ul li a {
    color: #717171; }
    footer.style2 ul li a:hover {
      color: #fff; }

@media (max-width: 500px) {
  footer.style2 .footer-banner {
    left: 20%; } }
/* style 3 */
footer.style3 {
  background-color: #404040;
  color: #949393; }

footer.style3 img.logo {
  height: 70px;
  margin-top: 30px; }

footer.style3 img + p {
  color: #949393;
  margin-top: 15px; }

footer.style3 .footer-updates a {
  display: block;
  margin-bottom: 10px;
  color: #949393;
  padding-bottom: 10px;
  border-bottom: 1px solid #5b5b5b; }

footer.style3 .footer-updates a:hover {
  color: #fff;
  text-decoration: none; }

footer.style3 .footer-updates a span {
  font-style: italic;
  color: #5b5b5b;
  font-size: 12px; }

footer.style3 .footer-support p {
  color: #a3a2a2; }

footer.style3 .footer-support input {
  width: 80%;
  margin-bottom: 5px; }

footer.style3 .footer-bottom {
  background-color: #363636; }

footer.style3 .flickr li {
  border-color: #363636; }

/* style 4 */
footer.style4 {
  background-color: #404040;
  color: #949393; }

footer.style4 .list-arrow li {
  margin-bottom: 5px; }

footer.style4 .list-arrow li:before {
  font-size: 10px;
  color: #393939; }

footer.style4 .list-arrow li a {
  color: #949393; }

footer.style4 .list-arrow li:hover:before {
  color: #0E406C; }

footer.style4 .list-arrow li a:hover {
  text-decoration: none; }

/* flickr */
footer.style4 .flickr li {
  border-color: #363636; }

/* news */
footer.style4 .footer-news-item {
  padding-bottom: 10px;
  border-bottom: 1px solid #3a3a3a; }

footer.style4 .footer-news-item h4 {
  color: #949393; }

footer.style4 .footer-news-item span {
  color: #5b5b5b; }

/* map */
footer.style4 p {
  color: #949393; }

footer.style4 .map-img {
  display: block;
  height: 100px;
  border-radius: 2px; }

footer.style4 .map-img + a {
  display: inline-block;
  font-size: 12px;
  margin-top: 10px; }

footer.style4 .map-img + a:before {
  font-family: "entypo";
  content: "\e6d1";
  margin-right: 5px;
  color: #0E406C; }

footer.style4 .map-img + a:hover {
  color: #949393;
  text-decoration: none; }

/* footer bottom */
footer.style4 .footer-bottom {
  background-color: transparent;
  padding-bottom: 0;
  margin-top: 0; }

footer.style4 .footer-bottom p {
  padding-top: 25px; }

/* social icons & input */
footer.style4 .footer-social {
  margin-bottom: 0; }

footer.style4 .footer-social li {
  margin-left: 5px; }

footer.style4 .footer-bottom li input {
  display: inline-block;
  width: auto;
  margin-bottom: 0;
  background-color: #363636;
  border: 0;
  line-height: 14px; }

footer.style4 .footer-bottom li .input-icon {
  display: inline-block;
  height: 45px;
  padding: 0 10px;
  text-align: center;
  background-color: #363636;
  color: #0E406C; }

footer.style4 .footer-bottom li .input-icon i {
  line-height: 45px; }

footer.style4 .footer-social a {
  display: inline-block;
  padding: 10px 15px;
  background-color: #363636;
  text-align: center; }

footer.style4 .footer-social a i {
  color: #5b5b5b;
  margin: 0;
  font-size: 18px; }

footer.style4 .footer-social a:hover {
  background-color: #0E406C; }

footer.style4 .footer-social a:hover i {
  color: #fff; }

/* style 5 */
footer.style5 {
  background-color: #404040;
  color: #949393; }

footer.style5 img.logo {
  height: 70px;
  margin-top: 30px; }

footer.style5 img + p {
  color: #949393;
  margin-top: 15px; }

/* footer posts */
footer.style5 .footer-posts a {
  display: block;
  margin-bottom: 10px;
  color: #949393;
  padding-bottom: 10px;
  border-bottom: 1px solid #5b5b5b; }

footer.style5 .footer-posts a:hover {
  color: #fff;
  text-decoration: none; }

footer.style5 .footer-posts a span {
  font-style: italic;
  color: #5b5b5b;
  font-size: 12px; }

/* twitter */
footer.style5 .tweet {
  border-color: #3a3a3a; }

footer.style5 .tweet:before {
  color: #535353; }

footer.style5 .tweet p {
  color: #a3a2a2;
  text-align: left; }

footer.style5 .tweet a {
  color: #0E406C; }

footer.style5 .tweet span {
  color: #5b5b5b;
  font-size: 12px; }

/* footer portfolio */
footer.style5 .footer-portfolio li {
  display: inline-block;
  width: 30%;
  margin-bottom: 5px; }

/* footer contact info */
footer.style5 .footer-contact-bg {
  background: url(../img/map/footer-map-pattern.png) no-repeat left top; }

footer.style5 .footer-email,
footer.style5 .footer-mobile,
footer.style5 .footer-location,
footer.style5 .footer-social {
  margin-bottom: 20px; }

footer.style5 .footer-email a,
footer.style5 .footer-mobile a,
footer.style5 .footer-location a,
footer.style5 .footer-social a {
  color: #949494; }

footer.style5 .footer-location i,
footer.style5 .footer-mobile i,
footer.style5 .footer-email i {
  color: #535353; }

footer.style5 .footer-location i {
  display: inline-block;
  float: left;
  margin-bottom: 15px; }

footer.style5 .footer-social {
  border-top: 1px solid #363636;
  padding-top: 15px; }

footer.style5 .footer-social a {
  color: #363636; }

footer.style5 .footer-social a:hover {
  text-decoration: none;
  color: #0E406C; }

/* footer bottom */
footer.style5 .footer-bottom {
  background-color: #363636; }

/* style 6 */
footer.style6 {
  background-color: #404040;
  color: #949393; }

/* style 6 */
footer.style6 .list-dotted li {
  margin-bottom: 5px; }

footer.style6 .list-dotted li:before {
  font-size: 10px;
  color: #393939; }

footer.style6 .list-dotted li {
  padding-bottom: 10px;
  border-bottom: 1px solid #3a3a3a; }

footer.style6 .list-dotted li a {
  color: #949393; }

footer.style6 .list-dotted li a:hover {
  text-decoration: none;
  color: #fff; }

/* posts */
footer.style6 .footer-posts a:hover {
  color: #fff;
  text-decoration: none; }

footer.style6 .footer-posts a span {
  font-style: italic;
  color: #5b5b5b;
  font-size: 12px; }

/* twitter */
footer.style6 .footer-news-item {
  padding-bottom: 10px;
  border-bottom: 1px solid #3a3a3a; }

footer.style6 .footer-news-item h4 {
  color: #949393; }

footer.style6 .footer-news-item span {
  color: #5b5b5b; }

/* footer portfolio */
footer.style6 .footer-portfolio li {
  display: inline-block;
  width: 30%;
  margin-bottom: 5px; }

/* footer contact info */
footer.style6 .footer-contact-bg {
  background: url(../img/map/footer-map-pattern.png) no-repeat left top; }

footer.style6 .footer-email,
footer.style6 .footer-mobile,
footer.style6 .footer-location,
footer.style6 .footer-social {
  margin-bottom: 20px; }

footer.style6 .footer-email a,
footer.style6 .footer-mobile a,
footer.style6 .footer-location a,
footer.style6 .footer-social a {
  color: #949494; }

footer.style6 .footer-location i,
footer.style6 .footer-mobile i,
footer.style6 .footer-email i {
  color: #535353; }

footer.style6 .footer-location i {
  display: inline-block;
  float: left;
  margin-bottom: 15px; }

footer.style6 .footer-social {
  border-top: 1px solid #363636;
  padding-top: 15px; }

footer.style6 .footer-social a {
  color: #363636; }

footer.style6 .footer-social a:hover {
  text-decoration: none;
  color: #0E406C; }

/* footer bottom */
footer.style6 .footer-bottom {
  background-color: #363636; }

footer.style6 .footer-bottom p {
  color: #717171;
  margin-bottom: 0;
  padding: 10px 0; }

/* style 5 */
footer.style7 {
  background-color: #404040;
  color: #949393; }

footer.style7 img.logo {
  height: 70px;
  margin-top: 30px; }

footer.style7 img + p {
  color: #949393;
  margin-top: 15px; }

/* footer posts */
footer.style7 .footer-posts a {
  display: block;
  margin-bottom: 10px;
  color: #949393;
  padding-bottom: 10px;
  border-bottom: 1px solid #5b5b5b; }

footer.style7 .footer-posts a:hover {
  color: #fff;
  text-decoration: none; }

footer.style7 .footer-posts a span {
  font-style: italic;
  color: #5b5b5b;
  font-size: 12px; }

/* tags */
.footer-tags a {
  display: inline-block;
  background-color: #363636;
  color: #949393;
  padding: 8px 10px;
  margin: 0 5px 8px 0; }

.footer-tags a:hover {
  text-decoration: none;
  background-color: #0E406C;
  color: #fff; }

/* footer contact info */
footer.style7 .footer-contact-bg {
  background: url(../img/map/footer-map-pattern.png) no-repeat left top; }

footer.style7 .footer-email,
footer.style7 .footer-mobile,
footer.style7 .footer-location,
footer.style7 .footer-social {
  margin-bottom: 20px; }

footer.style7 .footer-email a,
footer.style7 .footer-mobile a,
footer.style7 .footer-location a,
footer.style7 .footer-social a {
  color: #949494; }

footer.style7 .footer-location i,
footer.style7 .footer-mobile i,
footer.style7 .footer-email i {
  color: #535353; }

footer.style7 .footer-location i {
  display: inline-block;
  float: left;
  margin-bottom: 15px; }

footer.style7 .footer-social {
  border-top: 1px solid #363636;
  padding-top: 15px; }

footer.style7 .footer-social a {
  color: #363636; }

footer.style7 .footer-social a:hover {
  text-decoration: none;
  color: #0E406C; }

/* footer contact form */
footer.style7 form .form-group {
  margin-bottom: 5px; }

footer.style7 form .form-control {
  border: none;
  background-color: #363636;
  margin-bottom: 5px;
  padding: 13px 25px 10px 25px; }

footer.style7 form .form-control {
  margin-bottom: 5px; }

/* footer bottom */
footer.style7 .footer-bottom {
  background-color: #363636; }

footer.style7 .footer-bottom p {
  margin-bottom: 0;
  padding: 10px 0;
  color: #717171; }

/* -----------------------------------------------------------------------------
// 3. BREADCRUMB
// ----------------------------------------------------------------------------- */
.breadcrumb-container {
  background-color: #f7f7f7;
  padding: 20px 0 10px 0;
  margin-bottom: 70px; }

.breadcrumb {
  margin-bottom: 0;
  border-radius: 0; }
  .breadcrumb li {
    color: #a3a2a2; }

/* Style 2 */
.breadcrumb-container.style2 h3 {
  display: inline-block;
  margin: 10px 0;
  border-right: 1px solid #c5c4c4;
  padding-right: 10px; }
.breadcrumb-container.style2 .breadcrumb {
  display: inline-block; }
.breadcrumb-container.style2 .inner-start-social {
  padding-top: 15px; }
  .breadcrumb-container.style2 .inner-start-social li {
    display: inline;
    margin-left: 15px; }
  .breadcrumb-container.style2 .inner-start-social a:hover {
    text-decoration: none; }
    .breadcrumb-container.style2 .inner-start-social a:hover i {
      text-decoration: none;
      color: #0E406C; }
  .breadcrumb-container.style2 .inner-start-social i {
    font-size: 18px;
    color: #d0d0d0; }

/* Style 3 */
.breadcrumb-container.style3 {
  background-color: #677999;
  padding: 30px 0 20px 0; }
  .breadcrumb-container.style3 h3 {
    display: inline-block;
    margin: 10px 0;
    color: #fff;
    padding-right: 10px; }
    .breadcrumb-container.style3 h3:before {
      font-family: "entypo";
      content: "\e6e0";
      padding: 5px;
      border: 2px solid #fff;
      margin-right: 15px;
      border-radius: 100%; }
  .breadcrumb-container.style3 .breadcrumb {
    background-color: transparent;
    padding-top: 10px; }
    .breadcrumb-container.style3 .breadcrumb li {
      color: #313d53; }
    .breadcrumb-container.style3 .breadcrumb .active {
      color: #fff; }
    .breadcrumb-container.style3 .breadcrumb > li + li:before {
      color: #313d53; }

/* Style 4 */
.breadcrumb-container.style4 {
  background-color: #0E406C;
  padding: 10px 0 5px 0; }
  .breadcrumb-container.style4 h4 {
    color: #fff;
    padding-top: 5px; }
  .breadcrumb-container.style4 .breadcrumb {
    background-color: transparent; }
    .breadcrumb-container.style4 .breadcrumb li {
      color: #c5e993; }
    .breadcrumb-container.style4 .breadcrumb .active {
      color: #fff; }

/* Style 5 */
.breadcrumb-container.style5 input {
  background: #fff url(../img/search.png) no-repeat scroll right center;
  width: 200px;
  border: 1px solid #dedede;
  padding: 5px 10px 5px 20px;
  outline: 0; }

/* Style 6 */
.breadcrumb-container.style6 {
  background: url(../img/inner-start-bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .breadcrumb-container.style6 .breadcrumb {
    background: transparent;
    padding: 0; }
    .breadcrumb-container.style6 .breadcrumb li {
      color: #adc64c; }
  .breadcrumb-container.style6 input {
    background: #fff url(../img/search.png) no-repeat scroll right center;
    width: 200px;
    border: 1px solid #dedede;
    padding: 5px 10px 5px 20px;
    outline: 0;
    margin-top: -5px; }
  .breadcrumb-container.style6 h4 {
    color: #fff;
    padding-top: 5px;
    margin-top: 0; }

/* Style 7 */
.breadcrumb-container.style7 {
  padding: 0; }
  .breadcrumb-container.style7 .inner-start-head {
    background: url(../http://placehold.it/1630x470) no-repeat center center;
    padding: 40px 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    .breadcrumb-container.style7 .inner-start-head h3 {
      margin-bottom: 15px;
      font-size: 30px;
      font-weight: 600;
      color: #313d53; }
    .breadcrumb-container.style7 .inner-start-head p {
      color: #787878;
      margin-bottom: 15px; }
    .breadcrumb-container.style7 .inner-start-head img {
      height: 300px;
      margin-bottom: -40px; }
  .breadcrumb-container.style7 .breadcrumb {
    margin-top: 20px;
    padding-top: 0; }
    .breadcrumb-container.style7 .breadcrumb li {
      padding-top: 0; }
  .breadcrumb-container.style7 .inner-start-social {
    padding-top: 20px li;
      padding-top-display: inline;
      padding-top-margin-left: 15px; }
    .breadcrumb-container.style7 .inner-start-social a:hover {
      text-decoration: none; }
      .breadcrumb-container.style7 .inner-start-social a:hover i {
        text-decoration: none;
        color: #0E406C; }
    .breadcrumb-container.style7 .inner-start-social i {
      font-size: 18px;
      color: #d0d0d0; }

/* -----------------------------------------------------------------------------
// 4. NAVBAR
// ----------------------------------------------------------------------------- */
/* logo */
.navbar .navbar-brand img {
  width: auto;
  height: 60px; }

/* navbar */
/* navbar icon */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #677999; }

.navbar-toggle .icon-bar:nth-of-type(2) {
  top: 1px; }

.navbar-toggle .icon-bar:nth-of-type(3) {
  top: 2px; }

.navbar-toggle .icon-bar {
  position: relative;
  transition: all 500ms ease-in-out; }

.navbar-toggle.active .icon-bar:nth-of-type(1) {
  top: 6px;
  transform: rotate(45deg); }

.navbar-toggle.active .icon-bar:nth-of-type(2) {
  background-color: transparent; }

.navbar-toggle.active .icon-bar:nth-of-type(3) {
  top: -6px;
  transform: rotate(-45deg); }

/* navbar */
.navbar {
  margin-bottom: 0; }

.navbar-default {
  background-color: #fff;
  border: none;
  border-radius: 0; }

.navbar-default .navbar-nav > li > a {
  color: #889bbc;
  font-size: 16px;
  padding: 25px 15px; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #0E406C; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #0E406C; }

.navbar-default .navbar-nav > .active:hover > a {
  color: #fff;
  background-color: #1f2736; }

@media (max-width: 767px) {
  .navbar .navbar-header {
    padding: 15px 0; }

  .navbar .navbar-brand {
    margin-top: -10px; }

  .navbar-default .navbar-nav > li > a {
    padding: 15px 25px;
    border-bottom: 1px solid #2c384d; }

  .navbar-default .navbar-nav > li:last-child > a {
    border-bottom: 0; }

  .navbar-default .navbar-collapse {
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; } }
/* responsive nav toggle */
.navbar-default .navbar-toggle {
  border-color: transparent; }

.navbar-default .navbar-toggle i {
  font-size: 24px;
  color: #fff; }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent; }

/* dropdowns */
.navbar-nav > .dropdown.full {
  position: static; }

.navbar-nav > .dropdown.full h5 {
  padding-left: 20px;
  padding-bottom: 10px; }

.navbar-nav > .dropdown.full .dropdown-menu {
  width: 1170px;
  padding-bottom: 25px;
  margin: 0 auto;
  right: 0;
  left: 0; }

.navbar-nav > li > .dropdown-menu {
  border-radius: 0;
  padding: 15px 0;
  min-width: 200px;
  border-top: 3px solid #0E406C; }

.navbar-nav > li.active > .dropdown-menu {
  background-color: #fff; }

.dropdown-menu > li > a,
.dropdown.full .dropdown-menu a {
  display: block;
  font-size: 15px;
  color: #a3a2a2;
  padding: 8px 15px;
  border-bottom: none; }

.dropdown-menu > li > a:hover:before,
.navbar-default .dropdown-menu > li.active > a:before,
.dropdown.full .dropdown-menu a:hover:before {
  color: #0E406C; }

.dropdown-menu > li > a:before,
.dropdown.full .dropdown-menu a:before {
  font-family: "entypo";
  content: "\e63a";
  display: inline-block;
  float: left;
  margin: -3px 5px 0 0;
  font-size: 18px;
  color: #d0d0d0; }

.dropdown-menu > li:last-child > a {
  border: none; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover,
.dropdown.full .dropdown-menu .active a {
  color: #484747;
  background: transparent; }

.navbar-default .dropdown-menu > li > a:focus,
.navbar-default .dropdown-menu > li > a:hover,
.navbar-default .dropdown-menu > li.active > a,
.navbar-default .dropdown.full .dropdown-menu a:focus,
.navbar-default .dropdown.full .dropdown-menu a:hover,
.navbar-default .dropdown.full .dropdown-menu .active a {
  background-color: #f7f7f7;
  color: #484747;
  text-decoration: none; }

/* dropdown toggle */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: #313d53;
  color: #fff; }

.navbar-default .navbar-nav > .active.open > a {
  background-color: #273144; }

@media (max-width: 767px) {
  .navbar-nav > li.active > .dropdown-menu {
    background-color: transparent; }

  .navbar-nav > .dropdown.full h5 {
    color: #677999; }

  .dropdown.full .dropdown-menu a {
    color: #677999; }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #677999;
    padding: 15px 0 10px 25px; }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #313d53; }

  .nav .open > a,
  .nav .open > a:focus,
  .nav .open > a:hover {
    border-color: #3a475d; }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    background-color: transparent;
    color: #fff; } }

/* 
// Table of content
// -----------------------------------------------------------------------------
// - 1. BUTTONS
// - 2. ALERTS
// - 3. CALLOUTS
// - 4. WELLS
// - 5. TABLES
// - 6. TESTIMONIALS
// - 7. FORMS
// - 8. ACCORDIONS
// - 9. TESTIMONIALS
// - 10. TABS
// - 11. PAGINATION
// - 12. BLOCKQUOTE
// - 13. DROPCAPS 
// - 14. PRICING TABLES
// - 15. PROGRESS BARS
// - 16. ICONBOXES
// - 17. IMAGE FRAMES
// - 18. POST SLIDERS
*/
/* -----------------------------------------------------------------------------
// 1. BUTTONS
// ----------------------------------------------------------------------------- */
.buttons .btn {
  margin-bottom: 8px; }

.btn {
  padding: 8px 16px;
  border: 0;
  border-radius: 0;
  color: #fff;
  -webkit-transition: background-color .3s;
  -moz-transition: background-color .3s;
  -ms-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s; }
  .btn:hover {
    color: #fff;
    opacity: .9; }

.btn-default {
  background-color: #ececec;
  color: #969595; }

.btn-primary {
  background-color: #677999; }

.btn-primary:hover {
  background-color: #6e80a0; }

.btn-grey {
  background-color: #acacac; }

.btn-black {
  background-color: #393939; }

.btn-blue {
  background-color: #01b7f2; }

.btn-lightblue {
  background-color: #6dace6; }

.btn-orange {
  background-color: #ff6600; }

.btn-purple {
  background-color: #9f60b5; }

.btn-pink {
  background-color: #ff3e3e; }

.btn-success {
  background-color: #0E406C; }

.btn-success:hover {
  background-color: #86c52b; }

.btn-info {
  background-color: #0E406C; }

.btn-lightpink {
  background-color: #de2e8c; }

.btn-warning {
  background-color: #ffc000; }

.btn-danger {
  background-color: #d20d0d; }

.btn-brown {
  background-color: #b07926; }

.btn-lg {
  padding: 0 32px;
  height: 43px;
  font-size: 1.1667em;
  line-height: 43px; }

.btn-md {
  padding: 0 32px;
  height: 34px;
  line-height: 34px;
  font-size: 1em; }

.btn-sm {
  height: 28px;
  padding: 0 24px;
  line-height: 28px;
  font-size: 0.9167em; }

.btn-xs {
  height: 24px;
  padding: 0 20px;
  font-size: 0.8333em;
  line-height: 24px; }

/* -----------------------------------------------------------------------------
// 2. ALERTS
// ----------------------------------------------------------------------------- */
.alert {
  border: none;
  border-radius: 0;
  padding: 15px 25px; }
  .alert > i {
    margin: 0 10px 0 0; }
  .alert i:before {
    font-family: "entypo";
    font-style: normal;
    font-size: 18px; }

.alert-dismissible .close {
  right: -5px;
  top: 3px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  line-height: 20px;
  background-color: #d0d0d0;
  color: #fff;
  opacity: 1;
  font-size: 16px;
  text-shadow: none; }
  .alert-dismissible .close:hover {
    opacity: .9; }

.alert-default {
  background-color: #f7f7f7;
  color: #969595; }

.alert-default .icon-mail:before {
  color: #d3d3d3; }

.alert-success {
  background-color: #e3ffba;
  color: #93c326; }

.alert-success .close {
  background-color: #93c326; }

.alert-warning {
  background-color: #ffefb7;
  color: #d5a044; }

.alert-warning .close {
  background-color: #d5a044; }

.alert-danger {
  background-color: #ffe4e4;
  color: #d66c6c; }

.alert-danger .icon-attention:before {
  color: #d66c6c; }

.alert-danger .close {
  background-color: #d66c6c; }

.alert-help {
  background-color: #d9f6ff;
  color: #6193b0; }

.alert-help .icon-lifebouy:before {
  color: #6193b0; }

.alert-help .close {
  background-color: #6cafd6; }

.alert-info {
  background-color: #e6e0ff;
  color: #8673d0; }

.alert-info .close {
  background-color: #8673d0; }

/* -----------------------------------------------------------------------------
// 3. CALLOUTS
// ----------------------------------------------------------------------------- */
.callout {
  border-left: 2px solid #f7f7f7;
  padding: 20px;
  margin-bottom: 15px; }

.callout-default {
  border-color: #d0d0d0;
  background-color: #f7f7f7; }

.callout-warning {
  border-color: #d5a044;
  background-color: #ffefb7; }
  .callout-warning > p {
    color: #d5a044; }

.callout-success {
  border-color: #93c326;
  background-color: #e3ffba; }
  .callout-success > p {
    color: #93c326; }

.callout-danger {
  border-color: #d66c6c;
  background-color: #ffe4e4; }
  .callout-danger > p {
    color: #d66c6c; }

/* -----------------------------------------------------------------------------
// 4. WELLS
// ----------------------------------------------------------------------------- */
.well {
  background-color: #f7f7f7;
  border-radius: 0;
  padding: 20px 50px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.well-fullwidth {
  background-color: #f7f7f7; }
  .well-fullwidth .well {
    border: none; }
    .well-fullwidth .well h2 {
      padding-top: 15px; }

.well-white,
.well-white .well {
  background-color: #fff; }

/* style 1 */
.well.style1 {
  padding: 20px 50px;
  margin: 0; }
  .well.style1 .well-content {
    display: inline-block;
    margin-left: 35px; }
    .well.style1 .well-content h3 {
      margin-bottom: 0;
      color: #0E406C; }
    .well.style1 .well-content p {
      font-size: 18px;
      color: #484747; }
  .well.style1 .btn {
    margin-top: 50px; }

@media all and (max-width: 992px) {
  .well.style1 {
    padding: 10px 20px;
    margin: 0; }
    .well.style1 .well-content {
      margin-left: 0; } }
/* style 2 */
.well.style2 {
  padding: 30px 0;
  margin: 0; }
  .well.style2 .btn {
    margin-right: 20px;
    margin-top: 20px; }

/* style 3 */
.well-boxed {
  background-color: #fff;
  border: 1px solid #eee;
  border-left: 3px solid #0E406C;
  margin: 15px 0; }

.well button {
  margin-top: 20px; }

/* -----------------------------------------------------------------------------
// 5. TABLES
// ----------------------------------------------------------------------------- */
.table {
  text-align: center;
  color: #a3a2a2; }
  .table > thead > tr > th {
    background-color: #0E406C;
    color: #fff;
    font-weight: normal;
    text-align: center; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f7f7f7; }

.table-default > thead > tr > th {
  background-color: #677999; }

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 15px 0; }

/* -----------------------------------------------------------------------------
// 6. TESTIMONIALS
// ----------------------------------------------------------------------------- */
/* slider navigation */
.box-testimonials-slider .owl-controls {
  position: absolute;
  top: -30px;
  right: 0;
  float: none; }
.box-testimonials-slider .owl-buttons .owl-prev,
.box-testimonials-slider .owl-buttons .owl-next {
  float: left;
  background-color: #d0d0d0;
  color: #fff;
  font-size: 16px;
  padding: 1px 3px;
  margin-left: 4px; }
  .box-testimonials-slider .owl-buttons .owl-prev:hover,
  .box-testimonials-slider .owl-buttons .owl-next:hover {
    background-color: #0E406C; }

/* timeline testimonial */
.testimonials-timeline {
  position: relative; }
  .testimonials-timeline .box-testimonial-arrow-right {
    position: absolute;
    top: 20px;
    right: -10px;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 7.5px 0 7.5px 10px; }
  .testimonials-timeline .box-testimonial-arrow-left {
    position: absolute;
    top: 20px;
    left: -10px;
    width: 0;
    height: 0;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    border-width: 7.5px 10px 7.5px 0; }
  .testimonials-timeline .btn {
    margin-top: 25px; }

.box-testimonial.timeline {
  position: relative;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 15px; }
  .box-testimonial.timeline .box-testimonial-img {
    width: 17%;
    margin-right: 3%;
    border-radius: 100%;
    overflow: hidden;
    float: left; }
  .box-testimonial.timeline .box-testimonial-content {
    width: 80%;
    float: left; }
  .box-testimonial.timeline .box-testimonial-text {
    padding: 0;
    border: none; }
  .box-testimonial.timeline .box-testimonial-profile {
    margin-bottom: 15px; }
    .box-testimonial.timeline .box-testimonial-profile a {
      display: block;
      font-size: 16px; }
    .box-testimonial.timeline .box-testimonial-profile span {
      font-size: 12px;
      color: #a3a2a2;
      margin-top: -1px;
      display: block; }
  .box-testimonial.timeline .box-testimonial-rating {
    padding: 15px 10px 0 0;
    border-top: 1px solid #eee;
    color: #dbdbdb; }
    .box-testimonial.timeline .box-testimonial-rating i {
      font-size: 16px; }
    .box-testimonial.timeline .box-testimonial-rating span {
      color: #484747; }
    .box-testimonial.timeline .box-testimonial-rating .active {
      color: #e27a7a; }

.box-testimonial-divider {
  position: absolute;
  background-color: #fff;
  top: 0;
  bottom: 50px;
  left: 50%;
  margin-left: -1px;
  width: 2px; }

/* testimonial box */
.box-testimonial-text {
  border: 2px solid #eee;
  padding: 30px; }

.box-testimonial .box-testimonial-text p {
  color: #a3a2a2;
  font-size: 16px; }

.box-testimonial-profile {
  margin-top: 15px; }
  .box-testimonial-profile img {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 10px; }
  .box-testimonial-profile p {
    display: inline-block;
    font-size: 16px;
    margin-top: 10px; }

/* -----------------------------------------------------------------------------
// 7. FORMS
// ----------------------------------------------------------------------------- */
.form-control {
  display: block;
  height: auto;
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  padding: 15px 25px 13px 25px;
  margin-bottom: 15px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #808080;
  font-size: 14px;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -ms-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s; }

textarea {
  height: 110px;
  resize: none; }

.form-control:focus {
  border-color: #0E406C;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #a3a2a2;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -ms-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s; }

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0; }

.has-success .form-control,
.has-warning .form-control,
.has-error .form-control,
.has-success .form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

/* success input */
.has-success .form-control {
  border-color: #0E406C; }
  .has-success .form-control:focus {
    border-color: #0E406C; }
  .has-success .form-control::-webkit-input-placeholder {
    color: #93c326; }

/* warning input */
.has-warning .form-control {
  border-color: #d5a044; }
  .has-warning .form-control:focus {
    border-color: #d5a044; }
  .has-warning .form-control::-webkit-input-placeholder {
    color: #d5a044; }

/* error input */
.has-error .form-control {
  border-color: #d66c6c; }
  .has-error .form-control::-webkit-input-placeholder {
    color: #d66c6c; }
  .has-error .form-control:focus {
    border-color: #d66c6c; }

/* active input */
.has-active .form-control {
  border-color: #6cafd6; }
  .has-active .form-control::-webkit-input-placeholder {
    font-style: italic; }
  .has-active .form-control:focus {
    border-color: #6cafd6; }

/* diabled input */
.input-disabled {
  background-color: #f2f2f2; }
  .input-disabled:focus {
    text-wrap: none; }

.form-captcha p {
  color: #484747; }
.form-captcha span {
  text-align: center;
  color: #a3a2a2;
  float: left;
  width: 25%;
  display: inline-block;
  padding: 15px;
  background-color: #f7f7f7; }
.form-captcha input {
  float: left;
  width: 74%;
  margin-left: 1%;
  display: inline-block; }

.form-check {
  color: #a3a2a2; }
  .form-check input {
    margin-right: 10px; }
  .form-check p {
    display: inline-block; }

.form-btn {
  margin-top: 5px; }

/* style 2 */
form.style2 .form-group label {
  padding-top: 15px;
  width: 15%;
  float: left;
  font-weight: normal; }
form.style2 .form-group input,
form.style2 .form-group select {
  width: 85%;
  float: left; }
form.style2 .form-group select {
  height: 50px; }

/* style 3 */
form.style3 .form-btn button {
  width: 100%; }

/* -----------------------------------------------------------------------------
// 8. ACCORDIONS
// ----------------------------------------------------------------------------- */
/* style 1 */
.panel-group.style1 .panel {
  border-radius: 0;
  border-color: #eee; }
  .panel-group.style1 .panel + .panel {
    margin: 0;
    border-top: none; }
.panel-group.style1 .panel-default .panel-heading {
  padding: 0; }
  .panel-group.style1 .panel-default .panel-heading .panel-title a.collapsed,
  .panel-group.style1 .panel-default .panel-heading .panel-title a {
    display: block;
    text-decoration: none;
    padding: 15px 0;
    font-size: 14px;
    color: #a3a2a2;
    background-color: #fff;
    border-color: #eee; }
  .panel-group.style1 .panel-default .panel-heading .panel-title a {
    color: #484747; }
    .panel-group.style1 .panel-default .panel-heading .panel-title a::before {
      font-family: "entypo";
      content: '\e6e3';
      color: #fff;
      background-color: #0E406C;
      padding: 16px 12px;
      margin-right: 10px; }
    .panel-group.style1 .panel-default .panel-heading .panel-title a.collapsed::before {
      font-family: "entypo";
      content: '\e6f7';
      color: #a3a2a2;
      background-color: #f7f7f7;
      padding: 16px 12px;
      margin-right: 10px; }
.panel-group.style1 .panel-default .panel-body {
  padding: 25px 35px;
  color: #a3a2a2; }

/* style 2 */
.panel-group.style2 .panel {
  border-radius: 0;
  border: none;
  border-color: #eee; }
  .panel-group.style2 .panel + .panel {
    margin: 5px 0 5px 0;
    border-top: none; }
.panel-group.style2 .panel-default .panel-heading {
  padding: 0; }
  .panel-group.style2 .panel-default .panel-heading .panel-title a.collapsed,
  .panel-group.style2 .panel-default .panel-heading .panel-title a {
    display: block;
    text-decoration: none;
    padding: 15px 0 15px 20px;
    font-size: 14px;
    color: #a3a2a2;
    background-color: #f7f7f7;
    border: 1px solid #eee; }
  .panel-group.style2 .panel-default .panel-heading .panel-title a {
    color: #484747;
    background-color: #fff;
    border-left: 2px solid #0E406C; }
    .panel-group.style2 .panel-default .panel-heading .panel-title a::after {
      font-family: "entypo";
      content: '\e6e3';
      float: right;
      color: #fff;
      background-color: #0E406C;
      border-radius: 100%;
      width: 20px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      margin-right: 10px;
      margin-top: -2px; }
    .panel-group.style2 .panel-default .panel-heading .panel-title a.collapsed::after {
      font-family: "entypo";
      content: '\e6f7';
      float: right;
      color: #fff;
      background-color: #a3a2a2;
      border-radius: 100%;
      width: 20px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      margin-right: 10px;
      margin-top: -2px; }
.panel-group.style2 .panel-default .panel-body {
  border-top: none;
  padding: 20px 35px;
  color: #a3a2a2; }

/* style 3 */
.panel-group.style3 .panel {
  border-radius: 0;
  background-color: #0E406C;
  border: none;
  border-color: #eee; }
  .panel-group.style3 .panel + .panel {
    margin: 5px 0 5px 0;
    border-top: none; }
.panel-group.style3 .panel-default .panel-heading {
  padding: 0; }
  .panel-group.style3 .panel-default .panel-heading .panel-title a.collapsed,
  .panel-group.style3 .panel-default .panel-heading .panel-title a {
    display: block;
    text-decoration: none;
    padding: 15px 0 15px 20px;
    font-size: 14px;
    color: #a3a2a2;
    background-color: #f7f7f7;
    border: none; }
  .panel-group.style3 .panel-default .panel-heading .panel-title a {
    color: #fff;
    background-color: #0E406C; }
    .panel-group.style3 .panel-default .panel-heading .panel-title a::before {
      display: inline-block;
      font-family: "entypo";
      content: '\e6e3';
      color: #0E406C;
      background-color: #fff;
      border-radius: 100%;
      width: 20px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      margin-right: 10px;
      margin-top: -2px; }
    .panel-group.style3 .panel-default .panel-heading .panel-title a.collapsed::before {
      display: inline-block;
      font-family: "entypo";
      content: '\e6f7';
      color: #a3a2a2;
      background-color: #fff;
      border-radius: 100%;
      width: 20px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      margin-right: 10px;
      margin-top: -2px; }
.panel-group.style3 .panel-default .panel-body {
  border-top: none;
  padding: 10px 35px;
  color: #fff; }

/* style 4 */
.panel-group.style4 .panel {
  border-radius: 0;
  border: none;
  border-color: #eee; }
  .panel-group.style4 .panel + .panel {
    border-top: none;
    margin: 0; }
.panel-group.style4 .panel-default .panel-heading {
  padding: 0; }
  .panel-group.style4 .panel-default .panel-heading .panel-title a.collapsed,
  .panel-group.style4 .panel-default .panel-heading .panel-title a {
    display: block;
    text-decoration: none;
    padding: 15px 0 15px 20px;
    font-size: 14px;
    color: #a3a2a2;
    background-color: #fff;
    border: 1px solid #eee;
    border-bottom: none; }
  .panel-group.style4 .panel-default .panel-heading .panel-title a {
    color: #484747;
    background-color: #fff;
    border-top: 2px solid #0E406C;
    border-bottom: none; }
    .panel-group.style4 .panel-default .panel-heading .panel-title a::after {
      font-family: "entypo";
      content: '\e6e3';
      float: right;
      color: #fff;
      background-color: #0E406C;
      border-radius: 100%;
      width: 20px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      margin-right: 10px;
      margin-top: -2px; }
    .panel-group.style4 .panel-default .panel-heading .panel-title a.collapsed::after {
      font-family: "entypo";
      content: '\e6f7';
      float: right;
      color: #fff;
      background-color: #a3a2a2;
      border-radius: 100%;
      width: 20px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      margin-right: 10px;
      margin-top: -2px; }
.panel-group.style4 .panel-default .panel-body {
  border-top: none;
  padding: 20px 35px;
  color: #a3a2a2;
  border: 1px solid #eee; }

/* -----------------------------------------------------------------------------
// 6. TESTIMONIALS
// ----------------------------------------------------------------------------- */
/* slider navigation */
.box-testimonials-slider .owl-controls {
  position: absolute;
  top: -30px;
  right: 0;
  float: none; }
.box-testimonials-slider .owl-buttons .owl-prev,
.box-testimonials-slider .owl-buttons .owl-next {
  float: left;
  background-color: #d0d0d0;
  color: #fff;
  font-size: 16px;
  padding: 1px 3px;
  margin-left: 4px; }
  .box-testimonials-slider .owl-buttons .owl-prev:hover,
  .box-testimonials-slider .owl-buttons .owl-next:hover {
    background-color: #0E406C; }

/* timeline testimonial */
.testimonials-timeline {
  position: relative; }
  .testimonials-timeline .box-testimonial-arrow-right {
    position: absolute;
    top: 20px;
    right: -10px;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 7.5px 0 7.5px 10px; }
  .testimonials-timeline .box-testimonial-arrow-left {
    position: absolute;
    top: 20px;
    left: -10px;
    width: 0;
    height: 0;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    border-width: 7.5px 10px 7.5px 0; }
  .testimonials-timeline .btn {
    margin-top: 25px; }

.box-testimonial.timeline {
  position: relative;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 15px; }
  .box-testimonial.timeline .box-testimonial-img {
    width: 17%;
    margin-right: 3%;
    border-radius: 100%;
    overflow: hidden;
    float: left; }
  .box-testimonial.timeline .box-testimonial-content {
    width: 80%;
    float: left; }
  .box-testimonial.timeline .box-testimonial-text {
    padding: 0;
    border: none; }
  .box-testimonial.timeline .box-testimonial-profile {
    margin-bottom: 15px; }
    .box-testimonial.timeline .box-testimonial-profile a {
      display: block;
      font-size: 16px; }
    .box-testimonial.timeline .box-testimonial-profile span {
      font-size: 12px;
      color: #a3a2a2;
      margin-top: -1px;
      display: block; }
  .box-testimonial.timeline .box-testimonial-rating {
    padding: 15px 10px 0 0;
    border-top: 1px solid #eee;
    color: #dbdbdb; }
    .box-testimonial.timeline .box-testimonial-rating i {
      font-size: 16px; }
    .box-testimonial.timeline .box-testimonial-rating span {
      color: #484747; }
    .box-testimonial.timeline .box-testimonial-rating .active {
      color: #e27a7a; }

.box-testimonial-divider {
  position: absolute;
  background-color: #fff;
  top: 0;
  bottom: 50px;
  left: 50%;
  margin-left: -1px;
  width: 2px; }

/* testimonial box */
.box-testimonial-text {
  border: 2px solid #eee;
  padding: 30px; }

.box-testimonial .box-testimonial-text p {
  color: #a3a2a2;
  font-size: 16px; }

.box-testimonial-profile {
  margin-top: 15px; }
  .box-testimonial-profile img {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 10px; }
  .box-testimonial-profile p {
    display: inline-block;
    font-size: 16px;
    margin-top: 10px; }

/* -----------------------------------------------------------------------------
// 10. TABS
// ----------------------------------------------------------------------------- */
/* style 1 */
.nav-tabs {
  border-color: #eee; }
  .nav-tabs > li > a {
    color: #a3a2a2;
    border: 1px solid #eee;
    border-right: none;
    border-radius: 0;
    margin-right: 0; }
  .nav-tabs > li:last-child > a {
    border-right: 1px solid #eee; }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:focus,
  .nav-tabs > li.active > a:hover {
    color: #484747;
    border-top: 2px solid #0E406C; }
  .nav-tabs > li > a:hover {
    background-color: #f7f7f7; }

.tab-content {
  margin-bottom: 15px; }
  .tab-content > .tab-pane {
    padding: 20px;
    border: 1px solid #efefef;
    border-top: 0; }

/* style 2 */
.nav-tabs.style2 > li > a {
  background-color: #f7f7f7;
  color: #a3a2a2;
  border: 1px solid #eee;
  border-right: none;
  border-radius: 0;
  margin-right: 0; }
.nav-tabs.style2 > li:last-child > a {
  border-right: 1px solid #eee; }
.nav-tabs.style2 > li.active > a,
.nav-tabs.style2 > li.active > a:focus,
.nav-tabs.style2 > li.active > a:hover {
  background-color: #fff;
  color: #484747;
  border-top: 1px solid #eee;
  border-bottom-color: transparent; }
.nav-tabs.style2 > li > a:hover {
  color: #484747; }

/* style 3 */
.nav-tabs.style3 {
  width: 15%;
  float: left; }
  .nav-tabs.style3 > li {
    float: left;
    width: 100%; }
  .nav-tabs.style3 > li > a {
    background-color: #f7f7f7;
    color: #a3a2a2;
    border: 1px solid #eee;
    border-radius: 0;
    margin-right: 0; }
  .nav-tabs.style3 > li.active > a,
  .nav-tabs.style3 > li.active > a:focus,
  .nav-tabs.style3 > li.active > a:hover {
    background-color: #fff;
    color: #484747;
    border-top: 1px solid #eee;
    border-bottom-color: #eee;
    border-right: none; }

.tab-content.style3 {
  width: 85%;
  float: left; }
  .tab-content.style3 .tab-pane {
    border-top: 1px solid #eee;
    border-left: none; }

/* style 4 */
.nav-tabs.style4 {
  width: 15%;
  float: left; }
  .nav-tabs.style4 > li {
    float: left;
    width: 100%; }
  .nav-tabs.style4 > li > a {
    background-color: #fff;
    color: #a3a2a2;
    border: 1px solid #eee;
    border-radius: 0;
    margin-right: 0; }
  .nav-tabs.style4 > li.active > a,
  .nav-tabs.style4 > li.active > a:focus,
  .nav-tabs.style4 > li.active > a:hover {
    background-color: #fff;
    color: #484747;
    border-top: 1px solid #eee;
    border-left: 2px solid #0E406C;
    border-bottom-color: #eee;
    border-right: none; }

.tab-content.style4 {
  width: 85%;
  float: left; }
  .tab-content.style4 .tab-pane {
    border-top: 1px solid #eee;
    border-left: none; }

@media all and (max-width: 992px) {
  .nav-tabs.style3
  .nav-tabs.style4 {
    width: 25%; }

  .tab-content.style3,
  .tab-content.style4 {
    width: 75%; } }
/* -----------------------------------------------------------------------------
// 11. PAGINATION 
// ----------------------------------------------------------------------------- */
/* style 1 - default */
.pagination > li > a {
  padding: 6px 12px;
  margin-left: -1px;
  margin-right: 8px;
  color: #a3a2a2;
  background-color: #fff;
  border: 1px solid #ddd; }
  .pagination > li > a:hover {
    background-color: #f7f7f7;
    color: #484747; }
.pagination > li:first-child > a,
.pagination > li:last-child > a {
  border-radius: 0; }
.pagination > .active > a,
.pagination > .active > a:hover {
  background-color: #0E406C;
  border-color: #0E406C; }

/* style 2 */
.pagination.style2 .active a {
  background-color: #fff;
  border-color: #ddd;
  border-top: 2px solid #0E406C;
  color: #484747;
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  -o-transform: translateY(-12px);
  transform: translateY(-12px); }

/* -----------------------------------------------------------------------------
// 12. BLOCKQUOTE
// ----------------------------------------------------------------------------- */
.blockquote {
  border: 1px solid #eee;
  margin-bottom: 10px;
  color: #484747;
  padding: 20px 25px; }
  .blockquote blockquote {
    padding: 0;
    border: none;
    margin: 0;
    width: 92%;
    margin-left: 3%;
    float: left; }
  .blockquote i {
    display: inline-block;
    float: left;
    width: 5%;
    font-size: 36px;
    color: #eee;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

.blockquote.style2 {
  border-left: 2px solid #0E406C; }

/* -----------------------------------------------------------------------------
// 15. PROGRESS BARS
// ----------------------------------------------------------------------------- */
.progress.style1 {
  height: 60px;
  margin-bottom: 10px;
  background-color: transparent;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  /* the active area of the skills bar */
  /* the small number */ }
  .progress.style1 .progress-label h5 {
    margin: 0;
    padding: 0 0 5px 0;
    text-align: left;
    font-style: italic; }
  .progress.style1 .progress-bar {
    position: relative;
    display: block;
    margin-bottom: 15px;
    width: 100%;
    height: 40px;
    background: #edecec;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .progress.style1 .progress-active {
    height: 40px;
    background-color: #0E406C;
    width: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
  .progress.style1 .progress-data {
    position: absolute;
    left: 15px;
    top: 0;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    /* fallback color */ }
    .progress.style1 .progress-data i {
      font-size: 16px;
      margin-right: 15px; }
  .progress.style1 .progress-percent {
    position: absolute;
    right: 15px;
    top: 0;
    height: 40px;
    font-size: 11px;
    line-height: 40px;
    color: #d9d9d9;
    /* fallback color */
    color: rgba(0, 0, 0, 0.4); }

/* style 2 */
.progress.style2,
.progress.style3 {
  height: 60px;
  margin-bottom: 10px;
  background-color: transparent;
  border-radius: 4px;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  /* the active area of the skills bar */
  /* the small number */ }
  .progress.style2 .progress-label h5,
  .progress.style3 .progress-label h5 {
    margin: 0;
    padding: 0 0 5px 0;
    text-align: left;
    font-style: italic; }
  .progress.style2 .progress-bar,
  .progress.style3 .progress-bar {
    position: relative;
    display: block;
    margin-bottom: 15px;
    width: 100%;
    height: 25px;
    background: #edecec;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
  .progress.style2 .progress-active,
  .progress.style3 .progress-active {
    height: 25px;
    background-color: #677999;
    width: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px; }
  .progress.style2 .progress-percent,
  .progress.style3 .progress-percent {
    position: absolute;
    right: 15px;
    top: 0;
    height: 35px;
    font-size: 11px;
    line-height: 25px;
    color: #d9d9d9;
    /* fallback color */
    color: rgba(0, 0, 0, 0.4); }

/* style 3 - different colors */
.progress.style3.lightblue .progress-active {
  background-color: #01b7f2; }

.progress.style3.green .progress-active {
  background-color: #0ab596; }

.progress.style3.orange .progress-active {
  background-color: #ff6600; }

.progress.style3.purple .progress-active {
  background-color: #9f60b5; }

.progress.style3.yellow .progress-active {
  background-color: #ffc000; }

.progress.style3.red .progress-active {
  background-color: #d20d0d; }

.progress.style3.pink .progress-active {
  background-color: #de2e8c; }

/* -----------------------------------------------------------------------------
// 16. ICONBOXES
// ----------------------------------------------------------------------------- */
/* boxed style */
.iconbox {
  padding: 30px 25px;
  margin-bottom: 10px;
  text-align: center;
  background-color: #f7f7f7; }
  .iconbox:hover .iconbox-icon {
    background-color: #0E406C;
    color: #fff; }

.iconbox-icon {
  display: inline-block;
  padding: 20px 22px;
  margin-bottom: 15px;
  border-radius: 100%;
  background-color: #fff;
  color: #0E406C;
  -webkit-transition: background-color .3s;
  -moz-transition: background-color .3s;
  -ms-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s; }
  .iconbox-icon i {
    font-size: 24px;
    color: inherit; }

/* light style */
.iconbox.light {
  background-color: #fff; }
  .iconbox.light .iconbox-icon {
    background-color: #677999;
    color: #fff; }
  .iconbox.light:hover .iconbox-icon {
    padding: 18px;
    border: 2px solid #677999;
    background-color: #fff;
    color: #677999; }

/* light 2 style */
.iconbox.light2 {
  background-color: #fff; }
  .iconbox.light2 .iconbox-icon {
    background-color: #0E406C;
    color: #fff; }
  .iconbox.light2:hover .iconbox-icon {
    padding: 18px;
    border: 2px solid #0E406C;
    background-color: #fff;
    color: #0E406C; }

/* simple style */
.iconbox-simple {
  margin-bottom: 25px;
  padding: 0 15px 0 15px;
  text-align: center; }
  .iconbox-simple > .iconbox-simple-icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
    text-align: center;
    background-color: #0E406C; }
    .iconbox-simple > .iconbox-simple-icon i {
      line-height: 60px;
      color: #fff;
      font-size: 24px;
      -webkit-transition: transform 1s;
      -moz-transition: transform 1s;
      -ms-transition: transform 1s;
      -o-transition: transform 1s;
      transition: transform 1s; }
  .iconbox-simple:hover > .iconbox-simple-icon i {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); }

/* square style */
.iconbox-square {
  margin-bottom: 10px; }
  .iconbox-square > .iconbox-square-icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    float: left;
    margin: 0 25px 60px 0;
    text-align: center;
    font-size: 24px;
    background-color: #677999;
    color: #fff;
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -ms-transition: -ms-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform .5s; }
    .iconbox-square > .iconbox-square-icon i {
      line-height: 60px; }
  .iconbox-square:hover > .iconbox-square-icon {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px); }

/* light color */
.iconbox-square.light > .iconbox-square-icon {
  background-color: #0E406C; }

/* with a circle icon */
.iconbox-circle {
  margin-bottom: 10px;
  /* show border on hover */ }
  .iconbox-circle > .iconbox-circle-icon {
    position: relative;
    display: inline-block;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    font-size: 18px;
    text-align: center;
    background-color: #0E406C;
    color: #fff;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0); }
    .iconbox-circle > .iconbox-circle-icon > i {
      line-height: 50px; }
  .iconbox-circle > h4 {
    display: inline-block; }
  .iconbox-circle > p {
    margin: 20px 0 25px 0; }
  .iconbox-circle:hover .iconbox-circle-icon:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px; }

/* border animation effect  */
.iconbox-circle-icon:before {
  content: '';
  position: absolute;
  border: #0E406C solid 4px;
  border-radius: 50px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: top .5s, right .5s, bottom .5s, left .5s;
  -moz-transition: top .5s, right .5s, bottom .5s, left .5s;
  -ms-transition: top .5s, right .5s, bottom .5s, left .5s;
  -o-transition: top .5s, right .5s, bottom .5s, left .5s;
  transition: top .5s, right .5s, bottom .5s, left .5s; }

/* style 5 (with a rectangle) */
.iconbox-rectangle {
  position: relative;
  background-color: #677999;
  padding: 40px;
  margin-bottom: 15px;
  color: #fff;
  text-align: center; }
  .iconbox-rectangle > .iconbox-rectangle-icon {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: -25%;
    display: inline-block;
    background-color: #677999;
    border-radius: 100%;
    width: 90px;
    height: 90px;
    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
    -ms-transition: background-color .5s;
    -o-transition: background-color .5s;
    transition: background-color .5s; }
    .iconbox-rectangle > .iconbox-rectangle-icon i {
      font-size: 36px;
      line-height: 90px; }
  .iconbox-rectangle > h4,
  .iconbox-rectangle > p {
    color: inherit; }

.iconbox-rectangle.light,
.iconbox-rectangle.light .iconbox-rectangle-icon {
  background-color: #0E406C; }

.iconbox-rectangle.light:hover .iconbox-rectangle-icon {
  color: #0E406C; }

.iconbox-rectangle:hover > .iconbox-rectangle-icon {
  background-color: #fff;
  color: #677999; }

/* style 1 */
.iconbox.style1 {
  background-color: #f7f7f7;
  padding: 4px 20px 4px 4px; }
  .iconbox.style1 i {
    display: inline-block;
    float: left;
    font-size: 48px;
    background-color: #fff;
    color: #677999;
    padding: 40px;
    margin-right: 20px; }

/* style 2 */
.iconbox.style2 {
  padding: 4px 30px 4px 4px;
  background: transparent; }
  .iconbox.style2 i {
    display: inline-block;
    float: left;
    font-size: 60px;
    color: #0E406C;
    padding: 20px;
    margin-right: 20px; }
  .iconbox.style2 a {
    display: block;
    color: #484747; }
    .iconbox.style2 a i {
      font-size: 14px;
      padding: 3px 0 0 0;
      margin-right: 5px; }

/* style 3 */
.iconbox.style3 {
  background-color: transparent;
  margin-bottom: 20px;
  padding: 0 15px 0 15px;
  text-align: center; }
  .iconbox.style3 > i {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 36px;
    text-align: center;
    color: #0E406C; }

/* style 4 */
.iconbox.style4 {
  position: relative;
  background-color: #f7f7f7;
  padding: 40px;
  margin-bottom: 30px;
  color: #fff;
  text-align: center; }
  .iconbox.style4 > .iconbox-icon {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: -25%;
    display: inline-block;
    border-radius: 100%;
    width: 90px;
    height: 90px;
    background-color: #0E406C;
    color: #fff;
    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
    -ms-transition: background-color .5s;
    -o-transition: background-color .5s;
    transition: background-color .5s; }
    .iconbox.style4 > .iconbox-icon > i {
      font-size: 36px;
      line-height: 55px; }
  .iconbox.style4 h4 {
    margin: 25px 0 20px 0;
    color: #484747; }
  .iconbox.style4 > p {
    color: #a3a2a2;
    margin-bottom: 15px; }
  .iconbox.style4 a {
    color: #484747; }
  .iconbox.style4 .icon-arrow-long-right {
    color: #0E406C; }
  .iconbox.style4:hover .iconbox-icon {
    background-color: #fff;
    color: #0E406C; }

/* style 5 */
.iconbox.style5 {
  margin-bottom: 10px;
  padding-left: 0;
  padding: 10px 10px 0 0;
  background-color: transparent; }
  .iconbox.style5 > .iconbox-icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    float: left;
    padding: 0;
    margin: 0 25px 60px 0;
    text-align: center;
    font-size: 24px;
    background-color: #0E406C;
    color: #fff;
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -ms-transition: -ms-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform .5s; }
    .iconbox.style5 > .iconbox-icon i {
      line-height: 70px; }
  .iconbox.style5 h4,
  .iconbox.style5 p {
    text-align: left; }

/* count box */
.countbox {
  /* on hover */ }
  .countbox .countbox-icon {
    width: 150px;
    height: 150px;
    margin: 0 auto 15px auto;
    border: 2px solid #d0d0d0;
    border-radius: 100%;
    -webkit-transition: border-color .5s;
    -moz-transition: border-color .5s;
    -ms-transition: border-color .5s;
    -o-transition: border-color .5s;
    transition: border-color .5s; }
  .countbox i {
    background-color: #d0d0d0;
    font-size: 24px;
    padding: 20px;
    border-radius: 100%;
    line-height: 150px;
    color: #fff;
    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
    -ms-transition: background-color .5s;
    -o-transition: background-color .5s;
    transition: background-color .5s; }
  .countbox p {
    font-size: 16px; }
  .countbox span {
    color: #0E406C;
    font-size: 20px; }
  .countbox:hover .countbox-icon {
    border-color: #677999; }
    .countbox:hover .countbox-icon i {
      background-color: #677999; }

/* style 2 */
.countbox.style2 .timer {
  font-size: 80px;
  font-weight: 300;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  color: #677999;
  font-style: italic; }

/* -----------------------------------------------------------------------------
// 17. IMAGE FRAMES
// ----------------------------------------------------------------------------- */
/* Big Slider */
.bx-wrapper {
  margin-bottom: 10px;
  overflow: hidden; }
  .bx-wrapper .bx-viewport {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }

.bx-pager a {
  display: inline-block;
  width: 19%;
  margin-left: .8%; }
  .bx-pager a:first-child {
    margin-left: 0; }

/* image frames */
.img-frame.border {
  padding: 8px;
  border: 1px solid #eee; }
.img-frame.rounded {
  border-radius: 5px;
  overflow: hidden; }

/* small gallery */
.gallery-slider .gallery-slider-item {
  margin: 0 5px; }

/* slider navigation */
.gallery-slider .owl-controls {
  position: absolute;
  top: -30px;
  right: 0;
  float: none; }
.gallery-slider .owl-buttons .owl-prev,
.gallery-slider .owl-buttons .owl-next {
  float: left;
  background-color: #d0d0d0;
  color: #fff;
  font-size: 12px;
  padding: 3px 5px;
  margin-right: 4px; }
  .gallery-slider .owl-buttons .owl-prev:hover,
  .gallery-slider .owl-buttons .owl-next:hover {
    background-color: #0E406C; }

/* -----------------------------------------------------------------------------
// 18. POST SLIDERS
// ----------------------------------------------------------------------------- */
/* default style */
.post-slider .owl-controls {
  position: absolute;
  right: 20px;
  bottom: 25px; }
  .post-slider .owl-controls .owl-page span {
    width: 50px;
    height: 6px;
    margin: 0 0 0 4px;
    border-radius: 0;
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }

/* with title */
.post-slider.title img {
  margin-bottom: 15px; }
.post-slider.title .post-slider-data {
  position: absolute;
  bottom: 70px;
  right: 20px; }
  .post-slider.title .post-slider-data h3,
  .post-slider.title .post-slider-data h4 {
    display: inline-block;
    background-color: #626262;
    color: #fff;
    padding: 15px 20px;
    margin-bottom: 0; }

/* with textbox */
.post-slider.textbox .post-slider-textbox {
  position: absolute;
  width: 400px;
  left: 20px;
  bottom: 20px;
  padding: 15px;
  border-bottom: 2px solid #0E406C;
  background-color: #626262; }
  .post-slider.textbox .post-slider-textbox h3 {
    color: #d0d0d0; }

/* with overlay text */
.post-slider.overlay {
  margin-bottom: 15px; }
  .post-slider.overlay .post-slider-overlay {
    position: absolute;
    width: 350px;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 30px;
    border-right: 2px solid #0E406C;
    background-color: #626262; }
    .post-slider.overlay .post-slider-overlay h3 {
      color: #fff; }
    .post-slider.overlay .post-slider-overlay p {
      color: #d0d0d0; }

/*
// Table of content
// -----------------------------------------------------------------------------
// - 1. Product Launch
// - 2. Company Intro
// - 3. Mobile App
// - 4. Member Details
// - 5. Contact
// - 6. Portfolio
// - 7. Portfolio Read
// - 8. Services
// - 9. Terms
// - 10. Maintenance
// - 11. 404
// - 12. Coming Soon
// - 13. Blog
// - 14. Blog Read
// - 15. Blog Masonry
// - 16. Blog Grid
// - 17. FAQ
// - 18. Site Map
// - 19. Homepage
// - 20. Shop
// - 21. Other
*/
/* -----------------------------------------------------------------------------
// 1. PRODUCT LAUNCH
// ----------------------------------------------------------------------------- */
/*  Splash Intro */
.product-launch-slider-meta {
  font-family: 'Lato', sans-serif; }

.tparrows {
  opacity: 1 !important;
  visibility: visible !important;
  background-color: #fff;
  width: 30px;
  height: 30px; }
  .tparrows:before {
    font-family: "entypo";
    color: #d0d0d0;
    font-size: 24px;
    line-height: 30px; }
  .tparrows.tp-leftarrow:before {
    content: "\e622"; }
  .tparrows.tp-rightarrow:before {
    content: "\e623"; }
  .tparrows:hover {
    background-color: #fff; }
    .tparrows:hover:before {
      color: #0E406C; }

.tp-bullet {
  width: 50px;
  height: 6px;
  border-radius: 0;
  background-color: #edebeb;
  opacity: .6; }
  .tp-bullet:hover {
    background-color: #fff; }

.product-launch-slider-meta h2 {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 600;
  color: #fff; }
.product-launch-slider-meta p {
  font-size: 16px;
  color: #fff; }

.splash {
  height: 600px;
  height: 100vh;
  text-align: center;
  /* change the url to your splash backgroud image */
  background: #7dba28 url() no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .splash .splash-intro h1 {
    line-height: 600px;
    color: #fff;
    font-size: 48px;
    font-weight: bold; }

.box-featured {
  margin-top: -100px;
  padding-top: 70px; }
  .box-featured .featured-logo {
    height: 120px; }
  .box-featured .featured-logo a,
  .box-featured h4 {
    line-height: 120px; }

/*  embed Video / Audio */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .embed-container iframe,
  .embed-container object,
  .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

iframe {
  width: 100%;
  border: none; }

.section-video p {
  margin-bottom: -10px; }

.clients-slider .client-logo {
  margin: 3px; }
  .clients-slider .client-logo img {
    border: 2px solid #f7f7f7; }

/* -----------------------------------------------------------------------------
// 2. COMPANY INTRO
// ----------------------------------------------------------------------------- */
.company-intro-slider {
  font-family: "Lato", sans-serif; }
  .company-intro-slider span.small-heading {
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 18px;
    font-style: italic;
    color: #808080; }
  .company-intro-slider span.small-heading.white {
    color: #fff; }
  .company-intro-slider h2 {
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #313d53; }
  .company-intro-slider p {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    color: #787878; }

.company-intro-slider .btn,
.header-slider .btn {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px; }

@media (max-width: 650px) {
  .company-intro-slider .btn,
  .header-slider .btn {
    font-size: 12px; } }
.company-intro-slider.bright span.small-heading,
.company-intro-slider.bright h2,
.company-intro-slider.bright p {
  color: #fff; }

/* small devices */
@media (max-width: 1200px) {
  .company-intro-slider h2 {
    font-size: 24px; } }
@media (max-width: 900px) {
  .company-intro-slider span.small-heading,
  .company-intro-slider span.small-heading.white {
    display: none; }

  .company-intro-slider h2 {
    font-size: 18px; }

  .company-intro-slider p {
    height: 50px;
    overflow: hidden; }

  .company-intro-slider .btn {
    margin-top: 20px; } }
@media (max-width: 400px) {
  .company-intro-slider p {
    display: none; } }
/* with textbox */
.company-intro-slider .post-slider-textbox {
  font-family: "Lato", sans-serif;
  width: 400px;
  padding: 15px;
  border-bottom: 2px solid #0E406C;
  opacity: .7;
  background-color: #000; }
.company-intro-slider .post-slider-textbox h3 {
  color: #fff; }

/* big */
.header-slider-big h1,
.header-slider-big p {
  font-family: "Lato", sans-serif;
  text-align: center;
  color: #fff;
  text-shadow: 2px 2px 0 #4d5b73; }

.header-slider-big h1 {
  font-size: 70px;
  font-weight: 700;
  line-height: 70px; }
.header-slider-big p {
  font-size: 30px;
  line-height: 36px; }

@media (max-width: 1100px) {
  .header-slider-big h1 {
    font-size: 40px;
    line-height: 50px; }

  .header-slider-big p {
    font-size: 24px; } }
@media (max-width: 800px) {
  .header-slider-big h1 {
    font-size: 36px;
    line-height: 36px; }

  .header-slider-big p {
    font-size: 18px;
    line-height: 18px; } }
@media (max-width: 600px) {
  .header-slider-big h1 {
    font-size: 24px;
    line-height: 24px; }

  .header-slider-big p {
    margin-top: 20px;
    font-size: 12px;
    line-height: 12px; } }
.company-vission img {
  margin: 20px 0 20px 0; }

.box-press {
  position: relative;
  background-color: #fff;
  padding: 25px 25px 10px 25px;
  margin-bottom: 15px; }
  .box-press .box-press-side {
    float: left;
    width: 50px;
    margin: 0 20px 30px 0; }
  .box-press .box-press-avatar {
    width: 50px;
    height: 50px; }
  .box-press .box-press-date {
    width: 50px;
    height: 50px;
    padding-top: 5px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    background-color: #0E406C; }
    .box-press .box-press-date .date-number {
      display: inline-block;
      font-size: 24px;
      margin-top: -8px; }
  .box-press h4 {
    margin-top: 0; }
  .box-press p {
    padding-left: 12px; }

.box-press-divider {
  width: 100%;
  height: 1px;
  margin: 25px 0 15px 0;
  background-color: #f7f7f7; }

@media (max-width: 1000px) {
  .box-press-divider {
    margin-top: 30px; } }
.box-press-btn {
  margin-top: 20px;
  text-align: center; }

/* timeline testimonial */
.press-timeline {
  position: relative; }
  .press-timeline .box-press-arrow-right {
    position: absolute;
    top: 20px;
    right: -10px;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 7.5px 0 7.5px 10px; }
  .press-timeline .box-press-arrow-left {
    position: absolute;
    top: 20px;
    left: -10px;
    width: 0;
    height: 0;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    border-width: 7.5px 10px 7.5px 0; }

.press-timeline-divider {
  position: absolute;
  background-color: #fff;
  top: 0;
  bottom: 50px;
  left: 50%;
  margin-left: -1px;
  width: 2px; }

.team-profile {
  border: 2px solid #f7f7f7; }
  .team-profile .team-profile-img .profile-off {
    position: absolute;
    top: 0;
    opacity: 1;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s; }
  .team-profile:hover .team-profile-img .profile-off {
    opacity: 0; }
  .team-profile .team-profile-social {
    padding: 10px 10px 10px 15px;
    font-size: 20px;
    background-color: #f7f7f7;
    -webkit-transition: background-color 1s;
    -moz-transition: background-color 1s;
    -ms-transition: background-color 1s;
    -o-transition: background-color 1s;
    transition: background-color 1s; }
    .team-profile .team-profile-social .profile-arrow {
      float: right;
      padding-top: 3px;
      color: #a3a2a2;
      font-size: 14px;
      text-decoration: none; }
  .team-profile .team-profile-social a {
    color: #d0d0d0;
    margin-right: 10px; }
    .team-profile .team-profile-social a:hover {
      text-decoration: none; }
    .team-profile .team-profile-social a:last-child {
      margin-right: 0; }
  .team-profile:hover .team-profile-social {
    background-color: #0E406C;
    color: #fff; }
    .team-profile:hover .team-profile-social a {
      color: #fff; }

.team-profile-meta {
  margin-top: 15px;
  padding: 0 0 20px 15px; }
  .team-profile-meta .profile-name {
    margin-bottom: 0; }

.splash-promo {
  padding: 100px 0;
  background: #f7f7f7 url(../img/people.jpg) fixed; }
  .splash-promo .box-promo {
    background-color: #313d53;
    padding: 60px 60px; }
    .splash-promo .box-promo p {
      font-size: 30px;
      line-height: 40px;
      color: #fff;
      text-align: center; }
      .splash-promo .box-promo p > i {
        color: #0E406C;
        padding: 5px; }
    .splash-promo .box-promo h4 {
      margin-top: 25px;
      color: #fff;
      text-align: center;
      font-style: italic; }
    .splash-promo .box-promo .icon-quote.right:before {
      display: inline-block;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }

/* -----------------------------------------------------------------------------
// 3. MOBILE APP
// ----------------------------------------------------------------------------- */
/*  App Show Section */
.app-show {
  padding-bottom: 0; }
  .app-show .app-show-img {
    text-align: center; }
  .app-show .app-show-feature {
    margin: 50px 0 70px 0; }
  .app-show .app-show-feature i {
    padding: 8px;
    margin: 0 5px;
    border-radius: 100%;
    background-color: #0E406C;
    color: #fff; }

/*  App Zoom Section */
.app-zoom {
  padding-bottom: 0; }
  .app-zoom .app-zoom-img {
    text-align: right; }
  .app-zoom .app-zoom-feature {
    margin: 25px 0 25px 0; }
  .app-zoom .app-zoom-feature i {
    color: #0E406C;
    margin-right: 5px;
    font-size: 16px; }

/*  App Customize Section */
.app-customize {
  padding-bottom: 0; }
  .app-customize h2 {
    margin-bottom: 40px; }
  .app-customize ul li p {
    margin-left: 24px; }
  .app-customize .app-customize-img {
    text-align: center; }

.app-customize-btn {
  margin-top: 20px; }

/* -----------------------------------------------------------------------------
// 4. MEMBER DETAILS
// ----------------------------------------------------------------------------- */
.member-details {
  margin-bottom: 100px; }

.member-details-meta h2 {
  margin-bottom: 0; }

.member-details-story {
  margin-top: 30px; }
  .member-details-story p {
    margin-bottom: 20px; }

.member-details-social {
  margin-top: 30px; }
  .member-details-social i {
    margin-right: 20px;
    color: #d0d0d0;
    font-size: 24px; }
    .member-details-social i:hover {
      color: #0E406C; }

/* -----------------------------------------------------------------------------
// 5. CONTACT
// ----------------------------------------------------------------------------- */
/* google map */
.contact-map {
  margin-top: -70px;
  background-color: #b7b7b7; }

.map {
  width: 100%;
  height: 300px;
  z-index: 0;
  position: relative; }

.map-img {
  height: 200px; }

/* contact form */
.btn-stretch {
  display: block;
  padding: 15px 0;
  width: 100%; }

/* contact meta */
.contact-info {
  margin-bottom: 100px; }

.contact-meta {
  margin-bottom: 20px; }
  .contact-meta .contact-meta-icon {
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin-right: 20px;
    text-align: center;
    color: #fff;
    background-color: #677999; }
    .contact-meta .contact-meta-icon i {
      line-height: 80px;
      font-size: 30px;
      color: #fff; }

/* style 03 */
.contact-map.boxed {
  margin-top: 0;
  background: transparent; }
  .contact-map.boxed .map-embed {
    border-bottom: 3px solid #0E406C; }

.contact-list-meta li {
  display: block;
  padding-bottom: 5px;
  color: #a3a2a2; }

.contact-list-social li {
  display: inline;
  margin-right: 10px; }
  .contact-list-social li a {
    color: #d0d0d0 i;
      color-font-size: 18px; }
    .contact-list-social li a:hover {
      color: #0E406C;
      text-decoration: none; }

/* -----------------------------------------------------------------------------
// 6. PORTFOLIO
// ----------------------------------------------------------------------------- */
.portfolio-wrapper,
.portfolio-showcase-wrapper {
  margin-bottom: 50px; }

.portfolio-nav,
.portfolio-showcase-nav {
  margin-bottom: 30px;
  text-align: center; }
  .portfolio-nav .btn,
  .portfolio-showcase-nav .btn {
    margin-bottom: 10px;
    background: transparent;
    color: #a3a2a2;
    border: 1px solid #eee; }
    .portfolio-nav .btn:hover, .portfolio-nav .btn.active,
    .portfolio-showcase-nav .btn:hover,
    .portfolio-showcase-nav .btn.active {
      background-color: #0E406C;
      color: #fff; }
    .portfolio-nav .btn:focus,
    .portfolio-showcase-nav .btn:focus {
      outline: none; }

.portfolio-container .mix,
.portfolio-container-3 .mix,
.portfolio-container-2 .mix,
.portfolio-showcase-container .mix,
.portfolio-showcase-container-3 .mix,
.portfolio-showcase-container-2 .mix {
  display: none; }

.portfolio-item,
.portfolio-showcase-container .showcase-item {
  position: relative;
  display: inline-block;
  text-align: center;
  color: #fff; }

/* responsive portfolio items */
/* 4 col */
@media all and (max-width: 992px) {
  .portfolio-container .mix,
  .portfolio-container .gap,
  .portfolio-showcase-container .mix,
  .portfolio-showcase-container .gap {
    width: 32.9%; } }
@media all and (min-width: 992px) {
  .portfolio-container .mix,
  .portfolio-container .gap,
  .portfolio-showcase-container .mix,
  .portfolio-showcase-container .gap {
    width: 24.5%; } }
@media all and (max-width: 700px) {
  .portfolio-container .mix,
  .portfolio-container .gap,
  .portfolio-showcase-container .mix,
  .portfolio-showcase-container .gap {
    width: 49.5%; } }
@media all and (max-width: 600px) {
  .portfolio-container .mix,
  .portfolio-container .gap,
  .portfolio-showcase-container .mix,
  .portfolio-showcase-container .gap {
    width: 99.5%; } }
/* 3 col */
@media all and (max-width: 992px) {
  .portfolio-container-3 .mix,
  .portfolio-container-3 .gap,
  .portfolio-showcase-container-3 .mix,
  .portfolio-showcase-container-3 .gap {
    width: 32.9%; } }
@media all and (min-width: 992px) {
  .portfolio-container-3 .mix,
  .portfolio-container-3 .gap,
  .portfolio-showcase-container-3 .mix,
  .portfolio-showcase-container-3 .gap {
    width: 32.9%; } }
@media all and (max-width: 700px) {
  .portfolio-container-3 .mix,
  .portfolio-container-3 .gap,
  .portfolio-showcase-container-3 .mix,
  .portfolio-showcase-container-3 .gap {
    width: 49.5%; } }
@media all and (max-width: 600px) {
  .portfolio-container-3 .mix,
  .portfolio-container-3 .gap,
  .portfolio-showcase-container-3 .mix,
  .portfolio-showcase-container-3 .gap {
    width: 99.5%; } }
/* 2 col */
@media all and (max-width: 992px) {
  .portfolio-container-2 .mix,
  .portfolio-container-2 .gap,
  .portfolio-showcase-container-2 .mix,
  .portfolio-showcase-container-2 .gap {
    width: 49.5%; } }
@media all and (min-width: 992px) {
  .portfolio-container-2 .mix,
  .portfolio-container-2 .gap,
  .portfolio-showcase-container-2 .mix,
  .portfolio-showcase-container-2 .gap {
    width: 49.5%; } }
@media all and (max-width: 700px) {
  .portfolio-container-2 .mix,
  .portfolio-container-2 .gap,
  .portfolio-showcase-container-2 .mix,
  .portfolio-showcase-container-2 .gap {
    width: 49.5%; } }
@media all and (max-width: 600px) {
  .portfolio-container-2 .mix,
  .portfolio-container-2 .gap,
  .portfolio-showcase-container-2 .mix,
  .portfolio-showcase-container-2 .gap {
    width: 99.5%; } }
.portfolio-hover-container {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0E406C;
  color: #fff;
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -ms-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s; }

.portfolio-hover {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .portfolio-hover .icon-circle {
    width: 70px;
    height: 70px;
    margin: 0 auto 5% auto;
    border-radius: 70px;
    background-color: #fff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
    .portfolio-hover .icon-circle a {
      display: block;
      color: #0E406C;
      font-size: 24px;
      line-height: 45px;
      /* height of the circle */ }
      .portfolio-hover .icon-circle a i:before {
        display: inline-block;
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg); }

.portfolio-hover h4,
.portfolio-hover h6 {
  color: #fff; }
.portfolio-hover h4 {
  font-size: 16px; }
.portfolio-hover h6 {
  font-size: 14px; }

@media (max-width: 992px) {
  .portfolio-hover .icon-circle {
    width: 50px;
    height: 50px; }

  .portfolio-hover .icon-circle a {
    line-height: 50px;
    /* height of the circle */
    font-size: 18px; } }
/* on hover */
.portfolio-item:hover .portfolio-hover-container {
  opacity: 1; }

.portfolio-pagination,
.portfolio-showcase-pagination {
  margin-top: 30px;
  text-align: center; }

/* -----------------------------------------------------------------------------
// 8. 7. PORTFOLIO READ
// ----------------------------------------------------------------------------- */
.portfolio-single-head {
  margin-bottom: 15px; }
  .portfolio-single-head h3 {
    margin-top: 0; }
  .portfolio-single-head div {
    margin-top: 10px; }
  .portfolio-single-head a,
  .portfolio-single-head span {
    color: #a3a2a2; }
  .portfolio-single-head a:hover {
    color: #0E406C; }

.portfolio-single-info {
  margin: 20px 0; }
  .portfolio-single-info h3 {
    margin-bottom: 15px; }

.portfolio-single.portfolio-item {
  margin-bottom: 10px; }

/* -----------------------------------------------------------------------------
// 8. SERVICES
// ----------------------------------------------------------------------------- */
.services-intro {
  margin-bottom: 100px; }
  .services-intro h2 + p {
    margin-bottom: 70px; }

/* testimonials */
.splash-testimonials {
  background: #f7f7f7; }
  .splash-testimonials .testimonials-slider {
    margin-top: 30px; }
  .splash-testimonials .box-testimonial-text {
    border: 2px solid #eee;
    padding: 30px; }
    .splash-testimonials .box-testimonial-text p {
      color: #484747;
      font-size: 30px;
      line-height: 40px; }
  .splash-testimonials .box-testimonial-profile {
    margin-top: 15px; }
    .splash-testimonials .box-testimonial-profile img {
      display: inline-block;
      width: 70px;
      height: 70px;
      border-radius: 100%;
      overflow: hidden;
      margin-right: 10px; }
    .splash-testimonials .box-testimonial-profile p {
      display: inline-block;
      font-size: 16px;
      margin-top: 10px; }

/* owl slider customization */
.owl-controls {
  float: right;
  text-align: center; }
  .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /* IE life saver */ }
    .owl-controls .owl-page span {
      display: block;
      width: 12px;
      height: 12px;
      margin: 5px 7px;
      background-color: #a3b1ac;
      -webkit-border-radius: 20px;
      border-radius: 20px; }
  .owl-controls .owl-page.active span, .owl-controls.clickable .owl-page:hover span {
    background-color: #0E406C; }

/* preloading image */
.owl-item.loading {
  min-height: 150px;
  background: url(../img/AjaxLoader.gif) no-repeat center center; }

/* -----------------------------------------------------------------------------
// 9. TERMS
// ----------------------------------------------------------------------------- */
.terms {
  margin-bottom: 60px; }
  .terms .alert {
    margin-top: 20px; }
  .terms h3::first-letter {
    color: #0E406C; }
  .terms .terms-item {
    margin: 20px 0 30px 0; }

.bright-letter {
  color: #0E406C; }

/* -----------------------------------------------------------------------------
// 10. MAINTENANCE
// ----------------------------------------------------------------------------- */
.maintenance-content {
  margin-left: 10px; }

.maintenance-footer {
  padding: 80px 0;
  background-color: #f7f7f7; }
  .maintenance-footer .iconbox.light {
    background-color: #fff; }

/* -----------------------------------------------------------------------------
// 11. 404
// ----------------------------------------------------------------------------- */
.notfound {
  text-align: center; }
  .notfound h2 {
    color: #0E406C;
    padding-left: 20px;
    margin-bottom: 0; }
  .notfound span {
    padding-left: 15px;
    color: #484747;
    font-size: 20px; }
  .notfound img {
    display: inline-block;
    margin: 40px 0 50px 0; }
  .notfound input[type=search] {
    background: #fff url(../img/search.png) no-repeat scroll right center;
    margin-top: 40px;
    padding-right: 15px; }

.notfound-nav {
  background-color: #f7f7f7;
  padding: 30px 0 25px 0;
  margin-top: 30px; }
  .notfound-nav .notfound-nav-list {
    margin-left: 40px; }
  .notfound-nav .notfound-nav-list li {
    display: inline-block;
    width: 10%;
    float: left;
    text-align: center; }
  .notfound-nav .notfound-nav-list li:before {
    background-color: #d0d0d0; }
  .notfound-nav .notfound-nav-list li a {
    position: relative;
    bottom: 1px;
    color: #a3a2a2; }
  .notfound-nav .notfound-nav-list li:hover a {
    color: #484747;
    text-decoration: none; }
  .notfound-nav .notfound-nav-list li:hover:before {
    background-color: #0E406C; }

@media (max-width: 1000px) {
  .notfound-nav .notfound-nav-list li {
    width: 100%;
    text-align: left;
    margin-bottom: 10px; } }
/* style 02 */
.notfound.style2 p {
  margin-top: 20px;
  margin-bottom: 30px; }
.notfound.style2 img {
  margin-bottom: 0; }
.notfound.style2 .notfound-nav-list li {
  display: block;
  width: 100%;
  text-align: left; }
.notfound.style2 input[type=search] {
  background: #fff url(../img/search.png) no-repeat scroll right center;
  margin-top: 20px;
  padding-right: 15px;
  width: 60%; }
.notfound.style2 .notfound-nav-list {
  margin-left: 0; }

.notfound.style2
.notfound-nav.style2 {
  padding-top: 40px;
  padding-bottom: 0;
  margin-top: 0; }

/* -----------------------------------------------------------------------------
// 12. COMING SOON
// ----------------------------------------------------------------------------- */
.coming-soon-bg {
  background: #c7d8e5;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #c7d8e5 0%, #313d53 53%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #c7d8e5), color-stop(53%, #313d53));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #c7d8e5 0%, #313d53 53%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #c7d8e5 0%, #313d53 53%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #c7d8e5 0%, #313d53 53%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #c7d8e5 0%, #313d53 53%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7d8e5', endColorstr='#313d53',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.coming-soon {
  height: 700px;
  height: 100vh; }
  .coming-soon h2 {
    margin: 0 0 10px 0; }
  .coming-soon h4 {
    margin: 15px 0 0 0; }

.coming-soon-wrapper {
  padding: 10vh 0;
  padding: 50px 0; }
  .coming-soon-wrapper button {
    padding: 10px 35px; }

.coming-soon-content {
  padding: 40px 0;
  background-color: #f7f7f7; }

.coming-soon-logo {
  margin-bottom: 20px;
  text-align: center; }

.coming-soon-wrapper
.coming-soon-nav {
  padding-top: 30px; }
  .coming-soon-wrapper
  .coming-soon-nav li {
    display: inline-block;
    width: 10%;
    float: left;
    text-align: center; }
    .coming-soon-wrapper
    .coming-soon-nav li a {
      color: #677999; }

/* white version */
.coming-soon-bg.white {
  background: #fff; }
  .coming-soon-bg.white .login-nav li a {
    color: #a3a2a2; }
    .coming-soon-bg.white .login-nav li a:hover {
      color: #484747; }

@media (max-width: 1000px) {
  .coming-soon-nav {
    background-color: #313d53; }

  .coming-soon-bg.white .login-nav {
    background-color: #fff; } }
@media (max-width: 700px) {
  .coming-soon-nav li {
    width: 100%;
    text-align: left;
    margin-bottom: 10px; } }
/* coming counter */
.coming-counter {
  display: inline-block;
  width: auto;
  margin: 50px auto 0 auto; }

.coming-email {
  display: inline-block;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #eee; }
  .coming-email .form-group {
    display: inline-block;
    margin: 0; }
    .coming-email .form-group:after {
      content: "\e67d";
      font-family: "entypo";
      float: right;
      position: relative;
      color: #fff;
      background-color: #0E406C;
      display: inline-block;
      top: -39px;
      padding: 10px 13px;
      border-left: 1px solid #eee; }
  .coming-email input {
    width: 300px;
    padding: 10px 25px 8px 25px;
    margin: 0 auto;
    border-color: #eee; }
  .coming-email input[placeholder] {
    color: #a3a2a2; }
  .coming-email .footer-social a {
    margin-right: 10px;
    color: #d0d0d0;
    font-size: 18px; }
    .coming-email .footer-social a:hover {
      text-decoration: none;
      color: #0E406C; }

/* -----------------------------------------------------------------------------
// 13. BLOG
// ----------------------------------------------------------------------------- */
/*  Blog Post */
.blog-post {
  margin-bottom: 100px; }
  .blog-post .col-sm-1.no-space {
    padding: 0; }
  .blog-post .blog-post-date {
    width: 100%;
    height: 70px;
    float: left;
    padding-top: 10px;
    margin: 0 20px 30px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    background-color: #0E406C; }
    .blog-post .blog-post-date .date-number {
      display: inline-block;
      font-size: 30px;
      margin-top: -10px; }
  .blog-post .blog-post-title h2 {
    margin: 20px 0 5px 0; }
  .blog-post .blog-post-meta {
    color: #a3a2a2;
    font-style: italic; }
    .blog-post .blog-post-meta .blog-post-author,
    .blog-post .blog-post-meta .blog-post-category {
      color: #484747;
      font-style: normal; }
    .blog-post .blog-post-meta .blog-post-content {
      margin: 25px 0 20px 0; }
  .blog-post .blog-post-more a {
    color: #484747; }
  .blog-post .blog-post-more i {
    color: #0E406C; }

/*  Side Bar */
.blog-sidebar {
  /* sidebar news tabs */ }
  .blog-sidebar input[type=search] {
    background: #fff url(../img/search.png) no-repeat scroll right center;
    margin-bottom: 40px;
    padding-right: 15px; }
  .blog-sidebar .blog-sidebar-about,
  .blog-sidebar .blog-sidebar-categories,
  .blog-sidebar .blog-sidebar-news {
    margin-bottom: 40px; }
  .blog-sidebar h4 {
    margin-bottom: 15px; }
  .blog-sidebar .sidebar-news-item {
    display: block;
    padding: 10px 20px 10px 20px;
    border-bottom: 1px solid #eee; }
    .blog-sidebar .sidebar-news-item:last-child {
      padding-bottom: 0;
      border-bottom: none; }
    .blog-sidebar .sidebar-news-item img {
      width: 20%;
      float: left;
      margin-right: 5%; }
    .blog-sidebar .sidebar-news-item p {
      font-size: 16px;
      color: #484747;
      width: 75%;
      float: left; }
    .blog-sidebar .sidebar-news-item p span {
      display: block;
      margin-top: -5px;
      font-size: 12px;
      color: #a3a2a2; }
    .blog-sidebar .sidebar-news-item:hover p {
      color: #0E406C; }
  .blog-sidebar .blog-sidebar-news .tab-pane {
    padding: 20px 0; }

/* categories */
.blog-sidebar-categories ul > li {
  border-bottom: 1px solid #efefef;
  padding: 12px; }
  .blog-sidebar-categories ul > li a {
    color: #a3a2a2; }
  .blog-sidebar-categories ul > li:hover {
    border-left: 2px solid #0E406C; }
  .blog-sidebar-categories ul > li:first-child:hover {
    border-top: 1px solid #efefef; }
  .blog-sidebar-categories ul > li:hover a {
    color: #0E406C;
    text-decoration: none; }

/* sidebar tags */
.blog-sidebar-tag {
  display: inline-block;
  background-color: #f7f7f7;
  color: #a3a2a2;
  padding: 8px 10px;
  margin: 0 5px 8px 0; }
  .blog-sidebar-tag:hover {
    text-decoration: none;
    background-color: #0E406C;
    color: #fff; }

/* -----------------------------------------------------------------------------
// 14. BLOG READ
// ----------------------------------------------------------------------------- */
/* blog post tags */
.blog-post-tags h5 {
  display: inline-block;
  margin: 30px 10px 0 0; }
.blog-post-tags .blog-post-tag {
  display: inline-block;
  background-color: #f7f7f7;
  color: #a3a2a2;
  padding: 8px 10px;
  margin: 0 5px 8px 0; }
  .blog-post-tags .blog-post-tag:hover {
    text-decoration: none;
    background-color: #0E406C;
    color: #fff; }

/* about author */
.about-author {
  margin-top: 60px; }
  .about-author h4 {
    margin-bottom: 20px; }
  .about-author .about-author-wrapper {
    padding: 15px;
    border: 1px solid #f7f7f7; }
  .about-author .about-author-img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin-right: 15px;
    margin-bottom: 20px;
    float: left; }
  .about-author .about-author-meta h4 {
    margin-top: 0; }
  .about-author .about-author-foot {
    padding: 10px 15px;
    background-color: #f7f7f7; }
    .about-author .about-author-foot p {
      margin: 0; }
    .about-author .about-author-foot i {
      color: #d5d5d5;
      font-size: 18px;
      margin-left: 10px; }
    .about-author .about-author-foot a:hover i {
      color: #0E406C; }

/* comments */
.blog-comments {
  margin: 50px 0; }
  .blog-comments h3 {
    margin-bottom: 30px; }
  .blog-comments .blog-comment {
    padding: 20px 0;
    border-bottom: 1px solid #f7f7f7; }
    .blog-comments .blog-comment p {
      margin-bottom: 0; }
    .blog-comments .blog-comment h5 {
      margin: 0 0 5px 0; }
    .blog-comments .blog-comment .blog-comment-avatar {
      width: 60px;
      height: 60px;
      float: left;
      margin-right: 15px; }
    .blog-comments .blog-comment .blog-comment-date {
      font-size: 12px;
      color: #a3a2a2; }

.blog-comment-reply {
  font-size: 14px;
  font-style: italic; }

.blog-comment-form {
  margin-bottom: 100px; }

/* -----------------------------------------------------------------------------
// 15. BLOG MASONRY
// ----------------------------------------------------------------------------- */
.blog-masonry {
  padding: 30px 0 80px 0; }

.masonry-container {
  width: 100%;
  position: relative; }
  .masonry-container .galcolumn {
    padding: 15px 0; }

.masonry-post {
  position: relative;
  float: left;
  margin-bottom: 20px;
  padding: 0;
  border: 1px solid #eee; }

.masonry-post-img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

/* responsive video post */
.video-embed {
  padding: 0; }
  .video-embed h2 {
    display: none; }

.video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    border: 0; }

/* quote post */
.masonry-post.quote {
  border-bottom: 0; }
  .masonry-post.quote .masonry-post-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -99; }
  .masonry-post.quote blockquote {
    color: #fff;
    font-size: 32px;
    line-height: 34px;
    font-weight: 600;
    border-left: 0; }
  .masonry-post.quote cite {
    display: inline-block;
    padding-top: 30px;
    font-size: 18px; }

.masonry-post-title h4 {
  padding: 10px 20px 0 20px;
  margin: 0;
  color: #484747; }

.masonry-post-meta {
  padding: 0 20px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #a3a2a2; }
  .masonry-post-meta .masonry-author {
    font-style: italic;
    color: #a3a2a2; }

.masonry-post-meta
.masonry-post-content {
  padding: 15px 20px 25px 20px;
  border-top: 1px solid #eee;
  font-size: 14px;
  color: #a3a2a2; }

.masonry-post-more {
  padding: 15px 20px;
  background-color: #f7f7f7;
  font-size: 14px;
  text-align: center; }
  .masonry-post-more a {
    display: block;
    color: #808080; }
  .masonry-post-more i {
    font-size: 18px;
    padding-right: 10px; }
  .masonry-post-more:hover {
    background-color: #0E406C;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
  .masonry-post-more:hover a {
    color: #fff; }
  .masonry-post-more a:hover {
    color: #fff !important;
    text-decoration: none; }

/* load more button */
.btn-masonry-container {
  text-align: center; }

.btn-masonry {
  margin-top: 25px;
  width: 98%;
  margin: 0 auto;
  padding: 10px 25px;
  color: #fff;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }
  .btn-masonry:hover {
    color: #fff !important; }

/* -----------------------------------------------------------------------------
// 16. BLOG GRID
// ----------------------------------------------------------------------------- */
.blog-grid .blog-widget i {
  display: inline-block;
  margin-right: 5px;
  color: #484747; }

/* -----------------------------------------------------------------------------
// 17. FAQ
// ----------------------------------------------------------------------------- */
.faq .faq-sidebar {
  margin-bottom: 30px; }
.faq .nav-tabs.style4 {
  width: 100%; }
  .faq .nav-tabs.style4 > li.active > a,
  .faq .nav-tabs.style4 > li.active > a:focus,
  .faq .nav-tabs.style4 > li.active > a:hover {
    border-right: 1px solid #eee; }
.faq .faq .tab-content.style4 .tab-pane {
  border: none;
  padding-top: 0; }
  .faq .faq .tab-content.style4 .tab-pane h3 {
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 36px;
    color: #0E406C; }
.faq .faq-item {
  margin-bottom: 50px; }

.faq-2 .list-arrow li a {
  color: #a3a2a2; }

/* -----------------------------------------------------------------------------
// 18. SITE MAP
// ----------------------------------------------------------------------------- */
.site-map .list-chevron.nested {
  margin-top: 10px;
  margin-left: 15px; }
  .site-map .list-chevron.nested.deep {
    margin-left: 25px; }
  .site-map .list-chevron.nested li:before {
    background-color: #d0d0d0; }
  .site-map .list-chevron.nested li:hover:before {
    background-color: #0E406C; }
  .site-map .list-chevron.nested li a {
    color: #a3a2a2; }
  .site-map .list-chevron.nested li:hover a {
    color: #484747;
    text-decoration: none; }

/* -----------------------------------------------------------------------------
// 19. HOMEPAGE
// ----------------------------------------------------------------------------- */
/* Home Blog  */
.home-blog .btn-masonry {
  width: 90%; }

/* Home Classic 01  */
.showcase-item {
  position: relative;
  margin: 0 5px 15px 5px;
  /* on hover */ }
  .showcase-item figcaption {
    position: absolute;
    bottom: -1px;
    width: 100%;
    padding: 5px 0;
    background-color: #f7f7f7;
    text-align: center; }
    .showcase-item figcaption h5 {
      margin-bottom: 8px; }
  .showcase-item:hover figcaption {
    background-color: #0E406C;
    color: #fff; }
    .showcase-item:hover figcaption h5,
    .showcase-item:hover figcaption p {
      color: #fff; }
  .showcase-item:hover .showcase-item-hover {
    opacity: 1; }

/* eye & link icons */
.showcase-item-hover {
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .showcase-item-hover a {
    text-decoration: none; }
  .showcase-item-hover i {
    position: relative;
    padding: 15px;
    margin-right: -5px;
    border-radius: 100%;
    font-size: 18px;
    color: #0E406C;
    background-color: #fff; }
    .showcase-item-hover i:hover {
      z-index: 2; }
  .showcase-item-hover .different i {
    margin-right: 0;
    margin-left: -5px;
    background-color: #0E406C;
    color: #fff; }

/* slider navigation */
.showcase-slider .owl-controls {
  float: none;
  position: absolute;
  right: 0;
  bottom: 50%;
  width: 100%;
}
.showcase-slider .owl-buttons .owl-prev,
.showcase-slider .owl-buttons .owl-next {
  float: left;
  background-color: #d0d0d0;
  color: #fff;
  font-size: 14px;
  padding: 3px 5px;
  margin-right: 4px; }
  .showcase-slider .owl-buttons .owl-prev:hover,
  .showcase-slider .owl-buttons .owl-next:hover {
    background-color: #0E406C; }

/* twitter feed */
.tweet {
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding: 0 0 6px 30px;
  color: #484747; }
  .tweet::before {
    content: "\e77c";
    font-family: "entypo";
    font-size: 18px;
    color: #d0d0d0;
    position: absolute;
    top: 5px;
    left: 0; }
  .tweet p {
    color: #484747; }
  .tweet span {
    font-size: 14px;
    color: #a3a2a2; }

/* Home Classic 02  */
.portfolio-items-slider .owl-controls {
  position: absolute;
  top: -30px;
  right: 0;
  float: none; }
.portfolio-items-slider .owl-buttons .owl-prev,
.portfolio-items-slider .owl-buttons .owl-next {
  float: left;
  background-color: #d0d0d0;
  color: #fff;
  font-size: 12px;
  padding: 3px 5px;
  margin-right: 4px; }
  .portfolio-items-slider .owl-buttons .owl-prev:hover,
  .portfolio-items-slider .owl-buttons .owl-next:hover {
    background-color: #0E406C; }

/* Home Classic 03  */
.iconbox-small {
  margin: 25px 0 25px 0; }
  .iconbox-small i {
    color: #0E406C;
    margin-right: 10px;
    font-size: 16px; }

/* Home Classic 04  */
.team-items-slider .team-profile {
  margin: 0 5px; }
.team-items-slider .owl-controls {
  position: absolute;
  top: -30px;
  right: 0;
  float: none; }
.team-items-slider .owl-buttons .owl-prev,
.team-items-slider .owl-buttons .owl-next {
  float: left;
  background-color: #d0d0d0;
  color: #fff;
  font-size: 12px;
  padding: 3px 5px;
  margin-right: 4px; }
  .team-items-slider .owl-buttons .owl-prev:hover,
  .team-items-slider .owl-buttons .owl-next:hover {
    background-color: #0E406C; }

/* Home Classic 05 - 06  */
.notseen {
  opacity: 0; }

.blog-widget {
  margin-bottom: 15px; }
  .blog-widget h4 {
    margin-bottom: 0; }
  .blog-widget .blog-widget-meta {
    font-size: 12px; }
    .blog-widget .blog-widget-meta span {
      color: #484747; }

/* Home Classic 07  */
.blog-widgets-slider .blog-widget {
  margin: 0 5px; }
.blog-widgets-slider .owl-controls {
  position: absolute;
  top: -30px;
  right: 0;
  float: none; }
.blog-widgets-slider .owl-buttons .owl-prev,
.blog-widgets-slider .owl-buttons .owl-next {
  float: left;
  background-color: #d0d0d0;
  color: #fff;
  font-size: 12px;
  padding: 3px 5px;
  margin-right: 4px; }
  .blog-widgets-slider .owl-buttons .owl-prev:hover,
  .blog-widgets-slider .owl-buttons .owl-next:hover {
    background-color: #0E406C; }

.list-chevron.text {
  color: #a3a2a2; }

/* -----------------------------------------------------------------------------
// 20. SHOP
// ----------------------------------------------------------------------------- */
/*
6. SHOP
    1. GENERAL STYLES
    2. LOG-IN PAGE
	3. DASHBOARD
	4. SINGLe PRODUCT
	5. CATEGORY
	6. SHOPPING CART
	7. COMPARE PRODUCTS
	8. CHECKOUT
	9. BLANK
*/
/* 6. SHOP
================================================== */
/* General Styles */
.shop .company-intro-slider.fashion .shop-btn.light {
  background-color: #fff;
  color: #0E406C; }

.shop .company-intro-slider.fashion .shop-btn.btn-brown {
  background-color: #2d2d2d;
  color: #fff; }

.shop .company-intro-slider.fashion .shop-btn.btn-brown-light {
  background-color: #fff;
  color: #2d2d2d; }

/* kids slider */
.shop .company-intro-slider.kids .shop-btn.btn-blue {
  background-color: #313d53;
  color: #fff; }

.shop .company-intro-slider.kids .shop-btn.btn-blue-light {
  background-color: #fff;
  color: #313d53; }

.shop .company-intro-slider.kids .shop-btn.btn-pink {
  background-color: #ea447a;
  color: #fff; }

.shop .company-intro-slider.kids .shop-btn.btn-pink-light {
  background-color: #fff;
  color: #ea447a; }

.shop .company-intro-slider.kids .shop-btn.light {
  background-color: #fff;
  color: #0E406C; }

/* electronics slider */
.shop .company-intro-slider.electronics .shop-btn.light {
  background-color: #fff;
  color: #0E406C; }

/* watches slider */
.shop .company-intro-slider.watches .shop-btn.light {
  background-color: #fff;
  color: #0E406C; }

.shop .company-intro-slider.watches .shop-btn.black {
  background-color: #fff;
  color: #000; }

/* handbags slider */
.shop .company-intro-slider.handbags .shop-btn.light {
  background-color: #fff;
  color: #0E406C; }

/* shoes slider */
.shop .company-intro-slider.shoes .shop-btn.light {
  background-color: #fff;
  color: #0E406C; }

.shop .company-intro-slider.shoes .shop-btn.btn-brown {
  background-color: #2d2d2d;
  color: #fff; }

.shop .company-intro-slider.shoes .shop-btn.btn-brown-light {
  background-color: #fff;
  color: #2d2d2d; }

/* shop big slider */
.shop-btn {
  width: 120px; }

@media (max-width: 700px) {
  .shop-btn {
    width: 80px;
    font-size: 12px; } }
/* banners */
.banner {
  position: relative;
  display: table;
  height: 220px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
  /* colored banner */ }
  .banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1; }
  .banner h4 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-weight: 500; }
  .banner.colored {
    background-color: #f2623f; }
    .banner.colored .banner-content {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      color: #fff;
      font-size: 36px;
      font-weight: 500; }
      .banner.colored .banner-content p {
        font-size: 14px;
        color: #fff;
        font-weight: 300;
        margin-bottom: 5%; }
    .banner.colored h4 {
      display: inline-block;
      color: #fff;
      font-size: 45px;
      font-weight: 300; }
    .banner.colored a {
      font-size: 14px;
      font-weight: 400;
      display: block;
      margin-top: 10%;
      color: #fff; }
      .banner.colored a i {
        font-size: 12px; }

/* style 2 (shop 02) */
/* the big banner */
.banners {
  /* the smaller banners */ }
  .banners .banner.big {
    height: 450px;
    border: 10px solid #e7e9e8;
    background-color: #f3f5f4; }
    .banners .banner.big img {
      z-index: 1; }
    .banners .banner.big h4 {
      position: relative;
      display: block;
      margin-top: 20px;
      font-weight: 100;
      color: #000;
      font-size: 60px;
      z-index: 2; }
    .banners .banner.big p {
      position: relative;
      text-align: center;
      color: #000;
      font-size: 24px;
      font-weight: 200;
      letter-spacing: 4px;
      z-index: 2; }
  .banners .banner h4 {
    position: relative;
    display: block;
    text-align: center;
    margin-top: 20px;
    font-size: 24px;
    font-weight: 200;
    color: #a8956f; }
  .banners .banner.offwhite {
    border: 10px solid #e9e3d7; }
  .banners .banner.grey {
    border: 10px solid #afadae; }
    .banners .banner.grey .banner-content h4 {
      margin-right: 20px;
      margin-top: 30px;
      font-size: 60px;
      text-align: right;
      color: #fff; }

/* style 3 */
.banners.style3 {
  /* red */ }
  .banners.style3 .banner {
    padding: 2px;
    padding-bottom: 0;
    border: 5px solid #f2623f;
    text-align: center; }
  .banners.style3 .banner-border {
    height: 100%;
    border: 1px solid #f2623f; }
  .banners.style3 .banner.red h4 {
    margin: 30px 0 15px 0;
    font-size: 48px;
    color: #f2623f;
    font-weight: 300; }
  .banners.style3 .banner.red p {
    font-weight: 300;
    color: #f2623f;
    font-size: 20px; }
  .banners.style3 .banner.red a {
    display: inline-block;
    margin-top: 25px;
    color: #414141;
    font-size: 12px;
    letter-spacing: 2px; }

/* the blue banner */
.banners.style3 .banner.blue {
  background-color: #677999;
  border-color: #677999; }
  .banners.style3 .banner.blue h4,
  .banners.style3 .banner.blue p,
  .banners.style3 .banner.blue a {
    color: #fff; }
.banners.style3 .banner-border {
  border-color: #7788a8; }

/* black */
.banners.style3 .banner.black,
.banners.style3 .banner.black .banner-border {
  border-color: #2f2f2f; }
.banners.style3 .banner.black .no-rotate {
  display: table;
  width: 88%;
  height: 100%;
  float: left; }
  .banners.style3 .banner.black .no-rotate h4 {
    display: table-cell;
    font-size: 100px;
    color: #414141; }
.banners.style3 .banner.black .rotate-left {
  position: relative;
  width: 6%;
  height: 100%;
  float: left;
  border-right: 1px solid #2f2f2f; }
.banners.style3 .banner.black .rotate-right {
  position: relative;
  width: 6%;
  height: 100%;
  float: right;
  border-left: 1px solid #2f2f2f; }

.banners.style3
.banners.style3 .banner.black .rotate-left p,
.banners.style3 .banner.black .rotate-right p {
  position: absolute;
  top: 40%;
  left: -100%;
  width: 100px;
  color: #2f2f2f;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }

.banners.style3 .banner.black .rotate-right p {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

@media (min-width: 1196px) {
  .banners.style3 .banner.black .rotate-left p,
  .banners.style3 .banner.black .rotate-right p {
    left: -140%; } }
@media (min-width: 1200px) {
  .banners.style3 .banner.black .rotate-left p,
  .banners.style3 .banner.black .rotate-right p {
    left: -100%; } }
@media (max-width: 1196px) {
  .banners.style3 .banner.black .rotate-left p,
  .banners.style3 .banner.black .rotate-right p {
    left: -140%; } }
@media (max-width: 990px) {
  .banners.style3 .banner.black .rotate-left p,
  .banners.style3 .banner.black .rotate-right p {
    left: -70%; } }
@media (max-width: 630px) {
  .banners.style3 .banner.black .rotate-left p,
  .banners.style3 .banner.black .rotate-right p {
    left: -100%; } }
@media (max-width: 535px) {
  .banners.style3 .banner.black .rotate-left p,
  .banners.style3 .banner.black .rotate-right p {
    left: -130%; } }
@media (max-width: 430px) {
  .banners.style3 .banner.black .rotate-left p,
  .banners.style3 .banner.black .rotate-right p {
    left: -170%; } }
@media (max-width: 400px) {
  .banners.style3 .banner.black .rotate-left p,
  .banners.style3 .banner.black .rotate-right p {
    left: -200%; } }
/* products */
.products-title {
  margin-bottom: 40px;
  text-transform: none; }

.product {
  border: 1px solid #eee;
  margin-bottom: 20px; }

.product-sale {
  position: absolute;
  top: 20px;
  left: 20px;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  line-height: 60px;
  text-align: center;
  background-color: #e27c7c;
  color: #fff; }

.product-img {
  position: relative;
  width: 100%;
  height: 100%; }

.product-img-hover {
  position: absolute;
  top: 45%;
  width: 100%;
  opacity: 0;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .product-img-hover .icon-circle {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    margin-right: 10px;
    background-color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 22px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; }
    .product-img-hover .icon-circle:before {
      content: none; }
    .product-img-hover .icon-circle:last-child {
      margin-right: 0; }
    .product-img-hover .icon-circle:hover {
      text-decoration: none;
      background-color: #0E406C;
      color: #fff !important; }

.product-name h4 {
  padding: 10px 10px;
  font-size: 16px;
  font-weight: 400;
  color: #484747; }

.product-price h4 {
  padding: 0 10px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #0E406C; }

.product-rating {
  padding: 15px 10px;
  border-top: 1px solid #eee;
  color: #dbdbdb; }
  .product-rating i {
    font-size: 16px; }
  .product-rating .active {
    color: #e27a7a; }
  .product-rating .compare {
    color: #c4c3c3; }

.product-add {
  padding: 15px 10px;
  background-color: #f7f7f7;
  font-size: 14px;
  text-align: center; }
  .product-add a {
    color: #808080; }
    .product-add a:hover {
      text-decoration: none; }
  .product-add i {
    font-size: 18px;
    padding-right: 10px; }
  .product-add:hover {
    background-color: #0E406C;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .product-add:hover a {
      color: #fff !important; }

/* product on hover */
.product:hover .product-img-hover {
  opacity: 1; }

/* brands */
.brands-title {
  margin-bottom: 30px;
  text-transform: none; }

.brand-box {
  position: relative;
  width: 100%;
  height: 140px;
  margin-bottom: 20px;
  text-align: center; }
  .brand-box img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: .3;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s; }

/* on hover */
.brand-box:hover {
  background-color: #fff; }
  .brand-box:hover img {
    opacity: 1; }

/* products filtering */
.shop-products-nav {
  margin-bottom: 15px;
  text-align: right; }
  .shop-products-nav .btn {
    margin-bottom: 10px;
    background: #ececec;
    color: #969595;
    border: 1px solid #eee; }
  .shop-products-nav .btn:hover,
  .shop-products-nav .btn.active {
    background-color: #677999;
    color: #fff; }
  .shop-products-nav .btn:focus {
    outline: none; }

@media all and (max-width: 600px) {
  .shop-products-nav {
    text-align: left; } }
.shop-products-container .mix {
  display: none; }
.shop-products-container .product {
  margin-right: 15px;
  margin-left: 15px;
  position: relative;
  display: inline-block;
  color: #fff; }

/* 4 col */
@media all and (max-width: 992px) {
  .shop-products-container .mix {
    width: 32.9%; } }
@media all and (min-width: 992px) {
  .shop-products-container .mix {
    width: 24.77%; } }
@media all and (max-width: 700px) {
  .shop-products-container .mix {
    width: 49.5%; } }
@media all and (max-width: 600px) {
  .shop-products-container .mix {
    width: 99.5%; } }
/* from the blog */
.shop .blog-post .blog-post-title h4 {
  margin-bottom: 5px; }

.shop .blog-post .blog-post-content {
  margin-top: 15px; }

/* products slider */
.shop-products-slider .product {
  margin: 0 5px; }

.shop-products-slider .owl-controls {
  position: absolute;
  top: -30px;
  right: 0;
  float: none; }

.shop-products-slider .owl-buttons .owl-prev,
.shop-products-slider .owl-buttons .owl-next {
  float: left;
  background-color: #d0d0d0;
  color: #fff;
  font-size: 12px;
  padding: 3px 5px;
  margin-right: 4px; }

.shop-products-slider .owl-buttons .owl-prev:hover,
.shop-products-slider .owl-buttons .owl-next:hover {
  background-color: #0E406C; }

/* shop sidebar */
.shop-sidebar .shop-sidebar-item {
  margin-bottom: 50px; }

.shop-sidebar .shop-sidebar-item h4 {
  margin-top: 0;
  margin-bottom: 20px; }

.shop-sidebar .shop-sidebar-item .panel-group h4 {
  margin-bottom: 0; }

/* featured products slider */
.featured-products-slider .owl-controls {
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  float: none; }

.featured-products-slider .owl-buttons .owl-prev,
.featured-products-slider .owl-buttons .owl-next {
  float: left;
  background-color: #d0d0d0;
  color: #fff;
  font-size: 12px;
  padding: 3px 5px; }

.featured-products-slider .owl-buttons .owl-next {
  float: right; }

.featured-products-slider .owl-buttons .owl-prev:hover,
.featured-products-slider .owl-buttons .owl-next:hover {
  background-color: #0E406C; }

/* related products widget */
.shop-related-product {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #eee; }

.shop-related-product img {
  width: 20%;
  float: left;
  margin-right: 5%; }

.shop-related-product .inner {
  font-size: 16px;
  color: #484747;
  width: 75%;
  float: left; }

.shop-related-product .inner .heading {
  color: #484747;
  display: inline-block;
  margin-bottom: 5px; }

.shop-related-product .inner .product-rating {
  display: block;
  border: none;
  padding: 0;
  margin-top: -2px; }

.shop-related-product .inner .product-rating i {
  display: inline-block;
  font-size: 14px;
  margin-left: -3px; }

.shop-related-product .inner .product-price {
  display: block;
  margin-top: 5px;
  color: #0E406C; }

/* categories-accordion */
.shop-categories-accordion,
.shop-custom-block {
  border: 1px solid #0E406C;
  margin-bottom: 20px; }

.shop-categories-accordion h5,
.shop-custom-block h5 {
  font-size: 18px;
  padding: 20px 25px;
  margin: 0;
  background: #0E406C;
  color: #fff; }

.shop-custom-block p {
  padding: 20px 30px; }

.shop-categories-accordion .panel-group.style4 .list-dotted {
  padding: 10px 0;
  margin-bottom: 0; }

.shop-categories-accordion .panel-group.style4 .list-dotted li {
  padding: 10px 30px;
  margin-bottom: 0;
  color: #a3a2a2; }

.shop-categories-accordion .panel-group.style4 .list-dotted li:hover,
.shop-categories-accordion .panel-group.style4 .list-dotted li.active {
  cursor: pointer;
  background-color: #f7f7f7;
  color: #484747; }

.shop-categories-accordion .panel-group.style4 .panel-default .panel-body {
  padding: 0; }

.shop-categories-accordion .panel-group.style4 .panel-default .panel-heading .panel-title a {
  border-top: 1px solid #eee; }

/*--------- 2. LOG-IN ---------*/
.login-bg {
  background: #c7d8e5;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #c7d8e5 0%, #313d53 53%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #c7d8e5), color-stop(53%, #313d53));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #c7d8e5 0%, #313d53 53%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #c7d8e5 0%, #313d53 53%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #c7d8e5 0%, #313d53 53%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #c7d8e5 0%, #313d53 53%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7d8e5', endColorstr='#313d53',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.login {
  height: 700px;
  height: 100vh; }

.login-wrapper {
  padding-top: 10vh; }

.login-content {
  padding: 80px 0;
  background-color: #f7f7f7; }

.login-logo {
  margin-bottom: 20px;
  text-align: center; }

.login h3 {
  margin: 0 0 10px 0; }

.login h4 {
  margin: 15px 0 0 0; }

.login-wrapper button {
  padding: 10px 35px; }

.login-nav {
  padding-top: 30px; }

.login-nav li {
  display: inline-block;
  width: 10%;
  float: left;
  text-align: center; }

.login-nav li a {
  color: #677999; }

/* white version */
.login-bg.white {
  background: #fff; }

.login-bg.white .login-nav li a {
  color: #a3a2a2; }

.login-bg.white .login-nav li a:hover {
  color: #484747; }

@media (max-width: 1000px) {
  .login-nav {
    background-color: #313d53; }

  .login-bg.white .login-nav {
    background-color: #fff; } }
@media (max-width: 700px) {
  .login-nav li {
    width: 100%;
    text-align: left;
    margin-bottom: 10px; } }
/*--------- 3. DASHBOARD ---------*/
.shop-dashboard {
  margin-bottom: 80px; }

.shop-dashboard-list {
  border: 1px solid #0E406C;
  margin-bottom: 20px; }

.shop-dashboard-list h4 {
  padding: 20px 25px;
  margin: 0;
  background: #0E406C;
  color: #fff; }

.shop-dashboard-list ul {
  margin-bottom: 0; }

.shop-dashboard-list li {
  padding: 15px 25px;
  border-bottom: 1px solid #eee; }

.shop-dashboard-list li:last-child {
  border-bottom: none;
  padding-bottom: 15px; }

.shop-dashboard-list li:hover {
  background-color: #f7f7f7;
  cursor: pointer; }

.shop-dashboard-list li i {
  font-size: 8px;
  margin: 0 10px 5px 0;
  color: #a3a2a2; }

.shop-dashboard-list li a {
  color: #a3a2a2; }

.shop-dashboard-list li:hover a,
.shop-dashboard-list li:hover i {
  color: #484747;
  text-decoration: none; }

/* dashboard content */
.shop-dashboard .shop-dashboard-content h5 {
  color: #0E406C;
  margin-top: 0; }

.shop-dashboard .shop-dashboard-content h5 + p {
  padding-bottom: 15px;
  border-bottom: 1px solid #eee; }

.shop-dashboard .shop-dashboard-content h4 {
  margin: 40px 0 25px 0; }

.shop-dashboard .dashboard-item h5 {
  padding-bottom: 10px;
  color: #484747;
  border-bottom: 1px solid #eee; }

.shop-dashboard .dashboard-item h5 + p {
  border-bottom: 0; }

.shop-dashboard .dashboard-edit {
  color: #677999; }

/*--------- 4. SINGLE PRODUCT ---------*/
/* product title and price */
.shop-product-price {
  color: #0E406C; }

/* product meta data */
.shop-product-meta {
  margin: 30px 0 15px 0; }

.shop-single-product .shop-product-meta ul li {
  display: inline;
  width: 33%;
  float: left;
  padding: 20px 0 20px 20px;
  color: #a3a2a2;
  background-color: #f7f7f7;
  border-right: 1px solid #fff; }

.shop-single-product .shop-product-meta img {
  float: left;
  width: 10%; }

.shop-single-product .shop-product-meta .product-meta-left {
  width: 85%;
  float: left;
  margin-left: 5%; }

.shop-single-product .shop-product-meta span {
  display: block; }

.shop-single-product .shop-product-meta .product-meta-data {
  color: #484747; }

/* with sidebar */
.shop-single-product.single-sidebar .shop-product-meta li {
  display: block;
  margin-bottom: 10px;
  width: 100%; }

.shop-single-product.single-sidebar .shop-product-meta .product-meta-data {
  display: block;
  color: #484747; }

.shop-single-product .shop-product-foot {
  margin-bottom: 20px; }

/* product rating */
.shop-single-product .shop-product-foot .product-rating {
  border-top: 0;
  padding: 0; }

.shop-single-product .shop-product-foot .product-rating .compare {
  margin-left: 15px;
  color: #484747; }

/* product share */
.shop-single-product .shop-product-foot .product-share i {
  font-size: 16px;
  margin-left: 10px;
  color: #d0d0d0; }

.shop-single-product .shop-product-foot .product-share a:hover i {
  color: #0E406C; }

/* product footer */
.product-footer {
  margin: 50px 0 60px 20px; }

/* product reveiws */
.product-reviews {
  padding: 15px 25px;
  border: 1px solid #eee; }

/* product add to card */
.product-footer-list ul li {
  padding: 10px 20px;
  color: #a3a2a2;
  background-color: #f7f7f7;
  border: 1px solid #eee; }

.product-footer-list ul li.active {
  background-color: #fff;
  border-right: 0; }

.product-footer-list ul li.active a {
  color: #0E406C; }

.product-footer-list ul li a {
  color: #a3a2a2;
  text-decoration: none; }

.product-footer-list li i {
  color: #0E406C;
  font-size: 18px;
  margin: 0 10px 0 0; }

/* product review */
.product-review {
  padding: 20px 0;
  border-bottom: 1px solid #f7f7f7; }

.product-footer .product-rating {
  border: 0;
  padding-top: 0;
  margin-top: -10px; }

.product-review p {
  margin-bottom: 0; }

.product-review .product-review-avatar {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  overflow: hidden;
  float: left;
  margin-right: 15px; }

.product-review .product-review-date {
  font-size: 12px;
  color: #a3a2a2; }

.product-review h5 {
  color: #0E406C;
  margin: 0 0 5px 0; }

/* write a review */
.product-review-write {
  margin-top: 40px; }

.product-review-write .product-rating-item {
  border-bottom: 1px solid #eee; }

.product-review-write .product-rating-item h5,
.product-review-write .product-rating-item .product-rating {
  display: inline-block; }

.product-review-write .product-rating-item .product-rating {
  margin-top: 10px;
  padding: 0; }

/* review wrtiting form */
.product-review-write .product-review-form {
  margin-top: 30px; }

/* similar products */
.product-similar {
  margin-bottom: 100px; }

/*--------- 5. CATEGORY PAGES ---------*/
.shop-category-controls p {
  display: inline-block; }

.shop-category-controls .select-container {
  display: inline-block;
  position: relative;
  border: 1px solid #eee;
  color: #484747;
  height: 30px;
  width: 150px;
  font-size: 12px;
  padding: 5px 0;
  padding-left: 15px;
  margin-left: 5px; }

.shop-category-controls .select-container:hover,
.shop-category-controls .select-container select:hover {
  cursor: pointer; }

.shop-category-controls .select-container:after {
  content: "\e650";
  font-family: "entypo";
  float: right;
  color: #a3a2a2;
  display: inline-block;
  margin-top: -5px;
  padding: 5px 8px;
  border-left: 1px solid #eee; }

.shop-category-controls .select-container select {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.shop-category-controls .category-grid-icon {
  margin-left: 20px; }

.shop-category-controls .category-grid-icon,
.shop-category-controls .category-list-icon {
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  font-size: 18px;
  color: #a3a2a2;
  border: 1px solid #eee; }

.shop-category-controls .category-grid-icon i,
.shop-category-controls .category-list-icon i {
  line-height: 25px; }

.shop-category-controls .category-grid-icon:hover,
.shop-category-controls .category-list-icon:hover,
.shop-category-controls .category-grid-icon.active,
.shop-category-controls .category-list-icon.active {
  cursor: pointer;
  text-decoration: none;
  border-color: #0E406C;
  background-color: #0E406C;
  color: #fff; }

/* shop by */
.shop-shopby {
  border: 1px solid #0E406C;
  border-top: none;
  margin-bottom: 20px; }

.shop-shopby h5 {
  font-size: 18px;
  padding: 20px 25px;
  margin: 0;
  background: #0E406C;
  color: #fff; }

.shop-shopby .shopby-item {
  color: #484747;
  padding: 10px 30px;
  border-bottom: 1px solid #eee; }

.shop-shopby .shopby-item p {
  border: none;
  color: #484747;
  margin-bottom: 5px; }

/* range scrollbar */
/* rating */
.shop-shopby .shopby-item .product-rating {
  border: none;
  padding: 0; }

.shop-shopby .shopby-item .product-rating i {
  margin-left: -2px; }

.shop-shopby .shopby-item .reviews {
  color: #a3a2a2;
  font-size: 12px; }

.shop-shopby .shopby-item .filter-color-icon {
  display: inline-block;
  width: 18%;
  height: 36px;
  padding: 5px;
  margin-bottom: 5px;
  border: 1px solid #eee; }

.shop-shopby .shopby-item .filter-color-icon i {
  display: block;
  width: 100%;
  height: 100%; }

.shop-shopby .shopby-item .filter-color-icon:hover {
  cursor: pointer;
  border-color: #0E406C; }

/* filter colors */
.shop-shopby .shopby-item .filter-color-icon .purple {
  background-color: #fff; }

.shop-shopby .shopby-item .filter-color-icon .purple {
  background-color: #896592; }

.shop-shopby .shopby-item .filter-color-icon .grey {
  background-color: #939197; }

.shop-shopby .shopby-item .filter-color-icon .lightblue {
  background-color: #9fb1b1; }

.shop-shopby .shopby-item .filter-color-icon .pink {
  background-color: #954468; }

.shop-shopby .shopby-item .filter-color-icon .lightgrey {
  background-color: #bacad8; }

.shop-shopby .shopby-item .filter-color-icon .lightpink {
  background-color: #fd998d; }

.shop-shopby .shopby-item .filter-color-icon .red {
  background-color: #a7081f; }

.shop-shopby .shopby-item .filter-color-icon .black {
  background-color: #2a2527; }

.shop-shopby .shopby-item .filter-color-icon .lightpurple {
  background-color: #7d85ed; }

/* filtering sizes */
.shop-shopby .shopby-item .filter-size-icon {
  display: inline-block;
  width: 18%;
  height: 36px;
  text-align: center;
  line-height: 24px;
  padding: 5px;
  margin-bottom: 5px;
  border: 1px solid #eee; }

.shop-shopby .shopby-item .filter-size-icon:hover,
.shop-shopby .shopby-item .filter-size-icon.active {
  cursor: pointer;
  background-color: #0E406C;
  color: #fff;
  border-color: #0E406C; }

.range-input-contianer {
  margin: 20px 0; }

.range-input-contianer .back-bar .pointer {
  background-color: #677999;
  background-image: none;
  border: none;
  top: -6px; }

.range-input-contianer .back-bar .selected-bar {
  background-color: #677999;
  background-image: none; }

.range-input-contianer .back-bar {
  height: 2px;
  background-color: #eee; }

.range-input-contianer .slider-container .scale {
  top: 4px; }

.range-input-contianer .slider-container .scale span {
  border: none;
  font-family: 'Lato', sans-serif;
  font-size: 10px; }

.range-input-contianer .slider-container .scale span ins:after {
  content: "$"; }

/* products list style */
.product.list-style .product-img {
  width: 25.6%;
  float: left; }

.product.list-style .product-meta {
  width: 74.4%;
  float: left;
  border: 1px solid #eee; }

@media (max-width: 1170px) {
  .product.list-style .product-meta {
    width: 63.5%; }

  .product.list-style .product-img {
    width: 36.5%; } }
@media (max-width: 740px) {
  .product.list-style .product-meta {
    width: 100%; }

  .product.list-style .product-img {
    width: 100%; } }
.product.list-style .product-img-hover {
  position: absolute;
  top: 45%;
  width: 100%;
  opacity: 0;
  text-align: center;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.product.list-style .product-img-hover .icon-circle {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  margin-right: 10px;
  background-color: #fff;
  text-align: center;
  line-height: 60px;
  font-size: 22px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

.product.list-style .product-img-hover .icon-circle:before {
  content: none; }

.product.list-style .product-img-hover .icon-circle:last-child {
  margin-right: 0; }

.product.list-style .product-img-hover .icon-circle:hover {
  text-decoration: none;
  background-color: #0E406C;
  color: #fff !important; }

.product.list-style .product-name h4 {
  padding: 20px 0 10px 25px;
  font-size: 16px;
  font-weight: 400;
  color: #484747; }

.product.list-style .product-price h4 {
  padding: 0 0 0 25px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #0E406C; }

.product.list-style .product-description {
  padding: 0 25px 0 25px; }

.product-rating {
  padding: 15px 25px;
  border-top: 1px solid #eee;
  color: #dbdbdb; }

.product-rating i {
  font-size: 16px; }

.product-rating .active {
  color: #e27a7a; }

.product-rating .compare {
  color: #c4c3c3; }

.product-add {
  padding: 15px 10px;
  background-color: #f7f7f7;
  font-size: 14px;
  text-align: center; }

.product-add a {
  color: #808080; }

.product-add a:hover {
  text-decoration: none; }

.product-add i {
  font-size: 18px;
  padding-right: 10px; }

.product-add:hover {
  background-color: #0E406C;
  color: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

.product-add:hover a {
  color: #fff !important; }

/* product on hover */
.product:hover .product-img-hover {
  opacity: 1; }

.shop-category-banner {
  position: relative;
  height: 300px;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 50px 0 0 40px; }

.shop-category-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.shop-category-banner h2 {
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff; }

.shop-category-banner p {
  width: 40%;
  color: #fff; }

@media (max-width: 700px) {
  .shop-category-banner p {
    width: 90%; } }
/* sidebar news tabs */
.shop-sidebar .sidebar-news-item {
  display: block;
  padding: 10px 20px 10px 20px;
  border-bottom: 1px solid #eee; }

.shop-sidebar .sidebar-news-item:last-child {
  padding-bottom: 0;
  border-bottom: none; }

.shop-sidebar .sidebar-news-item img {
  width: 20%;
  float: left;
  margin-right: 5%; }

.shop-sidebar .shop-sidebar-news .tab-pane {
  padding: 20px 0; }

.shop-sidebar .sidebar-news-item p {
  font-size: 16px;
  color: #484747;
  width: 75%;
  float: left; }

.shop-sidebar .sidebar-news-item p span {
  display: block;
  margin-top: -5px;
  font-size: 12px;
  color: #a3a2a2; }

.shop-sidebar .sidebar-news-item:hover p {
  color: #0E406C; }

/* sidebar tags */
.shop-sidebar-tag {
  display: inline-block;
  background-color: #f7f7f7;
  color: #a3a2a2;
  padding: 8px 10px;
  margin: 0 5px 8px 0; }

.shop-sidebar-tag:hover {
  text-decoration: none;
  background-color: #0E406C;
  color: #fff; }

/*--------- 6. SHOPPING CART ---------*/
.table-shopping-cart > thead > tr > th {
  background-color: #f7f7f7;
  color: #484747;
  padding: 10px 0 10px 30px;
  text-align: left; }

.table-shopping-cart > tbody > tr > td {
  text-align: left;
  padding: 15px 0 15px 25px;
  vertical-align: middle;
  color: #484747; }

.table-shopping-cart > tbody > tr > .product-thumbnail img {
  display: inline-block;
  margin-right: 10px; }

.table-shopping-cart > tbody > tr > .product-thumbnail span {
  color: #484747; }

/* quantity */
.quantity-bar > li {
  display: inline-block;
  margin-right: -5px; }

.quantity-bar > li > a {
  display: inline-block;
  width: 25px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #a3a2a2;
  background-color: #fff;
  border: 1px solid #ddd; }

.quantity-bar > li > .quantity-bar-control {
  background-color: #f7f7f7;
  color: #a3a2a2; }

.quantity-bar > li > a:hover {
  background-color: #f7f7f7;
  color: #484747;
  text-decoration: none; }

.quantity-bar > li:first-child > a,
.quantity-bar > li:last-child > a {
  border-radius: 0; }

.table-shopping-cart > tbody > tr > .quantity-bar-total {
  color: #0E406C; }

/* calculate shipping */
.shop-shipping-calc,
.shop-shipping-totals {
  padding: 25px 20px;
  border: 1px solid #eee; }

.shop-shipping-calc input {
  display: inline-block;
  width: 49%;
  margin-right: 1%;
  margin-top: 20px;
  border: 1px solid #eee; }

.shop-shipping-calc input.no-space-right {
  margin-right: 0; }

.shop-shipping-calc .select-container {
  display: block;
  position: relative;
  border: 1px solid #eee;
  color: #484747;
  height: 50px;
  width: 100%;
  font-size: 12px;
  padding: 15px 0 0 15px;
  padding-left: 15px; }

.shop-shipping-calc .select-container:hover,
.shop-shipping-calc .select-container select:hover {
  cursor: pointer; }

.shop-shipping-calc .select-container:after {
  content: "\e650";
  font-family: "entypo";
  float: right;
  color: #a3a2a2;
  display: inline-block;
  margin-top: -15px;
  padding: 16px;
  border-left: 1px solid #eee; }

.shop-shipping-calc .select-container select {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

/* cart totals */
.shop-shipping-totals .totals-meta {
  margin-bottom: 10px; }

.shop-shipping-totals .totals-meta .total-price {
  color: #0E406C;
  font-size: 18px; }

.shop-shipping-totals .totals-meta.bordered {
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px; }

.shop-shipping-totals .btn {
  display: inline-block;
  margin-top: 18px; }

/*--------- 7. COMPARE PRODUCTS ---------*/
.table-compare-products-title {
  background-color: #f7f7f7;
  margin-bottom: 0;
  padding: 15px 0 15px 25px; }

.table-compare-products > thead {
  display: none; }

.table-compare-products.table-default > thead > tr > th {
  background-color: #f7f7f7;
  color: #484747;
  padding: 10px 0 10px 30px;
  text-align: left; }

.table-compare-products > tbody > tr > td {
  text-align: left;
  padding: 15px 0;
  vertical-align: middle;
  color: #a3a2a2;
  text-align: center; }

.table-compare-products > tbody > tr > td.title {
  color: #484747;
  width: 10%; }

.comparing-product {
  text-align: center; }

.comparing-product img {
  height: 300px;
  margin-bottom: 5px; }

.comparing-product span {
  display: block;
  font-size: 18px;
  color: #0E406C;
  margin-bottom: 15px; }

.comparing-product button {
  margin-bottom: 10px; }

.table-compare-products .product-rating {
  padding: 15px 10px;
  border-top: none;
  color: #dbdbdb; }

.table-compare-products .product-rating i {
  font-size: 16px;
  margin-left: -3px; }

.table-compare-products .product-rating .active {
  color: #e27a7a; }

.table-compare-products .comparing-product-summery {
  width: 60%;
  margin: 0 auto; }

/*--------- 8. CHECKOUT ---------*/
.shop-checkout .checkout-item {
  margin-bottom: 20px; }

.shop-checkout .coupon-banner {
  padding: 15px 25px;
  background-color: #677999; }

.shop-checkout .coupon-banner h4 {
  color: #fff;
  margin-top: 15px; }

.shop-checkout .coupon-banner input {
  padding: 7px 25px;
  margin-top: 5px;
  width: 300px; }

.shop-checkout label {
  color: #484747; }

.shop-checkout .checkout-item.half {
  width: 47%;
  margin-right: 3%;
  float: left; }

.shop-checkout .checkout-item.no-space-right {
  margin-right: 0;
  width: 50%; }

.shop-checkout .select-container {
  display: inline-block;
  position: relative;
  border: 1px solid #eee;
  color: #484747;
  height: 40px;
  width: 100%;
  font-size: 12px;
  padding: 10px 0;
  padding-left: 15px; }

.shop-checkout .select-container:hover,
.shop-checkout .select-container select:hover {
  cursor: pointer; }

.shop-checkout .select-container:after {
  content: "\e650";
  font-family: "entypo";
  float: right;
  color: #a3a2a2;
  display: inline-block;
  margin-top: -10px;
  padding: 11px 8px;
  border-left: 1px solid #eee; }

.shop-checkout .select-container select {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.shop-checkout input[type=checkbox] {
  margin-right: 5px;
  cursor: pointer; }

.payment-note {
  margin: 20px 0;
  padding: 15px 40px 15px 20px;
  background-color: #f7f7f7;
  color: #a3a2a2; }

.payment-method {
  display: block;
  margin-bottom: 5px; }

.payment-method img {
  margin-left: 5px; }

/*--------- 9. BLANK ---------*/
.blank-bg {
  background: #c7d8e5;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #c7d8e5 0%, #313d53 53%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #c7d8e5), color-stop(53%, #313d53));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #c7d8e5 0%, #313d53 53%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #c7d8e5 0%, #313d53 53%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #c7d8e5 0%, #313d53 53%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #c7d8e5 0%, #313d53 53%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7d8e5', endColorstr='#313d53',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.blank {
  height: 700px;
  height: 100vh; }

.blank-wrapper {
  padding-top: 10vh; }

.blank-content {
  padding: 80px 0;
  background-color: #f7f7f7; }

.blank-logo {
  margin-bottom: 20px;
  text-align: center; }

.blank .blank-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px auto;
  text-align: center;
  background: #fff;
  border-radius: 100%; }

.blank .blank-icon i {
  color: #0E406C;
  font-size: 24px;
  line-height: 70px; }

.blank-bottom {
  padding: 10px 0 30px 0;
  background-color: #313d53; }

.blank-nav {
  padding-top: 30px; }

.blank-nav li {
  display: inline-block;
  width: 10%;
  float: left;
  text-align: center; }

.blank-nav li a {
  color: #677999; }

/* white version */
.blank-bg.white {
  background: #fff; }

.blank-bg.white .blank-bottom {
  background-color: #fff; }

.blank-bg.white .blank-nav li a {
  color: #a3a2a2; }

.blank-bg.white .blank-nav li a:hover {
  color: #484747;
  text-decoration: none; }

@media (max-width: 1000px) {
  .blank-nav {
    background-color: #313d53; }

  .blank-bg.white .blank-nav {
    background-color: #fff; } }
@media (max-width: 700px) {
  .blank-nav li {
    width: 100%;
    text-align: left;
    margin-bottom: 10px; } }

/* Other */ 

.navbar-brand {
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}
.showcase-slider .owl-buttons div.owl-prev {
  margin-left: -25px;
}
.showcase-slider .owl-buttons div.owl-next {
  float: right;
  margin-right: -25px;
}
ul.soc_icons {
  padding: 0;
  width: 100%;
  text-align: center;
}
.soc_icons > li {
  display: inline-block;
}
.soc_icons a {
  display: block;
  background-color: #0E406C;
  color: #fff;
  text-align: center;
  width: 35px;
    height: 35px;
    line-height: 35px;
  font-size: 18px;
  border-radius:50%;
  transition:ease 0.6s;
}
.soc_icons a > i {
  margin: auto;
}
.soc_icons a:hover {
  background-color: #fff;
  color: #0E406C;
  transition:ease 0.6s;
}
.product_details {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.8);
  overflow: auto;
}
.product_body {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 15px;
  padding-top: 50px;
  position: relative;
  width: 700px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  max-width:92% !important;
}
span.close_btn {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
}
.product_thumb > img {
  height: 70px;
  cursor: pointer;
}
.text_slider {
  position: absolute;
  top: 5%;
  width: 100%;
  z-index: 99;
}
.text_slider_body {
  max-width: 400px;
  min-width: 320px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: rgba(255,255,255,0.60);
  padding: 10px;
  box-sizing: border-box;
}
.showcase-item.on_sale:after {
  content: "On Sale";
  position: absolute;
  left: 0;
  top: 0;
  background-color: red;
  color: #fff;
  text-shadow:0 0 2px rgba(112,112,112,1.00);
  padding: 5px;
}
.showcase-item.new:after {
  content: "NEW";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #012762;
  color: #fff;
  text-shadow:0 0 2px rgba(112,112,112,1.00);
  padding: 5px;
}
.on_sale_oldprice {
  font-size: 90%;
  padding-left: 5px;
  text-decoration:line-through;
}
.shop {
  padding-bottom: 50px;
  padding-top: 50px;
}
.list_products {
  display: none;
}
.product-rating {
  display: none;
}
.product-add {
  display: none;
}
.btn_grid, .btn_list {
  font-size: 22px;
}
.product_single {
  padding-top: 50px;
}
.quas {
  padding-bottom: 30px;
}
.product_select_size > img {
  display: inline-block;
  width: 60px;
}
.product_select_size > p {
  color: #232323;
  font-size: 90%;
}
.product_select_size {
  display: block;
  margin-left: 1%;
  margin-right: 1%;
  text-align: center;
  width: 18%;
  border-radius:7px;
  background-color:#F0F0F0;
  padding:5px;
  float:left;
}
.margin_top_20 {margin-top:20px;}
.select_color {
  display: inline-block;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  text-align: center;
  width: 100%;
}
.bg_black {
  background-color: #000;
  color: #fff;
}
.bg_beige {
  background-color: beige;
}
.bg_eucaliptus {
  background-color: #44d7a8;
}
.product_form .form-group {
  display: table;
  width:100%;
}
.select_extra {
  background-color: #F0F0F0;
  display: inline-block;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  border-radius:5px;
}
.product_tumbs {
  margin-top: 20px;
}
.product_tumbs img {
  height: auto;
  width: 80px;
  cursor:pointer;
}
.shop-cart {
  padding-top: 40px;
}
.shop-checkout {
  padding-top: 40px;
}
.shop-notification-icon {
  margin-top: 15px;
  margin-bottom: 15px;
}
.navbar-header > .shop-notification-icon {
  float: right;
}
.navbar-header > .shop-notification-icon {
  float: right;
  margin-right: 10px;
  margin-top: 5px;
}
.select_color > input {
  display: block;
  margin-bottom: 5px;
  width: 100%;
}
.rate_labels > label {
  cursor: pointer;
  margin-right: 10px;
}
nav.shrink {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.shrink .navbar-brand > img {
  height: 40px;
}
nav.shrink .navbar-nav > li > a {
  padding-bottom: 15px;
  padding-top: 15px;
}
.shrink .shop-notification-icon {
  margin-top: 5px;
}
.total_price {
	background-color: rgba(91,155,213,0.85);
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
	height: 0;
	width: 0;
}
.total_price > * {
  color: white;
  text-align: center;
}
.total_price.shrink {
  position: fixed;
  right: 15px;
  top: 80px;
  z-index: 999;
  transition:ease 0.8s;
  opacity:1;
  height:auto;
  width:auto;
}
.choose_delivery {
  background-color: #deebf7;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  text-align: center;
}










@media (max-width:767px){

.navbar-header .shop-notification-icon .notification-box {
  left: 0;
  margin-top: 25px;
  width: 100%;
}
.navbar-header .shop-notification-icon {
  position: initial;
}
nav.shrink {
  max-height: 100%;
  overflow-y: auto;
}
.slider_home {
  overflow-x: hidden;
}
.home_product_slider {
  overflow-x: hidden;
}




	
} /* /max-width:767px */




@media (max-width:340px){

.navbar .navbar-brand > img {
  height: 45px;
}
	
} /* /max-width:340px */
