/*
// Table of content
// -----------------------------------------------------------------------------
// - 1. Homepage
// - 2. About Page
// - 3. Look Book Detail Page
// - 4. Updates Page
// - 5. Updates Detail Page
// - 6. Contact Page
*/
/* -----------------------------------------------------------------------------
// 1. Homepage
// ----------------------------------------------------------------------------- */
ul.collection-inner li a {
  text-transform: uppercase;
}
.collection-slider.owl-carousels.owl-theme.owl-carousel {
    height: 100%;
}
section.contact-info.space.no-space-bottom.blk {
    padding: 200px 0 0;
}
.author {
    display: none;
}
.p-r-50{ padding-right:150px !important;}
/* Custom */
.hero-splash img{width: 100%;}
/* Custom */

.homepage .section-headline {
  margin-bottom: 50px;
  text-align: left; }
  .homepage .section-headline h3 {
    display: inline-block;
    font-size: 30px;
    margin: 0 0 20px 0;
    font-weight: 500;
    letter-spacing: 5px;
    text-transform: uppercase; }
.homepage .section-buttons {
  margin-top: 40px; }
  .homepage .section-buttons .btn + .btn {
    margin-left: 10px; }
@media (max-width: 992px) {
  .homepage .section-headline {
    margin-bottom: 0; }
  .homepage .section-buttons {
    margin-bottom: 50px;
    text-align: left; } }
.homepage .hero-splash {
  position: relative;
  height: 800px;
  height: 100vh;
  text-align: center;
  overflow: hidden;
  font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
  background: url(../img/bg.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-top:92px; }
  .homepage .hero-splash .splash-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    @media (max-width: 992px) {
      .homepage .hero-splash .splash-slider img {
        max-width: initial; } }
  .homepage .hero-splash .align {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .homepage .hero-splash h1 {
    padding: 0 0 15px 0;
    color: #fff;
    font-size: 100px;
    letter-spacing: 4px;
    line-height: 120px;
    text-transform: uppercase; }
  @media (max-width: 768px) {
	 .navbar-brand img {
    padding: 0 8px;
    width: 215px;
}

    .homepage .hero-splash h1 {
      font-size: 36px;
      line-height: 46px; } }
  .homepage .hero-splash .owl-buttons .owl-prev,
  .homepage .hero-splash .owl-buttons .owl-next {
    position: absolute;
    top: initial;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    background-color: transparent;
    opacity: .5;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s; }
    .homepage .hero-splash .owl-buttons .owl-prev:hover,
    .homepage .hero-splash .owl-buttons .owl-next:hover {
      opacity: 1; }
  .homepage .hero-splash .owl-buttons .owl-prev {
    right: initial;
    left: 12%;
    bottom: 50px; }
  .homepage .hero-splash .owl-buttons .owl-next {
    left: 17%;
    right: initial;
    bottom: 50px; }
  @media (max-width: 992px) {

    .homepage .hero-splash .owl-buttons {
      display: none; } }
.homepage .portfolio .item { text-align:center; }
  .homepage .portfolio .item:before, .homepage .portfolio .item:after {
    content: " ";
    display: table; }
  .homepage .portfolio .item:after {
    clear: both; }
  .homepage .portfolio .item.reverse .img {
    right: auto;
    left: 0; }
  .homepage .portfolio .item.reverse .caption {
    float: right; }
  .homepage .portfolio .item .img {

    top: 0;
    right: 0;
    margin: 0; position:relative; }
	.homepage .portfolio .item.reverse .img img {
    display: inline;
    position: relative;
    width: 100%;
}
.test-text{ font-size:30px; text-transform:uppercase; text-align:center;}

  @media (max-width: 992px) {
    .homepage .portfolio .item .img {
      display: none; } }
  .homepage .portfolio .item .caption {
    padding: 50px 50px 25px 50px;
    float: left;
    width: 50%; }
    @media (min-width: 1200px) {
      .homepage .portfolio .item .caption {
        padding: 25px 25px 20px 25px; } }
    .homepage .portfolio .item .caption small {
      font-family: "Droid Serif", Helvetica, Arial, sans-serif;
      display: block;
      font-size: 12px;
      color: #717171;
      margin-bottom: 10px;
      text-transform: none; }
    .homepage .portfolio .item .caption h4 {
      color: #fff;
      font-size: 20px;
      text-transform: uppercase; }
      .homepage .portfolio .item .caption h4:after {
        content: ' ';
        display: block;
        width: 15px;
        height: 1px;
        background-color: #fff;
        margin: 15px 0; }
    .homepage .portfolio .item .caption p {
      margin-bottom: 40px;
      color: #717171; }
    .homepage .portfolio .item .caption .list {
      margin-bottom: 0; }
      .homepage .portfolio .item .caption .list li {
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 5px; }
      .homepage .portfolio .item .caption .list a {
        color: #717171;
        font-size: 12px;
        -webkit-transition: color 0.5s;
        -moz-transition: color 0.5s;
        -ms-transition: color 0.5s;
        -o-transition: color 0.5s;
        transition: color 0.5s; }
        .homepage .portfolio .item .caption .list a:hover {
          color: #fff;
          text-decoration: none; }
          .homepage .portfolio .item .caption .list a:hover i {
            color: #d16651; }
      .homepage .portfolio .item .caption .list i {
        margin-right: 10px;
        position: relative;
        bottom: -2px;
        -webkit-transition: color 0.5s;
        -moz-transition: color 0.5s;
        -ms-transition: color 0.5s;
        -o-transition: color 0.5s;
        transition: color 0.5s; }
  @media (max-width: 992px) {
    .homepage .portfolio .item .caption {
      width: 100%; } }
.homepage .promo-video .play {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background-color: #d16651;
  color: #fff;
  font-size: 16px;
  opacity: .9;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
.homepage .banner {
  padding: 0;
  background: url(../img/slider/slider9.jpg);
  text-align: center; background-size: cover; min-height: 500px}
  .homepage .banner h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 48px;
    letter-spacing: 8px;
    margin: 0 0 30px 0;
    padding: 40px 0 30px 0;
    border: 1px solid #fff; }
  .homepage .banner .btn-default {
    color: #181818; }
  .homepage .banner .btn-light:hover {
    color: #181818; }
  .homepage .banner .btn + .btn {
    margin-left: 10px; }
.homepage .updates .item {
  text-align: center; }
  .homepage .updates .item .item-img {
    height: 300px;
    overflow: hidden; }
  .homepage .updates .item figcaption {
    padding: 30px 0 20px 0;
    background-color: #181818; }
    .homepage .updates .item figcaption h3 {
      margin: 0 0 10px 0;
      font-size: 16px;
      letter-spacing: 2px;
      color: #fff;
      text-transform: uppercase; }
      .homepage .updates .item figcaption h3 a {
        color: #fff; }
    .homepage .updates .item figcaption .date {
      font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
      font-size: 12px;
      color: #fff;
      text-transform: uppercase; }
      .homepage .updates .item figcaption .date:after {
        content: ' ';
        display: block;
        width: 100px;
        margin: 20px auto;
        height: 1px;
        background-color: #303030; }
    .homepage .updates .item figcaption .author {
      font-style: italic;
      color: #717171; }
@media (max-width: 992px) {
  .homepage .updates .item {
    margin-bottom: 30px; } }
.homepage .features .item {
  padding: 50px; }
  .homepage .features .item h4 {
    margin-bottom: 40px;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase; }
    .homepage .features .item h4 + p {
      margin-bottom: 30px;
      color: #717171; }
  .homepage .features .item.dark {
    background-color: #181818; }
  .homepage .features .item.light {
    background-color: #242424; }
  .homepage .features .item.lighter {
    background-color: #363636; }

/* -----------------------------------------------------------------------------
// 2. About Page
// ----------------------------------------------------------------------------- */
.about .section-headline {
  margin-bottom:0px;
  text-align: left; }
  .about .section-headline h3 {
    display: inline-block;
    font-size: 30px;
    margin: 0 0 20px 0;
    font-weight: 500;
    letter-spacing: 5px;
    text-transform: uppercase; }
 .hero-title.about {
  background: url(../img/about-banner.jpg) no-repeat center center; }
  .hero-title.network {
    background: url(../img/network-banner.jpg) no-repeat center center; }
    .hero-title.collection {
      background: url(../img/collection-banner.jpg) no-repeat center center; }
      .hero-title.contact {
        background: url(../img/contact-banner.jpg) no-repeat center center; }
.about .counters {
  padding: 150px 0;
  background: url(http://placehold.it/1895x500) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
.about .skills h2 {
  margin: 0 0 30px 0;
  text-transform: uppercase;
  letter-spacing: 5px; }

.contact-map.contact-banner {background: url(../img/conact-banner.jpg) no-repeat center center; width: 100%; min-height: 300px; height: 100%;}
/* -----------------------------------------------------------------------------
// 3. Look Book Detail Page
// ----------------------------------------------------------------------------- */
.lookbook-detail .section-headline {
  margin-bottom: 50px;
  text-align: left; }
  .lookbook-detail .section-headline h3 {
    display: inline-block;
    font-size: 30px;
    margin: 0 0 20px 0;
    font-weight: 500;
    letter-spacing: 5px;
    text-transform: uppercase; }
.lookbook-detail .section-social {
  padding: 0;
  margin-top: 30px;
  text-align: right; }
  .lookbook-detail .section-social li {
    display: inline-block;
    list-style-type: none; }
  .lookbook-detail .section-social a {
    display: inline-block;
    margin-left: 20px;
    color: #c4c4c4;
    font-size: 16px;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -ms-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s; }
    .lookbook-detail .section-social a:hover {
      color: #d16651; }
.lookbook-detail .hero-title {
  height: 800px;
  height: 100vh;
  background: url(http://placehold.it/1895x1150) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover; }
  .lookbook-detail .hero-title h2 {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    font-size: 60px; }
.lookbook-detail .post img {
  margin-bottom: 20px; }
.lookbook-detail .post .infobox {
  margin-bottom: 30px;
  padding: 50px;
  background-color: #f9f9f9;
  text-align: center; }
  .lookbook-detail .post .infobox h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
    letter-spacing: 3px;
    font-size: 20px; }
.lookbook-detail .post .pagination {
  display: block;
  margin: 50px 15px 0 15px;
  padding: 30px 0 0 0;
  border-top: 1px solid #f1f1f1;
  border-radius: 0;
  font-size: 18px; }
  .lookbook-detail .post .pagination a {
    color: #e5e5e5; }
    .lookbook-detail .post .pagination a:hover {
      color: #c5c5c5; }
  .lookbook-detail .post .pagination .arrow {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    border: 1px solid #e5e5e5; }
    .lookbook-detail .post .pagination .arrow:hover {
      border-color: #c5c5c5; }

/* -----------------------------------------------------------------------------
// 4. Updates Page
// ----------------------------------------------------------------------------- */
.updates-page .hero-title {
  background: url(http://placehold.it/1895x500); }
.updates-page .updates .item {
  margin-bottom: 30px;
  text-align: center; }
  .updates-page .updates .item .item-img {
    height: 300px;
    overflow: hidden; }
  .updates-page .updates .item figcaption {
    padding: 30px 0 20px 0;
    background-color: #181818; }
    .updates-page .updates .item figcaption h3 {
      margin: 0 0 10px 0;
      font-size: 18px;
      letter-spacing: 2px;
      color: #fff;
      text-transform: uppercase; }
      .updates-page .updates .item figcaption h3 a {
        color: #fff; }
    .updates-page .updates .item figcaption .date {
      font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
      font-size: 12px;
      color: #d16651;
      text-transform: uppercase; }
      .updates-page .updates .item figcaption .date:after {
        content: ' ';
        display: block;
        width: 100px;
        margin: 20px auto;
        height: 1px;
        background-color: #303030; }
    .updates-page .updates .item figcaption .author {
      font-style: italic;
      color: #717171; }

/* -----------------------------------------------------------------------------
// 5. Updates Detail Page
// ----------------------------------------------------------------------------- */
.updates-detail .section-headline {
  margin-bottom: 50px;
  text-align: left; }
  .updates-detail .section-headline h3 {
    display: inline-block;
    font-size: 30px;
    margin: 0 0 20px 0;
    font-weight: 500;
    letter-spacing: 5px;
    text-transform: uppercase; }
.updates-detail .hero-title {
  background: url(http://placehold.it/1895x500); }
.updates-detail .post-img {
  position: relative;
  margin-bottom: 30px; }
  .updates-detail .post-img .caption {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 30px 50px;
    background-color: #181818; }
    .updates-detail .post-img .caption h2 {
      margin-bottom: 15px;
      color: #fff;
      text-transform: uppercase; }
    .updates-detail .post-img .caption p {
      font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      font-size: 12px;
      color: #717171; }
      .updates-detail .post-img .caption p .date {
        color: #d16651; }
      .updates-detail .post-img .caption p em {
        margin: 0 10px;
        color: #fff;
        font-style: normall; }
.updates-detail .post-tags {
  margin-top: 50px; }
  .updates-detail .post-tags h3 {
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase;
    letter-spacing: 2px; }
  .updates-detail .post-tags ul {
    display: inline-block;
    padding: 0; }
  .updates-detail .post-tags li {
    list-style-type: none;
    display: inline-block; }
  .updates-detail .post-tags a {
    display: inline-block;
    margin-right: 5px;
    padding: 10px 30px; }
.updates-detail .post-comments {
  margin: 100px 0; }
  .updates-detail .post-comments .comment {
    padding: 30px;
    margin-bottom: 10px;
    background-color: #f9f9f9; }
    .updates-detail .post-comments .comment:before, .updates-detail .post-comments .comment:after {
      content: " ";
      display: table; }
    .updates-detail .post-comments .comment:after {
      clear: both; }
    .updates-detail .post-comments .comment-avatar {
      width: 10%;
      float: left;
      overflow: hidden; }
      .updates-detail .post-comments .comment-avatar img {
        margin: 0; }
    .updates-detail .post-comments .comment .align {
      float: left;
      margin-left: 3%;
      width: 81%; }
    .updates-detail .post-comments .comment h5 {
      text-transform: uppercase;
      font-size: 20px;
      margin: 0 10px 10px 0; }
    .updates-detail .post-comments .comment .date {
      font-size: 12px;
      text-transform: uppercase;
      font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
      color: #d16651;
      letter-spacing: 1px; }
    .updates-detail .post-comments .comment .reply {
      font-size: 12px;
      color: #9c9c9c;
      text-transform: uppercase;
      font-family: "Josefin Sans", Helvetica, Arial, sans-serif; }
      .updates-detail .post-comments .comment .reply em {
        display: inline-block;
        margin: 0 10px; }
    .updates-detail .post-comments .comment p {
      margin-top: 30px; }
.updates-detail .contact-form .left-side {
  padding-right: 0; }
.updates-detail .contact-form .right-side {
  padding-left: 0; }
@media (max-width: 992px) {
  .updates-detail .contact-form .right-side,
  .updates-detail .contact-form .left-side {
    padding: 0 15px; } }
.updates-detail .contact-form .form-control {
  margin-bottom: 0;
  border: 2px solid #181818;
  background-color: transparent;
  color: #181818;
  text-transform: uppercase; }
  .updates-detail .contact-form .form-control.fix {
    border-bottom: none;
    border-right: none; }
  .updates-detail .contact-form .form-control.fix-bottom {
    border-bottom: none; }
  @media (max-width: 992px) {
    .updates-detail .contact-form .form-control.fix {
      border-right: 2px solid #181818; } }
.updates-detail .contact-form input::-webkit-input-placeholder,
.updates-detail .contact-form textarea::-webkit-input-placeholder {
  color: #181818; }
.updates-detail .contact-form .btn {
  border-top: none;
  border-width: 2px; }
.updates-detail aside .widget {
  margin-bottom: 50px; }
  .updates-detail aside .widget h4 {
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px; }
  .updates-detail aside .widget .form-control {
    border: 2px solid #181818;
    text-transform: uppercase;
    background: transparent url(../img/search-icon.png) no-repeat 93% center; }
  .updates-detail aside .widget input::-webkit-input-placeholder,
  .updates-detail aside .widget textarea::-webkit-input-placeholder {
    color: #181818; }
  .updates-detail aside .widget.recent-posts li:before {
    color: #181818; }
  .updates-detail aside .widget.recent-posts li:hover:before {
    color: #d16651; }
  .updates-detail aside .widget.recent-posts a {
    color: #9c9c9c; }
  .updates-detail aside .widget.tags ul {
    padding: 0; }
  .updates-detail aside .widget.tags li {
    display: inline-block;
    list-style-type: none; }
  .updates-detail aside .widget.tags a {
    padding: 10px 20px;
    font-size: 10px; }
  .updates-detail aside .widget.instagram:before, .updates-detail aside .widget.instagram:after {
    content: " ";
    display: table; }
  .updates-detail aside .widget.instagram:after {
    clear: both; }
  .updates-detail aside .widget.instagram .item {
    position: relative;
    width: 31.3%;
    float: left;
    margin-right: 1%;
    margin-bottom: 5px; }
    .updates-detail aside .widget.instagram .item:hover .popup {
      opacity: 1; }
  .updates-detail aside .widget.instagram .popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #d16651;
    background-color: rgba(209, 102, 81, 0.85);
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s; }
    .updates-detail aside .widget.instagram .popup img {
      position: absolute;
      top: 50%;
      right: 0;
      left: 0;
      margin: 0 auto;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
  .updates-detail aside .widget.archives em {
    font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
    font-style: normal;
    color: #d16651;
    margin-right: 10px; }
  .updates-detail aside .widget.archives a {
    color: #9c9c9c; }

/* -----------------------------------------------------------------------------
// 6. Contact Page
// ----------------------------------------------------------------------------- */
.contact-page header {
  z-index: 100; }
.contact-page .section-headline {
  margin-bottom: 50px;
  text-align: left; }
  .contact-page .section-headline h3 {
    display: inline-block;
    font-size: 30px;
    margin: 0 0 20px 0;


    font-weight: 500;
    letter-spacing: 5px;
    text-transform: uppercase; }
.contact-page .contact-info .item {
  padding: 50px 40px; min-height: 250px; height: 100%;}
  .contact-page .contact-info .item h4 {
    margin-bottom: 30px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px; }
    .contact-page .contact-info .item h4 + p {
      margin-bottom: 20px; }
  .contact-page .contact-info .item.dark {
    background-color: #181818; }
  .contact-page .contact-info .item.light {
    background-color: #242424; }
  .contact-page .contact-info .item.lighter {
    background-color: #363636; }
.contact-page .contact-map {top: 92px;
  position: relative; }
  .contact-page .contact-map .color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .8; }
  .contact-page .contact-map #map {
    width: 100%;
    height: 450px;
    z-index: 0;
    position: relative; }
    .contact-page .contact-map #map iframe{width: 100%;
    height: 500px;}
  .contact-page .contact-map h2 {
    z-index: 100;
    position: absolute;
    top: 60%;
    right: 0;
    left: 0;
    text-align: center;
    font-size: 60px;
    color: #fff;
    text-transform: uppercase; }
.contact-page .contact .left-side {
  padding-right: 0; }
.contact-page .contact .right-side {
  padding-left: 0; }

.network-content { padding:80px 0; }
.network-content small { text-align:center; font-size:24px; width:100%; display:inline-block; padding:0 0 10px 0; color:#181818; }
.network-img { text-align:center; }
.network-img img { display:inline-block; }
.item-box { margin:15px 0; }
.appointment-enquiry { padding:70px 0 0 0; }
.appointment-enquiry h4 { font-size:24px; padding:20px 0; margin:0; font-weight:700; font-family: "Josefin Sans" ; color: ##f79218;}
.appointment-enquiry strong { display:inline-block; color:#333; width:100%; font-size: 17px;}
.appointment-enquiry .call, .mail { display:inline-block; color:#333; width:100%; font-size: 17px;}
.appointment-enquiry .call:hover, .mail:hover { color:#333; text-decoration:none; font-size: 17px;}
.appointment-enquiry .call:focus, .mail:focus { color:#333; text-decoration:none; outline:none; }
.product-detail{ width:100%; display:inline-block;}
.product-detail .product-heading{ font-size:30px; color:#000; text-transform:uppercase; font-weight:bold; padding:0; margin:0;}
p.product-description{ padding:20px 0; font-weight:normal;}
.product-detail form select {
    border: 1px solid #ebebeb;
    border-radius: 0;
    box-shadow: none;
    height: 40px; font-size:14px; font-weight:bold; color:#878787;
}

.product-detail strong{ display:inline-block; padding:20px 0 10px 0; color:#575757; font-size:18px;}
.product-detail ul{padding:0;}
.product-detail ul li{ font-size:15px; color:#575757; list-style:none;}
.product-detail ul li i{ color:#969494; font-size:13px;}
.product-detail-img{ text-align:center;}
.product-detail-img img{ display:inline-block;  border: 3px solid #969494;}
a.buy_now{background: #181818; width:100%;
    color: #fff;
    display: inline-block;
    font-size: 13px;

    padding:15px 0; text-align:center; ont-family: "Josefin Sans",Helvetica,Arial,sans-serif;
    font-weight: 300; font-size:18px; margin:10px 0 0 0; display:inline-block;}
.buy_now:hover{ text-decoration:none; color:#fff;}
.buy_now:focus{ outline:none;}
.product-content{ padding:0;}
.product-content strong{ font-size:18px; padding:0; display:inline-block;}
.pagination_P{ width:100%; text-align:center; display:inline-block;}
.pagination_P .pagination li a:hover{ background:#000; border:none;}
.pagination_P .pagination li a:focus{ outline:none; background:#000; color:#fff;}
.detailImg {float: right; padding: 0 40px 0 0;}
.pagination_P .pagination li a:hover{ border:1px solid #000;}
.pagination_P .pagination li a.active{ background:#000; color:#ff;}
@media (max-width: 767px) {
 .homepage .section-buttons .btn + .btn {
 margin-left: 0;
}
 .homepage .section-buttons .btn {
width: 100%;
}
 .homepage .banner h2 {
font-size: 32px;}
 .testimonials-slider .testimonial h3 {
font-size: 17px !important;
line-height: 30px !important
}
 .homepage .hero-splash {
height: 165px !important;
}
 .portfolio-top-space {
padding-top:50px !important;
}
 .contact-page .contact .right-side {
 padding-left:15px !important;
}

 .nav.navbar-nav {
background:#fff !important;
}
 .contact-page .section-headline h3 {
font-size:24px;
margin:0;
}
.product-detail{ width:100%;}
.product-detail h4{ padding:40px 0 10px;}
.navbar-brand {
 margin-top:8px !important;
}
}
@media (max-width: 1050px) {
 .portfolio.space.no-space-bottom.portfolio-top-space {
padding:0;
 .contact-page .contact .right-side {
 padding-left:15px !important;
}

}
 @media only screen and (min-width:768px) and (max-width:1050px) {
.homepage .hero-splash {
height:460px;
}
.contact-page .contact .right-side {
 padding-left:15px !important;
}
.navbar-default .navbar-header{ margin-top:0 !important;}
}
 .navbar-brand {
padding:0 !important; height:47px !important; margin-top:15px;
}
}
@media only screen and (min-width:800px) and (max-width:1280px){
 .navbar-brand {
padding:0 !important; height:47px !important;}
.portfolio.space.no-space-bottom.portfolio-top-space{ padding-top:80px !important;  margin-top:8px;}
.navbar-default .navbar-header{ margin-top:0 !important;}
}



@media (max-width: 992px) {
  .contact-page .contact .right-side,{font-size: 17px !important; line-height: 30px !important}
  .contact-page .contact .left-side {
    padding: 0 15px; } }
.contact-page .contact .form-control {
  margin-bottom: 0;
  border: 2px solid #181818;
  background-color: transparent;
  color: #181818;
  text-transform: uppercase; }
  .contact-page .contact .form-control.fix {
    border-bottom: none;
    border-right: none; }
  .contact-page .contact .form-control.fix-bottom {
    border-bottom: none; }
  @media (max-width: 992px) {
    .contact-page .contact .form-control.fix {
      border-right: 2px solid #181818; } }
.contact-page .contact input::-webkit-input-placeholder,
.contact-page .contact textarea::-webkit-input-placeholder {
  color: #181818; }
.contact-page .contact .btn {
  border-top: none;
  border-width: 2px; }

  @media only screen and (min-width:1px) and (max-width:767px) {
  .homepage .hero-splash{ margin-top:71px;}}

  @media only screen and (min-width:768px) and (max-width:1024px) {
  	  .homepage .hero-splash {
    margin-top: 77px;
}

	  }

/*# sourceMappingURL=pages.css.map */
