/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif, 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;
}

/* ====================================================
   Base styles
   ==================================================== */

html {
  background-color: #ffffff;
}

body {
  color: #333333;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  padding-bottom: 50px;
}

/*
 * Links
 */
a {
  color: #1a74b0;
  text-decoration: none;
  font-family: inherit;
}

a:hover {
  cursor: pointer;
  text-decoration: underline;
}

/*
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

img[width], img[height] {
  max-width: none;
}

figure > img {
  display: block;
}

/*
 * Lists
 */
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-family: inherit;
  font-weight: normal;
}




* {
  -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;
}


.user-avatar{
  height: 30px;
  margin: 10px;
}

/* Youtube video container */

.youtube_video_container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 0;
    overflow: hidden;
}
.youtube_video_container iframe,
.youtube_video_container object,
.youtube_video_container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* ====================================================
   Header
   ==================================================== */

@media (min-width: 768px) and (max-width: 992px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 12px!important;
    padding: 15px 5px;
  }
  #logo_guitarpro img{
    width: 100px;
  }
}

@media (max-width: 992px) {

  #new_request_button_responsive{
    width: 100%;
    margin-bottom: 10px
  }
}

@media (min-width: 992px) {

  #new_request_button_responsive{
    display:none;
  }
}


@media (max-width: 768px)  {
  #menu_language_selector{
    display:none;
  }
}



#logo_guitarpro{
  margin-top: 10px;
}

@media (min-width: 768px) {





   #menu_guitarpro > li:nth-child(5) > a {
    color: #E73C2E!important;
  }
}

@media (max-width: 768px) {





   .collapse.in  #menu_guitarpro > li:nth-child(5) > a {
    color: #E73C2E!important;
  }
}


#user{
  height: 40px;
  display: block;
  width: 200px;
  margin-bottom: 10px;
}

#user .btn{
  display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid #ccc;
white-space: nowrap;
padding: 6px 12px;
font-size: 14px;
border-radius: 4px;
width: 190px;
}


.language-selector{
  /*height: 30px;
  width: 90px;*/
  display: block;
  margin-bottom:5px!important;
  margin-top:12px
}

.language-selector .dropdown-panel {
background: none;
border: none;
border-radius: 0px;
box-shadow: 0 0 0;
left: 0;
padding: 5px 0;

}

.language-selector>ul {
padding: 0!important;
}

.language-selector  .dropdown-menu>li>a {
font-size: 13px;
line-height: 11px;
padding: 0 0px;
}

.language-selector  .dropdown-menu>li>a:hover {
  background: none!important;

}

#user #user-avatar{
  height: 25px;
  margin: 0px;
}

/* ====================================================
   Helper classes
   ==================================================== */
/*
 * Clearfix: contain floats
 */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}


/* ====================================================
   Custom divs
   ==================================================== */
#help_center_name{
  font-size: 24px;
  color: #555555;
  font-weight: bold;
}

#large_search_box #query{
  height: 47px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 2.5;
  border-radius: 3px;
  width: 770px;
  cursor: text;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #large_search_box #query{
    width: 620px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #large_search_box #query{
    width: 650px;
  }
}
@media (max-width: 768px) {
  #large_search_box #query{
    width: 80%;
  }
}

/*#large_search_box input[type=submit]{
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  color: ;
  background-color: #fff;
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-user-select: none;
}*/

#suggested_searches .text-important{
  font-size: 18px;
}

#suggested_searches {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 20px;
}

#breadcrumb{
  margin: 10px
}

#subscribe{
  margin-bottom: 10px
}

/* ====================================================
   Right sidebar
   ==================================================== */
.right_sidebar_widget{
  margin-bottom: 20px
}

#right_sidebar h4{
  color:#d9534f;
}

#external_icon_links {
  margin-top: 10px;
}

#external_icon_links a {
  color: #7b7b7b;
}

#external_icon_links a:hover {
  color: #d9534f;
}

#right_sidebar .well .logo_col{
  float: left;
  width: 25px;
}



#right_sidebar .well .text_col{
  float: left;
  width: 195px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
}

#right_sidebar .well{
  margin-bottom:0px;
}

#right_sidebar_recover_credentials {
  font-size: .9em!important;
}

#new_request_button{
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1200px)  {

  .right_sidebar_youtube_video_container {
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 0px;
      margin-top: 0px;
      margin-bottom: 0px;
      height: 0;
      overflow: hidden;
  }
  .right_sidebar_youtube_video_container iframe,
  .right_sidebar_youtube_video_container object,
  .right_sidebar_youtube_video_container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }

}

@media (max-width: 992px)  {

  .right_sidebar_youtube_video_container {
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 30px;
      margin-top: 30px;
      margin-bottom: 30px;
      height: 0;
      overflow: hidden;
  }
  .right_sidebar_youtube_video_container iframe,
  .right_sidebar_youtube_video_container object,
  .right_sidebar_youtube_video_container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }

}

/* ====================================================
   Home Page Knowledge base
   ==================================================== */

#hp_knowledge_base:before {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  /*margin-top: 50px*/
}

#hp_knowledge_base:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  margin-bottom: 20px
}

#hp_knowledge_base ul {
  width: 880px;
  margin-right: auto;
  margin-left: auto
}

#hp_knowledge_base ul.category-list li{
  display: inline;
  list-style: none;
  overflow: hidden;
  text-align: center;
  color: #d5d5d5;
  float: left;
  font-weight: normal;
}

#hp_knowledge_base ul li a{
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  width: 260px;
  height: 250px;
  /*background: #333;
  border-radius: 20px;*/
  padding-top: 5px;
  padding-bottom: 80px;
  margin: 10px;
  border: solid 1px #ccc;
}

#hp_knowledge_base ul li a:hover{
  text-decoration: none;

  /*background: #d9534f;*/
}

#hp_knowledge_base ul li:first-child a{
  background:url('//p3.zdassets.com/hc/theme_assets/508306/200027262/hp_knowledge_base_1.jpg?t=20140603') no-repeat;
  background-position: center center;
}

#hp_knowledge_base ul li:nth-child(2) a{
  background:url('//p3.zdassets.com/hc/theme_assets/508306/200027262/hp_knowledge_base_2.jpg?t=20140603') no-repeat;
  background-position: center center;
}

#hp_knowledge_base ul li:nth-child(3) a{
  background:url('//p3.zdassets.com/hc/theme_assets/508306/200027262/hp_knowledge_base_3.jpg?t=20140603') no-repeat;
  background-position: center center;
}

@media (min-width: 992px) and (max-width: 1200px) {
  #hp_knowledge_base ul li a{
    width: 210px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  #hp_knowledge_base ul li a{
    width: 220px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  #hp_knowledge_base ul li a{
    height: 200px;
    font-size: 14px;
  }
  #hp_knowledge_base ul li:first-child a{
    background:url('//p3.zdassets.com/hc/theme_assets/508306/200027262/hp_knowledge_base_200_1.jpg?t=20140603') no-repeat;
    background-position: center center;
  }

  #hp_knowledge_base ul li:nth-child(2) a{
    background:url('//p3.zdassets.com/hc/theme_assets/508306/200027262/hp_knowledge_base_200_2.jpg?t=20140603') no-repeat;
    background-position: center center;
  }

  #hp_knowledge_base ul li:nth-child(3) a{
    background:url('//p3.zdassets.com/hc/theme_assets/508306/200027262/hp_knowledge_base_200_3.jpg?t=20140603') no-repeat;
    background-position: center center;
  }
}
@media (max-width: 768px) {
  #hp_knowledge_base ul {
    width: 100%!important;
  }
  #hp_knowledge_base ul.category-list li{
    display: block!important;
    float: none;
  }
  #hp_knowledge_base ul li a{
    width: 90%!important;
    display: block!important;
  }
}




/* ====================================================
   Home Page Promoted articles
   ==================================================== */
#hp_promoted_articles .panel-body section.promoted-articles h3{
  display: none;
}

#hp_trending_questions .panel-body div.trending-questions h2{
  display: none;
}


/* ====================================================
   Pages titles
   ==================================================== */
#article h1, #new_request h1{
  color: #555555;
  font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif, sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
}

/* ====================================================
   Pages lists
   ==================================================== */
#article ul, ol{
  list-style: disc;
  margin: 0;
  padding: 0;
  margin-left: 15px;
}

/* ====================================================
   Categories Sections
   ==================================================== */

.section-tree > .section, .section-detail > .section{
  background: #f5f5f5;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.section-tree > .section > h3 > a{
  font-size: 24px;
}

.section-tree > .section > ul , .section-detail > .section > ul {
  list-style: circle;
  padding-left: 10px;
}

.section-tree > .section > ul.article-list > li:nth-child(n+4) {
    display:none;
}

.section-tree > .section > ul > li, .section-detail > .section > ul > li{
  margin-bottom: 5px;
}

.section-tree > .section > ul > li > a, .section-detail > .section > ul > li > a{
  font-size: 16px;
  color:#555555;
}

.section-tree > .section > a.see-all-articles{
  font-size: 14px;
  color:#555555;
}

section.section h3, #large_search_box h3{
  margin-top: 0px;
}
/* ====================================================
   Articles
   ==================================================== */

#article article .well-info{
  margin: 10px;
}

.article-body {
  line-height: 2;
  font-size: 14px;
  word-wrap: break-word;
}

.article-body img {
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, 0.07);
  height: auto;
  max-width: 100%;
  padding: 3px;
}

.article-body pre {
  background: #f6f6f6;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.article-body blockquote {
  border-left: 1px solid #ECECEC;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  color: #bbb;
  font-style: italic;
  margin: 20px 0;
  padding-left: 20px;
}

.article-body ul,
.article-body ol {
  margin: 20px 0 20px 20px;
  list-style-position: outside;
}

.article-body li > ul,
.article-body li > ol {
  margin: 0 0 0 20px;
}

.article-body ul {
  list-style-type: disc;
}

.article-body ol {
  list-style-type: decimal;
}

.article-body li {
  margin-left: 20px;
}

.article-meta {
  margin-top: 40px;
  margin-bottom: 35px;
}

.article-footer {
  border-color: #ECECEC;
  border-color: rgba(0, 0, 0, 0.07);
  border-style: solid;
  border-width: 0 0 1px 0;
  margin: 30px 0;
  padding: 20px 0;
}

.article-footer .article-vote {
  float: left;
}

.article-footer .share {
  float: right;
  margin-top: 2px;
}

/*
 * Inline votes
 */
.article-vote {
  position: relative;
}

.article-vote-controls {
  display: inline-block;
  margin-left: 20px;
}

.article-vote-count {
  color: #a6a6a6;
  left: 100%;
  margin-left: 25px;
  margin-top: 7px;
  position: absolute;
  top: 0;
  white-space: nowrap;
}



.article-vote-up, .article-vote-down {
  color: inherit;
  font-family: "entypo";
}

.article-vote-up:before {
  content: "\1f44d";
}

.article-vote-down:before {
  content: "\1f44e";
}

.article-footer a, .article-footer a:before {
  /*background: #cccccc;*/
  box-shadow: none;
  border: 0;
  border-radius: 50%;
  color: #FFF;
  height: 30px;
  line-height: 30px;
}

a.article-vote-up{
  background: #5cb85c;
  padding: 5px;
}

a.article-vote-down{
  background: #d9534f;
  padding: 5px;
}

.article-vote-up:hover, .article-vote-down:hover{
  text-decoration: none;
}

.article-more-questions {
  margin-top: 35px;
  margin-bottom: 60px;
}

.article-comments h2 {
  font-size: inherit;
  font-weight: lighter;
}

/* ====================================================
   Social share links
   ==================================================== */
.share li {
  display: inline-block;
}

.share a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  vertical-align: middle;
  width: 30px;
}

.share a:before {
  display: inline-block;
  color: #FFF;
  font-family: "entypo";
  text-align: center;
  width: 100%;
}

.share a:hover {
  text-decoration: none;
}

.share-twitter:before {
  background: #00ACED;
  content: "\F309";
}

.share-facebook:before {
  background: #3B5998;
  content: "\F30C";
}

.share-linkedin:before {
  background: #4875B4;
  content: "\F318";
}

.share-googleplus:before {
  background: #CD3C2A;
  content: "\F30F";
}

.share-label {
  cursor: pointer;
}

.share-label + .share {
  background: #FFF;
  border: 1px solid #DDDDDD;
  border: 1px solid rgba(0, 0, 0, 0.17);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  left: 50%;
  line-height: 70px;
  margin: 10px 0 0 -75px;
  position: absolute;
  text-align: center;
  top: 100%;
  white-space: nowrap;
  width: 175px;
  z-index: 1;
}

.share-label + .share:before, .share-label + .share:after {
  content: "";
  display: inline-block;
  left: 50%;
  position: absolute;
}

.share-label + .share:before {
  top: -7px;
  border-right: 7px solid rgba(0, 0, 0, 0);
  border-bottom: 7px solid #CCC;
  border-left: 7px solid rgba(0, 0, 0, 0);
  margin-left: -6px;
}

.share-label + .share:after {
  top: -6px;
  border-right: 6px solid rgba(0, 0, 0, 0);
  border-bottom: 6px solid #FFF;
  border-left: 6px solid rgba(0, 0, 0, 0);
  margin-left: -5px;
}

.share-label[aria-selected="true"] {
  color: #111;
}

.share-label[aria-selected="true"] + .share {
  display: block;
}

.share-label[aria-selected="false"] + .share {
  display: none;
}


/* ====================================================
   Search result page
   ==================================================== */
.pagination_container{
  text-align: center;
}

nav.pagination{
  margin-left: auto;
  margin-right: auto;
}

li.search-result{
  margin-bottom: 10px;

}

li.search-result a{
  font-weight: bold;
  font-size: 16px;
}

li.search-result > .search-result-meta > a{
  font-weight: normal;
  font-size: 14px;
  color: #222222;
}



/* ====================================================
   Requests pages
   ==================================================== */
#my-activities-nav:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
margin-bottom: 10px;
}

#my-activities-nav ul li{
  display: inline;
  list-style: none;
  overflow: hidden;
  text-align: center;
  background: #f5f5f5;
  float: left;
  font-weight: normal;
  margin-left: 10px;
  padding: 5px;
  border-radius: 5px;
}

.request-table-toolbar {
background-color: #FAFAFA;
padding: 8px;
text-align: right;
border-radius: 5px;
margin-bottom: 5px;
}

.requests-search {
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 2.5;
border-radius: 3px;
width: 250px;
cursor: text;
color: #555;
vertical-align: middle;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
}

.status-selection, .organization-selection {
display: inline-block;
}

.status-selection button, .organization-selection button {
text-align: left;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
color: ;
background-color: #fff;
display: inline-block;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-user-select: none;
}

#comment_list ul li.comment{
    margin-bottom: 10px;
    overflow: auto
}

#comment_list .comment-avatar{
    float: left
}
#comment_list .comment-avatar img {
    display: block
}
.comment-container {
    margin-left: 100px
}

.request-status{
 color: #FFF;
  border-radius: 3px;
  display: inline-block;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 2px 5px;
  white-space: nowrap;
}

.request-status.request-solved{
  background: #5cb85c;
}

.request-status.request-open{
  background: #428bca;
}

dl.request-details dt:nth-child(n+2){
  margin-top: 5px;
}

.request-form > div.form-field > p {
  font-style:italic;
}

.nesty-input{
  display:block;
  width:100%;
  max-width:100%;
  height: 34px;
  margin-bottom: 20px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -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 .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.nesty-panel{
  width:100%;
  max-width:100%;
}

.flag {
	width: 16px;
	height: 11px;
	background:url("/hc/theming_assets/01HZKZNENVEKG0P1EV5FV1RVEA") no-repeat
}

.flag.flag-fr {background-position: -16px 0}
.flag.flag-us {background-position: 0 -11px}
.contact-tab {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 9999;

  display: block;
  padding: 16px 10px;

  background: #4f5563;
  color: #ffffff !important;

  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none !important;

  writing-mode: vertical-rl;
  transform: translateY(-50%) rotate(180deg);

  border-radius: 0 6px 6px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
