@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Alice&family=Allura&family=Merriweather:wght@700&family=Roboto:wght@400;900&family=Fira+Sans:wght@200&family=Dancing+Script&display=swap');


/*------------------------------------------------*/
/* Global STYLES */
/*------------------------------------------------*/

html {
  scroll-behavior: smooth;
}

a, a:link, a:visited, a:active {
    color:#262262;
    text-decoration: none;
	-webkit-transition:all ease .4s; transition:all ease .4s;
}

a:hover {
        color:#003e65;
        text-decoration: none;
		-webkit-transition:all ease .4s; transition:all ease .4s;
}

body {

}


h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
    margin: 0 0 10px 0;
}

h1  {font-size:44px;color:#70543f;font-family: 'Roboto', sans-serif;font-weight:900;}


h2 {
    font-size: 32px;
	color:#111;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
}

h3 {
	font-size:26px;color:#4a9704;font-weight:900;
}

h4 {
    font-size: 18px;
    color: #111;
}

h5  {
    font-size: 14px;
    color: #111;
}

h6  {
    font-size: 13px;
    color: #666;
}

p {
    margin: 0 0 25px 0;
}

hr {
    clear: both;
    height: 0;
    border: solid #c0c0c0;
    border-width: 1px 0 0;
    margin: 20px 0 20px 0;
}

div, p {line-height:28px; font-size:20px; color:#222;font-family: 'Roboto', sans-serif;}

td {color:#222;padding:5px;line-height:18px; font-size:16px;font-family: 'Roboto', sans-serif;}

ul li {
    font-size:  16px; 
	color:#222;
	margin-bottom: 8px;
	}

ol li {
    list-style-type: decimal;
    margin-bottom: 8px;
	font-size:  16px; 
}

ol ol {
    margin-top: 8px;
    margin-left: 30px;
}

    ol ol li {
        list-style-type: lower-roman;
    }

    ol ol ol li {
        list-style-type: lower-alpha;
    }

ol ul li {
    list-style-type: lower-roman;
}


/*------------------------------------------------*/
/* Responsive Video and Image STYLE */
/*------------------------------------------------*/

img {
	max-width: 100%;
	height:auto;
}


.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*------------------------------------------------*/
/* Bootstrap ultilities */
/*------------------------------------------------*/

/* no-gutters Class Rules */
.row.no-gutters {
   margin-right: 0;
   margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
   padding-right: 0;
   padding-left: 0;
}


/* Main boxes flex column STYLES */

.row-flex, .row-flex > div[class*='col-'] {  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}

.row-flex-wrap {
	-webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex:0;
}

.row-flex > div[class*='col-'], .container-flex > div[class*='col-'] {
	 margin:-.2px; /* hack adjust for wrapping */
}

.container-flex > div[class*='col-'] div,.row-flex > div[class*='col-'] div {
	width:100%;
}


.flex-col {
    display: flex;
    display: -webkit-flex;
    flex: 1 100%;
	flex-flow: column nowrap;
}

.flex-grow {
	display: flex;
    -webkit-flex: 2;
    flex: 2;
}

/* End Main boxes flex column STYLES */

.imglg{ transition: all .2s ease-in-out; }
.imglg:hover { transform: scale(1.02); }

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/*------------------------------------------------*/
/* Navigation Styles */
/*------------------------------------------------*/
.navbar-default .navbar-toggle:focus, .navbar-default  .navbar-toggle:hover {background-color:transparent;position:relative;z-index:1000;}
.navbar-default .navbar-toggle {border:1px solid #FFF;position:relative;z-index:1000;}
.navbar-default .navbar-toggle .icon-bar {background:#FFF;position:relative;z-index:1000;}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
}
.navbar .navbar-collapse {
    text-align:center;
}
.navbar-default .navbar-nav > li > a {color:#FFF;}

.navbar{min-height:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;margin-bottom:0;}

.navbar-default{background-color:transparent;border:none;}


.navbar-collapse{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;border:none;padding-right:0;padding-left:0;}
#dnnMenu .navbar-header {text-align: center;}

.nav > li {margin-bottom:0px;}
.nav > li > a {padding: 10px 7px;}

#dnnMenu .topLevel>li>a {font-family: 'Roboto', sans-serif;padding-top:3px;padding-bottom:3px;background:transparent;color:#FFF;transition: all .4s ease; margin: 0 3px 0 3px;text-transform:uppercase;}

#dnnMenu .topLevel>li>a:focus{font-family: 'Roboto', sans-serif;padding-top:3px;padding-bottom:3px;background:transparent;color:#feb512;transition: all .4s ease;margin: 0 3px 0 3px; }

#dnnMenu .topLevel>li>a:hover{font-family: 'Roboto', sans-serif;padding-top:3px;padding-bottom:3px;background:transparent;color:#feb512;transition: all .4s ease;margin: 0 3px 0 3px;}

#dnnMenu .topLevel>li.active>a {background:transparent;color:#feb512;transition: all .4s ease; }
#dnnMenu .topLevel>li.active>a:focus {background:transparent;color:#feb512;transition: all .4s ease; }
#dnnMenu .topLevel>li.active>a:hover {background:transparent;color:#feb512;transition: all .4s ease; }

#dnnMenu .topLevel>.open>a {background:transparent;color:#feb512;border-radius:0;transition: all .4s ease;}
#dnnMenu .topLevel>.open>a:hover{background:transparent;color:#feb512;transition: all .4s ease;}
#dnnMenu .topLevel>.open>a:focus{background:transparent;color:#feb512;transition: all .4s ease;}

#dnnMenu .topLevel>.active.open>a {background:transparent;color:#feb512;transition: all .4s ease;}
#dnnMenu .topLevel>.active.open>a:hover {background:transparent;color:#feb512;transition: all .4s ease;}
#dnnMenu .topLevel>.active.open>a:focus{background:transparent;color:#feb512;transition: all .4s ease;}

#dnnMenu .topLevel>li>a span {font-size:13px;border-radius:0px;transition: all .4s ease;} 
#dnnMenu .topLevel>li>a:focus span{font-size:13px;border-radius:0px;transition: all .4s ease;}
#dnnMenu .topLevel>li>a:hover span{font-size:13px;border-radius:0px;transition: all .4s ease;}

.navbar-default .topLevel>li>a{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}

#dnnMenu .dropdown-menu::after{bottom:100%;left:30%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(241,241,241,0);border-bottom-color:#f1f1f1;border-width:10px;margin-left:-30px;}

#dnnMenu .dropdown-menu{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;background:#f1f1f1;padding:0;top:10px;}

#dnnMenu .dropdown-menu li{margin-bottom:0px;background:none;float:none;clear:both;width:auto;padding:5px 5px;border-bottom:1px solid #e1e1e1;-o-transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;}

#dnnMenu .dropdown-menu li:hover{color:#3f3f3f;background:#CCC;margin-bottom:0px;} 
#dnnMenu .dropdown-menu li:last-child{margin-bottom:0px;color:#3f3f3f;} 
#dnnMenu .dropdown-menu li>a {background:transparent;color:#3f3f3f;}
#dnnMenu .dropdown-menu li>a:focus {background:transparent;color:#3f3f3f;}
#dnnMenu .dropdown-menu li>a:hover {background:transparent;color:#3f3f3f;}
#dnnMenu .dropdown-menu li.active>a,
#dnnMenu .dropdown-menu li.active a:hover {margin-bottom:0px;color:#3f3f3f;} 
#dnnMenu .dropdown-menu li.active a:focus{color:#3f3f3f;margin-bottom:0px;}

#dnnMenu .dropdown-menu a:hover{color:#3f3f3f;margin-bottom:0px;}

.subLevelRight::after{}


@media only screen and (max-width:768px) {
	
.main-navigation {
		height:auto;
		width:100%;}
	
	nav{display:none;}
	
	a.mobile-nav-btn{
		display:block;
		float:right;
		width:50px;
		height:46px;
		margin-top:15px;
		text-align:center;
		color:#383838;
	}
	a.mobile-nav-btn:hover{text-decoration:none;}

#navbar-top-wrapper{clear:both;position:relative;}
	
#navbar{float:none!important;}

}

@media only screen and (min-width:768px) {
	#dnnMenu .nav li{font-size:15px;}
	#dnnMenu .navbar-nav > li > a {}
	#dnnMenu .navbar-nav > li > a:focus {}
	#dnnMenu .navbar-nav > li > a:hover {}

}

@media only screen and (min-width:768px) and (max-width:995px){
	#dnnMenu .nav li{font-size:15px;}
	#dnnMenu .navbar-nav > li > a {}
	#dnnMenu .navbar-nav > li > a:focus {}
	#dnnMenu .navbar-nav > li > a:hover {}
	#dnnMenu .topLevel>li>a span {font-size:13px;border-radius:0px;transition: all .4s ease;} 
    #dnnMenu .topLevel>li>a:focus span{font-size:13px;border-radius:0px;transition: all .4s ease;}
    #dnnMenu .topLevel>li>a:hover span{font-size:13px;border-radius:0px;transition: all .4s ease;}

}

@media only screen and (max-width:767px){

.navbar .navbar-nav {
    display: inline-block;
    float: none;
}
	
.navbar .navbar-collapse {
    text-align: center !important;
}

	
.navbar-default{background-color:transparent;border:none;text-align: center;}
.navbar-collapse{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;border:none;}
	
.navbar-nav.sm-collapsible a.has-submenu {padding-right:10px;margin-bottom: 0;}		
	
.navbar-default .navbar-collapse, .navbar-default .navbar-form {border:none;}	

#dnnMenu .topLevel {text-align:center;width:100%;margin:0;padding:0;}
	
#dnnMenu .topLevel li {position:relative;background:transparent;list-style-type:none;float:none;margin:0;border-top:1px solid rgba(0,0,0,.1);}
	
#dnnMenu .topLevel li a {border-right:none;padding-top:0;padding-bottom:6px;color:#FFF;margin:0;background:transparent;}	
#dnnMenu .topLevel li a:focus{border-right:none;padding-top:0;padding-bottom:6px;color:#feb512;;margin:0;background:#302f6c;}	
#dnnMenu .topLevel li a:hover{border-right:none;padding-top:0;padding-bottom:6px;color:#feb512;;margin:0;background:#302f6c;}
	
#dnnMenu .topLevel li.active a{color:#feb512;;margin:0;background:#302f6c;}
#dnnMenu .topLevel li.active a:focus{color:#feb512;;margin:0;background:#302f6c;} 
#dnnMenu .topLevel li.active a:hover{color:#feb512;;margin:0;background:#302f6c;}
	
#dnnMenu .topLevel li a span{font-size:16px;line-height:42px;margin:0;}	
#dnnMenu .topLevel li a:focus span{font-size:16px;} 
#dnnMenu .topLevel li a:hover span{font-size:16px;}

#dnnMenu .topLevel .dropdown.open a span{font-size:16px;}
#dnnMenu .topLevel .dropdown-menu.subLevel a span{font-size:16px;}

	
#dnnMenu .topLevel>.open>a {background:#302f6c;color:#feb512;;border-radius:0;transition: all .4s ease;}
	
#dnnMenu .topLevel>.open>a:hover{color:#feb512;;background:#302f6c;transition: all .4s ease;}
#dnnMenu .topLevel>.open>a:focus{color:#feb512;;background:#302f6c;transition: all .4s ease;}

#dnnMenu .topLevel>.active.open>a {background:#302f6c;color:#feb512;;transition: all .4s ease;}
#dnnMenu .topLevel>.active.open>a:hover {;color:#feb512;;background:#302f6c;transition: all .4s ease;}
#dnnMenu .topLevel>.active.open>a:focus{color:#feb512;;background:#302f6c;transition: all .4s ease;}	
	
#dnnMenu .dropdown.open .subLevel>li a span{text-align:center;font-size:16px;}
#dnnMenu .dropdown.open .subLevel>li a:focus span{text-align:center;font-size:16px;}
#dnnMenu .dropdown.open .subLevel>li a:hover span{text-align:center;font-size:16px;}
	
.navbar-nav.sm-collapsible .caret,.navbar-nav.sm-collapsible ul .caret{color:#333;position:absolute;right:0;padding:5px;width:65px;height:48px;line-height:50px;text-align:center;border-width:0;border-color:none;border-style:none;top:0;background-color:#DDD;display:block;margin:0;border-radius:0;font-size:1.3em;}
	
#dnnMenu .dropdown-menu{padding:0;z-index:1000;}
#dnnMenu .dropdown-menu::after{pointer-events:none;border-color:none;border-width:0;}
#dnnMenu .dropdown-menu.subLevel{padding:0;}
#dnnMenu .dropdown-menu.subLevel li.active a span{color:#666;}
#dnnMenu .dropdown-menu.subLevel li{color:#DDD;background:#4a4f54;border-bottom:1px solid #4a4b4c;padding:0;text-align:center;}
#dnnMenu .dropdown-menu.subLevel li a {font-size:18px;color:#DDD;background:#4a4f54;padding:0;}
#dnnMenu .dropdown-menu.subLevel li a:hover {font-size:18px;color:#DDD;background:#5e5e5e;padding:0;}
#dnnMenu .dropdown-menu.subLevelRight li {font-size:18px;color:#DDD;background:#5d6062;padding:0;}
#dnnMenu .dropdown-menu.subLevelRight li a:hover { font-size:18px;color:#DDD;background:#CCC;padding:0;}

}


/*------------------------------------------------*/
/* Global Button Styles */
/*------------------------------------------------*/

.ReadButton a:link, .ReadButton a:visited {
  padding: 13px;
  text-align: center;
  color: #333;
  font-size:24px;
  display: block;
  border-radius:25px;
  width: 100%;
  background:#EEE;
  font-family: 'Roboto', sans-serif;
  margin:5px 0 5px 0; 
  -webkit-box-shadow:0 0 15px 0 rgba(0,0,0,0.2);box-shadow:0 0 15px 0 rgba(0,0,0,0.2);
  -webkit-transition:all ease .4s; transition:all ease .4s;
}

.ReadButton a:hover, .ReadButton a:active {
  padding: 13px;
  text-align: center;
  color: #333;
  font-size:24px;
  display: block;
  border-radius:25px;
  width: 100%;
  background:#FFF;
  font-family: 'Roboto', sans-serif;
  margin:5px 0 5px 0; 
  -webkit-box-shadow:0 0 15px 0 rgba(0,0,0,0.2);box-shadow:0 0 15px 0 rgba(0,0,0,0.2);
  -webkit-transition:all ease .4s; transition:all ease .4s;
}



.SmallButton a:link, .SmallButton a:visited {
  padding: 7px;
  text-align: center;
  color: #333;
  font-size:20px;
  display: block;
  border-radius:25px;
  width: 100%;
  background:#EEE;
  font-family: 'Roboto', sans-serif;
  margin:5px 0 5px 0; 
  -webkit-box-shadow:0 0 15px 0 rgba(0,0,0,0.2);box-shadow:0 0 15px 0 rgba(0,0,0,0.2);
  -webkit-transition:all ease .4s; transition:all ease .4s;
}

.SmallButton a:hover, .SmallButton a:active {
  padding: 7px;
  text-align: center;
  color: #333;
  font-size:20px;
  display: block;
  border-radius:25px;
  width: 100%;
  background:#FFF;
  font-family: 'Roboto', sans-serif;
  margin:5px 0 5px 0; 
  -webkit-box-shadow:0 0 15px 0 rgba(0,0,0,0.2);box-shadow:0 0 15px 0 rgba(0,0,0,0.2);
  -webkit-transition:all ease .4s; transition:all ease .4s;
}


.IndependentButton a:link, .IndependentButton a:visited {
  padding: 10px;
  text-align: center;
  color: #444;
  font-size:18px;
  display: block;
  border-radius:25px;
  background:#FFF;
  font-family: 'Roboto', sans-serif;
  margin:5px 0 5px 0;
  border:1px solid #DDD;
  -webkit-transition:all ease .4s; transition:all ease .4s;
}

.IndependentButton a:hover, .IndependentButton a:active {
  padding: 10px;
  text-align: center;
  color:#262262;
  font-size:18px;
  display: block;
  border-radius:25px;
  background:#FFF;
  border:1px solid #262262;	
  font-family: 'Roboto', sans-serif;
  margin:5px 0 5px 0; 
  -webkit-transition:all ease .4s; transition:all ease .4s;
}



.MoreButton a:link, .MoreButton a:visited {
  padding: 13px;
  text-align: center;
  color: #FFF;
  font-size:24px;
  display: block;
  border-radius:25px;
  width: 100%;
  background:#feb512;
  font-family: 'Roboto', sans-serif;
  margin:5px 0 5px 0;
  border:1px solid #feb512;
  -webkit-box-shadow:0 0 15px 0 rgba(0,0,0,0.2);box-shadow:0 0 15px 0 rgba(0,0,0,0.2);
  -webkit-transition:all ease .4s; transition:all ease .4s;
}

.MoreButton a:hover, .MoreButton a:active {
  padding: 13px;
  text-align: center;
  color:#feb512;
  font-size:24px;
  display: block;
  border-radius:25px;
  width: 100%;
  background:#FFF;
  border:1px solid #feb512;	
  font-family: 'Roboto', sans-serif;
  margin:5px 0 5px 0; 
  -webkit-box-shadow:0 0 15px 0 rgba(0,0,0,0.2);box-shadow:0 0 15px 0 rgba(0,0,0,0.2);
  -webkit-transition:all ease .4s; transition:all ease .4s;
}


.BlueButton {
  padding: 13px;
  text-align: center;
  color: #FFF;
  font-size:24px;
  display: block;
  border-radius:25px;
  width: 100%;
  background:#DDD;
  font-family: 'Roboto', sans-serif;
  margin:5px 0 5px 0;
  border:1px solid #282762;
  -webkit-box-shadow:0 0 15px 0 rgba(0,0,0,0.2);box-shadow:0 0 15px 0 rgba(0,0,0,0.2);
  -webkit-transition:all ease .4s; transition:all ease .4s;
	height:90px;
}
.BlueButton {text-align:center;}
.BlueButton h3 {font-size:24px;color:#FFF;}
.BlueButton p {font-size:16px;color:#FFF;margin-bottom:0;}

/*------------------------------------------------*/
/* Header STYLES */
/*------------------------------------------------*/


.headertopwrap {background:#FFF;padding:7px 0 7px 0;}
.headerbutton {display:block;padding-top:20px;}
.headertext {text-align:center;}

.headertext h3 {font-size:16px;color:#262262;font-family: 'Roboto', sans-serif;font-weight:900;padding-top:35px;}
.headertext h3 span {font-size:14px;color:#262262;font-family: 'Roboto', sans-serif;font-weight:400;}

.headerforty {display:flex;align-items: center;justify-content: center;flex-direction: column;}
.headerforty img { max-width: 100px;max-height: 100px;}

.menuwrap {background:#262262;min-height:55px;}

.fixedmenu {position:fixed;background:#262262;width:100%;top:0;z-index:100;}
.fixedcart {position:fixed;top:0;z-index:100;}

.headerwrap {padding:7px 0 7px 0;}

.menupad {padding-top:14px;}

.logo {text-align:center;padding-top:5px;}

.contact {color:#666;text-align:right;padding-top:15px;}

.contact a:visited, .contact a:link {
line-height:20px;font-size:17px;color:#666;-webkit-transition:all ease .4s; transition:all ease .4s;}

.contact  a:hover, .contact a:active {
line-height:20px;font-size:17px;color:#999;-webkit-transition:all ease .4s; transition:all ease .4s;}

.family {text-align: center;padding-top:10px;}
.family h3 {color:#990000;font-size:17px;font-weight:bold;}
.family h1 { font-size:20px;color:#262262;font-family: 'Roboto', sans-serif;}
.family p {font-size:18px;font-weight:bold;}
.family span {display:inline-block;}
.social {text-align: center;padding-top:10px;}



/*------------------------------------------------*/
/* Main Content STYLES */
/*------------------------------------------------*/


.cart {text-align:center;background:#8dc63f;height:55px;width:100%;color:#FFF;position:relative;} 


.showcasewrap {
	background-image:url('images/showcase-responsive_bg.jpg');
	background-position:top bottom;
	background-size:cover;
	width:100%;
	border-bottom:1px solid #282762;
}
.showcasewrapnew {
 display:block;
}


.showcasewrapbk {
	padding-bottom:13%;
	width:100%;
	background-image:url('images/showcase-responsive-bk_bg.jpg');
	background-size:cover;
	background-position: top center; /* IE fix */

}

.showcasedesktop {display:block;}

.showcasemobile {display:none;
	background-image:url('images/showcase-mobile-responsive_bg.jpg');
	background-position:top bottom;
	background-size:cover;
	width:100%;
	padding:90px 0 40px 0;
}


.homewrap {padding:50px 0 20px 0;}

.dealwrap{padding:15px 0 60px 0;background:#f3f4ef;}

.effectivetext {text-align:center;}
.effectivetext h4 {font-size:26px;color:#111;font-weight:900;}
.effectivetext h2 {font-size:48px;color:#70543f;font-family: 'Roboto', sans-serif;}
.effectivetext h3 {font-size:26px;color:#4a9704;font-weight:900;margin-bottom:10px;}
.effectivetext p {font-size:26px;color:#111;font-weight:400;}

.workstext {text-align:center;}
.workstext h2 {font-size:48px;text-align:center;color:#70543f;font-family: 'Roboto', sans-serif;}
.workstext p {font-size:22px;line-height:32px;color:#111;font-weight:400;}

.showcasetext {text-align:center;padding-top:50px;}

.showcasenewtext {text-align:center;}
.showcasenewtext img {text-align:center;border-radius:50%;box-shadow:0 0 20px rgba(0,0,0,0.2);padding:3px;border:1px solid #EEE;}
.showcasenewtext h1 {font-family: 'Roboto', sans-serif;color:#262262;font-size:32px;font-weight:900;}
.showcasenewtext p {padding-top:10px;font-size:22px;color:#262262;line-height:26px;}
.showcasenewtext h2 {font-family: 'Roboto', sans-serif;font-weight:400;color:#005dd0;font-size:24px;}
.showcasenewtext h3 {font-family: 'Dancing Script', cursive;color:#FFF;font-size:68px;line-height:70px;text-shadow:-1px 0 3px #262262;}
	
	
.directtext {text-align:center;}

.directtext h2{font-family: 'Fira Sans', sans-serif;font-size:38px;}
.directtext  p {font-family: 'Fira Sans', sans-serif;font-size:26px;}

.productwrap {padding:20px 0 20px 0;background:#ffecb7;border-bottom: 5px solid #feb512;border-top: 5px solid #feb512;}
.producttext {padding-top:40px;}

.mainwrap {padding:60px 0 60px 0;background:#f3f4ef;}

.featurewrap {padding:0 150px 40px 150px;background:linear-gradient(180deg,#f3f4ef,#FFF);}

.featuredwrap {padding:20px 150px 40px 150px;background:#FFF;}

.featurebox {background:#FFF;padding:15px;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,0.2);box-shadow:0 0 20px 0 rgba(0,0,0,0.2);}

.newsletterwrap {padding: 40px 0 20px 0;}
.newslettertext {text-align:center;}

.newslettertext h2 {font-size:42px;text-align:center;color:#70543f;font-family: 'Roboto', sans-serif;}
.newslettertext h3 {color:#111;font-size:34px;font-weight:400;text-align:center;padding-bottom:15px;}
.newslettertext p {font-size:26px;line-height: 30px;}

.boxarea {text-align:center;height:580px;display:block;position:relative;}
.boxarea img {margin-bottom:15px; border:5px solid #111;}
.boxarea h2 {font-size:34px;text-align:center;color:#70543f;font-family: 'Roboto', sans-serif;}
.boxarea h3 {color:#CC0000;font-size:22px;text-align:center;padding-bottom:15px;}
.boxarea p {font-size:20px;line-height:24px;}

.boxbottom { 
	position:absolute;bottom:10px;width:94%;text-align:center;margin:auto 0;
}

.testimonialwrap {
	background-image:url('images/testimonial-responsive_bg.jpg');
	background-position:bottom left;
	background-size:cover;
	width:100%;
	padding-bottom:8%;
}

.testimonialmanwrap {
	background-image:url('images/testimonial-responsive-man_bg.jpg');
	background-position:bottom left;
	background-size:cover;
	width:100%;
	padding-bottom:8%;
}

.testimonialbg {
	padding:25px;
	text-align:center;
	border-style: solid; 
	border-width: 60px; 
	border-color:transparent;
	-moz-border-image: url('images/testimonial-responsive_bg.png') 60 60 60 round; 
	-webkit-border-image: url('images/testimonial-responsive_bg.png') 60 60 60 round; 
	-o-border-image: url('images/testimonial-responsive_bg.png') 60 60 60 round; 
	border-image: url('images/testimonial-responsive_bg.png') 60 60 60 round;
}

.testinner {
	background:#f3e3c6;
	margin:-40px;
}

.testinner2 {
	background:#e6f3c6;
	margin:-40px;
}

.testimonial2bg {
	padding:25px;
	text-align:center;
	border-style: solid; 
	border-width: 60px; 
	border-color:transparent;
	-moz-border-image: url('images/testimonial-responsive2_bg.png') 60 60 60 round; 
	-webkit-border-image: url('images/testimonial-responsive2_bg.png') 60 60 60 round; 
	-o-border-image: url('images/testimonial-responsive2_bg.png') 60 60 60 round; 
	border-image: url('images/testimonial-responsive2_bg.png') 60 60 60 round;
}

.testinner2 h2 {font-size:32px;color:#140f44;padding:10px;border-bottom:1px solid #140f44;font-family: 'Roboto', sans-serif;font-weight:800;}

.testinner h2 {font-size:32px;color:#70543f;font-family: 'Alice', serif;padding:10px;border-bottom:1px solid #70543f;}

.skinbox {height:400px;}

.testimonialwoman {text-align:center;}
.testimonialwoman img {border-radius:50%;border:5px solid #FFF;-webkit-box-shadow:0 15px 15px 0 rgba(0,0,0,0.2);box-shadow:0 15px 15px 0 rgba(0,0,0,0.2);}


.shippingbanner {
	background-image:url('images/free-shipping_bg.jpg');
	background-position:top left;
	background-size:cover;
	width:100%;
	padding-bottom:30px;
	padding-top:30px;
	font-size:64px;
	line-height:66px;
	font-weight:900;
	color:#CC0000;
	text-align:center;
	border:3px solid #FFF;
	border-radius:15px;
	text-shadow: 2px 2px 1px #EEE;
	margin-bottom:35px;
}

.shippingbanner span {font-weight:400;display:inline-block;font-size:44px;color:#111;}


.productbox {-webkit-box-shadow:0 0 7px 0 rgba(0,0,0,0.1);box-shadow:0 0 7px 0 rgba(0,0,0,0.1);padding:24px;background:#FFF;border-radius:8px;border:1px solid #DDD;}

.jumpbox {
  right:0;
  width:50px;
  height:50px;
  background:rgba(255,255,255,0.5);
  position: fixed;
  top: 85%;
  -webkit-transform: translateY(-15%);
  -ms-transform: translateY(-15%);
  transform: translateY(-15%);
  z-index: 1000;
  padding-top:8px;
  box-shadow:0 0 15px 0 rgba(0,0,0,0.3);
}


/*------------------------------------------------*/
/* Footer Content STYLES */
/*------------------------------------------------*/

.footerimg {padding-top:25px;}

.footertext {font-size:14px;color:#CCC;text-align:center;}
.footertext p {font-size:14px;color:#CCC;text-align:center;}
.footertext h2 {font-size:34px;color:#FFF;font-weight:900;text-align:left;}
.footertext h3 {font-size:22px;color:#FFF;text-align:left;}

.footertext ul {margin:0;padding:0;list-style:none;}
.footertext  ul li {margin:0;padding:0;list-style:none;display:block;color:#FFF;font-size:18px;}

.footertext li {font-size:18px;text-align:left;color:#FFF;}

.footertext li a:visited, .footertext li a:link {color:#FFF; font-size:18px;-webkit-transition:all ease .4s; transition:all ease .4s;}
.footertext li a:hover, .footertext li a:active {color:#feb512;font-size:18px;-webkit-transition:all ease .4s; transition:all ease .4s;}

.footertopwrap {
	background:#0b0146;
	padding:20px 0 30px 0;
}


.login li {color:#333;font-size:11px;}

a.login:visited {color:#333; font-size:11px; text-decoration:none;}
a.login:active {color:#333; font-size:11px; text-decoration:none;}
a.login:link {color:#333; font-size:11px; text-decoration:none;}
a.login:hover {color:#666; font-size:11px; text-decoration:underline;}

.copyright {font-family: 'Roboto', sans-serif;font-size: 12px;color: #333;text-align:center;padding:5px;}

a.copyright:visited {color: #333; font-size:12px; text-decoration:none;}
a.copyright:active {color: #333; font-size:12px; text-decoration:none;}
a.copyright:link {color: #333; font-size:12px; text-decoration:none;}
a.copyright:hover {color: #666; font-size:12px; text-decoration:underline;}


.wecontrol {
    text-align: center;
    font-size: 11px;
    padding-top: 10px; 
	border-top:#333333 1px solid;   
	color: #333;
}
.wecontrol ul li { 
  display: inline; 
  color: #333;                                
}

.wecontrol ul li a
{
   text-decoration: none;
   padding: 3px;
   color: #333;
}

.wecontrol ul li a:hover {
    color: #666;
    text-decoration:underline;
}



/*------------------------------------------------*/
/* @media Display STYLES */
/*------------------------------------------------*/

.mobile {display:none;}	


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
.boxarea {text-align:center;height:600px;display:block;position:relative;}		
.featurewrap {padding:0 20px 40px 20px;background:linear-gradient(180deg,#DDD,#FFF);}
.featuredwrap {padding:20px 40px 40px 40px;background:#FFF;}

.testimonialwrap {
	background-image:url('images/testimonial-responsive_bg.jpg');
	background-position:5% bottom;
	background-size:cover;
	width:100%;
	padding-bottom:5%;

}
	

}	

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	
.headertopwrap {background:#FFF;}
.headerbutton {display:block;padding-top:5px;}
.headertext {text-align:center;}
.headertext h3 {font-size:16px;color:#262262;font-family: 'Roboto', sans-serif;font-weight:900;padding-top:7px;}
.headertext h3 span {font-size:14px;color:#262262;font-family: 'Roboto', sans-serif;font-weight:400;}
	
.headerforty {display:none;}
.IndependentButton {margin:0 auto;text-align:center;}	
.IndependentButton a:link, .IndependentButton a:visited {
  padding: 7px;
  font-size:14px;
	width:220px;
margin:0 auto;text-align:center;
}

.IndependentButton a:hover, .IndependentButton a:active {
  padding: 7px;
  font-size:14px;
	width:220px;margin:0 auto;text-align:center;
}
	
.contact {color:#666;text-align:center;padding-top:15px;}
.featurewrap {padding:0 10px 0 10px;background:linear-gradient(180deg,#DDD,#FFF);}
.featuredwrap {padding:20px 10px 10px 10px;background:#FFF;}	
.boxarea {text-align:center;height:650px;display:block;position:relative;}	
.boxarea h2 {font-size:28px;text-align:center;font-family: 'Roboto', sans-serif;}
	
.testimonialwrap {
	background-image:none;
	background-position:bottom left;
	background-size:auto;
	width:100%;
	padding-bottom:40px 0 40px 0;
}
	
.testimonialmanwrap {
	background-image:none;
	background-position:bottom left;
	background-size:auto;
	width:100%;
	padding-bottom:40px 0 40px 0;
}	
.skinbox {height:auto;}
	
.mobile {display:block;}

}

/* Small Devices, Tablets */

@media only screen and (max-width : 768px) {
	
.cart {position:fixed;}
.showcasewrap {margin-top:53px;}
.showcasewrapbk  {margin-top:53px;}
	

/*.showcasedesktop {display:none;}
.showcasemobile {
	display:block;
	background-image:url('images/showcase-mobile-responsive_bg.jpg');
	background-position:top bottom;
	background-size:cover;
	width:100%;
	padding:90px 0 40px 0;
	}	
	.showcasetext h3 {font-size:50px;color:#2c7eca;font-weight:900;}

*/
	
.boxarea {text-align:center;height:550px;display:block;position:static;}		
.boxarea h2 {font-size:28px;text-align:center;font-family: 'Roboto', sans-serif;}


.boxbottom {position:static;}	

.shippingbanner {
	background-image:url('images/free-shipping_bg.jpg');
	background-position:top left;
	background-size:cover;
	width:100%;
	padding:30px;
	font-size:38px;
	line-height:42px;
	font-weight:900;
	color:#CC0000;
	text-align:center;
	border:3px solid #FFF;
	border-radius:15px;
	text-shadow: 2px 2px 1px #EEE;
}

.shippingbanner span {font-weight:400;display:inline-block;font-size:22px;line-height:26px;color:#111;}	
.menupad {padding-top:3px;}
.directtext h2{font-family: 'Fira Sans', sans-serif;font-size:30px;}
.directtext  p {font-family: 'Fira Sans', sans-serif;font-size:20px;}	
.directtext span {display:inline-block;}
	

	

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
.boxarea {text-align:center;height:400px;display:block;position:static;}
	
/*.showcasewrapnew {
	background-image:url('images/showcase-right_bg.jpg'), url('images/showcase-left_bg.jpg');
	background-position:right -400px top, left -400px top;
	background-repeat:no-repeat;
	padding:5px 0;
}*/
	
	
	
	
}


/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {

}


