@font-face {
  font-family: "HelveticaNeueLTStd-MdCn";
  src: url("./fonts/HelveticaNeueLTStd-MdCn.eot"); /* IE9 Compat Modes */
  src: url("./fonts/HelveticaNeueLTStd-MdCn.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/HelveticaNeueLTStd-MdCn.otf") format("opentype"), /* Open Type Font */
    url("./fonts/HelveticaNeueLTStd-MdCn.svg") format("svg"), /* Legacy iOS */
    url("./fonts/HelveticaNeueLTStd-MdCn.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/HelveticaNeueLTStd-MdCn.woff") format("woff"), /* Modern Browsers */
    url("./fonts/HelveticaNeueLTStd-MdCn.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

html, body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

body {
	color: #6b6b6b;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
    font-weight: 400;
	-webkit-text-size-adjust: 100%;
}

div#wrapper {
	width: 100%;
	min-height: 100%;
	margin: 0;
	position: relative;
}

div#header {
	width: 100%;
	margin: 0 auto;
	background-color: #ff8800;
    position: relative;
}

div#header-wrapper {
    max-width: fit-content;
    min-height: 140px;
    margin: 0 auto;
    text-align: center;
}

div#header-wrapper div#logo,
div#header-wrapper div#logo-text {
	float: left;
}

div#header-wrapper div#logo {
	margin-top: 20px;
}

div#header-wrapper div#logo-text {
    margin: 34px 0 0 30px;
    color: #FFFFFF;
    font-family: "Helvetica", helvetica;
    font-weight: 600;
    font-size: 24px;
    margin-top: 50px;
}

div#navigtion {
    z-index: 9999;
}

div#menu {
    width: 100%;
    height: 38px;
    padding: 20px 0;
}

div#content {
    width: 100%;
    margin: 0 auto;
}

div#footer {
    background-color: #171c22;
    text-align: center;
    padding: 20px 0;
    color: #d1d1d1;
    font-size: 14px;
}

div#footer .copyright,
div#footer .moduletable {
    float: left;
    width: 50%;
    text-align: center;
}

div#footer i.fab.fa-facebook-f,
div#footer i.fab.fa-twitter,
div#footer i.fab.fa-instagram {
    color: #fff;
    padding: 5px;
    background-color:transparent;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
    margin-top: -5px;
}

div#footer i.fab.fa-facebook-f:hover,
div#footer i.fab.fa-twitter:hover,
div#footer i.fab.fa-instagram:hover {
    background-color: #ff8800;
}

/* Add */
div#adleft {
    position: absolute;
    left: 10%;
    top: 10px;
    z-index: 9;
}

div#adright {
    position: absolute;
    right: 2%;
    top: 2px;
    z-index: 9;
}

div#adright img {
    width: 100%;
}

/* Navigation */
div#MenBt {
	display: none;
}

/***** Main Menu ****/
/* ---------------------------------------
   Reset list items
--------------------------------------- */
div.moduletable_menu ul,
div.moduletable_menu ul li,
div.moduletable_menu ul li ul,
div.moduletable_menu ul li ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.moduletable_submenu {
	display: none;
}

/* ------------------------------
   Position the main and sub items
----------------------------------- */
#menu .moduletable_menu {
    text-align: center;
}

ul.nav.menu.mod-list {
    width: auto;
    display: inline-flex;
}

div.moduletable_menu ul li {
	width: auto;
	display: inline-block;
	list-style-type: none;
	margin-top: 3px;
	padding: 0 40px !important;
	line-height: 30px;
	-webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
    -ms-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear;
    border-bottom: 3px solid #fff;
}

div.moduletable_menu ul li.active,
div.moduletable_menu ul li:hover {
	border-bottom: 3px solid #ff8800;
}

div.moduletable_menu ul ul,
div.moduletable_menu ul li ul li {
	 width: 100%;
}

div.moduletable_menu ul li ul {
	position: absolute;
	z-index: 2;
	width: 180px;
}

div.moduletable_menu ul li a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #716D6D;
    font-weight: 500;
    font-size: 24px;
}

div.moduletable_menu ul li a:hover {
	text-decoration: none !important;
}


/* Content */
h1, h2, h3, h4, h5, h6 {
	color: #fff;
	font-family: "Helvetica Neue", sans-serif; 
	font-weight: normal;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 32px;
}

.mod-content.disclaimer h2 {
    font-size: 26px;
}

h1.home {
	font-size: 40px;
	text-align: center;
	color: #333;
	margin-bottom: 0;
}

div#content .mod-content h1,
div#content .mod-content h2 {
    color: #333;
}



.moduletablethree .mod-content h2 {
    color: #fff !important;
}

.moduletablefive .mod-content h2 {
    color: #fff !important;
    font-size: 40px;
}

p, #content li {
    margin: 0 0 1em;
    text-align: justify;
    font-size: 20px;
    line-height: 30px;
}

a {
 color: #ff8800;
 text-decoration: none;
}

a:hover {
 text-decoration: underline;
}

a:focus {
 border: 0;
 text-decoration: none;
 outline: none;
}

#content li {
	margin-bottom: 0.5em;
	padding-left: 10px;
}

ul {
    list-style: square;
}

ul.icon-list-items,
ul.icon-list-items {
    list-style: none outside none;
}

.clear {
	clear: both;
}

div.left {
    width: 35%;
    float: left;
    padding: 2% 5% 2% 10%;
}

div.right {
    width: 40%;
    float: right;
    padding: 2% 10% 2% 0;
}

div.mod-content {
    width: 60%;
    margin: 0 auto;
}

.moduletabletwo div.mod-content {
    width: 80%;
}

.mod-content.why {
    margin: 50px auto;
}

.background-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.6;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

i.fas.fa-check {
    color: #ff8800;
    margin-right: 10px;
}

/* Homepage */
/*Fix for Lightbox module */
div#thumbGrid {
    height: 400px !important;
}

.thumb-grid li.thumbWrapper {
    width: 49% !important;
    height: 200px !important;
    margin: 0.5% !important;
        border: 0 !important;
    background-color: #fff !important;
    box-shadow: none !important;
    padding-left: 0 !important;
}

.thumb_box {
    opacity: 0.7;
}

.thumb_box:hover,
.thumb-grid li:hover .thumb_box {
    opacity: 1 !important;
}

/* End fix */
div#slider {
    /*background-image: url(../../../images/content/slider.jpg);
    background-position: center -200px;
    background-size: cover;*/
    position: relative;
}

.fullscreen-bg {
    z-index: -1;
}

.fullscreen-bg video {
    width: 100%;
}

div#slider div.mod-content {
    z-index: 1;
    position: absolute;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    top: 0;
}

div#slider div.mod-content h1 {
    color: #ffffff;
    font-size: 4em;
    font-weight: 600;
    text-transform: capitalize;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    margin-bottom: 10px;
}

div#slider div.mod-content h2 {
    margin-bottom: 60px;
}

div#slider div.mod-content span#subhead {
    margin: 60px 0;
    display: block;
}

div#slider div.mod-content p {
    color: #ffffff;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    margin: 10px 0;
}

div.mod-content a {
    text-decoration: none;
}

div#quality {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

span.button-text {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    fill: #ffffff;
    color: #ffffff;
    background-color: #ff8800;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 40px 15px 40px;
    display: block;
    width: 350px;
    text-align: center;
    margin-top: 30px;
    transition: all .3s;
    margin: 0 auto;
}

span.button-text.tutorial {
    margin-top: 40px;
}

a.extend:hover {
	transform: scale(1.1);
}

a.extend:hover span.button-text {
	background-color: #2d3142;
	transform: scale(1.1);
}

.moduletableone div.mod-content {
    width: 100%;
}

ul.icon-list-items {
    margin-left: 0;
    padding-left: 0;
}

ul.icon-list-items li {
    line-height: 28px;
    text-transform: uppercase;
}

ul.icon-list-items li i.fas.fa-check {
    float: left;
    width: 5%;
}

ul.icon-list-items li span {
    float: left;
    width: 90%;
    margin-top: -8px;
    margin-bottom: 10px;
}

.moduletabletwo {
    background-color: #f2f3f9;
    padding-bottom: 40px;
}

.moduletabletwo span.intro {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
    display: block;
    padding-top: 80px;
}

.moduletabletwo .box {
    width: 32.2%;
    float: left;
    padding: 0.5%;
    position: relative;
}

.moduletabletwo .box-front,
.moduletabletwo .box-back {
    position: relative;
}

.moduletabletwo .box.one .box-front,
.moduletabletwo .box.one .box-back {
	background-image: url(../../../images/content/choose-pillow.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 280px;
}

.moduletabletwo .box.two .box-front,
.moduletabletwo .box.two .box-back {
	background-image: url(../../../images/content/upload-image.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 280px;
}

.moduletabletwo .box.three .box-front,
.moduletabletwo .box.three .box-back {
	background-image: url(../../../images/content/receive-pillow.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 280px;
}

.moduletabletwo .box-overlay {
    width: 60%;
    margin: 0 auto;
    padding-top: 60px;
    position: relative;
}

.moduletabletwo h3.title {
    color: #fff;
    text-align: center;
}

.moduletabletwo .inner .image {
    text-align: center;
}

.moduletabletwo .inner .image img {
    width: 30%;
}

.moduletabletwo .inner.front {
    opacity: 1;
    position: absolute;
    transition: all 1.5s;
}

.moduletabletwo .inner.back {
    opacity: 0;
    position: absolute;
    transition: all 1.5s;
}

.moduletabletwo .box.one .box-front:hover .inner.front,
.moduletabletwo .box.two .box-front:hover .inner.front,
.moduletabletwo .box.three .box-front:hover .inner.front {
	opacity: 0;
	position: absolute;
}

.moduletabletwo .box.one .box-front:hover .inner.back,
.moduletabletwo .box.two .box-front:hover .inner.back,
.moduletabletwo .box.three .box-front:hover .inner.back {
	opacity: 1;
	position: absolute;
}

.moduletabletwo .description {
    color: #fff;
    text-align: center;
}

.moduletablethree {
    background-image: url(../../../images/content/background-module.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding-bottom: 60px;
}

.moduletablethree p {
    margin-top: 0;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    font-size: 32px;
}

.moduletablethree div.mod-content {
	padding-top: 60px;
	position: relative;
	z-index: 1;
}

.moduletablethree div.mod-content span.button-text {
    margin: 30px auto 0;
}

.moduletablefour {
    padding-top: 30px;
    padding-bottom: 60px;
}

.moduletabletwo h2,
.moduletablefour h2,
h2.reviews {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 45px;
    font-weight: 600;
    text-align: center;
}

h2.reviews {
	color: #333;
	margin: 80px auto 0;
}

.moduletabletwo h2 {
	padding: 20px 0;
}

.moduletablefour p {
    margin-top: 0;
    font-size: 22px;
    text-align: center;
}

.moduletablefive {
    background-image: url(../../../images/layout/background-module1.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-bottom: 300px;
}

.moduletablefive h2 {
    margin-top: 0;
    color: #ffffff;
    font-size: 45px;
    font-weight: 600;
    text-align: center;
}

.moduletablefive p {
    color: #ffffff;
    text-align: center;
}

.moduletablefive div.mod-content {
    padding-top: 400px;
    position: relative;
    z-index: 1;
    width: 100%;
}

.customfive div#header-wrapper {
    position: absolute;
    padding: 0 2%;
    left: 5%;
    top: 65%;
    max-width: none;
}

.customfive div#header-wrapper div#logo-text {
    margin-top: 0;
}

.customfive div#header-wrapper div#logo img {
    max-width: 400px;
}

.customfive div#logo-bottom {
    margin: 34px 0 0 10px;
    color: #FFFFFF;
    font-family: "Helvetica", helvetica;
    font-weight: 600;
    font-size: 28px;
    margin: 0 auto;
    clear: both;
    text-align: center;
}

.moduletablefive div.mod-content span.button-text {
    margin: 30px auto 0;
}

p.cst {
    text-align: center;
    margin: 30px auto;
    color: #ff8800;
}

span.big {
    font-size: 32px;
}

/* Testimonials */
.mod-content.testimonial {
    padding-bottom: 60px;
    margin: 100px auto;
}

.mod-content.testimonial .box {
	position: relative;	
}

.mod-content.testimonial .box-image img {
    width: 100%;
}

.mod-content.testimonial .box-review {
    position: absolute;
    width: 80%;
    text-align: center;
    background: #f80;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    bottom: -20px;
    box-shadow: 4px 4px 8px #333;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

div#rev1over {
    position: absolute;
    top: -50%;
    transition: opacity 1s ease-in;
    opacity: 0;
    width: 100%;
    height: 0;
    z-index: 9;
}

div#rev1over img {
    width: 100%;
}

div#rev1 {
	position: relative;
}

div#rev1:hover div#rev1over {
    opacity: 1;
    height: auto;
}

div#rev2over {
    position: absolute;
    top: -50%;
    transition: opacity 1s ease-in;
    opacity: 0;
    width: 100%;
    height: 0;
    z-index: 9;
}

div#rev2over img {
    width: 100%;
}

div#rev2 {
	position: relative;
}

div#rev2:hover div#rev2over {
    opacity: 1;
    height: auto;
}

div#rev3over {
    position: absolute;
    top: -50%;
    transition: opacity 1s ease-in;
    opacity: 0;
    width: 100%;
    height: 0;
    z-index: 9;
}

div#rev3over img {
    width: 100%;
}

div#rev3 {
	position: relative;
}

div#rev3:hover div#rev3over {
    opacity: 1;
    height: auto;
}

/* Reviews */
section.inner.testimonial.pb30.signle-list {
    width: 50%;
    margin: 0 auto;
}

.span12.pb30 .span2 h3 {
    display: none;
}

.span12.pb30 .span2 h4 {
    color: #6b6b6b;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}

/* Contact */
.mod-content.contact {
    margin: 30px auto;
}

.mod-content.contact .right {
    padding: 2% 0;
    width: 50%;
}

.bfQuickMode input[type=text], .bfQuickMode textarea, .bfQuickMode select, .bfQuickMode .uneditable-input {
    max-width: 100%;
    width: 100%;
    padding: 5px;
    font-size: 16px;
    color: #9a9a9a;
    font-family: Roboto, Verdana;
    margin-bottom: 10px;
}

button#bfSubmitButton {
    margin: 0;
    border: 0;
    background: #f80;
    color: #fff;
    font-size: 16px;
    padding: 5px 10px;
}

/* Shop */
iframe#myIframe {
    width: 100%;
    border: 0;
}
