body {
	background:#333333;
	color: #FFF;
	padding:0em; 
	
}
#menu{ text-align:right; text-transform:uppercase;padding-top: 3.8em;}
#textinfo{/* Choose a rug design to customize colors, textures and construction. */font-family: "Open Sans";font-style: normal;font-weight:600;font-size: 24px;line-height: 100%;color: #F2F2F2;mix-blend-mode: normal;opacity: 100%; text-align:right; }
.limit1440{ max-width:1440px; margin-left:auto; margin-right:auto;}
.social{/* Facebook */font-family: "Open Sans";font-style: normal;font-weight: normal;font-size: 16px;line-height: 100%;color: #F2F2F2;mix-blend-mode: normal;opacity: 100%; }
#copyright{/* Copyright Exclusive Custom Rugs */font-family: "Open Sans";font-style: normal;font-weight: 600;font-size: 16px;line-height: 1.8em;color: #828282;mix-blend-mode: normal;opacity: 100%; text-align:center;}
.tip{text-align:center;}
.tip {
    border-bottom: 15px solid gray;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    height: 0;
    width: 0;
    margin-bottom: -3px;
    margin: 0px 0px 0px 0px;
	position:relative;
	margin-top:-15px;
}
.frame{ border:1px solid #d2d1d1;
background-color:white;  
-webkit-box-shadow: 0px 8px 6px -1px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 8px 6px -1px rgba(0,0,0,0.1);
box-shadow: 0px 8px 6px -1px rgba(0,0,0,0.1);}
.point1{ cursor: pointer; cursor: hand;}
.embed{max-width:1400px; padding-left:15px; padding-bottom:20px; padding-top:5px; position:relative;  display:none;
}
img {
    border: 1px solid #525050;
}
.hand_{ cursor: pointer; cursor: hand;}
.col {  padding: 0; text-align:left;  padding:0; padding-bottom:20px; text-align:left;}
.margin-nil {margin:0px 0px 0px 1%; padding:0;}
.title_page{
	/* FEATURED DESIGNS */font-family: "Open Sans";font-style: normal;font-weight: 600;font-size: 19px;line-height: 100%;color: #828282;mix-blend-mode: normal;opacity: 100%; padding: 0;    margin: 0;    padding-top: 28px;}
#footer_note{/* This is a mockup demo page. Check the integration possibilities page for more information. */font-family: "Open Sans";font-style: normal;font-weight: 400;font-size: 23px;line-height: 100%;mix-blend-mode: normal;opacity: 100%;}
.col.span_1_of_1 { MARGIN-RIGHT: 9PX; }

.text{
	font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.8em;
    color: #828282;
    mix-blend-mode: normal;
}
/* Menu CSS*/

.menu_head{ font-size:16px; font-weight:bold;}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

li {
    float: right;
}

li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 24px;
    text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
    background-color: #4F4F4F;
	color: #F7B239;

}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #4F4F4F;
    min-width: 158px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	    z-index: 999999999999;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.dropdown-content a:hover {background-color: #A36193}

.dropdown:hover .dropdown-content {
    display: block;
}