@charset "utf-8";
/* CSS Document */
@import"fonts.css";
html {
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: #FFF;
	margin: 0;
	padding:0;
	color: #000;
	font-family: 'webdee';
	font-weight: 400;
	font-size: 14px;
}
h1 {
	font-size: 45px;
	font-weight: 700;
}
h2 {
	font-weight: 700;
	font-size: 45px;
	text-transform: uppercase;
	margin-bottom: 40px;
}
h3 {
	font-weight: 700;
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 20px;
	line-height: 25px;
}
h4 {
	font-weight: 700;
	font-size: 25px;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 25px;
}
h4 div{
	width:20px;
	height:15px;
	float:right;
	font-size:32px;
	margin-top:-4px;
	margin-right:3px;
	font-weight:500;
}
#menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 70px;
	height: auto;
	background: #000;
	color: #FFF;
	-webkit-transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
	z-index: 100;
}
#menu div {
	width: 80%;
	color: #FFF;
	margin: auto;
}
#menu div div {
	display: block;
	float: right;
	width: auto;
	margin: auto;
	margin-top: 43px;
	background: #000;
}
#menu div div ul, li {
	padding:0;
	margin: 0;
	list-style: none;
	float: left;
	margin-right: 10px;
}



#menu div div ul, li div {
	margin: 0px;
	margin-right: -5px;
}
#menu div a {
	color: #FFF;
	font-family: 'webdee';
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	padding-bottom: 4px;
}
enu div a:hover {
	color: #B2B2B2;
}
.logo {
	display: inline-block;
	position: relative;
	left: 0;
	color: #FFF;
	font-size: 50px;
	font-weight: 600;
	margin-top: 7px;
	transform: scale(0.75);
	margin-left: -28px;
}
#menu div a.active {
	color: #B2B2B2;
}
#bt_menu {
	display: none;
}
.facebook {
	display: inline-block;
	width: 13px;
	height: 17px;
	background: url(../images/bt_facebook.png) no-repeat;
}
.facebook:hover {
	background: url(../images/bt_facebook_hover.png) no-repeat;
}
.pinterest {
	display: inline-block;
	width: 13px;
	height: 17px;
	background: url(../images/bt_pinterest.png) no-repeat;
}
.pinterest:hover {
	background: url(../images/bt_pinterest_hover.png) no-repeat;
}
.instagram {
	display: inline-block;
	width: 15px;
	height: 17px;
	background: url(../images/bt_instagram.png) no-repeat;
}
.instagram:hover {
	background: url(../images/bt_instagram_hover.png) no-repeat;
}
#bottom {
	width: 100%;
	background: #000;
	min-height: 80px;
	padding-top: 30px;
	padding-bottom: 40px;
	margin-top: 0px;
}
#bottom div {
	position:relative;
	min-height:200px;
	width: 80%;
	margin: auto;
	color: #FFF;
}
#bottom div div {
	width:auto;
	margin-top: 10px;
	display: inline-table;
	vertical-align: text-top;
	padding: 0;
	margin: auto;
}
#bottom div div a {
	display: block;
	text-decoration:none;
	border:none;
}

#bottom div div a img {
	display:block;
	margin-right: 0px;
}
#bottom div div a:last-child img {
	margin-right: 0px;
}
#bottom div a {
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0;
}
.down {
	float:left;
	font-size: 63px;
	line-height: 65px;
	font-weight: 800;
}
#distr_by {
	position:absolute;
	float:right;
	right:0;
	width:auto;
	max-width:236px;
	max-height:176px;
}
#distr_by img {
	max-height:176px;
	margin-top:15px;
	height:176px;
	width:auto;
	right:8px;
}

@media screen and (max-width: 770px) {
#distr_by img {
	max-height:177px;
	margin-top:10px;
}
}
@media screen and (max-width: 667px) {
#distr_by img {
	max-height:102px;
	margin-top:5px;
}
}
@media screen and (max-width: 568px) {
#distr_by img {
	max-height:100px;
	margin-top:5px;
}
}
@media screen and (max-width: 480px) {
#distr_by img {
	max-height:87px;
	margin-top:8px;
}
}
@media screen and (max-width: 375px) {
#distr_by img {
	max-height:87px;
	margin-top:5px;
}
}
@media screen and (max-width: 360px) {
#distr_by img {
	height:87px;
	width:auto;
	max-height:177px;	
	margin-top:10px;
	right:0;
}
}
@media screen and (max-width: 320px) {
#distr_by img {
	max-height:85px;
	margin-top:8px;
}
}
.quick {
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 700;
}
.quick_element {
	margin: 0;
	height: 15px;
	vertical-align: top;
	border-bottom: solid 1px #FFF;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 3px;
	background: url(../images/plus.png) right no-repeat;
}
.quick_element {
	min-width: 250px;
}
.copy {
	clear:both;
	display: block;
	float: left;
	text-align: left;
	margin-top: 30px;
	margin-bottom: -30px;
	background: #000;
	color: #FFF;
	font-size: 11px;
	font-weight: 300;
}
#content {
	margin: auto;
	display: block;
	margin-top: 80px;
	background: #FFF;
	min-height: calc(100% - 540px);
}
._80 {
	width: 80%;
	margin: auto;
}
._50 {
	width: 50%;
	margin: auto;
}
.mention {
	font-size: 12px;
}
#intro_text {
	position: absolute;
	font-family: 'webdee';
	font-weight: 700;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: auto;
	margin: auto;
	margin-top: -300px;
	font-size: 120px;
	letter-spacing: 0.0625em;
	color: rgba(120,120,120,0.70);
	text-transform: uppercase;
	text-align: center;
	z-index: 2;
}
#create_box {
	width: 100%;
	margin: auto;
	height: 80px;
}
#create_for {
	font-size: 24px;
	letter-spacing: 0.0625em;
	text-transform: uppercase;
	font-weight: 700;
	color: #656565;
	margin-bottom: 50px;
}
#main_m {
	position: relative;
	width: 100%;
	height: 400px;
	margin: auto;
	margin-top: 153px;
	margin-bottom: 160px;
}
#main_m img {
	position: relative;
	width: 50%;
	height: auto;
	margin-top: 10px;
	z-index: 1;
}
.videoWrapper {
	position: relative;
	padding-bottom: 54.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	border: none;
	z-index: 2;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
	z-index: 2;
}
.videoWrapper button {
	position: absolute;
	z-index: 100;
	width: 100%;
	height: 100%;
	top: 0;
	background: url(../images/MUD_video2.jpg);
	background-size: 100%;
	cursor: pointer;
	border: none;
}
.aquater {
	display: inline-block;
	width: 10%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	font-size: 75px;
	font-weight: 700;
}
.aquater a {
	color: #000;
	text-decoration: none;
}
.aquater a:hover {
	color: #888;
}
.athird {
	display: inline-table;
	max-width: 27%;
	min-width: 100px;
	height: auto;
	vertical-align: text-top;
	font-size: 16px;
	text-align: center;
	padding-top: 0.75%;
	margin-left: 2%;
	margin-right: 2%;
}
.bg-letter {
	font-size: 205px;
	font-weight: 700;
	color: #E7E7E7;
}
.about_words {
	font-size: 42px;
	font-weight: 700;
	color: #000;
	margin-top: -157px;
	margin-bottom: 22%;
	letter-spacing: 0.0625em;
	text-transform: uppercase;
}
.ahalf {
	display: inline-table;
	vertical-align: text-top;
	max-width: 20%;
	margin: auto;
	margin-left: 2%;
	margin-right: 2%;
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
}
.ahalf div{
	margin:auto;
	margin-bottom:20px;
	max-width:350px;
}
.demi {
	display:inline-block;
	width:48%;
	border:none;
	height:auto;
	padding:10px;
	min-width:500px;
}
.country_box {
	float:left;
	width:calc(95% - 20px);
	height:700px;
	background:#E8E8E8;
	overflow:auto;
	padding:20px;
}
.demi a {
	color:#000;
	text-decoration:none;
}
.demi h4 {
	cursor:pointer;
}
.cities {
	text-align:left;
	height:1px;
	min-height:1px;
	overflow:hidden;
	-webkit-transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}
.cities strong{
	text-transform:uppercase;
}
.whitebox {
	display: inline-block;
	vertical-align: text-top;
	width: 14%;
	min-width: 200px;
	height: 100%;
	min-height: 250px;
	margin-right: 1.5%;
	margin-left: 1.5%;
	background: #FFF;
	padding: 3%;
	text-align: center;
	margin-bottom: 20px;
	font-size: 17px;
	word-wrap: normal;
	line-height: 25px;
}
.whitebox span {
	display: block;
	width: 100%;
	background: #000;
	color: #FFF;
	text-transform: uppercase;
	font-size: 25px;
	text-align: center;
	font-weight: 600;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-bottom: 20px;
	line-height: normal;
}
.story {
	font-size:16px;
	line-height:25px;
	width:60%;
	max-width:1120px;
}
.story img {
	margin-bottom:0px;
}

#brand_values {
	width:100%;
	vertical-align:top;
	clear:both;
	background:#E7E7E7 url(../images/about_M_bg.jpg);
	background-size:cover;
	padding-top:8%;
	padding-bottom:10%;
}

.interl_16 {
	max-width:450px;
	line-height: 21px;
}
.blk_head {
	clear: both;
	width: 100%;
	background: #000;
	height: auto;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #FFF;
	font-size: 1.5em;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 1%;
	margin-top: 5%;
}
.blk_head span {
	float: right;
	margin-left: 20px;
}
.blk_head span a {
	color: #FFF;
	text-decoration: none;
}
.blk_head span a:hover {
	color: #D5D5D5;
	text-decoration: none;
}
.item_box {
	float: left;
	background: #FFF;
	width: calc(25% - 1px);
	min-width:24.5%;
	margin: auto;
	border-bottom: solid 1px #E7E7E7;
	border-right: solid 1px #E7E7E7;
}
.item_box:last-child {
	border-bottom: none;
}
.coll_item {
	display: block;
	width: 90%;
	margin: auto;
	margin-bottom: 40px;
	margin-top: 20px;
}
.coll_item img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.col_line1 {
	clear: both;
	font-size: 21px;
	width: 100%;
	border-bottom: solid 4px #000;
}
.col_line2 {
	clear: both;
	width: 100%;
	font-size: 0.92em;
	border-bottom: solid 1px #000;
}
.col_line3 {
	clear: both;
	width: 100%;
	font-size: 0.92em;
	border-bottom: solid 1px #000;
}
.collection_bold {
	font-weight: 700;
}
.model {
	float: right;
	font-weight: 400;
}
.item_detail {
	font-weight: 800;
}
.color {
	float: right;
	font-weight: 400;
}
.dimension {
	float: right;
	font-weight: 400;
}
.dimension sup {
	font-size: 9px;
}
.more_bt {
	min-width: 44px;
	width: 4%;
	height: 15px;
	padding-top: 0px;
	padding-bottom: 9px;
	margin-top: 10px;
	background: #000;
	color: #FFF;
	text-align: center;
	font-size: 11px;
	font-weight: 700;
	cursor: pointer;
}
.more_bt2 {
	max-width:23px;
	float:right;
	color:#FFF;
	margin:0;
	margin-top:-6px;
	padding:0;
	margin-left:6px;
	cursor:pointer;
}
.anchor {
	display: block;
	height: 50px;
	margin-top: -50px;
	visibility: hidden;
}
#photo_cath {
	width: 25%;
	display: table-cell;
	vertical-align: top;
	max-width: 580px;
	height: 100%;
	min-height: 620px;
	background: #353535 url(../images/about_catherine.jpg) center bottom no-repeat;
	background-size: 130%;
}
#text_pierreparpierre{
	width:36%;
	display:table-cell;
	padding-left:10%;
	padding-right:10%;
	height:auto;
	font-size:16px;
	padding-top:1%;
}
.empty {
	width: 100%;
	height: 0px;
	border: none;
}
#collections_main {
	font-size:16px;
	line-height:25px;
	background: #E7E7E7;
	margin-top: -10px;
}
.collections  {
	margin-top:4%;
	max-width:950px;
	margin:auto;
	padding-top:40px;
	padding-bottom:80px;
	text-align:center;
}
#portfolio_col {
	background:#000;
	width:100%;
	min-width:400px;
	float:left;
	font-size:12px;
	font-weight:700;
}
#portfolio_col h2 {
	text-transform:uppercase;
	font-size:14px;
	font-weight:400;
	margin:0;
	margin-top:30px;
	padding:0;
}
#portfolio_col div {
	width:390px;
	display:inline-block;
}


.pointer {
	cursor:pointer;
}
#contact1 {
	width:33%;
	display:table-cell;
	background:#1A1A1A;
	min-height:600px;
	height:auto;
	color:#FFF
}

#contact1 div {
	margin-top:50px;
	margin-left:50px;
	color:#FFF;
	font-size:22px;
	text-transform:uppercase;
	font-weight:700;
}
#contact1 div a {
	display:block;
	color:#FFF;
	text-transform:lowercase;
	font-size:16px;
	text-decoration:none;
	font-weight:400;
	margin-bottom:35px;
}
#contact1 div span {
	display:block;
	margin-top:20px;
}
#contact1 div span.sharelink a{
	margin-right:10px;
}
#contact1 div span.sharelink a:last-child{
	margin-right:0;
}
#contact1 div span a {
	display:inline-block;
	border:none;
	margin-right:20px;
}
#contact1 div span a:last-child {
	margin-right:0;
}
#contact2 {
	width:auto;
	display:table-cell;
	height:auto;
	color:#000;
}
#contact2 div {
	width:80%;
	margin-top:50px;
	margin-left:50px;
	color:#000;
	font-size:22px;
	text-transform:uppercase;
	font-weight:700;
}
#contact_form {
	display:block;
	margin-top:30px;
}
#contact_form  div {
	display:block;
	clear:both;
	background:#FFF;
	width:380px;
	height:18px;
	font-size:11px;
	font-weight:800;
	color:#000;
	max-width:380px;
	padding:6px 10px 5px 10px;
	margin:0px;
	margin-bottom:10px;
}
#contact_form div.message {
	width:calc(100% - 15px);
	max-width:100%;
	height:180px;
}
label {
	display:inline-block;
	text-transform:uppercase;
	width:55px;
	float:left;
}
input {
	display:inline-block;
	width:310px;
	background-color:transparent;
	border:none;
	height:14px;
	color:#000;
	font-size:12px;
	font-weight:400;
	float:left;
}
.message {
	width:90%;
	resize: none;
	font-family:'webdee';
	font-size:14px;
	height:160px;
	border:none;
	padding-left:3px;
}
.submit {
	clear:both;
	display:block;
	width:auto;
	height:30px;
	padding:4px;
	font-weight:800;
	background:#545454;
	border:none;
	color:#FFF;
	font-size:14px;
	text-transform:uppercase;
	cursor:pointer;
}
#dealers_top {
	font-size:16px;
	line-height:25px;
	width:100%;
	height:auto;
	text-align:center;
	padding-top:40px;
	padding-bottom:70px;
	color:#FFF;
	margin-top:-10px;
	background:#000 url(../images/background.jpg) center no-repeat;
	background-size:auto;
}
#dealers_top div {
	width:70%;
	margin:auto;
}

@media screen and (min-width: 1300px) {
#photo_cath {
	width: 20%;
	display: table-cell;
	vertical-align: top;
	max-width: 560px;
	height: 700px;
	background: #353535 url(../images/about_catherine.jpg) center bottom no-repeat;
	background-size: 100%;
}
#text_catherine {
	padding-top:5%;
}
}
@media screen and (min-width: 2000px) {
#main_m {
	position: relative;
	width: 100%;
	height: 400px;
	margin: auto;
	margin-top: 153px;
	margin-bottom: 16%;
}
}
@media screen and (min-width: 2300px) {
#photo_cath {
	width: 20%;
	display: table-cell;
	vertical-align: top;
	max-width: 560px;
	height: 1200px;
	background: #353535 url(../images/about_catherine.jpg) center bottom no-repeat;
	background-size: 100%;
}
#text_catherine {
	padding-top:10%;
}
}


@media screen and (max-width: 1760px) {
.col_line1 {
	font-size: 18px;
}
}

@media screen and (max-width: 1710px) {
.col_line1 {
	font-size: 14px;
}
.col_line2 {
	font-size: 0.82em;
}
.col_line3 {
	font-size: 0.82em;
}
}

@media screen and (max-width: 1640px) {
._50 {
	width: 70%;
}
._80 {
	width: 90%;
}
.whitebox {
	width:14%;
}
.whitebox span {
	font-size: 20px;
}
.col_line1 {
	font-size: 16px;
}
}
@media screen and (max-width: 1520px) {
.col_line1 {
	font-size: 14px;
}
._80 {
	width: 90%;
}
.whitebox {
	width:14%;
	min-width:100px;
	min-height: 280px;
}
.ahalf h3 {
	font-size:28px;
}
}

@media screen and (max-width: 1360px) {
._80 {
	width: 80%;
}
.whitebox {
	width:25%;
	min-height: 300px;
}
.athird {
	max-width: 25%;
	min-width: 100px;
	font-size: 16px;
	padding-top: 0.75%;
}
.bg-letter {
	font-size: 150px;
}
.interl_16 {
	font-size:14px;
	line-height: 18px;
	margin:auto;
}
.about_words {
	font-size: 42px;
	margin-top: -115px;
	margin-bottom: 2%;
}
.whitebox span {
	font-size: 15px;
}
.ahalf h3 {
	font-size:26px;
}
}

@media screen and (max-width: 1260px) {
#intro_text {
	font-size: 80px;
	margin-top: -220px;
}
#main_m {
	margin-top: 173px;
	margin-bottom: -60px;
}
#create_box {
	height: 40px;
}
#create_for {
	font-size: 20px;
	letter-spacing: 0.0625em;
	margin-bottom: 30px;
}
.country_box {
	height:auto;
}
.ahalf h3 {
	font-size:24px;
}
}

@media screen and (max-width: 1176px) {
.ahalf h3 {
	font-size:22px;
}
.collections  {
	font-size:14px;
	line-height:18px;
}
#menu div a {
	font-size:15.5px;
	font-weight: 300;
	letter-spacing:0.5px;
}
}

@media screen and (max-width: 1070px) {

#bt_menu {
	display: block;
	width: 100%;
	height: 40px;
	position: fixed;
	top: 0;
	left: 0;
	background: #000 url(../images/logo_mudtile.png) 10px 10px no-repeat;
	background-size:110px;
	cursor: pointer;
	z-index: 200;
}
#bt_menu div {
	width:auto;
	padding-top:10px;
	height:auto;
	float:right;
}
#menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 1px;
	background: rgba(0,0,0,0.8);
	color: #FFF;
	-webkit-transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
	z-index: 100;
}
#menu div {
	display: none;
	width: 100%;
	color: #FFF;
	margin: auto;
}
#menu div div {
	position: absolute;
	top: 5px;
	right:10px;
	overflow: hidden;
	display: block;
	float: none;
	width: auto;
	margin: auto;
	margin-top: 43px;
	background: none;
}
#menu div div ul, li {
	margin: 0;
	list-style: none;
	float: none;
	margin-right: 14px;
	line-height: 25px;
}
#menu div div ul .facebook{
	display:none;
}

#menu div div ul .pinterest{
	display:none;
}
#menu div div ul .instagram{
	display:none;
}
#menu div .lang {
	margin-left:0px;
}

#menu div div ul, li div {
	margin: 0px;
	margin-right: -5px;
}
#menu div a {
	color: #FFF;
	font-family: 'webdee';
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	padding-bottom: 4px;
}
#menu div a:hover {
	color: #B2B2B2;
}
.logo {
	display: none;
	position: absolute !important;
	left: 0;
	top: 0;
	color: #FFF;
	font-size: 50px;
	font-weight: 600;
	margin-top: 7px;
	transform: scale(0.5);
	margin-left: -28px;
	z-index: 201;
}
.pinterest {
	float: left;
	padding: 0;
	margin-left: 0px;
	margin-top: 2px;
	margin-right:10px;
}
.instagram {
	float:left;
	margin-top: 1px;
	margin-right:7px;
}
.facebook {
	float:left;
	margin-top: 1px;
	margin-right:7px;
}
.whitebox span {
	font-size: 20px;
}
.aquater {
	font-size: 50px;
}
._80 {
	width: 90%;
}
.whitebox {
	width:40%;
}

.ahalf {
	display:block;
	max-width: 50%;
	margin-bottom: 0px;
	margin-top:-20px;
	padding-top:20px;
	padding-bottom:20px;
}
.ahalf h3 {
	font-size:24px;
	margin:0;
	padding:0;
}
}

@media screen and (max-width: 1044px) {
.logo {
	width:215px;
	height:auto;
}
.item_box {
	width: calc(50% - 1px);
}
.coda-slider-wrapper .coda-slider {
	width: 700px;
}  
.coda-slider-wrapper .coda-slider .panel {
    width: 700px; 
}
#contact1 {
	min-height:0;
	width:100%;
	display:inline-block;
}
#contact2 {
	width:100%;
	display:inline-block;
}
#photo_cath {
	display:none;
}

}

@media screen and (max-width: 810px) {
#main_m {
	margin-top: 200px;
	margin-bottom: -150px;
}
#intro_text {
	margin-top: -25%;
	font-size: 35px;
}
#create_box {
	height: 40px;
}
#create_for {
	font-size: 16px;
	letter-spacing: 0.0625em;
	margin-bottom: 20px;
}
.collections {
	display:block;
	padding-bottom:50px;
}
._80 {
	margin:auto;
}
}

@media screen and (max-width: 769px) {
#menu div div ul, li {
	margin-right: 12px;
}
#menu div {
	width: 100%;
	margin: auto;
}
.logo {
	width:200px;
	height:auto;
	margin-left: 0px;
	margin-top:20px
}
#menu div div {
	margin-top:40px;
}
.interl_16 {
	padding-top:21px;
}
}


@media screen and (max-width: 761px) { /*  Iphone 6 et moins  */

.demi h3 {
	max-width:100%;
	text-align:center;
	padding-left:10%;
}

._50 {
	display:block;
	width: 100%;
	margin: 0;
	padding:0;
}
._80 {
	text-align:center;
	display:block;
	width: 80%;
	margin: auto;
	padding:0;
}
#create_for {
	font-size: 16px;
	margin-top:150px;
	letter-spacing: 0.0625em;
	margin-bottom: 20px;
}
h1 {
font-size: 30px;
}
.interl_16 {
	font-size:16px;
}
#content {
	margin-top: 40px;
}
.item_box {
	width: calc(50% - 1px);
}

.down {
	font-size: 35px;
	line-height: 37px;
	font-weight: 800;
	padding-top:10px;
}
.quick_element {
	min-width: 120px;
}
.quick {
	font-size: 20px;
}
#bottom div {
	min-height:90px;
}
#bottom div div a {
	clear:both;
}

#distr_by {
	font-size:12px;
	float:right;
}

.copy {
	font-size: 9px;
}
#main_m {
	position: relative;
	width: 90%;
	min-width: 90%;
	max-width: 100%;
	height: auto;
	padding: 0;
	padding-bottom: 80px;
	margin: auto;
	margin-top: 120px;
	margin-bottom: -100px;
}
#intro_text {
	position: absolute;
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	margin: auto;
	margin-top: -145px;
	margin-left: -160px;
	margin-left: 0;
	font-size: 65px;
	letter-spacing: normal;
}
.athird {
	display: inline-table;
	width: 90%;
	max-width:none;
	margin-left:6%;
	margin-right:6%;
	height: auto;
	vertical-align: text-top;
	font-size: 16px;
	text-align: center;
	padding-top: 1%;
}
.ahalf {
	max-width:none;
	width:90%;
}
.ahalf h3{
	margin-bottom:2%;
	margin-top:3%;	
}
#photo_cath {
	width: 30%;
	display:none;
	vertical-align: top;
	max-width: 1500px;
	height: 100%;
	min-height: 520px;
	background: #353535 url(../images/about_catherine.jpg) top no-repeat;
	background-size: 100%;
}
.aquater {
	display: inline-block;
	width: 10%;
	margin-left: 4%;
	margin-right: 4%;
	margin-top:5%;
	font-size: 48px;
	font-weight: 700;
}

#collections_main {
	margin-top: -40px;
}
.coda-slider-wrapper .coda-slider {
	width: 500px;
	font-size:16px;
	margin-top:-30px;
}  
.coda-slider-wrapper .coda-slider .panel {
    width: 500px; 
}
.story {
	font-size:16px;
	width:80%;
}
.story img {
	margin-top:55px;
}
.story h2{
	font-size:30px;
	margin-bottom:5%;
}
#contact1 {
	display:block;
	padding-top:10px;
	margin-top:-20px;
}
#contact2 {
	padding-left:5px;
}
#contact2 div {
	width:90%;
	max-width:90%;
	margin-top:25px;
	margin-left:5px;
	color:#000;
}
#contact_form  div {
	clear:both;
	width:calc(100% - 60px);
	max-width:calc(100% - 60px);
}
#contact_form div.message {

	max-width:100%;
	height:180px;
}
.message {
	width:100%;
	max-width:100%;
}
#contact_form  img {
	margin:0;
	padding:0;
	width:55px;
	height:auto;
	margin-right:-15px;
	padding-top:15px;
}
input {
	width:150px;
	max-width:calc(80%-150px);
	min-width:0;
	background-color:transparent;
	border:none;
	height:14px;
	color:#000;
	font-size:12px;
	font-weight:400;
	float:left;
}
#menu div div {
	margin-top:40px;
}
}
@media screen and (max-width: 701px) {
._80 {
	width: 90%;
	margin:auto;
}
.whitebox {
	width:90%;
	min-height: 100px;
}
#menu div div {
	margin-top:40px;
}
}
@media screen and (max-width: 670px) { /* Iphone 6 horizontal */
.demi h3 {
	max-width:100%;
	text-align:center;
	padding-left:0;
	padding:0px;
}
}

@media screen and (max-width: 501px) {
.athird {
	margin-bottom:20px;
}


.coda-slider-wrapper .coda-slider {
	width: 400px;
	font-size:14px;
	margin-top:-50px;
}  
.coda-slider-wrapper .coda-slider .panel {
    width: 400px; 
}
.demi h3 {
	width:80%;
	text-align:center;
	float:left;
}
.demi {
	float:none;
	width:100%;
	padding:0;
	max-width:100%;
	min-width:320px;
}
.country_box {	
	clear:both;
	float:none;
	max-width:90%;
	margin:auto;
	margin-left:0;
	margin-right:0;
}
.down {
	font-size: 30px;
	line-height: 32px;
	font-weight: 800;
	margin-top:16px;
}

#bottom div div a {
	clear:both;
}

#distr_by {
	font-size:10px;
	float:right;
}

.copy {
	font-size: 9px;
}
h2 {
	font-size:35px;
	line-height:35px;
}
#portfolio_col {
	min-width:0;
}

#portfolio_col div {
	width:300px;
}
.aquater {
	display: inline-block;
	width: 10%;
	margin-left: 4%;
	margin-right: 4%;
	margin-top:5%;
	font-size: 42px;
	font-weight: 700;
}
}

@media screen and (max-width: 377px) { /* Iphone 6 horizontal */
.demi h3 {
	max-width:100%;
	text-align:center;
	padding-left:10%;
}
}

@media screen and (max-width: 320px) {
#main_m {
	width: 100%;
	height: auto;
	margin-top: 130px;
	margin-bottom: -80px;
}
.demi {
	min-width:300px;
}
#intro_text {
	font-size: 35px;
	margin-top: -70px;
}
.coda-slider-wrapper .coda-slider {
	width: 300px;
	font-size:14px;
	margin-top:-10px;
}  
.coda-slider-wrapper .coda-slider .panel {
    width: 300px; 
}

}


@media screen and (min-width: 1070px) {
#menu {
	display:block;
	min-height: 70px;
	height: 70px;
}
#menu div {
	display: block;
}
#menu div div{
	display: block;
}
}

