@charset "UTF-8";

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(fonts/Opensans-Light.ttf) format('ttf');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(fonts/Opensans-Regular.ttf) format('ttf');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(fonts/Opensans-Semibold.ttf) format('ttf');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(fonts/Opensans-Bold.ttf) format('ttf');
}

@font-face {
    font-family: TypoRound;
    src: url(../fonts/Typo_Round_Regular_Demo.otf);
}
@font-face {
    font-family: TypoRound;
    src: url(../fonts/Typo_Round_Bold_Demo.otf);
    font-weight: bold;
}

/* Global Styles */

html,
body {
    height: 100%;
    font-family: 'Open Sans', Arial, sans-serif;
}

body {
	/* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    padding-top: 15px; 
}


/* *no* smelly dotted lines on link clicks please! :P */
a {
   outline: 0;
}

/* ditto for radio buttons */
input[type="radio"]:focus {
    outline: none;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Default behaviour for links */
a:hover, a:focus {
	text-decoration: none;
	cursor: pointer;
}

/* top row */
#top-row {
	margin: 0px 0px 15px;
}


.top-row-cell {
    padding: 0px 5px;
    text-transform: uppercase;
    font-size: 0.8em;
    min-width: 75px!important;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    align: top;
}

/* Navbar */
.navbar-wrapper {
	height: 50px;
}

.navbar {
	margin-bottom: 15px;
}

/* Navbar logo */
.navbar-brand {
  padding: 5px;
}


/* NAVBAR */

.navbar .nav > li > a {
    background: #fff;
}

.navbar .nav > li > a, .navbar .nav > li > a:first-letter,
.navbar .nav > li.current-menu-item > a, 
.navbar .nav > li.current-menu-ancestor > a {
/* 	display:        inline; */
	color:          #333333;                        
	font-size:      1.0em;
	text-transform: uppercase;
}

/* Adjust Menu colors - Normal */
.navbar .nav > li > a, .navbar .nav > li > a:first-letter {
color:          #333333;
text-shadow:    none;
}
/* Adjust Menu colors - Hover */
.navbar .nav > li > a:hover, .navbar .nav > li > a:hover:first-letter { 
	color:          white;                      
	text-shadow:    none;
	background:		black;
	-moz-border-radius: 10px 10px 10px 10px; /* rounds corners for firefox */
    border-radius: 10px 10px 10px 10px;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fc0 /* change this to any color you want! */;
}


/* Adjust dropdown Menu items (blue) text color, (yellow) shading and (green) border */
.dropdown-menu {
	background: none;
	border: none;
	/* Have to readjust for larger texts.. */
	min-width: 180px;
}

.dropdown-menu > li > a {
color:          #333333;
border:  1px solid #111111;
-moz-border-radius: 10px 10px 10px 10px; /* rounds corners for firefox */
border-radius: 10px 10px 10px 10px;
background: white;
}

.dropdown-menu > li > a:hover {
color:          white;
background:		black;
border:  1px solid #111111;
-moz-border-radius: 10px 10px 10px 10px; /* rounds corners for firefox */
border-radius: 10px 10px 10px 10px;
}

/* support for multi-level menus */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
    width:100%;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
    width:100%;
}
 
/* Remove the Hover/Focus Colors  */
.navbar .nav > li.current-menu-item > a, .navbar .nav > li.current-menu-ancestor > a, 
.navbar .nav > li > a:hover, .navbar .nav > li > a:focus {
color:          #5A5A5A;
}

/* override bootstrap css */
.navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.page-header {
    margin: 10px 0px 10px 0px;
	border-bottom: none;
    color: #2caae2;
    font-family: TypoRound;
}

/* end override */

.navbar-right {
    float: right!important;
    margin-right: -15px;
    margin-top: 10px;
}

/* for creating rounded corners */
.rounded {
        -moz-border-radius:10px 10px 10px 10px; /* rounds corners for firefox */
        border-radius:10px 10px 10px 10px;  	/* rounds corners for other browsers */
        border:solid 1px #2486ad;
        background-color:#2fade1;
        padding:5px;
        text-transform: uppercase;
        font-size: 0.7em;
        width: 90px!important;
        display: inline-block;
        text-align: center;
        margin-right: 15px;
        align: top;
}

.white { color: #fff;}
.blue { color: #189adc; }

.lightBg {
    background: #fafafa;
    color: #151515;
}


#custom-search-input {
        padding: 0;
}
 
#custom-search-input .search-query {
    padding-right: 3px;
    padding-right: 4px;
    padding-left: 3px;
    padding-left: 4px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */

    margin-bottom: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 2px solid black;
}

#custom-search-input button {
    border: 0;
    background: none;
    /** belows styles are working good */
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    left: -28px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color:#D9230F;
}

.search-query:focus + button {
    z-index: 3;   
}



/* Add a top margin for main content */
#top_content {
	margin-top: 70px;
}

/* FOOTER */
.foot-links a, .foot-links p{
  display: block;
   color: rgb(63, 63, 63);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  text-decoration: none;
  font-family: OpenSansRegular, Arial, sans-serif;
  font-size: 13px;
  color: rgb(63, 63, 63);
  padding-bottom: 5px;
  text-shadow: rgb(255, 255, 255) 1px 1px 0px;
  
}
.foot-links img{
	padding-top: 5px;
}
#footer{
  background: rgb(241, 241, 241);
/*   border-top: 1px solid rgb(222, 222, 222); */
  margin-top: -2px;
  padding-top: 30px;
  padding-bottom: 30px;
 }
.foot-header{
  font-family: OpenSansBold, Arial, sans-serif;
  font-size: 18px;
  color: rgb(63, 63, 63);
  padding-bottom: 20px;
  text-shadow: rgb(255, 255, 255) 1px 1px 0px;
}
  
#footer .container{
	max-width: 1100px;
}
#bottom-footer{
  margin-bottom: 20px;
	border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 15px;
    padding-bottom: 15px;
}
#bottom-footer a{
	  text-decoration: none;
  color: #626262;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  font-size: 12px;
  padding: 0px 15px;
  border-right: 1px solid #ccc;
  font-family: 'OpenSansRegular', Arial, sans-serif;
  font-size: 13px;
  color: #626262;
  padding: 0 12px;
  text-shadow: 1px 1px 0 rgba(255,255,255,1);
}
#bottom-footer .phone img{
	margin-right: 7px;
}
#bottom-footer .phone .red{
	font-size: 22px;
  margin-top: -7px;
  font-family: 'OpenSansRegular', Arial, sans-serif;
  font-size: 18px!important;
  color: #d10029!important;
  position: relative;
  top: -5px;
  text-shadow: 1px 1px 0 rgba(255,255,255,1)!important;
}
#bottom-footer .phone .red small{
	font-family: 'OpenSansRegular', Arial, sans-serif;
  font-size: 12px!important;
  display: block;
  color: #626262!important;
  text-shadow: 1px 1px 0 rgba(255,255,255,1)!important;
  margin-top: -5px;
}
#final-footer{
	font-size: 11px;
  	color: #666;
}
#final-footer i{
	font-size: auto;
}

.vcenter {
    display: flex;
    align-items: center;
}

.vhcenter {
    display: flex;
    justify-content: center;
    align-items: center;        /* for single line flex container */
    align-content: center;      /* for multi-line flex container */
}

.hcenter {
    margin: 0 auto;
}

.scrollToTop{
	text-decoration: none;
	position:fixed;
	bottom:64px;
	right:64px;
	display:none;
    z-index: 999;
}
.scrollToTop:hover{
	text-decoration:none;
}

/* Readjust bootstrap's btn-info to site's colors... */
.btn.btn-info {
    background-color: #2caae2;
    color: #fff;
}

/* Make bootstrap rows same height */
.equal {
  display: flex;
  flex-wrap: wrap;
}

.left {
    float: left;
}

.right {
    float: right;
}

/* Generated by http://css.spritegen.com CSS Sprite Generator */
 
.headerentregasem6h-small, .headerpt, .headercart-empty, .headercart-full, .headeruser-off, 
.headeruser-on, .header100percsatisfacao-small, .headerprecoscompetitivos-small
{ display: inline-block; background: url('../imgs/header-imgs.png') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; }
 
.headerentregasem6h-small { background-position: -0px -0px; width: 44px; height: 24px; }
.headerpt { background-position: -0px -24px; width: 32px; height: 32px; }
.headercart-empty { background-position: -0px -56px; width: 32px; height: 32px; }
.headercart-full { background-position: -0px -88px; width: 32px; height: 32px; }
.headeruser-off { background-position: -0px -120px; width: 32px; height: 32px; }
.headeruser-on { background-position: -0px -152px; width: 32px; height: 32px; }
.header100percsatisfacao-small { background-position: -0px -184px; width: 30px; height: 24px; }
.headerprecoscompetitivos-small { background-position: -0px -208px; width: 26px; height: 24px; }


/* Responsive styles */
@media screen and (max-width: 767px) and (min-width: 320px) {
    body, .btn, .dropdown-menu {
        font-size: 0.8em;
    }
}

@media screen and (min-width: 991px) {
    .modal-dialog {
        width: 850px;
    }
}
@media screen and (max-width: 1280px) and (min-width: 991px) {
    
    body, .btn, .dropdown-menu {
        font-size: 1em;
    }
}

@media screen and (max-width:990px) {
    body, .btn, .dropdown-menu {
        font-size: 1em;
    }
    
    .modal-dialog {
        width: 768px;
    }
}

@media screen and (max-width:768px) {
    body, .btn, .dropdown-menu {
        font-size: 0.9em;
    }
    
    .modal-dialog {
        width: 600px;
    }
}
