@import url('grid.css');
@import url('fonts.css');
@import url(https://fonts.googleapis.com/css?family=Roboto);

/*------------------------------------------------------------------------

        Name: Full Width Slider 2.0
        Design and Develpment: eightyclouds
        Author URI: http://www.eightyclouds.com
        Version: 1.0

--------------------------------------------------------------------------

   01. CSS Reset
   02. Head Styles
   03. Top Slider Styles
   04. Media Query Max Width 1300, Min Width 720
   05. Media Query Max Width 719
   
*/

/* ------------------------------- 1. Resets ------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0;  padding: 0; border: 0;  outline: 0;  font-size: 100%; background: transparent; }

body { line-height: 1;}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { display: block; }

nav ul {list-style: none;}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }

a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
a:link    {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover   {text-decoration:none;}
a:active  {text-decoration:none;}

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0;}

input, select { vertical-align: middle; }

/***** Typography *****/
h1,h2,h3,h4,h5,h6 {
font-family: 'Roboto', Helvetica, Arial;
font-weight:300;
padding:0;
color:#646464;
text-rendering: optimizeLegibility;
margin-top: 0.2em;
margin-bottom: 0.5em;
line-height: 1.2125em;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {font-weight:inherit;}

h1 {font-size: 34px;}
h2 {font-size: 28px;}
h3 {font-size: 24px;}
h4 {font-size: 22px;}
h5 {font-size: 20px;}
h6 {font-size: 18px;}

p {margin: 0 0 15px !important; line-height:20px;}

hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

img {
    max-width: 100% !important;
    height: auto;
}

.lead {
color: #bababa;
margin-bottom: 20px;
font-size: 19px;
font-weight: 300;
line-height: 28px;
word-wrap: break-word;

}

#loading{ display:none;}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating rgba( 255, 255, 255, .8 ) */
.loading  {
    display:    none;
    position:   fixed;
    z-index:    9999 !important;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 0, 0, 0, 0.4 )
                url('http://sampsonresume.com/labs/pIkfp.gif') 
                50% 50% 
                no-repeat;           
}

/***** Blockquotes *****/
blockquote, blockquote p {
font-size:14px;
font-family:Georgia, "Times New Roman", Times, serif;
line-height:26px;
color:#9c9c9c;
font-style:italic;
}

blockquote:before {
font-family:'WebHostingHub-Glyphs' !important; 
background:none;
width:0px; 
height:0px;
font-style:normal; 
color:#c8c8c8; 
content:'\f328'; 
font-size:20px; 
position:relative; 
top:3px;
left:-30px;
float:left;
}

blockquote {
padding-left:32px;
float:left;
width:100%;
}

blockquote cite {
display:block;
font-size:13px;
color:#8c8c8c;
}

blockquote cite:before {
content:"\2014 \0020";
}

blockquote cite a,blockquote cite a:visited,blockquote cite a:visited {
color:#555;
}

blockquote span {
width:15px;
display:inline-block;
}

/***** Buttons  *****/ 
.button{
display:inline-block;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform:uppercase;
background:#34495e;
color:#fff !important;
cursor:pointer;
text-decoration:none;
margin:0px 5px 10px 0px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
transition: background .25s ease-in-out;
-moz-transition: background .25s ease-in-out;
-webkit-transition: background .25s ease-in-out;
padding:10px !important;
border:0;
}

.button:hover{background:#526a82; text-decoration:none;}

.button.small {
font-size:12px;
padding:5px 15px;
}

.button.medium{
font-size:14px;
padding:12px 17px 11px 17px;
}

.button.large {
font-size:17px;
padding:15px 24px 16px 24px;
}

.button.small i {
font-size:13px;
margin-right:6px;
vertical-align:middle;
position:relative;
top:-2px;
}

.button.medium i {
font-size:18px;
margin-right:8px;
vertical-align:middle;
position:relative;
top:-1px;
}

.button.large i {
font-size:21px;
margin-right:10px;
vertical-align:middle;
position:relative;
top:-2px;
}

.button.grey {
background:#95a5a6;
transition: background .25s ease-in-out;
-moz-transition: background .25s ease-in-out;
-webkit-transition: background .25s ease-in-out;
}

.button.white {
background:none !important;
color:#fff !important;
position:relative;
}

.button.small.white:before {  
border: 2px solid #fff;  
content: '';  
width: 95%;  
height: 88%;
top:0px;
left:0px;
position: absolute; 
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; 
} 

.button.medium.white:before {  
border: 2px solid #fff;  
content: '';  
width: 96%;  
height: 92%;
top:0px;
left:0px;
position: absolute;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
} 

.button.large.white:before {  
border: 2px solid #fff;  
content: '';  
width: 94%;  
height: 90%;
top:0px;
left:0px;
position: absolute;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;  
} 

.button.red {
background:#e74c3c;
transition: background .25s ease-in-out;
-moz-transition: background .25s ease-in-out;
-webkit-transition: background .25s ease-in-out;
}

.button.orange {
background:#e67e22;
transition: background .25s ease-in-out;
-moz-transition: background .25s ease-in-out;
-webkit-transition: background .25s ease-in-out;
}

.button.blue {
background:#3498db;
transition: background .25s ease-in-out;
-moz-transition: background .25s ease-in-out;
-webkit-transition: background .25s ease-in-out;
}

.button.green {
background:#1abc9c;
transition: background .25s ease-in-out;
-moz-transition: background .25s ease-in-out;
-webkit-transition: background .25s ease-in-out;
}

.button.grey:hover {background:#b3c4c5;}
.button.red:hover {background:#fb6d5e;}
.button.orange:hover {background:#f39d50;}
.button.blue:hover {background:#5ebeff;}
.button.green:hover {background:#30dab8;}



/* ------------------------------- 2. Head Styles  ------------------------------- */

body { background-color:#FFF;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    color:#585858;
}

p{ font-size:12px;}

.head { width:100%; height:auto; background-color:#FFF; padding-top:5px;}
.head h1 { font-family:Arial, Helvetica, sans-serif; color:#000; line-height:100px; font-family: 'Open Sans';  font-style: normal;  font-weight: 400; font-size:30px;}

.head ul{
	padding-top:30px;
    margin: 0 auto;
    max-width: 69em;
	}
.head ul>li{
    margin-left: 0.2em;
    display: inline-block;
	font-size:18px;
	font-weight:bold;
	}
	
 i.facebook:before {font-family:'WebHostingHub-Glyphs'; background:#3B5998;width:auto; height:auto; font-style:normal; color:#FFF; content:'\f140'; margin-right:6px; position:relative; top:2px; padding:5px;}
 i.twitter:before {font-family:'WebHostingHub-Glyphs'; background:#69B2DF;width:auto; height:auto; font-style:normal; color:#FFF; content:'\f16a'; margin-right:6px; position:relative; top:2px; padding:5px;}
 i.googleplus:before {font-family:'WebHostingHub-Glyphs'; background:#CF3E2C;width:auto; height:auto; font-style:normal; color:#FFF; content:'\f165'; margin-right:6px; position:relative; top:2px; padding:5px;}
 i.youtube:before {font-family:'WebHostingHub-Glyphs'; background:#CF3E2C;width:auto; height:auto; font-style:normal; color:#FFF; content:'\f142'; margin-right:6px; position:relative; top:2px; padding:5px;}
 i.star:before {font-family:'WebHostingHub-Glyphs'; width:auto; height:auto; font-style:normal; content:'\f13b'; margin-right:6px; position:relative; top:2px; padding:5px;}
 i.store:before {font-family:'WebHostingHub-Glyphs'; width:auto; height:auto; font-style:normal; content:'\f272'; margin-right:6px; position:relative; top:2px; padding:5px;}
 i.emptycart:before {font-family:'WebHostingHub-Glyphs'; width:auto; height:auto; font-style:normal; content:'\f395'; margin-right:6px; position:relative; top:2px; padding:5px;}
 i.avatar:before {font-family:'WebHostingHub-Glyphs'; width:auto; height:auto; font-style:normal; content:'\f15a'; margin-right:6px; position:relative; top:2px; padding:5px;}
 i.barcode:before {font-family:'WebHostingHub-Glyphs'; width:auto; height:auto; font-style:normal; content:'\f276'; margin-right:6px; position:relative; top:2px; padding:5px;}
 i.creditcard:before {font-family:'WebHostingHub-Glyphs'; width:auto; height:auto; font-style:normal; content:'\f279'; margin-right:6px; position:relative; top:2px; padding:5px;}
 i.remove-circle:before {font-family:'WebHostingHub-Glyphs'; width:auto; height:auto; font-style:normal; content:'\f470'; margin-right:6px; position:relative; top:2px; padding:5px;}
 i.shoppingcartalt:before {font-family:'WebHostingHub-Glyphs'; width:auto; height:auto; font-style:normal; content:'\f4f5'; margin-right:6px; position:relative; top:2px; padding:5px;}
 i.list-alt:before {font-family:'WebHostingHub-Glyphs'; width:auto; height:auto; font-style:normal; content:'\f480'; margin-right:6px; position:relative; top:2px; padding:5px;}
 i.user:before {font-family:'WebHostingHub-Glyphs'; width:auto; height:auto; font-style:normal; content:'\f133'; margin-right:6px; position:relative; top:2px; padding:5px;}
 i.print:before {font-family:'WebHostingHub-Glyphs'; width:auto; height:auto; font-style:normal; content:'\f27c'; margin-right:6px; position:relative; top:2px; padding:5px;}
 i.icon-laugh:before {font-family:'WebHostingHub-Glyphs'; width:auto; height:auto; font-style:normal; content:'\f13f'; margin-right:6px; position:relative; top:2px; padding:5px;}
 i.shopcart:before {font-family:'WebHostingHub-Glyphs'; width:auto; height:auto; font-style:normal; content:'\f035'; margin-right:6px; position:relative; top:2px; padding:5px;}
 i.icon-comment:before {font-family:'WebHostingHub-Glyphs'; width:auto; height:auto; font-style:normal; content:'\f12c'; margin-right:6px; position:relative; top:2px; padding:5px;}
 i.icon-circle-arrow-right:before {font-family:'WebHostingHub-Glyphs'; width:auto; height:auto; font-style:normal; content:'\f473'; margin-right:6px; position:relative; top:2px; padding:5px;}
 i.icon-ok-sign:before {font-family:'WebHostingHub-Glyphs'; width:auto; height:auto; font-style:normal; content:'\f479'; margin-right:6px; position:relative; top:2px; padding:5px;}
 i.icon-phonealt:before {font-family:'WebHostingHub-Glyphs'; width:auto; height:auto; font-style:normal; content:'\f15b'; margin-right:6px; position:relative; top:2px; padding:5px;}
 i.icon-at:before {font-family:'WebHostingHub-Glyphs'; width:auto; height:auto; font-style:normal; content:'\40'; margin-right:6px; position:relative; top:2px; padding:5px;}
 i.icon-chevron-down:before {font-family:'WebHostingHub-Glyphs'; width:auto; height:auto; font-style:normal; content:'\f48b'; margin-right:6px; position:relative; top:2px; padding:5px;}
 i.icon-quote:before {font-family:'WebHostingHub-Glyphs'; width:auto; height:auto; font-style:normal; content:'\f12f'; margin-right:6px; position:relative; top:2px; padding:5px;}
 i.icon-search:before {font-family:'WebHostingHub-Glyphs'; width:auto; height:auto; font-style:normal; content:'\f0c5'; margin-right:6px; position:relative; top:2px; padding:5px;}
 i.icon-enter:before {font-family:'WebHostingHub-Glyphs'; width:auto; height:auto; font-style:normal; content:'\f323'; margin-right:6px; position:relative; top:2px; padding:5px;}
 i.icon-plus-sign:before {font-family:'WebHostingHub-Glyphs'; width:auto; height:auto; font-style:normal; content:'\f476'; margin-right:6px; position:relative; top:2px; padding:5px;}
 i.icon-womanalt:before {font-family:'WebHostingHub-Glyphs'; width:auto; height:auto; font-style:normal; content:'\f56e'; margin-right:6px; position:relative; top:2px; padding:5px;}
 i.icon-heart:before {font-family:'WebHostingHub-Glyphs'; width:auto; height:auto; font-style:normal; content:'\f2f4'; margin-right:6px; position:relative; top:2px; padding:5px;}
 i.icon-chevron-down:before {font-family:'WebHostingHub-Glyphs'; width:auto; height:auto; font-style:normal; content:'\f48b'; margin-right:6px; position:relative; top:2px; padding:5px;}
 i.icon-sale:before {font-family:'WebHostingHub-Glyphs'; width:auto; height:auto; font-style:normal; content:'\f4c8'; margin-right:6px; position:relative; top:2px; padding:5px;}
 
 i.facebook:hover{ color:#eb112a !important;}
 
 i { margin:1px;}

.font-8{ font-size:8px !important;}
.font-9{ font-size:9px !important;}
.font-10{ font-size:10px !important;}
.font-11{ font-size:11px !important;}
.font-12{ font-size:12px !important;}
.font-13{ font-size:13px !important;}
.font-14{ font-size:14px !important;}
.font-18{ font-size:18px !important;}
.font-22{ font-size:22px !important;}
.font-72{ font-size:72px !important;}
.font-150{ font-size:150px !important;}

.color-CCC{ color:#f1f1f1 !important;}

.head i.a:hover{ background:#F30;}

/* ------------------------------- 3. Content Styles ------------------------------- */

.title-line {
margin:12px 0px 24px 0px;
background:#eb112a;
height:4px;
}

.title-line span {
background: #FFF;
padding-right: 12px;
position:relative;
top:-12px;
color:#eb112a;
}


/* ------------------------------- 4. Menu Styles ------------------------------- */

.menu-warpper{width:100%; height:auto; background-color:#eb112a;color:#FFF; border-bottom: 5px solid #bf0d22;}
.menu-warpper .menu-principal{
    margin: 0 auto;
    max-width: 69em;
	}
.menu-warpper .menu-principal>li{
    display: inline-block;
	font-size:18px;
	font-weight:bold;
    position: relative;
    min-height:75px;
    padding: 25px 26px;
	}    	
.menu-warpper .menu-principal > li > a{ color:#FFF;}	
.menu-warpper .menu-principal > li > a:hover{ color:#48050d;}

.menu-warpper .dropdown{ display: none;}
.menu-warpper ul>li:hover .dropdown {display: block;}
.menu-warpper .dropdown{ left: 0; z-index: 9999; position: absolute; margin-top: 28px; background-color: #FFF; border:1px solid #f1f1f1; box-shadow: 0px 5px 7px rgba(0,0,0,0.25); width: auto; min-width: 200px;} 
.menu-warpper .dropdown > a > li{ -webkit-transition: all 0.10s ease;transition: all 0.15s ease; cursor: pointer; font-size: 15px; color: #333; padding: 15px; display: block; border-bottom: 1px solid #f1f1f1 !important;}
.menu-warpper .dropdown > a > li:hover{ background-color:#eb112a; color:#FFF;}
.menu-warpper .dropdown > a > li {color: #333;}
.menu-warpper .dropdown > a >li:first-child{border-top: none;}
.menu-warpper .dropdown > a >li:last-child{border-bottom: none;}

/* ------------------------------- 5. Slider Styles ------------------------------- */

#fwslider {
    position: relative;
    background:#000;
    width:100%;
    overflow: hidden;
}

#fwslider .slider_container { display:block;}

#fwslider .slide {
    display: none;
    position: absolute;
    top:0;
    left:0;
    z-index: 0;
    width:100%;
}

#fwslider .slide img {
    width:100%;
    float:left;
}

#fwslider .slidePrev {
    background:#000;
    width:50px;
    height:50px;
    position: absolute;
    top:50%;
    left:-50px;
    opacity:0.5;
    z-index: 10;
}

#fwslider .slidePrev span {
    background-image:url("../img/left_arrow.png");
    width:50px;
    height:50px;
    float:left;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

#fwslider .slideNext {
    background:#000;
    width:50px;
    height:50px;
    position: absolute;
    top:50%;
    right:-50px;
    opacity:0.5;
    z-index: 10;
}

#fwslider .slideNext span {
    background-image:url("../img/right_arrow.png");
    width:50px;
    height:50px;
    float:left;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

#fwslider .timers {
    height:4px;
    position: absolute;
    bottom:15px;
    right:0;
    z-index: 3;
}

#fwslider .timer {
    height:4px;
    width:40px;
    background-color: #FABC78;
    float:left;
    margin-right: 10px;
}

#fwslider .progress {
    height:4px;
    width:0%;
    background-color: #F78F1E;
    float:left;
}

#fwslider .slide_content {
    top:0;
    left:0;
    position: absolute;
    width:100%;
    height:100%;
}

#fwslider .slide_content_wrap { /* Slider Text Content Container Style */
    max-width:1280px;
    margin:15% auto;
}

#fwslider .title {  /* Slider Title Style */
    opacity: 0;
    color:#fff;     
    font-size:46px;
    background:#000;
    padding:10px;
    float:left;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
}

#fwslider .description { /* Slider Description Style */
    opacity: 0;
    color:#FC3;
    font-size:18px;
    background:#000;
    padding:10px;
    clear:both;
    float:left;
    margin-top:2px;
    line-height:24px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
}

#fwslider .readmore { /* Slider Read More button Style */
    opacity: 0;
    clear:both;
    float:left;
    text-transform:uppercase;
    font-size:10px;
    color:#919191;
    background:#000;
    padding:10px;
    text-decoration: none;
    margin-top:2px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
}

#fwslider .readmore:hover {
    color:#fff;
}

/* ------------------------------- 6. Footer Stiles ------------------------------- */

.footer {
	width: 100%;
	background:#eb112a;
	margin: 0 auto;
	padding: 36px 0px 21px 0px;
	border-top:1px solid #333;
	color:#FFF !important;
}

.footer p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size:12px;
    margin-top:20px;
}

.footer h6 {
	color:#FFF !important;
	}	

.footer a {
	color:#FFF !important;
	}

.footer a:hover {
	text-decoration:underline;
	}		

ul.footer-address {
	margin-top: 1px;
	padding-bottom: 13px;
	font-size: 10px;
	line-height: 1.8;
	margin-bottom: 1.25em;
	padding-left: 1.125em;
	list-style-position: outside;
	font-family: inherit;
}
ul.no-bullet {
	list-style: none;
	padding-left: 0;
}

ul.footer-link {
	margin-top: 10px;
    display: inline-block;
	font-size:10px;
}

ul.footer-link > li {
	margin-top: -5px;
    display: inline-block;
	float:left;
	margin-right:10px;
}

ul.footer-address li.address:before {font-family:'WebHostingHub-Glyphs'; background:none;width:auto; height:auto; font-style:normal; content:'\21b8'; font-size:14px; margin-right:6px; position:relative; top:2px;}
ul.footer-address li.phone:before {font-family:'WebHostingHub-Glyphs'; background:none;width:auto; height:auto; font-style:normal; content:'\f15b'; font-size:14px; margin-right:6px; position:relative; top:3px;}
ul.footer-address li.email:before {font-family:'WebHostingHub-Glyphs'; background:none;width:auto; height:auto; font-style:normal; content:'\f028'; font-size:14px; margin-right:6px; position:relative; top:4px;}
ul.footer-address li.facebook:before {font-family:'WebHostingHub-Glyphs'; background:none;width:auto; height:auto; font-style:normal; content:'\27'; font-size:14px; margin-right:6px; position:relative; top:4px;}
ul.footer-address li.twitter:before {font-family:'WebHostingHub-Glyphs'; background:none;width:auto; height:auto; font-style:normal; content:'\26'; font-size:14px; margin-right:6px; position:relative; top:4px;}
ul.footer-address li.gplus:before {font-family:'WebHostingHub-Glyphs'; background:none;width:auto; height:auto; font-style:normal; content:'\28'; font-size:14px; margin-right:6px; position:relative; top:4px;}
ul.footer-address li.youtube:before {font-family:'WebHostingHub-Glyphs'; background:none;width:auto; height:auto; font-style:normal; content:'\f142'; font-size:14px; margin-right:6px; position:relative; top:4px;}
ul.footer-address li.info:before {font-family:'WebHostingHub-Glyphs'; background:none;width:auto; height:auto; font-style:normal; content:'\f315'; font-size:14px; margin-right:6px; position:relative; top:4px;}

	
/* ------------------------------- 6.1. Newslleter styles ------------------------------- */

.news{
	width: 100%;
	background-color: #FFE6CC;
	margin: 0 auto;
	padding: 36px 0px 21px 0px;
	font-size:20px;
	color:#984F01;
	text-align:right;
	}

.news input[type=text]{
border:0; 
padding:5px; 
font-size:1.3em; 
font-family:Arial, sans-serif; 
color:#aaa; 
border:solid 1px #EFAD67;
-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5); 
-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5); 
box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	}
	
.news input[type=button], input[type=submit], input[type=button]{
border:solid 1px #FE9C34; 
padding:13px; 
font-size:0.7em;
text-transform:uppercase;
font-weight:bold;
color:#FFF;
cursor:pointer;
background-color:#FE9C34;
	}	

/* ------------------------------- 3. Media Query Max Width 1400, Min Width 720 ------------------------------- */


@media only screen and (min-width:720px) and (max-width: 1400px) {

    #fwslider .slide_content_wrap { margin-left:75px; margin-top:15%;}
    #fwslider .title { font-size:26px; }
    #fwslider .description {  font-size:12px;}

}

/* ------------------------------- 4. Media Query Max Width 719 ------------------------------- */

@media only screen and (max-width:719px) {

    #fwslider .slide_content_wrap {
        margin:0 auto;
        height:100%;
    }
    
    #fwslider .slide_content_wrap h4, 
    #fwslider .slide_content_wrap p { display:none; }
    #fwslider .slide_content_wrap a {
        background: none;
        font-size: 0;
        width:100%;
        height: 100%;
        margin:0;
        padding:0;
        float:left;
    }
    
    
    #fwslider .timers { display:none; }
    #fwslider .slide_content {cursor: pointer;}
	
	.head{ text-align:center;}
	.news{ text-align:center;}
	
	.title-line span {
	font-size:22px;
	}

	.prodlist{
	text-align:center;	
	}

    .topofixo{
        display: none !important;
    }

    .dv-atendimento-online{
        display: none !important;
    }

}


/* ------------------------------- 5. Media Query Min Width 360 ------------------------------- */

@media only screen and (max-width: 360px) and (max-width: 414px) {
    .topofixo{
        display: none !important;
    }

    .msgboasvindas{
        width: 100% !important;
        text-align: center !important;
    }

    .linktop{
        width: 100% !important;
        text-align: center !important;
        line-height: 20px;
    }

    .logo{
        width: 128px;
        height: auto;
    }

    div.divlogo{
        width: 100% !important;
    }

    div.searchbox1{
        width: 270px;
    }

    div.searchbox1 .input{
        width: 198px;
    }
    
    div.dvcart{
        width: 100% !important;
    }

    div.topoHead{
        height: auto !important;
    }

    div.topoheadtwelvecolumn{
        height: auto !important;
    }
    
    div.overflowdiv{
        overflow-x: auto;
    }


    
}

/***** Note Panels *****/
.note { background: #fafafa; border: solid 1px #ddd; margin: 0 0 20px 0; padding: 18px 25px 12px 25px; position:relative; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;}

.note-folded {
position:relative;
margin-bottom:20px;
padding: 20px 25px 15px 25px;
color:#fff;
background:#95a5a6;
-webkit-border-radius: 6px;
-webkit-border-top-right-radius: 0;
-moz-border-radius: 6px;
-moz-border-radius-topright: 0;
border-radius: 6px;
border-top-right-radius: 0;
overflow:hidden;
}

.note-folded > p { line-height:25px !important;}

.note-folded h1, .note-folded h2, .note-folded h3, .note-folded h4, .note-folded h5, .note-folded h6, .note-folded a, .note-folded a:visited {color:#fff;}
.note-folded > .lead {color:#fff !important; margin-bottom:15px;}
.note p.lead {color:#afafaf; margin-bottom:15px;}

.note-folded:before {
content:"";
position:absolute;
top:0;
right:0;
border-width:0 25px 25px 0; 
border-style:solid;
border-color:#fff #fff #7a8788 #7a8788;
-webkit-border-bottom-left-radius: 6px;
-moz-border-radius-bottomleft: 6px;
border-bottom-left-radius: 6px;
background:#7a8788; 
display:block; width:0;
}
@-moz-document url-prefix(){.note-folded:before { -webkit-border-bottom-left-radius: 0px; -moz-border-radius-bottomleft: 0px; border-bottom-left-radius: 0px; }}
x:-o-prefocus, .note-folded:before {-webkit-border-bottom-left-radius: 0px; -moz-border-radius-bottomleft: 0px; border-bottom-left-radius: 0px;}

.note-folded.green {background:#1abc9c;}
.note-folded.green:before {border-color:#fff #fff #198a74 #198a74; background:#198a74;}
.note-folded.blue {background:#3498db;}
.note-folded.blue:before {border-color:#fff #fff #2273a9 #2273a9; background:#2273a9;}
.note-folded.orange {background:#e67e22;}
.note-folded.orange:before {border-color:#fff #fff #d15300 #d15300; background:#d15300;}
.note-folded.red {background:#e74c3c;}
.note-folded.red:before {border-color:#fff #fff #b83527 #b83527; background:#b83527;}

/***** End  Note Panels *****/


/* ------------------------------- 7. Product Lista ------------------------------- */

/*hr{ border:0.1em solid #f1f1f1;}*/

.prodlist{
	margin:0;
	padding:0;
	list-style:none;
}
.prodlist a>p{ color:#999;}

.prodlist a>p:hover{
	color:#eb112a;
	}

.prodlist .lg:hover{
	text-decoration:underline;
	}

.prodlist > li:hover{
-webkit-box-shadow: 0 0 5px 0 #D6D6D6;
box-shadow: 0 0 5px 0 #D6D6D6;
color:#F30;
cursor:pointer
}

.prodlist hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.prodlist img:hover{
	text-align:center;
	 -webkit-opacity: 0.55;
	 -moz-opacity: 0.55;
	 opacity: 0.55;
	 -webkit-transition: all 1s ease;
	 -moz-transition: all 1s ease;
	 -ms-transition: all 1s ease;
	 -o-transition: all 1s ease;
	 transition: all 1s ease;
}	
	}
	

/* ------------------------------- 8. Btn prop ------------------------------- */

.button.green {
background: #1abc9c;
transition: background .25s ease-in-out;
-moz-transition: background .25s ease-in-out;
-webkit-transition: background .25s ease-in-out;
}
.button.blue {
background: #3498db;
transition: background .25s ease-in-out;
-moz-transition: background .25s ease-in-out;
-webkit-transition: background .25s ease-in-out;
}
.button.orange {
background: #e67e22;
transition: background .25s ease-in-out;
-moz-transition: background .25s ease-in-out;
-webkit-transition: background .25s ease-in-out;
}
.button.red {
background: #e74c3c;
transition: background .25s ease-in-out;
-moz-transition: background .25s ease-in-out;
-webkit-transition: background .25s ease-in-out;
}

.button.grey {
background: #95a5a6;
transition: background .25s ease-in-out;
-moz-transition: background .25s ease-in-out;
-webkit-transition: background .25s ease-in-out;
}

.button.white {
background: none !important;
color: #fff !important;
position: relative;
}
.button.small {
font-size: 12px;
padding: 5px 15px;
}
.button.medium {
font-size: 14px;
padding: 12px 17px 11px 17px;
}
.button.large {
font-size: 17px;
padding: 15px 24px 16px 24px;
}
/*a:link, a:visited, a:active {
color: #1abc9c;
text-decoration: none;
outline: 0;
}
a:link, a:visited, a:active {
color: #1abc9c;
text-decoration: none;
outline: 0;
}*/
.button {
display: inline-block;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
/*text-transform: uppercase;*/
background: #34495e;
color: #fff !important;
cursor: pointer;
text-decoration: none;
margin: 0px 5px 10px 0px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
transition: background .25s ease-in-out;
-moz-transition: background .25s ease-in-out;
-webkit-transition: background .25s ease-in-out;
}

/* ------------------------------- 8. Style UL>LI ------------------------------- */
ul.check {
list-style: none;
padding-left: 0;
font-size:12px;
}

ul.check li{
	margin:10px;
	}

ul.check li:before {
font-family: 'WebHostingHub-Glyphs';
background: none;
width: auto;
height: auto;
font-style: normal;
color: #8c8c8c;
content: '\2713';
font-size: 9px;
margin-right: 8px;
position: relative;
top: 0px;
}


/* ------------------------------- 9. Style MAPS ------------------------------- */


.map{
	height:330px;
	}
	
.map > #map{
	height:330px;
	}	

/* ------------------------------- 10. Validate Form ------------------------------- */

label { display: block; margin-top: 10px; }
label.error { float: none; color: red !important; margin: 0 .5em 0 0; vertical-align: top; font-size: 10px !important; }
input.error{ border: 1px solid #F00 !important;}
select.error{ border: 1px solid #F00 !important;}


/* ------------------------------- 11. Atendimento ------------------------------- */

.dv-atendimento-online{
	position:fixed;
	bottom:0;
	width:150px;
	height: 68px;
	z-index:4;
	float:rigth !important;
	
	}
	
	
/***** Tables  *****/
.styleTable table {
		overflow:hidden;
		background:#fefefe;
		width:100%;
	/*****margin:5% auto 0;***/
	}
	
.styleTable	th, td {padding:14px 18px 8px; }
	
.styleTable	th {padding-top:22px; text-shadow: 1px 1px 1px #fff; background:#e8eaeb;}
	
.styleTable	td {border-top:1px solid #e0e0e0;}
	
.styleTable	tr.odd-row td {background:#f6f6f6;}
	
.styleTable	td.first, th.first {text-align:left}
	
.styleTable	td.last {border-right:none;}
	
	/*
	Background gradients are completely unnecessary but a neat effect.
	*/
	
.styleTable	td {
		background: -moz-linear-gradient(100% 25% 90deg, #fefefe, #f9f9f9);
		background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f9f9f9), to(#fefefe));
	}
	
.styleTable	tr.odd-row td {
		background: -moz-linear-gradient(100% 25% 90deg, #f6f6f6, #f1f1f1);
		background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f1f1f1), to(#f6f6f6));
	}
	
.styleTable	th {
		background: -moz-linear-gradient(100% 20% 90deg, #e8eaeb, #ededed);
		background: -webkit-gradient(linear, 0% 0%, 0% 20%, from(#ededed), to(#e8eaeb));
	}
	
	/*
	I know this is annoying, but we need additional styling so webkit will recognize rounded corners on background elements.
	Nice write up of this issue: http://www.onenaught.com/posts/266/css-inner-elements-breaking-border-radius
	
	And, since we've applied the background colors to td/th element because of IE, Gecko browsers also need it.
	*/
	
.styleTable	tr:first-child th.first {
		-moz-border-radius-topleft:5px;
		-webkit-border-top-left-radius:5px; /* Saf3-4 */
	}
	
.styleTable	tr:first-child th.last {
		-moz-border-radius-topright:5px;
		-webkit-border-top-right-radius:5px; /* Saf3-4 */
	}
	
.styleTable	tr:last-child td.first {
		-moz-border-radius-bottomleft:5px;
		-webkit-border-bottom-left-radius:5px; /* Saf3-4 */
	}
	
.styleTable	tr:last-child td.last {
		-moz-border-radius-bottomright:5px;
		-webkit-border-bottom-right-radius:5px; /* Saf3-4 */
	}
	
/* Style table 2 */	
.datagrid table{ border-collapse: collapse; text-align: left; width: 100%; } .datagrid {font: normal 12px/150% Arial, Helvetica, sans-serif; background: #fff; overflow: hidden; }.datagrid table td, .datagrid table th { padding: 6px 10px; }.datagrid table thead th {background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F) );background:-moz-linear-gradient( center top, #006699 5%, #00557F 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');background-color:#006699; color:#FFFFFF; font-size: 10px; font-weight: bold; } .datagrid table thead th:first-child { border: none; }.datagrid table tbody td { color: #00557F; font-size: 10px;font-weight: normal; }.datagrid table tbody .alt td { background: #E1EEf4; color: #00557F; }.datagrid table tbody td:first-child { border-left: none; }.datagrid table tbody tr:last-child td { border-bottom: none; }	
	

/******************** Config IMG  */

.img-left {
float: left;
border: none;
margin: 3px 16px 11px 0;
}

/***** Tab Styling *****/
ul.tabs {
display:block;
margin-bottom:0px;
height:46px;
list-style:none;
padding:5px 0 0 2px;
float:left;
}

ul.tabs li {
float:left;
height:46px;
}

ul.tabs li a {
display:block;
height:44px;
line-height:40px;
border:solid 1px #ddd;
color:#a2a2a2;
background:#fafafa;
font-size:13px;
text-decoration:none;
border-width:1px 1px 0;
margin:0 0 0 -1px;
padding:0 22px;
position:relative;
z-index:100;
}

ul.tabs li.active a {
position:relative;
height:45px;
top:-2px;
padding-top:4px;
background:#fff;
border-top:solid 2px #FF7519;
border-bottom:none;
color:#FF7519;
position:relative;
z-index:100;
}

.tab_container {
width:99.6%!important;
margin:0px 0px 12px 1px;
min-height:570px;
border-top:none;
clear:both;
background:#fff;
border: solid 1px #ddd;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
position:relative;
float:left;
}

.tab_content {font-size:13px; line-height:24px; padding: 10px;}


/********************************************** Janela Modal */
		.window{
			display:none;
			width:918px;
			height:580px;
			position:absolute !important;
			left:0 !important;
			top:0 !important;
			background:#FFF;
			z-index:9999 !important;
			padding:10px;
			border-radius:10px;
		}

		#mascara{
			position:absolute !important;
  			left:0 !important;
  			top:0 !important;
  			z-index:9000 !important;
  			background-color:#000;
  			display:none;
		}
		.load-content{height:560px;overflow-x: hidden !important;}
		.fechar{display:block; text-align:right;}



		
/****************************** Style Scroll Bar */
			
			#style-1::-webkit-scrollbar-track
			{
				-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
				border-radius: 10px;
				background-color: #F5F5F5;
			}
			
			#style-1::-webkit-scrollbar
			{
				width: 5px;
				background-color: #F5F5F5;
			}
			
			#style-1::-webkit-scrollbar-thumb
			{
				border-radius: 10px;
				-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
				background-color: #555;
			}

			/*
			 *  STYLE 2
			 */
			
			#style-2::-webkit-scrollbar-track
			{
				-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
				border-radius: 10px;
				background-color: #F5F5F5;
			}
			
			#style-2::-webkit-scrollbar
			{
				width: 12px;
				background-color: #F5F5F5;
			}
			
			#style-2::-webkit-scrollbar-thumb
			{
				border-radius: 10px;
				-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
				background-color: #D62929;
			}
			
			/*
			 *  STYLE 3
			 */
			
			#style-3::-webkit-scrollbar-track
			{
				-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
				background-color: #F5F5F5;
			}
			
			#style-3::-webkit-scrollbar
			{
				width: 6px;
				background-color: #F5F5F5;
			}
			
			#style-3::-webkit-scrollbar-thumb
			{
				background-color: #000000;
			}
			
			/*
			 *  STYLE 4
			 */
			
			#style-4::-webkit-scrollbar-track
			{
				-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
				background-color: #F5F5F5;
			}
			
			#style-4::-webkit-scrollbar
			{
				width: 10px;
				background-color: #F5F5F5;
			}
			
			#style-4::-webkit-scrollbar-thumb
			{
				background-color: #000000;
				border: 2px solid #555555;
			}
			
			
			/*
			 *  STYLE 5
			 */
			
			#style-5::-webkit-scrollbar-track
			{
				-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
				background-color: #F5F5F5;
			}
			
			#style-5::-webkit-scrollbar
			{
				width: 10px;
				background-color: #F5F5F5;
			}
			
			#style-5::-webkit-scrollbar-thumb
			{
				background-color: #0ae;
				
				background-image: -webkit-gradient(linear, 0 0, 0 100%,
				                   color-stop(.5, rgba(255, 255, 255, .2)),
								   color-stop(.5, transparent), to(transparent));
			}
			
			
			/*
			 *  STYLE 6
			 */
			
			#style-6::-webkit-scrollbar-track
			{
				-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
				background-color: #F5F5F5;
			}
			
			#style-6::-webkit-scrollbar
			{
				width: 10px;
				background-color: #F5F5F5;
			}
			
			#style-6::-webkit-scrollbar-thumb
			{
				background-color: #F90;	
				background-image: -webkit-linear-gradient(45deg,
				                                          rgba(255, 255, 255, .2) 25%,
														  transparent 25%,
														  transparent 50%,
														  rgba(255, 255, 255, .2) 50%,
														  rgba(255, 255, 255, .2) 75%,
														  transparent 75%,
														  transparent)
			}
			
			
			/*
			 *  STYLE 7
			 */
			
			#style-7::-webkit-scrollbar-track
			{
				-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
				background-color: #F5F5F5;
				border-radius: 10px;
			}
			
			#style-7::-webkit-scrollbar
			{
				width: 10px;
				background-color: #F5F5F5;
			}
			
			#style-7::-webkit-scrollbar-thumb
			{
				border-radius: 10px;
				background-image: -webkit-gradient(linear,
												   left bottom,
												   left top,
												   color-stop(0.44, rgb(122,153,217)),
												   color-stop(0.72, rgb(73,125,189)),
												   color-stop(0.86, rgb(28,58,148)));
			}
			
			/*
			 *  STYLE 8
			 */
			
			#style-8::-webkit-scrollbar-track
			{
				border: 1px solid black;
				background-color: #F5F5F5;
			}
			
			#style-8::-webkit-scrollbar
			{
				width: 10px;
				background-color: #F5F5F5;
			}
			
			#style-8::-webkit-scrollbar-thumb
			{
				background-color: #000000;	
			}
			
			
			/*
			 *  STYLE 9
			 */
			
			#style-9::-webkit-scrollbar-track
			{
				-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
				background-color: #F5F5F5;
			}
			
			#style-9::-webkit-scrollbar
			{
				width: 10px;
				background-color: #F5F5F5;
			}
			
			#style-9::-webkit-scrollbar-thumb
			{
				background-color: #F90;	
				background-image: -webkit-linear-gradient(90deg,
				                                          rgba(255, 255, 255, .2) 25%,
														  transparent 25%,
														  transparent 50%,
														  rgba(255, 255, 255, .2) 50%,
														  rgba(255, 255, 255, .2) 75%,
														  transparent 75%,
														  transparent)
			}
			
			
			/*
			 *  STYLE 10
			 */
			
			#style-10::-webkit-scrollbar-track
			{
				-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
				background-color: #F5F5F5;
				border-radius: 10px;
			}
			
			#style-10::-webkit-scrollbar
			{
				width: 10px;
				background-color: #F5F5F5;
			}
			
			#style-10::-webkit-scrollbar-thumb
			{
				background-color: #AAA;
				border-radius: 10px;
				background-image: -webkit-linear-gradient(90deg,
				                                          rgba(0, 0, 0, .2) 25%,
														  transparent 25%,
														  transparent 50%,
														  rgba(0, 0, 0, .2) 50%,
														  rgba(0, 0, 0, .2) 75%,
														  transparent 75%,
														  transparent)
			}
			
			
			/*
			 *  STYLE 11
			 */
			
			#style-11::-webkit-scrollbar-track
			{
				-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
				background-color: #F5F5F5;
				border-radius: 10px;
			}
			
			#style-11::-webkit-scrollbar
			{
				width: 10px;
				background-color: #F5F5F5;
			}
			
			#style-11::-webkit-scrollbar-thumb
			{
				background-color: #3366FF;
				border-radius: 10px;
				background-image: -webkit-linear-gradient(0deg,
				                                          rgba(255, 255, 255, 0.5) 25%,
														  transparent 25%,
														  transparent 50%,
														  rgba(255, 255, 255, 0.5) 50%,
														  rgba(255, 255, 255, 0.5) 75%,
														  transparent 75%,
														  transparent)
			}
			
			/*
			 *  STYLE 12
			 */
			
			#style-12::-webkit-scrollbar-track
			{
				-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
				border-radius: 10px;
				background-color: #444444;
			}
			
			#style-12::-webkit-scrollbar
			{
				width: 12px;
				background-color: #F5F5F5;
			}
			
			#style-12::-webkit-scrollbar-thumb
			{
				border-radius: 10px;
				background-color: #D62929;
				background-image: -webkit-linear-gradient(90deg,
														  transparent,
														  rgba(0, 0, 0, 0.4) 50%,
														  transparent,
														  transparent)
			}
			
			/*
			 *  STYLE 13
			 */
			
			#style-13::-webkit-scrollbar-track
			{
				-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
				border-radius: 10px;
				background-color: #CCCCCC;
			}
			
			#style-13::-webkit-scrollbar
			{
				width: 12px;
				background-color: #F5F5F5;
			}
			
			#style-13::-webkit-scrollbar-thumb
			{
				border-radius: 10px;
				background-color: #D62929;
				background-image: -webkit-linear-gradient(90deg,
														  transparent,
														  rgba(0, 0, 0, 0.4) 50%,
														  transparent,
														  transparent)
			}
			
			/*
			 *  STYLE 14
			 */
			
			#style-14::-webkit-scrollbar-track
			{
				-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.6);
				background-color: #CCCCCC;
			}
			
			#style-14::-webkit-scrollbar
			{
				width: 10px;
				background-color: #F5F5F5;
			}
			
			#style-14::-webkit-scrollbar-thumb
			{
				background-color: #FFF;
				background-image: -webkit-linear-gradient(90deg,
				                                          rgba(0, 0, 0, 1) 0%,
														  rgba(0, 0, 0, 1) 25%,
														  transparent 100%,
														  rgba(0, 0, 0, 1) 75%,
														  transparent)
			}
			
			/*
			 *  STYLE 15
			 */
			
			#style-15::-webkit-scrollbar-track
			{
				-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
				background-color: #F5F5F5;
				border-radius: 10px;
			}
			
			#style-15::-webkit-scrollbar
			{
				width: 10px;
				background-color: #F5F5F5;
			}
			
			#style-15::-webkit-scrollbar-thumb
			{
				border-radius: 10px;
				background-color: #FFF;
				background-image: -webkit-gradient(linear,
												   40% 0%,
												   75% 84%,
												   from(#4D9C41),
												   to(#19911D),
												   color-stop(.6,#54DE5D))
			}
			
			/*
			 *  STYLE 16
			 */
			
			#style-16::-webkit-scrollbar-track
			{
				-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
				background-color: #F5F5F5;
				border-radius: 10px;
			}
			
			#style-16::-webkit-scrollbar
			{
				width: 10px;
				background-color: #F5F5F5;
			}
			
			#style-16::-webkit-scrollbar-thumb
			{
				border-radius: 10px;
				background-color: #FFF;
				background-image: -webkit-linear-gradient(top,
														  #e4f5fc 0%,
														  #bfe8f9 50%,
														  #9fd8ef 51%,
														  #2ab0ed 100%);
			}			


/*    Tootips CSS  */

a[data-tooltip]:link, a[data-tooltip]:visited {
	position: relative;
	text-decoration: none;
}

a[data-tooltip]:before {
  content: "";
  position: absolute;
  border-top: 20px solid #CC297A;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  visibility: hidden;
  top: -18px;
  left: 4px;
}

a[data-tooltip]:after {
  content: attr(data-tooltip);
  position: absolute;
  color: white;
  top: -35px;
  left: -26px;
  background: #CC297A;
  padding: 5px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  white-space: nowrap;
  visibility: hidden;
}

a[data-tooltip]:hover:before, a[data-tooltip]:hover:after {
  visibility: visible;
  -webkit-transition: visibility 0s linear .3s;
  -moz-transition: visibility 0s linear .3s;
  -o-transition: visibility 0s linear .3s;
  transition: visibility 0s linear .3s;
}


/* MENU DROPDOWN CSS */


.menu-dropdown ul {
 /* display: inline; */
  margin: 0;
  list-style: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  z-index: 99999;
}

.menu-dropdown a{
	text-decoration:none;
	color: #333;
}

.menu-dropdown ul li {
  font: bold 12px/18px sans-serif;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 15px 20px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.menu-dropdown ul li:hover {
  background: #FF5C33;
  color: #fff;
}
.menu-dropdown ul li ul {
  padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  width: 150px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
.menu-dropdown ul li ul li { 
  background: #FF5C33; 
  display: block; 
  color: #FFF;

}

.menu-dropdown ul li ul li a{color: #FFF !important;}

.menu-dropdown ul li ul li:hover { background: 	#E62E00; }
.menu-dropdown ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

/* box-admin */

.boxwidth{
	width: auto;
	height: 250px;
	border: 1px solid #f1f1f1;
	
}

/***** Alert Box Styling *****/
.alert {
font-size:13px;
background:#f8f8f8;
border:1px solid #d1d1d1;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow:0px 1px 2px 0px rgba(0,0,0,.1);  
-moz-box-shadow:0px 1px 2px 0px rgba(0,0,0,.1); 
box-shadow:0px 1px 2px 0px rgba(0,0,0,.1);
margin:15px 0;
padding:12px 15px;
}

.alert i {margin-right:7px; top:2px; position:relative;}
.alert.error i{font-size:12.3px; top:0.5px; margin-right:8px;}

.info2 {background-color:#cce9f2; border:1px solid #86cde3; color:#3194b1;}
.success {background-color:#d8f1c6; border:1px solid #b3cda1; color:#749958;}
.error {background-color:#f9d9d9; border:1px solid #e1a1a1; color:#b55454;}
.warning {background-color:#fbf4dd; border:1px solid #d1c9ae; color:#978c68;}

.topoHead a{ color: #ff4d4d;}
.topoHead a:hover{ color: #ff1a1a;}

.dvcart{text-align: center; font-size:18px; padding: 5px; background-color:#eb112a; width: 160px !important; height: 90px; padding-top: 15px; border: 1px solid #f1f1f1;}
.dvcart a{color: #FFF !important;}
.dvcart a:hover{color:#eb112a;}
.dvcart:hover{border: 1px solid #eb112a;}

.topofixo{ 
width:100%;
height: 75px;
top:0;	
background-color: #eb112a;
position: fixed;
color: #FFF !important;
border-bottom: 5px solid #ff4d4d;
z-index: 100;
font-size: 12px;
color: #FFF;
display: none;
}

.topofixo a{ color: #FFF;} 


/***** Accordion Styling *****/
.accordion-title {
cursor:pointer;
background-color: #fafafa;
border:1px solid #ddd;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding:9px 15px 10px;
clear:both;
transition: all 0.4s ease-in-out 0s;
-moz-transition: all 0.4s ease-in-out 0s;
-webkit-transition: all 0.4s ease-in-out 0s;
-o-transition: all 0.4s ease-in-out 0s;
-ms-transition: all 0.4s ease-in-out 0s;
}

.accordion-title.open-accordion {
background:#1abc9c;
border:1px solid #1abc9c;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
color:#fff !important;	
}

.accordion-content {
background-color:#fff;
border:1px solid #ddd;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin:0 0 8px;
padding:18px 21px 13px;
position:relative;
}

.open-accordion, .closed-accordion {
color:#929292!important;
margin-bottom:5px;
}

.accordion-icon {
font-size:11px; margin-right:10px; top:2px; position:relative;	
}

/******************************************/
/* Estilo do campo de busca do produto */
/******************************************/

	 /******************************
	/* search box style - estrutura*/
  /******************************/
	.searchbox .input{
		width:350px;
		margin: 0;
		padding-left: 15px;
		height: 43px;
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#ccc;
		border-right:0px !important;
		border-top-left-radius: 5px 5px;
		border-bottom-left-radius: 5px 5px;	
	}
	
	.searchbox .button{
		margin: 0;
		padding: 0;
		width:42px;
		height:49px;
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
		outline: none;
		cursor: pointer;
		text-align: center;
		text-decoration: none;
		color: #ffffff;
		border-left:0px !important;
		border-top-right-radius: 5px 5px;
		border-bottom-right-radius: 5px 5px;
		background: #FFF url('../img/ico.png') no-repeat;
	}

	 /******************************
	/* search box style - cor*/
  /******************************/	
	/* search box style - silver*/
	
	.searchbox .silver{
		border:1px solid #f1f1f1;
		border-bottom: 3px solid #ccc;
	}
	
	/* search box style - orange*/
	
	.searchbox .orange{
		border:1px solid #FF9900;
		border-bottom: 3px solid #E68A00;
	}
	
	
	/* search box style - blue*/
	
	.searchbox .blue{
		border:1px solid #0099FF;
		border-bottom: 3px solid #008AE6;
	}
	

	/* search box style - green*/
	
	.searchbox .green{
		border:1px solid #99FF33;
		border-bottom: 3px solid #7ACC29;
	}

	/* search box style - red*/
	
	.searchbox .red{
		border:1px solid #FF5050; 
		border-bottom: 3px solid #E64848;
	}

	/* search box style - hover*/
	.searchbox input[type=submit]:hover{
		background: #FFF url('../img/ico-hover.png') no-repeat;
	}


/*************************************************************
 * searchbox style2 - estrutura 
 */
.searchbox1 {
	width: 440px;
	height: 56px;
	border: 1px solid #f1f1f1;
	padding: 5px;
	background-color:#FFF;
}

.searchbox1 .input{
	width:385px;
	margin: 0;
	border:none;
	background-color:#FFF;
	height: 40px;
	padding-left: 15px;
	font-size: 14px;
	color:#ccc;
}

.searchbox1 .button{
		margin: 0;
		padding: 0;
		width:42px;
		height:42px;
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
		outline: none;
		cursor: pointer;
		text-align: center;
		text-decoration: none;
		color: #ffffff;
		border:none;
		border-radius: 0px !important;
}	

/* searchbox1 style silver */
.searchbox1 .silver{
		background: #CCC url('../img/ico-white.png') no-repeat;
}

.searchbox1 .silver:hover{
		background: #666 url('../img/ico-white.png') no-repeat;	

}

/* searchbox1 style orange */
.searchbox1 .orange{
		background: #FF9900 url('../img/ico-white.png') no-repeat;			
}

.searchbox1 .orange:hover{
		background: #E68A00 url('../img/ico-white.png') no-repeat;	
}

/* searchbox1 style blue */
.searchbox1 .blue{
		background: #0099FF url('../img/ico-white.png') no-repeat;		
}

.searchbox1 .blue:hover{
		background: #008AE6 url('../img/ico-white.png') no-repeat;	
}

/* searchbox1 style green*/
.searchbox1 .green{
		background: #99FF33 url('../img/ico-white.png') no-repeat;			
}

.searchbox1 .green:hover{
		background: #7ACC29 url('../img/ico-white.png') no-repeat;	
}

/* searchbox1 style red*/
.searchbox1 .red{
		background: #FF5050 url('../img/ico-white.png') no-repeat;	
		border: 1px solid #FF5050 !important;		
}

.searchbox1 .red:hover{
		background: #E64848 url('../img/ico-white.png') no-repeat;	
}


/*button cart */

.button-cart{
		margin: 0;
		padding: 0;
		width:193px;
		height:48px;
		outline: none;
		cursor: pointer;
		text-align: center;
		text-decoration: none;
		border:none !important;
		background: #FFF url('../img/3D-buttons-cart.png') no-repeat !important;
}	

/*button ir para o carrinho */

.button-ircart{
		margin: 0;
		padding: 0;
		width:193px;
		height:48px;
		outline: none;
		cursor: pointer;
		text-align: center;
		text-decoration: none;
		border:none !important;
		background: #FFF url('../img/3D-buttons-ircart.png') no-repeat !important;
}	


#mask {
  position:fixed;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  width: 100%;
  height: 100%;
     filter:alpha(opacity=50);
     opacity: 0.5;
     -moz-opacity:0.5;
     -webkit-opacity:0.5; 
  display:none;    
  
}

.window2{
  top: 50%;
  left: 50%;
  width: 800px;
  height: 50px;
  margin-top: -25px;
  margin-left: -400px;  
  position:fixed;
  z-index:9999 !important;
  padding:20px;
  background-color: #FFF;
  box-shadow: 2px 2px 1px #333;
  display:none;
}

