@import url(https://fonts.googleapis.com/css?family=Lobster+Two:400,700);

@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,700);

#task-container li:nth-child(odd) {
  background-color: #f4f4f4;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

footer,header,main,menu,nav,section {
  display: block;
}

[hidden],template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,a:hover {
  outline: 0;
}

b {
  font-weight: bold;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

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

small {
  font-size: 80%;
}

img {
  border: 0;
}

code {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,input,textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,  *:before,  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  a[href^="#"]:after,  a[href^="javascript:"]:after {
    content: "";
  }

  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,  h2,  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn>.caret {
    border-top-color: #000 !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.woff2') format('woff2'), 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');
}

* {
  -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: 12px;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
}

input,button,textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,a:focus {
  color: #23527c;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img {
  display: block;
  max-width: 100%;
  height: auto;
  min-height: 150px;
  object-fit: none;
}

.img-small {
  display: left;
  float: left;
  min-height: 0px !important;
}

.mobile-img-text {
  padding-top: 30px;
  padding-right: 30px;
}

.mobile-img-text h3 {
  font-size: 25px !important;
  float: none;
}

@media (min-width: 992px) {
  .img-responsive,  .thumbnail>img,  .thumbnail a>img,  .carousel-inner>.item>img,  .carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
    min-height: 250px;
    object-fit: none;
  }
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

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: normal;
  line-height: 1;
  color: #ddd;
}

h1,.h1,h2,.h2,h3,.h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}

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: 9px;
  margin-bottom: 9px;
}

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: 31px;
}

h2,.h2 {
  font-size: 25px;
}

h3,.h3 {
  font-size: 21px;
}

h4,.h4 {
  font-size: 15px;
}

h5,.h5 {
  font-size: 12px;
}

h6,.h6 {
  font-size: 11px;
}

p {
  margin: 0 0 9px;
}

.lead {
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width:768px) {
  .lead {
    font-size: 18px;
  }
}

small,.small {
  font-size: 91%;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:hover {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #eee;
}

ul {
  margin-top: 0;
  margin-bottom: 9px;
}

ul ul {
  margin-bottom: 0;
}

code {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width:768px) {
  .container {
    width: 750px;
  }
}

@media (min-width:992px) {
  .container {
    width: 970px;
  }
}

@media (min-width:1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width:768px) {
  .col-sm-1,  .col-sm-2,  .col-sm-3,  .col-sm-4,  .col-sm-5,  .col-sm-6,  .col-sm-7,  .col-sm-8,  .col-sm-9,  .col-sm-10,  .col-sm-11,  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width:992px) {
  .col-md-1,  .col-md-2,  .col-md-3,  .col-md-4,  .col-md-5,  .col-md-6,  .col-md-7,  .col-md-8,  .col-md-9,  .col-md-10,  .col-md-11,  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width:1200px) {
  .col-lg-1,  .col-lg-2,  .col-lg-3,  .col-lg-4,  .col-lg-5,  .col-lg-6,  .col-lg-7,  .col-lg-8,  .col-lg-9,  .col-lg-10,  .col-lg-11,  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #ddd;
  text-align: left;
}

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%;
}

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

.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.5;
  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, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control[disabled],.form-control[readonly] {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  input[type="date"],  input[type="time"],  input[type="datetime-local"],  input[type="month"] {
    line-height: 32px;
  }

  input[type="date"].input-sm,  input[type="time"].input-sm,  input[type="datetime-local"].input-sm,  input[type="month"].input-sm {
    line-height: 28px;
  }

  input[type="date"].input-lg,  input[type="time"].input-lg,  input[type="datetime-local"].input-lg,  input[type="month"].input-lg {
    line-height: 42px;
  }
}

.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio input[type="radio"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio+.radio {
  margin-top: -5px;
}

input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled {
  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-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}

textarea.input-sm {
  height: auto;
}

.input-lg {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 6px;
}

textarea.input-lg {
  height: auto;
}

.has-success .radio {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-error .radio {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.form-horizontal .radio {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio {
  min-height: 25px;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,.btn:active:focus,.btn.active:focus,.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,.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,.btn[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:hover,.btn-default:focus,.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],.btn-default.disabled:hover,.btn-default[disabled]:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,.btn-default.disabled:active,.btn-default[disabled]:active,.btn-default.disabled.active,.btn-default[disabled].active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-primary {
  color: #fff;
  background-color: #941e1e;
  border-color: #a42121;
}

.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #941e1e;
  border-color: #a42121;
}

.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,.btn-primary[disabled],.btn-primary.disabled:hover,.btn-primary[disabled]:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,.btn-primary.disabled.active,.btn-primary[disabled].active {
  background-color: #a42121;
  border-color: #a42121;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,.btn-success:focus,.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],.btn-success.disabled:hover,.btn-success[disabled]:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,.btn-success.disabled:active,.btn-success[disabled]:active,.btn-success.disabled.active,.btn-success[disabled].active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,.btn-info:focus,.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],.btn-info.disabled:hover,.btn-info[disabled]:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,.btn-info.disabled:active,.btn-info[disabled]:active,.btn-info.disabled.active,.btn-info[disabled].active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}

.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled] {
  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: #23527c;
  text-decoration: none;
  background-color: transparent;
}

.btn-link[disabled]:hover,.btn-link[disabled]:focus {
  color: #ddd;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 11px;
  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;
  visibility: hidden;
}

.collapse.in {
  display: block;
  visibility: visible;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px 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;
  background: #961e1e;
  list-style: none;
  font-size: 12px;
  text-align: left;
  /*background-color: #d9534f;
    border-color: #d43f3a*/
  border: 0px 1px 1px 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus {
  color: #ddd;
}

.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.open>.dropdown-menu {
  display: block;
}

.open>a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 11px;
  line-height: 1.5;
  color: #ddd;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto;
}

.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}

.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width:768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

[data-toggle="buttons"]>.btn input[type="radio"],[data-toggle="buttons"]>.btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav>li {
  position: relative;
  display: block;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav>li>a:hover,.nav>li>a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav>li.disabled>a {
  color: #ddd;
}

.nav>li.disabled>a:hover,.nav>li.disabled>a:focus {
  color: #ddd;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open>a,.nav .open>a:hover,.nav .open>a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav>li>a>img {
  max-width: none;
}

.tab-content>.active {
  display: block;
  visibility: visible;
}

.navbar {
  position: relative;
  min-height: 72px;
  margin-bottom: 0;
  border: 1px solid transparent;
}

@media (min-width:768px) {
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width:768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width:768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,  .navbar-static-top .navbar-collapse,  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width:480px) and (orientation:landscape) {
  .navbar-fixed-top .navbar-collapse,  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width:768px) {
  .container>.navbar-header,  .container-fluid>.navbar-header,  .container>.navbar-collapse,  .container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width:768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width:768px) {
  .navbar-fixed-top,  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 27px 15px;
  font-size: 15px;
  line-height: 18px;
  height: 72px;
}

.navbar-brand:hover,.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand>img {
  display: block;
}

@media (min-width:768px) {
  .navbar>.container .navbar-brand,  .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 19px;
  margin-bottom: 19px;
  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: 13.5px -15px;
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 18px;
}

@media (max-width:767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    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: 18px;
  }

  .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: 27px;
    padding-bottom: 27px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width:768px) {
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio input[type="radio"] {
    position: relative;
    margin-left: 0;
  }
}

@media (min-width:768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 20px;
  margin-bottom: 20px;
}

.navbar-btn.btn-sm {
  margin-top: 22px;
  margin-bottom: 22px;
}

.navbar-btn.btn-xs {
  margin-top: 25px;
  margin-bottom: 25px;
}

.navbar-text {
  margin-top: 27px;
  margin-bottom: 27px;
}

@media (min-width:768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width:768px) {
  .navbar-left {
    float: left !important;
    float: left;
  }

  .navbar-right {
    float: right !important;
    float: right;
    margin-right: -15px;
  }

  .navbar-right~.navbar-right {
    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 {
  background-color: #e7e7e7;
  color: #555;
}

@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,.navbar-default .btn-link[disabled]:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #000;
  border-color: #000;
}

.navbar-inverse .navbar-brand {
  color: #fff;
}

.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #fff;
}

.navbar-inverse .navbar-nav>li>a {
  color: #fff;
}

.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: #000;
}

.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: #961e1e;
}

.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus {
  background-color: #961e1e;
  color: #fff;
}

@media (max-width:767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #000;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #000;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #fff;
  }

  .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: #000;
  }

  .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: #fff;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #fff;
}

.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,.navbar-inverse .btn-link[disabled]:focus {
  color: #444;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 18px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

.thumbnail>img,.thumbnail a>img {
  margin-left: auto;
  margin-right: auto;
}

a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active {
  border-color: #337ab7;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert>p,.alert>ul {
  margin-bottom: 0;
}

.alert>p+p {
  margin-top: 5px;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info .alert-link {
  color: #245269;
}

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

  to {
    background-position: 0 0;
  }
}

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

  to {
    background-position: 0 0;
  }
}

.panel {
  margin-bottom: 18px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: inherit;
}

.panel-title>a,.panel-title>small,.panel-title>.small,.panel-title>small>a,.panel-title>.small>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-default {
  border-color: #ddd;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #bce8f1;
}

.close {
  float: right;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
}

.close:hover,.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.5px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width:768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width:992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #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;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  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;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -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;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 12px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover>.arrow,.popover>.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover>.arrow {
  border-width: 11px;
}

.popover>.arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top>.arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top>.arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right>.arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right>.arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom>.arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom>.arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #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, 0.25);
}

.popover.left>.arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner>.item {
  display: none;
  position: relative;
  -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;
}

@media all and (transform-3d),(-webkit-transform-3d) {
  .carousel-inner>.item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }

  .carousel-inner>.item.next,  .carousel-inner>.item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner>.item.prev,  .carousel-inner>.item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner>.item.next.left,  .carousel-inner>.item.prev.right,  .carousel-inner>.item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
  display: block;
}

.carousel-inner>.active {
  left: 0;
}

.carousel-inner>.next,.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner>.next {
  left: 100%;
}

.carousel-inner>.prev {
  left: -100%;
}

.carousel-inner>.next.left,.carousel-inner>.prev.right {
  left: 0;
}

.carousel-inner>.active.left {
  left: -100%;
}

.carousel-inner>.active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: .5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,.carousel-control .icon-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width:768px) {
  .carousel-control .icon-prev,  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }

  .carousel-control .icon-prev {
    margin-left: -15px;
  }

  .carousel-control .icon-next {
    margin-right: -15px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after {
  content: " ";
  display: table;
}

.container:after,.container-fluid:after,.row:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.panel-body:after,.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.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;
}

.visible-xs,.visible-sm,.visible-md,.visible-lg {
  display: none !important;
}

.visible-xs-block,.visible-sm-block,.visible-md-block,.visible-lg-block {
  display: none !important;
}

@media (max-width:767px) {
  .visible-xs {
    display: block !important;
  }
}

@media (max-width:767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm {
    display: block !important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md {
    display: block !important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width:1200px) {
  .visible-lg {
    display: block !important;
  }
}

@media (min-width:1200px) {
  .visible-lg-block {
    display: 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;
  }
}

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-inverse {
  color: #fff;
}

.fa-search:before {
  content: "\f002";
}

.fa-remove:before,.fa-close:before {
  content: "\f00d";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-list:before {
  content: "\f03a";
}

.fa-image:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-random:before {
  content: "\f074";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-code:before {
  content: "\f121";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-info:before {
  content: "\f129";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-support:before {
  content: "\f1cd";
}

.fa-history:before {
  content: "\f1da";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-cc:before {
  content: "\f20a";
}

.site-content {
  min-height: calc(100vh - 158px);
}

.page-content .panel-grid {
  margin: 0 !important;
}

.site-header a:focus {
  outline: none !important;
}

.site-header .nav li a {
  color: #999;
}

.site-header .nav .active a {
  border-bottom: 1px solid #fff;
  background-color: transparent !important;
}

.site-header .nav-border {
  border-bottom: 1px solid #333;
}

.site-header .navbar-brand {
  padding: 15px 9px 9px 0;
  float: left !important;
  float: left;
}

.site-header .navbar-brand h2 {
  color: #fff;
  font-size: 20px;
  margin: 9px;
}

.site-header .navbar-brand img {
  max-width: 100px;
  max-height: 45px;
}

.bg-white {
  background: #fff;
}

.modal-single {
  padding: 18px 36px 54px;
}

.modal-single .modal-title {
  padding-bottom: 9px;
  font-size: 24px;
  font-weight: bold;
}

.modal-single .content-single {
  border: 0;
  box-shadow: none;
  text-align: justify;
  padding-bottom: 18px;
  color: #000;
  font-weight: 400;
}

.modal-single .modal-image img {
  width: 100%;
  height: auto;
}

.modal-single .modal-data {
  padding: 18px 0;
}

.modal-single .modal-data i {
  font-size: 15px;
  padding-right: 5px;
}

.modal-single .modal-data a {
  color: #666;
}

.modal-single .modal-data a:hover {
  color: #f7682c;
}

.modal-single .modal-header {
  position: relative;
}

.modal-single .modal-header .close {
  background: url(../img/icon-close.png) no-repeat center;
  opacity: 1;
  width: 35px;
  height: 35px;
  z-index: 999999;
  position: absolute;
  right: -18px;
}

.modal-single .carousel-control {
  top: 50%;
}

.modal-single .next {
  left: auto;
  right: 0;
}

.section.no-border {
  border-bottom: 0 !important;
}

.section .asterisk {
  display: none;
}

.section .feature-introducing p,.section .content-description {
  font-size: 13px;
  color: #666;
}

.section .btn-text-white {
  color: white !important;
  font-weight: bold;
}

.section.section-client {
  background-color: #f5f5f5;
}

.section.section-client .panel {
  border-radius: 0;
}

.section.section-team .team-2 {
  padding: 0 126px;
}

.section.section-contact input,.section.section-contact textarea {
  background-color: #000;
  border-color: #333;
  border-radius: 0;
}

.section.section-contact .form-control {
  color: #777;
}

.section.section-contact .form-control:focus {
  box-shadow: none;
}

.section.section-contact .btn-primary {
  background-color: #f7682c !important;
  border-color: #f7682c !important;
}

.section.section-contact .contact-us {
  color: #777;
}

.section.section-contact .contact-us i {
  padding-right: 9px;
}

.section.section-contact .contact-us .contact-us-email a {
  color: #f7682c;
}

.section.section-contact .contact-us .contact-us-email a:hover {
  color: #cf4308;
}

.section .post img,.section .team img,.section .client img {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  transition: all .6s ease;
}

.section .post:hover img,.section .team:hover img,.section .client:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}

.section-portfolio .thumbnail,.section-blog .thumbnail {
  padding: 0;
  border: 0;
  background-color: transparent;
}

.section-portfolio .thumbnail .entry-title a,.section-blog .thumbnail .entry-title a {
  color: #fff !important;
}

.section-portfolio .meta,.section-blog .meta {
  padding-top: 18px;
}

.section-portfolio .clear-post:nth-child(4n+5),.section-blog .clear-post:nth-child(4n+5) {
  clear: left;
}

.section-portfolio .carousel-inner,.section-blog .carousel-inner {
  position: initial;
}

.section-portfolio .carousel-nav,.section-blog .carousel-nav {
  border-bottom: 1px solid #333;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.section-portfolio ul.carousel-postfolio,.section-blog ul.carousel-postfolio {
  bottom: -22px;
  left: 78%;
  padding: 0 18px;
  width: initial;
  background: #000;
}

.section-portfolio ul.carousel-postfolio li,.section-blog ul.carousel-postfolio li {
  width: 12px;
  height: 12px;
}

.section-portfolio ul.carousel-postfolio li.active,.section-blog ul.carousel-postfolio li.active {
  background: #f7682c !important;
}

.section-hero .description-hero {
  color: #666;
  font-size: 24px !important;
}

.section-hero span {
  color: #333;
}

.blogs-content {
  padding-top: 36px;
}

.blogs-content .entry-title {
  margin-top: 0 !important;
}

.blogs-content .entry-title a {
  color: #333 !important;
}

.blogs-content .entry-meta {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  font-size: 13px;
  padding: 9px 0;
}

.blogs-content .entry-meta span {
  color: #606569;
}

.blogs-content .entry-meta a,.blogs-content .entry-meta i {
  color: #a6a6a6 !important;
}

.blogs-content .entry-meta a:hover,.blogs-content .entry-meta i:hover {
  color: #f7682c !important;
}

.blogs-content .entry-content {
  padding-top: 18px;
  font-size: 15px;
}

.entry-description {
  font-size: 15px;
}

.section.section-introducing .section-header {
  margin-bottom: 0;
}

.section.section-btn .btn,.section.section-btn .btn-lg {
  border-radius: 0 !important;
}

.section.section-thumbnail {
  background-color: #000;
}

.section.section-thumbnail .entry-title {
  padding-top: 18px;
}

.section.section-thumbnail .thumbnail {
  padding: 0;
  background-color: #fff !important;
}

.section.section-thumbnail .caption .entry-title {
  color: #333;
}

.section.section-page-main {
  padding-top: 54px !important;
  background: #000;
}

.section.section-page-main .section-title {
  color: #fff !important;
}

.site-header {
  border: none;
}

.section {
  padding: 54px 0px 20px 0px;
}

/*.section .section-header {
    margin-bottom: 36px
}*/

.section .section-header .section-title {
  font-weight: bold;
  color: #000;
}

.section .section-header .section-description {
  font-weight: bold;
  color: #999;
  font-size: 13px;
}

.section.section-inverse {
  color: #fff;
}

.section.section-inverse a {
  color: #fff;
}

.section.section-inverse a:hover,.section.section-inverse a:active {
  color: #fff;
}

.section.section-inverse .section-title {
  color: #fff;
}

.section.section-hero {
  padding-top: 55px;
}

.section.section-hero h2 {
  font-size: 60px;
  color: #fff;
  font-weight: bold;
}

.section.section-hero .lead {
  font-size: 21px;
  margin: 18px 0;
}

.section.section-introducing .feature-introducing h5,.section.section-team .feature-introducing h5,.section.section-introducing h3,.section.section-team h3 {
  font-weight: bold;
  font-size: 15px;
  margin: 18px 0px 5px 0px;
  color: #333;
}

.section.section-portfolio a:hover,.section.section-blog a:hover {
  text-decoration: none;
}

.section.section-portfolio .entry-title,.section.section-blog .entry-title {
  color: white;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.5;
}

.site-footer {
  /*background: #000;*/
  color: #fff;
  text-align: center;
  margin: 0;
  position: relative;
  background: linear-gradient(to bottom, #a42121 0, #941e1e 100%);
  box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.2) !important;
}

.site-footer .site-info {
  padding: 18px 0 30px;
}

.site-footer a {
  color: #f7682c;
}

.site-footer a:hover,.site-footer a:active {
  color: #cf4308;
}

.scroll-top {
  position: fixed;
  bottom: 0;
  right: 0;
  color: #f7682c;
  z-index: 10000;
  background: #333;
  padding: 9px 18px;
}

.carousel-indicators li {
  margin: 0;
}

.padding-xs-5 {
  padding: 90px;
}

.padding-xs-4 {
  padding: 72px;
}

.padding-xs-3 {
  padding: 54px;
}

.padding-xs-2 {
  padding: 36px;
}

.padding-xs-1 {
  padding: 18px;
}

.padding-xs-0 {
  padding: 0;
}

.padding-top-xs-5 {
  padding-top: 90px;
}

.padding-top-xs-4 {
  padding-top: 72px;
}

.padding-top-xs-3 {
  padding-top: 54px;
}

.padding-top-xs-2 {
  padding-top: 36px;
}

.padding-top-xs-1 {
  padding-top: 18px;
}

.padding-top-xs-0 {
  padding-top: 0;
}

.padding-bottom-xs-5 {
  padding-bottom: 90px;
}

.padding-bottom-xs-4 {
  padding-bottom: 72px;
}

.padding-bottom-xs-3 {
  padding-bottom: 54px;
}

.padding-bottom-xs-2 {
  padding-bottom: 36px;
}

.padding-bottom-xs-1 {
  padding-bottom: 18px;
}

.padding-bottom-xs-0 {
  padding-bottom: 0;
}

.padding-left-xs-5 {
  padding-left: 90px;
}

.padding-left-xs-4 {
  padding-left: 72px;
}

.padding-left-xs-3 {
  padding-left: 54px;
}

.padding-left-xs-2 {
  padding-left: 36px;
}

.padding-left-xs-1 {
  padding-left: 18px;
}

.padding-left-xs-0 {
  padding-left: 0;
}

.padding-right-xs-5 {
  padding-right: 90px;
}

.padding-right-xs-4 {
  padding-right: 72px;
}

.padding-right-xs-3 {
  padding-right: 54px;
}

.padding-right-xs-2 {
  padding-right: 36px;
}

.padding-right-xs-1 {
  padding-right: 18px;
}

.padding-right-xs-0 {
  padding-right: 0;
}

.margin-xs-5 {
  margin: 90px;
}

.margin-xs-4 {
  margin: 72px;
}

.margin-xs-3 {
  margin: 54px;
}

.margin-xs-2 {
  margin: 36px;
}

.margin-xs-1 {
  margin: 18px;
}

.margin-xs-0 {
  margin: 0;
}

.margin-top-xs-5 {
  margin-top: 90px;
}

.margin-top-xs-4 {
  margin-top: 72px;
}

.margin-top-xs-3 {
  margin-top: 54px;
}

.margin-top-xs-2 {
  margin-top: 36px;
}

.margin-top-xs-1 {
  margin-top: 18px;
}

.margin-top-xs-0 {
  margin-top: 0;
}

.margin-bottom-xs-5 {
  margin-bottom: 90px;
}

.margin-bottom-xs-4 {
  margin-bottom: 72px;
}

.margin-bottom-xs-3 {
  margin-bottom: 54px;
}

.margin-bottom-xs-2 {
  margin-bottom: 36px;
}

.margin-bottom-xs-1 {
  margin-bottom: 18px;
}

.margin-bottom-xs-0 {
  margin-bottom: 0;
}

.margin-left-xs-5 {
  margin-left: 90px;
}

.margin-left-xs-4 {
  margin-left: 72px;
}

.margin-left-xs-3 {
  margin-left: 54px;
}

.margin-left-xs-2 {
  margin-left: 36px;
}

.margin-left-xs-1 {
  margin-left: 18px;
}

.margin-left-xs-0 {
  margin-left: 0;
}

.margin-right-xs-5 {
  margin-right: 90px;
}

.margin-right-xs-4 {
  margin-right: 72px;
}

.margin-right-xs-3 {
  margin-right: 54px;
}

.margin-right-xs-2 {
  margin-right: 36px;
}

.margin-right-xs-1 {
  margin-right: 18px;
}

.margin-right-xs-0 {
  margin-right: 0;
}

@media (min-width:768px) {
  .padding-sm-5 {
    padding: 90px;
  }

  .padding-sm-4 {
    padding: 72px;
  }

  .padding-sm-3 {
    padding: 54px;
  }

  .padding-sm-2 {
    padding: 36px;
  }

  .padding-sm-1 {
    padding: 18px;
  }

  .padding-sm-0 {
    padding: 0;
  }

  .padding-top-sm-5 {
    padding-top: 90px;
  }

  .padding-top-sm-4 {
    padding-top: 72px;
  }

  .padding-top-sm-3 {
    padding-top: 54px;
  }

  .padding-top-sm-2 {
    padding-top: 36px;
  }

  .padding-top-sm-1 {
    padding-top: 18px;
  }

  .padding-top-sm-0 {
    padding-top: 0;
  }

  .padding-bottom-sm-5 {
    padding-bottom: 90px;
  }

  .padding-bottom-sm-4 {
    padding-bottom: 72px;
  }

  .padding-bottom-sm-3 {
    padding-bottom: 54px;
  }

  .padding-bottom-sm-2 {
    padding-bottom: 36px;
  }

  .padding-bottom-sm-1 {
    padding-bottom: 18px;
  }

  .padding-bottom-sm-0 {
    padding-bottom: 0;
  }

  .padding-left-sm-5 {
    padding-left: 90px;
  }

  .padding-left-sm-4 {
    padding-left: 72px;
  }

  .padding-left-sm-3 {
    padding-left: 54px;
  }

  .padding-left-sm-2 {
    padding-left: 36px;
  }

  .padding-left-sm-1 {
    padding-left: 18px;
  }

  .padding-left-sm-0 {
    padding-left: 0;
  }

  .padding-right-sm-5 {
    padding-right: 90px;
  }

  .padding-right-sm-4 {
    padding-right: 72px;
  }

  .padding-right-sm-3 {
    padding-right: 54px;
  }

  .padding-right-sm-2 {
    padding-right: 36px;
  }

  .padding-right-sm-1 {
    padding-right: 18px;
  }

  .padding-right-sm-0 {
    padding-right: 0;
  }

  .margin-sm-5 {
    margin: 90px;
  }

  .margin-sm-4 {
    margin: 72px;
  }

  .margin-sm-3 {
    margin: 54px;
  }

  .margin-sm-2 {
    margin: 36px;
  }

  .margin-sm-1 {
    margin: 18px;
  }

  .margin-sm-0 {
    margin: 0;
  }

  .margin-top-sm-5 {
    margin-top: 90px;
  }

  .margin-top-sm-4 {
    margin-top: 72px;
  }

  .margin-top-sm-3 {
    margin-top: 54px;
  }

  .margin-top-sm-2 {
    margin-top: 36px;
  }

  .margin-top-sm-1 {
    margin-top: 18px;
  }

  .margin-top-sm-0 {
    margin-top: 0;
  }

  .margin-bottom-sm-5 {
    margin-bottom: 90px;
  }

  .margin-bottom-sm-4 {
    margin-bottom: 72px;
  }

  .margin-bottom-sm-3 {
    margin-bottom: 54px;
  }

  .margin-bottom-sm-2 {
    margin-bottom: 36px;
  }

  .margin-bottom-sm-1 {
    margin-bottom: 18px;
  }

  .margin-bottom-sm-0 {
    margin-bottom: 0;
  }

  .margin-left-sm-5 {
    margin-left: 90px;
  }

  .margin-left-sm-4 {
    margin-left: 72px;
  }

  .margin-left-sm-3 {
    margin-left: 54px;
  }

  .margin-left-sm-2 {
    margin-left: 36px;
  }

  .margin-left-sm-1 {
    margin-left: 18px;
  }

  .margin-left-sm-0 {
    margin-left: 0;
  }

  .margin-right-sm-5 {
    margin-right: 90px;
  }

  .margin-right-sm-4 {
    margin-right: 72px;
  }

  .margin-right-sm-3 {
    margin-right: 54px;
  }

  .margin-right-sm-2 {
    margin-right: 36px;
  }

  .margin-right-sm-1 {
    margin-right: 18px;
  }

  .margin-right-sm-0 {
    margin-right: 0;
  }
}

@media (min-width:992px) {
  .padding-md-5 {
    padding: 90px;
  }

  .padding-md-4 {
    padding: 72px;
  }

  .padding-md-3 {
    padding: 54px;
  }

  .padding-md-2 {
    padding: 36px;
  }

  .padding-md-1 {
    padding: 18px;
  }

  .padding-md-0 {
    padding: 0;
  }

  .padding-top-md-5 {
    padding-top: 90px;
  }

  .padding-top-md-4 {
    padding-top: 72px;
  }

  .padding-top-md-3 {
    padding-top: 54px;
  }

  .padding-top-md-2 {
    padding-top: 36px;
  }

  .padding-top-md-1 {
    padding-top: 18px;
  }

  .padding-top-md-0 {
    padding-top: 0;
  }

  .padding-bottom-md-5 {
    padding-bottom: 90px;
  }

  .padding-bottom-md-4 {
    padding-bottom: 72px;
  }

  .padding-bottom-md-3 {
    padding-bottom: 54px;
  }

  .padding-bottom-md-2 {
    padding-bottom: 36px;
  }

  .padding-bottom-md-1 {
    padding-bottom: 18px;
  }

  .padding-bottom-md-0 {
    padding-bottom: 0;
  }

  .padding-left-md-5 {
    padding-left: 90px;
  }

  .padding-left-md-4 {
    padding-left: 72px;
  }

  .padding-left-md-3 {
    padding-left: 54px;
  }

  .padding-left-md-2 {
    padding-left: 36px;
  }

  .padding-left-md-1 {
    padding-left: 18px;
  }

  .padding-left-md-0 {
    padding-left: 0;
  }

  .padding-right-md-5 {
    padding-right: 90px;
  }

  .padding-right-md-4 {
    padding-right: 72px;
  }

  .padding-right-md-3 {
    padding-right: 54px;
  }

  .padding-right-md-2 {
    padding-right: 36px;
  }

  .padding-right-md-1 {
    padding-right: 18px;
  }

  .padding-right-md-0 {
    padding-right: 0;
  }

  .margin-md-5 {
    margin: 90px;
  }

  .margin-md-4 {
    margin: 72px;
  }

  .margin-md-3 {
    margin: 54px;
  }

  .margin-md-2 {
    margin: 36px;
  }

  .margin-md-1 {
    margin: 18px;
  }

  .margin-md-0 {
    margin: 0;
  }

  .margin-top-md-5 {
    margin-top: 90px;
  }

  .margin-top-md-4 {
    margin-top: 72px;
  }

  .margin-top-md-3 {
    margin-top: 54px;
  }

  .margin-top-md-2 {
    margin-top: 36px;
  }

  .margin-top-md-1 {
    margin-top: 18px;
  }

  .margin-top-md-0 {
    margin-top: 0;
  }

  .margin-bottom-md-5 {
    margin-bottom: 90px;
  }

  .margin-bottom-md-4 {
    margin-bottom: 72px;
  }

  .margin-bottom-md-3 {
    margin-bottom: 54px;
  }

  .margin-bottom-md-2 {
    margin-bottom: 36px;
  }

  .margin-bottom-md-1 {
    margin-bottom: 18px;
  }

  .margin-bottom-md-0 {
    margin-bottom: 0;
  }

  .margin-left-md-5 {
    margin-left: 90px;
  }

  .margin-left-md-4 {
    margin-left: 72px;
  }

  .margin-left-md-3 {
    margin-left: 54px;
  }

  .margin-left-md-2 {
    margin-left: 36px;
  }

  .margin-left-md-1 {
    margin-left: 18px;
  }

  .margin-left-md-0 {
    margin-left: 0;
  }

  .margin-right-md-5 {
    margin-right: 90px;
  }

  .margin-right-md-4 {
    margin-right: 72px;
  }

  .margin-right-md-3 {
    margin-right: 54px;
  }

  .margin-right-md-2 {
    margin-right: 36px;
  }

  .margin-right-md-1 {
    margin-right: 18px;
  }

  .margin-right-md-0 {
    margin-right: 0;
  }
}

@media (min-width:1200px) {
  .padding-lg-5 {
    padding: 90px;
  }

  .padding-lg-4 {
    padding: 72px;
  }

  .padding-lg-3 {
    padding: 54px;
  }

  .padding-lg-2 {
    padding: 36px;
  }

  .padding-lg-1 {
    padding: 18px;
  }

  .padding-lg-0 {
    padding: 0;
  }

  .padding-top-lg-5 {
    padding-top: 90px;
  }

  .padding-top-lg-4 {
    padding-top: 72px;
  }

  .padding-top-lg-3 {
    padding-top: 54px;
  }

  .padding-top-lg-2 {
    padding-top: 36px;
  }

  .padding-top-lg-1 {
    padding-top: 18px;
  }

  .padding-top-lg-0 {
    padding-top: 0;
  }

  .padding-bottom-lg-5 {
    padding-bottom: 90px;
  }

  .padding-bottom-lg-4 {
    padding-bottom: 72px;
  }

  .padding-bottom-lg-3 {
    padding-bottom: 54px;
  }

  .padding-bottom-lg-2 {
    padding-bottom: 36px;
  }

  .padding-bottom-lg-1 {
    padding-bottom: 18px;
  }

  .padding-bottom-lg-0 {
    padding-bottom: 0;
  }

  .padding-left-lg-5 {
    padding-left: 90px;
  }

  .padding-left-lg-4 {
    padding-left: 72px;
  }

  .padding-left-lg-3 {
    padding-left: 54px;
  }

  .padding-left-lg-2 {
    padding-left: 36px;
  }

  .padding-left-lg-1 {
    padding-left: 18px;
  }

  .padding-left-lg-0 {
    padding-left: 0;
  }

  .padding-right-lg-5 {
    padding-right: 90px;
  }

  .padding-right-lg-4 {
    padding-right: 72px;
  }

  .padding-right-lg-3 {
    padding-right: 54px;
  }

  .padding-right-lg-2 {
    padding-right: 36px;
  }

  .padding-right-lg-1 {
    padding-right: 18px;
  }

  .padding-right-lg-0 {
    padding-right: 0;
  }

  .margin-lg-5 {
    margin: 90px;
  }

  .margin-lg-4 {
    margin: 72px;
  }

  .margin-lg-3 {
    margin: 54px;
  }

  .margin-lg-2 {
    margin: 36px;
  }

  .margin-lg-1 {
    margin: 18px;
  }

  .margin-lg-0 {
    margin: 0;
  }

  .margin-top-lg-5 {
    margin-top: 90px;
  }

  .margin-top-lg-4 {
    margin-top: 72px;
  }

  .margin-top-lg-3 {
    margin-top: 54px;
  }

  .margin-top-lg-2 {
    margin-top: 36px;
  }

  .margin-top-lg-1 {
    margin-top: 18px;
  }

  .margin-top-lg-0 {
    margin-top: 0;
  }

  .margin-bottom-lg-5 {
    margin-bottom: 90px;
  }

  .margin-bottom-lg-4 {
    margin-bottom: 72px;
  }

  .margin-bottom-lg-3 {
    margin-bottom: 54px;
  }

  .margin-bottom-lg-2 {
    margin-bottom: 36px;
  }

  .margin-bottom-lg-1 {
    margin-bottom: 18px;
  }

  .margin-bottom-lg-0 {
    margin-bottom: 0;
  }

  .margin-left-lg-5 {
    margin-left: 90px;
  }

  .margin-left-lg-4 {
    margin-left: 72px;
  }

  .margin-left-lg-3 {
    margin-left: 54px;
  }

  .margin-left-lg-2 {
    margin-left: 36px;
  }

  .margin-left-lg-1 {
    margin-left: 18px;
  }

  .margin-left-lg-0 {
    margin-left: 0;
  }

  .margin-right-lg-5 {
    margin-right: 90px;
  }

  .margin-right-lg-4 {
    margin-right: 72px;
  }

  .margin-right-lg-3 {
    margin-right: 54px;
  }

  .margin-right-lg-2 {
    margin-right: 36px;
  }

  .margin-right-lg-1 {
    margin-right: 18px;
  }

  .margin-right-lg-0 {
    margin-right: 0;
  }
}

@media (max-width:768px) {
  .site-header li a {
    font-size: 15px;
  }

  .site-header .navbar-collapse {
    box-shadow: none;
  }

  .site-header .nav li {
    border-top: 1px solid #222;
  }

  .site-header .navbar-nav {
    margin-left: 16px;
  }

  .site-header .nav-border {
    border: 0;
    margin: 0 18px;
  }

  .site-header .nav-header,  .site-header .nav .active a {
    border-bottom: 0;
  }

  .section .section-title {
    font-size: 36px !important;
  }

  .section.section-hero {
    padding-top: 54px;
  }

  .section.section-hero h2 {
    font-size: 36px;
  }

  .section.section-hero .lead {
    font-size: 18px !important;
  }

  .section.section-team .team {
    padding-bottom: 54px;
  }

  .section.section-portfolio .carousel-nav,  .section.section-blog .carousel-nav {
    display: none;
  }

  .section .content-description {
    padding: 18px;
  }

  .section .contact-form {
    padding-top: 18px;
  }

  .section .list-client {
    padding-left: 90px;
  }

  .section .list-client .panel-grid-cell {
    float: left !important;
  }

  .section .list-client .panel-grid-cell:nth-child(3n+3) {
    float: none !important;
  }

  .blogs-content {
    padding-top: 18px;
  }
}

@media (max-width:480px) {
  .list-client .panel-grid-cell {
    float: none !important;
  }
}

body {
  font-family: 'PT Serif', serif;
}

h1,h2,h3,h4,h5,h6,.site-header {
  font-family: 'Lobster Two', cursive;
  font-weight: 400;
}

.site-header {
  background: linear-gradient(to bottom, #a42121 0, #941e1e 100%);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2) !important;
  font-size: 18px;
}

.site-header.navbar-inverse {
  background-color: transparent;
}

.site-header.navbar-inverse .navbar-nav li a:hover,.site-header.navbar-inverse .navbar-nav li a:focus {
  color: #fff !important;
  background-color: transparent;
}

.site-header .nav li a {
  color: #ed7f80;
}

.site-header .nav .active a {
  border: 0 !important;
  color: #fff;
  background: transparent;
}

.site-header .nav .active a:hover {
  background: transparent;
}

.site-header .nav-border {
  border: 0;
}

.section .asterisk {
  display: block;
  padding: 9px;
}

.section .section-description {
  color: #333 !important;
  font-size: 18px !important;
  font-weight: normal !important;
}

.section .feature-introducing p,.section .content-description {
  font-size: 15px;
}

.section .section-title {
  font-size: 36px !important;
  font-weight: normal !important;
}

.section .btn-primary:before,.section .btn-primary:after {
  width: 4px;
  height: 100%;
  /*background: url(../img/btn-bg-l.png) no-repeat left center;*/
  position: absolute;
  left: -4px;
  content: "";
  top: 0;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  border-radius: 3px 0 0 3px;
}

.section .btn-primary:after {
  /*background-image: url(../img/btn-bg-r.png);*/
  left: auto;
  right: -4px;
  border-radius: 0 3px 3px 0;
}

.section .btn-bg {
  background: url(../img/btn-large-bg.png) repeat-x center !important;
  height: 46px;
  padding: 12px 50px;
}

.section .btn-bg:before,.section .btn-bg:after {
  background: url(../img/btn-large-bg-l.png) no-repeat left center;
}

.section .btn-bg:after {
  background-image: url(../img/btn-large-bg-r.png);
}

.section.section-hero {
  background: url(../img/top-bg.png), url(../img/pattern-red.gif);
  background-repeat: no-repeat, repeat;
  background-position: center bottom, right bottom;
  padding-bottom: 200px;
}

.section.section-hero h2 {
  font-weight: normal;
  font-size: 72px;
  letter-spacing: -1px;
}

.section.section-hero .description-hero {
  color: #fff;
  font-size: 18px !important;
}

.section.section-hero span {
  display: none;
}

.section.section-introducing {
  border-bottom: 1px solid #ddd;
}

.section.section-portfolio,.section.section-blog {
  background: #f4e6b1;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ddd;
}

.section.section-portfolio .section-title,.section.section-blog .section-title,.section.section-portfolio .entry-title a,.section.section-blog .entry-title a,.section.section-portfolio .asterisk,.section.section-blog .asterisk {
  color: #fa5f00 !important;
}

.section.section-portfolio .thumbnail,.section.section-blog .thumbnail {
  padding: 4px;
  background-color: #fff;
}

.section.section-portfolio .carousel-nav,.section.section-blog .carousel-nav {
  border-bottom: 1px dashed #a68407;
}

.section.section-portfolio ul.carousel-postfolio,.section.section-blog ul.carousel-postfolio {
  background: #f4e6b1;
}

.section.section-portfolio ul.carousel-postfolio li,.section.section-blog ul.carousel-postfolio li {
  border-color: #a68407;
  background: #a68407;
}

.section.section-portfolio ul.carousel-postfolio .active,.section.section-blog ul.carousel-postfolio .active {
  background: #fff !important;
}

.section.section-team,.section.section-client {
  background: #fff;
  border-top: 1px #fff;
  border-bottom: 1px #ddd;
}

.section.section-team .asterisk,.section.section-client .asterisk {
  color: #ccc;
}

.section.section-client .section-title {
  color: #678b3a;
}

.section.section-introducing .section-title,.section.section-team .section-title {
  font-size: 18px;
  color: #9f2d26;
}

.section.section-introducing .section-content-title,.section.section-team .section-content-title {
  font-size: 18px;
  color: #9f2d26;
}

.section.section-introducing .asterisk,.section.section-team .asterisk {
  color: #ccc;
}

.section.section-contact {
  background: url(../img/red-line.gif), url(../img/pattern-red.gif);
  background-repeat: repeat-x, repeat;
  background-position: top, center bottom;
}

.section.section-contact .section-title,.section.section-contact .asterisk,.section.section-contact .section-description,.section.section-contact .content-description {
  color: #fff !important;
}

.section.section-contact .btn-primary {
  background: url(../img/btn.png) no-repeat left !important;
  background-size: 100% 100% !important;
}

.section.section-contact input,.section.section-contact textarea {
  background-color: #932c2b !important;
  border-color: #932c2b !important;
}

.section.section-contact input:-moz-placeholder,.section.section-contact textarea:-moz-placeholder {
  color: #fff;
}

.section.section-contact input:-ms-input-placeholder,.section.section-contact textarea:-ms-input-placeholder {
  color: #fff;
}

.section.section-contact input::-webkit-input-placeholder,.section.section-contact textarea::-webkit-input-placeholder {
  color: #fff;
}

.section.section-contact .form-control {
  color: #fff;
}

.section.section-contact .contact-us {
  color: #ddd;
}

.section.section-contact a {
  color: #ef8c7f !important;
}

.section.section-contact a:hover {
  color: #fff !important;
}

.site-footer {
  /*bXackground-image: url(../img/footer-bg.png), url(../img/pattern-red.gif);*/
  background-repeat: repeat-x, repeat;
  background-position: bottom, center;
}

.site-footer a {
  color: #ef8c7f;
}

.site-footer a:hover,.site-footer a:active {
  color: #fff;
}

.scroll-top {
  color: #8f2620;
}

.navbar-inverse .navbar-collapse {
  border-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border: 1px dashed #c95649;
  border-radius: 3px;
  background: none;
}

.navbar-inverse .navbar-toggle:hover {
  border-color: #ef7b67;
  background: none;
}

@media (max-width:768px) {
  .site-header .nav li {
    border-top: 1px dashed #c95649;
  }

  .section-hero.section-hero h2 {
    font-size: 48px !important;
  }
}

@media (min-width:768px) {
  .section-hero .description-hero {
    padding: 0 180px;
  }
}

@font-face {
  font-family: 'sow-fontawesome';
  src: url('font/fontawesome-webfont.eot?v=4.6.3');
  src: url('font/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),	url('font/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),	url('font/fontawesome-webfont.woff?v=4.6.3') format('woff'),	url('font/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),	url('font/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.panel-grid {
  zoom: 1;
}

.panel-grid:before {
  content: '';
  display: block;
}

.panel-grid:after {
  content: '';
  display: table;
  clear: both;
}

.panel-grid-cell {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 1em;
}

.panel-grid-cell .so-panel {
  zoom: 1;
}

.panel-grid-cell .so-panel:before {
  content: '';
  display: block;
}

.panel-grid-cell .so-panel:after {
  content: '';
  display: table;
  clear: both;
}

.panel-grid-cell .panel-last-child {
  margin-bottom: 0;
}

.panel-grid-cell .widget-title {
  margin-top: 0;
}

.panel-row-style {
  zoom: 1;
}

.panel-row-style:before {
  content: '';
  display: block;
}

.panel-row-style:after {
  content: '';
  display: table;
  clear: both;
}

@font-face {
  font-family: 'Pe-icon-7-stroke';
  src: url('../fonts/Pe-icon-7-stroke.eot?d7yf1v');
  src: url('../fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'),		url('../fonts/Pe-icon-7-stroke.woff?d7yf1v') format('woff'),		url('../fonts/Pe-icon-7-stroke.ttf?d7yf1v') format('truetype'),		url('../fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="pe-7s-"],[class*=" pe-7s-"] {
  display: inline-block;
  font-family: 'Pe-icon-7-stroke';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * Questions
 *
 * -----------------------------------------------------------------------------
 */

/**
 * Answers
 *
 * -----------------------------------------------------------------------------
 */

/**
 * Comments
 *
 * -----------------------------------------------------------------------------
 */

/**
 * Archive Page
 *
 * -----------------------------------------------------------------------------
 */

/* Breadcrumbs */

/* Question Search */

/* Question Filter */

/* Question List */

/**
 * Single Question
 *
 * -----------------------------------------------------------------------------
 */

/**
 * Content Edit
 *
 * -----------------------------------------------------------------------------
 */

/**
 * Responsive
 *
 * -----------------------------------------------------------------------------
 */

@font-face {
  font-family: 'feature-background';
  src: url('fonts/feature-background.eot');
  src: url('fonts/feature-background.eot') format('embedded-opentype'), url('fonts/feature-background.woff') format('woff'), url('fonts/feature-background.ttf') format('truetype'), url('fonts/feature-background.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*
Theme Name: DW Page
Theme URI: http://www.designwall.com/wordpress/themes/dw-page/
Author: DesignWall
Author URI: http://www.designwall.com
Description: One Page WordPress Theme
Version: 1.1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dw-page
Tags:
*/

/* HTML5 display-role reset for older browsers */

body {
  line-height: 1;
}

ul {
  list-style: none;
}

q {
  quotes: none;
}

q:before,q:after {
  content: '';
  content: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*------------------*/

/* Form Styles*/

/*------------------*/

.fa-3 {
  font-size: 12em;
}

#task-form {
  margin: 30px 0;
}

#task-form input {
  border: 1px solid #CCC;
  height: 50px;
  width: 79%;
  padding-left: 20px;
  font-size: 16px;
  color: #666;
  float: left;
  font-family: 'Quicksand', sans-serif;
  transition: all 0.3s;
}

#task-form input:focus,#task-form input:active,#task-form button:focus,#task-form button:active {
  outline-color: #F0553B;
  outline-width: thin;
  transition: all 0.3s;
}

#task-form button {
  height: 51px;
  width: 19%;
  border: 1px solid #CCC;
  background: #941e1e;
  font-size: 20px;
  color: #FFF;
  cursor: pointer;
  font-family: 'Quicksand', sans-serif;
  transition: all 0.3s;
  position: relative;
  border-radius: 6px;
}

#task-form button:before {
  /*height: 1px;*/
  width: 100%;
  background: #ff8e7b;
  position: absolute;
  content: " ";
  top: 0px;
  left: 0;
}

#task-form button:hover {
  opacity: 0.8;
  transition: all 0.3s;
}

/*------------------*/

/* List Styles*/

/*------------------*/

#task-container ul {
  overflow: hidden;
}

#task-container .task-headline {
  display: none;
  color: #666666;
  border-bottom: 1px solid #C8C7BB;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 1.6em;
  position: relative;
}

#task-container .task-headline:before {
  height: 1px;
  width: 100%;
  background: #FFF;
  position: absolute;
  content: " ";
  bottom: 0px;
  left: 0;
}

#task-container .nothing-message {
  background: url("../img/present-icon.png") no-repeat center 20px;
  height: 15rem;
  color: #666;
  background-size: 15%;
  background-position: 50% 40px;
}

#task-container li {
  display: none;
  font-size: 15px;
  width: 98%;
  overflow: auto;
  height: auto;
  min-height: 10px;
  background: #FFF;
  display: inline-block;
  padding: 5px;
  border: 1px solid #CCC;
  color: #666;
  border-top: 9px solid #CCD1D1;
  cursor: pointer;
  margin-bottom: 2px;
  marXgin-right: 1%;
  maXrgin-left: 1%;
  transition: all 0.3s;
  position: relative;
}

#task-container li:nth-child(even) {
  margin-right: 0;
}

#task-container li:hover {
  opacity: 0.8;
  border-top: 9px solid #E5E8E8;
}

#task-container p {
  line-height: 1.6em;
  text-align: left;
  font-size: 16px;
  /*sizing of font ind wishlist-box*/
}

#task-container li.complete {
  opacity: 0.3;
  border-top: 9px solid #666;
  transition: all 0.3s;
}

#task-container li span:nth-child(2) {
  visibility: hidden;
}

#task-container li span:nth-child(3) {
  display: none;
}

#task-container li.complete span:nth-child(2) {
  visibility: visible;
  float: right;
  margin-left: 10px;
}

#task-container li.reserved span:nth-child(1) {
  text-decoration: line-through;
}

/*
#task-container li.complete:before{
	background:url("../img/complete.png") no-repeat;
	position: absolute;
	top:5px;
	right:5px;
	content: "";
	width: 55px;
	height: 55px;
	background-size: 100%;
}
*/

#task-container li.complete:hover {
  border-top: 9px solid #F0553B;
  opacity: 0.6;
}

/*-------------------------*/

/* Secondary Control Styles*/

/*-------------------------*/

#controls {
  /*display:none;	*/
  text-align: center;
  clear: both;
  margin-top: 40px;
  margin-right: 13px;
  background: #FFF;
  padding: 10px;
  border: 1px solid #c8c7bb;
}

#controls p {
  display: inline-block;
  color: #666;
  font-style: italic;
  margin-right: 20px;
}

/*#controls p:first-child{
	margin-right:20px;
}*/

#clear-all-tasks {
  clear: both;
  margin-top: 20px;
  background: #999;
  border: none;
  color: #FFF;
  padding: 10px 20px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: 'Quicksand', sans-serif;
  transition: all 0.3s;
}

#clear-all-tasks:hover {
  background: #666;
  transition: all 0.3s;
}

@media (max-width: 600px) {
  h1 {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
    padding-left: 0;
    background-position: center 0;
    padding-top: 40px;
  }

  #task-form {
    margin-top: 10px;
  }

  #task-container li,  #task-form input,  #task-form button {
    width: 100%;
  }

  #task-form button {
    margin-top: 20px;
  }

  #controls p {
    font-size: 0.9em;
  }
}
