@charset "utf-8";
/* CSS Document */

/*LOGO & BRAND NAME*/

.logo{width:150px; height:64px;} /*Original size is 595px by 255px; 150px by 64px; 120px by 51px;*/

.rd-navbar-brand{background:none;} /*Header Logo Wrapper*/
.rd-navbar-panel{background:none;} /*Header Logo & Title Wrapper*/


/*HIDDEN STICKY HEADER MENU - SHOW ON SCROLL UP*/

.rd-navbar.rd-navbar--is-clone{background:#00AAED;}

.rd-navbar.rd-navbar--is-clone .rd-navbar-nav > li {border-radius:20px;margin-top:15px;}
.rd-navbar.rd-navbar--is-clone .rd-navbar-nav > li:hover {background:#7FD4F6;border-radius:20px;transition:1s;}
.rd-navbar.rd-navbar--is-clone .rd-navbar-nav > li > a:link {color:#FFF;font-size:14px;text-transform:uppercase;}
.rd-navbar.rd-navbar--is-clone .rd-navbar-nav > li > a:visited {color:#FFF;text-transform:uppercase;}
.rd-navbar.rd-navbar--is-clone .rd-navbar-nav > li > a:hover {color:#000;text-transform:uppercase;}
.rd-navbar.rd-navbar--is-clone .rd-navbar-nav > li > a:active {color:#000;text-transform:uppercase;}
.rd-navbar.rd-navbar--is-clone .rd-navbar-nav > li > ul.rd-navbar-dropdown{background:#00AAED;border-radius:8px;box-shadow:0 5px 5px rgba(0,0,0,0.1);}
.rd-navbar.rd-navbar--is-clone .rd-navbar-nav > li > ul.rd-navbar-dropdown > li > a:link{color:white; text-transform:none;border-radius:18px;}
.rd-navbar.rd-navbar--is-clone .rd-navbar-nav > li > ul.rd-navbar-dropdown > li > a:visited{color:white;}
.rd-navbar.rd-navbar--is-clone .rd-navbar-nav > li > ul.rd-navbar-dropdown > li > a:hover{background-color:#009CE4; border-radius:18px;transition:1s;}
.rd-navbar.rd-navbar--is-clone .rd-navbar-nav > li > ul.rd-navbar-dropdown > li > a:active{color:white;}

/*RIGHT SIDE SLIDING NAVIGATION BAR*/

.rd-navbar-toggle-outer{} /*Right Corner Hamburger Menu Wrapper*/
.rd-navbar ul.rd-navbar-nav {background-color:#00AAED;} /*Side Sliding Navigation Bar*/

/*Main Menu*/
.rd-navbar ul.rd-navbar-nav > li > a:link {color:#FFF;font-size:18px;text-transform:uppercase;transition:0.5s;}
.rd-navbar ul.rd-navbar-nav > li > a:visited {color:#FFF;text-transform:uppercase;transition:0.5s;}
.rd-navbar ul.rd-navbar-nav > li > a:hover {color:#000;text-transform:uppercase;background:#7FD4F6;transition:0.5s;}/*when the dropdown menu is actived*/
.rd-navbar ul.rd-navbar-nav > li > a:active {color:#000;text-transform:uppercase;transition:0.5s;}

/*Submenu Dropdown*/
.rd-navbar ul.rd-navbar-nav .rd-navbar-dropdown li a{border-radius:14px;text-indent: 8px;}
.rd-navbar ul.rd-navbar-nav .rd-navbar-dropdown a:link {color: #555;border-radius:14px!important;font-size:15px;padding-left:8px;padding-right:8px;transition:0.5s;} 
.rd-navbar ul.rd-navbar-nav .rd-navbar-dropdown a:visited {color:#555;border-radius:14px!important;padding-left:8px;padding-right:8px;transition:0.5s;} 
.rd-navbar ul.rd-navbar-nav .rd-navbar-dropdown a:hover {color:#000;background:green;border-radius:14px!important;padding-left:8px;padding-right:8px;transition:0.5s;} 
.rd-navbar ul.rd-navbar-nav .rd-navbar-dropdown a:active {color:#555;border-radius:14px!important;padding-left:8px;padding-right:8px;transition:0.5s;} 

.rd-navbar ul.rd-navbar-nav ul.rd-navbar-dropdown {background-color:#FFF;border-radius:14px;width:auto;min-width:200px;transition:0.5s;}
.rd-navbar ul.rd-navbar-nav ul.rd-navbar-dropdown:hover{}


/*SMALL DEVICES NAVIGATION BAR*/

/*Top Bar*/
.rd-navbar-fixed .rd-navbar-panel:before {background-color:#00AAED;}

/*Left Corner Hamburger Menu Wrapper*/
.rd-navbar-toggle {color:white;background-color:#00AAED;} 
.rd-navbar-fixed .rd-navbar-toggle >span{background-color:white;}/*The Icon Color*/
.rd-navbar-fixed .rd-navbar-toggle >span:before {background-color:white;}/*The Icon Color*/
.rd-navbar-fixed .rd-navbar-toggle >span:after {background-color:white;}/*The Icon Color*/

/*Left Sliding Menu Hover*/
.rd-navbar-fixed .rd-navbar-nav li:hover > a, .rd-navbar-fixed .rd-navbar-nav li:hover > a:hover, .rd-navbar-fixed .rd-navbar-nav li.focus > a, .rd-navbar-fixed .rd-navbar-nav li.focus > a:hover {color:black; background:#7FD4F6;}
.rd-navbar-fixed .rd-navbar-nav li.opened > a {color:red; background:#0098D4;} /*Submenu Dropdown - Active Menu Highlight*/ 


.rd-navbar ul.rd-navbar-nav .rd-navbar-dropdown a:link{}
.rd-navbar ul.rd-navbar-nav .rd-navbar-dropdown a:hover{color:black; background-color:#E6E6E6;border-radius:6px;}

.rd-navbar ul.rd-navbar-nav .rd-navbar-dropdown a:hover > .rd-navbar-submenu-toggle{color:white;}
.rd-navbar-fixed .rd-navbar-nav .rd-navbar-submenu-toggle::before {color:white;}
.rd-navbar-fixed .rd-navbar-nav .rd-navbar-submenu-toggle::after {color:white;}

.rd-navbar-fixed .rd-navbar-panel::before{background-color:#00AAED;}
.rd-navbar-fixed .rd-navbar-panel::after{background-color:#00AAED;}
.rd-navbar-fixed .rd-navbar-panel{background-color:#00AAED;}

#ui-to-top{bottom: 50px;background:rgba(11,144,218,1.00)} /*Flipper Blue > 0,169,236*/


/*HEADER*/

.nav-link {width:70%;height:auto;margin-right:auto;padding-top: 0px;transition:0.4s;}
.nav-link .breadcrumb {font-size:22px;font-weight:400;display:none;transition:0.4s; }
.nav-link:hover .breadcrumb {display:inline-block;}


.nav-link-active{color:#00AADE;transition:0.4s;}

@media (max-width:1199px) {
	.nav-link .breadcrumb {font-size:20px;font-weight:400;transition:0.4s;}
}
@media (max-width:991px) {
	.nav-link .breadcrumb {font-size:12px;width:80%;transition:0.4s;}
	}
@media (max-width:768px) {
	.nav-link {width:90%;padding-top:0;}
	.nav-link .breadcrumb {font-size:18px;transition:0.4s;}
	.rd-navbar-fixed .rd-navbar-panel::before{background-color:#00AAED;}
	.rd-navbar-fixed .rd-navbar-panel::after{background-color:#00AAED;}
	.rd-navbar-fixed .rd-navbar-panel{background-color:#00AAED;}
	.rd-navbar-brand{height:50px;min-width:150px;background-image:url(../images/logo-flipper-white-blu-spc.svg);background-repeat:no-repeat;background-position: center;background-size:125px auto;padding-left:100px;border:0px solid red;}
	.rd-navbar-fixed .rd-navbar-brand {text-align: center;}
	.rd-navbar-fixed .rd-navbar-brand img {height:50px;width:auto;margin-left:auto;margin-right:auto;opacity:0;display: block;border:0px orange solid;}
}


/*CAROUSEL*/
.carousel-title{border:1px red solid;display: block;transition:0.4s;}
.carousel-btn {background-color:#00AAED;border:1px #00AAED solid;transition:0.4s;}
.carousel-btn:hover{background-color:#0097E6;border:1px #0B90DA solid;transition:0.4s;}
.carousel-break-1{display:none;}
.carousel-break-2{display:none;}
.carousel-break-3{display:none;}

@media (max-width:1199px) {
.carousel-title{border:1px yellow solid;display: block;transition:0.4s;}
.carousel-caption{}
}
@media (max-width:991px) {
.carousel-title{border:1px orange solid;transition:0.4s;}
.carousel-break-1{display:inline-block;}
.carousel-break-2{display:inline-block;}
.carousel-break-3{display:inline-block;}
}
@media (max-width:768px) {
.carousel-btn {margin-top:30px!important;transition:0.4s;}
}

/*FOOTER*/

.page-footer {background:#00AAED;
			  background:-moz-linear-gradient(#00AAED, #159EEA);
			  background:-webkit-linear-gradient(#00AAED, #159EEA);
			  background:-webkit-gradient(linear, 0 0, 0 100%, from(#00AAED), to(#159EEA));
			  background:-o-linear-gradient(#00AAED, #159EEA);
			  background:linear-gradient(#00AAED, #159EEA);
			  padding-bottom: 0;
			 }

/*Footer Menu*/
.footer-navbar-bar {display:block;padding-top:40px;padding-bottom:20px;transition:0.4s;}
ul.list-inline-navbar-gap>li {margin-left:10px; margin-right:10px;margin-bottom:12px;transition:0.4s;border:0px solid red;}
ul.list-inline-navbar-gap>li>a:link{font-size:12px;color:#FFF;display:inline-block;border-radius:16px;text-decoration:none;text-transform:uppercase;padding-top:8px;padding-bottom:8px;padding-left:15px;padding-right:15px;margin-bottom:0px;transition:0.4s;}
ul.list-inline-navbar-gap>li>a:visited{color:#FFF;border-radius:16px;transition:0.4s;}
ul.list-inline-navbar-gap>li>a:hover{color:#000;background:#7FD4F6;border-radius:16px;transition:0.4s;}
ul.list-inline-navbar-gap>li>a:active{color:#000;border-radius:16px;transition:0.4s;}


/*Footer Icon*/
.footer-icon-bar {display:block;padding-top:20px;padding-bottom:50px;transition:0.4s;}
ul.list-inline-icon-gap>li {margin-left:8px;margin-right:8px;transition:0.4s;}
.icon-fp-blog,.icon-fp-facebook,.icon-fp-instagram,.icon-fp-google,.icon-fp-pinterest,.icon-fp-youtube {display:inline-block;width:45px;height:45px;opacity:0.5;transition:0.4s;}
.icon-fp-blog:hover,.icon-fp-facebook:hover,.icon-fp-instagram:hover,.icon-fp-google:hover,.icon-fp-pinterest:hover,.icon-fp-youtube:hover{opacity:1;}
.icon-fp-blog:active,.icon-fp-facebook:active,.icon-fp-instagram:active,.icon-fp-google:active,.icon-fp-pinterest:active,.icon-fp-youtube:active{opacity:0.8;}

/*Footer Copyright*/

.language-btn{width:14px;height:14px;transition:0.3s;}
.copyright-bar-wrapper {background:black;width:100%;height:auto;font-size:11px;display:block;transition:0.4s;border:0px solid red;}
.copyright-bar-wrapper .copyright-bar {width: 1200px; height:59px;display:block;margin-left:auto;margin-right:auto;transition:0.4s;}

/* Left & Right Columns */
.copyright-bar-wrapper .copyright-bar-cell-left {width:calc(100% - 190px);height:59px;display:inline-block;text-align:left;margin:0;padding:0;border:0px red solid;vertical-align:bottom;transition:0.4s;}
.copyright-bar-wrapper .copyright-bar-cell-right {width:180px;height:59px;display:inline-block;text-align:right; margin:0;padding:0;border:0px green solid;vertical-align: bottom;transition:0.4s;}

/* Link */
.copyright-bar-wrapper .copyright-bar-cell-left a:link {color:#FFF;text-decoration:none;padding:0;line-height:normal;transition:0.3s;}
.copyright-bar-wrapper .copyright-bar-cell-left a:visited {color:#FFF;text-decoration:none;line-height:normal;transition:0.3s;}
.copyright-bar-wrapper .copyright-bar-cell-left a:hover {color:#C4C4C4;text-decoration:none;line-height:normal;transition:0.3s;}
.copyright-bar-wrapper .copyright-bar-cell-left a:active {color:#C4C4C4;text-decoration:none;line-height:normal;transition:0.3s;}

.copyright-bar-wrapper .copyright-bar-cell-left a:hover > .language-btn{opacity:0.7;transition:0.3s;}

img.logo-orca-certified {width:180px;height:auto;float:right;margin-top:19px;} /* Innovations by ORCA */


@media (max-width:1199px) {
	.copyright-bar-wrapper .copyright-bar {width:970px;border:0px green solid;transition:0.4s;}
}
@media (max-width:991px) {
	.copyright-bar-wrapper .copyright-bar {width:750px;border:0px green solid;transition:0.4s;}
}

@media (max-width:768px) {

	.copyright-bar-wrapper .copyright-bar {width:90%;height:auto;border:0px green solid;transition:0.4s;}
	.copyright-bar-wrapper .copyright-bar-cell-left {width:100%;display:block;text-align:center;line-height:normal;padding-top:18px;border:0px solid red;transition:0.4s;}
	.copyright-bar-wrapper .copyright-bar-cell-left a{margin:0;}
	.copyright-bar-wrapper .copyright-bar-cell-right{width:100%;display:block;text-align:center;transition:0.4s;}
	img.logo-orca-certified {width:180px;height:auto;float:none;margin-top:12px;transition:0.4s;}
}
@media (max-width:560px) {
	ul.list-inline-navbar-gap>li {width:80%;transition:0.4s;border:0px solid red;}
	ul.list-inline-navbar-gap>li>a:link{width:100%;font-size:14px;border:0px solid red;text-decoration:none;transition:0.4s;}
	ul.list-inline-navbar-gap>li>a:visited{border:none;}
	ul.list-inline-navbar-gap>li>a:hover{border:none;}
	ul.list-inline-navbar-gap>li>a:active{border:none;}
	
	
	.icon-fp-blog,.icon-fp-facebook,.icon-fp-instagram,.icon-fp-google,.icon-fp-pinterest,.icon-fp-youtube {display:inline-block;width:35px;height:35px;opacity:0.5;transition:0.4s;}
}
@media (max-width:400px) {
		.icon-fp-blog,.icon-fp-facebook,.icon-fp-instagram,.icon-fp-google,.icon-fp-pinterest,.icon-fp-youtube {display:inline-block;width:30px;height:30px;opacity:0.5;transition:0.4s;}
}
/*HOMEPAGE*/

/*Revolution Storage*/
.mf-home-storage-wrapper{width:100%;height:auto;background-image:url(../images/mf-home-bg-1.jpg);background-repeat: no-repeat;background-position:center bottom;background-size:contain;background-color:white;display:block;position: relative;}
.mf-home-storage-content-wrapper{width:1200px;height:600px;margin:0 auto;text-align:left;display:block;}
.mf-home-storage-content-wrapper h3{font-size:40px;text-align:left;line-height:1.20;color:#646464;display:block;margin-top:120px;transition:0.4s;}
.mf-home-storage-content-wrapper p{font-size:22px;text-align:left;line-height:normal;font-weight:300;color:#646464;display:block;margin-bottom:40px;transition:0.4s;border:0px solid red;}
.mf-home-storage-content-wrapper .grey-line{width:120px;height:2px!important;background-color:#646464;margin-top:20px;margin-bottom:18px;opacity:0.5;display:block;transition:0.4s;}

a.mf-home-blue-btn{font-size:16px;width:auto;text-align:center;color:white;background-color:#00AAED;text-transform:uppercase;padding:10px 30px 10px 30px;border-radius:32px;font-weight:450;margin:0;transition:0.4s;}
a.mf-home-blue-btn:hover{color:white;text-decoration:none;background-color:#0097E6;transition:0.4s;}

@media (max-width:1199px) {
.mf-home-storage-content-wrapper{width:970px;height:480px;transition:0.4s;}
.mf-home-storage-content-wrapper h3{font-size:36px;margin-top:96px;transition:0.4s;}
.mf-home-storage-content-wrapper p{font-size:18px;margin-bottom:30px;transition:0.4s;}
.mf-home-storage-content-wrapper .grey-line{width:100px;margin-top:16px;margin-bottom:14px;transition:0.4s;}
	
a.mf-home-blue-btn{font-size:14px;transition:0.4s;}	
}
@media (max-width:991px) {
.mf-home-storage-wrapper{background-position:right;transition:0.4s;}
.mf-home-storage-content-wrapper{width:750px;height:370px;transition:0.4s;}
.mf-home-storage-content-wrapper h3{font-size:31px;margin-top:86px;transition:0.4s;}
.mf-home-storage-content-wrapper p{font-size:15px;margin-bottom:31px;transition:0.4s;}
}
@media (max-width:768px) {
.mf-home-storage-wrapper{background-image:url(../images/mf-home-mb-bg-1.jpg);background-repeat: no-repeat;background-position:right;background-size:contain;background-color:white;display:block;position: relative;transition:0.4s;}
.mf-home-storage-content-wrapper{width:90%;transition:0.4s;}
}
@media (max-width:560px) {
.mf-home-storage-wrapper{height:800px; background-image:url(../images/mf-home-mb-bg-1.jpg);background-repeat: no-repeat;background-position:center bottom;background-color:white;background-size:400px auto;display:block;position: relative;transition:0.4s;}
.mf-home-storage-content-wrapper {text-align:center;}
.mf-home-storage-content-wrapper h3{width:100%;font-size:28px;line-height:1.12;text-align: center; margin-bottom:20px;transition:0.4s;}
.mf-home-storage-content-wrapper p{text-align:center;transition:0.4s;}
.mf-home-storage-content-wrapper .grey-line{width:120px;height:2px!important;background-color:#646464;margin-top:20px;margin-bottom:18px;opacity:0.7;margin-left:auto;margin-right:auto;display:block;transition:0.4s;}
.mf-home-storage-content-wrapper a{margin:0 auto!important;transition:0.4s;}
}
@media (max-width:400px) {
.mf-home-storage-wrapper{height:680px;text-align:center;background-size:90% auto;transition:0.4s;}
.mf-home-storage-content-wrapper h3{width:100%;font-size:24px;transition:0.4s;}
.mf-home-storage-content-wrapper .x-break{display:none;transition:0.4s;}
}
@media (max-width:350px) {
.mf-home-storage-wrapper{height:620px;transition:0.4s;}
}

/*Easy to Use*/
.mf-home-easy-use-wrapper{width:100%;height:auto;background-image: url(../images/mf-home-bg-2.jpg);background-repeat:no-repeat;background-position:center;background-size:cover;background-color:white;position:relative;line-height:0; border:0px solid red;transition:0.4s;}
.mf-home-easy-use-wrapper video{width:100%;height:auto;transition:0.4s;}

.mf-home-easy-use-content-wrapper{width:1200px;height:auto;display:block;top:calc(50% - 160px);left:calc(50% - 600px);overflow:none;position:absolute;text-align:left;border:0px solid red;transition:0.4s;}
.mf-home-easy-use-content-wrapper h3{font-size:40px;text-align:left;line-height:1.20;color:#646464;display:block;transition:0.4s;}
.mf-home-easy-use-content-wrapper p{font-size:22px;text-align:left;line-height:normal;font-weight:300;color:#646464;display:block;margin-bottom:50px;transition:0.4s;border:0px solid red;}
.mf-home-easy-use-content-wrapper .grey-line{width:120px;height:2px!important;background-color:#646464;margin-top:20px;margin-bottom:16px;opacity:0.5;display:block;transition:0.4s;}


@media (max-width:1199px) {
.mf-home-easy-use-content-wrapper{width:970px;top:calc(50% - 130px);left:calc(50% - 485px);transition:0.4s;}	
.mf-home-easy-use-content-wrapper h3{font-size:36px;transition:0.4s;}
.mf-home-easy-use-content-wrapper p{font-size:18px;margin-bottom:40px;transition:0.4s;}
.mf-home-easy-use-content-wrapper .grey-line{width:100px;margin-top:16px;margin-bottom:14px;transition:0.4s;}
}
@media (max-width:991px) {
.mf-home-easy-use-content-wrapper{width:750px;top:calc(50% - 120px);left:calc(50% - 375px);transition:0.4s;}	
.mf-home-easy-use-content-wrapper h3{font-size:31px;transition:0.4s;}
.mf-home-easy-use-content-wrapper p{font-size:15px;margin-bottom:41px;transition:0.4s;}
.mf-home-easy-use-content-wrapper .grey-line{width:100px;transition:0.4s;}
}
@media (max-width:768px) {
.mf-home-easy-use-content-wrapper{width:90%;top:calc(50% - 110px);left:calc(50% - 45%);transition:0.4s;}
.mf-home-easy-use-content-wrapper h3{font-size:36px;transition:0.4s;}
}
@media (max-width:560px) {
.mf-home-easy-use-content-wrapper{width:90%;top:calc(50% - 40px);left:calc(50% - 45%);transition:0.4s;}
.mf-home-easy-use-content-wrapper h3{width:100%;font-size:6vw;line-height:1.12;margin-bottom:40px;transition:0.4s;}
.mf-home-easy-use-content-wrapper p{display:none;transition:0.4s;}
.mf-home-easy-use-content-wrapper .grey-line{display:none;transition:0.4s;}
a.mf-home-blue-btn{font-size:10px;transition:0.4s;}	
}
@media (max-width:400px) {
.mf-home-easy-use-content-wrapper{text-align: center;transition:0.4s;}
}


/*Homepage Icons*/
.mf-home-ql-icons{width:100%;height:auto; background-color:white;overflow:hidden;display:block;z-index:99;}
.mf-home-ql-icons-wrapper{width:1200px;height:auto;overflow:hidden;margin:0px auto;line-height:0;font-size:0;padding-top:68px;padding-bottom:100px;transition:0.4s;}
.mf-home-ql-icon-wrapper{width:25%;height:auto;overflow:hidden;display:inline-block;padding-top:16px;padding-bottom:16px;transition:0.4s;}
.mf-home-ql-icon-title{font-size:20px;line-height:normal;color:#646464;height:auto;display:inline-block;margin-top:20px;transition:0.4s;}
.mf-home-ql-icon-1 {background:url("http://www.myflipper.com/images/home-icon-usage.svg") no-repeat;border:none;width:180px;height:180px;display:block;margin:0 auto;transition:0.4s;}
.mf-home-ql-icon-2 {background:url("http://www.myflipper.com/images/home-icon-idea.svg") no-repeat;border:none;width:180px;height:180px;display:block;margin:0 auto;transition:0.4s;}
.mf-home-ql-icon-3 {background:url("http://www.myflipper.com/images/home-icon-smiley.svg") no-repeat;border:none;width:180px;height:180px;display:block;margin:0 auto;transition:0.4s;}
.mf-home-ql-icon-4 {background:url("http://www.myflipper.com/images/home-icon-map.svg") no-repeat;border:none;width:180px;height:180px;display:block;margin:0 auto;transition:0.4s;}

.mf-home-ql-icons-wrapper a:hover .mf-home-ql-icon-wrapper{background-color:#FDFDFD;transition:0.4s;}


/*Testimonials*/
.mf-home-reviews-outer-wrapper{
	height:600px!important;
	max-height:600px;
	background-color:#021520;
	background-color:-webkit-linear-gradient(white,#021520,#021520);
	background-color: -o-linear-gradient(white,#021520,#021520);
	background-color: linear-gradient(white,#021520,#021520);
	transition:0.4s;
}
.mf-home-reviews-inner-wrapper{height:600px!important; max-height:600px;transition:0.4s;}
.mf-home-reviews-content-wrapper{color:white;width:1200px;height:100%;margin:0 auto 0 auto;padding-top:135px;padding-bottom:58px;border:0px red solid;transition:0.4s;}

.mf-home-reviews-outer-wrapper-x{
	height:auto;
	padding:160px 0;
	border:0px yellow solid;
	background-color:#021520;
	background-color:-webkit-linear-gradient(white,#021520,#021520);
	background-color: -o-linear-gradient(white,#021520,#021520);
	background-color: linear-gradient(white,#021520,#021520);
	transition:0.4s;
}
.mf-home-reviews-inner-wrapper-x{height:auto;padding:160px 0;border:0px yellow solid;transition:0.4s;}
.mf-home-reviews-content-wrapper-x{color:white;width:1200px;height:100%;margin:0 auto 0 auto;padding-top:0;padding-bottom:0;border:0px red solid;transition:0.4s;}

blockquote {color:white;font-size:19px;line-height:1.5;text-align:center;padding:24px 60px 24px 60px;text-indent:0;font-weight:300;margin:0 auto;border:0px yellow solid;position:relative;transition:0.4s;}

blockquote:before,blockquote:after {position:absolute;width:34px;height:34px;content:".";font-size:0;}

blockquote:before {background-image:url('../images/blockquote-open.svg');background-repeat:no-repeat;background-position:center;background-size:contain;top:0;left:0;}
blockquote:after {background-image:url('../images/blockquote-close.svg');background-repeat:no-repeat;background-position:center;background-size:contain;bottom:0;right:0;}

blockquote h3{font-size:36px;color:white;text-align:center;display:block;line-height:1.3;transition:0.4s;}
blockquote .white-line {height:2px!important;width:120px;margin:22px auto;background-color:white;opacity:0.5;display:block;transition:0.4s;}
blockquote .author {display:block;text-align:right;font-size:18px;padding:4px;margin-top:16px;color:#B8C3C9;font-style:italic;transition:0.4s;}

@media (max-width:1199px) {
.mf-home-ql-icon-title{font-size:16px;transition:0.4s;}
.mf-home-ql-icons-wrapper{width:970px;transition:0.4s;}
.mf-home-ql-icon-1,.mf-home-ql-icon-2,.mf-home-ql-icon-3,.mf-home-ql-icon-4 {width:144px;height:144px;margin:0 auto;border:0px red solid;transition:0.4s;}
	
.mf-home-reviews-content-wrapper{width:970px;height:100%;transition:0.4s;}
.mf-home-reviews-content-wrapper-x{width:970px;height:100%;transition:0.4s;}
blockquote h3{font-size:32px;transition:0.4s;}
blockquote .white-line {width:100px;margin:20px auto;transition:0.4s;}
blockquote{font-size:16.5px;line-height:1.5;transition:0.4s;}
}
@media (max-width:991px) {
.mf-home-ql-icons-wrapper{width:750px;transition:0.4s;}
.mf-home-ql-icon-wrapper{width:50%;transition:0.4s;}
	
.mf-home-reviews-content-wrapper{width:750px;height:100%;transition:0.4s;}
.mf-home-reviews-content-wrapper-x{width:750px;height:100%;transition:0.4s;}
blockquote h3{font-size:30px;transition:0.4s;}
blockquote{font-size:15px;transition:0.4s;}
}
@media (max-width:768px) {
.mf-home-ql-icons-wrapper{width:100%;transition:0.4s;}
.mf-home-ql-icon-wrapper{width:90%;transition:0.4s;}

.mf-home-reviews-content-wrapper{width:90%;height:100%;padding-top:120px;border:0px orange solid;transition:0.4s;}
.mf-home-reviews-content-wrapper-x{width:90%;height:100%;border:0px orange solid;transition:0.4s;}

.x-line-break{display:none;transition:0.4s;}
}
@media (max-width:560px) {
.mf-home-reviews-content-wrapper{width:90%;height:100%;padding-top:20px;border:0px yellow solid;transition:0.4s;}
}
@media (max-width:400px) {
blockquote {padding:50px 5px;}
blockquote h3{font-size:22px;transition:0.4s;}
.mf-home-reviews-inner-wrapper{height:2000px!important; max-height:2000px;transition:0.4s;}
.mf-home-reviews-content-wrapper{border:0px pink solid;}
}
@media (max-width:350px) {
.mf-home-reviews-content-wrapper{border:0px purple solid;}
}

/*DESIGNS PAGE*/

.designs-intro-wrapper{text-align:center;transition:0.4s;}
.designs-intro-wrapper h3{font-size:40px;color:#00AAED;text-align:center;display:block;line-height:1.2;margin:0 auto;border:0px solid red;transition:0.4s;}
.designs-intro-grey-line {width:120px;height:2px;background-color:#646464;opacity:0.5;margin:20px auto 18px auto;transition:0.4s;}
.designs-intro-wrapper p{font-size:22px;color:#646464;text-align:center;font-weight:300;display:block;margin:0 auto 0 auto;border:0px solid red;width:480px;transition:0.4s;}

.designs-thumbnails-wrapper{width:1200px;margin:0 auto;border:0px red solid;text-align:left;padding-left:0;padding-right:0;padding-top: 80px;padding-bottom: 80px;line-height:0; transition:0.4s;}
.designs-thumbnails-wrapper>a{padding:0;margin:0;line-height:0;border:0;font-size:0;}
.designs-thumbnails {width:25%; height:375px;background-repeat:no-repeat;background-size:cover;background-position:center;display:inline-block;position: relative; margin:0;padding:0;transition:0.4s;}
.designs-thumbnails-captions {width:100%;height:100%; background-color:rgba(0,170,237,0);opacity:0;position: absolute;transition:0.4s;}
.designs-thumbnails-captions:hover {background-color:rgba(0,170,237,1);opacity:1;transition:0.4s;}
.designs-thumbnails-captions-inner {width:100%;height:100%;display:block;vertical-align:middle;border:0px solid red;}

@media (max-width:1199px) {
.designs-intro-wrapper h3{font-size:36px;transition:0.4s;}
.designs-intro-grey-line{width:100px;margin:16px auto 14px auto;transition:0.4s;}
.designs-intro-wrapper p{font-size:18px;transition:0.4s;}
	
.designs-thumbnails-wrapper{width:970px;transition:0.4s;}
.designs-thumbnails {width:25%; height:303px;transition:0.4s;}
}
@media (max-width:991px) {
.designs-intro-wrapper h3{font-size:32px;transition:0.4s;}
.designs-intro-grey-line{width:80px;transition:0.4s;}
.designs-intro-wrapper p{font-size:16px;transition:0.4s;}
.designs-thumbnails-wrapper{width:750px;transition:0.4s;}
.designs-thumbnails {width:33.33333333333333%; height:313px;transition:0.4s;}
}
@media (max-width:768px) {
.designs-intro-wrapper h3{width:90%;transition:0.4s;}
.designs-intro-wrapper p{width:90%;transition:0.4s;}
.designs-thumbnails-wrapper{width:90%;transition:0.4s;}
.designs-thumbnails {width:50%; height:375px;transition:0.4s;}
}
@media (max-width:560px){
.designs-intro-wrapper h3{width:90%;line-height:42px;transition:0.4s;}
.designs-intro-wrapper p{width:90%;transition:0.4s;}	
.designs-thumbnails-wrapper{width:90%;transition:0.4s;}
.designs-thumbnails {width:100%; height:450px;transition:0.4s;}
	
}

/* Design Individual Page*/

.designs-tbn-logo-basic{background-image:url(../images/product-logo-basic-white.svg);background-position:center;background-repeat:no-repeat;background-size:50% auto;}
.designs-tbn-logo-toothfairy{background-image:url(../images/product-logo-toothfairy-white.svg);background-position:center;background-repeat:no-repeat;background-size:80% auto;}
.designs-tbn-logo-fun-animal{background-image:url(../images/product-logo-fun-animal-white.svg);background-position:center;background-repeat:no-repeat;background-size:80% auto;}
.designs-tbn-logo-splash{background-image:url(../images/product-logo-splash-white.svg);background-position:center;background-repeat:no-repeat;background-size:60% auto;}
.designs-tbn-logo-onolulu{background-image:url(../images/product-logo-onolulu-white.svg);background-position:center;background-repeat:no-repeat;background-size:60% auto;}
.designs-tbn-logo-owl{background-image:url(../images/product-logo-owl-white.svg);background-position:center;background-repeat:no-repeat;background-size:50% auto;}
.designs-tbn-logo-tee{background-image:url(../images/product-logo-tee-white.svg);background-position:center;background-repeat:no-repeat;background-size:40% auto;}
.designs-tbn-logo-mira{background-image:url(../images/product-logo-mira-white.svg);background-position:center;background-repeat:no-repeat;background-size:50% auto;}
.designs-tbn-logo-hello-kitty{background-image:url(../images/product-logo-hello-kitty-white.svg);background-position:center;background-repeat:no-repeat;background-size:80% auto;}
.designs-tbn-logo-hk-everyday{background-image:url(../images/product-logo-hello-kitty-everyday-white.svg);background-position:center;background-repeat:no-repeat;background-size:85% auto;}
.designs-tbn-logo-starwars{background-image:url(../images/product-logo-starwars-white.svg);background-position:center;background-repeat:no-repeat;background-size:65% auto;}
.designs-tbn-logo-pororo{background-image:url(../images/product-logo-pororo-white.svg);background-position:center;background-repeat:no-repeat;background-size:70% auto;}
.designs-tbn-logo-mypuppy{background-image:url(../images/product-logo-mypuppy-white.svg);background-position:center 45%;background-repeat:no-repeat;background-size:65% auto;}
.designs-tbn-logo-mizo{background-image:url(../images/product-logo-mizo-white.svg);background-position:center;background-repeat:no-repeat;background-size:55% auto;}


.designs-logo{width:100%; display: inline-block;text-align: center;padding-top: 80px; padding-bottom: 10px;}
.designs-logo-basic {width:200px;height:auto;}
.designs-logo-fun-animal {width:360px;height:auto;}
.designs-logo-hello-kitty {width:380px;height:auto;transition:0.4s;}
.designs-logo-hello-kitty-everyday {width:380px;height:auto;transition:0.4s;}
.designs-logo-onolulu {width:260px;height:auto;}
.designs-logo-owl {width:180px;height:auto;}
.designs-logo-splash {width:240px;height:auto;transition:0.4s;}
.designs-logo-starwars {width:240px;height:auto;}
.designs-logo-tee {width:160px;height:auto;}
.designs-logo-toothfairy {width:340px;height:auto;}
.designs-logo-mira {width:210px;height:auto;}
.designs-logo-mypuppy {width:250px;height:auto;}
.designs-logo-pororo {width:240px;height:auto;}
.designs-logo-mizo {width:200px;height:auto;}

.designs-hdimg{background-size:cover;background-position:center;background-repeat:no-repeat;height:100vh;}
.designs-hdimg-basic-1{background-image:url(../images/mf-designs-hdimg-basic-1.jpg);}
.designs-hdimg-hello-kitty-1{background-image:url(../images/mf-designs-hdimg-hello-kitty-1.jpg);}
.designs-hdimg-hk-everyday-1{background-image:url(../images/mf-designs-hdimg-hk-everyday-1.jpg);}
.designs-hdimg-fun-animal-1{background-image:url(../images/mf-designs-hdimg-fun-animal-1.jpg);}
.designs-hdimg-onolulu-1{background-image:url(../images/mf-designs-hdimg-onolulu-1.jpg);}
.designs-hdimg-owl-1{background-image:url(../images/mf-designs-hdimg-owl-1.jpg);}
.designs-hdimg-splash-1{background-image:url(../images/mf-designs-hdimg-splash-1.jpg);}
.designs-hdimg-starwars-1{background-image:url(../images/mf-designs-hdimg-starwars-1.jpg);}
.designs-hdimg-tee-1{background-image:url(../images/mf-designs-hdimg-tee-1.jpg);}
.designs-hdimg-toothfairy-1{background-image:url(../images/mf-designs-hdimg-toothfairy-1.jpg);}
.designs-hdimg-mira-1{background-image:url(../images/mf-designs-hdimg-mira-1.jpg);}
.designs-hdimg-mypuppy-1{background-image:url(../images/mf-designs-hdimg-mypuppy-1.jpg);}
.designs-hdimg-pororo-1{background-image:url(../images/mf-designs-hdimg-pororo-1.jpg);}
.designs-hdimg-mizo-1{background-image:url(../images/mf-designs-hdimg-mizo-1.jpg);}

.designs-description{width:680px;margin-top:30px; margin-bottom:50px;transition:0.4s;}
.designs-img-wrapper {display:block;width:1200px;margin:0 auto;border:0px solid red;transition:0.4s;}
.designs-img-indv-270 {width:270px;height:auto;display:block;background-position: center;margin:0 auto;transition:0.4s;border:0px green solid;}
.designs-img-indv-300 {width:300px;height:auto;display:block;background-position: center;margin:0 auto;transition:0.4s;} /*Wrapper 1200px*/
.designs-img-indv-370 {width:370px;height:auto;display:block;background-position: center;margin:0 auto;transition:0.4s;}
.designs-col-3 {display: inline-block; text-align: center;width:33.33333333333333%;height: auto;border:0px solid red;margin-bottom:60px;transition:0.4s;}
.designs-col-3-landscape {display: inline-block; text-align: center;width:33.33333333333333%;height: auto;border:0px solid red;margin-bottom:60px;transition:0.4s;}
.designs-col-4 {display: inline-block; text-align: center;width:25%;height:auto;border:0px solid red;margin-bottom:60px;transition:0.4s;}
.designs-col-center {text-align:center;transition:0.4s;}
.designs-col-shadow {display: none;}

.designs-benefits {background: url(../images/mf-designs-bg-1.jpg) center;background-repeat: no-repeat;background-size:cover;background-color:#2599CC;transition:0.4s;}
.designs-benefits-rzc {background: url(../images/mf-designs-rzc-bg-1.jpg) center;background-repeat: no-repeat;background-size:cover;background-color:#2599CC;transition:0.4s;}
.designs-benefits-wrapper {width:1200px;margin:0 auto;border:0px red solid;text-align:center;padding-top: 80px;padding-bottom: 80px;transition:0.4s;}
.designs-benefits-title {font-size:21px;font-weight: 400;transition: 0.4s ;}
.designs-benefits-line {width:50%!important;height:1px!important; background-color:aliceblue;display:block;margin:10px auto 0 auto;opacity: 0.5;transition:0.4s;}
.designs-benefits-icons {width:110px; height:110px;display: block;margin:20px auto 20px auto;transition:0.4s;}
.designs-benefits-icons-wrapper {width:33%;text-align:center;color:white;border:0 pink solid;display:inline-block;padding-top: 30px;padding-bottom: 30px;transition: 0.4s;vertical-align: top;}
.designs-benefits-icons-wrapper:hover {background-color:rgba(255,255,255,0.1);transition:0.4s;}

.img-thumbnails-wrapper {padding:0;}
.img-thumbnails {width:25%; height:calc(32vw);background-repeat:no-repeat;background-size:cover;background-position:center;display:inline-block;position:relative; margin:0;padding:0;transition:0.4s;}
.img-thumbnails-home {width:25%; height:calc(22vw);}
.img-captions {width:100%;height:100%; background-color:rgba(0,170,237,0);opacity:0;position: absolute;transition:0.4s;}
.img-captions:hover {background-color:rgba(255,255,255,0.2);opacity:1;transition:0.4s;}
.img-captions-inner {width:100%;height:auto;display:block;vertical-align:middle;}
.img-captions-inner h5{color:white;display:block;text-align:center;font-weight:400;margin-top:50%;margin-bottom:20px;visibility:hidden;}
.img-captions-inner p{color:white;display:block;text-align:center;width:65%;line-height:normal;margin-left:auto;margin-right:auto;visibility:hidden;}

.padding-bottom-60px {padding-bottom:60px;}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: dodgerblue;
}
.thumbnail:hover .caption {
  bottom: 0;
  background-color: dodgerblue;
  color: white;
}


@media (max-width:1199px) {
	.designs-img-wrapper {width:970px;transition:0.4s;}
	.designs-img-indv-270 {width:216px;height:auto;display:block;background-position: center;margin:0 auto;border:0px green solid;transition:0.4s;}
	.designs-img-indv-270 img{width:216px;height:auto;transition:0.4s;}
	.designs-img-indv-300 {width:240px;height:auto;display:block;background-position: center;margin:0 auto;transition:0.4s;} /*Wrapper 1200px*/
	.designs-img-indv-300 img{width:240px;height:auto;transition:0.4s;}
	.designs-img-indv-370 {width:296px;height:auto;display:block;background-position: center;margin:0 auto;transition:0.4s;}
	.designs-img-indv-370 img{width:296px;height:auto;transition:0.4s;}
	
	.designs-benefits-wrapper {width:970px;padding-top:65px;padding-bottom:65px;transition:0.4s;}
	.designs-benefits-title {font-size:17px;font-weight:400;transition:0.4s;}
	.designs-benefits-icons {width:90px;height:90px;margin:16px auto 16px auto;transition:0.4s;}
	.designs-benefits-icons-wrapper {font-size:12px;padding-top:24px;padding-bottom:24px;vertical-align:top;transition:0.4s;}

}/*reduce 80%*/
@media (max-width:991px) {
	.designs-img-wrapper {width:750px;transition:0.4s;}
	.designs-col-3-landscape {width:50%;transition:0.4s;}
	.designs-col-4 {width:50%;transition:0.4s;}
	.designs-img-indv-270 {width:216px;height:auto;display:block;background-position: center;margin:0 auto;border:0px green solid;transition:0.4s;}
	.designs-img-indv-270 img{width:216px;height:auto;transition:0.4s;}
	.designs-img-indv-300 {width:230px;height:auto;display:block;background-position: center;margin:0 auto;transition:0.4s;} /*Wrapper 1200px*/
	.designs-img-indv-300 img{width:230px;height:auto;transition:0.4s;}
	.designs-img-indv-370 {width:285px;height:auto;display:block;background-position: center;margin:0 auto;transition:0.4s;}
	.designs-img-indv-370 img{width:285px;height:auto;transition:0.4s;}	
	
	.designs-benefits-wrapper {width:750px;padding-top:65px;padding-bottom:65px;transition:0.4s;}
	.designs-benefits-title {font-size:21px;font-weight:400;transition:0.4s;}
	.designs-benefits-icons {width:90px;height:90px;margin:16px auto 16px auto;transition:0.4s;}
	.designs-benefits-icons-wrapper {width:49%;font-size:14px;padding-top:24px;padding-bottom:24px;vertical-align: top;transition:0.4s;}
	
	.img-thumbnails {width:50%; height:calc(63vw);transition:0.4s;}
	.img-thumbnails-home {width:50%; height:calc(44vw);}
}/*reduce 77%*/

@media (max-width:768px) {
	.designs-hdimg{background-size:cover;background-position:center;background-repeat:no-repeat;height:100vh;}
	.designs-hdimg-basic-1{background-image:url(../images/mf-designs-hdimg-mb-basic-1.jpg);}
	.designs-hdimg-hello-kitty-1{background-image:url(../images/mf-designs-hdimg-mb-hello-kitty-1.jpg);}
	.designs-hdimg-hk-everyday-1{background-image:url(../images/mf-designs-hdimg-mb-hk-everyday-1.jpg);}
	.designs-hdimg-fun-animal-1{background-image:url(../images/mf-designs-hdimg-mb-fun-animal-1.jpg);}
	.designs-hdimg-onolulu-1{background-image:url(../images/mf-designs-hdimg-mb-onolulu-1.jpg);}
	.designs-hdimg-owl-1{background-image:url(../images/mf-designs-hdimg-mb-owl-1.jpg);}
	.designs-hdimg-splash-1{background-image:url(../images/mf-designs-hdimg-mb-splash-1.jpg);}
	.designs-hdimg-starwars-1{background-image:url(../images/mf-designs-hdimg-mb-starwars-1.jpg);}
	.designs-hdimg-tee-1{background-image:url(../images/mf-designs-hdimg-mb-tee-1.jpg);}
	.designs-hdimg-toothfairy-1{background-image:url(../images/mf-designs-hdimg-mb-toothfairy-1.jpg);}
	.designs-hdimg-mira-1{background-image:url(../images/mf-designs-hdimg-mb-mira-1.jpg);}
	.designs-hdimg-mypuppy-1{background-image:url(../images/mf-designs-hdimg-mb-mypuppy-1.jpg);}
	.designs-hdimg-pororo-1{background-image:url(../images/mf-designs-hdimg-mb-pororo-1.jpg);}
	.designs-hdimg-mizo-1{background-image:url(../images/mf-designs-hdimg-mb-mizo-1.jpg);}
	
	.designs-img-wrapper {width:100%;border:0px solid red;}
	.designs-img-indv-270 {width:270px;height:auto;display:block;background-position: center;margin:0 auto;border:0px green solid;transition:0.4s;}
	.designs-img-indv-270 img{width:270px;height:auto;transition:0.4s;}
	.designs-img-indv-300 {width:300px;height:auto;display:block;background-position: center;margin:0 auto;transition:0.4s;} /*Wrapper 1200px*/
	.designs-img-indv-300 img{width:300px;height:auto;transition:0.4s;}
	.designs-img-indv-370 {max-width:370px;width:90%;height:auto;display:block;background-position: center;margin:0 auto;transition:0.4s;}
	.designs-img-indv-370 img{max-width:370px;width:90%;height:auto;transition:0.4s;}
	.designs-col-3 {display:block;text-align:center;width:100%;height:auto;border:0px solid red;margin-bottom:60px;transition:0.4s;}
	.designs-col-4 {display:block;text-align:center;width:100%;height:auto;border:0px solid red;margin-bottom:60px;transition:0.4s;}
	.designs-col-3-landscape {display:block;text-align:center;width:100%;height:auto;border:0px solid red;margin-bottom:60px;transition:0.4s;}
	
	.designs-benefits-wrapper {max-width:500px;width:100%;padding-top:65px;padding-bottom:65px;transition:0.4s;}
	.designs-benefits-title {font-size:22px;font-weight:400;transition:0.4s;}
	.designs-benefits-icons {width:90px;height:90px;margin:16px auto 16px auto;transition:0.4s;}
	.designs-benefits-icons-wrapper {width:90%;font-size:16px;padding-top:24px;padding-bottom:24px;vertical-align: top;transition:0.4s;}
	
	.img-thumbnails {width:100%;height:512px;background-position:center;}
	.img-thumbnails-home {width:100%; height:450px;}
	.designs-description{width:80%;margin-top:25px; margin-bottom:40px;transition:0.4s;}
	.designs-col-shadow {display:inline-block;}
	
	.designs-logo-hello-kitty {max-width:380px;width:90%;transition:0.4s;}
	.designs-logo-hello-kitty-everyday {max-width:380px;width:90%;height:auto;transition:0.4s;}
	.designs-logo-splash {max-width:280px;width:90%;height:auto;transition:0.4s;}
}/*reduce 77%*/


/*IDEA*/

/*We’re Changing the Game in Toothbrush Storage*/
.idea-changing-bg-1{height:56.25vw;min-height:1080px;background-image: url(../images/mf-idea-changing-bg-2.png);background-position:center bottom;background-repeat:no-repeat;background-size:1000px 423px;text-align:center;border:0px dashed red;display:block;transition:0.4s;}
.mf-idea-changing-content-wrapper {width:1200px;height:auto;overflow:hidden;margin:0 auto;top:calc(40% - 120px);left:calc(50% - 600px);border:0px red solid;display:block;position: absolute;transition:0.4s;}
.mf-idea-changing-content-wrapper h3{font-size:46px;color:white;line-height:1.20;transition:0.4s;}
.mf-idea-changing-content-wrapper p{font-size:22px;color:white;font-weight:300;width:640px;margin:0 auto 0 auto;transition:0.4s;}
.mf-idea-changing-content-wrapper .white-line{width:120px;height:2px!important;overflow:hidden;background-color:white;opacity:0.6;margin:20px auto 16px auto;transition:0.4s;}

@media (max-width:1199px) {
	.idea-changing-bg-1{height:76vw;min-height:800px;background-size:800px 338px;transition:0.4s;}
	.mf-idea-changing-content-wrapper {width:970px;top:calc(40% - 120px);left:calc(50% - 485px);height:auto;transition:0.4s;}
	.mf-idea-changing-content-wrapper h3{color:white;font-size:38px;transition:0.4s;}
	.mf-idea-changing-content-wrapper p{font-size:18px;width:520px;transition:0.4s;}
	.mf-idea-changing-content-wrapper .white-line{width:100px;margin:20px auto 15px auto;transition:0.4s;}
}
@media (max-width:991px) {
	.idea-changing-bg-1{height:70vw;min-height:690px;background-size:656px 277px;transition:0.4s;}
	.mf-idea-changing-content-wrapper {width:750px;top:calc(40% - 120px);left:calc(50% - 375px);height:auto;transition:0.4s;}
	.mf-idea-changing-content-wrapper h3{color:white;font-size:35px;transition:0.4s;}
	.mf-idea-changing-content-wrapper p{font-size:16px;width:418px;transition:0.4s;}
	.mf-idea-changing-content-wrapper .white-line{width:80px;margin:17px auto 15px auto;transition:0.4s;}
}
@media (max-width:768px) {
	.idea-changing-bg-1{height:80vw;min-height:580px; background-size:580px auto;transition:0.4s;}
	.mf-idea-changing-content-wrapper {width:90%;height:auto;margin:0 auto;position:static;transition:0.4s;}
	.mf-idea-changing-content-wrapper h3{color:white;font-size:35px;margin-top:16vw;line-height:1.2;transition:0.4s;}
	.mf-idea-changing-content-wrapper p{font-size:16px;width:418px;transition:0.4s;}
}
@media (max-width:560px) {
	.idea-changing-bg-1{height:80vw;min-height:580px; background-size:580px auto;transition:0.4s;}
	.mf-idea-changing-content-wrapper h3{color:white;font-size:30px;line-height:1;transition:0.4s;}
	.mf-idea-changing-content-wrapper p{width:90%;transition:0.4s;}
	.mf-idea-changing-content-wrapper .x-break{display:none;}
}

/*How Do You Store Your Toothbrush?*/

.idea-how-1 {width:1200px;display:block;margin:0 auto;text-align:center;overflow:auto;border:0px red solid;padding-top:80px;padding-bottom:80px;transition:0.4s;}
.idea-how-1 h3{font-size:40px;display:block;text-align:center;line-height:1.20;color:#00AAED;transition:0.4s;}
.idea-how-1 p{font-size:22px;display:block;text-align:center;color:#646464;width:410px;font-weight:300;margin:0 auto 0 auto;transition:0.4s;}
.idea-how-1 a{width:30px;height:30px;background-size:100%; background-position:center;background-repeat:no-repeat;background-image:url(../images/arrow-down-dark-grey.svg);display:inline-block;margin-top:10px;border:0px solid red;transition:0.4s;}
.idea-how-1 a:hover{width:30px;height:30px;background-image:url(../images/arrow-down-black.svg);transition:0.4s;}

.idea-how-img-1 {display:block;margin:0 auto;width:500px;height:auto;transition:0.4s;}
.idea-how-line-1{display:block;width:120px;height:2px;background-color:#646464;opacity:0.5;margin-top:18px;margin-bottom:18px;margin-left:auto;margin-right:auto;transition:0.4s;}

.idea-features-content-wrapper{padding-bottom:100px;}

@media (max-width:1199px) {
.idea-how-1 {width:970px;padding-top:64px;padding-bottom:64px;transition:0.4s;}
.idea-how-1 h3{font-size:36px;transition:0.4s;}
.idea-how-1 p{font-size:18px;width:360px;transition:0.4s;}
.idea-how-1 a{width:26px;height:26px;transition:0.4s;}
.idea-how-1 a:hover{width:26px;height:26px;transition:0.4s;}
.idea-how-line-1{width:100px;margin-top:16px;margin-bottom:14px;transition:0.4s;}
.idea-features-content-wrapper{padding-bottom:80px;}
}
@media (max-width:991px) {
.idea-how-1 {width:750px;padding-top:55px;padding-bottom:53px;transition:0.4s;}
.idea-how-1 h3{font-size:35px;transition:0.4s;}
.idea-how-1 p{font-size:15px;width:290px;transition:0.4s;}
.idea-how-1 a{width:22px;height:22px;transition:0.4s;}
.idea-how-1 a:hover{width:22px;height:22px;transition:0.4s;}
.idea-how-line-1{width:80px;margin-top:15px;margin-bottom:15px;transition:0.4s;}
.idea-features-content-wrapper{padding-bottom:80px;}
}
@media (max-width:768px) {
.idea-how-1 {width:90%;padding-top:45px;padding-bottom:40px;transition:0.4s;}
.idea-how-1 h3{font-size:35px;line-height:1;transition:0.4s;}
.idea-how-1 p{font-size:15px;width:290px;transition:0.4s;}
	
.idea-how-img-1 {display:block;margin:0 auto;width:90%;height:auto;transition:0.4s;}
.idea-how-line-1{width:80px;margin-top:10px;margin-bottom:10px;transition:0.4s;}
.idea-features-content-wrapper{padding-bottom:80px;}
}
@media (max-width:560px) {
.idea-how-1 {width:90%;padding-top:45px;padding-bottom:40px;transition:0.4s;}
.idea-how-1 p{width:70%;transition:0.4s;}
.idea-how-1 .x-break{display:none;}
.idea-how-line-1{width:68px;margin-top:10px;margin-bottom:10px;transition:0.4s;}
.idea-features-content-wrapper{padding-bottom:80px;}
}

/*Four Features*/
.idea-features-title{color:#00AAED;font-size:30px;line-height:1.2;transition:0.4s;}
.idea-features-paragraph{color:#646464;font-size:18px;font-weight:300;transition:0.4s;}

@media (max-width:1199px) {
.idea-features-title{color:#00AAED;font-size:24px;transition:0.4s;}
.idea-features-paragraph{color:#646464;font-size:14px;transition:0.4s;}
}
@media (max-width:991px) {
.idea-features-title{text-align:center;transition:0.4s;}
.idea-features-paragraph{text-align:center;transition:0.4s;}
}

/*Our Solution*/
.idea-solution-1 {width:1200px;display:block;margin:0 auto; border:1px red solid;text-align:center;padding-top:110px;transition:0.4s;}
.idea-solution-1 img {display:block;margin:0px auto 20px auto;width:200px;height:auto;padding-left:16px;transition:0.4s;}
.idea-solution-1 h3{display:block;text-align:center;color:#646464;font-size:40px;transition:0.4s;}
.idea-solution-1 p{display:block;text-align:center;color:#646464;font-weight:300;font-size:22px;width:460px;margin:0 auto 20px auto;transition:0.4s;}
.idea-solution-1 .btn-myflipper {color:darkgrey;font-size:16px;text-transform:uppercase;background-color:black;font-weight:500;border-radius:26px;padding:8px 30px 8px 30px;border:none;display:block;margin:0 auto;transition:0.4s;}
.idea-solution-1 .btn-myflipper:hover{color:white;transition:0.4s;}

.idea-solution-1 a{width:30px;height:30px;background-size:100%; background-position:center;background-repeat:no-repeat;background-image:url(../images/arrow-down-dark-grey.svg);display:inline-block;margin-top:10px;border:0px solid red;transition:0.4s;}
.idea-solution-1 a:hover{width:30px;height:30px;background-image:url(../images/arrow-down-black.svg);transition:0.4s;}

.idea-solution-line-1{display:block;width:120px;height:2px!important;background-color:#646464;opacity:0.5;margin-top:20px;margin-bottom:20px;margin-left:auto;margin-right:auto;transition:0.4s;}

@media (max-width:1199px) {
.idea-solution-1 {width:970px;padding-top:90px;transition:0.4s;}
.idea-solution-1 img {margin:24px auto 16px auto;width:160px;height:auto;padding-left:16px;transition:0.4s;}
.idea-solution-1 h3{font-size:36px;transition:0.4s;}
.idea-solution-1 p{font-size:18px;width:400px;transition:0.4s;}
	
.idea-solution-1 a{width:26px;height:26px;transition:0.4s;}
.idea-solution-1 a:hover{width:26px;height:26px;transition:0.4s;}
	
.idea-solution-1 .btn-myflipper{font-size:13px;transition:0.4s;}

.idea-solution-line-1{display:block;width:100px;height:2px!important;margin-top:18px;margin-bottom:18px;margin-left:auto;transition:0.4s}
}
@media (max-width:991px) {
.idea-solution-1 {width:750px;padding-top:78px;transition:0.4s;}
	
.idea-solution-1  h3{font-size:35px;transition:0.4s;}
.idea-solution-1  p{font-size:15px;width:290px;transition:0.4s;}

.idea-solution-1 a{width:22px;height:22px;transition:0.4s;}
.idea-solution-1 a:hover{width:22px;height:22px;transition:0.4s;}

.idea-solution-line-1{display:block;width:80px;height:2px!important;margin-top:18px;margin-bottom:0px;margin-left:auto;transition:0.4s}
}
@media (max-width:768px) {
.idea-solution-1 {width:90%;transition:0.4s;}
.idea-solution-1 p{width:auto;max-width:290px; transition:0.4s;}	
.idea-solution-1 a{width:22px;height:22px;transition:0.4s;}
.idea-solution-1 a:hover{width:22px;height:22px;transition:0.4s;}
.idea-solution-1 .x-break{display:none;}
}

@media (max-width:560px) {
.idea-solution-1 .btn-myflipper{font-size:10px;transition:0.4s;}
.idea-solution-1 .x-break{display:none;}
}

/* Benefits */

.idea-benefits {color:#00AAED;background-color:#F6F6F6;transition:0.4s;}
.idea-benefits-wrapper {width:1200px;margin:0 auto;border:0px red solid;text-align:center;padding-top: 80px;padding-bottom: 80px;transition:0.4s;}
.idea-benefits-title {font-size:21px;font-weight: 400;transition: 0.4s ;}
.idea-benefits-line {width:50%!important;height:1px!important; background-color:#00AAED;display:block;margin:10px auto 0 auto;opacity:0.5;transition:0.4s;}
.idea-benefits-icons {width:110px; height:110px;display: block;margin:20px auto 20px auto;transition:0.4s;}
.idea-benefits-icons-wrapper {width:33%;text-align:center;color:white;border:0 pink solid;display:inline-block;padding-top: 30px;padding-bottom: 30px;transition: 0.4s;vertical-align: top;}
.idea-benefits-icons-wrapper:hover {background-color:rgba(238,238,238,0.7);transition:0.4s;}
.idea-font-blue {color:#00AAED!important;}

@media (max-width:1199px) {
	.idea-benefits-wrapper {width:970px;padding-top:65px;padding-bottom:65px;transition:0.4s;}
	.idea-benefits-title {font-size:17px;font-weight:400;transition:0.4s;}
	.idea-benefits-icons {width:90px;height:90px;margin:16px auto 16px auto;transition:0.4s;}
	.idea-benefits-icons-wrapper {font-size:12px;padding-top:24px;padding-bottom:24px;vertical-align:top;transition:0.4s;}
}

@media (max-width:991px) {
	.idea-benefits-wrapper {width:750px;padding-top:65px;padding-bottom:65px;transition:0.4s;}
	.idea-benefits-title {font-size:21px;font-weight:400;transition:0.4s;}
	.idea-benefits-icons {width:90px;height:90px;margin:16px auto 16px auto;transition:0.4s;}
	.idea-benefits-icons-wrapper {width:49%;font-size:14px;padding-top:24px;padding-bottom:24px;vertical-align: top;transition:0.4s;}
}
@media (max-width:768px) {
	.idea-benefits-wrapper {max-width:500px;width:100%;padding-top:65px;padding-bottom:65px;transition:0.4s;}
	.idea-benefits-title {font-size:22px;font-weight:400;transition:0.4s;}
	.idea-benefits-icons {width:90px;height:90px;margin:16px auto 16px auto;transition:0.4s;}
	.idea-benefits-icons-wrapper {width:90%;font-size:16px;padding-top:24px;padding-bottom:24px;vertical-align: top;transition:0.4s;}
}

/*Where It All Began*/
.idea-flipper-began{width:100%;height:auto;overflow:hidden;display:block;padding-top:100px;padding-bottom:100px;background-color:white;transition:0.4s;}
.idea-flipper-began-content-wrapper{width:1200px;height:auto;overflow:hidden;transition:0.4s;}

.idea-flipper-began h4{font-size:40px;color:#00AAED;line-height:1.2;transition:0.4s;}
.idea-flipper-began h6{font-size:22px;color:#00AAED;transition:0.4s;}/*right side title for awards & patents*/
.idea-flipper-began p{font-size:18px;color:#646464;text-align:justify;width:98%;font-weight:300;line-height:1.8;transition:0.4s;}
.idea-flipper-began .grey-line{width:120px;height:2px!important;display:block;background-color:#646464;opacity:0.5;margin-top:20px;margin-bottom:16px;transition:0.4s;}

.idea-flipper-began .top{margin-top:90px;transition:0.4s;}
.idea-flipper-began .patent{font-size:14px;line-height:1.6;font-weight:300;transition:0.4s;}
.idea-flipper-began .award-logo{width:281px;height:118px;display:inline-block;margin-top:25px;transition:0.4s;}
.idea-flipper-began .oblique{font-style:oblique;transition:0.4s;}
.idea-flipper-began .italic{font-style:italic;transition:0.4s;}

@media (max-width:1199px) {
	.idea-flipper-began h4{font-size:36px;transition:0.4s;}
	.idea-flipper-began h6{font-size:20px;transition:0.4s;}
	.idea-flipper-began p{font-size:16px;transition:0.4s;}
	.idea-flipper-began .top{margin-top:75px;transition:0.4s;}
	.idea-flipper-began .patent{font-size:13px;transition:0.4s;}
	.idea-flipper-began .award-logo{width:225px;height:94px;transition:0.4s;}
	.idea-flipper-began .grey-line{width:100px;margin-top:16px;margin-bottom:14px;transition:0.4s;}
}
@media (max-width:991px) {
	.idea-flipper-began .top{margin-top:10px;transition:0.4s;}
	.idea-flipper-began h4{font-size:31px;transition:0.4s;}
	.idea-flipper-began h6{font-size:18px;transition:0.4s;}
	.idea-flipper-began p{font-size:14px;transition:0.4s;}
	.idea-flipper-began .patent{font-size:12px;line-height:1.6;transition:0.4s;}
	.idea-flipper-began .grey-line{width:80px;transition:0.4s;}
}
@media (max-width:768px) {
	.idea-flipper-began{padding-top:65px;padding-bottom:65px;text-align:center;transition:0.4s;}
	.idea-flipper-began h4{font-size:35px;text-align:center;margin-bottom:20px;transition:0.4s;}
	.idea-flipper-began h6{font-size:20px;text-align:center;transition:0.4s;}
	.idea-flipper-began p{ font-size:16px;text-align:center;transition:0.4s;}
	.idea-flipper-began .grey-line{margin:0 auto 20px auto;transition:0.4s;}
	.idea-flipper-began .patent{font-size:14px;line-height:1.6;transition:0.4s;}
	.idea-flipper-began .award-logo{width:90%;height:auto;max-width:281px;max-height:118px;display:inline-block;margin-top:25px;margin-left:auto;margin-right:auto;margin-bottom:25px;transition:0.4s;}
}

/* World loves Flipper*/
.idea-world-love-content{width:100%;height:auto;display:block;overflow:hidden;background-color:#F4F4F4;padding-top:100px;padding-bottom:100px;background-image:url(../images/mf-idea-world-love-flipper-bg-1-2.jpg);background-repeat: no-repeat;background-position:center;background-size:contain;transition:0.4s;}
.idea-world-love-content-wrapper{width:1200px;height:auto;display:block;overflow:hidden;margin:0 auto;transition:0.4s;}

.idea-world-love-content-wrapper .cluster-A{height:auto;border:0px red solid;position:static;transition:0.4s;}
.idea-world-love-content-wrapper .cluster-A-img{width:270px;height:auto;display:block;transition:0.4s;}
.idea-world-love-content-wrapper .cluster-B{height:auto;border:1px red solid;position:static;transition:0.4s;}
.idea-world-love-content-wrapper .cluster-B-img{width:330px;height:auto;display:block;float:right;transition:0.4s;}

.idea-world-love-content-wrapper .cluster-C{text-align:center;display:block;margin-top:30px;margin-bottom:30px;transition:0.4s;}
.idea-world-love-content-wrapper .cluster-C h3{font-size:46px;font-weight:400;color:#00AADE;transition:0.4s;}
.idea-world-love-content-wrapper .cluster-C p{font-size:22px;color:#646464;font-weight:300;transition:0.4s;}
.idea-world-love-content-wrapper .cluster-C .grey-line {width:120px;height:2px!important;background:#646464;opacity:0.5;display:block;margin:20px auto 16px auto;transition:0.4s;}	

@media (max-width:1199px) {
	.idea-world-love-content-wrapper{width:970px;}	
	.idea-world-love-content-wrapper .cluster-A-img{width:216px;height:auto;display:block;}
	.idea-world-love-content-wrapper .cluster-B-img{width:264px;height:auto;display:block;float:right;}
	.idea-world-love-content-wrapper .cluster-C h3{font-size:36px;}
	.idea-world-love-content-wrapper .cluster-C p{font-size:18px;}
	.idea-world-love-content-wrapper .cluster-C .grey-line {width:100px;height:2px!important;margin:16px auto 14px auto;}	
}
@media (max-width:991px) {
	.idea-world-love-content-wrapper{width:750px;}	
	.idea-world-love-content-wrapper .cluster-C h3{font-size:35px;}
	.idea-world-love-content-wrapper .cluster-C p{font-size:15px;}
	.idea-world-love-content-wrapper .cluster-C .grey-line {width:70px;height:2px!important;margin:16px auto 13px auto;}
}
@media (max-width:768px) {
	.idea-world-love-content-wrapper{width:90%;text-align: center;}
	.idea-world-love-content-wrapper .cluster-A-img{width:auto;max-width:300px;height:auto;display:block;margin:0 auto;}
	.idea-world-love-content-wrapper .cluster-B-img{width:auto;max-width:340px;height:auto;display:block;margin:0 auto; float: none;}
	.idea-world-love-content-wrapper .cluster-C h3{font-size:40px;line-height:1;}
	.idea-world-love-content-wrapper .cluster-C p{font-size:18px;}
	.idea-world-love-content-wrapper .cluster-C .grey-line {width:80px;height:2px!important;margin:14px auto 12px auto;}
}
@media (max-width:560px) {
	.idea-world-love-content-wrapper .cluster-C h3{font-size:35px;line-height:1;}
	.idea-world-love-content-wrapper .cluster-C p{font-size:15px;}
	.idea-world-love-content-wrapper .cluster-C .x-break {display:none;}
	.idea-world-love-content-wrapper .cluster-C .grey-line {margin:18px auto 12px auto;}
}

/* HOW IT WORKS - FLIPPER */

/*Usage Demo Video*/
.flipper-usage-wrapper{width:100%;height:auto;background-image: url(../images/mf-home-bg-2.jpg);background-repeat:no-repeat;background-position:center;background-size:cover;background-color:white;position:relative;line-height:0; border:0px solid red;transition:0.4s;}
.flipper-usage-wrapper video{width:100%;height:auto;border:none;transition:0.4s;}

.flipper-usage-content-wrapper{width:1200px;height:auto;display:block;top:calc(50% - 145px);left:calc(50% - 600px);overflow:none;position:absolute;text-align:left;border:0px solid red;z-index:2;transition:0.4s;}
.flipper-usage-content-wrapper h3{font-size:50px;text-align:center;line-height:1.05;color:white;display:block;transition:0.4s;}
.flipper-usage-content-wrapper p{font-size:24px;text-align:center;line-height:normal;font-weight:400;color:white;display:block;margin-bottom:50px;transition:0.4s;}
.flipper-usage-content-wrapper .white-line{width:120px;height:2px!important;background-color:white;margin-top:20px;margin-bottom:16px;margin-left:auto;margin-right:auto;opacity:0.5;display:block;transition:0.4s;}
.flipper-usage-video-color-filter{width:100%;height:100%;background-color:#171534;opacity:0.6;display:block;position:absolute;z-index:1;transition:0.4s;}


@media (max-width:1199px) {
.flipper-usage-content-wrapper{width:970px;top:calc(50% - 60px);left:calc(50% - 485px);transition:0.4s;}	
.flipper-usage-content-wrapper h3{color:white;font-size:40px;transition:0.4s;}
.flipper-usage-content-wrapper p{font-size:18px;margin-bottom:40px;transition:0.4s;}
.flipper-usage-content-wrapper .white-line{width:100px;margin-top:16px;margin-bottom:14px;transition:0.4s;}
}
@media (max-width:991px) {
.flipper-usage-content-wrapper{width:750px;top:calc(50% - 55px);left:calc(50% - 375px);transition:0.4s;}	
.flipper-usage-content-wrapper h3{color:white;font-size:36px;transition:0.4s;}
.flipper-usage-content-wrapper p{font-size:16px;margin-bottom:31px;transition:0.4s;}
.flipper-usage-content-wrapper .white-line{width:100px;margin-top:14px;margin-bottom:13px;transition:0.4s;}
}
@media (max-width:768px) {
.flipper-usage-content-wrapper{width:90%;top:calc(50% - 55px);left:calc(50% - 45%);transition:0.4s;}
.flipper-usage-content-wrapper h3{color:white;font-size:40px;transition:0.4s;}
.flipper-usage-content-wrapper p{font-size:18px;margin-bottom:31px;transition:0.4s;}
.flipper-usage-content-wrapper .white-line{width:100px;margin-top:18px;margin-bottom:10px;transition:0.4s;}
}
@media (max-width:560px) {
.flipper-usage-content-wrapper{width:90%;top:calc(50% - 40px);left:calc(50% - 45%);transition:0.4s;}
.flipper-usage-content-wrapper h3{color:white;width:100%;font-size:36px;line-height:1.12;margin-bottom:0px;transition:0.4s;}
.flipper-usage-content-wrapper p{font-size:16px;transition:0.4s;}
.flipper-usage-content-wrapper .white-line{width:80px;margin-top:12px;margin-bottom:10px;transition:0.4s;}
}
@media (max-width:400px) {
.flipper-usage-content-wrapper{text-align: center;transition:0.4s;}
.flipper-usage-content-wrapper h3{color:white;}
}
@media (max-width:330px) {
.flipper-usage-content-wrapper h3{color:white;}
.flipper-usage-content-wrapper p{display:none;}
.flipper-usage-content-wrapper .white-line{display:none;}
}

/* Benefits */
.flipper-inner-wrapper {width:1200px;margin-left:auto;margin-right:auto;display:block;border:0px solid orange;transition:0.4s;}
.flipper-inner-wrapper h3{font-size:46px;margin-bottom:0;color:#00AADE;transition:0.4s;}
.flipper-inner-wrapper p{font-size:22px;margin-top:0;color:#646464;font-weight:300;transition:0.4s;}
.flipper-inner-col-2-left {width:50%;float:left;text-align:left;transition:0.4s;}
.flipper-inner-col-2-right {width:50%;float:right;text-align:right;transition:0.4s;}

.flipper-grey-line-left{width:120px;height:2px!important;background-color:#646464;opacity:0.5;left:0;margin-top:20px;margin-bottom:16px;overflow:hidden;display:block;}
.flipper-grey-line-right{width:120px;height:2px!important;background-color:#646464;opacity:0.5;right:0;margin-top:20px;margin-bottom:10px;overflow:hidden;display:inline-block;}

.flipper-bg-install{height:800px;background-image:url(../images/mf-flipper-install-bg-1.jpg);background-position:center bottom;background-size:contain;background-repeat:no-repeat;transition:0.4s;}
.flipper-bg-install h3{margin-top:300px;transition:0.4s;}
.flipper-bg-vents{height:700px;background-image: url(../images/mf-flipper-airvent-bg-1.jpg);background-position:center bottom;background-size:contain;background-repeat:no-repeat;transition:0.4s;}
.flipper-bg-vents h3{margin-top:280px;transition:0.4s;}
.flipper-bg-fit{height:800px;background-image: url(../images/mf-flipper-fit-bg-1.jpg);background-position:center;background-size:contain;background-repeat:no-repeat;}
.flipper-bg-fit h3{margin-top:280px;transition:0.4s;}
.flipper-bg-travel{height:700px;background-image:url(../images/mf-flipper-travel-bg-1.jpg);background-position:center bottom;background-size:cover;background-repeat:no-repeat;transition:0.4s;}
.flipper-bg-travel h3{margin-top:280px;transition:0.4s;}
.flipper-bg-care{height:800px;background-image: url(../images/mf-flipper-care-bg-1.jpg);background-position:center;background-size:1700px 650px;background-repeat:no-repeat;transition:0.4s;}
.flipper-bg-care h3{margin-top:280px;transition:0.4s;}

@media (max-width:1199px) {
.flipper-inner-wrapper {width:970px;transition:0.4s;}
.flipper-inner-wrapper h3 {font-size:38px;transition:0.4s;}
.flipper-inner-wrapper p {font-size:18px;transition:0.4s;}
.flipper-grey-line-left{width:96px;margin-top:16px;margin-bottom:14px;transition:0.4s;}
.flipper-grey-line-right{width:96px;margin-top:16px;margin-bottom:7px;transition:0.4s;}
.flipper-bg-install{height:640px;transition:0.4s;}
.flipper-bg-install h3{margin-top:240px;transition:0.4s;}
.flipper-bg-vents{height:560px;transition:0.4s;}
.flipper-bg-vents h3{margin-top:225px;transition:0.4s;}
.flipper-bg-fit{height:640px;transition:0.4s;}
.flipper-bg-fit h3{margin-top:250px;transition:0.4s;}
.flipper-bg-travel{height:560px;transition:0.4s;}
.flipper-bg-travel h3{margin-top:225px;transition:0.4s;}
.flipper-bg-care{height:640px;background-size:1360px 520px;transition:0.4s;}
.flipper-bg-care h3{margin-top:225px;transition:0.4s;}
}
@media (max-width:991px) {
.flipper-inner-wrapper {width:750px;transition:0.4s;}
.flipper-inner-wrapper h3 {font-size:31px;transition:0.4s;}
.flipper-inner-wrapper p {font-size:15px;transition:0.4s;}
.flipper-grey-line-left{width:74px;margin-top:14px;margin-bottom:11px;transition:0.4s;}
.flipper-grey-line-right{width:74px;margin-top:14px;margin-bottom:6px;transition:0.4s;}
.flipper-bg-install{height:493px;transition:0.4s;}
.flipper-bg-install h3{margin-top:185px;transition:0.4s;}
.flipper-bg-vents{height:431px;transition:0.4s;}
.flipper-bg-vents h3{margin-top:173px;transition:0.4s;}
.flipper-bg-fit{height:493px;transition:0.4s;}
.flipper-bg-fit h3{margin-top:193px;transition:0.4s;}
.flipper-bg-travel{height:431px;transition:0.4s;}
.flipper-bg-travel h3{margin-top:173px;transition:0.4s;}
.flipper-bg-care{height:493px;background-size:1047px 400px;transition:0.4s;}
.flipper-bg-care h3{margin-top:173px;transition:0.4s;}
}
@media (max-width:768px) {
.flipper-inner-wrapper {width:100%;height:500px;transition:0.4s;}
.flipper-inner-wrapper h3 {font-size:40px;text-align:center;margin-top:50px;transition:0.4s;}
.flipper-inner-wrapper p {font-size:18px;text-align:center;transition:0.4s;}
.flipper-grey-line-left{width:80px;margin-top:8px;margin-bottom:8px;margin-left:auto;margin-right:auto;transition:0.4s;}
.flipper-grey-line-right{width:80px;margin-top:8px;margin-bottom:8px;margin-left:auto;margin-right:auto;transition:0.4s;}
.flipper-inner-col-2-left {width:100%;float:none;text-align:center;transition:0.4s;}
.flipper-inner-col-2-right {width:100%;float:none;text-align:center;transition:0.4s;}
.flipper-bg-install{width:100%;height:500px;background-image:url(../images/mf-flipper-install-mb-bg-1.jpg);background-size:480px 292px;background-position:center bottom;border:0px green solid;transition:0.4s;}
.flipper-bg-vents{width:100%;height:640px;background-image: url(../images/mf-flipper-airvent-mb-bg-1.jpg);background-size:841px 841px;background-position:center bottom;border:0px red solid;transition:0.4s;}
.flipper-bg-fit{width:100%;height:780px;background-image: url(../images/mf-flipper-fit-mb-bg-1.jpg);background-size:904px 680px;background-position:center bottom;border:0px green solid;transition:0.4s;}
.flipper-bg-travel{width:100%;height:500px;background-image:url(../images/mf-flipper-travel-mb-bg-1.jpg);background-size:520px 325px;background-position:center bottom;transition:0.4s;}
.flipper-bg-care{width:100%;height:610px;background-image: url(../images/mf-flipper-care-mb-bg-1.jpg);background-size:418px 408px;background-position:center bottom;transition:0.4s;}
	}
@media (max-width:560px) {
.flipper-inner-wrapper h3 {font-size:36px;text-align:center;margin-top:50px;transition:0.4s;}
.flipper-inner-wrapper p {font-size:16px;text-align:center;transition:0.4s;}
.flipper-bg-install{height:400px;background-size:350px 213px;border:0px orange solid;transition:0.4s;}
.flipper-bg-vents{height:510px;background-image:none;border:0px orange solid;transition:0.4s;}
.flipper-mb-bg-vents{background-size:614px 614px;background-position:center bottom;background-image: url(../images/mf-flipper-airvent-mb-bg-1.jpg);border:0px orange solid;transition:0.4s;}
.flipper-bg-fit{height:680px;background-size:723px 544px;border:0px orange solid;transition:0.4s;}
.flipper-bg-travel{height:400px;background-size:390px 244px;border:0px orange solid;transition:0.4s;}
.flipper-bg-care{height:520px;background-size:334px 326px;background-position:center bottom;transition:0.4s;}
}

/*MECHANISM*/
.mechanism-how-wrapper{width:100%;height:auto;margin:0 auto;padding-top:150px;padding-bottom:150px;overflow:hidden;background-color:white;display:block;transition:0.4s;}
.mechanism-how-1{width:1200px;overflow:hidden;text-align:center;margin:0 auto;display:block;transition:0.4s;}
.mechanism-how-1 h3{font-size:46px;color:#00AAED;margin:0 auto;display:block;transition:0.4s;}
.mechanism-how-1 p{font-size:22px;width:550px;font-weight:300; margin:0 auto;display:block;border:0px red solid;transition:0.4s;}
.mechanism-how-1 a{width:30px;height:30px;background-size:100%; background-position:center;background-repeat:no-repeat;background-image:url(../images/arrow-down-dark-grey.svg);display:inline-block;margin-top:10px;border:0px solid red;transition:1s;}
.mechanism-how-1 a:hover{width:30px;height:30px;background-image:url(../images/arrow-down-black.svg);transition:0.4s;}
.mechanism-how-1 .grey-line{width:100px;height:2px!important;background:#646464;opacity:0.5;margin:20px auto 16px auto;display:block;transition:0.4s;}

.mechanism-sketch-outer-wrapper {width:100%;height:auto;overflow:hidden;display:block;text-align:center;background-color:#F6F6F6;transition:0.8s;}
.mechanism-sketch-inner-wrapper {width:1200px;height:800px;overflow:hidden;display:block;background-image:url(../images/mf-mechanism-sketches.jpg);background-repeat: no-repeat;background-size:cover;background-position:center bottom;margin:0 auto;transition:0.8s;}

@media (max-width:1199px) {
	.mechanism-how-wrapper{padding-top:120px;padding-bottom:120px;transition:0.4s;}
	.mechanism-how-1{width:970px;transition:0.4s;}
	.mechanism-how-1 h3{font-size:40px;transition:0.4s;}
	.mechanism-how-1 p{font-size:18px;width:440px;transition:0.4s;}
	.mechanism-how-1 a{width:26px;height:26px;transition:0.4s;}
	.mechanism-how-1 a:hover{width:26px;height:26px;transition:0.4s;}
	.mechanism-how-1 .grey-line{width:80px;height:2px!important;margin:16px auto 14px auto;transition:0.4s;}
	.mechanism-sketch-inner-wrapper {width:970px;height:640px;transition:0.4s;}
}
@media (max-width:991px) {
	.mechanism-how-wrapper{padding-top:90px;padding-bottom:90px;transition:0.4s;}
	.mechanism-how-1{width:750px;transition:0.4s;}
	.mechanism-how-1 h3{font-size:35px;transition:0.4s;}
	.mechanism-how-1 p{font-size:15px;width:360px;transition:0.4s;}
	.mechanism-how-1 a{width:22px;height:22px;transition:0.4s;}
	.mechanism-how-1 a:hover{width:22px;height:22px;transition:0.4s;}
	.mechanism-how-1 .grey-line{width:80px;height:2px!important;margin:20px auto 13px auto;transition:0.4s;}
	.mechanism-sketch-inner-wrapper {width:750px;height:493px;transition:0.4s;}
}
@media (max-width:768px) {
	.mechanism-how-wrapper{padding-top:60px;padding-bottom:60px;transition:0.4s;}
	.mechanism-how-1{width:100%;transition:0.4s;}
	.mechanism-how-1 h3{font-size:30px;color:#00AAED;width:100%;transition:0.4s;}
	.mechanism-how-1 p{font-size:15px;width:80%;max-width:360px;transition:0.4s;}
	.mechanism-how-1 .grey-line{width:80px;height:2px!important;margin:18px auto 11px auto;transition:0.4s;}
	.mechanism-sketch-inner-wrapper {width:100vw;height:66vw;background-size:95vw auto;background-position:left bottom;transition:0.4s;}
}


/*CONTACT*/

/*Intro*/
.contact-hello-content-wrapper{width:1200px;height:auto;overflow:hidden;display:block;border:0px red dashed;margin:0 auto;padding-top:380px;transition:0.4s;}
.contact-title{color:#00AAED; font-size:68px;width:100%;margin:0 auto;text-align: center;margin-top:320px;transition:0.4s;}
.contact-title-line{background-color:#CCCCCC;width:120px;margin:20px auto 16px auto;height:2px!important;transition:0.4s;}
.contact-caption{color:#4B4B4B; font-size:22px;width:100%;margin:0 auto;text-align: center;font-weight:300;transition:0.4s;}
.contact-bg-1{background-image: url(../images/mf-contact-bg-1-onolulu.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;height:100vh;transition:0.4s;}
/*Form*/
.btn-myflipper {color:darkgrey;font-size:18px;text-transform:uppercase;background-color:black;font-weight:500;border-radius:26px;padding:8px 50px 8px 50px;border:none;transition:0.4s;}
.btn-myflipper:hover {color:white;transition:0.4s;}

.err {font-size:14px; font-weight:600; color:brown; text-decoration:blink;}
.form-txt-1{font-size: 13px; color:white; padding-top:10px; margin-left:10px;display: inline-block;}

.form-link-1:link{color:white;text-decoration:none;}
.form-link-1:visited{color:white;text-decoration:none;}
.form-link-1:hover{color:white;text-decoration:underline;}
.form-link-1:active{color:white;text-decoration:none;}

.frm-adj-1 {text-align:left;}
.frm-adj-2 {padding-top:20px;text-align:left;}

/*Address & Map*/
.contact-address-wrapper{margin:0 auto;border:0px solid red;width:1200px;height:auto;transition:0.4s;}/*800*/
.contact-address-bubble{width:360px;height:auto;border-radius:45px;overflow:hidden;background-color:#00AAEB;margin-top:204px;margin-left:720px;padding:30px 35px 30px 35px;transition:0.4s;}
.contact-address-bubble-pointer{width:0;height:0;top:20px;margin-left:973px;border-left:20px solid transparent;border-right:20px solid transparent;border-top:120px solid #00AAEB;transition:0.4s;}
.contact-address-bubble h5 {color:white;transition:0.4s;}
.contact-address-bubble .coname {font-size:16px;font-weight:450;color:black;transition:0.4s;}
.contact-address-bubble .addr {font-size:13px;color:black;transition:0.4s;}
.contact-address-line {height:1px!important;width:60px;background-color:black;margin-top:13px;margin-bottom:10px;transition:0.4s;}
.contact-bg-2{background-image: url(../images/mf-contact-bg-2-map.png);background-size:1500px 800px;background-position:center;background-repeat:no-repeat;height:800px!important;transition:0.4s;}
.contact-bg-3{background-image: url(../images/singapore-map-reverse-white.svg);background-size:1500px 800px;background-position:center;background-repeat:no-repeat;height:800px!important;transition:0.4s;}
.x-addr-break{display:none;}

@media (max-width:1199px) {

/*Intro*/
.contact-hello-content-wrapper{width:970px;padding-top:380px;transition:0.4s;}
.contact-title{font-size:54px;transition:0.4s;}	
.contact-title-line{width:110px;margin:16px auto 16px auto;transition:0.4s;}
.contact-caption{font-size:18px;font-weight:300;transition:0.4s;}

/*Form*/
.form-txt-1{font-size: 12px; color:white; padding-top:10px; margin-left:10px;display: inline-block;}
.frm-adj {padding-top:0;}

	
/*Address & Map*/
.contact-address-bubble{margin-top:130px;margin-left:536px;transition:0.4s;}
.contact-address-bubble-pointer{margin-left:787px;border-left:16px solid transparent;border-right:16px solid transparent;border-top:90px solid #00AAEB;transition:0.4s;}
.contact-address-wrapper{margin:0 auto;border:0px solid red;width:970px;height:auto;transition:0.4s;}/*647*/
.contact-bg-2{background-size:1213px 647px;height:647px!important;transition:0.4s;}
.contact-bg-3{background-size:1213px 647px;height:647px!important;transition:0.4s;}
}

@media (max-width:991px) { /*1199 x 82.65% = 990.9735*/

/*Intro*/
.contact-hello-content-wrapper{width:750px;padding-top:380px;transition:0.4s;}
.contact-title{font-size:46px;transition:0.4s;}	
.contact-title-line{width:94px;margin:13px auto 13px auto;transition:0.4s;}
.contact-caption{font-size:15px;transition:0.4s;}

/*Form*/
.frm-adj {padding-top:0;}

/*Address & Map*/
.contact-address-bubble{margin-top:70px;margin-left:390px;border-radius:38px;padding:26px 30px 26px 30px;transition:0.4s;}
.contact-address-bubble-pointer{margin-left:630px;border-left:14px solid transparent;border-right:14px solid transparent;border-top:85px solid #00AAEB;transition:0.4s;}
.contact-address-wrapper{width:750px;height:auto;transition:0.4s;}/*535*/
.contact-bg-2{background-size:1003px 535px;height:535px!important;transition:0.4s;}
.contact-bg-3{background-size:1003px 535px;height:535px!important;transition:0.4s;}
}


@media (max-width:768px) {

/*Intro*/
.contact-hello-content-wrapper{width:80%;padding-top:100px;transition:0.4s;}


.contact-title-line{width:94px;margin:13px auto 13px auto;transition:0.4s;}
.contact-bg-1{background-image: url(../images/mf-contact-bg-1-onolulu-mb.jpg);background-size:500px auto;background-position:bottom right;background-repeat:no-repeat;height:600px;transition:0.4s;}

/*Address & Map*/
.contact-address-wrapper{width:80%;height:auto;transition:0.4s;}
.contact-address-bubble{width:270px;margin:60px auto 0 auto;border:0px yellow solid;transition:0.4s;}
.contact-address-bubble .coname {font-size:15px;font-weight:450;color:black;transition:0.4s;}
.contact-address-bubble .addr {font-size:12px;color:black;line-height:1;transition:0.4s;}
.contact-address-bubble-pointer{width:0;height:0;top:20px;margin:0 auto;border-left:16px solid transparent;border-right:16px solid transparent;border-top:30px solid #00AAEB;transition:0.4s;}
.contact-bg-2{background-image:url(../images/mf-contact-bg-2-map-mb.png);background-position:bottom center;background-size:768px 921px;width:auto;height:648px!important;transition:0.4s;}
.contact-bg-3{background-position:bottom center;background-size:100% 100%;width:auto;height:420px!important;transition:0.4s;border:0px solid green;}

.x-addr-break{display:inline-block;}
.frm-adj-2 {padding-top:0;}

}
@media (max-width:560px) {
.contact-hello-content-wrapper{width:80%;padding-top:80px;transition:0.4s;}
.contact-bg-1{background-position:bottom center;}
	
.contact-address-bubble{width:270px;border:0px pink solid;transition:0.4s;}
.contact-bg-2{background-image:url(../images/mf-contact-bg-2-map-mb.png);background-position:bottom center;background-size:768px 921px;width:auto;height:648px!important;transition:0.4s;}
.contact-bg-3{background-position:bottom center;background-size:90% 90%;width:auto;height:380px!important;transition:0.4s;border:0px solid orange;}
.frm-adj-2 {padding-top:0;}
}
@media (max-width:480px) {
.contact-hello-content-wrapper .xx-line-break{display:none;}
.contact-address-bubble{max-width:270px;width:100%;border:0px green solid;transition:0.4s;}

.contact-bg-2{background-image:url(../images/mf-contact-bg-2-map-mb.png);background-position:bottom center;background-size:768px 921px;width:auto;height:648px!important;transition:0.4s;}
.contact-bg-3{background-position:bottom center;background-size:100% 100%;width:auto;height:300px!important;transition:0.4s;border:0 solid blue;}
.form-txt-1 {margin-left:0;}	
.frm-adj-1 {text-align: center;}
.frm-adj-2 {padding-top:0;text-align: center;}
}

@media (max-width:340px) {
	
/*Address & Map*/
.contact-address-bubble{border-radius:26px;padding:16px 20px 16px 20px;margin-top:86px;border:0px red solid;transition:0.4s;}
.contact-address-bubble .coname {font-size:15px;font-weight:450;color:black;transition:0.4s;}
.contact-address-bubble .addr {font-size:13px;color:black;line-height:1;transition:0.4s;}
	
.form-txt-1 {margin-left:0;}
.frm-adj-1 {padding-top:0;text-align: center;}
.frm-adj-2 {padding-top:0;text-align: center;}
}


/*ASPECT RATIO 16:9 VIDEO WITH IMAGE COVER*/
.video-169-wrapper{width:100%;height:auto;padding-bottom:56.225%; overflow:hidden;position:relative;border:0px solid red;transition:0.4s;}
.video-169-wrapper iframe {width:100%!important;height:100%!important;position:absolute;border:0px solid red;outline:none;z-index:0;left:0;top:0;transition:0.4s;}
.video-169-content-wrapper{width:100%;height:100%;text-align:center;overflow:hidden;background-repeat:no-repeat; background-position:center;background-size:cover;position:absolute;border:0px green solid;z-index:1;transition:0.4s;}
.video-169-content-wrapper h3{margin:20px auto 0 auto;color:white;text-align:center;display:block;transition:0.4s;}
.video-169-content-wrapper p{margin:0px auto 20px auto;color:white;text-align:center;display:block;font-weight:300;transition:0.4s;}
.video-169-content-wrapper a{border:0px solid purple;cursor:pointer;transition:0.4s;}
.video-169-content-wrapper a:hover .play-button{background-color:#1C96E3;transition:0.4s;}
.video-169-content-wrapper a:hover .play-button-arrow{opacity:0.8;transition:0.4s;}
.video-169-content-wrapper .white-line{background-color:white;height:2px!important;width:120px;margin:24px auto 16px auto;opacity:0.5;transition:0.4s;}
.video-169-content-wrapper .play-button {width:78px;height:78px;background-color:#00AAED;border-radius:50%;display:inline-block;position:relative;margin:20px auto;transition:0.4s;}
.video-169-content-wrapper .play-button-arrow {width:0px;height:0px;top:20px;left:28px;border-top:20px solid transparent;border-bottom:20px solid transparent;border-left:28px solid white;margin:0 auto;position:absolute;transition:0.4s;}

.flipper-h3{font-size:50px;margin-top:calc(28.125% - 160px)!important;transition:0.4s;}
.flipper-p{font-size:24px;font-weight:300;transition:0.4s;}

@media (max-width:1199px) {
.video-169-content-wrapper .white-line{width:100px;margin:20px auto 14px auto;transition:0.4s;}
.video-169-content-wrapper .play-button{width:70px;height:70px;margin:16px auto;transition:0.4s;}
.video-169-content-wrapper .play-button-arrow{top:19px;left:25px;border-top:17px solid transparent;border-bottom:17px solid transparent;border-left:26px solid white;transition:0.4s;}
.flipper-h3{font-size:40px;margin-top:calc(28.125% - 130px)!important;transition:0.4s;}
.flipper-p{font-size:19px;transition:0.4s;}	
}
@media (max-width:991px) {
.video-169-content-wrapper .white-line{width:80px;transition:0.4s;}
.video-169-content-wrapper .play-button {width:60px;height:60px;margin:10px auto;transition:0.4s;}
.video-169-content-wrapper .play-button-arrow {top:16px;left:20px;border-top:15px solid transparent;border-bottom:15px solid transparent;border-left:25px solid white;transition:0.4s;}
.flipper-h3{font-size:31px;margin-top:calc(28.125% - 110px)!important;transition:0.4s;}
.flipper-p{font-size:15px;transition:0.4s;}	
}
@media (max-width:768px) {
.flipper-h3{font-size:40px;margin-top:calc(28.125% - 120px)!important;transition:0.4s;}
.flipper-p{font-size:18px;transition:0.4s;}
}
@media (max-width:560px) {
.flipper-h3{font-size:36px;margin-top:calc(28.125% - 120px)!important;transition:0.4s;}
.flipper-p{font-size:16px;transition:0.4s;}
}
@media (max-width:480px) {
.video-169-content-wrapper .play-button{margin-top:calc(28.125% - 30px)!important;}
.video-169-content-wrapper h3{display:none;}
.video-169-content-wrapper p{display:none;}
.video-169-content-wrapper .white-line{display:none;}
}



/*PRIVACY*/

.privacy-content-wrapper{width:1200px;margin:0 auto; display:block;padding-top:180px;padding-bottom:160px;transition:0.4s;}
.privacy-content-wrapper h3{font-size:45px;color:#00AAED;margin-top:50px;margin-bottom:20px;transition:0.4s;}
.privacy-content-wrapper h5{font-size:22px;color:#00AAED;margin-top:50px;margin-bottom:20px;transition:0.4s;}
.privacy-content-wrapper p{font-size:18px;line-height:1.6;font-weight:100;transition:0.4s;}
.privacy-content-wrapper p.address{padding-left:30px;line-height:1.5;margin-top:50px;transition:0.4s;}

.privacy-content-wrapper ul{font-size:18px;line-height:1.5;padding-left:40px;margin-top:30px;margin-bottom:30px;transition:0.4s;}
.privacy-content-wrapper ol,li{font-size:18px;line-height:1.5;list-style:decimal;margin-bottom:16px;transition:0.4s;}


@media (max-width:1199px) {
.privacy-content-wrapper{width:970px;padding-top:160px;padding-bottom:130px;transition:0.4s;}
.privacy-content-wrapper h3{font-size:36px;margin-top:40px;margin-bottom:16px;transition:0.4s;}
.privacy-content-wrapper h5{font-size:20px;margin-top:40px;margin-bottom:16px;transition:0.4s;}
.privacy-content-wrapper p{font-size:16px;line-height:1.6;transition:0.4s;}

.privacy-content-wrapper ul{font-size:16px;line-height:1.5;padding-left:35px;margin-top:30px;margin-bottom:30px;transition:0.4s;}
.privacy-content-wrapper ol,li{font-size:16px;line-height:1.5;list-style:decimal;margin-bottom:16px;transition:0.4s;}
}

@media (max-width:991px) {
.privacy-content-wrapper{width:750px;padding-top:150px;padding-bottom:110px;transition:0.4s;}
.privacy-content-wrapper h3{font-size:32px;margin-top:40px;margin-bottom:16px;transition:0.4s;}
.privacy-content-wrapper h5{font-size:18px;margin-top:40px;margin-bottom:16px;transition:0.4s;}
.privacy-content-wrapper p{font-size:15px;line-height:1.6;transition:0.4s;}

.privacy-content-wrapper ul{font-size:15px;line-height:1.5;padding-left:35px;margin-top:26px;margin-bottom:26px;transition:0.4s;}
.privacy-content-wrapper ol,li{font-size:15px;line-height:1.5;list-style:decimal;margin-bottom:14px;transition:0.4s;}
}

@media (max-width:768px) {
.privacy-content-wrapper{width:80%;padding-top:5vw;padding-bottom:10vw;transition:0.4s;border:0px solid red;}
.privacy-content-wrapper p.address{padding-left:20px;transition:0.4s;}

}
@media (max-width:560px) {
.privacy-content-wrapper{padding-bottom:20vw;transition:0.4s;border:0px solid red;}
}



/*FAQ*/
.faq-content-wrapper{width:1200px;display:block;overflow:hidden;margin:0 auto;padding-top:220px;padding-bottom:160px;transition:0.4s;}
.faq-content-wrapper .grey-line{background-color:#646464;display:block;overflow:hidden;width:100px;height:2px!important;margin:20px 0 16px 0;opacity:0.5;transition:0.4s;}
.faq-content-wrapper a{color:#646464;text-decoration:none;display:block;margin-top:16px;margin-bottom:16px;transition:0.4s;}
.faq-content-wrapper a:hover{color:#646464;transition:0.4s;}
.faq-content-wrapper h3 {font-size:45px;color:#00AAED;line-height:1;transition:0.4s;}
.faq-content-wrapper dl {display:list-item!important;transition:0.4s;}
.faq-content-wrapper dt {font-size:22px;font-weight:400;display:list-item!important;list-style-type:disc!important; margin-top:10px;color:#00AAED;cursor:pointer;transition:0.4s;}
.faq-content-wrapper dd {font-size:18px;list-style:disc;margin-bottom:20px;font-weight:300;transition:0.4s;}
.faq-content-wrapper .sample-img{margin-top:10px;border:1px solid #D2D2D2;transition:0.4s;}

@media (max-width:1199px) {
.faq-content-wrapper{width:970px;padding-top:160px;padding-bottom:130px;transition:0.4s;}
.faq-content-wrapper .grey-line{width:80px;transition:0.4s;}
.faq-content-wrapper h3 {font-size:38px;transition:0.4s;}
.faq-content-wrapper dt {font-size:20px;line-height:1.2;margin-bottom:10px;transition:0.4s;}
.faq-content-wrapper dd{font-size:16px;line-height:1.6;transition:0.4s;}
}

@media (max-width:991px) {
.faq-content-wrapper{width:750px;padding-top:150px;padding-bottom:110px;transition:0.4s;}
.faq-content-wrapper .grey-line{width:70px;transition:0.4s;}
.faq-content-wrapper h3 {font-size:32px;transition:0.4s;}
.faq-content-wrapper dt {font-size:19px;transition:0.4s;}
.faq-content-wrapper dd{font-size:15px;line-height:1.6;transition:0.4s;}
}

@media (max-width:768px) {
.faq-content-wrapper{width:80%;padding-top:5vw;padding-bottom:10vw;transition:0.4s;border:0px solid red;}
.faq-content-wrapper a{font-size:12px;transition:0.4s;}
.faq-content-wrapper .grey-line{width:60px;transition:0.4s;}
.faq-content-wrapper .sample-img{}
}
@media (max-width:560px) {
.faq-content-wrapper{padding-top:10vw;padding-bottom:20vw;transition:0.4s;border:0px solid red;}
}

/*Online Store*/


.store-title{text-align: center;transition:0.4s;}
.store-title h3{color:#00AAED;text-align:center;display:block;margin-top:160px;margin-bottom:15px;padding:0;transition:0.4s;}
.store-title p{color:#646464;margin-top:0;padding:0;transition:0.4s;}
.store-title p>small{line-height: 2;font-size:12px;margin:0 auto; width:80%;display:block;text-align:center; }

.store-button{height:auto;text-align:center;display:block;overflow:hidden;border:0px red solid;transition:0.4s;}
.store-button a{font-size:16px;width:auto;padding-top:12px;padding-bottom:12px;padding-left:26px;padding-right:26px;background-color:#00AAED;border-radius:26px;display:inline-block;margin:0 auto;text-decoration:none;color:white;text-transform:uppercase;font-weight:600;margin-top:0;margin-bottom:6px;transition:0.4s;}
.store-button a:hover{background-color:#0291CA;transition:0.4s;}
.store-button span{font-size:12px;color:#9A9A9A;display: block;margin-bottom:50px; transition:0.4s;}

/* Copy from MF-Fluid-EN-SG.css Begin */
.row { width:1200px; margin:0 auto 10px auto; overflow:hidden;}

.thumbnail-product-wrapper-big-x {font-size:14px; color:#646464; width:293px; text-align:center; display:inline-block; text-decoration:none;}/*line 317*/
.gutter-big-x-1r3p {margin:15px 25px;} /*Odd*/ /*line 318*/
.gutter-big-x-1r3p:nth-child(3n+1) {margin-left:98px;} /*line 319*/

.thumbnail-product-big-x {width:293px; height:341px; display:inline-block; margin:0 0 12px 0;border:0px solid pink;} /*line 300*/

.thumbnail-product-big-x img {left:0; -webkit-transition: opacity 1s ease-in-out; -moz-transition: opacity 1s ease-in-out; -o-transition: opacity 1s ease-in-out; transition: opacity 1s ease-in-out; width:293px; height:341px; border:0px solid green;} /*line 341*/
.thumbnail-product-big-x .bottom {margin-top:-20px; position:relative; z-index:1} /*line 342*/
.thumbnail-product-big-x .top {margin-bottom:-320px; position:relative; z-index:2} /*line 343*/
.thumbnail-product-big-x:hover .top {opacity:0;} /*line 344*/
/* Copy from MF-Fluid-EN-SG.css End */

/* Copy from MF-Fluid-Store-EN-SG.css Begin */
.product-series{font-size:16px;color:#9A9A9A;font-weight:600;display:block;text-align:center;transition:0.4s;}
.product-name{font-size:20px;display:block;transition:0.4s;}
.product-category{font-size:14px;color:#A6A6A6;display:block;font-style:italic;text-align:center;padding-top:3px;padding-bottom:6px;transition:0.4s;}
.product-price{font-size:22px;color:#C30003;color:mediumvioletred;text-align:center;line-height:1.2;font-weight:600;display:block;transition:0.4s;}
.product-price-before{font-size:15px;color:#646464;text-decoration:line-through;text-align:center;line-height:1.2;display:none;transition:0.4s;}
.product-price-before-x{font-size:15px;color:#646464;text-align:center;line-height:1.2;display:none;transition:0.4s;}

.store-items-wrapper{margin-bottom:30px;transition:0.4s;}

.payment-gateway{display:block;text-align:center;color:#646464;font-size:12px;margin-bottom:80px;transition:0.4s;}
.payment-gateway p{font-size:15px;line-height:1.5;transition:0.4s;}
.payment-gateway a{width:250px;display:inline-block; border:none;padding-right:3px;transition:0.4s;}
.payment-gateway img{width:250px;height:auto;display:block;margin:0 auto;padding-right:3px;margin-bottom:20px;transition:0.4s;}

.paypal-btn {font-size:12px;width:auto;padding-top:8px;padding-bottom:8px;padding-left:20px;padding-right:20px;background-color:#00AAED;border-radius:20px;display:inline-block;margin:0 auto;text-decoration:none;color:white;text-transform:uppercase;font-weight:600;margin-top:10px;margin-bottom:6px;border:none;cursor:pointer;transition:0.4s;}
.paypal-btn:hover {background-color:#0291CA;transition:0.4s;}

.paypal-btn-chkout-wrapper{display:block;border-top:1px #CCCCCC solid;border-bottom:1px #CCCCCC solid;padding:30px 0;margin-bottom:80px;transition:0.4s;}

.paypal-btn-chkout {font-size:16px;width:auto;padding-top:12px;padding-bottom:12px;padding-left:26px;padding-right:26px;background-color:#00C8F4;border-radius:26px;display:block;margin:0 auto;text-decoration:none;color:white;text-transform:uppercase;font-weight:600;margin-top:0px;margin-bottom:0px;border:none;transition:0.4s;}
.paypal-btn-chkout:hover {background-color:#00AADE;transition:0.4s;}
/* Copy from MF-Fluid-Store-EN-SG.css End*/

.PG-ADJ-1 {display:inline;}

.big-title{font-size:20px;color:grey;text-align: center;margin-bottom:30px;}
.store-logo{display:block;margin:0 auto 50px auto;width:800px;height:auto;}
.store-logo-ss{display: none;}

#storelist{width:1090px;margin:0 auto;display: block;border:0 solid red;cursor:pointer;margin-bottom:120px;}
#storelist .title {font-weight:600;color:#9A9A9A;text-transform: uppercase;}
#storelist .overline {border-top:1px solid #DADADA;}
#storelist .underline {border-bottom:1px solid #DADADA;}
#storelist .ss-overline {border-top:none;}
#storelist ul:hover{background-color:#E7E7E7;transition:0.3s;}
#storelist li{font-size:14px;line-height: normal; display: inline-block;margin-top:6px;margin-bottom:6px;}
#storelist li:nth-child(4n+1) {width:280px;padding-left:8px;}
#storelist li:nth-child(4n+2) {width:350px;}
#storelist li:nth-child(4n+3) {width:280px;}
#storelist li:nth-child(4n+4) {width:160px;}

@media (max-width:1199px) {
	
.store-title h3{color:#00AAED;text-align:center;display:block;margin-top:100px;margin-bottom:8px;padding:0;transition:0.4s;}
.store-title p>small{line-height: 1.6;font-size:11px;margin:0 auto; width:80%;display:block;text-align:center; }

/*Copy from MF-Fluid-EN-SG.css Begin*/
.row {width:960px; height:auto; margin:0 auto 10px auto; overflow:hidden;}
	
.thumbnail-product-wrapper-big-x {width:234px; font-size:12px; color:#646464; text-align:center; display:inline-block; text-decoration:none;} /*line 807*/
.gutter-big-x-1r4p {margin:15px 0px;} /*line 808*/
.gutter-big-x-1r4p:nth-child(4n+1) {margin-left:0;} /*line 809*/
.gutter-big-x-1r3p {margin:15px 25px;} /*Odd*/ /*line 810*/
.gutter-big-x-1r3p:nth-child(3n+1) {margin-left:78px;} /*line 811*/

.thumbnail-product-big-x {width:234px; height:274px; display:inline-block; margin:0 0 12px 0;}	
	
.thumbnail-product-big-x img {left:0; -webkit-transition: opacity 1s ease-in-out; -moz-transition: opacity 1s ease-in-out; -o-transition: opacity 1s ease-in-out; transition: opacity 1s ease-in-out; width:234px; height:273px;} /*line 837*/
.thumbnail-product-big-x .bottom {margin-top:-39px; position:relative; z-index:1;} /*line 838*/
.thumbnail-product-big-x .top {margin-bottom:-234px; position:relative; z-index:2} /*line 839*/
.thumbnail-product-big-x:hover .top {opacity:0;} /*line 840*/
/*Copy from MF-Fluid-EN-SG.css End*/

/*Copy from MF-Fluid-Store-EN-SG.css Begin*/	
.product-series{font-size:13px;transition:0.4s;}
.product-name{font-size:16px;transition:0.4s;}
.product-category{font-size:11px;padding-top:1px;padding-bottom:4px;transition:0.4s;}
.product-price{font-size:18px;line-height:1;transition:0.4s;}
.product-price-before{font-size:12px;line-height:1.2;transition:0.4s;}
.product-price-before-x{font-size:12px;line-height:1.2;transition:0.4s;}

.payment-gateway {margin-bottom:30px; transition:0.4s;}
.payment-gateway p{font-size:12px;line-height:1.5;transition:0.4s;}
.payment-gateway a{width:250px;transition:0.4s;}
.payment-gateway img{width:210px;transition:0.4s;}
/*Copy from MF-Fluid-Store-EN-SG.css End*/

.big-title{font-size:18px;color:grey;text-align: center;margin-bottom:26px;}
.store-logo{display:block;margin:0 auto 40px auto;width:600px;height:auto;}

#storelist{width:900px;}
#storelist li{font-size:12px;margin-top:6px;margin-bottom:6px;}
#storelist li:nth-child(4n+1) {width:228px;padding-left:6px;}
#storelist li:nth-child(4n+2) {width:285px;}
#storelist li:nth-child(4n+3) {width:228px;}
#storelist li:nth-child(4n+4) {width:130px;}
}

@media (max-width:991px) {


.store-logo{display:block;margin:0 auto 40px auto;width:550px;height:auto;}
#storelist li{font-size:10px;margin-top:6px;margin-bottom:6px;}
#storelist{width:750px;}
#storelist li:nth-child(4n+1) {width:195px;padding-left:4px;}
#storelist li:nth-child(4n+2) {width:260px;}
#storelist li:nth-child(4n+3) {width:180px;}
#storelist li:nth-child(4n+4) {width:auto;}

/**/
.row {width:767px; height:auto; margin:0 auto 10px auto; overflow:hidden;}
.gutter-big-x-1r3p {margin:15px 14px 15px 13px;} /*Odd*/
.gutter-big-x-1r3p:nth-child(3n+1) {margin-left:1px;}
.gutter-big-x-1r3p:nth-child(3n+3) {margin-right:0;}
	
.thumbnail-product-big-x {width:234px; height:274px; display:inline-block; margin:0 0 12px 0;}	
	
.thumbnail-product-big-x img {left:0; -webkit-transition: opacity 1s ease-in-out; -moz-transition: opacity 1s ease-in-out; -o-transition: opacity 1s ease-in-out; transition: opacity 1s ease-in-out; width:234px; height:273px;} /*line 837*/
.thumbnail-product-big-x .bottom {margin-top:-39px; position:relative; z-index:1;} /*line 838*/
.thumbnail-product-big-x .top {margin-bottom:-234px; position:relative; z-index:2} /*line 839*/
.thumbnail-product-big-x:hover .top {opacity:0;} /*line 840*/
	
/**/
	
/* Copy from MF-Fluid-Store-EN-SG.css Begin*/	
.product-series{font-size:13px;transition:0.4s;}
.product-name{font-size:16px;transition:0.4s;}
.product-category{font-size:11px;padding-top:1px;padding-bottom:4px;transition:0.4s;}
.product-price{font-size:18px;line-height:1;transition:0.4s;}
.product-price-before{font-size:12px;line-height:1.2;transition:0.4s;}
.product-price-before-x{font-size:12px;line-height:1.2;transition:0.4s;}

.payment-gateway {margin-bottom:30px; transition:0.4s;}
.payment-gateway p{font-size:12px;line-height:1.5;transition:0.4s;}
.payment-gateway a{width:250px;transition:0.4s;}
.payment-gateway img{width:210px;transition:0.4s;}
/* Copy from MF-Fluid-Store-EN-SG.css End*/
}

@media (max-width:768px) {
	
/**/
.row {width:552px;margin:0 auto 10px auto; overflow:hidden;}
	
.thumbnail-product-wrapper-big-x {width:auto;height:auto;border:0px solid red;display:block;}
.gutter-big-x-1r3p {margin:0 auto 40px auto;} /*Odd*/
.gutter-big-x-1r3p:nth-child(3n+1) {margin:0 auto 40px auto;}
.gutter-big-x-1r3p:nth-child(3n+2) {margin:0 auto 40px auto;}
.gutter-big-x-1r3p:nth-child(3n+3) {margin:0 auto 40px auto;}	
	
.thumbnail-product-big-x img {left:-20px; -webkit-transition: opacity 1s ease-in-out; -moz-transition: opacity 1s ease-in-out; -o-transition: opacity 1s ease-in-out; transition: opacity 1s ease-in-out; width:293px; height:341px;border:0px solid purple;}
.thumbnail-product-big-x .bottom {margin-top:-20px; position:relative; z-index:1}  
.thumbnail-product-big-x .top {margin-bottom:-320px; position:relative; z-index:2}
.thumbnail-product-big-x:hover .top {opacity:0;}
/**/
	
/* Copy from MF-Fluid-Store-EN-SG.css Begin*/	
.product-series{font-size:13px;transition:0.4s;display:block;margin-top:60px;}
.product-name{font-size:16px;transition:0.4s;display:block;}
.product-category{font-size:11px;padding-top:1px;padding-bottom:4px;transition:0.4s;display:block;}
.product-price{font-size:18px;line-height:1;transition:0.4s;display:block;}
.product-price-before{font-size:12px;line-height:1.2;transition:0.4s;display:block;}
.product-price-before-x{font-size:12px;line-height:1.2;transition:0.4s;display:block;}

.payment-gateway {margin-bottom:30px; transition:0.4s;}
.payment-gateway p{font-size:12px;line-height:1.5;transition:0.4s;}
.payment-gateway a{width:250px;transition:0.4s;}
.payment-gateway img{width:210px;transition:0.4s;}
/* Copy from MF-Fluid-Store-EN-SG.css End*/

.big-title{font-size:20px;color:grey;text-align:center;margin-bottom:26px;text-transform: uppercase;}
	.store-logo{display:none;}
	.store-logo-ss{display: block;margin:0 auto 40px auto; width:300px;height:auto;}
	#storelist{width:280px;}
	#storelist ul:hover{background-color:#EDEDED;transition:0.3s;} /*#EDEDED*/
	#storelist li{font-size:14px;margin-top:6px;margin-bottom:6px;display:block;}
	#storelist .title {display:none;}
	#storelist .ss-hide{display:none;}
	#storelist .ss-overline {border-top:1px solid #DADADA;}
	#storelist li:nth-child(4n+1) {width:auto;padding-left:6px;font-weight:600;margin-top:20px;}
	#storelist li:nth-child(4n+2) {width:auto;padding-left:6px;line-height:1.2;}
	#storelist li:nth-child(4n+3) {width:auto;padding-left:6px;line-height:1.2;}
	#storelist li:nth-child(4n+4) {width:auto;padding-left:6px;line-height:1.2;margin-bottom:20px;}
}

@media (max-width:560px){
/**/
.row {width:552px;margin:0 auto 10px auto; overflow:hidden;}
	
.thumbnail-product-wrapper-big-x {width:90%;height:auto;border:0px solid green;display:block;}
.gutter-big-x-1r3p {margin:0 auto 40px auto;} /*Odd*/
.gutter-big-x-1r3p:nth-child(3n+1) {margin:0 auto 40px auto;}	
.gutter-big-x-1r3p:nth-child(3n+3) {margin:0 auto 40px auto;}	
	
.thumbnail-product-big-x img {left:-29px; -webkit-transition: opacity 1s ease-in-out; -moz-transition: opacity 1s ease-in-out; -o-transition: opacity 1s ease-in-out; transition: opacity 1s ease-in-out; width:293px; height:341px;border:0px solid purple;}
.thumbnail-product-big-x .bottom {margin-top:-20px; position:relative; z-index:1}  
.thumbnail-product-big-x .top {margin-bottom:-320px; position:relative; z-index:2}
.thumbnail-product-big-x:hover .top {opacity:0;}
/**/
	
	/* Copy from MF-Fluid-Store-EN-SG.css Begin*/	
	.product-series{font-size:13px;transition:0.4s;}
	.product-name{font-size:16px;transition:0.4s;}
	.product-category{font-size:11px;padding-top:1px;padding-bottom:4px;transition:0.4s;}
	.product-price{font-size:18px;line-height:1;transition:0.4s;}
	.product-price-before{font-size:12px;line-height:1.2;transition:0.4s;}
	.product-price-before-x{font-size:12px;line-height:1.2;transition:0.4s;}

	.payment-gateway {margin-bottom:30px; transition:0.4s;}
	.payment-gateway p{font-size:12px;line-height:1.5;transition:0.4s;}
	.payment-gateway a{width:250px;transition:0.4s;}
	.payment-gateway img{width:210px;transition:0.4s;}
	/* Copy from MF-Fluid-Store-EN-SG.css End*/
	
	.PG-ADJ-1 {display:none;}
	.store-logo-ss{display: block;margin:0 auto 40px auto; width:250px;height:auto;}
	}

@media (max-width:480px){
.row {width:90%;  margin:0 auto 10px auto; overflow:hidden;}

.thumbnail-product-wrapper-big-x {width:90%;height:auto;border:0px solid green;display:block;}
.gutter-big-x-1r3p {margin:0 auto 40px auto;} /*Odd*/
.gutter-big-x-1r3p:nth-child(3n+1) {margin:0 auto 40px auto;}	
.gutter-big-x-1r3p:nth-child(3n+3) {margin:0 auto 40px auto;}	
	
.thumbnail-product-big-x img {left:-29px; -webkit-transition: opacity 1s ease-in-out; -moz-transition: opacity 1s ease-in-out; -o-transition: opacity 1s ease-in-out; transition: opacity 1s ease-in-out; width:293px; height:341px;border:0px solid purple;}
.thumbnail-product-big-x .bottom {margin-top:-20px; position:relative; z-index:1}  
.thumbnail-product-big-x .top {margin-bottom:-320px; position:relative; z-index:2}
.thumbnail-product-big-x:hover .top {opacity:0;}
/**/
	
.store-title h3{font-size:34px;color:#00AAED;text-align:center;display:block;line-height:normal;margin-top:60px;margin-bottom:8px;transition:0.4s;}
.store-title p{font-size:18px;transition:0.4s;}
.store-title p>small{display:none;}
/* Copy from MF-Fluid-Store-EN-SG.css Begin*/	
.payment-gateway p{font-size:13px;line-height:1.5;width:90%;height:auto;margin:0 auto 20px auto;transition:0.4s;}
/* Copy from MF-Fluid-Store-EN-SG.css End*/
.PG-ADJ-1 {display:none;}
}

/*Store List*/

