/*

http://mmenu.frebsite.nl/

*/

/*police bootstrap pour les pictos*/

@font-face{

  font-family:'FontAwesome';

  src:url("https://static.ledns.net/font/Font-Awesome/fontawesome-webfont.eot?v=3.2.1");

  src:url("https://static.ledns.net/font/Font-Awesome/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("https://static.ledns.net/font/Font-Awesome/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("https://static.ledns.net/font/Font-Awesome/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("https://static.ledns.net/font/Font-Awesome/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");

  font-weight:normal;

  font-style:normal;

}



/*général*/

html, body{ padding:0; margin:0; }

body{ position:relative; }

@media (max-width: 767px) {#header{ min-height:40px; }}

#header a:after { font-family:FontAwesome; font-size:30px; display:block; content:"\f0c9"; position:absolute; left:10px; top:5px; }

#header a { text-decoration:none; border:none; }

@media (min-width: 768px) {



	#page{ min-height:100%; }

	a[href="#menu_top"]{ display:none!important; }

}

/*	jQuery.mmenu CSS

	jQuery.mmenu panels CSS */

.mm-menu.mm-horizontal > .mm-panel{ -webkit-transition:left 0.4s ease; -moz-transition:left 0.4s ease; -ms-transition:left 0.4s ease; -o-transition:left 0.4s ease; transition:left 0.4s ease; }

.mm-menu .mm-hidden{ display:none; }

.mm-wrapper{ overflow-x:hidden; position:relative; }

.mm-menu{ background:inherit; display:block; overflow:hidden; width:100%; min-height:64px; padding:0; position:absolute; top:0; z-index:0; }

.mm-menu > .mm-panel{ -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; box-sizing:border-box; background:inherit; -webkit-overflow-scrolling:touch;  width:100%; height:100%; padding:20px; position:absolute; top:0; left:100%; z-index:0; }

.mm-menu > .mm-panel.mm-opened{ left:0%; }

.mm-menu > .mm-panel.mm-subopened{ left:-100%; }

.mm-menu > .mm-panel.mm-highest{ z-index:1; }

.mm-menu .mm-list{ padding:20px 0; } 

@media (min-width: 767px) {.mm-menu > .mm-list{ padding:0; text-align:center; }}

@media (max-width: 768px) {.mm-menu > .mm-list{ padding:0px 0 40px 0;height:100%; }}

.mm-panel > .mm-list{ margin-left:-20px; margin-right:-20px; }

.mm-panel > .mm-list:first-child{ padding-top:0; }

.mm-list, .mm-list > li{ list-style:none; display:block; padding:0; margin:0; }

@media (min-width: 767px) {.mm-list, .mm-list > li{ display:inline-block; }}

.mm-list{ font:inherit; /*font-size:14px;*/ }

.mm-list li a{ transition:all 0.4s ease-in-out; -webkit-transition:all 0.4s ease-in-out; -moz-transition:all 0.4s ease-in-out; -o-transition:all 0.4s ease-in-out;}

.mm-list a, .mm-list a:hover{ text-decoration:none; }

.mm-list > li{ position:relative; }

@media (min-width: 768px) {

	.mm-list > li:first-child{ border:none; }

}

.mm-list > li > a, .mm-list > li > span{ text-overflow:ellipsis; white-space:nowrap; /*overflow:hidden;*/ color:inherit; /*line-height:0px;*/ display:block; padding:10px 20px; margin:0; }

.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after{ content:''; display:block; width:100%; position:absolute; bottom:0; left:0; }

.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after{ width:auto; /*margin-left:20px;*/ position:relative; left:auto; }

.mm-list a.mm-subopen{ width:40px; height:100%; padding:0; position:absolute; right:0; top:0; z-index:2; } 

.mm-list a.mm-subopen:before{ content:''; display:block; height:100%; position:absolute; left:0; top:0; }

.mm-list a.mm-subopen.mm-fullsubopen{ width:100%; }

.mm-list a.mm-subopen.mm-fullsubopen:before{ border-left:none; } 

.mm-list a.mm-subopen + a, .mm-list a.mm-subopen + span{ padding-right:5px; margin-right:40px; }

.mm-list > li.mm-selected > a.mm-subopen{ background:transparent; }

.mm-list > li.mm-selected > a.mm-fullsubopen + a, .mm-list > li.mm-selected > a.mm-fullsubopen + span{ padding-right:45px; margin-right:0; }

.mm-list a.mm-subclose{ text-indent:20px; padding-top:30px; /*margin-top:-20px;*/ }

.mm-list > li.mm-label{ text-overflow:ellipsis; white-space:nowrap; overflow:hidden; /*font-size:10px;*/ text-transform:uppercase; text-indent:20px; line-height:25px; padding-right:5px; } 

.mm-list > li.mm-spacer{ padding-top:40px; }

.mm-list > li.mm-spacer.mm-label{ padding-top:25px; }

.mm-list a.mm-subopen:after{ content:''; border:2px solid transparent; display:block; width:7px; height:7px; margin-bottom:-5px; position:absolute; bottom:50%; -webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -ms-transform:rotate(-45deg); -o-transform:rotate(-45deg); transform:rotate(-45deg); }

.mm-list a.mm-subclose:before{ content:''; border:2px solid transparent; display:block; width:7px; height:7px; /*margin-bottom:-5px;*/ position:absolute; bottom:50%; -webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -ms-transform:rotate(-45deg); -o-transform:rotate(-45deg); transform:rotate(-45deg); }

.mm-list a.mm-subopen:after{ border-top:none; border-left:none; right:18px; } 

.mm-list a.mm-subclose:before{ border-right:none; border-bottom:none; left:10px; }

@media (max-width: 767px) { .mm-list a.mm-subclose:before{ margin-bottom:-15px; } }

@media (min-width: 768px) { .mm-list a.mm-subclose:before{ margin-bottom:-5px; } }

.mm-menu.mm-vertical .mm-list .mm-panel{ display:none; padding:10px 0 10px 10px; } 

.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after{ border-color:transparent; }

.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel{ display:block; }

.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen{ height:40px; }

.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after{ -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); -o-transform:rotate(45deg); transform:rotate(45deg); top:16px; right:16px; }

html.mm-opened .mm-page{ box-shadow:0 0 20px rgba(0, 0, 0, 0.5); }

/* jQuery.mmenu offcanvas addon CSS */

.mm-page, .mm-fixed-top, .mm-fixed-bottom{ -webkit-transition:none 0.4s ease; -moz-transition:none 0.4s ease; -ms-transition:none 0.4s ease; -o-transition:none 0.4s ease; transition:none 0.4s ease; -webkit-transition-property:top, right, bottom, left, border; -moz-transition-property:top, right, bottom, left, border; -ms-transition-property:top, right, bottom, left, border; -o-transition-property:top, right, bottom, left, border; transition-property:top, right, bottom, left, border; }

html.mm-opened .mm-page, html.mm-opened #mm-blocker{ margin:0; top:0; right:0; bottom:0; left:0; border:0px solid rgba(0, 0, 0, 0); } 

/*html.mm-opening .mm-page{ border:0px solid #010101; }*/

.mm-fixed-top, .mm-fixed-bottom{ position:fixed; left:0; }

.mm-fixed-top{ top:0; }

.mm-fixed-bottom{ bottom:0; }

html.mm-opened{ overflow-x:hidden; position:relative; }

html.mm-opened .mm-page{ -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; box-sizing:border-box; position:relative;}

html.mm-background .mm-page{ background:inherit; }

#mm-blocker{ background:url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==) transparent; display:none; width:100%; height:100%; position:fixed; z-index:999999; }

html.mm-opened #mm-blocker, html.mm-blocking #mm-blocker{ display:block; }

.mm-menu.mm-offcanvas{ display:none; position:fixed; }

.mm-menu.mm-current{ display:block; }

html.mm-opening .mm-page, html.mm-opening #mm-blocker, html.mm-opening .mm-fixed-top, html.mm-opening .mm-fixed-bottom{ left:80%; }

.mm-menu{ width:80%; }

@media all and (max-width:175px) {

	.mm-menu{ width:140px; }

	html.mm-opening .mm-page, html.mm-opening #mm-blocker, html.mm-opening .mm-fixed-top, html.mm-opening .mm-fixed-bottom{ left:140px; }

}

@media all and (min-width:550px) { 

	.mm-menu{ width:440px; }

	html.mm-opening .mm-page, html.mm-opening #mm-blocker, html.mm-opening .mm-fixed-top, html.mm-opening .mm-fixed-bottom{ left:440px; }

}

@media (min-width: 768px) {

	html, body { min-height:100%; /*overflow:auto;*/ }

	#mm-blocker { display:none !important; }

	.mm-menu.mm-offcanvas{ display:none; position:absolute; z-index:800; }

	.mm-page { box-shadow:none; width:100% !important; min-height:100%; height:auto !important; margin:0 !important; left:0% !important; top:0 !important; position:relative !important; z-index:1; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; box-sizing:border-box; }

	.mm-menu { z-index:0; width:100% !important; }

	.mm-menu.mm-top, .mm-menu.mm-right, .mm-menu.mm-bottom { top:0 !important; right:auto !important; bottom:auto !important; left:0 !important; }

	.mm-menu:first-child, .mm-menu.mm-current { display:block; }

}
/*
http://mmenu.frebsite.nl/
*/
/*police bootstrap pour les pictos*/
@font-face{
  font-family:'FontAwesome';
  src:url("http://static.ledns.net/font/Font-Awesome/fontawesome-webfont.eot?v=3.2.1");
  src:url("http://static.ledns.net/font/Font-Awesome/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("http://static.ledns.net/font/Font-Awesome/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("http://static.ledns.net/font/Font-Awesome/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("http://static.ledns.net/font/Font-Awesome/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
  font-weight:normal;
  font-style:normal;
}

/*gÃ©nÃ©ral*/
html, body{ padding:0; margin:0; }
body{ position:relative; }
@media (max-width: 767px) {#header{ min-height:40px; }}
#header a:after { font-family:FontAwesome; font-size:30px; display:block; content:"\f0c9"; position:absolute; left:10px; top:5px; }
#header a { text-decoration:none; border:none; }
@media (min-width: 768px) {
	html, body{ height:100%; }
	#page{ min-height:100%; }
	a[href="#menu_top"]{ display:none!important; }
}
/*	jQuery.mmenu CSS
	jQuery.mmenu panels CSS */
.mm-menu.mm-horizontal > .mm-panel{ -webkit-transition:left 0.4s ease; -moz-transition:left 0.4s ease; -ms-transition:left 0.4s ease; -o-transition:left 0.4s ease; transition:left 0.4s ease; }
.mm-menu .mm-hidden{ display:none; }
.mm-wrapper{ overflow-x:hidden; position:relative; }
.mm-menu{ background:inherit; display:block; overflow:hidden; width:100%; height:100%; padding:0; position:absolute; /*left:0;*/ top:0; z-index:0; }
.mm-menu > .mm-panel{ -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; box-sizing:border-box; background:inherit; -webkit-overflow-scrolling:touch; overflow:scroll; overflow-x:hidden; overflow-y:auto; width:100%; height:100%; padding:20px; position:absolute; top:0; left:100%; z-index:0; }
.mm-menu > .mm-panel.mm-opened{ left:0%; }
.mm-menu > .mm-panel.mm-subopened{ left:-100%; }
.mm-menu > .mm-panel.mm-highest{ z-index:1; }
.mm-menu .mm-list{ padding:20px 0; } 
@media (min-width: 767px) {.mm-menu > .mm-list{ padding:0; text-align:center; }}
@media (max-width: 768px) {.mm-menu > .mm-list{ padding:0px 0 40px 0; }}
.mm-panel > .mm-list{ margin-left:-20px; margin-right:-20px; }
.mm-panel > .mm-list:first-child{ padding-top:0; }
.mm-list, .mm-list > li{ list-style:none; display:block; padding:0; margin:0; }
@media (min-width: 767px) {.mm-list, .mm-list > li{ display:inline-block; }}
.mm-list{ font:inherit; /*font-size:14px;*/ }
.mm-list li a{ transition:all 0.4s ease-in-out; -webkit-transition:all 0.4s ease-in-out; -moz-transition:all 0.4s ease-in-out; -o-transition:all 0.4s ease-in-out;}
.mm-list a, .mm-list a:hover{ text-decoration:none; }
.mm-list > li{ position:relative; }
@media (min-width: 768px) {
	.mm-list > li:first-child{ border:none; }
}
.mm-list > li > a, .mm-list > li > span{ text-overflow:ellipsis; white-space:nowrap; /*overflow:hidden;*/ color:inherit; /*line-height:0px;*/ display:block; padding:10px 20px; margin:0; }
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after{ content:''; display:block; width:100%; position:absolute; bottom:0; left:0; }
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after{ width:auto; /*margin-left:20px;*/ position:relative; left:auto; }
.mm-list a.mm-subopen{ width:40px; height:100%; padding:0; position:absolute; right:0; top:0; z-index:2; } 
.mm-list a.mm-subopen:before{ content:''; display:block; height:100%; position:absolute; left:0; top:0; }
.mm-list a.mm-subopen.mm-fullsubopen{ width:100%; }
.mm-list a.mm-subopen.mm-fullsubopen:before{ border-left:none; } 
.mm-list a.mm-subopen + a, .mm-list a.mm-subopen + span{ padding-right:5px; margin-right:40px; }
.mm-list > li.mm-selected > a.mm-subopen{ background:transparent; }
.mm-list > li.mm-selected > a.mm-fullsubopen + a, .mm-list > li.mm-selected > a.mm-fullsubopen + span{ padding-right:45px; margin-right:0; }
.mm-list a.mm-subclose{ text-indent:20px; padding-top:30px; /*margin-top:-20px;*/ }
.mm-list > li.mm-label{ text-overflow:ellipsis; white-space:nowrap; overflow:hidden; /*font-size:10px;*/ text-transform:uppercase; text-indent:20px; line-height:25px; padding-right:5px; } 
.mm-list > li.mm-spacer{ padding-top:40px; }
.mm-list > li.mm-spacer.mm-label{ padding-top:25px; }
.mm-list a.mm-subopen:after{ content:''; border:2px solid transparent; display:block; width:7px; height:7px; margin-bottom:-5px; position:absolute; bottom:50%; -webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -ms-transform:rotate(-45deg); -o-transform:rotate(-45deg); transform:rotate(-45deg); }
.mm-list a.mm-subclose:before{ content:''; border:2px solid transparent; display:block; width:7px; height:7px; /*margin-bottom:-5px;*/ position:absolute; bottom:50%; -webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -ms-transform:rotate(-45deg); -o-transform:rotate(-45deg); transform:rotate(-45deg); }
.mm-list a.mm-subopen:after{ border-top:none; border-left:none; right:18px; } 
.mm-list a.mm-subclose:before{ border-right:none; border-bottom:none; left:10px; }
@media (max-width: 767px) { .mm-list a.mm-subclose:before{ margin-bottom:-15px; } }
@media (min-width: 768px) { .mm-list a.mm-subclose:before{ margin-bottom:-5px; } }
.mm-menu.mm-vertical .mm-list .mm-panel{ display:none; padding:10px 0 10px 10px; } 
.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after{ border-color:transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel{ display:block; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen{ height:40px; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after{ -webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -ms-transform:rotate(45deg); -o-transform:rotate(45deg); transform:rotate(45deg); top:16px; right:16px; }
html.mm-opened .mm-page{ box-shadow:0 0 20px rgba(0, 0, 0, 0.5); }
/* jQuery.mmenu offcanvas addon CSS */
.mm-page, .mm-fixed-top, .mm-fixed-bottom{ -webkit-transition:none 0.4s ease; -moz-transition:none 0.4s ease; -ms-transition:none 0.4s ease; -o-transition:none 0.4s ease; transition:none 0.4s ease; -webkit-transition-property:top, right, bottom, left, border; -moz-transition-property:top, right, bottom, left, border; -ms-transition-property:top, right, bottom, left, border; -o-transition-property:top, right, bottom, left, border; transition-property:top, right, bottom, left, border; }
html.mm-opened .mm-page, html.mm-opened #mm-blocker{ margin:0; top:0; right:0; bottom:0; left:0; border:0px solid rgba(0, 0, 0, 0); } 
/*html.mm-opening .mm-page{ border:0px solid #010101; }*/
.mm-fixed-top, .mm-fixed-bottom{ position:fixed; left:0; }
.mm-fixed-top{ top:0; }
.mm-fixed-bottom{ bottom:0; }
html.mm-opened{ overflow-x:hidden; position:relative; }
html.mm-opened .mm-page{ -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; box-sizing:border-box; position:relative;}
html.mm-background .mm-page{ background:inherit; }
#mm-blocker{ background:url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==) transparent; display:none; width:100%; height:100%; position:fixed; z-index:999999; }
html.mm-opened #mm-blocker, html.mm-blocking #mm-blocker{ display:block; }
.mm-menu.mm-offcanvas{ display:none; position:fixed; }
.mm-menu.mm-current{ display:block; }
html.mm-opening .mm-page, html.mm-opening #mm-blocker, html.mm-opening .mm-fixed-top, html.mm-opening .mm-fixed-bottom{ left:80%; }
.mm-menu{ width:80%; }
@media all and (max-width:175px) {
	.mm-menu{ width:140px; }
	html.mm-opening .mm-page, html.mm-opening #mm-blocker, html.mm-opening .mm-fixed-top, html.mm-opening .mm-fixed-bottom{ left:140px; }
}
@media all and (min-width:550px) { 
	.mm-menu{ width:440px; }
	html.mm-opening .mm-page, html.mm-opening #mm-blocker, html.mm-opening .mm-fixed-top, html.mm-opening .mm-fixed-bottom{ left:440px; }
}
@media (min-width: 768px) {
	html, body { min-height:100%; /*overflow:auto; */}
	#mm-blocker { display:none !important; }
	.mm-menu.mm-offcanvas{ display:none; position:absolute; z-index:800;height: auto; }
	.mm-list > li > a, .mm-list > li > span {padding: 10px 10px}
	.mm-page { box-shadow:none; width:100% !important; min-height:100%; height:auto !important; margin:0 !important; left:0% !important; top:0 !important; position:relative !important; z-index:1; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; box-sizing:border-box; }
	.mm-menu { z-index:0; width:100% !important; }
	.mm-menu.mm-top, .mm-menu.mm-right, .mm-menu.mm-bottom { top:0 !important; right:auto !important; bottom:auto !important; left:0 !important; }
	.mm-menu:first-child, .mm-menu.mm-current { display:block; }
}
/*- Eléments à changer : -*/

#tel_head #question_head {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 200;
    padding: 0 0 15px;
}

.produits {
    position: relative;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 19px #bdbdbd;
    -moz-box-shadow: 0px 0px 19px #bdbdbd;
    box-shadow: 0px 0px 19px #bdbdbd;
}

#question_head {
    color: #003e7e;
}

#tel_head p {
    font-size: 1.3em;
}

.encart,
.block {
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 0px 19px #bdbdbd;
    -moz-box-shadow: 0px 0px 19px #bdbdbd;
    box-shadow: 0px 0px 19px #bdbdbd;
}

.encart h4,
.block h4 {
    margin: 0;
    padding: 10px;
    min-height: 65px;
    line-height: 40px;
    text-transform: uppercase;
    background: #003e7e url("../images/encart_haut.png") no-repeat scroll right bottom;
    font-size: 29px;
    font-weight: 200;
}

.encartContenu,
.block_content {
    padding: 19px 10px;
    background: #FFFFFF url('../images/encart_bg.png');
}

footer {
    background: transparent url('../images/adresse.jpg') top center no-repeat;
}

.toggleMenuBottom a {
    color: #000;
}


/* couleur du texte */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #003e7e;
}


/*couleur du h1 bienvenue */

body,
textarea,
input {
    color: #000;
}


/*couleur du texte par défaut*/

a {
    color: #003e7e;
}


/*couleur des liens*/

#rubric_title {
    color: #4e4e4e;
}


/*couleur des titres de page*/

#global_footer h4,
#coordinates {
    color: #003e7e;
}


/*couleur de l'adresse*/

footer h4 {
    color: #003e7e;
}


/*couleur de la bordure l'adresse*/

.block_various_links li a,
#block_contact_infos {
    color: #000;
}


/*couleur des liens de bas de page*/

#toggle-nav {
    background-color: #003e7e;
    /*couleur du fond du bouton menu de bas de page sur telephone*/
    color: #fff;
}


/*couleur du bouton menu de bas de page sur telephone*/


/*menu : commun*/

#menus,
#menu_top {
    font-size: 18px;
}

@media (min-width:992px) and (max-width:1199px) {
    #menus,
    #menu_top {
        font-size: 18px;
    }
}

#menus ul a,
#menu_top ul a {
    color: #fff;
}


/*couleur du menu*/

#menus ul a:hover,
#menu_top ul a:hover {
    color: #003e7e;
    background: #fff;
}


/*couleur du menu au survol*/

@media (max-width: 767px) {
    /*menu2*/
    #header a:after {
        color: #fff;
    }
    /* couleur du picto pour les tels*/
    .mm-ismenu {
        background: #003e7e;
        /* fond du panneau dépliant tel */
    }
}


/* Couleurs du bandeau */

#panier a,
#connexion a {
    color: #3f3f3f;
}


/*couleur panier et connexion*/

#rechercher label {
    color: #000;
}

#rechercher input {
    background: #fff;
    /*fond du champ recherche*/
    border: 1px solid #eaeaea;
    /*bordure du champ recherche*/
    color: #333;
}


/*couleur du texte du champ recherche*/

#tel_head {
    color: #4e4e4e;
}


/*couleur du téléphone dans le bandeau */


/*catalogue*/

.toggleMenu {
    color: #000;
}

#catalogue {
    font-size: 13px;
}

@media (min-width:768px) and (max-width:991px) {
    #catalogue {
        font-size: 12px;
    }
}

#catalogue ul a {
    color: #333;
}


/*couleur du catalogue*/

#catalogue ul a:hover {
    color: #fff;
    background: #65d9c5;
}


/*couleur du catalogue au survol*/

#mycom_block input {
    background: #f7f7f7;
}


/*couleur de input mycom*/

#mycom_block button {
    background: #65d9c5;
    /*couleur du bouton mycom*/
    border: 1px solid #85f3e0;
    color: #000;
}

.catalogueRubriques li {
    border-bottom: 1px #ccc solid;
}

.catalogueRubriques a {
    color: #000;
}

.encart h4,
.block h4 {
    color: #fff;
}

.encartContenu {
    color: #000;
}

.encart a,
.block a {
    color: #000;
}


/*Accueil*/

.bouton_black {
    background: #4e4e4e;
    border: solid 1px #4e4e4e;
}

.bouton_black a {
    color: #fff;
}

.bouton_color {
    background: #003e7e;
    border: solid 1px #003e7e;
}

.bouton_color a {
    color: #fff;
}

.bouton_disponible {
    background: #003e7e;
}

.bouton_disponible a {
    color: #fff;
}

.produits h5 a {
    color: #4e4e4e;
}

.bouton_prix {
    color: #003e7e;
}

@media (min-width:1200px) {
    #produit_vertical .produits:hover .bouton_prix {
        color: #fff;
    }
    #produit_horizontal .produits:hover .bouton_prix {
        color: #fff;
    }
    .produits:hover {
        -webkit-box-shadow: 0px 0px 24px #cfcfcf;
        -moz-box-shadow: 0px 0px 24px #cfcfcf;
        box-shadow: 0px 0px 24px #cfcfcf;
    }
}

#contact_form,
#contact_form .requis,
#contact_form legend,
#contact_form #submit_contact_form {
    color: #000;
}


/*couleur du texte du formulaire*/

#map h2 {
    color: #003e7e;
}


/*couleur du titre de l'infobulle*/

#contact_form,
#contact_form fieldset,
#contact_form input,
#contact_form textarea,
#map {
    border-color: #003e7e;
}


/*couleur de la bordure du formulaire*/


/* couleur de fond */

body {
    background-color: #fff;
}

#global_main {
    background-color: #fff;
}


/* fond en bas du contenu et avant l'adresse */

#global_footer {
    background: #fff;
}


/* fond du haut de l'adresse */


/* polices de caractères à changer */

body {
    font-family: Arial, Helvetica, sans-serif;
}

.nav,
#coordinates,
.toggleMenu,
.mm-menu,
#question_head,
#rechercher label,
#global_footer h4,
#mycom_block button,
#produit_vertical .boutons,
header {
    font-family: 'Raleway', sans-serif;
    background: repeat;
}

.encart h4,
.block h4,
footer h4,
.bouton_prix,
#menus,
#rubric_title,
.bouton_black a,
#menus ul a,
#menu_top ul a,
#question_head,
#tel_head {
    font-family: 'Anton', sans-serif;
}


/* Général----------------------------------------------------------*/


/*Formatage de texte*/

h1 {
    font-weight: 700;
    font-size: 1.1em;
}

h2 {
    font-weight: 700;
    font-size: 1.3em;
}

h3 {
    font-weight: 700;
    font-size: 1.17em;
}

h4 {
    font-weight: 700;
    font-size: 1em;
}

h5 {
    font-size: .83em;
}

h6 {
    font-size: .67em;
}

p,
ul,
ol,
li {
    font-size: 1em;
}

a {
    text-decoration: underline;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


/* si changement de couleur au survol */

textarea {
    padding: 3px;
}

input {
    padding: 3px;
}


/* Des classes d'alignement d'objets */

.aligntop {
    vertical-align: top;
}

.alignbottom {
    vertical-align: bottom;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.justify {
    text-align: justify;
}

.textshadow {
    -moz-text-shadow: 1px 1px 2px #000;
    -webkit-text-shadow: 1px 1px 2px #000;
    text-shadow: 1px 1px 2px #000;
}

.paddTop10 {
    padding-top: 10px;
}


/* Architecture----------------------------------------------------------*/

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
}

#global {}

#wrapper {}

.container {
    margin: 0 auto;
}

#global_main .container {}


/* header----------------------------------------------------------*/

#global_header {}

header {
    background: transparent url('../images/fond-menu.jpg') bottom repeat-x;
    text-transform: uppercase;
    font-size: 13px;
}

@media (min-width:992px) and (max-width:1199px) {
    header {
        font-size: 12px;
    }
}

@media (max-width:767px) {
    header {
        font-size: 12px;
    }
}


/*menu*/

@media (min-width:768px) {
    #menus {
        min-height: 63px;
    }
    #menus ul {
        text-align: left;
    }
    #menus a {
        padding: 22px 10px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    #menus a {
        padding: 22px 5px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    #menus a {
        padding: 22px 5px;
    }
}

@media (min-width:992px) {
    header .col-xs-6 {
        padding-left: 0;
        padding-right: 0;
    }
}

.picto {
    float: left;
    margin-right: 5px;
}


/* contenu----------------------------------------------------------*/

#global_main {}

#main {
    background: transparent url('../images/principale.jpg') no-repeat center top;
}

#content_bg_image {
    min-height: 200px;
}


/*head*/

#head {}

#rechercher,
#tel_head {
    padding-top: 0px;
}

#rechercher label {
    color: #ffffff;
    font-size: 18px;
    font-family: "Anton", sans-serif;
    font-weight: 200;
    padding: 21px 0 15px;
    text-transform: uppercase;
}

#rechercher input {
    float: left;
    width: 39%;
    padding: 5px 2%;
    margin-top: 15px;
    line-height: 15px;
    height: 30px;
}

#rechercher button {
    float: left;
    width: 12%;
    background: transparent url('../images/picto_recherche.png') top no-repeat;
    height: 37px;
    border: none;
    margin-top: 12px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #rechercher button {
        height: 40px;
    }
}

#tel_head p {
    margin: 0;
}

#tel_head .row .col-xs-8 {
    padding-top: 10px;
    padding-left: 0;
}


/*categories*/

#catalogue {
    background: transparent url('../images/fond-categorie.jpg') repeat top;
}

@media (min-width:768px) {
    #catalogue ul {
        padding: 0;
        text-transform: uppercase;
    }
    #catalogue a {
        padding: 20px 10px;
        display: inline-block;
    }
}


/*contenu*/

#columns {
    position: relative;
}

#left_column {
    padding-top: 30px;
}

#center_column {}

#content {
    padding: 10px 0 10px;
}

#rubric_title {
    position: absolute;
    left: 0;
    font-size: 30px;
    line-height: 32px;
    text-align: center;
    width: 100%;
}

@media (max-width:767px) {
    #rubric_title {
        display: none;
    }
}


/* encarts----------------------------------------------------------*/

@media (max-width: 767px) {
    .encartContenu {
        display: none;
    }
    .encart h4 {
        position: relative;
        cursor: pointer;
    }
    .encart h4:after {
        font-family: FontAwesome;
        font-size: 20px;
        display: block;
        content: "\f067";
        position: absolute;
        right: 10px;
        top: 3px;
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .encart h4 {
        font-size: 28px;
        line-height: 30px;
    }
}

.catalogueRubriques {
    padding: 0;
    margin: 0;
}

.catalogueRubriques li {
    list-style: none outside;
    padding: 8px 0;
}

#logo_paiement {
    margin: 0;
    padding: 0;
}

#logo_paiement li {
    display: inline;
}


/* footer----------------------------------------------------------*/

#global_footer {
    min-height: 30px;
}


/*mycom*/

#global_footer h4 {
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
}

@media (max-width:991px) {
    #global_footer h4 {
        margin: 0;
        padding: 10px 0;
    }
}

#mycom_block p.text,
p.submit {
    margin-top: 0;
}

@media (min-width:992px) {
    #mycom_block p.text,
    p.submit {
        padding: 17px 0;
        margin: 0;
    }
}

#mycom_block input {
    border: none;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

#mycom_block button {
    width: 100%;
    padding-top: 9px;
    padding-bottom: 9px;
    text-transform: uppercase;
    font-size: 15px;
}


/*footer*/

footer {
    padding-top: 20px;
    position: relative;
    z-index: 700;
}

#menu_bottom {
    position: relative;
}

#menu_bottom h4 {
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 200;
    margin: 0 0 13px 0;
}

#menu_bottom ul {
    padding: 0;
    margin: 0;
}

#menu_bottom ul li {
    padding: 0;
    overflow: hidden;
    line-height: 20px;
}

@media (max-width: 767px) {
    #menu_bottom ul li {
        padding: 0;
        overflow: hidden;
        line-height: 30px;
    }
    #menu_bottom h4 {
        position: relative;
        margin-bottom: 0;
        padding-bottom: 13px;
        padding-top: 5px;
    }
    #menu_bottom h4:after {
        font-family: FontAwesome;
        font-size: 18px;
        display: block;
        content: "\f055";
        position: absolute;
        right: 0;
        top: 1px;
    }
    #menu_bottom h4.active:after {
        font-family: FontAwesome;
        content: "\f056";
    }
}

#marque {
    text-align: center;
}

#marque img {
    max-width: 100%;
}

#powered {
    padding-top: 8px;
}


/* Intégration----------------------------------------------------------*/

#site img {
    vertical-align: top;
}

#site {
    text-align: center;
    padding: 5em 0;
}

.texte_gauche {
    padding-left: 20px;
}

.texte_droite {
    padding-right: 20px;
}

.texte {
    padding: 0 20px;
}


/*-accueil-*/

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}


/*Produits accueil*/


/*commun*/

.boutons p {
    margin-top: 30px;
    text-align: center;
    font-size: 27px;
    text-transform: uppercase;
    padding: 15px 0;
}

@media (min-width:1200px) {
    .imageProduit {
        background: #000;
    }
}

.imageProduit {
    text-align: center;
}

.produits h5 {
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    padding: 10px 0;
    margin: 0;
    font-weight: normal;
}

.bouton_disponible,
.bouton_prix,
.bouton_panier,
.bouton_detail {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 0;
}

.bouton_prix {
    font-size: 30px;
    margin: 0;
}

@media (min-width:1200px) {
    .bouton_panier,
    .bouton_detail {
        display: none;
    }
    .produits:hover .imageProduit img {
        opacity: 0.5;
    }
}


/*produit en vertical*/

#produit_vertical {}

@media (min-width:1200px) {
    .product_list.grid .produits:hover .button-container {
        display: block
    }
    .product_list.grid .produits:hover .price.product-price {
        display: block;
        position: absolute;
        width: 90%;
        top: 120px;
        font-size: 30px;
        color: #fff;
    }
    .product_list.grid .produits:hover .button.lnk_view {
        display: block;
        position: absolute;
        width: 90%;
        text-align: center;
        top: 220px;
    }
    #produit_vertical .produits {
        min-height: 432px;
    }
    #produit_vertical .produits:hover .bouton_panier,
    #produit_vertical .produits:hover .bouton_detail {
        display: block;
        position: absolute;
        left: 5%;
        width: 90%;
    }
    #produit_vertical .produits:hover .bouton_prix {
        position: absolute;
        font-size: 45px;
        text-transform: uppercase;
        width: 90%;
        left: 5%;
    }
    #produit_vertical .produits:hover h5 {
        padding: 30px 0 10px;
    }
    #produit_vertical .produits:hover .bouton_panier {
        top: 170px;
    }
    #produit_vertical .produits:hover .bouton_detail {
        top: 220px;
    }
    #produit_vertical .produits:hover .bouton_prix {
        top: 120px;
    }
}

@media (min-width:384px) and (max-width:767px) {
    #produit_vertical .col-sm-4 {
        width: 50%;
        float: left;
    }
}


/*produit en horizontal*/

#produit_horizontal .bouton_disponible {
    margin: 0;
}

#produit_horizontal .bouton_disponible {}

#produit_horizontal .bouton_disponible {
    width: 100%;
}

@media (min-width:768px) {
    #produit_horizontal .produits .contentProduct {
        padding-left: 0;
    }
    #produit_horizontal .produits .col-sm-6:first-child {
        padding-right: 0;
    }
    #produit_horizontal .bouton_disponible {
        position: absolute;
        width: 50%;
        right: 0;
        bottom: 0;
    }
}

@media (min-width:1200px) {
    #produit_horizontal .col-md-6 .bouton_prix {
        padding-top: 50px;
    }
    #produit_horizontal .col-md-6 .contentProduct {
        min-height: 311px;
    }
    #produit_horizontal h5 {
        padding: 40px 0;
        margin: 0;
    }
    /*hover*/
    #produit_horizontal .produits:hover .bouton_disponible {
        top: 35%;
        bottom: inherit;
    }
    #produit_horizontal .produits:hover .bouton_panier,
    #produit_horizontal .produits:hover .bouton_detail {
        display: block;
        position: absolute;
        left: 5%;
        width: 85%;
    }
    #produit_horizontal .produits:hover .bouton_prix {
        position: absolute;
        font-size: 45px;
        text-transform: uppercase;
        width: 85%;
        left: -90%;
        top: 160%;
    }
    #produit_horizontal .produits:hover .bouton_panier {
        top: 120%;
    }
    #produit_horizontal .produits:hover .bouton_detail {
        top: 170%;
    }
    #produit_horizontal .col-md-6 .produits:hover .bouton_panier {
        top: 170px;
    }
    #produit_horizontal .col-md-6 .produits:hover .bouton_detail {
        top: 220px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    #produit_horizontal h5 {
        padding: 27px 0 28px;
        margin: 0;
    }
}

@media (min-width:768px) and (max-width:991px) {
    #produit_horizontal h5 {
        padding: 68px 0;
        margin: 0;
    }
    #produit_horizontal .col-lg-6 h5 {
        padding: 35px 0;
        margin: 0;
    }
}

@media (min-width:384px) and (max-width:767px) {
    #produit_horizontal .col-md-6 {
        width: 50%;
        float: left;
    }
    #produit_horizontal .col-lg-6 {
        width: 50%;
        float: left;
    }
}


/*-contact- */

#contact_form fieldset {
    display: block;
    margin: 10px auto;
    padding: 0 25px 20px;
    border-width: 1px;
    border-style: solid;
}

#contact_form label {
    display: block;
    padding: 8px 0 0 0;
}

#contact_form .civil {
    display: inline;
}

#contact_form #madame,
#contact_form #mademoiselle,
#contact_form #monsieur {
    border: 0;
    background: transparent;
}

#contact_form input,
#contact_form textarea {
    background: transparent;
    padding: 6px;
    border-width: 1px;
    border-style: solid;
    border-radius: 6px;
}

#contact_form .contact_form_field,
#contact_form #code {
    width: 96%;
}

#contact_form .contact_form_submit {}

#contact_form #submit_contact_form {
    background: transparent;
}


/* Erreur du formulaire*/

#contact_form input.error,
#formulaire textarea.error,
#contact_form .required {
    background-color: #FFD9D7;
    border: 1px dotted #c00;
}

#contact_form .valid {}

#contact_form fieldset :required:valid {}

#contact_form label.error {
    color: #c00;
    font-style: italic;
    display: block;
}

#errors {
    color: #c00;
    text-align: left;
    background-color: #FFD9D7;
    border: 1px solid #c00;
    padding: 0.5em 0.5em 0.5em 3em;
}


/* Information client */

#contact_details {
    padding: 65px 0 0;
}


/* plan d'accès */

#map {
    height: 300px;
    border-width: 1px;
    border-style: solid;
    margin: 20px 0;
    text-align: center;
    color: #000;
}

#map img {
    max-width: none;
}

.infosbulle {
    border: none;
    margin: 0;
    text-align: center;
    font-style: normal;
}

.plan-titre {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 1em;
}

.plan-adresse {
    font-size: 12px;
}

.plan-printer {
    display: block;
    text-align: right;
}

.plan-printer img,
.plan-printer a {
    border: none;
}


/* fin plan d'accès */

@media (max-width:991px) {
    #contact_form,
    #contact_details {
        padding: 0 15px;
    }
}


/* -mentions legales- */

@media (min-width:768px) and (max-width:1200px) {
    #menus a {
        padding: 18px 5px;
        font-size: 14px;
    }
    #rechercher label {
        font-size: 15px;
        font-family: "Anton", sans-serif;
        font-weight: 200;
        padding: 17px 0 15px;
    }
}

#infoclient,
#hebergeur,
#credits {
    padding-left: 0;
}

#infoclient li,
#hebergeur li,
#credits li {
    list-style-type: none;
}

#infoclient li img,
#hebergeur li img,
#credits li img {
    vertical-align: top;
}

.span14 #credits li {
    display: inline;
}

.product-container.produits .left-block {
    background-color: #000
}

.product-container.produits:hover .left-block img {
    opacity: 0.5
}

#left_column .button.button-small span {
    white-space: normal !important;
}

#head {
    background: transparent url('../images/bg_head.png') no-repeat 94.4% 19px;
}

#block_contact_top {
    padding-top: 50px;
}

form#searchbox {
    padding-right: 30px;
}

@media (max-width:991px) {
    #rechercher,
    #block_contact_top {
        display: none;
    }
    #head {
        background: none;
    }
}

@media (max-width:991px) {
    #header_logo {
        float: none!important;
        text-align: center;
        margin: 0 auto;
    }
}
/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=6adac5250429b683f260)
 * Config saved to config.json and https://gist.github.com/6adac5250429b683f260
 *//*! normalize.css v3.0.1 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:Arial, Helvetica, sans-serif;font-size:12px;line-height:18px;color:#000;}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:hover,a:focus{/*color:#2a6496;*/text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}/*.*/img/*-responsive*/{/*display:block;*/width:100% \9;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;width:100% \9;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.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}.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}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.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}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.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}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.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}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;-o-transition:height .35s ease;transition:height .35s ease}.navContent{margin-bottom:0;padding-left:0;list-style:none}.navContent>li{position:relative;display:block}.navContent>li>a{position:relative;display:block;padding:10px 15px}.navContent>li>a:hover,.navContent>li>a:focus{text-decoration:none;background-color:#eee}.navContent>li.disabled>a{color:#777}.navContent>li.disabled>a:hover,.navContent>li.disabled>a:focus{color:#777;text-decoration:none;background-color:transparent;cursor:not-allowed}.navContent .open>a,.navContent .open>a:hover,.navContent .open>a:focus{background-color:#eee;border-color:#428bca}.navContent .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.navContent>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.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 td:first-child,.panel>.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 td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.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 td:last-child,.panel>.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 td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.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 td:first-child,.panel>.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 td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.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 td:last-child,.panel>.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 td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#428bca}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#428bca}.panel-primary>.panel-heading .badge{color:#428bca;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#428bca}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.nav:before,.nav:after,.panel-body:before,.panel-body:after{content:" ";display:table}.clearfix:after,.container:after,.container-fluid:after,.row:after,.nav:after,.panel-body:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important;visibility:hidden !important}.affix{position:fixed;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}.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){.visible-xs{display:block !important}table.visible-xs{display:table}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width:767px){.visible-xs-block{display:block !important}}@media (max-width:767px){.visible-xs-inline{display:inline !important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important}table.visible-sm{display:table}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important}table.visible-md{display:table}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block !important}}@media (min-width:1200px){.visible-lg{display:block !important}table.visible-lg{display:table}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width:1200px){.visible-lg-block{display:block !important}}@media (min-width:1200px){.visible-lg-inline{display:inline !important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}@media (min-width:1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}