/*
Theme Name: Maison Di Prima
Author: Development by We Are Telescopic
Version: 1.0
*/
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/2f5dac");
/**
 * @license
 * MyFonts Webfont Build ID 3104172, 2015-10-07T12:16:20-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: FuturaBT-Medium by Bitstream
 * URL: http://www.myfonts.com/fonts/bitstream/futura/medium/
 * Copyright: Copyright 1990-2003 Bitstream Inc. All rights reserved.
 * Licensed pageviews: 10,000
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3104172
 * 
 * 2015 MyFonts Inc
*/
@font-face {
  font-family: 'FuturaBT-Medium';
  src: url("fonts/2F5DAC_0_0.eot");
  src: url("fonts/2F5DAC_0_0.eot?#iefix") format("embedded-opentype"), url("fonts/2F5DAC_0_0.woff2") format("woff2"), url("fonts/2F5DAC_0_0.woff") format("woff"), url("fonts/2F5DAC_0_0.ttf") format("truetype");
}
/*1100 - 11x grid: 60, 12x gutter: 36.6666*/
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
  overflow: hidden;
  user-select: none;
  /* PAGER */
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
  user-drag: none;
  user-select: none;
}
.bx-wrapper ul {
  /*will-change: transform;*/
}
.bx-wrapper li {
  list-style: none;
  vertical-align: middle;
  display: inline-block;
  float: none !important;
}
.bx-wrapper .bx-viewport {
  overflow: hidden;
  background: transparent;
  z-index: 51;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
.bx-wrapper .bx-loading {
  display: none;
}
.bx-wrapper .bx-pager {
  text-align: center;
  bottom: 0;
  height: 40px;
  z-index: 52;
  width: auto;
  right: 1.40449%;
}
.bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
  *zoom: 1;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  opacity: 1;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px 5px 0;
  outline: 0;
  border-radius: 7px;
  background-color: white;
  float: right;
  border: 2px solid white;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  opacity: 1;
  background-color: transparent;
}
@media all and (max-width: 600px) {
  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 5px;
    height: 5px;
    margin-right: 4px;
  }
}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
@media all and (max-width: 600px) {
  .bx-wrapper .home-slider .bx-controls-direction {
    display: none;
  }
}
.bx-wrapper .bx-controls-direction {
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a {
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 70px;
  height: 70px;
  text-indent: -200%;
  overflow: hidden;
  z-index: 999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper .bx-controls-direction a.bx-prev {
  left: 1.40449%;
  transform: rotate(180deg);
}
.bx-wrapper .bx-controls-direction a.bx-prev.hover {
  background-position: 0 center;
}
.bx-wrapper .bx-controls-direction a.bx-next {
  right: 1.40449%;
  transform: rotate(0deg);
}
.bx-wrapper .bx-controls-direction a.bx-next.hover {
  background-position: 0 center;
}
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.home-slider-wrapper {
  width: calc(100% - 160px);
  height: calc(100vh - 200px);
  overflow: hidden;
  margin: 0 auto;
}
@media all and (max-width: 960px) {
  .home-slider-wrapper {
    width: 100%;
  }
}
.home-slider-wrapper .bx-viewport,
.home-slider-wrapper .bx-wrapper,
.home-slider-wrapper ul,
.home-slider-wrapper li {
  width: 100% !important;
  height: 100% !important;
}
.home-slider-wrapper .image-holder {
  width: 100% !important;
  height: 100% !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/*!
 * Gridpak Beta CSS
 *
 * Generator - http://gridpak.com/
 * Created by @erskinedesign
 */
/* Reusable column setup */
.col {
  border: 0px solid transparent;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}

/* 1. 12 Column Grid 0px - Infinity 
----------------------------------------------------------------------------- 

Span 1:    8.33333333333%
Span 2:    16.6666666667%
Span 3:    25.0%
Span 4:    33.3333333333%
Span 5:    41.6666666667%
Span 6:    50.0%
Span 7:    58.3333333333%
Span 8:    66.6666666667%
Span 9:    75.0%
Span 10:    83.3333333333%
Span 11:    91.6666666667%
Span 12:    100%

----------------------------------------------------------------------------- */
@media screen and (min-width: 0px) {
  .row {
    margin-left: -30px;
  }

  .col {
    border-left-width: 30px;
  }

  /*
  Add your semantic classnames in alongside their corresponding spans here. e.g.
  
  .span_3,
  .my_semantic_class_name {
      ...
  }
  */
  .span_1 {
    width: 8.33333333333%;
  }

  .span_2 {
    width: 16.6666666667%;
  }

  .span_3 {
    width: 25.0%;
  }

  .span_4 {
    width: 33.3333333333%;
  }

  .span_5 {
    width: 41.6666666667%;
  }

  .span_6 {
    width: 50.0%;
  }

  .span_7 {
    width: 58.3333333333%;
  }

  .span_8 {
    width: 66.6666666667%;
  }

  .span_9 {
    width: 75.0%;
  }

  .span_10 {
    width: 83.3333333333%;
  }

  .span_11 {
    width: 91.6666666667%;
  }

  .span_12 {
    margin-left: 0;
    width: 100%;
  }
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

button, html, input, select, textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: dotted thin;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

h2 {
  font-size: 1.5em;
  margin: .83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: .83em;
  margin: 1.67em 0;
}

h6 {
  font-size: .67em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

p, pre {
  margin: 1em 0;
}

code, kbd, pre, samp {
  font-family: monospace,serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:after, q:before {
  content: '';
  content: none;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

dl, menu, ol, ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu, ol, ul {
  padding: 0 0 0 40px;
}

nav ol, nav ul {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-moz-selection {
  background: #d0d3d6;
  text-shadow: none;
}

::selection {
  background: #d0d3d6;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: .2em 0;
  background: #ccc;
  color: #000;
  padding: .2em 0;
}

.plus {
  position: relative;
  top: 50%;
  margin-top: -3px;
  width: 100%;
  color: white;
  text-align: center;
}

.press_page .columns_holder a {
  display: none;
}

.columns_holder a.post_thumb {
  display: inline-block;
}

a.post_thumb .press_post {
  display: inline-block;
}

.press_post {
  display: none;
  width: 190px;
  /*height: 115px;*/
  position: relative;
  margin: 0 15px 30px 15px;
  box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.25);
}

.press_post_image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.press_post .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
}

.press_page a:hover .overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

.desc {
  display: none;
}

.lightboxOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.92;
  display: none;
}

.lightbox {
  position: fixed;
  left: 0;
  *zoom: 1;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: #FFF;
  *zoom: 1;
  padding: 0;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  margin-top: 20px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  display: none;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 100%;
  left: 0;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
}

.lb-prev,
.lb-next {
  width: 31px;
  height: 55px;
  cursor: pointer;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.lb-prev:hover,
.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-prev {
  margin-left: -70px;
  float: left;
  /*background: url(../../images/icons.png) no-repeat; background-position: 2px 2px;*/
}

.lb-next {
  margin-right: -70px;
  right: 0;
  float: right;
  /*background: url(../../images/icons.png) right 48% no-repeat; background-position: -94px 2px;*/
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 5px 0px;
  color: #444;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.lb-data .lb-details {
  width: 100%;
  float: left;
  text-align: center;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-caption, .lb-caption *, .lb-caption p, .lb-caption a {
  color: white;
  font-size: 11px;
}

.lb-caption a:hover {
  border-bottom: 1px solid white;
}

.lb-number {
  display: none !important;
}

.lb-close {
  position: absolute;
  display: block;
  top: -30px;
  right: -70px;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  width: 31px;
  height: 33px;
  /*background: url(../../images/icons.png) top right no-repeat;*/
  background-position: -12px -150px;
}

.lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

#mfPreviewBar {
  display: none !important;
}

.clear {
  clear: both;
}

/*** MAIN STYLES ***/
* {
  outline: none !important;
}

ul, li {
  padding: 0;
  margin: 0;
}

a {
  font-family: FuturaBT-Medium;
  font-weight: normal;
  font-style: normal;
  color: black;
  text-decoration: none !important;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}

p {
  font-family: FuturaBT-Medium;
  font-weight: normal;
  font-style: normal;
}

h1, h2, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
  font-family: 'Futura Medium';
}

#menu-item-24 {
  padding-top: 16px;
}

.mdp_men {
  padding-top: 11px;
}

html {
  height: 100%;
}

body {
  line-height: 1.4em;
  font-family: 'Futura Medium';
  font-size: 11px;
  height: 100%;
  margin: 0;
}

header {
  padding-top: 30px;
}

.logo {
  display: block;
  text-align: center;
}
.logo img {
  width: 152px;
  height: auto;
  margin: 0 auto;
}

.overall {
  position: relative;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  margin: 0 auto;
}

.men_page .main_content, .home_page .main_content {
  height: 100%;
  height: calc(100% - 80px);
  box-sizing: border-box;
}

.main_content {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
  height: calc(100% - 200px);
  padding-bottom: 0px;
}

.main_content .slider {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.men_page .slider {
  padding-top: 60px;
  box-sizing: border-box;
}

.cycle-slideshow, .main_content .slide {
  height: 100%;
  width: 100%;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu {
  position: fixed;
  z-index: 10;
  left: 20px;
  text-align: left;
  text-transform: uppercase;
  font-size: 11px;
  padding-top: 60px;
}

.menu li {
  margin: 3px 0;
}

.menu li a {
  padding-bottom: 2px;
  -webkit-transition: border 0.3s;
  /* Safari */
  transition: border 0.3s;
}

.menu li.current-menu-item a {
  border-bottom: 1px solid black;
}

.menu li.current-menu-item a:hover {
  border-bottom: 1px solid transparent;
}

.menu li a:hover {
  border-bottom: 1px solid black;
}

a {
  color: black;
  text-decoration: none;
}

.info {
  margin-left: 20px;
  margin-bottom: 20px;
  width: 180px;
}

.info a {
  font-weight: bold;
}

.instagram {
  position: fixed;
  right: 20px;
  bottom: 20px;
  border: 0;
}

.offer {
  margin: 0 auto;
  width: 380px;
  padding: 53px 0 10px 0;
  width: 380px;
}

.main_inner {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  padding-top: 50px;
}

.home .main_inner {
  padding-top: 60px;
  display: table-cell;
  vertical-align: middle;
}

.columns_holder {
  width: 1092px;
  margin: 0 auto;
  padding: 0 200px;
  box-sizing: border-box;
}

.press_page .columns_holder {
  width: 670px;
  box-sizing: content-box;
}

.press_page figure img {
  max-width: 100%;
  height: auto;
}

.col {
  width: 50%;
  box-sizing: border-box;
}

.col a {
  border-bottom: 1px solid black;
  padding-bottom: 2px;
}

.col_left {
  float: left;
  padding-right: 30px;
}

.col_right {
  float: right;
  padding-left: 30px;
}

.col_right img {
  width: 320px;
}

footer {
  position: fixed;
  z-index: 1000;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: left;
}

footer a {
  font-weight: normal;
  border-bottom: 1px solid black;
}

.insta_link {
  position: fixed;
  right: 20px;
  bottom: 17px;
}

.uppercase {
  text-transform: uppercase;
  width: 900px;
  margin: 0 auto;
}

.info a {
  font-weight: normal;
  -webkit-transition: border 0.3s;
  /* Safari */
  transition: border 0.3s;
  padding-bottom: 2px;
}

.info a:hover {
  font-weight: normal;
  border-bottom: 1px solid transparent;
}

.uppercase a {
  font-weight: normal;
  border-bottom: 1px solid black;
  -webkit-transition: border 0.3s;
  /* Safari */
  transition: border 0.3s;
}

.uppercase a:hover {
  border-bottom: 1px solid transparent;
}

.main_inner {
  padding-top: 125px;
}

.about_page .columns_holder .col_right .image_container {
  position: relative;
  overflow: hidden;
}

.about_page .columns_holder .col_right img {
  margin: 1em;
  width: 100%;
  height: auto;
}

.contact_page .col_left p span a:hover {
  border-bottom: 1px solid transparent;
}

.women_page_fix {
  height: 75vh !important;
}

header {
  position: fixed;
  margin: 0 auto;
  width: 100%;
  padding: 30px 0;
  background-color: white;
  z-index: 5;
}

ul.menu {
  padding-top: 140px;
}
ul.menu .menu-item-has-children .sub-menu {
  display: none;
  padding-left: 10px;
}
ul.menu .menu-item-has-children .sub-menu.open, ul.menu .menu-item-has-children .sub-menu.stay-open {
  display: block;
}
ul.menu .menu-item-has-children .sub-menu li a {
  color: #575757;
  border: none;
}
ul.menu .menu-item-has-children .sub-menu li a:hover {
  padding-bottom: 1px;
  border-bottom: 1px solid black;
}
ul.menu .menu-item-has-children .sub-menu li.current-menu-item a {
  padding-bottom: 1px;
  border-bottom: 1px solid black;
}
ul.menu .menu-item-has-children .sub-menu li.current-menu-item a:hover {
  border-bottom: 1px solid transparent;
}

.right-nav {
  float: right;
}

.left-nav {
  float: left;
}

.press_page .columns_holder a.post_thumb {
  margin-bottom: 25px;
}
.press_page .columns_holder a.post_thumb div.press_post {
  margin: 0 15px 10px 15px;
}
.press_page .columns_holder a.post_thumb div.press_info {
  text-align: center;
}
.press_page .columns_holder a.post_thumb div.press_info h1 {
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
}
.press_page .columns_holder a.post_thumb div.press_info h2 {
  font-size: 11px;
}
.press_page .columns_holder a.post_thumb:hover h1 {
  text-decoration: underline;
}

.press_single .press_item {
  text-align: center;
}
.press_single .press_item h1 {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.press_single .press_item .nav {
  position: relative;
  overflow: hidden;
}
.press_single .press_item a.press-back {
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 2px;
  font-size: 11px;
  text-transform: uppercase;
}
.press_single .press_item a.press-back:hover {
  border-bottom: 1px solid black;
}
.press_single .press_item .rsp-wrapper {
  margin: 25px auto;
  text-align: center;
}
.press_single .press_item img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.collection_page .columns_holder .col_left,
.collection_page .columns_holder .col_right {
  padding: 0;
  border-left-width: 0;
}
.collection_page .columns_holder .col_left img,
.collection_page .columns_holder .col_right img {
  margin: 0 45px 45px 45px;
}

.men_page .columns_holder .col_left a {
  padding-bottom: 2px;
  border-bottom: 1px solid black;
  transition: border 0.3s;
}
.men_page .columns_holder .col_left a:hover {
  border-bottom: 1px solid transparent;
}
.men_page .columns_holder .col_right .image_container {
  position: relative;
  overflow: hidden;
}
.men_page .columns_holder .col_right .image_container img {
  width: 100%;
  height: auto;
  margin: 1em;
}

/*# sourceMappingURL=style.css.map */
