/*------------------------------------------------------------------
 [Table of contents]
--------------------------------------------------------------------
 1. Base
 2. Grid
 3. Typography
 4. Button
 5. Image
 6. Form
 7. Navbar
 8. Masthead
 9. Main Global
 10. Post
 11. Widget
 12. Footer
------------------------------------------------------------------*/
/*------------------------------------------------------------------
 [1. Base Styles]
------------------------------------------------------------------*/
body {
  background-color: #f3f3f3;
  float: left;
  position: relative;
  width: 100%;
  margin: 0px;
  color: #404247;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, Sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-rendering: optimizeLegibility;
}
@media (min-height: 500px) {
  body {
    float: none;
  }
}
a {
  color: #444343;
  text-decoration: none;
}
a:hover {
  color: #e87a67;
  text-decoration: none;
}
.container {
  width: 100%;
}
.container.full {
  width: 100%;
  max-width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}
@media (min-width: 1600px) {
  .container.full {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1201px) {
  .container {
    width: 1200px;
  }
}
@media (max-width: 1200px) {
  .container {
    float: right;
    max-width: 990px;
  }
}
.inner-content {
  padding: 50px 100px 50px;
}
.inner-content .no-bullet {
  list-style: none;
  padding-left: 0;
}
.inner-content .no-bullet li {
  border-bottom: 1px solid #ededed;
}
.inner-content .no-bullet li a {
  padding: 5px 0;
  display: block;
}
.inner-content .col-md-6:last-child .widget {
  padding-left: 50px;
  padding-right: 0;
}
div.main {
  padding-bottom: 50px;
}
div.main:after {
  content: " ";
  clear: both;
  display: table;
}
.overlay-load {
  background-color: #fff;
  display: none;
  position: fixed;
  z-index: 10000;
  height: 100%;
  width: 100%;
}
footer {
  background-color: #fff;
  bottom: 0px;
  left: 0;
  position: fixed;
  top: auto;
  z-index: 3;
  overflow-y: scroll;
  width: 100%;
  padding: 0px;
  -webkit-transition: 0.2s bottom ease, 0.2s top ease;
          transition: 0.2s bottom ease, 0.2s top ease;
}
footer .watermark {
  border-top: 1px solid #ededed;
  clear: both;
  padding-top: 30px;
  font-size: 11px;
  text-align: center;
}
/*------------------------------------------------------------------
 [2. Boostrap Extended Grid]
------------------------------------------------------------------*/
/* [Booststrap (Extended) Styles -- Used in Big Screen]
------------------------------------------------------------------*/
/*-----[Common Styles]-----*/
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-ul-1,
.col-ul-2,
.col-ul-3,
.col-ul-4,
.col-ul-5,
.col-ul-6,
.col-ul-7,
.col-ul-8,
.col-ul-9,
.col-ul-10,
.col-ul-11,
.col-ul-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}
/*-----[Wider Desktop Screen]-----*/
@media (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11 {
    float: left;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
}
/*-----[Widest Desktop Screen]-----*/
@media (min-width: 1900px) {
  .container {
    max-width: 1840px;
  }
  .col-ul-1,
  .col-ul-2,
  .col-ul-3,
  .col-ul-4,
  .col-ul-5,
  .col-ul-6,
  .col-ul-7,
  .col-ul-8,
  .col-ul-9,
  .col-ul-10,
  .col-ul-11 {
    float: left;
  }
  .col-ul-1 {
    width: 8.33333333%;
  }
  .col-ul-2 {
    width: 16.66666667%;
  }
  .col-ul-3 {
    width: 25%;
  }
  .col-ul-4 {
    width: 33.33333333%;
  }
  .col-ul-5 {
    width: 41.66666667%;
  }
  .col-ul-6 {
    width: 50%;
  }
  .col-ul-7 {
    width: 58.33333333%;
  }
  .col-ul-8 {
    width: 66.66666667%;
  }
  .col-ul-9 {
    width: 75%;
  }
  .col-ul-10 {
    width: 83.33333333%;
  }
  .col-ul-11 {
    width: 91.66666667%;
  }
  .col-ul-12 {
    width: 100%;
  }
}
/*-----[Wider Desktop Screen]-----*/
@media (max-width: 359px) {
  .container {
    max-width: 360px;
  }
  .col-us-1,
  .col-us-2,
  .col-us-3,
  .col-us-4,
  .col-us-5,
  .col-us-6,
  .col-us-7,
  .col-us-8,
  .col-us-9,
  .col-us-10,
  .col-us-11 {
    float: none;
  }
  .col-us-1 {
    width: 8.33333333%;
  }
  .col-us-2 {
    width: 16.66666667%;
  }
  .col-us-3 {
    width: 25%;
  }
  .col-us-4 {
    width: 33.33333333%;
  }
  .col-us-5 {
    width: 41.66666667%;
  }
  .col-us-6 {
    width: 50%;
  }
  .col-us-7 {
    width: 58.33333333%;
  }
  .col-us-8 {
    width: 66.66666667%;
  }
  .col-us-9 {
    width: 75%;
  }
  .col-us-10 {
    width: 83.33333333%;
  }
  .col-us-11 {
    width: 91.66666667%;
  }
  .col-us-12 {
    width: 100%;
  }
}
/*------------------------------------------------------------------
 [3. Typography]
------------------------------------------------------------------*/
/* [Booststrap (Extended)]
------------------------------------------------------------------*/
/*-----[Headings]-----*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444343;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, Sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  margin: 20px 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  border-bottom: 0px;
}
/*-----[Heading 1 and all h1-h6 faetured-type headings]-----*/
h1 {
  font-size: 24px;
  letter-spacing: -1px;
}
@media (min-width: 769px) {
  h1 {
    margin-bottom: 50px;
    font-size: 36px;
    line-height: 32px;
  }
}
h2 {
  font-size: 17.33333333px;
  letter-spacing: -1px;
}
@media (min-width: 769px) {
  h2 {
    font-size: 26px;
  }
}
h3 {
  font-size: 21px;
  letter-spacing: -1px;
}
h4 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0px;
}
h5 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0px;
}
h6 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0px;
}
/*-----[Blockquote]-----*/
blockquote {
  border-left: 1px solid #e87a67;
  padding: 20px 20px 20px 50px;
  margin: 0 0 30px;
}
blockquote p {
  color: #404247;
  font-family: "Roboto Slab", Georgia, 'Times New Roman';
  font-size: 21px;
  font-weight: 300;
  line-height: 48px;
  text-align: left;
  font-weight: 100;
}
blockquote p span,
blockquote p cite {
  display: block;
  margin-top: 10px;
  color: #404247;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, Sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}
/*-----[Paragraph]-----*/
p {
  margin-bottom: 30px;
}
/*-----[Lead Paragraph]-----*/
.lead {
  font-size: 24px;
  line-height: 42px;
}
.lead strong {
  font-weight: 500;
}
/* [Custom Styles]
------------------------------------------------------------------*/
header {
  position: relative;
}
/*-----[Section Heading]-----*/
.section.heading {
  margin-bottom: 30px;
  margin-top: 0px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 20px;
  text-transform: uppercase;
}
/*-----[Images Post Title - used in portfolio and gallery]-----*/
.image.post.title {
  background-color: transparent;
  color: #ccd0d9;
  font-size: 42px;
  font-weight: 300;
}
.image.post.title a {
  color: #ccd0d9;
}
.image.post.title a:hover {
  color: #e87a67;
}
/*-----[Related Content Title and Meta Title]-----*/
.related.title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0px;
}
/*-----[Helpers]-----*/
.centered {
  text-align: center;
}
.left-aligned {
  text-align: left;
}
.heading.inverted {
  color: #ccd0d9;
}
.allcaps {
  text-transform: uppercase;
}
/*------------------------------------------------------------------
 [4. Button]
------------------------------------------------------------------*/
/* [Booststrap (Extended)]
------------------------------------------------------------------*/
/*-----[Common Styles]-----*/
.btn,
.button,
button.button,
.pagination .prev,
.pagination .next {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, Sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #1B1E27;
  background: inherit;
  padding: 3px 10px;
  display: inline-block;
  -webkit-transition: all .8s ease;
          transition: all .8s ease;
}
/*-----[Alternate buttons]-----*/
.btn-primary {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: transparent;
  border-color: #ffffff;
}
.btn-xs {
  padding: 2px 15px;
  font-size: 10px;
}
/*------------------------------------------------------------------
 [5. Image]
------------------------------------------------------------------*/
/* [Custom Styles]
------------------------------------------------------------------*/
/*-----[Slider]-----*/
.slider.container {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.slider ul.slides-container {
  padding: 0;
  margin: 0;
  list-style: none;
  min-height: 400px;
  *zoom: 1;
}
.slider ul.slides-container:before,
.slider ul.slides-container:after {
  content: " ";
  /* 1 */
  display: table
  /* 2 */
}
.slider ul.slides-container:after {
  clear: both;
}
.slider ul.slides-container:before,
.slider ul.slides-container:after {
  content: "";
  display: table;
  line-height: 0;
}
.slider ul.slides-container:after {
  clear: both;
}
.slider ul.slides-container li {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  float: left;
  background: black;
}
.slider .flex-direction-nav {
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  height: 20px;
  width: 320px;
  margin: auto;
  list-style: none;
  *zoom: 1;
}
.slider .flex-direction-nav:before,
.slider .flex-direction-nav:after {
  content: " ";
  /* 1 */
  display: table
  /* 2 */
}
.slider .flex-direction-nav:after {
  clear: both;
}
.slider .flex-direction-nav:before,
.slider .flex-direction-nav:after {
  content: "";
  display: table;
  line-height: 0;
}
.slider .flex-direction-nav:after {
  clear: both;
}
.slider .flex-direction-nav li:first-child {
  float: left;
}
.slider .flex-direction-nav li:last-child {
  float: right;
}
.slider .flex-direction-nav a {
  background-color: rgba(27, 30, 38, 0.8);
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
}
.slider .flex-direction-nav a i {
  color: #ffffff;
}
.slider img {
  background-size: cover;
  width: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 992px) {
  .slider img {
    height: auto;
    width: 100%;
  }
}
.slider img.portrait {
  width: auto !important;
  height: auto!important;
  max-height: 100%!important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  margin: auto;
}
.slider .slider-info {
  background: url('../img/sliderinfo-bg.png') repeat top left;
  left: 0px;
  position: absolute;
  top: 0;
  width: 100%;
  padding: 30px;
  color: #fff;
}
@media (min-width: 769px) {
  .slider .slider-info {
    left: 100px;
    width: 400px;
    padding: 60px;
  }
}
.slider h2 {
  margin-bottom: 20px;
  margin-top: 0px;
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -2px;
  line-height: 28px;
}
@media (min-width: 769px) {
  .slider h2 {
    font-size: 48px;
    letter-spacing: -2px;
    line-height: 42px;
  }
}
.slider .categories,
.slider .slider-categories {
  display: block;
  margin-bottom: 30px;
  color: #fff;
}
.slider .slides-navigation {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  height: 20px;
  width: 97%;
  margin: auto;
  z-index: 99;
  *zoom: 1;
}
.slider .slides-navigation:before,
.slider .slides-navigation:after {
  content: " ";
  /* 1 */
  display: table
  /* 2 */
}
.slider .slides-navigation:after {
  clear: both;
}
.slider .slides-navigation:before,
.slider .slides-navigation:after {
  content: "";
  display: table;
  line-height: 0;
}
.slider .slides-navigation:after {
  clear: both;
}
.slider .slides-navigation a {
  display: inline-block;
  *display: inline;
  /* Fix for IE7 */
  zoom: 1;
  /* Fix for IE7 */
  vertical-align: top;
  background-color: rgba(27, 30, 38, 0.8);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
}
.slider .slides-navigation a i {
  color: #ffffff;
}
/*-----[Porto Grid]-----*/
.porto .porto-item {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  background: #000;
  min-height: 300px;
}
.porto .porto-item img {
  height: auto;
  width: 100%;
  max-width: 100%;
  display: block;
  background-size: cover;
  -webkit-transition: .8s all ease;
          transition: .8s all ease;
}
.porto .porto-item:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  opacity: .2;
}
.porto .porto-item:hover .porto-info {
  opacity: 1;
  box-sizing: border-box;
  height: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.porto .porto-item:hover .title {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  text-shadow: 0 0 0 white;
}
.porto .porto-item:hover .categories {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  text-shadow: 0 0 0 white;
}
.porto .porto-item:hover .more {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  text-shadow: 0 0 0 white;
}
.porto .porto-item:hover .prevnext {
  top: 5%;
}
.porto.small {
  height: 300px;
  margin-top: 0;
}
.porto.small img {
  height: 300px;
}
@media (max-width: 767px) {
  .porto.small {
    margin-top: 10%;
  }
}
.porto.small:hover .title {
  margin-top: 30%;
  opacity: 1;
}
@media (min-width: 769px) {
  .porto.small:hover .title {
    margin-top: 30%;
  }
}
.porto .porto-info {
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
  opacity: 0;
  box-sizing: border-box;
  padding: 20px;
  background: url('../img/imagehover-bg.png') repeat top left;
  text-align: center;
  -webkit-transition: .4s all ease;
          transition: .4s all ease;
  -webkit-transform: .3;
      -ms-transform: .3;
          transform: .3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.porto .porto-info .info-content {
  margin: auto;
}
.porto .porto-info a {
  color: #ffffff;
}
.porto.more {
  position: relative;
  height: 20px;
  width: 60px;
  margin: 30px auto 0;
  -webkit-transition: 1s all ease;
          transition: 1s all ease;
  -webkit-transition-delay: .3;
          transition-delay: .3;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  text-shadow: 0 0 20px white,0 0 20px white,0 0 20px white,0 0 20px white;
  opacity: 0;
}
.porto.title {
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 4px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: 0.7s all ease;
          transition: 0.7s all ease;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  text-shadow: 0 0 20px white,0 0 20px white,0 0 20px white,0 0 20px white;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .porto.title {
    /* IE10+ CSS styles go here */
    margin-top: 35%;
  }
}
.porto.categories {
  display: block;
  opacity: 0;
  font-weight: 400;
  position: relative;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  -webkit-transition: .8s all ease;
          transition: .8s all ease;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  text-shadow: 0 0 20px white,0 0 20px white,0 0 20px white,0 0 20px white;
}
.porto .prevnext {
  top: -50%;
  left: 0;
  position: absolute;
  right: 0;
  height: 20px;
  width: 100%;
  margin: auto;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .2s all ease;
          transition: .2s all ease;
}
.porto-description {
  *zoom: 1;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 400px;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
          transition: opacity .3s ease;
}
.porto-description:before,
.porto-description:after {
  content: " ";
  /* 1 */
  display: table
  /* 2 */
}
.porto-description:after {
  clear: both;
}
.porto-description:before,
.porto-description:after {
  content: "";
  display: table;
  line-height: 0;
}
.porto-description:after {
  clear: both;
}
@media (max-width: 640px) {
  .porto-description {
    left: 0;
    width: 100%;
  }
}
@media screen and (max-height: 768px) {
  .porto-description {
    overflow-y: scroll;
  }
}
.porto-description a {
  color: #e87a67;
}
.porto-description .the-content {
  padding: 50px;
  float: none;
  overflow-y: scroll;
  height: calc(100% - 350px);
  box-sizing: border-box;
}
@media screen and (max-height: 768px) {
  .porto-description .the-content {
    height: auto;
  }
}
.porto-description .the-content .categories {
  color: #444343;
}
.porto-description .porto-page {
  position: absolute;
  width: 100%;
  height: 300px;
  bottom: 0;
}
@media screen and (max-height: 768px) {
  .porto-description .porto-page {
    position: relative;
  }
}
@media screen and (max-width: 640px) {
  .porto-description .porto-page {
    position: relative;
  }
}
.porto-description .porto-page .porto-item img {
  height: 100%;
}
.porto-description.show {
  opacity: 1;
  z-index: 999;
}
.close {
  background: #fff;
  border: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  right: 0px;
  position: absolute;
  top: 0px;
  z-index: 9999;
  padding: 20px;
  color: #444343;
  font-size: 10px;
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.close:hover {
  color: #333333;
}
.contact-page .contact-map iframe {
  width: 100%;
  border: none;
}
.contact-page .contact-details {
  padding-bottom: 100px;
}
.contact-page .contact-details .page-title {
  padding: 50px 0 0 50px;
  height: auto;
  margin-bottom: 0;
}
.contact-page .contact-details .contact-content {
  background-color: white;
  padding: 50px;
}
.contact-page .contact-details .contact-form {
  background: #f3f3f3;
  padding: 50px;
}
.contact-page .contact-details .contact-form input,
.contact-page .contact-details .contact-form textarea {
  color: #888;
  width: 100%;
  margin-bottom: 10px;
  background: none;
}
.contact-page .contact-details .contact-form textarea {
  min-height: 100px;
}
.contact-page .contact-details .contact-form input[type="submit"] {
  width: auto;
  float: right;
  padding: 3px 20px;
  color: black;
  text-transform: uppercase;
}
/*------------------------------------------------------------------
 [6. Form]
------------------------------------------------------------------*/
/* [Booststrap (Extended)]
------------------------------------------------------------------*/
/*-----[Form Control]-----*/
.form-invert input[type="search"],
.form-invert input[type="text"] {
  background: transparent;
  border: 0px;
  color: #fff;
  box-shadow: none;
}
.form-invert input[type="search"]:-moz-placeholder,
.form-invert input[type="text"]:-moz-placeholder {
  color: #e6e6e6;
}
.form-invert input[type="search"]::-moz-placeholder,
.form-invert input[type="text"]::-moz-placeholder {
  color: #e6e6e6;
}
.form-invert input[type="search"]:-ms-input-placeholder,
.form-invert input[type="text"]:-ms-input-placeholder {
  color: #e6e6e6;
}
.form-invert input[type="search"]::-webkit-input-placeholder,
.form-invert input[type="text"]::-webkit-input-placeholder {
  color: #e6e6e6;
}
.form-invert input[type="search"]:-moz-placeholder,
.form-invert input[type="text"]:-moz-placeholder {
  color: #e6e6e6;
}
.form-invert input[type="search"]::-moz-placeholder,
.form-invert input[type="text"]::-moz-placeholder {
  color: #e6e6e6;
}
.form-invert input[type="search"]:-ms-input-placeholder,
.form-invert input[type="text"]:-ms-input-placeholder {
  color: #e6e6e6;
}
.form-invert input[type="search"]::-webkit-input-placeholder,
.form-invert input[type="text"]::-webkit-input-placeholder {
  color: #e6e6e6;
}
.form-invert button,
.form-invert input[type="button"],
.form-invert input[type="reset"],
.form-invert input[type="submit"] {
  background-color: transparent;
  border: 0;
  box-shadow: none;
}
.form-invert button i,
.form-invert input[type="button"] i,
.form-invert input[type="reset"] i,
.form-invert input[type="submit"] i {
  color: #fff;
}
input,
textarea {
  border: 1px solid #333;
  background-color: inherit;
  padding: 3px 10px;
  font-family: inherit;
}
/*------------------------------------------------------------------
 [7. Navbar]
------------------------------------------------------------------*/
/* [Booststrap (Extended)]
------------------------------------------------------------------*/
/*-----[Navbar]-----*/
.navbar {
  bottom: 0;
  position: fixed;
  border: 0px;
  width: 100%;
  margin-bottom: 0px;
  border-radius: 0px;
  box-shadow: none;
  -webkit-transition: .2s bottom ease;
          transition: .2s bottom ease;
}
.navbar.shiftup {
  top: 0;
  bottom: auto;
}
/*-----[Navbar Default]-----*/
.navbar-default {
  background-color: #1b1e26;
  height: 70px;
  color: #ffffff;
}
.navbar-default .navbar-nav > li:focus {
  outline-width: 0px;
}
.navbar-default .navbar-nav > li > a {
  padding: 25px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:focus {
  color: #e87a67;
}
.navbar-default .navbar-nav > .active > a {
  background-color: #e87a67;
  color: #fff!important;
}
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:active,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #e87a67;
  color: #fff!important;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #efa193;
  color: #fff;
}
.navbar-default .navbar-brand,
.navbar-default #site-title,
.navbar-default #site-logo {
  color: #fff;
  margin: 0;
}
/*-----[Navbar Collapse]-----*/
@media screen and (max-width: 768px) {
  .navbar-collapse li {
    display: block;
    clear: both;
  }
  .navbar-collapse ul.dropdown-menu {
    position: relative!important;
    bottom: auto!important;
    top: auto!important;
    left: 0!important;
    display: block!important;
    width: 100%;
    box-shadow: none;
    padding-top: 0;
  }
  .navbar-collapse ul.dropdown-menu li a {
    padding-left: 40px;
  }
  .navbar-collapse .fa-chevron-up:before {
    content: "\f078" !important;
  }
  ul#main-nav li.dropup ul.dropdown-menu ul.dropdown-menu,
  ul#main-nav li.dropdown ul.dropdown-menu ul.dropdown-menu {
    left: 0 !important;
    top: auto;
    bottom: auto!important;
  }
  ul#main-nav li.dropup ul.dropdown-menu ul.dropdown-menu a,
  ul#main-nav li.dropdown ul.dropdown-menu ul.dropdown-menu a {
    padding-left: 20px;
  }
}
/*-----[Dropdown Menu]-----*/
/*-----[Navbar Header]-----*/
.container > .navbar-header,
.container > .navbar-collapse {
  margin-left: 30px;
  margin-right: 30px;
}
.navbar-header {
  padding-top: 20px;
}
/*-----[Navbar Brand]-----*/
.navbar-brand {
  display: block;
  float: none;
  padding: 0;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, Sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 6px;
  text-transform: uppercase;
}
/*-----[Tagline]-----*/
#site-description,
.tagline {
  display: block;
  position: relative;
  margin-bottom: 0;
  color: #70747d;
  font-size: 9px!important;
  font-weight: 600;
  text-transform: uppercase;
}
/*-----[Dropdown Toggle]-----*/
.dropdown-toggle i {
  margin-left: 10px;
  font-size: 8px;
}
/*-----[Dropdown]-----*/
.dropdown-menu {
  background-color: #1b1e26;
  border: 0;
  padding: 15px 0;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 0px;
}
.dropdown-menu > li > a {
  padding: 15px 25px;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  -webkit-transition: 0.2s all ease;
          transition: 0.2s all ease;
}
.dropdown-menu > li > a:hover {
  background-color: #e87a67;
}
.dropdown-menu > li.active a {
  background-color: #e87a67;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  margin-bottom: 0px;
}
.navbar-default .navbar-nav.other-menu > li > a,
.navbar-default .navbar-nav.social > li > a {
  padding: 25px 10px;
}
.navbar-default .navbar-nav.other-menu > li > a i,
.navbar-default .navbar-nav.social > li > a i {
  font-size: 14px;
}
#main-nav li.dropdown ul {
  display: none;
}
#main-nav li.dropdown li:hover > a {
  background-color: #e87a67;
}
#main-nav li.dropdown:hover > ul.dropdown-menu {
  display: block !important;
}
#main-nav li.dropdown ul.dropdown-menu {
  top: 100%;
  left: 0;
  bottom: auto;
}
#main-nav li.dropdown ul.dropdown-menu ul.dropdown-menu {
  left: 100%;
  top: -15px;
  bottom: auto;
}
#main-nav li.dropup li:hover > a {
  background-color: #e87a67;
}
#main-nav li.dropup:hover > ul.dropdown-menu {
  display: block !important;
}
#main-nav li.dropup ul.dropdown-menu {
  display: none;
  position: absolute;
  left: 0;
  bottom: 100%;
  top: auto;
}
#main-nav li.dropup ul.dropdown-menu ul.dropdown-menu {
  left: 100%!important;
  bottom: -15px;
  top: auto;
}
/*-----[Other Menus]-----*/
.other-menu,
.social {
  margin-left: 30px;
}
.other-menu {
  margin-right: 20px;
}
/*-----[Search]-----*/
.search.box {
  background-color: #303644;
  bottom: -70px;
  position: fixed;
  right: 0;
  z-index: 2;
  width: 30%;
  padding: 20px 60px 20px 40px;
  color: #fff;
  -webkit-transition: .4s all ease;
          transition: .4s all ease;
}
.search.box input {
  width: 100%;
  margin-right: 60px;
  font-size: 16px;
  vertical-align: bottom;
}
.search.box input:focus {
  outline: 0px;
}
.search.box button {
  background-color: transparent;
  border: 0px;
  height: 24px;
  width: 24px;
  position: absolute;
  right: 30px;
  top: 17px;
  text-align: center;
  vertical-align: middle;
}
.search.show {
  bottom: 70px;
}
/*------------------------------------------------------------------
 [8. Masthead]
------------------------------------------------------------------*/
/* [Custom Styles]
------------------------------------------------------------------*/
/*-----[Masthead - reside in left side of the page]-----*/
.masthead {
  background: #fff;
  height: auto;
  width: auto;
  margin: 0px;
}
@media (min-width: 769px) {
  .masthead {
    height: 100%;
  }
}
.masthead .content {
  height: 100%;
  width: 80%;
  margin: 0px auto;
  padding: 50px 0px;
}
@media (min-width: 600px) {
  .masthead .content {
    width: 70%;
  }
}
.masthead .logo {
  background-color: #ccd0d9;
  margin-bottom: 30px;
  max-height: 30px;
  position: relative;
  text-align: center;
  -webkit-transition: all ease 0.8s;
          transition: all ease 0.8s;
}
@media (min-width: 769px) {
  .masthead .logo {
    margin-bottom: 100px;
    text-align: left;
  }
}
.masthead .logo img {
  height: 30px;
  width: auto;
  margin-bottom: 0px;
  -webkit-transition: all ease 0.8s;
          transition: all ease 0.8s;
}
.masthead p {
  margin-bottom: 30px;
  font-size: 13px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, Sans-serif;
  line-height: 20px;
  text-align: center;
}
@media (min-width: 769px) {
  .masthead p {
    margin-bottom: 50px;
    text-align: left;
  }
}
.masthead .lead {
  margin-bottom: 10px;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, Sans-serif;
  font-size: 30px;
  font-weight: 200;
  letter-spacing: -2px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .masthead .lead {
    margin-bottom: 20px;
    text-align: left;
  }
}
.masthead .lead strong {
  font-weight: 300;
}
@media (min-width: 769px) {
  .masthead .lead {
    font-size: 36px;
    line-height: 36px;
  }
}
@media (min-width: 992px) {
  .masthead .lead {
    font-size: 60px;
    line-height: 50px;
  }
}
@media (min-width: 1200px) {
  .masthead .lead {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
.masthead .tagline {
  display: block;
  color: #70747d;
  font-size: 10px;
}
.masthead .toggle.iconic {
  background-color: transparent;
  display: none;
  position: fixed;
  right: 80%;
  top: 0;
  margin-bottom: 0px;
  margin-right: 20px;
  -webkit-transition: all ease 0.8s;
          transition: all ease 0.8s;
}
@media (min-width: 600px) {
  .masthead .toggle.iconic {
    display: block;
  }
}
.masthead .nav {
  border-top: 1px solid #c0c2c6;
  max-height: 134px;
  overflow: auto;
  padding: 20px 0px;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, Sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.masthead .nav .item {
  display: block;
  border-bottom: 1px solid #dbdcde;
}
.masthead .nav a {
  color: #404247;
}
.masthead .nav a:hover {
  color: #e87a67;
}
.fixed-nav {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.fixed-nav .main-navigation {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.fixed-nav footer {
  position: absolute;
  top: 70px;
  bottom: 0;
  overflow: auto;
  padding: 70px;
}
.fixed-nav.show .search {
  top: -70px;
  bottom: auto;
  -webkit-transition: .2s ease;
          transition: .2s ease;
}
.fixed-nav.show .search.show {
  top: 70px;
  z-index: 9;
}
.fixed-nav .logo {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  -webkit-transition: all ease 0.8s;
          transition: all ease 0.8s;
}
.fixed-nav img.logo {
  max-height: 40px;
  margin-top: -5px;
}
@media screen and (max-width: 768px) {
  .fixed-nav #main-nav {
    border: none;
    position: absolute;
    bottom: 70px;
    margin: 0;
    width: 100%;
    background: #1b1e26;
  }
}
.fixed-nav.show #main-nav.collapin {
  position: relative;
  bottom: auto;
}
.fixed-nav .navbar-toggle {
  top: -10px;
}
.fixed-nav .navbar-default .navbar-toggle:hover,
.fixed-nav .navbar-default .navbar-toggle:focus {
  background-color: rgba(255, 255, 255, 0.3);
}
/*-----[Class shown-triggered by javascript]-----*/
.mastshown .toggle.iconic {
  background-color: transparent;
  position: fixed;
  right: 100%;
  top: 10px;
  margin-right: -20px;
  z-index: 9999;
}
.mastshown header {
  position: fixed;
  left: 0;
  z-index: 9998;
  top: 0;
  width: 15%;
  padding: 10px 0px;
  text-align: center;
}
.mastshown header img {
  height: 20px;
}
/*------------------------------------------------------------------
 [9. Main Global]
------------------------------------------------------------------*/
/*------------------------------------------------------------------
 [10. Post]
------------------------------------------------------------------*/
/* [Booststrap (Extended)]
------------------------------------------------------------------*/
/*-----[Breadcrumbs]-----*/
/* [Custom Styles]
------------------------------------------------------------------*/
article {
  *zoom: 1;
}
article:before,
article:after {
  content: " ";
  /* 1 */
  display: table
  /* 2 */
}
article:after {
  clear: both;
}
article:before,
article:after {
  content: "";
  display: table;
  line-height: 0;
}
article:after {
  clear: both;
}
.blog {
  background-color: white;
}
.blog .content {
  background-color: white;
  padding-bottom: 70px;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
.blog .content figure img {
  width: 100%;
  max-width: 100%;
}
.blog .content .page-title {
  border-bottom: 1px solid #EDEDED;
  padding: 100px 100px 50px;
  margin: 0;
  height: auto;
  font-size: 36px;
}
.blog .content .pagination {
  *zoom: 1;
  padding: 50px 100px 100px;
}
.blog .content .pagination:before,
.blog .content .pagination:after {
  content: " ";
  /* 1 */
  display: table
  /* 2 */
}
.blog .content .pagination:after {
  clear: both;
}
.blog .content .pagination:before,
.blog .content .pagination:after {
  content: "";
  display: table;
  line-height: 0;
}
.blog .content .pagination:after {
  clear: both;
}
.blog .content .pagination .prev,
.blog .content .pagination .next {
  padding: 3px 20px;
  border: 1px solid #1B1E27;
  height: auto;
  font-size: 10px;
}
.blog .content .pagination .prev {
  float: left;
}
.blog .content .pagination .next {
  float: right;
}
.blog .sidebar {
  padding: 50px 70px 70px;
  border-left: 1px solid #efefef;
}
.post {
  padding: 50px 0;
  border-bottom: 1px solid #EDEDED;
  margin-left: 100px;
}
@media screen and (max-width: 600px) {
  .post {
    padding: 50px 0;
  }
}
.post figure {
  width: 100%;
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
}
.post figure img,
.post figure iframe {
  width: 100%;
  max-width: 100%;
  display: block;
  -webkit-transition: all 1s ease-in;
          transition: all 1s ease-in;
}
.post figure:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.post .entry-title {
  margin-bottom: 5px;
  padding-right: 20px;
}
.post .entry-author {
  margin-bottom: 20px;
  color: #7c808c;
}
.post .entry-author a {
  color: #404247;
}
.post blockquote {
  padding-right: 20px !important;
}
.post .entry-date {
  position: absolute;
  left: 20px;
  width: 60px;
  text-align: center;
  color: #babdc8;
}
.post .entry-date .date {
  color: #333;
  font-size: 26px;
  font-weight: 400;
  border-bottom: 1px solid #efefef;
}
.post .entry-date .month,
.post .entry-date .year {
  display: block;
  color: #70747d;
}
.post .entry-date .month {
  font-weight: 700;
  font-size: 14px;
}
.post .entry-summary {
  margin-bottom: 20px;
}
.post .entry-summary img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.post .entry-summary figure:hover img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.post .entry-details {
  padding-right: 50px;
}
.post .entry-meta {
  text-transform: initial;
  color: #676D7D;
  font-weight: 500;
}
.post .entry-meta .fa {
  font-size: 12px;
  margin-right: 5px;
}
.post .entry-meta .entry-taxonimies .fa {
  color: #babdc8;
}
.post .entry-meta .entry-taxonomies a {
  font-size: 12px;
  color: #404247;
}
.post .entry-meta .categories {
  margin-right: 10px;
  display: inline-block;
  text-transform: initial;
}
.post .entry-meta .social-sharing a {
  margin-left: 10px;
}
.post .entry-meta .social-sharing .fa {
  font-size: 14px!important;
}
.post .entry-meta .social-sharing .fa-facebook {
  color: #194781;
}
.post .entry-meta .social-sharing .fa-google-plus {
  color: #ce1d1d;
}
.post .entry-meta .social-sharing .fa-twitter {
  color: #39ccf1;
}
.post a {
  color: #1b1e27;
}
.post.format-quote blockquote {
  border-left-color: #1B1E27;
  text-transform: uppercase;
  padding: 0 0 0 50px;
}
.post.format-quote blockquote p {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, Sans-serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 32px;
  margin: 0 0 20px;
}
.post.format-quote blockquote cite {
  font-weight: 500;
}
.post.sticky {
  background: #fafafa;
  margin-left: 0;
  padding-left: 100px;
  border-bottom: 3px solid #efefef;
}
.post.format-image img {
  max-width: 100%;
  height: auto;
}
.post.format-gallery .gallery-item {
  margin-bottom: 0;
}
.post.format-gallery .gallery-item img {
  padding: 0;
}
.post.format-gallery .gallery-slider {
  position: relative;
}
.post.format-gallery .gallery-slider .slides {
  list-style: none;
  padding: 0;
  position: relative;
  overflow: hidden;
  min-height: 400px;
}
.post.format-gallery .gallery-slider .slides li {
  position: absolute;
  top: 0;
  left: 0;
}
.post.format-gallery .gallery-slider .flex-direction-nav {
  position: relative;
  list-style: none;
  top: -50px;
  text-align: center;
  padding: 0;
  z-index: 9;
}
.post.format-gallery .gallery-slider .flex-direction-nav li {
  display: inline-block;
  margin: 0 10px;
}
.post.format-gallery .gallery-slider .flex-direction-nav li a {
  display: block;
  text-indent: -99999px;
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  position: relative;
}
.post.format-gallery .gallery-slider .flex-direction-nav li a.flex-prev:before {
  content: "\f104";
}
.post.format-gallery .gallery-slider .flex-direction-nav li a.flex-next:before {
  content: "\f105";
}
.post.format-gallery .gallery-slider .flex-direction-nav li a:before {
  font-family: FontAwesome;
  position: absolute;
  text-indent: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.post.format-gallery .image-count {
  display: block;
  text-align: center;
  padding: 10px 0;
}
.post .entry-content {
  padding-right: 50px;
}
@media screen and (max-width: 480px) {
  .post .entry-content {
    padding-right: 0;
  }
}
.post .entry-content a {
  color: #e87a67 !important;
}
.post .entry-content img {
  max-width: 100%;
  height: auto;
}
.post .entry-content table {
  width: 100%;
}
.post .entry-content table th {
  background: #1b1e26;
  padding: 10px;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.post .entry-content table tr:nth-child(odd) {
  background: #F0F0F0;
}
.post .entry-content table td {
  padding: 10px;
}
.page .entry-header {
  margin-bottom: 20px;
}
.bypostauthor {
  *zoom: 1;
  color: #333;
}
.bypostauthor:before,
.bypostauthor:after {
  content: " ";
  /* 1 */
  display: table
  /* 2 */
}
.bypostauthor:after {
  clear: both;
}
.bypostauthor:before,
.bypostauthor:after {
  content: "";
  display: table;
  line-height: 0;
}
.bypostauthor:after {
  clear: both;
}
.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
.aligncenter {
  display: block;
  text-align: center;
  margin: 20px auto;
}
.wp-caption {
  display: block;
  width: 100%;
}
.wp-caption .wp-caption-text {
  margin-top: 10px;
  text-align: center;
  font-style: italic;
}
dd {
  margin-left: 10px;
  margin-bottom: 10px;
}
pre {
  font-size: 12px;
}
code {
  white-space: pre-wrap;
}
/*-----[Post Classes]-----*/
.categories {
  color: #444343;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
/*-----[Home News]-----*/
.news header {
  background-color: #ffffff;
  height: auto;
  position: relative;
  padding: 50px;
}
.news header h2 {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: -2px;
  line-height: 32px;
}
.news header .btn {
  border-color: #444343;
  position: relative;
  color: #444343;
}
@media (min-width: 992px) {
  .news header {
    height: 400px;
    padding: 70px;
  }
  .news header .btn {
    bottom: 100px;
    position: absolute;
  }
}
.news.item {
  height: 200px;
  overflow: hidden;
  z-index: 1;
}
.news.item:nth-child(even) .excerpt:after {
  background: transparent url('../img/mozaik-orange.png') repeat top left;
}
.news.item img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  -webkit-transition: all .9s ease;
          transition: all .9s ease;
}
.news.item:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.news.excerpt {
  z-index: 1;
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 40px 50px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}
.news.excerpt:after {
  content: " ";
  background: transparent url('../img/mozaik-red.png') repeat top left;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
}
.news.excerpt:hover:after {
  opacity: 1;
}
.news.excerpt h4 {
  margin-bottom: 5px;
}
.news.excerpt h4 a {
  color: #fff;
}
.news.date {
  background-color: transparent;
  display: block;
  margin-bottom: 10px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.tweetandabout {
  background: #f8f8f8;
}
/*-----[Home Tweet]-----*/
.tweet {
  padding: 50px;
}
.tweet.time {
  padding: 0px;
}
@media (min-width: 992px) {
  .tweet {
    padding: 70px;
  }
}
/*-----[Home About]-----*/
.about .btn {
  border-color: #444343;
  color: #444343;
}
.about.wrapper {
  background-color: #ffffff;
}
.about.content {
  padding: 50px;
}
@media (min-width: 992px) {
  .about.content {
    padding: 70px;
  }
}
.about.photo {
  padding: 70px;
}
.about.photo img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 480px) {
  .about.photo img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .about.photo img {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .about.photo img {
    padding: 70px 0px 0px 70px;
  }
}
@media (min-width: 992px) {
  .about.photo {
    padding: 70px;
  }
}
/*-----[Gallery grid type header]-----*/
.filterable-items {
  -webkit-transition: height .3s ease;
          transition: height .3s ease;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.filterable-items .mix {
  display: none;
  float: left;
}
@media screen and (max-width: 768px) {
  .filterable-nav {
    float: none!important;
    text-align: center;
  }
}
.filterable-nav a {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .filterable-nav a {
    display: inline-block !important;
    margin: 10px!important;
    float: none!important;
  }
}
.filterable-items {
  list-style: none;
  padding: 0;
}
/**** disabling Isotope CSS3 transitions ****/
.filterable-items.no-transition,
.filterable-items.no-transition .filterable-item,
.filterable-items .filterable-item.no-transition {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.page-title {
  *zoom: 1;
  background-color: #ffffff;
  height: auto;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
.page-title:before,
.page-title:after {
  content: " ";
  /* 1 */
  display: table
  /* 2 */
}
.page-title:after {
  clear: both;
}
.page-title:before,
.page-title:after {
  content: "";
  display: table;
  line-height: 0;
}
.page-title:after {
  clear: both;
}
@media (min-width: 769px) {
  .page-title {
    padding-bottom: 70px;
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media (min-width: 992px) {
  .page-title {
    height: 100px;
    text-align: left;
    padding-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .page-title .pull-right {
    float: right !important;
  }
}
.page-title h1,
.page-title h2 {
  display: inline-block;
  *display: inline;
  /* Fix for IE7 */
  zoom: 1;
  /* Fix for IE7 */
  vertical-align: top;
  margin: 0;
  line-height: 100px;
  float: none;
}
.page-title h1:after,
.page-title h2:after {
  content: '\0020//';
}
@media (min-width: 992px) {
  .page-title h1,
  .page-title h2 {
    float: left;
  }
}
.page-title nav a {
  margin-left: 50px;
  color: #444343;
  font-size: 11px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  float: left;
}
.page-title nav a:hover,
.page-title nav a:active,
.page-title nav a:focus,
.page-title nav a.current,
.page-title nav a.filter.active {
  color: #e87a67;
}
@media (min-width: 992px) {
  .page-title nav a {
    float: none;
    line-height: 100px;
  }
}
/*-----[Pagination]-----*/
.pagination {
  display: block;
  padding: 50px;
  margin: 0;
  border-radius: 0px;
  text-align: center;
  background: white;
  clear: both;
}
.pagination .prev,
.pagination .next {
  background-color: #fff;
  position: relative;
  padding: 3px 20px!important;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: normal;
}
.pagination .prev:after,
.pagination .next:after {
  display: none !important;
}
.pagination .prev {
  float: left;
}
.pagination .next {
  float: right;
}
.pagination .btn {
  height: 20px;
  width: 60px;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  margin: auto;
  text-align: center;
  border-color: #444343;
  color: #444343;
}
.pagination .page-numbers:after {
  content: " / ";
  display: inline-block;
  margin: 0 5px;
}
/*------[Comment]--------*/
#comments {
  padding: 50px 100px;
  background: #1B1E27;
  color: white;
}
@media screen and (max-width: 600px) {
  #comments {
    padding: 50px;
  }
}
#comments #comments-number {
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
}
#comments h1,
#comments h2,
#comments h3,
#comments h4,
#comments h5,
#comments h6 {
  color: white;
  font-weight: 700;
}
#comments a {
  color: white;
  font-weight: bold;
}
#comments .comment-list,
#comments .children {
  list-style: none;
  padding: 0;
  margin: 0;
}
#comments .comment-list .comment,
#comments .children .comment {
  padding-left: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #comments .comment-list .comment,
  #comments .children .comment {
    padding-left: 0;
  }
}
#comments .comment-list .avatar,
#comments .children .avatar {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  #comments .comment-list .avatar,
  #comments .children .avatar {
    position: relative;
    float: left;
    margin-right: 10px;
  }
}
#comments .comment-list .comment-meta,
#comments .children .comment-meta {
  text-transform: uppercase;
  margin-bottom: 10px;
}
#comments .comment-list .comment-content blockquote,
#comments .children .comment-content blockquote {
  color: white;
}
#comments .comment-list .comment-content blockquote p,
#comments .children .comment-content blockquote p {
  color: #ffffff;
}
#comments .comment-list .comment-content img,
#comments .children .comment-content img,
#comments .comment-list .comment-content iframe,
#comments .children .comment-content iframe {
  max-width: 100%;
}
#comments .comment-list .comment-content p:last-child,
#comments .children .comment-content p:last-child {
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  #comments .comment-list .comment-content,
  #comments .children .comment-content {
    clear: both;
    margin-top: 20px;
  }
}
#comments .comment-list .comment-reply-link,
#comments .children .comment-reply-link {
  margin-bottom: 20px;
  display: block;
}
#respond {
  padding: 50px 100px;
  *zoom: 1;
}
#respond:before,
#respond:after {
  content: " ";
  /* 1 */
  display: table
  /* 2 */
}
#respond:after {
  clear: both;
}
#respond:before,
#respond:after {
  content: "";
  display: table;
  line-height: 0;
}
#respond:after {
  clear: both;
}
@media screen and (max-width: 600px) {
  #respond {
    padding: 50px;
  }
}
#respond p {
  margin-bottom: 10px;
}
#respond #reply-title {
  font-weight: 300px;
  font-size: 16px;
  text-transform: uppercase;
}
#respond label {
  display: none;
}
#respond input,
#respond textarea {
  width: 100%;
  padding: 5px 15px;
  border: 1px solid #C0C0C0;
}
#respond input[type="submit"] {
  float: right;
  width: auto;
  border-radius: 0;
  background: inherit;
  border: 1px solid #1B1E27;
  text-transform: uppercase;
  font-weight: bold;
}
.layout-1c-full .content {
  padding: 0 100px;
}
@media screen and (max-width: 480px) {
  .layout-1c-full .content {
    padding: 0 30px;
  }
}
.layout-1c-full .content .post {
  margin-left: 0;
}
.search-results .entry-title {
  margin-bottom: 20px;
}
/*------------------------------------------------------------------
 [11. Widget]
------------------------------------------------------------------*/
/* [Booststrap (Extended)]
------------------------------------------------------------------*/
/*-----[Panel]-----*/
.panel {
  background-color: transparent;
  border: 0px;
  margin-bottom: 30px;
  padding: 0 50px 50px;
  border-radius: 0px;
  box-shadow: none;
}
.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 25px;
}
.panel-default > .panel-heading {
  background-color: transparent;
}
.panel-body {
  padding: 0px;
}
.panel-heading {
  border: 0px;
  padding: 0px;
  border-radius: 0px;
}
.panel-heading > h1,
.panel-heading > h2,
.panel-heading > h3,
.panel-heading > h4,
.panel-heading > h5,
.panel-heading > h6,
.panel-heading > .widget.heading {
  border-bottom: 1px solid #444343;
  margin-bottom: 30px;
  margin-top: 0px;
  padding-bottom: 15px;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, Sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0px;
  line-height: 15px;
  text-transform: uppercase;
}
.panel-heading > h1:after,
.panel-heading > h2:after,
.panel-heading > h3:after,
.panel-heading > h4:after,
.panel-heading > h5:after,
.panel-heading > h6:after,
.panel-heading > .widget.heading:after {
  content: '\0020//';
}
/* [Custom Styles]
------------------------------------------------------------------*/
/*-----[Widget]-----*/
.widget {
  position: relative;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 50px;
  padding-bottom: 50px;
  background: url(../img/separator.png) bottom center no-repeat;
  clear: left;
}
footer .widget {
  padding: 0 50px 50px;
}
.widget .post-title {
  text-transform: initial;
  letter-spacing: 0;
}
.widget .widgettitle,
.widget .widget-title {
  font-size: 14px;
  border-bottom: 3px double #efefef;
  /*padding-bottom: 20px;*/
  font-weight: 800;
  letter-spacing: 0;
}
.widget .widgettitle:after,
.widget .widget-title:after {
  /*content: " //";*/
}
.widget.content {
  padding: 0px 50px 0px 60px;
  font-size: 11px;
}
.widget select {
  max-width: 100%;
}
.widget img {
  max-width: 100%;
  margin-bottom: 10px;
}
.widget p {
  margin-bottom: 20px;
}
.widget .widget-post {
  position: relative;
}
.widget ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.widget ul li {
  border-bottom: 1px solid #ededed;
  position: relative;
  padding-bottom: 10px;
  padding-top: 10px;
}
.widget ul li:first-child .count {
  top: 0px;
}
.widget ul li > .children li {
  padding-left: 10px;
}
.widget ul li > .children li:first-child {
  border-top: 1px solid #ededed;
  margin-top: 10px;
  padding-top: 10px;
}
.widget ul li > .children li:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
}
.widget ul li i {
  width: 20px;
  margin-right: 5px;
}
.widget ul li a {
  color: #404247;
  font-weight: 700;
}
.widget ul li a:hover {
  color: #e87a67;
}
.widget ul li img + .widget-post-content {
  margin-left: 40px;
}
.widget.item {
  border-left: 0px;
  margin-bottom: 40px;
}
.widget .count {
  position: absolute;
  right: 0;
  top: 10px;
  color: #70747d;
}
.widget .post-date,
.widget .rss-date {
  display: block;
  color: #70747d;
  font-size: 11px;
  white-space: normal;
}
.widget .rss-date {
  margin-bottom: 10px;
}
.widget .form-control {
  border: 1px solid #b2b5ba;
}
.widget .wp-caption-text {
  color: #70747d;
  font-size: 11px;
  font-style: italic;
}
.widget .product_list_widget a {
  display: block;
  padding-left: 0px;
}
.widget .product_list_widget a img {
  left: 0;
  top: 10px;
}
.widget .product_list_widget > li {
  /*padding-left: 60px;*/
  position: relative;
}
.widget .product_list_widget > li .from,
.widget .product_list_widget > li del {
  color: #70747d;
}
.widget .product_list_widget > li ins {
  text-decoration: none;
  padding: 3px 5px;
  color: white;
}
.widget .product_list_widget > li > .amount,
.widget .product_list_widget > li ins > .amount,
.widget .product_list_widget > li .quantity {
  padding: 0;
  color: #1B1E25;
  border: none;
  font-weight: 600;
}
.widget .product_list_widget > li .quantity > .amount {
  padding-left: 5px;
  padding-right: 5px;
}
.widget .product_list_widget dl {
  margin-bottom: 0px;
  margin-top: 0px;
}
.widget .product_list_widget dl dd,
.widget .product_list_widget dl dt {
  display: inline-block;
  *display: inline;
  /* Fix for IE7 */
  zoom: 1;
  /* Fix for IE7 */
  vertical-align: top;
}
.widget .star-rating {
  float: none;
  overflow: hidden;
  position: relative;
  height: 15px;
  line-height: 15px;
  font-size: 10px;
  width: 50px;
  font-family: 'FontAwesome';
}
.widget .star-rating:before {
  content: "\f006\f006\f006\f006\f006";
  color: #404243;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.widget .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  color: #404243;
  font-size: 10px;
}
.widget .star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
}
.widget .total {
  background-color: #f3f3f3;
  padding: 10px 20px;
  margin-top: 10px;
  text-transform: uppercase;
  border-radius: 0px;
}
.widget .total .amount {
  float: right;
}
.widget .buttons a {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.widget .chosen a {
  padding: 2px 5px;
  margin: 0px;
  color: #e87a67;
  border-radius: 0px;
}
.widget .chosen a:before {
  content: "\f00d";
  color: #e87a67;
  font-family: 'FontAwesome';
  margin-right: 0px;
}
/*-----[Icon Widget Heading]-----*/
.icon-widget-heading {
  left: -30px;
  position: absolute;
  top: 0;
  color: #70747d;
  font-size: 14px;
}
/*-----[Footer Widget]-----*/
.footer.widget .panel-heading > h1,
.footer.widget .panel-heading > h2,
.footer.widget .panel-heading > h3,
.footer.widget .panel-heading > h4,
.footer.widget .panel-heading > h5,
.footer.widget .panel-heading > h6,
.footer.widget .panel-heading > .widget.heading {
  margin-left: 0px;
}
.footer.widget .icon-widget-heading {
  left: 0px;
}
form.top-search {
  display: table;
  width: 100%;
}
form.top-search input {
  display: table-cell;
}
form.top-search input[type="text"] {
  width: 75%;
}
form.top-search input[type="submit"] {
  width: 20%;
  margin-left: 10px;
}
div.textwidget img {
  max-width: 100%;
  height: auto;
}
div.tagcloud {
  line-height: 20px;
}
.product_list_widget li {
  min-height: 60px;
}
.product_list_widget img {
  /*position: absolute;*/
  top: 5px;
  /*height: 40px;*/
  width: 100%;
}
.product_list_widget img: after{
  clear: none;
  float: left;
}
.post-type-widget .post-title,
.random-post-type .post-title {
  font-size: 14px;
  font-size: 12px;
  margin: 0 0 5px;
}
.post-type-widget li,
.random-post-type li {
  *zoom: 1;
}
.post-type-widget li:before,
.random-post-type li:before,
.post-type-widget li:after,
.random-post-type li:after {
  content: " ";
  /* 1 */
  display: table
  /* 2 */
}
.post-type-widget li:after,
.random-post-type li:after {
  clear: both;
}
.post-type-widget li:before,
.random-post-type li:before,
.post-type-widget li:after,
.random-post-type li:after {
  content: "";
  display: table;
  line-height: 0;
}
.post-type-widget li:after,
.random-post-type li:after {
  clear: both;
}
.post-type-widget img,
.random-post-type img {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.flickr-photos .picture-item li.picture-item {
  margin: 0;
  padding: 0;
}
.flickr-photos .picture-item li.picture-item img {
  padding: 0;
}
.user-testimonials .rslides_nav {
  top: -55px;
}
.widget iframe {
  width: 100%;
  max-width: 100%;
}
#wp-calendar {
  width: 100%;
}
#wp-calendar caption {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
}
#wp-calendar td,
#wp-calendar th {
  text-align: center;
  padding: 5px;
}
#wp-calendar tfoot .prev,
#wp-calendar tfoot .next {
  padding: 10px;
}
.widget_nav_menu ul,
.widget_nav_menu li {
  margin: 0;
  padding: 0;
}
.widget_nav_menu li a {
  padding: 10px 0;
  display: block;
  border-bottom: 1px solid #dedede;
}
.user-testimonials .testimonial-wrap {
  border: none;
}
.user-testimonials .testimonial-wrap p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}
.user-testimonials .testimonial-wrap .name {
  font-size: 11px;
  line-height: 15px;
}
.user-testimonials .testimonial-wrap .inside {
  padding: 10px 0;
}
.user-testimonials .testimonial-widget {
  width: 100% !important;
}
/*  SOCIAL CONNECT WIDGET
    ----------------- */
.social-network ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.social-network li {
  border-bottom: 0;
  display: inline;
  float: left;
  margin: 0 5px 5px 0;
}
.social-network a {
  display: block;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  height: 36px;
  width: 36px;
  background-image: url("../img/socialicons.png");
  background-repeat: no-repeat;
  position: relative;
  border-bottom: none;
  text-decoration: none;
}
.social-network a:after {
  content: " ";
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/socialicons.png");
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
          transition: opacity .3s ease;
}
.social-network a:hover:after {
  opacity: 1;
}
.social-network a.fb {
  background-position: 0 -36px;
}
.social-network a.fb:after {
  background-position: 0 0;
}
.social-network a.twitter {
  background-position: -36px -36px;
}
.social-network a.twitter:after {
  background-position: -36px 0;
}
.social-network a.rssfeed {
  background-position: -72px -36px;
}
.social-network a.rssfeed:after {
  background-position: -72px 0;
}
.social-network a.ytube {
  background-position: -108px -36px;
}
.social-network a.ytube:after {
  background-position: -108px 0;
}
.social-network a.email {
  background-position: -144px -36px;
}
.social-network a.email:after {
  background-position: -144px 0;
}
.social-network a.gplus {
  background-position: -180px -36px;
}
.social-network a.gplus:after {
  background-position: -180px 0;
}
.social-network a.flickr {
  background-position: -216px -36px;
}
.social-network a.flickr:after {
  background-position: -216px 0;
}
.social-network a.linkedin {
  background-position: -252px -36px;
}
.social-network a.linkedin:after {
  background-position: -252px 0;
}
.social-network a.pinterest {
  background-position: -288px -36px;
}
.social-network a.pinterest:after {
  background-position: -288px 0;
}
.social-network a.dribbble {
  background-position: -324px -36px;
}
.social-network a.dribbble:after {
  background-position: -324px 0;
}
.social-network a.github {
  background-position: -360px -36px;
}
.social-network a.github:after {
  background-position: -360px 0;
}
.social-network a.lastfm {
  background-position: -396px -36px;
}
.social-network a.lastfm:after {
  background-position: -396px 0;
}
.social-network a.vimeo {
  background-position: -432px -36px;
}
.social-network a.vimeo:after {
  background-position: -432px 0;
}
.social-network a.tumblr {
  background-position: -468px -36px;
}
.social-network a.tumblr:after {
  background-position: -468px 0;
}
.social-network a.instagram {
  background-position: -504px -36px;
}
.social-network a.instagram:after {
  background-position: -504px 0;
}
.social-network a.soundcloud {
  background-position: -540px -36px;
}
.social-network a.soundcloud:after {
  background-position: -540px 0;
}
.social-network a.behance {
  background-position: -576px -36px;
}
.social-network a.behance:after {
  background-position: -576px 0;
}
.social-network a.deviantart {
  background-position: -612px -36px;
}
.social-network a.deviantart:after {
  background-position: -612px 0;
}
.tagcloud a {
  text-transform: uppercase;
  padding: 1px 10px;
  display: inline-block;
  margin: 5px;
  border: 1px solid #333;
  font-weight: 600!important;
  font-size: 11px!important;
}
.widget_archive ul > li,
.widget_categories ul > li,
.widget_meta ul > li,
.widget_product_categories ul > li,
.widget_recent_entries ul > li,
.widget_recent_comments ul > li {
  -webkit-transition: padding-left 0.3s ease;
          transition: padding-left 0.3s ease;
}
.widget_archive ul > li:hover,
.widget_categories ul > li:hover,
.widget_meta ul > li:hover,
.widget_product_categories ul > li:hover,
.widget_recent_entries ul > li:hover,
.widget_recent_comments ul > li:hover {
  padding-left: 15px;
}
.widget_pages .children li,
.widget_nav_menu .children li {
  padding-left: 0 !important;
}
.widget_pages a,
.widget_nav_menu a {
  -webkit-transition: padding-left 0.3s ease;
          transition: padding-left 0.3s ease;
}
.widget_pages a:hover,
.widget_nav_menu a:hover {
  padding-left: 15px;
}
.widget_archive select,
.widget_categories select {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  padding: 3px 10px;
  border: 1px solid #333;
  background: transparent;
  border-radius: 0;
}
.widget_search input[type="text"] {
  width: 100%!important;
  display: block!important;
  margin-bottom: 10px;
}
.widget_search input[type="submit"] {
  width: auto!important;
  display: block!important;
  float: right;
}
#wp-calendar caption {
  padding: 10px 0;
}
.widget_nav_menu li {
  border-bottom: none!important;
  padding: 0!important;
}
.widget_nav_menu a {
  border-bottom: 1px solid #efefef;
}
.social-buttons li {
  border-bottom: none !important;
}
/*------------------------------------------------------------------
 [12. Footer]
------------------------------------------------------------------*/
/*------------------------------------------------------------------
 [13. Woo]
------------------------------------------------------------------*/
.product_title {
  margin-bottom: 10px;
}
.price {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.price del {
  margin-right: 10px;
}
.images img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.orient-portrait img{
max-height: 1000px;
width: auto;
}
.images .thumbnails {
  *zoom: 1;
  text-align: center;
}
.images .thumbnails:before,
.images .thumbnails:after {
  content: " ";
  /* 1 */
  display: table
  /* 2 */
}
.images .thumbnails:after {
  clear: both;
}
.images .thumbnails:before,
.images .thumbnails:after {
  content: "";
  display: table;
  line-height: 0;
}
.images .thumbnails:after {
  clear: both;
}
.images .thumbnails .zoom {
  display: inline-block;
  padding: 10px 5px;
}
.images .thumbnails .zoom img {
  display: block;
}
.images .caroufredsel_wrapper {
  margin: 0 auto !important;
}
.images .thumbnails-nav {
  position: relative;
}
.images .thumbnails-nav .prev,
.images .thumbnails-nav .next {
  position: absolute;
  bottom: 30px;
  padding: 20px 0;
  cursor: pointer;
}
.images .thumbnails-nav .prev:hover,
.images .thumbnails-nav .next:hover {
  color: #c0c0c0;
}
.images .thumbnails-nav .prev {
  left: 5px;
}
.images .thumbnails-nav .next {
  right: 5px;
}
.product-header{
  padding:10px 100px 0px 100px;
}

.product-images {
  padding: 30px 25px 100px 100px;
}


@media screen and (max-width: 768px) {
  .product-header{
    padding:0px 20px 0px 20px
  }
  .product-images {
    padding: 20px 30px 0px 20px;
  }
}
.product-images .onsale {
  position: absolute;
  background: #EF5150;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 10px;
  line-height: normal;
  color: white;
}
.product-details {
  padding: 30px 100px 100px 25px;
}
@media screen and (max-width: 768px) {
  .product-details {
    padding: 20px;
    clear: both;
  }
}
.product-details label,
.product-details .label {
  width: 100px;
  text-transform: uppercase;
  color: #404247;
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  padding: 15px 0;
}
.quantity {
  position: relative;
  display: inline-block;
  max-width: 100px;
  border: 1px solid #C0C0C0;
}
.quantity .input-text {
  width: 100%;
  padding: 3px 30px;
  text-align: center;
  box-sizing: border-box;
  box-shadow: none;
  border: none;
}
.quantity input[type="button"] {
  position: absolute;
  top: 0;
  bottom: 0;
  border: none;
  background: white;
}
.quantity .minus {
  left: 0;
}
.quantity .plus {
  right: 0;
}
.quantity.buttons_added .single_add_to_cart_button {
  display: inline-block;
  margin-left: 3px;
}
.variations td {
  padding: 10px 0;
  vertical-align: middle;
}
.variations .reset_variations {
  font-style: italic;
  margin-left: 10px;
  display: inline-block;
}
.variations select {
  padding: 5px 20px 5px 10px;
  border: 1px solid #404247;
  border: 1px solid #c0c0c0;
  border-radius: 0 !important;
  background-color: white;
  background-image: url(../img/select-arrow.png);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.woocommerce-variation.single_variation{
  text-align: right;
  padding-right: 60px;
}
div.single_variation {
  margin-top: 20px;
}
.woocommerce-tabs {
  margin-top: 50px;
}
.woocommerce-tabs ul.tabs {
  padding: 0;
}
.woocommerce-tabs ul.tabs li {
  display: inline-block;
}
.woocommerce-tabs ul.tabs li:after {
  content: " //";
  color: #1C1C24;
}
.woocommerce-tabs ul.tabs li:last-child:after {
  content: " ";
}
.woocommerce-tabs ul.tabs li.active a {
  color: #c6c6c6;
}
.woocommerce-tabs ul.tabs li a {
  text-transform: uppercase;
  font-weight: 700;
  color: #1C1C24;
}
.woocommerce-tabs .panel {
  padding: 0;
}
.woocommerce-tabs #comments {
  background: none;
  color: #404247;
  padding: 0;
}
.woocommerce-tabs #comments h1,
.woocommerce-tabs #comments h2,
.woocommerce-tabs #comments h3,
.woocommerce-tabs #comments h4,
.woocommerce-tabs #comments h5,
.woocommerce-tabs #comments h6 {
  color: #444343;
}
.woocommerce-tabs #comments .commentlist,
.woocommerce-tabs #comments .children {
  padding: 0;
  list-style: none;
}
.woocommerce-tabs #comments .commentlist .avatar,
.woocommerce-tabs #comments .children .avatar {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 20px;
}
.woocommerce-tabs #respond {
  padding: 0;
}
.product .page-title {
  height: auto;
}
.product .page-title .shop-info {
  clear: both;
  padding: 0 0 20px;
}
.product .page-title .shop-info .col-sm-6 {
  *zoom: 1;
}
.product .page-title .shop-info .col-sm-6:before,
.product .page-title .shop-info .col-sm-6:after {
  content: " ";
  /* 1 */
  display: table
  /* 2 */
}
.product .page-title .shop-info .col-sm-6:after {
  clear: both;
}
.product .page-title .shop-info .col-sm-6:before,
.product .page-title .shop-info .col-sm-6:after {
  content: "";
  display: table;
  line-height: 0;
}
.product .page-title .shop-info .col-sm-6:after {
  clear: both;
}
.product .page-title .shop-info .woocommerce-result-count {
  text-transform: uppercase;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .product .page-title .shop-info .woocommerce-result-count {
    float: none !important;
  }
}
@media screen and (max-width: 768px) {
  .product .page-title .shop-info .woocommerce-ordering {
    margin-top: 10px;
    float: none !important;
  }
}
.product .page-title .shop-info select {
  border-radius: 0!important;
  border: 1px solid #dedede;
  text-transform: uppercase;
  padding: 5px 20px!important;
  background: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.product.item {
  position: relative;
  overflow: hidden;
  /*width:450px;
  height:300px;*/
}
.product.item img {
  height: auto;
  width: 100%;
  background-size: cover;
  -webkit-transition: .2s all ease;
          transition: .2s all ease;
}
.product.item:hover .info {
  top: 0;
}
.product.item:hover .title {
  margin-top: 10%;
  opacity: 1;
}
@media (min-width: 992px) {
  .product.item:hover .title {
    margin-top: 30%;
  }
}
.product.item:hover .categories {
  top: 0;
}
.product.item:hover .more {
  bottom: 30%;
}
.product.item:hover .prevnext {
  top: 5%;
}
.product.small {
  height: 300px;
  margin-top: 0;
}
.product.small img {
  height: 300px;
  width: auto;
}
@media (max-width: 767px) {
  .product.small {
    margin-top: 10%;
  }
}
.product.small:hover .title {
  margin-top: 30%;
  opacity: 1;
}
@media (min-width: 769px) {
  .product.small:hover .title {
    margin-top: 30%;
  }
}
.product.info {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
  background: url('../img/imagehover-bg.png') repeat top left;
  text-align: center;
  -webkit-transition: .4s all ease;
          transition: .4s all ease;
}
.product.info .onsale {
  position: absolute;
  top: 0;
  left: 0;
  background: #EF5150;
  text-transform: uppercase;
  font-weight: 700;
  padding: 5px 10px;
  line-height: normal;
  color: white;
}
.product.info .info-content {
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 50px;
  color: white;
}
@media screen and (max-width: 1024px) {
  .product.info .info-content {
    top: 0;
    padding: 10px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.product.info .price,
.product.info .product_details,
.product.info .add_to_cart_button,
.product.info .add_to_wishlist {
  display: block;
}
.product.info .price {
  color: #fff;
  font-size: 11px;
  font-weight: normal;
}
.product.info .price del,
.product.info .price ins {
  display: block;
  font-weight: 700;
}
.product.info .price del {
  margin-right: 0;
}
.product.info .price ins {
  text-decoration: none;
}
.product.info .price del .amount {
  font-size: 18px;
}
.product.info .price ins .amount {
  font-size: 30px;
}
.product.info h3 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 10px;
}
.product.info h3 a {
  color: #ffffff !important;
}
.product.info .star-rating {
  margin: 0 auto 20px;
}
.product-details .add_to_wishlist {
  color: #333;
  border: 1px solid #333;
  margin-left: 100px!important;
  text-align: center;
  font-weight: 700;
  font-size: 12px!important;
}
.add_to_cart_button,
.add_to_wishlist,
.wcxp-quick-view-button,
.product_type_simple {
  border: 1px solid white;
  background: none;
  font-size: 10px !important;
  line-height: normal;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 0 auto 10px !important;
  padding: 5px 10px;
  text-transform: uppercase;
  display: block;
  width: 150px;
  color: white;
}
.add_to_cart_button:hover,
.add_to_wishlist:hover,
.wcxp-quick-view-button:hover,
.product_type_simple:hover {
  background: white;
  color: #333!important;
}
.wcxp-quick-view-button span {
  background: #ffffff;
}
.yith-wcwl-wishlistexistsbrowse a {
  color: #ffffff;
}
.yith-wcwl-share ul {
  padding-left: 0;
}
div.wcxp-quick-view-image img {
  height: auto;
}
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  width: 4.7em;
  font-family: "fontawesome";
}
.star-rating:before {
  content: "\f006\f006\f006\f006\f006";
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span:before {
  content: "\f005\f005\f005\f005\f005";
  top: 0;
  position: absolute;
  left: 0;
}
p.stars {
  position: relative;
  line-height: 1em;
  font-size: 1em;
}
p.stars:after {
  content: "";
  display: table;
  clear: both;
}
p.stars a {
  width: 19%;
  display: block;
  position: relative;
  float: left;
  box-sizing: border-box;
  padding: .5em .5em .5em .75em;
  background: rgba(0, 0, 0, 0.025);
  margin-right: 1%;
  border-radius: 4px;
  font-weight: bold;
}
p.stars a:hover,
p.stars a.active {
  background: rgba(0, 0, 0, 0.075);
}
p.stars a.star-1:after,
p.stars a.star-2:after,
p.stars a.star-3:after,
p.stars a.star-4:after,
p.stars a.star-5:after {
  font-family: "FontAwesome";
  content: "\f005";
  position: absolute;
  top: .85em;
  width: 5.3em;
  right: 1em;
  font-size: .5em;
  border-radius: 1em;
  color: #999;
  text-align: right;
  font-weight: normal;
}
p.stars a.star-1:hover,
p.stars a.star-2:hover,
p.stars a.star-3:hover,
p.stars a.star-4:hover,
p.stars a.star-5:hover {
  text-decoration: none;
}
p.stars a.star-1:after {
  content: "\f005";
}
p.stars a.star-2:after {
  content: "\f005\f005";
}
p.stars a.star-3:after {
  content: "\f005\f005\f005";
}
p.stars a.star-4:after {
  content: "\f005\f005\f005\f005";
}
p.stars a.star-5:after {
  content: "\f005\f005\f005\f005\f005";
}
.added_to_cart {
  display: none;
}
.add_to_cart_button {
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.add_to_cart_button.loading:before {
  content: "\f110";
  font-family: "FontAwesome";
  margin-right: 10px;
  display: inline-block;
  -webkit-animation: spinbro 2s infinite;
          animation: spinbro 2s infinite;
}
.add_to_cart_button.added:before {
  content: "\f00c";
  font-family: "FontAwesome";
  margin-right: 10px;
  display: inline-block;
}
@-webkit-keyframes spinbro {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-ms-keyframes spinbro {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@keyframes spinbro {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.shop_table.cart {
  width: 100%;
}
div.coupon {
  float: left;
}
.actions > input[type="submit"] {
  float: right;
  margin-left: 5px;
}
.woocommerce-message {
  border: 1px solid #ededed;
  padding: 10px;
  background: #fafafa;
  overflow: hidden;
  display: none;
}
.woocommerce-message .button {
  float: right;
}
table.shop_attributes {
  border: 0;
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  margin-bottom: 1.618em;
  width: 100%;
}
table.shop_attributes th {
  width: 150px;
  font-weight: 700;
  padding: 8px;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 0;
  line-height: 1.5em;
  background: none;
  color: #333;
  text-transform: initial;
  letter-spacing: normal;
}
table.shop_attributes td {
  font-style: italic;
  padding: 0;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 0;
  line-height: 1.5em;
}
table.shop_attributes p {
  margin: 0;
  padding: 8px 0;
}
table.shop_attributes .alt td,
table.shop_attributes .alt th {
  background: rgba(0, 0, 0, 0.025);
}
.col2-set {
  display: table;
  width: 100%;
  *zoom: 1;
}
@media screen and (max-width: 480px) {
  .col2-set {
    display: block;
  }
}
.col2-set:before,
.col2-set:after {
  content: " ";
  /* 1 */
  display: table
  /* 2 */
}
.col2-set:after {
  clear: both;
}
.col2-set:before,
.col2-set:after {
  content: "";
  display: table;
  line-height: 0;
}
.col2-set:after {
  clear: both;
}
.col2-set .col-1,
.col2-set .col-2 {
  display: table-cell;
  width: 50%;
}
@media screen and (max-width: 480px) {
  .col2-set .col-1,
  .col2-set .col-2 {
    width: 100%;
    padding: 10px !important;
    display: block!important;
    *zoom: 1;
  }
  .col2-set .col-1:before,
  .col2-set .col-2:before,
  .col2-set .col-1:after,
  .col2-set .col-2:after {
    content: " ";
    /* 1 */
    display: table
    /* 2 */
  }
  .col2-set .col-1:after,
  .col2-set .col-2:after {
    clear: both;
  }
  .col2-set .col-1:before,
  .col2-set .col-2:before,
  .col2-set .col-1:after,
  .col2-set .col-2:after {
    content: "";
    display: table;
    line-height: 0;
  }
  .col2-set .col-1:after,
  .col2-set .col-2:after {
    clear: both;
  }
}
.col2-set .col-1 {
  padding-right: 10px;
}
.col2-set .col-2 {
  padding-left: 10px;
}
.col2-set label.inline {
  margin: 20px 0;
}
.col2-set label.inline input[type="checkbox"] {
  margin-right: 10px!important;
}
.form-row {
  width: 49%;
  float: left;
}
.form-row label {
  display: block;
}
.form-row .input-text,
.form-row select {
  width: 100%;
  *width: 90%;
  box-sizing: border-box;
}
.form-row input[type=checkbox] {
  float: left;
}
.form-row.notes {
  width: 100%;
}
.form-row.notes textarea {
  width: 100%;
  *width: 90%;
}
.form-row-first {
  clear: left;
}
.form-row-last {
  float: right;
}
.form-row-wide {
  float: left;
  width: 100%;
  clear: both;
}
.cart-collaterals .cart_totals,
.cart-collaterals .shipping_calculator,
.cart-collaterals .cross-sells {
  width: 48%;
  float: right;
  clear: both;
}
.post .entry-content .cross-sells {
  clear: both;
  margin: 30px 0;
}
.post .entry-content .cross-sells a {
  color: white!important;
}
.post .entry-content .cross-sells a:hover {
  color: #333333 !important;
}
.woocommerce.one-col .related,
.woocommerce.one-col .upsells {
  width: 100%;
}
.woocommerce.one-col .related {
  float: left;
}
.woocommerce.one-col .upsells {
  float: right;
}
.woocommerce.one-col .upsells ul {
  float: left;
  width: 100%;
}
.woocommerce .summary {
  width: 48%;
  float: right;
  margin-bottom: 1.5em;
}
ul.products li.product {
  clear: none;
  width: 22%;
  margin-right: 3.8%;
}
ul.products li.product:nth-child(2n) {
  float: left;
}
ul.products li.product.first {
  clear: left;
}
ul.products li.product.last {
  margin-right: 0;
}
table.cart .product-remove,
table.cart .product-thumbnail,
table.cart .product-price {
  display: table-cell;
}
table.cart td.actions {
  text-align: right;
}
table.cart td.actions .coupon {
  float: left;
}
table.cart td.actions .input-text,
table.cart td.actions .button,
table.cart td.actions .checkout-button {
  width: auto;
  display: inline-block;
  margin-bottom: 0 !important;
}
.woocommerce.columns-1 ul.products li.product,
.woocommerce-page.columns-1 ul.products li.product {
  width: 100%;
  margin-right: 0;
}
.woocommerce.columns-2 ul.products li.product,
.woocommerce-page.columns-2 ul.products li.product {
  width: 48%;
}
.woocommerce.columns-3 ul.products li.product,
.woocommerce-page.columns-3 ul.products li.product {
  width: 30.75%;
}
.woocommerce.columns-4 ul.products li.product,
.woocommerce-page.columns-4 ul.products li.product {
  width: 22.05%;
}
.woocommerce.columns-5 ul.products li.product,
.woocommerce-page.columns-5 ul.products li.product {
  width: 16.95%;
}
.woocommerce.columns-6 ul.products li.product,
.woocommerce-page.columns-6 ul.products li.product {
  width: 13.5%;
}
input#ship-to-different-address-checkbox {
  position: absolute;
  top: 0;
}
#payment {
  padding: 30px 0;
  margin-bottom: 30px;
}
#payment ul {
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}
.sku_wrapper,
.posted_in,
.tagged_as {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
}
.sku_wrapper a,
.posted_in a,
.tagged_as a {
  color: #e87a67 !important;
}
.lost_reset_password .button {
  margin-top: 25px;
  margin-left: 5px;
}
.woocommerce-cart .wc-proceed-to-checkout {
  padding: 1em 0;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  display: block;
  text-align: center;
  margin-bottom: 1em;
  padding: 10px 16px;
  background-color: #e87a67;
  color: #fff !important;
  border: none;
  -webkit-transition: .3s ease;
          transition: .3s ease;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #efa193;
}


.layout-1c .post{
  margin-left:20px !important;
  margin-right:20px !important;
}
.layout-1c .post{
  margin-left:20px !important;
  margin-right:20px !important;
}
.layout-1c .content.col-sm-8{
  width:100% !important;
}
.layout-1c .post .entry-content{
	padding-right: 0px !important;
}




.fullscreen .post{
	padding: 0;
}
.fullscreen header.entry-header{
	display:none;
}
