@charset "UTF-8";
/* line 5, /Applications/tools/Scout-App.app/Contents/Resources/app.nw/bower_components/compass-mixins/lib/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, /Applications/tools/Scout-App.app/Contents/Resources/app.nw/bower_components/compass-mixins/lib/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, /Applications/tools/Scout-App.app/Contents/Resources/app.nw/bower_components/compass-mixins/lib/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, /Applications/tools/Scout-App.app/Contents/Resources/app.nw/bower_components/compass-mixins/lib/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, /Applications/tools/Scout-App.app/Contents/Resources/app.nw/bower_components/compass-mixins/lib/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, /Applications/tools/Scout-App.app/Contents/Resources/app.nw/bower_components/compass-mixins/lib/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}

/* line 103, /Applications/tools/Scout-App.app/Contents/Resources/app.nw/bower_components/compass-mixins/lib/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, /Applications/tools/Scout-App.app/Contents/Resources/app.nw/bower_components/compass-mixins/lib/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, /Applications/tools/Scout-App.app/Contents/Resources/app.nw/bower_components/compass-mixins/lib/compass/reset/_utilities.scss */
elements-of-type(html5-block) {
  display: block;
}



/* START FP-ADD 2020 : INDEX HOMEPAGE HEADER + SHOPS INFO */


#shipping-header{
  height: 40px;
  width: 100%;
  font: 300 18px/40px "Ubuntu", sans-serif;
  text-align: center;
  color:white;
  background: black;
  opacity: 0.6;
}
#shipping-header:before{
  content: "\f0d1";
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 18px;
  color: white;
  padding-right: 25px;
}
#cigatec-header{
  height: 30vh;
  width: 100%;
  position: relative;
  color:#f2c381;
  background-image: url('../img/foreground.png'),url('../img/cigatec-banner.jpg');
  background-size: 80%,cover;
  background-position: center;
  /* background: #AC6012; */
  margin-bottom: 2%;
}
#cigatec-header div.brand-subtitle{
  text-align: center;
  font: 400 20pt/40px "Ubuntu", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  color:#f1e4c7;
}
#cigatec-header div.brand-subtitle .small-subtitle{
  font: 400 16pt/40px "Ubuntu", sans-serif;
}
#brand-shop{
  height: 35%;
  width: 100%;
  background-image: url('../img/cigatec-icon.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  color:#f1e4c7;
}
.brand-button{
  position: absolute;
  bottom : 10px;
  margin: 0 auto;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 130px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
@media (min-width: 1300px) {
  .brand-button{
    width: 70%;
  }

  #cigatec-header{
    height: 45vh;
  }
}
@media (max-width: 1300px) {
  #shipping-header{
    font-size:12px;
  }
  #shipping-header:before {
    font-size: 12px;
    padding-right: 5px;
  }
  .brand-button,.small-subtitle{
    display: none;
  }
   #brand-shop{
      height: 60%;
  }
  #cigatec-header{
    height: 30vh;
  }
}
#ropecut,#manabush,#fivepawns,#glv{
  cursor: pointer;
  height: 100%;
  /* min-height: 160px; */
  flex:0.15;
  border: 5px solid #f1e4c7;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#ropecut{
  background-image:url('../img/ropecut-icon.png');
}
#manabush{
  background-image:url('../img/manabush-icon.png');
}
#fivepawns{
  background-image:url('../img/fivepawns-icon.png');
}
#glv{
  background-image:url('../img/glv-icon.png');
}

  /* CLICK N COLLECT PART IN HEADER.TPL FILE */
  .header-title.NEW{
    color:#ec0676;
  }
  .reb_container{
    display: flex;
    flex-direction: row;
    width: 90%;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 60px;
    flex-wrap : wrap;
    position: relative;
  }
  .reb_step{
    flex:1;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .reb_step_1_img{
    position: relative;
    z-index: 10;
    background-image: url('../img/icon/cac_add_icon.png');
  }
  .reb_step_2_img{
    background-image: url('../img/icon/cac_store_icon.png');
  }
  .reb_step_3_img{
    background-image: url('../img/icon/cac_payment_icon.png');
  }
  .reb_step_4_img{
    background-image: url('../img/icon/cac_delay_icon.png');
  }
  .reb_step_1_img,.reb_step_2_img,.reb_step_3_img,.reb_step_4_img{
    height: 100px;
    width: 100%;
    background-position: center;
    background-size: auto 70%;
    background-repeat: no-repeat;
  }
  .reb_step_1_txt,.reb_step_2_txt,.reb_step_3_txt,.reb_step_4_txt {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
  }
  .cac_PS{
    margin-top: 40px;
    margin-bottom: 100px;
    font-size:12px;
    width: 100%;
    text-align: center;
  }
  /* END CLICK N COLLECT PART IN HEADER.TPL FILE */

  .header-title{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-title h3{
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 4px;
    border-bottom: 1px solid #e9e9e9;
  }
  .shops-info{
    font-size: 14px;
    display: flex;
    flex: 1;
    position: relative;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 70%;
    margin: 5% auto;
  }
  .info-shop{
    flex-wrap: wrap;
    position: relative;
    height: 100%;
    min-width: 250px;
    display: flex;
    flex:1;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    margin: 25px 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
  }
  .info-shop > span:first-child:after{
    content: "\e071";
    color:#fff;
    font-family: "material-design";
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 20px;
  }
  .info-shop > span:first-child{
    display: block;
    position: relative;
    color:#fff;
    z-index: 1;
    bottom:22px;
    min-width: 250px;
    text-align: center;
    /* margin-bottom: -20px; */
    border-radius: 15px;
    border:1px solid;
    padding: 5px 0;
  }
  .shops-info span{
    /* width: 50%; */
    /* margin: 0 auto; */
  }
  div.info-hidden {
    display: none;
    position: absolute;
    z-index: 2;
    width: 80%;
    padding: 20px 15px 10px ;
    background: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
  }
  span.phone{
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 40px;
    flex:1;
  }
  span.planning{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 auto;
    flex: 1;
    font-size: 12px;
  }
  .info-shop:hover span:first-child{
    z-index: 3;
  }
  .info-shop:hover > div.info-hidden {
    display:flex;
  }
 .shops-info .info-shop:nth-child(4n+1) span.title{ border-color:#ED0676;background-color:#ED0676;}
 .shops-info .info-shop:nth-child(4n+1) div.info-hidden{border:3px solid #ED0676; }
 .shops-info .info-shop:nth-child(4n+2) span.title{ border-color:#58C234;background-color:#58C234;}
 .shops-info .info-shop:nth-child(4n+2) div.info-hidden{ border:3px solid #58C234;}
 .shops-info .info-shop:nth-child(4n+3) span.title{ border-color:#F25C19;background-color:#F25C19;}
 .shops-info .info-shop:nth-child(4n+3) div.info-hidden{ border:3px solid #F25C19;}
 .shops-info .info-shop:nth-child(4n+4) span.title{ border-color:#FBB20A;background-color:#FBB20A;}
 .shops-info .info-shop:nth-child(4n+4) div.info-hidden{ border:3px solid #FBB20A;}

  /* #brest:hover     .info-hidden  {border:3px solid #ED0676;} #brest    > span:first-child{border-color:#ED0676;background-color:#ED0676;}
  #guipavas:hover  .info-hidden  {border:3px solid #58C234;} #guipavas > span:first-child{border-color:#58C234;background-color:#58C234;}
  #quimper:hover   .info-hidden  {border:3px solid #F25C19;} #quimper  > span:first-child{border-color:#F25C19;background-color:#F25C19;}
  #lorient:hover   .info-hidden  {border:3px solid #FBB20A;} #lorient  > span:first-child{border-color:#FBB20A;background-color:#FBB20A;} */

/* END FP-ADD 2020 : INDEX HOMEPAGE HEADER + SHOPS INFO */


/*!
 * Bootstrap v3.2.0
 *
 * Copyright 2014 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/* line 9, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_normalize.scss */
body {
  margin: 0;
}

/* line 32, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/* line 52, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 65, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 75, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 87, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_normalize.scss */
a {
  background: transparent;
}

/* line 95, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 107, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 115, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 124, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 133, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 142, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 151, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_normalize.scss */
small {
  font-size: 80%;
}

/* line 159, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 167, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 171, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 182, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_normalize.scss */
img {
  border: 0;
}

/* line 190, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 201, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 209, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 219, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_normalize.scss */
pre {
  overflow: auto;
}

/* line 227, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 250, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 264, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_normalize.scss */
button {
  overflow: visible;
}

/* line 275, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 288, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 300, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 309, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 320, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_normalize.scss */
input {
  line-height: normal;
}

/* line 332, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 344, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 355, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 368, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 377, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 388, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 397, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 406, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 417, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 422, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_normalize.scss */
td,
th {
  padding: 0;
}

/* line 11, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 27, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_scaffolding.scss */
body {
  font-family: "Arial", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff;
}

/* line 36, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_scaffolding.scss */
a {
  color: #888;
  text-decoration: none;
}

/* line 52, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_scaffolding.scss */
a:hover, a:focus {
  color: #333;
  text-decoration: underline;
}

/* line 58, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_scaffolding.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_scaffolding.scss */
.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

/* line 86, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_scaffolding.scss */
.img-rounded {
  border-radius: 0px;
}

/* line 93, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

/* line 106, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 125, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 9, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 16, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

/* line 24, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 30, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 35, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 41, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_type.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 48, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_type.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 49, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_type.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 50, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_type.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 51, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_type.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 52, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_type.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 58, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 62, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 62, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 78, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 84, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_type.scss */
cite {
  font-style: normal;
}

/* line 88, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_type.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 95, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_type.scss */
.text-left {
  text-align: left;
}

/* line 96, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_type.scss */
.text-right {
  text-align: right;
}

/* line 97, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_type.scss */
.text-center {
  text-align: center;
}

/* line 98, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 99, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 102, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 103, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_type.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 104, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 107, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_type.scss */
.text-muted {
  color: #777777;
}

/* line 5, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_text-emphasis.scss */
.text-primary {
  color: #428bca;
}

/* line 8, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_text-emphasis.scss */
a.text-primary:hover {
  color: #3071a9;
}

/* line 5, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_text-emphasis.scss */
.text-success {
  color: #C7E934;
}

/* line 8, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_text-emphasis.scss */
a.text-success:hover {
  color: #b0d317;
}

/* line 5, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_text-emphasis.scss */
.text-info {
  color: #C7E934;
}

/* line 8, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_text-emphasis.scss */
a.text-info:hover {
  color: #b0d317;
}

/* line 5, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_text-emphasis.scss */
.text-warning {
  color: #f00;
}

/* line 8, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_text-emphasis.scss */
a.text-warning:hover {
  color: #cc0000;
}

/* line 5, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_text-emphasis.scss */
a.text-danger:hover {
  color: #843534;
}

/* line 124, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_background-variant.scss */
.bg-primary {
  background-color: #428bca;
}

/* line 8, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_background-variant.scss */
a.bg-primary:hover {
  background-color: #3071a9;
}

/* line 5, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_background-variant.scss */
.bg-success {
  background-color: #51BD38;
}

/* line 8, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_background-variant.scss */
a.bg-success:hover {
  background-color: #40962c;
}

/* line 5, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_background-variant.scss */
.bg-info {
  background-color: #51BD38;
}

/* line 8, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_background-variant.scss */
a.bg-info:hover {
  background-color: #40962c;
}

/* line 5, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_background-variant.scss */
a.bg-warning:hover {
  background-color: #f7ecb5;
}

/* line 5, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_background-variant.scss */
a.bg-danger:hover {
  background-color: #e4b9b9;
}

/* line 143, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 154, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 158, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_type.scss */
.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 173, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_type.scss */
.list-inline {
  margin-left: -5px;
}

/* line 177, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 185, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 189, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_type.scss */
dt,
dd {
  line-height: 1.42857;
}

/* line 193, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_type.scss */
dt {
  font-weight: bold;
}

/* line 196, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

/* line 19, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 211, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 218, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 229, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

/* line 235, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 241, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

/* line 250, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 257, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}

/* line 265, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 274, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

/* line 286, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

/* line 287, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 294, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_type.scss */
blockquote:before,
blockquote:after {
  content: "";
}

/* line 300, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

/* line 7, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}

/* line 24, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 32, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}

/* line 40, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}

/* line 54, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 65, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_grid.scss */
.container {
  /*
  margin-right: auto;
  margin-left: auto;
*/
  padding-left: 15px;
  padding-right: 15px;
}

/* line 14, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}

/* line 19, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_clearfix.scss */
.container:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 10, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_grid.scss */
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  /* line 10, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_grid.scss */
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  /* line 10, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_grid.scss */
.container-fluid {
  /*
  margin-right: auto;
  margin-left: auto;
*/
  padding-left: 15px;
  padding-right: 15px;
}

/* line 14, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

/* line 19, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 14, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}

/* line 19, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 11, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 27, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 35, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333%;
}

/* line 35, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.66667%;
}

/* line 35, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.33333%;
}

/* line 35, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.66667%;
}

/* line 35, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.33333%;
}

/* line 35, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.66667%;
}

/* line 35, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.33333%;
}

/* line 35, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.66667%;
}

/* line 35, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.33333%;
}

/* line 50, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.66667%;
}

/* line 50, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.33333%;
}

/* line 50, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.66667%;
}

/* line 50, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.33333%;
}

/* line 50, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.66667%;
}

/* line 50, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.33333%;
}

/* line 50, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.66667%;
}

/* line 50, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.33333%;
}

/* line 40, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.66667%;
}

/* line 40, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.33333%;
}

/* line 40, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.66667%;
}

/* line 40, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.33333%;
}

/* line 40, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.66667%;
}

/* line 40, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.33333%;
}

/* line 40, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.66667%;
}

/* line 40, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.33333%;
}

/* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.66667%;
}

/* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.33333%;
}

/* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.66667%;
}

/* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.33333%;
}

/* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.66667%;
}

/* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.33333%;
}

/* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.66667%;
}

/* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  /* line 35, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333%;
  }
  /* line 35, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.66667%;
  }
  /* line 35, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }
  /* line 35, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.33333%;
  }
  /* line 35, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.66667%;
  }
  /* line 35, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }
  /* line 35, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.33333%;
  }
  /* line 35, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.66667%;
  }
  /* line 35, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }
  /* line 35, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.33333%;
  }
  /* line 35, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.66667%;
  }
  /* line 35, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }
  /* line 55, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }
  /* line 50, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  /* line 50, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  /* line 50, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }
  /* line 50, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  /* line 50, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  /* line 50, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }
  /* line 50, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  /* line 50, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  /* line 50, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }
  /* line 50, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  /* line 50, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  /* line 50, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }
  /* line 45, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }
  /* line 40, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333%;
  }
  /* line 40, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66667%;
  }
  /* line 40, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }
  /* line 40, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333%;
  }
  /* line 40, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66667%;
  }
  /* line 40, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }
  /* line 40, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333%;
  }
  /* line 40, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66667%;
  }
  /* line 40, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }
  /* line 40, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333%;
  }
  /* line 40, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66667%;
  }
  /* line 40, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }
  /* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  /* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  /* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  /* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  /* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  /* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  /* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  /* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  /* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  /* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  /* line 27, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  /* line 35, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333%;
  }
  /* line 35, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.66667%;
  }
  /* line 35, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }
  /* line 35, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.33333%;
  }
  /* line 35, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.66667%;
  }
  /* line 35, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }
  /* line 35, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.33333%;
  }
  /* line 35, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.66667%;
  }
  /* line 35, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }
  /* line 35, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.33333%;
  }
  /* line 35, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.66667%;
  }
  /* line 35, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }
  /* line 55, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }
  /* line 50, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333%;
  }
  /* line 50, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66667%;
  }
  /* line 50, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }
  /* line 50, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333%;
  }
  /* line 50, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66667%;
  }
  /* line 50, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }
  /* line 50, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333%;
  }
  /* line 50, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66667%;
  }
  /* line 50, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }
  /* line 50, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333%;
  }
  /* line 50, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66667%;
  }
  /* line 50, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }
  /* line 45, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }
  /* line 40, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333%;
  }
  /* line 40, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66667%;
  }
  /* line 40, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }
  /* line 40, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333%;
  }
  /* line 40, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66667%;
  }
  /* line 40, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }
  /* line 40, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333%;
  }
  /* line 40, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66667%;
  }
  /* line 40, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }
  /* line 40, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333%;
  }
  /* line 40, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66667%;
  }
  /* line 40, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }
  /* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }
  /* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  /* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  /* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  /* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  /* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  /* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  /* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  /* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  /* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  /* line 27, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  /* line 35, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333%;
  }
  /* line 35, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.66667%;
  }
  /* line 35, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }
  /* line 35, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.33333%;
  }
  /* line 35, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.66667%;
  }
  /* line 35, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }
  /* line 35, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.33333%;
  }
  /* line 35, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.66667%;
  }
  /* line 35, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }
  /* line 35, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.33333%;
  }
  /* line 35, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.66667%;
  }
  /* line 35, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }
  /* line 55, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }
  /* line 50, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  /* line 50, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  /* line 50, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }
  /* line 50, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  /* line 50, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  /* line 50, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }
  /* line 50, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  /* line 50, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  /* line 50, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }
  /* line 50, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  /* line 50, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  /* line 50, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }
  /* line 45, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }
  /* line 40, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333%;
  }
  /* line 40, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66667%;
  }
  /* line 40, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }
  /* line 40, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333%;
  }
  /* line 40, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66667%;
  }
  /* line 40, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }
  /* line 40, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333%;
  }
  /* line 40, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66667%;
  }
  /* line 40, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }
  /* line 40, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333%;
  }
  /* line 40, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66667%;
  }
  /* line 40, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }
  /* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  /* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  /* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  /* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  /* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  /* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  /* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  /* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  /* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  /* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

/* line 6, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_tables.scss */
table {
  background-color: transparent;
}

/* line 9, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_tables.scss */
th {
  text-align: left;
}

/* line 16, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

/* line 25, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 35, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* line 44, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

/* line 51, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 56, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 69, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 82, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}

/* line 88, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

/* line 95, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 109, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_tables.scss */
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

/* line 123, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_tables.scss */
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

/* line 135, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_tables.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 143, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 9, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_table-row.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 17, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_table-row.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 9, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_table-row.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #51BD38;
}

/* line 17, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_table-row.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #49a932;
}

/* line 9, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_table-row.scss */
.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #51BD38;
}

/* line 17, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_table-row.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #49a932;
}

/* line 9, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_table-row.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 17, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_table-row.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 9, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_table-row.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 17, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_table-row.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

@media screen and (max-width: 767px) {
  /* line 171, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  /* line 182, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 190, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_tables.scss */
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 199, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 207, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 211, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 224, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 10, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 16, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 28, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_forms.scss */
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 38, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 43, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

/* line 51, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 56, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 62, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_forms.scss */
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}

/* line 69, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 79, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_forms.scss */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

/* line 102, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}

/* line 104, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #777777;
}

/* line 105, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #777777;
}

/* line 117, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 11px 20px 13px 20px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* line 53, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 139, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_forms.scss */
.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}

/* line 148, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 158, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 167, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_forms.scss */
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}

/* line 175, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_forms.scss */
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 182, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

/* line 189, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 195, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_forms.scss */
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 204, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 219, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_forms.scss */
input[type="radio"][disabled],
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
fieldset[disabled]
input[type="checkbox"],
.radio[disabled],
fieldset[disabled]
.radio,
.radio-inline[disabled],
fieldset[disabled]
.radio-inline,
.checkbox[disabled],
fieldset[disabled]
.checkbox,
.checkbox-inline[disabled],
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 67, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_forms.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

/* line 75, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_forms.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

/* line 80, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_forms.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 67, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_forms.scss */
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}

/* line 75, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_forms.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

/* line 80, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_forms.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 8, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #f00;
}

/* line 17, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #f00;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 20, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #cc0000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff6666;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff6666;
}

/* line 27, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #f00;
  border-color: #f00;
  background-color: #fcf8e3;
}

/* line 33, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #f00;
}

/* line 8, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}

/* line 17, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 20, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 27, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

/* line 33, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 8, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #C7E934;
}

/* line 17, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_forms.scss */
.has-success .form-control {
  border-color: #C7E934;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 20, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #b0d317;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e0f390;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e0f390;
}

/* line 27, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #C7E934;
  border-color: #C7E934;
  background-color: #51BD38;
}

/* line 33, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #C7E934;
}

/* line 255, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_forms.scss */
.form-control-static {
  margin-bottom: 0;
  padding-top: 11px 20px1;
}

/* line 266, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 291, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_forms.scss */
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 298, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_forms.scss */
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
  }
  /* line 305, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_forms.scss */
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  /* line 312, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_forms.scss */
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"], .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

/* line 329, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_forms.scss */
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 11px 20px1;
}

/* line 340, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 14, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

/* line 19, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 346, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
  }
}

/* line 9, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 11px 20px 13px 20px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 25, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_buttons.scss */
.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 30, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_buttons.scss */
.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
}

/* line 36, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_buttons.scss */
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 43, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_buttons.scss */
.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 57, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #333;
}

/* line 11, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_buttons.scss */
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #141414;
}

/* line 20, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_buttons.scss */
.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

/* line 28, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_buttons.scss */
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #333;
}

/* line 38, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

/* line 11, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_buttons.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}

/* line 20, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

/* line 28, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

/* line 38, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_buttons.scss */
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}

/* line 64, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 11, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_buttons.scss */
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 20, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_buttons.scss */
.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

/* line 28, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_buttons.scss */
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 38, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 68, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 11, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_buttons.scss */
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 20, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_buttons.scss */
.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

/* line 28, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_buttons.scss */
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 38, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 72, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 11, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_buttons.scss */
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 20, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

/* line 28, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 38, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 76, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 11, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_buttons.scss */
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 20, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

/* line 28, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 38, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 85, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_buttons.scss */
.btn-link {
  color: #888;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}

/* line 91, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_buttons.scss */
.btn-link, .btn-link:active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 98, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

/* line 104, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #333;
  text-decoration: underline;
  background-color: transparent;
}

/* line 112, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

/* line 124, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 0px;
}

/* line 128, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

/* line 132, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

/* line 140, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 146, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 154, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 7, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 19, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_dropdowns.scss */
.dropdown {
  position: relative;
}

/* line 24, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 29, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

/* line 52, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 58, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 63, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

/* line 76, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* line 86, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

/* line 101, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

/* line 109, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

/* line 122, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 127, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 136, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 146, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 152, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

/* line 162, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 172, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 185, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}

/* line 191, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  /* line 205, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 210, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

/* line 6, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 11, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 15, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 21, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_button-groups.scss */
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}

/* line 30, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_button-groups.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 39, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}

/* line 14, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

/* line 19, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}

/* line 43, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_button-groups.scss */
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

/* line 47, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 54, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 59, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 61, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 66, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 72, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 75, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 79, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_button-groups.scss */
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 84, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_button-groups.scss */
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 89, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 108, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 112, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 119, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 123, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 130, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 134, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 139, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 148, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 14, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

/* line 19, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}

/* line 160, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 165, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_button-groups.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 175, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 178, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 182, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 187, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 191, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 196, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 205, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 210, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

/* line 216, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 220, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 235, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_button-groups.scss */
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 7, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 13, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

/* line 19, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 54, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

/* line 59, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_input-groups.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 64, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 73, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_input-groups.scss */
.input-group-addon {
  padding: 11px 20px 13px 20px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 0;
}

/* line 85, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0;
}

/* line 90, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0px;
}

/* line 97, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 104, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_input-groups.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 113, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 116, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_input-groups.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 125, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 131, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 140, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 142, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 146, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

/* line 155, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 161, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

/* line 9, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

/* line 14, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_clearfix.scss */
.nav:before, .nav:after {
  content: " ";
  display: table;
}

/* line 19, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}

/* line 15, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}

/* line 19, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 23, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 31, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navs.scss */
.nav > li.disabled > a {
  color: #777777;
}

/* line 34, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

/* line 46, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #888;
}

/* line 59, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 66, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 78, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 84, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}

/* line 89, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

/* line 96, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 118, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navs.scss */
.nav-pills > li {
  float: left;
}

/* line 122, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navs.scss */
.nav-pills > li > a {
  border-radius: 0px;
}

/* line 125, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 131, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}

/* line 144, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navs.scss */
.nav-stacked > li {
  float: none;
}

/* line 146, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

/* line 163, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

/* line 165, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

/* line 171, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 177, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

/* line 193, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}

/* line 199, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 206, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  /* line 210, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 224, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 227, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 237, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 11, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

/* line 14, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}

/* line 19, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 11, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
  .navbar {
    border-radius: 0px;
  }
}

/* line 14, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}

/* line 19, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 31, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

/* line 14, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}

/* line 19, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}

/* line 59, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 50, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 81, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 92, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-width: 480px) and (orientation: landscape) {
  /* line 92, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 108, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 108, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 128, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 128, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 138, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media (min-width: 768px) {
  /* line 138, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 151, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 155, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 164, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

/* line 171, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  /* line 177, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 190, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}

/* line 203, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}

/* line 208, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 214, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 190, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 229, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-nav {
  margin: 7.5px -15px;
}

/* line 232, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  /* line 240, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 248, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 252, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 254, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  /* line 229, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 267, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 269, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  /* line 275, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}

@media (min-width: 768px) {
  /* line 289, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
  .navbar-left {
    float: left !important;
  }
  /* line 292, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
  .navbar-right {
    float: right !important;
  }
}

/* line 303, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  /* line 315, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  /* line 303, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 335, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}

/* line 345, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 350, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 359, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 362, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 365, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 375, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 375, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  /* line 384, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

/* line 394, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 398, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}

/* line 400, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 407, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}

/* line 412, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}

/* line 415, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

/* line 422, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

/* line 430, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

/* line 439, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 441, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

/* line 445, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

/* line 450, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 459, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  /* line 470, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 472, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  /* line 479, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  /* line 487, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

/* line 503, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}

/* line 505, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}

/* line 510, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-default .btn-link {
  color: #777;
}

/* line 512, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

/* line 518, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 528, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

/* line 532, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #777777;
}

/* line 534, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

/* line 541, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #777777;
}

/* line 546, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #777777;
}

/* line 549, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

/* line 556, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

/* line 564, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

/* line 574, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 576, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

/* line 580, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 585, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 593, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 767px) {
  /* line 604, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 607, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 610, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  /* line 612, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 619, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  /* line 627, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

/* line 638, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #777777;
}

/* line 640, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 645, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-inverse .btn-link {
  color: #777777;
}

/* line 647, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

/* line 653, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 6, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}

/* line 13, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 16, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

/* line 23, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #777777;
}

/* line 4, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
}

/* line 10, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_pagination.scss */
.pagination > li {
  display: inline;
}

/* line 12, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 11px 20px 13px 20px;
  line-height: 1.42857;
  text-decoration: none;
  color: #333;
  background-color: #fff;
  border: 1px solid #333;
  margin-left: -1px;
}

/* line 25, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 32, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 41, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #fff;
  background-color: #333;
  border-color: #ddd;
}

/* line 51, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #333;
  border-color: #333;
  cursor: default;
}

/* line 63, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

/* line 5, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

/* line 11, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}

/* line 17, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

/* line 5, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

/* line 11, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 17, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 6, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_pager.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

/* line 14, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_clearfix.scss */
.pager:before, .pager:after {
  content: " ";
  display: table;
}

/* line 19, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}

/* line 12, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_pager.scss */
.pager li {
  display: inline;
}

/* line 14, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

/* line 23, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 31, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 38, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 45, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

/* line 5, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 20, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_labels.scss */
.label:empty {
  display: none;
}

/* line 25, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_labels.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 33, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_labels.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_labels.scss */
.label-default {
  background-color: #777777;
}

/* line 7, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 48, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_labels.scss */
.label-primary {
  background-color: #428bca;
}

/* line 7, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #3071a9;
}

/* line 52, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_labels.scss */
.label-success {
  background-color: #5cb85c;
}

/* line 7, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 56, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_labels.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 7, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}

/* line 7, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 64, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_labels.scss */
.label-danger {
  background-color: #d9534f;
}

/* line 7, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 7, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

/* line 22, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_badges.scss */
.badge:empty {
  display: none;
}

/* line 27, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 31, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 39, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_badges.scss */
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}

/* line 44, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 51, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_badges.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 7, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 17, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

/* line 27, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 34, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #888;
}

/* line 9, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px;
}

/* line 16, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 22, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 27, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 31, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 40, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

/* line 45, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 57, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_alerts.scss */
.alert-success {
  background-color: #51BD38;
  border-color: #5ca932;
  color: #C7E934;
}

/* line 8, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #52962c;
}

/* line 11, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #b0d317;
}

/* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_alerts.scss */
.alert-info {
  background-color: #51BD38;
  border-color: #58a130;
  color: #C7E934;
}

/* line 8, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #4d8e2a;
}

/* line 11, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #b0d317;
}

/* line 63, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

/* line 8, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 11, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 66, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_alerts.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

/* line 8, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 11, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 27, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 37, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 55, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_progress-bars.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 65, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_progress-bars.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 72, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_progress-bars.scss */
.progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}

/* line 77, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_progress-bars.scss */
.progress-bar[aria-valuenow="0"] {
  color: #777777;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}

/* line 91, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 7, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_progress-bar.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 95, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 7, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_progress-bar.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 99, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 7, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_progress-bar.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 103, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 7, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_progress-bar.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 10, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_media.scss */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 17, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_media.scss */
.media,
.media .media {
  margin-top: 15px;
}

/* line 21, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 26, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_media.scss */
.media-object {
  display: block;
}

/* line 31, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_media.scss */
.media-heading {
  margin: 0 0 5px;
}

/* line 40, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_media.scss */
.media > .pull-left {
  margin-right: 10px;
}

/* line 43, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_media.scss */
.media > .pull-right {
  margin-left: 10px;
}

/* line 53, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_list-group.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 21, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 31, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_list-group.scss */
.list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

/* line 34, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

/* line 40, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_list-group.scss */
.list-group-item > .badge {
  float: right;
}

/* line 43, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_list-group.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 54, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_list-group.scss */
a.list-group-item {
  color: #555;
}

/* line 57, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_list-group.scss */
a.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 62, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

/* line 72, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
}

/* line 79, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_list-group.scss */
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

/* line 82, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_list-group.scss */
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

/* line 88, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_list-group.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

/* line 97, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_list-group.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

/* line 102, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_list-group.scss */
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

/* line 4, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_list-group.scss */
.list-group-item-success {
  color: #C7E934;
  background-color: #51BD38;
}

/* line 11, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_list-group.scss */
a.list-group-item-success {
  color: #C7E934;
}

/* line 14, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 18, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_list-group.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #C7E934;
  background-color: #49a932;
}

/* line 23, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_list-group.scss */
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #C7E934;
  border-color: #C7E934;
}

/* line 4, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_list-group.scss */
.list-group-item-info {
  color: #C7E934;
  background-color: #51BD38;
}

/* line 11, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_list-group.scss */
a.list-group-item-info {
  color: #C7E934;
}

/* line 14, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 18, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_list-group.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #C7E934;
  background-color: #49a932;
}

/* line 23, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_list-group.scss */
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #C7E934;
  border-color: #C7E934;
}

/* line 4, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_list-group.scss */
.list-group-item-warning {
  color: #f00;
  background-color: #fcf8e3;
}

/* line 11, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_list-group.scss */
a.list-group-item-warning {
  color: #f00;
}

/* line 14, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 18, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_list-group.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #f00;
  background-color: #faf2cc;
}

/* line 23, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_list-group.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #f00;
  border-color: #f00;
}

/* line 4, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 11, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_list-group.scss */
a.list-group-item-danger {
  color: #a94442;
}

/* line 14, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 18, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_list-group.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 23, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_list-group.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 124, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 128, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_panels.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_panels.scss */
.panel-body {
  padding: 15px;
}

/* line 14, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

/* line 19, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}

/* line 27, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 39, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_panels.scss */
.panel-title > a {
  color: inherit;
}

/* line 45, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

/* line 59, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_panels.scss */
.panel > .list-group {
  margin-bottom: 0;
}

/* line 62, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_panels.scss */
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 69, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_panels.scss */
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}

/* line 76, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_panels.scss */
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

/* line 85, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 89, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 99, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

/* line 105, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}

/* line 112, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}

/* line 116, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}

/* line 124, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

/* line 131, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}

/* line 135, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}

/* line 142, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}

/* line 146, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 150, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 157, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 161, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 170, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

/* line 179, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 186, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 198, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_panels.scss */
.panel-group {
  margin-bottom: 20px;
}

/* line 202, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}

/* line 205, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 210, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 212, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}

/* line 216, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 218, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 226, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_panels.scss */
.panel-default {
  border-color: #ddd;
}

/* line 6, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 11, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

/* line 14, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

/* line 20, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 229, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_panels.scss */
.panel-primary {
  border-color: #428bca;
}

/* line 6, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

/* line 11, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}

/* line 14, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #fff;
}

/* line 20, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}

/* line 232, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_panels.scss */
.panel-success {
  border-color: #5ca932;
}

/* line 6, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #C7E934;
  background-color: #51BD38;
  border-color: #5ca932;
}

/* line 11, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #5ca932;
}

/* line 14, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #51BD38;
  background-color: #C7E934;
}

/* line 20, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #5ca932;
}

/* line 235, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_panels.scss */
.panel-info {
  border-color: #58a130;
}

/* line 6, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #C7E934;
  background-color: #51BD38;
  border-color: #58a130;
}

/* line 11, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #58a130;
}

/* line 14, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #51BD38;
  background-color: #C7E934;
}

/* line 20, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #58a130;
}

/* line 238, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 6, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 11, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 14, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 20, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 241, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 6, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 11, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 14, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 20, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 12, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_responsive-embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

/* line 26, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_responsive-embed.scss */
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 31, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_responsive-embed.scss */
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 15, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 0px;
}

/* line 26, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 0;
}

/* line 6, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_close.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

/* line 15, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 29, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 6, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}

/* line 26, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_popovers.scss */
.popover.top {
  margin-top: -10px;
}

/* line 27, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_popovers.scss */
.popover.right {
  margin-left: 10px;
}

/* line 28, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 29, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 32, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1px -1px 0 0;
}

/* line 43, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 52, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 62, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 65, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_popovers.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 71, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_popovers.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

/* line 78, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_popovers.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

/* line 86, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 93, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_popovers.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

/* line 101, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_popovers.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

/* line 108, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_popovers.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 117, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 124, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_popovers.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/* line 14, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

/* line 19, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_utilities.scss */
/* FP_MODIF 2020
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
} */

/* line 15, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_utilities.scss */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* line 54, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_utilities.scss */
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

/* line 17, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_responsive-visibility.scss */
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

/* line 31, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 7, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }
  /* line 10, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table;
  }
  /* line 11, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 12, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  /* line 49, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 54, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 59, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }
  /* line 10, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table;
  }
  /* line 11, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 12, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 68, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }
  /* line 10, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table;
  }
  /* line 11, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 12, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 87, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }
  /* line 10, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table;
  }
  /* line 11, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 12, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 106, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 111, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 17, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 17, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 17, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 17, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}

/* line 17, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }
  /* line 10, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table;
  }
  /* line 11, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 12, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

/* line 150, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 150, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 157, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 157, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 164, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 164, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 17, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/bootstrap_lib/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}

/*
	==================
	[GLOBAL]
	==================
*/
/* line 11, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
html {
  height: 100%;
  box-sizing: border-box;
}

/* line 16, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
*,
*:before,
*:after {
  box-sizing: inherit;
}

/* line 22, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
body {
  position: relative;
  margin: 0;
  padding-bottom: 360px;
  min-height: 100%;
  background-color: white;
}
.container-fluid {
  width: 100%;
}
/* FP-MODIF 2020 : make container fluid all screen large

@media (min-width: 768px) {

  .container-fluid {
    max-width: 750px;
  }
}

@media (min-width: 992px) {

  .container-fluid {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {

  .container-fluid {
    max-width: 1170px;
  }
}*/

/*
@alternateColor:#E4DCD5;
@alternateColorHover:#CEC6C1;
*/
/*
	==================
	[HEADER]
	==================
*/
/* line 59, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
header.side {
  position: fixed;
  bottom: 0;
  width: 225px;
  height: 100vh;
  z-index: 9999;
  box-shadow: 0 0 16px -6px #000000;
  -webkit-box-shadow: 0 0 16px -6px #000000;
  -moz-box-shadow: 0 0 16px -6px #000000;
  background-size: cover;
  /*
	@include clearfix;
*/
  /*

*/
}

/* line 73, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
header.side div.nav {
  position: relative;
  z-index: 102;
}

/* line 77, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
header.side div.nav .cartBox, header.side div.nav .header_user_info {
  background-color: #fff;
  padding-bottom: 0;
}

/* line 86, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
header.side nav.main-menu {
  overflow: hidden;
  border-right: 1px solid #d9d9d9;
  width: 225px;
  min-height: 100vh;
  background-color: #fff;
  position: fixed;
  z-index: 102;
  left: 0;
  -webkit-overflow-scrolling: touch;
  text-align: center;
}

/* line 99, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
header.side nav.main-menu a.backhome {
  display: block;
  margin-top: 1vh;
}

/* line 104, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
header.side nav.main-menu ul.navigation {
  list-style-type: none;
  padding-left: 0;
  height: 80vh;
  overflow-y: auto;
  margin-top: 10vh;
  border-top: 1px solid #d9d9d9;
  width: 100%;
}

/* line 113, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
header.side nav.main-menu ul.navigation li {
  border-bottom: 1px solid #d9d9d9;
  transition: all .25s;
}

/* line 117, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
header.side nav.main-menu ul.navigation li a {
  display: block;
  padding: 1vh 0;
  height: 15vh;
  position: relative;
  font-size: 12px;
  letter-spacing: 1px;
  transition: all .25s;
  color: #222;
  text-transform: uppercase;
}

/* line 128, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
header.side nav.main-menu ul.navigation li a span.label-nav {
  text-transform: uppercase;
  top: 50%;
  display: block;
  margin: 0 auto;
}
header.side nav.main-menu ul.navigation li a:hover{/*2020*/
  font-weight: 500;
}
/* line 134, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
header.side nav.main-menu ul.navigation li a [class^="icon-"], header.side nav.main-menu ul.navigation li a [class*=" icon-"] {
  line-height: 1.5;
  font-size: 6vh;
}

/* line 139, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
header.side nav.main-menu ul.navigation li a:hover, header.side nav.main-menu ul.navigation li a.active {
  text-decoration: none;
  transition: all .25s;
  background-color: #f3f3f3;
}

/* line 144, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
header.side nav.main-menu ul.navigation li a.active {
  background-color: #f3f3f3;
  font-weight: 500;
}

/* line 151, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
header.side nav.sub-menu {
  text-transform: lowercase;
  left: -100px;
  top: 0;
  width: 350px;
  min-height: 100%;
  position: fixed;
  background-color: #fff;
  color: #222;
  z-index: 101;
  transform: translateX(0);
  transition: transform 0.4s 0s, box-shadow 0s 0.4s;
  text-align: center;
}

/* line 166, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
header.side nav.sub-menu.visible {
  transform: translateX(100%);
  transition: transform 0.4s 0s, box-shadow 0s 0s;
}

/* line 171, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
header.side nav.sub-menu ul.navigation {
  list-style-type: none;
  margin-left: 50px;
  width: 300px;
  margin-top: -1px;
  border-top: 1px solid #d9d9d9;
  height: 95vh;
  overflow-y: auto;
}

/* line 180, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
header.side nav.sub-menu ul.navigation li {
  border-bottom: 1px solid #d9d9d9;
  transition: all .25s;
}

/* line 185, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
header.side nav.sub-menu ul.navigation li.active, header.side nav.sub-menu ul.navigation li:hover {
  transition: all .25s;
  background-color: #f4f4f4;
}

/* line 190, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
header.side nav.sub-menu ul.navigation li a {
  display: block;
  padding: 1vh 0;
  height: 10vh;
  position: relative;
  font-size: 12px;
  letter-spacing: 1px;
  transition: all .25s;
  color: #222;
  text-transform: lowercase;
}

/* line 201, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
header.side nav.sub-menu ul.navigation li a span.label-nav {
  top: 50%;
  display: table;
  margin: 0 auto;
  text-transform: uppercase;
}

/* line 207, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
header.side nav.sub-menu ul.navigation li a [class^="icon-"], header.side nav.sub-menu ul.navigation li a [class*=" icon-"] {
  line-height: 1.5;
  font-size: 4vh;
}
header.side nav.sub-menu ul.navigation li a [class^="icon-e-liquides"], header.side nav.sub-menu ul.navigation li a [class*=" icon-e-liquides"] {
  line-height: 1.5;
  font-size: 4em; }/*2020*/
/* line 212, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
header.side nav.sub-menu ul.navigation li a:hover {
  text-decoration: none;
  transition: all .25s;
  background-color: #dedede;
}

/* line 220, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
header.side nav.sub-menu ul.navigation li.allfunctions a {
  color: #CB2C1F;
}

/* line 224, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
header.side nav.sub-menu ul.navigation li:first-child {
  border-top: 1px solid #555555;
}

/* line 235, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
header.side nav.sub-menu.e-cigarettes ul.navigation li a:hover {
  background-color: #FF6511;
}

/* line 247, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
header.side nav.sub-menu.coin-des-experts ul.navigation li a:hover {
  background-color: #F9C11E;
}

/* line 255, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
header.side nav.sub-menu.e-liquides {
  background-color: #fff;
}

/* line 260, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
header.side nav.sub-menu.e-liquides ul.navigation li {
  display: block;
  height: 110px;
}

/* line 263, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
header.side nav.sub-menu.e-liquides ul.navigation li:first-child {
  border-top: none;
}

/* line 266, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
header.side nav.sub-menu.e-liquides ul.navigation li.active, header.side nav.sub-menu.e-liquides ul.navigation li:hover {
  transition: none;
  background-color: #fff;
}

/* line 270, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
header.side nav.sub-menu.e-liquides ul.navigation li a {
  height: 100%;
  padding: 0;
  display: flex;/*2020*/
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
}

/* line 275, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
header.side nav.sub-menu.e-liquides ul.navigation li a span.label-nav {/*2020*/
  width: 100%;
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0px;
  background-color: #fff;
}

/* line 284, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
header.side nav.sub-menu.e-liquides ul.navigation li a span.ejuices {
  display: block;
  height: 65px;
  margin: 3px auto;
  text-align: center;
  width: 125px;
  background-repeat: no-repeat;
  background-color: transparent;
  /* MODIF 2020 : modification des paramètres du background */
  background-position: center;
  background-size: contain;
  }
  /* MODIF 2020 : ajout d'une fonction each sur array juice-icons (cf : L.10) pour automatiser l'affichage des icon de liquides */
  header.side nav.sub-menu.e-liquides ul.navigation li a span.ejuices.\35 150 {
    background-image: url("/themes/cigatec-bootstrap/img/juices/5150-black.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a span.ejuices.\35 150:hover {
    background-image: url("/themes/cigatec-bootstrap/img/juices/5150.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a span.ejuices.le-french-liquide {
    background-image: url("/themes/cigatec-bootstrap/img/juices/le-french-liquide-black.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a span.ejuices.good-life-vapor {
    background-image: url("/themes/cigatec-bootstrap/img/juices/good-life-vapor-black.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a span.ejuices.five-pawns {
    background-image: url("/themes/cigatec-bootstrap/img/juices/five-pawns-black.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a span.ejuices.rope-cut {
    background-image: url("/themes/cigatec-bootstrap/img/juices/rope-cut-black.png"); }
    header.side nav.sub-menu.e-liquides ul.navigation li a span.ejuices.cosmic-candy {
      background-image: url("/themes/cigatec-bootstrap/img/juices/cosmic-candy-black.png"); }
    header.side nav.sub-menu.e-liquides ul.navigation li a span.ejuices.mexican-cartel {
      background-image: url("/themes/cigatec-bootstrap/img/juices/mexican-cartel-black.png"); }
    header.side nav.sub-menu.e-liquides ul.navigation li a span.ejuices.blackrose {
      background-image: url("/themes/cigatec-bootstrap/img/juices/blackrose-black.png"); }
    header.side nav.sub-menu.e-liquides ul.navigation li a span.ejuices.etasty {
      background-image: url("/themes/cigatec-bootstrap/img/juices/etasty-black.png"); }
    header.side nav.sub-menu.e-liquides ul.navigation li a span.ejuices.protect {
      background-image: url("/themes/cigatec-bootstrap/img/juices/protect-black.png"); }
    header.side nav.sub-menu.e-liquides ul.navigation li a span.ejuices.vape-institut {
      background-image: url("/themes/cigatec-bootstrap/img/juices/vape-institut-black.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a span.ejuices.t-juice {
    background-image: url("/themes/cigatec-bootstrap/img/juices/t-juice-black.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a span.ejuices.vampire-vape {
    background-image: url("/themes/cigatec-bootstrap/img/juices/vampire-vape-black.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a span.ejuices.halo {
    background-image: url("/themes/cigatec-bootstrap/img/juices/halo-black.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a span.ejuices.manabush {
    background-image: url("/themes/cigatec-bootstrap/img/juices/manabush-black.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a span.ejuices.pulp {
    background-image: url("/themes/cigatec-bootstrap/img/juices/pulp-black.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a span.ejuices.alfaliquid {
    background-image: url("/themes/cigatec-bootstrap/img/juices/alfaliquid-black.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a span.ejuices.exaliquid {
    background-image: url("/themes/cigatec-bootstrap/img/juices/exaliquid-black.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a span.ejuices.sense {
    background-image: url("/themes/cigatec-bootstrap/img/juices/sense-black.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a span.ejuices.religion-juice {
    background-image: url("/themes/cigatec-bootstrap/img/juices/religion-juice-black.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a span.ejuices.ripe-vapes {
    background-image: url("/themes/cigatec-bootstrap/img/juices/ripe-vapes-black.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a span.ejuices.savourea {
    background-image: url("/themes/cigatec-bootstrap/img/juices/savourea-black.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a span.ejuices.virtus-vape {
    background-image: url("/themes/cigatec-bootstrap/img/juices/virtus-vape-black.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a span.ejuices.tmax-juices {
    background-image: url("/themes/cigatec-bootstrap/img/juices/tmax-juices-black.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a span.ejuices.liquidarom {
    background-image: url("/themes/cigatec-bootstrap/img/juices/liquidarom-black.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a span.ejuices.alien-visions {
    background-image: url("/themes/cigatec-bootstrap/img/juices/alien-visions-black.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a span.ejuices.boston-shaker-vape {
    background-image: url("/themes/cigatec-bootstrap/img/juices/boston-shaker-vape-black.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a span.ejuices.quacks-juice-factory {
    background-image: url("/themes/cigatec-bootstrap/img/juices/quacks-juice-factory-black.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a span.ejuices.bobble {
    background-image: url("/themes/cigatec-bootstrap/img/juices/bobble-black.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a span.ejuices.ohmboy {
    background-image: url("/themes/cigatec-bootstrap/img/juices/ohmboy-black.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a span.ejuices.enovap {
    background-image: url("/themes/cigatec-bootstrap/img/juices/enovap-black.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a span.ejuices.green-vapes {
    background-image: url("/themes/cigatec-bootstrap/img/juices/green-vapes-black.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a span.ejuices.green-cellar {
    background-image: url("/themes/cigatec-bootstrap/img/juices/green-cellar-black.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a span.ejuices.mur {
    background-image: url("/themes/cigatec-bootstrap/img/juices/mur-black.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a span.ejuices.daily-drip {
    background-image: url("/themes/cigatec-bootstrap/img/juices/daily-drip-black.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a span.ejuices.liquideo {
    background-image: url("/themes/cigatec-bootstrap/img/juices/liquideo-black.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a:hover span.ejuices.liquideo {
    background-image: url("/themes/cigatec-bootstrap/img/juices/liquideo.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a span.ejuices.cbd {
    background-image: url("/themes/cigatec-bootstrap/img/juices/cbd-black.png");
  }
  header.side nav.sub-menu.e-liquides ul.navigation li a:hover span.ejuices.cbd {
    background-image: url("/themes/cigatec-bootstrap/img/juices/cbd.png");
  }
  header.side nav.sub-menu.e-liquides ul.navigation li a span.ejuices.dlice {
    background-image: url("/themes/cigatec-bootstrap/img/juices/dlice-black.png");
  }
  header.side nav.sub-menu.e-liquides ul.navigation li a:hover span.ejuices.dlice {
    background-image: url("/themes/cigatec-bootstrap/img/juices/dlice.png");
  }
  header.side nav.sub-menu.e-liquides ul.navigation li a span.ejuices.millsime {
    background-image: url("/themes/cigatec-bootstrap/img/juices/millsime-black.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a span.ejuices.liquideo {
    background-image: url("/themes/cigatec-bootstrap/img/juices/liquideo-black.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a span.ejuices.armes-et-liquide {
    background-image: url("/themes/cigatec-bootstrap/img/juices/armes-et-liquide.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a span.ejuices.ohmboyz-drip-city {
    background-image: url("/themes/cigatec-bootstrap/img/juices/ohmboyz-drip-city.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a span.ejuices.full-moon {
    background-image: url("/themes/cigatec-bootstrap/img/juices/full-moon-black.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a span.ejuices.maison-distiller {
    background-image: url("/themes/cigatec-bootstrap/img/juices/maison-distiller-black.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a span.ejuices.cyber-steam {
    background-image: url("/themes/cigatec-bootstrap/img/juices/cyber-steam-black.png"); }
header.side nav.sub-menu.e-liquides ul.navigation li a:hover {
  text-decoration: none;
  transition: none;
  background-color: #fff; }
  header.side nav.sub-menu.e-liquides ul.navigation li a:hover span.label-nav {
    transition: all .25s;
    background-color: #FA2778;
    color: #fff;
    font-weight: bold; }
    header.side nav.sub-menu.e-liquides ul.navigation li a:hover span.ejuices.cosmic-candy {
      background-image: url("/themes/cigatec-bootstrap/img/juices/cosmic-candy.png"); }
    header.side nav.sub-menu.e-liquides ul.navigation li a:hover span.ejuices.mexican-cartel {
      background-image: url("/themes/cigatec-bootstrap/img/juices/mexican-cartel.png"); }
    header.side nav.sub-menu.e-liquides ul.navigation li a:hover span.ejuices.blackrose {
      background-image: url("/themes/cigatec-bootstrap/img/juices/blackrose.png"); }
    header.side nav.sub-menu.e-liquides ul.navigation li a:hover span.ejuices.etasty {
      background-image: url("/themes/cigatec-bootstrap/img/juices/etasty.png"); }
    header.side nav.sub-menu.e-liquides ul.navigation li a:hover span.ejuices.protect {
      background-image: url("/themes/cigatec-bootstrap/img/juices/protect.png"); }
    header.side nav.sub-menu.e-liquides ul.navigation li a:hover span.ejuices.vape-institut {
      background-image: url("/themes/cigatec-bootstrap/img/juices/vape-institut.png"); }
    header.side nav.sub-menu.e-liquides ul.navigation li a:hover span.ejuices.cyber-steam {
      background-image: url("/themes/cigatec-bootstrap/img/juices/cyber-steam.png"); }
    header.side nav.sub-menu.e-liquides ul.navigation li a:hover span.ejuices.maison-distiller {
      background-image: url("/themes/cigatec-bootstrap/img/juices/maison-distiller.png"); }
    header.side nav.sub-menu.e-liquides ul.navigation li a:hover span.ejuices.full-moon {
      background-image: url("/themes/cigatec-bootstrap/img/juices/full-moon.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a:hover span.ejuices.ohmboyz-drip-city {
    background-image: url("/themes/cigatec-bootstrap/img/juices/ohmboyz-drip-city.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a:hover span.ejuices.armes-et-liquide {
    background-image: url("/themes/cigatec-bootstrap/img/juices/armes-et-liquide-black.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a:hover span.ejuices.millsime {
    background-image: url("/themes/cigatec-bootstrap/img/juices/millsime.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a:hover span.ejuices.liquideo {
    background-image: url("/themes/cigatec-bootstrap/img/juices/liquideo.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a:hover span.ejuices.le-french-liquide {
    background-image: url("/themes/cigatec-bootstrap/img/juices/le-french-liquide.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a:hover span.ejuices.good-life-vapor {
    background-image: url("/themes/cigatec-bootstrap/img/juices/good-life-vapor.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a:hover span.ejuices.five-pawns {
    background-image: url("/themes/cigatec-bootstrap/img/juices/five-pawns.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a:hover span.ejuices.rope-cut {
    background-image: url("/themes/cigatec-bootstrap/img/juices/rope-cut.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a:hover span.ejuices.t-juice {
    background-image: url("/themes/cigatec-bootstrap/img/juices/t-juice.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a:hover span.ejuices.vampire-vape {
    background-image: url("/themes/cigatec-bootstrap/img/juices/vampire-vape.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a:hover span.ejuices.halo {
    background-image: url("/themes/cigatec-bootstrap/img/juices/halo.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a:hover span.ejuices.manabush {
    background-image: url("/themes/cigatec-bootstrap/img/juices/manabush.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a:hover span.ejuices.pulp {
    background-image: url("/themes/cigatec-bootstrap/img/juices/pulp.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a:hover span.ejuices.alfaliquid {
    background-image: url("/themes/cigatec-bootstrap/img/juices/alfaliquid.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a:hover span.ejuices.exaliquid {
    background-image: url("/themes/cigatec-bootstrap/img/juices/exaliquid.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a:hover span.ejuices.sense {
    background-image: url("/themes/cigatec-bootstrap/img/juices/sense.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a:hover span.ejuices.religion-juice {
    background-image: url("/themes/cigatec-bootstrap/img/juices/religion-juice.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a:hover span.ejuices.ripe-vapes {
    background-image: url("/themes/cigatec-bootstrap/img/juices/ripe-vapes.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a:hover span.ejuices.savourea {
    background-image: url("/themes/cigatec-bootstrap/img/juices/savourea.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a:hover span.ejuices.virtus-vape {
    background-image: url("/themes/cigatec-bootstrap/img/juices/virtus-vape.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a:hover span.ejuices.tmax-juices {
    background-image: url("/themes/cigatec-bootstrap/img/juices/tmax-juices.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a:hover span.ejuices.liquidarom {
    background-image: url("/themes/cigatec-bootstrap/img/juices/liquidarom.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a:hover span.ejuices.alien-visions {
    background-image: url("/themes/cigatec-bootstrap/img/juices/alien-visions.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a:hover span.ejuices.boston-shaker-vape {
    background-image: url("/themes/cigatec-bootstrap/img/juices/boston-shaker-vape.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a:hover span.ejuices.quacks-juice-factory {
    background-image: url("/themes/cigatec-bootstrap/img/juices/quacks-juice-factory.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a:hover span.ejuices.bobble {
    background-image: url("/themes/cigatec-bootstrap/img/juices/bobble.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a:hover span.ejuices.ohmboy {
    background-image: url("/themes/cigatec-bootstrap/img/juices/ohmboy.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a:hover span.ejuices.enovap {
    background-image: url("/themes/cigatec-bootstrap/img/juices/enovap.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a:hover span.ejuices.green-vapes {
    background-image: url("/themes/cigatec-bootstrap/img/juices/green-vapes.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a:hover span.ejuices.green-cellar {
    background-image: url("/themes/cigatec-bootstrap/img/juices/green-cellar.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a:hover span.ejuices.mur {
    background-image: url("/themes/cigatec-bootstrap/img/juices/mur.png"); }
  header.side nav.sub-menu.e-liquides ul.navigation li a:hover span.ejuices.daily-drip {
    background-image: url("/themes/cigatec-bootstrap/img/juices/daily-drip.png"); }

    header.side nav.sub-menu.e-liquides ul.navigation li a span.ejuices.phillip-rocke {
    background-image: url("/themes/cigatec-bootstrap/img/juices/phillip-rocke-black.png"); }
    header.side nav.sub-menu.e-liquides ul.navigation li a:hover span.ejuices.phillip-rocke {
    background-image: url("/themes/cigatec-bootstrap/img/juices/phillip-rocke.png"); }

    header.side nav.sub-menu.e-liquides ul.navigation li a span.ejuices.eliquid-france {
    background-image: url("/themes/cigatec-bootstrap/img/juices/eliquid-france-black.png"); }
    header.side nav.sub-menu.e-liquides ul.navigation li a:hover span.ejuices.eliquid-france {
    background-image: url("/themes/cigatec-bootstrap/img/juices/eliquid-france.png"); }

    header.side nav.sub-menu.e-liquides ul.navigation li a span.ejuices.big-papa {
    background-image: url("/themes/cigatec-bootstrap/img/juices/big-papa-black.png"); }
    header.side nav.sub-menu.e-liquides ul.navigation li a:hover span.ejuices.big-papa {
    background-image: url("/themes/cigatec-bootstrap/img/juices/big-papa.png"); }

/*
	==================
	[BANNER]
	==================
*/
/* line 392, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
.banner-container {
  background-color: #f2f2f2;
  border-bottom: 1px solid #095C66;
}

/* line 399, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
ul.bannerlinks {
  margin-bottom: 0;
}

/* line 401, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
ul.bannerlinks li {
  display: inline-block;
  margin-right: 20px;
}

/* line 404, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
ul.bannerlinks li a {
  text-transform: uppercase;
  display: block;
  padding: 9px 20px;
}

/*
	==================
	[FOOTER]
	==================
*/
/* line 418, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
.footer-container {
  background-color: #222222;
  border-top: 2px solid #333;
  margin-top: 35px;
  z-index: 99;
  position: relative;
  /*
		padding-top: 35px;
*/
}

/* line 421, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
.footer-container .container {
  padding-bottom: 1.5em;
  padding-top: 3em;
}

/*
	==================
	[ICONS]
	==================
*/
@font-face {
  font-family: 'cigatec';
  src: url("/themes/cigatec-bootstrap/fonts/cigatec/cigatec.eot?pm4rce");
  src: url("/themes/cigatec-bootstrap/fonts/cigatec/cigatec.eot?pm4rce#iefix") format("embedded-opentype"), url("/themes/cigatec-bootstrap/fonts/cigatec/cigatec.ttf?pm4rce") format("truetype"), url("/themes/cigatec-bootstrap/fonts/cigatec/cigatec.woff?pm4rce") format("woff"), url("/themes/cigatec-bootstrap/fonts/cigatec/cigatec.svg?pm4rce#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 451, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'cigatec' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*

.icon-atomiseurs:before {
    content: "\e900";
}
.icon-e-cigarettes:before {
    content: "\e901";
}
.icon-e-liquides:before {
    content: "\e902";
}
.icon-coin-des-experts:before {
    content: "\e903";
}
*/
/*FP-ADD 2020 : ajout d'icônes pour les magasins*/
.icon-les-magasins-cigatec:before {
  content: "\e908";
}
header.side nav.sub-menu.e-cigarettes ul.navigation li a,
header.side nav.sub-menu.les-magasins-cigatec ul.navigation li a{
  display: flex;
  height: 120px;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1.2px;
}
header.side nav.sub-menu.les-magasins-cigatec ul.navigation li a span.icon-les-magasins-cigatec,
header.side nav.sub-menu.les-magasins-cigatec ul.navigation li a span.icon-les-magasins-cigatec {
  font-size:6vh;
}
header.side nav.sub-menu.e-cigarettes ul.navigation li a span[class^="icon"],
header.side nav.sub-menu.les-magasins-cigatec ul.navigation li a span[class^="icon"] {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
header.side nav.sub-menu.les-magasins-cigatec ul.navigation li a span.icon-brest {
  background-image: url('/themes/cigatec-bootstrap/img/stores/brest-shop-icon.png');
}
header.side nav.sub-menu.les-magasins-cigatec ul.navigation li a span.icon-plymouth {
  background-image: url('/themes/cigatec-bootstrap/img/stores/plymouth-shop-icon.png');
}
header.side nav.sub-menu.les-magasins-cigatec ul.navigation li a span.icon-lorient {
  background-image: url('/themes/cigatec-bootstrap/img/stores/lorient-shop-icon.png');
}
header.side nav.sub-menu.les-magasins-cigatec ul.navigation li a span.icon-quimper {
  background-image: url('/themes/cigatec-bootstrap/img/stores/quimper-shop-icon.png');
}
header.side nav.sub-menu.les-magasins-cigatec ul.navigation li a span.icon-dublin {
  background-image: url('/themes/cigatec-bootstrap/img/stores/dublin-shop-icon.png');
}
header.side nav.sub-menu.les-magasins-cigatec ul.navigation li a span.icon-guipavas {
  background-image: url('/themes/cigatec-bootstrap/img/stores/guipavas-shop-icon.png');
}
header.side nav.sub-menu.e-cigarettes ul.navigation li a span.icon-boxes-et-clearomiseurs {
  background-image: url('/themes/cigatec-bootstrap/img/icon/box_icon.png');
}
header.side nav.sub-menu.e-cigarettes ul.navigation li a span.icon-high-end {
  background-image: url('/themes/cigatec-bootstrap/img/icon/high_end_icon.png');
}
header.side nav.sub-menu.e-cigarettes ul.navigation li a span.icon-rsistances {
  background-image: url('/themes/cigatec-bootstrap/img/icon/coil_icon.png');
  background-size: 10%;
  /* content: "\e922";  */
}
header.side nav.sub-menu.e-cigarettes ul.navigation li a span.icon-reconstructible {
  background-image: url('/themes/cigatec-bootstrap/img/icon/rba_icon.png');
  background-size: 20%;
}
/* line 481, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
.icon-shop:before {
  content: "\e908";
}

/* line 485, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
.icon-mods-et-boxes:before {
  content: "\e907";
}

/* line 488, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
.icon-kits:before {
  content: "\e906";
}

/* line 491, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
.icon-acesssoires:before {
  content: "\e918";
}

/* line 494, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
.icon-cotons:before {
  content: "\e916";
}

/* line 497, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
.icon-fils-resistifs:before {
  content: "\e914";
}

/* line 500, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
.icon-drippers:before {
  content: "\e915";
}

/* line 503, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
.icon-accus:before {
  content: "\e904";
}

/* line 506, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
.icon-clearomiseurs:before {
  content: "\e905";
}

/* line 509, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
.icon-chargeurs:before {
  content: "\e90f";
}

/* line 512, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
.icon-batteries:before {
  content: "\e910";
}

/* line 515, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
.icon-e-cigarettes:before {
  content: "\e901";
}

/*
.icon-pices-dtaches:before {
  content: "\e911";
}
*/
/* line 523, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
.icon-pices-dtaches:before {
  content: "\e917";
}

/* line 526, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
.icon-accessoires:before {
  content: "\e912";
}

/* line 529, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
.icon-outillage:before {
  content: "\e913";
}

/* line 532, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
.icon-rsistances:before {
  /* content: "\e922"; */
}

/* line 535, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
.icon-atomiseurs:before {
  content: "\e900";
}

/* line 538, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
.icon-e-liquides:before {
  content: "\e902";
}

/* line 541, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/cigatec.scss */
.icon-coin-des-experts:before {
  content: "\e903";
}

/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 4, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_core.scss */
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 5, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_larger.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 10, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 11, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 12, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 13, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 3, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_fixed-width.scss */
.fa-fw {
  width: 1.28571em;
  text-align: center;
}

/* line 4, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

/* line 8, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 10, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_list.scss */
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

/* line 16, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_list.scss */
.fa-li.fa-lg {
  left: -1.85714em;
}

/* line 4, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

/* line 10, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_bordered-pulled.scss */
.pull-right {
  float: right;
}

/* line 11, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_bordered-pulled.scss */
.pull-left {
  float: left;
}

/* line 14, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em;
}

/* line 15, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_spinning.scss */
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 4, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_rotated-flipped.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 5, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_rotated-flipped.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 6, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_rotated-flipped.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 8, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 9, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_rotated-flipped.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 4, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 12, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 18, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 19, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 20, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_stacked.scss */
.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 4, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-glass:before {
  content: "";
}

/* line 5, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-music:before {
  content: "";
}

/* line 6, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-search:before {
  content: "";
}

/* line 7, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-envelope-o:before {
  content: "";
}

/* line 8, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-heart:before {
  content: "";
}

/* line 9, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-star:before {
  content: "";
}

/* line 10, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-star-o:before {
  content: "";
}

/* line 11, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-user:before {
  content: "";
}

/* line 12, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-film:before {
  content: "";
}

/* line 13, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-th-large:before {
  content: "";
}

/* line 14, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-th:before {
  content: "";
}

/* line 15, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-th-list:before {
  content: "";
}

/* line 16, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-check:before {
  content: "";
}

/* line 17, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-times:before {
  content: "";
}

/* line 18, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-search-plus:before {
  content: "";
}

/* line 19, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-search-minus:before {
  content: "";
}

/* line 20, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-power-off:before {
  content: "";
}

/* line 21, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-signal:before {
  content: "";
}

/* line 22, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "";
}

/* line 23, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-trash-o:before {
  content: "";
}

/* line 24, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-home:before {
  content: "";
}

/* line 25, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-file-o:before {
  content: "";
}

/* line 26, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-clock-o:before {
  content: "";
}

/* line 27, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-road:before {
  content: "";
}

/* line 28, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-download:before {
  content: "";
}

/* line 29, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "";
}

/* line 30, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "";
}

/* line 31, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-inbox:before {
  content: "";
}

/* line 32, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-play-circle-o:before {
  content: "";
}

/* line 33, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

/* line 34, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-refresh:before {
  content: "";
}

/* line 35, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-list-alt:before {
  content: "";
}

/* line 36, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-lock:before {
  content: "";
}

/* line 37, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-flag:before {
  content: "";
}

/* line 38, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-headphones:before {
  content: "";
}

/* line 39, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-volume-off:before {
  content: "";
}

/* line 40, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-volume-down:before {
  content: "";
}

/* line 41, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-volume-up:before {
  content: "";
}

/* line 42, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-qrcode:before {
  content: "";
}

/* line 43, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-barcode:before {
  content: "";
}

/* line 44, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-tag:before {
  content: "";
}

/* line 45, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-tags:before {
  content: "";
}

/* line 46, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-book:before {
  content: "";
}

/* line 47, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-bookmark:before {
  content: "";
}

/* line 48, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-print:before {
  content: "";
}

/* line 49, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-camera:before {
  content: "";
}

/* line 50, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-font:before {
  content: "";
}

/* line 51, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-bold:before {
  content: "";
}

/* line 52, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-italic:before {
  content: "";
}

/* line 53, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-text-height:before {
  content: "";
}

/* line 54, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-text-width:before {
  content: "";
}

/* line 55, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-align-left:before {
  content: "";
}

/* line 56, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-align-center:before {
  content: "";
}

/* line 57, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-align-right:before {
  content: "";
}

/* line 58, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-align-justify:before {
  content: "";
}

/* line 59, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-list:before {
  content: "";
}

/* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

/* line 61, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-indent:before {
  content: "";
}

/* line 62, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-video-camera:before {
  content: "";
}

/* line 63, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

/* line 64, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-pencil:before {
  content: "";
}

/* line 65, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-map-marker:before {
  content: "";
}

/* line 66, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-adjust:before {
  content: "";
}

/* line 67, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-tint:before {
  content: "";
}

/* line 68, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

/* line 69, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-share-square-o:before {
  content: "";
}

/* line 70, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-check-square-o:before {
  content: "";
}

/* line 71, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-arrows:before {
  content: "";
}

/* line 72, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-step-backward:before {
  content: "";
}

/* line 73, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-fast-backward:before {
  content: "";
}

/* line 74, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-backward:before {
  content: "";
}

/* line 75, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-play:before {
  content: "";
}

/* line 76, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-pause:before {
  content: "";
}

/* line 77, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-stop:before {
  content: "";
}

/* line 78, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-forward:before {
  content: "";
}

/* line 79, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-fast-forward:before {
  content: "";
}

/* line 80, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-step-forward:before {
  content: "";
}

/* line 81, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-eject:before {
  content: "";
}

/* line 82, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-chevron-left:before {
  content: "";
}

/* line 83, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-chevron-right:before {
  content: "";
}

/* line 84, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-plus-circle:before {
  content: "";
}

/* line 85, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-minus-circle:before {
  content: "";
}

/* line 86, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-times-circle:before {
  content: "";
}

/* line 87, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-check-circle:before {
  content: "";
}

/* line 88, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-question-circle:before {
  content: "";
}

/* line 89, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-info-circle:before {
  content: "";
}

/* line 90, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-crosshairs:before {
  content: "";
}

/* line 91, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-times-circle-o:before {
  content: "";
}

/* line 92, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-check-circle-o:before {
  content: "";
}

/* line 93, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-ban:before {
  content: "";
}

/* line 94, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-arrow-left:before {
  content: "";
}

/* line 95, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-arrow-right:before {
  content: "";
}

/* line 96, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-arrow-up:before {
  content: "";
}

/* line 97, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-arrow-down:before {
  content: "";
}

/* line 98, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

/* line 99, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-expand:before {
  content: "";
}

/* line 100, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-compress:before {
  content: "";
}

/* line 101, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-plus:before {
  content: "";
}

/* line 102, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-minus:before {
  content: "";
}

/* line 103, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-asterisk:before {
  content: "";
}

/* line 104, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "";
}

/* line 105, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-gift:before {
  content: "";
}

/* line 106, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-leaf:before {
  content: "";
}

/* line 107, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-fire:before {
  content: "";
}

/* line 108, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-eye:before {
  content: "";
}

/* line 109, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-eye-slash:before {
  content: "";
}

/* line 110, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

/* line 111, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-plane:before {
  content: "";
}

/* line 112, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-calendar:before {
  content: "";
}

/* line 113, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-random:before {
  content: "";
}

/* line 114, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-comment:before {
  content: "";
}

/* line 115, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-magnet:before {
  content: "";
}

/* line 116, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-chevron-up:before {
  content: "";
}

/* line 117, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-chevron-down:before {
  content: "";
}

/* line 118, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-retweet:before {
  content: "";
}

/* line 119, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-shopping-cart:before {
  content: "";
}

/* line 120, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-folder:before {
  content: "";
}

/* line 121, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-folder-open:before {
  content: "";
}

/* line 122, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-arrows-v:before {
  content: "";
}

/* line 123, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-arrows-h:before {
  content: "";
}

/* line 124, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-bar-chart-o:before {
  content: "";
}

/* line 125, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-twitter-square:before {
  content: "";
}

/* line 126, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-facebook-square:before {
  content: "";
}

/* line 127, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-camera-retro:before {
  content: "";
}

/* line 128, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-key:before {
  content: "";
}

/* line 129, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "";
}

/* line 130, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-comments:before {
  content: "";
}

/* line 131, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-thumbs-o-up:before {
  content: "";
}

/* line 132, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-thumbs-o-down:before {
  content: "";
}

/* line 133, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-star-half:before {
  content: "";
}

/* line 134, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-heart-o:before {
  content: "";
}

/* line 135, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-sign-out:before {
  content: "";
}

/* line 136, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-linkedin-square:before {
  content: "";
}

/* line 137, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-thumb-tack:before {
  content: "";
}

/* line 138, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-external-link:before {
  content: "";
}

/* line 139, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-sign-in:before {
  content: "";
}

/* line 140, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-trophy:before {
  content: "";
}

/* line 141, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-github-square:before {
  content: "";
}

/* line 142, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-upload:before {
  content: "";
}

/* line 143, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-lemon-o:before {
  content: "";
}

/* line 144, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-phone:before {
  content: "";
}

/* line 145, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-square-o:before {
  content: "";
}

/* line 146, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-bookmark-o:before {
  content: "";
}

/* line 147, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-phone-square:before {
  content: "";
}

/* line 148, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-twitter:before {
  content: "";
}

/* line 149, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-facebook:before {
  content: "";
}

/* line 150, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-github:before {
  content: "";
}

/* line 151, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-unlock:before {
  content: "";
}

/* line 152, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-credit-card:before {
  content: "";
}

/* line 153, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-rss:before {
  content: "";
}

/* line 154, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-hdd-o:before {
  content: "";
}

/* line 155, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-bullhorn:before {
  content: "";
}

/* line 156, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-bell:before {
  content: "";
}

/* line 157, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-certificate:before {
  content: "";
}

/* line 158, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-hand-o-right:before {
  content: "";
}

/* line 159, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-hand-o-left:before {
  content: "";
}

/* line 160, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-hand-o-up:before {
  content: "";
}

/* line 161, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-hand-o-down:before {
  content: "";
}

/* line 162, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "";
}

/* line 163, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "";
}

/* line 164, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "";
}

/* line 165, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "";
}

/* line 166, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-globe:before {
  content: "";
}

/* line 167, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-wrench:before {
  content: "";
}

/* line 168, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-tasks:before {
  content: "";
}

/* line 169, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-filter:before {
  content: "";
}

/* line 170, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-briefcase:before {
  content: "";
}

/* line 171, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-arrows-alt:before {
  content: "";
}

/* line 172, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: "";
}

/* line 173, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "";
}

/* line 174, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-cloud:before {
  content: "";
}

/* line 175, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-flask:before {
  content: "";
}

/* line 176, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "";
}

/* line 177, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "";
}

/* line 178, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-paperclip:before {
  content: "";
}

/* line 179, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

/* line 180, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-square:before {
  content: "";
}

/* line 181, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

/* line 182, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-list-ul:before {
  content: "";
}

/* line 183, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-list-ol:before {
  content: "";
}

/* line 184, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-strikethrough:before {
  content: "";
}

/* line 185, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-underline:before {
  content: "";
}

/* line 186, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-table:before {
  content: "";
}

/* line 187, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-magic:before {
  content: "";
}

/* line 188, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-truck:before {
  content: "";
}

/* line 189, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-pinterest:before {
  content: "";
}

/* line 190, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-pinterest-square:before {
  content: "";
}

/* line 191, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-google-plus-square:before {
  content: "";
}

/* line 192, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-google-plus:before {
  content: "";
}

/* line 193, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-money:before {
  content: "";
}

/* line 194, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-caret-down:before {
  content: "";
}

/* line 195, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-caret-up:before {
  content: "";
}

/* line 196, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-caret-left:before {
  content: "";
}

/* line 197, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-caret-right:before {
  content: "";
}

/* line 198, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-columns:before {
  content: "";
}

/* line 199, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

/* line 200, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

/* line 201, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

/* line 202, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-envelope:before {
  content: "";
}

/* line 203, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-linkedin:before {
  content: "";
}

/* line 204, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

/* line 205, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "";
}

/* line 206, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

/* line 207, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-comment-o:before {
  content: "";
}

/* line 208, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-comments-o:before {
  content: "";
}

/* line 209, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "";
}

/* line 210, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-sitemap:before {
  content: "";
}

/* line 211, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-umbrella:before {
  content: "";
}

/* line 212, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

/* line 213, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-lightbulb-o:before {
  content: "";
}

/* line 214, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-exchange:before {
  content: "";
}

/* line 215, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-cloud-download:before {
  content: "";
}

/* line 216, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-cloud-upload:before {
  content: "";
}

/* line 217, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-user-md:before {
  content: "";
}

/* line 218, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-stethoscope:before {
  content: "";
}

/* line 219, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-suitcase:before {
  content: "";
}

/* line 220, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-bell-o:before {
  content: "";
}

/* line 221, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-coffee:before {
  content: "";
}

/* line 222, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-cutlery:before {
  content: "";
}

/* line 223, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-file-text-o:before {
  content: "";
}

/* line 224, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-building-o:before {
  content: "";
}

/* line 225, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-hospital-o:before {
  content: "";
}

/* line 226, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-ambulance:before {
  content: "";
}

/* line 227, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-medkit:before {
  content: "";
}

/* line 228, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-fighter-jet:before {
  content: "";
}

/* line 229, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-beer:before {
  content: "";
}

/* line 230, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-h-square:before {
  content: "";
}

/* line 231, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-plus-square:before {
  content: "";
}

/* line 232, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-angle-double-left:before {
  content: "";
}

/* line 233, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-angle-double-right:before {
  content: "";
}

/* line 234, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-angle-double-up:before {
  content: "";
}

/* line 235, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-angle-double-down:before {
  content: "";
}

/* line 236, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-angle-left:before {
  content: "";
}

/* line 237, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-angle-right:before {
  content: "";
}

/* line 238, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-angle-up:before {
  content: "";
}

/* line 239, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-angle-down:before {
  content: "";
}

/* line 240, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-desktop:before {
  content: "";
}

/* line 241, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-laptop:before {
  content: "";
}

/* line 242, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-tablet:before {
  content: "";
}

/* line 243, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

/* line 244, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-circle-o:before {
  content: "";
}

/* line 245, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-quote-left:before {
  content: "";
}

/* line 246, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-quote-right:before {
  content: "";
}

/* line 247, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-spinner:before {
  content: "";
}

/* line 248, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-circle:before {
  content: "";
}

/* line 249, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

/* line 250, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-github-alt:before {
  content: "";
}

/* line 251, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-folder-o:before {
  content: "";
}

/* line 252, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-folder-open-o:before {
  content: "";
}

/* line 253, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-smile-o:before {
  content: "";
}

/* line 254, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-frown-o:before {
  content: "";
}

/* line 255, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-meh-o:before {
  content: "";
}

/* line 256, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-gamepad:before {
  content: "";
}

/* line 257, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-keyboard-o:before {
  content: "";
}

/* line 258, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-flag-o:before {
  content: "";
}

/* line 259, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-flag-checkered:before {
  content: "";
}

/* line 260, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-terminal:before {
  content: "";
}

/* line 261, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-code:before {
  content: "";
}

/* line 262, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

/* line 263, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

/* line 264, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-location-arrow:before {
  content: "";
}

/* line 265, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-crop:before {
  content: "";
}

/* line 266, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-code-fork:before {
  content: "";
}

/* line 267, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

/* line 268, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-question:before {
  content: "";
}

/* line 269, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-info:before {
  content: "";
}

/* line 270, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-exclamation:before {
  content: "";
}

/* line 271, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-superscript:before {
  content: "";
}

/* line 272, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-subscript:before {
  content: "";
}

/* line 273, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-eraser:before {
  content: "";
}

/* line 274, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "";
}

/* line 275, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-microphone:before {
  content: "";
}

/* line 276, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-microphone-slash:before {
  content: "";
}

/* line 277, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-shield:before {
  content: "";
}

/* line 278, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-calendar-o:before {
  content: "";
}

/* line 279, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "";
}

/* line 280, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-rocket:before {
  content: "";
}

/* line 281, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-maxcdn:before {
  content: "";
}

/* line 282, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "";
}

/* line 283, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "";
}

/* line 284, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "";
}

/* line 285, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "";
}

/* line 286, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-html5:before {
  content: "";
}

/* line 287, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-css3:before {
  content: "";
}

/* line 288, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-anchor:before {
  content: "";
}

/* line 289, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-unlock-alt:before {
  content: "";
}

/* line 290, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-bullseye:before {
  content: "";
}

/* line 291, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-ellipsis-h:before {
  content: "";
}

/* line 292, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-ellipsis-v:before {
  content: "";
}

/* line 293, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-rss-square:before {
  content: "";
}

/* line 294, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-play-circle:before {
  content: "";
}

/* line 295, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-ticket:before {
  content: "";
}

/* line 296, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-minus-square:before {
  content: "";
}

/* line 297, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-minus-square-o:before {
  content: "";
}

/* line 298, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-level-up:before {
  content: "";
}

/* line 299, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-level-down:before {
  content: "";
}

/* line 300, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-check-square:before {
  content: "";
}

/* line 301, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-pencil-square:before {
  content: "";
}

/* line 302, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-external-link-square:before {
  content: "";
}

/* line 303, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-share-square:before {
  content: "";
}

/* line 304, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-compass:before {
  content: "";
}

/* line 305, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

/* line 306, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

/* line 307, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

/* line 308, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "";
}

/* line 309, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-gbp:before {
  content: "";
}

/* line 310, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "";
}

/* line 311, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "";
}

/* line 312, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

/* line 313, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

/* line 314, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "";
}

/* line 315, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

/* line 316, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-file:before {
  content: "";
}

/* line 317, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-file-text:before {
  content: "";
}

/* line 318, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "";
}

/* line 319, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "";
}

/* line 320, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-sort-amount-asc:before {
  content: "";
}

/* line 321, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-sort-amount-desc:before {
  content: "";
}

/* line 322, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "";
}

/* line 323, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "";
}

/* line 324, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-thumbs-up:before {
  content: "";
}

/* line 325, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-thumbs-down:before {
  content: "";
}

/* line 326, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-youtube-square:before {
  content: "";
}

/* line 327, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-youtube:before {
  content: "";
}

/* line 328, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-xing:before {
  content: "";
}

/* line 329, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-xing-square:before {
  content: "";
}

/* line 330, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-youtube-play:before {
  content: "";
}

/* line 331, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-dropbox:before {
  content: "";
}

/* line 332, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-stack-overflow:before {
  content: "";
}

/* line 333, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-instagram:before {
  content: "";
}

/* line 334, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-flickr:before {
  content: "";
}

/* line 335, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-adn:before {
  content: "";
}

/* line 336, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-bitbucket:before {
  content: "";
}

/* line 337, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-bitbucket-square:before {
  content: "";
}

/* line 338, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-tumblr:before {
  content: "";
}

/* line 339, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-tumblr-square:before {
  content: "";
}

/* line 340, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-long-arrow-down:before {
  content: "";
}

/* line 341, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-long-arrow-up:before {
  content: "";
}

/* line 342, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-long-arrow-left:before {
  content: "";
}

/* line 343, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-long-arrow-right:before {
  content: "";
}

/* line 344, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-apple:before {
  content: "";
}

/* line 345, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-windows:before {
  content: "";
}

/* line 346, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-android:before {
  content: "";
}

/* line 347, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-linux:before {
  content: "";
}

/* line 348, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-dribbble:before {
  content: "";
}

/* line 349, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-skype:before {
  content: "";
}

/* line 350, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-foursquare:before {
  content: "";
}

/* line 351, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-trello:before {
  content: "";
}

/* line 352, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-female:before {
  content: "";
}

/* line 353, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-male:before {
  content: "";
}

/* line 354, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-gittip:before {
  content: "";
}

/* line 355, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-sun-o:before {
  content: "";
}

/* line 356, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-moon-o:before {
  content: "";
}

/* line 357, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-archive:before {
  content: "";
}

/* line 358, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-bug:before {
  content: "";
}

/* line 359, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-vk:before {
  content: "";
}

/* line 360, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-weibo:before {
  content: "";
}

/* line 361, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-renren:before {
  content: "";
}

/* line 362, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-pagelines:before {
  content: "";
}

/* line 363, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-stack-exchange:before {
  content: "";
}

/* line 364, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "";
}

/* line 365, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "";
}

/* line 366, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

/* line 367, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-dot-circle-o:before {
  content: "";
}

/* line 368, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-wheelchair:before {
  content: "";
}

/* line 369, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-vimeo-square:before {
  content: "";
}

/* line 370, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

/* line 371, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-plus-square-o:before {
  content: "";
}

/* line 372, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-space-shuttle:before {
  content: "";
}

/* line 373, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-slack:before {
  content: "";
}

/* line 374, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-envelope-square:before {
  content: "";
}

/* line 375, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-wordpress:before {
  content: "";
}

/* line 376, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-openid:before {
  content: "";
}

/* line 377, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

/* line 378, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

/* line 379, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-yahoo:before {
  content: "";
}

/* line 380, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-google:before {
  content: "";
}

/* line 381, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-reddit:before {
  content: "";
}

/* line 382, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-reddit-square:before {
  content: "";
}

/* line 383, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "";
}

/* line 384, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-stumbleupon:before {
  content: "";
}

/* line 385, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-delicious:before {
  content: "";
}

/* line 386, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-digg:before {
  content: "";
}

/* line 387, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "";
}

/* line 388, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-pied-piper-alt:before {
  content: "";
}

/* line 389, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-drupal:before {
  content: "";
}

/* line 390, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-joomla:before {
  content: "";
}

/* line 391, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-language:before {
  content: "";
}

/* line 392, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-fax:before {
  content: "";
}

/* line 393, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-building:before {
  content: "";
}

/* line 394, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-child:before {
  content: "";
}

/* line 395, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-paw:before {
  content: "";
}

/* line 396, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-spoon:before {
  content: "";
}

/* line 397, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-cube:before {
  content: "";
}

/* line 398, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-cubes:before {
  content: "";
}

/* line 399, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-behance:before {
  content: "";
}

/* line 400, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-behance-square:before {
  content: "";
}

/* line 401, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-steam:before {
  content: "";
}

/* line 402, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-steam-square:before {
  content: "";
}

/* line 403, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-recycle:before {
  content: "";
}

/* line 404, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: "";
}

/* line 405, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "";
}

/* line 406, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-tree:before {
  content: "";
}

/* line 407, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-spotify:before {
  content: "";
}

/* line 408, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-deviantart:before {
  content: "";
}

/* line 409, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-soundcloud:before {
  content: "";
}

/* line 410, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-database:before {
  content: "";
}

/* line 411, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-file-pdf-o:before {
  content: "";
}

/* line 412, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-file-word-o:before {
  content: "";
}

/* line 413, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-file-excel-o:before {
  content: "";
}

/* line 414, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-file-powerpoint-o:before {
  content: "";
}

/* line 415, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

/* line 416, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

/* line 417, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

/* line 418, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

/* line 419, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-file-code-o:before {
  content: "";
}

/* line 420, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-vine:before {
  content: "";
}

/* line 421, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-codepen:before {
  content: "";
}

/* line 422, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-jsfiddle:before {
  content: "";
}

/* line 423, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

/* line 424, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-circle-o-notch:before {
  content: "";
}

/* line 425, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-ra:before,
.fa-rebel:before {
  content: "";
}

/* line 426, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: "";
}

/* line 427, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-git-square:before {
  content: "";
}

/* line 428, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-git:before {
  content: "";
}

/* line 429, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-hacker-news:before {
  content: "";
}

/* line 430, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-tencent-weibo:before {
  content: "";
}

/* line 431, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-qq:before {
  content: "";
}

/* line 432, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

/* line 433, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

/* line 434, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

/* line 435, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-history:before {
  content: "";
}

/* line 436, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-circle-thin:before {
  content: "";
}

/* line 437, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-header:before {
  content: "";
}

/* line 438, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-paragraph:before {
  content: "";
}

/* line 439, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-sliders:before {
  content: "";
}

/* line 440, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-share-alt:before {
  content: "";
}

/* line 441, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-share-alt-square:before {
  content: "";
}

/* line 442, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/font-awesome/_icons.scss */
.fa-bomb:before {
  content: "";
}

/**
 * Title: Material Design Flaticon Pack
 * Author: Google
 * Source: http://www.flaticon.com/packs/material-design
 * License:  CC BY 3.0 (http://creativecommons.org/licenses/by/3.0/)
 */
@font-face {
  font-family: "material-design";
  src: url("../fonts/material-design.eot");
  src: url("../fonts/material-design.eot#iefix") format("embedded-opentype"), url("../fonts/material-design.woff") format("woff"), url("../fonts/material-design.ttf") format("truetype"), url("../fonts/material-design.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 18, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-ico,
[class^="material-design-"]:before, [class*=" material-design-"]:before,
[class^="material-design-"]:after, [class*=" material-design-"]:after {
  font-family: "material-design";
  font-size: inherit;
  font-weight: 400;
  font-style: normal;
}

/* line 27, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-account4:before {
  content: "\e000";
}

/* line 30, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-add179:before {
  content: "\e001";
}

/* line 33, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-add180:before {
  content: "\e002";
}

/* line 36, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-add181:before {
  content: "\e003";
}

/* line 39, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-add182:before {
  content: "\e004";
}

/* line 42, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-add183:before {
  content: "\e005";
}

/* line 45, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-add184:before {
  content: "\e006";
}

/* line 48, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-add186:before {
  content: "\e007";
}

/* line 51, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-adjust6:before {
  content: "\e008";
}

/* line 54, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-airplane106:before {
  content: "\e009";
}

/* line 57, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-android11:before {
  content: "\e00a";
}

/* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-android12:before {
  content: "\e00b";
}

/* line 63, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-apple70:before {
  content: "\e00c";
}

/* line 66, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-attachment19:before {
  content: "\e00d";
}

/* line 69, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-auto1:before {
  content: "\e00e";
}

/* line 72, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-automatic2:before {
  content: "\e00f";
}

/* line 75, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-automatic3:before {
  content: "\e010";
}

/* line 78, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-back57:before {
  content: "\e011";
}

/* line 81, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-backspace1:before {
  content: "\e012";
}

/* line 84, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-bed24:before {
  content: "\e013";
}

/* line 87, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-been:before {
  content: "\e014";
}

/* line 90, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-birthday20:before {
  content: "\e015";
}

/* line 93, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-black394:before {
  content: "\e016";
}

/* line 96, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-black395:before {
  content: "\e017";
}

/* line 99, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-black396:before {
  content: "\e018";
}

/* line 102, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-black397:before {
  content: "\e019";
}

/* line 105, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-black398:before {
  content: "\e01a";
}

/* line 108, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-black399:before {
  content: "\e01b";
}

/* line 111, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-black400:before {
  content: "\e01c";
}

/* line 114, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-black401:before {
  content: "\e01d";
}

/* line 117, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-black402:before {
  content: "\e01e";
}

/* line 120, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-blank30:before {
  content: "\e01f";
}

/* line 123, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-blank31:before {
  content: "\e020";
}

/* line 126, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-blank32:before {
  content: "\e021";
}

/* line 129, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-blank33:before {
  content: "\e022";
}

/* line 132, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-blogger12:before {
  content: "\e023";
}

/* line 135, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-blueetooth:before {
  content: "\e024";
}

/* line 138, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-bluetooth21:before {
  content: "\e025";
}

/* line 141, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-bluetooth22:before {
  content: "\e026";
}

/* line 144, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-bluetooth23:before {
  content: "\e027";
}

/* line 147, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-bluetooth24:before {
  content: "\e028";
}

/* line 150, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-bluetooth25:before {
  content: "\e029";
}

/* line 153, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-bookmark45:before {
  content: "\e02a";
}

/* line 156, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-bookmark46:before {
  content: "\e02b";
}

/* line 159, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-bookmark47:before {
  content: "\e02c";
}

/* line 162, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-bookmark48:before {
  content: "\e02d";
}

/* line 165, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-briefcase49:before {
  content: "\e02e";
}

/* line 168, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-briefcase50:before {
  content: "\e02f";
}

/* line 171, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-brightness10:before {
  content: "\e030";
}

/* line 174, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-brochure6:before {
  content: "\e031";
}

/* line 177, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-bubble8:before {
  content: "\e032";
}

/* line 180, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-bug18:before {
  content: "\e033";
}

/* line 183, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-burn9:before {
  content: "\e034";
}

/* line 186, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-button11:before {
  content: "\e035";
}

/* line 189, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-call47:before {
  content: "\e036";
}

/* line 192, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-call48:before {
  content: "\e037";
}

/* line 195, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-call49:before {
  content: "\e038";
}

/* line 198, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-camera59:before {
  content: "\e039";
}

/* line 201, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-camera60:before {
  content: "\e03a";
}

/* line 204, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-cancel19:before {
  content: "\e03b";
}

/* line 207, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-caps1:before {
  content: "\e03c";
}

/* line 210, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-caps:before {
  content: "\e03d";
}

/* line 213, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-car145:before {
  content: "\e03e";
}

/* line 216, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-car146:before {
  content: "\e03f";
}

/* line 219, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-car147:before {
  content: "\e040";
}

/* line 222, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-cell10:before {
  content: "\e041";
}

/* line 225, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-cell11:before {
  content: "\e042";
}

/* line 228, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-cell12:before {
  content: "\e043";
}

/* line 231, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-change3:before {
  content: "\e044";
}

/* line 234, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-chat75:before {
  content: "\e045";
}

/* line 237, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-chat76:before {
  content: "\e046";
}

/* line 240, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-check51:before {
  content: "\e047";
}

/* line 243, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-check52:before {
  content: "\e048";
}

/* line 246, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-chemistry17:before {
  content: "\e049";
}

/* line 249, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-circle107:before {
  content: "\e04a";
}

/* line 252, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-circle108:before {
  content: "\e04b";
}

/* line 255, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-circles23:before {
  content: "\e04c";
}

/* line 258, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-circumference:before {
  content: "\e04d";
}

/* line 261, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-city24:before {
  content: "\e04e";
}

/* line 264, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-clapperboard4:before {
  content: "\e04f";
}

/* line 267, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-clapperboard5:before {
  content: "\e050";
}

/* line 270, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-clear5:before {
  content: "\e051";
}

/* line 273, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-clipboard99:before {
  content: "\e052";
}

/* line 276, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-clock100:before {
  content: "\e053";
}

/* line 279, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-close47:before {
  content: "\e054";
}

/* line 282, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-closed64:before {
  content: "\e055";
}

/* line 285, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-cloud302:before {
  content: "\e056";
}

/* line 288, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-cloud303:before {
  content: "\e057";
}

/* line 291, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-cloud304:before {
  content: "\e058";
}

/* line 294, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-cloud305:before {
  content: "\e059";
}

/* line 297, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-cloud306:before {
  content: "\e05a";
}

/* line 300, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-cloud307:before {
  content: "\e05b";
}

/* line 303, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-compass106:before {
  content: "\e05c";
}

/* line 306, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-connection21:before {
  content: "\e05d";
}

/* line 309, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-copy31:before {
  content: "\e05e";
}

/* line 312, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-create2:before {
  content: "\e05f";
}

/* line 315, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-create3:before {
  content: "\e060";
}

/* line 318, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-credit98:before {
  content: "\e061";
}

/* line 321, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-crop13:before {
  content: "\e062";
}

/* line 324, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-crop14:before {
  content: "\e063";
}

/* line 327, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-cut23:before {
  content: "\e064";
}

/* line 330, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-dark55:before {
  content: "\e065";
}

/* line 333, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-developer2:before {
  content: "\e066";
}

/* line 336, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-device4:before {
  content: "\e067";
}

/* line 339, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-device5:before {
  content: "\e068";
}

/* line 342, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-disc30:before {
  content: "\e069";
}

/* line 345, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-do10:before {
  content: "\e06a";
}

/* line 348, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-double126:before {
  content: "\e06b";
}

/* line 351, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-download162:before {
  content: "\e06c";
}

/* line 354, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-download164:before {
  content: "\e06d";
}

/* line 357, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-download166:before {
  content: "\e06e";
}

/* line 360, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-downwards:before {
  content: "\e06f";
}

/* line 363, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-drafts:before {
  content: "\e070";
}

/* line 366, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-drop25:before {
  content: "\e071";
}

/* line 369, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-drop26:before {
  content: "\e072";
}

/* line 372, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-drop27:before {
  content: "\e073";
}

/* line 375, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-earth205:before {
  content: "\e074";
}

/* line 378, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-ellipsis1:before {
  content: "\e075";
}

/* line 381, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-email107:before {
  content: "\e076";
}

/* line 384, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-emoticon117:before {
  content: "\e077";
}

/* line 387, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-end3:before {
  content: "\e078";
}

/* line 390, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-enter5:before {
  content: "\e079";
}

/* line 393, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-exit13:before {
  content: "\e07a";
}

/* line 396, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-expand38:before {
  content: "\e07b";
}

/* line 399, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-expand39:before {
  content: "\e07c";
}

/* line 402, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-facebook56:before {
  content: "\e07d";
}

/* line 405, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-fast46:before {
  content: "\e07e";
}

/* line 408, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-favorite21:before {
  content: "\e07f";
}

/* line 411, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-favorite22:before {
  content: "\e080";
}

/* line 414, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-filled13:before {
  content: "\e081";
}

/* line 417, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-film61:before {
  content: "\e082";
}

/* line 420, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-filter20:before {
  content: "\e083";
}

/* line 423, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-flash25:before {
  content: "\e084";
}

/* line 426, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-flash26:before {
  content: "\e085";
}

/* line 429, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-folder215:before {
  content: "\e086";
}

/* line 432, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-forward18:before {
  content: "\e087";
}

/* line 435, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-forward19:before {
  content: "\e088";
}

/* line 438, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-framed1:before {
  content: "\e089";
}

/* line 441, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-front15:before {
  content: "\e08a";
}

/* line 444, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-front16:before {
  content: "\e08b";
}

/* line 447, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-front17:before {
  content: "\e08c";
}

/* line 450, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-full46:before {
  content: "\e08d";
}

/* line 453, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-gamepad3:before {
  content: "\e08e";
}

/* line 456, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-gamepad4:before {
  content: "\e08f";
}

/* line 459, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-get:before {
  content: "\e090";
}

/* line 462, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-gmail3:before {
  content: "\e091";
}

/* line 465, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-go10:before {
  content: "\e092";
}

/* line 468, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-good4:before {
  content: "\e093";
}

/* line 471, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-good5:before {
  content: "\e094";
}

/* line 474, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-google117:before {
  content: "\e095";
}

/* line 477, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-google118:before {
  content: "\e096";
}

/* line 480, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-google119:before {
  content: "\e097";
}

/* line 483, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-google120:before {
  content: "\e098";
}

/* line 486, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-google121:before {
  content: "\e099";
}

/* line 489, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-google122:before {
  content: "\e09a";
}

/* line 492, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-google123:before {
  content: "\e09b";
}

/* line 495, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-google124:before {
  content: "\e09c";
}

/* line 498, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-google125:before {
  content: "\e09d";
}

/* line 501, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-google126:before {
  content: "\e09e";
}

/* line 504, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-google127:before {
  content: "\e09f";
}

/* line 507, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-google128:before {
  content: "\e0a0";
}

/* line 510, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-google129:before {
  content: "\e0a1";
}

/* line 513, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-google130:before {
  content: "\e0a2";
}

/* line 516, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-google131:before {
  content: "\e0a3";
}

/* line 519, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-google132:before {
  content: "\e0a4";
}

/* line 522, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-google133:before {
  content: "\e0a5";
}

/* line 525, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-google134:before {
  content: "\e0a6";
}

/* line 528, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-google135:before {
  content: "\e0a7";
}

/* line 531, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-google136:before {
  content: "\e0a8";
}

/* line 534, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-google137:before {
  content: "\e0a9";
}

/* line 537, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-gps25:before {
  content: "\e0aa";
}

/* line 540, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-gps26:before {
  content: "\e0ab";
}

/* line 543, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-gps27:before {
  content: "\e0ac";
}

/* line 546, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-gps28:before {
  content: "\e0ad";
}

/* line 549, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-graduate32:before {
  content: "\e0ae";
}

/* line 552, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-halffilled1:before {
  content: "\e0af";
}

/* line 555, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-hangouts:before {
  content: "\e0b0";
}

/* line 558, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-headset11:before {
  content: "\e0b1";
}

/* line 561, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-headset12:before {
  content: "\e0b2";
}

/* line 564, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-help18:before {
  content: "\e0b3";
}

/* line 567, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-help19:before {
  content: "\e0b4";
}

/* line 570, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-hide3:before {
  content: "\e0b5";
}

/* line 573, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-high20:before {
  content: "\e0b6";
}

/* line 576, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-high21:before {
  content: "\e0b7";
}

/* line 579, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-high22:before {
  content: "\e0b8";
}

/* line 582, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-history6:before {
  content: "\e0b9";
}

/* line 585, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-home149:before {
  content: "\e0ba";
}

/* line 588, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-horizontal39:before {
  content: "\e0bb";
}

/* line 591, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-hotel68:before {
  content: "\e0bc";
}

/* line 594, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-https:before {
  content: "\e0bd";
}

/* line 597, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-import:before {
  content: "\e0be";
}

/* line 600, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-insert4:before {
  content: "\e0bf";
}

/* line 603, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-instagram16:before {
  content: "\e0c0";
}

/* line 606, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-invert1:before {
  content: "\e0c1";
}

/* line 609, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-keyboard53:before {
  content: "\e0c2";
}

/* line 612, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-keyboard54:before {
  content: "\e0c3";
}

/* line 615, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-label31:before {
  content: "\e0c4";
}

/* line 618, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-landscape10:before {
  content: "\e0c5";
}

/* line 621, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-laptop117:before {
  content: "\e0c6";
}

/* line 624, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-left216:before {
  content: "\e0c7";
}

/* line 627, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-left217:before {
  content: "\e0c8";
}

/* line 630, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-left218:before {
  content: "\e0c9";
}

/* line 633, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-light88:before {
  content: "\e0ca";
}

/* line 636, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-link60:before {
  content: "\e0cb";
}

/* line 639, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-linkedin24:before {
  content: "\e0cc";
}

/* line 642, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-list88:before {
  content: "\e0cd";
}

/* line 645, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-list89:before {
  content: "\e0ce";
}

/* line 648, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-location41:before {
  content: "\e0cf";
}

/* line 651, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-locked57:before {
  content: "\e0d0";
}

/* line 654, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-locked58:before {
  content: "\e0d1";
}

/* line 657, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-low34:before {
  content: "\e0d2";
}

/* line 660, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-magic20:before {
  content: "\e0d3";
}

/* line 663, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-man459:before {
  content: "\e0d4";
}

/* line 666, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-man460:before {
  content: "\e0d5";
}

/* line 669, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-map102:before {
  content: "\e0d6";
}

/* line 672, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-map103:before {
  content: "\e0d7";
}

/* line 675, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-mark1:before {
  content: "\e0d8";
}

/* line 678, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-mark2:before {
  content: "\e0d9";
}

/* line 681, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-medium5:before {
  content: "\e0da";
}

/* line 684, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-medium6:before {
  content: "\e0db";
}

/* line 687, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-medium7:before {
  content: "\e0dc";
}

/* line 690, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-memory1:before {
  content: "\e0dd";
}

/* line 693, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-menu55:before {
  content: "\e0de";
}

/* line 696, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-merge:before {
  content: "\e0df";
}

/* line 699, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-microphone84:before {
  content: "\e0e0";
}

/* line 702, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-microphone85:before {
  content: "\e0e1";
}

/* line 705, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-microsoft7:before {
  content: "\e0e2";
}

/* line 708, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-microsoft8:before {
  content: "\e0e3";
}

/* line 711, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-missed:before {
  content: "\e0e4";
}

/* line 714, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-mountain31:before {
  content: "\e0e5";
}

/* line 717, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-mountain32:before {
  content: "\e0e6";
}

/* line 720, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-mountains14:before {
  content: "\e0e7";
}

/* line 723, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-move26:before {
  content: "\e0e8";
}

/* line 726, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-new102:before {
  content: "\e0e9";
}

/* line 729, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-new103:before {
  content: "\e0ea";
}

/* line 732, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-nfc1:before {
  content: "\e0eb";
}

/* line 735, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-notifications1:before {
  content: "\e0ec";
}

/* line 738, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-notifications2:before {
  content: "\e0ed";
}

/* line 741, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-notifications:before {
  content: "\e0ee";
}

/* line 744, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-painter14:before {
  content: "\e0ef";
}

/* line 747, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-panoramic1:before {
  content: "\e0f0";
}

/* line 750, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-parking14:before {
  content: "\e0f1";
}

/* line 753, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-pause44:before {
  content: "\e0f2";
}

/* line 756, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-person325:before {
  content: "\e0f3";
}

/* line 759, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-phone370:before {
  content: "\e0f4";
}

/* line 762, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-phone371:before {
  content: "\e0f5";
}

/* line 765, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-phone372:before {
  content: "\e0f6";
}

/* line 768, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-phone373:before {
  content: "\e0f7";
}

/* line 771, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-phone374:before {
  content: "\e0f8";
}

/* line 774, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-phone375:before {
  content: "\e0f9";
}

/* line 777, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-photo210:before {
  content: "\e0fa";
}

/* line 780, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-photo211:before {
  content: "\e0fb";
}

/* line 783, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-photo212:before {
  content: "\e0fc";
}

/* line 786, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-photographic1:before {
  content: "\e0fd";
}

/* line 789, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-pinterest33:before {
  content: "\e0fe";
}

/* line 792, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-planet29:before {
  content: "\e0ff";
}

/* line 795, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-play105:before {
  content: "\e100";
}

/* line 798, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-play106:before {
  content: "\e101";
}

/* line 801, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-play107:before {
  content: "\e102";
}

/* line 804, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-play108:before {
  content: "\e103";
}

/* line 807, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-play109:before {
  content: "\e104";
}

/* line 810, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-plus80:before {
  content: "\e105";
}

/* line 813, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-poll:before {
  content: "\e106";
}

/* line 816, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-power106:before {
  content: "\e107";
}

/* line 819, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-previous14:before {
  content: "\e108";
}

/* line 822, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-printer88:before {
  content: "\e109";
}

/* line 825, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-problems:before {
  content: "\e10a";
}

/* line 828, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-progress10:before {
  content: "\e10b";
}

/* line 831, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-public10:before {
  content: "\e10c";
}

/* line 834, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-public11:before {
  content: "\e10d";
}

/* line 837, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-public9:before {
  content: "\e10e";
}

/* line 840, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-puzzle37:before {
  content: "\e10f";
}

/* line 843, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-radio51:before {
  content: "\e110";
}

/* line 846, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-random5:before {
  content: "\e111";
}

/* line 849, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-rate:before {
  content: "\e112";
}

/* line 852, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-read5:before {
  content: "\e113";
}

/* line 855, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-receipt9:before {
  content: "\e114";
}

/* line 858, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-record9:before {
  content: "\e115";
}

/* line 861, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-refresh55:before {
  content: "\e116";
}

/* line 864, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-refresh56:before {
  content: "\e117";
}

/* line 867, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-reminder6:before {
  content: "\e118";
}

/* line 870, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-replay4:before {
  content: "\e119";
}

/* line 873, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-reply18:before {
  content: "\e11a";
}

/* line 876, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-report:before {
  content: "\e11b";
}

/* line 879, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-rewind45:before {
  content: "\e11c";
}

/* line 882, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-right237:before {
  content: "\e11d";
}

/* line 885, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-right244:before {
  content: "\e11e";
}

/* line 888, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-ring24:before {
  content: "\e11f";
}

/* line 891, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-rotate11:before {
  content: "\e120";
}

/* line 894, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-rotate12:before {
  content: "\e121";
}

/* line 897, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-round50:before {
  content: "\e122";
}

/* line 900, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-round51:before {
  content: "\e123";
}

/* line 903, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-round52:before {
  content: "\e124";
}

/* line 906, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-round53:before {
  content: "\e125";
}

/* line 909, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-round54:before {
  content: "\e126";
}

/* line 912, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-round55:before {
  content: "\e127";
}

/* line 915, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-round56:before {
  content: "\e128";
}

/* line 918, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-round57:before {
  content: "\e129";
}

/* line 921, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-round58:before {
  content: "\e12a";
}

/* line 924, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-rounded54:before {
  content: "\e12b";
}

/* line 927, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-rounded55:before {
  content: "\e12c";
}

/* line 930, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-rounded56:before {
  content: "\e12d";
}

/* line 933, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-rounded57:before {
  content: "\e12e";
}

/* line 936, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-rounded58:before {
  content: "\e12f";
}

/* line 939, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-rounded59:before {
  content: "\e130";
}

/* line 942, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-rounded60:before {
  content: "\e131";
}

/* line 945, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-rubbish:before {
  content: "\e132";
}

/* line 948, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-save20:before {
  content: "\e133";
}

/* line 951, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-schedule2:before {
  content: "\e134";
}

/* line 954, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-screen44:before {
  content: "\e135";
}

/* line 957, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-screen45:before {
  content: "\e136";
}

/* line 960, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-screen46:before {
  content: "\e137";
}

/* line 963, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-screen47:before {
  content: "\e138";
}

/* line 966, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-screen48:before {
  content: "\e139";
}

/* line 969, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-screen49:before {
  content: "\e13a";
}

/* line 972, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-sd7:before {
  content: "\e13b";
}

/* line 975, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-sd8:before {
  content: "\e13c";
}

/* line 978, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-search100:before {
  content: "\e13d";
}

/* line 981, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-searching41:before {
  content: "\e13e";
}

/* line 984, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-select3:before {
  content: "\e13f";
}

/* line 987, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-select4:before {
  content: "\e140";
}

/* line 990, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-send12:before {
  content: "\e141";
}

/* line 993, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-send13:before {
  content: "\e142";
}

/* line 996, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-send14:before {
  content: "\e143";
}

/* line 999, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-server40:before {
  content: "\e144";
}

/* line 1002, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-set5:before {
  content: "\e145";
}

/* line 1005, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-set6:before {
  content: "\e146";
}

/* line 1008, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-settings49:before {
  content: "\e147";
}

/* line 1011, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-settings50:before {
  content: "\e148";
}

/* line 1014, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-share39:before {
  content: "\e149";
}

/* line 1017, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-shared1:before {
  content: "\e14a";
}

/* line 1020, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-shining2:before {
  content: "\e14b";
}

/* line 1023, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-shining3:before {
  content: "\e14c";
}

/* line 1026, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-shopping231:before {
  content: "\e14d";
}

/* line 1029, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-shopping232:before {
  content: "\e14e";
}

/* line 1032, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-show4:before {
  content: "\e14f";
}

/* line 1035, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-show5:before {
  content: "\e150";
}

/* line 1038, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-show6:before {
  content: "\e151";
}

/* line 1041, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-show7:before {
  content: "\e152";
}

/* line 1044, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-show8:before {
  content: "\e153";
}

/* line 1047, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-shuffle24:before {
  content: "\e154";
}

/* line 1050, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-sim2:before {
  content: "\e155";
}

/* line 1053, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-smartphone19:before {
  content: "\e156";
}

/* line 1056, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-smartphone20:before {
  content: "\e157";
}

/* line 1059, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-sms5:before {
  content: "\e158";
}

/* line 1062, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-sms6:before {
  content: "\e159";
}

/* line 1065, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-sms7:before {
  content: "\e15a";
}

/* line 1068, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-snake4:before {
  content: "\e15b";
}

/* line 1071, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-sort52:before {
  content: "\e15c";
}

/* line 1074, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-speech108:before {
  content: "\e15d";
}

/* line 1077, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-split4:before {
  content: "\e15e";
}

/* line 1080, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-square181:before {
  content: "\e15f";
}

/* line 1083, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-stop46:before {
  content: "\e160";
}

/* line 1086, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-swap2:before {
  content: "\e161";
}

/* line 1089, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-swap3:before {
  content: "\e162";
}

/* line 1092, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-switch27:before {
  content: "\e163";
}

/* line 1095, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-switch28:before {
  content: "\e164";
}

/* line 1098, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-switch29:before {
  content: "\e165";
}

/* line 1101, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-switch30:before {
  content: "\e166";
}

/* line 1104, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-synchronization3:before {
  content: "\e167";
}

/* line 1107, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-synchronization4:before {
  content: "\e168";
}

/* line 1110, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-synchronization5:before {
  content: "\e169";
}

/* line 1113, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-tab3:before {
  content: "\e16a";
}

/* line 1116, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-tablet95:before {
  content: "\e16b";
}

/* line 1119, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-tack:before {
  content: "\e16c";
}

/* line 1122, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-tag71:before {
  content: "\e16d";
}

/* line 1125, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-telephone105:before {
  content: "\e16e";
}

/* line 1128, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-thermostat1:before {
  content: "\e16f";
}

/* line 1131, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-three168:before {
  content: "\e170";
}

/* line 1134, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-three170:before {
  content: "\e171";
}

/* line 1137, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-thumb53:before {
  content: "\e172";
}

/* line 1140, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-thumb54:before {
  content: "\e173";
}

/* line 1143, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-tick7:before {
  content: "\e174";
}

/* line 1146, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-timelapse:before {
  content: "\e175";
}

/* line 1149, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-traffic21:before {
  content: "\e176";
}

/* line 1152, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-tumblr22:before {
  content: "\e177";
}

/* line 1155, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-turn17:before {
  content: "\e178";
}

/* line 1158, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-turn18:before {
  content: "\e179";
}

/* line 1161, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-turn19:before {
  content: "\e17a";
}

/* line 1164, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-turn20:before {
  content: "\e17b";
}

/* line 1167, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-turn21:before {
  content: "\e17c";
}

/* line 1170, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-turn22:before {
  content: "\e17d";
}

/* line 1173, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-turn23:before {
  content: "\e17e";
}

/* line 1176, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-twitter47:before {
  content: "\e17f";
}

/* line 1179, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-two375:before {
  content: "\e180";
}

/* line 1182, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-two385:before {
  content: "\e181";
}

/* line 1185, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-two393:before {
  content: "\e182";
}

/* line 1188, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-underline6:before {
  content: "\e183";
}

/* line 1191, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-underline7:before {
  content: "\e184";
}

/* line 1194, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-undo19:before {
  content: "\e185";
}

/* line 1197, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-unlocked43:before {
  content: "\e186";
}

/* line 1200, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-up176:before {
  content: "\e187";
}

/* line 1203, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-upload119:before {
  content: "\e188";
}

/* line 1206, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-upload120:before {
  content: "\e189";
}

/* line 1209, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-usb33:before {
  content: "\e18a";
}

/* line 1212, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-user157:before {
  content: "\e18b";
}

/* line 1215, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-user158:before {
  content: "\e18c";
}

/* line 1218, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-users25:before {
  content: "\e18d";
}

/* line 1221, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-verification24:before {
  content: "\e18e";
}

/* line 1224, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-videocall:before {
  content: "\e18f";
}

/* line 1227, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-view12:before {
  content: "\e190";
}

/* line 1230, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-virtual2:before {
  content: "\e191";
}

/* line 1233, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-visibility1:before {
  content: "\e192";
}

/* line 1236, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-voice32:before {
  content: "\e193";
}

/* line 1239, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-voicemail1:before {
  content: "\e194";
}

/* line 1242, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-volume47:before {
  content: "\e195";
}

/* line 1245, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-volume49:before {
  content: "\e196";
}

/* line 1248, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-volume50:before {
  content: "\e197";
}

/* line 1251, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-volume51:before {
  content: "\e198";
}

/* line 1254, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-warning37:before {
  content: "\e199";
}

/* line 1257, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-watch16:before {
  content: "\e19a";
}

/* line 1260, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-waving:before {
  content: "\e19b";
}

/* line 1263, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-web37:before {
  content: "\e19c";
}

/* line 1266, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-website12:before {
  content: "\e19d";
}

/* line 1269, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-wifi81:before {
  content: "\e19e";
}

/* line 1272, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-wifi82:before {
  content: "\e19f";
}

/* line 1275, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-wifi83:before {
  content: "\e1a0";
}

/* line 1278, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-window57:before {
  content: "\e1a1";
}

/* line 1281, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-work3:before {
  content: "\e1a2";
}

/* line 1284, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-workspace:before {
  content: "\e1a3";
}

/* line 1287, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-world96:before {
  content: "\e1a4";
}

/* line 1290, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-write20:before {
  content: "\e1a5";
}

/* line 1293, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/material-design.scss */
.material-design-youtube35:before {
  content: "\e1a6";
}

@media (max-width: 767px) {
  /* line 1, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/responsive/screen-xs.scss */
  header.side {
    background-color: transparent;
    width: 100%;
    top: 0;
    position: relative;
    height: auto;
  }
  /* line 9, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/responsive/screen-xs.scss */
  header.side nav.main-menu {
    width: 100%;
    border: none;
    min-height: inherit;
    background-color: white;
    position: relative;
    z-index: 102;
    left: 0;
    padding: 10px;
    -webkit-overflow-scrolling: touch;
  }
  /* line 20, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/responsive/screen-xs.scss */
  header.side nav.main-menu a.backhome {
    position: relative;
    display: inline-block;
    float: left;
    width: 33%;
    height: 66px;
    text-indent: -999px;
    background: transparent url("/themes/cigatec-bootstrap/img/cigatec-mobile.png") no-repeat center center;
    margin-top: 0;
  }
  /* line 31, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/responsive/screen-xs.scss */
  header.side nav.main-menu ul.navigation {
    overflow: hidden;
    height: 0;
    display: none;
  }
  /* line 37, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/responsive/screen-xs.scss */
  header.side nav.main-menu nav.mobile-section {
    position: relative;
    width: 47%;
    float: left;
  }
  /* line 44, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/responsive/screen-xs.scss */
  header.side nav.main-menu,
  header.side nav.main-menu nav.mobile-section ul.menu {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    width: 100%;
    padding-left: 0;
  }
  /* line 55, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/responsive/screen-xs.scss */
  nav.sub-menu {
    display: none;
  }
  /* line 59, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/responsive/screen-xs.scss */
  header.side nav.main-menu nav.mobile-section ul.menu li {
    position: relative;
    display: inline-block;
    float: left;
    text-align: center;
    transition: all .25s;
    width: 50%;
  }
  /* line 68, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/responsive/screen-xs.scss */
  header.side nav.main-menu nav.mobile-section ul.menu li a {
    font-weight: 100;
    height: 66px;
    display: block;
    font-size: 12px;
    color: black;
    line-height: 72px;
    outline: 0;
    text-decoration: none;
  }
  /* line 79, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/responsive/screen-xs.scss */
  header.side nav.main-menu nav.mobile-section ul.menu li:first-child {
    border-right: 1px solid #d9d9d9;
  }
  /* line 84, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/responsive/screen-xs.scss */
  header.side nav.main-menu nav.mobile-section ul.menu ul.sub-menu {
    display: none;
  }
  /* line 88, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/responsive/screen-xs.scss */
  header nav.main-menu div.menu-trigger {
    width: 18%;
    float: left;
    transition: all .25s;
  }
  /* line 94, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/responsive/screen-xs.scss */
  header#sidemenu div.first-level div.top-nav div.menu-trigger.closed {
    transition: all .25s;
    background: #d9d9d9;
  }
  /* line 99, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/responsive/screen-xs.scss */
  header.side nav.main-menu div.menu-trigger button.burger {
    width: 75%;
    height: 66px;
    display: inline-block;
    float: right;
    margin-top: 0;
    border: none;
    outline: none;
    background: none;
  }
  /* line 110, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/responsive/screen-xs.scss */
  button.burger div.lines {
    width: 30px;
    margin: 0 auto;
    height: 1px;
    background: black;
    transition: 0.3s;
    position: relative;
  }
  /* line 119, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/responsive/screen-xs.scss */
  .lines-button {
    transition: .3s;
    cursor: pointer;
    user-select: none;
  }
  /* line 125, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/responsive/screen-xs.scss */
  .lines-button:hover {
    opacity: 1;
  }
  /* line 129, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/responsive/screen-xs.scss */
  .lines-button:active {
    transition: 0;
  }
  /* line 133, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/responsive/screen-xs.scss */
  .lines {
    display: inline-block;
    width: 30px;
    margin: 0 auto;
    height: 1px;
    background: black;
    transition: 0.3s;
    position: relative;
  }
  /* line 143, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/responsive/screen-xs.scss */
  .lines:before, .lines:after {
    display: inline-block;
    width: 30px;
    margin: 0 auto;
    height: 1px;
    background: black;
    transition: 0.3s;
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 2.85714px center;
    transform-origin: 2.85714px center;
  }
  /* line 157, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/responsive/screen-xs.scss */
  .lines:before {
    top: -7px;
  }
  /* line 161, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/responsive/screen-xs.scss */
  .lines:after {
    top: 7px;
  }
  /* line 165, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/responsive/screen-xs.scss */
  .lines-button.closed {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
  }
  /* line 170, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/responsive/screen-xs.scss */
  .lines-button.x.closed .lines {
    background: transparent;
  }
  /* line 174, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/responsive/screen-xs.scss */
  .lines-button.x.closed .lines:before, .lines-button.x.closed .lines:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 100%;
  }
  /* line 181, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/responsive/screen-xs.scss */
  .lines-button.x.closed .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
  }
  /* line 186, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/responsive/screen-xs.scss */
  .lines-button.x.closed .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
  }
  /* line 191, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/responsive/screen-xs.scss */
  .mobile-menu {
    overflow-y: scroll;
    border-top: 1px solid #d9d9d9;
    margin-bottom: -1px;
    background-color: #000;
    height: 0;
    width: 100%;
    text-transform: uppercase;
  }
  /* line 201, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/responsive/screen-xs.scss */
  .mobile-menu.closed {
    /*
	height:auto;
	*/
  }
  /* line 208, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/responsive/screen-xs.scss */
  .mobile-menu .navigation {
    margin-top: 42px;
    padding-left: 0;
    background-color: #000;
    color: #fff;
    width: 95%;
    margin: 0 auto;
  }
  /* line 217, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/responsive/screen-xs.scss */
  .mobile-menu .nav > li > a {
    text-decoration: none;
    background-color: transparent;
    color: #fff;
    font-size: 4vh;
    font-weight: bold;
  }
  /* line 226, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/responsive/screen-xs.scss */
  .mobile-menu .nav > li > a:hover, .mobile-menu .nav > li > a:focus {
    text-decoration: none;
    background-color: #222;
  }
  /* line 231, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/responsive/screen-xs.scss */
  .mobile-menu [class^="icon-"], .mobile-menu [class*=" icon-"] {
    margin-right: 2vw;
  }
  /* line 235, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/responsive/screen-xs.scss */
  .mobile-menu .mobile-submenu {
    padding: 0 10vw;
    margin-bottom: 1vh;
    /* MODIF 2020 meilleure lisibilité et navigation menu sur mobile */ }
    .mobile-menu .mobile-submenu li {
      width: 100%;
      padding: 3vh 0;
      border-bottom: 1px solid #fff;
      text-align: center; }
      .mobile-menu .mobile-submenu li:first-child {
        border-top: 3px solid #fff; }
      .mobile-menu .mobile-submenu li a {
        text-decoration: none;
        font-size: 2vh;
        color: #fff;
        font-weight: bold; }

  /* line 248, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/responsive/screen-xs.scss */
  div.main {
    margin-left: 0;
  }
  /* line 253, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/responsive/screen-xs.scss */
  div.main .breadcrumb-container {
    position: relative;
  }
  /* line 257, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/responsive/screen-xs.scss */
  .top-wrapper {
    padding: 5vh 0 5vh 5vh;
  }
}

@media (min-width: 768px) {
  /* line 1, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/responsive/screen-sm.scss */
  header.side {
    position: fixed;
    top: 0;
    width: 300px;
    height: 100%;
    z-index: 9999;
    background-size: cover;
  }
  /* line 9, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/responsive/screen-sm.scss */
  header.side nav.main-menu {
    overflow: hidden;
    border-right: 1px solid #d9d9d9;
    width: 300px;
    height: 100%;
    background-color: #ffffff;
    position: fixed;
    z-index: 102;
    left: 0;
    -webkit-overflow-scrolling: touch;
    text-align: center;
  }
  /* line 21, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/responsive/screen-sm.scss */
  header.side nav.main-menu a.backhome {
    display: block;
    width: 100%;
    height: 200px;
    text-indent: -999px;
    background: url(/themes/cigatec-bootstrap/img/cigatec-logo.png) no-repeat;
    background-position: center;
    background-size: contain;
  }
  /* line 30, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/responsive/screen-sm.scss */
  header.side nav.main-menu ul.navigation {
    list-style-type: none;
    padding-left: 0;
    height: 80vh;
    overflow-y: auto;
    margin-top: 2vh;
    border-top: 1px solid #d9d9d9;
    width: 100%;
  }
  /* line 39, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/responsive/screen-sm.scss */
  header.side nav.main-menu ul.navigation li {
    border-bottom: 1px solid #d9d9d9;
    transition: all .25s;
  }
  /* line 43, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/responsive/screen-sm.scss */
  header.side nav.main-menu ul.navigation li a {
    display: block;
    padding: 1vh 0;
    height: 15vh;
    position: relative;
    font-size: 12px;
    letter-spacing: 1px;
    transition: all .25s;
    color: #000;
    text-transform: uppercase;
  }
  /* line 54, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/responsive/screen-sm.scss */
  header.side nav.main-menu ul.navigation li a span.label-nav {
    text-transform: uppercase;
    top: 50%;
    display: block;
    margin: 0 auto;
  }
  /* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/responsive/screen-sm.scss */
  header.side nav.main-menu ul.navigation li a [class^="icon-"], header.side nav.main-menu ul.navigation li a [class*=" icon-"] {
    line-height: 1.5;
    font-size: 6vh;
  }
  /* line 65, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/responsive/screen-sm.scss */
  header.side nav.main-menu ul.navigation li a:hover, header.side nav.main-menu ul.navigation li a.active {
    text-decoration: none;
    transition: all .25s;
    background-color: #f3f3f3;
  }
  /* line 70, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/responsive/screen-sm.scss */
  header.side nav.main-menu ul.navigation li a.active {
    background-color: #f3f3f3;
  }
  /* line 78, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/responsive/screen-sm.scss */
  header.side nav.sub-menu {
    text-transform: lowercase;
    left: -100px;
    width: 350px;
    min-height: 100%;
    position: fixed;
    background-color: #fff;
    color: #000000;
    z-index: 101;
    transform: translateX(0);
    transition: transform 0.4s 0s, box-shadow 0s 0.4s;
    text-align: center;
    box-shadow: 0 0 16px -6px #000000;
    -webkit-box-shadow: 0 0 16px -6px #000000;
    -moz-box-shadow: 0 0 16px -6px #000000;
  }
  /* line 94, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/responsive/screen-sm.scss */
  header.side nav.sub-menu ul.navigation {
    list-style-type: none;
    margin-left: 50px;
    width: 300px;
    margin-top: -1px;
    border-top: 1px solid #d9d9d9;
    height: 95vh;
    overflow-y: auto;
  }
  /* line 107, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/responsive/screen-sm.scss */
  header nav.main-menu nav.mobile-section, .menu-trigger {
    display: none;
  }
  /* line 111, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/responsive/screen-sm.scss */
  div.main, .footer-wrapper {
    margin-left: 300px;
    z-index: 1;
  }
}

/* or @screen-sm */
/* or @screen-md */
/* or @screen-lg */
/* line 33, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 1200px) {
  /* line 38, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 44, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
body {
  min-width: 320px;
  height: 100%;
  font: 300 12px/22px "Ubuntu", sans-serif;
  color: #888;
  position: relative;
}

/* line 50, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
body.content_only {
  background: none;
}

/* line 55, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
a:hover, a:focus, a:active {
  outline: none;
  text-decoration: none;
}

/* line 60, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.btn:active, .btn:focus, .btn.active {
  outline: none;
}

/* line 63, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
textarea {
  resize: none;
}

/* line 66, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
sup, .required {
  color: red;
}

/* line 70, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.radio label, .checkbox label {
  padding-left: 0;
}

/* -------------------------------------------------------------------------------
					 			BackToTop
------------------------------------------------------------------------------- */
/* line 78, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#toTop:before {
  content: "";
  display: block;
  font-family: "FontAwesome";
  font-size: 38px;
  line-height: 48px;
  vertical-align: 0;
  opacity: 0.5;
  color: #333;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  height: 50px;
  width: 50px;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.75);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.75);
}

/* line 101, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#toTop {
  border: medium none;
  height: 100px;
  width: 100px;
  padding: 25px;
  bottom: 10px; /*modif 2020*/
  cursor: pointer;
  display: none;
  right: 0;
  overflow: hidden;
  position: fixed;
  text-align: center;
  text-decoration: none;
  z-index: 999;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@media (max-width: 767px) {
  /* line 101, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #toTop {
    display: none !important;
  }
}

/* line 125, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#toTop:hover:before {
  opacity: 0.8;
}
/* 2020 AJOUT D'UNE ALERT POPUP POUR AJOUT PANIER*/
#ajout-panier {
  position: fixed;
  height: 100px;
  width: 250px;
  top: 80px;
  left: 2%;
  z-index: 999;
  color: black;
}
/*ajout 2020*/
.logout{
  text-align: center;
}
.logout .btn.btn-default {
  border-radius: 4px;
  width: 100%;
  color: #ca1c1c;
  border: 1px solid #ca1c1c;
  text-align: center;
}
.logout .btn.btn-default:hover {
  color:#fff;
  border:1px solid #fff;
  background: #ca1c1c;
}
/*fin ajout 2020*/
/* -------------------------------------------------------------------------------
					 			STRUCTURE
------------------------------------------------------------------------------- */
/* line 134, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#page {
  overflow: hidden;
  /*
	padding-left:300px;
	@media (min-width: $screen-lg) { // min 1200px
		&:before {
			content:"";
			display:block;
			position:absolute;
			left:300px;
			top:0;
			width:2px;
			height:100%;
			background:#d9d9d9;
		}
	}
	*/
  /*
	.scroll-wrapper, > .scrollbar-inner {
		width:300px;
		position:fixed !important;
		left:0;
		top:0;
		z-index:105;
		overflow-y:auto;
		height:100%;
	}
*/
}

/* line 162, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#page .menu_overlay {
  display: none;
}

@media (max-width: 1199px) {
  /* line 165, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #page .scrollbar-inner {
    /*
			position:fixed !important;
			width:280px !important;
			left:-280px;
			top:0;
			overflow-y:auto;
			height:100%;
			background:#fff;
			z-index:999;
			opacity:0;
			@include transition(all 0.5s ease);
			*/
  }
  /* line 179, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #page span.open, #page span.close {
    line-height: 40px;
    font-size: 40px;
    text-align: center;
    color: #fff;
    height: 40px;
    width: 40px;
    display: block;
    background: #333;
    position: fixed;
    left: 0;
    top: 41px;
    z-index: 2;
    z-index: 3;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 1;
  }
  /* line 195, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #page span.open:before, #page span.close:before {
    content: "\e0de";
    font-family: "material-design";
  }
  /* line 200, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #page span.close {
    z-index: 2;
    opacity: 0;
  }
  /* line 203, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #page span.close:before {
    content: "\e054";
  }
  /* line 206, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #page span.close:after {
    content: "";
    display: block;
    z-index: -3;
    position: fixed;
    left: -10px;
    top: 0;
    width: 0;
    height: 100%;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
  }
  /* line 218, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #page span.close:after:hover {
    width: 0;
    left: -10px;
    opacity: 0;
  }
  /* line 225, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #page span.close:hover:after {
    width: 0;
    left: -10px;
    opacity: 0;
  }
  /* line 232, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #page span.open:hover {
    z-index: 1;
    opacity: 0;
  }
  /* line 235, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #page span.open:hover + .scrollbar-inner {
    left: 0;
    opacity: 1;
  }
  /* line 238, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #page span.open:hover + .scrollbar-inner + span.close {
    left: 280px;
    opacity: 1;
  }
  /* line 241, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #page span.open:hover + .scrollbar-inner + span.close:after {
    width: 100%;
    left: 0;
    opacity: 0.7;
  }
  /* line 249, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #page .scrollbar-inner:hover {
    left: 0;
    opacity: 1;
  }
  /* line 252, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #page .scrollbar-inner:hover + span.close {
    left: 280px;
    opacity: 1;
  }
  /* line 255, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #page .scrollbar-inner:hover + span.close:after {
    width: 100%;
    left: 0;
    opacity: 0.7;
  }
}

/* line 265, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.columns-container {
  position: relative;
  z-index: 0;
}

@media (min-width: 1200px) {
  /* line 265, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  .columns-container {
    padding-bottom: 150px;
  }
}

@media (max-width: 1199px) {
  /* line 265, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  .columns-container {
    overflow: hidden;
  }
}

@media (min-width: 1200px) {
  /* line 275, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #category .columns-container {
    padding-bottom: 150px;
  }
}

/* line 281, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#columns {
  position: relative;
}

@media (min-width: 1200px) and (max-width: 1580px) {
  /* line 284, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #columns.container {
    width: 840px;
  }
  /* line 286, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #columns.container .large-left.col-sm-9 {
    width: 69%;
  }
  /* line 289, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #columns.container #right_column {
    width: 31%;
  }
}

/* line 297, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#index .tab-content {
  margin-top: 35px;
}

/* line 300, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#index .columns-container {
  overflow: hidden;
  padding-bottom: 0;
}

/* line 306, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
header {
  background: #fff;
  /*
	padding-bottom: 15px;
	*/
}

/* line 311, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
header .banner {
  background: black;
  max-height: 100%;
}

/* line 314, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
header .banner .row {
  margin: 0;
}

/* line 319, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
header .nav .row {
  margin: 0;
}

/* line 322, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
header .nav nav {
  width: 100%;
}

/* line 326, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
header #header_logo {
  padding: 15px;
}

/* line 328, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
header #header_logo img {
  margin: 0 auto;
  width: auto;
}

@media (min-width: 767px) {
  /* line 334, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  header .col-sm-4 + .col-sm-4 + .col-sm-4 {
    float: right;
  }
}

/* line 340, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.ie8 #header #header_logo {
  width: 350px;
}

/* ----------------------------------------------------------------------------
							 		TITLE
------------------------------------------------------------------------------ */
/* line 350, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#center_column .page_product_box h3 {
  color: #333;
  text-transform: uppercase;
  font-family: "Ubuntu", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  padding: 14px 0px 0px;
  margin: 0 0 20px;
  position: relative;
}

@media only screen and (min-width: 767px) {
  /* line 364, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #center_column {
    float: right;
  }
}

/* ---------------------------------------------------------------------------
								 	TEXT
---------------------------------------------------------------------------- */
/* line 374, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
p.info-title {
  font-weight: bold;
  color: #333;
  margin-bottom: 25px;
}

/* line 380, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
p.info-account {
  margin: -4px 0 24px 0;
}

/* line 384, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.dark {
  color: #333;
}

/* line 388, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.main-page-indent {
  margin-bottom: 30px;
}

/* line 392, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.alert {
  font-weight: bold;
}

/* line 394, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.alert ul,
.alert ol {
  padding-left: 15px;
  margin-left: 27px;
}

/* line 398, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.alert ul li,
.alert ol li {
  list-style-type: decimal;
  font-weight: normal;
}

/* line 403, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.alert.alert-success {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}

/* line 405, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.alert.alert-success:before {
  font-family: "FontAwesome";
  content: "\f058";
  font-size: 20px;
  vertical-align: -2px;
  padding-right: 7px;
}

/* line 413, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.alert.alert-danger {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}

/* line 415, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.alert.alert-danger:before {
  font-family: "FontAwesome";
  content: "\f057";
  font-size: 20px;
  vertical-align: -2px;
  padding-right: 7px;
  float: left;
}

/* line 426, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.label {
  white-space: normal;
  display: inline-block;
  padding: 6px 10px;
}

/* line 432, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
label {
  color: #333;
  font-weight: 300 !important;
  text-transform: uppercase;
}

/* line 437, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
label.required:before {
  content: "*";
  color: red;
  font-size: 14px;
  position: relative;
  line-height: 12px;
}

/* line 447, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.unvisible {
  display: none;
}

/* line 451, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.checkbox {
  line-height: 16px;
}

/* line 453, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.checkbox label {
  color: #777777;
}

/* line 458, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.close {
  opacity: 1;
}

/* line 460, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.close:hover {
  opacity: 1;
}

/* -----------------------------------------------------------------------
								BUTTONS
------------------------------------------------------------------------- */
/* line 469, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.button_mini,
.button_small,
.button,
.button_large,
.button_mini_disabled,
.button_small_disabled,
.button_disabled,
.button_large_disabled,
.exclusive_mini,
.exclusive_small,
.exclusive,
.exclusive_large,
.exclusive_mini_disabled,
.exclusive_small_disabled,
.exclusive_disabled,
.exclusive_large_disabled {
  position: relative;
  display: inline-block;
  padding: 5px 7px;
  border: 1px solid #cc9900;
  font-weight: bold;
  color: black;
  background: url(../img/bg_bt.gif) repeat-x 0 0 #f4b61b;
  cursor: pointer;
  white-space: normal;
  text-align: left;
}

/* line 497, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
*:first-child + html input.button_mini,
*:first-child + html input.button_small,
*:first-child + html input.button,
*:first-child + html input.button_large,
*:first-child + html input.button_mini_disabled,
*:first-child + html input.button_small_disabled,
*:first-child + html input.button_disabled,
*:first-child + html input.button_large_disabled,
*:first-child + html input.exclusive_mini,
*:first-child + html input.exclusive_small,
*:first-child + html input.exclusive,
*:first-child + html input.exclusive_large,
*:first-child + html input.exclusive_mini_disabled,
*:first-child + html input.exclusive_small_disabled,
*:first-child + html input.exclusive_disabled,
*:first-child + html input.exclusive_large_disabled {
  border: none;
}

/* ------------------------------------------------------------------
				 		hover button
--------------------------------------------------------------------- */
/* line 520, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.button_mini:hover,
.button_small:hover,
.button:hover,
.button_large:hover,
.exclusive_mini:hover,
.exclusive_small:hover,
.exclusive:hover,
.exclusive_large:hover {
  text-decoration: none;
  background-position: left -50px;
}

/* line 533, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.button_mini:active,
.button_small:active,
.button:active,
.button_large:active,
.exclusive_mini:active,
.exclusive_small:active,
.exclusive:active,
.exclusive_large:active {
  background-position: left -100px;
}

/* line 544, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
input.button_disabled,
input.exclusive_disabled,
span.exclusive {
  border: 1px solid #cccccc;
  color: #999999;
  background: url(../img/bg_bt_2.gif) repeat-x 0 0 #cccccc;
  cursor: default;
}

/* line 553, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.btn.disabled,
.btn[disabled]:hover {
  opacity: 0.3;
}

/* line 558, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.btn.btn-default {
  white-space: normal;
  font: normal 16px/22px "Ubuntu", sans-serif !important;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-width: 2px;
  text-align: left;
}

/* line 566, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.btn.btn-default.icon-right span {
  display: block;
  padding-right: 15px;
  position: relative;
}

/* line 570, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.btn.btn-default.icon-right span:after {
  font-family: "material-design";
  content: "";
  position: absolute;
  font-size: 24px;
  top: 50%;
  right: -9px;
  height: 30px;
  line-height: 30px;
  margin-top: -15px;
  vertical-align: middle;
}

/* line 584, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.btn.btn-default.icon-left span {
  display: block;
  padding-left: 15px;
  position: relative;
}

/* line 588, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.btn.btn-default.icon-left span:before {
  font-family: "material-design";
  content: "";
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: -9px;
  height: 30px;
  line-height: 30px;
  margin-top: -15px;
  vertical-align: middle;
}

/* line 603, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.btn.btn-default span i.left {
  vertical-align: 0;
  margin: 0 5px 0 0;
  display: inline-block;
}

/* line 608, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.btn.btn-default span i.right {
  margin-right: 0;
  margin-left: 5px;
}

/* line 614, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:active:focus, .btn.btn-default:focus {
  color: #fff;
  background: #333;
  border-color: #333;
  box-shadow: none;
  outline: none;
}

/* line 626, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .btn {
  font-size: 14px !important;
}

/* line 630, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.btn.ajax_add_to_cart_button, .btn.ajax_add_to_cart_product_button {
  text-align: center;
}

/* line 632, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.btn.ajax_add_to_cart_button:before, .btn.ajax_add_to_cart_product_button:before {
  font-family: "material-design";
  content: "";
  font-size: 24px;
  line-height: 20px;
  vertical-align: -3px;
  margin-right: 5px;
}

/* line 641, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.btn.lnk_view {
  color: #333;
  padding: 11px 20px 13px 20px;
}

/* line 644, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.btn.lnk_view i.left {
  padding-right: 8px;
  color: #777777;
}

/* line 652, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.btn.btn-sm span i, .btn-group-sm > .btn span i {
  vertical-align: 0;
  margin-right: 5px;
}

/* line 655, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.btn.btn-sm span i.right, .btn-group-sm > .btn span i.right {
  margin-right: 0;
  margin-left: 5px;
}

/* line 663, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.link-button {
  font-weight: bold;
}

/* line 665, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.link-button i {
  margin-right: 5px;
}

/* line 667, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.link-button i.large {
  font-size: 26px;
  line-height: 26px;
  vertical-align: -3px;
  color: silver;
}

/* line 676, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.btn.button-plus,
.btn.button-minus {
  font-size: 14px;
  line-height: 14px;
  color: #c0c0c0;
  text-shadow: 1px -1px rgba(0, 0, 0, 0.05);
  padding: 0;
  border: 1px solid;
  border-color: #dedcdc #c1bfbf #b5b4b4 #dad8d8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/* line 686, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.btn.button-plus span,
.btn.button-minus span {
  display: block;
  border: 1px solid #fff;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  text-align: center;
  vertical-align: middle;
  padding: 4px 0 0 0;
  background: #1e5799;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #fbfbfb 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #fbfbfb));
  background: -webkit-linear-gradient(top, white 0%, #fbfbfb 100%);
  background: -o-linear-gradient(top, white 0%, #fbfbfb 100%);
  background: -ms-linear-gradient(top, white 0%, #fbfbfb 100%);
  background: linear-gradient(to bottom, white 0%, #fbfbfb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fbfbfb',GradientType=0);
}

/* line 705, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.btn.button-plus:hover, .btn.button-plus:active, .btn.button-plus:focus,
.btn.button-minus:hover,
.btn.button-minus:active,
.btn.button-minus:focus {
  color: #555;
  border-color: #dedcdc #c1bfbf #b5b4b4 #dad8d8;
}

/* line 708, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.btn.button-plus:hover span, .btn.button-plus:active span, .btn.button-plus:focus span,
.btn.button-minus:hover span,
.btn.button-minus:active span,
.btn.button-minus:focus span {
  filter: none;
  background: #f6f6f6;
  color: #555;
}

/* ----------------------------------------------------------------------
									FORM
------------------------------------------------------------------------- */
/* line 721, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.form-control {
  padding: 3px 5px;
  height: 27px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 726, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.form-control:active, .form-control:focus {
  -webkit-box-shadow: transparent 0 0;
  -moz-box-shadow: transparent 0 0;
  box-shadow: transparent 0 0;
  border-color: #8d8d8d;
}

/* -----------------------------------------------------------------------
								TABLE
-------------------------------------------------------------------------- */
/* line 737, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
table.std,
table.table_block {
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #999999;
  border-bottom: none;
  background: white;
  border-collapse: inherit;
}

/* line 747, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
table.std th,
table.table_block th {
  padding: 14px 12px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0 1px 0 black;
  background: #999999;
}

/* line 758, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
table.std tr.alternate_item,
table.table_block tr.alternate_item {
  background-color: #f3f3f3;
}

/* line 763, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
table.std td,
table.table_block td {
  padding: 12px;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  font-size: 12px;
  vertical-align: top;
}


.form-group.gdpr_consent div.checkbox{
  align-items: flex-start;

}
/* line 771, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
body table th {
  font: normal 11px/22px "Ubuntu", sans-serif;
  text-transform: uppercase;
}

/* line 775, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.table {
  margin-bottom: 30px;
}

/* line 779, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.table > thead > tr > th {
  background: #f1f1f1;
  border-bottom-width: 1px;
  color: #333;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  /* line 779, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  .table > thead > tr > th {
    padding-left: 8px;
  }
}

@media only screen and (max-width: 767px) {
  /* line 790, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  .table td {
    padding-left: 8px !important;
  }
}

/* line 794, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.table td a.color-myaccount {
  color: #888;
  text-decoration: underline;
}

/* line 797, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.table td a.color-myaccount:hover {
  text-decoration: none;
}

/* line 803, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.table tfoot tr {
  background: #f1f1f1;
}

/* --------------------------------------------------------------------
							PRODUCT ELEMENTS
----------------------------------------------------------------------- */
/* line 813, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.product-name {
  font: 300 14px/22px "Ubuntu", sans-serif;
  color: #333;
  margin-bottom: 0;
  /*text-transform: lowercase; MODIF 2020*/
}

/* line 818, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.product-name a {
  font: 300 14px/22px "Ubuntu", sans-serif;
  color: #333;
  /*text-transform: lowercase; MODIF 2020*/
}

/* line 822, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.product-name a:hover {
  color: #888;
}
.cart_discount {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 30%;
  margin:0 auto;
}
.cart_discount_name {
  width:300px;
}
/* line 827, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
a.product-name ,.cart_discount_name {
  font: 300 12pt/18px "Ubuntu", sans-serif;
  color: #333;
  margin-bottom: 0;
  /*text-transform: lowercase; MODIF 2020*/
  /* ajout 2020 */
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10pt;
  font-weight: 300;
}

/* line 832, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
a.product-name:hover {
  color: #888;
}

/* line 837, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.blockcart-price {
  font: 10pt/10px "Ubuntu", sans-serif;
  color: #333;
  white-space: nowrap;
  /*	2020 ajout 	*/
  float:right;
  padding-right: 40px;
  font-weight: 300;
  font-size: 10pt;
}

/* line 843, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.price.product-price,.price-discount {
  font: 10pt/25px "Ubuntu", sans-serif;
  color: #333;
  white-space: nowrap;
  /*	2020 ajout 	*/
  float:right;
  font-weight: 300;
  font-size: 10pt;
  display: none;
}
.price.product-price{
  display: block;
}
.cart_discount_delete{
  display: none;
}
/* line 848, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.old-price {
  color: #888;
  text-decoration: line-through;
}

/* line 853, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.old-price.product-price {
  font: 300 10pt/25px "Ubuntu", sans-serif;
  padding-right: 10px;
}

/* line 857, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.special-price {
  color: #333;
}

/* line 861, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.price-percent-reduction {
  background: #333;
  border: none;
  font: normal 14px/26px "Ubuntu", sans-serif;
  color: #fff;
  padding: 0 5px;
  display: inline-block;
  text-align: center;
  vertical-align: 1px;
}

/* line 870, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.price-percent-reduction.small {
  font: normal 12px/22px "Ubuntu", sans-serif;
}

/* ------------------------------------------------------------------------
			 				Labels New/Sale
--------------------------------------------------------------------------- */
/* line 879, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.new-sale-box {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 0;
  background: rgba(51, 51, 51, 0.8);
  width: 100%;
}

/* line 888, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.sale-box, .new-box {
  display: inline-block;
  padding: 9px 0;
}

@media (max-width: 1199px) {
  /* line 888, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  .sale-box, .new-box {
    padding: 2px 0;
  }
}

/* line 895, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.new-label {
  font: normal 14px/13px "Ubuntu", sans-serif;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
}

@media (max-width: 1199px) {
  /* line 895, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  .new-label {
    font: normal 11px/11px "Ubuntu", sans-serif;
  }
}

/* line 905, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.sale-label {
  font: normal 14px/13px "Ubuntu", sans-serif;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
}

@media (max-width: 1199px) {
  /* line 905, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  .sale-label {
    font: normal 11px/11px "Ubuntu", sans-serif;
  }
}

/* line 913, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.sale-label.rightBorder {
  border-right: 1px solid #ededed;
  padding-right: 10px;
  margin-right: 10px;
}

@media (max-width: 1199px) {
  /* line 913, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  .sale-label.rightBorder {
    padding-right: 3px;
    margin-right: 3px;
  }
}

/* line 925, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.lang_ru .sale-label {
  font-size: 10px;
}

/* line 931, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.ie8 .new-label {
  left: 0;
  top: 0;
  width: auto;
  padding: 5px 15px;
}

/* line 936, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.ie8 .new-label:after {
  display: none;
}

/* line 939, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.ie8 .new-label:before {
  display: none;
}

/* line 943, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.ie8 .sale-label {
  right: 0;
  top: 0;
  width: auto;
  padding: 5px 15px;
}

/* line 948, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.ie8 .sale-label:after {
  display: none;
}

/* line 951, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.ie8 .sale-label:before {
  display: none;
}

/* line 955, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.ie8 .new-box {
  top: -1px;
  left: -1px;
}

/* line 959, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.ie8 .sale-box {
  right: -1px;
  top: -1px;
}

/* ---------------------------------------------------------------------------------
									BOXES
------------------------------------------------------------------------------------ */
/* line 969, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.box {
  /* background: #f1f1f1; FP_modif
  border: 1px solid #d9d9d9; */
  padding: 14px 18px 13px;
  margin: 0 0 30px 0;
  line-height: 23px;
}

/* line 975, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.box p {
  margin-bottom: 0;
}

/* line 978, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.box.box-small {
  padding: 9px 10px 9px 20px;
}

/* line 980, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.box.box-small .dark {
  padding-top: 10px;
  padding-right: 20px;
  margin-bottom: 0;
  width: auto;
}

/* line 989, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.page-product-box {
  padding-bottom: 10px;
}

/* line 993, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.product-box {
  width: 178px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 997, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.product-box .product-image {
  position: relative;
  padding: 5px;
  display: block;
  margin-bottom: 11px;
}

/* line 1002, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.product-box .product-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* -----------------------------------------------------------------------------
								Homepage Tabs
-------------------------------------------------------------------------------- */
/* line 1014, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#home-page-tabs {
  border: none;
  margin: 0 auto;
  background: #fff;
  text-align: center;
}

/* line 1019, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#home-page-tabs > li {
  margin-bottom: 0;
  display: inline-block;
  float: none;
}

@media (max-width: 479px) {
  /* line 1019, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #home-page-tabs > li {
    width: 100%;
  }
}

/* line 1026, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#home-page-tabs > li a {
  font: 600 19px/22px "Ubuntu", sans-serif;
  color: #333;
  text-transform: uppercase;
  border: none;
  outline: none;
  margin: 0;
  padding: 10px;
}

/* line 1036, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#home-page-tabs > li.active a,
#home-page-tabs > li a:hover {
  background: #333;
  color: #fff;
  padding: 10px;
}

/* line 1044, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.block {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  /* line 1044, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  .block {
    margin-bottom: 0;
  }
}

/* line 1050, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.block .block_content > ul {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  /* line 1049, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  .block .block_content {
    margin-bottom: 20px;
  }
}

/* line 1060, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.block .title_block,
.block h4 {
  font: normal 25px/30px "Ubuntu", sans-serif;
  color: #333;
  background: none;
  border-bottom: 5px solid #333;
  text-transform: uppercase;
  padding: 10px 10px 14px 0;
  margin: 0 0 30px 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1060, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  .block .title_block,
  .block h4 {
    font: normal 16px/22px "Ubuntu", sans-serif;
  }
}

@media (max-width: 767px) {
  /* line 1060, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  .block .title_block,
  .block h4 {
    position: relative;
    padding-right: 40px;
  }
  /* line 1075, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  .block .title_block:after,
  .block h4:after {
    display: block;
    font-family: "FontAwesome";
    content: "";
    position: absolute;
    right: 0;
    top: 15px;
    height: 36px;
    width: 36px;
    font-size: 26px;
    font-weight: normal;
  }
  /* line 1087, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  .block .title_block.active:after,
  .block h4.active:after {
    content: "";
  }
}

/* line 1091, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.block .title_block a,
.block h4 a {
  color: #333;
}

/* line 1093, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.block .title_block a:hover,
.block h4 a:hover {
  color: #888;
}

/* line 1098, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.block .list-block {
  margin-top: -8px;
}

@media (max-width: 767px) {
  /* line 1098, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  .block .list-block {
    margin-top: 0;
  }
}

/* line 1103, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.block .list-block li {
  padding: 5px 0 6px 20px;
  border-top: 1px solid #d9d9d9;
}

/* line 1107, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.block .list-block li a i {
  display: none;
}

/* line 1110, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.block .list-block li a:before {
  content: "\f105";
  display: inline;
  font-family: "FontAwesome";
  color: #333;
  padding-right: 8px;
}

/* line 1117, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.block .list-block li a:hover {
  color: #333;
}

/* line 1121, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.block .list-block li:first-child {
  border-top: none;
}

/* line 1125, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.block .list-block .form-group {
  padding-top: 20px;
  border-top: 1px solid #d9d9d9;
  margin-bottom: 0;
}

/* line 1129, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.block .list-block .form-group select {
  max-width: 157px;
  width: 157px;
}

/* line 1134, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.block .list-block .btn {
  margin-top: 12px;
}

/* line 1139, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.block .products-block li {
  padding: 0 0 20px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}

/* line 1143, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.block .products-block li .products-block-image {
  background: #f1f1f1;
  float: left;
  margin-right: 19px;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1143, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  .block .products-block li .products-block-image {
    float: none;
    display: inline-block;
    margin: 0 auto 10px;
    text-align: center;
  }
}

/* line 1154, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.block .products-block li .product-content {
  overflow: hidden;
}

/* line 1156, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.block .products-block li .product-content h5 {
  margin: 0 0 5px;
}

/* line 1161, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.block .products-block .product-description {
  margin-bottom: 14px;
}

/* line 1164, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.block .products-block .price-percent-reduction {
  font: normal 12px/20px "Ubuntu", sans-serif;
  border: 1px solid #333;
  background: none;
  color: #333;
  margin: 0 3px;
}

/* line 1174, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.page-heading {
  font: normal 25px/30px "Ubuntu", sans-serif;
  color: #333;
  background: none;
  border-bottom: 5px solid #333;
  text-transform: uppercase;
  padding: 10px 10px 14px 0;
  margin: 0 0 30px 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1174, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  .page-heading {
    font: normal 16px/22px "Ubuntu", sans-serif;
  }
}

/* line 1185, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.page-heading span.heading-counter {
  font: normal 12px/22px "Ubuntu", sans-serif;
  float: right;
  color: #888;
  text-transform: none;
  margin-bottom: 10px;
  text-transform: uppercase;
  padding-top: 8px;
}

@media (max-width: 480px) {
  /* line 1185, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  .page-heading span.heading-counter {
    float: none;
    display: block;
    padding-top: 5px;
  }
}

/* line 1199, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.page-heading span.lighter {
  color: #9c9c9c;
}

/* line 1202, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.page-heading.bottom-indent {
  margin-bottom: 16px;
}

/* line 1207, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.page-subheading {
  font-family: "Ubuntu", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #333;
  font-size: 18px;
  padding: 0 0 15px;
  line-height: normal;
  margin: 0 0 12px;
  border-bottom: 1px solid #d9d9d9;
}

/* line 1219, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
h3.page-product-heading {
  color: #333;
  text-transform: uppercase;
  font-family: "Ubuntu", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  padding: 14px 0px 0px;
  margin: 0 0 20px;
  position: relative;
}

/* ----------------------------------------------------------------------------------------------
							 BLOCK .footer_links (cms pages)
------------------------------------------------------------------------------------------------- */
/* line 1235, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
ul.footer_links {
  padding: 20px 0 0 0;
  border-top: 1px solid #d9d9d9;
  height: 65px;
}

/* line 1239, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
ul.footer_links li {
  float: left;
  margin-bottom: 10px;
}

/* line 1242, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
ul.footer_links li + li {
  margin-left: 10px;
}

/* -----------------------------------------------------------------------------------------------
						 barre comparaison / tri
-------------------------------------------------------------------------------------------------- */
/* line 1253, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.content_sortPagiBar .sortPagiBar {
  border: 2px solid #e9e9e9;
  clear: both;
}

/* line 1256, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.content_sortPagiBar .sortPagiBar #productsSortForm {
  float: left;
  border-right: 1px solid #d9d9d9;
  padding: 7px 17px 9px;
}

@media (max-width: 767px) {
  /* line 1256, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  .content_sortPagiBar .sortPagiBar #productsSortForm {
    border: none;
  }
}

/* line 1263, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.content_sortPagiBar .sortPagiBar #productsSortForm select {
  max-width: 192px;
  float: left;
}

@media (max-width: 991px) {
  /* line 1263, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  .content_sortPagiBar .sortPagiBar #productsSortForm select {
    max-width: 160px;
  }
}

/* line 1270, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.content_sortPagiBar .sortPagiBar #productsSortForm .selector {
  float: left;
  border: none;
  padding-top: 2px;
}

/* line 1274, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.content_sortPagiBar .sortPagiBar #productsSortForm .selector span:after {
  border: none;
  background: none;
  content: "\e071";
  font-family: "material-design";
  font-size: 24px;
  line-height: 24px;
}

/* line 1284, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.content_sortPagiBar .sortPagiBar .nbrItemPage {
  float: left;
  padding: 7px 17px 9px;
}

@media (max-width: 1580px) {
  /* line 1284, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  .content_sortPagiBar .sortPagiBar .nbrItemPage {
    border-top: 1px solid #e9e9e9;
    width: 100%;
  }
}

/* line 1291, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.content_sortPagiBar .sortPagiBar .nbrItemPage select {
  max-width: 89px;
  width: 89px;
  float: left;
}

/* line 1296, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.content_sortPagiBar .sortPagiBar .nbrItemPage .clearfix > span {
  padding: 10px 19px 14px;
  margin-top: -7px;
  margin-bottom: -9px;
  margin-left: 9px;
  color: #333;
  display: block;
  text-transform: uppercase;
  float: left;
  border-left: 1px solid #d9d9d9;
}

@media (max-width: 479px) {
  /* line 1296, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  .content_sortPagiBar .sortPagiBar .nbrItemPage .clearfix > span {
    padding: 10px 0 14px 5px;
  }
}

/* line 1310, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.content_sortPagiBar .sortPagiBar .nbrItemPage .selector {
  float: left;
  border: none;
  padding-top: 2px;
}

/* line 1314, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.content_sortPagiBar .sortPagiBar .nbrItemPage .selector span:after {
  border: none;
  background: none;
  content: "\e071";
  font-family: "material-design";
  font-size: 24px;
  line-height: 24px;
}

/* line 1324, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.content_sortPagiBar .sortPagiBar label,
.content_sortPagiBar .sortPagiBar select {
  float: left;
}

/* line 1328, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.content_sortPagiBar .sortPagiBar label {
  padding: 3px 6px 0 0;
}

/* line 1332, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.content_sortPagiBar .sortPagiBar.instant_search #productsSortForm {
  display: none;
}

/* line 1337, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.content_sortPagiBar .display,
.content_sortPagiBar .display_m {
  float: right;
  padding: 11px 19px 7px;
  margin-bottom: 0;
}

/* line 1342, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.content_sortPagiBar .display li,
.content_sortPagiBar .display_m li {
  float: left;
  padding-left: 4px;
  text-align: center;
}

/* line 1346, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.content_sortPagiBar .display li a,
.content_sortPagiBar .display_m li a {
  color: #aeaeae;
  font-size: 24px;
  line-height: 24px;
  cursor: pointer;
}

/* line 1352, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.content_sortPagiBar .display li a:hover:before,
.content_sortPagiBar .display_m li a:hover:before {
  color: #262626;
}

/* line 1356, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.content_sortPagiBar .display li a span,
.content_sortPagiBar .display_m li a span {
  display: none;
}

/* line 1361, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.content_sortPagiBar .display li#grid a:before,
.content_sortPagiBar .display_m li#grid a:before {
  content: "\e180";
  font-family: "material-design";
}

/* line 1367, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.content_sortPagiBar .display li#list a:before,
.content_sortPagiBar .display_m li#list a:before {
  content: "\e190";
  font-family: "material-design";
}

/* line 1373, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.content_sortPagiBar .display li.selected a,
.content_sortPagiBar .display_m li.selected a {
  cursor: default;
}

/* line 1375, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.content_sortPagiBar .display li.selected a:before,
.content_sortPagiBar .display_m li.selected a:before {
  color: #262626;
}

/* line 1380, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.content_sortPagiBar .display li.display-title,
.content_sortPagiBar .display_m li.display-title {
  text-transform: uppercase;
  color: #333;
  padding: 0 4px 0 0;
}

/* -------------------------------------------------------------------------------------------------------
											 pagination
---------------------------------------------------------------------------------------------------------- */
/* line 1393, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.top-pagination-content,
.bottom-pagination-content {
  text-align: center;
  padding: 20px 0;
  position: relative;
}

/* line 1398, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.top-pagination-content div.pagination,
.bottom-pagination-content div.pagination {
  margin: 10px 0 0;
}

@media (max-width: 1580px) {
  /* line 1398, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  .top-pagination-content div.pagination,
  .bottom-pagination-content div.pagination {
    float: right;
  }
}

/* line 1403, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.top-pagination-content div.pagination .showall,
.bottom-pagination-content div.pagination .showall {
  float: right;
  margin: 0;
}

/* line 1412, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.top-pagination-content div.pagination .showall .btn.btn-default,
.bottom-pagination-content div.pagination .showall .btn.btn-default {
  padding: 0;
  margin: 8px 14px;
  background: none;
  color: #333;
  border: none;
  font-family: "Ubuntu", sans-serif;
  font-size: 12px;
  line-height: 22px;
  font-weight: 300;
}

/* line 1422, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.top-pagination-content div.pagination .showall .btn.btn-default:hover,
.bottom-pagination-content div.pagination .showall .btn.btn-default:hover {
  color: #000;
}

/* line 1428, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.top-pagination-content ul.pagination,
.bottom-pagination-content ul.pagination {
  margin: 0 0 8px 0;
  float: right;
}

/* line 1431, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.top-pagination-content ul.pagination li,
.bottom-pagination-content ul.pagination li {
  border: 1px solid #e9e9e9;
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  margin: 0 3px 0 4px;
  vertical-align: bottom;
}

@media (max-width: 479px) {
  /* line 1431, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  .top-pagination-content ul.pagination li,
  .bottom-pagination-content ul.pagination li {
    margin: 0;
  }
}

/* line 1442, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.top-pagination-content ul.pagination li > a,
.top-pagination-content ul.pagination li > span,
.bottom-pagination-content ul.pagination li > a,
.bottom-pagination-content ul.pagination li > span {
  border: none !important;
  background: none !important;
  display: block;
  color: #aeaeae !important;
  margin: 0 !important;
  line-height: 36px;
  font-size: 14px;
  padding: 0;
  text-align: center;
  float: none;
}

/* line 1454, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.top-pagination-content ul.pagination li > a b,
.top-pagination-content ul.pagination li > span b,
.bottom-pagination-content ul.pagination li > a b,
.bottom-pagination-content ul.pagination li > span b {
  display: none;
}

/* line 1457, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.top-pagination-content ul.pagination li > a span,
.top-pagination-content ul.pagination li > span span,
.bottom-pagination-content ul.pagination li > a span,
.bottom-pagination-content ul.pagination li > span span {
  border: none;
  padding: 0;
  background: none;
  display: block;
}

/* line 1464, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.top-pagination-content ul.pagination li > span span,
.bottom-pagination-content ul.pagination li > span span {
  color: #262626 !important;
}

/* line 1465, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.top-pagination-content ul.pagination li > a:hover,
.bottom-pagination-content ul.pagination li > a:hover {
  color: #262626 !important;
}

/* line 1466, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.top-pagination-content ul.pagination li.pagination_previous, .top-pagination-content ul.pagination li.pagination_next,
.bottom-pagination-content ul.pagination li.pagination_previous,
.bottom-pagination-content ul.pagination li.pagination_next {
  -webkit-box-shadow: inset 0 0 0 1px #e9e9e9;
  -moz-box-shadow: inset 0 0 0 1px #e9e9e9;
  box-shadow: inset 0 0 0 1px #e9e9e9;
}

/* line 1471, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.top-pagination-content ul.pagination li.pagination_previous > a,
.top-pagination-content ul.pagination li.pagination_previous > span, .top-pagination-content ul.pagination li.pagination_next > a,
.top-pagination-content ul.pagination li.pagination_next > span,
.bottom-pagination-content ul.pagination li.pagination_previous > a,
.bottom-pagination-content ul.pagination li.pagination_previous > span,
.bottom-pagination-content ul.pagination li.pagination_next > a,
.bottom-pagination-content ul.pagination li.pagination_next > span {
  color: #262626 !important;
  font-size: 32px;
}

/* line 1475, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.top-pagination-content ul.pagination li.pagination_previous > a i,
.top-pagination-content ul.pagination li.pagination_previous > span i, .top-pagination-content ul.pagination li.pagination_next > a i,
.top-pagination-content ul.pagination li.pagination_next > span i,
.bottom-pagination-content ul.pagination li.pagination_previous > a i,
.bottom-pagination-content ul.pagination li.pagination_previous > span i,
.bottom-pagination-content ul.pagination li.pagination_next > a i,
.bottom-pagination-content ul.pagination li.pagination_next > span i {
  display: none;
}

/* line 1478, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.top-pagination-content ul.pagination li.pagination_previous > a:before,
.top-pagination-content ul.pagination li.pagination_previous > span:before, .top-pagination-content ul.pagination li.pagination_next > a:before,
.top-pagination-content ul.pagination li.pagination_next > span:before,
.bottom-pagination-content ul.pagination li.pagination_previous > a:before,
.bottom-pagination-content ul.pagination li.pagination_previous > span:before,
.bottom-pagination-content ul.pagination li.pagination_next > a:before,
.bottom-pagination-content ul.pagination li.pagination_next > span:before {
  font-family: "material-design";
  content: "\e0c2";
}

/* line 1483, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.top-pagination-content ul.pagination li.pagination_previous > a:hover, .top-pagination-content ul.pagination li.pagination_next > a:hover,
.bottom-pagination-content ul.pagination li.pagination_previous > a:hover,
.bottom-pagination-content ul.pagination li.pagination_next > a:hover {
  color: #000 !important;
}

/* line 1486, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.top-pagination-content ul.pagination li.pagination_previous > span, .top-pagination-content ul.pagination li.pagination_next > span,
.bottom-pagination-content ul.pagination li.pagination_previous > span,
.bottom-pagination-content ul.pagination li.pagination_next > span {
  color: #888 !important;
}

/* line 1493, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.top-pagination-content ul.pagination li.pagination_previous > a:before,
.top-pagination-content ul.pagination li.pagination_previous > span:before,
.bottom-pagination-content ul.pagination li.pagination_previous > a:before,
.bottom-pagination-content ul.pagination li.pagination_previous > span:before {
  content: "\e0c3";
}

/* line 1500, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.top-pagination-content .compare-form,
.bottom-pagination-content .compare-form {
  float: right;
  margin-left: 5px;
  margin-bottom: 10px;
}

/* line 1504, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.top-pagination-content .compare-form .bt_compare,
.bottom-pagination-content .compare-form .bt_compare {
  padding-left: 31px;
  padding-right: 31px;
}

/* line 1507, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.top-pagination-content .compare-form .bt_compare strong,
.bottom-pagination-content .compare-form .bt_compare strong {
  font-weight: normal;
  margin-left: 20px;
}

/* line 1513, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.top-pagination-content .product-count,
.bottom-pagination-content .product-count {
  padding: 20px 30px 5px 0;
  float: left;
  text-transform: uppercase;
}

@media (max-width: 1580px) {
  /* line 1513, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  .top-pagination-content .product-count,
  .bottom-pagination-content .product-count {
    float: none;
    clear: both;
    width: 100%;
  }
}

/* line 1525, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.bottom-pagination-content {
  border-top: 1px solid #d9d9d9;
}

/* -----------------------------------------------------------------------------------------------------------
											 CART steps
-------------------------------------------------------------------------------------------------------------- */
/* line 1533, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
ul.step {
  margin-bottom: 30px;
  overflow: hidden;
}

@media (min-width: 480px) {
  /* line 1533, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  ul.step {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
}

/* line 1539, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
ul.step li {
  float: left;
  width: 20%;
  text-align: left;
  border: 1px solid;
  border-top-color: #c7c7c7;
  border-bottom-color: #c7c7c7;
  border-right-color: #c7c7c7;
  border-left-width: 0;
}

@media (max-width: 767px) {
  /* line 1539, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  ul.step li {
    width: 100%;
    border-left-width: 1px;
  }
}

/* line 1552, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
ul.step li a,
ul.step li span,
ul.step li.step_current span,
ul.step li.step_current_end span {
  display: block;
  padding: 13px 10px 14px 13px;
  color: #333;
  font-size: 17px;
  line-height: 21px;
  font-weight: bold;
  text-shadow: 1px 1px white;
  position: relative;
}

@media (max-width: 992px) {
  /* line 1552, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  ul.step li a,
  ul.step li span,
  ul.step li.step_current span,
  ul.step li.step_current_end span {
    font-size: 15px;
  }
}

@media (min-width: 992px) {
  /* line 1568, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  ul.step li a:after,
  ul.step li span:after,
  ul.step li.step_current span:after,
  ul.step li.step_current_end span:after {
    content: ".";
    position: absolute;
    top: 6px;
    right: -18px;
    z-index: 0;
    text-indent: -5000px;
    display: block;
    width: 36px;
    height: 36px;
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

/* line 1582, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
ul.step li a:focus,
ul.step li span:focus,
ul.step li.step_current span:focus,
ul.step li.step_current_end span:focus {
  text-decoration: none;
  outline: none;
}

/* line 1587, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
ul.step li.first {
  border-left-width: 1px;
  border-left-color: #b7b7b7;
}

@media (min-width: 480px) {
  /* line 1587, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  ul.step li.first {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

/* line 1594, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
ul.step li.first span,
ul.step li.first a {
  z-index: 5;
  padding-left: 13px !important;
}

@media (min-width: 480px) {
  /* line 1594, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  ul.step li.first span,
  ul.step li.first a {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

/* line 1605, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
ul.step li.second span,
ul.step li.second a {
  z-index: 4;
}

/* line 1611, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
ul.step li.third span,
ul.step li.third a {
  z-index: 3;
}

/* line 1617, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
ul.step li.four span,
ul.step li.four a {
  z-index: 2;
}

/* line 1623, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
ul.step li.last span {
  z-index: 1;
}

@media (min-width: 480px) {
  /* line 1622, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  ul.step li.last {
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 1629, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  ul.step li.last span {
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

/* line 1635, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
ul.step li.step_current {
  font-weight: bold;
  background: #333333;
  border-color: #0d0d0d;
}

/* line 1639, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
ul.step li.step_current span {
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  position: relative;
}

@media (min-width: 992px) {
  /* line 1639, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  ul.step li.step_current span {
    padding-left: 38px;
  }
  /* line 1645, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  ul.step li.step_current span:after {
    background: #333333;
    border-top: 1px solid #0d0d0d;
    border-right: 1px solid #0d0d0d;
  }
}

/* line 1653, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
ul.step li.step_current_end {
  font-weight: bold;
}

/* line 1656, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
ul.step li.step_todo {
  background: #EDEDED;
}

/* line 1658, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
ul.step li.step_todo span {
  display: block;
  color: #333;
  position: relative;
}

@media (min-width: 992px) {
  /* line 1658, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  ul.step li.step_todo span {
    padding-left: 38px;
  }
  /* line 1664, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  ul.step li.step_todo span:after {
    background: #EDEDED;
    border-top: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
  }
}

/* line 1672, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
ul.step li.step_done {
  border-color: #454545;
  background: #6B6B6B;
}

/* line 1675, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
ul.step li.step_done a {
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}

@media (min-width: 992px) {
  /* line 1675, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  ul.step li.step_done a {
    padding-left: 38px;
  }
  /* line 1680, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  ul.step li.step_done a:after {
    background: #6B6B6B;
    border-top: 1px solid #454545;
    border-right: 1px solid #454545;
  }
}

@media (min-width: 992px) {
  /* line 1690, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  ul.step li.step_done.step_done_last a:after {
    background: #6B6B6B;
    border-top: 1px solid #454545;
    border-right: 1px solid #454545;
  }
}

@media (min-width: 992px) {
  /* line 1700, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  ul.step li#step_end span:after {
    display: none;
  }
}

/* line 1706, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
ul.step li em {
  font-style: normal;
}

@media (min-width: 480px) and (max-width: 767px) {
  /* line 1706, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  ul.step li em {
    display: none;
  }
}

/* line 1714, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
ul.step a:hover {
  background: #454545;
  border-color: #1f1f1f;
}

/* line 1717, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
ul.step a:hover:after {
  border-top-color: #1f1f1f !important;
  border-right-color: #1f1f1f !important;
  background: #454545 !important;
}

/* line 1728, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.one-column ul.step li em {
  display: inline;
}

@media (max-width: 1199px) {
  /* line 1728, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  .one-column ul.step li em {
    display: none;
  }
}

/* line 1734, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.one-column ul.step li a,
.one-column ul.step li span,
.one-column ul.step li.step_current span,
.one-column ul.step li.step_current_end span {
  font-size: 17px;
  line-height: 21px;
  padding-top: 13px;
  padding-bottom: 14px;
}

@media (max-width: 1199px) {
  /* line 1734, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  .one-column ul.step li a,
  .one-column ul.step li span,
  .one-column ul.step li.step_current span,
  .one-column ul.step li.step_current_end span {
    padding-left: 15px;
    font-size: 14px;
  }
}

/* line 1746, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.one-column ul.step li a:after,
.one-column ul.step li span:after,
.one-column ul.step li.step_current span:after,
.one-column ul.step li.step_current_end span:after {
  height: 36px;
  right: -18px;
  top: 6px;
  width: 36px;
}

@media (max-width: 1199px) {
  /* line 1746, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  .one-column ul.step li a:after,
  .one-column ul.step li span:after,
  .one-column ul.step li.step_current span:after,
  .one-column ul.step li.step_current_end span:after {
    display: none;
  }
}

/* line 1762, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.two-columns ul.step li em {
  display: none;
}

/* line 1763, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.two-columns ul.step li a,
.two-columns ul.step li span,
.two-columns ul.step li.step_current span,
.two-columns ul.step li.step_current_end span {
  font-size: 12px;
  line-height: 17px;
  padding-top: 13px;
  padding-bottom: 14px;
}

/* line 1771, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.two-columns ul.step li a:after,
.two-columns ul.step li span:after,
.two-columns ul.step li.step_current span:after,
.two-columns ul.step li.step_current_end span:after {
  height: 32px;
  right: -17px;
  top: 6px;
  width: 32px;
}

@media only screen and (max-width: 991px) {
  /* line 1781, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  .two-columns #order-detail-content.table-responsive {
    overflow-x: scroll;
  }
}

/* line 1789, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.three-columns ul.step li {
  width: 100%;
  border-top-width: 0;
}

/* line 1792, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.three-columns ul.step li:first-child {
  border-top-width: 1px;
}

/* line 1795, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.three-columns ul.step li em {
  display: none;
}

/* line 1796, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.three-columns ul.step li a,
.three-columns ul.step li span,
.three-columns ul.step li.step_current span,
.three-columns ul.step li.step_current_end span {
  font-size: 13px;
  line-height: 17px;
  padding-top: 13px;
  padding-bottom: 14px;
  padding-left: 15px;
}

/* line 1805, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.three-columns ul.step li a:after,
.three-columns ul.step li span:after,
.three-columns ul.step li.step_current span:after,
.three-columns ul.step li.step_current_end span:after {
  display: none;
}

/* line 1820, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.ie8 ul.step li a:after,
.ie8 ul.step li span:after,
.ie8 ul.step li.step_current span:after,
.ie8 ul.step li.step_current_end span:after {
  display: none;
}

/* -------------------------------------------------------------------------------------------------------
							 module productcomments
---------------------------------------------------------------------------------------------------------- */
/* line 1832, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.rating {
  clear: both;
  display: block;
  margin: 2em;
  cursor: pointer;
}

/* line 1839, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.rating:after {
  content: ".";
  display: block;
  height: 0;
  width: 0;
  clear: both;
  visibility: hidden;
}

/* line 1848, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.cancel,
.star {
  overflow: hidden;
  float: left;
  margin: 0 1px 0 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

/* line 1858, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.cancel, .cancel a {
  background: url(../../../modules/productcomments/img/delete.gif) no-repeat 0 -16px !important;
}

/* line 1862, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.cancel a,
.star a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: 0 0;
}

/* line 1870, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
div.star_on a {
  background-position: 0 -16px;
}

/* line 1874, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
div.star_hover a,
div.star a:hover {
  background-position: 0 -32px;
}

/* line 1879, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.pack_content {
  margin: 10px 0 10px 0;
}

/* line 1883, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.confirmation {
  margin: 0 0 10px;
  padding: 10px;
  border: 1px solid #e6db55;
  font-size: 13px;
  background: none repeat scroll 0 0 lightyellow;
}

/* line 1891, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#page .rte {
  background: transparent none repeat scroll 0 0;
}

/* line 1895, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.listcomment {
  list-style-type: none;
  margin: 0 0 20px 0 !important;
}

/* line 1900, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.listcomment li {
  padding: 10px 0;
  border-bottom: 1px dotted #d9d9d9;
  color: #666666;
}

/* line 1906, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.listcomment .titlecomment {
  display: block;
  font-weight: bold;
  font-size: 12px;
  color: #333;
}

/* line 1913, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.listcomment .txtcomment {
  display: block;
  padding: 5px 0;
  color: #333;
}

/* line 1919, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.header-container {
  background: #fff;
}

/* ------------------------------------------------------------------------------------------------
									 BREADCRUMB
--------------------------------------------------------------------------------------------------- */
/* line 1927, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.breadcrumb {
  display: block;
  /*
	text-align:center;
	padding: 23px 0 6px;
	*/
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
  margin-bottom: 34px;
  position: relative;
  background: none;
  z-index: 1;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 12px;
}

/* line 1942, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.breadcrumb .navigation-pipe {
  margin: 0 17px;
  display: inline-block;
  color: #888;
  text-indent: -5555px;
  height: 11px;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #9b9b9b;
  vertical-align: middle;
}

/* line 1952, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.breadcrumb a {
  display: inline-block;
  padding: 0;
  color: #333;
  color: #888;
}

/* line 1957, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.breadcrumb a.home {
  font-size: 16px;
}

/* line 1959, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.breadcrumb a.home i {
  vertical-align: -1px;
}

/* line 1963, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.breadcrumb a:hover {
  color: #333;
}

/* line 1970, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.ie8 .breadcrumb {
  min-height: 1px;
}

/* line 1972, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.ie8 .breadcrumb a:after {
  display: none;
}

/* line 1975, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.ie8 .breadcrumb .navigation-pipe {
  width: 20px;
}

/* ----------------------------------------------------------------------------------------------------
											FOOTER
------------------------------------------------------------------------------------------------------- */
/*
	==================
	[FOOTER]
	==================
*/
.footer-container{
  margin-top: 150px;
  width: 100%;
  background-color: #222222;
  position:relative;
  z-index:9;/* 2020 */
}
#footer section h4{
  font-size: 22px;
}
@media (max-width: 1200px) {
  #footer.container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 450px;
    flex-wrap: wrap;
  }
  #footer section{
    /* flex:1; */
    width:20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    text-align: center;
    margin-top:2%;
  }
  .center-block{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width:100%;
    height: 450px;
  }

  .center-block-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: flex-start;
    padding-top: 75px;
  }
}
@media (min-width:1200px) and (max-width: 1600px) {
  #footer.container {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    min-height: 450px;
    flex-wrap: wrap;
  }
  #footer section{
    margin-top:0px !important;
  }
}
@media (min-width: 1600px) {
  .center-block{
    z-index: 8;
    position:absolute;
    top:0;
  }
  section:nth-child(3) {
    /* margin-right:16%; FOR 4 sections */
    margin-right:20%;
  }
  #footer.container {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: 450px;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {


  #footer section{
    position: relative;
    z-index:9;
    /* flex:1; */
    width:20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    text-align: center;
    margin-top:5%;
  }

  .center-block{
    z-index: 8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width:100%;
    height: 450px;
    /* max-height: 450px; */
  }

  .center-block-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: flex-start;
    padding-top: 90px;
    max-height: 450px;
  }
  .center-block-container > div{
      margin: 5px 0px;
  }
}
#footer section.footer-block > ul{
  max-height: 245px;
  overflow:hidden;
}
#footer  section#e-liquides.footer-block > ul:after{
  content:"...";
}
.center-block-img{
  height: 150px;
  width: 150px;
  position: absolute;
  top: -70px;
  background-image: url(../img/cigatec-logo-footer.png);
  z-index: 99999;
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
}
  #shipping-footer{
    height: 40px;
    width: 100%;
    font: 400 16px/40px "Ubuntu", sans-serif;
    color:#666;
    text-align: center;
    margin: 10px 0px;
  }
  #shipping-footer:before{
    content: "\f0d1";
    font-family: "FontAwesome";
    display: inline-block;
    font-size: 16px;
    color: #666;
    padding-right: 10px;
  }
  #paiement_logo_block_left{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 75%;
  }
  #paiement_logo_block_left a{
    display: flex;
    justify-content: space-evenly;
    flex: 1;
    align-items: center;
  }
  #paiement_logo_block_left a div{
    height: 50px;
    width: 50px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #paiement_logo_block_left a div.visa{background-image: url(../img/icon/visa_icon.png);}
  #paiement_logo_block_left a div.mastercard{background-image: url(../img/icon/mastercard_icon.png);}
  #paiement_logo_block_left a div.paypal{background-image: url(../img/icon/paypal_icon.png);}
  #paiement_logo_block_left a div.visa:hover{background-image: url(../img/icon/colored_visa_icon.png);}
  #paiement_logo_block_left a div.mastercard:hover{background-image: url(../img/icon/colored_mastercard_icon.png);}
  #paiement_logo_block_left a div.paypal:hover{background-image: url(../img/icon/colored_paypal_icon.png);}
  #social_block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #social_block li a {
    position: relative;
    display: inline-block;
    margin-top: 5px;
    height: 35px;
    width: 35px;
  }
  #social_block li.facebook a:hover{background-image: url(../img/icon/colored-facebook-icon.png);}
  #social_block li.facebook a{
    background-image: url(../img/icon/facebook-icon.png);
    background-size: contain;
  }
  #social_block li a[title]:hover:after {
    content: attr(title);
    position: absolute;
    font-size: 14px;
    font-weight: 400;
    color:#666;
    bottom: 35px;
    left:-10px;
  }
  #social_block ul{
    margin: 0;
    padding: 0;
  }

  #social_block li a span{
    display: none;
  }
  #newsletter_block_left{

  }
/*
#footer {
	color: #888;
	padding-top:47px;
	background:#fff;
	overflow:hidden;
	.row {
		position: relative;
	}
	.footer-block {
		margin-top: 45px;
		@media (max-width: $screen-xs-max) { // max 767px
			margin-top: 20px;
		}
	}
	a {
		color: #888;
		&:hover {
			color:$link-hover-color;
		}
	}
	h4 {
		font: 600 18px / 22px $font-custom;
		color: $light-text-color;
		margin: 0 0 13px 0;
		@media (max-width: $screen-xs-max) { // max 767px
			position: relative;
			margin-bottom: 0;
			padding-bottom: 13px;
			padding-right:25px;
			&:after {
				display: block;
				content: "\f055";
				font-family: $font-icon;
				position: absolute;
				right: 0;
				top: 1px;
			}
			&.active:after {
				content: "\f056";
			}
		}
		a {
			color: #888;

			&:hover {
				color:$link-hover-color;
			}
		}
	}
	ul {
		margin-bottom:0;
		li {
			padding-bottom: 9px;
			a {

			}
		}
	}
	#block_contact_infos {
		border-left: 1px solid #515151;
		@media (max-width: $screen-xs-max) { // max 767px
			border: none;
		}
		> div {
			padding: 0 0 0 5px;
			@media (max-width: $screen-xs-max) { // max 767px
				padding-left: 0;
			}
			ul {
				li {
					padding: 0 0 7px 4px;
					overflow: hidden;
					line-height: 30px;
					> span,
					> span a {
						color: $light-text-color;
						font-weight: normal;
					}
					i {
						font-size: 25px;
						width: 32px;
						text-align: center;
						padding-right: 12px;
						float: left;
						color: #908f8f;
					}
				}
			}
		}
	}
	#block_various_links_footer {
		display:none;
	}
	#social_block {
		padding:0 30px;
		h4 { display:none;}
		ul {
			li {
				float: left;
				width:27px;
				a {
					display: inline-block;
					color: #aeaeae;
					font-size: 17px;
					font-weight:normal;
					span {
						display: none;
					}
					&:before {
						display: inline-block;
						font-family: $font-icon;
					}
					&:hover {
						color: #333;
					}
				}
				&.facebook {
					a {
						&:before {
							content: "\f09a";
						}
					}
				}
				&.twitter {
					a {
						&:before {
							content: "\f099";
						}
					}
				}
				&.rss {
					a {
						&:before {
							content: "\f09e";
						}
					}
				}
				&.youtube {
					a {
						&:before {
							content: "\f167";
						}
					}
				}
				&.google-plus {
					a {
						&:before {
							content: "\f0d5";
						}
					}
				}
				&.pinterest {
					a {
						&:before {
							content: "\f0d2";
						}
					}
				}
				&.vimeo {
					a {
						&:before {
							content: "\f194";
						}
					}
				}
				&.instagram {
					a {
						&:before {
							content: "\f16d";
						}
					}
				}
			}
		}
	}
	.bottom-footer {
		padding:0 20px 20px 30px;
		div {

		}
	}
}
*/
/* line 2169, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#reinsurance_block {
  clear: both !important;
}

/* ------- ---------------------------------------------------------------------------------------------------------------------
					Make sure lists are correctly displayed in tinyMCE BO edition mode too
-------------------------------------------------------------------------------------------------------------------------------- */
/* line 2177, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#short_description_content ul,
#short_description_content ol,
#short_description_content dl,
#tinymce ul,
#tinymce ol,
#tinymce dl {
  margin-left: 20px;
}

/* line 2186, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.rte ul {
  list-style-type: disc;
}

/* line 2190, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.rte ol {
  list-style-type: decimal;
}

/* line 2194, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.block_hidden_only_for_screen {
  display: none;
}

/* ----------------------------------------------------------------------------------------------------------
										 PAIMENT - PAGE ORDER
------------------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------
											nav bottom
--------------------------------------------------------------------------------------------------------------- */
/* line 2206, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.cart_navigation {
  margin: 0 0 20px;
}

/* line 2208, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.cart_navigation .btn-md {
  float: right;
}

/* line 2211, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.cart_navigation .btn {
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  /* line 2215, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  .cart_navigation > span {
    display: block;
    width: 100%;
    padding-bottom: 15px;
  }
}

/* ---------------------------------------------------------------------------------------------------------------------
												 step 1 - cart
------------------------------------------------------------------------------------------------------------------------ */
/*FP_ADD 2020 */
#cart_summary{
  width: 100%;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.table_header{
  width: 75%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align:center;
  border-bottom: 2px solid #e9e9e9;
  font-weight: 400;
  font-size: calc(3px + 0.6vw);
  letter-spacing: 0.8px;
}
.products_detail{
  width: 75%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.cart_item{
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: space-around;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
}
@media (max-width:1000px){
  .cart_item{
    flex-direction: column;
  }
  .cart_item > div{
    padding-bottom: 5%;
  }
  #cart_summary .table_header,.continuerorder{
    display: none;
  }
  #order-opc .cart_navigation {
    width: 70% !important;
    margin: 10% 0;
  }
  .page-heading#cart_title, .page-heading.step-num{
    width: 100% !important;
    border:2px;
    font-size: 16px;
  }
  .page-heading#cart_title{
    margin: 0px auto !important;
    margin-bottom: 10% !important;
  }
  .page-heading.step-num{
    margin: 5% auto !important;
  }
  #order-detail-content{
    margin : 30px 0;
  }
  .cart_voucher{
    width: 100%;
    margin-bottom: 10%;
  }
  .cart_total_price {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: nowrap;
  }
  #voucher{
    width:100% !important;
  }

  #cart_voucher .title-offers {
    /* position: relative;
    top: 20px; */
  }
  input#discount_name{
    width:40% !important;
  }
  .resume_price_container{
    width: 90% !important;
    align-items: center !important;
  }
  .page-heading#cart_title div.heading-counter {
/*    position: relative !important;
    top: 5px;
    right: 0px !important;
    height: 0px;
    font-size: 10px !important;*/
}
  .connexion_container #login_form,
  .connexion_container #new_account_form,
  .delivery_option.item,
  .delivery_option.item .resume.table.table-bordered{
    width: 100% !important;
    min-width: 300px !important;
  }
  #HOOK_PAYMENT{
    width: 100% !important;
    flex-direction: column !important;
    justify-content: center !important;
  }
  #HOOK_PAYMENT a.bankwire,#HOOK_PAYMENT p.payment_module, #HOOK_PAYMENT .row .payment_module.paypal a{
    width: 100% !important;
    min-width: 100% !important;
    flex:1 !important;
    margin: 0 auto;
    text-align: center;
  }

  .resume.table.table-bordered .delivery_option_radio {flex:auto;width:10px;}
  .resume.table.table-bordered .delivery_option_logo {flex:auto;width:25px;}
  .resume.table.table-bordered .delivery_option_logo img { height: auto !important;width:25px !important;}
  .resume.table.table-bordered .delivery_option_info {flex:auto;width:100px;}
  .resume.table.table-bordered .delivery_option_price {flex:auto;width:10px;}
  .customer_message textarea.form-control{
    width: 100% !important;
    height: 100px;
  }
  p.carrier_title{
    font-size: 10px !important;
    letter-spacing: 0 !important;
  }
/* END MEDIA MAX WIDTH 1000px */
}
#cart_voucher .title-offers,
#cart_voucher #display_cart_vouchers {
  position: relative;
  top: 20px;
}
.cart_navigation {

}
.cart_item .cart_avail{display: flex;flex-direction: column;align-items: center;justify-content: center;}
.cart_avail{
  flex:0.1;

}

.cart_item .cart_product{display: flex;flex-direction: column;align-items: center;justify-content: center;}
.cart_product{
  flex:0.1;
}
.cart_item .cart_description{display: flex;flex-direction: column;align-items: flex-start;justify-content: center;}
.cart_description{
  flex:0.3;
}
.cart_item .cart_unit{display: flex;flex-direction: column;align-items: flex-end;justify-content: center;}
.cart_unit{
  flex:0.1;
  text-align: right;
}
.cart_item .cart_quantity{display: flex;flex-direction: column;align-items: center;justify-content: center;}
.cart_quantity{
  flex:0.2;
}
.cart_item .cart_total{display: flex;flex-direction: column;align-items: flex-end;justify-content: center;}
.cart_total{
  flex:0.1;
  text-align: right;
}
.cart_item .cart_delete{display: flex;flex-direction: column;align-items: center;justify-content: center;}
.cart_delete{
  flex:0.1;
}
span.price{
  display: flex;
  flex-direction: column;
}
.cart_quantity a.cart_quantity_down:hover span, .cart_quantity a.cart_quantity_up:hover span{
  background: #fff !important;
}
.cart_quantity a.cart_quantity_down span, .cart_quantity a.cart_quantity_up span{
  background: none;
}
.cart_quantity a.cart_quantity_down, .cart_quantity a.cart_quantity_up{
  border:none;
}
.cart_quantity_input{
  width: 30px;
  text-align: center;
  border: none;
}
.cart_quantity_button{
  display: flex;
    width: 200px;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    border:none;
}
.resume_price_container{
  margin-top:20px;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items:  flex-end;
}
.cart_total_price{
  flex:1;
  width:100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content:flex-end;
  flex-wrap:wrap;
}

.cart_voucher{
  display: flex;
  flex:2;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
span.voucher_name{
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer;
}
#voucher{
  width: 80%;
}
#voucher fieldset{
  width: 100%;
  text-align: center;
  display: inline;
}
#voucher fieldset > *{
  display: inline;
  padding: 0px 10px;
}
input#discount_name{
  width:50%;
  min-width: 170px;
  display: inline-block;
}
.total_price_box,.cart_total_delivery,.display_total_price,.cart_total_voucher{
  display: flex;
  min-width: 250px;
  max-width: 250px;
  border-bottom: 1px solid #e9e9e9;
  /* padding-bottom: 10px; */
  min-height: 50px !important;
  margin-bottom: 10px;
  flex:1;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#total_shipping{
  text-align: right;
}
.page-heading#cart_title div.heading-counter  {
  display: block;
  position: absolute;
  left: 40%;
  font-size: 12px;
  width: 20%;
  line-height: 60px;
}
.page-heading#cart_title div.heading-counter >* {
  display: inline;
}
.page-heading#cart_title span {
  /* border: 3px solid #4f514f;
  padding: 10px 10%;
  border-left: none;
  border-right: none; */
}
.page-heading#cart_title,
.page-heading.step-num{
  text-align: center;
  color: #4f514f !important;
  border-left:none !important;
  border-right:none !important;
  width: 40%;
  border: 3px solid #4f514f;
  margin: 4% auto ;
      padding: 1% 0px;
  /* margin-bottom: 5% !important; */
}

.page-heading#cart_title{
  margin: 0px auto !important;
  margin-bottom: 10% !important;
}
.page-heading.step-num{
  margin: 5% auto !important;
}
.cart_navigation_extra{
  position: relative;
  bottom: 150px;
}
#order-opc .cart_navigation{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-around;
  width: 80%;
  margin: 0 auto;
}
a.backtoshop:hover span,
a.continuerorder:hover span{
  border-bottom: 2px solid #60c231;
}
a.continuerorder,
a.backtoshop{
  font-size: 13px;
  text-align: center;
  color: #60c231;
}

a.backtoshop span,
a.continuerorder span{
  vertical-align :middle;
  padding-bottom: 5px;
  text-transform: uppercase;
}
a.backtoshop:before{
  content: "∟";
  display: inline-block;
  transform: rotate(45deg);
  font-size: 30px;
  vertical-align: sub;
}
a.continuerorder:after{
  position: relative;
  vertical-align: sub;
  bottom: 4px;
  left: 2px;
  content: "∟";
  display: inline-block;
  transform: rotate(-45deg);
  font-size: 30px;
  vertical-align: sub;
}
.address_add.submit,#address_invoice_form{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.address_add.submit a,
#address_invoice_form a{
  padding: 10px;
  border-radius: 8px;
  border:2px solid #fab20c;
  color:#fab20c;
  font-weight: 400;
  text-transform: uppercase;
}
.address_add.submit a:hover,
#address_invoice_form a:hover{
  background: #fab20c;
  color:#fff;
}
.address_add.submit a:before,
#address_invoice_form a:before{
  content:"+";
  display: inline-block;
  font-size: 24px;
  padding-right: 10px;
  vertical-align: sub;
}
.cart_total_delivery:hover > div
{
  display: none;
}
.cart_total_delivery:hover .freeshipping_info{
  display: block;
}
.cart_total_delivery .freeshipping_info{
  display: none;
  font-size: 14px;
  position: static;
  position: relative;
  width: 100%;
  text-align: center;
  /* border-bottom:1px solid #e9e9e9; */
  /* padding-right: 10px; */
  background: white;
  right: 0px;
  top: 0px;
}
.cart_total_delivery .freeshipping_info:before{
  content: "\f0d1";
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 13px;
  color: #686666;
  padding-right: 5px;
}
.cart_total_delivery .text-right:after{
  content: "\f059";
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 18px;
  padding-left: 5px;
}
.total_cost{

}
.connexion_container{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
  width:100%;
}
.connexion_container #login_form{
  flex:0.2;
  min-width: 200px;
}
.connexion_container #new_account_form{
  flex:0.6;
  min-width: 500px;
  border-left: 2px solid #e9e9e9;
}
.connexion_container #new_account_form .box{
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-around;
  flex-wrap: wrap;
}
.connexion_container #new_account_form .inscription-left,
.connexion_container #new_account_form .inscription-right{
  flex:1;
  min-width: 250px;
}
.address_form_container,.address_delivery{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.addresses_container{
  width: 80%;
  margin: 1% auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: baseline;
  justify-content: center;
}
.addresses_container div {
  border: 1px solid #e9e9e9;
  border-radius: 4px;
}
@media(min-width:1300px){
  .addresses_container > div {
    padding: 10px 5%;
    margin: 0 10px;
  }
  .page-heading#cart_title div.heading-counter {
    width: 100% !important;
    left: 0% !important;
}
}
@media(min-width: 1000px) and (max-width: 1300px){
  .addresses_container > div {
    padding: 10px 20px;
    width: 80%;
  }
}
@media(max-width:1000px){
  .addresses_container > div {
    padding: 10px 0px;
    width: 100%;
  }
  .page-heading#cart_title div.heading-counter {
    width: 100% !important;
    left: 0% !important;
}
}

.cart_total_delivery, .display_total_price{
  bottom:20px;
}
.delivery_addr .address,
.alternate_addr .address{
  flex:0.4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.address li:not(:first-child):not(:last-child){
  text-align: left;
  min-width: 200px;
}
#HOOK_PAYMENT:first-child{
  padding:0 10px;
}
p.carrier_title{
  text-align: center;
  text-transform: uppercase;
  font-weight: 400 !important;
  padding: 20px 0px;
  font-size: 16px;
  letter-spacing: 0.6px;
}
.customer_message{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
}
.customer_message p{
  margin-bottom:12px;
}
.customer_message textarea.form-control{
  width: 80%;
  max-width: 700px;
  height: 100px;
}
.checkbox{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.delivery_option {
  width: 80%;
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;
}
.resume.table.table-bordered{
  display: flex !important;
  width: 80%;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  border-left:none;
  border-right:none;
  padding: 20px 0px;
}
.carrier_title{
  text-align: center;
  color: #4f514f !important;
  border: none !important;
  padding: 0 !important;
  margin: 2% auto !important;
}
.carrier_title span{
  font-size: 24px;
  border: 3px solid #4f514f;
  padding: 10px 10%;
  border-left: none;
  border-right: none;
}
#HOOK_PAYMENT{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#HOOK_PAYMENT a.bankwire,
#HOOK_PAYMENT .row {
  flex:0.4 !important;
  padding: 25px 0px;
}

#HOOK_PAYMENT a.bankwire:hover,
#HOOK_PAYMENT .row .payment_module.paypal a:hover{
  background-color: #e9e9e9 !important;
  border-color:#222222;
}
@media(min-width:1000px){
  #HOOK_PAYMENT a.bankwire,
  #HOOK_PAYMENT .row .payment_module.paypal a{
    min-width: 400px;
    min-height: 250px;
    max-width: 450px;
  }
}
@media(max-width:1000px){
  #HOOK_PAYMENT a.bankwire,
  #HOOK_PAYMENT .row,#HOOK_PAYMENT  .payment_module.paypal a{

    min-width: 100%;
    width: 100%;
    min-height: 150px;
  }
}
#HOOK_PAYMENT a.bankwire,
#HOOK_PAYMENT .row .payment_module.paypal a{
  background: none !important;
  border-radius: 5px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}
#HOOK_PAYMENT .row>div{width: 100% !important;}
#HOOK_PAYMENT a.bankwire img,
#HOOK_PAYMENT .row img{
  width:auto;
  height: 150px;
}
.resume.table.table-bordered .delivery_option_radio { flex : 0.1;}
.resume.table.table-bordered .delivery_option_logo { flex : 0.1;}
.resume.table.table-bordered .delivery_option_logo img { height: 50px;width:auto;}
.resume.table.table-bordered .delivery_option_info { flex : 0.3;}
.resume.table.table-bordered .delivery_option_price { flex : 0.2;}

 .cart_last_product {
  display: none; }
/* line 2227, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */

/* ----------------------------------------------------------------------------------------------------
											 step 3 - address
------------------------------------------------------------------------------------------------------- */
/* line 2540, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#multishipping_mode_box {
  padding-top: 12px;
  padding-bottom: 19px;
}

/* line 2543, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#multishipping_mode_box .title {
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}

/* line 2548, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#multishipping_mode_box .description_off {
  display: none;
}

/* line 2550, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#multishipping_mode_box .description_off div {
  margin-bottom: 10px;
}

/* line 2554, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#multishipping_mode_box .description_off a:hover,
#multishipping_mode_box .description a:hover {
  background: #f3f3f3;
  border: 1px solid #cccccc;
}

/* line 2561, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#multishipping_mode_box.on .description_off {
  display: block;
}

/* line 2567, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.multishipping-cart .cart_address_delivery.form-control {
  width: 198px;
}

/* line 2573, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#order .address_add.submit {
  margin-bottom: 20px;
}

/* line 2577, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#ordermsg {
  margin-bottom: 30px;
}

/* line 2581, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#id_address_invoice.form-control,
#id_address_delivery.form-control {
  width: 269px;
}

/* line 2587, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.addresses .select label,
.addresses .selector,
.addresses .addresses .address_select {
  clear: both;
  float: left;
}

/* line 2593, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.addresses .waitimage {
  display: none;
  float: left;
  width: 24px;
  height: 24px;
  background-image: url("../../../img/loader.gif");
  background-repeat: no-repeat;
  position: relative;
  bottom: -2px;
  left: 10px;
}

/* line 2604, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.addresses .checkbox.addressesAreEquals {
  clear: both;
  float: left;
  margin: 15px 0 25px 0;
}

/* -----------------------------------------------------------------------------------------------------------------------
								 				step 4 - paiement
-------------------------------------------------------------------------------------------------------------------------- */
/* line 2617, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#order .delivery_option > div,
#order-opc .delivery_option > div {
  display: block;
  margin-bottom: 20px;
  font-weight: normal;
}

/* line 2621, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#order .delivery_option > div > table,
#order-opc .delivery_option > div > table {
  background: #fff;
  margin-bottom: 0;
}

/* line 2624, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#order .delivery_option > div > table.resume,
#order-opc .delivery_option > div > table.resume {
  height: 53px;
}

/* line 2626, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#order .delivery_option > div > table.resume.delivery_option_carrier,
#order-opc .delivery_option > div > table.resume.delivery_option_carrier {
  margin-top: 10px;
  width: 100%;
  background: #51BD38;
  color: #C7E934;
  border: 1px solid #58a130;
  font-weight: bold;
}

/* line 2633, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#order .delivery_option > div > table.resume.delivery_option_carrier td,
#order-opc .delivery_option > div > table.resume.delivery_option_carrier td {
  padding: 8px 11px 7px 11px;
}

/* line 2635, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#order .delivery_option > div > table.resume.delivery_option_carrier td i,
#order-opc .delivery_option > div > table.resume.delivery_option_carrier td i {
  font-size: 20px;
  margin-right: 7px;
  vertical-align: -2px;
}

/* line 2643, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#order .delivery_option > div > table.resume td.delivery_option_radio,
#order-opc .delivery_option > div > table.resume td.delivery_option_radio {
  width: 54px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

/* line 2649, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#order .delivery_option > div > table.resume td.delivery_option_logo,
#order-opc .delivery_option > div > table.resume td.delivery_option_logo {
  width: 97px;
  padding-left: 21px;
}

/* line 2653, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#order .delivery_option > div > table.resume td.delivery_option_price,
#order-opc .delivery_option > div > table.resume td.delivery_option_price {
  width: 162px;
}

/* line 2662, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.order_carrier_content {
  line-height: normal;
  padding-bottom: 16px;
}

/* line 2665, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.order_carrier_content .carrier_title {
  font-weight: bold;
  color: #333;
}

/* line 2670, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.order_carrier_content .checkbox input {
  margin-top: 2px;
}

/* line 2675, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.order_carrier_content .delivery_options_address .carrier_title {
  margin-bottom: 17px;
}

/* line 2679, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.order_carrier_content + div {
  padding-bottom: 15px;
}

/* line 2684, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#carrierTable {
  border: 1px solid #999999;
  border-bottom: none;
  background: #fff;
}

/* line 2690, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#carrierTable tbody {
  border-bottom: 1px solid #999999;
}

/* line 2694, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#carrierTable th {
  padding: 0 15px;
  height: 29px;
  font-weight: bold;
  line-height: 29px;
  color: #fff;
  text-transform: uppercase;
  background: url(../img/bg_table_th.png) repeat-x 0 -10px #999999;
}

/* line 2704, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#carrierTable td {
  padding: 15px;
  font-weight: bold;
  border-right: 1px solid #e9e9e9;
}

/* line 2710, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#carrierTable td.carrier_price {
  border: none;
}

/* line 2714, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
p.checkbox.gift {
  margin-bottom: 10px;
}

/* line 2718, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#gift_div {
  display: none;
  margin-top: 5px;
  margin-bottom: 10px;
}

/* line 2724, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
a.iframe {
  color: #333;
  text-decoration: underline;
}

/* line 2727, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
a.iframe:hover {
  text-decoration: none;
}

/* -------------------------------------------------------------------------------------------------------------
										 step 5 - paiement
---------------------------------------------------------------------------------------------------------------- */
/* line 2736, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
p.payment_module {
  margin-bottom: 10px;
}

/* line 2738, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
p.payment_module a {
  display: block;
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 17px;
  line-height: 23px;
  color: #333;
  font-weight: bold;
  padding: 33px 40px 34px 99px;
  letter-spacing: -1px;
  position: relative;
}

/* line 2749, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
p.payment_module a.bankwire {
  background: url(../img/bankwire.png) 15px 12px no-repeat #f1f1f1;
}

/* line 2752, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
p.payment_module a.cheque {
  background: url(../img/cheque.png) 15px 15px no-repeat #f1f1f1;
}

/* line 2755, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
p.payment_module a.cash {
  background: url(../img/cash.png) 15px 15px no-repeat #f1f1f1;
}

/* line 2761, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
p.payment_module a.cheque:after, p.payment_module a.bankwire:after, p.payment_module a.cash:after {
  /* display: block; /*FP_modif 2020*/
  /*content: "\f054";
  position: absolute;
  right: 15px;
  margin-top: -11px;
  top: 50%;
  font-family: "FontAwesome";
  font-size: 25px;
  height: 22px;
  width: 14px;
  color: #888;  */
}

/* line 2775, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
p.payment_module a:hover {
  background-color: #f6f6f6;
}

/* line 2778, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
p.payment_module a span {
  font-weight: bold;
  color: #888;
}

/* line 2785, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.payment_module.box {
  margin-top: 20px;
}

/* line 2789, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
p.cheque-indent {
  margin-bottom: 9px;
}

/* line 2795, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.cheque-box .form-group .form-control {
  width: 250px;
}

/* line 2801, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.order-confirmation.box {
  line-height: 29px;
}

/* line 2803, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.order-confirmation.box a {
  text-decoration: underline;
}

/* line 2805, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.order-confirmation.box a:hover {
  text-decoration: none;
}

/* -----------------------------------------------------------------------------------------------------
									 PAGE ORDER-OPC
-------------------------------------------------------------------------------------------------------- */
/* line 2815, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.delivery_option_carrier td {
  width: 200px;
}

/* line 2819, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.delivery_option_carrier td + td {
  width: 280px;
}

/* line 2823, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.delivery_option_carrier td + td + td {
  width: 200px;
}

/* line 2827, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.delivery_option_carrier tr td {
  padding: 5px;
}

/* line 2831, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.delivery_option_carrier.selected {
  display: table;
}

/* line 2835, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.delivery_option_carrier.not-displayable {
  display: none;
}

/* --------------------------------------------------------------------------------------------------------
									 PAGES ADRESSES, IDENTITY
----------------------------------------------------------------------------------------------------------- */
/* line 2851, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#address #center_column p.required,
#identity #center_column p.required,
#account-creation_form #center_column p.required,
#new_account_form #center_column p.required,
#opc_account_form #center_column p.required,
#authentication #center_column p.required {
  color: #f13340;
  margin: 9px 0 16px 0;
}

/* line 2855, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#address #center_column p.inline-infos,
#identity #center_column p.inline-infos,
#account-creation_form #center_column p.inline-infos,
#new_account_form #center_column p.inline-infos,
#opc_account_form #center_column p.inline-infos,
#authentication #center_column p.inline-infos {
  color: red;
}

/* line 2858, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#address #center_column .form-group,
#identity #center_column .form-group,
#account-creation_form #center_column .form-group,
#new_account_form #center_column .form-group,
#opc_account_form #center_column .form-group,
#authentication #center_column .form-group {
  margin-bottom: 4px;
}

/* line 2860, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#address #center_column .form-group .form-control,
#identity #center_column .form-group .form-control,
#account-creation_form #center_column .form-group .form-control,
#new_account_form #center_column .form-group .form-control,
#opc_account_form #center_column .form-group .form-control,
#authentication #center_column .form-group .form-control {
  max-width: 271px;
}

/* line 2862, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#address #center_column .form-group .form-control#adress_alias,
#identity #center_column .form-group .form-control#adress_alias,
#account-creation_form #center_column .form-group .form-control#adress_alias,
#new_account_form #center_column .form-group .form-control#adress_alias,
#opc_account_form #center_column .form-group .form-control#adress_alias,
#authentication #center_column .form-group .form-control#adress_alias {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  /* line 2866, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #address #center_column .form-group.phone-number,
  #identity #center_column .form-group.phone-number,
  #account-creation_form #center_column .form-group.phone-number,
  #new_account_form #center_column .form-group.phone-number,
  #opc_account_form #center_column .form-group.phone-number,
  #authentication #center_column .form-group.phone-number {
    float: left;
    width: 270px;
    margin-right: 13px;
  }
}

@media (min-width: 1200px) {
  /* line 2872, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #address #center_column .form-group.phone-number + p,
  #identity #center_column .form-group.phone-number + p,
  #account-creation_form #center_column .form-group.phone-number + p,
  #new_account_form #center_column .form-group.phone-number + p,
  #opc_account_form #center_column .form-group.phone-number + p,
  #authentication #center_column .form-group.phone-number + p {
    padding: 23px 0 0 0;
    margin-bottom: 0;
  }
}

/* line 2880, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#address #center_column .gender-line,
#identity #center_column .gender-line,
#account-creation_form #center_column .gender-line,
#new_account_form #center_column .gender-line,
#opc_account_form #center_column .gender-line,
#authentication #center_column .gender-line {
  margin-bottom: 4px;
  padding-top: 4px;
}

/* line 2883, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#address #center_column .gender-line > label,
#identity #center_column .gender-line > label,
#account-creation_form #center_column .gender-line > label,
#new_account_form #center_column .gender-line > label,
#opc_account_form #center_column .gender-line > label,
#authentication #center_column .gender-line > label {
  margin-right: 10px;
  margin-bottom: 0;
}

/* line 2888, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#address #center_column .gender-line .radio-inline label,
#identity #center_column .gender-line .radio-inline label,
#account-creation_form #center_column .gender-line .radio-inline label,
#new_account_form #center_column .gender-line .radio-inline label,
#opc_account_form #center_column .gender-line .radio-inline label,
#authentication #center_column .gender-line .radio-inline label {
  font-weight: normal;
  color: #777777;
}

/* line 2902, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#identity #center_column form.std .row,
#authentication #center_column form.std .row,
#order-opc #center_column form.std .row {
  margin-left: -5px;
  margin-right: -5px;
}

/* line 2905, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#identity #center_column form.std .row .col-xs-4,
#authentication #center_column form.std .row .col-xs-4,
#order-opc #center_column form.std .row .col-xs-4 {
  padding-left: 5px;
  padding-right: 5px;
  max-width: 94px;
}

/* line 2909, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#identity #center_column form.std .row .col-xs-4 .form-control,
#authentication #center_column form.std .row .col-xs-4 .form-control,
#order-opc #center_column form.std .row .col-xs-4 .form-control {
  max-width: 84px;
}

/* line 2915, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#identity #center_column .footer_links,
#authentication #center_column .footer_links,
#order-opc #center_column .footer_links {
  border: none;
  padding-top: 0;
}

/* line 2922, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#new_account_form .box {
  line-height: 20px;
}

/* line 2924, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#new_account_form .box .date-select {
  padding-bottom: 10px;
}

/* line 2927, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#new_account_form .box .top-indent {
  padding-top: 10px;
}

/* line 2930, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#new_account_form .box .customerprivacy {
  padding-top: 15px;
}

/* -----------------------------------------------------------------------------------------------------
											 PASSWORD
-------------------------------------------------------------------------------------------------------- */
/* line 2943, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#password {
  padding-top: 0;
  border: none;
}

/* line 2945, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#password .box p {
  margin-bottom: 9px;
}

/* line 2948, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#password .box .form-group {
  margin-bottom: 20px;
}

/* line 2950, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#password .box .form-group .form-control {
  width: 263px;
}

/* ------------------------------------------------------------------------------------------------------
											 PAGE SEARCH
--------------------------------------------------------------------------------------------------------- */
/* line 2965, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#instant_search_results a.close {
  font-size: 13px;
  font-weight: 500;
  opacity: 1;
  line-height: inherit;
  text-transform: none;
  font-family: "Ubuntu", sans-serif;
  color: #888;
}

/* line 2973, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#instant_search_results a.close:hover {
  color: #333;
}

@media (max-width: 480px) {
  /* line 2965, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #instant_search_results a.close {
    float: none;
    display: block;
    padding-top: 5px;
  }
}

/* ---------------------------------------------------------------------------------------------------------
										 MANUFACTURERS/SUPPLIERS
------------------------------------------------------------------------------------------------------------ */
/* line 2991, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#manufacturer .top-pagination-content div.pagination .showall,
#manufacturer .bottom-pagination-content div.pagination .showall, #supplier .top-pagination-content div.pagination .showall,
#supplier .bottom-pagination-content div.pagination .showall {
  margin-right: 0;
}

/* line 2998, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#manufacturers_list h3,
#suppliers_list h3 {
  font-size: 17px;
  line-height: 23px;
}

/* line 3002, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#manufacturers_list .description,
#suppliers_list .description {
  line-height: 18px;
}

/* line 3006, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#manufacturers_list .product-counter a,
#suppliers_list .product-counter a {
  font-weight: bold;
}

/* line 3013, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#manufacturers_list.list li .mansup-container,
#suppliers_list.list li .mansup-container {
  border-top: 1px solid #d9d9d9;
  padding: 31px 0 30px 0;
}

@media (max-width: 767px) {
  /* line 3013, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #manufacturers_list.list li .mansup-container,
  #suppliers_list.list li .mansup-container {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  /* line 3020, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #manufacturers_list.list li .logo,
  #suppliers_list.list li .logo {
    margin-bottom: 10px;
  }
}

/* line 3026, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#manufacturers_list.list li:first-child .mansup-container,
#suppliers_list.list li:first-child .mansup-container {
  border-top: 0;
}

/* line 3030, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#manufacturers_list.list li .left-side,
#suppliers_list.list li .left-side {
  text-align: center;
}

/* line 3033, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#manufacturers_list.list li h3,
#suppliers_list.list li h3 {
  margin: 0 0 0 0;
  padding-bottom: 8px;
}

/* line 3038, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#manufacturers_list.list li .lnk_img img, #manufacturers_list.list li .logo img,
#suppliers_list.list li .lnk_img img,
#suppliers_list.list li .logo img {
  display: inline-block;
}

/* line 3042, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#manufacturers_list.list li .middle-side,
#suppliers_list.list li .middle-side {
  padding-left: 0;
}

@media (max-width: 767px) {
  /* line 3042, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #manufacturers_list.list li .middle-side,
  #suppliers_list.list li .middle-side {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* line 3049, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#manufacturers_list.list li .right-side-content,
#suppliers_list.list li .right-side-content {
  border-left: 1px solid #d9d9d9;
  padding: 0 0 32px 31px;
  min-height: 108px;
}

@media (max-width: 767px) {
  /* line 3049, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #manufacturers_list.list li .right-side-content,
  #suppliers_list.list li .right-side-content {
    min-height: 1px;
    padding: 0;
    border: none;
  }
}

/* line 3062, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#manufacturers_list.grid li,
#suppliers_list.grid li {
  text-align: center;
}

/* line 3064, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#manufacturers_list.grid li .product-container,
#suppliers_list.grid li .product-container {
  padding-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}

/* line 3068, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#manufacturers_list.grid li .product-container .left-side,
#suppliers_list.grid li .product-container .left-side {
  padding-bottom: 42px;
}

/* line 3071, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#manufacturers_list.grid li .product-container h3,
#suppliers_list.grid li .product-container h3 {
  padding-bottom: 10px;
}

/* line 3074, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#manufacturers_list.grid li .product-container .product-counter,
#suppliers_list.grid li .product-container .product-counter {
  margin-bottom: 12px;
}

@media (min-width: 1200px) {
  /* line 3080, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #manufacturers_list.grid li.first-in-line,
  #suppliers_list.grid li.first-in-line {
    clear: left;
  }
  /* line 3084, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #manufacturers_list.grid li.last-line .product-container,
  #suppliers_list.grid li.last-line .product-container {
    border-bottom: none;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  /* line 3090, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #manufacturers_list.grid li.first-item-of-tablet-line,
  #suppliers_list.grid li.first-item-of-tablet-line {
    clear: left;
  }
  /* line 3094, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #manufacturers_list.grid li.last-tablet-line .product-container,
  #suppliers_list.grid li.last-tablet-line .product-container {
    border-bottom: none;
  }
}

@media (max-width: 767px) {
  /* line 3101, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #manufacturers_list.grid .product-container,
  #suppliers_list.grid .product-container {
    border-bottom: none;
  }
}

/* line 3110, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#manufacturer .description_box,
#supplier .description_box {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #d9d9d9;
}

/* line 3114, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#manufacturer .description_box .hide_desc,
#supplier .description_box .hide_desc {
  display: none;
}

/* line 3118, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#manufacturer .bottom-pagination-content,
#manufacturer .top-pagination-content,
#supplier .bottom-pagination-content,
#supplier .top-pagination-content {
  min-height: 69px;
}

/* line 3122, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#manufacturer .top-pagination-content.bottom-line,
#supplier .top-pagination-content.bottom-line {
  border-bottom: 1px solid #d9d9d9;
}

/* ---------------------------------------------------------------------------------------------------------------------
											 DISCOUNT PAGE
------------------------------------------------------------------------------------------------------------------------ */
/* line 3132, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
table.discount i {
  font-size: 20px;
  line-height: 20px;
  vertical-align: -2px;
}

/* line 3136, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
table.discount i.icon-ok {
  color: #46a74e;
}

/* line 3139, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
table.discount i.icon-remove {
  color: #f13340;
}

/* ------------------------------------------------------------------------------------------------------------------------
											 GUEST TRACKING
--------------------------------------------------------------------------------------------------------------------------- */
/* line 3150, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#guestTracking .form-control {
  max-width: 271px;
}

@media (min-width: 1200px) {
  /* line 3154, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #guestTracking .form-group {
    overflow: hidden;
  }
  /* line 3156, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #guestTracking .form-group i {
    padding-left: 10px;
  }
  /* line 3160, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #guestTracking .form-control {
    float: left;
  }
  /* line 3163, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #guestTracking label {
    float: left;
    clear: both;
    width: 100%;
  }
}

/* ------------------------------------------------------------------------------------------------------------------------------
													 PAGE 404
--------------------------------------------------------------------------------------------------------------------------------- */
/* line 3176, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#pagenotfound .pagenotfound {
  max-width: 824px;
  margin: 0 auto;
  text-align: center;
}

/* line 3180, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#pagenotfound .pagenotfound .img-404 {
  padding: 8px 0 27px 0;
}

/* line 3182, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#pagenotfound .pagenotfound .img-404 img {
  max-width: 100%;
}

/* line 3186, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#pagenotfound .pagenotfound h1 {
  font: 600 28px/34px "Ubuntu", sans-serif;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 7px;
}

/* line 3192, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#pagenotfound .pagenotfound p {
  font: 600 16px/20px "Ubuntu", sans-serif;
  color: #555454;
  text-transform: uppercase;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 19px;
  margin-bottom: 20px;
}

/* line 3200, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#pagenotfound .pagenotfound h3 {
  font-weight: bold;
  color: #333;
  font-size: 13px;
  line-height: normal;
  margin-bottom: 18px;
}

/* line 3207, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#pagenotfound .pagenotfound label {
  font-weight: normal;
}

@media (max-width: 767px) {
  /* line 3207, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #pagenotfound .pagenotfound label {
    display: block;
  }
}

/* line 3213, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#pagenotfound .pagenotfound .form-control {
  max-width: 293px;
  display: inline-block;
  margin-right: 5px;
}

@media (max-width: 767px) {
  /* line 3213, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #pagenotfound .pagenotfound .form-control {
    margin: 0 auto 15px auto;
    display: block;
  }
}

/* line 3223, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#pagenotfound .pagenotfound .buttons {
  padding: 48px 0 20px 0;
}

/* line 3226, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#pagenotfound .pagenotfound .buttons .btn-md i.left {
  font-size: 17px;
}

/* -------*--------------------------------------------------------------------------------------------------------
										addon RerversoForm
------------------------------------------------------------------------------------------------------------------- */
/* line 3238, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#account-creation_form fieldset.reversoform {
  padding: 10px !important;
}

/* line 3242, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#account-creation_form fieldset.reversoform .text label {
  display: block;
  padding: 0 0 10px 0;
  width: 100%;
  text-align: left;
}

/* line 3249, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#account-creation_form fieldset.reversoform .infos-sup {
  padding: 0 !important;
  font-size: 10px;
  font-style: italic;
  text-align: right;
}

/* -------*--------------------------------------------------------------------------------------------------------
									 addon customer privacy
-*----------------------------------------------------------------------------------------------------------------- */
/* line 3259, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#account-creation_form fieldset.customerprivacy label,
fieldset.customerprivacy label {
  cursor: pointer;
}

/* -------*--------------------------------------------------------------------------------------------------------
									 addon referralprogram
------------------------------------------------------------------------------------------------------------------- */
/* line 3267, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.tab-content {
  margin-top: 20px;
}

/* line 3269, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.tab-content > ul {
  margin-bottom: 0;
}

/* -----------------------------------------------------------------------------------------------------------------
									 addons comments products
-------------------------------------------------------------------------------------------------------------------- */
/* line 3277, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
form#sendComment fieldset {
  padding: 10px;
  border: 1px solid #cccccc;
  background: #eeeeee;
}

/* line 3283, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
form#sendComment h3 {
  font-size: 14px;
}

/* line 3287, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#new_comment_form p.text {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 3292, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#sendComment p.text label,
#sendComment p.textarea label {
  display: block;
  margin: 12px 0 4px;
  font-size: 12px;
}

/* line 3299, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#sendComment p.text input {
  padding: 0 5px;
  height: 28px;
  width: 498px;
  border: 1px solid #cccccc;
  background: url(../img/bg_input.png) repeat-x 0 0 #fff;
}

/* line 3307, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#sendComment p.textarea textarea {
  height: 80px;
  width: 508px;
  border: 1px solid #cccccc;
}

/* line 3313, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#sendComment p.submit {
  padding: 0;
  text-align: right;
}

/* line 3318, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#sendComment p.closeform {
  float: right;
  padding: 0;
  height: 12px;
  width: 12px;
  text-indent: -5000px;
  background: url(../img/icon/delete.gif) no-repeat 0 0;
}

/* line 3327, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.star {
  position: relative;
  top: -1px;
  float: left;
  width: 14px;
  overflow: hidden;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
}

/* line 3338, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.star {
  display: block;
}

/* line 3340, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.star a {
  display: block;
  position: absolute;
  text-indent: -5000px;
}

/* line 3348, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
div.star:after {
  content: "\f006";
  font-family: "FontAwesome";
  display: inline-block;
  color: #bbc2c7;
}

/* line 3356, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
div.star.star_on {
  display: block;
}

/* line 3358, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
div.star.star_on:after {
  content: "\f006";
  font-family: "FontAwesome";
  display: inline-block;
  color: #333;
}

/* line 3367, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
div.star.star_hover:after {
  content: "\f006";
  font-family: "FontAwesome";
  display: inline-block;
  color: #000;
}

/* ------- CSS Modules ------- */
/* ------- IMPORTANT - Internet Explorer can read 31 CSS files max. Some CSS have been put here and erased from their own module folder. ------- */
/* -------*--------------------------------------------------------------------------------------------------------
															 Block ADVERTISING
------------------------------------------------------------------------------------------------------------------- */
/* line 3381, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.advertising_block {
  width: 191px;
  margin-bottom: 1em;
  text-align: center;
}

/* -------*--------------------------------------------------------------------------------------------------------
															footer
------------------------------------------------------------------------------------------------------------------- */
/* line 3390, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.blockcategories_footer ul ul {
  display: none !important;
}

/* -------*--------------------------------------------------------------------------------------------------------
														 Form validate
------------------------------------------------------------------------------------------------------------------- */
/* line 3400, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.form-group.form-error input,
.form-group.form-error textarea {
  border: 1px solid #f13340;
  color: #f13340;
  background: url(../img/icon/form-error.png) 98% 5px no-repeat #fff1f2;
}

/* line 3408, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.form-group.form-ok input,
.form-group.form-ok textarea {
  border: 1px solid #46a74e;
  color: #35b33f;
  background: url(../img/icon/form-ok.png) 98% 5px no-repeat #ddf9e1;
}

/* line 3417, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.form-group.form-error .form-control, .form-group.form-ok .form-control {
  padding-right: 30px;
}

/* -------*--------------------------------------------------------------------------------------------------------
											 uniform
------------------------------------------------------------------------------------------------------------------- */
/* line 3427, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.radio-inline,
.checkbox {
  padding-left: 0;
}

/* line 3430, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.radio-inline .checker,
.checkbox .checker {
  float: left;
}

/* line 3432, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.radio-inline .checker span,
.checkbox .checker span {
  top: 0;
}

/* line 3436, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.radio-inline div.radio,
.checkbox div.radio {
  display: inline-block;
}

/* line 3438, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.radio-inline div.radio span,
.checkbox div.radio span {
  float: left;
  top: 0;
}

/* line 3444, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.checkbox .checker input[type="checkbox"],
.checkbox-inline .checker input[type="checkbox"] {
  float: none;
}

/* line 3449, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.fancybox-skin {
  background: #fff !important;
}

/* line 3453, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.fancybox-skin .fancybox-close {
  width: 28px;
  height: 28px;
  background: none;
  font-size: 28px;
  line-height: 28px;
  color: #333;
  text-align: center;
  background: white;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}

/* line 3463, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.fancybox-skin .fancybox-close:hover {
  color: #888;
}

/* line 3466, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.fancybox-skin .fancybox-close:after {
  content: "\f057";
  font-family: "FontAwesome";
}

/* -------*--------------------------------------------------------------------------------------------------------
												 Homepage pre-footer
------------------------------------------------------------------------------------------------------------------- */
/* line 3476, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#facebook_block,
#cmsinfo_block {
  overflow: hidden;
  background: #f2f2f2;
  min-height: 344px;
  padding-right: 29px;
  padding-left: 29px;
}

@media (max-width: 991px) {
  /* line 3476, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #facebook_block,
  #cmsinfo_block {
    min-height: 348px;
    padding-left: 13px;
    padding-right: 13px;
  }
}

@media (max-width: 767px) {
  /* line 3476, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #facebook_block,
  #cmsinfo_block {
    width: 100%;
    min-height: 1px;
  }
}

/* line 3495, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#facebook_block h4 {
  padding: 35px 0 0 0;
  margin: 0 0 12px 0;
  font: 300 21px/25px "Ubuntu", sans-serif;
  color: #4d4d4d;
}

@media (max-width: 991px) {
  /* line 3495, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #facebook_block h4 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  /* line 3495, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #facebook_block h4 {
    padding-top: 20px !important;
  }
}

@media (max-width: 768px) {
  /* line 3495, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #facebook_block h4 {
    font-size: 16px;
  }
}

/* line 3510, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#facebook_block .facebook-fanbox {
  background: #fff;
  border: 1px solid #aaaaaa;
  padding-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 3494, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #facebook_block {
    min-height: 357px;
  }
}

/* line 3520, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.fb-like-box,
.fb-like-box span,
.fb-like-box span iframe[style] {
  max-width: 100%;
}

@media (max-width: 1199px) {
  /* line 3525, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  .facebook-fanbox .fb-like-box iframe {
    overflow-y: scroll;
  }
}

/* line 3530, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#cmsinfo_block {
  border-left: 1px solid #d9d9d9;
}

@media (max-width: 767px) {
  /* line 3530, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #cmsinfo_block {
    border: none;
    margin-top: 10px;
  }
}

/* line 3536, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#cmsinfo_block > div {
  padding: 35px 10px 0 0;
}

@media (max-width: 767px) {
  /* line 3536, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #cmsinfo_block > div {
    padding-top: 20px;
  }
}

@media (max-width: 479px) {
  /* line 3536, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #cmsinfo_block > div {
    width: 100%;
    border-top: 1px solid #d9d9d9;
  }
}

/* line 3546, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#cmsinfo_block > div + div {
  border-left: 1px solid #d9d9d9;
  min-height: 344px;
  padding-left: 29px;
}

@media (max-width: 479px) {
  /* line 3546, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #cmsinfo_block > div + div {
    border-left: none;
    padding-left: 10px;
    min-height: 1px;
    padding-bottom: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 3546, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #cmsinfo_block > div + div {
    min-height: 357px;
  }
}

/* line 3560, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#cmsinfo_block em {
  float: left;
  width: 60px;
  height: 60px;
  margin: 3px 10px 0 0;
  font-size: 30px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  background: #4d4d4d;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}

@media (max-width: 991px) {
  /* line 3560, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #cmsinfo_block em {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
  }
}

/* line 3578, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#cmsinfo_block .type-text {
  overflow: hidden;
}

/* line 3581, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#cmsinfo_block h3 {
  margin: 0 0 5px 0;
  font: 300 21px/25px "Ubuntu", sans-serif;
  color: #4d4d4d;
}

@media (max-width: 1199px) {
  /* line 3581, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #cmsinfo_block h3 {
    font-size: 18px;
  }
}

/* line 3590, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#cmsinfo_block ul li {
  padding-bottom: 22px;
}

@media (max-width: 1199px) {
  /* line 3590, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #cmsinfo_block ul li {
    padding-bottom: 10px;
  }
}

@media (max-width: 991px) {
  /* line 3590, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #cmsinfo_block ul li {
    padding-bottom: 0;
  }
}

/* line 3601, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#cmsinfo_block p em {
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin: 0;
  font-size: 13px;
  color: #333333;
  float: none;
  height: inherit;
  line-height: inherit;
  text-align: left;
  font-style: italic;
}

/* line 3617, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.ie8 #facebook_block,
.ie8 #cmsinfo_block {
  height: 344px;
}

/* -------*--------------------------------------------------------------------------------------------------------
										 Zoom
------------------------------------------------------------------------------------------------------------------- */
@media (max-width: 1199px) {
  /* line 3628, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  .zoomdiv {
    display: none !important;
  }
}

/* -------*--------------------------------------------------------------------------------------------------------
								 temporary fix for quickview
------------------------------------------------------------------------------------------------------------------- */
/* line 3638, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#product.content_only div.pb-left-column p.resetimg {
  margin-bottom: 0;
  padding-top: 0;
}

/* line 3642, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#product.content_only div.pb-left-column #thumbs_list_frame {
  margin-bottom: 0;
}

/* -------*--------------------------------------------------------------------------------------------------------
									 Product Compare
------------------------------------------------------------------------------------------------------------------- */
/* line 3652, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#products-comparison .columns-container {
  padding-bottom: 350px;
}

/* line 3657, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#product_comparison td.compare_extra_information {
  padding: 10px;
}

/* line 3660, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#product_comparison #social-share-compare {
  margin-bottom: 50px;
}

/* line 3663, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#product_comparison #social-share-compare .socialsharing_product button {
  text-align: center;
  margin-bottom: 3px;
}

/* -------*--------------------------------------------------------------------------------------------------------
										 Social Sharing
------------------------------------------------------------------------------------------------------------------- */
/* line 3678, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.btn-facebook:hover,
.btn-twitter:hover,
.btn-google-plus:hover,
.btn-pinterest:hover {
  border-color: white;
}

/* line 3684, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.btn-facebook i {
  color: #435f9f;
}

/* line 3687, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.btn-facebook:hover {
  color: white;
  background-color: #435f9f;
}

/* line 3690, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.btn-facebook:hover i {
  color: white;
}

/* line 3697, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.btn-twitter i {
  color: #00aaf0;
}

/* line 3700, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.btn-twitter:hover {
  color: white;
  background-color: #00aaf0;
}

/* line 3703, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.btn-twitter:hover i {
  color: white;
}

/* line 3710, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.btn-google-plus i {
  color: #e04b34;
}

/* line 3713, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.btn-google-plus:hover {
  color: white;
  background-color: #e04b34;
}

/* line 3716, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.btn-google-plus:hover i {
  color: white;
}

/* line 3723, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.btn-pinterest i {
  color: #ce1f21;
}

/* line 3726, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.btn-pinterest:hover {
  color: white;
  background-color: #ce1f21;
}

/* line 3729, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.btn-pinterest:hover i {
  color: white;
}

/* line 3735, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#crossselling_list,
.accessories-block .block_content,
#productscategory_list {
  /* -------*--------------------------------------------------------------------------------------------------------
															RESET AND LAYOUT
		------------------------------------------------------------------------------------------------------------------- */
  /* -------*--------------------------------------------------------------------------------------------------------
																THEME
		------------------------------------------------------------------------------------------------------------------- */
  /* -------*--------------------------------------------------------------------------------------------------------
																 LOADER
		------------------------------------------------------------------------------------------------------------------- */
  /* -------*--------------------------------------------------------------------------------------------------------
																 PAGER
		------------------------------------------------------------------------------------------------------------------- */
  /* -------*--------------------------------------------------------------------------------------------------------
												 DIRECTION CONTROLS (NEXT / PREV)
		------------------------------------------------------------------------------------------------------------------- */
  /* -------*--------------------------------------------------------------------------------------------------------
												 AUTO CONTROLS (START / STOP)
		------------------------------------------------------------------------------------------------------------------- */
  /* -------*--------------------------------------------------------------------------------------------------------
										 PAGER WITH AUTO-CONTROLS HYBRID LAYOUT
		------------------------------------------------------------------------------------------------------------------- */
  /* -------*--------------------------------------------------------------------------------------------------------
												 IMAGE CAPTIONS
		------------------------------------------------------------------------------------------------------------------- */
}

/* line 3743, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#crossselling_list .bx-wrapper,
.accessories-block .block_content .bx-wrapper,
#productscategory_list .bx-wrapper {
  position: relative;
  padding: 0;
  margin: 0 auto !important;
  *zoom: 1;
}

@media only screen and (min-width: 991px) {
  /* line 3743, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
  #crossselling_list .bx-wrapper,
  .accessories-block .block_content .bx-wrapper,
  #productscategory_list .bx-wrapper {
    margin: 0 !important;
  }
}

/* line 3753, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#crossselling_list .bx-wrapper img,
.accessories-block .block_content .bx-wrapper img,
#productscategory_list .bx-wrapper img {
  max-width: 100%;
  display: block;
}

/* line 3764, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#crossselling_list .bx-wrapper .bx-pager,
#crossselling_list .bx-wrapper .bx-controls-auto,
.accessories-block .block_content .bx-wrapper .bx-pager,
.accessories-block .block_content .bx-wrapper .bx-controls-auto,
#productscategory_list .bx-wrapper .bx-pager,
#productscategory_list .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* line 3775, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#crossselling_list .bx-wrapper .bx-loading,
.accessories-block .block_content .bx-wrapper .bx-loading,
#productscategory_list .bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
  display: none;
}

/* line 3791, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#crossselling_list .bx-wrapper .bx-pager,
.accessories-block .block_content .bx-wrapper .bx-pager,
#productscategory_list .bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

/* line 3800, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#crossselling_list .bx-wrapper .bx-pager .bx-pager-item,
#crossselling_list .bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.accessories-block .block_content .bx-wrapper .bx-pager .bx-pager-item,
.accessories-block .block_content .bx-wrapper .bx-controls-auto .bx-controls-auto-item,
#productscategory_list .bx-wrapper .bx-pager .bx-pager-item,
#productscategory_list .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

/* line 3807, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#crossselling_list .bx-wrapper .bx-pager.bx-default-pager a,
.accessories-block .block_content .bx-wrapper .bx-pager.bx-default-pager a,
#productscategory_list .bx-wrapper .bx-pager.bx-default-pager a {
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #000;
  outline: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

/* line 3818, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#crossselling_list .bx-wrapper .bx-pager.bx-default-pager a:hover,
#crossselling_list .bx-wrapper .bx-pager.bx-default-pager a.active,
.accessories-block .block_content .bx-wrapper .bx-pager.bx-default-pager a:hover,
.accessories-block .block_content .bx-wrapper .bx-pager.bx-default-pager a.active,
#productscategory_list .bx-wrapper .bx-pager.bx-default-pager a:hover,
#productscategory_list .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* line 3826, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#crossselling_list .bx-wrapper .bx-controls-direction a,
.accessories-block .block_content .bx-wrapper .bx-controls-direction a,
#productscategory_list .bx-wrapper .bx-controls-direction a {
  margin-top: 38px;
  height: 20px;
  width: 20px;
  line-height: 0;
  position: absolute;
  top: 40%;
  margin-top: -10px;
  font-size: 0;
  overflow: hidden;
}

/* line 3836, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#crossselling_list .bx-wrapper .bx-controls-direction a:before,
.accessories-block .block_content .bx-wrapper .bx-controls-direction a:before,
#productscategory_list .bx-wrapper .bx-controls-direction a:before {
  padding-left: 2px;
  color: #c0c0c0;
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 22px;
}

/* line 3843, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#crossselling_list .bx-wrapper .bx-controls-direction a:hover:before,
.accessories-block .block_content .bx-wrapper .bx-controls-direction a:hover:before,
#productscategory_list .bx-wrapper .bx-controls-direction a:hover:before {
  color: #333;
}

/* line 3849, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#crossselling_list .bx-next,
.accessories-block .block_content .bx-next,
#productscategory_list .bx-next {
  right: 10px;
}

/* line 3851, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#crossselling_list .bx-next:before,
.accessories-block .block_content .bx-next:before,
#productscategory_list .bx-next:before {
  content: "\f138";
}

/* line 3856, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#crossselling_list .bx-prev,
.accessories-block .block_content .bx-prev,
#productscategory_list .bx-prev {
  left: 10px;
}

/* line 3858, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#crossselling_list .bx-prev:before,
.accessories-block .block_content .bx-prev:before,
#productscategory_list .bx-prev:before {
  content: "\f137";
}

/* line 3864, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#crossselling_list .bx-wrapper .bx-controls-direction a.disabled,
.accessories-block .block_content .bx-wrapper .bx-controls-direction a.disabled,
#productscategory_list .bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* line 3872, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#crossselling_list .bx-wrapper .bx-controls-auto,
.accessories-block .block_content .bx-wrapper .bx-controls-auto,
#productscategory_list .bx-wrapper .bx-controls-auto {
  text-align: center;
}

/* line 3876, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#crossselling_list .bx-wrapper .bx-controls-auto .bx-start,
.accessories-block .block_content .bx-wrapper .bx-controls-auto .bx-start,
#productscategory_list .bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

/* line 3886, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#crossselling_list .bx-wrapper .bx-controls-auto .bx-start:hover,
#crossselling_list .bx-wrapper .bx-controls-auto .bx-start.active,
.accessories-block .block_content .bx-wrapper .bx-controls-auto .bx-start:hover,
.accessories-block .block_content .bx-wrapper .bx-controls-auto .bx-start.active,
#productscategory_list .bx-wrapper .bx-controls-auto .bx-start:hover,
#productscategory_list .bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

/* line 3891, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#crossselling_list .bx-wrapper .bx-controls-auto .bx-stop,
.accessories-block .block_content .bx-wrapper .bx-controls-auto .bx-stop,
#productscategory_list .bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

/* line 3901, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#crossselling_list .bx-wrapper .bx-controls-auto .bx-stop:hover,
#crossselling_list .bx-wrapper .bx-controls-auto .bx-stop.active,
.accessories-block .block_content .bx-wrapper .bx-controls-auto .bx-stop:hover,
.accessories-block .block_content .bx-wrapper .bx-controls-auto .bx-stop.active,
#productscategory_list .bx-wrapper .bx-controls-auto .bx-stop:hover,
#productscategory_list .bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* line 3910, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#crossselling_list .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager,
.accessories-block .block_content .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager,
#productscategory_list .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

/* line 3915, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#crossselling_list .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto,
.accessories-block .block_content .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto,
#productscategory_list .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* line 3925, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#crossselling_list .bx-wrapper .bx-caption,
.accessories-block .block_content .bx-wrapper .bx-caption,
#productscategory_list .bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

/* line 3934, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
#crossselling_list .bx-wrapper .bx-caption span,
.accessories-block .block_content .bx-wrapper .bx-caption span,
#productscategory_list .bx-wrapper .bx-caption span {
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/* line 3943, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.fancybox-overlay-fixed, #habla_window_div {
  -webkit-transform: translateZ(0);
}

/* line 3944, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.fancybox-inner .fancybox-error {
  white-space: normal;
}

/* line 3945, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.sortPagiBar.instant_search {
  display: none;
}

/* line 3948, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

/* line 3954, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

/* line 3969, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/* line 3974, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.scroll-element {
  display: none;
}

/* line 3977, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.scroll-element, .scroll-element div {
  box-sizing: content-box;
}

/* line 3981, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

/* line 3986, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

/* line 3991, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

/* line 3995, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

/* line 3998, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

/* line 4012, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
/* line 4022, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

/* line 4032, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
}

/* line 4041, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

/* line 4048, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.scrollbar-inner > .scroll-element.scroll-y {
  height: 60%;
  right: 10px;
  top: 20%;
  width: 8px;
  opacity: 0.2;
}

/* line 4054, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.scrollbar-inner > .scroll-element.scroll-y:hover {
  opacity: 1;
}

/* line 4059, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
  background: #fff;
  border: 1px solid #000;
}

/* line 4064, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

/* line 4073, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #333;
  border: 1px solid #fff;
  border-top-width: 2px;
  border-bottom-width: 2px;
  box-sizing: border-box;
}

/* line 4074, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #000;
}

/* line 4075, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
/* line 4080, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

/* line 4081, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

/* line 4084, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

/* line 4085, /Sites/httpd/www/cigatec.net/dev/themes/cigatec-bootstrap/sass/global.scss */
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}
div.combinations_product{
  width: 100%;
  bottom: 125px;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 5px;
  border:1px solid #e9e9e9;
  z-index: 9;
}
ul.selection{
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.combinations_product:hover > ul.selection > li.option:first-child:before{
  content: "\f0d8";
}
li.option:first-child:before{
  content: "\f0d7";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 14px;
  position: absolute;
  right: 10px;
}
ul.selection li:first-child{
  height: 40px;
  display: block;
  border: 1px solid #e9e9e9;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  padding-right: 15px;
  padding-top: 7px;
  pointer-events:none;
}

li.option{
  font-size: 12px;
  display: none;
  width: 100%;
  text-align: center;
}

li.option:hover{
  background: #e9e9e9;
  cursor: pointer;
}


span.pdt_indisponible{
  position: absolute;
  bottom:60px;
}
/* quantity_wanted  MODIF 2020*/
.product_qty {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 70px;
  position: absolute;
  bottom: 50px;
}
.product_qty .quantity_choice{
  user-select: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
  .product_qty input {
    width: 50px;
    height: 30px;
    font-size: 20px;
    margin: 0 5px;
    text-align: center;
    border: none !important;
    font-weight: 500;
    pointer-events:none;
  }
  .product_qty .qty_down:hover,
  .product_qty .qty_up:hover {
    cursor: pointer;
    background: none;
    color:black;
  }
  .product_qty .qty_up,
  .product_qty .qty_down {
    border: none;
    padding: 0;
    font-size: 12pt;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
  }
  /* FP_modif 2021 history*/
  #block-history{
    width:80%;
    margin: 0 auto;
  }
  #order-detail-content{
    width: 100%;
  }
  ul#order_step{
    width: 70%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  ul#order_step li{
    font-size: 10pt;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  ul#order_step li span{
    width: 80%;
    padding:5% 0%;
  }
  input.cart_quantity_input{
    z-index: 99;
    width: 70px;
  }
  a.btn.button-plus, a.btn.button-minus{
    z-index: 999;
  }
  #opc_account{
  width: 100%;
  }
  #carrier_area{
  width: 100%;
  }
  .psgdprinfo16{
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  }

  a.psgdprgetdatabtn16{
  margin-top: 20px;
  /* padding-left:50px; */
  min-width: 400px;

  }
  a.psgdprgetdatabtn16:before{
  font-family: "FontAwesome";
  font-size: 24px;
  padding-right: 50px;
  content: "\f1c3"; /*CSV icon*/

  }

  .psgdprinfo16 .psgdprgetdatabtn16:last-child:before{
  content: "\f1c1"; /*PDF icon*/
  }


  #dwfrenegeform {    font : normal 11px/22px "Ubuntu", sans-serif;}
  #dwfrenegeform div.selector{
  margin: 0 auto;
  }
  #renegeOrderMessage textarea#message{
  width: 80%;
  margin: 0 auto;
  }
  #renegeOrderMessage p.submit:before{
  font-family: "FontAwesome";
  content:"\f1d8";
  }
  #renegeOrderMessage p.submit:hover{
  background-color: #666;
  color:white;
  }
  #renegeOrderMessage p.submit{
  width: 20%;
  color:#666;
  margin: 0 auto;
  border-radius: 4px;
  /* background-color: #efefef; */
  padding: 0px 0px 0px 25px;
  font-size: 11pt;
  border: 1px solid #666;
  }

  #renegeOrderMessage p.submit:hover input#submitMessage{color:white;}
  #renegeOrderMessage input#submitMessage{
  border: none;
  -webkit-appearance: none;
  background: transparent;
   outline: none;
  padding: 10px 40px;
  color:#666;
  font-size: 11pt;
  }


  form[action|="https://cigatec.net/identite"].std{
    display: flex;
    justify-content: center;
  }
  form[action|="https://cigatec.net/identite"].std fieldset{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.row.addresses-lists {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}
