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

/*@font-face {
    font-family: 'allerregular';
    src: url('../fonts/Aller_Rg-webfont.eot');
    src: url('../fonts/Aller_Rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Aller_Rg-webfont.woff2') format('woff2'),
         url('../fonts/Aller_Rg-webfont.woff') format('woff'),
         url('../fonts/Aller_Rg-webfont.ttf') format('truetype'),
         url('../fonts/Aller_Rg-webfont.svg#allerregular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
    font-family: 'robotoregular';
    src: url('../fonts/Roboto-Regular-webfont.eot');
    src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*************************
*******Typography******
**************************/

html, body {

  	/*font-family: 'allerregular';*/
  	/*font-family: 'Roboto', sans-serif;*/
  	font-family: 'robotoregular', sans-serif;
  	font-weight: 400;
	color:#4e4e4e;
	line-height: 22px;
	overflow-x: hidden;
	background: transparent;
	background: #E8E8E8;
	background: rgb(232, 232, 232);
	background: rgba(232, 232, 232, 0.6);
}
#bground{
  /*margin-top: 20px;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: 'allerregular';*/
  /*font-family: 'Roboto', sans-serif;*/
  font-family: 'robotoregular', sans-serif;
  font-weight: 400;
  color:#343536;
}

h1{
  font-size: 36px;
}

h2{
  font-size: 26px;
}

h3{
  font-size: 20px;
  line-height: 24px;
}

h4{
  font-size: 16px;
}

a h1,
a h2,
a h3,
a h4,
a h5,
a h6 {
  color: #bf0511;
  transition:  color 300ms, background-color 300ms;
}
a h1:hover,
a h2:hover,
a h3:hover,
a h4:hover,
a h5:hover,
a h6:hover {
  color: #c91b2f;
  text-decoration: none;
  outline: none;
}

a {
  color: #c91b2f;
  transition:  color 300ms, background-color 300ms;
}

a:hover,
a:focus {
  color: #c91b2f;
  text-decoration: none;
  outline: none;
}
.simpleLink{
  color: #ffffff;
  -webkit-transition: color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}
.simpleLink:hover {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}

p{
  color: #585858;
 /*font-size: 12px;*/
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}
.font-arial{
  font-family: 'Arial';
  text-transform: capitalize;
}
/******************
 GERAL
 ******************/
.pad-left{
  padding: 0 0 0 5px;
}
.pad-right{
  padding: 0 5px 0 0;
}
.font-color{
  /*color:#bf0511;*/
  color: #343536;
}
.icon-color{
  color: #bf0511;
}

.no-margin{
  margin: 0;
}
.no-padding{
  padding: 0;
}

.text-uppercase{
  text-transform: uppercase;
}

hr {
    border-top: 1px solid #d3d3d3;
    margin-top: 15px;
    margin-bottom: 15px;
}

.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 9px 12px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: transparent;
  background-image: none;
  border-radius: 5px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control:focus {
border-color: #c91b2f;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(200, 27, 47, .6);
}
.form-control[disabled],
.form-control[readonly]{
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
/* Color for attr placeholder*/
*::-webkit-input-placeholder {
    color: #bf0511 !important;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #bf0511 !important;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #bf0511 !important;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #bf0511 !important;
}
/* Color for select option*/
.select-color { color: #bf0511; }
select option { color: #bf0511; }
select option:first-of-type{
  color: #bf0511 !important;
}

.btn-marg{
    margin: 10px 0 70px;
}

.btn-skin {
  color: #333333;
  background-color: #dddddd;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 6px 20px;
  transition: all 0.3s ease;
}
.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active {
  color: #ffffff;
  border: 1px solid #da251c;
  background-color: #da251c;
  border-radius: 0px;
}
.btn-skin:active{
  background-image: none;
}
.btn-skin[disabled],
.btn-skin[disabled]:hover,
.btn-skin[disabled]:focus,
.btn-skin[disabled]:active{
    color: #da251c;
    background-color: #f4f5f6;
    opacity: 0.5;
    cursor: not-allowed;
    border-radius: 0px;
}

.btn-skin-contactos {
  color: #ffffff;
  background-color: #da251c;
  border-radius: 15px;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 50px;
  margin-bottom: 0px;
}

.btn-skin-contactos:hover {
  color: #da251c;
  background-color: #ffffff;
  border-radius: 15px;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border-radius: 4px;
}

#facebook{
  width: 28px;
  height: 28px;
}
.facebook-btn {
  float: right;
  background: #667ba5;
  color: #e2e0e0;
  display: inline-block;
  padding: 3px 6px 1px 7px;
  margin: 10px 0px 5px 0px;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.42857143;
  letter-spacing: 1px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.facebook-btn:hover, .facebook-btn:focus {
  background-color: #3d5b99;
  text-decoration: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.fc-facebook{
  margin-right: 3px;
}

#layout-stripe {
  position: absolute;
  background: #bf0511;
  top: 420px;
  height: 200px;
  width: 100%;
  z-index: 0;
}
/******************
 404 page css
 ******************/

#error .btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success:hover {
  background-color: #EBEBEB;
  border-color: #EBEBEB;
  color: #4E4E4E;
}

#error h1{
  color: #4e4e4e;
  text-transform: uppercase;
}

/*************************
**************************/
#top-bar {
    background: #f5f5f5 none repeat scroll 0 0;
    color: #909090;
    padding: 0;
}
ul.top-bar-menu {
    margin: 5px 0;
}
ul.top-bar-menu li {
    display: inline;
    font-size: 13px;
    margin: 0 20px 0 0;
}
ul.top-bar-menu li a {
    color: #909090;
}
ul.top-bar-menu li i {
    color: #c2c2c2;
    margin: 0 5px 0 0;
}
/* Social Icons
------------------------------------- */
.social-icons li {
  display: inline;
  float: left;
  margin-right: 4px;
}

.social-icons li a {
  width: 42px;
  height: 42px;
  display: inline-block;
  background-color: #f5f5f5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}

/* Header Icon Styles */
#top-bar .social-icons {
  float: right;
}

#top-bar .social-icons li {
  margin: 0 0 -4px 0;
  padding: 0;
  float: left;
}

#top-bar .social-icons li a {
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
}

#top-bar .social-icons li a:before,
#top-bar .social-icons li a i {
  font-size: 14px;
}

#top-bar .social-icons li .twitter:before,
#top-bar .social-icons li .twitter i:before { font-size: 12px; }


/* Common Styles */
.social-icons li a i {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  z-index: 20;
}

.social-icons li a:hover,
.social-icons li a i {
  color: #fff;
}

.social-icons li a i {
  top: -30px;
  opacity:0;
}

.the-team-social.social-icons li a i,
.social-icons li a:hover i {
  top: 0;
  opacity: 1;
}

/* Web Font */
@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?15257115');
  src: url('../fonts/fontello.eot?15257115#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff2?15257115') format('woff2'),
       url('../fonts/fontello.woff?15257115') format('woff'),
       url('../fonts/fontello.ttf?15257115') format('truetype'),
       url('../fonts/fontello.svg?15257115#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

 .social-icons li i {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 16px;
  font-size: 16px;
  width: auto;
}

.icon-facebook:before { content: '\e800'; } /* '' */
.icon-twitter:before { content: '\e801'; } /* '' */
.icon-spin4:before { content: '\e802'; } /* '' */
.icon-youtube:before { content: '\e803'; } /* '' */
.icon-skype:before { content: '\e804'; } /* '' */
.icon-google:before { content: '\e805'; } /* '' */
.icon-linkedin:before { content: '\e806'; } /* '' */

.twitter:before,
.wordpress:before,
.facebook:before,
.linkedin:before,
.steam:before,
.tumblr:before,
.github:before,
.delicious:before,
.instagram:before,
.xing:before,
.amazon:before,
.dropbox:before,
.paypal:before,
.lastfm:before,
.gplus:before,
.yahoo:before,
.pinterest:before,
.dribbble:before,
.flickr:before,
.reddit:before,
.vimeo:before,
.spotify:before,
.rss:before,
.youtube:before,
.blogger:before,
.appstore:before,
.digg:before,
.evernote:before,
.fivehundredpx:before,
.forrst:before,
.stumbleupon:before,
.dribbble:before {
  font-family: "fontello";
  font-size: 16px;
  line-height: 16px;
  color: #aaa;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  position: absolute;
  z-index: 20;
}

.the-team a:before { display: none; }
#top-bar .social-icons a:before { color: #c0c0c0; }

/* Icon Styles */
.twitter:before {font-size: 14px;}
.icon-twitter {font-size: 14px !important;}
.twitter i, .twitter:before { margin: 13px 0 0 12px; }
#top-bar .twitter i, #top-bar .twitter:before { margin: 10px 0 0 11px; }
.twitter:before { content: "\e801"; top: 0; opacity:1; }
.twitter:hover:before { top: 30px; opacity: 0; }
.twitter:hover { background-color: #3bc1ed; }
.the-team .twitter { background-color: #3bc1ed; }

.dribbble i, .dribbble:before { margin: 13px 0 0 13px; }
#top-bar  .dribbble i, #top-bar .dribbble:before { margin: 11px 0 0 11px; }
.dribbble:before { content: "\44"; top: 0; opacity:1; }
.dribbble:hover:before { top: 30px; opacity: 0; }
.dribbble:hover { background-color: #ef5a92; }
.the-team .dribbble { background-color: #ef5a92; }

.facebook i, .facebook:before { margin: 13px 0 0 16px; }
#top-bar .facebook i, #top-bar .facebook:before { margin: 11px 0 0 9px; }
.facebook:before { content: "\e800"; top: 0; opacity:1; }
.facebook:hover:before { top: 30px; opacity: 0; }
.facebook:hover { background-color: #4a6d9d; }
.the-team .facebook { background-color: #4a6d9d; }

.whatsapp i, .whatsapp:before { margin: 13px 0 0 16px; }
#top-bar .whatsapp i, #top-bar .whatsapp:before { margin: 11px 0 0 14px; }
.whatsapp:before { content: "\f232"; top: 0; opacity:1; }
.whatsapp:hover:before { top: 30px; opacity: 0; }
.whatsapp:hover { background-color: #4CED69; }
.the-team .whatsapp { background-color: #4CED69; }


.linkedin i, .linkedin:before { margin: 13px 0 0 13px; }
#top-bar .linkedin i, #top-bar .linkedin:before { margin: 11px 0 0 11px; }
.linkedin:before { content: "\4c"; top: 0; opacity:1; }
.linkedin:hover:before { top: 30px; opacity: 0; }
.linkedin:hover { background-color: #0b7bb5; }
.the-team .linkedin { background-color: #0b7bb5; }

.delicious i, .delicious:before { margin: 13px 0 0 13px; }
#top-bar .delicious i, #top-bar .delicious:before { margin: 11px 0 0 11px; }
.delicious:before { content: "\23"; top: 0; opacity:1; }
.delicious:hover:before { top: 30px; opacity: 0; }
.delicious:hover { background-color: #3274d1; }
.the-team .delicious { background-color: #3274d1; }

.paypal i, .paypal:before { margin: 13px 0 0 13px; }
#top-bar .paypal i, #top-bar .paypal:before { margin: 11px 0 0 11px; }
.paypal:before { content: "\24"; top: 0; opacity:1; }
.paypal:hover:before { top: 30px; opacity: 0; }
.paypal:hover { background-color: #2e689a; }
.the-team .paypal{ background-color: #2e689a; }

.gplus i, .gplus:before { margin: 13px 0 0 13px; }
#top-bar .gplus i, #top-bar .gplus:before { margin: 11px 0 0 11px; }
.gplus:before { content: "\2b"; top: 0; opacity:1; }
.gplus:hover:before { top: 30px; opacity: 0; }
.gplus:hover { background-color: #d53824; }
.the-team .gplus { background-color: #d53824; }

.stumbleupon i, .stumbleupon:before { margin: 13px 0 0 11px; }
#top-bar .stumbleupon i, #top-bar .stumbleupon:before { margin: 11px 0 0 9px; }
.stumbleupon:before { content: "\2f"; top: 0; opacity:1; }
.stumbleupon:hover:before { top: 30px; opacity: 0; }
.stumbleupon:hover { background-color: #eb4924; }
.the-team .stumbleupon { background-color: #eb4924; }

.fivehundredpx i, .fivehundredpx:before { margin: 13px 0 0 11px; }
#top-bar .fivehundredpx i, #top-bar .fivehundredpx:before { margin: 11px 0 0 9px; }
.fivehundredpx:before { content: "\30"; top: 0; opacity:1; }
.fivehundredpx:hover:before { top: 30px; opacity: 0; }
.fivehundredpx:hover { background-color: #444; }
.the-team .fivehundredpx { background-color: #444; }

.pinterest i, .pinterest:before { margin: 13px 0 0 15px; }
#top-bar .pinterest i, #top-bar .pinterest:before { margin: 11px 0 0 13px; }
.pinterest:before { content: "\31"; top: 0; opacity:1; }
.pinterest:hover:before { top: 30px; opacity: 0; }
.pinterest:hover { background-color: #cb1f25; }
.the-team .pinterest { background-color: #cb1f25; }

.forrst i, .forrst:before { margin: 13px 0 0 15px; }
#top-bar .forrst i, #top-bar .forrst:before { margin: 11px 0 0 13px; }
.forrst:before { content: "\3a"; top: 0; opacity:1; }
.forrst:hover:before { top: 30px; opacity: 0; }
.forrst:hover { background-color: #40833e; }
.the-team .forrst { background-color: #40833e; }

.digg i, .digg:before { margin: 13px 0 0 12px; }
#top-bar .digg i, #top-bar .digg:before { margin: 11px 0 0 10px; }
.digg:before { content: "\3b"; top: 0; opacity:1; }
.digg:hover:before { top: 30px; opacity: 0; }
.digg:hover { background-color: #205685; }
.the-team .digg { background-color: #205685; }

.spotify i, .spotify:before { margin: 13px 0 0 13px; }
#top-bar .spotify i, #top-bar .spotify:before { margin: 11px 0 0 11px; }
.spotify:before { content: "\3d"; top: 0; opacity:1; }
.spotify:hover:before { top: 30px; opacity: 0; }
.spotify:hover { background-color: #6ca405; }
.the-team .spotify { background-color: #6ca405; }

.reddit i, .reddit:before { margin: 13px 0 0 12px; }
#top-bar .reddit i, #top-bar .reddit:before { margin: 11px 0 0 10px; }
.reddit:before { content: "\3e"; top: 0; opacity:1; }
.reddit:hover:before { top: 30px; opacity: 0; }
.reddit:hover { background-color: #404040; }
.the-team .reddit { background-color: #404040; }

.appstore i, .appstore:before { margin: 13px 0 0 14px; }
#top-bar .appstore i, #top-bar .appstore:before { margin: 11px 0 0 12px; }
.appstore:before { content: "\41"; top: 0; opacity:1; }
.appstore:hover:before { top: 30px; opacity: 0; }
.appstore:hover { background-color: #c0c0c0; }
.the-team .appstore { background-color: #c0c0c0; }

.blogger i, .blogger:before { margin: 13px 0 0 15px; font-size: 14px !important; }
#top-bar .blogger i, #top-bar .blogger:before { margin: 10px 0 0 13px; font-size: 12px !important; }
.blogger:before { content: "\42"; top: 0; opacity:1; }
.blogger:hover:before { top: 30px; opacity: 0; }
.blogger:hover { background-color: #ff6501; }
.the-team .blogger { background-color: #ff6501; }

.dribbble i, .dribbble:before { margin: 13px 0 0 13px; }
#top-bar .dribbble i, #top-bar .dribbble:before { margin: 11px 0 0 11px; }
.dribbble:before { content: "\44"; top: 0; opacity:1; }
.dribbble:hover:before { top: 30px; opacity: 0; }
.dribbble:hover { background-color: #ef5a92; }
.the-team .dribbble { background-color: #ef5a92; }

.evernote i, .evernote:before { margin: 13px 0 0 15px; }
#top-bar .evernote i, #top-bar .evernote:before { margin: 11px 0 0 13px; }
.evernote:before { content: "\45"; top: 0; opacity:1; }
.evernote:hover:before { top: 30px; opacity: 0; }
.evernote:hover { background-color: #6bb130; }
.the-team .evernote { background-color: #6bb130; }

.flickr i, .flickr:before { margin: 13px 0 0 13px; }
#top-bar .flickr i, #top-bar .flickr:before { margin: 11px 0 0 11px; }
.flickr:before { content: "\46"; top: 0; opacity:1; }
.flickr:hover:before { top: 30px; opacity: 0; }
.flickr:hover { background-color: #136dd5; }
.the-team .flickr { background-color: #136dd5; }

.rss i, .rss:before { margin: 13px 0 0 14px; font-size: 14px !important; }
#top-bar .rss i, #top-bar .rss:before { margin: 11px 0 0 12px; font-size: 12px !important; }
.rss:before { content: "\52"; top: 0; opacity:1; }
.rss:hover:before { top: 30px; opacity: 0; }
.rss:hover { background-color: #fe8f00; }
.the-team .rss { background-color: #fe8f00; }

.youtube i, .youtube:before { margin: 13px 0 0 14px; font-size: 18px !important; }
#top-bar .youtube i, #top-bar .youtube:before { margin: 10px 0 0 12px; font-size: 16px !important; }
.youtube:before { content: "\55"; top: 0; opacity:1; }
.youtube:hover:before { top: 30px; opacity: 0; }
.youtube:hover { background-color: #bf2f29; }
.the-team .youtube { background-color: #bf2f29; }

.vimeo i, .vimeo:before { margin: 13px 0 0 13px; font-size: 14px !important; }
#top-bar .vimeo i, #top-bar .vimeo:before { margin: 11px 0 0 11px; font-size: 12px !important; }
.vimeo:before { content: "\56"; top: 0; opacity:1; }
.vimeo:hover:before { top: 30px; opacity: 0; }
.vimeo:hover { background-color: #4c8ab0; }
.the-team .vimeo { background-color: #4c8ab0; }

.xing i, .xing:before { margin: 13px 0 0 14px; }
#top-bar .xing i, #top-bar .xing:before { margin: 11px 0 0 12px; }
.xing:before { content: "\58"; top: 0; opacity:1; }
.xing:hover:before { top: 30px; opacity: 0; }
.xing:hover { background-color: #036568; }
.the-team .xing { background-color: #036568; }

.yahoo i, .yahoo:before { margin: 13px 0 0 11px; }
#top-bar .yahoo i, #top-bar .yahoo:before { margin: 11px 0 0 9px; }
.yahoo:before { content: "\59"; top: 0; opacity:1; }
.yahoo:hover:before { top: 30px; opacity: 0; }
.yahoo:hover { background-color: #9251a2; }
.the-team .yahoo { background-color: #9251a2; }

.amazon i, .amazon:before { margin: 13px 0 0 12px; }
#top-bar .amazon i, #top-bar .amazon:before { margin: 11px 0 0 10px; }
.amazon:before { content: "\61"; top: 0; opacity:1; }
.amazon:hover:before { top: 30px; opacity: 0; }
.amazon:hover { background-color: #2f3842; }
.the-team .amazon { background-color: #2f3842; }

.steam i, .steam:before { margin: 13px 0 0 11px; }
#top-bar .steam i, #top-bar .steam:before { margin: 11px 0 0 9px; }
.steam:before { content: "\62"; top: 0; opacity:1; }
.steam:hover:before { top: 30px; opacity: 0; }
.steam:hover { background-color: #383838; }
.the-team .steam { background-color: #383838; }

.dropbox i, .dropbox:before { margin: 13px 0 0 13px; }
#top-bar .dropbox i, #top-bar .dropbox:before { margin: 11px 0 0 11px; }
.dropbox:before { content: "\64"; top: 0; opacity:1; }
.dropbox:hover:before { top: 30px; opacity: 0; }
.dropbox:hover { background-color: #2c92dd; }
.the-team .dropbox { background-color: #2c92dd; }

.github i, .github:before { margin: 13px 0 0 13px; }
#top-bar .github i, #top-bar .github:before { margin: 11px 0 0 11px; }
.github:before { content: "\67"; top: 0; opacity:1; }
.github:hover:before { top: 30px; opacity: 0; }
.github:hover { background-color: #5c7381; }
.the-team .github { background-color: #5c7381; }

.lastfm i, .lastfm:before { margin: 13px 0 0 11px; }
#top-bar .lastfm i, #top-bar .lastfm:before { margin: 11px 0 0 9px; }
.lastfm:before { content: "\6c"; top: 0; opacity:1; }
.lastfm:hover:before { top: 30px; opacity: 0; }
.lastfm:hover { background-color: #d21309; }
.the-team .lastfm { background-color: #d21309; }

.tumblr i, .tumblr:before { margin: 13px 0 0 15px; }
#top-bar .tumblr i, #top-bar .tumblr:before { margin: 11px 0 0 13px; }
.tumblr:before { content: "\74"; top: 0; opacity:1; }
.tumblr:hover:before { top: 30px; opacity: 0; }
.tumblr:hover { background-color: #3d658d; }
.the-team .tumblr { background-color: #3d658d; }

.wordpress i, .wordpress:before { margin: 13px 0 0 14px; }
#top-bar .wordpress i, #top-bar .wordpress:before { margin: 11px 0 0 12px; }
.wordpress:before { content: "\77"; top: 0; opacity:1; }
.wordpress:hover:before { top: 30px; opacity: 0; }
.wordpress:hover { background-color: #383838; }
.the-team .wordpress { background-color: #383838; }

.instagram i, .instagram:before { margin: 13px 0 0 14px; }
#top-bar .instagram i, #top-bar .instagram:before { margin: 11px 0 0 12px; }
.instagram:before { content: "\f31f"; top: 0; opacity:1; }
.instagram:hover:before { top: 30px; opacity: 0; }
.instagram:hover { background-color: #3f6f94; }
.the-team .instagram { background-color: #3f6f94; }



/*************************
*******Paginate******
**************************/

.pagination-centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #bf0511;
  border-color: #bf0511;
}
/*************************
*******Image Magnifier******
**************************/

.magnifier {
  opacity: 1;
  position: relative;
  height: auto;
  display: block;
  transition: all 0.3s ease;
}
.magnifier:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  background: url(../template/magnifier.png) center center no-repeat #bf0511;
  transition: all 0.3s ease;
}
.magnifier:hover {opacity: 0.7;}
.magnifier:hover:after {opacity: 0.6;}

/*************************
*******Ajax Spinner******
**************************/

#spinner {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../template/bigLoader.gif) 50% 50% no-repeat;
  display: none;
}

/*************************
*******NIF ajax validate******
**************************/

.responseNIF{
  float: right;
  font-size: 13px;
  line-height: 0.15em;
  margin: 9px 0px 0px 7px;
  font-style: italic;
  font-weight: 900;
  text-transform: capitalize;
}

/*************************
*******Error jquery validate******
**************************/

.error{
  float: right;
  color: #d85d5d;
  font-size: 13px;
  line-height: 0.15em;
  margin: 9px 0px 0px 7px;
  font-style: italic;
  font-weight: 900;
  text-transform: capitalize;
  display: none;
}

.error_news{
  float: right;
  color: #333333;
  font-size: 13px;
  line-height: 0.15em;
  margin: 9px 0px 0px 7px;
  font-style: italic;
  font-weight: 900;
  text-transform: capitalize;
  display: none;
}

/*************************
*******Error php validate******
**************************/

.erro{
  float: right;
  color: #ee1111;
  font-size: 15px;
  line-height: 0.15em;
  margin: -5px 0px 0px 0px;
  font-style: italic;
  font-weight: 900;
}

/*************************
*******Header******
**************************/

#header{
  /*background-color: #272f3a;*/
  /*background-color: transparent;*/
  background-color: #fff;
}
#logo{
  /*width: 86px;*/
  height: 124px;
  margin: 15px 0 15px 0;
}

#cart-list{
  list-style: none;
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: right;
  /*z-index: 999999;*/
}
.badge-cart{
  /*
    font-family: 'Arial';
    background-color: #ffffff;
    position: absolute;
    right: -5px;
    top: 0px;
    color: #333333;
    */
}

.lang-flag{
  margin-left: 10px;
  margin-top: 15px;
}
#lang-flag-margin{
    margin-right: 49px;
}
.logInOut{
  font-size: 20px;
  margin: 0 28px;
  padding: 5px 5px;
  position: relative;
  top: 18px;
}
.logInOut:hover{
  border: 1px solid #bf0511;
  border-radius: 5px;
  color: #c91b2f;
}

/*************************
*******Nav Bar******
**************************/
#top {
    float: left;
    font-size: 18px;
    height: 140px;
    line-height: 74px;
    padding: 10px 15px;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0px;
}
.navbar-default {
  /*background-color: transparent;*/
  /*background-color: #272f3a;*/
  background-color: #7a7a7a;
  border-color: transparent;
  border: transparent;
  border-radius: 0px;
}

.navbar-header {
  background-color: #fff;
}

.navbar-brand {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  float: left;
  font-size: 18px;
  height: 140px;
  line-height: 74px;
  padding: 10px 15px;
}
.navbar .navbar-collapse {
    text-align: center;
}
.navbar-nav {
  text-align: center;
  /*width: 100%;*/
  max-width: 655px;
  margin: 0 auto;
  float: none;
}
.navbar-nav > li > a {
  padding-bottom: 22px;
  padding-top: 22px;
}

.navbar-default .navbar-nav>li>a {
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  /*border-top: 5px solid #1262AB;*/
  border-top: 5px solid transparent;
  transition: all 0.4s ease;
}

.navbar-default .navbar-nav>li>a:hover{
  color: #fff;
  /*background-color: #c91b2f;*/
  background-color: #20242d;
  border-top: 5px solid #da251c;
  border-radius: 0px;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus {
  /*color: #a5060e;*/
  color: #fff;
  background-color: #20242d;

  border-top: 5px solid #da251c;
  background-color: transparent;
}

@media only screen and (max-width : 1205px) {
  .navbar-default .navbar-nav>li>a {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.4s ease;
    /*padding: 8px 14px;*/
  }
}

/*************************
*******Fotter******
**************************/

#footer{
  background: #20242d;
}
#footer-text{
  color: #ffffff;
  margin: 25px 0 20px 0;
  font-size: 13px;
  /*border-top: 1px solid #ffffff;*/
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
}
#footer h3 {
  /*font-size: 14px;
  font-weight: 800;*/
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
#footer p {
    color: #fff;
}

#botfooter{
  background: #20242d;
}
.logo-fotter{
    margin: 20px auto;
    display: block;
}
.logo-mar-top{
  margin-top: 63px;
}
.list-footer .list-group-item{
  background-color: transparent;
  border: none;
  color: #ffffff;
  line-height: 1em;
}
.list-footer .list-group-item a{
  color: #ffffff;
}
.list-footer .list-group-item a:hover{
  color: #7c7c7c;
}
.in-news{
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  background-color: #333333;
  color: #ffffff;
}
.btn-news{
  float: right;
  color: #ffffff;
  background-color: #333333;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.btn-news:hover, .btn-news:focus, .btn-news:active {
  color: #c91b2f;
  background-color: #f4f5f6;
}
.news-label{
  color: #ededed;
}
.foot-title{
  color: #cecece;
}

/*************************
*******Slider******
**************************/

.carousel-inner>.item>img, 
.carousel-inner>.item>a>img {
  display: block;
  /*max-height: 650px;*/
  height: 450px;
  max-width: 100%;
  line-height: 1;
  width: 100%;
}
.carousel {
    position: relative;
    margin-bottom: 40px;
}
.title-slider{
  color:#bf0511;
  font-size: 35px;
}
.desc-slider{
  color:#1d8978;
  font-size: 20px;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right {
  left: 50%;
  font-size: 30px;
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin: 0 0 0 -30%;
  text-align: center;
  list-style: none;
  top: 100%;
}
.carousel-indicators li {
  display: inline-block;
  width: 20px;
  height: 8px;
  margin: 2px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0,0,0,0);
  border: 2px solid #bf0511;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 20px;
  height: 8px;
  margin: 2px;
  background-color: #bf0511;
}

/*************************
*******Registo/Login******
**************************/

.btn-login{
    margin: 50px 0 0 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.btn-registo{
    margin: 50px 0 20px 30px;
    float: right;
}
.sh-box{
  height: 380px;
  margin: 45px 0 20px 0;
}
.sh-btn{
  margin-bottom: 40px;
}
#sh-logout{
  color: #ffffff;
  background-color: #da251c;
  border: 1px solid #da251c;
  border-radius: 5px;
  transition: all 0.3s ease;
}
#sh-logout:hover{
  color: #da251c;
  background-color: #ffffff;
  /*color: #ffffff;*/
}
.sub-title{
  margin: 90px 0 40px 0;
}

/******************
 Default
 ******************/
#cart-icon{
  width: 45px;
  padding: 3px;
}

#cart-button-bx{
  margin-top: 15px;
}

.cat-box{
  background-color: #fff;
  border: 4px solid #bf0511;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 93px;
  margin-bottom: 25px;
  transition: all .2s ease-in-out;
}
.cat-box:hover{
  background-color: #fff;
  border: 4px solid #c91b2f;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.428571429;
  background-color: transparent;
  border: 0px;
  border-radius: 0px;
  width: 203px;
  transition: all .2s ease-in-out;
}
.video-box{
  margin: 50px 0px;
}
#product-cart {
  position: relative;
  display: block;
  padding: 6px 15px;
  margin: 35px 0 0 0;
  font-size: 16px;
  text-align: center;
  background: #99ce25;
  color: #ffffff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}


/******************
 Produtos
 ******************/
.pdf-icon {
  margin-top: 5px;
  margin-right: 10px;
}
.caption {
  position: relative;
  margin: 20px 0 15px 0;
}
.caption p{
  color: #333333;
}
.legendanot{
    height: 54px;
}

/* BOX PRODUTOS */
.box-produtos{
  border: 1px solid #363636;
  /*height*/
  margin: 0 7px 15px;
  padding: 10px;
}

.box-produtos:hover {
  border-width: 2px;
  padding: 9px;
}
.box-produtos .prod-img {
  float: left;
  width: 100%;
}

.box-produtos a.product-img-link {
  float: left;
  text-align: center;
  width: 100%;
}

.box-produtos .img-produtos{
  /*width: 124px;*/
  /*height: 144px;*/
}

.box-produtos h3 {
  clear: both;
  color: #707070;
  font-size: 14px;
  line-height: 20px;
  min-height: 78px;
  text-align: left;
}

.box-produtos h3 a{
  color: #707070;
  text-decoration: none;
}

.box-produtos h3 a span.produto-ref {
    color: #c91b2f;
    float: left;
    font-size: 12px;
    height: 16px;
    overflow: hidden;
    padding-bottom: 0;
}


.box-produtos .prod-price{
  color: #585858;
  font-size: 14px;
  text-align: center;
  padding-bottom: 5px;
}

.prod-size{
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  min-height: 78px;
  color: #707070;
}

.btn-prod{
  font-size: 15px;
}
#product-cart{
  position: relative;
  display: block;
  padding: 6px 15px;
  margin: 35px 0 0 0;
  font-size: 16px;
  text-align: center;
  background: #bf0511;
  color: #ffffff;
  transition: all 0.4s ease;
}
#list-product-cart{
  list-style: none;
  padding: 10px 20px;
  font-size: 16px;
}
#box-cart-prod{
  margin: 10px 0 30px 0;
}

.list-group.panel > .list-group-item {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px
}
.list-group-submenu {
  margin-left:20px;
}

#MainMenu>.list-group>a{
  margin: 5px 0 0 0;
  padding-left: 16px;
  font-size: 18px;
  text-transform: uppercase;
  background: #272f3a;
  color: #ffffff;
  transition: all 0.4s ease;
  border-radius: 50px;
}
#MainMenu>.list-group>a:hover, #MainMenu>.list-group>a:focus{
  background: #c91b2f;
  color: #ffffff;
}

.sub-cats{
  font-size: 17px;
  background: #bf0511;
  color: #ffffff;
  /*opacity: 0.5;*/
  transition: all 0.4s ease;
}
a.list-group-item{
  color: #ffffff;
  text-decoration: none;
  background: #20242d;
  padding-left: 35px;
  border-bottom-right-radius: 60px !important;
  border-bottom-left-radius: 60px !important;
/*  width: 90% !important;
  margin-left: auto !important;
  margin-right: auto !important;*/
}
a.list-group-item:hover, a.list-group-item:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #c91b2f;

}

.make-drop{
  margin: 5px 0 0 0;
  font-size: 18px;
  text-transform: uppercase;
  background: #bf0511;
  color: #ffffff;
  border: 1px solid #bf0511;
  position: relative;
  display: block;
  padding: 10px 12px;
  margin-bottom: -1px;
  cursor: pointer;
  transition: all 0.4s ease;
}
.make-drop:hover{
  background: #a5060e;
  color: #ffffff;
}
.make-list{
  color: #ffffff;
  text-decoration: none;
  background: #333333;
  padding-left: 33px;
  text-transform: uppercase;
  transition: all 0.4s ease;
}
.make-list:hover{
  color: #bf0511;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #bf0511;
}

/*************************
*******Produtos Descricao******
**************************/

.qtd-size{
  width: 75px;
  margin: 0 20px 0 10px;
  float: right;
}
.row-border{
  border: 2px solid #bf0511;
  padding: 25px 0px;
  margin: 25px 0;
  border-radius: 5px;
}
.col-border{
    border: 3px solid #bf0511;
    border-radius: 5px;
}
.img-desc{
  /*width: 300px;
  height: 300px;*/
  max-height: 450px;
  display: block;
  margin: 10px auto 20px auto;
}
.img-desc-sec{
  margin: 15px 0;
  height: 80px;
}
.img-relation{
  margin: 15px 0;
}
.desc-prod{
  padding: 1px 0 57px 0;

}
#line-separator{
  width: 723px;
  float: left;
}

.btn-descpro{
  margin-top: 25px;
}
/*************************
*******Cart******
**************************/

.reenviarmail{
  width: 200px;
}
.shopmore{
  margin: 30px 0 40px 0;
  font-size: 18px;
}

#cart_summary thead tr th,
#account_summary thead tr th,
#history_summary thead tr th{
    background: #da251c none repeat scroll 0 0;
    color: white;
    font-weight: bold;
    text-align: center;
}

.table>thead>tr>th,
.table>tbody>tr>td, 
.table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  /*border-top: 1px solid #ddd;*/
  /*font-size: 18px;*/
}
#cart_summary tbody td,
#account_summary tbody td,
#history_summary tbody td{
    background: white none repeat scroll 0 0;
}
#cart_summary tfoot td {
    background: white none repeat scroll 0 0;
    text-align: right;
    vertical-align: middle;
}
#cart_summary tbody td.cart_product a,
#history_summary tbody td.cart_product a {
    display: block;
    text-align: center;
}

#cart_summary tbody td.cart_product a img,
#history_summary tbody td.cart_product a img {
    border: 1px solid #d6d6d6;
}

#cart_summary tbody td.cart_product a img:hover,
#history_summary tbody td.cart_product a img:hover{
  border: 1px solid #da251c;
}
#cart_summary tbody td.cart_description,
#history_summary tbody td.cart_description {
    text-align: left;
}

#cart_summary tbody td.cart_description .product-name,
#history_summary tbody td.cart_description .product-name {
    font-weight: bold;
}

#cart_summary tbody td.cart_description .product-name a,
#history_summary tbody td.cart_description .product-name a {
    color: #1b1b1b;
}
#cart_summary tbody td.cart_description .product-name a:hover,
#history_summary tbody td.cart_description .product-name a:hover {
    color: #da251c;
}
#cart_summary tbody td.cart_unit, 
#cart_summary tbody td.cart_quantity,
#history_summary tbody td.cart_unit,
#history_summary tbody td.cart_total
{
    text-align: right;
}
 
#history_summary tbody td.cart_quantity {
    text-align: center;
}

#cart_summary tbody td.cart_quantity .cart_quantity_input{
    margin: 0 auto;
    width: 60px;
}

.price {
  font-size: 16px;
  font-weight: bold;
}

#cart_summary tbody td.cart_delete a,
#cart_summary tbody td.cart_qty_update a{
    font-size: 18px;
    color: #1b1b1b;
}

#cart_summary tbody td.cart_delete a:hover,
#cart_summary tbody td.cart_qty_update a:hover{
    color: #da251c;
}
#cart_summary tbody td.cart_qty_update {
  border-left: 1px solid transparent;
}
#cart_summary tbody td.cart_quantity {
  border-right: 1px solid transparent;
}
.cart-img{
  width: 98px;
}
.iconstyle{
  background: transparent;
  border: none;
}
.cart-tot{
  font-size: 19px;
  font-weight: 700;
}
.btn-cart{
  float: right;
  margin: 25px 0 50px 0;
}
.qtd-cart{
  width: 55px;
}
#emptyCart{
  position: absolute;
  font-size: 36px;
  top: 142%;
  color: #bf0511;
}
.body-confirmaremail{
  background: #c8f7df;
}

/*************************
*******Checkout******
**************************/

.input_postal{
  width: 201px;
  display: inline;
}

.btn-checkout{
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 23px;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
}
.totalcheck{
  font-size: 12px;
  letter-spacing: 1px;
}
.termos{
  margin: 0 0 30px 0;
    font-size: 16px;
}
#editcc{
  margin-left: 14px;
}
.img-payment{
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
  height: 73px;
}
.img-pay-width{
  width: 193px;
  height: 50px;
}
.img-payment-box{
  height: 90px;
}
.panel {
  margin-bottom: 20px;
  background-color: transparent;
  border: 0px solid transparent;
  border-radius: 0px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
.panel-default>.panel-heading {
    color: #ffffff;
    background-color: #272f3a;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}
.panel-body {
  padding: 15px;
  background: #20242d;

}
.panel-body h5{
  color: #ffffff;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #272f3a;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.panel-footer .totalcheck{
  color: #ffffff;
}
.img-multi-width {
  width: 75px;
  height: 100px;
}

/*************************
*******Model Recover******
**************************/

.md-body{
  height: 94px;
}
.md-title{
  font-size: 24px;
}

/*************************
*******404 page******
**************************/

#img404{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.text404{
  margin: 34px 0 46px 0;
}


/*************************
*******Paypal******
**************************/

#paypal_overlay{
    visibility:visible;
    position:fixed;
    width:100%;
    height:100%;
    background: rgba(255,255,255,0.8);
    top:0;
    left:0;
    z-index: 999999;
}
#paypal_box{
    background: #FFF;
    display: block;
    margin: auto;
    position: fixed;
    margin-left:-220px;
    left:45%;
    top: 25%;
    text-align: center;
    color: #2F6395;
    font-family: Arial;
    padding: 15px;
    font-size: 15px;
    font-weight: bold;
    width: 530px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0px 5px;
    border: 1px solid #CFCFCF;
}
#img_loader{
  display:block;
  margin:0 auto 10px;
}
#frasePaypal{
  font-size:13px;
  color:003171;
  font-weight:400;
}
#paypal_logo{
    margin:30px auto 0;
}
#sectionpaypal{
  height: 400px;
}
#paypalconfi{
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 182px;
  margin-top: 20px;
  margin-bottom: 35px;
}

/*************************
*******Reenviar Email******
**************************/

#confirmar-email{
  text-align:center;
  line-height:40px;
  font-size:27px;
  height:300px;
  font-weight: bold;
}


/*************************
*******Contact Page******
**************************/

.title{
  margin-bottom: 30px;
  margin-top: 30px;
}
.subtitle{
  margin-bottom: 50px;
  text-align: justify;
  color: #333333;
}
.input-msg{
  min-height: 130px;
  resize: none;
}

.list-contact{
  margin: 30px 0 0 50px;
  list-style: none;
  text-align: left;
  line-height: 32px;
  font-size: 17px;
}

/*************************
*******Google Map******
**************************/

.gmap {
  border: 10px solid #f6f5f0;
  height: 450px;
  width: 100%;
  box-shadow: 0px 0px 3px 3px #e7e4dc;
  overflow: hidden;
  position: relative;
  margin: 0 auto 45px auto;
  z-index: 99999;
}
.googleMap{
  width: 100%;
  height: 450px;
}

@media (max-width: 620px) {
    .gmap,
    .googleMap{
        height: 200px;
    }
}
/*************************
*******About Page******
**************************/

#about-text{
    margin: 40px 0 45px 0;
}
#color-about p{
  color: #333333;
}
.img-about{
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
}

@media (max-width: 620px) {
    .img-about{
        width: 100%;
        height: 150px;
    }
}
/*************************
*******Account Page******
**************************/

#box-enc-entrega{
  margin-bottom: 50px;
}

/*************************
*******Search Bar******
**************************/


input#search {
  background: url(../template/magnify.png) right -31px no-repeat;
  margin-bottom: 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  outline: none;
  font-size: 20px;
  line-height: 25px;
}
input#search:focus {
  background: url(../template/magnify.png) right 7px no-repeat;
  color: #3b3b3b;
  border: 1px solid #bf0511;
}
h4#results-text {
  display: none;
}
ul#results {
  display: none;
  margin-top: 4px;
  border: 1px solid #bf0511;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: rgba(0, 0, 0, .15) 0 1px 3px;
  -moz-box-shadow: rgba(0,0,0,.15) 0 1px 3px;
  box-shadow: rgba(0, 0, 0, .15) 0 1px 3px;
  list-style: none;
}
ul#results li {
  padding: 8px;
  cursor: pointer;
  border-top: 1px solid #bf0511;
  transition: background-color .3s ease-in-out;
  -moz-transition: background-color .3s ease-in-out;
  -webkit-transition: background-color .3s ease-in-out;
}
ul#results li:hover {
  background-color: #F7F7F7;
  opacity: 0.7;
}
ul#results li:first-child {
  border-top: none;
}
ul#results li h3, ul#results li h4 {
  transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -webkit-transition: color .3s ease-in-out;
  color: #616161;
  line-height: 1.2em;
  font-size: 15px;
  margin: 5px 0px;
}
ul#results li:hover h3, ul#results li:hover h4  {
  color: #3b3b3b;
  font-weight: bold;
}
.suspendPoints{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*************************
*******Search Bar******
**************************/

.sld-range{
  background: transparent;
  border: none;
  color: #bf0511;
  font-weight: bold;
}
.sld{
  margin: 2px 9px;
}
#btn-range {
color: #bf0511;
  background-color: transparent;
  border-radius: 0px;
  border: 1px solid #bf0511;
  /* height: 40px; */
  text-transform: uppercase;
  font-weight: bold;
  padding: 0px 7px;
  transition: all 0.4s ease;
  font-size: 13px;
}
#btn-range:hover {
  background: #333333;
  color: #ffffff;
  border: 1px solid #333333;
}
/*************************
*******Input live check******
**************************/

.live-check{
  float: right;
  font-size: 13px;
  line-height: 0.15em;
  margin: 9px 0px 0px 7px;
  font-style: italic;
}

/*************************
*******Marquee******
**************************/

.marquee {
    overflow: hidden;
    background: #000000;
    margin-bottom: 10px;
    max-height: 36px;
}

/*************************
*******Modals******
**************************/

.modal-dialog {
  position: relative;
  width: auto;
  max-width: 600px;
  margin: 10px;
}
.modal-lg {
  max-width: 900px;
}
@media (min-width: 768px) {
  .modal-dialog {
    margin: 30px auto;
  }
}

@media (min-width: 620px) {
  .modal-dialog {
    margin-right: auto;
    margin-left: auto;
  }
  .modal-lg {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (min-width: 920px) {
  .modal-lg {
    margin-right: auto;
    margin-left: auto;
  }
}

.servicos-modal{
  margin-top: 10px;
}

/*************************
*******MArcas******
**************************/

.img-makes{
  margin-bottom: 10px;
}

/*************************
*******Noticias******
**************************/

.thumbnews{
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.428571429;
  background-color: transparent;
  border: 0px;
  border-radius: 0px;
  transition: all .2s ease-in-out;
}

.img-news{
  width: 355px;
  height: 220px;
}

/*************************
*******Catalogo******
**************************/

.img-catalogo{
  height: 222px;
}
.catalog-box{
  margin-bottom: 20px;
}

/*************************
*******Modals******
**************************/
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  z-index: 999999;
}


@media only screen and (max-width : 480px) {
    #cart-list {
      list-style: none;
      position: relative;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      float: right;
      /*z-index: 999999;*/
    }
    #cart-button-bx {
      border: 1px solid #e7e7e7;
      background: rgba(255,255,255,.5);
      border-radius: 5px;
      padding: 3px;
      text-transform: uppercase;
      font-weight: bold;
      width: 127px;
    }
    #cart-icon {
        width: 31px;
    }
    .logInOut {
      font-size: 20px;
      margin: 0 28px;
      padding: 5px 5px;
      position: relative;
      top: 7px;
    }
    .lang-flag {
      margin-left: 10px;
      margin-top: 6px;
    }
    .badge-cart {
      font-family: 'Arial';
      background-color: #333333;
      position: absolute;
      right: 172px;
      top: -6px;
    }
}


#iframe-overlay{
    display: block;
    position: absolute;
    width: 90%;
    height: 415px;
}

#logo-contact{
    margin-left: auto;
    margin-right: auto;
    width: 80px;

}

.title-color{
    color: #333333;
}

.link-info{
    color:#c91b2f;
}
.link-info:hover{
    text-decoration: underline;
}


.servicos-box{
    padding: 5px 15px 5px 15px;
    border: 1px solid #d3d3d3;
    margin-bottom: 15px;
}

.servicos-marg{
    margin-bottom: 50px;
}

#nav-servicos{
    margin: 15px 0 25px 0;
}

.nav-pills>li>a {
    position: relative;
    display: block;
    padding: 5px 15px;
}

.nav-pills>li.active>a{
    color: #ffffff;
    border: 1px solid #272f3a;
    background-color: #272f3a;
}
.nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #272f3a;
}

.img-makes-box{
    height: 150px;
}

#cart-button-bx{
    position:relative;
}