@import url(//fonts.googleapis.com/css?family=Lato:300:400);

body {
 margin:0;
 overflow-x:hidden;
}

h1 {
 font-family: 'Lato', sans-serif;
 font-weight:300;
 letter-spacing: 2px;
 font-size:48px;
}

.header {
 position:relative;
 text-align:center;
 background: linear-gradient(0deg, rgb(221, 78, 78) 0%, rgb(255, 255, 255) 100%);
 color:white;

}
.logo {
 width:50px;
 fill:white;
 padding-right:15px;
 display:inline-block;
 vertical-align: middle;
}

.inner-header {
 margin: 0;
 padding: 0;
}

.flex {
 justify-content: center;
 align-items: center;
 text-align: center;
}

.waves {
 position:relative;
 width: 100%;
 /*height:15vh;*/

 min-height:100px;
 max-height:150px;
 margin-bottom: -10px;
}

.content {
 position:relative;
 text-align:center;
 background-color: white;
}

.parallax > use {
 animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
 animation-delay: -2s;
 animation-duration: 7s;
}
.parallax > use:nth-child(2) {
 animation-delay: -3s;
 animation-duration: 10s;
}
.parallax > use:nth-child(3) {
 animation-delay: -4s;
 animation-duration: 13s;
}
.parallax > use:nth-child(4) {
 animation-delay: -5s;
 animation-duration: 20s;
}
@keyframes move-forever {
 0% {
  transform: translate3d(-90px,0,0);
 }
 100% {
  transform: translate3d(85px,0,0);
 }
}

@media (max-width: 768px) {
 .waves {

  min-height:40px;
 }
 .content {
  height:30vh;
 }
 h1 {
  font-size:24px;
 }
}

.flex ul li{
 display:inline-block;
 list-style: none;
 font-size: 22px;
 padding: 10px;
}

.info_links_footer{
 padding: 0;
}


*{
 text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
 text-rendering: optimizeLegibility !important;
 -webkit-font-smoothing: antialiased !important;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
 display: block;
}
audio, canvas, progress, video {
 display: inline-block;
 vertical-align: baseline;
}
audio:not([controls]) {
 display: none;
 height: 0;
}
[hidden], template {
 display: none;
}
a {
 background: 0 0;
}
a:active, a:hover {
 outline: 0;
}
abbr[title] {
 border-bottom: 1px dotted;
}
b, strong {
 font-weight: 700;
}
dfn {
 font-style: italic;
}
h1 {
 margin: .67em 0;
 font-size: 2em;
}
mark {
 color: #000;
 background: #ff0;
}
small {
 font-size: 80%}
sub, sup {
 position: relative;
 font-size: 75%;
 line-height: 0;
 vertical-align: baseline;
}
sup {
 top: -.5em;
}
sub {
 bottom: -.25em;
}
img {
 border: 0;
}
svg:not(:root) {
 overflow: hidden;
}
figure {
 margin: 1em 40px;
}
hr {
 height: 0;
 -webkit-box-sizing: content-box;
 -moz-box-sizing: content-box;
 box-sizing: content-box;
}
pre {
 overflow: auto;
}
code, kbd, pre, samp {
 font-family: monospace, monospace;
 font-size: 1em;
}

button, input, optgroup, select, textarea {
 margin: 0;
 font: inherit;
 color: inherit;
}
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 {
 padding: 0;
 border: 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-box-sizing: content-box;
 -moz-box-sizing: content-box;
 box-sizing: content-box;
 -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
 -webkit-appearance: none;
}
fieldset {
 padding: .35em .625em .75em;
 margin: 0 2px;
 border: 1px solid silver;
}
legend {
 padding: 0;
 border: 0;
}
textarea {
 overflow: auto;
}
optgroup {
 font-weight: 700;
}
table {
 border-spacing: 0;
 border-collapse: collapse;
}
td, th {
 padding: 0;
}
@media print {
 * {
  color: #000!important;
  text-shadow: none!important;
  background: transparent!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
 }
 a, a:visited {
  text-decoration: underline;
 }
 a[href]:after {
  content: " (" attr(href) ")"}
 abbr[title]:after {
  content: " (" attr(title) ")"}
 a[href^="javascript:"]:after, a[href^="#"]:after {
  content: ""}
 pre, blockquote {
  border: 1px solid #999;
  page-break-inside: avoid;
 }
 thead {
  display: table-header-group;
 }
 tr, img {
  page-break-inside: avoid;
 }
 img {
  max-width: 100%!important;
 }
 p, h2, h3 {
  orphans: 3;
  widows: 3;
 }
 h2, h3 {
  page-break-after: avoid;
 }
 select {
  background: #fff!important;
 }
 .navbar {
  display: none;
 }
 .table td, .table th {
  background-color: #fff!important;
 }
 .btn>.caret, .dropup>.btn>.caret {
  border-top-color: #000!important;
 }
 .label {
  border: 1px solid #000;
 }
 .table {
  border-collapse: collapse!important;
 }
 .table-bordered th, .table-bordered td {
  border: 1px solid #ddd!important;
 }
}@font-face {
 font-family: 'Glyphicons Halflings';
 src: url(../fonts/glyphicons-halflings-regular.eot);
 src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}
.glyphicon {
 position: relative;
 top: 1px;
 display: inline-block;
 font-family: 'Glyphicons Halflings';
 font-style: normal;
 font-weight: 400;
 line-height: 1;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
 content: "\2a"}
.glyphicon-plus:before {
 content: "\2b"}
.glyphicon-euro:before {
 content: "\20ac"}
.glyphicon-minus:before {
 content: "\2212"}
.glyphicon-cloud:before {
 content: "\2601"}
.glyphicon-envelope:before {
 content: "\2709"}
.glyphicon-pencil:before {
 content: "\270f"}
.glyphicon-glass:before {
 content: "\e001"}
.glyphicon-music:before {
 content: "\e002"}
.glyphicon-search:before {
 content: "\e003"}
.glyphicon-heart:before {
 content: "\e005"}
.glyphicon-star:before {
 content: "\e006"}
.glyphicon-star-empty:before {
 content: "\e007"}
.glyphicon-user:before {
 content: "\e008"}
.glyphicon-film:before {
 content: "\e009"}
.glyphicon-th-large:before {
 content: "\e010"}
.glyphicon-th:before {
 content: "\e011"}
.glyphicon-th-list:before {
 content: "\e012"}
.glyphicon-ok:before {
 content: "\e013"}
.glyphicon-remove:before {
 content: "\e014"}
.glyphicon-zoom-in:before {
 content: "\e015"}
.glyphicon-zoom-out:before {
 content: "\e016"}
.glyphicon-off:before {
 content: "\e017"}
.glyphicon-signal:before {
 content: "\e018"}
.glyphicon-cog:before {
 content: "\e019"}
.glyphicon-trash:before {
 content: "\e020"}
.glyphicon-home:before {
 content: "\e021"}
.glyphicon-file:before {
 content: "\e022"}
.glyphicon-time:before {
 content: "\e023"}
.glyphicon-road:before {
 content: "\e024"}
.glyphicon-download-alt:before {
 content: "\e025"}
.glyphicon-download:before {
 content: "\e026"}
.glyphicon-upload:before {
 content: "\e027"}
.glyphicon-inbox:before {
 content: "\e028"}
.glyphicon-play-circle:before {
 content: "\e029"}
.glyphicon-repeat:before {
 content: "\e030"}
.glyphicon-refresh:before {
 content: "\e031"}
.glyphicon-list-alt:before {
 content: "\e032"}
.glyphicon-lock:before {
 content: "\e033"}
.glyphicon-flag:before {
 content: "\e034"}
.glyphicon-headphones:before {
 content: "\e035"}
.glyphicon-volume-off:before {
 content: "\e036"}
.glyphicon-volume-down:before {
 content: "\e037"}
.glyphicon-volume-up:before {
 content: "\e038"}
.glyphicon-qrcode:before {
 content: "\e039"}
.glyphicon-barcode:before {
 content: "\e040"}
.glyphicon-tag:before {
 content: "\e041"}
.glyphicon-tags:before {
 content: "\e042"}
.glyphicon-book:before {
 content: "\e043"}
.glyphicon-bookmark:before {
 content: "\e044"}
.glyphicon-print:before {
 content: "\e045"}
.glyphicon-camera:before {
 content: "\e046"}
.glyphicon-font:before {
 content: "\e047"}
.glyphicon-bold:before {
 content: "\e048"}
.glyphicon-italic:before {
 content: "\e049"}
.glyphicon-text-height:before {
 content: "\e050"}
.glyphicon-text-width:before {
 content: "\e051"}
.glyphicon-align-left:before {
 content: "\e052"}
.glyphicon-align-center:before {
 content: "\e053"}
.glyphicon-align-right:before {
 content: "\e054"}
.glyphicon-align-justify:before {
 content: "\e055"}
.glyphicon-list:before {
 content: "\e056"}
.glyphicon-indent-left:before {
 content: "\e057"}
.glyphicon-indent-right:before {
 content: "\e058"}
.glyphicon-facetime-video:before {
 content: "\e059"}
.glyphicon-picture:before {
 content: "\e060"}
.glyphicon-map-marker:before {
 content: "\e062"}
.glyphicon-adjust:before {
 content: "\e063"}
.glyphicon-tint:before {
 content: "\e064"}
.glyphicon-edit:before {
 content: "\e065"}
.glyphicon-share:before {
 content: "\e066"}
.glyphicon-check:before {
 content: "\e067"}
.glyphicon-move:before {
 content: "\e068"}
.glyphicon-step-backward:before {
 content: "\e069"}
.glyphicon-fast-backward:before {
 content: "\e070"}
.glyphicon-backward:before {
 content: "\e071"}
.glyphicon-play:before {
 content: "\e072"}
.glyphicon-pause:before {
 content: "\e073"}
.glyphicon-stop:before {
 content: "\e074"}
.glyphicon-forward:before {
 content: "\e075"}
.glyphicon-fast-forward:before {
 content: "\e076"}
.glyphicon-step-forward:before {
 content: "\e077"}
.glyphicon-eject:before {
 content: "\e078"}
.glyphicon-chevron-left:before {
 content: "\e079"}
.glyphicon-chevron-right:before {
 content: "\e080"}
.glyphicon-plus-sign:before {
 content: "\e081"}
.glyphicon-minus-sign:before {
 content: "\e082"}
.glyphicon-remove-sign:before {
 content: "\e083"}
.glyphicon-ok-sign:before {
 content: "\e084"}
.glyphicon-question-sign:before {
 content: "\e085"}
.glyphicon-info-sign:before {
 content: "\e086"}
.glyphicon-screenshot:before {
 content: "\e087"}
.glyphicon-remove-circle:before {
 content: "\e088"}
.glyphicon-ok-circle:before {
 content: "\e089"}
.glyphicon-ban-circle:before {
 content: "\e090"}
.glyphicon-arrow-left:before {
 content: "\e091"}
.glyphicon-arrow-right:before {
 content: "\e092"}
.glyphicon-arrow-up:before {
 content: "\e093"}
.glyphicon-arrow-down:before {
 content: "\e094"}
.glyphicon-share-alt:before {
 content: "\e095"}
.glyphicon-resize-full:before {
 content: "\e096"}
.glyphicon-resize-small:before {
 content: "\e097"}
.glyphicon-exclamation-sign:before {
 content: "\e101"}
.glyphicon-gift:before {
 content: "\e102"}
.glyphicon-leaf:before {
 content: "\e103"}
.glyphicon-fire:before {
 content: "\e104"}
.glyphicon-eye-open:before {
 content: "\e105"}
.glyphicon-eye-close:before {
 content: "\e106"}
.glyphicon-warning-sign:before {
 content: "\e107"}
.glyphicon-plane:before {
 content: "\e108"}
.glyphicon-calendar:before {
 content: "\e109"}
.glyphicon-random:before {
 content: "\e110"}
.glyphicon-comment:before {
 content: "\e111"}
.glyphicon-magnet:before {
 content: "\e112"}
.glyphicon-chevron-up:before {
 content: "\e113"}
.glyphicon-chevron-down:before {
 content: "\e114"}
.glyphicon-retweet:before {
 content: "\e115"}
.glyphicon-shopping-cart:before {
 content: "\e116"}
.glyphicon-folder-close:before {
 content: "\e117"}
.glyphicon-folder-open:before {
 content: "\e118"}
.glyphicon-resize-vertical:before {
 content: "\e119"}
.glyphicon-resize-horizontal:before {
 content: "\e120"}
.glyphicon-hdd:before {
 content: "\e121"}
.glyphicon-bullhorn:before {
 content: "\e122"}
.glyphicon-bell:before {
 content: "\e123"}
.glyphicon-certificate:before {
 content: "\e124"}
.glyphicon-thumbs-up:before {
 content: "\e125"}
.glyphicon-thumbs-down:before {
 content: "\e126"}
.glyphicon-hand-right:before {
 content: "\e127"}
.glyphicon-hand-left:before {
 content: "\e128"}
.glyphicon-hand-up:before {
 content: "\e129"}
.glyphicon-hand-down:before {
 content: "\e130"}
.glyphicon-circle-arrow-right:before {
 content: "\e131"}
.glyphicon-circle-arrow-left:before {
 content: "\e132"}
.glyphicon-circle-arrow-up:before {
 content: "\e133"}
.glyphicon-circle-arrow-down:before {
 content: "\e134"}
.glyphicon-globe:before {
 content: "\e135"}
.glyphicon-wrench:before {
 content: "\e136"}
.glyphicon-tasks:before {
 content: "\e137"}
.glyphicon-filter:before {
 content: "\e138"}
.glyphicon-briefcase:before {
 content: "\e139"}
.glyphicon-fullscreen:before {
 content: "\e140"}
.glyphicon-dashboard:before {
 content: "\e141"}
.glyphicon-paperclip:before {
 content: "\e142"}
.glyphicon-heart-empty:before {
 content: "\e143"}
.glyphicon-link:before {
 content: "\e144"}
.glyphicon-phone:before {
 content: "\e145"}
.glyphicon-pushpin:before {
 content: "\e146"}
.glyphicon-usd:before {
 content: "\e148"}
.glyphicon-gbp:before {
 content: "\e149"}
.glyphicon-sort:before {
 content: "\e150"}
.glyphicon-sort-by-alphabet:before {
 content: "\e151"}
.glyphicon-sort-by-alphabet-alt:before {
 content: "\e152"}
.glyphicon-sort-by-order:before {
 content: "\e153"}
.glyphicon-sort-by-order-alt:before {
 content: "\e154"}
.glyphicon-sort-by-attributes:before {
 content: "\e155"}
.glyphicon-sort-by-attributes-alt:before {
 content: "\e156"}
.glyphicon-unchecked:before {
 content: "\e157"}
.glyphicon-expand:before {
 content: "\e158"}
.glyphicon-collapse-down:before {
 content: "\e159"}
.glyphicon-collapse-up:before {
 content: "\e160"}
.glyphicon-log-in:before {
 content: "\e161"}
.glyphicon-flash:before {
 content: "\e162"}
.glyphicon-log-out:before {
 content: "\e163"}
.glyphicon-new-window:before {
 content: "\e164"}
.glyphicon-record:before {
 content: "\e165"}
.glyphicon-save:before {
 content: "\e166"}
.glyphicon-open:before {
 content: "\e167"}
.glyphicon-saved:before {
 content: "\e168"}
.glyphicon-import:before {
 content: "\e169"}
.glyphicon-export:before {
 content: "\e170"}
.glyphicon-send:before {
 content: "\e171"}
.glyphicon-floppy-disk:before {
 content: "\e172"}
.glyphicon-floppy-saved:before {
 content: "\e173"}
.glyphicon-floppy-remove:before {
 content: "\e174"}
.glyphicon-floppy-save:before {
 content: "\e175"}
.glyphicon-floppy-open:before {
 content: "\e176"}
.glyphicon-credit-card:before {
 content: "\e177"}
.glyphicon-transfer:before {
 content: "\e178"}
.glyphicon-cutlery:before {
 content: "\e179"}
.glyphicon-header:before {
 content: "\e180"}
.glyphicon-compressed:before {
 content: "\e181"}
.glyphicon-earphone:before {
 content: "\e182"}
.glyphicon-phone-alt:before {
 content: "\e183"}
.glyphicon-tower:before {
 content: "\e184"}
.glyphicon-stats:before {
 content: "\e185"}
.glyphicon-sd-video:before {
 content: "\e186"}
.glyphicon-hd-video:before {
 content: "\e187"}
.glyphicon-subtitles:before {
 content: "\e188"}
.glyphicon-sound-stereo:before {
 content: "\e189"}
.glyphicon-sound-dolby:before {
 content: "\e190"}
.glyphicon-sound-5-1:before {
 content: "\e191"}
.glyphicon-sound-6-1:before {
 content: "\e192"}
.glyphicon-sound-7-1:before {
 content: "\e193"}
.glyphicon-copyright-mark:before {
 content: "\e194"}
.glyphicon-registration-mark:before {
 content: "\e195"}
.glyphicon-cloud-download:before {
 content: "\e197"}
.glyphicon-cloud-upload:before {
 content: "\e198"}
.glyphicon-tree-conifer:before {
 content: "\e199"}
.glyphicon-tree-deciduous:before {
 content: "\e200"}


* {
 -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: #333;
 background-color: #fff;
}
input, button, select, textarea {
 font-family: inherit;
 font-size: inherit;
 line-height: inherit;
}
a {
 color: #428bca;
 text-decoration: none;
}
a:hover, a:focus {
 color: #2a6496;
 /*text-decoration: underline;*/
}
a:focus {
 outline: thin dotted;
 outline: 5px auto -webkit-focus-ring-color;
 outline-offset: -2px;
}
figure {
 margin: 0;
}
img {
 vertical-align: middle;
}
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
 display: block;
 width: 100% \9;
 max-width: 100%;
 height: auto;
}
.img-rounded {
 border-radius: 6px;
}
.img-thumbnail {
 display: inline-block;
 width: 100% \9;
 max-width: 100%;
 height: auto;
 padding: 4px;
 line-height: 1.42857143;
 background-color: #fff;
 border: 1px solid #ddd;
 border-radius: 4px;
 -webkit-transition: all .2s ease-in-out;
 -o-transition: all .2s ease-in-out;
 transition: all .2s ease-in-out;
}
.img-circle {
 border-radius: 50%}
hr {
 margin-top: 20px;
 margin-bottom: 20px;
 border: 0;
 border-top: 1px solid #eee;
}
.sr-only {
 position: absolute;
 width: 1px;
 height: 1px;
 padding: 0;
 margin: -1px;
 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;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
 font-family: inherit;
 font-weight: 500;
 line-height: 1.1;
 color: inherit;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
 font-weight: 400;
 line-height: 1;
 color: #777;
}
h1, .h1, h2, .h2, h3, .h3 {
 margin-top: 20px;
 margin-bottom: 10px;
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
 font-size: 65%}
h4, .h4, h5, .h5, h6, .h6 {
 margin-top: 10px;
 margin-bottom: 10px;
}
h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
 font-size: 75%}
h1, .h1 {
 font-size: 36px;
}
h2, .h2 {
 font-size: 30px;
}
h3, .h3 {
 font-size: 24px;
}
h4, .h4 {
 font-size: 18px;
}
h5, .h5 {
 font-size: 14px;
}
h6, .h6 {
 font-size: 12px;
}
p {
 margin: 0 0 10px;
}
.lead {
 margin-bottom: 20px;
 font-size: 16px;
 font-weight: 300;
 line-height: 1.4;
}
@media (min-width:768px) {
 .lead {
  font-size: 21px;
 }
}small, .small {
  font-size: 85%}
cite {
 font-style: normal;
}
mark, .mark {
 padding: .2em;
 background-color: #fcf8e3;
}
.text-left {
 text-align: left;
}
.text-right {
 text-align: right;
}
.text-center {
 text-align: center;
}
.text-justify {
 text-align: justify;
}
.text-nowrap {
 white-space: nowrap;
}
.text-lowercase {
 text-transform: lowercase;
}
.text-uppercase {
 text-transform: uppercase;
}
.text-capitalize {
 text-transform: capitalize;
}
.text-muted {
 color: #777;
}
.text-primary {
 color: #428bca;
}
a.text-primary:hover {
 color: #3071a9;
}
.text-success {
 color: #3c763d;
}
a.text-success:hover {
 color: #2b542c;
}
.text-info {
 color: #31708f;
}
a.text-info:hover {
 color: #245269;
}
.text-warning {
 color: #8a6d3b;
}
a.text-warning:hover {
 color: #66512c;
}
.text-danger {
 color: #a94442;
}
a.text-danger:hover {
 color: #843534;
}
.bg-primary {
 color: #fff;
 background-color: #428bca;
}
a.bg-primary:hover {
 background-color: #3071a9;
}
.bg-success {
 background-color: #dff0d8;
}
a.bg-success:hover {
 background-color: #c1e2b3;
}
.bg-info {
 background-color: #d9edf7;
}
a.bg-info:hover {
 background-color: #afd9ee;
}
.bg-warning {
 background-color: #fcf8e3;
}
a.bg-warning:hover {
 background-color: #f7ecb5;
}
.bg-danger {
 background-color: #f2dede;
}
a.bg-danger:hover {
 background-color: #e4b9b9;
}
.page-header {
 padding-bottom: 9px;
 margin: 40px 0 20px;
 border-bottom: 1px solid #eee;
}
ul, ol {
 margin-top: 0;
 margin-bottom: 10px;
}
ul ul, ol ul, ul ol, ol ol {
 margin-bottom: 0;
}
.list-unstyled {
 padding-left: 0;
 list-style: none;
}
.list-inline {
 padding-left: 0;
 margin-left: -5px;
 list-style: none;
}
.list-inline>li {
 display: inline-block;
 padding-right: 5px;
 padding-left: 5px;
}
dl {
 margin-top: 0;
 margin-bottom: 20px;
}
dt, dd {
 line-height: 1.42857143;
}
dt {
 font-weight: 700;
}
dd {
 margin-left: 0;
}
@media (min-width:768px) {
 .dl-horizontal dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
 }
 .dl-horizontal dd {
  margin-left: 180px;
 }
}abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
 }
.initialism {
 font-size: 90%;
 text-transform: uppercase;
}
blockquote {
 padding: 10px 20px;
 margin: 0 0 20px;
 font-size: 17.5px;
 border-left: 5px solid #eee;
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
 margin-bottom: 0;
}
blockquote footer, blockquote small, blockquote .small {
 display: block;
 font-size: 80%;
 line-height: 1.42857143;
 color: #777;
}
blockquote footer:before, blockquote small:before, blockquote .small:before {
 content: '\2014 \00A0'}
.blockquote-reverse, blockquote.pull-right {
 padding-right: 15px;
 padding-left: 0;
 text-align: right;
 border-right: 5px solid #eee;
 border-left: 0;
}
.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
 content: ''}
.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
 content: '\00A0 \2014'}
blockquote:before, blockquote:after {
 content: ""}
address {
 margin-bottom: 20px;
 font-style: normal;
 line-height: 1.42857143;
}
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: #fff;
 background-color: #333;
 border-radius: 3px;
 -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
 padding: 0;
 font-size: 100%;
 -webkit-box-shadow: none;
 box-shadow: none;
}
pre {
 display: block;
 padding: 9.5px;
 margin: 0 0 10px;
 font-size: 13px;
 line-height: 1.42857143;
 color: #333;
 word-break: break-all;
 word-wrap: break-word;
 background-color: #f5f5f5;
 border: 1px solid #ccc;
 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 {
 padding-right: 15px;
 padding-left: 15px;
 margin-right: auto;
 margin-left: auto;
}
@media (min-width:768px) {
 .container {
  width: 750px;
 }
}@media (min-width:992px) {
 .container {
  width: 970px;
 }
}@media (min-width:1200px) {
 .container {
  width: 1170px;
 }
}.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
 }
.row {
/*
 margin-right: -15px;
 margin-left: -15px;
*/
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
 position: relative;
 min-height: 1px;
 padding-right: 15px;
 padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
 float: left;
}
.col-xs-12 {
 width: 100%}
.col-xs-11 {
 width: 91.66666667%}
.col-xs-10 {
 width: 83.33333333%}
.col-xs-9 {
 width: 75%}
.col-xs-8 {
 width: 66.66666667%}
.col-xs-7 {
 width: 58.33333333%}
.col-xs-6 {
 width: 50%}
.col-xs-5 {
 width: 41.66666667%}
.col-xs-4 {
 width: 33.33333333%}
.col-xs-3 {
 width: 25%}
.col-xs-2 {
 width: 16.66666667%}
.col-xs-1 {
 width: 8.33333333%}
.col-xs-pull-12 {
 right: 100%}
.col-xs-pull-11 {
 right: 91.66666667%}
.col-xs-pull-10 {
 right: 83.33333333%}
.col-xs-pull-9 {
 right: 75%}
.col-xs-pull-8 {
 right: 66.66666667%}
.col-xs-pull-7 {
 right: 58.33333333%}
.col-xs-pull-6 {
 right: 50%}
.col-xs-pull-5 {
 right: 41.66666667%}
.col-xs-pull-4 {
 right: 33.33333333%}
.col-xs-pull-3 {
 right: 25%}
.col-xs-pull-2 {
 right: 16.66666667%}
.col-xs-pull-1 {
 right: 8.33333333%}
.col-xs-pull-0 {
 right: auto;
}
.col-xs-push-12 {
 left: 100%}
.col-xs-push-11 {
 left: 91.66666667%}
.col-xs-push-10 {
 left: 83.33333333%}
.col-xs-push-9 {
 left: 75%}
.col-xs-push-8 {
 left: 66.66666667%}
.col-xs-push-7 {
 left: 58.33333333%}
.col-xs-push-6 {
 left: 50%}
.col-xs-push-5 {
 left: 41.66666667%}
.col-xs-push-4 {
 left: 33.33333333%}
.col-xs-push-3 {
 left: 25%}
.col-xs-push-2 {
 left: 16.66666667%}
.col-xs-push-1 {
 left: 8.33333333%}
.col-xs-push-0 {
 left: auto;
}
.col-xs-offset-12 {
 margin-left: 100%}
.col-xs-offset-11 {
 margin-left: 91.66666667%}
.col-xs-offset-10 {
 margin-left: 83.33333333%}
.col-xs-offset-9 {
 margin-left: 75%}
.col-xs-offset-8 {
 margin-left: 66.66666667%}
.col-xs-offset-7 {
 margin-left: 58.33333333%}
.col-xs-offset-6 {
 margin-left: 50%}
.col-xs-offset-5 {
 margin-left: 41.66666667%}
.col-xs-offset-4 {
 margin-left: 33.33333333%}
.col-xs-offset-3 {
 margin-left: 25%}
.col-xs-offset-2 {
 margin-left: 16.66666667%}
.col-xs-offset-1 {
 margin-left: 8.33333333%}
.col-xs-offset-0 {
 margin-left: 0;
}
@media (min-width:768px) {
 .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
  float: left;
 }
 .col-sm-12 {
  width: 100%}
 .col-sm-11 {
  width: 91.66666667%}
 .col-sm-10 {
  width: 83.33333333%}
 .col-sm-9 {
  width: 75%}
 .col-sm-8 {
  width: 66.66666667%}
 .col-sm-7 {
  width: 58.33333333%}
 .col-sm-6 {
  width: 50%}
 .col-sm-5 {
  width: 41.66666667%}
 .col-sm-4 {
  width: 33.33333333%}
 .col-sm-3 {
  width: 25%}
 .col-sm-2 {
  width: 16.66666667%}
 .col-sm-1 {
  width: 8.33333333%}
 .col-sm-pull-12 {
  right: 100%}
 .col-sm-pull-11 {
  right: 91.66666667%}
 .col-sm-pull-10 {
  right: 83.33333333%}
 .col-sm-pull-9 {
  right: 75%}
 .col-sm-pull-8 {
  right: 66.66666667%}
 .col-sm-pull-7 {
  right: 58.33333333%}
 .col-sm-pull-6 {
  right: 50%}
 .col-sm-pull-5 {
  right: 41.66666667%}
 .col-sm-pull-4 {
  right: 33.33333333%}
 .col-sm-pull-3 {
  right: 25%}
 .col-sm-pull-2 {
  right: 16.66666667%}
 .col-sm-pull-1 {
  right: 8.33333333%}
 .col-sm-pull-0 {
  right: auto;
 }
 .col-sm-push-12 {
  left: 100%}
 .col-sm-push-11 {
  left: 91.66666667%}
 .col-sm-push-10 {
  left: 83.33333333%}
 .col-sm-push-9 {
  left: 75%}
 .col-sm-push-8 {
  left: 66.66666667%}
 .col-sm-push-7 {
  left: 58.33333333%}
 .col-sm-push-6 {
  left: 50%}
 .col-sm-push-5 {
  left: 41.66666667%}
 .col-sm-push-4 {
  left: 33.33333333%}
 .col-sm-push-3 {
  left: 25%}
 .col-sm-push-2 {
  left: 16.66666667%}
 .col-sm-push-1 {
  left: 8.33333333%}
 .col-sm-push-0 {
  left: auto;
 }
 .col-sm-offset-12 {
  margin-left: 100%}
 .col-sm-offset-11 {
  margin-left: 91.66666667%}
 .col-sm-offset-10 {
  margin-left: 83.33333333%}
 .col-sm-offset-9 {
  margin-left: 75%}
 .col-sm-offset-8 {
  margin-left: 66.66666667%}
 .col-sm-offset-7 {
  margin-left: 58.33333333%}
 .col-sm-offset-6 {
  margin-left: 50%}
 .col-sm-offset-5 {
  margin-left: 41.66666667%}
 .col-sm-offset-4 {
  margin-left: 33.33333333%}
 .col-sm-offset-3 {
  margin-left: 25%}
 .col-sm-offset-2 {
  margin-left: 16.66666667%}
 .col-sm-offset-1 {
  margin-left: 8.33333333%}
 .col-sm-offset-0 {
  margin-left: 0;
 }
}@media (min-width:992px) {
 .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  float: left;
 }
 .col-md-12 {
  width: 100%}
 .col-md-11 {
  width: 91.66666667%}
 .col-md-10 {
  width: 83.33333333%}
 .col-md-9 {
  width: 75%}
 .col-md-8 {
  width: 66.66666667%}
 .col-md-7 {
  width: 58.33333333%}
 .col-md-6 {
  width: 50%}
 .col-md-5 {
  width: 41.66666667%}
 .col-md-4 {
  width: 33.33333333%}
 .col-md-3 {
  width: 25%}
 .col-md-2 {
  width: 16.66666667%}
 .col-md-1 {
  width: 8.33333333%}
 .col-md-pull-12 {
  right: 100%}
 .col-md-pull-11 {
  right: 91.66666667%}
 .col-md-pull-10 {
  right: 83.33333333%}
 .col-md-pull-9 {
  right: 75%}
 .col-md-pull-8 {
  right: 66.66666667%}
 .col-md-pull-7 {
  right: 58.33333333%}
 .col-md-pull-6 {
  right: 50%}
 .col-md-pull-5 {
  right: 41.66666667%}
 .col-md-pull-4 {
  right: 33.33333333%}
 .col-md-pull-3 {
  right: 25%}
 .col-md-pull-2 {
  right: 16.66666667%}
 .col-md-pull-1 {
  right: 8.33333333%}
 .col-md-pull-0 {
  right: auto;
 }
 .col-md-push-12 {
  left: 100%}
 .col-md-push-11 {
  left: 91.66666667%}
 .col-md-push-10 {
  left: 83.33333333%}
 .col-md-push-9 {
  left: 75%}
 .col-md-push-8 {
  left: 66.66666667%}
 .col-md-push-7 {
  left: 58.33333333%}
 .col-md-push-6 {
  left: 50%}
 .col-md-push-5 {
  left: 41.66666667%}
 .col-md-push-4 {
  left: 33.33333333%}
 .col-md-push-3 {
  left: 25%}
 .col-md-push-2 {
  left: 16.66666667%}
 .col-md-push-1 {
  left: 8.33333333%}
 .col-md-push-0 {
  left: auto;
 }
 .col-md-offset-12 {
  margin-left: 100%}
 .col-md-offset-11 {
  margin-left: 91.66666667%}
 .col-md-offset-10 {
  margin-left: 83.33333333%}
 .col-md-offset-9 {
  margin-left: 75%}
 .col-md-offset-8 {
  margin-left: 66.66666667%}
 .col-md-offset-7 {
  margin-left: 58.33333333%}
 .col-md-offset-6 {
  margin-left: 50%}
 .col-md-offset-5 {
  margin-left: 41.66666667%}
 .col-md-offset-4 {
  margin-left: 33.33333333%}
 .col-md-offset-3 {
  margin-left: 25%}
 .col-md-offset-2 {
  margin-left: 16.66666667%}
 .col-md-offset-1 {
  margin-left: 8.33333333%}
 .col-md-offset-0 {
  margin-left: 0;
 }
}@media (min-width:1200px) {
 .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  float: left;
 }
 .col-lg-12 {
  width: 100%}
 .col-lg-11 {
  width: 91.66666667%}
 .col-lg-10 {
  width: 83.33333333%}
 .col-lg-9 {
  width: 75%}
 .col-lg-8 {
  width: 66.66666667%}
 .col-lg-7 {
  width: 58.33333333%}
 .col-lg-6 {
  width: 50%}
 .col-lg-5 {
  width: 41.66666667%}
 .col-lg-4 {
  width: 33.33333333%}
 .col-lg-3 {
  width: 25%}
 .col-lg-2 {
  width: 16.66666667%}
 .col-lg-1 {
  width: 8.33333333%}
 .col-lg-pull-12 {
  right: 100%}
 .col-lg-pull-11 {
  right: 91.66666667%}
 .col-lg-pull-10 {
  right: 83.33333333%}
 .col-lg-pull-9 {
  right: 75%}
 .col-lg-pull-8 {
  right: 66.66666667%}
 .col-lg-pull-7 {
  right: 58.33333333%}
 .col-lg-pull-6 {
  right: 50%}
 .col-lg-pull-5 {
  right: 41.66666667%}
 .col-lg-pull-4 {
  right: 33.33333333%}
 .col-lg-pull-3 {
  right: 25%}
 .col-lg-pull-2 {
  right: 16.66666667%}
 .col-lg-pull-1 {
  right: 8.33333333%}
 .col-lg-pull-0 {
  right: auto;
 }
 .col-lg-push-12 {
  left: 100%}
 .col-lg-push-11 {
  left: 91.66666667%}
 .col-lg-push-10 {
  left: 83.33333333%}
 .col-lg-push-9 {
  left: 75%}
 .col-lg-push-8 {
  left: 66.66666667%}
 .col-lg-push-7 {
  left: 58.33333333%}
 .col-lg-push-6 {
  left: 50%}
 .col-lg-push-5 {
  left: 41.66666667%}
 .col-lg-push-4 {
  left: 33.33333333%}
 .col-lg-push-3 {
  left: 25%}
 .col-lg-push-2 {
  left: 16.66666667%}
 .col-lg-push-1 {
  left: 8.33333333%}
 .col-lg-push-0 {
  left: auto;
 }
 .col-lg-offset-12 {
  margin-left: 100%}
 .col-lg-offset-11 {
  margin-left: 91.66666667%}
 .col-lg-offset-10 {
  margin-left: 83.33333333%}
 .col-lg-offset-9 {
  margin-left: 75%}
 .col-lg-offset-8 {
  margin-left: 66.66666667%}
 .col-lg-offset-7 {
  margin-left: 58.33333333%}
 .col-lg-offset-6 {
  margin-left: 50%}
 .col-lg-offset-5 {
  margin-left: 41.66666667%}
 .col-lg-offset-4 {
  margin-left: 33.33333333%}
 .col-lg-offset-3 {
  margin-left: 25%}
 .col-lg-offset-2 {
  margin-left: 16.66666667%}
 .col-lg-offset-1 {
  margin-left: 8.33333333%}
 .col-lg-offset-0 {
  margin-left: 0;
 }
}table {
  background-color: transparent;
 }
th {
 text-align: center;
}
.table {
 width: 100%;
 max-width: 100%;
 margin-bottom: 20px;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
 padding: 8px;
 line-height: 1.42857143;
 vertical-align: top;
 border-top: 1px solid #ddd;
}
.table>thead>tr>th {
 vertical-align: bottom;
 border-bottom: 2px solid #ddd;
}
.table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>th, .table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>td {
 border-top: 0;
}
.table>tbody+tbody {
 border-top: 2px solid #ddd;
}
.table .table {
 background-color: #fff;
}
.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
 padding: 5px;
}
.table-bordered {
 border: 1px solid #ddd;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
 border: 1px solid #ddd;
}
.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
 border-bottom-width: 2px;
}
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
 background-color: #f9f9f9;
}
.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
 background-color: #f5f5f5;
}
table col[class*=col-] {
 position: static;
 display: table-column;
 float: none;
}
table td[class*=col-], table th[class*=col-] {
 position: static;
 display: table-cell;
 float: none;
}
.table>thead>tr>td.active, .table>tbody>tr>td.active, .table>tfoot>tr>td.active, .table>thead>tr>th.active, .table>tbody>tr>th.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>tbody>tr.active>td, .table>tfoot>tr.active>td, .table>thead>tr.active>th, .table>tbody>tr.active>th, .table>tfoot>tr.active>th {
 background-color: #f5f5f5;
}
.table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover, .table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr:hover>.active, .table-hover>tbody>tr.active:hover>th {
 background-color: #e8e8e8;
}
.table>thead>tr>td.success, .table>tbody>tr>td.success, .table>tfoot>tr>td.success, .table>thead>tr>th.success, .table>tbody>tr>th.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>tbody>tr.success>td, .table>tfoot>tr.success>td, .table>thead>tr.success>th, .table>tbody>tr.success>th, .table>tfoot>tr.success>th {
 background-color: #dff0d8;
}
.table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover, .table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr:hover>.success, .table-hover>tbody>tr.success:hover>th {
 background-color: #d0e9c6;
}
.table>thead>tr>td.info, .table>tbody>tr>td.info, .table>tfoot>tr>td.info, .table>thead>tr>th.info, .table>tbody>tr>th.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>tbody>tr.info>td, .table>tfoot>tr.info>td, .table>thead>tr.info>th, .table>tbody>tr.info>th, .table>tfoot>tr.info>th {
 background-color: #d9edf7;
}
.table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover, .table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr:hover>.info, .table-hover>tbody>tr.info:hover>th {
 background-color: #c4e3f3;
}
.table>thead>tr>td.warning, .table>tbody>tr>td.warning, .table>tfoot>tr>td.warning, .table>thead>tr>th.warning, .table>tbody>tr>th.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>tbody>tr.warning>td, .table>tfoot>tr.warning>td, .table>thead>tr.warning>th, .table>tbody>tr.warning>th, .table>tfoot>tr.warning>th {
 background-color: #fcf8e3;
}
.table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover, .table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr:hover>.warning, .table-hover>tbody>tr.warning:hover>th {
 background-color: #faf2cc;
}
.table>thead>tr>td.danger, .table>tbody>tr>td.danger, .table>tfoot>tr>td.danger, .table>thead>tr>th.danger, .table>tbody>tr>th.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>tbody>tr.danger>td, .table>tfoot>tr.danger>td, .table>thead>tr.danger>th, .table>tbody>tr.danger>th, .table>tfoot>tr.danger>th {
 background-color: #f2dede;
}
.table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover, .table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr:hover>.danger, .table-hover>tbody>tr.danger:hover>th {
 background-color: #ebcccc;
}
@media screen and (max-width:767px) {
 .table-responsive {
  width: 100%;
  margin-bottom: 15px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;

 }
 .table-responsive>.table {
  margin-bottom: 0;
 }
 .table-responsive>.table>thead>tr>th, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>td {
  white-space: nowrap;
 }
 .table-responsive>.table-bordered {
  border: 0;
 }
 .table-responsive>.table-bordered>thead>tr>th:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child {
  border-left: 0;
 }
 .table-responsive>.table-bordered>thead>tr>th:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child {
  border-right: 0;
 }
 .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>th, .table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>td {
  border-bottom: 0;
 }
}fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
 }
legend {
 display: block;
 width: 100%;
 padding: 0;
 margin-bottom: 20px;
 font-size: 21px;
 line-height: inherit;
 color: #333;
 border: 0;
 border-bottom: 1px solid #e5e5e5;
}
label {
 display: inline-block;
 max-width: 100%;
 margin-bottom: 5px;
 font-weight: 700;
}
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: #555;
}
.form-control {
 display: block;
 width: 100%;
 height: 34px;
 padding: 6px 12px;
 font-size: 14px;
 line-height: 1.42857143;
 color: #555;
 background-color: #fff;
 background-image: none;
 border: 1px solid #ccc;
 border-radius: 4px;
 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
 box-shadow: inset 0 1px 1px rgba(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, .6);
 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
 color: #777;
 opacity: 1;
}
.form-control:-ms-input-placeholder {
 color: #777;
}
.form-control::-webkit-input-placeholder {
 color: #777;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
 cursor: not-allowed;
 background-color: #eee;
 opacity: 1;
}
textarea.form-control {
 height: auto;
}
input[type=search] {
 -webkit-appearance: none;
}
input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
 line-height: 34px;
 line-height: 1.42857143 \0;
}
input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
 line-height: 30px;
}
input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
 line-height: 46px;
}
.form-group {
 margin-bottom: 15px;
}
.radio, .checkbox {
 position: relative;
 display: block;
 min-height: 20px;
 margin-top: 10px;
 margin-bottom: 10px;
}
.radio label, .checkbox label {
 padding-left: 20px;
 margin-bottom: 0;
 font-weight: 400;
 cursor: pointer;
}
.radio input[type=radio], .radio-inline input[type=radio], .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox] {
 position: absolute;
 margin-top: 4px \9;
 margin-left: -20px;
}
.radio+.radio, .checkbox+.checkbox {
 margin-top: -5px;
}
.radio-inline, .checkbox-inline {
 display: inline-block;
 padding-left: 20px;
 margin-bottom: 0;
 font-weight: 400;
 vertical-align: middle;
 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;
}
.form-control-static.input-lg, .form-control-static.input-sm {
 padding-right: 0;
 padding-left: 0;
}
.input-sm, .form-horizontal .form-group-sm .form-control {
 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;
}
.input-lg, .form-horizontal .form-group-lg .form-control {
 height: 46px;
 padding: 10px 16px;
 font-size: 18px;
 line-height: 1.33;
 border-radius: 6px;
}
select.input-lg {
 height: 46px;
 line-height: 46px;
}
textarea.input-lg, select[multiple].input-lg {
 height: auto;
}
.has-feedback {
 position: relative;
}
.has-feedback .form-control {
 padding-right: 42.5px;
}
.form-control-feedback {
 position: absolute;
 top: 25px;
 right: 0;
 z-index: 2;
 display: block;
 width: 34px;
 height: 34px;
 line-height: 34px;
 text-align: center;
}
.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 {
 color: #3c763d;
}
.has-success .form-control {
 border-color: #3c763d;
 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
 border-color: #2b542c;
 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
 color: #3c763d;
 background-color: #dff0d8;
 border-color: #3c763d;
}
.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 {
 color: #8a6d3b;
}
.has-warning .form-control {
 border-color: #8a6d3b;
 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
 border-color: #66512c;
 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
 color: #8a6d3b;
 background-color: #fcf8e3;
 border-color: #8a6d3b;
}
.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 {
 color: #a94442;
}
.has-error .form-control {
 border-color: #a94442;
 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
 border-color: #843534;
 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
 color: #a94442;
 background-color: #f2dede;
 border-color: #a94442;
}
.has-error .form-control-feedback {
 color: #a94442;
}
.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 .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 {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
 }
.form-horizontal .radio, .form-horizontal .checkbox {
 min-height: 27px;
}
.form-horizontal .form-group {
 margin-right: -15px;
 margin-left: -15px;
}
@media (min-width:768px) {
 .form-horizontal .control-label {
  padding-top: 7px;
  margin-bottom: 0;
  text-align: right;
 }
}.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
 }
@media (min-width:768px) {
 .form-horizontal .form-group-lg .control-label {
  padding-top: 14.3px;
 }
}@media (min-width:768px) {
 .form-horizontal .form-group-sm .control-label {
  padding-top: 6px;
 }
}.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
 }
.btn:focus, .btn:active:focus, .btn.active:focus {
 outline: thin dotted;
 outline: 5px auto -webkit-focus-ring-color;
 outline-offset: -2px;
}
.btn:hover, .btn:focus {
 color: #333;
 text-decoration: none;
}
.btn:active, .btn.active {
 background-image: none;
 outline: 0;
 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
 box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
 pointer-events: none;
 cursor: not-allowed;
 filter: alpha(opacity=65);
 -webkit-box-shadow: none;
 box-shadow: none;
 opacity: .65;
}
.btn-default {
 color: #333;
 background-color: #fff;
 border-color: #ccc;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
 color: #333;
 background-color: #e6e6e6;
 border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
 background-image: none;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
 background-color: #fff;
 border-color: #ccc;
}
.btn-default .badge {
 color: #fff;
 background-color: #333;
}
.btn-primary {
 color: #fff;
 background-color: #428bca;
 border-color: #357ebd;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
 color: #fff;
 background-color: #3071a9;
 border-color: #285e8e;
}
.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
 background-image: none;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
 background-color: #428bca;
 border-color: #357ebd;
}
.btn-primary .badge {
 color: #428bca;
 background-color: #fff;
}
.btn-success {
 color: #fff;
 background-color: #5cb85c;
 border-color: #4cae4c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success {
 color: #fff;
 background-color: #449d44;
 border-color: #398439;
}
.btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success {
 background-image: none;
}
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
 background-color: #5cb85c;
 border-color: #4cae4c;
}
.btn-success .badge {
 color: #5cb85c;
 background-color: #fff;
}
.btn-info {
 color: #fff;
 background-color: #5bc0de;
 border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info {
 color: #fff;
 background-color: #31b0d5;
 border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info {
 background-image: none;
}
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
 background-color: #5bc0de;
 border-color: #46b8da;
}
.btn-info .badge {
 color: #5bc0de;
 background-color: #fff;
}
.btn-warning {
 color: #fff;
 background-color: #f0ad4e;
 border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open>.dropdown-toggle.btn-warning {
 color: #fff;
 background-color: #ec971f;
 border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open>.dropdown-toggle.btn-warning {
 background-image: none;
}
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
 background-color: #f0ad4e;
 border-color: #eea236;
}
.btn-warning .badge {
 color: #f0ad4e;
 background-color: #fff;
}
.btn-danger {
 color: #fff;
 background-color: #d9534f;
 border-color: #d43f3a;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger {
 color: #fff;
 background-color: #c9302c;
 border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger {
 background-image: none;
}
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
 background-color: #d9534f;
 border-color: #d43f3a;
}
.btn-danger .badge {
 color: #d9534f;
 background-color: #fff;
}
.btn-link {
 font-weight: 400;
 color: #428bca;
 cursor: pointer;
 border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
 background-color: transparent;
 -webkit-box-shadow: none;
 box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
 border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
 color: #2a6496;
 text-decoration: underline;
 background-color: transparent;
}
.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
 color: #777;
 text-decoration: none;
}
.btn-lg, .btn-group-lg>.btn {
 padding: 10px 16px;
 font-size: 18px;
 line-height: 1.33;
 border-radius: 6px;
}
.btn-sm, .btn-group-sm>.btn {
 padding: 5px 10px;
 font-size: 12px;
 line-height: 1.5;
 border-radius: 3px;
}
.btn-xs, .btn-group-xs>.btn {
 padding: 1px 5px;
 font-size: 12px;
 line-height: 1.5;
 border-radius: 3px;
}
.btn-block {
 display: block;
 width: 100%}
.btn-block+.btn-block {
 margin-top: 5px;
}
input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
 width: 100%}
.fade {
 opacity: 0;
 -webkit-transition: opacity .15s linear;
 -o-transition: opacity .15s linear;
 transition: opacity .15s linear;
}
.fade.in {
 opacity: 1;
}
.collapse {
 display: none;
}
.collapse.in {
 display: block;
}
tr.collapse.in {
 display: table-row;
}
tbody.collapse.in {
 display: table-row-group;
}
.collapsing {
 position: relative;
 height: 0;
 overflow: hidden;
 -webkit-transition: height .35s ease;
 -o-transition: height .35s ease;
 transition: height .35s ease;
}
.caret {
 display: inline-block;
 width: 0;
 height: 0;
 margin-left: 2px;
 vertical-align: middle;
 border-top: 4px solid;
 border-right: 4px solid transparent;
 border-left: 4px solid transparent;
}
.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;
 font-size: 14px;
 text-align: left;
 list-style: none;

 background-color: #fff;

 -webkit-background-clip: padding-box;
 background-clip: padding-box;
 border: 1px solid #ccc;
 border: 1px solid rgba(0, 0, 0, .15);
 border-radius: 4px;
 -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
 box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.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: 400;
 line-height: 1.42857143;
 color: #333;
 white-space: nowrap;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
 color: #262626;
 text-decoration: none;
 background-color: #f5f5f5;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
 color: #fff;
 text-decoration: none;
 background-color: #428bca;
 outline: 0;
}
.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
 color: #777;
}
.dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
 text-decoration: none;
 cursor: not-allowed;
 background-color: transparent;
 background-image: none;
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open>.dropdown-menu {
 display: block;
}
.open>a {
 outline: 0;
}
.dropdown-menu-right {
 right: 0;
 left: auto;
}
.dropdown-menu-left {
 right: auto;
 left: 0;
}
.dropdown-header {
 display: block;
 padding: 3px 20px;
 font-size: 12px;
 line-height: 1.42857143;
 color: #777;
 white-space: nowrap;
}
.dropdown-backdrop {
 position: fixed;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 z-index: 990;
}
.pull-right>.dropdown-menu {
 right: 0;
 left: auto;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
 content: "";
 border-top: 0;
 border-bottom: 4px solid;
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
 top: auto;
 bottom: 100%;
 margin-bottom: 1px;
}
@media (min-width:768px) {
 .navbar-right .dropdown-menu {
  right: 0;
  left: auto;
 }
 .navbar-right .dropdown-menu-left {
  right: auto;
  left: 0;
 }
}.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
 }
.btn-group>.btn, .btn-group-vertical>.btn {
 position: relative;
 float: left;
}
.btn-group>.btn:hover, .btn-group-vertical>.btn:hover, .btn-group>.btn:focus, .btn-group-vertical>.btn:focus, .btn-group>.btn:active, .btn-group-vertical>.btn:active, .btn-group>.btn.active, .btn-group-vertical>.btn.active {
 z-index: 2;
}
.btn-group>.btn:focus, .btn-group-vertical>.btn:focus {
 outline: 0;
}
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
 margin-left: -1px;
}
.btn-toolbar {
 margin-left: -5px;
}
.btn-toolbar .btn-group, .btn-toolbar .input-group {
 float: left;
}
.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group {
 margin-left: 5px;
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
 border-radius: 0;
}
.btn-group>.btn:first-child {
 margin-left: 0;
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
 border-top-right-radius: 0;
 border-bottom-right-radius: 0;
}
.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
 border-top-left-radius: 0;
 border-bottom-left-radius: 0;
}
.btn-group>.btn-group {
 float: left;
}
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
 border-radius: 0;
}
.btn-group>.btn-group:first-child>.btn:last-child, .btn-group>.btn-group:first-child>.dropdown-toggle {
 border-top-right-radius: 0;
 border-bottom-right-radius: 0;
}
.btn-group>.btn-group:last-child>.btn:first-child {
 border-top-left-radius: 0;
 border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
 outline: 0;
}
.btn-group>.btn+.dropdown-toggle {
 padding-right: 8px;
 padding-left: 8px;
}
.btn-group>.btn-lg+.dropdown-toggle {
 padding-right: 12px;
 padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
 -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
 box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
 -webkit-box-shadow: none;
 box-shadow: none;
}
.btn .caret {
 margin-left: 0;
}
.btn-lg .caret {
 border-width: 5px 5px 0;
 border-bottom-width: 0;
}
.dropup .btn-lg .caret {
 border-width: 0 5px 5px;
}
.btn-group-vertical>.btn, .btn-group-vertical>.btn-group, .btn-group-vertical>.btn-group>.btn {
 display: block;
 float: none;
 width: 100%;
 max-width: 100%}
.btn-group-vertical>.btn-group>.btn {
 float: none;
}
.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {
 margin-top: -1px;
 margin-left: 0;
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
 border-radius: 0;
}
.btn-group-vertical>.btn:first-child:not(:last-child) {
 border-top-right-radius: 4px;
 border-bottom-right-radius: 0;
 border-bottom-left-radius: 0;
}
.btn-group-vertical>.btn:last-child:not(:first-child) {
 border-top-left-radius: 0;
 border-top-right-radius: 0;
 border-bottom-left-radius: 4px;
}
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
 border-radius: 0;
}
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
 border-bottom-right-radius: 0;
 border-bottom-left-radius: 0;
}
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
 border-top-left-radius: 0;
 border-top-right-radius: 0;
}
.btn-group-justified {
 display: table;
 width: 100%;
 table-layout: fixed;
 border-collapse: separate;
}
.btn-group-justified>.btn, .btn-group-justified>.btn-group {
 display: table-cell;
 float: none;
 width: 1%}
.btn-group-justified>.btn-group .btn {
 width: 100%}
.btn-group-justified>.btn-group .dropdown-menu {
 left: auto;
}
[data-toggle=buttons]>.btn>input[type=radio], [data-toggle=buttons]>.btn>input[type=checkbox] {
 position: absolute;
 z-index: -1;
 filter: alpha(opacity=0);
 opacity: 0;
}
.input-group {
 position: relative;
 display: table;
 border-collapse: separate;
}
.input-group[class*=col-] {
 float: none;
 padding-right: 0;
 padding-left: 0;
}
.input-group .form-control {
 position: relative;
 z-index: 2;
 float: left;
 width: 100%;
 margin-bottom: 0;
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
 height: 46px;
 padding: 10px 16px;
 font-size: 18px;
 line-height: 1.33;
 border-radius: 6px;
}
select.input-group-lg>.form-control, select.input-group-lg>.input-group-addon, select.input-group-lg>.input-group-btn>.btn {
 height: 46px;
 line-height: 46px;
}
textarea.input-group-lg>.form-control, textarea.input-group-lg>.input-group-addon, textarea.input-group-lg>.input-group-btn>.btn, select[multiple].input-group-lg>.form-control, select[multiple].input-group-lg>.input-group-addon, select[multiple].input-group-lg>.input-group-btn>.btn {
 height: auto;
}
.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
 height: 30px;
 padding: 5px 10px;
 font-size: 12px;
 line-height: 1.5;
 border-radius: 3px;
}
select.input-group-sm>.form-control, select.input-group-sm>.input-group-addon, select.input-group-sm>.input-group-btn>.btn {
 height: 30px;
 line-height: 30px;
}
textarea.input-group-sm>.form-control, textarea.input-group-sm>.input-group-addon, textarea.input-group-sm>.input-group-btn>.btn, select[multiple].input-group-sm>.form-control, select[multiple].input-group-sm>.input-group-addon, select[multiple].input-group-sm>.input-group-btn>.btn {
 height: auto;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
 display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
 border-radius: 0;
}
.input-group-addon, .input-group-btn {
 width: 1%;
 white-space: nowrap;
 vertical-align: middle;
}
.input-group-addon {
 padding: 6px 12px;
 font-size: 14px;
 font-weight: 400;
 line-height: 1;
 color: #555;
 text-align: center;
 background-color: #eee;
 border: 1px solid #ccc;
 border-radius: 4px;
}
.input-group-addon.input-sm {
 padding: 5px 10px;
 font-size: 12px;
 border-radius: 3px;
}
.input-group-addon.input-lg {
 padding: 10px 16px;
 font-size: 18px;
 border-radius: 6px;
}
.input-group-addon input[type=radio], .input-group-addon input[type=checkbox] {
 margin-top: 0;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
 border-top-right-radius: 0;
 border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
 border-right: 0;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
 border-top-left-radius: 0;
 border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
 border-left: 0;
}
.input-group-btn {
 position: relative;
 font-size: 0;
 white-space: nowrap;
}
.input-group-btn>.btn {
 position: relative;
}
.input-group-btn>.btn+.btn {
 margin-left: -1px;
}
.input-group-btn>.btn:hover, .input-group-btn>.btn:focus, .input-group-btn>.btn:active {
 z-index: 2;
}
.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
 margin-right: -1px;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
 margin-left: -1px;
}
.nav {
 padding-left: 0;
 margin-bottom: 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: #eee;
}
.nav>li.disabled>a {
 color: #777;
}
.nav>li.disabled>a:hover, .nav>li.disabled>a:focus {
 color: #777;
 text-decoration: none;
 cursor: not-allowed;
 background-color: transparent;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
 background-color: #eee;
 border-color: #428bca;
}
.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 #ddd;
}
.nav-tabs>li {
 float: left;
 margin-bottom: -1px;
}
.nav-tabs>li>a {
 margin-right: 2px;
 line-height: 1.42857143;
 border: 1px solid transparent;
 border-radius: 4px 4px 0 0;
}
.nav-tabs>li>a:hover {
 border-color: #eee #eee #ddd;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
 color: #555;
 cursor: default;
 background-color: #fff;
 border: 1px solid #ddd;
 border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
 width: 100%;
 border-bottom: 0;
}
.nav-tabs.nav-justified>li {
 float: none;
}
.nav-tabs.nav-justified>li>a {
 margin-bottom: 5px;
 text-align: center;
}
.nav-tabs.nav-justified>.dropdown .dropdown-menu {
 top: auto;
 left: auto;
}
@media (min-width:768px) {
 .nav-tabs.nav-justified>li {
  display: table-cell;
  width: 1%}
 .nav-tabs.nav-justified>li>a {
  margin-bottom: 0;
 }
}.nav-tabs.nav-justified>li>a {
  margin-right: 0;
  border-radius: 4px;
 }
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
 border: 1px solid #ddd;
}
@media (min-width:768px) {
 .nav-tabs.nav-justified>li>a {
  border-bottom: 1px solid #ddd;
  border-radius: 4px 4px 0 0;
 }
 .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
  border-bottom-color: #fff;
 }
}.nav-pills>li {
  float: left;
 }
.nav-pills>li>a {
 border-radius: 4px;
}
.nav-pills>li+li {
 margin-left: 2px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
 color: #fff;
 background-color: #428bca;
}
.nav-stacked>li {
 float: none;
}
.nav-stacked>li+li {
 margin-top: 2px;
 margin-left: 0;
}
.nav-justified {
 width: 100%}
.nav-justified>li {
 float: none;
}
.nav-justified>li>a {
 margin-bottom: 5px;
 text-align: center;
}
.nav-justified>.dropdown .dropdown-menu {
 top: auto;
 left: auto;
}
@media (min-width:768px) {
 .nav-justified>li {
  display: table-cell;
  width: 1%}
 .nav-justified>li>a {
  margin-bottom: 0;
 }
}.nav-tabs-justified {
  border-bottom: 0;
 }
.nav-tabs-justified>li>a {
 margin-right: 0;
 border-radius: 4px;
}
.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus {
 border: 1px solid #ddd;
}
@media (min-width:768px) {
 .nav-tabs-justified>li>a {
  border-bottom: 1px solid #ddd;
  border-radius: 4px 4px 0 0;
 }
 .nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus {
  border-bottom-color: #fff;
 }
}.tab-content>.tab-pane {
  display: none;
 }
.tab-content>.active {
 display: block;
}
.nav-tabs .dropdown-menu {
 margin-top: -1px;
 border-top-left-radius: 0;
 border-top-right-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 {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
 }
.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-right: 0;
  padding-left: 0;
 }
}.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
 }
@media (max-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;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
 }
@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;
 height: 50px;
 padding: 15px 15px;
 font-size: 18px;
 line-height: 20px;
}
.navbar-brand:hover, .navbar-brand:focus {
 text-decoration: none;
}
@media (min-width:768px) {
 .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
  margin-left: -15px;
 }
}.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  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-nav.navbar-right:last-child {
  margin-right: -15px;
 }
}@media (min-width:768px) {
 .navbar-left {
  float: left!important;
 }
 .navbar-right {
  float: right!important;
 }
}.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
 }
@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 .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;
 }
}@media (min-width:768px) {
 .navbar-form {
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
  margin-left: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
 }
 .navbar-form.navbar-right:last-child {
  margin-right: -15px;
 }
}.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
 }
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
 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-right: 15px;
  margin-left: 15px;
 }
 .navbar-text.navbar-right:last-child {
  margin-right: 0;
 }
}.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
 }
.navbar-default .navbar-brand {
 color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
 color: #5e5e5e;
 background-color: transparent;
}
.navbar-default .navbar-text {
 color: #777;
}
.navbar-default .navbar-nav>li>a {
 color: #777;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
 color: #333;
 background-color: transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
 color: #555;
 background-color: #e7e7e7;
}
.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:hover, .navbar-default .navbar-nav>.disabled>a:focus {
 color: #ccc;
 background-color: transparent;
}
.navbar-default .navbar-toggle {
 border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
 background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
 background-color: #888;
}
.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 {
 color: #555;
 background-color: #e7e7e7;
}
@media (max-width:767px) {
 .navbar-default .navbar-nav .open .dropdown-menu>li>a {
  color: #777;
 }
 .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
  color: #333;
  background-color: transparent;
 }
 .navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
  color: #555;
  background-color: #e7e7e7;
 }
 .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
  color: #ccc;
  background-color: transparent;
 }
}.navbar-default .navbar-link {
  color: #777;
 }
.navbar-default .navbar-link:hover {
 color: #333;
}
.navbar-default .btn-link {
 color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
 color: #333;
}
.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: #ccc;
}
.navbar-inverse {
 background-color: #222;
 border-color: #080808;
}
.navbar-inverse .navbar-brand {
 color: #777;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
 color: #fff;
 background-color: transparent;
}
.navbar-inverse .navbar-text {
 color: #777;
}
.navbar-inverse .navbar-nav>li>a {
 color: #777;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
 color: #fff;
 background-color: transparent;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
 color: #fff;
 background-color: #080808;
}
.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:hover, .navbar-inverse .navbar-nav>.disabled>a:focus {
 color: #444;
 background-color: transparent;
}
.navbar-inverse .navbar-toggle {
 border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
 background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
 background-color: #fff;
}
.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 {
 color: #fff;
 background-color: #080808;
}
@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: #777;
 }
 .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
  color: #fff;
  background-color: transparent;
 }
 .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
  color: #fff;
  background-color: #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: #444;
  background-color: transparent;
 }
}.navbar-inverse .navbar-link {
  color: #777;
 }
.navbar-inverse .navbar-link:hover {
 color: #fff;
}
.navbar-inverse .btn-link {
 color: #777;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
 color: #fff;
}
.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: #444;
}
.breadcrumb {
 padding: 8px 15px;
 margin-bottom: 20px;
 list-style: none;
 background:white;
 border-radius: 4px;
}
.breadcrumb>li {
 display: inline-block;
}
.breadcrumb>li+li:before {
 padding: 0 5px;
 color: #ccc;
 content: "/\00a0"}
.breadcrumb>.active {
 color: #777;
}
.pagination {
 display: inline-block;
 padding-left: 0;
 margin: 20px 0;
 border-radius: 4px;
}
.pagination>li {
 display: inline;
}
.pagination>li>a, .pagination>li>span {
 position: relative;
 float: left;
 padding: 6px 12px;
 margin-left: -1px;
 line-height: 1.42857143;
 color: #428bca;
 text-decoration: none;
 background-color: #fff;
 border: 1px solid #ddd;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
 margin-left: 0;
 border-top-left-radius: 4px;
 border-bottom-left-radius: 4px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
 border-top-right-radius: 4px;
 border-bottom-right-radius: 4px;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
 color: #2a6496;
 background-color: #eee;
 border-color: #ddd;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
 z-index: 2;
 color: #fff;
 cursor: default;
 background-color: #428bca;
 border-color: #428bca;
}
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
 color: #777;
 cursor: not-allowed;
 background-color: #fff;
 border-color: #ddd;
}
.pagination-lg>li>a, .pagination-lg>li>span {
 padding: 10px 16px;
 font-size: 18px;
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
 border-top-left-radius: 6px;
 border-bottom-left-radius: 6px;
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
 border-top-right-radius: 6px;
 border-bottom-right-radius: 6px;
}
.pagination-sm>li>a, .pagination-sm>li>span {
 padding: 5px 10px;
 font-size: 12px;
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
 border-top-left-radius: 3px;
 border-bottom-left-radius: 3px;
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
 border-top-right-radius: 3px;
 border-bottom-right-radius: 3px;
}
.pager {
 padding-left: 0;
 margin: 20px 0;
 text-align: center;
 list-style: none;
}
.pager li {
 display: inline;
}
.pager li>a, .pager li>span {
 display: inline-block;
 padding: 5px 14px;
 background-color: #fff;
 border: 1px solid #ddd;
 border-radius: 15px;
}
.pager li>a:hover, .pager li>a:focus {
 text-decoration: none;
 background-color: #eee;
}
.pager .next>a, .pager .next>span {
 float: right;
}
.pager .previous>a, .pager .previous>span {
 float: left;
}
.pager .disabled>a, .pager .disabled>a:hover, .pager .disabled>a:focus, .pager .disabled>span {
 color: #777;
 cursor: not-allowed;
 background-color: #fff;
}
.label {
 display: inline;
 padding: .2em .6em .3em;
 font-size: 75%;
 font-weight: 700;
 line-height: 1;
 color: #fff;
 text-align: center;
 white-space: nowrap;
 vertical-align: baseline;
 border-radius: .25em;
}
a.label:hover, a.label:focus {
 color: #fff;
 text-decoration: none;
 cursor: pointer;
}
.label:empty {
 display: none;
}
.btn .label {
 position: relative;
 top: -1px;
}
.label-default {
 background-color: #777;
}
.label-default[href]:hover, .label-default[href]:focus {
 background-color: #5e5e5e;
}
.label-primary {
 background-color: #428bca;
}
.label-primary[href]:hover, .label-primary[href]:focus {
 background-color: #3071a9;
}
.label-success {
 background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
 background-color: #449d44;
}
.label-info {
 background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
 background-color: #31b0d5;
}
.label-warning {
 background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
 background-color: #ec971f;
}
.label-danger {
 background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
 background-color: #c9302c;
}
.badge {
 display: inline-block;
 min-width: 10px;
 padding: 3px 7px;
 font-size: 12px;
 font-weight: 700;
 line-height: 1;
 color: #fff;
 text-align: center;
 white-space: nowrap;
 vertical-align: baseline;
 background-color: #777;
 border-radius: 10px;
}
.badge:empty {
 display: none;
}
.btn .badge {
 position: relative;
 top: -1px;
}
.btn-xs .badge {
 top: 0;
 padding: 1px 5px;
}
a.badge:hover, a.badge:focus {
 color: #fff;
 text-decoration: none;
 cursor: pointer;
}
a.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
 color: #428bca;
 background-color: #fff;
}
.nav-pills>li>a>.badge {
 margin-left: 3px;
}
.jumbotron {
 padding: 30px;
 margin-bottom: 30px;
 color: inherit;
 background-color: #eee;
}
.jumbotron h1, .jumbotron .h1 {
 color: inherit;
}
.jumbotron p {
 margin-bottom: 15px;
 font-size: 21px;
 font-weight: 200;
}
.jumbotron>hr {
 border-top-color: #d5d5d5;
}
.container .jumbotron {
 border-radius: 6px;
}
.jumbotron .container {
 max-width: 100%}
@media screen and (min-width:768px) {
 .jumbotron {
  padding-top: 48px;
  padding-bottom: 48px;
 }
 .container .jumbotron {
  padding-right: 60px;
  padding-left: 60px;
 }
 .jumbotron h1, .jumbotron .h1 {
  font-size: 63px;
 }
}.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
 }
.thumbnail>img, .thumbnail a>img {
 margin-right: auto;
 margin-left: auto;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
 border-color: #428bca;
}
.thumbnail .caption {
 padding: 9px;
 color: #333;
}
.alert {
 padding: 15px;
 margin-bottom: 20px;
 border: 1px solid transparent;
 border-radius: 4px;
}
.alert h4 {
 margin-top: 0;
 color: inherit;
}
.alert .alert-link {
 font-weight: 700;
}
.alert>p, .alert>ul {
 margin-bottom: 0;
}
.alert>p+p {
 margin-top: 5px;
}
.alert-dismissable, .alert-dismissible {
 padding-right: 35px;
}
.alert-dismissable .close, .alert-dismissible .close {
 position: relative;
 top: -2px;
 right: -21px;
 color: inherit;
}
.alert-success {
 color: #3c763d;
 background-color: #dff0d8;
 border-color: #d6e9c6;
}
.alert-success hr {
 border-top-color: #c9e2b3;
}
.alert-success .alert-link {
 color: #2b542c;
}
.alert-info {
 color: #31708f;
 background-color: #d9edf7;
 border-color: #bce8f1;
}
.alert-info hr {
 border-top-color: #a6e1ec;
}
.alert-info .alert-link {
 color: #245269;
}
.alert-warning {
 color: #dd4e4e;
 background-color: #dd4d4d33;
 border-color: #faebcc;
 font-size: 300%;
 text-align: center;
 font-family: cinzel;
}
.alert-warning hr {
 border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
 color: #66512c;
}
.alert-danger {
 color: #a94442;
 background-color: #f2dede;
 border-color: #ebccd1;
}
.alert-danger hr {
 border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
 color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
 from {
  background-position: 40px 0;
 }
 to {
  background-position: 0 0;
 }
}@-o-keyframes progress-bar-stripes {
  from {
   background-position: 40px 0;
  }
  to {
   background-position: 0 0;
  }
 }@keyframes progress-bar-stripes {
   from {
    background-position: 40px 0;
   }
   to {
    background-position: 0 0;
   }
  }.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
   }
.progress-bar {
 float: left;
 width: 0;
 height: 100%;
 font-size: 12px;
 line-height: 20px;
 color: #fff;
 text-align: center;
 background-color: #428bca;
 -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
 box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
 -webkit-transition: width .6s ease;
 -o-transition: width .6s ease;
 transition: width .6s ease;
}
.progress-striped .progress-bar, .progress-bar-striped {
 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
 background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
 background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
 -webkit-background-size: 40px 40px;
 background-size: 40px 40px;
}
.progress.active .progress-bar, .progress-bar.active {
 -webkit-animation: progress-bar-stripes 2s linear infinite;
 -o-animation: progress-bar-stripes 2s linear infinite;
 animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
 min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
 min-width: 30px;
 color: #777;
 background-color: transparent;
 background-image: none;
 -webkit-box-shadow: none;
 box-shadow: none;
}
.progress-bar-success {
 background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
 background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
 background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
 background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
 background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
 background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
 background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
 background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
 background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
 background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
 background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
 background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
 background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media, .media-body {
 overflow: hidden;
 transform:scale(1);
 transform-origin: 0 0;
}
.media, .media .media {
 margin-top: 15px;
}
.media:first-child {
 margin-top: 0;
}
.media-object {
 display: block;
}
.media-heading {
 margin: 0 0 5px;
}
.media>.pull-left {
 margin-right: 10px;
}
.media>.pull-right {
 margin-left: 10px;
}
.media-list {
 padding-left: 0;
 list-style: none;
}
.list-group {
 padding-left: 0;
 margin-bottom: 20px;
}
.list-group-item {
 position: relative;
 display: block;
 padding: 10px 15px;
 margin-bottom: -1px;
 background-color: #fff;
 border: 1px solid #ddd;
}
.list-group-item:first-child {
 border-top-left-radius: 4px;
 border-top-right-radius: 4px;
}
.list-group-item:last-child {
 margin-bottom: 0;
 border-bottom-right-radius: 4px;
 border-bottom-left-radius: 4px;
}
.list-group-item>.badge {
 float: right;
}
.list-group-item>.badge+.badge {
 margin-right: 5px;
}
a.list-group-item {
 color: #555;
}
a.list-group-item .list-group-item-heading {
 color: #333;
}
a.list-group-item:hover, a.list-group-item:focus {
 color: #555;
 text-decoration: none;
 background-color: #f5f5f5;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
 color: #777;
 background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
 color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
 color: #777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
 z-index: 2;
 color: #fff;
 background-color: #428bca;
 border-color: #428bca;
}
.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading>small, .list-group-item.active:hover .list-group-item-heading>small, .list-group-item.active:focus .list-group-item-heading>small, .list-group-item.active .list-group-item-heading>.small, .list-group-item.active:hover .list-group-item-heading>.small, .list-group-item.active:focus .list-group-item-heading>.small {
 color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
 color: #e1edf7;
}
.list-group-item-success {
 color: #3c763d;
 background-color: #dff0d8;
}
a.list-group-item-success {
 color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
 color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus {
 color: #3c763d;
 background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
 color: #fff;
 background-color: #3c763d;
 border-color: #3c763d;
}
.list-group-item-info {
 color: #31708f;
 background-color: #d9edf7;
}
a.list-group-item-info {
 color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
 color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus {
 color: #31708f;
 background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
 color: #fff;
 background-color: #31708f;
 border-color: #31708f;
}
.list-group-item-warning {
 color: #8a6d3b;
 background-color: #fcf8e3;
}
a.list-group-item-warning {
 color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
 color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
 color: #8a6d3b;
 background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
 color: #fff;
 background-color: #8a6d3b;
 border-color: #8a6d3b;
}
.list-group-item-danger {
 color: #a94442;
 background-color: #f2dede;
}
a.list-group-item-danger {
 color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
 color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
 color: #a94442;
 background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
 color: #fff;
 background-color: #a94442;
 border-color: #a94442;
}
.list-group-item-heading {
 margin-top: 0;
 margin-bottom: 5px;
}
.list-group-item-text {
 margin-bottom: 0;
 line-height: 1.3;
}
.panel {
 margin-bottom: 20px;
 background-color: #fff;
 border: 1px solid transparent;
 border-radius: 4px;
 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
 box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
 padding: 15px;
}
.panel-heading {
 padding: 10px 15px;
 border-bottom: 1px solid transparent;
 border-top-left-radius: 3px;
 border-top-right-radius: 3px;
}
.panel-heading>.dropdown .dropdown-toggle {
 color: inherit;
}
.panel-title {
 margin-top: 0;
 margin-bottom: 0;
 font-size: 16px;
 color: inherit;
}
.panel-title>a {
 color: inherit;
}
.panel-footer {
 padding: 10px 15px;
 background-color: #f5f5f5;
 border-top: 1px solid #ddd;
 border-bottom-right-radius: 3px;
 border-bottom-left-radius: 3px;
}
.panel>.list-group {
 margin-bottom: 0;
}
.panel>.list-group .list-group-item {
 border-width: 1px 0;
 border-radius: 0;
}
.panel>.list-group:first-child .list-group-item:first-child {
 border-top: 0;
 border-top-left-radius: 3px;
 border-top-right-radius: 3px;
}
.panel>.list-group:last-child .list-group-item:last-child {
 border-bottom: 0;
 border-bottom-right-radius: 3px;
 border-bottom-left-radius: 3px;
}
.panel-heading+.list-group .list-group-item:first-child {
 border-top-width: 0;
}
.list-group+.panel-footer {
 border-top-width: 0;
}
.panel>.table, .panel>.table-responsive>.table, .panel>.panel-collapse>.table {
 margin-bottom: 0;
}
.panel>.table:first-child, .panel>.table-responsive:first-child>.table:first-child {
 border-top-left-radius: 3px;
 border-top-right-radius: 3px;
}
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table:first-child>thead:first-child>tr:first-child th:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
 border-top-left-radius: 3px;
}
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table:first-child>thead:first-child>tr:first-child th:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
 border-top-right-radius: 3px;
}
.panel>.table:last-child, .panel>.table-responsive:last-child>.table:last-child {
 border-bottom-right-radius: 3px;
 border-bottom-left-radius: 3px;
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
 border-bottom-left-radius: 3px;
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
 border-bottom-right-radius: 3px;
}
.panel>.panel-body+.table, .panel>.panel-body+.table-responsive {
 border-top: 1px solid #ddd;
}
.panel>.table>tbody:first-child>tr:first-child th, .panel>.table>tbody:first-child>tr:first-child td {
 border-top: 0;
}
.panel>.table-bordered, .panel>.table-responsive>.table-bordered {
 border: 0;
}
.panel>.table-bordered>thead>tr>th:first-child, .panel>.table-responsive>.table-bordered>thead>tr>th:first-child, .panel>.table-bordered>tbody>tr>th:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child, .panel>.table-bordered>tfoot>tr>th:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child, .panel>.table-bordered>thead>tr>td:first-child, .panel>.table-responsive>.table-bordered>thead>tr>td:first-child, .panel>.table-bordered>tbody>tr>td:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child, .panel>.table-bordered>tfoot>tr>td:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
 border-left: 0;
}
.panel>.table-bordered>thead>tr>th:last-child, .panel>.table-responsive>.table-bordered>thead>tr>th:last-child, .panel>.table-bordered>tbody>tr>th:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child, .panel>.table-bordered>tfoot>tr>th:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child, .panel>.table-bordered>thead>tr>td:last-child, .panel>.table-responsive>.table-bordered>thead>tr>td:last-child, .panel>.table-bordered>tbody>tr>td:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child, .panel>.table-bordered>tfoot>tr>td:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
 border-right: 0;
}
.panel>.table-bordered>thead>tr:first-child>td, .panel>.table-responsive>.table-bordered>thead>tr:first-child>td, .panel>.table-bordered>tbody>tr:first-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td, .panel>.table-bordered>thead>tr:first-child>th, .panel>.table-responsive>.table-bordered>thead>tr:first-child>th, .panel>.table-bordered>tbody>tr:first-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
 border-bottom: 0;
}
.panel>.table-bordered>tbody>tr:last-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td, .panel>.table-bordered>tfoot>tr:last-child>td, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td, .panel>.table-bordered>tbody>tr:last-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th, .panel>.table-bordered>tfoot>tr:last-child>th, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
 border-bottom: 0;
}
.panel>.table-responsive {
 margin-bottom: 0;
 border: 0;
}
.panel-group {
 margin-bottom: 20px;
}
.panel-group .panel {
 margin-bottom: 0;
 border-radius: 4px;
}
.panel-group .panel+.panel {
 margin-top: 5px;
}
.panel-group .panel-heading {
 border-bottom: 0;
}
.panel-group .panel-heading+.panel-collapse>.panel-body {
 border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
 border-top: 0;
}
.panel-group .panel-footer+.panel-collapse .panel-body {
 border-bottom: 1px solid #ddd;
}
.panel-default {
 border-color: #ddd;
}
.panel-default>.panel-heading {
 color: #333;
 background-color: #f5f5f5;
 border-color: #ddd;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
 border-top-color: #ddd;
}
.panel-default>.panel-heading .badge {
 color: #f5f5f5;
 background-color: #333;
}
.panel-default>.panel-footer+.panel-collapse>.panel-body {
 border-bottom-color: #ddd;
}
.panel-primary {
 border-color: #428bca;
}
.panel-primary>.panel-heading {
 color: #fff;
 background-color: #428bca;
 border-color: #428bca;
}
.panel-primary>.panel-heading+.panel-collapse>.panel-body {
 border-top-color: #428bca;
}
.panel-primary>.panel-heading .badge {
 color: #428bca;
 background-color: #fff;
}
.panel-primary>.panel-footer+.panel-collapse>.panel-body {
 border-bottom-color: #428bca;
}
.panel-success {
 border-color: #d6e9c6;
}
.panel-success>.panel-heading {
 color: #3c763d;
 background-color: #dff0d8;
 border-color: #d6e9c6;
}
.panel-success>.panel-heading+.panel-collapse>.panel-body {
 border-top-color: #d6e9c6;
}
.panel-success>.panel-heading .badge {
 color: #dff0d8;
 background-color: #3c763d;
}
.panel-success>.panel-footer+.panel-collapse>.panel-body {
 border-bottom-color: #d6e9c6;
}
.panel-info {
 border-color: #bce8f1;
}
.panel-info>.panel-heading {
 color: #31708f;
 background-color: #d9edf7;
 border-color: #bce8f1;
}
.panel-info>.panel-heading+.panel-collapse>.panel-body {
 border-top-color: #bce8f1;
}
.panel-info>.panel-heading .badge {
 color: #d9edf7;
 background-color: #31708f;
}
.panel-info>.panel-footer+.panel-collapse>.panel-body {
 border-bottom-color: #bce8f1;
}
.panel-warning {
 border-color: #faebcc;
}
.panel-warning>.panel-heading {
 color: #8a6d3b;
 background-color: #fcf8e3;
 border-color: #faebcc;
}
.panel-warning>.panel-heading+.panel-collapse>.panel-body {
 border-top-color: #faebcc;
}
.panel-warning>.panel-heading .badge {
 color: #fcf8e3;
 background-color: #8a6d3b;
}
.panel-warning>.panel-footer+.panel-collapse>.panel-body {
 border-bottom-color: #faebcc;
}
.panel-danger {
 border-color: #ebccd1;
}
.panel-danger>.panel-heading {
 color: #a94442;
 background-color: #f2dede;
 border-color: #ebccd1;
}
.panel-danger>.panel-heading+.panel-collapse>.panel-body {
 border-top-color: #ebccd1;
}
.panel-danger>.panel-heading .badge {
 color: #f2dede;
 background-color: #a94442;
}
.panel-danger>.panel-footer+.panel-collapse>.panel-body {
 border-bottom-color: #ebccd1;
}
.embed-responsive {
 position: relative;
 display: block;
 height: 0;
 padding: 0;
 overflow: hidden;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 100%;
 border: 0;
}
.embed-responsive.embed-responsive-16by9 {
 padding-bottom: 56.25%}
.embed-responsive.embed-responsive-4by3 {
 padding-bottom: 75%}
.well {
 min-height: 20px;
 padding: 19px;
 margin-bottom: 20px;
 background-color: #f5f5f5;
 border: 1px solid #e3e3e3;
 border-radius: 4px;
 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
 box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
 border-color: #ddd;
 border-color: rgba(0, 0, 0, .15);
}
.well-lg {
 padding: 24px;
 border-radius: 6px;
}
.well-sm {
 padding: 9px;
 border-radius: 3px;
}
.close {
 float: right;
 font-size: 21px;
 font-weight: 700;
 line-height: 1;
 color: #000;
 text-shadow: 0 1px 0 #fff;
 filter: alpha(opacity=20);
 opacity: .2;
}
.close:hover, .close:focus {
 color: #000;
 text-decoration: none;
 cursor: pointer;
 filter: alpha(opacity=50);
 opacity: .5;
}
button.close {
 -webkit-appearance: none;
 padding: 0;
 cursor: pointer;
 background: 0 0;
 border: 0;
}
.modal-open {
 overflow: hidden;
}
.modal {
 position: fixed;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 z-index: 1050;
 display: none;
 overflow: hidden;
 -webkit-overflow-scrolling: touch;
 outline: 0;
}
.modal.fade .modal-dialog {
 -webkit-transition: -webkit-transform .3s ease-out;
 -o-transition: -o-transform .3s ease-out;
 transition: transform .3s ease-out;
 -webkit-transform: translate3d(0, -25%, 0);
 -o-transform: translate3d(0, -25%, 0);
 transform: translate3d(0, -25%, 0);
}
.modal.in .modal-dialog {
 -webkit-transform: translate3d(0, 0, 0);
 -o-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 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: #fff;
 -webkit-background-clip: padding-box;
 background-clip: padding-box;
 border: 1px solid #999;
 border: 1px solid rgba(0, 0, 0, .2);
 border-radius: 6px;
 outline: 0;
 -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
 box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
 position: fixed;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 z-index: 1040;
 background-color: #000;
}
.modal-backdrop.fade {
 filter: alpha(opacity=0);
 opacity: 0;
}
.modal-backdrop.in {
 filter: alpha(opacity=50);
 opacity: .5;
}
.modal-header {
 min-height: 16.43px;
 padding: 15px;
 border-bottom: 1px solid #e5e5e5;
}
.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-bottom: 0;
 margin-left: 5px;
}
.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, .5);
  box-shadow: 0 5px 15px rgba(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-size: 12px;*/
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  /*opacity: 0;*/
 }
.tooltip.in {
 filter: alpha(opacity=90);
 opacity: .9;
}
.tooltip.top {
 padding: 5px 0;
 margin-top: -3px;
}
.tooltip.right {
 padding: 0 5px;
 margin-left: 3px;
}
.tooltip.bottom {
 padding: 5px 0;
 margin-top: 3px;
}
.tooltip.left {
 padding: 0 5px;
 margin-left: -3px;
}
.tooltip-inner {
 max-width: 200px;
 padding: 3px 8px;
 color: #fff;
 text-align: center;
 text-decoration: none;
 background-color: #000;
 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: #000;
}
.tooltip.top-left .tooltip-arrow {
 bottom: 0;
 left: 5px;
 border-width: 5px 5px 0;
 border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
 right: 5px;
 bottom: 0;
 border-width: 5px 5px 0;
 border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
 top: 50%;
 left: 0;
 margin-top: -5px;
 border-width: 5px 5px 5px 0;
 border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
 top: 50%;
 right: 0;
 margin-top: -5px;
 border-width: 5px 0 5px 5px;
 border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
 top: 0;
 left: 50%;
 margin-left: -5px;
 border-width: 0 5px 5px;
 border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
 top: 0;
 left: 5px;
 border-width: 0 5px 5px;
 border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
 top: 0;
 right: 5px;
 border-width: 0 5px 5px;
 border-bottom-color: #000;
}
.popover {
 position: absolute;
 top: 0;
 left: 0;
 z-index: 1060;
 display: none;
 max-width: 276px;
 padding: 1px;
 text-align: left;
 white-space: normal;
 background-color: #fff;
 -webkit-background-clip: padding-box;
 background-clip: padding-box;
 border: 1px solid #ccc;
 border: 1px solid rgba(0, 0, 0, .2);
 border-radius: 6px;
 -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
 box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
 margin-top: -10px;
}
.popover.right {
 margin-left: 10px;
}
.popover.bottom {
 margin-top: 10px;
}
.popover.left {
 margin-left: -10px;
}
.popover-title {
 padding: 8px 14px;
 margin: 0;
 font-size: 14px;
 font-weight: 400;
 line-height: 18px;
 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 {
 content: "";
 border-width: 10px;
}
.popover.top>.arrow {
 bottom: -11px;
 left: 50%;
 margin-left: -11px;
 border-top-color: #999;
 border-top-color: rgba(0, 0, 0, .25);
 border-bottom-width: 0;
}
.popover.top>.arrow:after {
 bottom: 1px;
 margin-left: -10px;
 content: " ";
 border-top-color: #fff;
 border-bottom-width: 0;
}
.popover.right>.arrow {
 top: 50%;
 left: -11px;
 margin-top: -11px;
 border-right-color: #999;
 border-right-color: rgba(0, 0, 0, .25);
 border-left-width: 0;
}
.popover.right>.arrow:after {
 bottom: -10px;
 left: 1px;
 content: " ";
 border-right-color: #fff;
 border-left-width: 0;
}
.popover.bottom>.arrow {
 top: -11px;
 left: 50%;
 margin-left: -11px;
 border-top-width: 0;
 border-bottom-color: #999;
 border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom>.arrow:after {
 top: 1px;
 margin-left: -10px;
 content: " ";
 border-top-width: 0;
 border-bottom-color: #fff;
}
.popover.left>.arrow {
 top: 50%;
 right: -11px;
 margin-top: -11px;
 border-right-width: 0;
 border-left-color: #999;
 border-left-color: rgba(0, 0, 0, .25);
}
.popover.left>.arrow:after {
 right: 1px;
 bottom: -10px;
 content: " ";
 border-right-width: 0;
 border-left-color: #fff;
}
.carousel {
 position: relative;
}
.carousel-inner {
 position: relative;
 width: 100%;
 overflow: hidden;
}
.carousel-inner>.item {
 position: relative;
 display: none;
 -webkit-transition: .6s ease-in-out left;
 -o-transition: .6s ease-in-out left;
 transition: .6s ease-in-out left;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
 line-height: 1;
}
.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;
 bottom: 0;
 left: 0;
 width: 15%;
 font-size: 20px;
 color: #fff;
 text-align: center;
 text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
 filter: alpha(opacity=50);
 opacity: .5;
}
.carousel-control.left {
 background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
 background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
 background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
 background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',  endColorstr='#00000000',  GradientType=1);
 background-repeat: repeat-x;
}
.carousel-control.right {
 right: 0;
 left: auto;
 background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
 background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
 background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
 background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',  endColorstr='#80000000',  GradientType=1);
 background-repeat: repeat-x;
}
.carousel-control:hover, .carousel-control:focus {
 color: #fff;
 text-decoration: none;
 filter: alpha(opacity=90);
 outline: 0;
 opacity: .9;
}
.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;
 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%;
 padding-left: 0;
 margin-left: -30%;
 text-align: center;
 list-style: none;
}
.carousel-indicators li {
 display: inline-block;
 width: 10px;
 height: 10px;
 margin: 1px;
 text-indent: -999px;
 cursor: pointer;
 background-color: #000 \9;
 background-color: rgba(0, 0, 0, 0);
 border: 1px solid #fff;
 border-radius: 10px;
}
.carousel-indicators .active {
 width: 12px;
 height: 12px;
 margin: 0;
 background-color: #fff;
}
.carousel-caption {
 position: absolute;
 right: 15%;
 bottom: 20px;
 left: 15%;
 z-index: 10;
 padding-top: 20px;
 padding-bottom: 20px;
 color: #fff;
 text-align: center;
 text-shadow: 0 1px 2px rgba(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 {
  right: 20%;
  left: 20%;
  padding-bottom: 30px;
 }
 .carousel-indicators {
  bottom: 20px;
 }
}.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd: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, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
  display: table;
  content: " "}
.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical>.btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
 clear: both;
}
.center-block {
 display: block;
 margin-right: auto;
 margin-left: auto;
}
.pull-right {
 float: right!important;
}
.pull-left {
 float: left!important;
}
.hide {
 display: none!important;
}
.show {
 display: block!important;
}
.invisible {
 visibility: hidden;
}
.text-hide {
 font: 0/0 a;
 color: transparent;
 text-shadow: none;
 background-color: transparent;
 border: 0;
}
.hidden {
 display: none!important;
 visibility: hidden!important;
}
.affix {
 position: fixed;
 -webkit-transform: translate3d(0, 0, 0);
 -o-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
@-ms-viewport {
 width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
 display: none!important;
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
 display: none!important;
}
@media (max-width:767px) {
 .visible-xs {
  display: block!important;
 }
 table.visible-xs {
  display: table;
 }
 tr.visible-xs {
  display: table-row!important;
 }
 th.visible-xs, td.visible-xs {
  display: table-cell!important;
 }
}@media (max-width:767px) {
 .visible-xs-block {
  display: block!important;
 }
}@media (max-width:767px) {
 .visible-xs-inline {
  display: inline!important;
 }
}@media (max-width:767px) {
 .visible-xs-inline-block {
  display: inline-block!important;
 }
}@media (min-width:768px) and (max-width:991px) {
 .visible-sm {
  display: block!important;
 }
 table.visible-sm {
  display: table;
 }
 tr.visible-sm {
  display: table-row!important;
 }
 th.visible-sm, td.visible-sm {
  display: table-cell!important;
 }
}@media (min-width:768px) and (max-width:991px) {
 .visible-sm-block {
  display: block!important;
 }
}@media (min-width:768px) and (max-width:991px) {
 .visible-sm-inline {
  display: inline!important;
 }
}@media (min-width:768px) and (max-width:991px) {
 .visible-sm-inline-block {
  display: inline-block!important;
 }
}@media (min-width:992px) and (max-width:1199px) {
 .visible-md {
  display: block!important;
 }
 table.visible-md {
  display: table;
 }
 tr.visible-md {
  display: table-row!important;
 }
 th.visible-md, td.visible-md {
  display: table-cell!important;
 }
}@media (min-width:992px) and (max-width:1199px) {
 .visible-md-block {
  display: block!important;
 }
}@media (min-width:992px) and (max-width:1199px) {
 .visible-md-inline {
  display: inline!important;
 }
}@media (min-width:992px) and (max-width:1199px) {
 .visible-md-inline-block {
  display: inline-block!important;
 }
}@media (min-width:1200px) {
 .visible-lg {
  display: block!important;
 }
 table.visible-lg {
  display: table;
 }
 tr.visible-lg {
  display: table-row!important;
 }
 th.visible-lg, td.visible-lg {
  display: table-cell!important;
 }
}@media (min-width:1200px) {
 .visible-lg-block {
  display: block!important;
 }
}@media (min-width:1200px) {
 .visible-lg-inline {
  display: inline!important;
 }
}@media (min-width:1200px) {
 .visible-lg-inline-block {
  display: inline-block!important;
 }
}@media (max-width:767px) {
 .hidden-xs {
  display: none!important;
 }
}@media (min-width:768px) and (max-width:991px) {
 .hidden-sm {
  display: none!important;
 }
}@media (min-width:992px) and (max-width:1199px) {
 .hidden-md {
  display: none!important;
 }
}@media (min-width:1200px) {
 .hidden-lg {
  display: none!important;
 }
}.visible-print {
  display: none!important;
 }
@media print {
 .visible-print {
  display: block!important;
 }
 table.visible-print {
  display: table;
 }
 tr.visible-print {
  display: table-row!important;
 }
 th.visible-print, td.visible-print {
  display: table-cell!important;
 }
}.visible-print-block {
  display: none!important;
 }
@media print {
 .visible-print-block {
  display: block!important;
 }
}.visible-print-inline {
  display: none!important;
 }
@media print {
 .visible-print-inline {
  display: inline!important;
 }
}.visible-print-inline-block {
  display: none!important;
 }
@media print {
 .visible-print-inline-block {
  display: inline-block!important;
 }
}@media print {
 .hidden-print {
  display: none!important;
 }
}
@font-face {
 font-family: 'FontAwesome';
 src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
 src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
 font-weight: normal;
 font-style: normal;
}

.owl-carousel .owl-wrapper:after {
 content: ".";
 display: block;
 clear: both;
 visibility: hidden;
 line-height: 0;
 height: 0;
}
.owl-carousel {
 display: none;
 position: relative;
 width: 100%;
 -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
 display: none;
 position: relative;
 -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
 overflow: hidden;
 position: relative;
 width: 100%}
.owl-carousel .owl-wrapper-outer.autoHeight {
 -webkit-transition: height 500ms ease-in-out;
 -moz-transition: height 500ms ease-in-out;
 -ms-transition: height 500ms ease-in-out;
 -o-transition: height 500ms ease-in-out;
 transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
 float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
 cursor: pointer;
}
.owl-controls {
 -webkit-user-select: none;
 -khtml-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 -webkit-tap-highlight-color: transparent;
}
.grabbing {
 cursor: url(grabbing.png) 8 8, move;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
 -webkit-backface-visibility: hidden;
 -moz-backface-visibility: hidden;
 -ms-backface-visibility: hidden;
 -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
 -ms-transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls {
 margin-top: 10px;
 text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
 color: #fff;
 display: inline-block;
 transform:scale(1);
 transform-origin: 0 0;
 *display: inline;
 margin: 5px;
 padding: 3px 10px;
 font-size: 12px;
 -webkit-border-radius: 30px;
 -moz-border-radius: 30px;
 border-radius: 30px;
 background: #869791;
 filter: Alpha(Opacity=50);
 opacity: .5;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
 filter: Alpha(Opacity=100);
 opacity: 1;
 text-decoration: none;
}
.owl-theme .owl-controls .owl-page {
 display: inline-block;
 transform:scale(1);
 transform-origin: 0 0;
 *display: inline;
}
.owl-theme .owl-controls .owl-page span {
 display: block;
 width: 12px;
 height: 12px;
 margin: 5px 7px;
 filter: Alpha(Opacity=50);
 opacity: .5;
 -webkit-border-radius: 20px;
 -moz-border-radius: 20px;
 border-radius: 20px;
 background: #869791;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
 filter: Alpha(Opacity=100);
 opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
 height: auto;
 width: auto;
 color: #fff;
 padding: 2px 10px;
 font-size: 12px;
 -webkit-border-radius: 30px;
 -moz-border-radius: 30px;
 border-radius: 30px;
}
.owl-item.loading {
 min-height: 150px;
 background: url(AjaxLoader.gif) no-repeat center center;
}
.owl-origin {
 -webkit-perspective: 1200px;
 -webkit-perspective-origin-x: 50%;
 -webkit-perspective-origin-y: 50%;
 -moz-perspective: 1200px;
 -moz-perspective-origin-x: 50%;
 -moz-perspective-origin-y: 50%;
 perspective: 1200px;
}
.owl-fade-out {
 z-index: 10;
 -webkit-animation: fadeOut .7s both ease;
 -moz-animation: fadeOut .7s both ease;
 animation: fadeOut .7s both ease;
}
.owl-fade-in {
 -webkit-animation: fadeIn .7s both ease;
 -moz-animation: fadeIn .7s both ease;
 animation: fadeIn .7s both ease;
}
.owl-backSlide-out {
 -webkit-animation: backSlideOut 1s both ease;
 -moz-animation: backSlideOut 1s both ease;
 animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
 -webkit-animation: backSlideIn 1s both ease;
 -moz-animation: backSlideIn 1s both ease;
 animation: backSlideIn 1s both ease;
}
.owl-goDown-out {
 -webkit-animation: scaleToFade .7s ease both;
 -moz-animation: scaleToFade .7s ease both;
 animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
 -webkit-animation: goDown .6s ease both;
 -moz-animation: goDown .6s ease both;
 animation: goDown .6s ease both;
}
.owl-fadeUp-in {
 -webkit-animation: scaleUpFrom .5s ease both;
 -moz-animation: scaleUpFrom .5s ease both;
 animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
 -webkit-animation: scaleUpTo .5s ease both;
 -moz-animation: scaleUpTo .5s ease both;
 animation: scaleUpTo .5s ease both;
}
@-webkit-keyframes empty {
 0% {
  opacity: 1;
 }
}@-moz-keyframes empty {
  0% {
   opacity: 1;
  }
 }@keyframes empty {
   0% {
    opacity: 1;
   }
  }@-webkit-keyframes fadeIn {
    0% {
     opacity: 0;
    }
    100% {
     opacity: 1;
    }
   }@-moz-keyframes fadeIn {
     0% {
      opacity: 0;
     }
     100% {
      opacity: 1;
     }
    }@keyframes fadeIn {
      0% {
       opacity: 0;
      }
      100% {
       opacity: 1;
      }
     }@-webkit-keyframes fadeOut {
       0% {
        opacity: 1;
       }
       100% {
        opacity: 0;
       }
      }@-moz-keyframes fadeOut {
        0% {
         opacity: 1;
        }
        100% {
         opacity: 0;
        }
       }@keyframes fadeOut {
         0% {
          opacity: 1;
         }
         100% {
          opacity: 0;
         }
        }@-webkit-keyframes backSlideOut {
          25% {
           opacity: .5;
           -webkit-transform: translateZ(-500px);
          }
          75% {
           opacity: .5;
           -webkit-transform: translateZ(-500px) translateX(-200%);
          }
          100% {
           opacity: .5;
           -webkit-transform: translateZ(-500px) translateX(-200%);
          }
         }@-moz-keyframes backSlideOut {
           25% {
            opacity: .5;
            -moz-transform: translateZ(-500px);
           }
           75% {
            opacity: .5;
            -moz-transform: translateZ(-500px) translateX(-200%);
           }
           100% {
            opacity: .5;
            -moz-transform: translateZ(-500px) translateX(-200%);
           }
          }@keyframes backSlideOut {
            25% {
             opacity: .5;
             transform: translateZ(-500px);
            }
            75% {
             opacity: .5;
             transform: translateZ(-500px) translateX(-200%);
            }
            100% {
             opacity: .5;
             transform: translateZ(-500px) translateX(-200%);
            }
           }@-webkit-keyframes backSlideIn {
             0%, 25% {
              opacity: .5;
              -webkit-transform: translateZ(-500px) translateX(200%);
             }
             75% {
              opacity: .5;
              -webkit-transform: translateZ(-500px);
             }
             100% {
              opacity: 1;
              -webkit-transform: translateZ(0) translateX(0);
             }
            }@-moz-keyframes backSlideIn {
              0%, 25% {
               opacity: .5;
               -moz-transform: translateZ(-500px) translateX(200%);
              }
              75% {
               opacity: .5;
               -moz-transform: translateZ(-500px);
              }
              100% {
               opacity: 1;
               -moz-transform: translateZ(0) translateX(0);
              }
             }@keyframes backSlideIn {
               0%, 25% {
                opacity: .5;
                transform: translateZ(-500px) translateX(200%);
               }
               75% {
                opacity: .5;
                transform: translateZ(-500px);
               }
               100% {
                opacity: 1;
                transform: translateZ(0) translateX(0);
               }
              }@-webkit-keyframes scaleToFade {
                to {
                 opacity: 0;
                 -webkit-transform: scale(.8);
                }
               }@-moz-keyframes scaleToFade {
                 to {
                  opacity: 0;
                  -moz-transform: scale(.8);
                 }
                }@keyframes scaleToFade {
                  to {
                   opacity: 0;
                   transform: scale(.8);
                  }
                 }@-webkit-keyframes goDown {
                   from {
                    -webkit-transform: translateY(-100%);
                   }
                  }@-moz-keyframes goDown {
                    from {
                     -moz-transform: translateY(-100%);
                    }
                   }@keyframes goDown {
                     from {
                      transform: translateY(-100%);
                     }
                    }@-webkit-keyframes scaleUpFrom {
                      from {
                       opacity: 0;
                       -webkit-transform: scale(1.5);
                      }
                     }@-moz-keyframes scaleUpFrom {
                       from {
                        opacity: 0;
                        -moz-transform: scale(1.5);
                       }
                      }@keyframes scaleUpFrom {
                        from {
                         opacity: 0;
                         transform: scale(1.5);
                        }
                       }@-webkit-keyframes scaleUpTo {
                         to {
                          opacity: 0;
                          -webkit-transform: scale(1.5);
                         }
                        }@-moz-keyframes scaleUpTo {
                          to {
                           opacity: 0;
                           -moz-transform: scale(1.5);
                          }
                         }@keyframes scaleUpTo {
                           to {
                            opacity: 0;
                            transform: scale(1.5);
                           }
                          }
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
 outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
 margin: 0;
 padding: 0;
 list-style: none;
}
@font-face {
 font-family: flexslider-icon;
 src: url(fonts/flexslider-icon.eot);
 src: url(fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'), url(fonts/flexslider-icon.woff) format('woff'), url(fonts/flexslider-icon.ttf) format('truetype'), url(fonts/flexslider-icon.svg#flexslider-icon) format('svg');
 font-weight: 400;
 font-style: normal;
}
.flexslider {
 margin: 0;
 padding: 0;
}
.flexslider .slides>li {
 display: none;
 -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
 width: 100%;
 display: block;
}
.flex-pauseplay span {
 text-transform: capitalize;
}
.slides:after {
 content: ".";
 display: block;
 clear: both;
 visibility: hidden;
 line-height: 0;
 height: 0;
}
html[xmlns] .slides {
 display: block;
}
* html .slides {
 height: 1%}
.no-js .slides>li:first-child {
 display: block;
}
.flexslider {
 margin: 0 0 60px;
 background: #fff;
 border: 4px solid #fff;
 position: relative;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 -o-border-radius: 4px;
 border-radius: 4px;
 -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
 -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
 -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
 box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
 transform:scale(1);
 transform-origin: 0 0;
}
.flex-viewport {
 max-height: 2000px;
 -webkit-transition: all 1s ease;
 -moz-transition: all 1s ease;
 -o-transition: all 1s ease;
 transition: all 1s ease;
}
.loading .flex-viewport {
 max-height: 300px;
}
.flexslider .slides {
 transform:scale(1);
 transform-origin: 0 0;
}
.carousel li {
 margin-right: 5px;
}
.flex-direction-nav {
 *height: 0;
}
.flex-direction-nav a {
 text-decoration: none;
 display: block;
 width: 40px;
 height: 40px;
 margin: -20px 0 0;
 position: absolute;
 top: 50%;
 z-index: 10;
 overflow: hidden;
 opacity: 0;
 cursor: pointer;
 color: rgba(0, 0, 0, .8);
 text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
 -webkit-transition: all .3s ease;
 -moz-transition: all .3s ease;
 transition: all .3s ease;
}
.flex-direction-nav .flex-prev {
 left: -50px;
}
.flex-direction-nav .flex-next {
 right: -50px;
 text-align: right;
}
.flexslider:hover .flex-prev {
 opacity: .7;
 left: 10px;
}
.flexslider:hover .flex-next {
 opacity: .7;
 right: 10px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
 opacity: 1;
}
.flex-direction-nav .flex-disabled {
 opacity: 0!important;
 filter: alpha(opacity=0);
 cursor: default;
}
.flex-direction-nav a:before {
 font-family: flexslider-icon;
 font-size: 40px;
 line-height: 1;
 display: inline-block;
 content: '\f001'}
.flex-direction-nav a.flex-next:before {
 content: '\f002'}
.flex-pauseplay a {
 display: block;
 width: 20px;
 height: 20px;
 position: absolute;
 bottom: 5px;
 left: 10px;
 opacity: .8;
 z-index: 10;
 overflow: hidden;
 cursor: pointer;
 color: #000;
}
.flex-pauseplay a:before {
 font-family: flexslider-icon;
 font-size: 20px;
 display: inline-block;
 content: '\f004'}
.flex-pauseplay a:hover {
 opacity: 1;
}
.flex-pauseplay a.flex-play:before {
 content: '\f003'}
.flex-control-nav {
 width: 100%;
 position: absolute;
 bottom: -40px;
 text-align: center;
}
.flex-control-nav li {
 margin: 0 6px;
 display: inline-block;
 transform:scale(1)
 transform-origin: 0 0;
 *display: inline;
}
.flex-control-paging li a {
 width: 11px;
 height: 11px;
 display: block;
 background: #666;
 background: rgba(0, 0, 0, .5);
 cursor: pointer;
 text-indent: -9999px;
 -webkit-border-radius: 20px;
 -moz-border-radius: 20px;
 -o-border-radius: 20px;
 border-radius: 20px;
 -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
 -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
 -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
 box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
}
.flex-control-paging li a:hover {
 background: #333;
 background: rgba(0, 0, 0, .7);
}
.flex-control-paging li a.flex-active {
 background: #000;
 background: rgba(0, 0, 0, .9);
 cursor: default;
}
.flex-control-thumbs {
 margin: 5px 0 0;
 position: static;
 overflow: hidden;
}
.flex-control-thumbs li {
 width: 25%;
 float: left;
 margin: 0;
}
.flex-control-thumbs img {
 width: 100%;
 display: block;
 opacity: .7;
 cursor: pointer;
}
.flex-control-thumbs img:hover {
 opacity: 1;
}
.flex-control-thumbs .flex-active {
 opacity: 1;
 cursor: default;
}
@media screen and (max-width:860px) {
 .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 10px;
 }
 .flex-direction-nav .flex-next {
  opacity: 1;
  right: 10px;
 }
}
.chosen-container {
 position: relative;
 display: inline-block;
 vertical-align: middle;
 font-size: 13px;
 transform:scale(1);
 transform-origin: 0 0;
 *display: inline;
 -webkit-user-select: none;
 -moz-user-select: none;
 user-select: none;
}
.chosen-container .chosen-drop {
 position: absolute;
 top: 100%;
 left: -9999px;
 z-index: 1010;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 width: 100%;
 border: 1px solid #aaa;
 border-top: 0;
 background: #fff;
 box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}
.chosen-container.chosen-with-drop .chosen-drop {
 left: 0;
}
.chosen-container a {
 cursor: pointer;
}
.chosen-container-single .chosen-single {
 position: relative;
 display: block;
 overflow: hidden;
 padding: 0 0 0 8px;
 height: 23px;
 border: 1px solid #aaa;
 border-radius: 5px;
 background-color: #fff;
 background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
 background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
 background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
 background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
 background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
 background-clip: padding-box;
 box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, .1);
 color: #444;
 text-decoration: none;
 white-space: nowrap;
 line-height: 24px;
}
.chosen-container-single .chosen-default {
 color: #999;
}
.chosen-container-single .chosen-single span {
 display: block;
 overflow: hidden;
 margin-right: 26px;
 text-overflow: ellipsis;
 white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
 margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
 position: absolute;
 top: 6px;
 right: 26px;
 display: block;
 width: 12px;
 height: 12px;
 background: url(chosen-sprite.png) -42px 1px no-repeat;
 font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
 background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
 background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
 position: absolute;
 top: 0;
 right: 0;
 display: block;
 width: 18px;
 height: 100%}
.chosen-container-single .chosen-single div b {
 display: block;
 width: 100%;
 height: 100%;
 background: url(chosen-sprite.png) no-repeat 0 2px;
}
.chosen-container-single .chosen-search {
 position: relative;
 z-index: 1010;
 margin: 0;
 padding: 3px 4px;
 white-space: nowrap;
}
.chosen-container-single .chosen-search input[type=text] {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 margin: 1px 0;
 padding: 4px 20px 4px 5px;
 width: 100%;
 height: auto;
 outline: 0;
 border: 1px solid #aaa;
 background: #fff url(chosen-sprite.png) no-repeat 100% -20px;
 background: url(chosen-sprite.png) no-repeat 100% -20px;
 font-size: 1em;
 font-family: sans-serif;
 line-height: normal;
 border-radius: 0;
}
.chosen-container-single .chosen-drop {
 margin-top: -1px;
 border-radius: 0 0 4px 4px;
 background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
 position: absolute;
 left: -9999px;
}
.chosen-container .chosen-results {
 position: relative;
 overflow-x: hidden;
 overflow-y: auto;
 margin: 0 4px 4px 0;
 padding: 0 0 0 4px;
 max-height: 240px;
 -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
 display: none;
 margin: 0;
 padding: 5px 6px;
 list-style: none;
 line-height: 15px;
 -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
 display: list-item;
 cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
 display: list-item;
 color: #ccc;
 cursor: default;
}
.chosen-container .chosen-results li.highlighted {
 background-color: #3875d7;
 background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
 background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
 background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
 background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
 background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
 color: #fff;
}
.chosen-container .chosen-results li.no-results {
 display: list-item;
 background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
 display: list-item;
 font-weight: 700;
 cursor: default;
}
.chosen-container .chosen-results li.group-option {
 padding-left: 15px;
}
.chosen-container .chosen-results li em {
 font-style: normal;
 text-decoration: underline;
}
.chosen-container-multi .chosen-choices {
 position: relative;
 overflow: hidden;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 margin: 0;
 padding: 0;
 width: 100%;
 height: auto!important;
 height: 1%;
 border: 1px solid #aaa;
 background-color: #fff;
 background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
 background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
 background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
 background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
 background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
 cursor: text;
}
.chosen-container-multi .chosen-choices li {
 float: left;
 list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
 margin: 0;
 padding: 0;
 white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
 margin: 1px 0;
 padding: 5px;
 height: 15px;
 outline: 0;
 border: 0!important;
 background: 0 0!important;
 box-shadow: none;
 color: #666;
 font-size: 100%;
 font-family: sans-serif;
 line-height: normal;
 border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
 color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
 position: relative;
 margin: 3px 0 3px 5px;
 padding: 3px 20px 3px 5px;
 border: 1px solid #aaa;
 border-radius: 3px;
 background-color: #e4e4e4;
 background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
 background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
 background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
 background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
 background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
 background-clip: padding-box;
 box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
 color: #333;
 line-height: 13px;
 cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
 position: absolute;
 top: 4px;
 right: 3px;
 display: block;
 width: 12px;
 height: 12px;
 background: url(chosen-sprite.png) -42px 1px no-repeat;
 font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
 background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
 padding-right: 5px;
 border: 1px solid #ccc;
 background-color: #e4e4e4;
 background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
 background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
 background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
 background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
 background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
 color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
 background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
 background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
 margin: 0;
 padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
 display: list-item;
 color: #ccc;
 cursor: default;
}
.chosen-container-active .chosen-single {
 border: 1px solid #5897fb;
 box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
 border: 1px solid #aaa;
 -moz-border-radius-bottomright: 0;
 border-bottom-right-radius: 0;
 -moz-border-radius-bottomleft: 0;
 border-bottom-left-radius: 0;
 background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
 background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
 background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
 background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
 background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
 box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
 border-left: none;
 background: 0 0;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
 background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
 border: 1px solid #5897fb;
 box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.chosen-container-active .chosen-choices li.search-field input[type=text] {
 color: #111!important;
}
.chosen-disabled {
 opacity: .5!important;
 cursor: default;
}
.chosen-disabled .chosen-single {
 cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
 cursor: default;
}
.chosen-rtl {
 text-align: right;
}
.chosen-rtl .chosen-single {
 overflow: visible;
 padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
 margin-right: 0;
 margin-left: 26px;
 direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
 margin-left: 38px;
}
.chosen-rtl .chosen-single div {
 right: auto;
 left: 3px;
}
.chosen-rtl .chosen-single abbr {
 right: auto;
 left: 26px;
}
.chosen-rtl .chosen-choices li {
 float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type=text] {
 direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
 margin: 3px 5px 3px 0;
 padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
 right: auto;
 left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search, .chosen-rtl .chosen-drop {
 left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
 margin: 0 0 4px 4px;
 padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
 padding-right: 15px;
 padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
 border-right: none;
}
.chosen-rtl .chosen-search input[type=text] {
 padding: 4px 5px 4px 20px;
 background: #fff url(chosen-sprite.png) no-repeat -30px -20px;
 background: url(chosen-sprite.png) no-repeat -30px -20px;
 direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
 background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
 background-position: -12px 2px;
}
@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min-resolution:144dpi) {
 .chosen-rtl .chosen-search input[type=text], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type=text], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
  background-image: url(chosen-sprite@2x.png)!important;
  background-size: 52px 37px!important;
  background-repeat: no-repeat!important;
 }
}
.mfp-bg {
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 1042;
 overflow: hidden;
 position: fixed;
 background: #0b0b0b;
 opacity: .8;
 filter: alpha(opacity=80);
}
.mfp-wrap {
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 1043;
 position: fixed;
 outline: none!important;
 -webkit-backface-visibility: hidden;
}
.mfp-container {
 text-align: center;
 position: absolute;
 width: 100%;
 height: 100%;
 left: 0;
 top: 0;
 padding: 0 8px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
.mfp-container:before {
 content: '';
 display: inline-block;
 height: 100%;
 vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
 display: none;
}
.mfp-content {
 position: relative;
 display: inline-block;
 vertical-align: middle;
 margin: 0 auto;
 text-align: left;
 z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
 width: 100%;
 cursor: auto;
}
.mfp-ajax-cur {
 cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
 cursor: -moz-zoom-out;
 cursor: -webkit-zoom-out;
 cursor: zoom-out;
}
.mfp-zoom {
 cursor: pointer;
 cursor: -webkit-zoom-in;
 cursor: -moz-zoom-in;
 cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
 cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
 -webkit-user-select: none;
 -moz-user-select: none;
 user-select: none;
}
.mfp-loading.mfp-figure {
 display: none;
}
.mfp-hide {
 display: none!important;
}
.mfp-preloader {
 color: #ccc;
 position: absolute;
 top: 50%;
 width: auto;
 text-align: center;
 margin-top: -.8em;
 left: 8px;
 right: 8px;
 z-index: 1044;
}
.mfp-preloader a {
 color: #ccc;
}
.mfp-preloader a:hover {
 color: #fff;
}
.mfp-s-ready .mfp-preloader {
 display: none;
}
.mfp-s-error .mfp-content {
 display: none;
}
button.mfp-close, button.mfp-arrow {
 overflow: visible;
 cursor: pointer;
 background: 0 0;
 border: 0;
 -webkit-appearance: none;
 display: block;
 outline: none;
 padding: 0;
 z-index: 1046;
 -webkit-box-shadow: none;
 box-shadow: none;
}
button::-moz-focus-inner {
 padding: 0;
 border: 0;
}
.mfp-close {
 width: 44px;
 height: 44px;
 line-height: 44px;
 position: absolute;
 right: 0;
 top: 0;
 text-decoration: none;
 text-align: center;
 opacity: .65;
 filter: alpha(opacity=65);
 padding: 0 0 18px 10px;
 color: #fff;
 font-style: normal;
 font-size: 28px;
 font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
 opacity: 1;
 filter: alpha(opacity=100);
}
.mfp-close:active {
 top: 1px;
}
.mfp-close-btn-in .mfp-close {
 color: #333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
 color: #fff;
 right: -6px;
 text-align: right;
 padding-right: 6px;
 width: 100%}
.mfp-counter {
 position: absolute;
 top: 0;
 right: 0;
 color: #ccc;
 font-size: 12px;
 line-height: 18px;
 white-space: nowrap;
}
.mfp-arrow {
 position: absolute;
 opacity: .65;
 filter: alpha(opacity=65);
 margin: 0;
 top: 50%;
 margin-top: -55px;
 padding: 0;
 width: 90px;
 height: 110px;
 -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
 margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
 opacity: 1;
 filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
 content: '';
 display: block;
 width: 0;
 height: 0;
 position: absolute;
 left: 0;
 top: 0;
 margin-top: 35px;
 margin-left: 35px;
 border: medium inset transparent;
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
 border-top-width: 13px;
 border-bottom-width: 13px;
 top: 8px;
}
.mfp-arrow:before, .mfp-arrow .mfp-b {
 border-top-width: 21px;
 border-bottom-width: 21px;
 opacity: .7;
}
.mfp-arrow-left {
 left: 0;
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
 border-right: 17px solid #fff;
 margin-left: 31px;
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
 margin-left: 25px;
 border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
 right: 0;
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
 border-left: 17px solid #fff;
 margin-left: 39px;
}
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
 border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
 padding-top: 40px;
 padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
 line-height: 0;
 width: 100%;
 max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
 top: -40px;
}
.mfp-iframe-scaler {
 width: 100%;
 height: 0;
 overflow: hidden;
 padding-top: 56.25%}
.mfp-iframe-scaler iframe {
 position: absolute;
 display: block;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 box-shadow: 0 0 8px rgba(0, 0, 0, .6);
 background: #000;
}
img.mfp-img {
 width: auto;
 max-width: 100%;
 height: auto;
 display: block;
 line-height: 0;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 padding: 40px 0;
 margin: 0 auto;
}
.mfp-figure {
 line-height: 0;
}
.mfp-figure:after {
 content: '';
 position: absolute;
 left: 0;
 top: 40px;
 bottom: 40px;
 display: block;
 right: 0;
 width: auto;
 height: auto;
 z-index: -1;
 box-shadow: 0 0 8px rgba(0, 0, 0, .6);
 background: #444;
}
.mfp-figure small {
 color: #bdbdbd;
 display: block;
 font-size: 12px;
 line-height: 14px;
}
.mfp-figure figure {
 margin: 0;
}
.mfp-bottom-bar {
 margin-top: -36px;
 position: absolute;
 top: 100%;
 left: 0;
 width: 100%;
 cursor: auto;
}
.mfp-title {
 text-align: left;
 line-height: 18px;
 color: #f3f3f3;
 word-wrap: break-word;
 padding-right: 36px;
}
.mfp-image-holder .mfp-content {
 max-width: 100%}
.mfp-gallery .mfp-image-holder .mfp-figure {
 cursor: pointer;
}
@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {
 .mfp-img-mobile .mfp-image-holder {
  padding-left: 0;
  padding-right: 0;
 }
 .mfp-img-mobile img.mfp-img {
  padding: 0;
 }
 .mfp-img-mobile .mfp-figure:after {
  top: 0;
  bottom: 0;
 }
 .mfp-img-mobile .mfp-figure small {
  display: inline;
  margin-left: 5px;
 }
 .mfp-img-mobile .mfp-bottom-bar {
  background: rgba(0, 0, 0, .6);
  bottom: 0;
  margin: 0;
  top: auto;
  padding: 3px 5px;
  position: fixed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
 }
 .mfp-img-mobile .mfp-bottom-bar:empty {
  padding: 0;
 }
 .mfp-img-mobile .mfp-counter {
  right: 5px;
  top: 3px;
 }
 .mfp-img-mobile .mfp-close {
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: rgba(0, 0, 0, .6);
  position: fixed;
  text-align: center;
  padding: 0;
 }
}@media all and (max-width:900px) {
 .mfp-arrow {
  -webkit-transform: scale(.75);
  transform: scale(.75);
 }
 .mfp-arrow-left {
  -webkit-transform-origin: 0;
  transform-origin: 0;
 }
 .mfp-arrow-right {
  -webkit-transform-origin: 100%;
  transform-origin: 100%}
 .mfp-container {
  padding-left: 6px;
  padding-right: 6px;
 }
}.mfp-ie7 .mfp-img {
  padding: 0;
 }
.mfp-ie7 .mfp-bottom-bar {
 width: 600px;
 left: 50%;
 margin-left: -300px;
 margin-top: 5px;
 padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
 padding: 0;
}
.mfp-ie7 .mfp-content {
 padding-top: 44px;
}
.mfp-ie7 .mfp-close {
 top: 0;
 right: 0;
 padding-top: 0;
}
a, a:focus, a:hover {
 outline: 0;
}
a, p a:hover {
 color: #333;
}
a:hover, p a:hover {
 /*text-decoration: underline;*/
}
address, body {
 line-height: 1.7;
}
.nav-main-menu>li>a, .nav-top>li>a {
 display: inline-block;
 font-size: .875em;
}
.center .nav-main-menu, .latest, .multi-slides-right .owl-controls .owl-buttons div, .nav-icons a, span.help-block {
 text-align: center;
}
.ad-item-content .product-cat, .list-bold, .nav-main-left>li>a, .nav-main-menu>li>a, .nav-tabs, .slide-item-caption-info .product-cat, .thumb-item-list .thumb-item-content h3, h1, h2, h3, h4, h5, h6 {
 text-transform: uppercase;
}
body {
 color: #666;
 font-family: Lato;
 font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
 color: #000;
 line-height: 1.4;
 margin: 0 0 20px;
}
h1 {
 font-weight: 300;
/* font-size: 3.2em;*/
font-size: 250%;

}
.nav-top>li>a, h1.heading1, h2, h3, h4, h5, h6 {
 font-weight: 600;
}
h2 {
 font-size: 1.6em;
}
h1.heading1, h3 {
 font-size: 1.2em;
}
h4 {
 font-size: 1em;
}

h1.heading1 .subtext, h3 .subtext {
 color: #aaa;
}
#footer .card-icons a:hover, #footer .footer-copyright p a:hover, #footer .latest-tweets a, #footer a:hover, #footer address a:hover, #footer.footer_bg .card-icons a:hover, #footer.footer_bg .footer-copyright p a:hover, #footer.footer_bg .latest-tweets a, #footer.footer_bg a:hover, #footer.footer_bg address a:hover, .error, .header-top .nav-top>li>a:focus, .header-top .nav-top>li>a:focus .fa, .header-top .nav-top>li>a:hover, .header-top .nav-top>li>a:hover .fa, .header-top .shopping-cart a span span, .list-review a:focus, .list-review a:hover, .menu-column-inner .product-price ins, .nav-icons a:focus, .nav-icons a:hover, .nav-top>li>a:focus .fa, .nav-top>li>a:hover .fa, .product-cat a:hover, .product-subtotal, .summary .product-cat a:focus, .summary .product-cat a:hover, .total .amount, .uk-nav-offcanvas a:focus, .uk-nav-offcanvas a:hover, .uk-nav-sub .active a, .uk-offcanvas .uk-panel .product-price ins, .uk-offcanvas .uk-panel h3 a:focus, .uk-offcanvas .uk-panel h3 a:hover, a:hover, p a {
 color: #dd4e4e;
}
a {
 -webkit-transition: .4s;
 -o-transition: .4s;
 transition: .4s;
}
a:focus {
 color: #000;
 text-decoration: none;
}
.mb20, .registerbox, .summary, .uk-nav-offcanvas>li.uk-open, ol, p, ul {
 margin-bottom: 20px;
}
#footer.footer_bg .footer-copyright p a, #footer.footer_bg address a, #footer.footer_bg h4, .header-top .nav-main-menu>li.active>a, .header-top .nav-main-menu>li.active>a:focus, .header-top .nav-main-menu>li.active>a:hover, .header-top .nav-main-menu>li>a, .nav-top {
 color: #ededed;
}
.nav-top>li {
 border-right: 1px solid rgba(0, 0, 0, .08);
}
.brands .list-brands, .nav-main-menu>li+li, .nav-top>li+li {
 margin-left: 0;
}
.nav-top>li.login, .nav-top>li.shopping-cart {
 border-right: none;
}
.nav-top>li>a {
 border-radius: 0;
 color: #666;
 padding-bottom: 19px;
 padding-top: 19px;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .nav-top>li>a:focus, .nav-top>li>a:hover {
 background-color: transparent;
 color: #dd4e4e;
}
.nav-main-menu .open>a, .nav-main-menu .open>a:focus, .nav-main-menu .open>a:hover, .nav-top .open>a, .nav-top .open>a:focus, .nav-top .open>a:hover {
 background-color: transparent;
 border-color: transparent;
}
.nav-top .search .fa, .nav-top .shopping-cart .fa {
 font-weight: 100;
}
.list-view li:first-child, .nav-top .login .fa, .nav-top .shopping-cart .fa {
 padding-right: 5px;
}
@media (min-width:569px) {
 .nav-top .login, .nav-top>li>a {
  padding-left: 20px;
  padding-right: 20px;
 }
}.container-fluid, .nav-top .login a, .row-fluid>[class^=col-] {
  padding-left: 0;
  padding-right: 0;
 }
.nav-top-left {
 float: left;
}
.nav-top-right {
 /*float: right;*/
 position: relative;
 z-index: 2;
}


.dropdown-menu {
 border: none;
 border-radius: 0;
 -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .15);
 box-shadow: 0 0 5px rgba(0, 0, 0, .15);
 font-size: .9375em;
 margin: 0;
 padding: 10px 0;
}
.menu-row, .nav-search-menu>.dropdown>.dropdown-menu>li+li {
 border-top: 1px solid #ededed;
}
.dropdown-menu ul, .myaccountbox li, ul.side_prd_list, ul.tags, ul.thumbnails {
 list-style: none;
}
.dropdown-menu>li>a, .dropdown>li>a {
 padding-bottom: 6px;
 padding-top: 6px;
}
.dropdown-menu .sub_cat_image {
 padding-bottom: 25px;
}
.mega-menu-content {
 padding: 30px 25px;
}
.mega-menu-content .row {
 margin-left: -10px;
 margin-right: -10px;
}
.menu-column:after {
 border-left: 1px solid #ededed;
 content: "";
 height: 100%;
 position: absolute;
 top: 0;
}
.menu-column .menu-column-inner {
 padding-left: 30px;
}
#product_details .summary, .latest p, .list-header, .mb10, .menu-column .menu-column-inner h4 {
 margin-bottom: 10px;
}
#categorymenu select, .chosen-container-single .chosen-search, .container-random, .dataTables_empty, .menu-column:first-child:after, .nav-search-menu>li>a:after {
 display: none;
}
.menu-column:first-child .menu-column-inner, .second-slides .slide-item-caption-info {
 padding-left: 0;
}
.menu-row {
 padding-top: 30px;
}
.featured-foot>div>.row, .form-search, .nav-icons .shopping-cart, .nav-main-menu, .nav-main-menu>li.megamenu .dropdown-menu .row, .second-slides .slide-item, .slide-item, .storelocation-wrap {
 position: relative;
}
.nav-main-menu>li {
 /*padding-bottom: 14px;*/
}
.nav-main-menu>li>a {
 border-radius: 0;
 color: #000;
 /*font-weight: 600;*/
 /*padding: 5px 15px;*/
 position: relative;
}



.nav-main-menu>li>a:after {
 content: "";
 position: absolute;
 background-color: #dd4e4e;
 bottom: 0;
 height: 3px;
 left: 0;
 opacity: 0;
 margin: 0 auto;
 right: 0;
 top: auto;
 width: 12px;
 -webkit-transform: scaleX(0);
 -ms-transform: scaleX(0);
 -o-transform: scaleX(0);
 transform: scaleX(0);
 -webkit-transition: .4s;
 -o-transition: .4s;
 transition: .4s;
}
.header-top, .header-top .shopping-cart, .nav-main-menu>li>a:focus, .nav-main-menu>li>a:hover {
 background-color: transparent;
}
.nav-main-menu .open>a:after, .nav-main-menu .open>a:focus:after, .nav-main-menu .open>a:hover:after, .nav-main-menu>li.active>a:after, .nav-main-menu>li.active>a:focus:after, .nav-main-menu>li.active>a:hover:after, .nav-main-menu>li>a:focus:after, .nav-main-menu>li>a:hover:after {
 opacity: 1;
 -webkit-transform: scaleX(1);
 -ms-transform: scaleX(1);
 -o-transform: scaleX(1);
 transform: scaleX(1);
}
.nav-main-menu>li.active>a, .nav-main-menu>li.active>a:focus, .nav-main-menu>li.active>a:hover, .nav-tabs>li>a:focus, .nav-tabs>li>a:hover {
 background-color: transparent;
 color: #000;
}
.nav-main-menu>li>.dropdown-menu {
 border-bottom-left-radius: 0;
 border-bottom-right-radius: 0;
}
.nav-main-menu>li.megamenu, .nav-main-menu>li.megamenu .dropdown-menu [class^=col-], .nav-search-menu .dropdown.megamenu, .nav-side-menu {
 position: static;
}
.nav-main-menu>li.megamenu .dropdown-menu {
 width: 100%;
}
.menu-column-inner h3 {
 margin-bottom: 30px;
}
#footer ul, .list-items, .list-review, .list-sort, .list-thumbs-pro, .list-view, .menu-column-inner>ul, .social-icons-share, .uk-nav-offcanvas, .uk-nav-sub, aside ul {
 padding-left: 0;
 list-style: none;
}
.list-items li, .menu-column-inner>ul li, .nav-search-menu .megamenu .mega-menu-content ul li {
 margin-bottom: 5px;
}
.navbar-collapse {
 margin-bottom: 15px;
}
.nav-main.pull-right .megamenu .dropdown-menu {
 left: auto;
 right: 0;
}
.chosen-container-single .chosen-default, .header-top .label, .header-top .search .fa, .header-top .shopping-cart .fa, .header-top .shopping-cart a span {
 color: #666;
}
.header-top .container>.navbar-collapse {
 margin-bottom: 0;
 margin-left: -15px;
 margin-right: -15px;
}
.header-top .nav-main-menu>li {
 padding-top: 14px;
}
.header-top .container {
 border-bottom: 1px solid #ededed;
}
.header-top .nav-top>li {
 border-right: none;
 color: #666;
}
.header-top .nav-top>li>a {
 color: #666;
 padding-bottom: 13px;
 padding-top: 13px;
}
.header-top .text-note {
 font-size: .9375em;
 margin-bottom: 12px;
 margin-top: 12px;
}
.header-top .most-right {
 margin-right: 15px;
}
.header-top .dropdown-menu {
 margin-left: -40px;
}
.header-main .logo {
 margin: 14px 10px 20px;
}
.header-main .navbar-collapse, .list-thumbs-pro .product-price, .second-slides .sequence-canvas .slide-item-caption-info h2, .slide-item-caption-info p, .third-slides .slide-item-caption-info h2 {
 margin-bottom: 0;
}
.header-main .nav-main {
 margin-top: 16px;


}
.nav-main-menu>li>a {
 font-size: 20px;
 font-family: Bebas Neue;
}


.center .nav-main-menu>li {
 display: inline-block;
 float: none;
}
.center .nav-main-menu>li.megamenu .dropdown-menu {
 left: 50%;
 margin-left: -391px;
}
.nav-side-menu>li {
 display: block;
 float: none;
 padding-bottom: 5px;
}
.nav-side-menu>li>a {
 color: #fff;
 display: block;
 font-size: 1em;
 font-weight: 300;
 padding: 0;
 text-transform: none;
}
.nav-side-menu>li>a:after {
 margin: 0;
 right: auto;
}
.contact-info-wrap h2, .nav-side-menu>li.active>a, .nav-side-menu>li.active>a:focus, .nav-side-menu>li.active>a:hover, .promo_block h3, .search-wrapper .close, .second-slides .slide-item-caption-info p, .storelocation-wrap h2 {
 color: #fff;
}
.nav-side-menu>li.megamenu .dropdown-menu {
 left: 100%;
 top: 0;
 width: 532px;
}
.nav-icons {
 list-style: none;
 margin-top: 22px;
 margin-right: 30px;
}
.download-list>tbody>tr>td:first-child div, .list-review li, .list-sort li, .list-view li, .nav-icons li, .social-icons-share li {
 display: inline-block;
}
.nav-icons a {
 /*background-color:#d7d7d780;*/
 border-radius: 50%;
 color: #333;
 display: block;
 height: 50px;
 line-height: 60px;
 width: 50px;
 /* background: #dd4e4e94;*/
/*  border: 1px solid #00000036;*/
 font-size: 30px;
 }
 .nav-icons .shopping-cart span {
  background-color: #dd4e4e;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
 }
 .nav-icons .uk-navbar-toggle {
  float: none;
  padding-top: 0;
 }
 .nav-top-sep .text-note {
  font-weight: 600;
  margin: 0;
 }
 .nav-top-sep>li {
  line-height: .8;
  padding-bottom: 13px;
  padding-top: 13px;
 }
 .nav-top-sep>li+li>a {
  border-left: 1px solid #666;
 }
 .main-content-long:not(.main-content-left), .main-content-long:not(.main-content-right), .nav-top-sep>li>a, input, textarea {
  padding-left: 15px;
  padding-right: 15px;
 }
 .nav-top-sep .helps .dropdown-menu {
  min-width: 120px;
 }
 .nav-top-sep .open>a, .nav-top-sep .open>a:focus, .nav-top-sep .open>a:hover {
  border-left-color: #666;
 }
 .header-top .nav-top-sep>li>a {
  padding-bottom: 0;
  padding-top: 0;
 }
 .search-wrap>.container {
  background-color: #222;
  margin-bottom: 20px;
 }
 .download-list, .form-search .form-group, .nav-search-menu, .nav-searchbar .form-group input {
  width: 100%}
 .nav-search-menu>li {
  float: none;
  padding-bottom: 0;
 }
 .nav-search-menu>li>a {
  border-right: 1px solid rgba(255, 255, 255, .1);
  color: #fff;
  display: block;
  font-size: .9375em;
  font-weight: 600;
  padding: 12px 30px;
 }
 .nav-search-menu>li>a>i {
  margin-right: 12px;
 }
 @media (max-width:991px) {
  .head-justify .navbar-header {
   float: left;
  }
  .nav-search-menu>li>a {
   padding-left: 20px;
   padding-right: 20px;
  }
 }.nav-search-menu .open>a, .nav-search-menu .open>a:focus, .nav-search-menu .open>a:hover {
   border-right-color: rgba(255, 255, 255, .1);
  }
 .nav-search-menu .dropdown-menu {
  z-index: 1001;
 }
 .nav-search-menu .dropdown>.dropdown-menu {
  font-size: .875em;
  min-width: 290px;
  padding-top: 0;
 }
 @media (max-width:991px) {
  .nav-search-menu .dropdown>.dropdown-menu {
   min-width: 0;
  }
 }.nav-search-menu>.dropdown>.dropdown-menu>li>a {
   font-weight: 600;
   padding: 12px 30px 8px;
   position: relative;
   text-transform: uppercase;
  }
 .nav-search-menu>.dropdown>.dropdown-menu>li>a>i {
  margin-right: 4px;
 }
 .nav-search-menu .dropdown-menu .open>a:before, .nav-search-menu>.dropdown>.dropdown-menu>li>a:focus:before, .nav-search-menu>.dropdown>.dropdown-menu>li>a:hover:before {
  border-left: 3px solid #dd4e4e;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
 }
 @media (max-width:991px) {
  .nav-search-menu>.dropdown>.dropdown-menu>li>a {
   padding-left: 20px;
   padding-right: 20px;
  }
 }.nav-search-menu .dropdown-menu>.dropdown .dropdown-menu {
   font-size: 1.076em;
   left: 100%;
   padding-top: 10px;
   top: 0;
  }
 .nav-search-menu .megamenu .dropdown-menu {
  padding-bottom: 0;
  width: 845px;
 }
 @media (max-width:1199px) {
  .nav-search-menu .megamenu .dropdown-menu {
   width: 680px;
  }
 }.nav-search-menu .megamenu .mega-menu-content {
   padding-bottom: 0;
  }
 .nav-search-menu .megamenu .mega-menu-content h3 {
  margin-bottom: 15px;
  text-transform: none;
 }
 .nav-search-menu .megamenu .mega-menu-content ul {
  margin-bottom: 15px;
  padding-left: 0;
  list-style: none;
 }
 .nav-search-menu .megamenu .menu-column .menu-column-inner {
  padding-bottom: 30px;
  position: relative;
 }
 .nav-search-menu .megamenu .menu-column .menu-column-inner .corner-photo {
  bottom: 0;
  position: absolute;
  right: -30px;
 }
 .nav-searchbar {
  background-color: #fff;
  margin: 5px;
 }
 .nav-searchbar [class^=col-]:first-child .form-group {
  position: relative;
  padding-right: 12px;
 }
 .nav-searchbar [class^=col-]:first-child .form-group:after {
  border-right: 1px solid #ddd;
  bottom: 10px;
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
 }
 .nav-searchbar .form-group {
  width: 100%;
  overflow: inherit;
 }
 .nav-searchbar .form-control::-moz-placeholder {
  color: #ccc;
 }
 .nav-searchbar .form-control:-ms-input-placeholder {
  color: #ccc;
 }
 .nav-searchbar .form-control::-webkit-input-placeholder {
  color: #ccc;
 }
 .nav-searchbar .chosen-container .chosen-drop {
  min-width: 220px;
 }
 .nav-searchbar .chosen-container-single .chosen-single {
  height: 40px;
 }
 .nav-searchbar .chosen-container-single .chosen-single span {
  padding-right: 14px;
 }
 .nav-searchbar .chosen-container-active.chosen-with-drop .chosen-single, .nav-searchbar .chosen-container-single .chosen-single, .nav-searchbar .form-control:focus {
  border-color: #fff;
 }
 .nav-searchbar .chosen-container-active.chosen-with-drop .chosen-single div, .nav-searchbar .chosen-container-single .chosen-single div {
  background-color: #fff;
  border-left-color: #fff;
 }
 .nav-searchbar .form-control {
  border-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
 }
 .nav-searchbar .btn-default {
  background-color: #444;
  border-color: #444;
  height: 40px;
  line-height: 1;
  width: 100%}
 .nav-searchbar .btn-default:hover {
  background-color: #000;
  border-color: #000;
 }
 .list-bold {
  font-size: 1.2em;
  font-weight: 600;
 }
 @media (min-width:1024px) {
  .open>.dropdown-menu, .open>.dropdown-menu>.dropdown-submenu>.dropdown-menu {
   animation-name: slidenavAnimation;
   animation-duration: .2s;
   animation-iteration-count: 1;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
   -webkit-animation-name: slidenavAnimation;
   -webkit-animation-duration: .2s;
   -webkit-animation-iteration-count: 1;
   -webkit-animation-timing-function: ease-out;
   -webkit-animation-fill-mode: forwards;
   -moz-animation-name: slidenavAnimation;
   -moz-animation-duration: .2s;
   -moz-animation-iteration-count: 1;
   -moz-animation-timing-function: ease-out;
   -moz-animation-fill-mode: forwards;
  }
  @keyframes slidenavAnimation {
   from {
    margin-top: -10px;
    opacity: 0;
   }
   to {
    margin-top: 0;
    opacity: 1;
   }
  }@-webkit-keyframes slidenavAnimation {
    from {
     margin-top: -10px;
     opacity: 0;
    }
    to {
     margin-top: 0;
     opacity: 1;
    }
   }}#footer {
      color: #999;
      font-size: 15px;
     }
 #footer .container {
  padding-top: 60px;
  padding-bottom: 30px;
 }
 #footer .footer-copyright p a, #footer address a, #footer h4, .summary .product-cat a {
  color: #333;
 }
 #footer a, .list-review a, .product-cat a {
  color: #999;
 }
 #footer p {
  margin-bottom: 12px;
 }
 #footer .card-icons, #footer .social-icons {
  padding-left: 0;
  list-style: none;
  margin-left: 0;
 }
 #footer .card-icons li, #footer .social-icons li {
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
 }
 #footer .tweet-date {
  color: #999;
  display: block;
  margin-top: 8px;
 }
 #footer .latest-tweets a:hover, #footer.footer_bg .latest-tweets a:hover, #footer.footer_bg a {
  color: #777;
 }
 #footer .footer-copyright, .cart-totals td {
  text-align: right;
 }
 #footer .card-icons a {
  color: rgba(0, 0, 0, .5);
  font-size: 1.6em;
 }
 #footer .footer_logo {
  background-image: url(https://www.ezgamer.shop/image/footerlogo.png);
  background-repeat: no-repeat;
  background-position: right;
  height: 165px;
 }
 .social-icons li {
  margin-right: -4px;
 }
 .social-icons a {
  display: block;
  height: 40px;
  line-height: 2.8;
  overflow: hidden;
  text-align: center;
  width: 40px;
  position: relative;
 }
 .social-icons a:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  background-color: #dd4e4e;
  bottom: 0;
  top: auto;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  z-index: 1;
 }
 .sequence-canvas .slide-item-caption-wrap, .sequence-canvas li>.slide-item-banner {
  -webkit-transition-property: right, opacity;
  -moz-transition-property: right, opacity;
  -ms-transition-property: right, opacity;
  -o-transition-property: right, opacity;
 }
 .social-icons a .fa:before, .thumb-act a .fa:before, .thumb-act a span {
  position: relative;
  z-index: 2;
 }
 .social-icons a:hover {
  color: #ededed!important;
 }
 .social-icons a:hover:after, .thumb-act a:focus:after, .thumb-act a:hover:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
 }
 .footer_bg {
  background-color: #222!important;
 }
 #footer.footer_bg {
  background-color: transparent!important;
  color: #777;
 }
 #footer.footer_bg .container {
  background-color: #222;
  padding-left: 30px;
  padding-right: 30px;
 }
 #footer.footer_bg .social-icons a, input[type=checkbox]:checked+label::before {
  background-color: #333;
 }
 #footer.footer_bg .card-icons a, .ad-item-content h3 a:focus, .ad-item-content h3 a:hover {
  color: rgba(255, 255, 255, .5);
 }
 .divider {
  background-color: #dd4e4e;
  display: block;
  height: 2px;
  margin: 15px auto;
  width: 60px;
 }
 .align-left, .row-fluid {
  margin-left: 0;
  margin-right: 0;
 }




 .btn {
  border-color: #fff;
  border-radius: 0;
  font-weight: 600;
  padding: 9px 15px;
 }
 .btn-group-xs>.btn, .btn-xs {
  padding: 1px 5px;
 }
 .btn-active, .btn-default:hover, .btn-orange, .btn-primary, .btn-primary:visited, .owl-theme .owl-controls .owl-buttons div:hover, .sequence-next:hover, .sequence-prev:hover {
  background-color: #dd4e4e;
  border-color: #dd4e4e;
  color: #fff;
 }
 .btn-dark:hover, .btn-default, .btn-lightdark:hover, .btn-orange:hover, .btn-primary:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
 }
 .btn-dark {
  background-color: #222;
  border-color: #222;
  color: #fff;
 }
 .btn-grey:hover, .btn-lightdark {
  background-color: #333;
  border-color: #333;
  color: #fff;
 }
 .btn-red {
  background-color: #dd4e4e;
  color: #fff;
 }
 .btn-red:hover {
  background-color: #000;
  color: #fff;
 }
 .btn-grey {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #333;
 }
 .btn-group-sm>.btn, .btn-sm {
  line-height: 1.1;
  padding: 5px 10px;
 }
 .btn-group-lg>.btn, .btn-lg {
  line-height: 1.4;
  padding: 14px 20px;
 }
 .btn.button-in-search {
  line-height: 1.5;
 }




 .icon-circle {
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 1.6em;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  width: 50px;
 }
 blockquote {
  font-size: 1.2em;
  margin-bottom: 25px;
  padding-bottom: 0;
  padding-top: 0;
 }
 blockquote .small:before, blockquote footer:before, blockquote small:before {
  content: ""}
 .top-tall .container {
  padding-top: 35px;
 }
 .push-left {
  margin-left: 177px;
 }
 label {
  font-weight: 300;
 }
 button, input, textarea {
  border: 1px solid #ededed;
 }
 .alert, .chosen-container-single .chosen-drop, .form-control, .pagination {
  border-radius: 0;
 }
 input[type=checkbox]+label, input[type=radio]+label {
  -moz-user-select: none;
  line-height: 1.2;
  padding-left: 30px;
  position: relative;
 }
 input[type=checkbox]+label:before, input[type=radio]+label:before {
  background-color: #ededed;
  content: "";
  display: block;
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  width: 18px;
 }
 .form-control {
  background-color: #fff;
  border-color: #ededed;
  box-shadow: none;
  height: 40px;
 }
 .form-control:focus {
  border-color: #333;
  box-shadow: none;
 }
 .input-mini {
  height: 30px;
  font-size: 12px;
 }
 textarea.form-control {
  resize: none;
 }
 .chosen-select {
  height: 38px;
  padding: 0 10px;
  width: 100%}
 .chosen-container {
  font-size: 1em;
  width: 100%!important;
 }
 .chosen-container .chosen-drop {
  background-color: #ececec;
  border-color: #ededed;
  box-shadow: none;
 }
 .chosen-container .chosen-results {
  margin: 0;
  padding: 0;
 }
 .chosen-container .chosen-results li {
  padding: 8px 15px;
  white-space: nowrap;
 }
 .chosen-container .chosen-results li.highlighted {
  background-color: #222;
  background-image: none;
 }
 .chosen-container .chosen-results li.active-result, .download-list-attributes small, .parallax .container:after, .uk-offcanvas.uk-active {
  display: block;
 }
 .chosen-container-single .chosen-single {
  background: #fff;
  border-color: #ededed;
  border-radius: 0;
  box-shadow: none;
  color: #666;
  height: 38px;
  line-height: 2.7;
  padding: 0 0 0 15px;
 }
 .chosen-container-single .chosen-single span {
  margin-right: 0;
  padding-right: 34px;
 }
 .chosen-container-multi .chosen-choices li.search-choice .search-choice-close, .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b {
  background-image: url("../images/chosen-sprite.png");
 }
 .chosen-container-single .chosen-single div {
  background-color: #ececec;
  border-left: 1px solid #ededed;
  right: 0;
  width: 16px;
 }
 .chosen-container-active.chosen-with-drop .chosen-single {
  background-image: none;
  border-color: #ededed;
  box-shadow: none;
 }
 .chosen-container-active.chosen-with-drop .chosen-single div {
  background-color: #ececec;
  border-left: 1px solid #ededed;
 }
 .form-newsletter .form-control {
  background-color: #fff;
  width: 270px;
 }
 .form-search .form-control {
  background: 0 0;
  border-color: transparent transparent #fff;
  height: 50px;
  padding-left: 0;
  width: 100%}
 .form-search .btn {
  border-bottom: 1px solid #fff;
  border-left: none;
  height: 50px;
  margin-left: -1px;
  position: absolute;
  right: 0;
  top: 0;
 }
 .form-search .btn:focus, .form-search .btn:hover {
  background-color: transparent;
  color: #dd4e4e;
  border-color: transparent;
 }
 .search-wrapper {
  background-color: #000;
  color: #fff;
  padding-top: 10%}
 .search-wrapper .modal-content {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
 }
 #search-category li {
  padding-left: 5px;
 }
 #search-category li:hover {
  background-color: #f6f6f6;
 }
 #search-category a {
  cursor: pointer;
 }
 .featured-cat .container {
  padding-bottom: 56px;
 }
 .latest .container {
  padding-bottom: 43px;
  padding-left: 30px;
  padding-right: 30px;
 }
 .contact-info-wrap address, .contact-info-wrap h2, .contact-info-wrap p, .latest h2, .storelocation-wrap address, .storelocation-wrap h2, .storelocation-wrap p {
  margin-bottom: 8px;
 }
 .latest .thumb-item {
  text-align: left;
 }
 .banner .container, .product-tab .container {
  padding-left: 20px;
  padding-right: 20px;
 }
 .banner .container {
  padding-bottom: 35px;
 }
 .product-tab .container {
  padding-bottom: 10px;
 }
 #product_details .input-group-addon {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-color: #ededed;
 }
 #product_desc .tab-content {
  padding: 10px;
 }
 .highlight-thumbs .container {
  padding: 34px 30px 30px;
 }
 .owl-theme .owl-controls .owl-buttons div {
  background: 0 0;
  border: 1px solid #000;
  border-radius: 50%;
  color: #000;
  font-size: 1.6em;
  height: 32px;
  line-height: .9;
  opacity: 1;
  padding: 0;
  text-align: center;
  width: 32px;
 }
 .multi-slides .owl-controls .owl-buttons div.owl-next, .owl-theme .owl-controls .owl-buttons div.owl-next {
  padding-left: 2px;
 }
 .owl-theme .owl-controls .owl-page span {
  background: 0 0;
  border: 1px solid #000;
 }
 .slide-item-caption-wrap {
  bottom: 0;
  height: 100%;
  position: absolute;
  text-align: center;
  right: 0;
  width: 100%}
 .ad-item-content, .slide-item-caption-cont {
  display: table;
  height: 100%;
  width: 100%}
 .slide-item-caption-info {
  vertical-align: middle;
  padding-left: 0;
  background: #0000005e;
  width: fit-content;
  display: block;
  margin-top: 50px;
 }
 .slide-item-caption-info h1 {
  margin-bottom: 37px;
 }
 .slide-item-caption-info .product-cat {
  color: #000;
  font-size: .9375em;
  font-weight: 400;
 }
 .slide-item-caption-info .btn {
  min-width: 130px;
 }
 .slide-item-caption-info .btn+.btn {
  margin-left: 8px;
 }
 .multi-slides {
  margin-top: 42px;
 }
 .multi-slides .owl-controls {
  left: 0;
  margin-top: 0;
  padding: 0 10px;
  position: absolute;
  top: -47px;
  width: 100%}
 .multi-slides .owl-controls .owl-buttons div {
  font-size: 1.1em;
  height: 19px;
  opacity: 1;
  width: 19px;
 }
 .multi-slides-right {
  margin-top: 23px;
 }
 .multi-slides-right .owl-controls {
  left: auto;
  right: 0;
  text-align: right;
  top: -98px;
  width: auto;
 }
 @media (max-width:991px) {
  .nav-search-menu .megamenu .dropdown-menu {
   width: 560px;
  }
  .nav-search-menu .megamenu .menu-column .menu-column-inner .corner-photo {
   height: auto;
   max-width: 160px;
  }
  #categorymenu nav.nav-main {
   display: none;
   width: auto;
   float: none;
  }
  #categorymenu select {
   display: inline-block;
   height: auto;
   width: 100%;
   float: none;
  }
  #categorymenu select option {
   padding-left: 25px;
  }
  #categorymenu {
   background: 0 0;
   margin: 5px 0;
  }
  .header-top .nav-top-left .search {
   border-left: 1px solid rgba(255, 255, 255, .08);
   margin-left: 20px;
  }
  .flat-top .nav-top-left>li.menu-icon {
   border-right: 1px solid rgba(0, 0, 0, .08);
  }
  .navbar-header {
   float: none;
  }
  .navbar-header .uk-navbar-toggle {
   color: #666;
   padding-top: 44px;
  }
  .clear-left {
   clear: left;
  }
  .first-slides .slide-item-caption-info {
   padding-left: 55%}
  .first-slides .slide-item-caption-info h1 {
   font-size: 2em;
  }
  .first-slides .slide-item-caption-info .btn {
   font-size: .875em;
   min-width: 0;
   padding: 5px 10px;
  }
  .second-slides .owl-pagination {
   bottom: 10px;
  }
 }.second-slides .slide-item:after {
   content: "";
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
   background-color: rgba(0, 0, 0, .3);
   z-index: 2;
  }
 .second-slides .slide-item-caption-wrap {
  z-index: 3;
 }
 .second-slides .slide-item-caption-info h1 {
  color: #dd4e4e;
  font-size: 4.8em;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  padding-top: 10px;
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 1);
 }
 .second-slides .slide-item-caption-info h2 {
  color: #fff;
  font-size: 2.4em;
  font-weight: 200;
  margin-bottom: 38px;
 }
 .third-slides .slide-item-caption-info {
  padding-left: 30px;
  padding-right: 55%}
 .blk-thmbs-pro .multi-slides-right .owl-controls {
  padding: 0;
  top: -48px;
 }
 .blk-thmbs-pro .multi-slides-right .owl-controls .owl-buttons div {
  line-height: .8;
  margin: 0;
  padding-right: 2px;
 }
 .blk-thmbs-pro .multi-slides-right .owl-controls .owl-buttons div i {
  line-height: .9;
 }
 .blk-thmbs-pro .multi-slides-right .owl-controls .owl-buttons .owl-next, .ml10 {
  margin-left: 10px;
 }
 #sequence {
  background-color: #868e97;
  background: -webkit-gradient(radial, center center, 0, center center, 460, from(#c7cbd0), to(#868e97));
  background: -webkit-radial-gradient(circle, #c7cbd0, #868e97);
  background: -moz-radial-gradient(circle, #c7cbd0, #868e97);
  background: -ms-radial-gradient(circle, #c7cbd0, #868e97);
  color: #fff;
  height: 620px;
  position: relative;
  overflow: hidden;
  width: 100%}
 .sequence-canvas {
  height: 100%;
  list-style: none;
  margin: 0;
  padding-left: 0;
  width: 100%}
 .sequence-canvas>li {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
 }
 .sequence-canvas li>.slide-item-banner {
  position: absolute;
  transition-property: right, opacity;
 }
 .sequence-next, .sequence-prev {
  border: 2px solid #999;
  border-radius: 50%;
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-size: 1.9em;
  height: 32px;
  line-height: .9;
  margin-top: -16px;
  opacity: 1;
  text-align: center;
  top: 50%;
  width: 32px;
  z-index: 1000;
 }
 .sequence-pause {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  z-index: 1000;
 }
 .sequence-paused {
  opacity: .3;
 }
 .sequence-prev {
  left: 3%}
 .sequence-next {
  right: 3%}
 #sequence-preloader {
  background: #dd4e4e;
 }
 .sequence-pagination {
  bottom: 1%;
  display: none;
  left: 0;
  margin: 0;
  padding-left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 10;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -ms-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
 }
 .sequence-pagination li {
  border: 1px solid #999;
  border-radius: 50%;
  display: inline-block;
  height: 12px;
  opacity: .6;
  margin: 4px;
  width: 12px;
 }
 .sequence-pagination .current {
  opacity: 1;
  border: 1px solid #ccc;
 }
 .sequence-next, .sequence-prev {
  position: absolute;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
 }
 .sequence-canvas .slide-item-caption-wrap {
  opacity: 0;
  right: 30%;
  text-align: center;
  width: 35%;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -ms-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  transition-property: right, opacity;
 }
 .sequence-canvas .animate-in .slide-item-caption-wrap {
  opacity: 1;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  right: 55%}
 .sequence-canvas .animate-out .slide-item-caption-wrap {
  opacity: 0;
  right: 30%;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -ms-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
 }
 .sequence-canvas .slide-item-caption-wrap.left {
  right: 30%;
  width: 35%;
  -webkit-transition-property: right, opacity;
  -moz-transition-property: right, opacity;
  -ms-transition-property: right, opacity;
  -o-transition-property: right, opacity;
  transition-property: right, opacity;
 }
 .sequence-canvas .animate-in .slide-item-caption-wrap.left {
  right: 55%}
 .sequence-canvas .animate-out .slide-item-caption-wrap.left {
  right: 30%}
 .sequence-canvas .slide-item-caption-wrap.right {
  left: 30%;
  width: 35%;
  -webkit-transition-property: left, opacity;
  -moz-transition-property: left, opacity;
  -ms-transition-property: left, opacity;
  -o-transition-property: left, opacity;
  transition-property: left, opacity;
 }
 .sequence-canvas .animate-in .slide-item-caption-wrap.right {
  left: 55%}
 .sequence-canvas .animate-out .slide-item-caption-wrap.right {
  left: 30%}
 .slide-item-banner {
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
  opacity: 0;
 }
 .animate-in .slide-item-banner {
  right: 15%;
  opacity: 1;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
 }
 .animate-out .slide-item-banner {
  right: 15%;
  opacity: 0;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -ms-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
 }
 @media (max-width:991px) {
  .third-slides .slide-item-caption-info {
   padding-right: 45%}
  .third-slides .slide-item-caption-info h1 {
   font-size: 2.4em;
  }
  .third-slides .slide-item-caption-info h2 {
   font-size: 1.6em;
  }
  #sequence {
   height: 400px;
  }
  .slide-item-banner {
   min-width: 991px;
  }
 }.flexslider {
   border: none;
   border-radius: 0;
   -webkit-box-shadow: none;
   box-shadow: none;
   margin: 0 0 30px;
  }
 .flex-control-thumbs {
  margin: 10px 0 0 -6px;
  width: auto;
 }
 .flex-control-thumbs li img {
  padding-left: 6px;
 }
 @media (min-width:1200px) {
  .flexslider-sidenav .flex-viewport {
   width: 85%}
  .contact .text-center {
   padding-left: 100px;
   padding-right: 100px;
  }
 }@media (max-width:1199px) {
  .flexslider-sidenav .flex-viewport {
   width: 80%}
 }@media (max-width:991px) {
  .flexslider-sidenav .flex-viewport {
   width: 87%}
 }@media (max-width:640px) {
  .nav-top-sep {
   float: none;
  }
  .nav-top-sep>li:first-child>a {
  /* padding-left: 0;*/
 }
 .nav-search-menu>li>a {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
 }
 .nav-search-menu>li>a>i {
  margin-right: 0;
 }
 .nav-search-menu>.dropdown>.dropdown-menu>li>a {
  padding-left: 10px;
  padding-right: 10px;
 }
 .nav-searchbar .form-group {
  margin-bottom: 0;
 }
 .nav-top .langs span, .nav-top .login span {
  display: none;
 }
 .container>.navbar-header {
  margin-left: 0;
  margin-right: 0;
 }
 .first-slides .slide-item-caption-info h1 {
  font-size: 1.6em;
  margin-bottom: 15px;
 }
 .second-slides .slide-item-caption-info h1 {
  font-size: 3.2em;
 }
 .second-slides .slide-item-caption-info h2 {
  font-size: 1.6em;
  margin-bottom: 25px;
 }
 #sequence {
  height: 300px;
 }
 .slide-item-banner {
  min-width: 640px;
 }
 .flexslider-sidenav .flex-viewport {
  width: 85%}
}@media (max-width:568px) {
 .nav-top .login, .nav-top>li>a {
  padding-left: 10px;
  padding-right: 10px;
 }
 .flexslider-sidenav .flex-viewport {
  width: 83%}
}.flexslider-sidenav .flex-control-thumbs {
  bottom: auto;
  margin: 0;
  padding-left: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
 }
.flexslider-sidenav .flex-control-thumbs li {
 float: none;
 width: 100%}
.flexslider-sidenav .flex-control-thumbs li img {
 padding-bottom: 2px;
 padding-left: 0;
}
@media (max-width:480px) {
 .nav-top-sep .text-note {
  display: none;
 }
 .first-slides .slide-item-caption-info .divider {
  margin-top: 10px;
 }
 #sequence {
  height: 250px;
 }
 .sequence-canvas .slide-item-caption-wrap {
  width: 50%}
 .sequence-canvas .animate-in .slide-item-caption-wrap {
  right: 40%}
 .slide-item-banner {
  min-width: 480px;
 }
 .flexslider-sidenav .flex-viewport {
  width: 84%}
 .flexslider-sidenav .flex-control-thumbs {
  width: 60px;
 }
 .flexslider-sidenav .flex-control-thumbs li img {
  padding-bottom: 0;
 }
}@media (max-width:320px) {
 .header-top .text-note {
  display: none;
 }
 .flexslider-sidenav .flex-control-thumbs {
  width: 45px;
 }
}.nav-tabs>li>a {
  border-radius: 0;
  color: #aaa;
 }
.blk-highlight a:focus, .blk-highlight a:hover, .blk-list a:focus, .blk-list a:hover, .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
 color: #000;
}
.parallax .container, .parallax2 .container {
 background-position: 50% 50%;
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-size: cover;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 padding: 50px 0;
 position: relative;
 width: 100%}
.parallax .container h3 {
 color: #fff;
 margin-bottom: 7px;
}
.parallax .container p {
 margin-bottom: 23px;
}
.parallax .container .text-center {
 color: #999;
 position: relative;
 z-index: 2;
}
@media (min-width:992px) {
 .parallax .container .text-center {
  padding: 0 28%}
 .intro-content {
  padding-left: 170px;
  padding-right: 170px;
 }
}.parallax .container .storelocation-wrap {
  padding: 50px 0;
 }
@media (min-width:641px) {
 .nav-top .langs .fa-globe {
  display: none;
 }
 .parallax .container .storelocation-wrap {
  margin-bottom: 70px;
  margin-top: 70px;
 }
}.parallax .container .storelocation-wrap:after {
  background-color: rgba(0, 0, 0, .9);
 }
.promo_section {
 padding: 10px 0 25px;
 border: 1px solid #ddd;
 margin: 0 auto 10px;
 width: auto;
}
.promo_block {
 overflow: hidden;
 color: #fff;
}
.promo_block .text-center {
 padding: 5px!important;
}
.promo_block i {
 font-size: 60px;
 padding: 10px 0;
 color: #dd4e4e;
}
.contact-info, .storelocation {
 color: #fff;
 text-align: center;
}
.equal-height {
 height: 100%;
 min-height: 290px;
}
.contact-info-wrap, .storelocation-wrap {
 padding-bottom: 30px;
 padding-top: 55px;
}
.storelocation-wrap:after {
 content: "";
 height: 100%;
 left: 0;
 position: absolute;
 top: 0;
 width: 100%;
 background-color: rgba(221, 78, 78, .9);
}
.storelocation-wrap .storelocation {
 position: relative;
 z-index: 1;
}
.contact-info .btn, .contact-info .form-group {
 margin-left: auto;
 margin-right: auto;
 width: 200px;
}
.contact-info-wrap {
 background-color: #1abc9c;
 color: #fff;
 text-align: center;
}
.contact-info .form-control::-moz-placeholder {
 color: #fff;
}
.contact-info .form-control:-ms-input-placeholder {
 color: #fff;
}
.contact-info .form-control::-webkit-input-placeholder {
 color: #fff;
}
.contact-info .form-control:focus {
 border-color: transparent transparent #dd4e4e;
}
.contact-info .btn {
 background-color: rgba(0, 0, 0, .2);
 border-color: transparent;
}
.list-brands {
 padding-left: 0;
 list-style: none;
 margin-left: -5px;
}
.brands {
 border-top: 1px solid #ededed;
 margin-bottom: 50px;
 padding-top: 22px;
}
.brands .list-brands .brand {
 border: 1px solid #ededed;
 margin: 0 4px;
}
.brands .list-brands img {
 max-height: 70px;
 max-width: 160px;
}
.brands .multi-slides-right {
 margin-top: 6px;
}
.brands .multi-slides-right .owl-controls {
 top: -75px;
}
@media (max-width:1199px) {
 .brands {
  margin-bottom: 42px;
 }
 .brands .list-brands .brand {
  margin-bottom: 8px;
 }
}.ad-item-content-wrap {
  background-color: #222;
  color: #fff;
  height: 100%;
  text-align: center;
  top: 0;
  z-index: 1;
 }
.ad-item-content p {
 margin: 0;
}
.ad-item-content p a {
 border-bottom: 1px solid rgba(255, 255, 255, .5);
 color: rgba(255, 255, 255, .5);
}
.ad-item-content p a:focus, .ad-item-content p a:hover {
 border-bottom-color: #fff;
 color: #fff;
}
.ad-item-content .product-cat {
 font-size: .875em;
 margin-bottom: 7px;
}
@media (max-width:640px) and (min-width:569px) {
 .ad-item-content h3 {
  margin-bottom: 10px;
 }
}@media (max-width:640px) and (min-width:361px) {
 .ad-item-content h3 {
  font-size: 1em;
 }
}.ad-item-content h3 a, .alertify-notifier .ajs-message.ajs-error, .blk-highlight a, .blk-highlight h3, .blk-list a, .blk-list h3, .uk-offcanvas .uk-panel a, .uk-offcanvas .uk-panel h3 {
  color: #fff;
 }
.product-price .price .oneprice, .product-price .price .pricenew {
 line-height: 30px;
 color: #5e626b;
 font-weight: 700;
}
@media (max-width:568px) and (min-width:361px) {
 .ad-item-content h3 {
  margin-bottom: 0;
 }
 .ad-item-content p:not(.product-cat) {
  display: none;
 }
}.ad-item-content-inner {
  display: table-cell;
  padding: 0 35px;
  vertical-align: middle;
 }
.body, .list-group-item, .thumb-item {
 overflow: hidden;
}
.masonry-item {
 min-height: 300px;
 display: inline-flex;
 flex-wrap: wrap;
}
.btn-detail {
 display: block;
 position: relative;
}
.btn-detail span {
 display: inline;
 -webkit-transition: .5s cubic-bezier(.25,  .1,  .25,  1);
 -moz-transition: .5s cubic-bezier(.25,  .1,  .25,  1);
 -o-transition: .5s cubic-bezier(.25,  .1,  .25,  1);
 transition: .5s cubic-bezier(.25,  .1,  .25,  1);
 -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
 -moz-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
 -o-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
 transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
.thumb-act, .thumb-act a:after {
 -webkit-transition: .2s ease-in-out;
 -o-transition: .2s ease-in-out;
}



.btn-detail span:not(:first-child) {
 display: inline;
 height: 100%;
 left: 0;
 position: absolute;
 top: 0;
 width: 100%;
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
}
.thumb-act {
 transition: .2s ease-in-out;
}
.thumb-act .nostock, .thumb-act a {
 background-color: #777;
 color: #fff;
 display: inline-block;
 height: 40px;
 line-height: 40px;
 overflow: hidden;
 text-align: center;
 position: relative;
}
.thumb-act a:after {
 content: "";
 height: 100%;
 left: 0;
 position: absolute;
 width: 100%;
 background-color: #000;
 bottom: 0;
 top: auto;
 transition: .2s ease-in-out;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
 z-index: 1;
}
.thumb-act a:focus:before, .thumb-act a:hover:before {
 height: 0;
}
.thumb-act .fa {
 font-size: .9375em;
}
.thumb-item-img {
 margin-bottom: 17px;
 overflow: hidden;
 position: relative;
 width: min-content;
}
.thumb-item-img .thumb-act {
 display: block;
 position: absolute;
 right: 0;
 -webkit-transition: .2s ease-in-out;
 -o-transition: .2s ease-in-out;
 transition: .2s ease-in-out;
 top: 0;
 width: 40px;
}
@media (min-width:480px) {
 .thumb-item: hover .btn-detail span:first-child {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
 }
 .thumb-item:hover .btn-detail span:not(:first-child) {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
 }
 .thumb-item-img .thumb-act {
  opacity: 0;
 }
 .thumb-item:hover .thumb-item-img .thumb-act {
  opacity: 1;
 }
}.thumb-item-img .thumb-act a {
  display: block;
  width: 100%}
.thumb-item-content h3 {
 font-size: 1em;
 font-weight: 500;
 margin-bottom: 8px;
 text-transform: none;
 min-height: 40px;
}
.product-cat {
 margin-bottom: 7px;
}
.product-price {
 font-weight: 700;
 padding: 0 10px;
}
.product-price ins {
 font-size: 16px;
 color: #000;
 text-decoration: none;
}
.list-view a, .social-icons-share a {
 font-size: .9375em;
 display: inline-block;
}
.product-price .price .oneprice {
 vertical-align: middle;
}
.product-price .price .priceold, .productpageoldprice {
 font-size: 14px;
 text-decoration: line-through;
 color: #96979d;
}
.review-rating {
 top: 5px;
 font-size: .8125em;
 height: 1.2em;
 line-height: 1em;
 overflow: hidden;
 position: relative;
 width: 5.4em;
}
.scroll-to-top, li.login .sub_menu li {
 line-height: .8;
 display: block;
}
.review-rating:before {
 color: #ccc;
 content: "\f006\f006\f006\f006\f006";
 font-family: FontAwesome;
 float: left;
 left: 0;
 letter-spacing: 2px;
 position: absolute;
 top: 0;
}
.review-rating span {
 float: left;
 left: 0;
 overflow: hidden;
 padding-top: 1.5em;
 position: absolute;
 top: 0;
 width: 100%}
.review-rating span:before {
 color: #f9ac20;
 font-family: FontAwesome;
 left: 0;
 letter-spacing: 2px;
 position: absolute;
 top: 0;
}
.review-rating span.rating_5:before {
 content: "\f005\f005\f005\f005\f005"}
.review-rating span.rating_4:before {
 content: "\f005\f005\f005\f005\f006"}
.review-rating span.rating_3:before {
 content: "\f005\f005\f005\f006\f006"}
.review-rating span.rating_2:before {
 content: "\f005\f005\f006\f006\f006"}
.review-rating span.rating_1:before {
 content: "\f005\f006\f006\f006\f006"}
.list-thumbs-pro .product {
 margin-bottom: 0;
 overflow: hidden;
}
.list-thumbs-pro .product+.product {
 border-top: 1px solid rgba(0, 0, 0, .092);
 margin-top: 20px;
 padding-top: 20px;
}
.list-thumbs-pro .thumb-item-img {
 float: left;
 margin-bottom: 0;
}
.list-thumbs-pro .thumb-item-content {
 padding: 0 0 0 95px;
}
.list-thumbs-pro .thumb-item-content h3 {
 margin-bottom: 3px;
}
.list-thumbs-pro .review-rating {
 margin-bottom: 6px;
}
.cart-subtotals {
 border-top: 1px dotted rgba(0, 0, 0, .092);
 margin-top: 20px;
 padding-top: 20px;
 text-transform: uppercase;
}
.list-view a {
 border: 1px solid transparent;
 color: #999;
 padding: 6px 10px;
}
.list-view .active a, .list-view a:focus, .list-view a:hover {
 border-color: #ededed;
 color: #000;
}
.list-sort>li label {
 line-height: 2.5;
 margin-bottom: 0;
}
.list-sort>li+li {
 margin-left: 17px;
}
.thumb-item-list+.thumb-item-list {
 border-top: 1px solid #ededed;
 margin-top: 23px;
 padding-top: 40px;
}
.thumb-act-more .nostock, .thumb-act-more a {
 margin-right: -4px;
 padding-left: 13px;
 padding-right: 13px;
 text-transform: uppercase;
}
.thumb-act-more .btn-cart {
 background-color: #dd4e4e;
 color: #fff;
 min-width: 145px;
}
.thumb-act-more .btn-cart .fa {
 margin-right: 5px;
}
.thumb-act-more .nostock {
 background-color: #999;
 min-width: 145px;
}
.list-review {
 margin: 0;
 color: #999;
}
.list-review .btn-add-review {
 border-left: 1px solid #999;
 line-height: 1;
 margin-left: 10px;
 padding-left: 10px;
}
.list-review .review-rating {
 margin: 0 15px 3px 0;
}
.summary .product-cat {
 margin-bottom: 27px;
}
.social-icons-share a {
 padding: 0 10px;
}
.social-icons-share label {
 font-weight: 500;
 text-transform: uppercase;
}
.related {
 border-top: 1px solid #ededed;
 margin-bottom: 50px;
 padding-top: 43px;
}
.quickview-wrapper {
 background: rgba(0, 0, 0, .1);
}
.quickview-wrapper button.close {
 height: 30px;
 line-height: .4;
 margin: 10px 10px 0 0;
 width: 30px;
 font-size: 1.8em;
}
.quickview-wrapper .modal-content {
 box-shadow: none;
 border: none;
 border-radius: 0;
 background: #fff;
}
.product-detail {
 padding: 40px 40px 0;
}
.quantity {
 display: inline-block;
 text-align: center;
}
.quantity input {
 background: #f5f5f5;
 border: none;
 float: left;
 height: 50px;
 text-align: center;
}
.quantity .qty {
 width: 50px;
}
.quantity .minus {
 margin-right: 1px;
}
.quantity .plus {
 margin-left: 1px;
}
@media (max-width:767px) {
 #header .container {
  padding-left: 15px;
  padding-right: 15px;
 }
 #footer .container {
  padding-left: 30px;
  padding-right: 30px;
 }
 .quantity .minus, .quantity .plus {
  display: none;
 }
}.cart-totals {
  margin-bottom: 15px;
  width: 100%}
.cart-totals th {
 font-weight: 400;
}
.cart-totals td, .cart-totals th {
 border-top: 1px solid #ededed;
 padding: 14px 0;
 vertical-align: top;
}
.cart-totals tr:first-child td, .cart-totals tr:first-child th {
 border-top: none;
}
.cart-totals .cart-subtotal:first-child td, .cart-totals .cart-subtotal:first-child th {
 padding-top: 0;
}
.container {
 padding-left: 0;
 padding-right: 0;
 width: 100%}
@media (min-width:1920px) {
 .container {
  width: 1920px;
 }
}.main .container {
  background-color: #fff;
 }
.main-content {
 /*padding-top: 30px;*/

 padding-bottom: 10px;
 margin-bottom: 20px;
 
}

.container{
/*
width: 98%!important;
margin: 0 auto!important;
*/
}

.main-content-long {
 padding-left: 45px;
 padding-right: 45px;
}
.main-content-left {
 padding-left: 30px;
 padding-right: 20px;
}
.main-content-right {
 padding-left: 20px;
 padding-right: 30px;
}
.not-front .main:not(.with-sidebar) .main-content-wrap>.container {
 padding-left: 30px;
 padding-right: 30px;
}
.cart-info {
 padding-bottom: 15px;
}
.intro-content {
 padding-bottom: 88px;
 padding-top: 88px;
 text-align: center;
}
@media (max-width:991px) {
 .parallax .container {
  background-attachment: scroll!important;
  background-position: 50% 50%!important;
 }
 .parallax .container .text-center {
  padding: 0 8%}
 .ad-item-content-inner {
  padding-left: 5px;
  padding-right: 5px;
 }
 .thumb-item-img .thumb-act-first {
  width: 30px;
 }
 .thumb-item-img .thumb-act-first a {
  height: 30px;
  line-height: 30px;
 }
 .review-rating.pull-right {
  float: none!important;
  margin-bottom: 12px;
 }
 .quantity input {
  padding-left: 2px;
  padding-right: 2px;
 }
 .intro-content {
  padding-left: 50px;
  padding-right: 50px;
 }
 .uk-navbar-toggle {
  color: #fff;
  float: left;
  padding-top: 18px;
 }
 .uk-navbar-toggle:focus, .uk-navbar-toggle:hover {
  color: #dd4e4e;
 }
}@media (max-width:480px) {
 .list-sort>li label {
  display: none;
 }
 .list-sort>li+li {
  margin-left: 0;
 }
 .list-sort>li+li+li {
  margin-left: 17px;
 }
 .list-sort, .list-view {
  float: none!important;
  overflow: hidden;
 }
 .intro-content {
  padding: 30px;
 }
}.dash-tile-dark, .dash-tile-oil, .featured-fea .container {
  background-color: #222;
 }
@media (max-width:480px) and (min-width:361px) {
 .featured-fea .container [class*=col-xs-6] {
  float: none;
  width: 100%}
 .featured-fea .container [class*=col-xs-3] {
  width: 50%}
}.border-left-top+.border-left-top {
  border-left: 1px solid rgba(255, 255, 255, .1);
  border-top: 1px solid rgba(255, 255, 255, .1);
 }
.pagination-wrap {
 border-top: 1px solid #ededed;
 margin: 15px 0 30px;
}
.pagination-wrap p {
 line-height: 1.42857;
 margin: 14px 0;
}
.pagination>li>a, .pagination>li>span {
 background-color: transparent;
 border: none;
 color: #999;
 padding: 15px 10px;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
 background-color: transparent;
 color: #333;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
 border-bottom-left-radius: 0;
 border-top-left-radius: 0;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
 border-bottom-right-radius: 0;
 border-top-right-radius: 0;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
 background-color: transparent;
 border-color: transparent;
 border-top: 1px solid #333;
 color: #333;
}
.pagination-left span {
 display: inline-block;
 padding: 10px 10px 0 5px;
}
.contact .text-center {
 padding-bottom: 20px;
}
@media (max-width:360px) {
 .nav-icons {
  padding-right: 5px;
  margin-top: 5px;
 }
 .nav-icons>li {
  padding-left: 0;
  padding-right: 0;
 }
 .nav-search-menu>li>a {
  padding-left: 20px;
  text-align: left;
 }
 .nav-search-menu>li>a>i {
  margin-right: 12px;
 }
 .nav-search-menu>li>a .hidden-xs {
  display: inline-block!important;
 }
 .nav-search-menu .dropdown>.dropdown-menu {
  min-width: 100%;
  width: 100%}
 .nav-searchbar .form-control {
  padding-left: 15px;
 }
 .slide-item-caption-wrap {
  display: none;
 }
 .flexslider-sidenav .flex-viewport {
  width: 80%}
 .ad-item-content-wrap {
  background-color: rgba(34, 34, 34, .8);
 }
 .ad-item-content-wrap.bg-color1 {
  background-color: rgba(221, 78, 78, .8)!important;
 }
 .thumb-item-img .thumb-act {
  opacity: 1;
 }
 [class*=col-xs] {
  float: none;
  width: 100%}
 [class*=col-xs-offset] {
  margin-left: 0;
 }
}.featured-note .container {
  padding: 40px 30px 25px;
 }
.sidebar {
 padding-bottom: 40px;
}
aside {
 padding: 40px 30px 20px;
}
.blk-highlight, .blk-html .ad-item-content-wrap, .blk-list, .carreaux_presentation_light:hover .shadow_swhow_mini, .dash-tile-balloon, .dash-tile-fruit, .dash-tile-leaf {
 background-color: #dd4e4e;
}
.blk-html {
 padding: 0;
 position: relative;
}
.blk-html .ad-item-content-wrap .dark {
 background-color: rgba(0, 0, 0, .8);
}
.blk-html .ad-item-content-inner {
 padding: 20px;
}
.black a {
 background-color: #000;
}
.grey a {
 background-color: grey;
}
.purple a {
 background-color: #a57bcd;
}
.pink a {
 background-color: pink;
}
.yellow a {
 background-color: #e9bf1d;
}
.orange a {
 background-color: #e99b1f;
}
.red a {
 background-color: #f64243;
}
.brown a {
 background-color: #c2a772;
}
.green a {
 background-color: #36c877;
}
.blue a {
 background-color: #3598db;
}
#slider-range {
 margin: 0 0 16px;
}
.uk-offcanvas {
 display: none;
 position: fixed;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 z-index: 1000;
 touch-action: none;
 background: rgba(0, 0, 0, .1);
}
.uk-offcanvas-page {
 position: fixed;
 -webkit-transition: margin-left .3s ease-in-out;
 transition: margin-left .3s ease-in-out;
}
.uk-offcanvas-bar {
 position: fixed;
 top: 0;
 bottom: 0;
 left: 0;
 -webkit-transform: translateX(-100%);
 transform: translateX(-100%);
 z-index: 1001;
 width: 307px;
 max-width: 100%;
 background: #333;
 overflow-y: auto;
 -webkit-overflow-scrolling: touch;
 -webkit-transition: -webkit-transform .3s ease-in-out;
 transition: transform .3s ease-in-out;
 -ms-scroll-chaining: none;
}
.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
.uk-offcanvas-bar-flip {
 left: auto;
 right: 0;
 -webkit-transform: translateX(100%);
 transform: translateX(100%);
}
.uk-offcanvas .uk-panel {
 color: #fff;
 margin: 20px;
}
.uk-panel .cart-subtotals, .uk-panel .list-thumbs-pro .product+.product {
 border-top-color: rgba(255, 255, 255, .1);
}
.uk-nav-offcanvas a {
 color: #fff;
 display: block;
}
.uk-nav-offcanvas>li>a {
 border-top: 1px solid rgba(0, 0, 0, .3);
 -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .05) inset;
 box-shadow: 0 1px 0 rgba(255, 255, 255, .05) inset;
 padding: 10px 20px;
}
.uk-nav-offcanvas>li.uk-open>a {
 background-color: #404040;
}
.uk-nav-offcanvas>li.uk-active>a {
 background-color: #1a1a1a;
 color: #fff;
}
.uk-nav-sub {
 padding-left: 40px;
 padding-top: 20px;
}
.uk-nav-sub li {
 line-height: 1;
}

#main-menu-offcanvas a{
 color: white;
}

.top :hover, #main-menu-offcanvas a:hover{
 color: #dd4e4e;
}

.left-offcanvas .nav-top-sep>li {
 padding: 0;
 color: #fff;
}
.left-offcanvas .nav-top>li>a {
 /*color: #fff;*/
 font-size: 1em;
 padding-bottom: 10px;
 padding-top: 10px;
}
.left-offcanvas .nav-pills>li {
 float: none;
    width: fit-content;
   /* border: 2px solid #262626;*/
    margin: 10px;
}
.left-offcanvas .nav-top-sep>li+li>a {
 border-left: none;
}
.left-offcanvas .nav-top-sep>li:first-child>a {
 /*padding-left: 15px;*/
}
.img-circle img {
 border-radius: 50%}
.comments {
 list-style: none;
 padding: 0;
}
.comments li {
 border-top: 1px solid #ededed;
 margin-top: 30px;
 padding-top: 30px;
 padding-left: 70px;
 position: relative;
}
.comments .img-circle {
 left: 0;
 position: absolute;
}
.scroll-to-top {
 -webkit-transition: .3s;
 -o-transition: .3s;
 transition: .3s;
 border: 2px solid #666;
 border-radius: 50%;
 bottom: 20px;
 color: #666;
 font-size: 1.6em;
 height: 32px;
 opacity: 0;
 padding: 0 5px;
 position: fixed;
 text-align: center;
 right: 30px;
 width: 32px;
 z-index: 1040;
}
.scroll-to-top:hover {
 background-color: #dd4e4e;
 border-color: #dd4e4e;
 color: #fff;
 opacity: 1;
}
.dash-tile-balloon.no-opacity .dash-tile-header, .dash-tile-balloon.no-opacity:hover, .dash-tile-dark.no-opacity .dash-tile-header, .dash-tile-dark.no-opacity:hover, .dash-tile-doll.no-opacity .dash-tile-header, .dash-tile-doll.no-opacity:hover, .dash-tile-flower.no-opacity .dash-tile-header, .dash-tile-flower.no-opacity:hover, .dash-tile-fruit.no-opacity .dash-tile-header, .dash-tile-fruit.no-opacity:hover, .dash-tile-leaf.no-opacity .dash-tile-header, .dash-tile-leaf.no-opacity:hover, .dash-tile-ocean.no-opacity .dash-tile-header, .dash-tile-ocean.no-opacity:hover, .dash-tile-oil.no-opacity .dash-tile-header, .dash-tile-oil.no-opacity:hover, .scroll-to-top.visible {
 opacity: 1;
}
.scroll-to-top span {
 display: inline-block;
 padding: 0 5px;
}
.required {
 color: red;
}
@media (max-width:992px) {
 .scroll-to-top.hidden-mobile {
  display: none!important;
 }
}.boxed .body {
  margin: 0 auto;
 }
@media (min-width:768px) {
 .boxed .body {
  max-width: 828px;
 }
}@media (min-width:992px) {
 .sidebar: not(.sidebar-left) {
 padding-left: 0;
 position: relative;
}
 .sidebar:not(.sidebar-left):after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  border-left: 1px solid #ededed;
  left: -1px;
  width: auto;
 }
 .sidebar.sidebar-left {
  padding-right: 0;
  position: relative;
 }
 .sidebar.sidebar-left:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  border-right: 1px solid #ededed;
  left: auto;
  right: -1px;
  width: auto;
 }
 .hidden-lg {
  display: none!important;
 }
 .boxed .body {
  max-width: 1052px;
 }
}@media (min-width:1200px) {
 .boxed .body {
  max-width: 1260px;
 }
}.pagination {
  margin: 0;
  width: 100%}
.pagination .active a, .pagination a:hover {
 color: #00a1cb;
}
#offcanvas-cart .thumb-item-img img {
 max-width: 80px;
}
.form-group .input-group label {
 box-shadow: none;
 margin-bottom: 0;
 padding: 0 auto;
 width: fit-content;
}
.input-checkbox {
 margin: 5px 5px 5px 20px!important;
 padding: 6px 12px;
}
li.login .sub_menu li a {
 height: 30px;
 width: 100%;
 padding: 6px 20px;
 text-align: left;
}
.nav-dash * {
 box-sizing: initial;
}
.nav-dash {
 list-style: none;
 margin: 0 -20px 20px;
 padding: 10px 0;
 text-align: center;
}
.nav-dash>li {
 display: inline-block;
 margin: 0 3px;
}
.nav-dash>li>a {
 background-color: #f5f5f5;
 border: 1px solid #ccc;
 color: #777;
 display: block;
 font-size: 32px;
 min-height: 45px;
 min-width: 45px;
 line-height: 32px;
 margin: 0 0 5px;
 padding: 27px 20px 13px;
 position: relative;
 text-align: center;
}
.nav-dash>li.active>a, .nav-dash>li>a:hover {
 background-color: #dd4e4e;
 border: 1px solid #db4a39;
 color: #fff;
 text-decoration: none;
}
.nav-dash>li>a>.badge, .nav-dash>li>a>.label {
 background-color: #dd4e4e;
 margin: 0 0 0 3px;
 padding: 4px 5px;
 position: absolute;
 right: 0;
 top: 0;
}
.dash-tiles {
 color: #333;
 font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.dash-tile {
 background-color: #e9e9e9;
 margin: 0 0 20px;
 min-height: 170px;
 padding: 0 20px;
}
.dash-tile-2x {
 min-height: 400px;
}
.dash-tile-header {
 background-color: #eee;
 border-bottom: 2px solid #ddd;
 font-weight: 700;
 line-height: 45px;
 margin: 0 -20px;
 min-height: 38px;
 padding: 0 4px 0 10px;
 white-space: nowrap;
}
.dash-tile-options {
 float: right;
 height: 38px;
 line-height: 41px;
}
.dash-tile-options a:hover {
 color: #333;
 text-decoration: none;
}
.dash-tile-content {
 margin: 0 -20px;
 padding: 10px;
}
.dash-tile-2x .dash-tile-content {
 padding: 15px;
}
.dash-tile-content-inner {
 height: 130px;
}
.dash-tile-2x .dash-tile-content-inner {
 height: 330px;
}
.dash-tile-content-inner-fluid {
 min-height: 130px;
}
.dash-tile-2x .dash-tile-content-inner-fluid {
 min-height: 330px;
}
.dash-tile-content-light {
 background-color: #f9f9f9;
 padding: 10px;
}
.dash-tile-content .alert {
 margin: 5px 0;
}
.dash-tile-icon, .dash-tile-text {
 color: #fff;
 line-height: normal;
}
.dash-tile-icon {
 float: left;
 font-size: 40px;
 padding: 30px 0 0;
 text-align: left;
}
.dash-tile-text {
 float: right;
 font-size: 20px;
 padding: 40px 0 0;
 text-align: right;
}
.dash-tile-balloon .dash-tile-header, .dash-tile-dark .dash-tile-header, .dash-tile-doll .dash-tile-header, .dash-tile-flower .dash-tile-header, .dash-tile-fruit .dash-tile-header, .dash-tile-leaf .dash-tile-header, .dash-tile-ocean .dash-tile-header, .dash-tile-oil .dash-tile-header {
 background-color: #eee;
 border-bottom: 2px solid #f9f9f9;
 opacity: .45;
}
.dash-tile-balloon:hover, .dash-tile-dark:hover, .dash-tile-doll:hover, .dash-tile-flower:hover, .dash-tile-fruit:hover, .dash-tile-leaf:hover, .dash-tile-ocean:hover, .dash-tile-oil:hover {
 opacity: .9;
}
.dash-tile-ocean {
 background-color: #999;
}
.dash-tile-doll, .dash-tile-flower {
 background-color: #1abc9c;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
 position: inherit;
}
.mt0 {
 margin-top: 0!important;
}
.mb0 {
 margin-bottom: 0!important;
}
.mt40 {
 margin-top: 40px!important;
}
.mt10 {
 margin-top: 10px;

font-size:20px;
 font-family:Cinzel;
font-weight:bold;

}

.thumb-item-content h3{
 font-size:20px;
 font-family:Cinzel;
 font-weight:bold;
}


.mt20 {
 margin-top: 20px;
}
.mt60 {
 margin-top: 60px!important;
}
.mr10 {
 margin-right: 10px;
}
.mr20 {
 margin-right: 20px;
}
.ml20 {
 margin-left: 20px;
}
.mb40 {
 margin-bottom: 40px;
}
.downloads>li img {
 width: 40px;
 vertical-align: top;
 display: inline-block;
}
.downloads>li>div {
 display: inline-block;
 line-height: 40px;
 vertical-align: middle;
}
.downloads>li:hover {
 background-color: #f0f0f0;
}
.download-list-attributes {
 line-height: 14px;
 margin-left: 20px;
}
.download-list>tbody>tr>td:last-child {
 vertical-align: middle;
 text-align: right;
}
@media print {
 a[href]: after {
  content: none;
 }
 .no-print, .no-print * {
  display: none!important;
 }
}.breadcrumb {
  font-size: 22px;
  text-align: center;
 }
.registerbox input {
 width: min-content;
 margin: 0 auto;
}
.tab-content-poe {
 background: url(//www.ezgamer.shop/image/xp.png) fixed;
 padding: 15px;
 text-shadow: 3px 1px #000, 1px 3px #000, 3px 1px #000, 1px 3px #000;
 border: 3px solid #2c241a;
 font-size: 17px;
 font-family: Cinzel;
}
.tab-content {
 padding: 15px;
 font-size: 15px;
 width: 80%;
 margin: 0 auto;


 box-shadow: 0px 10px 29px -7px rgba(0,0,0,0.75);
 -webkit-box-shadow: 0px 10px 29px -7px rgba(0,0,0,0.75);
 -moz-box-shadow: 0px 10px 29px -7px rgba(0,0,0,0.75);
 font-size: 20px;background: white;

}
.modal-content {
 background: #fff;
}
#example, #maincontainer, .dataTables_wrapper {
 text-align: center;
 margin: 0 auto;
}

#maincontainer {
/*width: 500px;*/
  /*display: table;
  box-shadow: -1px 7px 11px -3px rgba(0,0,0,0.75);
  -webkit-box-shadow: -1px 7px 11px -3px rgba(0,0,0,0.75);
  -moz-box-shadow: -1px 7px 11px -3px rgba(0,0,0,0.75);*/
}


/*
.btn-group-sm>.btn, .btn-sm, .thumb-item-content {
 font-size: 100%}
*/


.nav-main {
 /*width: 75%;
 position: absolute;*/

}
.itemboximage {
 display: none!important;
}
.thumb-item-img :hover, ul.row li.col-sm-4 col-md-4 col-lg-4 text-center:hover, ul.row li:hover, ul.thumbnails li:hover {
 background: #e2483b8f;
 transition: .5s ease-in;
}
.carreaux_presentation_light .deroul_soustitre, .carreaux_presentation_light .deroul_titre {
 position: absolute;
 font-weight: 300;
 width: 80%;
 -webkit-transition: .7s;
 -moz-transition: .7s;
 -ms-transition: .7s;
}
ul.row li {
 padding-top: 10px;
}
ul.thumbnails li {
 width: 250px;
 height: 250px;
 padding-top: 50px;
}
.dataTables_filter label {
 width: 100%;
 font-family: Raleway;
}
.dataTables_filter label input {
 color: #000!important;
 font-family: Raleway;
 text-align: center;
 font-size: 20px;
}
::placeholder {
 color: #000;
 font-size: 20px;
}
#example td {
 padding: 6px 0 10px;
 font-size: 20px;
 display: inline-table;
 width: 250px;
 height: 250px;
 margin: 1px;
}
#example tr {
 border-bottom: none;
 display: inline-table;
}
#example_filter label {
 width: 300px;
 margin: 0 auto;
 display: table;
}
#example_filter {
 margin-bottom: -42px;
}
.fond {
 position: absolute;
 padding-top: 85px;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background-color: #65c6bb;
}
.carreaux_presentation_light {
 display: table-cell;
 width: 250px;
 height: 250px;
 overflow: hidden;
 position: relative;
 background-repeat: no-repeat;
 cursor: pointer;
 background-size: cover;
}
.carreaux_presentation_light .shadow_swhow_mini {
 background-color: rgba(66, 124, 187, .11);
 position: absolute;
 z-index: -1;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
}
.carreaux_presentation_light .deroul_titre {
 left: 10%;
 color: #fff;
 transition: .7s;
 background: #00000094;
}
.carreaux_presentation_light:hover .deroul_titre {
 background-color: #447bbfcf;
 left: 0;
}
.carreaux_presentation_light .deroul_soustitre {
 padding: 5px;
 z-index: 1000;
 top: 60%;
 right: -85%;
 margin-top: 25px;
 color: #fff;
 font-size: 11px;
 transition: .7s;
}
.carreaux_presentation_light:hover .deroul_soustitre {
 background-color: #e41a4ad1;
 right: 0;
 font-size: 16px;
 border: 1px solid;
 z-index: 1;
}
.carreaux_presentation_light:hover {
 background-color: #dd4e4e;
 -webkit-transition: .7s;
 -moz-transition: .7s;
 -ms-transition: .7s;
 transition: .7s;
}
#example_wrapper {
 z-index: 999;
}
.dropdown-menu {
 top: inherit;
}
.descblock {

 /*
 background: #dd4e4e;
 color: #fff;
 width: fit-content;
 margin: 0 auto;
 padding: 15px;
 border-radius: 15px;
 max-width: 100%;
 margin-top: 25px;
 */

 color: #dd4e4e;
 width: fit-content;
 margin: 0 auto;
 margin-top: 0px;
 max-width: 100%;
 margin-top: 25px;
 border-bottom: 1px solid #dd4e4e;
 text-transform: uppercase;
 font-weight: bolder;
 letter-spacing: 1px;
 padding: 0;
 line-height: 30px;


}

.descblock2{
 display: inline-flex;
 border: 1px solid #8080805c;
 margin: 5px;
 font-family: 'Lato';
 padding: 2px;
 width: fit-content;
 background: #eae3e37d;
}

ul{
 padding:0;
 list-style: none;
}

.introduction {
 text-align: justify;
}
.product_option_label {
 font-size: 25px;
 color: red;
 background: #ff000021;
 padding: 15px;
 /*border-radius: 50px;*/
}
.breadcrumbs {
/* padding-top: 40px;*/
}
#myInputTextField {
 width: 100%;
 text-align: center;
 font-size: 30px;
 width: min-content;
 margin: 0 auto 15px;
 height: 30px;
}
.pricexxx {
 font-size: 33px;
 color: #dd4e4e;
}
.input-group {
 background: #eee;
 border: 1px solid #9f9999;


 display: inline-table;
 width: 50%;
 text-align: center;


}

.parallax{
 background-attachment:fixed!important;
}
.parallax2{
 background-attachment:fixed!important;
}

.banner{
 background-attachment:fixed;
}

.slide-item-banner{
 background-attachment: fixed;
}

.gamename{
 font-family: Cinzel;
}

.answer{
 display:none;
 font-size: 20px;
}

.question{
 font-size: 20px;
 background: #dd4e4e;
 width: fit-content;
 margin: 0 auto;
 padding: 10px;
 color: white;
 border-radius: 15px;
 margin-bottom: 15px;
 display: inline-flex;
}


.mdl-accordion,
.mdl-button,
.mdl-card,
.mdl-checkbox,
.mdl-dropdown-menu,
.mdl-icon-toggle,
.mdl-item,
.mdl-radio,
.mdl-slider,
.mdl-switch,
.mdl-tabs__tab,
{
 -webkit-tap-highlight-color: transparent;
 -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.mdl-typography--display-4,
.mdl-typography--display-4-color-contrast {
 font-size: 112px;
 font-weight: 300;
 line-height: 1;
 letter-spacing: -0.04em;
}
.mdl-typography--display-4-color-contrast {
 opacity: 0.54;
}
.mdl-typography--display-3,
.mdl-typography--display-3-color-contrast {
 font-size: 56px;
 font-weight: 400;
 line-height: 1.35;
 letter-spacing: -0.02em;
}
.mdl-typography--display-3-color-contrast {
 opacity: 0.54;
}
.mdl-typography--display-2,
.mdl-typography--display-2-color-contrast {
 font-size: 45px;
 font-weight: 400;
 line-height: 48px;
}
.mdl-typography--display-2-color-contrast {
 opacity: 0.54;
}
.mdl-typography--display-1,
.mdl-typography--display-1-color-contrast {
 font-size: 34px;
 font-weight: 400;
 line-height: 40px;
}
.mdl-typography--display-1-color-contrast {
 opacity: 0.54;
}
.mdl-typography--headline,
.mdl-typography--headline-color-contrast {
 font-size: 24px;
 font-weight: 400;
 line-height: 32px;
 -moz-osx-font-smoothing: grayscale;
}
.mdl-typography--headline-color-contrast {
 opacity: 0.87;
}
.mdl-typography--title,
.mdl-typography--title-color-contrast {
 font-size: 20px;
 font-weight: 500;
 line-height: 1;
 letter-spacing: 0.02em;
}
.mdl-typography--title-color-contrast {
 opacity: 0.87;
}
.mdl-typography--subhead,
.mdl-typography--subhead-color-contrast {
 font-size: 16px;
 font-weight: 400;
 line-height: 24px;
 letter-spacing: 0.04em;
}
.mdl-typography--subhead-color-contrast {
 opacity: 0.87;
}
.mdl-typography--body-2,
.mdl-typography--body-2-color-contrast {
 font-size: 14px;
 font-weight: 700;
 line-height: 24px;
 letter-spacing: 0;
}
.mdl-typography--body-2-color-contrast {
 opacity: 0.87;
}
.mdl-typography--body-1,
.mdl-typography--body-1-color-contrast {
 font-size: 14px;
 font-weight: 400;
 line-height: 24px;
 letter-spacing: 0;
}
.mdl-typography--body-1-color-contrast {
 opacity: 0.87;
}
.mdl-typography--body-2-force-preferred-font,
.mdl-typography--body-2-force-preferred-font-color-contrast {
 font-size: 14px;
 font-weight: 500;
 line-height: 24px;
 letter-spacing: 0;
}
.mdl-typography--body-2-force-preferred-font-color-contrast {
 opacity: 0.87;
}
.mdl-typography--body-1-force-preferred-font,
.mdl-typography--body-1-force-preferred-font-color-contrast {
 font-size: 14px;
 font-weight: 400;
 line-height: 24px;
 letter-spacing: 0;
}
.mdl-typography--body-1-force-preferred-font-color-contrast {
 opacity: 0.87;
}
.mdl-typography--caption,
.mdl-typography--caption-force-preferred-font {
 font-size: 12px;
 font-weight: 400;
 line-height: 1;
 letter-spacing: 0;
}
.mdl-typography--caption-color-contrast,
.mdl-typography--caption-force-preferred-font-color-contrast {
 font-size: 12px;
 font-weight: 400;
 line-height: 1;
 letter-spacing: 0;
 opacity: 0.54;
}
.mdl-typography--menu {
 font-size: 14px;
 font-weight: 500;
 line-height: 1;
 letter-spacing: 0;
}
.mdl-typography--menu-color-contrast {
 opacity: 0.87;
}
.mdl-typography--button,
.mdl-typography--button-color-contrast,
.mdl-typography--menu-color-contrast {
 font-size: 14px;
 font-weight: 500;
 line-height: 1;
 letter-spacing: 0;
}
.mdl-typography--button,
.mdl-typography--button-color-contrast {
 text-transform: uppercase;
}
.mdl-typography--button-color-contrast {
 opacity: 0.87;
}
.mdl-typography--text-left {
 text-align: left;
}
.mdl-typography--text-right {
 text-align: right;
}
.mdl-typography--text-center {
 text-align: center;
}
.mdl-typography--text-justify {
 text-align: justify;
}
.mdl-typography--text-nowrap {
 white-space: nowrap;
}
.mdl-typography--text-lowercase {
 text-transform: lowercase;
}
.mdl-typography--text-uppercase {
 text-transform: uppercase;
}
.mdl-typography--text-capitalize {
 text-transform: capitalize;
}
.mdl-typography--font-thin {
 font-weight: 200 !important;
}
.mdl-typography--font-light {
 font-weight: 300 !important;
}
.mdl-typography--font-regular {
 font-weight: 400 !important;
}
.mdl-typography--font-medium {
 font-weight: 500 !important;
}
.mdl-typography--font-bold {
 font-weight: 700 !important;
}
.mdl-typography--font-black {
 font-weight: 900 !important;
}
.mdl-color-text--red {
 color: #f44336 !important;
}
.mdl-color--red {
 background-color: #f44336 !important;
}
.mdl-color-text--red-50 {
 color: #ffebee !important;
}
.mdl-color--red-50 {
 background-color: #ffebee !important;
}
.mdl-color-text--red-100 {
 color: #ffcdd2 !important;
}
.mdl-color--red-100 {
 background-color: #ffcdd2 !important;
}
.mdl-color-text--red-200 {
 color: #ef9a9a !important;
}
.mdl-color--red-200 {
 background-color: #ef9a9a !important;
}
.mdl-color-text--red-300 {
 color: #e57373 !important;
}
.mdl-color--red-300 {
 background-color: #e57373 !important;
}
.mdl-color-text--red-400 {
 color: #ef5350 !important;
}
.mdl-color--red-400 {
 background-color: #ef5350 !important;
}
.mdl-color-text--red-500 {
 color: #f44336 !important;
}
.mdl-color--red-500 {
 background-color: #f44336 !important;
}
.mdl-color-text--red-600 {
 color: #e53935 !important;
}
.mdl-color--red-600 {
 background-color: #e53935 !important;
}
.mdl-color-text--red-700 {
 color: #d32f2f !important;
}
.mdl-color--red-700 {
 background-color: #d32f2f !important;
}
.mdl-color-text--red-800 {
 color: #c62828 !important;
}
.mdl-color--red-800 {
 background-color: #c62828 !important;
}
.mdl-color-text--red-900 {
 color: #b71c1c !important;
}
.mdl-color--red-900 {
 background-color: #b71c1c !important;
}
.mdl-color-text--red-A100 {
 color: #ff8a80 !important;
}
.mdl-color--red-A100 {
 background-color: #ff8a80 !important;
}
.mdl-color-text--red-A200 {
 color: #ff5252 !important;
}
.mdl-color--red-A200 {
 background-color: #ff5252 !important;
}
.mdl-color-text--red-A400 {
 color: #ff1744 !important;
}
.mdl-color--red-A400 {
 background-color: #ff1744 !important;
}
.mdl-color-text--red-A700 {
 color: #d50000 !important;
}
.mdl-color--red-A700 {
 background-color: #d50000 !important;
}
.mdl-color-text--pink {
 color: #e91e63 !important;
}
.mdl-color--pink {
 background-color: #e91e63 !important;
}
.mdl-color-text--pink-50 {
 color: #fce4ec !important;
}
.mdl-color--pink-50 {
 background-color: #fce4ec !important;
}
.mdl-color-text--pink-100 {
 color: #f8bbd0 !important;
}
.mdl-color--pink-100 {
 background-color: #f8bbd0 !important;
}
.mdl-color-text--pink-200 {
 color: #f48fb1 !important;
}
.mdl-color--pink-200 {
 background-color: #f48fb1 !important;
}
.mdl-color-text--pink-300 {
 color: #f06292 !important;
}
.mdl-color--pink-300 {
 background-color: #f06292 !important;
}
.mdl-color-text--pink-400 {
 color: #ec407a !important;
}
.mdl-color--pink-400 {
 background-color: #ec407a !important;
}
.mdl-color-text--pink-500 {
 color: #e91e63 !important;
}
.mdl-color--pink-500 {
 background-color: #e91e63 !important;
}
.mdl-color-text--pink-600 {
 color: #d81b60 !important;
}
.mdl-color--pink-600 {
 background-color: #d81b60 !important;
}
.mdl-color-text--pink-700 {
 color: #c2185b !important;
}
.mdl-color--pink-700 {
 background-color: #c2185b !important;
}
.mdl-color-text--pink-800 {
 color: #ad1457 !important;
}
.mdl-color--pink-800 {
 background-color: #ad1457 !important;
}
.mdl-color-text--pink-900 {
 color: #880e4f !important;
}
.mdl-color--pink-900 {
 background-color: #880e4f !important;
}
.mdl-color-text--pink-A100 {
 color: #ff80ab !important;
}
.mdl-color--pink-A100 {
 background-color: #ff80ab !important;
}
.mdl-color-text--pink-A200 {
 color: #ff4081 !important;
}
.mdl-color--pink-A200 {
 background-color: #ff4081 !important;
}
.mdl-color-text--pink-A400 {
 color: #f50057 !important;
}
.mdl-color--pink-A400 {
 background-color: #f50057 !important;
}
.mdl-color-text--pink-A700 {
 color: #c51162 !important;
}
.mdl-color--pink-A700 {
 background-color: #c51162 !important;
}
.mdl-color-text--purple {
 color: #9c27b0 !important;
}
.mdl-color--purple {
 background-color: #9c27b0 !important;
}
.mdl-color-text--purple-50 {
 color: #f3e5f5 !important;
}
.mdl-color--purple-50 {
 background-color: #f3e5f5 !important;
}
.mdl-color-text--purple-100 {
 color: #e1bee7 !important;
}
.mdl-color--purple-100 {
 background-color: #e1bee7 !important;
}
.mdl-color-text--purple-200 {
 color: #ce93d8 !important;
}
.mdl-color--purple-200 {
 background-color: #ce93d8 !important;
}
.mdl-color-text--purple-300 {
 color: #ba68c8 !important;
}
.mdl-color--purple-300 {
 background-color: #ba68c8 !important;
}
.mdl-color-text--purple-400 {
 color: #ab47bc !important;
}
.mdl-color--purple-400 {
 background-color: #ab47bc !important;
}
.mdl-color-text--purple-500 {
 color: #9c27b0 !important;
}
.mdl-color--purple-500 {
 background-color: #9c27b0 !important;
}
.mdl-color-text--purple-600 {
 color: #8e24aa !important;
}
.mdl-color--purple-600 {
 background-color: #8e24aa !important;
}
.mdl-color-text--purple-700 {
 color: #7b1fa2 !important;
}
.mdl-color--purple-700 {
 background-color: #7b1fa2 !important;
}
.mdl-color-text--purple-800 {
 color: #6a1b9a !important;
}
.mdl-color--purple-800 {
 background-color: #6a1b9a !important;
}
.mdl-color-text--purple-900 {
 color: #4a148c !important;
}
.mdl-color--purple-900 {
 background-color: #4a148c !important;
}
.mdl-color-text--purple-A100 {
 color: #ea80fc !important;
}
.mdl-color--purple-A100 {
 background-color: #ea80fc !important;
}
.mdl-color-text--purple-A200 {
 color: #e040fb !important;
}
.mdl-color--purple-A200 {
 background-color: #e040fb !important;
}
.mdl-color-text--purple-A400 {
 color: #d500f9 !important;
}
.mdl-color--purple-A400 {
 background-color: #d500f9 !important;
}
.mdl-color-text--purple-A700 {
 color: #a0f !important;
}
.mdl-color--purple-A700 {
 background-color: #a0f !important;
}
.mdl-color-text--deep-purple {
 color: #673ab7 !important;
}
.mdl-color--deep-purple {
 background-color: #673ab7 !important;
}
.mdl-color-text--deep-purple-50 {
 color: #ede7f6 !important;
}
.mdl-color--deep-purple-50 {
 background-color: #ede7f6 !important;
}
.mdl-color-text--deep-purple-100 {
 color: #d1c4e9 !important;
}
.mdl-color--deep-purple-100 {
 background-color: #d1c4e9 !important;
}
.mdl-color-text--deep-purple-200 {
 color: #b39ddb !important;
}
.mdl-color--deep-purple-200 {
 background-color: #b39ddb !important;
}
.mdl-color-text--deep-purple-300 {
 color: #9575cd !important;
}
.mdl-color--deep-purple-300 {
 background-color: #9575cd !important;
}
.mdl-color-text--deep-purple-400 {
 color: #7e57c2 !important;
}
.mdl-color--deep-purple-400 {
 background-color: #7e57c2 !important;
}
.mdl-color-text--deep-purple-500 {
 color: #673ab7 !important;
}
.mdl-color--deep-purple-500 {
 background-color: #673ab7 !important;
}
.mdl-color-text--deep-purple-600 {
 color: #5e35b1 !important;
}
.mdl-color--deep-purple-600 {
 background-color: #5e35b1 !important;
}
.mdl-color-text--deep-purple-700 {
 color: #512da8 !important;
}
.mdl-color--deep-purple-700 {
 background-color: #512da8 !important;
}
.mdl-color-text--deep-purple-800 {
 color: #4527a0 !important;
}
.mdl-color--deep-purple-800 {
 background-color: #4527a0 !important;
}
.mdl-color-text--deep-purple-900 {
 color: #311b92 !important;
}
.mdl-color--deep-purple-900 {
 background-color: #311b92 !important;
}
.mdl-color-text--deep-purple-A100 {
 color: #b388ff !important;
}
.mdl-color--deep-purple-A100 {
 background-color: #b388ff !important;
}
.mdl-color-text--deep-purple-A200 {
 color: #7c4dff !important;
}
.mdl-color--deep-purple-A200 {
 background-color: #7c4dff !important;
}
.mdl-color-text--deep-purple-A400 {
 color: #651fff !important;
}
.mdl-color--deep-purple-A400 {
 background-color: #651fff !important;
}
.mdl-color-text--deep-purple-A700 {
 color: #6200ea !important;
}
.mdl-color--deep-purple-A700 {
 background-color: #6200ea !important;
}
.mdl-color-text--indigo {
 color: #3f51b5 !important;
}
.mdl-color--indigo {
 background-color: #3f51b5 !important;
}
.mdl-color-text--indigo-50 {
 color: #e8eaf6 !important;
}
.mdl-color--indigo-50 {
 background-color: #e8eaf6 !important;
}
.mdl-color-text--indigo-100 {
 color: #c5cae9 !important;
}
.mdl-color--indigo-100 {
 background-color: #c5cae9 !important;
}
.mdl-color-text--indigo-200 {
 color: #9fa8da !important;
}
.mdl-color--indigo-200 {
 background-color: #9fa8da !important;
}
.mdl-color-text--indigo-300 {
 color: #7986cb !important;
}
.mdl-color--indigo-300 {
 background-color: #7986cb !important;
}
.mdl-color-text--indigo-400 {
 color: #5c6bc0 !important;
}
.mdl-color--indigo-400 {
 background-color: #5c6bc0 !important;
}
.mdl-color-text--indigo-500 {
 color: #3f51b5 !important;
}
.mdl-color--indigo-500 {
 background-color: #3f51b5 !important;
}
.mdl-color-text--indigo-600 {
 color: #3949ab !important;
}
.mdl-color--indigo-600 {
 background-color: #3949ab !important;
}
.mdl-color-text--indigo-700 {
 color: #303f9f !important;
}
.mdl-color--indigo-700 {
 background-color: #303f9f !important;
}
.mdl-color-text--indigo-800 {
 color: #283593 !important;
}
.mdl-color--indigo-800 {
 background-color: #283593 !important;
}
.mdl-color-text--indigo-900 {
 color: #1a237e !important;
}
.mdl-color--indigo-900 {
 background-color: #1a237e !important;
}
.mdl-color-text--indigo-A100 {
 color: #8c9eff !important;
}
.mdl-color--indigo-A100 {
 background-color: #8c9eff !important;
}
.mdl-color-text--indigo-A200 {
 color: #536dfe !important;
}
.mdl-color--indigo-A200 {
 background-color: #536dfe !important;
}
.mdl-color-text--indigo-A400 {
 color: #3d5afe !important;
}
.mdl-color--indigo-A400 {
 background-color: #3d5afe !important;
}
.mdl-color-text--indigo-A700 {
 color: #304ffe !important;
}
.mdl-color--indigo-A700 {
 background-color: #304ffe !important;
}
.mdl-color-text--blue {
 color: #2196f3 !important;
}
.mdl-color--blue {
 background-color: #2196f3 !important;
}
.mdl-color-text--blue-50 {
 color: #e3f2fd !important;
}
.mdl-color--blue-50 {
 background-color: #e3f2fd !important;
}
.mdl-color-text--blue-100 {
 color: #bbdefb !important;
}
.mdl-color--blue-100 {
 background-color: #bbdefb !important;
}
.mdl-color-text--blue-200 {
 color: #90caf9 !important;
}
.mdl-color--blue-200 {
 background-color: #90caf9 !important;
}
.mdl-color-text--blue-300 {
 color: #64b5f6 !important;
}
.mdl-color--blue-300 {
 background-color: #64b5f6 !important;
}
.mdl-color-text--blue-400 {
 color: #42a5f5 !important;
}
.mdl-color--blue-400 {
 background-color: #42a5f5 !important;
}
.mdl-color-text--blue-500 {
 color: #2196f3 !important;
}
.mdl-color--blue-500 {
 background-color: #2196f3 !important;
}
.mdl-color-text--blue-600 {
 color: #1e88e5 !important;
}
.mdl-color--blue-600 {
 background-color: #1e88e5 !important;
}
.mdl-color-text--blue-700 {
 color: #1976d2 !important;
}
.mdl-color--blue-700 {
 background-color: #1976d2 !important;
}
.mdl-color-text--blue-800 {
 color: #1565c0 !important;
}
.mdl-color--blue-800 {
 background-color: #1565c0 !important;
}
.mdl-color-text--blue-900 {
 color: #0d47a1 !important;
}
.mdl-color--blue-900 {
 background-color: #0d47a1 !important;
}
.mdl-color-text--blue-A100 {
 color: #82b1ff !important;
}
.mdl-color--blue-A100 {
 background-color: #82b1ff !important;
}
.mdl-color-text--blue-A200 {
 color: #448aff !important;
}
.mdl-color--blue-A200 {
 background-color: #448aff !important;
}
.mdl-color-text--blue-A400 {
 color: #2979ff !important;
}
.mdl-color--blue-A400 {
 background-color: #2979ff !important;
}
.mdl-color-text--blue-A700 {
 color: #2962ff !important;
}
.mdl-color--blue-A700 {
 background-color: #2962ff !important;
}
.mdl-color-text--light-blue {
 color: #03a9f4 !important;
}
.mdl-color--light-blue {
 background-color: #03a9f4 !important;
}
.mdl-color-text--light-blue-50 {
 color: #e1f5fe !important;
}
.mdl-color--light-blue-50 {
 background-color: #e1f5fe !important;
}
.mdl-color-text--light-blue-100 {
 color: #b3e5fc !important;
}
.mdl-color--light-blue-100 {
 background-color: #b3e5fc !important;
}
.mdl-color-text--light-blue-200 {
 color: #81d4fa !important;
}
.mdl-color--light-blue-200 {
 background-color: #81d4fa !important;
}
.mdl-color-text--light-blue-300 {
 color: #4fc3f7 !important;
}
.mdl-color--light-blue-300 {
 background-color: #4fc3f7 !important;
}
.mdl-color-text--light-blue-400 {
 color: #29b6f6 !important;
}
.mdl-color--light-blue-400 {
 background-color: #29b6f6 !important;
}
.mdl-color-text--light-blue-500 {
 color: #03a9f4 !important;
}
.mdl-color--light-blue-500 {
 background-color: #03a9f4 !important;
}
.mdl-color-text--light-blue-600 {
 color: #039be5 !important;
}
.mdl-color--light-blue-600 {
 background-color: #039be5 !important;
}
.mdl-color-text--light-blue-700 {
 color: #0288d1 !important;
}
.mdl-color--light-blue-700 {
 background-color: #0288d1 !important;
}
.mdl-color-text--light-blue-800 {
 color: #0277bd !important;
}
.mdl-color--light-blue-800 {
 background-color: #0277bd !important;
}
.mdl-color-text--light-blue-900 {
 color: #01579b !important;
}
.mdl-color--light-blue-900 {
 background-color: #01579b !important;
}
.mdl-color-text--light-blue-A100 {
 color: #80d8ff !important;
}
.mdl-color--light-blue-A100 {
 background-color: #80d8ff !important;
}
.mdl-color-text--light-blue-A200 {
 color: #40c4ff !important;
}
.mdl-color--light-blue-A200 {
 background-color: #40c4ff !important;
}
.mdl-color-text--light-blue-A400 {
 color: #00b0ff !important;
}
.mdl-color--light-blue-A400 {
 background-color: #00b0ff !important;
}
.mdl-color-text--light-blue-A700 {
 color: #0091ea !important;
}
.mdl-color--light-blue-A700 {
 background-color: #0091ea !important;
}
.mdl-color-text--cyan {
 color: #00bcd4 !important;
}
.mdl-color--cyan {
 background-color: #00bcd4 !important;
}
.mdl-color-text--cyan-50 {
 color: #e0f7fa !important;
}
.mdl-color--cyan-50 {
 background-color: #e0f7fa !important;
}
.mdl-color-text--cyan-100 {
 color: #b2ebf2 !important;
}
.mdl-color--cyan-100 {
 background-color: #b2ebf2 !important;
}
.mdl-color-text--cyan-200 {
 color: #80deea !important;
}
.mdl-color--cyan-200 {
 background-color: #80deea !important;
}
.mdl-color-text--cyan-300 {
 color: #4dd0e1 !important;
}
.mdl-color--cyan-300 {
 background-color: #4dd0e1 !important;
}
.mdl-color-text--cyan-400 {
 color: #26c6da !important;
}
.mdl-color--cyan-400 {
 background-color: #26c6da !important;
}
.mdl-color-text--cyan-500 {
 color: #00bcd4 !important;
}
.mdl-color--cyan-500 {
 background-color: #00bcd4 !important;
}
.mdl-color-text--cyan-600 {
 color: #00acc1 !important;
}
.mdl-color--cyan-600 {
 background-color: #00acc1 !important;
}
.mdl-color-text--cyan-700 {
 color: #0097a7 !important;
}
.mdl-color--cyan-700 {
 background-color: #0097a7 !important;
}
.mdl-color-text--cyan-800 {
 color: #00838f !important;
}
.mdl-color--cyan-800 {
 background-color: #00838f !important;
}
.mdl-color-text--cyan-900 {
 color: #006064 !important;
}
.mdl-color--cyan-900 {
 background-color: #006064 !important;
}
.mdl-color-text--cyan-A100 {
 color: #84ffff !important;
}
.mdl-color--cyan-A100 {
 background-color: #84ffff !important;
}
.mdl-color-text--cyan-A200 {
 color: #18ffff !important;
}
.mdl-color--cyan-A200 {
 background-color: #18ffff !important;
}
.mdl-color-text--cyan-A400 {
 color: #00e5ff !important;
}
.mdl-color--cyan-A400 {
 background-color: #00e5ff !important;
}
.mdl-color-text--cyan-A700 {
 color: #00b8d4 !important;
}
.mdl-color--cyan-A700 {
 background-color: #00b8d4 !important;
}
.mdl-color-text--teal {
 color: #009688 !important;
}
.mdl-color--teal {
 background-color: #009688 !important;
}
.mdl-color-text--teal-50 {
 color: #e0f2f1 !important;
}
.mdl-color--teal-50 {
 background-color: #e0f2f1 !important;
}
.mdl-color-text--teal-100 {
 color: #b2dfdb !important;
}
.mdl-color--teal-100 {
 background-color: #b2dfdb !important;
}
.mdl-color-text--teal-200 {
 color: #80cbc4 !important;
}
.mdl-color--teal-200 {
 background-color: #80cbc4 !important;
}
.mdl-color-text--teal-300 {
 color: #4db6ac !important;
}
.mdl-color--teal-300 {
 background-color: #4db6ac !important;
}
.mdl-color-text--teal-400 {
 color: #26a69a !important;
}
.mdl-color--teal-400 {
 background-color: #26a69a !important;
}
.mdl-color-text--teal-500 {
 color: #009688 !important;
}
.mdl-color--teal-500 {
 background-color: #009688 !important;
}
.mdl-color-text--teal-600 {
 color: #00897b !important;
}
.mdl-color--teal-600 {
 background-color: #00897b !important;
}
.mdl-color-text--teal-700 {
 color: #00796b !important;
}
.mdl-color--teal-700 {
 background-color: #00796b !important;
}
.mdl-color-text--teal-800 {
 color: #00695c !important;
}
.mdl-color--teal-800 {
 background-color: #00695c !important;
}
.mdl-color-text--teal-900 {
 color: #004d40 !important;
}
.mdl-color--teal-900 {
 background-color: #004d40 !important;
}
.mdl-color-text--teal-A100 {
 color: #a7ffeb !important;
}
.mdl-color--teal-A100 {
 background-color: #a7ffeb !important;
}
.mdl-color-text--teal-A200 {
 color: #64ffda !important;
}
.mdl-color--teal-A200 {
 background-color: #64ffda !important;
}
.mdl-color-text--teal-A400 {
 color: #1de9b6 !important;
}
.mdl-color--teal-A400 {
 background-color: #1de9b6 !important;
}
.mdl-color-text--teal-A700 {
 color: #00bfa5 !important;
}
.mdl-color--teal-A700 {
 background-color: #00bfa5 !important;
}
.mdl-color-text--green {
 color: #4caf50 !important;
}
.mdl-color--green {
 background-color: #4caf50 !important;
}
.mdl-color-text--green-50 {
 color: #e8f5e9 !important;
}
.mdl-color--green-50 {
 background-color: #e8f5e9 !important;
}
.mdl-color-text--green-100 {
 color: #c8e6c9 !important;
}
.mdl-color--green-100 {
 background-color: #c8e6c9 !important;
}
.mdl-color-text--green-200 {
 color: #a5d6a7 !important;
}
.mdl-color--green-200 {
 background-color: #a5d6a7 !important;
}
.mdl-color-text--green-300 {
 color: #81c784 !important;
}
.mdl-color--green-300 {
 background-color: #81c784 !important;
}
.mdl-color-text--green-400 {
 color: #66bb6a !important;
}
.mdl-color--green-400 {
 background-color: #66bb6a !important;
}
.mdl-color-text--green-500 {
 color: #4caf50 !important;
}
.mdl-color--green-500 {
 background-color: #4caf50 !important;
}
.mdl-color-text--green-600 {
 color: #43a047 !important;
}
.mdl-color--green-600 {
 background-color: #43a047 !important;
}
.mdl-color-text--green-700 {
 color: #388e3c !important;
}
.mdl-color--green-700 {
 background-color: #388e3c !important;
}
.mdl-color-text--green-800 {
 color: #2e7d32 !important;
}
.mdl-color--green-800 {
 background-color: #2e7d32 !important;
}
.mdl-color-text--green-900 {
 color: #1b5e20 !important;
}
.mdl-color--green-900 {
 background-color: #1b5e20 !important;
}
.mdl-color-text--green-A100 {
 color: #b9f6ca !important;
}
.mdl-color--green-A100 {
 background-color: #b9f6ca !important;
}
.mdl-color-text--green-A200 {
 color: #69f0ae !important;
}
.mdl-color--green-A200 {
 background-color: #69f0ae !important;
}
.mdl-color-text--green-A400 {
 color: #00e676 !important;
}
.mdl-color--green-A400 {
 background-color: #00e676 !important;
}
.mdl-color-text--green-A700 {
 color: #00c853 !important;
}
.mdl-color--green-A700 {
 background-color: #00c853 !important;
}
.mdl-color-text--light-green {
 color: #8bc34a !important;
}
.mdl-color--light-green {
 background-color: #8bc34a !important;
}
.mdl-color-text--light-green-50 {
 color: #f1f8e9 !important;
}
.mdl-color--light-green-50 {
 background-color: #f1f8e9 !important;
}
.mdl-color-text--light-green-100 {
 color: #dcedc8 !important;
}
.mdl-color--light-green-100 {
 background-color: #dcedc8 !important;
}
.mdl-color-text--light-green-200 {
 color: #c5e1a5 !important;
}
.mdl-color--light-green-200 {
 background-color: #c5e1a5 !important;
}
.mdl-color-text--light-green-300 {
 color: #aed581 !important;
}
.mdl-color--light-green-300 {
 background-color: #aed581 !important;
}
.mdl-color-text--light-green-400 {
 color: #9ccc65 !important;
}
.mdl-color--light-green-400 {
 background-color: #9ccc65 !important;
}
.mdl-color-text--light-green-500 {
 color: #8bc34a !important;
}
.mdl-color--light-green-500 {
 background-color: #8bc34a !important;
}
.mdl-color-text--light-green-600 {
 color: #7cb342 !important;
}
.mdl-color--light-green-600 {
 background-color: #7cb342 !important;
}
.mdl-color-text--light-green-700 {
 color: #689f38 !important;
}
.mdl-color--light-green-700 {
 background-color: #689f38 !important;
}
.mdl-color-text--light-green-800 {
 color: #558b2f !important;
}
.mdl-color--light-green-800 {
 background-color: #558b2f !important;
}
.mdl-color-text--light-green-900 {
 color: #33691e !important;
}
.mdl-color--light-green-900 {
 background-color: #33691e !important;
}
.mdl-color-text--light-green-A100 {
 color: #ccff90 !important;
}
.mdl-color--light-green-A100 {
 background-color: #ccff90 !important;
}
.mdl-color-text--light-green-A200 {
 color: #b2ff59 !important;
}
.mdl-color--light-green-A200 {
 background-color: #b2ff59 !important;
}
.mdl-color-text--light-green-A400 {
 color: #76ff03 !important;
}
.mdl-color--light-green-A400 {
 background-color: #76ff03 !important;
}
.mdl-color-text--light-green-A700 {
 color: #64dd17 !important;
}
.mdl-color--light-green-A700 {
 background-color: #64dd17 !important;
}
.mdl-color-text--lime {
 color: #cddc39 !important;
}
.mdl-color--lime {
 background-color: #cddc39 !important;
}
.mdl-color-text--lime-50 {
 color: #f9fbe7 !important;
}
.mdl-color--lime-50 {
 background-color: #f9fbe7 !important;
}
.mdl-color-text--lime-100 {
 color: #f0f4c3 !important;
}
.mdl-color--lime-100 {
 background-color: #f0f4c3 !important;
}
.mdl-color-text--lime-200 {
 color: #e6ee9c !important;
}
.mdl-color--lime-200 {
 background-color: #e6ee9c !important;
}
.mdl-color-text--lime-300 {
 color: #dce775 !important;
}
.mdl-color--lime-300 {
 background-color: #dce775 !important;
}
.mdl-color-text--lime-400 {
 color: #d4e157 !important;
}
.mdl-color--lime-400 {
 background-color: #d4e157 !important;
}
.mdl-color-text--lime-500 {
 color: #cddc39 !important;
}
.mdl-color--lime-500 {
 background-color: #cddc39 !important;
}
.mdl-color-text--lime-600 {
 color: #c0ca33 !important;
}
.mdl-color--lime-600 {
 background-color: #c0ca33 !important;
}
.mdl-color-text--lime-700 {
 color: #afb42b !important;
}
.mdl-color--lime-700 {
 background-color: #afb42b !important;
}
.mdl-color-text--lime-800 {
 color: #9e9d24 !important;
}
.mdl-color--lime-800 {
 background-color: #9e9d24 !important;
}
.mdl-color-text--lime-900 {
 color: #827717 !important;
}
.mdl-color--lime-900 {
 background-color: #827717 !important;
}
.mdl-color-text--lime-A100 {
 color: #f4ff81 !important;
}
.mdl-color--lime-A100 {
 background-color: #f4ff81 !important;
}
.mdl-color-text--lime-A200 {
 color: #eeff41 !important;
}
.mdl-color--lime-A200 {
 background-color: #eeff41 !important;
}
.mdl-color-text--lime-A400 {
 color: #c6ff00 !important;
}
.mdl-color--lime-A400 {
 background-color: #c6ff00 !important;
}
.mdl-color-text--lime-A700 {
 color: #aeea00 !important;
}
.mdl-color--lime-A700 {
 background-color: #aeea00 !important;
}
.mdl-color-text--yellow {
 color: #ffeb3b !important;
}
.mdl-color--yellow {
 background-color: #ffeb3b !important;
}
.mdl-color-text--yellow-50 {
 color: #fffde7 !important;
}
.mdl-color--yellow-50 {
 background-color: #fffde7 !important;
}
.mdl-color-text--yellow-100 {
 color: #fff9c4 !important;
}
.mdl-color--yellow-100 {
 background-color: #fff9c4 !important;
}
.mdl-color-text--yellow-200 {
 color: #fff59d !important;
}
.mdl-color--yellow-200 {
 background-color: #fff59d !important;
}
.mdl-color-text--yellow-300 {
 color: #fff176 !important;
}
.mdl-color--yellow-300 {
 background-color: #fff176 !important;
}
.mdl-color-text--yellow-400 {
 color: #ffee58 !important;
}
.mdl-color--yellow-400 {
 background-color: #ffee58 !important;
}
.mdl-color-text--yellow-500 {
 color: #ffeb3b !important;
}
.mdl-color--yellow-500 {
 background-color: #ffeb3b !important;
}
.mdl-color-text--yellow-600 {
 color: #fdd835 !important;
}
.mdl-color--yellow-600 {
 background-color: #fdd835 !important;
}
.mdl-color-text--yellow-700 {
 color: #fbc02d !important;
}
.mdl-color--yellow-700 {
 background-color: #fbc02d !important;
}
.mdl-color-text--yellow-800 {
 color: #f9a825 !important;
}
.mdl-color--yellow-800 {
 background-color: #f9a825 !important;
}
.mdl-color-text--yellow-900 {
 color: #f57f17 !important;
}
.mdl-color--yellow-900 {
 background-color: #f57f17 !important;
}
.mdl-color-text--yellow-A100 {
 color: #ffff8d !important;
}
.mdl-color--yellow-A100 {
 background-color: #ffff8d !important;
}
.mdl-color-text--yellow-A200 {
 color: #ff0 !important;
}
.mdl-color--yellow-A200 {
 background-color: #ff0 !important;
}
.mdl-color-text--yellow-A400 {
 color: #ffea00 !important;
}
.mdl-color--yellow-A400 {
 background-color: #ffea00 !important;
}
.mdl-color-text--yellow-A700 {
 color: #ffd600 !important;
}
.mdl-color--yellow-A700 {
 background-color: #ffd600 !important;
}
.mdl-color-text--amber {
 color: #ffc107 !important;
}
.mdl-color--amber {
 background-color: #ffc107 !important;
}
.mdl-color-text--amber-50 {
 color: #fff8e1 !important;
}
.mdl-color--amber-50 {
 background-color: #fff8e1 !important;
}
.mdl-color-text--amber-100 {
 color: #ffecb3 !important;
}
.mdl-color--amber-100 {
 background-color: #ffecb3 !important;
}
.mdl-color-text--amber-200 {
 color: #ffe082 !important;
}
.mdl-color--amber-200 {
 background-color: #ffe082 !important;
}
.mdl-color-text--amber-300 {
 color: #ffd54f !important;
}
.mdl-color--amber-300 {
 background-color: #ffd54f !important;
}
.mdl-color-text--amber-400 {
 color: #ffca28 !important;
}
.mdl-color--amber-400 {
 background-color: #ffca28 !important;
}
.mdl-color-text--amber-500 {
 color: #ffc107 !important;
}
.mdl-color--amber-500 {
 background-color: #ffc107 !important;
}
.mdl-color-text--amber-600 {
 color: #ffb300 !important;
}
.mdl-color--amber-600 {
 background-color: #ffb300 !important;
}
.mdl-color-text--amber-700 {
 color: #ffa000 !important;
}
.mdl-color--amber-700 {
 background-color: #ffa000 !important;
}
.mdl-color-text--amber-800 {
 color: #ff8f00 !important;
}
.mdl-color--amber-800 {
 background-color: #ff8f00 !important;
}
.mdl-color-text--amber-900 {
 color: #ff6f00 !important;
}
.mdl-color--amber-900 {
 background-color: #ff6f00 !important;
}
.mdl-color-text--amber-A100 {
 color: #ffe57f !important;
}
.mdl-color--amber-A100 {
 background-color: #ffe57f !important;
}
.mdl-color-text--amber-A200 {
 color: #ffd740 !important;
}
.mdl-color--amber-A200 {
 background-color: #ffd740 !important;
}
.mdl-color-text--amber-A400 {
 color: #ffc400 !important;
}
.mdl-color--amber-A400 {
 background-color: #ffc400 !important;
}
.mdl-color-text--amber-A700 {
 color: #ffab00 !important;
}
.mdl-color--amber-A700 {
 background-color: #ffab00 !important;
}
.mdl-color-text--orange {
 color: #ff9800 !important;
}
.mdl-color--orange {
 background-color: #ff9800 !important;
}
.mdl-color-text--orange-50 {
 color: #fff3e0 !important;
}
.mdl-color--orange-50 {
 background-color: #fff3e0 !important;
}
.mdl-color-text--orange-100 {
 color: #ffe0b2 !important;
}
.mdl-color--orange-100 {
 background-color: #ffe0b2 !important;
}
.mdl-color-text--orange-200 {
 color: #ffcc80 !important;
}
.mdl-color--orange-200 {
 background-color: #ffcc80 !important;
}
.mdl-color-text--orange-300 {
 color: #ffb74d !important;
}
.mdl-color--orange-300 {
 background-color: #ffb74d !important;
}
.mdl-color-text--orange-400 {
 color: #ffa726 !important;
}
.mdl-color--orange-400 {
 background-color: #ffa726 !important;
}
.mdl-color-text--orange-500 {
 color: #ff9800 !important;
}
.mdl-color--orange-500 {
 background-color: #ff9800 !important;
}
.mdl-color-text--orange-600 {
 color: #fb8c00 !important;
}
.mdl-color--orange-600 {
 background-color: #fb8c00 !important;
}
.mdl-color-text--orange-700 {
 color: #f57c00 !important;
}
.mdl-color--orange-700 {
 background-color: #f57c00 !important;
}
.mdl-color-text--orange-800 {
 color: #ef6c00 !important;
}
.mdl-color--orange-800 {
 background-color: #ef6c00 !important;
}
.mdl-color-text--orange-900 {
 color: #e65100 !important;
}
.mdl-color--orange-900 {
 background-color: #e65100 !important;
}
.mdl-color-text--orange-A100 {
 color: #ffd180 !important;
}
.mdl-color--orange-A100 {
 background-color: #ffd180 !important;
}
.mdl-color-text--orange-A200 {
 color: #ffab40 !important;
}
.mdl-color--orange-A200 {
 background-color: #ffab40 !important;
}
.mdl-color-text--orange-A400 {
 color: #ff9100 !important;
}
.mdl-color--orange-A400 {
 background-color: #ff9100 !important;
}
.mdl-color-text--orange-A700 {
 color: #ff6d00 !important;
}
.mdl-color--orange-A700 {
 background-color: #ff6d00 !important;
}
.mdl-color-text--deep-orange {
 color: #ff5722 !important;
}
.mdl-color--deep-orange {
 background-color: #ff5722 !important;
}
.mdl-color-text--deep-orange-50 {
 color: #fbe9e7 !important;
}
.mdl-color--deep-orange-50 {
 background-color: #fbe9e7 !important;
}
.mdl-color-text--deep-orange-100 {
 color: #ffccbc !important;
}
.mdl-color--deep-orange-100 {
 background-color: #ffccbc !important;
}
.mdl-color-text--deep-orange-200 {
 color: #ffab91 !important;
}
.mdl-color--deep-orange-200 {
 background-color: #ffab91 !important;
}
.mdl-color-text--deep-orange-300 {
 color: #ff8a65 !important;
}
.mdl-color--deep-orange-300 {
 background-color: #ff8a65 !important;
}
.mdl-color-text--deep-orange-400 {
 color: #ff7043 !important;
}
.mdl-color--deep-orange-400 {
 background-color: #ff7043 !important;
}
.mdl-color-text--deep-orange-500 {
 color: #ff5722 !important;
}
.mdl-color--deep-orange-500 {
 background-color: #ff5722 !important;
}
.mdl-color-text--deep-orange-600 {
 color: #f4511e !important;
}
.mdl-color--deep-orange-600 {
 background-color: #f4511e !important;
}
.mdl-color-text--deep-orange-700 {
 color: #e64a19 !important;
}
.mdl-color--deep-orange-700 {
 background-color: #e64a19 !important;
}
.mdl-color-text--deep-orange-800 {
 color: #d84315 !important;
}
.mdl-color--deep-orange-800 {
 background-color: #d84315 !important;
}
.mdl-color-text--deep-orange-900 {
 color: #bf360c !important;
}
.mdl-color--deep-orange-900 {
 background-color: #bf360c !important;
}
.mdl-color-text--deep-orange-A100 {
 color: #ff9e80 !important;
}
.mdl-color--deep-orange-A100 {
 background-color: #ff9e80 !important;
}
.mdl-color-text--deep-orange-A200 {
 color: #ff6e40 !important;
}
.mdl-color--deep-orange-A200 {
 background-color: #ff6e40 !important;
}
.mdl-color-text--deep-orange-A400 {
 color: #ff3d00 !important;
}
.mdl-color--deep-orange-A400 {
 background-color: #ff3d00 !important;
}
.mdl-color-text--deep-orange-A700 {
 color: #dd2c00 !important;
}
.mdl-color--deep-orange-A700 {
 background-color: #dd2c00 !important;
}
.mdl-color-text--brown {
 color: #795548 !important;
}
.mdl-color--brown {
 background-color: #795548 !important;
}
.mdl-color-text--brown-50 {
 color: #efebe9 !important;
}
.mdl-color--brown-50 {
 background-color: #efebe9 !important;
}
.mdl-color-text--brown-100 {
 color: #d7ccc8 !important;
}
.mdl-color--brown-100 {
 background-color: #d7ccc8 !important;
}
.mdl-color-text--brown-200 {
 color: #bcaaa4 !important;
}
.mdl-color--brown-200 {
 background-color: #bcaaa4 !important;
}
.mdl-color-text--brown-300 {
 color: #a1887f !important;
}
.mdl-color--brown-300 {
 background-color: #a1887f !important;
}
.mdl-color-text--brown-400 {
 color: #8d6e63 !important;
}
.mdl-color--brown-400 {
 background-color: #8d6e63 !important;
}
.mdl-color-text--brown-500 {
 color: #795548 !important;
}
.mdl-color--brown-500 {
 background-color: #795548 !important;
}
.mdl-color-text--brown-600 {
 color: #6d4c41 !important;
}
.mdl-color--brown-600 {
 background-color: #6d4c41 !important;
}
.mdl-color-text--brown-700 {
 color: #5d4037 !important;
}
.mdl-color--brown-700 {
 background-color: #5d4037 !important;
}
.mdl-color-text--brown-800 {
 color: #4e342e !important;
}
.mdl-color--brown-800 {
 background-color: #4e342e !important;
}
.mdl-color-text--brown-900 {
 color: #3e2723 !important;
}
.mdl-color--brown-900 {
 background-color: #3e2723 !important;
}
.mdl-color-text--grey {
 color: #9e9e9e !important;
}
.mdl-color--grey {
 background-color: #9e9e9e !important;
}
.mdl-color-text--grey-50 {
 color: #fafafa !important;
}
.mdl-color--grey-50 {
 background-color: #fafafa !important;
}
.mdl-color-text--grey-100 {
 color: #f5f5f5 !important;
}
.mdl-color--grey-100 {
 background-color: #f5f5f5 !important;
}
.mdl-color-text--grey-200 {
 color: #eee !important;
}
.mdl-color--grey-200 {
 background-color: #eee !important;
}
.mdl-color-text--grey-300 {
 color: #e0e0e0 !important;
}
.mdl-color--grey-300 {
 background-color: #e0e0e0 !important;
}
.mdl-color-text--grey-400 {
 color: #bdbdbd !important;
}
.mdl-color--grey-400 {
 background-color: #bdbdbd !important;
}
.mdl-color-text--grey-500 {
 color: #9e9e9e !important;
}
.mdl-color--grey-500 {
 background-color: #9e9e9e !important;
}
.mdl-color-text--grey-600 {
 color: #757575 !important;
}
.mdl-color--grey-600 {
 background-color: #757575 !important;
}
.mdl-color-text--grey-700 {
 color: #616161 !important;
}
.mdl-color--grey-700 {
 background-color: #616161 !important;
}
.mdl-color-text--grey-800 {
 color: #424242 !important;
}
.mdl-color--grey-800 {
 background-color: #424242 !important;
}
.mdl-color-text--grey-900 {
 color: #212121 !important;
}
.mdl-color--grey-900 {
 background-color: #212121 !important;
}
.mdl-color-text--blue-grey {
 color: #607d8b !important;
}
.mdl-color--blue-grey {
 background-color: #607d8b !important;
}
.mdl-color-text--blue-grey-50 {
 color: #eceff1 !important;
}
.mdl-color--blue-grey-50 {
 background-color: #eceff1 !important;
}
.mdl-color-text--blue-grey-100 {
 color: #cfd8dc !important;
}
.mdl-color--blue-grey-100 {
 background-color: #cfd8dc !important;
}
.mdl-color-text--blue-grey-200 {
 color: #b0bec5 !important;
}
.mdl-color--blue-grey-200 {
 background-color: #b0bec5 !important;
}
.mdl-color-text--blue-grey-300 {
 color: #90a4ae !important;
}
.mdl-color--blue-grey-300 {
 background-color: #90a4ae !important;
}
.mdl-color-text--blue-grey-400 {
 color: #78909c !important;
}
.mdl-color--blue-grey-400 {
 background-color: #78909c !important;
}
.mdl-color-text--blue-grey-500 {
 color: #607d8b !important;
}
.mdl-color--blue-grey-500 {
 background-color: #607d8b !important;
}
.mdl-color-text--blue-grey-600 {
 color: #546e7a !important;
}
.mdl-color--blue-grey-600 {
 background-color: #546e7a !important;
}
.mdl-color-text--blue-grey-700 {
 color: #455a64 !important;
}
.mdl-color--blue-grey-700 {
 background-color: #455a64 !important;
}
.mdl-color-text--blue-grey-800 {
 color: #37474f !important;
}
.mdl-color--blue-grey-800 {
 background-color: #37474f !important;
}
.mdl-color-text--blue-grey-900 {
 color: #263238 !important;
}
.mdl-color--blue-grey-900 {
 background-color: #263238 !important;
}
.mdl-color--black {
 background-color: #000 !important;
}
.mdl-color-text--black {
 color: #000 !important;
}
.mdl-color--white {
 background-color: #fff !important;
}
.mdl-color-text--white {
 color: #fff !important;
}
.mdl-color--primary {
 background-color: #3f51b5 !important;
}
.mdl-color--primary-contrast {
 background-color: #fff !important;
}
.mdl-color--primary-dark {
 background-color: #303f9f !important;
}
.mdl-color--accent {
 background-color: #f69049 !important;
}
.mdl-color--accent-contrast {
 background-color: #fff !important;
}
.mdl-color-text--primary {
 color: #3f51b5 !important;
}
.mdl-color-text--primary-contrast {
 color: #fff !important;
}
.mdl-color-text--primary-dark {
 color: #303f9f !important;
}
.mdl-color-text--accent {
 color: #f69049 !important;
}
.mdl-color-text--accent-contrast {
 color: #fff !important;
}
.mdl-shadow--2dp {
 box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.mdl-shadow--3dp {
 box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}
.mdl-shadow--4dp {
 box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}
.mdl-shadow--6dp {
 box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
.mdl-shadow--8dp {
 box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
.mdl-shadow--16dp {
 box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
.mdl-ripple {
 background: #000;
 border-radius: 50%;
 height: 50px;
 left: 0;
 opacity: 0;
 pointer-events: none;
 position: absolute;
 top: 0;
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 width: 50px;
 overflow: hidden;
}
.mdl-ripple.is-animating {
 -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.2, 1), width 0.3s cubic-bezier(0, 0, 0.2, 1), height 0.3s cubic-bezier(0, 0, 0.2, 1), opacity 0.6s cubic-bezier(0, 0, 0.2, 1);
 transition: transform 0.3s cubic-bezier(0, 0, 0.2, 1), width 0.3s cubic-bezier(0, 0, 0.2, 1), height 0.3s cubic-bezier(0, 0, 0.2, 1), opacity 0.6s cubic-bezier(0, 0, 0.2, 1);
}
.mdl-ripple.is-visible {
 opacity: 0.3;
}
.mdl-animation--default,
.mdl-animation--fast-out-slow-in {
 -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
 transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.mdl-animation--linear-out-slow-in {
 -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
 transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.mdl-animation--fast-out-linear-in {
 -webkit-transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
 transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.mdl-badge {
 position: relative;
 white-space: nowrap;
 margin-right: 24px;
}
.mdl-badge:not([data-badge]) {
 margin-right: auto;
}
.mdl-badge[data-badge]:after {
 content: attr(data-badge);
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
 -webkit-flex-direction: row;
 -ms-flex-direction: row;
 flex-direction: row;
 -webkit-flex-wrap: wrap;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 -webkit-box-pack: center;
 -webkit-justify-content: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-align-content: center;
 -ms-flex-line-pack: center;
 align-content: center;
 -webkit-box-align: center;
 -webkit-align-items: center;
 -ms-flex-align: center;
 align-items: center;
 position: absolute;
 top: -11px;
 right: -24px;
 font-weight: 400;
 font-size: 12px;
 width: 22px;
 height: 22px;
 border-radius: 50%;
 background: #f69049;
 color: #fff;
}
.mdl-button .mdl-badge[data-badge]:after {
 top: -10px;
 right: -5px;
}
.mdl-badge.mdl-badge--no-background[data-badge]:after {
 color: #f69049;
 background: rgba(255, 255, 255, 0.2);
 box-shadow: 0 0 1px gray;
}
.mdl-button {
 background: 0 0;
 border: none;
 border-radius: 2px;
 color: #000;
 display: block;
 position: relative;
 height: 36px;
 min-width: 64px;
 padding: 0 8px;
 display: inline-block;
 font-size: 14px;
 font-weight: 500;
 text-transform: uppercase;
 letter-spacing: 0;
 overflow: hidden;
 will-change: box-shadow, transform;
 -webkit-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
 transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
 outline: 0;
 cursor: pointer;
 text-decoration: none;
 text-align: center;
 line-height: 36px;
 vertical-align: middle;
}
.mdl-button::-moz-focus-inner {
 border: 0;
}
.mdl-button:hover {
 background-color: rgba(158, 158, 158, 0.2);
}
.mdl-button:focus:not(:active) {
 background-color: rgba(0, 0, 0, 0.12);
}
.mdl-button:active {
 background-color: rgba(158, 158, 158, 0.4);
}
.mdl-button[disabled][disabled] {
 color: rgba(0, 0, 0, 0.26);
 cursor: auto;
 background-color: transparent;
}
.mdl-button.mdl-button--colored {
 color: #3f51b5;
}
.mdl-button.mdl-button--colored:focus:not(:active) {
 background-color: rgba(0, 0, 0, 0.12);
}
.mdl-button--raised {
 background: rgba(158, 158, 158, 0.2);
 box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.mdl-button--raised:active {
 box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
 background-color: rgba(158, 158, 158, 0.4);
}
.mdl-button--raised:focus:not(:active) {
 box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36);
 background-color: rgba(158, 158, 158, 0.4);
}
.mdl-button--raised.mdl-button--colored {
 background: #3f51b5;
 color: #fff;
}
.mdl-button--raised.mdl-button--colored:hover {
 background-color: #3f51b5;
}
.mdl-button--raised.mdl-button--colored:active {
 background-color: #3f51b5;
}
.mdl-button--raised.mdl-button--colored:focus:not(:active) {
 background-color: #3f51b5;
}
.mdl-button--raised.mdl-button--colored .mdl-ripple {
 background: #fff;
}
.mdl-button--raised[disabled][disabled] {
 background-color: rgba(0, 0, 0, 0.12);
 color: rgba(0, 0, 0, 0.26);
 box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.mdl-button--fab {
 border-radius: 50%;
 font-size: 24px;
 height: 56px;
 margin: auto;
 min-width: 56px;
 width: 56px;
 padding: 0;
 overflow: hidden;
 background: rgba(158, 158, 158, 0.2);
 box-shadow: 0 1px 1.5px 0 rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.24);
 position: relative;
 line-height: normal;
}
.mdl-button--fab .material-icons {
 position: absolute;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-12px, -12px);
 -ms-transform: translate(-12px, -12px);
 transform: translate(-12px, -12px);
 line-height: 24px;
 width: 24px;
}
.mdl-button--fab.mdl-button--mini-fab {
 height: 40px;
 min-width: 40px;
 width: 40px;
}
.mdl-button--fab .mdl-button__ripple-container {
 border-radius: 50%;
 -webkit-mask-image: -webkit-radial-gradient(circle, #fff, #000);
}
.mdl-button--fab:active {
 box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
 background-color: rgba(158, 158, 158, 0.4);
}
.mdl-button--fab:focus:not(:active) {
 box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36);
 background-color: rgba(158, 158, 158, 0.4);
}
.mdl-button--fab.mdl-button--colored {
 background: #f69049;
 color: #fff;
}
.mdl-button--fab.mdl-button--colored:hover {
 background-color: #f69049;
}
.mdl-button--fab.mdl-button--colored:focus:not(:active) {
 background-color: #f69049;
}
.mdl-button--fab.mdl-button--colored:active {
 background-color: #f69049;
}
.mdl-button--fab.mdl-button--colored .mdl-ripple {
 background: #fff;
}
.mdl-button--fab[disabled][disabled] {
 background-color: rgba(0, 0, 0, 0.12);
 color: rgba(0, 0, 0, 0.26);
 box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.mdl-button--icon {
 border-radius: 50%;
 font-size: 24px;
 height: 32px;
 margin-left: 0;
 margin-right: 0;
 min-width: 32px;
 width: 32px;
 padding: 0;
 overflow: hidden;
 color: inherit;
 line-height: normal;
}
.mdl-button--icon .material-icons {
 position: absolute;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-12px, -12px);
 -ms-transform: translate(-12px, -12px);
 transform: translate(-12px, -12px);
 line-height: 24px;
 width: 24px;
}
.mdl-button--icon.mdl-button--mini-icon {
 height: 24px;
 min-width: 24px;
 width: 24px;
}
.mdl-button--icon.mdl-button--mini-icon .material-icons {
 top: 0;
 left: 0;
}
.mdl-button--icon .mdl-button__ripple-container {
 border-radius: 50%;
 -webkit-mask-image: -webkit-radial-gradient(circle, #fff, #000);
}
.mdl-button__ripple-container {
 display: block;
 height: 100%;
 left: 0;
 position: absolute;
 top: 0;
 width: 100%;
 z-index: 0;
 overflow: hidden;
}
.mdl-button[disabled] .mdl-button__ripple-container .mdl-ripple {
 background-color: transparent;
}
.mdl-button--primary.mdl-button--primary {
 color: #3f51b5;
}
.mdl-button--primary.mdl-button--primary .mdl-ripple {
 background: #fff;
}
.mdl-button--primary.mdl-button--primary.mdl-button--fab,
.mdl-button--primary.mdl-button--primary.mdl-button--raised {
 color: #fff;
 background-color: #3f51b5;
}
.mdl-button--accent.mdl-button--accent {
 color: #f69049;
}
.mdl-button--accent.mdl-button--accent .mdl-ripple {
 background: #fff;
}
.mdl-button--accent.mdl-button--accent.mdl-button--fab,
.mdl-button--accent.mdl-button--accent.mdl-button--raised {
 color: #fff;
 background-color: #f69049;
}
.mdl-card {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -webkit-flex-direction: column;
 -ms-flex-direction: column;
 flex-direction: column;
 font-size: 16px;
 min-height: 200px;
 overflow: hidden;
 width: 330px;
 z-index: 1;
 position: relative;
 background: #fff;
 border-radius: 2px;
 box-sizing: border-box;
}
.mdl-card__media {
 background-color: #f69049;
 background-repeat: repeat;
 background-position: 50% 50%;
 background-size: cover;
 background-origin: padding-box;
 background-attachment: scroll;
 box-sizing: border-box;
}
.mdl-card__title {
 -webkit-box-align: center;
 -webkit-align-items: center;
 -ms-flex-align: center;
 align-items: center;
 color: #000;
 display: block;
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: stretch;
 -webkit-justify-content: stretch;
 -ms-flex-pack: stretch;
 justify-content: stretch;
 line-height: normal;
 padding: 16px;
 -webkit-perspective-origin: 165px 56px;
 perspective-origin: 165px 56px;
 -webkit-transform-origin: 165px 56px;
 -ms-transform-origin: 165px 56px;
 transform-origin: 165px 56px;
 box-sizing: border-box;
}
.mdl-card__title.mdl-card--border {
 border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mdl-card__title-text {
 -webkit-align-self: flex-end;
 -ms-flex-item-align: end;
 align-self: flex-end;
 color: inherit;
 display: block;
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 font-size: 24px;
 font-weight: 300;
 line-height: normal;
 overflow: hidden;
 -webkit-transform-origin: 149px 48px;
 -ms-transform-origin: 149px 48px;
 transform-origin: 149px 48px;
 margin: 0;
}
.mdl-card__subtitle-text {
 font-size: 14px;
 color: grey;
 margin: 0;
}
.mdl-card__supporting-text {
 color: rgba(0, 0, 0, 0.87);
 font-size: 13px;
 line-height: 18px;
 overflow: hidden;
 padding: 16px;
 width: 90%;
}
.mdl-card__actions {
 font-size: 16px;
 line-height: normal;
 width: 100%;
 background-color: transparent;
 padding: 8px;
 box-sizing: border-box;
}
.mdl-card__actions.mdl-card--border {
 border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.mdl-card--expand {
 -webkit-box-flex: 1;
 -webkit-flex-grow: 1;
 -ms-flex-positive: 1;
 flex-grow: 1;
}
.mdl-card__menu {
 position: absolute;
 right: 16px;
 top: 16px;
}
.mdl-checkbox {
 position: relative;
 z-index: 1;
 vertical-align: middle;
 display: inline-block;
 box-sizing: border-box;
 height: 24px;
 margin: 0;
 padding: 0;
 /*width: 300px;*/
}
.mdl-checkbox.is-upgraded {
 /*padding-left: 24px;*/
}
.mdl-checkbox__input {
 line-height: 24px;
}
.mdl-checkbox.is-upgraded .mdl-checkbox__input {
 position: absolute;
 width: 0;
 height: 0;
 margin: 0;
 padding: 0;
 opacity: 0;
 -ms-appearance: none;
 -moz-appearance: none;
 -webkit-appearance: none;
 appearance: none;
 border: none;
}
.mdl-checkbox__box-outline {
 position: relative;
 top: 3px;
 left: 0;
 display: table;
 box-sizing: border-box;
 width: 20px;
 height: 20px;
 margin: 0;
 cursor: pointer;
 overflow: hidden;
 border: 2px solid rgba(0,0,0,.54);
 border-radius: 2px;
 z-index: 2;
 float: right;
}
.mdl-checkbox.is-checked .mdl-checkbox__box-outline {
 border: 2px solid #3f51b5;
}
.mdl-checkbox.is-disabled .mdl-checkbox__box-outline {
 border: 2px solid rgba(0, 0, 0, 0.26);
 cursor: auto;
}
.mdl-checkbox__focus-helper {
 position: absolute;
 top: 3px;
 left: 0;
 display: inline-block;
 box-sizing: border-box;
 width: 16px;
 height: 16px;
 border-radius: 50%;
 background-color: transparent;
}


.mdl-checkbox.is-focused .mdl-checkbox__focus-helper {
 box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.1);
 background-color: rgba(0, 0, 0, 0.1);
}
.mdl-checkbox.is-focused.is-checked .mdl-checkbox__focus-helper {
 box-shadow: 0 0 0 8px rgba(63, 81, 181, 0.26);
 background-color: rgba(63, 81, 181, 0.26);
}


.mdl-checkbox__tick-outline {
 position: absolute;
 top: 0;
 left: 0;
 height: 100%;
 width: 100%;
 -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8ZGVmcz4KICAgIDxjbGlwUGF0aCBpZD0iY2xpcCI+CiAgICAgIDxwYXRoCiAgICAgICAgIGQ9Ik0gMCwwIDAsMSAxLDEgMSwwIDAsMCB6IE0gMC44NTM0Mzc1LDAuMTY3MTg3NSAwLjk1OTY4NzUsMC4yNzMxMjUgMC40MjkzNzUsMC44MDM0Mzc1IDAuMzIzMTI1LDAuOTA5Njg3NSAwLjIxNzE4NzUsMC44MDM0Mzc1IDAuMDQwMzEyNSwwLjYyNjg3NSAwLjE0NjU2MjUsMC41MjA2MjUgMC4zMjMxMjUsMC42OTc1IDAuODUzNDM3NSwwLjE2NzE4NzUgeiIKICAgICAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KICAgIDwvY2xpcFBhdGg+CiAgICA8bWFzayBpZD0ibWFzayIgbWFza1VuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgbWFza0NvbnRlbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPgogICAgICA8cGF0aAogICAgICAgICBkPSJNIDAsMCAwLDEgMSwxIDEsMCAwLDAgeiBNIDAuODUzNDM3NSwwLjE2NzE4NzUgMC45NTk2ODc1LDAuMjczMTI1IDAuNDI5Mzc1LDAuODAzNDM3NSAwLjMyMzEyNSwwLjkwOTY4NzUgMC4yMTcxODc1LDAuODAzNDM3NSAwLjA0MDMxMjUsMC42MjY4NzUgMC4xNDY1NjI1LDAuNTIwNjI1IDAuMzIzMTI1LDAuNjk3NSAwLjg1MzQzNzUsMC4xNjcxODc1IHoiCiAgICAgICAgIHN0eWxlPSJmaWxsOiNmZmZmZmY7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmUiIC8+CiAgICA8L21hc2s+CiAgPC9kZWZzPgogIDxyZWN0CiAgICAgd2lkdGg9IjEiCiAgICAgaGVpZ2h0PSIxIgogICAgIHg9IjAiCiAgICAgeT0iMCIKICAgICBjbGlwLXBhdGg9InVybCgjY2xpcCkiCiAgICAgc3R5bGU9ImZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KPC9zdmc+Cg==);
 mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8ZGVmcz4KICAgIDxjbGlwUGF0aCBpZD0iY2xpcCI+CiAgICAgIDxwYXRoCiAgICAgICAgIGQ9Ik0gMCwwIDAsMSAxLDEgMSwwIDAsMCB6IE0gMC44NTM0Mzc1LDAuMTY3MTg3NSAwLjk1OTY4NzUsMC4yNzMxMjUgMC40MjkzNzUsMC44MDM0Mzc1IDAuMzIzMTI1LDAuOTA5Njg3NSAwLjIxNzE4NzUsMC44MDM0Mzc1IDAuMDQwMzEyNSwwLjYyNjg3NSAwLjE0NjU2MjUsMC41MjA2MjUgMC4zMjMxMjUsMC42OTc1IDAuODUzNDM3NSwwLjE2NzE4NzUgeiIKICAgICAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KICAgIDwvY2xpcFBhdGg+CiAgICA8bWFzayBpZD0ibWFzayIgbWFza1VuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgbWFza0NvbnRlbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPgogICAgICA8cGF0aAogICAgICAgICBkPSJNIDAsMCAwLDEgMSwxIDEsMCAwLDAgeiBNIDAuODUzNDM3NSwwLjE2NzE4NzUgMC45NTk2ODc1LDAuMjczMTI1IDAuNDI5Mzc1LDAuODAzNDM3NSAwLjMyMzEyNSwwLjkwOTY4NzUgMC4yMTcxODc1LDAuODAzNDM3NSAwLjA0MDMxMjUsMC42MjY4NzUgMC4xNDY1NjI1LDAuNTIwNjI1IDAuMzIzMTI1LDAuNjk3NSAwLjg1MzQzNzUsMC4xNjcxODc1IHoiCiAgICAgICAgIHN0eWxlPSJmaWxsOiNmZmZmZmY7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmUiIC8+CiAgICA8L21hc2s+CiAgPC9kZWZzPgogIDxyZWN0CiAgICAgd2lkdGg9IjEiCiAgICAgaGVpZ2h0PSIxIgogICAgIHg9IjAiCiAgICAgeT0iMCIKICAgICBjbGlwLXBhdGg9InVybCgjY2xpcCkiCiAgICAgc3R5bGU9ImZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KPC9zdmc+Cg==);
 background: 0 0;
 -webkit-transition-duration: 0.28s;
 transition-duration: 0.28s;
 -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
 transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
 -webkit-transition-property: background;
 transition-property: background;
}
.mdl-checkbox.is-checked .mdl-checkbox__tick-outline {
 background: #3f51b5
 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K);
}
.mdl-checkbox.is-checked.is-disabled .mdl-checkbox__tick-outline {
 background: rgba(0, 0, 0, 0.26)
 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K);
}
.mdl-checkbox__label {
 position: relative;
 cursor: pointer;
 font-size: 16px;
 line-height: 24px;
 margin: 0;
 float:left;
}
.mdl-checkbox.is-disabled .mdl-checkbox__label {
 color: rgba(0, 0, 0, 0.26);
 cursor: auto;
}
.mdl-checkbox__ripple-container {
 position: absolute;
 z-index: 2;
 top: -6px;
 left: -10px;
 box-sizing: border-box;
 width: 36px;
 height: 36px;
 border-radius: 50%;
 cursor: pointer;
 overflow: hidden;
 -webkit-mask-image: -webkit-radial-gradient(circle, #fff, #000);
}
.mdl-checkbox__ripple-container .mdl-ripple {
 background: #3f51b5;
}
.mdl-checkbox.is-disabled .mdl-checkbox__ripple-container {
 cursor: auto;
}
.mdl-checkbox.is-disabled .mdl-checkbox__ripple-container .mdl-ripple {
 background: 0 0;
}
.mdl-data-table {
 position: relative;
 border: 1px solid rgba(0, 0, 0, 0.12);
 border-collapse: collapse;
 white-space: nowrap;
 font-size: 13px;
 background-color: #fff;
}
.mdl-data-table thead {
 padding-bottom: 3px;
}
.mdl-data-table thead .mdl-data-table__select {
 margin-top: 0;
}
.mdl-data-table tbody tr {
 position: relative;
 height: 48px;
 -webkit-transition-duration: 0.28s;
 transition-duration: 0.28s;
 -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
 transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
 -webkit-transition-property: background-color;
 transition-property: background-color;
}
.mdl-data-table tbody tr.is-selected {
 background-color: #e0e0e0;
}
.mdl-data-table tbody tr:hover {
 background-color: #eee;
}
.mdl-data-table td {
 text-align: right;
}
.mdl-data-table th {
 padding: 0 18px 0 18px;
 text-align: right;
}
.mdl-data-table td:first-of-type,
.mdl-data-table th:first-of-type {
 padding-left: 24px;
}
.mdl-data-table td:last-of-type,
.mdl-data-table th:last-of-type {
 padding-right: 24px;
}
.mdl-data-table td {
 position: relative;
 vertical-align: top;
 border-top: 1px solid rgba(0, 0, 0, 0.12);
 border-bottom: 1px solid rgba(0, 0, 0, 0.12);
 padding: 15px;
 box-sizing: border-box;
 vertical-align: middle;
}
.mdl-data-table td .mdl-data-table__select {
 vertical-align: top;
 position: absolute;
 left: 24px;
}
.mdl-data-table th {
 position: relative;
 vertical-align: bottom;
 text-overflow: ellipsis;
 font-weight: 700;
 line-height: 24px;
 letter-spacing: 0;
 height: 48px;
 font-size: 12px;
 color: rgba(0, 0, 0, 0.54);
 padding-bottom: 8px;
 box-sizing: border-box;
}
.mdl-data-table th .mdl-data-table__select {
 position: relative;
}
.mdl-data-table__select {
 width: 16px;
}
.mdl-data-table__cell--non-numeric.mdl-data-table__cell--non-numeric {
 text-align: left;
}
.mdl-mega-footer {
 padding: 16px 40px;
 color: #9e9e9e;
 background-color: #424242;
}
.mdl-mega-footer--bottom-section:after,
.mdl-mega-footer--middle-section:after,
.mdl-mega-footer--top-section:after {
 content: "";
 display: block;
 clear: both;
}
.mdl-mega-footer--left-section,
.mdl-mega-footer--right-section {
 margin-bottom: 16px;
}
.mdl-mega-footer--right-section a {
 display: block;
 margin-bottom: 16px;
 color: inherit;
 text-decoration: none;
}
@media screen and (min-width: 760px) {
 .mdl-mega-footer--left-section {
  float: left;
 }
 .mdl-mega-footer--right-section {
  float: right;
 }
 .mdl-mega-footer--right-section a {
  display: inline-block;
  margin-left: 16px;
  line-height: 36px;
  vertical-align: middle;
 }
}
.mdl-mega-footer--social-btn {
 width: 36px;
 height: 36px;
 padding: 0;
 margin: 0;
 background-color: #9e9e9e;
 border: none;
}
.mdl-mega-footer--drop-down-section {
 display: block;
 position: relative;
}
@media screen and (min-width: 760px) {
 .mdl-mega-footer--drop-down-section {
  width: 33%;
 }
 .mdl-mega-footer--drop-down-section:nth-child(1),
 .mdl-mega-footer--drop-down-section:nth-child(2) {
  float: left;
 }
 .mdl-mega-footer--drop-down-section:nth-child(3) {
  float: right;
 }
 .mdl-mega-footer--drop-down-section:nth-child(3):after {
  clear: right;
 }
 .mdl-mega-footer--drop-down-section:nth-child(4) {
  clear: right;
  float: right;
 }
 .mdl-mega-footer--middle-section:after {
  content: "";
  display: block;
  clear: both;
 }
 .mdl-mega-footer--bottom-section {
  padding-top: 0;
 }
}
@media screen and (min-width: 1024px) {
 .mdl-mega-footer--drop-down-section,
 .mdl-mega-footer--drop-down-section:nth-child(3),
 .mdl-mega-footer--drop-down-section:nth-child(4) {
  width: 24%;
  float: left;
 }
}
.mdl-mega-footer--heading-checkbox {
 position: absolute;
 width: 100%;
 height: 55.8px;
 padding: 32px;
 margin: -16px 0 0;
 cursor: pointer;
 z-index: 1;
 opacity: 0;
}
.mdl-mega-footer--heading-checkbox ~ .mdl-mega-footer--heading:after {
 content: "\E5CE";
}
.mdl-mega-footer--heading-checkbox:checked ~ ul {
 display: none;
}
.mdl-mega-footer--heading-checkbox:checked ~ .mdl-mega-footer--heading:after {
 font-family: "Material Icons";
 content: "\E5CF";
}
.mdl-mega-footer--heading {
 position: relative;
 width: 100%;
 padding-right: 39.8px;
 margin-bottom: 16px;
 box-sizing: border-box;
 font-size: 14px;
 line-height: 23.8px;
 font-weight: 500;
 white-space: nowrap;
 text-overflow: ellipsis;
 overflow: hidden;
 color: #e0e0e0;
}
.mdl-mega-footer--heading:after {
 content: "";
 position: absolute;
 top: 0;
 right: 0;
 display: block;
 width: 23.8px;
 height: 23.8px;
 background-size: cover;
}
.mdl-mega-footer--link-list {
 list-style: none;
 padding: 0;
 margin: 0 0 32px;
}
.mdl-mega-footer--link-list:after {
 clear: both;
 display: block;
 content: "";
}
.mdl-mega-footer--link-list li {
 font-size: 14px;
 font-weight: 400;
 letter-spacing: 0;
 line-height: 20px;
}
.mdl-mega-footer--link-list a {
 color: inherit;
 text-decoration: none;
 white-space: nowrap;
}
@media screen and (min-width: 760px) {
 .mdl-mega-footer--heading-checkbox {
  display: none;
 }
 .mdl-mega-footer--heading-checkbox ~ .mdl-mega-footer--heading:after {
  background-image: none;
 }
 .mdl-mega-footer--heading-checkbox:checked ~ ul {
  display: block;
 }
 .mdl-mega-footer--heading-checkbox:checked ~ .mdl-mega-footer--heading:after {
  content: "";
 }
}
.mdl-mega-footer--bottom-section {
 padding-top: 16px;
 margin-bottom: 16px;
}
.mdl-logo {
 margin-bottom: 16px;
 color: #fff;
}
.mdl-mega-footer--bottom-section .mdl-mega-footer--link-list li {
 float: left;
 margin-bottom: 0;
 margin-right: 16px;
}
@media screen and (min-width: 760px) {
 .mdl-logo {
  float: left;
  margin-bottom: 0;
  margin-right: 16px;
 }
}
.mdl-mini-footer {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-flex-flow: row wrap;
 -ms-flex-flow: row wrap;
 flex-flow: row wrap;
 -webkit-box-pack: justify;
 -webkit-justify-content: space-between;
 -ms-flex-pack: justify;
 justify-content: space-between;
 padding: 32px 16px;
 color: #9e9e9e;
 background-color: #424242;
}
.mdl-mini-footer:after {
 content: "";
 display: block;
}
.mdl-mini-footer .mdl-logo {
 line-height: 36px;
}
.mdl-mini-footer--link-list {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-flex-flow: row nowrap;
 -ms-flex-flow: row nowrap;
 flex-flow: row nowrap;
 list-style: none;
 margin: 0;
 padding: 0;
}
.mdl-mini-footer--link-list li {
 margin-bottom: 0;
 margin-right: 16px;
}
@media screen and (min-width: 760px) {
 .mdl-mini-footer--link-list li {
  line-height: 36px;
 }
}
.mdl-mini-footer--link-list a {
 color: inherit;
 text-decoration: none;
 white-space: nowrap;
}
.mdl-mini-footer--left-section {
 display: inline-block;
 -webkit-box-ordinal-group: 1;
 -webkit-order: 0;
 -ms-flex-order: 0;
 order: 0;
}
.mdl-mini-footer--right-section {
 display: inline-block;
 -webkit-box-ordinal-group: 2;
 -webkit-order: 1;
 -ms-flex-order: 1;
 order: 1;
}
.mdl-mini-footer--social-btn {
 width: 36px;
 height: 36px;
 padding: 0;
 margin: 0;
 background-color: #9e9e9e;
 border: none;
}
.mdl-icon-toggle {
 position: relative;
 z-index: 1;
 vertical-align: middle;
 display: inline-block;
 height: 32px;
 margin: 0;
 padding: 0;
}
.mdl-icon-toggle__input {
 line-height: 32px;
}
.mdl-icon-toggle.is-upgraded .mdl-icon-toggle__input {
 position: absolute;
 width: 0;
 height: 0;
 margin: 0;
 padding: 0;
 opacity: 0;
 -ms-appearance: none;
 -moz-appearance: none;
 -webkit-appearance: none;
 appearance: none;
 border: none;
}
.mdl-icon-toggle__label {
 display: inline-block;
 position: relative;
 cursor: pointer;
 height: 32px;
 width: 32px;
 min-width: 32px;
 color: #616161;
 border-radius: 50%;
 padding: 0;
 margin-left: 0;
 margin-right: 0;
 text-align: center;
 background-color: transparent;
 will-change: background-color;
 -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
 transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.mdl-icon-toggle__label.material-icons {
 line-height: 32px;
 font-size: 24px;
}
.mdl-icon-toggle.is-checked .mdl-icon-toggle__label {
 color: #3f51b5;
}
.mdl-icon-toggle.is-disabled .mdl-icon-toggle__label {
 color: rgba(0, 0, 0, 0.26);
 cursor: auto;
 -webkit-transition: none;
 transition: none;
}
.mdl-icon-toggle.is-focused .mdl-icon-toggle__label {
 background-color: rgba(0, 0, 0, 0.12);
}
.mdl-icon-toggle.is-focused.is-checked .mdl-icon-toggle__label {
 background-color: rgba(63, 81, 181, 0.26);
}
.mdl-icon-toggle__ripple-container {
 position: absolute;
 z-index: 2;
 top: -2px;
 left: -2px;
 box-sizing: border-box;
 width: 36px;
 height: 36px;
 border-radius: 50%;
 cursor: pointer;
 overflow: hidden;
 -webkit-mask-image: -webkit-radial-gradient(circle, #fff, #000);
}
.mdl-icon-toggle__ripple-container .mdl-ripple {
 background: #616161;
}
.mdl-icon-toggle.is-disabled .mdl-icon-toggle__ripple-container {
 cursor: auto;
}
.mdl-icon-toggle.is-disabled .mdl-icon-toggle__ripple-container .mdl-ripple {
 background: 0 0;
}
.mdl-menu__container {
 display: block;
 margin: 0;
 padding: 0;
 border: none;
 position: absolute;
 overflow: visible;
 height: 0;
 width: 0;
 z-index: -1;
}
.mdl-menu__container.is-visible {
 z-index: 999;
}
.mdl-menu__outline {
 display: block;
 background: #fff;
 margin: 0;
 padding: 0;
 border: none;
 border-radius: 2px;
 position: absolute;
 top: 0;
 left: 0;
 overflow: hidden;
 opacity: 0;
 -webkit-transform: scale(0);
 -ms-transform: scale(0);
 transform: scale(0);
 -webkit-transform-origin: 0 0;
 -ms-transform-origin: 0 0;
 transform-origin: 0 0;
 box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
 will-change: transform;
 -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
 transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
 z-index: -1;
}
.mdl-menu__container.is-visible .mdl-menu__outline {
 opacity: 1;
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
 z-index: 999;
}
.mdl-menu__outline.mdl-menu--bottom-right {
 -webkit-transform-origin: 100% 0;
 -ms-transform-origin: 100% 0;
 transform-origin: 100% 0;
}
.mdl-menu__outline.mdl-menu--top-left {
 -webkit-transform-origin: 0 100%;
 -ms-transform-origin: 0 100%;
 transform-origin: 0 100%;
}
.mdl-menu__outline.mdl-menu--top-right {
 -webkit-transform-origin: 100% 100%;
 -ms-transform-origin: 100% 100%;
 transform-origin: 100% 100%;
}
.mdl-menu {
 position: absolute;
 list-style: none;
 top: 0;
 left: 0;
 height: auto;
 width: auto;
 min-width: 124px;
 padding: 8px 0;
 margin: 0;
 opacity: 0;
 clip: rect(0 0 0 0);
 z-index: -1;
}
.mdl-menu__container.is-visible .mdl-menu {
 opacity: 1;
 z-index: 999;
}
.mdl-menu.is-animating {
 -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), clip 0.3s cubic-bezier(0.4, 0, 0.2, 1);
 transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), clip 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.mdl-menu.mdl-menu--bottom-right {
 left: auto;
 right: 0;
}
.mdl-menu.mdl-menu--top-left {
 top: auto;
 bottom: 0;
}
.mdl-menu.mdl-menu--top-right {
 top: auto;
 left: auto;
 bottom: 0;
 right: 0;
}
.mdl-menu.mdl-menu--unaligned {
 top: auto;
 left: auto;
}
.mdl-menu__item {
 display: block;
 border: none;
 color: rgba(0, 0, 0, 0.87);
 background-color: transparent;
 text-align: left;
 margin: 0;
 padding: 0 16px;
 outline-color: #bdbdbd;
 position: relative;
 overflow: hidden;
 font-size: 14px;
 font-weight: 400;
 letter-spacing: 0;
 text-decoration: none;
 cursor: pointer;
 height: 48px;
 width: 100%;
 line-height: 48px;
 white-space: nowrap;
 opacity: 0;
 -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
 transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}
.mdl-menu__container.is-visible .mdl-menu__item {
 opacity: 1;
}
.mdl-menu__item::-moz-focus-inner {
 border: 0;
}
.mdl-menu__item[disabled] {
 color: #bdbdbd;
 background-color: transparent;
 cursor: auto;
}
.mdl-menu__item[disabled]:hover {
 background-color: transparent;
}
.mdl-menu__item[disabled]:focus {
 background-color: transparent;
}
.mdl-menu__item[disabled] .mdl-ripple {
 background: 0 0;
}
.mdl-menu__item:hover {
 background-color: #eee;
}
.mdl-menu__item:focus {
 outline: 0;
 background-color: #eee;
}
.mdl-menu__item:active {
 background-color: #e0e0e0;
}
.mdl-menu__item--ripple-container {
 display: block;
 height: 100%;
 left: 0;
 position: absolute;
 top: 0;
 width: 100%;
 z-index: 0;
 overflow: hidden;
}
.mdl-progress {
 display: block;
 position: relative;
 height: 4px;
 width: 500px;
}
.mdl-progress > .bar {
 display: block;
 position: absolute;
 top: 0;
 bottom: 0;
 width: 0%;
 -webkit-transition: width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
 transition: width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.mdl-progress > .progressbar {
 background-color: #3f51b5;
 z-index: 1;
 left: 0;
}
.mdl-progress > .bufferbar {
 background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), -webkit-linear-gradient(left, #3f51b5, #3f51b5);
 background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), linear-gradient(to right, #3f51b5, #3f51b5);
 z-index: 0;
 left: 0;
}
.mdl-progress > .auxbar {
 right: 0;
}
@supports (-webkit-appearance: none) {
 .mdl-progress:not(.mdl-progress__indeterminate):not(.mdl-progress__indeterminate) > .auxbar {
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), -webkit-linear-gradient(left, #3f51b5, #3f51b5);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), linear-gradient(to right, #3f51b5, #3f51b5);
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjEyIiBoZWlnaHQ9IjQiIHZpZXdQb3J0PSIwIDAgMTIgNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxlbGxpcHNlIGN4PSIyIiBjeT0iMiIgcng9IjIiIHJ5PSIyIj4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSIyIiB0bz0iLTEwIiBkdXI9IjAuNnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogIDwvZWxsaXBzZT4KICA8ZWxsaXBzZSBjeD0iMTQiIGN5PSIyIiByeD0iMiIgcnk9IjIiIGNsYXNzPSJsb2FkZXIiPgogICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iY3giIGZyb209IjE0IiB0bz0iMiIgZHVyPSIwLjZzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4KICA8L2VsbGlwc2U+Cjwvc3ZnPgo=);
  mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjEyIiBoZWlnaHQ9IjQiIHZpZXdQb3J0PSIwIDAgMTIgNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxlbGxpcHNlIGN4PSIyIiBjeT0iMiIgcng9IjIiIHJ5PSIyIj4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9ImN4IiBmcm9tPSIyIiB0bz0iLTEwIiBkdXI9IjAuNnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPgogIDwvZWxsaXBzZT4KICA8ZWxsaXBzZSBjeD0iMTQiIGN5PSIyIiByeD0iMiIgcnk9IjIiIGNsYXNzPSJsb2FkZXIiPgogICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iY3giIGZyb209IjE0IiB0bz0iMiIgZHVyPSIwLjZzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4KICA8L2VsbGlwc2U+Cjwvc3ZnPgo=);
 }
}
.mdl-progress:not(.mdl-progress__indeterminate) > .auxbar {
 background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), -webkit-linear-gradient(left, #3f51b5, #3f51b5);
 background-image: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), linear-gradient(to right, #3f51b5, #3f51b5);
}
.mdl-progress.mdl-progress__indeterminate > .bar1 {
 -webkit-animation-name: indeterminate1;
 animation-name: indeterminate1;
}
.mdl-progress.mdl-progress__indeterminate > .bar1,
.mdl-progress.mdl-progress__indeterminate > .bar3 {
 background-color: #3f51b5;
 -webkit-animation-duration: 2s;
 animation-duration: 2s;
 -webkit-animation-iteration-count: infinite;
 animation-iteration-count: infinite;
 -webkit-animation-timing-function: linear;
 animation-timing-function: linear;
}
.mdl-progress.mdl-progress__indeterminate > .bar3 {
 background-image: none;
 -webkit-animation-name: indeterminate2;
 animation-name: indeterminate2;
}
@-webkit-keyframes indeterminate1 {
 0% {
  left: 0;
  width: 0%;
 }
 50% {
  left: 25%;
  width: 75%;
 }
 75% {
  left: 100%;
  width: 0%;
 }
}
@keyframes indeterminate1 {
 0% {
  left: 0;
  width: 0%;
 }
 50% {
  left: 25%;
  width: 75%;
 }
 75% {
  left: 100%;
  width: 0%;
 }
}
@-webkit-keyframes indeterminate2 {
 0%,
 50% {
  left: 0;
  width: 0%;
 }
 75% {
  left: 0;
  width: 25%;
 }
 100% {
  left: 100%;
  width: 0%;
 }
}
@keyframes indeterminate2 {
 0%,
 50% {
  left: 0;
  width: 0%;
 }
 75% {
  left: 0;
  width: 25%;
 }
 100% {
  left: 100%;
  width: 0%;
 }
}
.mdl-navigation {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-flex-wrap: nowrap;
 -ms-flex-wrap: nowrap;
 flex-wrap: nowrap;
 box-sizing: border-box;
}
.mdl-navigation__link {
 color: #646464;
 text-decoration: none;
 font-weight: 500;
 font-size: 13px;
 margin: 0;
}
.mdl-layout {
 width: 100%;
 height: 100%;
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -webkit-flex-direction: column;
 -ms-flex-direction: column;
 flex-direction: column;
 overflow-y: auto;
 overflow-x: hidden;
 position: relative;
 -webkit-overflow-scrolling: touch;
}
.mdl-layout.is-small-screen .mdl-layout--large-screen-only {
 display: none;
}
.mdl-layout:not(.is-small-screen) .mdl-layout--small-screen-only {
 display: none;
}
.mdl-layout__container {
 position: absolute;
 width: 100%;
 height: 100%;
}
.mdl-layout-title {
 display: block;
 position: relative;
 font-size: 20px;
 line-height: 1;
 letter-spacing: 0.02em;
 font-weight: 400;
 box-sizing: border-box;
}
.mdl-layout-spacer {
 -webkit-box-flex: 1;
 -webkit-flex-grow: 1;
 -ms-flex-positive: 1;
 flex-grow: 1;
}
.mdl-layout__drawer {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -webkit-flex-direction: column;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-flex-wrap: nowrap;
 -ms-flex-wrap: nowrap;
 flex-wrap: nowrap;
 width: 240px;
 height: 100%;
 max-height: 100%;
 position: absolute;
 top: 0;
 left: 0;
 box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
 box-sizing: border-box;
 border-right: 1px solid #e0e0e0;
 background: #fafafa;
 -webkit-transform: translateX(-250px);
 -ms-transform: translateX(-250px);
 transform: translateX(-250px);
 -webkit-transform-style: preserve-3d;
 transform-style: preserve-3d;
 will-change: transform;
 -webkit-transition-duration: 0.2s;
 transition-duration: 0.2s;
 -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
 transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
 -webkit-transition-property: -webkit-transform;
 transition-property: transform;
 color: #424242;
 overflow: visible;
 overflow-y: auto;
 z-index: 5;
}
.mdl-layout__drawer.is-visible {
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 transform: translateX(0);
}
.mdl-layout__drawer > * {
 -webkit-flex-shrink: 0;
 -ms-flex-negative: 0;
 flex-shrink: 0;
}
.mdl-layout__drawer > .mdl-layout-title {
 line-height: 64px;
 padding-left: 40px;
}
@media screen and (max-width: 850px) {
 .mdl-layout__drawer > .mdl-layout-title {
  line-height: 56px;
  padding-left: 16px;
 }
}
.mdl-layout__drawer .mdl-navigation {
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -webkit-flex-direction: column;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-box-align: stretch;
 -webkit-align-items: stretch;
 -ms-flex-align: stretch;
 align-items: stretch;
 padding-top: 16px;
 font-family: Cinzel;
}
.mdl-layout__drawer .mdl-navigation .mdl-navigation__link {
 display: block;
 -webkit-flex-shrink: 0;
 -ms-flex-negative: 0;
 flex-shrink: 0;
 padding: 16px 40px;
 margin: 0;
 font-size: 18px;
}
@media screen and (max-width: 850px) {
 .mdl-layout__drawer .mdl-navigation .mdl-navigation__link {
  padding: 16px;
 }
}
.mdl-layout__drawer .mdl-navigation .mdl-navigation__link:hover {
 background-color: #e0e0e0;
}
.mdl-layout__drawer .mdl-navigation .mdl-navigation__link--current {
 background-color: #000;
 color: #3f51b5;
}
@media screen and (min-width: 851px) {
 .mdl-layout--fixed-drawer > .mdl-layout__drawer {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
 }
}
.mdl-layout__drawer-button {
 display: block;
 position: absolute;
 height: 48px;
 width: 48px;
 border: 0;
 -webkit-flex-shrink: 0;
 -ms-flex-negative: 0;
 flex-shrink: 0;
 overflow: hidden;
 text-align: center;
 cursor: pointer;
 font-size: 26px;
 line-height: 50px;
 margin: 10px 12px;
 top: 0;
 left: 0;
 color: #fff;
 z-index: 4;
 background: #f69049;
 border: 1px solid #000;
}
.mdl-layout__header .mdl-layout__drawer-button {
 position: absolute;
 color: #fff;
}
@media screen and (max-width: 850px) {
 .mdl-layout__header .mdl-layout__drawer-button {
  margin: 4px;
 }
}
@media screen and (max-width: 850px) {
 .mdl-layout__drawer-button {
  margin: 4px;
  color: rgba(0, 0, 0, 0.5);
 }
}
@media screen and (min-width: 851px) {
 .mdl-layout--fixed-drawer > .mdl-layout__drawer-button {
  display: none;
 }
}
.mdl-layout__header {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -webkit-flex-direction: column;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-flex-wrap: nowrap;
 -ms-flex-wrap: nowrap;
 flex-wrap: nowrap;
 -webkit-box-pack: start;
 -webkit-justify-content: flex-start;
 -ms-flex-pack: start;
 justify-content: flex-start;
 box-sizing: border-box;
 -webkit-flex-shrink: 0;
 -ms-flex-negative: 0;
 flex-shrink: 0;
 width: 100%;
 margin: 0;
 padding: 0;
 border: none;
 min-height: 64px;
 max-height: 1000px;
 z-index: 3;
 color: #fff;
 box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
 -webkit-transition-duration: 0.2s;
 transition-duration: 0.2s;
 -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
 transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
 -webkit-transition-property: max-height, box-shadow;
 transition-property: max-height, box-shadow;
}
@media screen and (max-width: 850px) {
 .mdl-layout__header {
  min-height: 56px;
 }
}
.mdl-layout--fixed-drawer:not(.is-small-screen) > .mdl-layout__header {
 margin-left: 240px;
 width: calc(100% - 240px);
}
.mdl-layout__header > .mdl-layout-icon {
 position: absolute;
 left: 40px;
 top: 16px;
 height: 32px;
 width: 32px;
 overflow: hidden;
 z-index: 3;
 display: block;
}
@media screen and (max-width: 850px) {
 .mdl-layout__header > .mdl-layout-icon {
  left: 16px;
  top: 12px;
 }
}
.mdl-layout.has-drawer .mdl-layout__header > .mdl-layout-icon {
 display: none;
}
.mdl-layout__header.is-compact {
 max-height: 64px;
}
@media screen and (max-width: 850px) {
 .mdl-layout__header.is-compact {
  max-height: 56px;
 }
}
.mdl-layout__header.is-compact.has-tabs {
 height: 112px;
}
@media screen and (max-width: 850px) {
 .mdl-layout__header.is-compact.has-tabs {
  min-height: 104px;
 }
}
@media screen and (max-width: 850px) {
 .mdl-layout__header {
  display: none;
 }
 .mdl-layout--fixed-header > .mdl-layout__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
 }
}
.mdl-layout__header--transparent.mdl-layout__header--transparent {
 background-color: transparent;
 box-shadow: none;
}
.mdl-layout__header--scroll,
.mdl-layout__header--seamed {
 box-shadow: none;
}
.mdl-layout__header--waterfall {
 box-shadow: none;
 overflow: hidden;
}
.mdl-layout__header--waterfall.is-casting-shadow {
 box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.mdl-layout__header-row {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
 -webkit-flex-direction: row;
 -ms-flex-direction: row;
 flex-direction: row;
 -webkit-flex-wrap: nowrap;
 -ms-flex-wrap: nowrap;
 flex-wrap: nowrap;
 -webkit-flex-shrink: 0;
 -ms-flex-negative: 0;
 flex-shrink: 0;
 box-sizing: border-box;
 -webkit-align-self: stretch;
 -ms-flex-item-align: stretch;
 align-self: stretch;
 -webkit-box-align: center;
 -webkit-align-items: center;
 -ms-flex-align: center;
 align-items: center;
 height: 64px;
 margin: 0;
 padding: 0 40px 0 80px;
}
@media screen and (max-width: 850px) {
 .mdl-layout__header-row {
  height: 56px;
  padding: 0 16px 0 72px;
 }
}
.mdl-layout__header-row > * {
 -webkit-flex-shrink: 0;
 -ms-flex-negative: 0;
 flex-shrink: 0;
}
.mdl-layout__header--scroll .mdl-layout__header-row {
 width: 100%;
}
.mdl-layout__header-row .mdl-navigation {
 margin: 0;
 padding: 0;
 height: 64px;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
 -webkit-flex-direction: row;
 -ms-flex-direction: row;
 flex-direction: row;
 -webkit-box-align: center;
 -webkit-align-items: center;
 -ms-flex-align: center;
 align-items: center;
}
@media screen and (max-width: 850px) {
 .mdl-layout__header-row .mdl-navigation {
  height: 56px;
 }
}
.mdl-layout__header-row .mdl-navigation__link {
 display: inline-block;
 line-height: 64px;
 padding: 0 6px;
 font-family: Cinzel;
}
@media screen and (max-width: 850px) {
 .mdl-layout__header-row .mdl-navigation__link {
  line-height: 56px;
  padding: 0 16px;
 }
}
.mdl-layout__obfuscator {
 background-color: transparent;
 position: absolute;
 top: 0;
 left: 0;
 height: 100%;
 width: 100%;
 z-index: 4;
 visibility: hidden;
 -webkit-transition-property: background-color;
 transition-property: background-color;
 -webkit-transition-duration: 0.2s;
 transition-duration: 0.2s;
 -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
 transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.mdl-layout__drawer.is-visible ~ .mdl-layout__obfuscator {
 background-color: rgba(0, 0, 0, 0.5);
 visibility: visible;
}
.mdl-layout__content {
 -ms-flex: 0 1 auto;
 display: inline-block;
 overflow-y: auto;
 overflow-x: hidden;
 -webkit-box-flex: 1;
 -webkit-flex-grow: 1;
 -ms-flex-positive: 1;
 flex-grow: 1;
}
.mdl-layout--fixed-drawer > .mdl-layout__content {
 margin-left: 240px;
}
.mdl-layout__container.has-scrolling-header .mdl-layout__content {
 overflow: visible;
}
@media screen and (max-width: 850px) {
 .mdl-layout--fixed-drawer > .mdl-layout__content {
  margin-left: 0;
 }
 .mdl-layout__container.has-scrolling-header .mdl-layout__content {
  overflow-y: auto;
  overflow-x: hidden;
 }
}
.mdl-layout__tab-bar {
 height: 96px;
 margin: 0;
 width: calc(100% - 112px);
 padding: 0 0 0 56px;
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 overflow-y: hidden;
 overflow-x: scroll;
}
.mdl-layout__tab-bar::-webkit-scrollbar {
 display: none;
}
@media screen and (max-width: 850px) {
 .mdl-layout__tab-bar {
  width: calc(100% - 60px);
  padding: 0 0 0 60px;
 }
}
.mdl-layout--fixed-tabs .mdl-layout__tab-bar {
 padding: 0;
 overflow: hidden;
 width: 100%;
}
.mdl-layout__tab-bar-container {
 position: relative;
 height: 48px;
 width: 100%;
 border: none;
 margin: 0;
 z-index: 2;
 -webkit-box-flex: 0;
 -webkit-flex-grow: 0;
 -ms-flex-positive: 0;
 flex-grow: 0;
 -webkit-flex-shrink: 0;
 -ms-flex-negative: 0;
 flex-shrink: 0;
 overflow: hidden;
}
.mdl-layout__container > .mdl-layout__tab-bar-container {
 position: absolute;
 top: 0;
 left: 0;
}
.mdl-layout__tab-bar-button {
 display: inline-block;
 position: absolute;
 top: 0;
 height: 48px;
 width: 56px;
 z-index: 4;
 text-align: center;
 background-color: #3f51b5;
 color: transparent;
 cursor: pointer;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}
@media screen and (max-width: 850px) {
 .mdl-layout__tab-bar-button {
  display: none;
  width: 60px;
 }
}
.mdl-layout--fixed-tabs .mdl-layout__tab-bar-button {
 display: none;
}
.mdl-layout__tab-bar-button .material-icons {
 line-height: 48px;
}
.mdl-layout__tab-bar-button.is-active {
 color: #fff;
}
.mdl-layout__tab-bar-left-button {
 left: 0;
}
.mdl-layout__tab-bar-right-button {
 right: 0;
}
.mdl-layout__tab {
 margin: 0;
 border: none;
 padding: 0 24px;
 float: left;
 position: relative;
 display: block;
 -webkit-box-flex: 0;
 -webkit-flex-grow: 0;
 -ms-flex-positive: 0;
 flex-grow: 0;
 -webkit-flex-shrink: 0;
 -ms-flex-negative: 0;
 flex-shrink: 0;
 text-decoration: none;
 height: 48px;
 line-height: 48px;
 text-align: center;
 font-weight: 500;
 font-size: 14px;
 text-transform: uppercase;
 color: rgba(255, 255, 255, 0.6);
 overflow: hidden;
}
@media screen and (max-width: 850px) {
 .mdl-layout__tab {
  padding: 0 12px;
 }
}
.mdl-layout--fixed-tabs .mdl-layout__tab {
 float: none;
 -webkit-box-flex: 1;
 -webkit-flex-grow: 1;
 -ms-flex-positive: 1;
 flex-grow: 1;
 padding: 0;
}
.mdl-layout.is-upgraded .mdl-layout__tab.is-active {
 color: #fff;
}
.mdl-layout.is-upgraded .mdl-layout__tab.is-active::after {
 height: 2px;
 width: 100%;
 display: block;
 content: " ";
 bottom: 0;
 left: 0;
 position: absolute;
 background: #f69049;
 -webkit-animation: border-expand 0.2s cubic-bezier(0.4, 0, 0.4, 1) 0.01s alternate forwards;
 animation: border-expand 0.2s cubic-bezier(0.4, 0, 0.4, 1) 0.01s alternate forwards;
 -webkit-transition: all 1s cubic-bezier(0.4, 0, 1, 1);
 transition: all 1s cubic-bezier(0.4, 0, 1, 1);
}
.mdl-layout__tab .mdl-layout__tab-ripple-container {
 display: block;
 position: absolute;
 height: 100%;
 width: 100%;
 left: 0;
 top: 0;
 z-index: 1;
 overflow: hidden;
}
.mdl-layout__tab .mdl-layout__tab-ripple-container .mdl-ripple {
 background-color: #fff;
}
.mdl-layout__tab-panel {
 display: block;
}
.mdl-layout.is-upgraded .mdl-layout__tab-panel {
 display: none;
}
.mdl-layout.is-upgraded .mdl-layout__tab-panel.is-active {
 display: block;
}
.mdl-radio {
 position: relative;
 font-size: 16px;
 line-height: 24px;

 /*display: inline-block;*/
 display: inline;
 box-sizing: border-box;
 margin: 0;
 padding-left: 0;
}
.mdl-radio.is-upgraded {
 padding-left: 24px;
}
.mdl-radio__button {
 line-height: 24px;
}
.mdl-radio.is-upgraded .mdl-radio__button {
 position: absolute;
 width: 0;
 height: 0;
 margin: 0;
 padding: 0;
 opacity: 0;
 -ms-appearance: none;
 -moz-appearance: none;
 -webkit-appearance: none;
 appearance: none;
 border: none;
}
.mdl-radio__outer-circle {
 position: absolute;
 top: 2px;
 left: 0;
 display: inline-block;
 box-sizing: border-box;
 width: 16px;
 height: 16px;
 margin: 0;
 cursor: pointer;
 border: 2px solid rgba(0, 0, 0, 0.54);
 border-radius: 50%;
 z-index: 2;
}
.mdl-radio.is-checked .mdl-radio__outer-circle {
 border: 2px solid #3f51b5;
}
.mdl-radio.is-disabled .mdl-radio__outer-circle {
 border: 2px solid rgba(0, 0, 0, 0.26);
 cursor: auto;
}
.mdl-radio__inner-circle {
 position: absolute;
 z-index: 1;
 margin: 0;
 top: 6px;
 left: 4px;
 box-sizing: border-box;
 width: 8px;
 height: 8px;
 cursor: pointer;
 -webkit-transition-duration: 0.28s;
 transition-duration: 0.28s;
 -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
 transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
 -webkit-transition-property: -webkit-transform;
 transition-property: transform;
 -webkit-transform: scale3d(0, 0, 0);
 transform: scale3d(0, 0, 0);
 border-radius: 50%;
 background: #3f51b5;
}
.mdl-radio.is-checked .mdl-radio__inner-circle {
 -webkit-transform: scale3d(1, 1, 1);
 transform: scale3d(1, 1, 1);
}
.mdl-radio.is-disabled .mdl-radio__inner-circle {
 background: rgba(0, 0, 0, 0.26);
 cursor: auto;
}
.mdl-radio.is-focused .mdl-radio__inner-circle {
 box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}
.mdl-radio__label {
 cursor: pointer;
}
.mdl-radio.is-disabled .mdl-radio__label {
 color: rgba(0, 0, 0, 0.26);
 cursor: auto;
}
.mdl-radio__ripple-container {
 position: absolute;
 z-index: 2;
 top: -9px;
 left: -13px;
 box-sizing: border-box;
 width: 42px;
 height: 42px;
 border-radius: 50%;
 cursor: pointer;
 overflow: hidden;
 -webkit-mask-image: -webkit-radial-gradient(circle, #fff, #000);
}
.mdl-radio__ripple-container .mdl-ripple {
 background: #3f51b5;
}
.mdl-radio.is-disabled .mdl-radio__ripple-container {
 cursor: auto;
}
.mdl-radio.is-disabled .mdl-radio__ripple-container .mdl-ripple {
 background: 0 0;
}
_:-ms-input-placeholder,
:root .mdl-slider.mdl-slider.is-upgraded {
 -ms-appearance: none;
 height: 32px;
 margin: 0;
}
.mdl-slider {
 width: calc(100% - 40px);
 margin: 0 20px;
}
.mdl-slider.is-upgraded {
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 height: 2px;
 background: 0 0;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 outline: 0;
 padding: 0;
 color: #3f51b5;
 -webkit-align-self: center;
 -ms-flex-item-align: center;
 align-self: center;
 z-index: 1;
}
.mdl-slider.is-upgraded::-moz-focus-outer {
 border: 0;
}
.mdl-slider.is-upgraded::-ms-tooltip {
 display: none;
}
.mdl-slider.is-upgraded::-webkit-slider-runnable-track {
 background: 0 0;
}
.mdl-slider.is-upgraded::-moz-range-track {
 background: 0 0;
 border: none;
}
.mdl-slider.is-upgraded::-ms-track {
 background: 0 0;
 color: transparent;
 height: 2px;
 width: 100%;
 border: none;
}
.mdl-slider.is-upgraded::-ms-fill-lower {
 padding: 0;
 background: linear-gradient(to right, transparent, transparent 16px, #3f51b516px, #3f51b50);
}
.mdl-slider.is-upgraded::-ms-fill-upper {
 padding: 0;
 background: linear-gradient(to left, transparent, transparent 16px, rgba(0, 0, 0, 0.26) 16px, rgba(0, 0, 0, 0.26) 0);
}
.mdl-slider.is-upgraded::-webkit-slider-thumb {
 -webkit-appearance: none;
 width: 12px;
 height: 12px;
 box-sizing: border-box;
 border-radius: 50%;
 background: #3f51b5;
 border: none;
 -webkit-transition: -webkit-transform 0.18s cubic-bezier(0.4, 0, 0.2, 1), border 0.18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.18s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
 transition: transform 0.18s cubic-bezier(0.4, 0, 0.2, 1), border 0.18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.18s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.mdl-slider.is-upgraded::-moz-range-thumb {
 -moz-appearance: none;
 width: 12px;
 height: 12px;
 box-sizing: border-box;
 border-radius: 50%;
 background-image: none;
 background: #3f51b5;
 border: none;
}
.mdl-slider.is-upgraded:focus:not(:active)::-webkit-slider-thumb {
 box-shadow: 0 0 0 10px rgba(63, 81, 181, 0.26);
}
.mdl-slider.is-upgraded:focus:not(:active)::-moz-range-thumb {
 box-shadow: 0 0 0 10px rgba(63, 81, 181, 0.26);
}
.mdl-slider.is-upgraded:active::-webkit-slider-thumb {
 background-image: none;
 background: #3f51b5;
 -webkit-transform: scale(1.5);
 transform: scale(1.5);
}
.mdl-slider.is-upgraded:active::-moz-range-thumb {
 background-image: none;
 background: #3f51b5;
 transform: scale(1.5);
}
.mdl-slider.is-upgraded::-ms-thumb {
 width: 32px;
 height: 32px;
 border: none;
 border-radius: 50%;
 background: #3f51b5;
 -ms-transform: scale(0.375);
 transform: scale(0.375);
 transition: transform 0.18s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.mdl-slider.is-upgraded:focus:not(:active)::-ms-thumb {
 background: radial-gradient(circle closest-side, #3f51b50%, #3f51b537.5%, rgba(63, 81, 181, 0.26) 37.5%, rgba(63, 81, 181, 0.26) 100%);
 -ms-transform: scale(1);
 transform: scale(1);
}
.mdl-slider.is-upgraded:active::-ms-thumb {
 background: #3f51b5;
 -ms-transform: scale(0.5625);
 transform: scale(0.5625);
}
.mdl-slider.is-upgraded.is-lowest-value::-webkit-slider-thumb {
 border: 2px solid rgba(0, 0, 0, 0.26);
 background: 0 0;
}
.mdl-slider.is-upgraded.is-lowest-value::-moz-range-thumb {
 border: 2px solid rgba(0, 0, 0, 0.26);
 background: 0 0;
}
.mdl-slider.is-upgraded.is-lowest-value ~ .mdl-slider__background-flex > .mdl-slider__background-upper {
 left: 6px;
}
.mdl-slider.is-upgraded.is-lowest-value:focus:not(:active)::-webkit-slider-thumb {
 border: 1.8px solid rgba(0, 0, 0, 0.26);
 -webkit-transform: scale(1.33);
 transform: scale(1.33);
 box-shadow: none;
}
.mdl-slider.is-upgraded.is-lowest-value:focus:not(:active)::-moz-range-thumb {
 border: 1.8px solid rgba(0, 0, 0, 0.26);
 transform: scale(1.33);
 box-shadow: none;
}
.mdl-slider.is-upgraded.is-lowest-value:focus:not(:active) ~ .mdl-slider__background-flex > .mdl-slider__background-upper {
 left: 8px;
}
.mdl-slider.is-upgraded.is-lowest-value:active::-webkit-slider-thumb {
 border: 1.5px solid rgba(0, 0, 0, 0.26);
 -webkit-transform: scale(1.5);
 transform: scale(1.5);
}
.mdl-slider.is-upgraded.is-lowest-value:active ~ .mdl-slider__background-flex > .mdl-slider__background-upper {
 left: 9px;
}
.mdl-slider.is-upgraded.is-lowest-value:active::-moz-range-thumb {
 border: 1.5px solid rgba(0, 0, 0, 0.26);
 transform: scale(1.5);
}
.mdl-slider.is-upgraded.is-lowest-value::-ms-thumb {
 background: radial-gradient(circle closest-side, transparent 0, transparent 66.67%, rgba(0, 0, 0, 0.26) 66.67%, rgba(0, 0, 0, 0.26) 100%);
}
.mdl-slider.is-upgraded.is-lowest-value:focus:not(:active)::-ms-thumb {
 -ms-transform: scale(0.5);
 transform: scale(0.5);
 background: radial-gradient(circle closest-side, transparent 0, transparent 75%, rgba(0, 0, 0, 0.26) 75%, rgba(0, 0, 0, 0.26) 100%);
}
.mdl-slider.is-upgraded.is-lowest-value:active::-ms-thumb {
 -ms-transform: scale(0.5625);
 transform: scale(0.5625);
 background: radial-gradient(circle closest-side, transparent 0, transparent 77.78%, rgba(0, 0, 0, 0.26) 77.78%, rgba(0, 0, 0, 0.26) 100%);
}
.mdl-slider.is-upgraded.is-lowest-value::-ms-fill-lower {
 background: 0 0;
}
.mdl-slider.is-upgraded.is-lowest-value::-ms-fill-upper {
 margin-left: 6px;
}
.mdl-slider.is-upgraded.is-lowest-value:focus:not(:active)::-ms-fill-upper {
 margin-left: 8px;
}
.mdl-slider.is-upgraded.is-lowest-value:active::-ms-fill-upper {
 margin-left: 9px;
}
.mdl-slider.is-upgraded:disabled::-webkit-slider-thumb,
.mdl-slider.is-upgraded:disabled:active::-webkit-slider-thumb,
.mdl-slider.is-upgraded:disabled:focus::-webkit-slider-thumb {
 -webkit-transform: scale(0.667);
 transform: scale(0.667);
 background: rgba(0, 0, 0, 0.26);
}
.mdl-slider.is-upgraded:disabled::-moz-range-thumb,
.mdl-slider.is-upgraded:disabled:active::-moz-range-thumb,
.mdl-slider.is-upgraded:disabled:focus::-moz-range-thumb {
 transform: scale(0.667);
 background: rgba(0, 0, 0, 0.26);
}
.mdl-slider.is-upgraded:disabled ~ .mdl-slider__background-flex > .mdl-slider__background-lower {
 background-color: rgba(0, 0, 0, 0.26);
 left: -6px;
}
.mdl-slider.is-upgraded:disabled ~ .mdl-slider__background-flex > .mdl-slider__background-upper {
 left: 6px;
}
.mdl-slider.is-upgraded.is-lowest-value:disabled::-webkit-slider-thumb,
.mdl-slider.is-upgraded.is-lowest-value:disabled:active::-webkit-slider-thumb,
.mdl-slider.is-upgraded.is-lowest-value:disabled:focus::-webkit-slider-thumb {
 border: 3px solid rgba(0, 0, 0, 0.26);
 background: 0 0;
 -webkit-transform: scale(0.667);
 transform: scale(0.667);
}
.mdl-slider.is-upgraded.is-lowest-value:disabled::-moz-range-thumb,
.mdl-slider.is-upgraded.is-lowest-value:disabled:active::-moz-range-thumb,
.mdl-slider.is-upgraded.is-lowest-value:disabled:focus::-moz-range-thumb {
 border: 3px solid rgba(0, 0, 0, 0.26);
 background: 0 0;
 transform: scale(0.667);
}
.mdl-slider.is-upgraded.is-lowest-value:disabled:active ~ .mdl-slider__background-flex > .mdl-slider__background-upper {
 left: 6px;
}
.mdl-slider.is-upgraded:disabled::-ms-thumb,
.mdl-slider.is-upgraded:disabled:active::-ms-thumb,
.mdl-slider.is-upgraded:disabled:focus::-ms-thumb {
 -ms-transform: scale(0.25);
 transform: scale(0.25);
 background: rgba(0, 0, 0, 0.26);
}
.mdl-slider.is-upgraded.is-lowest-value:disabled::-ms-thumb,
.mdl-slider.is-upgraded.is-lowest-value:disabled:active::-ms-thumb,
.mdl-slider.is-upgraded.is-lowest-value:disabled:focus::-ms-thumb {
 -ms-transform: scale(0.25);
 transform: scale(0.25);
 background: radial-gradient(circle closest-side, transparent 0, transparent 50%, rgba(0, 0, 0, 0.26) 50%, rgba(0, 0, 0, 0.26) 100%);
}
.mdl-slider.is-upgraded:disabled::-ms-fill-lower {
 margin-right: 6px;
 background: linear-gradient(to right, transparent, transparent 25px, rgba(0, 0, 0, 0.26) 25px, rgba(0, 0, 0, 0.26) 0);
}
.mdl-slider.is-upgraded:disabled::-ms-fill-upper {
 margin-left: 6px;
}
.mdl-slider.is-upgraded.is-lowest-value:disabled:active::-ms-fill-upper {
 margin-left: 6px;
}
.mdl-slider__ie-container {
 height: 18px;
 overflow: visible;
 border: none;
 margin: none;
 padding: none;
}
.mdl-slider__container {
 height: 18px;
 position: relative;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
 -webkit-flex-direction: row;
 -ms-flex-direction: row;
 flex-direction: row;
}
.mdl-slider__background-flex,
.mdl-slider__container {
 background: 0 0;
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
}
.mdl-slider__background-flex {
 position: absolute;
 height: 2px;
 width: calc(100% - 52px);
 top: 50%;
 left: 0;
 margin: 0 26px;
 overflow: hidden;
 border: 0;
 padding: 0;
 -webkit-transform: translate(0, -1px);
 -ms-transform: translate(0, -1px);
 transform: translate(0, -1px);
}
.mdl-slider__background-lower {
 background: #3f51b5;
}
.mdl-slider__background-lower,
.mdl-slider__background-upper {
 -webkit-box-flex: 0;
 -webkit-flex: 0;
 -ms-flex: 0;
 flex: 0;
 position: relative;
 border: 0;
 padding: 0;
}
.mdl-slider__background-upper {
 background: rgba(0, 0, 0, 0.26);
 -webkit-transition: left 0.18s cubic-bezier(0.4, 0, 0.2, 1);
 transition: left 0.18s cubic-bezier(0.4, 0, 0.2, 1);
}
.mdl-spinner {
 display: inline-block;
 position: relative;
 width: 28px;
 height: 28px;
}
.mdl-spinner:not(.is-upgraded).is-active:after {
 content: "Loading...";
}
.mdl-spinner.is-upgraded.is-active {
 -webkit-animation: mdl-spinner__container-rotate 1.568s linear infinite;
 animation: mdl-spinner__container-rotate 1.568s linear infinite;
}
@-webkit-keyframes mdl-spinner__container-rotate {
 to {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
 }
}
@keyframes mdl-spinner__container-rotate {
 to {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
 }
}
.mdl-spinner__layer {
 position: absolute;
 width: 100%;
 height: 100%;
 opacity: 0;
}
.mdl-spinner__layer-1 {
 border-color: #42a5f5;
}
.mdl-spinner--single-color .mdl-spinner__layer-1 {
 border-color: #3f51b5;
}
.mdl-spinner.is-active .mdl-spinner__layer-1 {
 -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdl-spinner__layer-1-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
 animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdl-spinner__layer-1-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.mdl-spinner__layer-2 {
 border-color: #f44336;
}
.mdl-spinner--single-color .mdl-spinner__layer-2 {
 border-color: #3f51b5;
}
.mdl-spinner.is-active .mdl-spinner__layer-2 {
 -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdl-spinner__layer-2-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
 animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdl-spinner__layer-2-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.mdl-spinner__layer-3 {
 border-color: #fdd835;
}
.mdl-spinner--single-color .mdl-spinner__layer-3 {
 border-color: #3f51b5;
}
.mdl-spinner.is-active .mdl-spinner__layer-3 {
 -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdl-spinner__layer-3-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
 animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdl-spinner__layer-3-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.mdl-spinner__layer-4 {
 border-color: #4caf50;
}
.mdl-spinner--single-color .mdl-spinner__layer-4 {
 border-color: #3f51b5;
}
.mdl-spinner.is-active .mdl-spinner__layer-4 {
 -webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdl-spinner__layer-4-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
 animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdl-spinner__layer-4-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
@-webkit-keyframes mdl-spinner__fill-unfill-rotate {
 12.5% {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
 }
 25% {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
 }
 37.5% {
  -webkit-transform: rotate(405deg);
  transform: rotate(405deg);
 }
 50% {
  -webkit-transform: rotate(540deg);
  transform: rotate(540deg);
 }
 62.5% {
  -webkit-transform: rotate(675deg);
  transform: rotate(675deg);
 }
 75% {
  -webkit-transform: rotate(810deg);
  transform: rotate(810deg);
 }
 87.5% {
  -webkit-transform: rotate(945deg);
  transform: rotate(945deg);
 }
 to {
  -webkit-transform: rotate(1080deg);
  transform: rotate(1080deg);
 }
}
@keyframes mdl-spinner__fill-unfill-rotate {
 12.5% {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
 }
 25% {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
 }
 37.5% {
  -webkit-transform: rotate(405deg);
  transform: rotate(405deg);
 }
 50% {
  -webkit-transform: rotate(540deg);
  transform: rotate(540deg);
 }
 62.5% {
  -webkit-transform: rotate(675deg);
  transform: rotate(675deg);
 }
 75% {
  -webkit-transform: rotate(810deg);
  transform: rotate(810deg);
 }
 87.5% {
  -webkit-transform: rotate(945deg);
  transform: rotate(945deg);
 }
 to {
  -webkit-transform: rotate(1080deg);
  transform: rotate(1080deg);
 }
}
@-webkit-keyframes mdl-spinner__layer-1-fade-in-out {
 25%,
 from {
  opacity: 0.99;
 }
 26%,
 89% {
  opacity: 0;
 }
 100%,
 90% {
  opacity: 0.99;
 }
}
@keyframes mdl-spinner__layer-1-fade-in-out {
 25%,
 from {
  opacity: 0.99;
 }
 26%,
 89% {
  opacity: 0;
 }
 100%,
 90% {
  opacity: 0.99;
 }
}
@-webkit-keyframes mdl-spinner__layer-2-fade-in-out {
 15%,
 from {
  opacity: 0;
 }
 25%,
 50% {
  opacity: 0.99;
 }
 51% {
  opacity: 0;
 }
}
@keyframes mdl-spinner__layer-2-fade-in-out {
 15%,
 from {
  opacity: 0;
 }
 25%,
 50% {
  opacity: 0.99;
 }
 51% {
  opacity: 0;
 }
}
@-webkit-keyframes mdl-spinner__layer-3-fade-in-out {
 40%,
 from {
  opacity: 0;
 }
 50%,
 75% {
  opacity: 0.99;
 }
 76% {
  opacity: 0;
 }
}
@keyframes mdl-spinner__layer-3-fade-in-out {
 40%,
 from {
  opacity: 0;
 }
 50%,
 75% {
  opacity: 0.99;
 }
 76% {
  opacity: 0;
 }
}
@-webkit-keyframes mdl-spinner__layer-4-fade-in-out {
 65%,
 from {
  opacity: 0;
 }
 75%,
 90% {
  opacity: 0.99;
 }
 100% {
  opacity: 0;
 }
}
@keyframes mdl-spinner__layer-4-fade-in-out {
 65%,
 from {
  opacity: 0;
 }
 75%,
 90% {
  opacity: 0.99;
 }
 100% {
  opacity: 0;
 }
}
.mdl-spinner__gap-patch {
 position: absolute;
 box-sizing: border-box;
 top: 0;
 left: 45%;
 width: 10%;
 height: 100%;
 overflow: hidden;
 border-color: inherit;
}
.mdl-spinner__gap-patch .mdl-spinner__circle {
 width: 1000%;
 left: -450%;
}
.mdl-spinner__circle-clipper {
 display: inline-block;
 position: relative;
 width: 50%;
 height: 100%;
 overflow: hidden;
 border-color: inherit;
}
.mdl-spinner__circle-clipper .mdl-spinner__circle {
 width: 200%;
}
.mdl-spinner__circle {
 box-sizing: border-box;
 height: 100%;
 border-width: 3px;
 border-style: solid;
 border-color: inherit;
 border-bottom-color: transparent !important;
 border-radius: 50%;
 -webkit-animation: none;
 animation: none;
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
}
.mdl-spinner__left .mdl-spinner__circle {
 border-right-color: transparent !important;
 -webkit-transform: rotate(129deg);
 -ms-transform: rotate(129deg);
 transform: rotate(129deg);
}
.mdl-spinner.is-active .mdl-spinner__left .mdl-spinner__circle {
 -webkit-animation: mdl-spinner__left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
 animation: mdl-spinner__left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.mdl-spinner__right .mdl-spinner__circle {
 left: -100%;
 border-left-color: transparent !important;
 -webkit-transform: rotate(-129deg);
 -ms-transform: rotate(-129deg);
 transform: rotate(-129deg);
}
.mdl-spinner.is-active .mdl-spinner__right .mdl-spinner__circle {
 -webkit-animation: mdl-spinner__right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
 animation: mdl-spinner__right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
@-webkit-keyframes mdl-spinner__left-spin {
 from {
  -webkit-transform: rotate(130deg);
  transform: rotate(130deg);
 }
 50% {
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
 }
 to {
  -webkit-transform: rotate(130deg);
  transform: rotate(130deg);
 }
}
@keyframes mdl-spinner__left-spin {
 from {
  -webkit-transform: rotate(130deg);
  transform: rotate(130deg);
 }
 50% {
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
 }
 to {
  -webkit-transform: rotate(130deg);
  transform: rotate(130deg);
 }
}
@-webkit-keyframes mdl-spinner__right-spin {
 from {
  -webkit-transform: rotate(-130deg);
  transform: rotate(-130deg);
 }
 50% {
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
 }
 to {
  -webkit-transform: rotate(-130deg);
  transform: rotate(-130deg);
 }
}
@keyframes mdl-spinner__right-spin {
 from {
  -webkit-transform: rotate(-130deg);
  transform: rotate(-130deg);
 }
 50% {
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
 }
 to {
  -webkit-transform: rotate(-130deg);
  transform: rotate(-130deg);
 }
}
.mdl-switch {
 position: relative;
 z-index: 1;
 vertical-align: middle;
 display: inline-block;
 box-sizing: border-box;
 width: 100%;
 height: 24px;
 margin: 0;
 padding: 0;
 overflow: visible;
 -webkit-touch-callout: none;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}
.mdl-switch.is-upgraded {
 padding-left: 28px;
}
.mdl-switch__input {
 line-height: 24px;
}
.mdl-switch.is-upgraded .mdl-switch__input {
 position: absolute;
 width: 0;
 height: 0;
 margin: 0;
 padding: 0;
 opacity: 0;
 -ms-appearance: none;
 -moz-appearance: none;
 -webkit-appearance: none;
 appearance: none;
 border: none;
}
.mdl-switch__track {
 background: rgba(0, 0, 0, 0.26);
 position: absolute;
 left: 0;
 top: 5px;
 height: 14px;
 width: 36px;
 border-radius: 14px;
 cursor: pointer;
}
.mdl-switch.is-checked .mdl-switch__track {
 background: rgba(63, 81, 181, 0.5);
}
.mdl-switch.is-disabled .mdl-switch__track {
 background: rgba(0, 0, 0, 0.12);
 cursor: auto;
}
.mdl-switch__thumb {
 background: #fafafa;
 position: absolute;
 left: 0;
 top: 2px;
 height: 20px;
 width: 20px;
 border-radius: 50%;
 cursor: pointer;
 box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
 -webkit-transition-duration: 0.28s;
 transition-duration: 0.28s;
 -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
 transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
 -webkit-transition-property: left;
 transition-property: left;
}
.mdl-switch.is-checked .mdl-switch__thumb {
 background: #3f51b5;
 left: 16px;
 box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}
.mdl-switch.is-disabled .mdl-switch__thumb {
 background: #bdbdbd;
 cursor: auto;
}
.mdl-switch__focus-helper {
 position: absolute;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-4px, -4px);
 -ms-transform: translate(-4px, -4px);
 transform: translate(-4px, -4px);
 display: inline-block;
 box-sizing: border-box;
 width: 8px;
 height: 8px;
 border-radius: 50%;
 background-color: transparent;
}
.mdl-switch.is-focused .mdl-switch__focus-helper {
 box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.1);
 background-color: rgba(0, 0, 0, 0.1);
}
.mdl-switch.is-focused.is-checked .mdl-switch__focus-helper {
 box-shadow: 0 0 0 20px rgba(63, 81, 181, 0.26);
 background-color: rgba(63, 81, 181, 0.26);
}
.mdl-switch__label {
 position: relative;
 cursor: pointer;
 font-size: 16px;
 line-height: 24px;
 margin: 0;
 left: 24px;
}
.mdl-switch.is-disabled .mdl-switch__label {
 color: #bdbdbd;
 cursor: auto;
}
.mdl-switch__ripple-container {
 position: absolute;
 z-index: 2;
 top: -12px;
 left: -14px;
 box-sizing: border-box;
 width: 48px;
 height: 48px;
 border-radius: 50%;
 cursor: pointer;
 overflow: hidden;
 -webkit-mask-image: -webkit-radial-gradient(circle, #fff, #000);
 -webkit-transition-duration: 0.4s;
 transition-duration: 0.4s;
 -webkit-transition-timing-function: step-end;
 transition-timing-function: step-end;
 -webkit-transition-property: left;
 transition-property: left;
}
.mdl-switch__ripple-container .mdl-ripple {
 background: #3f51b5;
}
.mdl-switch.is-disabled .mdl-switch__ripple-container {
 cursor: auto;
}
.mdl-switch.is-disabled .mdl-switch__ripple-container .mdl-ripple {
 background: 0 0;
}
.mdl-switch.is-checked .mdl-switch__ripple-container {
 cursor: auto;
 left: 2px;
}
.mdl-tabs {
 display: block;
 width: 100%;
}
.mdl-tabs__tab-bar {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: horizontal;
 -webkit-box-direction: normal;
 -webkit-flex-direction: row;
 -ms-flex-direction: row;
 flex-direction: row;
 -webkit-box-pack: center;
 -webkit-justify-content: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-align-content: space-between;
 -ms-flex-line-pack: justify;
 align-content: space-between;
 -webkit-box-align: start;
 -webkit-align-items: flex-start;
 -ms-flex-align: start;
 align-items: flex-start;
 height: 48px;
 padding: 0;
 margin: 0;
 border-bottom: 1px solid #e0e0e0;
}
.mdl-tabs__tab {
 margin: 0;
 border: none;
 padding: 0 24px;
 float: left;
 position: relative;
 display: block;
 color: red;
 text-decoration: none;
 height: 48px;
 line-height: 48px;
 text-align: center;
 font-weight: 500;
 font-size: 14px;
 text-transform: uppercase;
 color: rgba(0, 0, 0, 0.54);
 overflow: hidden;
}
.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active {
 color: rgba(0, 0, 0, 0.87);
}
.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active:after {
 height: 2px;
 width: 100%;
 display: block;
 content: " ";
 bottom: 0;
 left: 0;
 position: absolute;
 background: #3f51b5;
 -webkit-animation: border-expand 0.2s cubic-bezier(0.4, 0, 0.4, 1) 0.01s alternate forwards;
 animation: border-expand 0.2s cubic-bezier(0.4, 0, 0.4, 1) 0.01s alternate forwards;
 -webkit-transition: all 1s cubic-bezier(0.4, 0, 1, 1);
 transition: all 1s cubic-bezier(0.4, 0, 1, 1);
}
.mdl-tabs__tab .mdl-tabs__ripple-container {
 display: block;
 position: absolute;
 height: 100%;
 width: 100%;
 left: 0;
 top: 0;
 z-index: 1;
 overflow: hidden;
}
.mdl-tabs__tab .mdl-tabs__ripple-container .mdl-ripple {
 background: #3f51b5;
}
.mdl-tabs__panel {
 display: block;
}
.mdl-tabs.is-upgraded .mdl-tabs__panel {
 display: none;
}
.mdl-tabs.is-upgraded .mdl-tabs__panel.is-active {
 display: block;
}
@-webkit-keyframes border-expand {
 0% {
  opacity: 0;
  width: 0;
 }
 100% {
  opacity: 1;
  width: 100%;
 }
}
@keyframes border-expand {
 0% {
  opacity: 0;
  width: 0;
 }
 100% {
  opacity: 1;
  width: 100%;
 }
}
.mdl-textfield {
 position: relative;
 font-size: 16px;
 display: inline-block;
 box-sizing: border-box;
 width: 300px;
 margin: 0;
 padding: 26px 0;
 max-width: 100%;
}
.mdl-textfield .mdl-button {
 position: absolute;
 bottom: 20px;
}
.mdl-textfield--align-right {
 text-align: right;
}
.mdl-textfield--full-width {
 width: 100%;
}
.mdl-textfield--expandable {
 min-width: 32px;
 width: auto;
 min-height: 32px;
}
.mdl-textfield__input {
 border: none;
 border-bottom: 1px solid rgba(0, 0, 0, 0.12);
 display: block;
 font-size: 20px;
 margin: 0;
 padding: 4px 0;
 width: 100%;
 background: 16px;
 text-align: left;
 color: inherit;
}
.mdl-textfield.is-focused .mdl-textfield__input {
 outline: 0;

}
.mdl-textfield.is-invalid .mdl-textfield__input {
 border-color: #de3226;
 box-shadow: none;
}
.mdl-textfield.is-disabled .mdl-textfield__input {
 background-color: transparent;
 border-bottom: 1px dotted rgba(0, 0, 0, 0.12);
}
.mdl-textfield__label {
 bottom: 0;
 color: rgba(0, 0, 0, 0.26);
 font-size: 16px;
 left: 0;
 right: 0;
 pointer-events: none;
 position: absolute;
 top: 24px;
 width: 100%;
 overflow: hidden;
 white-space: nowrap;
 text-align: left;
}
.mdl-textfield.is-dirty .mdl-textfield__label {
 visibility: hidden;
}
.mdl-textfield--floating-label .mdl-textfield__label {
 -webkit-transition-duration: 0.2s;
 transition-duration: 0.2s;
 -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
 transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.mdl-textfield--floating-label.is-focused .mdl-textfield__label {
 color: #3f51b5;
 font-size: 16px;
 top: 4px;
 visibility: visible;



}
.mdl-textfield--floating-label.is-dirty .mdl-textfield__expandable-holder .mdl-textfield__label,
.mdl-textfield--floating-label.is-focused .mdl-textfield__expandable-holder .mdl-textfield__label {
 top: -16px;
}
.mdl-textfield--floating-label.is-invalid .mdl-textfield__label {
 color: #de3226;
 font-size: 16px;
}
.mdl-textfield__label:after {

 background-color: #3f51b5;
 bottom: 20px;
 content: "";
 height: 2px;
 left: 45%;
 position: absolute;
 -webkit-transition-duration: 0.2s;
 transition-duration: 0.2s;
 -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
 transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
 visibility: hidden;
 width: 10px;

}

.mdl-textfield__label:after {

 background-color: #3f51b5;
 bottom: 20px;
 content: "";
 height: 2px;
 left: 45%;
 position: absolute;
 -webkit-transition-duration: 0.2s;
 transition-duration: 0.2s;
 -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
 transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
 visibility: hidden;
 width: 10px;

}


.mdl-textfield.is-focused .mdl-textfield__label:after {
 left: 0;
 visibility: visible;
 width: 100%;
}
.mdl-textfield.is-invalid .mdl-textfield__label:after {
 background-color: #de3226;

}
.mdl-textfield__error {
 color: #de3226;
 position: absolute;
 font-size: 12px;
 margin-top: 3px;
 visibility: hidden;
}
.mdl-textfield.is-invalid .mdl-textfield__error {
 visibility: visible;
}
.mdl-textfield__expandable-holder {
 display: inline-block;
 position: relative;
 margin-left: 32px;
 -webkit-transition-duration: 0.2s;
 transition-duration: 0.2s;
 -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
 transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
 display: inline-block;
 max-width: 0.1px;
}
.mdl-textfield.is-dirty .mdl-textfield__expandable-holder,
.mdl-textfield.is-focused .mdl-textfield__expandable-holder {
 max-width: 600px;
}
.mdl-textfield__expandable-holder .mdl-textfield__label:after {
 bottom: 0;
}
.mdl-tooltip {
 -webkit-transform: scale(0);
 -ms-transform: scale(0);
 transform: scale(0);
 -webkit-transform-origin: top center;
 -ms-transform-origin: top center;
 transform-origin: top center;
 will-change: transform;
 z-index: 999;
 background: rgba(97, 97, 97, 0.9);
 border-radius: 2px;
 color: #fff;
 display: inline-block;
 font-size: 10px;
 font-weight: 500;
 line-height: 14px;
 max-width: 170px;
 position: fixed;
 top: -500px;
 left: -500px;
 padding: 8px;
 text-align: center;
}
.mdl-tooltip.is-active {
 -webkit-animation: pulse 0.2s cubic-bezier(0, 0, 0.2, 1) forwards;
 animation: pulse 0.2s cubic-bezier(0, 0, 0.2, 1) forwards;
}
.mdl-tooltip--large {
 line-height: 14px;
 font-size: 14px;
 padding: 16px;
}
@-webkit-keyframes pulse {
 0% {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
 }
 50% {
  -webkit-transform: scale(0.99);
  transform: scale(0.99);
 }
 100% {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
 }
}
@keyframes pulse {
 0% {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
 }
 50% {
  -webkit-transform: scale(0.99);
  transform: scale(0.99);
 }
 100% {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
 }
}
.mdl-grid {
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-flex-flow: row wrap;
 -ms-flex-flow: row wrap;
 flex-flow: row wrap;
 margin: 0 auto;
 -webkit-box-align: stretch;
 -webkit-align-items: stretch;
 -ms-flex-align: stretch;
 align-items: stretch;
}
.mdl-grid.mdl-grid--no-spacing {
 padding: 0;
}
.mdl-cell {
 box-sizing: border-box;
}
.mdl-cell--top {
 -webkit-align-self: flex-start;
 -ms-flex-item-align: start;
 align-self: flex-start;
}
.mdl-cell--middle {
 -webkit-align-self: center;
 -ms-flex-item-align: center;
 align-self: center;
}
.mdl-cell--bottom {
 -webkit-align-self: flex-end;
 -ms-flex-item-align: end;
 align-self: flex-end;
}
.mdl-cell--stretch {
 -webkit-align-self: stretch;
 -ms-flex-item-align: stretch;
 align-self: stretch;
}
.mdl-grid.mdl-grid--no-spacing > .mdl-cell {
 margin: 0;
}
@media (max-width: 479px) {
 .mdl-grid {
  padding: 8px;
 }
 .mdl-cell {
  margin: 8px;
 }
 .mdl-grid--no-spacing > .mdl-cell {
  width: 100%;
 }
 .mdl-cell--hide-phone {
  display: none !important;
 }
 .mdl-cell--1-col {
  width: calc(25% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--1-col {
  width: 25%;
 }
 .mdl-cell--1-col-phone.mdl-cell--1-col-phone {
  width: calc(25% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--1-col-phone.mdl-cell--1-col-phone {
  width: 25%;
 }
 .mdl-cell--2-col {
  width: calc(50% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--2-col {
  width: 50%;
 }
 .mdl-cell--2-col-phone.mdl-cell--2-col-phone {
  width: calc(50% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--2-col-phone.mdl-cell--2-col-phone {
  width: 50%;
 }
 .mdl-cell--3-col {
  width: calc(75% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--3-col {
  width: 75%;
 }
 .mdl-cell--3-col-phone.mdl-cell--3-col-phone {
  width: calc(75% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--3-col-phone.mdl-cell--3-col-phone {
  width: 75%;
 }
 .mdl-cell--4-col {
  width: calc(100% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--4-col {
  width: 100%;
 }
 .mdl-cell--4-col-phone.mdl-cell--4-col-phone {
  width: calc(100% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--4-col-phone.mdl-cell--4-col-phone {
  width: 100%;
 }
 .mdl-cell--5-col {
  width: calc(100% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--5-col {
  width: 100%;
 }
 .mdl-cell--5-col-phone.mdl-cell--5-col-phone {
  width: calc(100% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--5-col-phone.mdl-cell--5-col-phone {
  width: 100%;
 }
 .mdl-cell--6-col {
  width: calc(100% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--6-col {
  width: 100%;
 }
 .mdl-cell--6-col-phone.mdl-cell--6-col-phone {
  width: calc(100% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--6-col-phone.mdl-cell--6-col-phone {
  width: 100%;
 }
 .mdl-cell--7-col {
  width: calc(100% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--7-col {
  width: 100%;
 }
 .mdl-cell--7-col-phone.mdl-cell--7-col-phone {
  width: calc(100% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--7-col-phone.mdl-cell--7-col-phone {
  width: 100%;
 }
 .mdl-cell--8-col {
  width: calc(100% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--8-col {
  width: 100%;
 }
 .mdl-cell--8-col-phone.mdl-cell--8-col-phone {
  width: calc(100% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--8-col-phone.mdl-cell--8-col-phone {
  width: 100%;
 }
 .mdl-cell--9-col {
  width: calc(100% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--9-col {
  width: 100%;
 }
 .mdl-cell--9-col-phone.mdl-cell--9-col-phone {
  width: calc(100% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--9-col-phone.mdl-cell--9-col-phone {
  width: 100%;
 }
 .mdl-cell--10-col {
  width: calc(100% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--10-col {
  width: 100%;
 }
 .mdl-cell--10-col-phone.mdl-cell--10-col-phone {
  width: calc(100% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--10-col-phone.mdl-cell--10-col-phone {
  width: 100%;
 }
 .mdl-cell--11-col {
  width: calc(100% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--11-col {
  width: 100%;
 }
 .mdl-cell--11-col-phone.mdl-cell--11-col-phone {
  width: calc(100% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--11-col-phone.mdl-cell--11-col-phone {
  width: 100%;
 }
 .mdl-cell--12-col {
  width: calc(100% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--12-col {
  width: 100%;
 }
 .mdl-cell--12-col-phone.mdl-cell--12-col-phone {
  width: calc(100% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--12-col-phone.mdl-cell--12-col-phone {
  width: 100%;
 }
}
@media (min-width: 480px) and (max-width: 839px) {
 .mdl-grid {
  padding: 8px;
 }
 .mdl-cell {
  margin: 8px;
 }
 .mdl-grid--no-spacing > .mdl-cell {
  width: 50%;
 }
 .mdl-cell--hide-tablet {
  display: none !important;
 }
 .mdl-cell--1-col {
  width: calc(12.5% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--1-col {
  width: 12.5%;
 }
 .mdl-cell--1-col-tablet.mdl-cell--1-col-tablet {
  width: calc(12.5% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--1-col-tablet.mdl-cell--1-col-tablet {
  width: 12.5%;
 }
 .mdl-cell--2-col {
  width: calc(25% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--2-col {
  width: 25%;
 }
 .mdl-cell--2-col-tablet.mdl-cell--2-col-tablet {
  width: calc(25% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--2-col-tablet.mdl-cell--2-col-tablet {
  width: 25%;
 }
 .mdl-cell--3-col {
  width: calc(37.5% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--3-col {
  width: 37.5%;
 }
 .mdl-cell--3-col-tablet.mdl-cell--3-col-tablet {
  width: calc(37.5% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--3-col-tablet.mdl-cell--3-col-tablet {
  width: 37.5%;
 }
 .mdl-cell--4-col {
  width: calc(50% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--4-col {
  width: 50%;
 }
 .mdl-cell--4-col-tablet.mdl-cell--4-col-tablet {
  width: calc(50% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--4-col-tablet.mdl-cell--4-col-tablet {
  width: 50%;
 }
 .mdl-cell--5-col {
  width: calc(62.5% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--5-col {
  width: 62.5%;
 }
 .mdl-cell--5-col-tablet.mdl-cell--5-col-tablet {
  width: calc(62.5% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--5-col-tablet.mdl-cell--5-col-tablet {
  width: 62.5%;
 }
 .mdl-cell--6-col {
  width: calc(75% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--6-col {
  width: 75%;
 }
 .mdl-cell--6-col-tablet.mdl-cell--6-col-tablet {
  width: calc(75% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--6-col-tablet.mdl-cell--6-col-tablet {
  width: 75%;
 }
 .mdl-cell--7-col {
  width: calc(87.5% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--7-col {
  width: 87.5%;
 }
 .mdl-cell--7-col-tablet.mdl-cell--7-col-tablet {
  width: calc(87.5% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--7-col-tablet.mdl-cell--7-col-tablet {
  width: 87.5%;
 }
 .mdl-cell--8-col {
  width: calc(100% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--8-col {
  width: 100%;
 }
 .mdl-cell--8-col-tablet.mdl-cell--8-col-tablet {
  width: calc(100% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--8-col-tablet.mdl-cell--8-col-tablet {
  width: 100%;
 }
 .mdl-cell--9-col {
  width: calc(100% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--9-col {
  width: 100%;
 }
 .mdl-cell--9-col-tablet.mdl-cell--9-col-tablet {
  width: calc(100% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--9-col-tablet.mdl-cell--9-col-tablet {
  width: 100%;
 }
 .mdl-cell--10-col {
  width: calc(100% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--10-col {
  width: 100%;
 }
 .mdl-cell--10-col-tablet.mdl-cell--10-col-tablet {
  width: calc(100% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--10-col-tablet.mdl-cell--10-col-tablet {
  width: 100%;
 }
 .mdl-cell--11-col {
  width: calc(100% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--11-col {
  width: 100%;
 }
 .mdl-cell--11-col-tablet.mdl-cell--11-col-tablet {
  width: calc(100% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--11-col-tablet.mdl-cell--11-col-tablet {
  width: 100%;
 }
 .mdl-cell--12-col {
  width: calc(100% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--12-col {
  width: 100%;
 }
 .mdl-cell--12-col-tablet.mdl-cell--12-col-tablet {
  width: calc(100% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--12-col-tablet.mdl-cell--12-col-tablet {
  width: 100%;
 }
}
@media (min-width: 840px) {
 .mdl-grid {
  padding: 8px;
 }
 .mdl-cell {
  margin: 8px;
 }
 .mdl-grid--no-spacing > .mdl-cell {
  width: 33.33333%;
 }
 .mdl-cell--hide-desktop {
  display: none !important;
 }
 .mdl-cell--1-col {
  width: calc(8.33333% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--1-col {
  width: 8.33333%;
 }
 .mdl-cell--1-col-desktop.mdl-cell--1-col-desktop {
  width: calc(8.33333% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--1-col-desktop.mdl-cell--1-col-desktop {
  width: 8.33333%;
 }
 .mdl-cell--2-col {
  width: calc(16.66667% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--2-col {
  width: 16.66667%;
 }
 .mdl-cell--2-col-desktop.mdl-cell--2-col-desktop {
  width: calc(16.66667% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--2-col-desktop.mdl-cell--2-col-desktop {
  width: 16.66667%;
 }
 .mdl-cell--3-col {
  width: calc(25% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--3-col {
  width: 25%;
 }
 .mdl-cell--3-col-desktop.mdl-cell--3-col-desktop {
  width: calc(25% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--3-col-desktop.mdl-cell--3-col-desktop {
  width: 25%;
 }
 .mdl-cell--4-col {
  width: calc(33.33333% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--4-col {
  width: 33.33333%;
 }
 .mdl-cell--4-col-desktop.mdl-cell--4-col-desktop {
  width: calc(33.33333% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--4-col-desktop.mdl-cell--4-col-desktop {
  width: 33.33333%;
 }
 .mdl-cell--5-col {
  width: calc(41.66667% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--5-col {
  width: 41.66667%;
 }
 .mdl-cell--5-col-desktop.mdl-cell--5-col-desktop {
  width: calc(41.66667% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--5-col-desktop.mdl-cell--5-col-desktop {
  width: 41.66667%;
 }
 .mdl-cell--6-col {
  width: calc(50% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--6-col {
  width: 50%;
 }
 .mdl-cell--6-col-desktop.mdl-cell--6-col-desktop {
  width: calc(50% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--6-col-desktop.mdl-cell--6-col-desktop {
  width: 50%;
 }
 .mdl-cell--7-col {
  width: calc(58.33333% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--7-col {
  width: 58.33333%;
 }
 .mdl-cell--7-col-desktop.mdl-cell--7-col-desktop {
  width: calc(58.33333% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--7-col-desktop.mdl-cell--7-col-desktop {
  width: 58.33333%;
 }
 .mdl-cell--8-col {
  width: calc(66.66667% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--8-col {
  width: 66.66667%;
 }
 .mdl-cell--8-col-desktop.mdl-cell--8-col-desktop {
  width: calc(66.66667% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--8-col-desktop.mdl-cell--8-col-desktop {
  width: 66.66667%;
 }
 .mdl-cell--9-col {
  width: calc(75% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--9-col {
  width: 75%;
 }
 .mdl-cell--9-col-desktop.mdl-cell--9-col-desktop {
  width: calc(75% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--9-col-desktop.mdl-cell--9-col-desktop {
  width: 75%;
 }
 .mdl-cell--10-col {
  width: calc(83.33333% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--10-col {
  width: 83.33333%;
 }
 .mdl-cell--10-col-desktop.mdl-cell--10-col-desktop {
  width: calc(83.33333% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--10-col-desktop.mdl-cell--10-col-desktop {
  width: 83.33333%;
 }
 .mdl-cell--11-col {
  width: calc(91.66667% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--11-col {
  width: 91.66667%;
 }
 .mdl-cell--11-col-desktop.mdl-cell--11-col-desktop {
  width: calc(91.66667% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--11-col-desktop.mdl-cell--11-col-desktop {
  width: 91.66667%;
 }
 .mdl-cell--12-col {
  width: calc(100% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--12-col {
  width: 100%;
 }
 .mdl-cell--12-col-desktop.mdl-cell--12-col-desktop {
  width: calc(100% - 16px);
 }
 .mdl-grid--no-spacing > .mdl-cell--12-col-desktop.mdl-cell--12-col-desktop {
  width: 100%;
 }
}
.mdl-textfield__input {
 font-family: inherit;
}
body {
 margin: 0;
}
.styleguide-demo h1 {
 margin: 48px 24px 0;
}
.styleguide-demo h1:after {
 content: "";
 display: block;
 width: 100%;
 border-bottom: 1px solid rgba(0, 0, 0, 0.5);
 margin-top: 24px;
}
.styleguide-demo {
 opacity: 0;
 -webkit-transition: opacity 0.6s ease;
 transition: opacity 0.6s ease;
}
.styleguide-masthead {
 height: 256px;
 background: #212121;
 padding: 115px 16px 0;
}
.styleguide-container {
 position: relative;
 max-width: 960px;
 width: 100%;
}
.styleguide-title {
 color: #fff;
 bottom: auto;
 position: relative;
 font-size: 56px;
 font-weight: 300;
 line-height: 1;
 letter-spacing: -0.02em;
}
.styleguide-title:after {
 border-bottom: 0;
}
.styleguide-title span {
 font-weight: 300;
}
.mdl-styleguide .mdl-layout__drawer .mdl-navigation__link {
 padding: 10px 24px;
}
.demosLoaded .styleguide-demo {
 opacity: 1;
}
iframe {
 display: block;
 width: 100%;
 border: none;
}
iframe.heightSet {
 overflow: hidden;
}
.demo-wrapper {
 margin: 24px;
}
.demo-wrapper iframe {
 border: 1px solid rgba(0, 0, 0, 0.5);
}
.material-icons {
 color: #000;
}

.container{
 position: relative;
 background: #ffffffd4;
 padding-top: 30px;
 margin: 0 auto;
}


label{
 width: 100%;
}


.thumbnails li img{
 transition: transform .5s ease;
}

.thumbnails li img:hover{
 transform: scale(1.1);
}


.thumb-item-img img{
 transition: transform .5s ease;
}

.thumb-item-img img:hover{
 transform: scale(1.1);
}

.current{
 background: #dd4e4e;
}

.col-lg-4 {
 width: fit-content;
}

.masonry-item {
 width: 250px;
}

header{

 padding-bottom: 15px;
}

p{
 text-align: justify;
 text-justify: inter-word;
 font-family: Cinzel;
 text-align: center;
}

.nav-icons{
 z-index: 9999;
 position: relative;
}

.nav-top{
 z-index: 99999;
 position: relative;
 font-size: 26px;
 display:inline-block;
 font-family:Cinzel;
}

.dropdown-menu currency{
 background: #333;
}

.delivery-info{
 color: #dd4e4e;
 font-weight: bolder;
 font-size: 35px;
}

.tab-content, .tab-content-poe{
 border: 1px solid black;
}

#h2desc{
 color: #ffffffb2;text-transform:none;background: #0009;
}

@-webkit-keyframes bg-scrolling-reverse {
 100% {
  background-position: 50px 50px;
 }
}
@-moz-keyframes bg-scrolling-reverse {
 100% {
  background-position: 50px 50px;
 }
}
@-o-keyframes bg-scrolling-reverse {
 100% {
  background-position: 50px 50px;
 }
}
@keyframes bg-scrolling-reverse {
 100% {
  background-position: 50px 50px;
 }
}
@-webkit-keyframes bg-scrolling {
 0% {
  background-position: 50px 50px;
 }
}
@-moz-keyframes bg-scrolling {
 0% {
  background-position: 50px 50px;
 }
}
@-o-keyframes bg-scrolling {
 0% {
  background-position: 50px 50px;
 }
}
@keyframes bg-scrolling {
 0% {
  background-position: 50px 50px;
 }
}

.random-product-footer {
 position: relative;
 width: 80%;
 padding-top: 50%;
 margin: 2rem auto;
 min-height: 750px;
 margin-left: 14%;
 margin-bottom: -250px;

}
.random-product-footer > .block {
 position: absolute;
 height: 50%;
 width: 30%;
 perspective: 1000px;
}
.random-product-footer > .block:nth-of-type(1) {
 height: 40%;
 top: 10%;
 left: 17%;
 width: 15%;
}
.random-product-footer > .block:nth-of-type(2) {
 top: 0;
 left: 35%;
}
.random-product-footer > .block:nth-of-type(3) {
 height: 40%;
 top: 10%;
 left: 64%;
 width: 15%;
}

.random-product-footer > .block > .side.-main {
 height: 100%;
 width: 100%;
 transform: rotateY(30deg);
 transform-origin: 0 50%;
 color: white;

}
.random-product-footer > .block > .side.-left {
 height: 100%;
 width: 40%;
 transform-origin: 0 50%;
 transform: rotateY(-60deg) translateX(-100%);
 filter: brightness(40%);
 border: 1px solid gray;

}
.random-product-footer > .block:nth-of-type(1) > .side.-main {
 background-position: 4% 50%;
 background-size: auto 130%;
}
.random-product-footer > .block:nth-of-type(1) > .side.-left {
 background-position: 0 50%;
 background-size: auto 130%;
}
.random-product-footer > .block:nth-of-type(2) > .side.-main {
 background-position: 50% 0;
}
.random-product-footer > .block:nth-of-type(2) > .side.-left {
 background-position: 28.5% 0;
}
.random-product-footer > .block:nth-of-type(3) > .side.-main {
 background-position: 96% 50%;
 background-size: auto 130%;
}
.random-product-footer > .block:nth-of-type(3) > .side.-left {
 background-position: 78% 50%;
 background-size: auto 130%;
}

.random-product-footer > .block > .side {
 position: absolute;
 top: 0;
 left: 0;
 background-size: auto 100%;
 box-shadow: -1vw 0.5vw 1vw rgba(0, 0, 0, 0.3);
}


#num{
 -webkit-animation-timing-function: steps(5);position: fixed; bottom:0; left:0; border: 1px solid; padding: 5px;font-size:25px; margin: 5px; background: white; z-index: 99999
}

.spanifer{
 min-width: 50%;
 padding: 25px;
}

.main-content{
 font-size: 20px;
}

label {

}


.containerdemo {
 border: 20px solid transparent;
}

.demo {
 background-image:
 background-repeat: no-repeat;
 background-origin: padding-box, border-box;
}

.animated {


 background-repeat: no-repeat;
 background-size: 100% 100%, 100% 200%;
 background-position: 0 0, 0 100%;
 background-origin: padding-box, border-box;
 animation: highlight 1s infinite alternate;
}

@keyframes highlight {
 100% {
  background-position: 0 0, 0 0;
 }
}

@media screen and (max-device-width: 640px){

 #discountDiv span{
  max-width: 100%;
  font-size: 70%;
 }

#contentshadow{
 border:none!important;
}

 #i{
  display:none;
 }


 #contentshadow{
  border:none;
 }







 .random-product-footer{

  display:none;

 }

}


.uk-offcanvas-bar .greybg{
 background: #333;
}

.greybg a{
 color: white;
}

.uk-offcanvas-bar .product-price{
 float: left;
 padding: 0;
 padding-top: 0px;
 padding-top: 15px;
}

.categorymenu{
 margin: 0 auto;
 display: table;
 padding-top: 20px;
}

.nav-main-menu > li > a{
 font-size: 30px!important;
}


#scrbt{
 background: black; color: white; width: fit-content; margin: 0px auto; padding: 15px; border-radius: 15px; visibility: visible;margin-top: 450px;/*! position: relative; */font-size: 33px;text-transform: uppercase;letter-spacing: 3px;font-family: cinzel;  transition: width 0.5s ease;
}
#scrbt:hover{
 background:white;
 color:black;
}

@media screen and (max-width:1000px){
 #scrbt{
  display:none;
 }

 #categorymenu{
  display:none;
 }

 #sequence{
  display:none;
 }

 .nav-icons{
  margin: 0 auto;
  display: table;
 }

 .container{

 }

 .pull-right {
  float: inherit!important;
 }

}
html,body{
scroll-behavior: smooth;
}

fieldset{
/*

background: #fffc !important;
position: relative;
margin: 0 auto;

 box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;

 width: fit-content;
 max-width: 550px;
 padding: 25px;

 display:inline-table;

*/

}

fieldset {
    display:inline-table;
    background: rgba(255, 255, 255, 0.95);
    position: relative;
    margin: 2rem auto;
    padding: 2rem;
    border-radius: 1rem;
    border: none;
    box-shadow:
        inset 0 1px 2px rgba(0, 0, 0, 0.05),
        0 8px 20px rgba(0, 0, 0, 0.1),
        0 16px 40px rgba(0, 0, 0, 0.05);
    width: 100%;
    max-width: 500px;

    flex-direction: column;
    gap: 1.5rem;

    transition: box-shadow 0.3s ease;
}

fieldset:hover {
    box-shadow:
        inset 0 1px 2px rgba(0, 0, 0, 0.09),
        0 10px 25px rgba(0, 0, 0, 0.2),
        0 20px 50px rgba(0, 0, 0, 0.07);


background: #fff!important;

}

fieldset input,
fieldset select,
fieldset textarea {
    padding: 0.75rem;
   /* border-radius: 0.5rem;*/
    border: 1px solid #ccc;
    font-size: 1rem;
    width: 100%;
    box-sizing: border-box;
}

fieldset button {
    padding: 0.75rem 1.5rem;
    border: none;
    background-color: #dd4e4e;
    color: white;
    border-radius: 0.5rem;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.navbar-header{
 text-align:center;padding-left: 15px;
 padding-top: 15px;position:relative;z-index: 999;
}

.logoImg{
 height:80px;text.align:center;
}

.header-main {
background: white;
}

tr{
 box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px!important;
}

.wowhead-tooltip{
 margin-right:inherit!important;
margin: 0 auto!important;
display:table!important;
float:inherit!important;

}

.wowhead-tooltip[data-game="d4"][data-type="d4-item"] .whtt-container [data-divider="full"]::before{
 background-image: url(//www.ezgamer.shop/resources/image/1a/02/a.webp);
}

.whtt-flavor{
 color: #9b9b9b;
 font-style: italic;
 margin: 25px;
}



@font-face {
 font-family: "Exocet Blizzard";
 src:url("exocet-blizzard-medium.eot?#iefix") format("embedded-opentype"),
 url("exocet-blizzard-medium.woff") format("woff"),
 url("exocet-blizzard-medium.ttf") format("truetype"),
 url("exocet-blizzard-medium.svg#svgExocetReaper") format("svg");
}
@font-face {
 font-family: "Exocet Blizzard Light";
 src:url("exocet-blizzard-light.eot?#iefix") format("embedded-opentype"),
 url("exocet-blizzard-light.woff") format("woff"),
 url("exocet-blizzard-light.ttf") format("truetype"),
 url("exocet-blizzard-light.svg#svgExocetReaper") format("svg");
}

.whtt-name{
 font-family: Exocet Blizzard !important;
}

.whtt-item-power, .whtt-item-type{
 font-family: Exocet Blizzard Light !important;
}

.whtt-container[data-quality="6"] .whtt-name{
 color: #dca779;
}

.whtt-container[data-quality="6"] .whtt-item-type{
 color: #c7a88e;
}


.greater-attributes{
 font-family: Exocet Blizzard light !important;
 background: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) ), url(//www.ezgamer.shop/resources/image/1a/08/3.png);
 background-attachment: fixed;
 color:white;
}


.optimized-product{
  max-width: 100%;
  border-radius: 15px;
  padding: 10px;
}

#description{
  margin:1px;
  display: table;
  padding:15px;
}

#search-results {
  position: absolute;
  z-index: 9999;
  width: 400px;
  background-color: #fffffff0;
  max-height: 400px;
  overflow-y: hidden;
  text-align: left;
}

#search-results img {
  width: 50px;
  height: 50px;
}

#search-results a {
  color: #111;
  
  font-size: 14px;
  width: 100%;
  transition: 0s;
  font-weight: bold
}

#search-results div {
  width: 100%;
  border-bottom: 1px solid #ccc
}

#search-results div:hover {
  background-color: #dd4e4e;
  color: #fff
}

#search-results div:hover a {
  color: #fff;
}

  .search-bar .button-in-search {
      float: left;
      margin-top: 2px;
      margin-left: -32px;
      font-size: 24px
    }
  
    .button-in-search {
      cursor: pointer
    }
  
    .live-search {
      margin-left: 20px
    }
  
    .form-search {
     /* display: flex*/
    }
  
    .form-search #search-input {
      width: 345px;
      height: 44px;
      color: #111;
      padding: 5px 10px;
      font-size: 20px;
      border: none;
      border-right: 1px solid #ccc;
      text-align: center;
    }
  
    .form-search .fa-search {
      height: 100%;
      width: 44px;
      height: 100%;
      line-height: 40px;
    }
  
    .form-search button {
      border: none;
      background-color: #111;
      color: #fff
    }

    .search-bar .button-in-search {
	float: left;
	margin-top: 2px;
	margin-left: -32px;
	font-size: 24px
}
.button-in-search {
	cursor: pointer
}
.live-search {
	margin-left: 20px
}

.form-search {
/*	display: flex*/
}

.form-search #search-input {
	width: 345px;
	height: 44px;
	color: #111;
	padding: 5px 10px;
	font-size: 20px;
  border: 1px solid;
	
	text-align: center;
}

.form-search .fa-search {
	height: 100%;
	width: 44px;
	height: 100%;
	line-height: 40px;
}

.form-search button {
	border: none;
background-color: #fff;
  color: #333;
  margin-top: 3px;
}

.xbox{display:table}

.xbox img{
  float: left;
}

@media screen and (max-width: 1079px) {
.customOrder{
  float:inherit!important;
}

#description{
  display:block;
}

.description-section{
  font-size:16px;
}

#description ul li{
  min-height: auto!important;
  width: auto!important;
}

.descblock{
  font-size: 16px !important;
    display: inline-grid !important;
    padding: 15px!important;
}

#description i{
  display: block!important;
    padding-bottom: 10px!important;
    font-size: 25px!important;
}



}


.description-section{
  background: rgba(255, 255, 255, 0.95);
  margin: 18px auto;
    padding: 2rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05), 0 8px 20px rgba(0, 0, 0, 0.1), 0 16px 40px rgba(0, 0, 0, 0.05);
    width: 100%;
    border-left: 4px solid #dd4e4e;
    border-right: 4px solid #dd4e4e;
    transition: box-shadow 0.3s ease;
    border-radius: 15px;

}

.description-section:hover{
    box-shadow:
        inset 0 1px 2px rgba(0, 0, 0, 0.09),
        0 10px 25px rgba(0, 0, 0, 0.2),
        0 20px 50px rgba(0, 0, 0, 0.07);
    
    
      background: #fff !important;
  
  }