  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, menu, 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-color: 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;  -webkit-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"] {  -webkit-box-sizing: border-box;   -moz-box-sizing: border-box;      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: "Helvetica Neue", Helvetica, Arial, sans-serif;  font-size: 14px;  line-height: 1.42857143;  color: #333333;  background-color: #ffffff; } input, button, select, textarea {  font-family: inherit;  font-size: inherit;  line-height: inherit; } a {  color: #337ab7;  text-decoration: none; } a:hover, a:focus {  color: #23527c;  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, .carousel-inner > .item > img, .carousel-inner > .item > a > img {  display: block;  max-width: 100%;  height: auto; } .img-rounded {  border-radius: 6px; } .img-thumbnail {  padding: 4px;  line-height: 1.42857143;  background-color: #ffffff;  border: 1px solid #dddddd;  border-radius: 4px;  -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;  max-width: 100%;  height: auto; } .img-circle {  border-radius: 50%; } hr {  margin-top: 20px;  margin-bottom: 20px;  border: 0;  border-top: 1px solid #eeeeee; } .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; } [role="button"] {  cursor: pointer; } code, kbd, pre, samp {  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; } code {  padding: 2px 4px;  font-size: 90%;  color: #c7254e;  background-color: #f9f2f4;  border-radius: 4px; } kbd {  padding: 2px 4px;  font-size: 90%;  color: #ffffff;  background-color: #333333;  border-radius: 3px;  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);      box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); } kbd kbd {  padding: 0;  font-size: 100%;  font-weight: bold;  -webkit-box-shadow: none;      box-shadow: none; } pre {  display: block;  padding: 9.5px;  margin: 0 0 10px;  font-size: 13px;  line-height: 1.42857143;  word-break: break-all;  word-wrap: break-word;  color: #333333;  background-color: #f5f5f5;  border: 1px solid #cccccc;  border-radius: 4px; } pre code {  padding: 0;  font-size: inherit;  color: inherit;  white-space: pre-wrap;  background-color: transparent;  border-radius: 0; } .pre-scrollable {  max-height: 340px;  overflow-y: scroll; } .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, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {  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, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24 {  float: left; } .col-xs-24 {  width: 100%; } .col-xs-23 {  width: 95.83333333%; } .col-xs-22 {  width: 91.66666667%; } .col-xs-21 {  width: 87.5%; } .col-xs-20 {  width: 83.33333333%; } .col-xs-19 {  width: 79.16666667%; } .col-xs-18 {  width: 75%; } .col-xs-17 {  width: 70.83333333%; } .col-xs-16 {  width: 66.66666667%; } .col-xs-15 {  width: 62.5%; } .col-xs-14 {  width: 58.33333333%; } .col-xs-13 {  width: 54.16666667%; } .col-xs-12 {  width: 50%; } .col-xs-11 {  width: 45.83333333%; } .col-xs-10 {  width: 41.66666667%; } .col-xs-9 {  width: 37.5%; } .col-xs-8 {  width: 33.33333333%; } .col-xs-7 {  width: 29.16666667%; } .col-xs-6 {  width: 25%; } .col-xs-5 {  width: 20.83333333%; } .col-xs-4 {  width: 16.66666667%; } .col-xs-3 {  width: 12.5%; } .col-xs-2 {  width: 8.33333333%; } .col-xs-1 {  width: 4.16666667%; } .col-xs-pull-24 {  right: 100%; } .col-xs-pull-23 {  right: 95.83333333%; } .col-xs-pull-22 {  right: 91.66666667%; } .col-xs-pull-21 {  right: 87.5%; } .col-xs-pull-20 {  right: 83.33333333%; } .col-xs-pull-19 {  right: 79.16666667%; } .col-xs-pull-18 {  right: 75%; } .col-xs-pull-17 {  right: 70.83333333%; } .col-xs-pull-16 {  right: 66.66666667%; } .col-xs-pull-15 {  right: 62.5%; } .col-xs-pull-14 {  right: 58.33333333%; } .col-xs-pull-13 {  right: 54.16666667%; } .col-xs-pull-12 {  right: 50%; } .col-xs-pull-11 {  right: 45.83333333%; } .col-xs-pull-10 {  right: 41.66666667%; } .col-xs-pull-9 {  right: 37.5%; } .col-xs-pull-8 {  right: 33.33333333%; } .col-xs-pull-7 {  right: 29.16666667%; } .col-xs-pull-6 {  right: 25%; } .col-xs-pull-5 {  right: 20.83333333%; } .col-xs-pull-4 {  right: 16.66666667%; } .col-xs-pull-3 {  right: 12.5%; } .col-xs-pull-2 {  right: 8.33333333%; } .col-xs-pull-1 {  right: 4.16666667%; } .col-xs-pull-0 {  right: auto; } .col-xs-push-24 {  left: 100%; } .col-xs-push-23 {  left: 95.83333333%; } .col-xs-push-22 {  left: 91.66666667%; } .col-xs-push-21 {  left: 87.5%; } .col-xs-push-20 {  left: 83.33333333%; } .col-xs-push-19 {  left: 79.16666667%; } .col-xs-push-18 {  left: 75%; } .col-xs-push-17 {  left: 70.83333333%; } .col-xs-push-16 {  left: 66.66666667%; } .col-xs-push-15 {  left: 62.5%; } .col-xs-push-14 {  left: 58.33333333%; } .col-xs-push-13 {  left: 54.16666667%; } .col-xs-push-12 {  left: 50%; } .col-xs-push-11 {  left: 45.83333333%; } .col-xs-push-10 {  left: 41.66666667%; } .col-xs-push-9 {  left: 37.5%; } .col-xs-push-8 {  left: 33.33333333%; } .col-xs-push-7 {  left: 29.16666667%; } .col-xs-push-6 {  left: 25%; } .col-xs-push-5 {  left: 20.83333333%; } .col-xs-push-4 {  left: 16.66666667%; } .col-xs-push-3 {  left: 12.5%; } .col-xs-push-2 {  left: 8.33333333%; } .col-xs-push-1 {  left: 4.16666667%; } .col-xs-push-0 {  left: auto; } .col-xs-offset-24 {  margin-left: 100%; } .col-xs-offset-23 {  margin-left: 95.83333333%; } .col-xs-offset-22 {  margin-left: 91.66666667%; } .col-xs-offset-21 {  margin-left: 87.5%; } .col-xs-offset-20 {  margin-left: 83.33333333%; } .col-xs-offset-19 {  margin-left: 79.16666667%; } .col-xs-offset-18 {  margin-left: 75%; } .col-xs-offset-17 {  margin-left: 70.83333333%; } .col-xs-offset-16 {  margin-left: 66.66666667%; } .col-xs-offset-15 {  margin-left: 62.5%; } .col-xs-offset-14 {  margin-left: 58.33333333%; } .col-xs-offset-13 {  margin-left: 54.16666667%; } .col-xs-offset-12 {  margin-left: 50%; } .col-xs-offset-11 {  margin-left: 45.83333333%; } .col-xs-offset-10 {  margin-left: 41.66666667%; } .col-xs-offset-9 {  margin-left: 37.5%; } .col-xs-offset-8 {  margin-left: 33.33333333%; } .col-xs-offset-7 {  margin-left: 29.16666667%; } .col-xs-offset-6 {  margin-left: 25%; } .col-xs-offset-5 {  margin-left: 20.83333333%; } .col-xs-offset-4 {  margin-left: 16.66666667%; } .col-xs-offset-3 {  margin-left: 12.5%; } .col-xs-offset-2 {  margin-left: 8.33333333%; } .col-xs-offset-1 {  margin-left: 4.16666667%; } .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, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24 {   float: left;  }  .col-sm-24 {   width: 100%;  }  .col-sm-23 {   width: 95.83333333%;  }  .col-sm-22 {   width: 91.66666667%;  }  .col-sm-21 {   width: 87.5%;  }  .col-sm-20 {   width: 83.33333333%;  }  .col-sm-19 {   width: 79.16666667%;  }  .col-sm-18 {   width: 75%;  }  .col-sm-17 {   width: 70.83333333%;  }  .col-sm-16 {   width: 66.66666667%;  }  .col-sm-15 {   width: 62.5%;  }  .col-sm-14 {   width: 58.33333333%;  }  .col-sm-13 {   width: 54.16666667%;  }  .col-sm-12 {   width: 50%;  }  .col-sm-11 {   width: 45.83333333%;  }  .col-sm-10 {   width: 41.66666667%;  }  .col-sm-9 {   width: 37.5%;  }  .col-sm-8 {   width: 33.33333333%;  }  .col-sm-7 {   width: 29.16666667%;  }  .col-sm-6 {   width: 25%;  }  .col-sm-5 {   width: 20.83333333%;  }  .col-sm-4 {   width: 16.66666667%;  }  .col-sm-3 {   width: 12.5%;  }  .col-sm-2 {   width: 8.33333333%;  }  .col-sm-1 {   width: 4.16666667%;  }  .col-sm-pull-24 {   right: 100%;  }  .col-sm-pull-23 {   right: 95.83333333%;  }  .col-sm-pull-22 {   right: 91.66666667%;  }  .col-sm-pull-21 {   right: 87.5%;  }  .col-sm-pull-20 {   right: 83.33333333%;  }  .col-sm-pull-19 {   right: 79.16666667%;  }  .col-sm-pull-18 {   right: 75%;  }  .col-sm-pull-17 {   right: 70.83333333%;  }  .col-sm-pull-16 {   right: 66.66666667%;  }  .col-sm-pull-15 {   right: 62.5%;  }  .col-sm-pull-14 {   right: 58.33333333%;  }  .col-sm-pull-13 {   right: 54.16666667%;  }  .col-sm-pull-12 {   right: 50%;  }  .col-sm-pull-11 {   right: 45.83333333%;  }  .col-sm-pull-10 {   right: 41.66666667%;  }  .col-sm-pull-9 {   right: 37.5%;  }  .col-sm-pull-8 {   right: 33.33333333%;  }  .col-sm-pull-7 {   right: 29.16666667%;  }  .col-sm-pull-6 {   right: 25%;  }  .col-sm-pull-5 {   right: 20.83333333%;  }  .col-sm-pull-4 {   right: 16.66666667%;  }  .col-sm-pull-3 {   right: 12.5%;  }  .col-sm-pull-2 {   right: 8.33333333%;  }  .col-sm-pull-1 {   right: 4.16666667%;  }  .col-sm-pull-0 {   right: auto;  }  .col-sm-push-24 {   left: 100%;  }  .col-sm-push-23 {   left: 95.83333333%;  }  .col-sm-push-22 {   left: 91.66666667%;  }  .col-sm-push-21 {   left: 87.5%;  }  .col-sm-push-20 {   left: 83.33333333%;  }  .col-sm-push-19 {   left: 79.16666667%;  }  .col-sm-push-18 {   left: 75%;  }  .col-sm-push-17 {   left: 70.83333333%;  }  .col-sm-push-16 {   left: 66.66666667%;  }  .col-sm-push-15 {   left: 62.5%;  }  .col-sm-push-14 {   left: 58.33333333%;  }  .col-sm-push-13 {   left: 54.16666667%;  }  .col-sm-push-12 {   left: 50%;  }  .col-sm-push-11 {   left: 45.83333333%;  }  .col-sm-push-10 {   left: 41.66666667%;  }  .col-sm-push-9 {   left: 37.5%;  }  .col-sm-push-8 {   left: 33.33333333%;  }  .col-sm-push-7 {   left: 29.16666667%;  }  .col-sm-push-6 {   left: 25%;  }  .col-sm-push-5 {   left: 20.83333333%;  }  .col-sm-push-4 {   left: 16.66666667%;  }  .col-sm-push-3 {   left: 12.5%;  }  .col-sm-push-2 {   left: 8.33333333%;  }  .col-sm-push-1 {   left: 4.16666667%;  }  .col-sm-push-0 {   left: auto;  }  .col-sm-offset-24 {   margin-left: 100%;  }  .col-sm-offset-23 {   margin-left: 95.83333333%;  }  .col-sm-offset-22 {   margin-left: 91.66666667%;  }  .col-sm-offset-21 {   margin-left: 87.5%;  }  .col-sm-offset-20 {   margin-left: 83.33333333%;  }  .col-sm-offset-19 {   margin-left: 79.16666667%;  }  .col-sm-offset-18 {   margin-left: 75%;  }  .col-sm-offset-17 {   margin-left: 70.83333333%;  }  .col-sm-offset-16 {   margin-left: 66.66666667%;  }  .col-sm-offset-15 {   margin-left: 62.5%;  }  .col-sm-offset-14 {   margin-left: 58.33333333%;  }  .col-sm-offset-13 {   margin-left: 54.16666667%;  }  .col-sm-offset-12 {   margin-left: 50%;  }  .col-sm-offset-11 {   margin-left: 45.83333333%;  }  .col-sm-offset-10 {   margin-left: 41.66666667%;  }  .col-sm-offset-9 {   margin-left: 37.5%;  }  .col-sm-offset-8 {   margin-left: 33.33333333%;  }  .col-sm-offset-7 {   margin-left: 29.16666667%;  }  .col-sm-offset-6 {   margin-left: 25%;  }  .col-sm-offset-5 {   margin-left: 20.83333333%;  }  .col-sm-offset-4 {   margin-left: 16.66666667%;  }  .col-sm-offset-3 {   margin-left: 12.5%;  }  .col-sm-offset-2 {   margin-left: 8.33333333%;  }  .col-sm-offset-1 {   margin-left: 4.16666667%;  }  .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, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24 {   float: left;  }  .col-md-24 {   width: 100%;  }  .col-md-23 {   width: 95.83333333%;  }  .col-md-22 {   width: 91.66666667%;  }  .col-md-21 {   width: 87.5%;  }  .col-md-20 {   width: 83.33333333%;  }  .col-md-19 {   width: 79.16666667%;  }  .col-md-18 {   width: 75%;  }  .col-md-17 {   width: 70.83333333%;  }  .col-md-16 {   width: 66.66666667%;  }  .col-md-15 {   width: 62.5%;  }  .col-md-14 {   width: 58.33333333%;  }  .col-md-13 {   width: 54.16666667%;  }  .col-md-12 {   width: 50%;  }  .col-md-11 {   width: 45.83333333%;  }  .col-md-10 {   width: 41.66666667%;  }  .col-md-9 {   width: 37.5%;  }  .col-md-8 {   width: 33.33333333%;  }  .col-md-7 {   width: 29.16666667%;  }  .col-md-6 {   width: 25%;  }  .col-md-5 {   width: 20.83333333%;  }  .col-md-4 {   width: 16.66666667%;  }  .col-md-3 {   width: 12.5%;  }  .col-md-2 {   width: 8.33333333%;  }  .col-md-1 {   width: 4.16666667%;  }  .col-md-pull-24 {   right: 100%;  }  .col-md-pull-23 {   right: 95.83333333%;  }  .col-md-pull-22 {   right: 91.66666667%;  }  .col-md-pull-21 {   right: 87.5%;  }  .col-md-pull-20 {   right: 83.33333333%;  }  .col-md-pull-19 {   right: 79.16666667%;  }  .col-md-pull-18 {   right: 75%;  }  .col-md-pull-17 {   right: 70.83333333%;  }  .col-md-pull-16 {   right: 66.66666667%;  }  .col-md-pull-15 {   right: 62.5%;  }  .col-md-pull-14 {   right: 58.33333333%;  }  .col-md-pull-13 {   right: 54.16666667%;  }  .col-md-pull-12 {   right: 50%;  }  .col-md-pull-11 {   right: 45.83333333%;  }  .col-md-pull-10 {   right: 41.66666667%;  }  .col-md-pull-9 {   right: 37.5%;  }  .col-md-pull-8 {   right: 33.33333333%;  }  .col-md-pull-7 {   right: 29.16666667%;  }  .col-md-pull-6 {   right: 25%;  }  .col-md-pull-5 {   right: 20.83333333%;  }  .col-md-pull-4 {   right: 16.66666667%;  }  .col-md-pull-3 {   right: 12.5%;  }  .col-md-pull-2 {   right: 8.33333333%;  }  .col-md-pull-1 {   right: 4.16666667%;  }  .col-md-pull-0 {   right: auto;  }  .col-md-push-24 {   left: 100%;  }  .col-md-push-23 {   left: 95.83333333%;  }  .col-md-push-22 {   left: 91.66666667%;  }  .col-md-push-21 {   left: 87.5%;  }  .col-md-push-20 {   left: 83.33333333%;  }  .col-md-push-19 {   left: 79.16666667%;  }  .col-md-push-18 {   left: 75%;  }  .col-md-push-17 {   left: 70.83333333%;  }  .col-md-push-16 {   left: 66.66666667%;  }  .col-md-push-15 {   left: 62.5%;  }  .col-md-push-14 {   left: 58.33333333%;  }  .col-md-push-13 {   left: 54.16666667%;  }  .col-md-push-12 {   left: 50%;  }  .col-md-push-11 {   left: 45.83333333%;  }  .col-md-push-10 {   left: 41.66666667%;  }  .col-md-push-9 {   left: 37.5%;  }  .col-md-push-8 {   left: 33.33333333%;  }  .col-md-push-7 {   left: 29.16666667%;  }  .col-md-push-6 {   left: 25%;  }  .col-md-push-5 {   left: 20.83333333%;  }  .col-md-push-4 {   left: 16.66666667%;  }  .col-md-push-3 {   left: 12.5%;  }  .col-md-push-2 {   left: 8.33333333%;  }  .col-md-push-1 {   left: 4.16666667%;  }  .col-md-push-0 {   left: auto;  }  .col-md-offset-24 {   margin-left: 100%;  }  .col-md-offset-23 {   margin-left: 95.83333333%;  }  .col-md-offset-22 {   margin-left: 91.66666667%;  }  .col-md-offset-21 {   margin-left: 87.5%;  }  .col-md-offset-20 {   margin-left: 83.33333333%;  }  .col-md-offset-19 {   margin-left: 79.16666667%;  }  .col-md-offset-18 {   margin-left: 75%;  }  .col-md-offset-17 {   margin-left: 70.83333333%;  }  .col-md-offset-16 {   margin-left: 66.66666667%;  }  .col-md-offset-15 {   margin-left: 62.5%;  }  .col-md-offset-14 {   margin-left: 58.33333333%;  }  .col-md-offset-13 {   margin-left: 54.16666667%;  }  .col-md-offset-12 {   margin-left: 50%;  }  .col-md-offset-11 {   margin-left: 45.83333333%;  }  .col-md-offset-10 {   margin-left: 41.66666667%;  }  .col-md-offset-9 {   margin-left: 37.5%;  }  .col-md-offset-8 {   margin-left: 33.33333333%;  }  .col-md-offset-7 {   margin-left: 29.16666667%;  }  .col-md-offset-6 {   margin-left: 25%;  }  .col-md-offset-5 {   margin-left: 20.83333333%;  }  .col-md-offset-4 {   margin-left: 16.66666667%;  }  .col-md-offset-3 {   margin-left: 12.5%;  }  .col-md-offset-2 {   margin-left: 8.33333333%;  }  .col-md-offset-1 {   margin-left: 4.16666667%;  }  .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, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24 {   float: left;  }  .col-lg-24 {   width: 100%;  }  .col-lg-23 {   width: 95.83333333%;  }  .col-lg-22 {   width: 91.66666667%;  }  .col-lg-21 {   width: 87.5%;  }  .col-lg-20 {   width: 83.33333333%;  }  .col-lg-19 {   width: 79.16666667%;  }  .col-lg-18 {   width: 75%;  }  .col-lg-17 {   width: 70.83333333%;  }  .col-lg-16 {   width: 66.66666667%;  }  .col-lg-15 {   width: 62.5%;  }  .col-lg-14 {   width: 58.33333333%;  }  .col-lg-13 {   width: 54.16666667%;  }  .col-lg-12 {   width: 50%;  }  .col-lg-11 {   width: 45.83333333%;  }  .col-lg-10 {   width: 41.66666667%;  }  .col-lg-9 {   width: 37.5%;  }  .col-lg-8 {   width: 33.33333333%;  }  .col-lg-7 {   width: 29.16666667%;  }  .col-lg-6 {   width: 25%;  }  .col-lg-5 {   width: 20.83333333%;  }  .col-lg-4 {   width: 16.66666667%;  }  .col-lg-3 {   width: 12.5%;  }  .col-lg-2 {   width: 8.33333333%;  }  .col-lg-1 {   width: 4.16666667%;  }  .col-lg-pull-24 {   right: 100%;  }  .col-lg-pull-23 {   right: 95.83333333%;  }  .col-lg-pull-22 {   right: 91.66666667%;  }  .col-lg-pull-21 {   right: 87.5%;  }  .col-lg-pull-20 {   right: 83.33333333%;  }  .col-lg-pull-19 {   right: 79.16666667%;  }  .col-lg-pull-18 {   right: 75%;  }  .col-lg-pull-17 {   right: 70.83333333%;  }  .col-lg-pull-16 {   right: 66.66666667%;  }  .col-lg-pull-15 {   right: 62.5%;  }  .col-lg-pull-14 {   right: 58.33333333%;  }  .col-lg-pull-13 {   right: 54.16666667%;  }  .col-lg-pull-12 {   right: 50%;  }  .col-lg-pull-11 {   right: 45.83333333%;  }  .col-lg-pull-10 {   right: 41.66666667%;  }  .col-lg-pull-9 {   right: 37.5%;  }  .col-lg-pull-8 {   right: 33.33333333%;  }  .col-lg-pull-7 {   right: 29.16666667%;  }  .col-lg-pull-6 {   right: 25%;  }  .col-lg-pull-5 {   right: 20.83333333%;  }  .col-lg-pull-4 {   right: 16.66666667%;  }  .col-lg-pull-3 {   right: 12.5%;  }  .col-lg-pull-2 {   right: 8.33333333%;  }  .col-lg-pull-1 {   right: 4.16666667%;  }  .col-lg-pull-0 {   right: auto;  }  .col-lg-push-24 {   left: 100%;  }  .col-lg-push-23 {   left: 95.83333333%;  }  .col-lg-push-22 {   left: 91.66666667%;  }  .col-lg-push-21 {   left: 87.5%;  }  .col-lg-push-20 {   left: 83.33333333%;  }  .col-lg-push-19 {   left: 79.16666667%;  }  .col-lg-push-18 {   left: 75%;  }  .col-lg-push-17 {   left: 70.83333333%;  }  .col-lg-push-16 {   left: 66.66666667%;  }  .col-lg-push-15 {   left: 62.5%;  }  .col-lg-push-14 {   left: 58.33333333%;  }  .col-lg-push-13 {   left: 54.16666667%;  }  .col-lg-push-12 {   left: 50%;  }  .col-lg-push-11 {   left: 45.83333333%;  }  .col-lg-push-10 {   left: 41.66666667%;  }  .col-lg-push-9 {   left: 37.5%;  }  .col-lg-push-8 {   left: 33.33333333%;  }  .col-lg-push-7 {   left: 29.16666667%;  }  .col-lg-push-6 {   left: 25%;  }  .col-lg-push-5 {   left: 20.83333333%;  }  .col-lg-push-4 {   left: 16.66666667%;  }  .col-lg-push-3 {   left: 12.5%;  }  .col-lg-push-2 {   left: 8.33333333%;  }  .col-lg-push-1 {   left: 4.16666667%;  }  .col-lg-push-0 {   left: auto;  }  .col-lg-offset-24 {   margin-left: 100%;  }  .col-lg-offset-23 {   margin-left: 95.83333333%;  }  .col-lg-offset-22 {   margin-left: 91.66666667%;  }  .col-lg-offset-21 {   margin-left: 87.5%;  }  .col-lg-offset-20 {   margin-left: 83.33333333%;  }  .col-lg-offset-19 {   margin-left: 79.16666667%;  }  .col-lg-offset-18 {   margin-left: 75%;  }  .col-lg-offset-17 {   margin-left: 70.83333333%;  }  .col-lg-offset-16 {   margin-left: 66.66666667%;  }  .col-lg-offset-15 {   margin-left: 62.5%;  }  .col-lg-offset-14 {   margin-left: 58.33333333%;  }  .col-lg-offset-13 {   margin-left: 54.16666667%;  }  .col-lg-offset-12 {   margin-left: 50%;  }  .col-lg-offset-11 {   margin-left: 45.83333333%;  }  .col-lg-offset-10 {   margin-left: 41.66666667%;  }  .col-lg-offset-9 {   margin-left: 37.5%;  }  .col-lg-offset-8 {   margin-left: 33.33333333%;  }  .col-lg-offset-7 {   margin-left: 29.16666667%;  }  .col-lg-offset-6 {   margin-left: 25%;  }  .col-lg-offset-5 {   margin-left: 20.83333333%;  }  .col-lg-offset-4 {   margin-left: 16.66666667%;  }  .col-lg-offset-3 {   margin-left: 12.5%;  }  .col-lg-offset-2 {   margin-left: 8.33333333%;  }  .col-lg-offset-1 {   margin-left: 4.16666667%;  }  .col-lg-offset-0 {   margin-left: 0%;  } } fieldset {  padding: 0;  margin: 0;  border: 0;  min-width: 0; } 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; } label {  display: inline-block;  max-width: 100%;  margin-bottom: 5px;  font-weight: bold; } input[type="search"] {  -webkit-box-sizing: border-box;  -moz-box-sizing: border-box;  box-sizing: border-box; } input[type="radio"], input[type="checkbox"] {  margin: 4px 0 0;  margin-top: 1px \9;  line-height: normal; } input[type="file"] {  display: block; } input[type="range"] {  display: block;  width: 100%; } select[multiple], select[size] {  height: auto; } 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; } output {  display: block;  padding-top: 7px;  font-size: 14px;  line-height: 1.42857143;  color: #555555; } .form-control {  display: block;  width: 100%;  height: 34px;  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, -webkit-box-shadow ease-in-out .15s;  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; } .form-control:focus {  border-color: #66afe9;  outline: 0;  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); } .form-control::-moz-placeholder {  color: #999999;  opacity: 1; } .form-control:-ms-input-placeholder {  color: #999999; } .form-control::-webkit-input-placeholder {  color: #999999; } .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {  background-color: #eeeeee;  opacity: 1; } .form-control[disabled], fieldset[disabled] .form-control {  cursor: not-allowed; } textarea.form-control {  height: auto; } input[type="search"] {  -webkit-appearance: none; } @media screen and (-webkit-min-device-pixel-ratio: 0) {  input[type="date"],  input[type="time"],  input[type="datetime-local"],  input[type="month"] {   line-height: 34px;  }  input[type="date"].input-sm,  input[type="time"].input-sm,  input[type="datetime-local"].input-sm,  input[type="month"].input-sm,  .input-group-sm input[type="date"],  .input-group-sm input[type="time"],  .input-group-sm input[type="datetime-local"],  .input-group-sm input[type="month"] {   line-height: 30px;  }  input[type="date"].input-lg,  input[type="time"].input-lg,  input[type="datetime-local"].input-lg,  input[type="month"].input-lg,  .input-group-lg input[type="date"],  .input-group-lg input[type="time"],  .input-group-lg input[type="datetime-local"],  .input-group-lg input[type="month"] {   line-height: 46px;  } } .form-group {  margin-bottom: 15px; } .radio, .checkbox {  position: relative;  display: block;  margin-top: 10px;  margin-bottom: 10px; } .radio label, .checkbox label {  min-height: 20px;  padding-left: 20px;  margin-bottom: 0;  font-weight: normal;  cursor: pointer; } .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {  position: absolute;  margin-left: -20px;  margin-top: 4px \9; } .radio + .radio, .checkbox + .checkbox {  margin-top: -5px; } .radio-inline, .checkbox-inline {  position: relative;  display: inline-block;  padding-left: 20px;  margin-bottom: 0;  vertical-align: middle;  font-weight: normal;  cursor: pointer; } .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {  margin-top: 0;  margin-left: 10px; } input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {  cursor: not-allowed; } .radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {  cursor: not-allowed; } .radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {  cursor: not-allowed; } .form-control-static {  padding-top: 7px;  padding-bottom: 7px;  margin-bottom: 0;  min-height: 34px; } .form-control-static.input-lg, .form-control-static.input-sm {  padding-left: 0;  padding-right: 0; } .input-sm {  height: 30px;  padding: 5px 10px;  font-size: 12px;  line-height: 1.5;  border-radius: 3px; } select.input-sm {  height: 30px;  line-height: 30px; } textarea.input-sm, select[multiple].input-sm {  height: auto; } .form-group-sm .form-control {  height: 30px;  padding: 5px 10px;  font-size: 12px;  line-height: 1.5;  border-radius: 3px; } select.form-group-sm .form-control {  height: 30px;  line-height: 30px; } textarea.form-group-sm .form-control, select[multiple].form-group-sm .form-control {  height: auto; } .form-group-sm .form-control-static {  height: 30px;  padding: 5px 10px;  font-size: 12px;  line-height: 1.5;  min-height: 32px; } .input-lg {  height: 46px;  padding: 10px 16px;  font-size: 18px;  line-height: 1.3333333;  border-radius: 6px; } select.input-lg {  height: 46px;  line-height: 46px; } textarea.input-lg, select[multiple].input-lg {  height: auto; } .form-group-lg .form-control {  height: 46px;  padding: 10px 16px;  font-size: 18px;  line-height: 1.3333333;  border-radius: 6px; } select.form-group-lg .form-control {  height: 46px;  line-height: 46px; } textarea.form-group-lg .form-control, select[multiple].form-group-lg .form-control {  height: auto; } .form-group-lg .form-control-static {  height: 46px;  padding: 10px 16px;  font-size: 18px;  line-height: 1.3333333;  min-height: 38px; } .has-feedback {  position: relative; } .has-feedback .form-control {  padding-right: 42.5px; } .form-control-feedback {  position: absolute;  top: 0;  right: 0;  z-index: 2;  display: block;  width: 34px;  height: 34px;  line-height: 34px;  text-align: center;  pointer-events: none; } .input-lg + .form-control-feedback {  width: 46px;  height: 46px;  line-height: 46px; } .input-sm + .form-control-feedback {  width: 30px;  height: 30px;  line-height: 30px; } .has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {  color: #3c763d; } .has-success .form-control {  border-color: #3c763d;  -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); } .has-success .form-control:focus {  border-color: #2b542c;  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; } .has-success .input-group-addon {  color: #3c763d;  border-color: #3c763d;  background-color: #dff0d8; } .has-success .form-control-feedback {  color: #3c763d; } .has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {  color: #8a6d3b; } .has-warning .form-control {  border-color: #8a6d3b;  -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); } .has-warning .form-control:focus {  border-color: #66512c;  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; } .has-warning .input-group-addon {  color: #8a6d3b;  border-color: #8a6d3b;  background-color: #fcf8e3; } .has-warning .form-control-feedback {  color: #8a6d3b; } .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {  color: #a94442; } .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); } .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; } .has-error .input-group-addon {  color: #a94442;  border-color: #a94442;  background-color: #f2dede; } .has-error .form-control-feedback {  color: #a94442; } .has-feedback label ~ .form-control-feedback {  top: 25px; } .has-feedback label.sr-only ~ .form-control-feedback {  top: 0; } .help-block {  display: block;  margin-top: 5px;  margin-bottom: 10px;  color: #737373; } @media (min-width: 768px) {  .form-inline .form-group {   display: inline-block;   margin-bottom: 0;   vertical-align: middle;  }  .form-inline .form-control {   display: inline-block;   width: auto;   vertical-align: middle;  }  .form-inline .form-control-static {   display: inline-block;  }  .form-inline .input-group {   display: inline-table;   vertical-align: middle;  }  .form-inline .input-group .input-group-addon,  .form-inline .input-group .input-group-btn,  .form-inline .input-group .form-control {   width: auto;  }  .form-inline .input-group > .form-control {   width: 100%;  }  .form-inline .control-label {   margin-bottom: 0;   vertical-align: middle;  }  .form-inline .radio,  .form-inline .checkbox {   display: inline-block;   margin-top: 0;   margin-bottom: 0;   vertical-align: middle;  }  .form-inline .radio label,  .form-inline .checkbox label {   padding-left: 0;  }  .form-inline .radio input[type="radio"],  .form-inline .checkbox input[type="checkbox"] {   position: relative;   margin-left: 0;  }  .form-inline .has-feedback .form-control-feedback {   top: 0;  } } .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {  margin-top: 0;  margin-bottom: 0;  padding-top: 7px; } .form-horizontal .radio, .form-horizontal .checkbox {  min-height: 27px; } .form-horizontal .form-group {  margin-left: -15px;  margin-right: -15px; } @media (min-width: 768px) {  .form-horizontal .control-label {   text-align: right;   margin-bottom: 0;   padding-top: 7px;  } } .form-horizontal .has-feedback .form-control-feedback {  right: 15px; } @media (min-width: 768px) {  .form-horizontal .form-group-lg .control-label {   padding-top: 14.333333px;  } } @media (min-width: 768px) {  .form-horizontal .form-group-sm .control-label {   padding-top: 6px;  } } .fade {  opacity: 0;  -webkit-transition: opacity 0.15s linear;  -o-transition: opacity 0.15s linear;  transition: opacity 0.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-property: height, visibility;  -o-transition-property: height, visibility;   transition-property: height, visibility;  -webkit-transition-duration: 0.35s;  -o-transition-duration: 0.35s;   transition-duration: 0.35s;  -webkit-transition-timing-function: ease;  -o-transition-timing-function: ease;   transition-timing-function: ease; } .caret {  display: inline-block;  width: 0;  height: 0;  margin-left: 2px;  vertical-align: middle;  border-top: 4px dashed;  border-right: 4px solid transparent;  border-left: 4px solid transparent; } .dropup, .dropdown {  position: relative; } .dropdown-toggle:focus {  outline: 0; } .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: #ffffff;  border: 1px solid #cccccc;  border: 1px solid rgba(0, 0, 0, 0.15);  border-radius: 4px;  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);  -webkit-background-clip: padding-box;      background-clip: padding-box; } .dropdown-menu.pull-right {  right: 0;  left: auto; } .dropdown-menu .divider {  height: 1px;  margin: 9px 0;  overflow: hidden;  background-color: #e5e5e5; } .dropdown-menu > li > a {  display: block;  padding: 3px 20px;  clear: both;  font-weight: normal;  line-height: 1.42857143;  color: #333333;  white-space: nowrap; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {  text-decoration: none;  color: #262626;  background-color: #f5f5f5; } .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {  color: #ffffff;  text-decoration: none;  outline: 0;  background-color: #337ab7; } .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {  color: #777777; } .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; } .open > .dropdown-menu {  display: block; } .open > a {  outline: 0; } .dropdown-menu-right {  left: auto;  right: 0; } .dropdown-menu-left {  left: 0;  right: auto; } .dropdown-header {  display: block;  padding: 3px 20px;  font-size: 12px;  line-height: 1.42857143;  color: #777777;  white-space: nowrap; } .dropdown-backdrop {  position: fixed;  left: 0;  right: 0;  bottom: 0;  top: 0;  z-index: 990; } .pull-right > .dropdown-menu {  right: 0;  left: auto; } .dropup .caret, .navbar-fixed-bottom .dropdown .caret {  border-top: 0;  border-bottom: 4px solid;  content: ""; } .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {  top: auto;  bottom: 100%;  margin-bottom: 2px; } @media (min-width: 768px) {  .navbar-right .dropdown-menu {   left: auto;   right: 0;  }  .navbar-right .dropdown-menu-left {   left: 0;   right: auto;  } } .nav {  margin-bottom: 0;  padding-left: 0;  list-style: none; } .nav > li {  position: relative;  display: block; } .nav > li > a {  position: relative;  display: block;  padding: 10px 15px; } .nav > li > a:hover, .nav > li > a:focus {  text-decoration: none;  background-color: #eeeeee; } .nav > li.disabled > a {  color: #777777; } .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {  color: #777777;  text-decoration: none;  background-color: transparent;  cursor: not-allowed; } .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {  background-color: #eeeeee;  border-color: #337ab7; } .nav .nav-divider {  height: 1px;  margin: 9px 0;  overflow: hidden;  background-color: #e5e5e5; } .nav > li > a > img {  max-width: none; } .nav-tabs {  border-bottom: 1px solid #dddddd; } .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: #eeeeee #eeeeee #dddddd; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {  color: #555555;  background-color: #ffffff;  border: 1px solid #dddddd;  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 #dddddd; } @media (min-width: 768px) {  .nav-tabs.nav-justified > li > a {   border-bottom: 1px solid #dddddd;   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: #ffffff;  } } .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: #ffffff;  background-color: #337ab7; } .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 #dddddd; } @media (min-width: 768px) {  .nav-tabs-justified > li > a {   border-bottom: 1px solid #dddddd;   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: #ffffff;  } } .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; } .navbar {  position: relative;  min-height: 50px;  margin-bottom: 20px;  border: 1px solid transparent; } @media (min-width: 768px) {  .navbar {   border-radius: 4px;  } } @media (min-width: 768px) {  .navbar-header {   float: left;  } } .navbar-collapse {  overflow-x: visible;  padding-right: 15px;  padding-left: 15px;  border-top: 1px solid transparent;  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);  -webkit-overflow-scrolling: touch; } .navbar-collapse.in {  overflow-y: auto; } @media (min-width: 768px) {  .navbar-collapse {   width: auto;   border-top: 0;   -webkit-box-shadow: none;       box-shadow: none;  }  .navbar-collapse.collapse {   display: block !important;   height: auto !important;   padding-bottom: 0;   overflow: visible !important;  }  .navbar-collapse.in {   overflow-y: visible;  }  .navbar-fixed-top .navbar-collapse,  .navbar-static-top .navbar-collapse,  .navbar-fixed-bottom .navbar-collapse {   padding-left: 0;   padding-right: 0;  } } .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {  max-height: 340px; } @media (max-device-width: 480px) and (orientation: landscape) {  .navbar-fixed-top .navbar-collapse,  .navbar-fixed-bottom .navbar-collapse {   max-height: 200px;  } } .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {  margin-right: -15px;  margin-left: -15px; } @media (min-width: 768px) {  .container > .navbar-header,  .container-fluid > .navbar-header,  .container > .navbar-collapse,  .container-fluid > .navbar-collapse {   margin-right: 0;   margin-left: 0;  } } .navbar-static-top {  z-index: 1000;  border-width: 0 0 1px; } @media (min-width: 768px) {  .navbar-static-top {   border-radius: 0;  } } .navbar-fixed-top, .navbar-fixed-bottom {  position: fixed;  right: 0;  left: 0;  z-index: 1030; } @media (min-width: 768px) {  .navbar-fixed-top,  .navbar-fixed-bottom {   border-radius: 0;  } } .navbar-fixed-top {  top: 0;  border-width: 0 0 1px; } .navbar-fixed-bottom {  bottom: 0;  margin-bottom: 0;  border-width: 1px 0 0; } .navbar-brand {  float: left;  padding: 15px 15px;  font-size: 18px;  line-height: 20px;  height: 50px; } .navbar-brand:hover, .navbar-brand:focus {  text-decoration: none; } .navbar-brand > img {  display: block; } @media (min-width: 768px) {  .navbar > .container .navbar-brand,  .navbar > .container-fluid .navbar-brand {   margin-left: -15px;  } } .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: 4px; } .navbar-toggle:focus {  outline: 0; } .navbar-toggle .icon-bar {  display: block;  width: 22px;  height: 2px;  border-radius: 1px; } .navbar-toggle .icon-bar + .icon-bar {  margin-top: 4px; } @media (min-width: 768px) {  .navbar-toggle {   display: none;  } } .navbar-nav {  margin: 7.5px -15px; } .navbar-nav > li > a {  padding-top: 10px;  padding-bottom: 10px;  line-height: 20px; } @media (max-width: 767px) {  .navbar-nav .open .dropdown-menu {   position: static;   float: none;   width: auto;   margin-top: 0;   background-color: transparent;   border: 0;   -webkit-box-shadow: none;       box-shadow: none;  }  .navbar-nav .open .dropdown-menu > li > a,  .navbar-nav .open .dropdown-menu .dropdown-header {   padding: 5px 15px 5px 25px;  }  .navbar-nav .open .dropdown-menu > li > a {   line-height: 20px;  }  .navbar-nav .open .dropdown-menu > li > a:hover,  .navbar-nav .open .dropdown-menu > li > a:focus {   background-image: none;  } } @media (min-width: 768px) {  .navbar-nav {   float: left;   margin: 0;  }  .navbar-nav > li {   float: left;  }  .navbar-nav > li > a {   padding-top: 15px;   padding-bottom: 15px;  } } .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 (min-width: 768px) {  .navbar-form .form-group {   display: inline-block;   margin-bottom: 0;   vertical-align: middle;  }  .navbar-form .form-control {   display: inline-block;   width: auto;   vertical-align: middle;  }  .navbar-form .form-control-static {   display: inline-block;  }  .navbar-form .input-group {   display: inline-table;   vertical-align: middle;  }  .navbar-form .input-group .input-group-addon,  .navbar-form .input-group .input-group-btn,  .navbar-form .input-group .form-control {   width: auto;  }  .navbar-form .input-group > .form-control {   width: 100%;  }  .navbar-form .control-label {   margin-bottom: 0;   vertical-align: middle;  }  .navbar-form .radio,  .navbar-form .checkbox {   display: inline-block;   margin-top: 0;   margin-bottom: 0;   vertical-align: middle;  }  .navbar-form .radio label,  .navbar-form .checkbox label {   padding-left: 0;  }  .navbar-form .radio input[type="radio"],  .navbar-form .checkbox input[type="checkbox"] {   position: relative;   margin-left: 0;  }  .navbar-form .has-feedback .form-control-feedback {   top: 0;  } } @media (max-width: 767px) {  .navbar-form .form-group {   margin-bottom: 5px;  }  .navbar-form .form-group:last-child {   margin-bottom: 0;  } } @media (min-width: 768px) {  .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;  } } .navbar-nav > li > .dropdown-menu {  margin-top: 0;  border-top-right-radius: 0;  border-top-left-radius: 0; } .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {  margin-bottom: 0;  border-top-right-radius: 4px;  border-top-left-radius: 4px;  border-bottom-right-radius: 0;  border-bottom-left-radius: 0; } .navbar-btn {  margin-top: 8px;  margin-bottom: 8px; } .navbar-btn.btn-sm {  margin-top: 10px;  margin-bottom: 10px; } .navbar-btn.btn-xs {  margin-top: 14px;  margin-bottom: 14px; } .navbar-text {  margin-top: 15px;  margin-bottom: 15px; } @media (min-width: 768px) {  .navbar-text {   float: left;   margin-left: 15px;   margin-right: 15px;  } } @media (min-width: 768px) {  .navbar-left {   float: left !important;  }  .navbar-right {   float: right !important;   margin-right: -15px;  }  .navbar-right ~ .navbar-right {   margin-right: 0;  } } .navbar-default {  background-color: #f8f8f8;  border-color: #e7e7e7; } .navbar-default .navbar-brand {  color: #777777; } .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {  color: #5e5e5e;  background-color: transparent; } .navbar-default .navbar-text {  color: #777777; } .navbar-default .navbar-nav > li > a {  color: #777777; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {  color: #333333;  background-color: transparent; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {  color: #555555;  background-color: #e7e7e7; } .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {  color: #cccccc;  background-color: transparent; } .navbar-default .navbar-toggle {  border-color: #dddddd; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {  background-color: #dddddd; } .navbar-default .navbar-toggle .icon-bar {  background-color: #888888; } .navbar-default .navbar-collapse, .navbar-default .navbar-form {  border-color: #e7e7e7; } .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {  background-color: #e7e7e7;  color: #555555; } @media (max-width: 767px) {  .navbar-default .navbar-nav .open .dropdown-menu > li > a {   color: #777777;  }  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {   color: #333333;   background-color: transparent;  }  .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: #555555;   background-color: #e7e7e7;  }  .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: #cccccc;   background-color: transparent;  } } .navbar-default .navbar-link {  color: #777777; } .navbar-default .navbar-link:hover {  color: #333333; } .navbar-default .btn-link {  color: #777777; } .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {  color: #333333; } .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {  color: #cccccc; } .navbar-inverse {  background-color: #222222;  border-color: #080808; } .navbar-inverse .navbar-brand {  color: #9d9d9d; } .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {  color: #ffffff;  background-color: transparent; } .navbar-inverse .navbar-text {  color: #9d9d9d; } .navbar-inverse .navbar-nav > li > a {  color: #9d9d9d; } .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {  color: #ffffff;  background-color: transparent; } .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {  color: #ffffff;  background-color: #080808; } .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {  color: #444444;  background-color: transparent; } .navbar-inverse .navbar-toggle {  border-color: #333333; } .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {  background-color: #333333; } .navbar-inverse .navbar-toggle .icon-bar {  background-color: #ffffff; } .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {  border-color: #101010; } .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {  background-color: #080808;  color: #ffffff; } @media (max-width: 767px) {  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {   border-color: #080808;  }  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {   background-color: #080808;  }  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {   color: #9d9d9d;  }  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {   color: #ffffff;   background-color: transparent;  }  .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: #ffffff;   background-color: #080808;  }  .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: #444444;   background-color: transparent;  } } .navbar-inverse .navbar-link {  color: #9d9d9d; } .navbar-inverse .navbar-link:hover {  color: #ffffff; } .navbar-inverse .btn-link {  color: #9d9d9d; } .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {  color: #ffffff; } .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {  color: #444444; } .modal-open {  overflow: hidden; } .modal {  display: none;  overflow: hidden;  position: fixed;  top: 0;  right: 0;  bottom: 0;  left: 0;  z-index: 1050;  -webkit-overflow-scrolling: touch;  outline: 0; } .modal.fade .modal-dialog {  -webkit-transform: translate(0, -25%);  -ms-transform: translate(0, -25%);  -o-transform: translate(0, -25%);  transform: translate(0, -25%);  -webkit-transition: -webkit-transform 0.3s ease-out;  -o-transition: -o-transform 0.3s ease-out;  transition: transform 0.3s ease-out; } .modal.in .modal-dialog {  -webkit-transform: translate(0, 0);  -ms-transform: translate(0, 0);  -o-transform: translate(0, 0);  transform: translate(0, 0); } .modal-open .modal {  overflow-x: hidden;  overflow-y: auto; } .modal-dialog {  position: relative;  width: auto;  margin: 10px; } .modal-content {  position: relative;  background-color: #ffffff;  border: 1px solid #999999;  border: 1px solid rgba(0, 0, 0, 0.2);  border-radius: 6px;  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);  -webkit-background-clip: padding-box;      background-clip: padding-box;  outline: 0; } .modal-backdrop {  position: fixed;  top: 0;  right: 0;  bottom: 0;  left: 0;  z-index: 1040;  background-color: #000000; } .modal-backdrop.fade {  opacity: 0;  filter: alpha(opacity=0); } .modal-backdrop.in {  opacity: 0.5;  filter: alpha(opacity=50); } .modal-header {  padding: 15px;  border-bottom: 1px solid #e5e5e5;  min-height: 16.42857143px; } .modal-header .close {  margin-top: -2px; } .modal-title {  margin: 0;  line-height: 1.42857143; } .modal-body {  position: relative;  padding: 15px; } .modal-footer {  padding: 15px;  text-align: right;  border-top: 1px solid #e5e5e5; } .modal-footer .btn + .btn {  margin-left: 5px;  margin-bottom: 0; } .modal-footer .btn-group .btn + .btn {  margin-left: -1px; } .modal-footer .btn-block + .btn-block {  margin-left: 0; } .modal-scrollbar-measure {  position: absolute;  top: -9999px;  width: 50px;  height: 50px;  overflow: scroll; } @media (min-width: 768px) {  .modal-dialog {   width: 600px;   margin: 30px auto;  }  .modal-content {   -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);   box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);  }  .modal-sm {   width: 300px;  } } @media (min-width: 992px) {  .modal-lg {   width: 900px;  } } .tooltip {  position: absolute;  z-index: 1070;  display: block;  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;  font-size: 12px;  font-weight: normal;  line-height: 1.4;  opacity: 0;  filter: alpha(opacity=0); } .tooltip.in {  opacity: 0.9;  filter: alpha(opacity=90); } .tooltip.top {  margin-top: -3px;  padding: 5px 0; } .tooltip.right {  margin-left: 3px;  padding: 0 5px; } .tooltip.bottom {  margin-top: 3px;  padding: 5px 0; } .tooltip.left {  margin-left: -3px;  padding: 0 5px; } .tooltip-inner {  max-width: 200px;  padding: 3px 8px;  color: #ffffff;  text-align: center;  text-decoration: none;  background-color: #000000;  border-radius: 4px; } .tooltip-arrow {  position: absolute;  width: 0;  height: 0;  border-color: transparent;  border-style: solid; } .tooltip.top .tooltip-arrow {  bottom: 0;  left: 50%;  margin-left: -5px;  border-width: 5px 5px 0;  border-top-color: #000000; } .tooltip.top-left .tooltip-arrow {  bottom: 0;  right: 5px;  margin-bottom: -5px;  border-width: 5px 5px 0;  border-top-color: #000000; } .tooltip.top-right .tooltip-arrow {  bottom: 0;  left: 5px;  margin-bottom: -5px;  border-width: 5px 5px 0;  border-top-color: #000000; } .tooltip.right .tooltip-arrow {  top: 50%;  left: 0;  margin-top: -5px;  border-width: 5px 5px 5px 0;  border-right-color: #000000; } .tooltip.left .tooltip-arrow {  top: 50%;  right: 0;  margin-top: -5px;  border-width: 5px 0 5px 5px;  border-left-color: #000000; } .tooltip.bottom .tooltip-arrow {  top: 0;  left: 50%;  margin-left: -5px;  border-width: 0 5px 5px;  border-bottom-color: #000000; } .tooltip.bottom-left .tooltip-arrow {  top: 0;  right: 5px;  margin-top: -5px;  border-width: 0 5px 5px;  border-bottom-color: #000000; } .tooltip.bottom-right .tooltip-arrow {  top: 0;  left: 5px;  margin-top: -5px;  border-width: 0 5px 5px;  border-bottom-color: #000000; } .popover {  position: absolute;  top: 0;  left: 0;  z-index: 1060;  display: none;  max-width: 276px;  padding: 1px;  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;  font-size: 14px;  font-weight: normal;  line-height: 1.42857143;  text-align: left;  background-color: #ffffff;  -webkit-background-clip: padding-box;      background-clip: padding-box;  border: 1px solid #cccccc;  border: 1px solid rgba(0, 0, 0, 0.2);  border-radius: 6px;  -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; } .popover.top {  margin-top: -10px; } .popover.right {  margin-left: 10px; } .popover.bottom {  margin-top: 10px; } .popover.left {  margin-left: -10px; } .popover-title {  margin: 0;  padding: 8px 14px;  font-size: 14px;  background-color: #f7f7f7;  border-bottom: 1px solid #ebebeb;  border-radius: 5px 5px 0 0; } .popover-content {  padding: 9px 14px; } .popover > .arrow, .popover > .arrow:after {  position: absolute;  display: block;  width: 0;  height: 0;  border-color: transparent;  border-style: solid; } .popover > .arrow {  border-width: 11px; } .popover > .arrow:after {  border-width: 10px;  content: ""; } .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; } .popover.top > .arrow:after {  content: " ";  bottom: 1px;  margin-left: -10px;  border-bottom-width: 0;  border-top-color: #ffffff; } .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); } .popover.right > .arrow:after {  content: " ";  left: 1px;  bottom: -10px;  border-left-width: 0;  border-right-color: #ffffff; } .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; } .popover.bottom > .arrow:after {  content: " ";  top: 1px;  margin-left: -10px;  border-top-width: 0;  border-bottom-color: #ffffff; } .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); } .popover.left > .arrow:after {  content: " ";  right: 1px;  border-right-width: 0;  border-left-color: #ffffff;  bottom: -10px; } .carousel {  position: relative; } .carousel-inner {  position: relative;  overflow: hidden;  width: 100%; } .carousel-inner > .item {  display: none;  position: relative;  -webkit-transition: 0.6s ease-in-out left;  -o-transition: 0.6s ease-in-out left;  transition: 0.6s ease-in-out left; } .carousel-inner > .item > img, .carousel-inner > .item > a > img {  line-height: 1; } @media all and (transform-3d), (-webkit-transform-3d) {  .carousel-inner > .item {   -webkit-transition: -webkit-transform 0.6s ease-in-out;   -o-transition: -o-transform 0.6s ease-in-out;   transition: transform 0.6s ease-in-out;   -webkit-backface-visibility: hidden;   backface-visibility: hidden;   -webkit-perspective: 1000;   perspective: 1000;  }  .carousel-inner > .item.next,  .carousel-inner > .item.active.right {   -webkit-transform: translate3d(100%, 0, 0);   transform: translate3d(100%, 0, 0);   left: 0;  }  .carousel-inner > .item.prev,  .carousel-inner > .item.active.left {   -webkit-transform: translate3d(-100%, 0, 0);   transform: translate3d(-100%, 0, 0);   left: 0;  }  .carousel-inner > .item.next.left,  .carousel-inner > .item.prev.right,  .carousel-inner > .item.active {   -webkit-transform: translate3d(0, 0, 0);   transform: translate3d(0, 0, 0);   left: 0;  } } .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {  display: block; } .carousel-inner > .active {  left: 0; } .carousel-inner > .next, .carousel-inner > .prev {  position: absolute;  top: 0;  width: 100%; } .carousel-inner > .next {  left: 100%; } .carousel-inner > .prev {  left: -100%; } .carousel-inner > .next.left, .carousel-inner > .prev.right {  left: 0; } .carousel-inner > .active.left {  left: -100%; } .carousel-inner > .active.right {  left: 100%; } .carousel-control {  position: absolute;  top: 0;  left: 0;  bottom: 0;  width: 15%;  opacity: 0.5;  filter: alpha(opacity=50);  font-size: 20px;  color: #ffffff;  text-align: center;  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } .carousel-control.left {  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);  background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); } .carousel-control.right {  left: auto;  right: 0;  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);  background-repeat: repeat-x;  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); } .carousel-control:hover, .carousel-control:focus {  outline: 0;  color: #ffffff;  text-decoration: none;  opacity: 0.9;  filter: alpha(opacity=90); } .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {  position: absolute;  top: 50%;  z-index: 5;  display: inline-block; } .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {  left: 50%;  margin-left: -10px; } .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {  right: 50%;  margin-right: -10px; } .carousel-control .icon-prev, .carousel-control .icon-next {  width: 20px;  height: 20px;  margin-top: -10px;  line-height: 1;  font-family: serif; } .carousel-control .icon-prev:before {  content: '\2039'; } .carousel-control .icon-next:before {  content: '\203a'; } .carousel-indicators {  position: absolute;  bottom: 10px;  left: 50%;  z-index: 15;  width: 60%;  margin-left: -30%;  padding-left: 0;  list-style: none;  text-align: center; } .carousel-indicators li {  display: inline-block;  width: 10px;  height: 10px;  margin: 1px;  text-indent: -999px;  border: 1px solid #ffffff;  border-radius: 10px;  cursor: pointer;  background-color: #000 \9;  background-color: rgba(0, 0, 0, 0); } .carousel-indicators .active {  margin: 0;  width: 12px;  height: 12px;  background-color: #ffffff; } .carousel-caption {  position: absolute;  left: 15%;  right: 15%;  bottom: 20px;  z-index: 10;  padding-top: 20px;  padding-bottom: 20px;  color: #ffffff;  text-align: center;  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } .carousel-caption .btn {  text-shadow: none; } @media screen and (min-width: 768px) {  .carousel-control .glyphicon-chevron-left,  .carousel-control .glyphicon-chevron-right,  .carousel-control .icon-prev,  .carousel-control .icon-next {   width: 30px;   height: 30px;   margin-top: -15px;   font-size: 30px;  }  .carousel-control .glyphicon-chevron-left,  .carousel-control .icon-prev {   margin-left: -15px;  }  .carousel-control .glyphicon-chevron-right,  .carousel-control .icon-next {   margin-right: -15px;  }  .carousel-caption {   left: 20%;   right: 20%;   padding-bottom: 30px;  }  .carousel-indicators {   bottom: 20px;  } } .clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .modal-footer:before, .modal-footer:after {  content: " ";  display: table; } .clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .modal-footer: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; } .affix {  position: fixed; } @-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;  } }   .row {margin-left: 0px !important; margin-right: 0px !important;} .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, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24 {padding-left: 0px !important; padding-right: 0px !important;} td, th {padding: 4px;}  body {  margin: 0;  padding: 0;  background: #c6e4f1 url(//jarmu-reklam.hu/wp-content/themes/jarmureklam/images/new-header-bg.png.webp) center no-repeat;  background-position: 50% 0;  font-size: 12px;  font-family: Arial, Helvetica, sans-serif;  color: #66665e; } .clear {  clear: both; } h1 {   font-size: 20px; } h2 {  font-size: 18px; } h3 {  font-size: 16px; } p, ul, ol {  margin-top: 0;  line-height: 145%; } a {  color: #2f97c3; } a:hover {  text-decoration: none;  color: #36aadc; } a img {  border: none; } img { max-width: 100%; } img.left {  float: left;  margin: 7px 30px 0 0; } img.right {  float: right;  margin: 7px 0 0 30px; } .list1 li {  float: left;  line-height: normal; } .list1 li img {  margin: 0 30px 30px 0; } .list1 li.alt img {  margin-right: 0; } #wrapper {  margin: 0;  padding: 0; }    #header-content {   max-width: 980px;   height: 165px;   margin: 0 auto;   position: relative;  }   #logo {    max-width: 350px;    height: 50px;    font-family: Arial, Helvetica, sans-serif;    margin: 0 auto;    position: absolute;    top: 30px;    left: 46px;    color: #738b37;    font-size: 32px;    font-weight: bold;   }   #logo a {    text-decoration: none;   }   #welcome-msg {    max-width: 300px;    height: 25px;    font-family: Arial, Helvetica, sans-serif;    position: absolute;    color: #738b37;    left: 72px;    top: 80px;    font-size: 13px;    font-weight: bold;   }   #welcome-msg h2 {    color: white;    font-size: 30px;    text-transform: none;    padding-bottom: 5px;    border-bottom: 1px #aaa solid;    text-align: center;    margin: 0 23px;    font-weight: bold;   }   #welcome-msg p {    color: #e79d0a;    font-size: 15px;    letter-spacing: -1px;    text-align: center;   }  #menu{    max-width: 940px;    height: 31px;    position: absolute;    left: 20px;    top: 134px;    bottom: 0;    border-top: 2px #fff solid;  z-index:1000; }  .menu, .menu ul {  padding: 0; margin: 0; list-style: none; line-height: 1; } .menu a { color:#fff;text-decoration:none;font-weight:bold;font-size:13px;display:block;padding:9px 23px 8px 23px;margin:0 0 0 0;height:14px; } .menu li a:hover{background:#3d9eca;color:#fff;} .menu li {  float: left;    border-right: 2px #fff solid; } .menu li ul { border:1px solid #174b6b;border-top:none;position:absolute;background:#1b5d86 url('//jarmu-reklam.hu/wp-content/themes/jarmureklam/img/menu-hover.png') repeat-x;width:100%;left:-999em; } .menu li ul li{border:0; width: 100%} .menu ul a{margin:0;padding:12px 23px;font-weight:bold;height:auto;font-size:12px;display:block;width:100%;text-align:left;border-bottom:1px solid #174b6b;} .menu li ul ul {  margin: -31px 0 0 280px; } .menu li:hover ul ul, .menu li.sfhover ul ul { left: -999em; } .menu li:hover ul, .menu li li:hover ul, .menu li.sfhover ul, .menu li li.sfhover ul {  left: auto; } .menu ul a:hover{background:#5e85a7;color:#fff;} .menu ul li:last-child a{border:0;} .menu ul li:last-child li a{border-bottom:1px solid #6f9220;}  .navbar-default {background-color: transparent !important; border: none !important; border-radius: 0px;} .nav > li > a {height: 31px;} .nav > li > a:hover {background-color: #5e85a7 !important;} .nav > li > a:focus {background-color: #5e85a7 !important;} .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {background-color: #5e85a7 !important;} .menu a:focus {background-color: #5e85a7 !important;} .navbar-collapse {padding:0 !important;} .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background-color: transparent !important;} .navbar-toggle {border: 3px solid #fff !important;} .navbar-default .navbar-toggle .icon-bar {background-color: #fff !important;} .dropdown-menu {border-radius: 0px !important;} .dropdown-menu a {color: #fff !important;}    #breadcrumbs {   height: 22px;   line-height: 22px;   background: #ececec;   border: 1px #d2d2e8 solid;   padding: 0;   margin: 0;   margin-bottom: 5px;  }  #breadcrumbs ul {   list-style: none;   margin: 0;   padding: 0;  }   #breadcrumbs li {    float: left;    margin: 0 5px 0 0;    padding: 0 0 0 10px;    background: url('//jarmu-reklam.hu/wp-content/themes/jarmureklam/images/content_images/blue-bullet.gif') left no-repeat;    font-size: 13px;    color: #234;   }   #breadcrumbs a {    font-size: 13px;    color: #234;   }   #crumb-homepage {    background: none !important;   }   #crumb-homepage img {    margin: 0 2px;    padding: 0;    border: 0;   } #page {  max-width: 970px;  margin: 0 auto;  background: url(//jarmu-reklam.hu/wp-content/themes/jarmureklam/images/new-bg-body.png.webp) center top repeat-y; }   #content {  max-width: 660px;  margin-left: 10px;  margin-right: 30px; }     .post {     margin-bottom: 25px;    }     .post .title {      height: 30px;      line-height: 30px;      margin: 10px 0 0 0;      padding: 0;      color: #1e456a;      border-bottom: 1px #ddd solid;      font-size: 23px !important;     }      .post .title a {       text-decoration: none;      }      .post .date {      }      .post .meta {       line-height: 20px;       padding-left: 20px;       font-family: Arial, Helvetica, sans-serif;       font-weight: normal;       font-size: 17px;       color: #66665e;      }       .post .meta span {        display: block;        margin-top: -10px;       }       .post .entry {        padding: 0;        margin: 0;        color: #666;       } .post .entry ul {     margin: 0;     padding: 0;  color:#666; } .post .entry ul li {     display: block;     margin: 2px 0 2px 10px;     padding: 0;  color:#666;  background:url(//jarmu-reklam.hu/wp-content/themes/jarmureklam/images/potty.png.webp) 2px 6px no-repeat;  padding:0 0 0 15px; } .post .entry h2 {     margin-top: 10px; } .post .links { margin: 0 250px 0 0; padding: 0 0 0 0px; } .post .links .comments { } .post .links .permalink { padding-left: 17px; } .post img {   display: block; } .post img.center {   display: block;   border: 1px #cdc solid;   padding: 2px; } .post img.center:hover {   display: block; } .post img:hover {   display: block; } .post .reflista {   list-style: none;   margin: 0;   padding: 0; } .post .reflista li {   display: block;   float: left;   margin: 5px;   padding: 0; }     #sidebar {     float: left;         margin-left: 30px;  border-right:1px solid #ddd;    }     #sidebar ul {      margin: 0;      padding: 0;      list-style: none;      line-height: normal;     }      #sidebar li {       border-bottom: 1px #ddd solid;       padding-bottom: 15px;      }      #sidebar li li {       border: 0;      }      #sidebar h3 {       color: #8babba;       line-height: 35px;       margin: 0;       padding: 0;      }  #ajanlat-form {   width: 450px;   margin: 10px auto;   border: 1px #ddd solid;   background-color: #f8fcff;   padding: 10px 0 10px 40px; } #ajanlat-form .input-mezo {   display: block;   width: 370px; } #ajanlat-form label {   display: block;   margin: 2px 0;   font-weight: bold; } #ajanlat-form .checkboxok {   display: block;   padding: 10px 0; }   .checkboxok label {     font-weight: normal !important;     display: inline !important;   }   .checkboxok input {     display: inline !important;   }   .uzenet{     background: #4e6;     border: 2px #7f9 solid;     padding: 10px;     color: #143;     width: 960px;     margin: 0 auto;     text-align: center;     font-weight: bold;   }   .error-message{     background: #e24;     border: 2px #c12 solid;     padding: 4px;     color: #fff;     font-weight: bold;     width: 60%;     text-align: center;   }   #ajanlat-form .asterisk {     color: red;     font-weight: bold;   } #hirlevel-form input {   display: block;   width: 155px; }    #gallery-list {    list-style: none;   }    #gallery-list li {     clear: both;    }     #gallery-list li div {      margin: 10px 50px 10px 0;      border-bottom: 1px #ececec dotted;     }     #gallery-list ul {      list-style: none;      margin: 0;      padding: 0;     }      #gallery-list ul li {       float: left;       clear: none;       margin: 10px 40px 10px 0;       border: 1px #ececec solid;       width: 160px;       height: 160px;      }      #gallery-list ul li img {       display: block;       margin: 10px auto;      }    #gallery-content #gallery-list li {     float: left;     clear: none;     margin: 10px 40px 10px 0;     border: 1px #ececec solid;     width: 160px;     height: 190px;    }     #gallery-content #gallery-list li a {      display: block;      width: 150px;      height: 150px;      margin: 5px;     }     #gallery-content #gallery-list li p {      line-height: 14px;      height: 28px;      overflow: hidden;      padding: 0 2px;      border: 1px #ececec dotted;      font-size: 10px;      margin: 1px     }      #gallery-content #gallery-list li img {       display: block;      }  #footer {  max-width: 980px;  margin: 0 auto 20px auto;  background: url(//jarmu-reklam.hu/wp-content/themes/jarmureklam/images/lablec.png.webp) center top repeat-y;  padding: 0;  clear: both;  height:80px; }  #footer-content { padding:11px 0 0 0;  }   #footer p {    margin: 5px;    padding: 0;    text-align: center;    line-height: normal;    text-transform: uppercase;    font-size: 10px;    color: #66665e;    clear: both;   }   #footer a {    color: #000;   }   #footer-menu ul {    padding: 0;    margin: 0;    list-style: none;   }    #footer-menu li {     float: left;     margin-right: 5px;     list-style: none;     padding: 0;    }     #footer-menu li a {      padding-right: 3px;     } #preview{  position:absolute;  border:1px solid #ccc;  background:#333;  padding:5px;  display:none;  color:#fff; } #news-show h2 {  border-bottom: 1px #5e85a7 solid;  color: #5e85a7; } #news-show #news-date, .news-header span {  float: right;  font-size: 12px;  font-weight: normal;  color: #aaa;  font-style: italic; } #error {  margin-top: 160px; } .post form table {  width: 600px;  margin: 0 auto; } .post form tbody th {  text-align: left;  vertical-align: top;  width: 225px; } .error_list li {  background: #eee url('/images/error.png') center left no-repeat;  text-indent: 20px;  color: red; } .flash_notice {  width: 900px;  margin: 3px auto;  border: 2px #738b37 dashed;  color: #738b37;  padding: 3px 10px 3px 20px;  font-weight: bold;  background: #efffd8 url('/images/info-icon.png') 3px 3px no-repeat; } .asterisk {  color: red;  font-weight: bold; } .checkbox_list li {  margin: 0;  padding: 0;  height: 15px; } .wp-pagenavi{clear:both;} .wp-pagenavi a, .wp-pagenavi span{text-decoration:none;background:#aedc57;padding:4px 7px;margin:2px;color:#fff;font-size:13px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;} .wp-pagenavi a:hover, .wp-pagenavi span.current{background:#718c3a;} .wp-pagenavi span.current{font-weight:bold;} .wp-pagenavi span.pages{background:#8babba;} #fb-likebox{margin:10px 0 0 0;} .gomb{padding:5px;cursor:pointer;}  .post img.ref{margin:0 5px 0 0;} .ref-kep{width:160px;min-height:110px;float:left;} #quotes{position:relative;min-height:60px;z-index:0;}  .ugyfel{height:110px;overflow:hidden;} .akcio{width:96%;display:block;color:#fff;padding:10px 0 10px 0;text-align:center;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;background:#45afdf;margin:10px 0 0 0;font-size:24px;font-weight:bold;text-decoration:none;} .akcio:hover{color:#fff;background:#3f9ec9;} .ugyfel blockquote{margin:0 0 0 0;} .post blockquote{margin:0 0 7px 0;padding:7px;border-left:2px solid #73caf1;background:#d2ecf8;} .post blockquote p{margin:0;font-style:italic;} img.centered { display: block; margin-left: auto; margin-right: auto; } img.alignright { padding: 0; margin: 3px 0 2px 10px; display: inline; } img.alignleft { padding: 0; margin: 3px 10px 2px 0; display: inline; } .alignright { float: right; } .alignleft { float: left; } .aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; } #menu #menu-item-31 a{background:#a6c511;} #menu #menu-item-31 a{background:#a6c511 url(//jarmu-reklam.hu/wp-content/themes/jarmureklam/images/pipa.png.webp) 110px center no-repeat;padding-right:40px;} #referencia-lista{margin:0 0 20px 0;} #referencia-lista li{font-size:12px;margin:0;list-style:square;} #referencia-lista ul{width:25%;float:left;} .gomb-ajanlat{margin:10px auto 10px auto;text-align:center;} #partnerek{max-width:920px;margin:0 auto;padding:10px 0 0 0;} .fleft {float:left !important;} .fright {float:right !important;} .container {padding-left: 0 !important; padding-right: 0 !important;} .fb {width: 100% !important;} #mobilsav{display:none;} .gallery-item dt{text-align:center;} .gallery-item img{margin:0 auto;} .wp-caption-text{margin-top:10px;}   @media(max-width: 991px) {     .container {max-width: 970px; width: 100%;}         #page, #footer {width: auto;}     img {height: auto;}     .post form table {max-width: 600px; width: 100%;} } @media(max-width: 960px) {  #sidebar{margin-left: 10px;}   #facebook {width: auto !important;}  #partnerek {width: auto;}     h1.title a {float: none !important;}     .post .title {height: 60px;}     .container, #menu {width: 100%;}  #menu {position: relative; left: 0;height: auto; left: 0px;}  #logo {padding-left: 25px;}  #zaszlo{margin-right: 0px;}     #adatok{float:left;width:100%;margin:0px;} } @media(max-width: 860px) {     #content {margin-left: 25px;} } @media(max-width: 840px) {  #sidebar {width: 230px;} } @media(max-width: 767px) {     #page {padding-top: 30px;}  .menu li {float: none; text-align: center;}  nav {float: none;}  .menu li ul {position:relative; width:100%;left:auto;}     .menu ul a {width: 100%; text-align: center;}     #menu {width: 100%;}     .navbar-header, .navbar-collapse {background-color: #2b81b7 !important;}  #sidebar {width: 100%; text-align: center; margin: 0; border: none; padding: 0 10px;}     .akcio {margin: 0 auto;}     #content {margin: 0 auto; padding: 0 10px; float: none; max-width: 767px; width: 100%;}     #content img {margin-bottom: 10px;}     .post .entry ul {margin: 0;}     .dropdown-menu {float: none !important;}     .tableadat:after { content:"\A"; white-space:pre;}     .felso{display:none !important;}     .felulet td{display:block;width:100%;}     .felulet td:nth-child(1){display:block;width:100%;font-weight:bold;}     .wrapper-td{display:block !important;width:100% !important;}     #footer {background-size: 104% 100%;}     iframe {width: 100% !important;}     #logo {padding-left: 0; left: 20px;}     .fleft, .fright {float:none !important;}     .nav > li > a {height: 62px; padding: 24px 15px;} } @media(max-width: 515px) {  #footer{height: 120px;}     #mobilsav{display:block;position:fixed;bottom:0;z-index:10;width:100%;min-height:30px;background:#2776a7;}     #mobilsav a{display:block;float:left;width:50%;padding:10px 12px;color:#fff !important;font-size:13px;font-weight:bold;}     #mail span{display:block;float:left;width:28px;height:28px;background:url(//jarmu-reklam.hu/wp-content/themes/jarmureklam/images/mail.png.webp);background-size:100% 100%;}     #phone span{display:block;float:left;width:28px;height:28px;background:url(//jarmu-reklam.hu/wp-content/themes/jarmureklam/images/phone.png.webp);background-size:100% 100%;}     #mobilsav a div{display:block;float:left;margin:5px 0 0 10px;}     #mobilsav a:first-child{border-right:1px solid #236b97;} } @media(max-width: 400px) {  #logo {width: 80%;}   #logo a img {width: 100%;}     #akciosfelulet {width: 100%;}     .ajanlat textarea, .ajanlat select, .ajanlat input[type="text"] {width: 100%; padding: 10px 0;}     #mobilsav a{display:block;float:left;width:50%;padding:10px 7px;color:#fff !important;font-size:13px;font-weight:bold;}     #mobilsav a div{display:block;float:left;margin:5px 0 0 5px;} } @media(max-width: 365px) {  #content img {width: 100%;} }     @media(max-width: 300px) {  .carousel-control.right, .carousel-control.left {background: none !important; vertical-align: middle;} }#fancybox-loading,#fancybox-loading div,#fancybox-overlay,#fancybox-wrap,.fancybox-bg,#fancybox-outer,#fancybox-content,#fancybox-content>div,#fancybox-content>div>div,#fancybox-frame,#fancybox-close,#fancybox-title,#fancybox-title div,#fancybox-left,#fancybox-right,.fancy-ico{box-sizing:content-box;-moz-box-sizing:content-box}#fancybox-loading{position:fixed;top:50%;left:50%;width:40px;height:40px;margin-top:-20px;margin-left:-20px;cursor:pointer;overflow:hidden;z-index:111104;display:none}#fancybox-loading div{position:absolute;top:0;left:0;width:40px;height:480px;background-image:url(//jarmu-reklam.hu/wp-content/plugins/easy-fancybox/images/fancybox.png.webp)}#fancybox-overlay{position:absolute;top:0;left:0;width:100%;z-index:111100;display:none}#fancybox-tmp{padding:0;margin:0;border:0;overflow:auto;display:none}#fancybox-wrap{position:absolute;top:0;left:0;padding:20px;z-index:111101;display:none}#fancybox-outer{position:relative;width:100%;height:100%;background:#fff;box-shadow:0 0 20px #111;-moz-box-shadow:0 0 20px #111;-webkit-box-shadow:0 0 20px #111}#fancybox-content{width:0;height:0;padding:0;position:relative;-webkit-overflow-scrolling:touch;overflow-y:auto;z-index:111102;border:0 solid #fff;background:#fff;-moz-background-clip:padding;-webkit-background-clip:padding;background-clip:padding-box}#fancybox-content>div{max-width:100%;max-height:100%}#fancybox-hide-sel-frame{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent;z-index:111101}#fancybox-close{position:absolute;top:-15px;right:-15px;width:30px;height:30px;background:transparent url(//jarmu-reklam.hu/wp-content/plugins/easy-fancybox/images/fancybox.png.webp) -40px 0;cursor:pointer;z-index:111103;display:none}#fancybox-error{color:#444;padding:14px;margin:0}#fancybox-frame,#fancybox-img{width:100%;height:100%;border:0}#fancybox-img{padding:0;margin:0;line-height:0;vertical-align:top;max-width:none!important;max-height:none!important}#fancybox-frame{display:block;width:100%;height:100%;z-index:0;-webkit-transform:translateZ(0px);-webkit-transform:translate3d(0,0,0);-webkit-perspective:1000}#fancybox-left,#fancybox-right{position:absolute;bottom:0;height:100%;width:35%;cursor:pointer;background:initial;z-index:111102;display:none}#fancybox-left{left:0}.rtl #fancybox-left{left:auto;right:0}#fancybox-right{right:0}.rtl #fancybox-right{left:0;right:auto}#fancybox-left-ico,#fancybox-right-ico{position:absolute;top:50%;left:-9999px;width:30px;height:30px;margin-top:-15px;cursor:pointer;z-index:111102;display:block}#fancybox-left-ico{background-image:url(//jarmu-reklam.hu/wp-content/plugins/easy-fancybox/images/fancybox.png.webp);background-position:-40px -30px}.rtl #fancybox-left-ico{background-position:-40px -60px;right:-9999px}#fancybox-right-ico{background-image:url(//jarmu-reklam.hu/wp-content/plugins/easy-fancybox/images/fancybox.png.webp);background-position:-40px -60px}.rtl #fancybox-right-ico{background-position:-40px -30px;right:-9999px}#fancybox-left:focus,#fancybox-right:focus{outline:0;background:initial}#fancybox-left:hover span{left:20px}.rtl #fancybox-left:hover span{right:20px}#fancybox-right:hover span{left:auto;right:20px}.rtl #fancybox-right:hover span{right:auto;left:20px}#fancybox-title{z-index:111102}.fancybox-title-inside{padding-bottom:10px;text-align:center;color:#333;position:relative}.fancybox-title-outside{padding-top:10px;color:#fff;font-weight:600}.fancybox-title-over{position:absolute;bottom:0;left:0;color:#FFF;text-align:left}.rtl .fancybox-title-over{text-align:right}#fancybox-title-over{padding:10px;background:rgba(0,0,0,.64);display:block}.fancybox-title-float{position:absolute;left:0;bottom:-20px;height:32px}#fancybox-title-float-wrap{border:0;border-collapse:collapse;width:auto}#fancybox-title-float-wrap tr,#fancybox-title-float-wrap td{border:0;white-space:nowrap}#fancybox-title-float-left{padding:0 0 0 15px;background:url(//jarmu-reklam.hu/wp-content/plugins/easy-fancybox/images/fancybox.png.webp) -40px -90px no-repeat}#fancybox-title-float-main{color:#fff;line-height:29px;font-weight:600;font-size:14px;padding:0 0 3px 0;background:url(//jarmu-reklam.hu/wp-content/plugins/easy-fancybox/images/fancybox-x.png.webp) 0 -40px}#fancybox-title-float-right{padding:0 0 0 15px;background:url(//jarmu-reklam.hu/wp-content/plugins/easy-fancybox/images/fancybox.png.webp) -55px -90px no-repeat}.fancybox-hidden{display:none}