@charset "UTF-8";

/* Fonts */
/*
@import url('https://fonts.googleapis.com/css?family=Actor|Average+Sans|Comfortaa|Hind|Kaushan+Script|Neucha|Nunito|Waiting+for+the+Sunrise');
*/
/*
@import url('https://fonts.googleapis.com/css?family=Advent+Pro|Alegreya+Sans|Anonymous+Pro|Fira+Mono|Jura|Open+Sans+Condensed:300|Tinos');
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,600&display=swap');

@font-face {
    font-family: 'advent_proregular';
    src: url('../CSS/fonts/adventpro-regular-webfont.woff2') format('woff2'),
         url('../CSS/fonts/adventpro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'advent_probold';
    src: url('../CSS/fonts/adventpro-bold-webfont.woff2') format('woff2'),
         url('../CSS/fonts/adventpro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'advent_proextralight';
    src: url('../CSS/fonts/adventpro-extralight-webfont.woff2') format('woff2'),
         url('../CSS/fonts/adventpro-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'advent_prolight';
    src: url('../CSS/fonts/adventpro-light-webfont.woff2') format('woff2'),
         url('../CSS/fonts/adventpro-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'advent_promedium';
    src: url('../CSS/fonts/adventpro-medium-webfont.woff2') format('woff2'),
         url('../CSS/fonts/adventpro-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'advent_prosemibold';
    src: url('../CSS/fonts/adventpro-semibold-webfont.woff2') format('woff2'),
         url('../CSS/fonts/adventpro-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'advent_prothin';
    src: url('../CSS/fonts/adventpro-thin-webfont.woff2') format('woff2'),
         url('../CSS/fonts/adventpro-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* Fonts */

/* CSS Document */

html { /* overflow-y:scroll; */ }
body {
	color: #000;
	/*background-color: #f1f1f1;*/
	background-color: #FFFFFF;
	
	font-family: 'Open Sans', sans-serif;
	/*font-family: Helvetica;*/
	
	/*
	font-family: 'advent_proregular';
    font-family: 'advent_probold';
    font-family: 'advent_proextralight';
    font-family: 'advent_prolight';
    font-family: 'advent_promedium';
    font-family: 'advent_prosemibold';
    font-family: 'advent_prothin';	
	
	font-family: "Averta",sans-serif, "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande";
	*/
	
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto;
	line-height: 1.8;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: -.3px;
	box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
	/*
	-moz-transition: all 0.2s ease-in;
  	-o-transition: all 0.2s ease-in;
  	-webkit-transition: all 0.2s ease-in;
  	transition: all 0.2s ease-in;
	*/
  		}
a:visited { color: inherit; }

a:focus { outline: none !important; }

button:focus {outline:0 !important; }
input:focus {outline:0 !important; }

.ContactBG {
	background-image: url(../gfx/ContactBG2.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
.transparentClass, .transparentClassHead {
	background-color: transparent !important;
}

#Header {
	font-family: 'advent_proextralight';
	background-color: #FFFFFF;
    position: sticky; 
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
	-moz-transition: all 0.2s ease-in;
  	-o-transition: all 0.2s ease-in;
  	-webkit-transition: all 0.2s ease-in;
  	transition: all 0.2s ease-in;
    /* margin-bottom: -63px; */
		}
.MainSlider {
    background-repeat: no-repeat;
    background-image: url(../gfx/Front/LevandaTestPic.jpg);
    background-position: center;
    height: 100vh;
    width: 100%;
}
#Content {
	max-width: 1150px;
	min-height:500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #fff;
	box-sizing: border-box;
	overflow: hidden;
	white-space: normal;
		}
.ContentFloater {
	min-height: auto !important;
}

@media only screen and (min-device-width: 480px) {
#Content { margin-top: 0px; } }
@media only screen and (max-device-width: 480px) {
#Content { margin-top: 0px; } }

#Footer {
	background-color: #FFFFFF;
    color: #58585a;
    /* padding: 20px; */
    min-height: 275px;
    /* max-width: 1150px; */
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    border: none;
    border-top-color: #FFFFFF;
    border-top-style: solid;
    border-top-width: 1px;
		}
.FooterLogo {
	margin-top: 30px;
	height: 70px;
	width: auto;
}
.SocialBar {
    background-color: #d1c4de;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 30px;
    text-align: left;
}
.socialIcons {
	margin-right: 15px;
}
.fb {
	background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../gfx/fbIcon.png);
    overflow: hidden;
    height: 28px;
    display: inline-block;
    width: 28px;
	cursor: pointer;
}
.ig {
	background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../gfx/igIcon.png);
    overflow: hidden;
    height: 28px;
    display: inline-block;
    width: 28px;
	cursor: pointer;
}
.tw {
	background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../gfx/twIcon.png);
    overflow: hidden;
    height: 28px;
    display: inline-block;
    width: 28px;
	cursor: pointer;
}
.cf {
	background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../gfx/contactIcon.png);
    overflow: hidden;
    height: 28px;
    display: inline-block;
    width: 28px;
	cursor: pointer;
}
.SocialBarRight {
	float: right;
    font-size: 12px;
    font-weight: 300;
    line-height: 35px;
}

.ContactSticky {
	border-bottom-color: black;
    border-bottom-width: 3px;
    border-bottom-style: solid;
}

.sticky {
	display: block;
  	position: sticky;
  	top: 0;
  	width: 100%;
	background-color: #fff !important;
	padding-top: 0px !important;
    padding-bottom: 0px !important;
	z-index: 99999999;
	/*
	background-image: linear-gradient(to right, transparent, #cecdcd, transparent) !important;
	-webkit-transition: background-color 1000ms linear;
    -moz-transition: background-color 1000ms linear;
    -o-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
        -webkit-animation-direction: alternate; /* Chrome, Safari, Opera */
	/*
	animation-direction: alternate;

        -webkit-animation-iteration-count: 2; /* Chrome, Safari, Opera */
    /* 
	animation-iteration-count: 2;
	*/
}
.stickyStransparent {
	/*
	display: block;
  	position: sticky;
  	top: 0;
  	width: 100%;
	background-color: #e4e4e4ad !important;
	background-image: none !important;
	
	-webkit-transition: background-color 1000ms linear;
    -moz-transition: background-color 1000ms linear;
    -o-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
        -webkit-animation-direction: alternate; /* Chrome, Safari, Opera */
    /*
	animation-direction: alternate;
        -webkit-animation-iteration-count: 2; /* Chrome, Safari, Opera */
    /*
	animation-iteration-count: 2;
	*/
}

.sticky + .content {
  padding-top: 102px;
}

.link{
  position: relative;
}

.link:after{
  content: '';
  position: absolute;
  width: 0; 
  height: 2px;
  display: block;
  margin-top: 0px;
  border-radius: 1px;
  right: 0;
  background: #000;
  transition: width .2s ease;
  -webkit-transition: width .2s ease;
}
 
.link:hover:after{
  width: 100%;
  left: 0;
  background: #000;
}

/* @keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
} */
/* Firefox < 16 */
/* @-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
} */
/* Safari, Chrome and Opera > 12.1 */
/* @-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
} */
/* Internet Explorer */
/* @-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
} */
/* Opera < 12.1 */
/* @-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
} */

.Logo {
	float: left;
    clear: none;
    white-space: normal;
    overflow: hidden;
    height: 75px;
    background-image: url(../gfx/MSDesignLogo.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 80px;
    margin-top: 9px;
	margin-left: 70px;
	-webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.LogoTitle {
	font-family: 'advent_proregular';
    float: left;
    height: 69px;
    line-height: 69px;
    padding-top: 10px;
    padding-left: 20px;
    letter-spacing: 2px;
    color: #000000;
	font-size: 25px;
}
.TheEye {
    /* background-image: url(../gfx/TheEyeMSDesign.png); */
    background-image: url('../gfx/TheEyeMSDesignNew.jpg');
    background-repeat: no-repeat;
    background-size: auto 100%;
    display: block;
    overflow: hidden;
    background-position: center;
    min-height: calc(100vh - 300px) !important;
}
.TheWhiteEye {
    background-image: url(../gfx/WhiteEye.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    display: inline-block;
    overflow: hidden;
    background-position: center;
    min-height: 110px;
    margin-top: 60px;
    width: 100%;
}
.LogoSticky {
	height: 45px !important;
	margin-top: 20px;
}
.stickyMenu {
	float: right;
    margin-right: 35px;
    font-size: 21px;
    margin-top: 27px;
    height: 28px;
    cursor: pointer;
    color: #000000;
    font-weight: 500;
	letter-spacing: 1px;
	/*
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
	*/
}
.stickyMenu:hover { color: #000; }
.stickyMenuFooter {
	font-size: 14px;
    margin-top: 35px;
    height: 28px;
    cursor: pointer;
    color: #58585a;
    font-weight: 500;
    width: 16.66%;
    display: block;
    float: left;
    /* box-sizing: border-box; */
	/*
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
	*/
}
.stickyMenuFooter:hover { color: #9978b5; }
.stickyMenu a { 
	text-decoration: none; 
	color: inherit !important; 
	/*
	-webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
	*/
}
.stickyMenu a:hover { color: #9978b5; }

.menuIcon {
	float: left;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 22px;
    margin-top: 23px;
    height: 20px;
    cursor: pointer;
}

.revealFullMenu { 
	height: 325px !important; 
	border-bottom-color: #e4e7ee !important;
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
	}
.Menu { 
	min-height: 62px !important; 
	padding-right: 35px; 
}
.fullMenu {
	overflow: hidden;
    padding-top: 7px;
}

.FrontMenuLeft {
    overflow: hidden;
    clear: none;
    float: left;
    width: 210px;
    border-width: 1px;
    border-right-color: rgba(0,0,0,.1);
    border-right-width: 1px;
    border-right-style: solid;
}
.FrontMenuRight {
    overflow: hidden;
    clear: none;
    float: left;
    width: calc(100% - 211px);
}

.mainMenu {
	width: 152px;
    padding-left: 58px;
    float: left;
    clear: left;
    color: #000;
    font-size: 14px;
    height: 37px;
    line-height: 37px;
	cursor: pointer;
	font-weight: 400;
	-webkit-transition: padding 500ms; /* Safari */
  	transition: padding 500ms;
}
.mainMenu_active {
	background: -moz-linear-gradient(left, rgba(179,179,179,0.50) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(179,179,179,0.50) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to left, rgba(179,179,179,0.50) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#e1e1e1',GradientType=1 ); /* IE6-9 */
    padding-left: 65px;
}
.mainMenu a { 
	color: inherit; 
	text-decoration: none; 
}
.subMenu {
	display: none;
    padding-top: 5px;
    /*background-color: red;*/
    width: calc(100% - 20px);
    margin-right: 20px;
    float: right;
    overflow: hidden;
    font-size: 14px;
	-webkit-transition: display 1s; /* Safari */
  	transition: display 1s;
	height: 225px;
}
.subMenuSidePic {
    background-color:gainsboro;
    width: 200px;
    height: 225px;
    float: right;
    clear: none;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.subMenuColumn {
    clear: none;
    float: left;
    width: calc(33% - 65px);
    padding: 5px;
    box-sizing: border-box;
}
.subMenuLink {
    clear: both;
    display: block;
    text-align: left;
    padding-left: 15%;
}

.subMenuColumn a {
	color: #000;
	text-decoration: none;
	font-weight: 400;
	cursor: pointer;
	/*
	-webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
	*/
}
.subMenuColumn a:hover {
	color: #000;
	font-weight: 600;
}

.footerColumnTitle {
	font-size: 14px;
    margin-bottom: 20px;
    font-weight: 600;
	text-align: left;
}
.footerColumn {
	padding: 5px;
    float: left;
    width: calc(25% - 38px);
    box-sizing: border-box;
	font-size: 12px;
}
.footerSocialColumn {
	padding: 5px;
    float: left;
    width: calc(25% - 39px);
    box-sizing: border-box;
	font-size: 12px;
}
.sexy_horizontal_line { 
    margin: 25px 0;
    height: 1px;
    background: black;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(white), to(white), color-stop(50%, black));
}

.sexy_vertical_line {
    margin: 0 25px;
    height: 211px;
    float: left;
    width: 1px;
    background: black;
    background: -webkit-gradient(linear, 236 300, 100% 0, from(#ffffff), to(#797979), color-stop(50%, black));
}

hr {
    border: 0;
    height: 1px;
    background: #333;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(#ccc0), to(#ccc0), color-stop(50%, #9a9a9a));
}

.footerLink {
	display: block;
	text-align: left;
	/*
	-webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
	*/
	cursor: pointer;
	height: 30px;
}
.footerLink a { 
	color: inherit; 
	text-decoration: none; 
	width: 100%;
    display: block; 
}
.footerLink a:active { color:#cfb14f; } 
.footerLink:hover {
	font-weight: 600;
	padding-left: 5px;
	color: #cfb14f;
}

.ActiveLang { color: #a2a2a2 !important; }

.socialIcon {
	max-width: 17%;
	height: auto;
    margin-bottom: 5px;
    margin-right: 6%;
	opacity: 0.8;
	/*
	-moz-transition: all 0.2s ease-in;
  	-o-transition: all 0.2s ease-in;
  	-webkit-transition: all 0.2s ease-in;
  	transition: all 0.2s ease-in;
	*/
}
.socialIcon:hover {
	opacity: 1;
}

#Products {
	overflow: hidden;
    white-space: normal;
    float: right;
    width: calc(100% - 175px);
}
#FilterMenu {
	width: 175px;
    float: left;
    overflow: hidden;
    white-space: normal;
	padding-top: 15px;
}
.FilterMenuSticky {
	position: fixed;
	margin-top: -50px;
}
.FilterMenuTitle {
	color: #000;
	font-size: 14px;
	font-weight: 600;
}
.ResultsFound {
	color: #000;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
}
.NoResults {
	text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    margin-top: 25px;
    margin-bottom: 25px;
}
.ActiveFilters {
	margin-top: 20px;
	display: block;
    font-size: 13px;
    font-weight: 500;
    color: #000;
}

.FrontFrame {
	background-color: whitesmoke;
    display: block;
    height: calc(100vh - 115px);
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	margin-bottom: 20px;
}
.FrontFrameInfos {
	display: block;
    float: right;
    /* background-color: #f1f1f1; */
    width: 200px;
    height: 100%;
    background-image: linear-gradient(transparent, #f1f1f1);
}
.FrontFrameInfos a { text-decoration: none; }
.FrontFrameInfosTitle {
	padding-top: 50vh;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}
.FrontFrameInfosText {
	font-size: 12px;
    padding: 20px;
    text-align: right;
    color: #000;
    font-weight: 300;
}
.FrontFrameInfosButton {
    font-size: 12px;
    padding: 10px;
    color: #000;
    font-weight: 300;
    border-color: #000;
    border-style: solid;
    border-width: 1px;
    margin: 20px;
    border-radius: 1px;
    text-align: center;
	/*
	-moz-transition: all 0.2s ease-in;
  	-o-transition: all 0.2s ease-in;
  	-webkit-transition: all 0.2s ease-in;
  	transition: all 0.2s ease-in;
	*/
	cursor: pointer;
}
.FrontFrameInfosButton:hover {
	background-color: #FFFFFF;
}

.showRoomCard {
    margin: 20px;
    width: calc(25% - 40px);
    float: left;
    height: 370px;
}

.showRoomCardImage {
	height: 300px;
    background-color: #ddddde;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	/*
	-moz-transition: all 0.2s ease-in;
  	-o-transition: all 0.2s ease-in;
  	-webkit-transition: all 0.2s ease-in;
  	transition: all 0.2s ease-in;
	*/
	border-radius: 2px;
}
.hoverImage {
	display: block;
	opacity: 0;
	background-color: transparent !important;
}

.showRoomCardTitle {
	font-size: 12px;
    font-weight: 400;
    padding-top: 10px;
    padding-left: 5px;
	padding-right: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
	box-sizing: border-box;
}
.showRoomCardPrice {
	font-size: 12px;
    font-weight: 400;
    text-align: left;
    padding: 5px;
}
.CardFastOptions {
	float: right;
    overflow: hidden;
    white-space: normal;
}
.addToFavorites {
    width: 23px;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    white-space: normal;
	float: left;
	clear: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../gfx/addToFavorites.png);
	/*
	-moz-transition: all 0.2s ease-in;
  	-o-transition: all 0.2s ease-in;
  	-webkit-transition: all 0.2s ease-in;
  	transition: all 0.2s ease-in;
	*/
	cursor: pointer;
}
.addToFavorites:hover {
	-webkit-transform: rotate(10deg);
	transform: rotate(10deg);
}

.addToFavorites:active {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	background-image: url(../gfx/addedToFavorites.png);
	/*
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
	*/
}
.addedToFavorites {
	background-image: url(../gfx/addedToFavorites.png) !important;
}
.QuickAdd {
	font-size: 12px;
    background-image: url(../gfx/AddToBag.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	/*
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
	*/
    cursor: pointer;
    height: 16px;
    width: 20px;
    float: left;
    margin-top: 3px;
	margin-left: 5px;
}
.QuickAdd:hover {
	-webkit-transform: rotate(10deg);
	transform: rotate(10deg);
}
.QuickAdd:active {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	background-image: url(../gfx/addedToBag.png);
}

.ShowMore {
	overflow: hidden;
    display: block;
    clear: both;
}
.ShowMoreButton {
	background-color: #2b2c2f;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-right: 70px;
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 45px auto;
    background-image: url(../gfx/infinity-loader_small.gif);
	/*
	-moz-transition: all 0.2s ease-in;
  	-o-transition: all 0.2s ease-in;
  	-webkit-transition: all 0.2s ease-in;
  	transition: all 0.2s ease-in;
	*/
	cursor: pointer;
}
.ShowMoreButton:hover {
	filter: invert(85%);
}
.MoreProductsLoader {
	height: 30px;
    clear: both;
    display: none;
    margin-left: auto;
    margin-right: auto;
}

.block-with-text {
  /* hide text if it more than N lines  */
  overflow: hidden;
  /* for set '...' in absolute position */
  position: relative; 
  /* use this value to count block height */
  line-height: 1.2em;
  /* max-height = line-height (1.2) * lines max number (3) */
  max-height: 3.6em; 
  /* fix problem when last visible word doesn't adjoin right side  */
  text-align: justify;
  
  /* */
  margin-right: -1em;
  padding-right: 1em;
}
.block-with-text:before {
  /* points in the end */
  content: '...';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of block */
  right: 0;
  bottom: 0;
}
.block-with-text:after {
  /* points in the end */
  content: '';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of text */
  right: 0;
  width: 1em;
  /* set width and height */
  height: 1em;
  margin-top: 0.2em;
  background: white;
}

.ShowLeft {
	float: left;
    clear: none;
    white-space: normal;
    overflow: hidden;
    width: 60%;
    border-width: 1px;
    border-right-color: rgba(0,0,0,.1);
    border-right-width: 1px;
    border-right-style: solid;
    box-sizing: border-box;
    min-height: calc(100vh - 90px);
    padding-right: 20px;
}
.ProdPicMain {
	width: calc(100% - 110px);
    min-height: 430px;
	/*
	-moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
	*/
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../gfx/No-pic.png);
	box-sizing: border-box;
	float: right;
    clear: none;
}
.ProdPics {
    display: block;
    float: left;
    clear: none;
    overflow: hidden;
    white-space: normal;
    min-height: 100px;
    width: 100px;
	cursor: pointer;
}
.ProdPicsThumbs {
	background-color: #e6e6e6;
    min-height: 152px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 10px;
}
.ShowRight {
	float: right;
    clear: none;
    white-space: normal;
    overflow: hidden;
    width: 40%;
	padding-left: 20px;
	box-sizing: border-box;
}
.ShowRightTitle {
	text-align: left;
    font-size: 16px;
    color: #000;
    clear: both;
}
.ShowRightRef {
	text-align: left;
    font-size: 10px;
    letter-spacing: .1px;
    color: #adafb2;
    clear: both;
	margin-bottom: 40px;
}
.ShowRightDescTitle {
	text-align: left;
    font-size: 12px;
    line-height: 16px;
    color: #373738;
    clear: both;
    margin-bottom: 10px;
}
.ShowRightDesc {
	text-align: left;
    font-size: 12px;
	letter-spacing: .3;
	line-height: 16px;
    color: #6d6f71;
    clear: both;
	margin-bottom: 40px;
}
.PickSizeBig {
	width: 100%;
}
.PickSizeBigSelect {
	width: 100%;
    border-color: #d7d7d8;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    padding: 10px;
    background-color: #fff;
}
.DIscoverYourSize {
	font-size: 11px;
    text-align: left;
    text-decoration: underline;
	margin-top: 10px;
    margin-bottom: 30px;
}
.VariousInfos {
	font-size: 11px;
    color: #000;
    overflow: hidden;
    white-space: normal;
    display: block;
    width: 100%;
    clear: both;
}
.VariousInfos a {
	color: inherit;
}
.VariousInfos a:hover {
	color: #525457;
}
.VariousLeft {
	float: left;
	width: 50%;
	text-align: left;
	/*
	-moz-transition: padding 0.2s ease-in;
    -o-transition: padding 0.2s ease-in;
    -webkit-transition: padding 0.2s ease-in;
	*/
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 12px;
    background-image: url(../gfx/productIcon.png);
    padding-left: 20px;
	box-sizing: border-box;
}
.VariousLeft:hover {
	padding-left: 25px;
} 
.VariousRight {
	float: Right;
	width: 50%;
	text-align: right;
	/*
	-moz-transition: padding 0.2s ease-in;
    -o-transition: padding 0.2s ease-in;
    -webkit-transition: padding 0.2s ease-in;
	*/
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 12px;
    background-image: url(../gfx/productIcon.png);
    padding-right: 20px;
	box-sizing: border-box;
}
.VariousRight:hover {
	padding-right: 25px;
} 
.AddToBagBig {
	font-size: 12px;
    line-height: 16px;
    color: #fff;
    background-color: #000;
    text-align: center;
    margin-bottom: 40px;
    padding: 10px;
	font-weight: 600;
	float: left;
	clear: none;
	width: calc(100% - 60px);
	/*
    -moz-transition: background-color 0.2s ease-in;
    -o-transition: background-color 0.2s ease-in;
    -webkit-transition: background-color 0.2s ease-in;
	*/
}
.AddToBagBig:hover {
	background-color: #525457;
}
.AddToFavoritesBig {
	font-size: 12px;
    line-height: 16px;
    color: #fff;
    background-color: #000;
    text-align: center;
    margin-bottom: 40px;
    padding: 10px;
    font-weight: 600;
    width: 36px;
    height: 36px;
    float: right;
    clear: none;
    box-sizing: border-box;
	/*
    -moz-transition: background-color 0.2s ease-in;
    -o-transition: background-color 0.2s ease-in;
    -webkit-transition: background-color 0.2s ease-in;
	*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 18px;
    background-image: url(../gfx/addToFavoritesWhite.png);
}
.AddToFavoritesBig:hover {
	background-color: #525457;
}

.Section {
	font-size: 14px;
    font-weight: 300;
}
.SectionTitle {
	margin-top: 30px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 300;
}
.EspaBanner {
    width: 261px;
    float: left;
    margin-left: 30px;
}

.AboutUsText {
	float: left;
    width: 49%;
    margin-right: 1%;
    margin-left: 0%;
    font-size: 14px;
    text-align: justify;
    font-weight: 500;
    line-height: 20px;
	min-height: 250px;
	margin-bottom: 20px;
}

.ActiveMenu {
	text-decoration: line-through;
}

.TheSmallEye {
	float: left;
	width: 49%;
	margin-right: 0%;
	margin-left: 1%;
	background-image: url(../gfx/TheEyeMSDesign.png);
    background-repeat: no-repeat;
    background-size: auto 250px;
    display: block;
    overflow: hidden;
    background-position: center;
	min-height: 250px;
}

.AboutUs_OneThird_Text {
	float: left;
    width: 33%;
    margin-right: 1%;
    margin-left: 0%;
    font-size: 14px;
    text-align: justify;
    font-weight: 500;
    line-height: 20px;
	min-height: 250px;
	margin-bottom: 55px;
}

.TitlePic {
	float: left;
    width: 49%;
    margin-right: 0%;
    margin-left: 1%;
    background-image: url(../gfx/MSPhoto4.jpg);
    background-repeat: no-repeat;
    background-size: contain;
	background-position: top right;
    display: block;
    overflow: hidden;
    min-height: 486px;
    margin-top: 0px;
	margin-bottom: 55px;
}

.SeperatorHR { overflow: hidden; }

.ShareBar {
	margin-top: 20px;
}
.CatBar {
	margin-top: 15px;
	color: #828080;
}
.CatBar a {
    color: #000000;
    text-decoration: none;
}
.CatBar a:hover {
    color: #828080;
}
.CatBar a:active {
    color: #000000;
}

.ThankYouContact {
	padding: 20px;
	margin-bottom: 50px;
	margin-top: 50px;
	font-size: 20px;
}
.GenTitleDate {
	font-size: 18px;
    text-align: left;
    /* font-family: 'advent_prosemibold'; */
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
    margin-top: -10px;
	color: #FFA200;
}

.GenTitle {
	font-size: 24px;
	text-align: left;
    /* font-family: 'advent_prosemibold'; */
    font-family: 'Open Sans', sans-serif;
	margin-bottom: 30px;
}

.PhotoFull {
	width: 100%;
	overflow: hidden;
	display: block;
	margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
	margin-top: 10px;
    float: left;
    clear: none;
    outline: none;
}
.FullPhoto {
	width: 100%;
	height: auto;
	text-align: center;
    vertical-align: middle;
    outline: none;
}
.FullPhotoOutside {
	width: auto;
	height: 100%;
	text-align: center;
    vertical-align: middle;
    outline: none;
}
.PhotoHalf {
	width: calc(50% - 20px);
	overflow: hidden;
	display: block;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0px;
	padding-right: 5px;
    margin-top: 0px;
    margin-bottom: 30px;
	float: left;
    clear: none;
}

.windowPost {
	margin-top: 50px;
	display: inline-block;
	/* background-color: orange; */
	overflow: hidden;
	min-height: 200px;
	width: 100%;
}
.ProductImage {
	width: 100%;
    height: auto;
}
.BlockContainer { 
	overflow: hidden; 
}
.windowPostMainTitle {
	text-align: left;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 10px;
    letter-spacing: 0.4px;
    background-image: url(../gfx/pinIcon.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: auto 15px;
    padding-left: 20px;
}
.windowPostMainTitleHL { 
	color: #000;
	font-weight: 500;
}
.windowPostTitle {
	font-size: 13px;
    text-align: left;
    color: #848584;
    display: none;
}
.windowPostSubTitle {
	color: #8e8782;
    text-align: left;
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 40px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.windowPostTitleBar {
	height: 30px;
    margin-bottom: 15px;
    overflow: hidden;
    /* color: #fff; */
    border-bottom: 1px #c6c2c0 solid;
	padding-bottom: 20px;
}
.WindowReadMore {
	float: right;
    color: #000;
    font-size: 12px;
    background-image: url(../gfx/ICON_MOVERIGHT.png);
    background-repeat: no-repeat;
    background-size: auto 10px;
    background-position: right;
    padding-right: 15px;
    font-weight: 600;
}

.MSSocialFooter {
  	overflow: hidden;
    text-align: center;
    width: 160px;
    margin-left: auto;
    margin-right: auto;
}
.MSSocialFooter_FirstPage {
    overflow: hidden;
    text-align: center;
    width: 170px;
    margin-left: auto;
    margin-right: 20px;
    float: right;
}
.MSSocialFooter_FirstPage span {
    margin-top: 0px;
    margin-bottom: 0px;
    height: 34px;
    width: 34px;
    margin-left: 8px;
    margin-right: 9px;
}
.Social_BE {
	height: 30px;
    width: 30px;
    display: inline-block;
    background-image: url(../gfx/ICON_BEHANCE.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    margin: 10px;
    color: #fff0;
}
.Social_FB {
    height: 30px;
    width: 30px;
    display: inline-block;
    background-image: url(../gfx/ICON_FACEBOOK.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    margin: 10px;
    color: #fff0;
}
.Social_IN {
    height: 30px;
    width: 30px;
    display: inline-block;
    background-image: url(../gfx/ICON_INSTANGRAM.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    margin: 10px;
    color: #fff0;
}
.MSFooter {
	margin-top: 20px;
	/*color: #7c7c7c;*/
	color: #010101;
	text-align: center;
	font-family: 'advent_proextralight';
	font-size: 16px;
	letter-spacing: 1px;
}
.MSFooterCopyright {
	margin-top: 40px;
	/*color: #828080;*/
	color: #010101;
	text-align: center;
	font-family: 'advent_proextralight';
	font-size: 12px;
	margin-bottom: 20px;
	letter-spacing: 0.5px;
}

.contactCude {
	margin-bottom: 40px;
	overflow: hidden;
}

.ContactBar {
	overflow: hidden;
    min-height: 142px;
}

.Contact_Office {
	width: 25%;
    text-align: center;
    float: left;
    background-image: url(../gfx/ICON_DIRECCION.png);
    background-position: center top;
    background-size: auto 50px;
    background-repeat: no-repeat;
    padding-top: 60px;
	-moz-transition: all 0.2s ease-in;
  	-o-transition: all 0.2s ease-in;
  	-webkit-transition: all 0.2s ease-in;
  	transition: all 0.2s ease-in;
    height: 30px;
    overflow: hidden;
	font-size: 16px;
    font-family: 'advent_prolight';
}
.Contact_Office:hover { 
	background-image: url(../gfx/ICON_DIRECCION_orange.png); 
	height: auto !important; 
}
.Contact_Phone {
    width: 25%;
    text-align: center;
    float: left;
    background-image: url(../gfx/ICON_PHONE.png);
    background-position: center top;
    background-size: auto 50px;
    background-repeat: no-repeat;
    padding-top: 60px;
	-moz-transition: all 0.2s ease-in;
  	-o-transition: all 0.2s ease-in;
  	-webkit-transition: all 0.2s ease-in;
  	transition: all 0.2s ease-in;
	height: 30px;
    overflow: hidden;
	font-size: 16px;
    font-family: 'advent_prolight';
}
.Contact_Phone:hover { 
	background-image: url(../gfx/ICON_PHONE_orange.png);
	height: auto !important;
}
.Contact_Email {
    width: 25%;
    text-align: center;
    float: left;
    background-image: url(../gfx/ICON_EMAIL.png);
    background-position: center top;
    background-size: auto 50px;
    background-repeat: no-repeat;
    padding-top: 60px;
	-moz-transition: all 0.2s ease-in;
  	-o-transition: all 0.2s ease-in;
  	-webkit-transition: all 0.2s ease-in;
  	transition: all 0.2s ease-in;
    height: 30px;
    overflow: hidden;
	font-size: 16px;
    font-family: 'advent_prolight';
}
.Contact_Email:hover { 
	background-image: url(../gfx/ICON_EMAIL_orange.png);
	height: auto !important;
}
.Contact_Social {
    width: 25%;
    text-align: center;
    float: left;
    background-image: url(../gfx/ICON_PHONE.png);
    background-position: center top;
    background-size: auto 50px;
    background-repeat: no-repeat;
    padding-top: 60px;
	-moz-transition: all 0.2s ease-in;
  	-o-transition: all 0.2s ease-in;
  	-webkit-transition: all 0.2s ease-in;
  	transition: all 0.2s ease-in;
    height: 30px;
    overflow: hidden;
	font-size: 16px;
    font-family: 'advent_prolight';
}
.Contact_Social:hover { 
	background-image: url(../gfx/ICON_PHONE_orange.png);
	height: auto !important;
}
.Contact_Sub, .ContactBar a {
	/*color: #555555;*/
	color: #010101;
	font-size: 16px;
	margin-top: 3px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.5px;
}
.errorMS {
	background-color: #e0a5ab75 !important;
}

.prod {
	background-color: #fff;
    overflow: hidden;
    width: 30%;
    margin: 1.66%;
    float: left;
    min-height: 235px;
    position: relative;
}

.VideoClass {
    position: absolute;
    left: 0px;
    top: 0px;
    margin-top: 0px !important;
    width: 100%;
}
.FilterBar {
    overflow: hidden;
    margin-bottom: 10px;
	margin-left: 2%;
	font-family: 'advent_proextralight';
}
.MSFilter a {
	color: #000000;
	text-decoration: none;
}
.MSFilter a:hover {
	color: #ffa200;
	text-decoration: line-through;
}
.activeSubMenu {
	color: #ffa200 !important;
	text-decoration: line-through !important;
}
.MSFilter {
	text-align: center;
    margin-right: 15px;
    font-size: 17px;
    float: left;
    font-weight: 500;
    letter-spacing: 0.6px;
}

.BackToTop {
    position: fixed;
    bottom: 100px;
    right: 50px;
    background-image: url(../gfx/ICON_MOVEUP.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
	display: none;
	cursor: pointer;
}

.ProjectInfoPhotoFull {
    /* background-color: #F5F4F4; */
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    float: left;
}

.ProjectInfoPhotoHalf {
    /* background-color: #F5F4F4; */
    width: calc(50% - 15px);
    overflow: hidden;
    margin-bottom: 30px;
    float: left;
    margin-right: 10px;
}

.ProjectInfoFloatRight { 
    float: right; 
    margin-right: 0px;
    margin-left: 10px;
    padding-right: 0px;
	padding-left: 5px;
}

.projectPhotoShow {
    width: 100%;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*=================| MS-DESIGN Menu |===================================*/
.MSDESIGN_menu li {
  display: inline-block;
  padding: 0 20px;
}
.MSDESIGN_menu span {
  position: relative;
  display: block;
  cursor: pointer;
}
.MSDESIGN_menu span:before, span:after {
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  top: 71%;
  margin-top: -0.5px;
  background: #fff;
}
.MSDESIGN_menu span:before {
  left: -2.5px;
}
.MSDESIGN_menu span:after {
  right: 2.5px;
  background: #000;
  /*transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);*/
}
.MSDESIGN_menu span:hover:before {
  background: #ffa200;
  width: 106%;
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.MSDESIGN_menu span:hover:after {
  background: transparent;
  width: 100%;
  transition: 0s;
}
#st-1 .st-btn > img {
    filter: brightness(0) invert(1) !important;
}
#st-1 .st-btn[data-network='facebook'] {
    background-color: #000 !important;
    border: solid 1px #000 !important;
    width: 32px !important;
}
#st-1 .st-btn[data-network='twitter'] {
    background-color: #000 !important;
    border: solid 1px #000 !important;
    width: 32px !important;
}
#st-1 .st-btn[data-network='sharethis'] {
    background-color: #000 !important;
    border: solid 1px #000 !important;
    width: 32px !important;
}
#st-1 .st-btn {
    margin-right: 15px !important;
    padding: 0 7px !important;
}
.prodPost {
    min-height: 235px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.prodPostHover {
    min-height: 130px;
    background-color: #ffffffcf;
    margin-top: -235px;
    z-index: 9999;
    padding-top: 105px;
    font-size: 18px;
    color: #000;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out; /* for compatibility with older versions of Opera */
    -ms-transition: opacity 0.3s ease-in-out; /* for compatibility with IE and Edge */
    -moz-transition: opacity 0.3s ease-in-out; /* for compatibility with Firefox */
    -webkit-transition: opacity 0.3s ease-in-out; /* for compatibility with Chrome, Safari... */
}
.prodPostHover:hover {
    opacity: 1;
}
.prodPostSubtitle {
    display: block;
    margin-top: 0px;
    font-weight: 100;
    color: #000000;
    font-size: 12px;
}
.MS_Pagination {
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    display: block;
    margin-bottom: 100px;
    padding-left: 65px;
    padding-right: 65px;
}
.MS_Pagination a {
    color: #000;
    text-decoration: none;
}
.MS_Previous {
    float: left;
    margin-left: 0px;
    font-size: 30px;
    color: #ffffff00;
    text-decoration: none;
    background-image: url('../gfx/NavButton_left.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 54px;
    height: 54px;
    transition: all 0.5s;
    cursor: pointer;
    display: inline-block;
}
.MS_Next {
    float: right;
    margin-right: 0px;
    font-size: 30px;
    color: #ffffff00;
    text-decoration: none;
    background-image: url('../gfx/NavButton_right.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 54px;
    height: 54px;
    transition: all 0.5s;
    cursor: pointer;
    display: inline-block;
}
.MS_Main {
    font-size: 30px;
    color: #ffffff00;
    text-decoration: none;
    background-image: url('../gfx/NavButton_center.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 54px;
    height: 54px;
    transition: all 0.5s;
    cursor: pointer;
    display: inline-block;
}
.MS_Pagination_disabled {
    /* background-image: url('../gfx/NavButton_end.png'); */
}
.MS_Next:hover {
    background-position: top;
}
.MS_Previous:hover {
    background-position: top;
}
.MS_Main:hover {
    background-position: top;
}
.MS_Next:active {
    background-position: center;
}
.MS_Previous:active {
    background-position: center;
}
.MS_Main:active {
    background-position: center;
}
/*=================|/MS_DESIGN Menu |===================================*/

/*=================| New Index CSS |====================================*/
.MainContent {
	margin-bottom: 50px;
    box-sizing: border-box;
	overflow: hidden;
	
	-moz-transition: all 0.2s ease-in;
  	-o-transition: all 0.2s ease-in;
  	-webkit-transition: all 0.2s ease-in;
  	transition: all 0.2s ease-in;
	
	min-height: calc(100vh - 390px);
}
#BGContent {
	background-color: #f1f1f1;
    height: 100vh;
    width: 100vw;
    background-image: url(../gfx/Front/SplashScreen.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    /* margin-top: -100vh; */
    position: absolute;
	z-index: -99999;
}
#MainBody {
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
    /*height: calc(100vh - 100px);*/
    box-sizing: border-box;
    padding-left: 65px;
    padding-top: 20px;
    padding-right: 65px;
    /*overflow: scroll;*/
}
#CenterMenu {
    background: transparent url(../gfx/black_bg.png) repeat;
    padding: 25px 20px;
    position: absolute;
    top: calc(75% - 80px);
    width: 100%;
    height: 70px;
    padding-right: 20px;
    box-sizing: border-box;
	display: none;
}
.TopMenu {
    top: 0% !important;
    height: 100px !important;
    padding-top: 50px !important;
}
.CenterMenuLogo {
    background-image: url(../gfx/LevandaLogo.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: auto 60px;
    float: left;
    clear: none;
    height: 100px;
    width: 250px;
    margin-top: -50px;
	display: none;
}
.CenterMenuOption {
	display: inline-block;
    color: #fff;
    font-size: 13px;
    background-color: transparent;
    padding-left: 20px;
    padding-right: 20px;
    float: right;
    border-left-width: 1px;
    border-left-color: #9E9E9E;
    border-left-style: solid;
	cursor: pointer;
	min-width: 55px;
	/*
	-moz-transition: color 0.2s ease-in;
  	-o-transition: color 0.2s ease-in;
  	-webkit-transition: color 0.2s ease-in;
  	transition: color 0.2s ease-in;
	*/
}
.CenterMenuOption:hover { color: #a084bc; }
.firstOption { border: none; }
#MainLogo {
    background-image: url(../gfx/LevandaLogo.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: auto 60px;
    height: 60px;
    display: none;
    padding: 20px;
	margin-left: 20px;
	margin-right: 20px;
	/*
	-moz-transition: all 0.2s ease-in;
  	-o-transition: all 0.2s ease-in;
  	-webkit-transition: all 0.2s ease-in;
  	transition: all 0.2s ease-in;
	*/
}
.quickBar {
	font-size: 14px;
    color: #9b7fb5;
    margin-bottom: 20px;
	cursor: pointer;
}
.quickBar a { color: inherit; text-decoration: none; } 
.ServiceMainTitles {
	color: #764f93;
    font-size: 20px;
    text-align: left;
    display: block;
}
.ServiceFrame {
	margin-top: -20px;
    display: none;
	padding-top: 20px;
	padding-bottom: 20px;
}
.Frame1 {
	margin-top: -20px;
    min-height: calc(100vh - 225px);
    display: none;
	padding-top: 20px;
	padding-bottom: 20px;
}
.FramePic {
	background-color: #d0c9d7;
    display: block;
    float: left;
    height: 100px;
    width: 100px;
    border-radius: 3px;
    margin-right: 20px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.FrameTitle {
	font-size: 14px;
    clear: both;
    display: block;
    font-weight: 600;
    text-align: left;
    padding-left: 20px;
    padding-top: 20px;
	padding-bottom: 20px;
}
.FrameBody {
	font-size: 14px;
    clear: both;
    display: block;
    font-weight: 400;
    padding-left: 20px;
    text-align: justify;
    padding: 20px;
}
.FrameBody a {
	color: #9876b7;
    text-decoration: none;
}
.testimonial {
	background-color: #e8e8e8;
    border-radius: 5px;
    background-image: url(../gfx/testimonialsIcon.png);
    background-repeat: no-repeat;
    background-position: 99% 10%;
    background-size: 27px auto;
	font-size: 14px;
	box-shadow: 1px 1px 5px grey;
	min-height: 100px;
}

.GeneralFooter { 
    bottom: 0;
    font-size: 11px;
    text-align: right;
    padding-right: 20px;
    display: block;
    white-space: normal;
    overflow: hidden;
    box-sizing: border-box;
    padding-bottom: 10px;
}
.GeneralFooter a, .ContactBottomRight a, .ContactBottomLeft a {
	color: #9876b7;
	text-decoration: none;
}
.GeneralFooter a:hover {
	color: #a084bc;
}
.GeneralsubMenu {
    position: fixed;
    right: calc(5 * 95px - 45px);
    top: 73px;
    font-size: 12px;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
	display: none;
	background-color: #656563d6;
    border-radius: 3px;
	
}
.GeneralsubMenu a, .GeneralsubMenuIndex a {
	color: #fff;
	text-decoration: none;
}
.GeneralsubMenu a:hover, .GeneralsubMenuIndex a:hover {
	color: #a084bc;
}

.GeneralsubMenuIndex {
	position: fixed;
    right: calc(5 * 90px - 45px);
    font-size: 12px;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
    top: calc(75% - 33px);
}

.ActiveOption {
	color: #a084bc;
}
.ContactLeft {
	float: left;
    width: 350px;
    background-image: url(../gfx/contactPic.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 450px;
    margin-right: 20px;
	border-radius: 3px;
	overflow: hidden;
    white-space: normal;

}
.ContactRight {
	float: right;
    width: calc(100% - 370px);
	overflow: hidden;
    white-space: normal;
}

.ContactInputTitle {
	padding-left: 10px;
    font-size: 12px;
}
.ContactInput {
	width: 100%;
    border: none;
    height: 30px;
    margin-bottom: 20px;
    /*background-color: #d7d6d875;*/
	background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    font-size: 14px;
    clear: both;
}
.ContactInputArea {
	width: 100%;
    border: none;
    height: 188px;
    margin-bottom: 20px;
    /*background-color: #d7d6d875;*/
	background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    font-size: 14px;
    clear: both;
}
.ContactInputButton {
    width: 120px;
    border: none;
    height: 20px;
    margin-bottom: 20px;
    background-color: #000;
    padding: 20px;
    box-sizing: border-box;
    font-size: 14px;
    clear: both;
    line-height: 0px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    border-radius: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.ContactBottomLeft {
    overflow: hidden;
    display: block;
    text-align: left;
	float: left;
	width: 50%;
    padding-right: 10px;
    box-sizing: border-box;
}
.ContactBottomRight {
    overflow: hidden;
    display: block;
    text-align: right;
	float: right;
	width: 50%;
    padding-right: 10px;
    box-sizing: border-box;
}
.socialIcons {
    margin-left: 15px;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.GeneralsocialIcons {
    margin-left: 15px;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 0px;
    height: 20px;
    width: 20px;
}
.GeneralImage {
	border-radius: 3px;
}
.ContactBottomGeneral {
	display: block;
    text-align: left;
    max-width: 100%;
    padding-left: 65px;
    padding-right: 65px;
    box-sizing: border-box;
    line-height: 15px;
    font-size: 11px;
    color: #000;
    z-index: 99999;
    /* position: absolute; */
    /* top: calc(100% - 40px); */
    min-height: 35px;
    overflow: hidden;
    right: 0;
    background-color: #fff;
	margin-bottom: 20px;
}
.ContactBottomGeneral a {
	color: inherit;
	text-decoration: none;
}
.errorLevanda {
	background-color: #fb8a8a57;
}
.contactAnswer {
	min-height: 450px;
    line-height: 30px;
    padding-top: 180px;
    box-sizing: border-box;
    background-color: #9776b680;
    color: #fff;
    padding-left: 20px;
    border-radius: 3px;
}
.MainPage {
	
}
.LevandaTopMenu {
	
}

.QuoteSpan {
	clear: both;
    display: block;
    color: #9776b7;
    font-size: 20px;
	padding: 10px;
}
.Mobile_Menu_Button {
    display: none;
}
.closeMobMenu {
    display: none;
}
.DesktopMenu { display: inherit; }
.MobileMenu { display: none; }
.TitleVid {
    width: 49%;
    float: left;
}
.OutsideTitleVid {
    width: auto;
    height: 235px;
}

@media only screen and (max-width: 975px) {
	.CenterMenuOption {
    	padding-left: 12px;
    	padding-right: 12px;
	}
	.GeneralsubMenu {
    	right: calc(5 * 80px - 42px);
	}
	.GeneralsubMenuIndex {
    right: calc(5 * 75px - 43px);
	}
}

@media only screen and (max-width: 879px) {
    .TheEye {
        background-size: contain;
    }
	.CenterMenuOption {
		padding-right: 10px;
		padding-left: 10px;
	}
	.GeneralsubMenu {
    	right: calc(5 * 86px - 134px);
	}
	.GeneralsubMenuIndex {
    right: calc(5 * 71px - 45px);
    }
    .LogoTitle {
        font-size: 9px;
        position: fixed;
        top: 65px;
        left: 51px;
    }

	.CenterMenuOption {
		padding-right: 5px;
		padding-left: 5px;
	}
}
@media only screen and (max-width: 767px) {
    .transparentClassHead { background-color: #fff !important; }
    .MS_Pagination {
        padding-left: 30px;
        padding-right: 30px;
    }
    .MS_Previous, .MS_Main, .MS_Next { 
        height: 44px;
        width: 44px;
    }
    .EspaBanner {
        width: 200px;
        float: unset;
        margin-left: auto;
    }
    .WindowReadMore {
        margin-right: 30px;
    }
    .windowPost {
        width: calc(100% - 60px);
        margin-left: 30px;
        margin-right: 30px;
    }
    .windowPostMainTitle, .windowPostSubTitle {
        width: calc(100% - 60px);
        margin-left: 30px;
        margin-right: 30px;
    }
    .TheSmallEye {
        width: calc(100% - 60px);
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 30px;
        margin-top: 30px;
        min-height: 250px !important;
    }
    .TitleVid {
        width: calc(100% - 60px);
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 30px;
    }
    .MSSocialFooter_FirstPage {
        float: unset;
        margin-top: 10px;
        width: 100%;
    }
    .ContactMobile {
        margin-left: 30px;
        margin-right: 30px;
    }
    .ContactBar div {
        width: 100%;
        margin-bottom: 15px;
    }
    .ContactBottomGeneral {
        padding-right: 0px;
    }
    .ContactBottomGeneralIndex {
        text-align: center;
		float: none;
		padding-right: 0px;
		box-sizing: border-box;
        /*top: calc(100% - 80px);*/
        height: 90px !important;
        position: absolute;
        bottom: 30px;
        left: 0px;
        width: 100%;
        z-index: -99;
    }
    #Header {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 32px;
        z-index: 99999;
    }
    .FilterBar {
        margin-left: 30px;
        margin-right: 30px;
    }
    .prodPostHover {
        /*
        min-height: 56px;
        margin-top: -76px;
        padding-top: 10px;
        padding-bottom: 10px;
        opacity: 1;
        background-color: #ffffffe8;
        */
    }
    .prod {
        width: calc(100% - 60px);
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 30px;
    }
    .MSFilter {
        /*
        margin: 0px;
        padding: 0px;
        width: 50%;
        */
        font-size: 12px;
    }
    .AboutUsText { 
        width: calc(100% - 60px);
        margin-right: 30px;
        margin-left: 30px;
    }
    .PhotoHalf { 
        width: calc(100% - 60px);
        margin-left: 30px;
        margin-right: 30px;
    }
    .ProjectInfoPhotoHalf {
        width: 100%;
    }
    .ContactBottomGeneral {
        height: 190px !important; 
    }
    .TitlePic {
        width: calc(100% - 60px);
        margin-left: 30px;
        margin-right: 30px;
        min-height: 225px;
        background-position: center;
    }
    .FullPhoto {
        width: calc(100% - 60px);
        margin-left: 30px;
        margin-right: 30px;
    }
    .projectPhotoShow {
        width: calc(100% - 60px);
        margin-left: 30px;
        margin-right: 30px;
    }
    .DesktopMenu { display: none; }
    .MobileMenu { display: inherit; }
    .Mobile_Menu_Button {
        display: block;
        position: absolute;
        right: calc(0% + 30px);
        top: 30px;
        background-image: url(../gfx/Mob_Hum.png);
        background-position: center right;
        background-repeat: no-repeat;
        background-size: contain;
        height: 25px;
        width: 50px;
        color: #fff0;
        cursor: pointer;
    }
    .TheEye {
        background-size: contain;
        width: 100vw;
    }
    #MainBody {
        padding-left: 0px;
        padding-right: 0px;
    }
    .MSDESIGN_menu {
        background-color: black;
        position: fixed;
        left: 0px;
        top: 0px;
        color: #fff;
        height: 100%;
        width: 100%;
        display: none;
    }
    .Menu {
        padding-right: 0px;
    }
    .Logo {
        height: 36px !important;
        margin-left: 30px;
    }
    .LogoSticky {
        margin-top: 30px;
    }
    .MobileHeader {
        margin-left: auto;
        margin-right: auto;
        float: none;
        display: block;
        width: 100%;
        background-position: center;
        height: 69px !important;
    }
    .LogoTitle {
        font-size: 0.8rem;
        padding: 0px;
        line-height: 40px;
        height: 40px;
        position: fixed;
        top: 30px;
        left: 90px;
    }
    .LogoTitleIndex {
        font-size: 0.6rem;
        padding: 0px;
        line-height: 40px;
        height: 40px;
        position: fixed;
        top: 90px;
        left: 0px;
        width: 100%;
        text-align: center;
    }
    .ContactBottomGeneral {
        padding: 0px;
    }
    .stickyMenu {
        color: #fff;
        width: 100%;
        font-size: 24px;
        font-weight: bolder;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .stickyMenu:hover { color: #fff; }
    .MSDESIGN_menu span:hover:before {
        background: unset;
        width: unset;
        transition: unset;
    }
    .closeMobMenu {
        display: block !important;
        float: right;
        background-repeat: no-repeat;
        background-image: url(../gfx/mob_Hum_Close.png);
        background-position: center;
        background-size: contain;
        height: 40px;
        width: 40px;
        clear: both;
        margin-right: 30px;
        margin-top: 30px;
        margin-bottom: 30px;
        color: #fff0;
        cursor: pointer;
    }

	.GeneralsubMenuIndex {
        right: calc(5 * 45px - 40px);
	}
	.LevandaTopMenu {
		overflow: hidden;
		margin-right: auto;
		margin-left: auto;
		width: max-content;
	}
	.CenterMenuLogo {
		height: 50px;
		background-size: contain;
		margin-bottom: 10px;
		margin-top: -40px;
		width: 100%;
		background-position: center;
	}
	.MainLogo {
    	background-image: url(../gfx/NoImage.png) !important;
	}
	.ContactRight, .ContactLeft { clear: both; width: 100%; }
	
	#CenterMenu {
		padding: 0px 0px;
	}
	.CenterMenuOption {
		padding-right: 5px;
		padding-left: 5px;
		min-width: 25px;
}
	.GeneralsubMenu {
	    width: 100%;
		right: 0;
		top: 100px;
		background: transparent url(../gfx/black_bg.png) repeat;
	}
	.ContactBottomGeneral {
	    text-align: center;
		float: none;
		padding-right: 10px;
		box-sizing: border-box;
        /*top: calc(100% - 80px);*/
        min-height: 250px !important;
    }
    .FooterSeperators { display: none; }
    .FooterLines { 
        display: block;
        line-height: 25px;
    }
	.MainContent {
        padding-bottom: 80px;
        margin-top: 80px;
	}
	.ContactBottomLeft, .ContactBottomRight {
	    clear: both;
		width: 100%;
		text-align: center;
		padding: 0;
		margin: 0;
	}
	.GeneralImage {
		margin-bottom: 20px;
		width: 300px;
		height: auto;
	}
	#BGContent {
		background-position: center center;
	}
	.MainPage {
		display: inline-block;
		color: #fff;
		font-size: 12px;
		background-color: transparent;
		padding-left: 5px;
		padding-right: 5px;
		float: right;
		border-left-width: 1px;
		border-left-color: #9E9E9E;
		border-left-style: solid;
		cursor: pointer;
		min-width: 25px;
	}
	.MainPageCenterMenu {
		padding: 25px 10px !important;
		padding-right: 10px !important;
		min-width : 25px !important;
	}
	.firstOption {
		border: none;
	}
	#MainLogo {
		background-position: center;
	}
}
/*=================|/New Index CSS |====================================*/

/*======================| NovaBurger CSS |=========================*/
/*.menuIcon:before { content:'\2630'; color: #000000; } */
/*.menuIcon:hover { color: red; } */
#novaBurger {
  width: 18px;
  height: 18px;
  position: relative;
  /*margin: 50px auto;*/
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  /*
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  */
  cursor: pointer;
}

#novaBurger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 64%;
  background: #000000;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  /*
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  */
}

#novaBurger span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#novaBurger span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}

#novaBurger span:nth-child(1), #novaBurger span:nth-child(2) {
  top: 0px;
}

#novaBurger span:nth-child(3), #novaBurger span:nth-child(4) {
  top: 8px;
}

#novaBurger span:nth-child(5), #novaBurger span:nth-child(6) {
  top: 16px;
}

#novaBurger.open span:nth-child(1),#novaBurger.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#novaBurger.open span:nth-child(2),#novaBurger.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#novaBurger.open span:nth-child(1) {
  left: -1px;
  top: 4px;
}

#novaBurger.open span:nth-child(2) {
  left: calc(50% - 2px);
  top: 4px;
}

#novaBurger.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#novaBurger.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#novaBurger.open span:nth-child(5) {
  left: -1px;
  top: 12px;
}

#novaBurger.open span:nth-child(6) {
  left: calc(50% - 2px);
  top: 12px;
}
/*======================|/NovaBurger CSS |=========================*/
/*=======================| Security CSS |==========================*/
#LogCSS {
	width: 90vw;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
		}

#LogCSS input:-webkit-autofill,
#LogCSS input:-webkit-autofill:hover,
#LogCSS input:-webkit-autofill:focus,
#LogCSS input:-webkit-autofill:active {
	-webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
    -webkit-transition-delay: 9999s;
}

#LogCSS ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #cbbfbe;
    opacity: 1; /* Firefox */
}
#LogCSS :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #cbbfbe;
}
#LogCSS ::-ms-input-placeholder { /* Microsoft Edge */
    color: #cbbfbe;
}

/*Change text in autofill textbox*/
#LogCSS input:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
}

#LogCSS #Content {
	width: 100%;
    height: 100vh;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    padding-top: 21vh;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: rgba(0, 0, 0, 0.2);
		}
		
#LogCSS #LogMain {
	width:100%;
	height:100%;
	float:right;
	clear:none;
		}
		
#LogCSS #Logo {
	width:100%;
	height:88px;
	background-image: url(../files/gfx/SummitLogo.png);
	background-repeat: no-repeat;
	background-position: center center;
		}

#LogCSS #LogoTitle {
	width: 100%;
    color: #FFF;
    margin-left: 0px;
	margin-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    font-family: 'Neucha', cursive;
    font-family: 'Kaushan Script', cursive;
    font-family: 'Waiting for the Sunrise', cursive;
    font-family: 'Average Sans', sans-serif;
    font-family: 'Actor', sans-serif;
    font-family: 'Comfortaa', cursive;
    font-family: 'Hind', sans-serif;
    font-family: 'Nunito', sans-serif;
		}
		
#LogCSS #LogoBody {
	width:100%;
	height:280px;
	text-align:center;
		}

#LogCSS #MessageSpace {
	height: 30px;
    display: block;
    clear: both;
    margin-bottom: 0px;
    margin-top: 10px;
		}

#LogCSS #LoginSuccess { 
	background-color: #0c9d57;
    background-color: #0c9d576b;
    color: #FFF;
    font-size: 11px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    border: none;
    border-radius: 3px;
    width: 100%;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
	background-image: url(../files/gfx/infoSmallIcon.png);
	background-repeat: no-repeat;
    background-size: auto 15px;
    background-position: calc(100% - 10px);
		}
#LogCSS #LoginForbitten {
	background-color: #f54335;
    background-color: #f543356b;
    color: #FFF;
    font-size: 11px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    border: none;
    border-radius: 3px;
    width: 100%;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
	background-image: url(../files/gfx/infoSmallIcon.png);
	background-repeat: no-repeat;
    background-size: auto 15px;
    background-position: calc(100% - 10px);
		}
#LogCSS #LoginWrong { 
    background-color: #ff5721;
    background-color: #ff57216b;
    color: #FFF;
    font-size: 11px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    border: none;
    border-radius: 3px;
    width: 100%;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
	background-image: url(../files/gfx/infoSmallIcon.png);
	background-repeat: no-repeat;
    background-size: auto 15px;
    background-position: calc(100% - 10px);
		}
#LogCSS #LoginInsecure { 
	background-color: #f54335;
    background-color: #f543356b;
    color: #FFF;
    font-size: 11px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    border: none;
    border-radius: 3px;
    width: 100%;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
	background-image: url(../files/gfx/infoSmallIcon.png);
	background-repeat: no-repeat;
    background-size: auto 15px;
    background-position: calc(100% - 10px);
		}

#LogCSS input[type="text"], input[type="password"] {
	text-align: left;
	padding-left: 10px;
    width: 100%;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 20px;
	margin-top: 20px;
    height: 40px;
    display: block;
    font-size: 14px;
    line-height: 40px;
    outline: none;
    box-sizing: border-box;
    border-radius: 3px;
    border: none;
    background-color: #d0d0d0;
    background-color: rgba(0, 0, 0, 0.2) !important;
	background-repeat: no-repeat;
    background-size: auto 15px;
    background-position: calc(100% - 10px);
	color: #FFFFFF;
		}

#Unm {
	background-image: url(../files/gfx/userSmallIcon.png);
}
#Ups {
	background-image: url(../files/gfx/keySmallIcon.png);
}

#LogCSS input[type="text"]:focus, input[type="password"]:focus {
	background-color: rgba(0, 0, 0, 0.4) !important;
		}
		
#LogCSS .logButton {
	margin-top: 30px;
    clear: both;
    display: block;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 30px;
    height: 30px;
    line-height: 20px;
    vertical-align: middle;
    background-color: #eb9874;
    color: #FFF;
    text-align: center;
    border: none;
    outline: none;
    font-size: 14px;
		}
		
#LogCSS .logButton:focus {
	background-color:#3398db;
		}

#LogCSS .logButton:active {
	background-color:#3398db;
		}
		
#LogCSS #LogFooter {
	text-align:center;
	font-size: 11px;
	color: #e0dfdf;
		}
		
#LogCSS #LoadCounter {
	margin-left:auto; 
	margin-right:auto; 
	width:250px; 
	text-align:center; 
	font-size:12px; 
	margin-top:20px; 
	clear:both;
		}

#LogCSS a {
	color:#c7c7c7;
	text-decoration:none;
	outline:none;
		}

#LogCSS a:hover {
	color:#3398db;
		}

#LogCSS a:active, #LogCSS a:focus {
	color:#3398db;
		}
		
#LogCSS #MediumInfo {
	font-size:12px;
		}
		
#LogCSS #SmallInfo {
	margin-top:20px;
	font-size:10px;
	color:#666;
		}
/*=======================|/Security CSS |==========================*/