@charset "UTF-8";

/*!

 * Bootstrap v3.3.5 (http://getbootstrap.com)

 * Copyright 2011-2015 Twitter, Inc.

 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {

  font-family: sans-serif;

  -ms-text-size-adjust: 100%;

  -webkit-text-size-adjust: 100%;

}



body {

  margin: 0;

}



article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

main,

menu,

nav,

section,

summary {

  display: block;

}



audio,

canvas,

progress,

video {

  display: inline-block;

  vertical-align: baseline;

}



audio:not([controls]) {

  display: none;

  height: 0;

}



[hidden],

template {

  display: none;

}



a {

  background-color: transparent;

}



a:active,

a:hover {

  outline: 0;

}



abbr[title] {

  border-bottom: 1px dotted;

}



b,

strong {

  font-weight: bold;

}



dfn {

  font-style: italic;

}



h1 {

  font-size: 2em;

  margin: 0.67em 0;

}



mark {

  background: #ff0;

  color: #000;

}



small {

  font-size: 80%;

}



sub,

sup {

  font-size: 75%;

  line-height: 0;

  position: relative;

  vertical-align: baseline;

}



sup {

  top: -0.5em;

}



sub {

  bottom: -0.25em;

}



img {

  border: 0;

}



svg:not(:root) {

  overflow: hidden;

}



figure {

  margin: 1em 40px;

}



hr {

  box-sizing: content-box;

  height: 0;

}



pre {

  overflow: auto;

}



code,

kbd,

pre,

samp {

  font-family: monospace, monospace;

  font-size: 1em;

}



button,

input,

optgroup,

select,

textarea {

  color: inherit;

  font: inherit;

  margin: 0;

}



button {

  overflow: visible;

}



button,

select {

  text-transform: none;

}



button,

html input[type="button"], input[type="reset"],

input[type="submit"] {

  -webkit-appearance: button;

  cursor: pointer;

}



button[disabled],

html input[disabled] {

  cursor: default;

}



button::-moz-focus-inner,

input::-moz-focus-inner {

  border: 0;

  padding: 0;

}



input {

  line-height: normal;

}



input[type="checkbox"],

input[type="radio"] {

  box-sizing: border-box;

  padding: 0;

}



input[type="number"]::-webkit-inner-spin-button,

input[type="number"]::-webkit-outer-spin-button {

  height: auto;

}



input[type="search"] {

  -webkit-appearance: textfield;

  box-sizing: content-box;

}



input[type="search"]::-webkit-search-cancel-button,

input[type="search"]::-webkit-search-decoration {

  -webkit-appearance: none;

}



fieldset {

  border: 1px solid #c0c0c0;

  margin: 0 2px;

  padding: 0.35em 0.625em 0.75em;

}



legend {

  border: 0;

  padding: 0;

}



textarea {

  overflow: auto;

}



optgroup {

  font-weight: bold;

}



table {

  border-collapse: collapse;

  border-spacing: 0;

}



td,

th {

  padding: 0;

}



ins {

  text-decoration: none;

  background-color: #fff9c0;

}



/*! 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) ")";

  }

  abbr[title]:after {

    content: " (" attr(title) ")";

  }

  a[href^="#"]:after,

  a[href^="javascript:"]:after {

    content: "";

  }

  pre,

  blockquote {

    border: 1px solid #999;

    page-break-inside: avoid;

  }

  thead {

    display: table-header-group;

  }

  tr,

  img {

    page-break-inside: avoid;

  }

  img {

    max-width: 100% !important;

  }

  p,

  h2,

  h3 {

    orphans: 3;

    widows: 3;

  }

  h2,

  h3 {

    page-break-after: avoid;

  }

  .navbar {

    display: none;

  }

  .btn > .caret,

  .dropup > .btn > .caret {

    border-top-color: #000 !important;

  }

  .label {

    border: 1px solid #000;

  }

  .table {

    border-collapse: collapse !important;

  }

  .table td,

  .table th {

    background-color: #fff !important;

  }

  .table-bordered th,

  .table-bordered td {

    border: 1px solid #ddd !important;

  }

}



* {

  box-sizing: border-box;

}



*:before,

*:after {

  box-sizing: border-box;

}



html {

  font-size: 10px;

  -webkit-tap-highlight-color: transparent;

}



body {

  font-family: "Lato", sans-serif;

  font-size: 14px;

  line-height: 1.42857;

  color: #999999;

  background-color: #fff;

}



input,

button,

select,

textarea {

  font-family: inherit;

  font-size: inherit;

  line-height: inherit;

}



a {

  color: #337ab7;

  text-decoration: none;

}



a:hover,

a:focus {

  color: #23527c;

  text-decoration: underline;

}



a:focus {

  outline: thin dotted;

  outline: 5px auto -webkit-focus-ring-color;

  outline-offset: -2px;

}



figure {

  margin: 0;

}



img {

  vertical-align: middle;

}



.img-responsive {

  display: block;

  max-width: 100%;

  height: auto;

}



.img-rounded {

  border-radius: 6px;

}



.img-thumbnail {

  padding: 4px;

  line-height: 1.42857;

  background-color: #fff;

  border: 1px solid #ddd;

  border-radius: 4px;

  -webkit-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

  display: inline-block;

  max-width: 100%;

  height: auto;

}



.img-circle {

  border-radius: 50%;

}



hr {

  margin-top: 20px;

  margin-bottom: 20px;

  border: 0;

  border-top: 1px solid #aaaaaa;

}



.sr-only {

  position: absolute;

  width: 1px;

  height: 1px;

  margin: -1px;

  padding: 0;

  overflow: hidden;

  clip: rect(0, 0, 0, 0);

  border: 0;

}



.sr-only-focusable:active,

.sr-only-focusable:focus {

  position: static;

  width: auto;

  height: auto;

  margin: 0;

  overflow: visible;

  clip: auto;

}



[role="button"] {

  cursor: pointer;

}



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,

h1 .small, h2 small,

h2 .small, h3 small,

h3 .small, h4 small,

h4 .small, h5 small,

h5 .small, h6 small,

h6 .small,

.h1 small,

.h1 .small, .h2 small,

.h2 .small, .h3 small,

.h3 .small, .h4 small,

.h4 .small, .h5 small,

.h5 .small, .h6 small,

.h6 .small {

  font-weight: normal;

  line-height: 1;

  color: #888888;

}



h1, .h1,

h2, .h2,

h3, .h3 {

  margin-top: 20px;

  margin-bottom: 10px;

}



h1 small,

h1 .small, .h1 small,

.h1 .small,

h2 small,

h2 .small, .h2 small,

.h2 .small,

h3 small,

h3 .small, .h3 small,

.h3 .small {

  font-size: 65%;

}



h4, .h4,

h5, .h5,

h6, .h6 {

  margin-top: 10px;

  margin-bottom: 10px;

}



h4 small,

h4 .small, .h4 small,

.h4 .small,

h5 small,

h5 .small, .h5 small,

.h5 .small,

h6 small,

h6 .small, .h6 small,

.h6 .small {

  font-size: 75%;

}



h1, .h1 {

  font-size: 36px;

}



h2, .h2 {

  font-size: 30px;

}



h3, .h3 {

  font-size: 24px;

}



h4, .h4 {

  font-size: 20px;

}



h5, .h5 {

  font-size: 14px;

}



h6, .h6 {

  font-size: 12px;

}



p {

  margin: 0 0 10px;

}



.lead {

  margin-bottom: 20px;

  font-size: 16px;

  font-weight: 300;

  line-height: 1.4;

}



@media (min-width: 768px) {

  .lead {

    font-size: 21px;

  }

}



small,

.small {

  font-size: 92%;

}



mark,

.mark {

  background-color: #fcf8e3;

  padding: .2em;

}



.text-left {

  text-align: left;

}



.text-right {

  text-align: right;

}



.text-center {

  text-align: center;

}



.text-justify {

  text-align: justify;

}



.text-nowrap {

  white-space: nowrap;

}



.text-lowercase {

  text-transform: lowercase;

}



.text-uppercase, .initialism {

  text-transform: uppercase;

}



.text-capitalize {

  text-transform: capitalize;

}



.text-muted {

  color: #888888;

}



.text-primary {

  color: #337ab7;

}



a.text-primary:hover,

a.text-primary:focus {

  color: #286090;

}



.text-success {

  color: #3c763d;

}



a.text-success:hover,

a.text-success:focus {

  color: #2b542c;

}



.text-info {

  color: #31708f;

}



a.text-info:hover,

a.text-info:focus {

  color: #245269;

}



.text-warning {

  color: #8a6d3b;

}



a.text-warning:hover,

a.text-warning:focus {

  color: #66512c;

}



.text-danger {

  color: #a94442;

}



a.text-danger:hover,

a.text-danger:focus {

  color: #843534;

}



.bg-primary {

  color: #fff;

}



.bg-primary {

  background-color: #337ab7;

}



a.bg-primary:hover,

a.bg-primary:focus {

  background-color: #286090;

}



.bg-success {

  background-color: #dff0d8;

}



a.bg-success:hover,

a.bg-success:focus {

  background-color: #c1e2b3;

}



.bg-info {

  background-color: #d9edf7;

}



a.bg-info:hover,

a.bg-info:focus {

  background-color: #afd9ee;

}



.bg-warning {

  background-color: #fcf8e3;

}



a.bg-warning:hover,

a.bg-warning:focus {

  background-color: #f7ecb5;

}



.bg-danger {

  background-color: #f2dede;

}



a.bg-danger:hover,

a.bg-danger:focus {

  background-color: #e4b9b9;

}



.page-header {

  padding-bottom: 9px;

  margin: 40px 0 20px;

  border-bottom: 1px solid #aaaaaa;

}



ul,

ol {

  margin-top: 0;

  margin-bottom: 10px;

}



ul ul,

ul ol,

ol ul,

ol ol {

  margin-bottom: 0;

}



.list-unstyled {

  padding-left: 0;

  list-style: none;

}



.list-inline {

  padding-left: 0;

  list-style: none;

  margin-left: -5px;

}



.list-inline > li {

  display: inline-block;

  padding-left: 5px;

  padding-right: 5px;

}



dl {

  margin-top: 0;

  margin-bottom: 20px;

}



dt,

dd {

  line-height: 1.42857;

}



dt {

  font-weight: bold;

}



dd {

  margin-left: 0;

}



.dl-horizontal dd:before,

.dl-horizontal dd:after {

  content: " ";

  display: table;

}



.dl-horizontal dd:after {

  clear: both;

}



@media (min-width: 768px) {

  .dl-horizontal dt {

    float: left;

    width: 160px;

    clear: left;

    text-align: right;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

  }

  .dl-horizontal dd {

    margin-left: 180px;

  }

}



abbr[title],

abbr[data-original-title] {

  cursor: help;

  border-bottom: 1px dotted #888888;

}



.initialism {

  font-size: 90%;

}



blockquote {

  padding: 10px 20px;

  margin: 0 0 20px;

  font-size: 17.5px;

  border-left: 5px solid #aaaaaa;

}



blockquote p:last-child,

blockquote ul:last-child,

blockquote ol:last-child {

  margin-bottom: 0;

}



blockquote footer,

blockquote small,

blockquote .small {

  display: block;

  font-size: 80%;

  line-height: 1.42857;

  color: #888888;

}



blockquote footer:before,

blockquote small:before,

blockquote .small:before {

  content: '\2014 \00A0';

}



.blockquote-reverse,

blockquote.pull-right {

  padding-right: 15px;

  padding-left: 0;

  border-right: 5px solid #aaaaaa;

  border-left: 0;

  text-align: right;

}



.blockquote-reverse footer:before,

.blockquote-reverse small:before,

.blockquote-reverse .small:before,

blockquote.pull-right footer:before,

blockquote.pull-right small:before,

blockquote.pull-right .small:before {

  content: '';

}



.blockquote-reverse footer:after,

.blockquote-reverse small:after,

.blockquote-reverse .small:after,

blockquote.pull-right footer:after,

blockquote.pull-right small:after,

blockquote.pull-right .small:after {

  content: '\00A0 \2014';

}



address {

  margin-bottom: 20px;

  font-style: normal;

  line-height: 1.42857;

}



code,

kbd,

pre,

samp {

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

}



code {

  padding: 2px 4px;

  font-size: 90%;

  color: #c7254e;

  background-color: #f9f2f4;

  border-radius: 4px;

}



kbd {

  padding: 2px 4px;

  font-size: 90%;

  color: #fff;

  background-color: #333;

  border-radius: 3px;

  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);

}



kbd kbd {

  padding: 0;

  font-size: 100%;

  font-weight: bold;

  box-shadow: none;

}



pre {

  display: block;

  padding: 9.5px;

  margin: 0 0 10px;

  font-size: 13px;

  line-height: 1.42857;

  word-break: break-all;

  word-wrap: break-word;

  color: #444444;

  background-color: #f5f5f5;

  border: 1px solid #ccc;

  border-radius: 4px;

}



pre code {

  padding: 0;

  font-size: inherit;

  color: inherit;

  white-space: pre-wrap;

  background-color: transparent;

  border-radius: 0;

}



.pre-scrollable {

  max-height: 340px;

  overflow-y: scroll;

}



.container {

  margin-right: auto;

  margin-left: auto;

  padding-left: 15px;

  padding-right: 15px;

}



.container:before,

.container:after {

  content: " ";

  display: table;

}



.container:after {

  clear: both;

}



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

}



.container-fluid:before,

.container-fluid:after {

  content: " ";

  display: table;

}



.container-fluid:after {

  clear: both;

}



.row {

  margin-left: -15px;

  margin-right: -15px;

}



.row:before,

.row:after {

  content: " ";

  display: table;

}



.row:after {

  clear: both;

}



.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-1 {

  width: 8.33333%;

}



.col-xs-2 {

  width: 16.66667%;

}



.col-xs-3 {

  width: 25%;

}



.col-xs-4 {

  width: 33.33333%;

}



.col-xs-5 {

  width: 41.66667%;

}



.col-xs-6 {

  width: 50%;

}



.col-xs-7 {

  width: 58.33333%;

}



.col-xs-8 {

  width: 66.66667%;

}



.col-xs-9 {

  width: 75%;

}



.col-xs-10 {

  width: 83.33333%;

}



.col-xs-11 {

  width: 91.66667%;

}



.col-xs-12 {

  width: 100%;

}



.col-xs-pull-0 {

  right: auto;

}



.col-xs-pull-1 {

  right: 8.33333%;

}



.col-xs-pull-2 {

  right: 16.66667%;

}



.col-xs-pull-3 {

  right: 25%;

}



.col-xs-pull-4 {

  right: 33.33333%;

}



.col-xs-pull-5 {

  right: 41.66667%;

}



.col-xs-pull-6 {

  right: 50%;

}



.col-xs-pull-7 {

  right: 58.33333%;

}



.col-xs-pull-8 {

  right: 66.66667%;

}



.col-xs-pull-9 {

  right: 75%;

}



.col-xs-pull-10 {

  right: 83.33333%;

}



.col-xs-pull-11 {

  right: 91.66667%;

}



.col-xs-pull-12 {

  right: 100%;

}



.col-xs-push-0 {

  left: auto;

}



.col-xs-push-1 {

  left: 8.33333%;

}



.col-xs-push-2 {

  left: 16.66667%;

}



.col-xs-push-3 {

  left: 25%;

}



.col-xs-push-4 {

  left: 33.33333%;

}



.col-xs-push-5 {

  left: 41.66667%;

}



.col-xs-push-6 {

  left: 50%;

}



.col-xs-push-7 {

  left: 58.33333%;

}



.col-xs-push-8 {

  left: 66.66667%;

}



.col-xs-push-9 {

  left: 75%;

}



.col-xs-push-10 {

  left: 83.33333%;

}



.col-xs-push-11 {

  left: 91.66667%;

}



.col-xs-push-12 {

  left: 100%;

}



.col-xs-offset-0 {

  margin-left: 0%;

}



.col-xs-offset-1 {

  margin-left: 8.33333%;

}



.col-xs-offset-2 {

  margin-left: 16.66667%;

}



.col-xs-offset-3 {

  margin-left: 25%;

}



.col-xs-offset-4 {

  margin-left: 33.33333%;

}



.col-xs-offset-5 {

  margin-left: 41.66667%;

}



.col-xs-offset-6 {

  margin-left: 50%;

}



.col-xs-offset-7 {

  margin-left: 58.33333%;

}



.col-xs-offset-8 {

  margin-left: 66.66667%;

}



.col-xs-offset-9 {

  margin-left: 75%;

}



.col-xs-offset-10 {

  margin-left: 83.33333%;

}



.col-xs-offset-11 {

  margin-left: 91.66667%;

}



.col-xs-offset-12 {

  margin-left: 100%;

}



@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-1 {

    width: 8.33333%;

  }

  .col-sm-2 {

    width: 16.66667%;

  }

  .col-sm-3 {

    width: 25%;

  }

  .col-sm-4 {

    width: 33.33333%;

  }

  .col-sm-5 {

    width: 41.66667%;

  }

  .col-sm-6 {

    width: 50%;

  }

  .col-sm-7 {

    width: 58.33333%;

  }

  .col-sm-8 {

    width: 66.66667%;

  }

  .col-sm-9 {

    width: 75%;

  }

  .col-sm-10 {

    width: 83.33333%;

  }

  .col-sm-11 {

    width: 91.66667%;

  }

  .col-sm-12 {

    width: 100%;

  }

  .col-sm-pull-0 {

    right: auto;

  }

  .col-sm-pull-1 {

    right: 8.33333%;

  }

  .col-sm-pull-2 {

    right: 16.66667%;

  }

  .col-sm-pull-3 {

    right: 25%;

  }

  .col-sm-pull-4 {

    right: 33.33333%;

  }

  .col-sm-pull-5 {

    right: 41.66667%;

  }

  .col-sm-pull-6 {

    right: 50%;

  }

  .col-sm-pull-7 {

    right: 58.33333%;

  }

  .col-sm-pull-8 {

    right: 66.66667%;

  }

  .col-sm-pull-9 {

    right: 75%;

  }

  .col-sm-pull-10 {

    right: 83.33333%;

  }

  .col-sm-pull-11 {

    right: 91.66667%;

  }

  .col-sm-pull-12 {

    right: 100%;

  }

  .col-sm-push-0 {

    left: auto;

  }

  .col-sm-push-1 {

    left: 8.33333%;

  }

  .col-sm-push-2 {

    left: 16.66667%;

  }

  .col-sm-push-3 {

    left: 25%;

  }

  .col-sm-push-4 {

    left: 33.33333%;

  }

  .col-sm-push-5 {

    left: 41.66667%;

  }

  .col-sm-push-6 {

    left: 50%;

  }

  .col-sm-push-7 {

    left: 58.33333%;

  }

  .col-sm-push-8 {

    left: 66.66667%;

  }

  .col-sm-push-9 {

    left: 75%;

  }

  .col-sm-push-10 {

    left: 83.33333%;

  }

  .col-sm-push-11 {

    left: 91.66667%;

  }

  .col-sm-push-12 {

    left: 100%;

  }

  .col-sm-offset-0 {

    margin-left: 0%;

  }

  .col-sm-offset-1 {

    margin-left: 8.33333%;

  }

  .col-sm-offset-2 {

    margin-left: 16.66667%;

  }

  .col-sm-offset-3 {

    margin-left: 25%;

  }

  .col-sm-offset-4 {

    margin-left: 33.33333%;

  }

  .col-sm-offset-5 {

    margin-left: 41.66667%;

  }

  .col-sm-offset-6 {

    margin-left: 50%;

  }

  .col-sm-offset-7 {

    margin-left: 58.33333%;

  }

  .col-sm-offset-8 {

    margin-left: 66.66667%;

  }

  .col-sm-offset-9 {

    margin-left: 75%;

  }

  .col-sm-offset-10 {

    margin-left: 83.33333%;

  }

  .col-sm-offset-11 {

    margin-left: 91.66667%;

  }

  .col-sm-offset-12 {

    margin-left: 100%;

  }

}



@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-1 {

    width: 8.33333%;

  }

  .col-md-2 {

    width: 16.66667%;

  }

  .col-md-3 {

    width: 25%;

  }

  .col-md-4 {

    width: 33.33333%;

  }

  .col-md-5 {

    width: 41.66667%;

  }

  .col-md-6 {

    width: 50%;

  }

  .col-md-7 {

    width: 58.33333%;

  }

  .col-md-8 {

    width: 66.66667%;

  }

  .col-md-9 {

    width: 75%;

  }

  .col-md-10 {

    width: 83.33333%;

  }

  .col-md-11 {

    width: 91.66667%;

  }

  .col-md-12 {

    width: 100%;

  }

  .col-md-pull-0 {

    right: auto;

  }

  .col-md-pull-1 {

    right: 8.33333%;

  }

  .col-md-pull-2 {

    right: 16.66667%;

  }

  .col-md-pull-3 {

    right: 25%;

  }

  .col-md-pull-4 {

    right: 33.33333%;

  }

  .col-md-pull-5 {

    right: 41.66667%;

  }

  .col-md-pull-6 {

    right: 50%;

  }

  .col-md-pull-7 {

    right: 58.33333%;

  }

  .col-md-pull-8 {

    right: 66.66667%;

  }

  .col-md-pull-9 {

    right: 75%;

  }

  .col-md-pull-10 {

    right: 83.33333%;

  }

  .col-md-pull-11 {

    right: 91.66667%;

  }

  .col-md-pull-12 {

    right: 100%;

  }

  .col-md-push-0 {

    left: auto;

  }

  .col-md-push-1 {

    left: 8.33333%;

  }

  .col-md-push-2 {

    left: 16.66667%;

  }

  .col-md-push-3 {

    left: 25%;

  }

  .col-md-push-4 {

    left: 33.33333%;

  }

  .col-md-push-5 {

    left: 41.66667%;

  }

  .col-md-push-6 {

    left: 50%;

  }

  .col-md-push-7 {

    left: 58.33333%;

  }

  .col-md-push-8 {

    left: 66.66667%;

  }

  .col-md-push-9 {

    left: 75%;

  }

  .col-md-push-10 {

    left: 83.33333%;

  }

  .col-md-push-11 {

    left: 91.66667%;

  }

  .col-md-push-12 {

    left: 100%;

  }

  .col-md-offset-0 {

    margin-left: 0%;

  }

  .col-md-offset-1 {

    margin-left: 8.33333%;

  }

  .col-md-offset-2 {

    margin-left: 16.66667%;

  }

  .col-md-offset-3 {

    margin-left: 25%;

  }

  .col-md-offset-4 {

    margin-left: 33.33333%;

  }

  .col-md-offset-5 {

    margin-left: 41.66667%;

  }

  .col-md-offset-6 {

    margin-left: 50%;

  }

  .col-md-offset-7 {

    margin-left: 58.33333%;

  }

  .col-md-offset-8 {

    margin-left: 66.66667%;

  }

  .col-md-offset-9 {

    margin-left: 75%;

  }

  .col-md-offset-10 {

    margin-left: 83.33333%;

  }

  .col-md-offset-11 {

    margin-left: 91.66667%;

  }

  .col-md-offset-12 {

    margin-left: 100%;

  }

}



@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-1 {

    width: 8.33333%;

  }

  .col-lg-2 {

    width: 16.66667%;

  }

  .col-lg-3 {

    width: 25%;

  }

  .col-lg-4 {

    width: 33.33333%;

  }

  .col-lg-5 {

    width: 41.66667%;

  }

  .col-lg-6 {

    width: 50%;

  }

  .col-lg-7 {

    width: 58.33333%;

  }

  .col-lg-8 {

    width: 66.66667%;

  }

  .col-lg-9 {

    width: 75%;

  }

  .col-lg-10 {

    width: 83.33333%;

  }

  .col-lg-11 {

    width: 91.66667%;

  }

  .col-lg-12 {

    width: 100%;

  }

  .col-lg-pull-0 {

    right: auto;

  }

  .col-lg-pull-1 {

    right: 8.33333%;

  }

  .col-lg-pull-2 {

    right: 16.66667%;

  }

  .col-lg-pull-3 {

    right: 25%;

  }

  .col-lg-pull-4 {

    right: 33.33333%;

  }

  .col-lg-pull-5 {

    right: 41.66667%;

  }

  .col-lg-pull-6 {

    right: 50%;

  }

  .col-lg-pull-7 {

    right: 58.33333%;

  }

  .col-lg-pull-8 {

    right: 66.66667%;

  }

  .col-lg-pull-9 {

    right: 75%;

  }

  .col-lg-pull-10 {

    right: 83.33333%;

  }

  .col-lg-pull-11 {

    right: 91.66667%;

  }

  .col-lg-pull-12 {

    right: 100%;

  }

  .col-lg-push-0 {

    left: auto;

  }

  .col-lg-push-1 {

    left: 8.33333%;

  }

  .col-lg-push-2 {

    left: 16.66667%;

  }

  .col-lg-push-3 {

    left: 25%;

  }

  .col-lg-push-4 {

    left: 33.33333%;

  }

  .col-lg-push-5 {

    left: 41.66667%;

  }

  .col-lg-push-6 {

    left: 50%;

  }

  .col-lg-push-7 {

    left: 58.33333%;

  }

  .col-lg-push-8 {

    left: 66.66667%;

  }

  .col-lg-push-9 {

    left: 75%;

  }

  .col-lg-push-10 {

    left: 83.33333%;

  }

  .col-lg-push-11 {

    left: 91.66667%;

  }

  .col-lg-push-12 {

    left: 100%;

  }

  .col-lg-offset-0 {

    margin-left: 0%;

  }

  .col-lg-offset-1 {

    margin-left: 8.33333%;

  }

  .col-lg-offset-2 {

    margin-left: 16.66667%;

  }

  .col-lg-offset-3 {

    margin-left: 25%;

  }

  .col-lg-offset-4 {

    margin-left: 33.33333%;

  }

  .col-lg-offset-5 {

    margin-left: 41.66667%;

  }

  .col-lg-offset-6 {

    margin-left: 50%;

  }

  .col-lg-offset-7 {

    margin-left: 58.33333%;

  }

  .col-lg-offset-8 {

    margin-left: 66.66667%;

  }

  .col-lg-offset-9 {

    margin-left: 75%;

  }

  .col-lg-offset-10 {

    margin-left: 83.33333%;

  }

  .col-lg-offset-11 {

    margin-left: 91.66667%;

  }

  .col-lg-offset-12 {

    margin-left: 100%;

  }

}



table {

  background-color: transparent;

}



caption {

  padding-top: 8px;

  padding-bottom: 8px;

  color: #888888;

  text-align: left;

}



th {

  text-align: left;

}



.table {

  width: 100%;

  max-width: 100%;

  margin-bottom: 20px;

}



.table > thead > tr > th,

.table > thead > tr > td,

.table > tbody > tr > th,

.table > tbody > tr > td,

.table > tfoot > tr > th,

.table > tfoot > tr > td {

  padding: 8px;

  line-height: 1.42857;

  vertical-align: top;

  border-top: 1px solid #ddd;

}



.table > thead > tr > th {

  vertical-align: bottom;

  border-bottom: 2px solid #ddd;

}



.table > caption + thead > tr:first-child > th,

.table > caption + thead > tr:first-child > td,

.table > colgroup + thead > tr:first-child > th,

.table > colgroup + thead > tr:first-child > td,

.table > thead:first-child > tr:first-child > th,

.table > thead:first-child > tr:first-child > td {

  border-top: 0;

}



.table > tbody + tbody {

  border-top: 2px solid #ddd;

}



.table .table {

  background-color: #fff;

}



.table-condensed > thead > tr > th,

.table-condensed > thead > tr > td,

.table-condensed > tbody > tr > th,

.table-condensed > tbody > tr > td,

.table-condensed > tfoot > tr > th,

.table-condensed > tfoot > tr > td {

  padding: 5px;

}



.table-bordered {

  border: 1px solid #ddd;

}



.table-bordered > thead > tr > th,

.table-bordered > thead > tr > td,

.table-bordered > tbody > tr > th,

.table-bordered > tbody > tr > td,

.table-bordered > tfoot > tr > th,

.table-bordered > tfoot > tr > td {

  border: 1px solid #ddd;

}



.table-bordered > thead > tr > th,

.table-bordered > thead > tr > td {

  border-bottom-width: 2px;

}



.table-striped > tbody > tr:nth-of-type(odd) {

  background-color: #f9f9f9;

}



.table-hover > tbody > tr:hover {

  background-color: #f5f5f5;

}



table col[class*="col-"] {

  position: static;

  float: none;

  display: table-column;

}



table td[class*="col-"],

table th[class*="col-"] {

  position: static;

  float: none;

  display: table-cell;

}



.table > thead > tr > td.active,

.table > thead > tr > th.active,

.table > thead > tr.active > td,

.table > thead > tr.active > th,

.table > tbody > tr > td.active,

.table > tbody > tr > th.active,

.table > tbody > tr.active > td,

.table > tbody > tr.active > th,

.table > tfoot > tr > td.active,

.table > tfoot > tr > th.active,

.table > tfoot > tr.active > td,

.table > tfoot > tr.active > th {

  background-color: #f5f5f5;

}



.table-hover > tbody > tr > td.active:hover,

.table-hover > tbody > tr > th.active:hover,

.table-hover > tbody > tr.active:hover > td,

.table-hover > tbody > tr:hover > .active,

.table-hover > tbody > tr.active:hover > th {

  background-color: #e8e8e8;

}



.table > thead > tr > td.success,

.table > thead > tr > th.success,

.table > thead > tr.success > td,

.table > thead > tr.success > th,

.table > tbody > tr > td.success,

.table > tbody > tr > th.success,

.table > tbody > tr.success > td,

.table > tbody > tr.success > th,

.table > tfoot > tr > td.success,

.table > tfoot > tr > th.success,

.table > tfoot > tr.success > td,

.table > tfoot > tr.success > th {

  background-color: #dff0d8;

}



.table-hover > tbody > tr > td.success:hover,

.table-hover > tbody > tr > th.success:hover,

.table-hover > tbody > tr.success:hover > td,

.table-hover > tbody > tr:hover > .success,

.table-hover > tbody > tr.success:hover > th {

  background-color: #d0e9c6;

}



.table > thead > tr > td.info,

.table > thead > tr > th.info,

.table > thead > tr.info > td,

.table > thead > tr.info > th,

.table > tbody > tr > td.info,

.table > tbody > tr > th.info,

.table > tbody > tr.info > td,

.table > tbody > tr.info > th,

.table > tfoot > tr > td.info,

.table > tfoot > tr > th.info,

.table > tfoot > tr.info > td,

.table > tfoot > tr.info > th {

  background-color: #d9edf7;

}



.table-hover > tbody > tr > td.info:hover,

.table-hover > tbody > tr > th.info:hover,

.table-hover > tbody > tr.info:hover > td,

.table-hover > tbody > tr:hover > .info,

.table-hover > tbody > tr.info:hover > th {

  background-color: #c4e3f3;

}



.table > thead > tr > td.warning,

.table > thead > tr > th.warning,

.table > thead > tr.warning > td,

.table > thead > tr.warning > th,

.table > tbody > tr > td.warning,

.table > tbody > tr > th.warning,

.table > tbody > tr.warning > td,

.table > tbody > tr.warning > th,

.table > tfoot > tr > td.warning,

.table > tfoot > tr > th.warning,

.table > tfoot > tr.warning > td,

.table > tfoot > tr.warning > th {

  background-color: #fcf8e3;

}



.table-hover > tbody > tr > td.warning:hover,

.table-hover > tbody > tr > th.warning:hover,

.table-hover > tbody > tr.warning:hover > td,

.table-hover > tbody > tr:hover > .warning,

.table-hover > tbody > tr.warning:hover > th {

  background-color: #faf2cc;

}



.table > thead > tr > td.danger,

.table > thead > tr > th.danger,

.table > thead > tr.danger > td,

.table > thead > tr.danger > th,

.table > tbody > tr > td.danger,

.table > tbody > tr > th.danger,

.table > tbody > tr.danger > td,

.table > tbody > tr.danger > th,

.table > tfoot > tr > td.danger,

.table > tfoot > tr > th.danger,

.table > tfoot > tr.danger > td,

.table > tfoot > tr.danger > th {

  background-color: #f2dede;

}



.table-hover > tbody > tr > td.danger:hover,

.table-hover > tbody > tr > th.danger:hover,

.table-hover > tbody > tr.danger:hover > td,

.table-hover > tbody > tr:hover > .danger,

.table-hover > tbody > tr.danger:hover > th {

  background-color: #ebcccc;

}



.table-responsive {

  overflow-x: auto;

  min-height: 0.01%;

}



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

  .table-responsive {

    width: 100%;

    margin-bottom: 15px;

    overflow-y: hidden;

    -ms-overflow-style: -ms-autohiding-scrollbar;

    border: 1px solid #ddd;

  }

  .table-responsive > .table {

    margin-bottom: 0;

  }

  .table-responsive > .table > thead > tr > th,

  .table-responsive > .table > thead > tr > td,

  .table-responsive > .table > tbody > tr > th,

  .table-responsive > .table > tbody > tr > td,

  .table-responsive > .table > tfoot > tr > th,

  .table-responsive > .table > tfoot > tr > td {

    white-space: nowrap;

  }

  .table-responsive > .table-bordered {

    border: 0;

  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,

  .table-responsive > .table-bordered > thead > tr > td:first-child,

  .table-responsive > .table-bordered > tbody > tr > th:first-child,

  .table-responsive > .table-bordered > tbody > tr > td:first-child,

  .table-responsive > .table-bordered > tfoot > tr > th:first-child,

  .table-responsive > .table-bordered > tfoot > tr > td:first-child {

    border-left: 0;

  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,

  .table-responsive > .table-bordered > thead > tr > td:last-child,

  .table-responsive > .table-bordered > tbody > tr > th:last-child,

  .table-responsive > .table-bordered > tbody > tr > td:last-child,

  .table-responsive > .table-bordered > tfoot > tr > th:last-child,

  .table-responsive > .table-bordered > tfoot > tr > td:last-child {

    border-right: 0;

  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,

  .table-responsive > .table-bordered > tbody > tr:last-child > td,

  .table-responsive > .table-bordered > tfoot > tr:last-child > th,

  .table-responsive > .table-bordered > tfoot > tr:last-child > td {

    border-bottom: 0;

  }

}



fieldset {

  padding: 0;

  margin: 0;

  border: 0;

  min-width: 0;

}



legend {

  display: block;

  width: 100%;

  padding: 0;

  margin-bottom: 20px;

  font-size: 21px;

  line-height: inherit;

  color: #444444;

  border: 0;

  border-bottom: 1px solid #e5e5e5;

}



label {

  display: inline-block;

  max-width: 100%;

  margin-bottom: 5px;

}



input[type="search"] {

  box-sizing: border-box;

}



input[type="radio"],

input[type="checkbox"] {

  margin: 4px 0 0;

  margin-top: 1px \9;

  line-height: normal;

}



input[type="file"] {

  display: block;

}



input[type="range"] {

  display: block;

  width: 100%;

}



select[multiple],

select[size] {

  height: auto;

}



input[type="file"]:focus,

input[type="radio"]:focus,

input[type="checkbox"]:focus {

  outline: thin dotted;

  outline: 5px auto -webkit-focus-ring-color;

  outline-offset: -2px;

}



output {

  display: block;

  padding-top: 7px;

  font-size: 14px;

  line-height: 1.42857;

  color: #999999;

}



.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],

fieldset[disabled] .form-control {

  background-color: #aaaaaa;

  opacity: 1;

}



.form-control[disabled],

fieldset[disabled] .form-control {

  cursor: not-allowed;

}



textarea.form-control {

  height: auto;

}



input[type="search"] {

  -webkit-appearance: none;

}



@media screen and (-webkit-min-device-pixel-ratio: 0) {

  input[type="date"].form-control,

  input[type="time"].form-control,

  input[type="datetime-local"].form-control,

  input[type="month"].form-control {

    line-height: 34px;

  }

  input[type="date"].input-sm,

  .input-group-sm input[type="date"],

  input[type="time"].input-sm,

  .input-group-sm input[type="time"],

  input[type="datetime-local"].input-sm,

  .input-group-sm input[type="datetime-local"],

  input[type="month"].input-sm,

  .input-group-sm input[type="month"] {

    line-height: 31px;

  }

  input[type="date"].input-lg,

  .input-group-lg input[type="date"],

  input[type="time"].input-lg,

  .input-group-lg input[type="time"],

  input[type="datetime-local"].input-lg,

  .input-group-lg input[type="datetime-local"],

  input[type="month"].input-lg,

  .input-group-lg input[type="month"] {

    line-height: 45px;

  }

}



.form-group {

  margin-bottom: 15px;

}



.radio,

.checkbox {

  position: relative;

  display: block;

  margin-top: 10px;

  margin-bottom: 10px;

}



.radio label,

.checkbox label {

  min-height: 20px;

  padding-left: 20px;

  margin-bottom: 0;

  font-weight: normal;

  cursor: pointer;

}



.radio input[type="radio"],

.radio-inline input[type="radio"],

.checkbox input[type="checkbox"],

.checkbox-inline input[type="checkbox"] {

  position: absolute;

  margin-left: -20px;

  margin-top: 4px \9;

}



.radio + .radio,

.checkbox + .checkbox {

  margin-top: -5px;

}



.radio-inline,

.checkbox-inline {

  position: relative;

  display: inline-block;

  padding-left: 20px;

  margin-bottom: 0;

  vertical-align: middle;

  font-weight: normal;

  cursor: pointer;

}



.radio-inline + .radio-inline,

.checkbox-inline + .checkbox-inline {

  margin-top: 0;

  margin-left: 10px;

}



input[type="radio"][disabled],

input[type="radio"].disabled,

fieldset[disabled] input[type="radio"],

input[type="checkbox"][disabled],

input[type="checkbox"].disabled,

fieldset[disabled] input[type="checkbox"] {

  cursor: not-allowed;

}



.radio-inline.disabled,

fieldset[disabled] .radio-inline,

.checkbox-inline.disabled,

fieldset[disabled] .checkbox-inline {

  cursor: not-allowed;

}



.radio.disabled label,

fieldset[disabled] .radio label,

.checkbox.disabled label,

fieldset[disabled] .checkbox label {

  cursor: not-allowed;

}



.form-control-static {

  padding-top: 7px;

  padding-bottom: 7px;

  margin-bottom: 0;

  min-height: 34px;

}



.form-control-static.input-lg,

.form-control-static.input-sm {

  padding-left: 0;

  padding-right: 0;

}



.input-sm {

  height: 31px;

  padding: 5px 10px;

  font-size: 13px;

  line-height: 1.5;

  border-radius: 3px;

}



select.input-sm {

  height: 31px;

  line-height: 31px;

}



textarea.input-sm,

select[multiple].input-sm {

  height: auto;

}



.form-group-sm .form-control {

  height: 31px;

  padding: 5px 10px;

  font-size: 13px;

  line-height: 1.5;

  border-radius: 3px;

}



.form-group-sm select.form-control {

  height: 31px;

  line-height: 31px;

}



.form-group-sm textarea.form-control,

.form-group-sm select[multiple].form-control {

  height: auto;

}



.form-group-sm .form-control-static {

  height: 31px;

  min-height: 33px;

  padding: 6px 10px;

  font-size: 13px;

  line-height: 1.5;

}



.input-lg {

  height: 45px;

  padding: 10px 16px;

  font-size: 17px;

  line-height: 1.33333;

  border-radius: 6px;

}



select.input-lg {

  height: 45px;

  line-height: 45px;

}



textarea.input-lg,

select[multiple].input-lg {

  height: auto;

}



.form-group-lg .form-control {

  height: 45px;

  padding: 10px 16px;

  font-size: 17px;

  line-height: 1.33333;

  border-radius: 6px;

}



.form-group-lg select.form-control {

  height: 45px;

  line-height: 45px;

}



.form-group-lg textarea.form-control,

.form-group-lg select[multiple].form-control {

  height: auto;

}



.form-group-lg .form-control-static {

  height: 45px;

  min-height: 37px;

  padding: 11px 16px;

  font-size: 17px;

  line-height: 1.33333;

}



.has-feedback {

  position: relative;

}



.has-feedback .form-control {

  padding-right: 42.5px;

}



.form-control-feedback {

  position: absolute;

  top: 0;

  right: 0;

  z-index: 2;

  display: block;

  width: 34px;

  height: 34px;

  line-height: 34px;

  text-align: center;

  pointer-events: none;

}



.input-lg + .form-control-feedback,

.input-group-lg + .form-control-feedback,

.form-group-lg .form-control + .form-control-feedback {

  width: 45px;

  height: 45px;

  line-height: 45px;

}



.input-sm + .form-control-feedback,

.input-group-sm + .form-control-feedback,

.form-group-sm .form-control + .form-control-feedback {

  width: 31px;

  height: 31px;

  line-height: 31px;

}



.has-success .help-block,

.has-success .control-label,

.has-success .radio,

.has-success .checkbox,

.has-success .radio-inline,

.has-success .checkbox-inline,

.has-success.radio label,

.has-success.checkbox label,

.has-success.radio-inline label,

.has-success.checkbox-inline label {

  color: #3c763d;

}



.has-success .form-control {

  border-color: #3c763d;

  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

}



.has-success .form-control:focus {

  border-color: #2b542c;

  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;

}



.has-success .input-group-addon {

  color: #3c763d;

  border-color: #3c763d;

  background-color: #dff0d8;

}



.has-success .form-control-feedback {

  color: #3c763d;

}



.has-warning .help-block,

.has-warning .control-label,

.has-warning .radio,

.has-warning .checkbox,

.has-warning .radio-inline,

.has-warning .checkbox-inline,

.has-warning.radio label,

.has-warning.checkbox label,

.has-warning.radio-inline label,

.has-warning.checkbox-inline label {

  color: #8a6d3b;

}



.has-warning .form-control {

  border-color: #8a6d3b;

  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

}



.has-warning .form-control:focus {

  border-color: #66512c;

  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;

}



.has-warning .input-group-addon {

  color: #8a6d3b;

  border-color: #8a6d3b;

  background-color: #fcf8e3;

}



.has-warning .form-control-feedback {

  color: #8a6d3b;

}



.has-error .help-block,

.has-error .control-label,

.has-error .radio,

.has-error .checkbox,

.has-error .radio-inline,

.has-error .checkbox-inline,

.has-error.radio label,

.has-error.checkbox label,

.has-error.radio-inline label,

.has-error.checkbox-inline label {

  color: #a94442;

}



.has-error .form-control {

  border-color: #a94442;

  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

}



.has-error .form-control:focus {

  border-color: #843534;

  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;

}



.has-error .input-group-addon {

  color: #a94442;

  border-color: #a94442;

  background-color: #f2dede;

}



.has-error .form-control-feedback {

  color: #a94442;

}



.has-feedback label ~ .form-control-feedback {

  top: 25px;

}



.has-feedback label.sr-only ~ .form-control-feedback {

  top: 0;

}



.help-block {

  display: block;

  margin-top: 5px;

  margin-bottom: 10px;

  color: #d9d9d9;

}



@media (min-width: 768px) {

  .form-inline .form-group {

    display: inline-block;

    margin-bottom: 0;

    vertical-align: middle;

  }

  .form-inline .form-control {

    display: inline-block;

    width: auto;

    vertical-align: middle;

  }

  .form-inline .form-control-static {

    display: inline-block;

  }

  .form-inline .input-group {

    display: inline-table;

    vertical-align: middle;

  }

  .form-inline .input-group .input-group-addon,

  .form-inline .input-group .input-group-btn,

  .form-inline .input-group .form-control {

    width: auto;

  }

  .form-inline .input-group > .form-control {

    width: 100%;

  }

  .form-inline .control-label {

    margin-bottom: 0;

    vertical-align: middle;

  }

  .form-inline .radio,

  .form-inline .checkbox {

    display: inline-block;

    margin-top: 0;

    margin-bottom: 0;

    vertical-align: middle;

  }

  .form-inline .radio label,

  .form-inline .checkbox label {

    padding-left: 0;

  }

  .form-inline .radio input[type="radio"],

  .form-inline .checkbox input[type="checkbox"] {

    position: relative;

    margin-left: 0;

  }

  .form-inline .has-feedback .form-control-feedback {

    top: 0;

  }

}



.form-horizontal .radio,

.form-horizontal .checkbox,

.form-horizontal .radio-inline,

.form-horizontal .checkbox-inline {

  margin-top: 0;

  margin-bottom: 0;

  padding-top: 7px;

}



.form-horizontal .radio,

.form-horizontal .checkbox {

  min-height: 27px;

}



.form-horizontal .form-group {

  margin-left: -15px;

  margin-right: -15px;

}



.form-horizontal .form-group:before,

.form-horizontal .form-group:after {

  content: " ";

  display: table;

}



.form-horizontal .form-group:after {

  clear: both;

}



@media (min-width: 768px) {

  .form-horizontal .control-label {

    text-align: right;

    margin-bottom: 0;

    padding-top: 7px;

  }

}



.form-horizontal .has-feedback .form-control-feedback {

  right: 15px;

}



@media (min-width: 768px) {

  .form-horizontal .form-group-lg .control-label {

    padding-top: 14.33333px;

    font-size: 17px;

  }

}



@media (min-width: 768px) {

  .form-horizontal .form-group-sm .control-label {

    padding-top: 6px;

    font-size: 13px;

  }

}



.btn, .form-submit {

  display: inline-block;

  margin-bottom: 0;

  font-weight: normal;

  text-align: center;

  vertical-align: middle;

  -ms-touch-action: manipulation;

      touch-action: manipulation;

  cursor: pointer;

  background-image: none;

  border: 1px solid transparent;

  white-space: nowrap;

  padding: 6px 12px;

  font-size: 14px;

  line-height: 1.42857;

  border-radius: 4px;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

}



.btn:focus,

.btn.focus,

.btn:active:focus,

.btn:active.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;

  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);

}



.btn.disabled,

.btn[disabled],

fieldset[disabled] .btn {

  cursor: not-allowed;

  opacity: 0.65;

  filter: alpha(opacity=65);

  box-shadow: none;

}



a.btn.disabled,

fieldset[disabled] a.btn {

  pointer-events: none;

}



.btn-default {

  color: #333;

  background-color: #fff;

  border-color: #ccc;

}



.btn-default:focus,

.btn-default.focus {

  color: #333;

  background-color: #e6e6e6;

  border-color: #8c8c8c;

}



.btn-default:hover {

  color: #333;

  background-color: #e6e6e6;

  border-color: #adadad;

}



.btn-default:active,

.btn-default.active,

.open > .btn-default.dropdown-toggle {

  color: #333;

  background-color: #e6e6e6;

  border-color: #adadad;

}



.btn-default:active:hover,

.btn-default:active:focus,

.btn-default:active.focus,

.btn-default.active:hover,

.btn-default.active:focus,

.btn-default.active.focus,

.open > .btn-default.dropdown-toggle:hover,

.open > .btn-default.dropdown-toggle:focus,

.open > .btn-default.dropdown-toggle.focus {

  color: #333;

  background-color: #d4d4d4;

  border-color: #8c8c8c;

}



.btn-default:active,

.btn-default.active,

.open > .btn-default.dropdown-toggle {

  background-image: none;

}



.btn-default.disabled,

.btn-default.disabled:hover,

.btn-default.disabled:focus,

.btn-default.disabled.focus,

.btn-default.disabled:active,

.btn-default.disabled.active,

.btn-default[disabled],

.btn-default[disabled]:hover,

.btn-default[disabled]:focus,

.btn-default[disabled].focus,

.btn-default[disabled]:active,

.btn-default[disabled].active,

fieldset[disabled] .btn-default,

fieldset[disabled] .btn-default:hover,

fieldset[disabled] .btn-default:focus,

fieldset[disabled] .btn-default.focus,

fieldset[disabled] .btn-default:active,

fieldset[disabled] .btn-default.active {

  background-color: #fff;

  border-color: #ccc;

}



.btn-default .badge {

  color: #fff;

  background-color: #333;

}



.btn-primary {

  color: #fff;

  background-color: #337ab7;

  border-color: #2e6da4;

}



.btn-primary:focus,

.btn-primary.focus {

  color: #fff;

  background-color: #286090;

  border-color: #122b40;

}



.btn-primary:hover {

  color: #fff;

  background-color: #286090;

  border-color: #204d74;

}



.btn-primary:active,

.btn-primary.active,

.open > .btn-primary.dropdown-toggle {

  color: #fff;

  background-color: #286090;

  border-color: #204d74;

}



.btn-primary:active:hover,

.btn-primary:active:focus,

.btn-primary:active.focus,

.btn-primary.active:hover,

.btn-primary.active:focus,

.btn-primary.active.focus,

.open > .btn-primary.dropdown-toggle:hover,

.open > .btn-primary.dropdown-toggle:focus,

.open > .btn-primary.dropdown-toggle.focus {

  color: #fff;

  background-color: #204d74;

  border-color: #122b40;

}



.btn-primary:active,

.btn-primary.active,

.open > .btn-primary.dropdown-toggle {

  background-image: none;

}



.btn-primary.disabled,

.btn-primary.disabled:hover,

.btn-primary.disabled:focus,

.btn-primary.disabled.focus,

.btn-primary.disabled:active,

.btn-primary.disabled.active,

.btn-primary[disabled],

.btn-primary[disabled]:hover,

.btn-primary[disabled]:focus,

.btn-primary[disabled].focus,

.btn-primary[disabled]:active,

.btn-primary[disabled].active,

fieldset[disabled] .btn-primary,

fieldset[disabled] .btn-primary:hover,

fieldset[disabled] .btn-primary:focus,

fieldset[disabled] .btn-primary.focus,

fieldset[disabled] .btn-primary:active,

fieldset[disabled] .btn-primary.active {

  background-color: #337ab7;

  border-color: #2e6da4;

}



.btn-primary .badge {

  color: #337ab7;

  background-color: #fff;

}



.btn-success {

  color: #fff;

  background-color: #5cb85c;

  border-color: #4cae4c;

}



.btn-success:focus,

.btn-success.focus {

  color: #fff;

  background-color: #449d44;

  border-color: #255625;

}



.btn-success:hover {

  color: #fff;

  background-color: #449d44;

  border-color: #398439;

}



.btn-success:active,

.btn-success.active,

.open > .btn-success.dropdown-toggle {

  color: #fff;

  background-color: #449d44;

  border-color: #398439;

}



.btn-success:active:hover,

.btn-success:active:focus,

.btn-success:active.focus,

.btn-success.active:hover,

.btn-success.active:focus,

.btn-success.active.focus,

.open > .btn-success.dropdown-toggle:hover,

.open > .btn-success.dropdown-toggle:focus,

.open > .btn-success.dropdown-toggle.focus {

  color: #fff;

  background-color: #398439;

  border-color: #255625;

}



.btn-success:active,

.btn-success.active,

.open > .btn-success.dropdown-toggle {

  background-image: none;

}



.btn-success.disabled,

.btn-success.disabled:hover,

.btn-success.disabled:focus,

.btn-success.disabled.focus,

.btn-success.disabled:active,

.btn-success.disabled.active,

.btn-success[disabled],

.btn-success[disabled]:hover,

.btn-success[disabled]:focus,

.btn-success[disabled].focus,

.btn-success[disabled]:active,

.btn-success[disabled].active,

fieldset[disabled] .btn-success,

fieldset[disabled] .btn-success:hover,

fieldset[disabled] .btn-success:focus,

fieldset[disabled] .btn-success.focus,

fieldset[disabled] .btn-success:active,

fieldset[disabled] .btn-success.active {

  background-color: #5cb85c;

  border-color: #4cae4c;

}



.btn-success .badge {

  color: #5cb85c;

  background-color: #fff;

}



.btn-info {

  color: #fff;

  background-color: #5bc0de;

  border-color: #46b8da;

}



.btn-info:focus,

.btn-info.focus {

  color: #fff;

  background-color: #31b0d5;

  border-color: #1b6d85;

}



.btn-info:hover {

  color: #fff;

  background-color: #31b0d5;

  border-color: #269abc;

}



.btn-info:active,

.btn-info.active,

.open > .btn-info.dropdown-toggle {

  color: #fff;

  background-color: #31b0d5;

  border-color: #269abc;

}



.btn-info:active:hover,

.btn-info:active:focus,

.btn-info:active.focus,

.btn-info.active:hover,

.btn-info.active:focus,

.btn-info.active.focus,

.open > .btn-info.dropdown-toggle:hover,

.open > .btn-info.dropdown-toggle:focus,

.open > .btn-info.dropdown-toggle.focus {

  color: #fff;

  background-color: #269abc;

  border-color: #1b6d85;

}



.btn-info:active,

.btn-info.active,

.open > .btn-info.dropdown-toggle {

  background-image: none;

}



.btn-info.disabled,

.btn-info.disabled:hover,

.btn-info.disabled:focus,

.btn-info.disabled.focus,

.btn-info.disabled:active,

.btn-info.disabled.active,

.btn-info[disabled],

.btn-info[disabled]:hover,

.btn-info[disabled]:focus,

.btn-info[disabled].focus,

.btn-info[disabled]:active,

.btn-info[disabled].active,

fieldset[disabled] .btn-info,

fieldset[disabled] .btn-info:hover,

fieldset[disabled] .btn-info:focus,

fieldset[disabled] .btn-info.focus,

fieldset[disabled] .btn-info:active,

fieldset[disabled] .btn-info.active {

  background-color: #5bc0de;

  border-color: #46b8da;

}



.btn-info .badge {

  color: #5bc0de;

  background-color: #fff;

}



.btn-warning {

  color: #fff;

  background-color: #f0ad4e;

  border-color: #eea236;

}



.btn-warning:focus,

.btn-warning.focus {

  color: #fff;

  background-color: #ec971f;

  border-color: #985f0d;

}



.btn-warning:hover {

  color: #fff;

  background-color: #ec971f;

  border-color: #d58512;

}



.btn-warning:active,

.btn-warning.active,

.open > .btn-warning.dropdown-toggle {

  color: #fff;

  background-color: #ec971f;

  border-color: #d58512;

}



.btn-warning:active:hover,

.btn-warning:active:focus,

.btn-warning:active.focus,

.btn-warning.active:hover,

.btn-warning.active:focus,

.btn-warning.active.focus,

.open > .btn-warning.dropdown-toggle:hover,

.open > .btn-warning.dropdown-toggle:focus,

.open > .btn-warning.dropdown-toggle.focus {

  color: #fff;

  background-color: #d58512;

  border-color: #985f0d;

}



.btn-warning:active,

.btn-warning.active,

.open > .btn-warning.dropdown-toggle {

  background-image: none;

}



.btn-warning.disabled,

.btn-warning.disabled:hover,

.btn-warning.disabled:focus,

.btn-warning.disabled.focus,

.btn-warning.disabled:active,

.btn-warning.disabled.active,

.btn-warning[disabled],

.btn-warning[disabled]:hover,

.btn-warning[disabled]:focus,

.btn-warning[disabled].focus,

.btn-warning[disabled]:active,

.btn-warning[disabled].active,

fieldset[disabled] .btn-warning,

fieldset[disabled] .btn-warning:hover,

fieldset[disabled] .btn-warning:focus,

fieldset[disabled] .btn-warning.focus,

fieldset[disabled] .btn-warning:active,

fieldset[disabled] .btn-warning.active {

  background-color: #f0ad4e;

  border-color: #eea236;

}



.btn-warning .badge {

  color: #f0ad4e;

  background-color: #fff;

}



.btn-danger {

  color: #fff;

  background-color: #d9534f;

  border-color: #d43f3a;

}



.btn-danger:focus,

.btn-danger.focus {

  color: #fff;

  background-color: #c9302c;

  border-color: #761c19;

}



.btn-danger:hover {

  color: #fff;

  background-color: #c9302c;

  border-color: #ac2925;

}



.btn-danger:active,

.btn-danger.active,

.open > .btn-danger.dropdown-toggle {

  color: #fff;

  background-color: #c9302c;

  border-color: #ac2925;

}



.btn-danger:active:hover,

.btn-danger:active:focus,

.btn-danger:active.focus,

.btn-danger.active:hover,

.btn-danger.active:focus,

.btn-danger.active.focus,

.open > .btn-danger.dropdown-toggle:hover,

.open > .btn-danger.dropdown-toggle:focus,

.open > .btn-danger.dropdown-toggle.focus {

  color: #fff;

  background-color: #ac2925;

  border-color: #761c19;

}



.btn-danger:active,

.btn-danger.active,

.open > .btn-danger.dropdown-toggle {

  background-image: none;

}



.btn-danger.disabled,

.btn-danger.disabled:hover,

.btn-danger.disabled:focus,

.btn-danger.disabled.focus,

.btn-danger.disabled:active,

.btn-danger.disabled.active,

.btn-danger[disabled],

.btn-danger[disabled]:hover,

.btn-danger[disabled]:focus,

.btn-danger[disabled].focus,

.btn-danger[disabled]:active,

.btn-danger[disabled].active,

fieldset[disabled] .btn-danger,

fieldset[disabled] .btn-danger:hover,

fieldset[disabled] .btn-danger:focus,

fieldset[disabled] .btn-danger.focus,

fieldset[disabled] .btn-danger:active,

fieldset[disabled] .btn-danger.active {

  background-color: #d9534f;

  border-color: #d43f3a;

}



.btn-danger .badge {

  color: #d9534f;

  background-color: #fff;

}



.btn-link {

  color: #337ab7;

  font-weight: normal;

  border-radius: 0;

}



.btn-link,

.btn-link:active,

.btn-link.active,

.btn-link[disabled],

fieldset[disabled] .btn-link {

  background-color: transparent;

  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: underline;

  background-color: transparent;

}



.btn-link[disabled]:hover,

.btn-link[disabled]:focus,

fieldset[disabled] .btn-link:hover,

fieldset[disabled] .btn-link:focus {

  color: #888888;

  text-decoration: none;

}



.btn-lg {

  padding: 10px 16px;

  font-size: 17px;

  line-height: 1.33333;

  border-radius: 6px;

}



.btn-sm {

  padding: 5px 10px;

  font-size: 13px;

  line-height: 1.5;

  border-radius: 3px;

}



.btn-xs {

  padding: 1px 5px;

  font-size: 13px;

  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 0.15s linear;

  transition: opacity 0.15s linear;

}



.fade.in {

  opacity: 1;

}



.collapse {

  display: none;

}



.collapse.in {

  display: block;

}



tr.collapse.in {

  display: table-row;

}



tbody.collapse.in {

  display: table-row-group;

}



.collapsing {

  position: relative;

  height: 0;

  overflow: hidden;

  -webkit-transition-property: height, visibility;

  transition-property: height, visibility;

  -webkit-transition-duration: 0.35s;

  transition-duration: 0.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 dashed;

  border-top: 4px solid \9;

  border-right: 4px solid transparent;

  border-left: 4px solid transparent;

}



.dropup,

.dropdown {

  position: relative;

}



.dropdown-toggle:focus {

  outline: 0;

}



.dropdown-menu {

  position: absolute;

  top: 100%;

  left: 0;

  z-index: 1000;

  display: none;

  float: left;

  min-width: 160px;

  padding: 5px 0;

  margin: 2px 0 0;

  list-style: none;

  font-size: 14px;

  text-align: left;

  background-color: #fff;

  border: 1px solid #ccc;

  border: 1px solid rgba(0, 0, 0, 0.15);

  border-radius: 4px;

  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: 9px 0;

  overflow: hidden;

  background-color: #e5e5e5;

}



.dropdown-menu > li > a {

  display: block;

  padding: 3px 20px;

  clear: both;

  font-weight: normal;

  line-height: 1.42857;

  color: #444444;

  white-space: nowrap;

}



.dropdown-menu > li > a:hover,

.dropdown-menu > li > a:focus {

  text-decoration: none;

  color: #373737;

  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: #888888;

}



.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: 13px;

  line-height: 1.42857;

  color: #888888;

  white-space: nowrap;

}



.dropdown-backdrop {

  position: fixed;

  left: 0;

  right: 0;

  bottom: 0;

  top: 0;

  z-index: 990;

}



.pull-right > .dropdown-menu {

  right: 0;

  left: auto;

}



.dropup .caret,

.navbar-fixed-bottom .dropdown .caret {

  border-top: 0;

  border-bottom: 4px dashed;

  border-bottom: 4px solid \9;

  content: "";

}



.dropup .dropdown-menu,

.navbar-fixed-bottom .dropdown .dropdown-menu {

  top: auto;

  bottom: 100%;

  margin-bottom: 2px;

}



@media (min-width: 768px) {

  .navbar-right .dropdown-menu {

    right: 0;

    left: auto;

  }

  .navbar-right .dropdown-menu-left {

    left: 0;

    right: auto;

  }

}



.nav {

  margin-bottom: 0;

  padding-left: 0;

  list-style: none;

}



.nav:before,

.nav:after {

  content: " ";

  display: table;

}



.nav:after {

  clear: both;

}



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

}



.nav > li.disabled > a {

  color: #888888;

}



.nav > li.disabled > a:hover,

.nav > li.disabled > a:focus {

  color: #888888;

  text-decoration: none;

  background-color: transparent;

  cursor: not-allowed;

}



.nav .open > a,

.nav .open > a:hover,

.nav .open > a:focus {

  background-color: #aaaaaa;

  border-color: #337ab7;

}



.nav .nav-divider {

  height: 1px;

  margin: 9px 0;

  overflow: hidden;

  background-color: #e5e5e5;

}



.nav > li > a > img {

  max-width: none;

}



.nav-tabs {

  border-bottom: 1px solid #ddd;

}



.nav-tabs > li {

  float: left;

  margin-bottom: -1px;

}



.nav-tabs > li > a {

  margin-right: 2px;

  line-height: 1.42857;

  border: 1px solid transparent;

  border-radius: 4px 4px 0 0;

}



.nav-tabs > li > a:hover {

  border-color: #aaaaaa #aaaaaa #ddd;

}



.nav-tabs > li.active > a,

.nav-tabs > li.active > a:hover,

.nav-tabs > li.active > a:focus {

  color: #999999;

  background-color: #fff;

  border: 1px solid #ddd;

  border-bottom-color: transparent;

  cursor: default;

}



.nav-pills > li {

  float: left;

}



.nav-pills > li > a {

  border-radius: 4px;

}



.nav-pills > li + li {

  margin-left: 2px;

}



.nav-pills > li.active > a,

.nav-pills > li.active > a:hover,

.nav-pills > li.active > a:focus {

  color: #fff;

  background-color: #337ab7;

}



.nav-stacked > li {

  float: none;

}



.nav-stacked > li + li {

  margin-top: 2px;

  margin-left: 0;

}



.nav-justified, .nav-tabs.nav-justified {

  width: 100%;

}



.nav-justified > li, .nav-tabs.nav-justified > li {

  float: none;

}



.nav-justified > li > a, .nav-tabs.nav-justified > li > a {

  text-align: center;

  margin-bottom: 5px;

}



.nav-justified > .dropdown .dropdown-menu {

  top: auto;

  left: auto;

}



@media (min-width: 768px) {

  .nav-justified > li, .nav-tabs.nav-justified > li {

    display: table-cell;

    width: 1%;

  }

  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {

    margin-bottom: 0;

  }

}



.nav-tabs-justified, .nav-tabs.nav-justified {

  border-bottom: 0;

}



.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {

  margin-right: 0;

  border-radius: 4px;

}



.nav-tabs-justified > .active > a,

.nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover,

.nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {

  border: 1px solid #ddd;

}



@media (min-width: 768px) {

  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {

    border-bottom: 1px solid #ddd;

    border-radius: 4px 4px 0 0;

  }

  .nav-tabs-justified > .active > a,

  .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover,

  .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {

    border-bottom-color: #fff;

  }

}



.tab-content > .tab-pane {

  display: none;

}



.tab-content > .active {

  display: block;

}



.nav-tabs .dropdown-menu {

  margin-top: -1px;

  border-top-right-radius: 0;

  border-top-left-radius: 0;

}



.navbar {

  position: relative;

  min-height: 50px;

  margin-bottom: 20px;

  border: 1px solid transparent;

}



.navbar:before,

.navbar:after {

  content: " ";

  display: table;

}



.navbar:after {

  clear: both;

}



@media (min-width: 768px) {

  .navbar {

    border-radius: 4px;

  }

}



.navbar-header:before,

.navbar-header:after {

  content: " ";

  display: table;

}



.navbar-header:after {

  clear: both;

}



@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:before,

.navbar-collapse:after {

  content: " ";

  display: table;

}



.navbar-collapse:after {

  clear: both;

}



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

    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 > .navbar-collapse,

.container-fluid > .navbar-header,

.container-fluid > .navbar-collapse {

  margin-right: -15px;

  margin-left: -15px;

}



@media (min-width: 768px) {

  .container > .navbar-header,

  .container > .navbar-collapse,

  .container-fluid > .navbar-header,

  .container-fluid > .navbar-collapse {

    margin-right: 0;

    margin-left: 0;

  }

}



.navbar-static-top {

  z-index: 1000;

  border-width: 0 0 1px;

}



@media (min-width: 768px) {

  .navbar-static-top {

    border-radius: 0;

  }

}



.navbar-fixed-top,

.navbar-fixed-bottom {

  position: fixed;

  right: 0;

  left: 0;

  z-index: 1030;

}



@media (min-width: 768px) {

  .navbar-fixed-top,

  .navbar-fixed-bottom {

    border-radius: 0;

  }

}



.navbar-fixed-top {

  top: 0;

  border-width: 0 0 1px;

}



.navbar-fixed-bottom {

  bottom: 0;

  margin-bottom: 0;

  border-width: 1px 0 0;

}



.navbar-brand {

  float: left;

  padding: 15px 15px;

  font-size: 17px;

  line-height: 20px;

  height: 50px;

}



.navbar-brand:hover,

.navbar-brand:focus {

  text-decoration: none;

}



.navbar-brand > img {

  display: block;

}



@media (min-width: 768px) {

  .navbar > .container .navbar-brand,

  .navbar > .container-fluid .navbar-brand {

    margin-left: -15px;

  }

}



.navbar-toggle {

  position: relative;

  float: right;

  margin-right: 15px;

  padding: 9px 10px;

  margin-top: 8px;

  margin-bottom: 8px;

  background-color: transparent;

  background-image: none;

  border: 1px solid transparent;

  border-radius: 4px;

}



.navbar-toggle:focus {

  outline: 0;

}



.navbar-toggle .icon-bar {

  display: block;

  width: 22px;

  height: 2px;

  border-radius: 1px;

}



.navbar-toggle .icon-bar + .icon-bar {

  margin-top: 4px;

}



@media (min-width: 768px) {

  .navbar-toggle {

    display: none;

  }

}



.navbar-nav {

  margin: 7.5px -15px;

}



.navbar-nav > li > a {

  padding-top: 10px;

  padding-bottom: 10px;

  line-height: 20px;

}



@media (max-width: 767px) {

  .navbar-nav .open .dropdown-menu {

    position: static;

    float: none;

    width: auto;

    margin-top: 0;

    background-color: transparent;

    border: 0;

    box-shadow: none;

  }

  .navbar-nav .open .dropdown-menu > li > a,

  .navbar-nav .open .dropdown-menu .dropdown-header {

    padding: 5px 15px 5px 25px;

  }

  .navbar-nav .open .dropdown-menu > li > a {

    line-height: 20px;

  }

  .navbar-nav .open .dropdown-menu > li > a:hover,

  .navbar-nav .open .dropdown-menu > li > a:focus {

    background-image: none;

  }

}



@media (min-width: 768px) {

  .navbar-nav {

    float: left;

    margin: 0;

  }

  .navbar-nav > li {

    float: left;

  }

  .navbar-nav > li > a {

    padding-top: 15px;

    padding-bottom: 15px;

  }

}



.navbar-form {

  margin-left: -15px;

  margin-right: -15px;

  padding: 10px 15px;

  border-top: 1px solid transparent;

  border-bottom: 1px solid transparent;

  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);

  margin-top: 8px;

  margin-bottom: 8px;

}



@media (min-width: 768px) {

  .navbar-form .form-group {

    display: inline-block;

    margin-bottom: 0;

    vertical-align: middle;

  }

  .navbar-form .form-control {

    display: inline-block;

    width: auto;

    vertical-align: middle;

  }

  .navbar-form .form-control-static {

    display: inline-block;

  }

  .navbar-form .input-group {

    display: inline-table;

    vertical-align: middle;

  }

  .navbar-form .input-group .input-group-addon,

  .navbar-form .input-group .input-group-btn,

  .navbar-form .input-group .form-control {

    width: auto;

  }

  .navbar-form .input-group > .form-control {

    width: 100%;

  }

  .navbar-form .control-label {

    margin-bottom: 0;

    vertical-align: middle;

  }

  .navbar-form .radio,

  .navbar-form .checkbox {

    display: inline-block;

    margin-top: 0;

    margin-bottom: 0;

    vertical-align: middle;

  }

  .navbar-form .radio label,

  .navbar-form .checkbox label {

    padding-left: 0;

  }

  .navbar-form .radio input[type="radio"],

  .navbar-form .checkbox input[type="checkbox"] {

    position: relative;

    margin-left: 0;

  }

  .navbar-form .has-feedback .form-control-feedback {

    top: 0;

  }

}



@media (max-width: 767px) {

  .navbar-form .form-group {

    margin-bottom: 5px;

  }

  .navbar-form .form-group:last-child {

    margin-bottom: 0;

  }

}



@media (min-width: 768px) {

  .navbar-form {

    width: auto;

    border: 0;

    margin-left: 0;

    margin-right: 0;

    padding-top: 0;

    padding-bottom: 0;

    box-shadow: none;

  }

}



.navbar-nav > li > .dropdown-menu {

  margin-top: 0;

  border-top-right-radius: 0;

  border-top-left-radius: 0;

}



.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {

  margin-bottom: 0;

  border-top-right-radius: 4px;

  border-top-left-radius: 4px;

  border-bottom-right-radius: 0;

  border-bottom-left-radius: 0;

}



.navbar-btn {

  margin-top: 8px;

  margin-bottom: 8px;

}



.navbar-btn.btn-sm {

  margin-top: 9.5px;

  margin-bottom: 9.5px;

}



.navbar-btn.btn-xs {

  margin-top: 14px;

  margin-bottom: 14px;

}



.navbar-text {

  margin-top: 15px;

  margin-bottom: 15px;

}



@media (min-width: 768px) {

  .navbar-text {

    float: left;

    margin-left: 15px;

    margin-right: 15px;

  }

}



@media (min-width: 768px) {

  .navbar-left {

    float: left !important;

  }

  .navbar-right {

    float: right !important;

    margin-right: -15px;

  }

  .navbar-right ~ .navbar-right {

    margin-right: 0;

  }

}



.navbar-default {

  background-color: #f8f8f8;

  border-color: #e7e7e7;

}



.navbar-default .navbar-brand {

  color: #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,

fieldset[disabled] .navbar-default .btn-link:hover,

fieldset[disabled] .navbar-default .btn-link:focus {

  color: #ccc;

}



.navbar-inverse {

  background-color: #222;

  border-color: #090909;

}



.navbar-inverse .navbar-brand {

  color: #aeaeae;

}



.navbar-inverse .navbar-brand:hover,

.navbar-inverse .navbar-brand:focus {

  color: #fff;

  background-color: transparent;

}



.navbar-inverse .navbar-text {

  color: #aeaeae;

}



.navbar-inverse .navbar-nav > li > a {

  color: #aeaeae;

}



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

}



.navbar-inverse .navbar-nav > .disabled > a,

.navbar-inverse .navbar-nav > .disabled > a:hover,

.navbar-inverse .navbar-nav > .disabled > a:focus {

  color: #444;

  background-color: transparent;

}



.navbar-inverse .navbar-toggle {

  border-color: #333;

}



.navbar-inverse .navbar-toggle:hover,

.navbar-inverse .navbar-toggle:focus {

  background-color: #333;

}



.navbar-inverse .navbar-toggle .icon-bar {

  background-color: #fff;

}



.navbar-inverse .navbar-collapse,

.navbar-inverse .navbar-form {

  border-color: #101010;

}



.navbar-inverse .navbar-nav > .open > a,

.navbar-inverse .navbar-nav > .open > a:hover,

.navbar-inverse .navbar-nav > .open > a:focus {

  background-color: #090909;

  color: #fff;

}



@media (max-width: 767px) {

  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {

    border-color: #090909;

  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {

    background-color: #090909;

  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {

    color: #aeaeae;

  }

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

  }

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

}



.navbar-inverse .navbar-link:hover {

  color: #fff;

}



.navbar-inverse .btn-link {

  color: #aeaeae;

}



.navbar-inverse .btn-link:hover,

.navbar-inverse .btn-link:focus {

  color: #fff;

}



.navbar-inverse .btn-link[disabled]:hover,

.navbar-inverse .btn-link[disabled]:focus,

fieldset[disabled] .navbar-inverse .btn-link:hover,

fieldset[disabled] .navbar-inverse .btn-link:focus {

  color: #444;

}



.breadcrumb {

  padding: 8px 15px;

  margin-bottom: 20px;

  list-style: none;

  background-color: #f5f5f5;

  border-radius: 4px;

}



.breadcrumb > li {

  display: inline-block;

}



.breadcrumb > li + li:before {

  content: "/ ";

  padding: 0 5px;

  color: #ccc;

}



.breadcrumb > .active {

  color: #888888;

}



.pagination {

  display: inline-block;

  padding-left: 0;

  margin: 25px;

  border-radius: 4px;

}



.pagination > li {

  display: inline;

}



.pagination > li > a,

.pagination > li > span {

  position: relative;

  float: left;

  padding: 10px 5px;

  font-size: 16px;

  line-height: 1.42857;

  text-decoration: none;

  color: #111111;

  background-color: #fff;

  border: 1px solid white;

  margin-left: -1px;

}



.pagination .current-page {

  position: relative;

  float: left;

  padding: 10px 5px;

  font-size: 16px;

  line-height: 1.42857;

  text-decoration: none;

  background-color: #fff;

  border: 1px solid white;

  margin-left: -1px;

}



.pagination > li:first-child > a,

.pagination > li:first-child > span {

  margin-left: 0;

  border-bottom-left-radius: 4px;

  border-top-left-radius: 4px;

}



.pagination > li:last-child > a,

.pagination > li:last-child > span {

  border-bottom-right-radius: 4px;

  border-top-right-radius: 4px;

}



.pagination > li > a:hover,

.pagination > li > a:focus,

.pagination > li > span:hover,

.pagination > li > span:focus {

  z-index: 3;

  color: #f47820;

  background-color: white;

  border-color: white;

}



.pagination > .active > a,

.pagination > .active > a:hover,

.pagination > .active > a:focus,

.pagination > .active > span,

.pagination > .active > span:hover,

.pagination > .active > span:focus {

  z-index: 2;

  color: #f47820;

  background-color: white;

  border-color: white;

  cursor: default;

}



.pagination > .disabled > span,

.pagination > .disabled > span:hover,

.pagination > .disabled > span:focus,

.pagination > .disabled > a,

.pagination > .disabled > a:hover,

.pagination > .disabled > a:focus {

  color: #f47820;

  background-color: white;

  border-color: white;

  cursor: not-allowed;

}



.pagination-lg > li > a,

.pagination-lg > li > span {

  padding: 10px 16px;

  font-size: 17px;

  line-height: 1.33333;

}



.pagination-lg > li:first-child > a,

.pagination-lg > li:first-child > span {

  border-bottom-left-radius: 6px;

  border-top-left-radius: 6px;

}



.pagination-lg > li:last-child > a,

.pagination-lg > li:last-child > span {

  border-bottom-right-radius: 6px;

  border-top-right-radius: 6px;

}



.pagination-sm > li > a,

.pagination-sm > li > span {

  padding: 5px 10px;

  font-size: 13px;

  line-height: 1.5;

}



.pagination-sm > li:first-child > a,

.pagination-sm > li:first-child > span {

  border-bottom-left-radius: 3px;

  border-top-left-radius: 3px;

}



.pagination-sm > li:last-child > a,

.pagination-sm > li:last-child > span {

  border-bottom-right-radius: 3px;

  border-top-right-radius: 3px;

}



.label {

  display: inline;

  padding: 0.2em 0.6em 0.3em;

  font-size: 75%;

  font-weight: bold;

  line-height: 1;

  color: #fff;

  text-align: center;

  white-space: nowrap;

  vertical-align: baseline;

  border-radius: .25em;

}



.label:empty {

  display: none;

}



.btn .label {

  position: relative;

  top: -1px;

}



a.label:hover,

a.label:focus {

  color: #fff;

  text-decoration: none;

  cursor: pointer;

}



.label-default {

  background-color: #888888;

}



.label-default[href]:hover,

.label-default[href]:focus {

  background-color: #6f6f6f;

}



.label-primary {

  background-color: #337ab7;

}



.label-primary[href]:hover,

.label-primary[href]:focus {

  background-color: #286090;

}



.label-success {

  background-color: #5cb85c;

}



.label-success[href]:hover,

.label-success[href]:focus {

  background-color: #449d44;

}



.label-info {

  background-color: #5bc0de;

}



.label-info[href]:hover,

.label-info[href]:focus {

  background-color: #31b0d5;

}



.label-warning {

  background-color: #f0ad4e;

}



.label-warning[href]:hover,

.label-warning[href]:focus {

  background-color: #ec971f;

}



.label-danger {

  background-color: #d9534f;

}



.label-danger[href]:hover,

.label-danger[href]:focus {

  background-color: #c9302c;

}



.media {

  margin-top: 15px;

}



.media:first-child {

  margin-top: 0;

}



.media,

.media-body {

  zoom: 1;

  overflow: hidden;

}



.media-body {

  width: 10000px;

}



.media-object {

  display: block;

}



.media-object.img-thumbnail {

  max-width: none;

}



.media-right,

.media > .pull-right {

  padding-left: 10px;

}



.media-left,

.media > .pull-left {

  padding-right: 10px;

}



.media-left,

.media-right,

.media-body {

  display: table-cell;

  vertical-align: top;

}



.media-middle {

  vertical-align: middle;

}



.media-bottom {

  vertical-align: bottom;

}



.media-heading {

  margin-top: 0;

  margin-bottom: 5px;

}



.media-list {

  padding-left: 0;

  list-style: none;

}



.embed-responsive {

  position: relative;

  display: block;

  height: 0;

  padding: 0;

  overflow: hidden;

}



.embed-responsive .embed-responsive-item,

.embed-responsive iframe,

.embed-responsive embed,

.embed-responsive object,

.embed-responsive video {

  position: absolute;

  top: 0;

  left: 0;

  bottom: 0;

  height: 100%;

  width: 100%;

  border: 0;

}



.embed-responsive-16by9 {

  padding-bottom: 56.25%;

}



.embed-responsive-4by3 {

  padding-bottom: 75%;

}



.close {

  float: right;

  font-size: 21px;

  font-weight: bold;

  line-height: 1;

  color: #000;

  text-shadow: 0 1px 0 #fff;

  opacity: 0.2;

  filter: alpha(opacity=20);

}



.close:hover,

.close:focus {

  color: #000;

  text-decoration: none;

  cursor: pointer;

  opacity: 0.5;

  filter: alpha(opacity=50);

}



button.close {

  padding: 0;

  cursor: pointer;

  background: transparent;

  border: 0;

  -webkit-appearance: none;

}



.tooltip {

  position: absolute;

  z-index: 1070;

  display: block;

  font-family: "Lato", sans-serif;

  font-style: normal;

  font-weight: normal;

  letter-spacing: normal;

  line-break: auto;

  line-height: 1.42857;

  text-align: left;

  text-align: start;

  text-decoration: none;

  text-shadow: none;

  text-transform: none;

  white-space: normal;

  word-break: normal;

  word-spacing: normal;

  word-wrap: normal;

  font-size: 13px;

  opacity: 0;

  filter: alpha(opacity=0);

}



.tooltip.in {

  opacity: 0.9;

  filter: alpha(opacity=90);

}



.tooltip.top {

  margin-top: -3px;

  padding: 5px 0;

}



.tooltip.right {

  margin-left: 3px;

  padding: 0 5px;

}



.tooltip.bottom {

  margin-top: 3px;

  padding: 5px 0;

}



.tooltip.left {

  margin-left: -3px;

  padding: 0 5px;

}



.tooltip-inner {

  max-width: 200px;

  padding: 3px 8px;

  color: #fff;

  text-align: center;

  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;

}



.clearfix:before,

.clearfix:after {

  content: " ";

  display: table;

}



.clearfix:after {

  clear: both;

}



.center-block {

  display: block;

  margin-left: auto;

  margin-right: auto;

}



.pull-right {

  float: right !important;

}



.pull-left {

  float: left !important;

}



.hide {

  display: none !important;

}



.show {

  display: block !important;

}



.invisible {

  visibility: hidden;

}



.text-hide {

  font: 0/0 a;

  color: transparent;

  text-shadow: none;

  background-color: transparent;

  border: 0;

}



.hidden {

  display: none !important;

}



.affix {

  position: fixed;

}



@-ms-viewport {

  width: device-width;

}



.visible-xs {

  display: none !important;

}



.visible-sm {

  display: none !important;

}



.visible-md {

  display: none !important;

}



.visible-lg {

  display: none !important;

}



.visible-xs-block,

.visible-xs-inline,

.visible-xs-inline-block,

.visible-sm-block,

.visible-sm-inline,

.visible-sm-inline-block,

.visible-md-block,

.visible-md-inline,

.visible-md-inline-block,

.visible-lg-block,

.visible-lg-inline,

.visible-lg-inline-block {

  display: none !important;

}



@media (max-width: 767px) {

  .visible-xs {

    display: block !important;

  }

  table.visible-xs {

    display: table !important;

  }

  tr.visible-xs {

    display: table-row !important;

  }

  th.visible-xs,

  td.visible-xs {

    display: table-cell !important;

  }

}



@media (max-width: 767px) {

  .visible-xs-block {

    display: block !important;

  }

}



@media (max-width: 767px) {

  .visible-xs-inline {

    display: inline !important;

  }

}



@media (max-width: 767px) {

  .visible-xs-inline-block {

    display: inline-block !important;

  }

}



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

  .visible-sm {

    display: block !important;

  }

  table.visible-sm {

    display: table !important;

  }

  tr.visible-sm {

    display: table-row !important;

  }

  th.visible-sm,

  td.visible-sm {

    display: table-cell !important;

  }

}



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

  .visible-sm-block {

    display: block !important;

  }

}



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

  .visible-sm-inline {

    display: inline !important;

  }

}



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

  .visible-sm-inline-block {

    display: inline-block !important;

  }

}



@media (min-width: 992px) and (max-width: 1199px) {

  .visible-md {

    display: block !important;

  }

  table.visible-md {

    display: table !important;

  }

  tr.visible-md {

    display: table-row !important;

  }

  th.visible-md,

  td.visible-md {

    display: table-cell !important;

  }

}



@media (min-width: 992px) and (max-width: 1199px) {

  .visible-md-block {

    display: block !important;

  }

}



@media (min-width: 992px) and (max-width: 1199px) {

  .visible-md-inline {

    display: inline !important;

  }

}



@media (min-width: 992px) and (max-width: 1199px) {

  .visible-md-inline-block {

    display: inline-block !important;

  }

}



@media (min-width: 1200px) {

  .visible-lg {

    display: block !important;

  }

  table.visible-lg {

    display: table !important;

  }

  tr.visible-lg {

    display: table-row !important;

  }

  th.visible-lg,

  td.visible-lg {

    display: table-cell !important;

  }

}



@media (min-width: 1200px) {

  .visible-lg-block {

    display: block !important;

  }

}



@media (min-width: 1200px) {

  .visible-lg-inline {

    display: inline !important;

  }

}



@media (min-width: 1200px) {

  .visible-lg-inline-block {

    display: inline-block !important;

  }

}



@media (max-width: 767px) {

  .hidden-xs {

    display: none !important;

  }

}



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

  .hidden-sm {

    display: none !important;

  }

}



@media (min-width: 992px) and (max-width: 1199px) {

  .hidden-md {

    display: none !important;

  }

}



@media (min-width: 1200px) {

  .hidden-lg {

    display: none !important;

  }

}



.visible-print {

  display: none !important;

}



@media print {

  .visible-print {

    display: block !important;

  }

  table.visible-print {

    display: table !important;

  }

  tr.visible-print {

    display: table-row !important;

  }

  th.visible-print,

  td.visible-print {

    display: table-cell !important;

  }

}



.visible-print-block {

  display: none !important;

}



@media print {

  .visible-print-block {

    display: block !important;

  }

}



.visible-print-inline {

  display: none !important;

}



@media print {

  .visible-print-inline {

    display: inline !important;

  }

}



.visible-print-inline-block {

  display: none !important;

}



@media print {

  .visible-print-inline-block {

    display: inline-block !important;

  }

}



@media print {

  .hidden-print {

    display: none !important;

  }

}



.box {

  display: block;

  overflow: hidden;

  text-align: left;

  margin-bottom: 30px;

}



.box p {

  margin-bottom: 10px;

}



.box-image {

  width: 100%;

  position: relative;

  overflow: hidden;

  z-index: 1;

  color: #FFB800;

}



.box-image > span {

  font-size: 70px;

}



.box-image i.fa {

  font-size: 20px;

}



.box-image img {

  width: 100%;

}



.latest-news iframe {

  width: 100%;

  height: auto;

  max-height: 64px;

}



@media (min-width: 993px) {

  .box-image1 img {

    /*height: 220px;*/

  }

}



.box-content {

  position: relative;

  z-index: 2;

  margin-left: 10px;

  margin-right: 10px;

  margin-top: -60px;

  padding-left: 25px;

  padding-right: 20px;

  background-color: white;

}



.box-name, .product-item .product-name, .product-item .product-price {

  font-family: "Montserrat", sans-serif;

  color: #444444;

  font-size: 15px;

  font-weight: 700;

  padding-top: 25px;

  padding-bottom: 15px;

  line-height: 25px;

  margin-top: 0;

  margin-bottom: 0;

  letter-spacing: 0.35px;

}



.box-name h3, .product-item .product-name h3, .product-item .product-price h3, .box-name h4, .product-item .product-name h4, .product-item .product-price h4, .box-name h5, .product-item .product-name h5, .product-item .product-price h5 {

  margin-bottom: 0;

  margin-top: 0;

  font-weight: 700;

  letter-spacing: 0.15px;

}



.box-name h3, .product-item .product-name h3, .product-item .product-price h3 {

  font-size: 15px;

  line-height: 25px;

}



.box-name h4, .product-item .product-name h4, .product-item .product-price h4 {

  font-size: 17px;

  line-height: 25px;

}



.box-info > li {

  display: inline;

  margin-right: 15px;

}



.box-info i {

  margin-right: 10px;

}



.box-style {

  position: relative;

  padding: 20px 35px 20px 75px;

}



.box-style:after, .box-style:before {

  font-family: fontAwesome;

  font-size: 80px;

  color: #dddddd;

  -webkit-transform: rotate(-45deg);

      -ms-transform: rotate(-45deg);

          transform: rotate(-45deg);

  position: absolute;

}



.box-style:before {

  content: "\f106";

  top: -40px;

  left: 0;

}



.box-style:after {

  content: "\f107";

  bottom: -40px;

  right: 0;

}



.box-overlay, .box-overlay2 {

  position: absolute;

  top: -100%;

  left: 0;

  height: 100%;

  width: 100%;

  z-index: 2;

  display: block;

  background-color: rgba(255, 165, 0, 0.8);

  -webkit-transition: top 0.2s ease;

          transition: top 0.2s ease;

}



.box-overlay .btn-base-1, .box-overlay2 .btn-base-1 {

  border-color: white;

  color: white !important;

  z-index: 1;

}



.box-overlay .btn-base-1:hover, .box-overlay2 .btn-base-1:hover {

  border-color: white !important;

  background-color: white !important;

  color: #FFB500 !important;

}



.box-overlay span, .box-overlay2 span {

  display: block;

}



.box-overlay-wrapper {

  display: table;

  text-align: center;

  width: 100%;

  height: 100%;

}



.box-overlay-wrapper .box-overlay-content {

  background-color: transparent;

  display: table-cell;

  vertical-align: middle;

}



.box-overlay-wrapper .box-overlay-content img {

  width: auto;

}



.box-overlay-icon {

  position: absolute;

  top: 50%;

  left: 0;

  right: 0;

  bottom: 0;

  text-align: center;

  margin-top: -45px;

}



.box-overlay2 {

  background-color: #FFB500;

  -webkit-transition: all ease 0.65s;

          transition: all ease 0.65s;

  opacity: 0;

  -webkit-transform: scale(0, 0);

      -ms-transform: scale(0, 0);

          transform: scale(0, 0);

  text-transform: capitalize;

  font-family: "Montserrat", sans-serif;

}



.box-overlay3 {

  content: "";

  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  background: #FDC502;

  opacity: .8;

  -webkit-transform: scaleY(0);

      -ms-transform: scaleY(0);

          transform: scaleY(0);

  -webkit-transform-origin: 50%;

      -ms-transform-origin: 50%;

          transform-origin: 50%;

  -webkit-transition-property: -webkit-transform;

          transition-property: transform;

  -webkit-transition-duration: 0.4s;

          transition-duration: 0.4s;

  -webkit-transition-timing-function: ease-out;

          transition-timing-function: ease-out;

}



.box-overlay-content {

  padding: 7px 10px;

  background-color: rgba(0, 0, 0, 0.2);

  color: white;

}



.box-overlay-link {

  display: block;

  padding: 0;

  height: 55px;

  width: 55px;

  line-height: 55px;

  color: white;

  background: rgba(255, 255, 255, 0.2);

  border-radius: 50%;

  text-align: center;

  font-size: 20px;

  position: absolute;

  top: 50%;

  left: 50%;

  margin-top: -25px;

  margin-left: -25px;

  -webkit-transition: all ease 0.4s;

          transition: all ease 0.4s;

}



.box-overlay-link i {

  color: white !important;

}



.box-overlay-link:hover {

  background-color: rgba(0, 0, 0, 0.4);

  color: white;

}



.box-list {

  margin-bottom: 30px !important;

  position: relative;

}



.box-list > li {

  padding: 7px 0 7px 30px;

  line-height: 180%;

  margin-bottom: 10px;

}



.box-list > li:before {

  content: "\f00c";

  display: inline-block;

  font-family: fontAwesome;

  color: #FFB500;

  margin-right: 15px;

  position: absolute;

  left: 0;

}



.box:hover .box-overlay, .box:hover .box-overlay2 {

  top: 0;

}



.box:hover .box-overlay2 {

  opacity: .9;

  -webkit-transform: scale(1, 1);

      -ms-transform: scale(1, 1);

          transform: scale(1, 1);

}



.box:hover .box-overlay3 {

  -webkit-transform: scale(1);

      -ms-transform: scale(1);

          transform: scale(1);

}



.scheme .box-list li {

  padding-bottom: 0;

  padding-top: 0;

}



.box-style-1 .box-overlay-content {

  padding-left: 50px;

  color: white;

  text-align: left;

}



.box-style-1 .box-overlay-content > span {

  font-size: 36px;

  font-weight: 700;

}



.box-style-1 .box-overlay-content > span + span {

  color: #f47820;

}



.box-style-1 .box-overlay-content i {

  color: white;

  font-size: 30px;

  margin-right: 10px;

}



.box-style-1 .box-overlay-content p {

  font-family: "Lato", sans-serif;

  text-transform: none;

}



.box-style-1 .box-overlay-content .btn-base-1:hover {

  border-color: transparent;

}



.box-view .box-image {

  border-radius: 5px;

}



.box-view img {

  -webkit-transition: all 0.4s ease-in-out 0.4s;

          transition: all 0.4s ease-in-out 0.4s;

  opacity: 1;

}



.box-view .box-overlay, .box-view .box-overlay2 {

  -webkit-transform: scale(0) rotate(-180deg);

      -ms-transform: scale(0) rotate(-180deg);

          transform: scale(0) rotate(-180deg);

  opacity: 0;

  -webkit-transition: all 0.4s ease-in;

          transition: all 0.4s ease-in;

  top: 0;

}



.box-view:hover img {

  -webkit-transform: scale(0);

      -ms-transform: scale(0);

          transform: scale(0);

  opacity: 0;

  -webkit-transition-delay: 0s;

          transition-delay: 0s;

}



.box-view:hover .box-overlay, .box-view:hover .box-overlay2 {

  opacity: 1;

  -webkit-transform: scale(1) rotate(0deg);

      -ms-transform: scale(1) rotate(0deg);

          transform: scale(1) rotate(0deg);

  -webkit-transition-delay: 0.4s;

          transition-delay: 0.4s;

}



.box-style-2 {

  max-height: 350px;

  /*overflow: hidden;*/

  position: relative;

}



.box-style-2:after, .box-style-2:before {

  content: "\f106";

  top: -40px;

  font-family: fontAwesome;

  font-size: 80px;

  color: #FFB700;

  position: absolute;

}



.box-style-2:after {

  -webkit-transform: rotate(45deg);

      -ms-transform: rotate(45deg);

          transform: rotate(45deg);

  right: 0;

}



.box-style-2:before {

  -webkit-transform: rotate(-45deg);

      -ms-transform: rotate(-45deg);

          transform: rotate(-45deg);

  left: 0;

}



.box2 {

  overflow: visible;

  font-size: 13px;

}



.box2 .box-content {

  padding: 0;

  margin: 0;

}



.box2 .box-name h3, .box2 .product-item .product-name h3, .product-item .box2 .product-name h3, .box2 .product-item .product-price h3, .product-item .box2 .product-price h3 {

  margin: 0;

}



.box2 .btn-effect-3 span {

  color: #aaaaaa !important;

  border-color: #aaaaaa !important;

}



.box3 {

  overflow: hidden;

}



.box3 .box-image {

  height: 100px;

  width: 100px;

  line-height: 100px;

  text-align: center;

  color: #FFB500;

  display: inline-block;

  border: 2px solid #FFB500;

  -webkit-transition: all ease 0.5s;

          transition: all ease 0.5s;

}



.box3 .box-image > span {

  font-size: 40px;

}



.box3 .box-name, .box3 .product-item .product-name, .product-item .box3 .product-name, .box3 .product-item .product-price, .product-item .box3 .product-price {

  text-align: center;

}



.box3 .box-content {

  padding: 0;

  margin: 0;

  background-color: transparent;

}



.box3 img {

  width: auto;

}



.box3 .btn-effect {

  padding: 12px 20px;

}



.box3 .btn-effect:hover {

  color: #f47820 !important;

}



.box3 .btn-effect:after {

  border-color: #f47820 !important;

}



.box-icon .box-name, .box-icon .product-item .product-name, .product-item .box-icon .product-name, .box-icon .product-item .product-price, .product-item .box-icon .product-price {

  text-align: center;

  color: #444444;

  padding-bottom: 5px;

  border-bottom: 2px solid #dddddd;

  display: inline-block;

  margin-bottom: 10px;



  padding-top: 15px;

  letter-spacing: 2px;

}



.box-icon2 .box-image {

  height: 80px;

  width: 80px !important;

  line-height: 80px;

  display: inline-block;

  text-align: center;

  color: white !important;

  background-color: #FFB500;

}



.box-icon2 .box-image span {

  font-size: 30px;

}



.box-icon3 .box-image {

  height: 100px;

  line-height: 100px;

  display: inline-block;

  color: #cccccc;

  text-align: center;

  background-color: #f8f8f8;

  border: 1px solid transparent;

  -webkit-transition: all ease 0.3s;

          transition: all ease 0.3s;

}



.box-icon3 .box-image span {

  font-size: 40px;

}



.box-icon3:hover .box-image, .box-icon3:focus .box-image {

  color: #f47820;

  background-color: white;

  border-color: #f47820;

}



.box-icon5 {

  text-align: center;

}



.box-icon5 .box-image {

  width: 160px;

  height: 160px;

  line-height: 160px;

  border-radius: 50%;

}



.box-icon5 .box-image span {

  font-size: 50px;

}



.box-icon5 .box-name, .box-icon5 .product-item .product-name, .product-item .box-icon5 .product-name, .box-icon5 .product-item .product-price, .product-item .box-icon5 .product-price {

  border-bottom-color: #FFB700;

  color: white !important;

}



.box-icon5 p {

  font-style: normal !important;

}



.box-icon-wrapper {

  overflow: hidden;

}



.box-icon-wrapper .box-icon .box-image {

  width: 32%;

  float: left;

  margin-right: 1.3%;

  margin-bottom: 10px;

  position: relative;

}



.box-introduction {

  background-color: #FDC502;

  letter-spacing: 1px;

  font-family: "Montserrat", sans-serif;

  padding: 35px 0;

  overflow: hidden;

  position: relative;

}



.box-introduction:after {

  content: "";

  display: block;

  width: 38.5%;

  position: absolute;

  top: 0;

  right: -30px;

  bottom: 0;

  background-color: #F7B200;

  -webkit-transform: skewX(-27deg);

      -ms-transform: skewX(-27deg);

          transform: skewX(-27deg);

  z-index: 1;

}



@media (max-width: 991px) {

  .box-introduction:after {

    width: 40%;

  }

}



.box-introduction-content {

  font-weight: 700;

  margin: 0 35px 0;

  font-size: 20px;

}



.box-introduction-action {

  font-weight: 700;

  border-bottom: 2px solid white;

  letter-spacing: 2px;

  padding-bottom: 5px;

  margin-right: -50px;

  position: relative;

  z-index: 10;

}



.box-introduction-action:after {

  content: "\f101";

  font-family: fontAwesome;

  display: inline-block;

  margin-left: 10px;

}



.box-introduction-action-wrapper {

  text-align: right;

}



.box-introduction .box-introduction-content, .box-introduction .box-introduction-action {

  color: white !important;

}



.container .box-introduction:after {

  width: 30%;

}



.col-md-9 .box-introduction:before {

  content: "";

  display: inline-block;

  position: absolute;

  top: 0;

  right: 0;

  bottom: 0;

  width: 10px;

  background-color: #FDC502;

  z-index: 2;

}



.box-introduction-reset {

  background-color: #FFB500;

  letter-spacing: 0;

  padding-top: 25px;

  padding-bottom: 25px;

}



.box-introduction-reset:after {

  display: none !important;

}



.box-introduction-reset .box-introduction-content {

  font-weight: 400;

  font-size: 22px;

  margin-left: 0;

  padding: 10px 0;

}



.box-introduction-reset .btn-base-1 {

  color: white !important;

}



@media (max-width: 1199px) and (min-width: 992px) {

  .box-introduction-reset .btn-base-1 {

    padding: 10px 5px;

  }

}



.box-introduction-reset .btn-base-1:hover {

  background-color: white;

  border-color: white;

}



.box-introduction-reset .btn-base-1 + .btn-base-1 {

  margin-left: 10px;

}



.structure-megamenu .box-introduction {

  padding: 50px 0;

}



.scheme-style-1 .box-introduction-reset .btn-base-1 {

  padding: 15px 20px !important;

}



.scheme-homepage-03-white .col-md-4 .box-overlay-icon {

  top: 20px;

  left: 20px;

  margin-top: 0;

  text-align: left;

  -webkit-transition: all ease 0.3s;

          transition: all ease 0.3s;

}



.scheme-homepage-03-white .col-md-4 .box-overlay-icon .icon-play-video {

  height: 50px;

  line-height: 50px;

  width: 50px;

  border-color: white;

  border-width: 2px;

  -webkit-transition: all ease 0.3s;

          transition: all ease 0.3s;

}



.scheme-homepage-03-white .col-md-4 .box-overlay-icon .icon-play-video i {

  font-size: 20px;

  margin-left: 5px;

  color: white;

}



.view-action {

  border-bottom-color: #cccccc !important;

  color: #aaaaaa !important;

}



.view-action:hover {

  color: black !important;

  border-bottom-color: black !important;

}



.scheme .box-introduction-reset .btn-base-1 {

  padding: 10px 22px;

}



.box-col {

  border: 1px solid #dddddd;

  padding-bottom: 45px;

}



.box-col-heading {

  color: white !important;

  background-color: #aaaaaa;

  padding-top: 40px;

  padding-bottom: 35px;

  text-align: center;

  font-family: "Montserrat", sans-serif;

}



.box-col-heading h3 {

  color: white;

  display: block;

  font-size: 18px;

  font-weight: 700;

  margin-top: 0;

  margin-bottom: 0;

}



.box-col-content {

  padding: 25px 30px;

}



.box-col-content li {

  padding: 15px 0;

  border-bottom: 1px solid #dddddd !important;

}



[class*="box-col-"] {

  margin-bottom: 0 !important;

}



.style2-wrapper .box-col {

  background-color: #eee;

}



.box-media {

  margin-top: 0;

}



.box-media .pull-left {

  padding-right: 0;

  margin-right: 20px;

}



.box-media .box-name, .box-media .product-item .product-name, .product-item .box-media .product-name, .box-media .product-item .product-price, .product-item .box-media .product-price {

  padding-top: 0;

}



.box-media .box-name:hover h5, .box-media .product-item .product-name:hover h5, .product-item .box-media .product-name:hover h5, .box-media .product-item .product-price:hover h5, .product-item .box-media .product-price:hover h5 {

  color: #f47820;

}



.box-media .icon-plus {

  height: 30px;

  line-height: 30px;

  width: 30px;

}



@media (min-width: 481px) {

  .section .row > .col-md-6 .box-media .box-image {

    width: auto;

  }

}



.box-row2-heading, .box-row2-content {

  margin-left: 60px;

  position: relative;

}



.box-row2-heading:before, .box-row2-content:before {

  content: "Q";

  display: block;

  position: absolute;

  top: 0;

  left: -60px;

  width: 40px;

  height: 40px;

  line-height: 40px;

  text-align: center;

  vertical-align: top;

  background-color: #FFB500;

  color: white;

}



.box-row2-heading {

  margin-bottom: 15px;

}



.box-row2-content:before {

  content: "A";

}



.box-row2-content p {

  margin-bottom: 0;

}



.box-row2 .box-name, .box-row2 .product-item .product-name, .product-item .box-row2 .product-name, .box-row2 .product-item .product-price, .product-item .box-row2 .product-price {

  padding-top: 0;

}



.box-count {

  text-align: center;

}



.box-count .box-image span {

  font-size: 50px;

}



.box-count-number {

  font-family: "Montserrat", sans-serif;

  color: #101010;

  font-weight: bold;

}



.directors-info {

  background-color: white;

  padding: 25px 0;

}



.directors-info .box-name, .directors-info .product-item .product-name, .product-item .directors-info .product-name, .directors-info .product-item .product-price, .product-item .directors-info .product-price {

  padding-top: 0;

}



.slide-directors1 .box {

  margin-bottom: 30px !important;

}



.scheme-homepage .section-wwa .box-overlay2 {

  background-color: #1B273D;

  opacity: 0.8;

}



.scheme-homepage .section-wwa .btn-effect-2 {

  color: #FFB700;

  border-color: #FFB700;

}



.scheme-style-1 .box-name h3, .scheme-style-1 .product-item .product-name h3, .product-item .scheme-style-1 .product-name h3, .scheme-style-1 .product-item .product-price h3, .product-item .scheme-style-1 .product-price h3, .scheme-style-1 .box-name h4, .scheme-style-1 .product-item .product-name h4, .product-item .scheme-style-1 .product-name h4, .scheme-style-1 .product-item .product-price h4, .product-item .scheme-style-1 .product-price h4 {

  font-weight: 400;

}



@media (max-width: 991px) {

  /*.box-introduction-reset {

    padding-bottom: 0 !important;

  }*/

  .box-introduction-reset .box-introduction-action-wrapper {

    padding: 15px 0;

    margin-top: 20px;

    background-color: #F7B200;

    text-align: center;

  }

}



@media (max-width: 767px) {

  .box {

    display: block;

    margin-bottom: 30px;

  }

  /*.box-introduction {

    padding-bottom: 0 !important;

  }*/

  .box-introduction:after {

    display: none;

  }

  .box-introduction-action-wrapper {

    padding: 15px 0;

    margin-top: 20px;

    background-color: #F7B200;

  }

  .box-media .box-image {

    margin-bottom: 15px;

  }

  .box-icon-wrapper {

    overflow: auto;

    padding: 20px 0;

  }

  .box-icon-wrapper .row {

    white-space: nowrap;

  }

  .box-icon-wrapper .row > div[class*='col-'] {

    float: none;

    display: inline-block;

  }

}



@media (max-width: 479px) {

  .box-introduction-reset .btn-base-1 {

    display: block;

  }

  .box-introduction-reset .btn-base-1 + .btn-base-1 {

    margin-left: 0;

    margin-top: 10px;

  }

}



.contact-info p:after, .contact-info p:before {

  content: "";

  display: table;

}



.contact-info p strong {

  color: #111111;

  font-size: 16px;

}



.contact-info i {

  font-size: 18px;

  color: #FFB500;

  vertical-align: middle;

  width: 24px;

  text-align: center;

  margin-right: 18px;

  margin-bottom: 0;

}



.contact-info span {

  vertical-align: middle;

  width: 80%;

  display: inline-block;

}



.scheme .footer .contact-info p {

  margin-bottom: 12px;

}



.scheme-style-1 .contact-info p {

  margin-bottom: 17px;

}



.scheme-style-1 .contact-info span {

  width: 88%;

}



.contact-phone-content {

  font-size: 16px;

  color: white;

  padding-top: 10px;

  background-color: #1B273D;

  letter-spacing: 0.1em;

  font-family: "Montserrat", sans-serif;

}



.phone {

  color: white;

  font-size: 20px;

  background-color: #f47820;

  padding: 20px;

}



.phone i {

  font-size: 24px;

  margin-right: 5px;

}



.menu {

  padding: 0;

  margin: 0;

}



.menu > li {

  list-style: none;

  font-family: Montserrat,sans-serif;

  font-size: 14px;

}



.menu > li > a {

  display: block;

}



.sub-menu > li > a {

  font-family: Lato,sans-serif;

  font-size: 14px;

  font-weight: 400;

}



.scheme .footer .menu > li {

  list-style: none;

  margin-bottom: 20px;

  -webkit-transition: all ease 0.55s;

          transition: all ease 0.55s;

}



@media (min-width: 769px) {

  .scheme .footer .menu > li {

    float: left;

    width: 50%;

  }

}



.scheme .footer .menu > li:before {

  content: "\f101";

  font-family: fontAwesome;

  display: inline-block;

  margin-right: 10px;

  font-size: 12px;

}



.scheme .footer .menu > li:hover {

  padding-left: 15px;

  color: #FFB700;

}



.scheme .footer .menu > li:hover > a {

  color: #FFB700 !important;

}



.scheme-style-1 .footer .menu > li:before {

  content: "\f105";

  font-size: 10px !important;

}



.social > li {

  display: inline-block;

}



.social > li > a {

  font-size: 20px;

  color: #999999;

}



.social .menu li {

  display: inline-block;

  margin-right: 5px;

  width: auto;

}



.social .menu li a {

  color: #888;

  font-size: 16px;

}



.social .menu li a:hover {

  color: #FFB500;

}



@media only screen and (min-width: 992px) {

.social .menu li {

    margin-left: 7px;

}

}



.social > li + li {

  margin-left: 15px;

}



.scheme .footer .social > li:hover i {

  color: #FFB700;

}



.scheme .main .menu li {

  border-bottom: 2px solid white;

}



.scheme .main .menu li > a {

  padding: 14px 20px;

  font-weight: 700;

  font-family: "Montserrat", sans-serif;

  text-transform: uppercase;

  color: #858585;

  background-color: #F4F4F4;

  cursor: pointer;

  vertical-align: middle;

  -webkit-transform: translateZ(0);

          transform: translateZ(0);

  box-shadow: 0 0 1px transparent;

  -webkit-backface-visibility: hidden;

          backface-visibility: hidden;

  position: relative;

  -webkit-transition-property: color;

          transition-property: color;

  -webkit-transition-duration: 0.5s;

          transition-duration: 0.5s;

}



.scheme .main .menu li > a:before {

  content: "";

  position: absolute;

  z-index: -1;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background: #f47820;

  -webkit-transform: scaleX(0);

      -ms-transform: scaleX(0);

          transform: scaleX(0);

  -webkit-transform-origin: 0 50%;

      -ms-transform-origin: 0 50%;

          transform-origin: 0 50%;

  -webkit-transition-property: -webkit-transform;

          transition-property: transform;

  -webkit-transition-duration: 0.6s;

          transition-duration: 0.6s;

  -webkit-transition-timing-function: ease-out;

          transition-timing-function: ease-out;

}



.scheme .main .menu li:hover > a:before, .scheme .main .menu li:focus > a:before, .scheme .main .menu li:active > a:before, .scheme .main .menu li.active > a:before {

  -webkit-transform: scaleX(1);

      -ms-transform: scaleX(1);

          transform: scaleX(1);

  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);

          transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);

}



.scheme .main .menu li:hover > a, .scheme .main .menu li:hover i, .scheme .main .menu li:hover a:after, .scheme .main .menu li:focus > a, .scheme .main .menu li:focus i, .scheme .main .menu li:focus a:after, .scheme .main .menu li:active > a, .scheme .main .menu li:active i, .scheme .main .menu li:active a:after, .scheme .main .menu li.active > a, .scheme .main .menu li.active i, .scheme .main .menu li.active a:after {

  color: white !important;

}



.widget-list-box i {

  margin-right: 10px;

  color: #aaaaaa;

}



.widget-list-box > li > a {

  font-family: "Lato", sans-serif !important;

  text-transform: capitalize !important;

  display: block;

  position: relative;

  color: #999999 !important;

}



.widget-list-box > li > a:before {

  -webkit-transform-origin: 100% 50% !important;

      -ms-transform-origin: 100% 50% !important;

          transform-origin: 100% 50% !important;

}



.widget-list-box > li > a:after {

  content: "\f019";

  font-family: fontAwesome;

  font-size: 20px;

  color: #ccc !important;

  position: absolute;

  top: 50%;

  right: 20px;

  margin-top: -12px;

}



.widget-list-box-style-1 {

  list-style: none;

  padding: 0;

}



.widget-list-box-style-1 li a {

  background-color: transparent;

  padding: 17px 20px;

  display: block;

  color: #111111;

  border: 1px solid #eeeeee;

  margin-bottom: 10px;

  -webkit-transition: all ease 0.4s;

          transition: all ease 0.4s;

}



.widget-list-box-style-1 li i {

  margin-right: 10px;

}



.widget-list-box-style-1 li:hover a {

  color: #FDC502;

  border-color: #FFB900;

}



.widget {

  margin-bottom: 40px;

}



.widget:last-child {

  margin-bottom: 0;

}



.scheme .footer .widget-title {

  color: white;

}



.footer .widget {

  margin-bottom: 30px;

}



@media (min-width: 993px) {

  .footer .widget {

    margin-bottom: 0;

  }

}



.widget-nav {

  display: inline-block;

  float: left;

  color: white;

}



.widget-nav i {

  height: 42px;

  width: 42px !important;

  line-height: 42px;

  text-align: center;

  border: 2px solid #FFB700;

  color: #FFB700 !important;

  display: inline-block;

}



.widget-nav span {

  color: #767D8C;

  width: auto !important;

}



.widget-nav strong {

  font-family: "Montserrat", sans-serif;

  font-size: 18px;

  color: white;

}



.widget-nav:last-child {

  float: right;

}



.widget-product-search {

  overflow: hidden;

}



.widget-product-search input[type='search'] {

  width: 70%;

  float: left;

}



.widget-product-search button[type='submit'] {

  width: 30%;

  float: left;

  padding: 13px 0;

  font-family: "Montserrat", sans-serif;

}



.widget-product-list {

  border: none !important;

}



.widget-product-list li {

  text-align: left;

  border-bottom: 2px solid #eeeeee;

  margin-bottom: 20px;

}



.widget-product-list li a {

  display: block;

}



.widget-product-list li img {

  width: 60px;

  float: right;

  height: auto;

}



.widget-product-list li .rating {

  overflow: hidden;

  margin-top: 5px;

}



.widget-grids {

  display: inline-block;

}



.widget-grids .box, .widget-grids .post-list .post, .post-list .widget-grids .post {

  width: 46%;

  float: left;

  margin-bottom: 15px;

}



.widget-grids .box:nth-child(02), .widget-grids .post-list .post:nth-child(02), .post-list .widget-grids .post:nth-child(02), .widget-grids .box:nth-child(04), .widget-grids .post-list .post:nth-child(04), .post-list .widget-grids .post:nth-child(04), .widget-grids .box:nth-child(06), .widget-grids .post-list .post:nth-child(06), .post-list .widget-grids .post:nth-child(06), .widget-grids .box:nth-child(08), .widget-grids .post-list .post:nth-child(08), .post-list .widget-grids .post:nth-child(08) {

  margin-left: 15px;

}



/* Slider */

.slick-loading .slick-list {

  /*background: #fff url("./ajax-loader.gif") center center no-repeat;*/

  background: #fff;

}



/* Icons */

/* Arrows */

.slick-prev,

.slick-next {

  position: absolute;

  display: block;

  height: 20px;

  width: 20px;

  line-height: 0px;

  font-size: 0px;

  cursor: pointer;

  background: transparent;

  color: transparent;

  top: 50%;

  margin-top: -10px;

  padding: 0;

  border: none;

  outline: none;

}



.slick-prev:hover,

.slick-prev:focus,

.slick-next:hover, .slick-next:focus {

  outline: none;

  background: transparent;

  color: transparent;

}



.slick-prev:before, .slick-next:before {

  font-family: "fontAwesome";

  font-size: 20px;

  color: #0281c7;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

}



.slick-prev {

  left: -25px;

}



[dir="rtl"] .slick-prev {

  left: auto;

  right: -25px;

}



.slick-prev:before {

  content: "←";

}



[dir="rtl"] .slick-prev:before {

  content: "→";

}



.slick-next {

  right: -25px;

}



[dir="rtl"] .slick-next {

  left: -25px;

  right: auto;

}



.slick-next:before {

  content: "→";

}



[dir="rtl"] .slick-next:before {

  content: "←";

}



/* Dots */

.slick-slider {

  margin-bottom: 30px;

}



.slick-dots {

  position: absolute;

  bottom: -45px;

  list-style: none;

  display: block;

  text-align: center;

  padding: 0;

  width: 100%;

}



.slick-dots li {

  position: relative;

  display: inline-block;

  height: 20px;

  width: 20px;

  margin: 0 5px;

  padding: 0;

  cursor: pointer;

}



.slick-dots li button {

  border: 0;

  background: transparent;

  display: block;

  height: 20px;

  width: 20px;

  outline: none;

  line-height: 0px;

  font-size: 0px;

  color: transparent;

  padding: 5px;

  cursor: pointer;

}



.slick-dots li button:hover, .slick-dots li button:focus {

  outline: none;

}



.slick-dots li button:before {

  position: absolute;

  top: 0;

  left: 0;

  content: "";

  width: 20px;

  height: 20px;

  font-family: "fontAwesome";

  font-size: 14px;

  line-height: 20px;

  text-align: center;

  color: #707070;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

}



.slick-dots li.slick-active button:before {

  color: #0281c7;

}



.breadcrumb {

  display: none;

  padding: 15px 20px;

  background-color: white;

  border-radius: 0;

}



.breadcrumb > li > a {

  color: #111111;

  -webkit-transition: all ease 0.4s;

          transition: all ease 0.4s;

}



.breadcrumb > li:first-child {

  margin-left: 10px;

}



.breadcrumb > li:hover > a {

  color: #FFB500;

}



.breadcrumb .active {

  color: #999999;

}



.breadcrumb > li + li:before {

  content: "\f101";

  font-family: fontAwesome;

  font-size: 14px;

  padding: 0 10px;

}



.nav-primary {

  border: none;

  background-color: white;

  margin: 0;

}



.awemenu-nav {

  background-color: white;

}



.awemenu-sticky {

  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);

}



.awemenu-arrow.fa.fa-close {

  color: #FFB700;

}



.awemenu-logo, .awemenu-cart-search, .awemenu-bars {

  line-height: 100px;

  height: 100px;

}



.awemenu-item {

  position: relative;

}



ul.awemenu {

  background-color: white;

}



ul.awemenu > .awemenu-item {

  margin: 0 12px;

}



ul.awemenu > .awemenu-item > a {

  font-family: "Montserrat", sans-serif;

  text-transform: uppercase;

  font-weight: 700;

}



ul.awemenu > .awemenu-item > a:after {

  content: "";

  display: block;

  position: absolute;

  left: 100%;

  right: 0;

  bottom: 30px;

  background-color: #f47820;

  height: 2px;

  line-height: 1;

  -webkit-transition: left 0.4s ease-out;

          transition: left 0.4s ease-out;

}



ul.awemenu > .awemenu-item:hover > a, ul.awemenu > .awemenu-item.awemenu-active > a {

  color: #f47820 !important;

}



ul.awemenu > .awemenu-item:hover > a:after, ul.awemenu > .awemenu-item.awemenu-active > a:after {

  left: 0;

}



ul.awemenu > .awemenu-item .awemenu-submenu {

  background-color: white;

  border-top: 3px solid #f47820;

}



ul.awemenu > .awemenu-item .awemenu-decor {

  display: none;

}



ul.awemenu > .awemenu-item .awemenu-dropdown .awemenu-item > a {

  color: #888;

  padding: 15px 20px;

  display: block;

  -webkit-transition: all ease 0.3s;

          transition: all ease 0.3s;

}



ul.awemenu > .awemenu-item .awemenu-dropdown .awemenu-item:hover > a {

  background-color: #f47820;

  color: white !important;

}



.awemenu-nav.awemenu-default ul.awemenu > .awemenu-item > a {

  height: 100px;

  line-height: 100px;

}



.awemenu-nav.awemenu-default ul.awemenu > .awemenu-item > a:before {

  content: "\f106";

  font-family: fontAwesome;

  position: absolute;

  font-size: 20px;

  font-weight: 700;

  top: 32px;

  left: 0px;

  -webkit-transform: rotate(-45deg);

      -ms-transform: rotate(-45deg);

          transform: rotate(-45deg);

  line-height: 1;

  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

          transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

  visibility: hidden;

  opacity: 0;

}



.awemenu-nav.awemenu-default ul.awemenu > .awemenu-item:hover > a:before, .awemenu-nav.awemenu-default ul.awemenu > .awemenu-item.awemenu-active > a:before {

  top: 22px;

  left: -14px;

  opacity: 1;

  visibility: visible;

}



.awemenu-nav.awemenu-mobile ul.awemenu {

  width: 256px;

  background-color: white;

  z-index: 15;

}



.awemenu-nav.awemenu-mobile ul.awemenu > .awemenu-item > a {

  line-height: 40px;

  height: 40px;

}



.awemenu-nav.awemenu-mobile ul.awemenu > .awemenu-item > a:before {

  top: -5px !important;

}



.awemenu-nav.awemenu-mobile ul.awemenu > .awemenu-item > a:after {

  bottom: 0;

}



.awemenu-nav.awemenu-mobile ul.awemenu > .awemenu-item > a:hover > a:before, .awemenu-nav.awemenu-mobile ul.awemenu > .awemenu-item > a.awemenu-active > a:before {

  top: -10px;

}



.awemenu-nav.awemenu-mobile ul.awemenu > .awemenu-item .awemenu-arrow {

  position: absolute;

  top: 15px;

  right: 15px;

}



.awemenu-nav.awemenu-mobile ul.awemenu > .awemenu-item .awemenu-submenu {

  border-top: none;

}



.awemenu-list li a {

  color: #888;

  padding: 10px 15px;

  display: block;

  -webkit-transition: all ease 0.3s;

          transition: all ease 0.3s;

}



.awemenu-list li a i {

  margin-right: 10px;

}



.awemenu-list li:hover a {

  background-color: #f47820;

  color: white !important;

}



.awemenu-list li:hover a i {

  color: white;

}



.awemenu-cart-search {

  float: right;

  position: relative;

}



.awemenu-cart-search .search, .awemenu-cart-search .cart {

  margin-left: 10px;

}



.awemenu-cart-search .search .drop-toggle, .awemenu-cart-search .cart .drop-toggle {

  position: absolute;

  top: 100%;

  width: 270px;

  z-index: 20;

  right: 0;

  background-color: white;

  border-top: 3px solid #f47820;

  -webkit-transform: translateY(10px);

      -ms-transform: translateY(10px);

          transform: translateY(10px);

  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;

          transition: opacity 0.3s, transform 0.3s;

  opacity: 0;

  visibility: hidden;

}



.awemenu-cart-search .search.open .drop-toggle, .awemenu-cart-search .cart.open .drop-toggle {

  -webkit-transform: translateY(0);

      -ms-transform: translateY(0);

          transform: translateY(0);

  opacity: 1;

  visibility: visible;

}



.cart .drop-toggle {

  padding: 0 7px;

}



.cart .drop-toggle .btn-primary {

  color: #1B273D !important;

  background-color: #f47820;

}



.cart .drop-toggle .btn-primary:hover {

  color: #f47820 !important;

  background-color: #1B273D;

}



.cart a[data-href="#cart"] {

  position: relative;

}



.cart a[data-href="#cart"]:after {

  content: attr(data-count);

  position: absolute;

  right: -12px;

  top: -16px;

  background-color: #FFB700;

  color: white;

  width: 20px;

  height: 20px;

  line-height: 20px;

  text-align: center;

  border-radius: 50%;

}



.cart i {

  font-size: 20px !important;

}



.cart-list .cart-item {

  padding: 0 15px 0;

  border-bottom: 1px solid #eeeeee;

  margin-bottom: 10px;

  overflow: hidden;

}



.cart-list .cart-item img {

  width: 40px;

  float: left;

}



.cart-list .cart-item .cart-info {

  float: left;

  margin-bottom: 0;

}



.cart-list .cart-item .cart-info .cart-name, .cart-list .cart-item .cart-info .quantity {

  display: block;

}



.cart-list .cart-item .remove-cart {

  float: right;

  line-height: 1;

  font-size: 20px;

  height: 20px;

  width: 20px;

  text-align: center;

  line-height: 18px;

}



.cart-list .cart-item .cart-name, .cart-list .cart-item .remove-cart {

  color: #111111 !important;

  -webkit-transition: all ease 0.3s;

          transition: all ease 0.3s;

}



.cart-list .cart-item .cart-name:hover, .cart-list .cart-item .remove-cart:hover {

  color: #f47820 !important;

}



.awemenu-inner {

  padding: 20px 30px;

}



.nav-base {

  margin: 30px;

}



.nav-base li {

  display: inline-block;

}



.nav-base li a {

  padding: 8px 0;

  margin: 5px 15px;

  line-height: 8px;

  display: inline-block;

  font-weight: 700;

  color: #BABFC5 !important;

  letter-spacing: 1px;

  position: relative;

}



.nav-base li a:after {

  content: "";

  position: absolute;

  top: 100%;

  left: 0;

  width: 100%;

  height: 2px;

  background-color: #f47820;

  opacity: 0;

  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;

          transition: opacity 0.3s, transform 0.3s;

  -webkit-transform: translateY(10px);

      -ms-transform: translateY(10px);

          transform: translateY(10px);

}



.nav-base li a.current {

  color: #f47820 !important;

}



.nav-base li a.current:after {

  opacity: 1;

  -webkit-transform: translateY(0);

      -ms-transform: translateY(0);

          transform: translateY(0);

}



.nav-base li:hover a, .nav-base li.active a {

  color: #f47820 !important;

}



.nav-base li:hover a:after, .nav-base li.active a:after {

  opacity: 1;

  -webkit-transform: translateY(0);

      -ms-transform: translateY(0);

          transform: translateY(0);

}



.scheme-homepage-03-white .nav-base li a {

  color: #111111 !important;

}



.scheme-homepage-03-white .nav-base li a:after {

  background-color: #b3b3b3;

}



.scheme-homepage-03-white .nav-base li:hover a {

  color: #111111 !important;

}



.scheme-style-1 .nav-base li a:after, .scheme-style-1 .nav-base li a:before {

  position: static;

  height: auto;

  background: transparent;

  font-size: 16px;

  font-weight: 700;

  -webkit-transform: scale(0, 0);

      -ms-transform: scale(0, 0);

          transform: scale(0, 0);

  opacity: 0;

  color: #f47820 !important;

}



.scheme-style-1 .nav-base li a:before {

  content: "[";

  margin-right: 5px;

}



.scheme-style-1 .nav-base li a:after {

  content: "]";

  margin-left: 5px;

}



.scheme-style-1 .nav-base li a.current {

  color: #f47820 !important;

}



.scheme-style-1 .nav-base li a.current:after, .scheme-style-1 .nav-base li a.current:before {

  -webkit-transform: scale(0, 0);

      -ms-transform: scale(0, 0);

          transform: scale(0, 0);

  opacity: 1;

}



.scheme-style-1 .nav-base li:hover a, .scheme-style-1 .nav-base li.active a {

  color: #f47820 !important;

}



.scheme-style-1 .nav-base li:hover a:after, .scheme-style-1 .nav-base li:hover a:before, .scheme-style-1 .nav-base li.active a:after, .scheme-style-1 .nav-base li.active a:before {

  -webkit-transform: scale(0, 0);

      -ms-transform: scale(0, 0);

          transform: scale(0, 0);

  opacity: 1;

}



ul.nav-style-heading {

  border-bottom: 1px solid #eeeeee;

  margin-bottom: 30px;

}



ul.nav-style-heading li {

  display: inline-block;

  margin-right: 20px;

}



ul.nav-style-heading li a {

  position: relative;

  text-transform: uppercase;

  display: block;

  font-size: 20px;

  line-height: 30px;

  font-weight: 400;

  padding-bottom: 20px;

}



ul.nav-style-heading li.active a {

  color: #999999;

}



ul.nav-style-heading li.active a:after {

  content: "";

  display: block;

  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

  height: 3px;

  background-color: #f47820;

  z-index: 2;

}



ul.nav-style-heading li + li {

  margin-left: 20px;

}



.nav-style-heading-wrapper {

  position: relative;

}



.nav-style-heading-wrapper .arrows {

  position: absolute;

  top: 0;

  right: 0;

}



.quote {

  overflow: hidden;

}



.quote-content {

  position: relative;

  font-size: 20px;

  font-style: italic;

}



.quote-content:before {

  content: url("../../img/icons/icon-double-quotes-left.png");

  position: absolute;

  left: -75px;

  top: 0;

}



.quote-content:after {

  content: url("../../img/icons/icon-double-quotes-right.png");

  position: absolute;

  right: 0;

  top: 0;

}



.quote-image {

  float: left;

  width: 90px;

  height: 90px;

  border-radius: 50%;

  margin-right: 25px;

}



.quote-info {

  float: left;

}



.quote-wrapper {

  padding: 30px 30px 30px 100px;

  margin-bottom: 30px;

  background-color: #f8f8f8;

  overflow: hidden;

}



.quote-wrapper .quote-content {

  letter-spacing: 0;

}



.quote-wrapper .quote-content:after {

  display: none;

}



.bg-testimonials-reset .quote-content:after, .bg-testimonials-reset .quote-content:before {

  opacity: 0.6;

}



.bg-testimonials .quote-content:before {

  content: url("../../img/icons/icon-double-quotes-left-color.png");

  left: 0;

}



.bg-testimonials .quote-content:after {

  content: url("../../img/icons/icon-double-quotes-right-color.png");

}



.bg-overlay-wrapper-blue, .bg-overlay-wrapper-black {

  color: rgba(255, 255, 255, 0.9);

}



.bg-overlay-wrapper-blue .quote-content:before, .bg-overlay-wrapper-black .quote-content:before {

  content: url("../../img/icons/icon-double-quotes-left2.png") !important;

  left: 0;

}



.bg-overlay-wrapper-blue .quote-content:after, .bg-overlay-wrapper-black .quote-content:after {

  content: url("../../img/icons/icon-double-quotes-right.png") !important;

}



.bg-overlay-wrapper-blue .heading-title, .bg-overlay-wrapper-black .heading-title {

  color: white;

}



.bg-overlay-wrapper-blue .heading-title h3, .bg-overlay-wrapper-black .heading-title h3 {

  color: white;

}



[class*="col-"] .bg-testimonials .quote-content:before {

  left: 40px;

}



[class*="col-"] .bg-testimonials .quote-content:after {

  right: 40px;

}



.scheme-style-1 .bg-testimonials-content .quote-content {

  font-style: normal;

}



.accordion {

  margin-bottom: 10px;

}



.accordion-default {

  border: 1px solid #eeeeee;

  box-shadow: none;

  border-radius: 0 !important;

  margin-bottom: 5px;

}



.accordion-heading {

  display: block;

  height: 50px;

  line-height: 50px;

  outline: none;

  position: relative;

  background-color: #1B273D;

  padding-left: 50px;

  color: white;

  font-size: 15px;

  font-weight: 700;

  font-family: "Montserrat", sans-serif;

  -webkit-transition: all ease 0.4s;

          transition: all ease 0.4s;

}



.accordion-heading:before {

  content: "\f107";

  font-family: fontAwesome;

  display: inline-block;

  position: absolute;

  top: 0;

  left: 0;

  bottom: 0;

  height: 100%;

  width: 50px;

  text-align: center;

  font-size: 20px;

  font-weight: bold;

  background-color: #f47820;

  color: white;

}



.accordion-heading > span {

  display: block;

  padding-left: 15px;

  color: white;

}



.accordion-heading.collapsed {

  background-color: transparent !important;

  color: #444444;

}



.accordion-heading.collapsed:before {

  content: "\f105" !important;

  background-color: transparent;

  color: #cccccc;

}



.accordion-heading.collapsed > span {

  color: #444444;

  -webkit-transition: all ease 0.3s;

          transition: all ease 0.3s;

}



.accordion-heading.collapsed:hover > span {

  color: #f47820;

}



.accordion-body {

  padding: 30px 70px 40px 30px;

}



.scheme-style-1 .accordion-heading {

  font-size: 14px;

  font-weight: 400;

}



.col-md-6 .accordion-body {

  padding: 15px 50px 15px 25px;

}



#accordion1 .accordion-heading {

  background-color: #111111;

}



.tab-all-projects .box {

  float: left;

  width: 25%;

  margin-bottom: 0;

}



.tab-all-projects .box-image {

  margin-bottom: 0;

}



.tab-all-projects .box-image img {

  height: auto;

}



.tab-all-projects .box-auto {

  width: auto;

}



.tab-all-projects ul {

  padding-left: 0;

}



.tab-all-projects ul > li {

  float: left;

  display: inline-block;

  width: 25%;

}



@media (max-width: 991px) and (min-width: 769px) {

  .tab-all-projects .box {

    width: 50%;

  }

}



@media (max-width: 768px) {

  .tab-all-projects .box {

    width: 100%;

  }

}



.product-thumb img {

  width: 100%;

}



.product-remove {

  display: inline-block;

  font-size: 18px;

  height: 20px;

  line-height: 17px;

  width: 20px;

  text-align: center;

  border-radius: 50%;

  background-color: transparent;

  color: red !important;

}



.product-remove:hover {

  background-color: red;

  color: white !important;

}



.product-quantity .qty {

  width: 80px;

  height: 40px;

  padding: 0 10px;

  font-style: italic;

  background-color: #F7F7F7;

  border: none;

  outline: none;

}



.rating {

  unicode-bidi: bidi-override;

  direction: rtl;

}



.rating > span {

  float: left;

  position: relative;

  font-size: 13px;

  width: 1.2em;

  color: #CECECE;

}



.rating > span.active:before {

  content: "\f005";

  font-size: 13px;

  font-family: fontAwesome;

  color: #FFB900;

  position: absolute;

}



.product-item .product-name, .product-item .product-price {

  float: left;

  color: #111111;

}



.product-item .product-price {

  float: right;

  color: #FFB400;

}



.product-item .rating {

  float: right;

  padding: 10px 0;

}



.product-style {

  border: 1px solid #eeeeee;

  text-align: center;

}



.product-style .product-thumb {

  border-bottom: 1px solid #eeeeee;

}



.product-style .product-name {

  font-family: "Lato", sans-serif;

  font-weight: 400;

}



.product-style .product-body {

  padding: 30px;

}



.product-style .product-price {

  font-size: 16px;

  line-height: 22px;

  color: #89af72;

  font-weight: 400;

  display: block;

  margin: 10px 0;

  padding: 2px 7px 1px 7px;

  border-radius: 0px 0px 0px 0px;

  background-color: white;

  position: relative;

  z-index: 2 !important;

}



.product-style .product-price del {

  color: black;

}



.product-style .product-price ins {

  text-decoration: none;

  background-color: #fff9c0;

}



.product-categories li {

  padding-bottom: 10px;

  margin-bottom: 10px;

  border-bottom: 2px solid #fff;

}



.product-detail {

  overflow: hidden;

}



.product-detail .image {

  float: left;

  width: 48%;

}



.product-detail .summary {

  width: 48%;

  float: left;

  margin-left: 2%;

}



.product-detail .product-title {

  letter-spacing: 0;

  margin-top: 0;

  margin-bottom: 0;

}



.product-detail .product-price {

  /*color: #f47820;*/

  font-size: 18px;

  margin: 15px 0;

  display: inline-block;

}



.product-detail .product-price ins {

  text-decoration: none;

  color: #f47820;

  font-weight: 700;

}



.product-detail .form-item-quantity {

  float: left;

  margin: 0;

}



.product-detail .form-item-quantity label {

  display: none;

}



.product-detail .btn-base {

  background-color: #f47820;

  color: #aaaaaa;

  border: none;

  font-family: "Lato", sans-serif;

  font-size: 13px;

  text-transform: uppercase;

}



.product-detail .btn-base:hover {

  background-color: #1B273D;

}



.product-detail .slick-slide img {

  width: auto;

}



@media (max-width: 767px) {

  .product-detail .image, .product-detail .summary {

    width: 100%;

    margin-left: 0;

    margin-bottom: 20px;

  }

  .product-detail .product-title {

    font-size: 20px;

  }

}



.form-cart {

  overflow: hidden;

}



.form-cart .product-quantity, .form-cart .btn-primary {

  float: left;

  margin-right: 10px;

}



.slide-nav-images {

  margin: 0;

}



.slide-nav-images .slide-nav-images-item {

  padding: 0 5px;

}



.widget-table {

  display: block;

  padding: 30px;

  background-color: #f8f8f8;

}



.widget-table tbody {

  display: block;

}



.widget-table tr {

  display: block;

}



.widget-table tr .meta-title {

  width: 40%;

  display: inline-block;

}



.widget-table tr td {

  font-weight: normal;

  display: block;

  color: #878787;

  padding-bottom: 5px;

}



.widget-table tr td span, .widget-table tr td ul > li > a {

  font-weight: 700;

  font-style: italic;

  color: #111111;

  padding-bottom: 10px;

  display: inline-block;

}



.widget-table tr td ul {

  padding: 0;

  margin: 0;

  list-style: none;

  overflow: hidden;

}



.widget-table tr td ul li {

  float: left;

  padding-right: 5px;

}



.widget-table tr td ul li > a {

  -webkit-transition: all ease 0.4s;

          transition: all ease 0.4s;

}



.widget-table tr td ul li > a:hover {

  color: #FFB700;

}



.widget-table tr td ul li + li {

  padding-left: 5px;

}



.sidebar td.meta-title {

  width: 100% !important;

}



table > tbody > tr > td .btn-primary {

  background: #ebe9eb !important;

  color: #aaaaaa !important;

  font-family: "Montserrat", sans-serif;

}



table > tbody > tr > td .btn-primary:hover {

  background-color: #f47820 !important;

  color: white !important;

}



.table-cart {

  border: 1px solid #eeeeee;

}



.table-cart > thead > tr > th {

  border-bottom-width: 1px;

  padding: 15px;

  font-weight: 600;

}



.table-cart > tbody > tr > td {

  vertical-align: middle;

  padding: 6px 12px;

}



.table-cart > tbody > tr > td.product-thumb img {

  width: 32px;

}



.table-cart > tbody > tr > td .coupon-code {

  border: 1px solid #d3ced2;

}



.table-cart .delete-line-item {

  border: none;

  -webkit-transition: all ease 0.25s;

          transition: all ease 0.25s;

}

.commerce-line-item-actions .btn-primary {

  background: #ebe9eb !important;

  color: #aaaaaa !important;

  font-family: "Montserrat", sans-serif;

}

.commerce-line-item-actions .btn-primary:hover {

  background-color: #f47820 !important;

  color: white !important;

}



@media (max-width: 767px) {

  .table-cart > tbody > tr > td .coupon .btn-primary {

    margin-top: 15px;

  }

}



.cart-collaterals table tbody tr th, .cart-collaterals table tbody tr td {

  padding: 10px;

  line-height: 2em;

  vertical-align: top;

}



.cart-collaterals table tbody tr th {

  text-transform: uppercase;

  font-weight: 400;

  width: 25%;

}



.cart-collaterals table tbody tr + tr {

  border-top: 1px solid #ebe9eb;

}



.shipping-calculator-form .form-control {

  margin-bottom: 10px;

}



.shipping-calculator-form .postcode {

  padding: 11px 15px;

}



.blog {

  margin-bottom: 50px;

  padding-bottom: 15px;

  border-bottom: 1px solid #eeeeee;

}



.blog-thumb {

  position: relative;

  margin-bottom: 30px;

}



.blog-thumb iframe {

  width: 100%;

}



.blog .entry-title:hover {

  color: #f47820;

}



.blog-info {

  margin-bottom: 20px;

}



.blog-info i {

  margin-right: 5px;

}



.blog-info span {

  margin-right: 20px;

}



.blog-info span a {

  color: #111111;

  -webkit-transition: all ease 0.25s;

          transition: all ease 0.25s;

}



.blog-info span a:hover {

  color: #f47820;

}



.blog-info span.link-add a {

  font-weight: 600;

}



.blog-description {

  border-bottom: 1px solid #eeeeee;

}



.share {

  display: table;

}



.share span {

  vertical-align: middle;

  padding: 5px;

}



.share .social {

  float: right;

}



.share .social li {

  margin-left: 10px;

}



.dates {

  position: absolute;

  top: 30px;

  left: 30px;

  background-color: #f47820;

  color: white;

  font-family: "Montserrat", sans-serif;

  padding-top: 10px;

}



.dates span {

  padding: 0 20px;

  text-align: center;

  display: block;

  line-height: 1;

}



.dates span.month, .dates span.year, .dates span.comments-counts {

  font-style: italic;

}



.dates span.year {

  padding-bottom: 10px;

}



.dates span.date {

  font-size: 32px;

  font-weight: 600;

}



.dates span.comments-counts {

  background-color: white;

  color: #999999;

  padding: 10px 12px;

}



.dates span.comments-counts span {

  font-size: 32px;

  font-style: normal;

  font-weight: 600;

}



.recent-posts {

  font-family: "Montserrat", sans-serif;

}



.recent-posts-thumb {

  float: left;

  display: inline-block;

  margin-right: 15px;

  overflow: hidden;

  position: relative;

}



.recent-posts-thumb img {

  max-width: 80px;

  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

          transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

  -webkit-transform: scale(1);

      -ms-transform: scale(1);

          transform: scale(1);

  margin-top: 5px;

}



.recent-posts-thumb:after {

  content: '\f061';

  font-family: fontAwesome;

  position: absolute;

  top: 50%;

  left: 50%;

  width: 30px;

  height: 30px;

  line-height: 30px;

  text-align: center;

  background-color: #FFB500;

  color: white;

  -webkit-transform: translate(-50%, -50%);

      -ms-transform: translate(-50%, -50%);

          transform: translate(-50%, -50%);

}



.recent-posts-thumb:after {

  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

          transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

  opacity: 0;

  visibility: hidden;

}



.recent-posts-thumb:hover:after {

  visibility: visible;

  opacity: 1;

}



.recent-posts-thumb:hover img {

  -webkit-transform: scale(1.3);

      -ms-transform: scale(1.3);

          transform: scale(1.3);

  opacity: 0.8;

}



.recent-posts-title {

  line-height: 24px;

}



.recent-posts-item {

  padding-bottom: 15px;

  margin-bottom: 15px;

  border-bottom: 1px solid #eeeeee;

  overflow: hidden;

}



.last-project {

  display: inline-block;

}



.last-project .box {

  width: 46%;

  float: left;

  margin-bottom: 15px;

}



.last-project .box:nth-child(02), .last-project .box:nth-child(04) {

  margin-left: 15px;

}



.custom-link ul li {

  padding-bottom: 12px;

  margin-bottom: 12px;

  border-bottom: 1px solid #eeeeee;

}



.custom-link ul li span {

  border-bottom: 1px dotted #666;

  cursor: help;

}



.tags li {

  display: inline-block;

}



.tags li a {

  padding: 7px 10px;

  font-size: 13px;

  margin-bottom: 10px;

  display: inline-block;

  margin-right: 5px;

  border: 1px solid #eeeeee;

  background-color: transparent;

}



.tags li a:hover {

  background-color: #FFB500;

  color: #111111;

}



.blog-footer {

  padding: 30px;

  margin-bottom: 30px;

  background-color: #f7f7f7;

}



.author-info .media > .pull-left {

  padding-right: 30px;

}



.comments-title {

  margin-bottom: 40px;

  margin-top: 0;

  text-transform: uppercase;

  font-weight: 700;

  letter-spacing: 0.1em;

  font-family: "Montserrat", sans-serif;

}



.comments-list .media {

  display: block;

  padding: 20px;

  margin-bottom: 20px;

  border-bottom: 1px solid #eeeeee;

  position: relative;

}



.comments-list .media > .media-left {

  padding-right: 20px;

}



.comments-list .media > .media-left img {

  min-width: 100px;

  min-height: 100px;

}



.comments-list .media-heading {

  font-size: 15px;

  font-weight: 600;

  letter-spacing: 0.1em;

  display: block;

}



.comments-list .media-body time {

  font-style: italic;

  font-size: 13px;

  margin-bottom: 5px;

  display: inline-block;

}



.comments-child {

  margin-left: 50px !important;

}



.comments-child .media-heading {

  color: #999999 !important;

  font-weight: 400;

}



.comments .btn-reply {

  position: absolute;

  top: 20px;

  right: 20px;

}



.comments-form .form-control {

  margin-bottom: 25px;

}



.comments-form textarea {

  height: 250px;

}



.comments-form .btn-primary {

  font-weight: 600;

  font-family: "Montserrat", sans-serif;

  letter-spacing: 0.1em;

}



.pagination-struc {

  margin-bottom: 50px;

}



.pagination-struc li a {

  display: inline-block;

  height: 45px;

  line-height: 45px;

  width: 45px;

  text-align: center;

  padding: 0;

  margin-right: 5px;

  background-color: #f47820;

  color: white;

  font-size: 13px;

  font-weight: 600;

}



.pagination-struc li a:hover {

  color: white;

  background-color: #f47820;

}



.contact-info p:after, .contact-info p:before {

  content: "";

  display: table;

}



.contact-info p strong {

  color: #111111;

  font-size: 16px;

}



.contact-info i {

  font-size: 18px;

  color: #FFB500;

  vertical-align: middle;

  width: 24px;

  text-align: center;

  margin-right: 18px;

  margin-bottom: 0;

}



.contact-info span {

  vertical-align: middle;

  width: 80%;

  display: inline-block;

}



.scheme .footer .contact-info p {

  margin-bottom: 12px;

}



.scheme-style-1 .contact-info p {

  margin-bottom: 17px;

}



.scheme-style-1 .contact-info span {

  width: 88%;

}



.contact-phone-content {

  font-size: 16px;

  color: white;

  padding-top: 10px;

  background-color: #1B273D;

  letter-spacing: 0.1em;

  font-family: "Montserrat", sans-serif;

}



.phone {

  color: white;

  font-size: 20px;

  background-color: #f47820;

  padding: 20px;

}



.phone i {

  font-size: 24px;

  margin-right: 5px;

}



.portfolio-row .portfolioContainer-full {

  display: block;

}



.portfolio-row .grid-sizer,

.portfolio-row .grid-item {

  width: 25%;

}



.portfolio-row[data-column="1"] .grid-sizer,

.portfolio-row[data-column="1"] .grid-item {

  width: 100%;

}



.portfolio-row[data-column="2"] .grid-sizer,

.portfolio-row[data-column="2"] .grid-item {

  width: 50%;

}



.portfolio-row[data-column="3"] .grid-sizer,

.portfolio-row[data-column="3"] .grid-item {

  width: 33.33333333%;

}



.portfolio-row[data-column="4"] .grid-sizer,

.portfolio-row[data-column="4"] .grid-item {

  width: 25%;

}



.portfolio-row[data-column="5"] .grid-sizer,

.portfolio-row[data-column="5"] .grid-item {

  width: 20%;

}



.portfolio-row[data-column-gap="10"] {

  margin: -5px;

}



.portfolio-row[data-column-gap="10"] .grid-item {

  padding: 5px;

}



.portfolio-row[data-column-gap="20"] {

  margin: -10px;

}



.portfolio-row[data-column-gap="20"] .grid-item {

  padding: 10px;

}



.portfolio-row[data-column-gap="30"] {

  margin: -15px;

}



.portfolio-row[data-column-gap="30"] .grid-item {

  padding: 15px;

}



.portfolio-row[data-column-gap="40"] {

  margin: -20px;

}



.portfolio-row[data-column-gap="40"] .grid-item {

  padding: 20px;

}



@media (max-width: 992px) {

  .portfolio-row[data-column-md="1"] .grid-sizer,

  .portfolio-row[data-column-md="1"] .grid-item {

    width: 100%;

  }

  .portfolio-row[data-column-md="2"] .grid-sizer,

  .portfolio-row[data-column-md="2"] .grid-item {

    width: 50%;

  }

  .portfolio-row[data-column-md="3"] .grid-sizer,

  .portfolio-row[data-column-md="3"] .grid-item {

    width: 33.33333333%;

  }

  .portfolio-row[data-column-md="4"] .grid-sizer,

  .portfolio-row[data-column-md="4"] .grid-item {

    width: 25%;

  }

  .portfolio-row[data-column-md="5"] .grid-sizer,

  .portfolio-row[data-column-md="5"] .grid-item {

    width: 20%;

  }

}



@media (max-width: 768px) {

  .portfolio-row[data-column-sm="1"] .grid-sizer,

  .portfolio-row[data-column-sm="1"] .grid-item {

    width: 100%;

  }

  .portfolio-row[data-column-sm="2"] .grid-sizer,

  .portfolio-row[data-column-sm="2"] .grid-item {

    width: 50%;

  }

  .portfolio-row[data-column-sm="3"] .grid-sizer,

  .portfolio-row[data-column-sm="3"] .grid-item {

    width: 33.33333333%;

  }

  .portfolio-row[data-column-sm="4"] .grid-sizer,

  .portfolio-row[data-column-sm="4"] .grid-item {

    width: 25%;

  }

  .portfolio-row[data-column-sm="5"] .grid-sizer,

  .portfolio-row[data-column-sm="5"] .grid-item {

    width: 20%;

  }

}



@media (max-width: 480px) {

  .portfolio-row[data-column-xs="1"] .grid-sizer,

  .portfolio-row[data-column-xs="1"] .grid-item {

    width: 100%;

  }

  .portfolio-row[data-column-xs="2"] .grid-sizer,

  .portfolio-row[data-column-xs="2"] .grid-item {

    width: 50%;

  }

  .portfolio-row[data-column-xs="3"] .grid-sizer,

  .portfolio-row[data-column-xs="3"] .grid-item {

    width: 33.33333333%;

  }

  .portfolio-row[data-column-xs="4"] .grid-sizer,

  .portfolio-row[data-column-xs="4"] .grid-item {

    width: 25%;

  }

  .portfolio-row[data-column-xs="5"] .grid-sizer,

  .portfolio-row[data-column-xs="5"] .grid-item {

    width: 20%;

  }

}



.portfolioFilter {

  text-align: center;

}



.isotope-item {

  z-index: 2;

}



.isotope-hidden.isotope-item {

  pointer-events: none;

  z-index: 1;

}



.isotope,

.isotope .isotope-item {

  /* change duration value to whatever you like */

  -webkit-transition-duration: 0.8s;

  transition-duration: 0.8s;

}



.isotope {

  -webkit-transition-property: height, width;

  transition-property: height, width;

}



.isotope .isotope-item {

  -webkit-transition-property: -webkit-transform, opacity;

  transition-property: transform, opacity;

}



.nav-base li a.fifter-click {

  color: #999999 !important;

  margin-right: 5px;

  cursor: pointer;

  padding: 0px 16px;

  border: 1px solid #e5e5e5;

  line-height: 38px;

  border-radius: 5px;

  font-size: 12px;

  font-weight: 700;

  font-family: "Open Sans",sans-serif;

  display: inline-block;

  background: #fff;

  margin-bottom: 5px;

}



.nav-base li a.fifter-click.current {

  background-color: #fff;

  border-color: #bbb;

  color: #333 !important;

  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.13);

}



.nav-base li a.fifter-click:after {

  background: none;

}



.scheme .header .top-area i {

  font-size: 16px;

  color: #888888;

}



.scheme .header a {

  color: #999999;

}



.scheme .header .contact-info {

  float: left;

}



.scheme .header .contact-info p {

  float: left;

  margin-right: 25px;

  margin-bottom: 0;

}



.scheme .header .contact-info p:before, .scheme .header .contact-info p:after {

  display: none;

}



.scheme .header .contact-info i {

  color: #bbbbbb !important;

  margin-right: 5px;

}



.scheme .header .contact-info span {

  width: auto;

}



.scheme .header .social {

  float: right;

}



.top-area {

  padding: 10px 0;

}



.scheme .top-area {

  background-color: #eee;

}



.logo {

  display: inline-block;

  padding: 40px 0;

}



@media (max-width: 991px) {

  .header .social {

    float: left !important;

  }

}



.scheme .footer {

  background-color: #1B273D;

  padding: 70px 0 60px;

  color: #767D8C;

}



.scheme .footer a, .scheme .footer i {

  color: #767D8C;

  display: inline-block;

}



.scheme .copy-right {

  padding: 35px 0;

  text-align: center;

  background-color: #f47820;

  color: white;

}



.scheme .copy-right a {

  color: white;

}



.scheme-style-2 .footer {

  background-color: white;

}



.scheme-style-2 .footer a i {

  color: rgba(34, 34, 34, 0.6);

}



.scheme-style-2 .footer .social > li:hover i {

  color: #222 !important;

}



.scheme-homepage-03 .copy-right {

  background-color: #222;

  color: #888888 !important;

}



.scheme-homepage-03 .copy-right a {

  color: #888888 !important;

}



.scheme-homepage-03 .footer {

  color: #888888 !important;

}



.scheme-homepage-03 .footer p > i {

  color: #515151 !important;

}



.scheme-style-3 .footer {

  background-color: #111111;

}



.scheme-style-3 .footer li > a {

  color: #aaaaaa;

}



.scheme-style-3 .footer li > a > i {

  color: rgba(255, 255, 255, 0.6);

}



.scheme-style-3 .footer .social > li:hover i {

  color: white !important;

}



.btn-base, .btn-base-1 {

  font-family: "Montserrat", sans-serif;

  color: #aaaaaa;

  display: inline-block;

  font-size: 13px;

  padding: 10px 20px;

  -webkit-transition: all ease 0.25s;

          transition: all ease 0.25s;

  letter-spacing: 0.35px;

  font-weight: 700;

}



.btn-base:hover, .btn-base-1:hover {

  color: #111111 !important;

  text-decoration: none;

  border-color: #111111;

}



.btn-base-1 {

  padding: 15px 20px;

  border: 2px solid white;

}



.tab-all-project-slide .btn-base-1 {

  padding: 10px 20px;

}



.btn-base-2 {

  color: #aaaaaa !important;

  border: 2px solid #aaaaaa;

}



.btn-base-2:hover {

  color: white !important;

  background-color: #FFB900;

  border-color: transparent;

}



.btn-roll {

  -webkit-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease, opacity 0.2s ease-in-out;

          transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease, opacity 0.2s ease-in-out;

  border: none;

  padding: 0;

}



.btn-roll span {

  position: relative;

  display: inline-block;

  padding: 12px 20px;

  background-color: #FFB700;

  color: white;

  -webkit-transform-origin: 50% 0 0;

      -ms-transform-origin: 50% 0 0;

          transform-origin: 50% 0 0;

  -webkit-transform-style: preserve-3d;

          transform-style: preserve-3d;

  -webkit-transition: -webkit-transform 0.3s ease;

          transition: transform 0.3s ease;

}



.btn-roll span:after {

  position: absolute;

  top: 100%;

  left: 0;

  width: 100%;

  height: 100%;

  padding: 12px 20px;

  background-color: white;

  color: #aaaaaa;

  content: attr(data-hover);

  -webkit-transition: background-color 0.3s ease;

          transition: background-color 0.3s ease;

  -webkit-transform: rotateX(-90deg);

          transform: rotateX(-90deg);

  -webkit-transform-origin: 50% 0 0;

      -ms-transform-origin: 50% 0 0;

          transform-origin: 50% 0 0;

}



.btn-roll:hover span {

  -webkit-transform: translate3d(0, 0, -40px) rotateX(90deg);

          transform: translate3d(0, 0, -40px) rotateX(90deg);

  border-color: white;

}



.btn-effect {

  position: relative;

}



.btn-effect:before, .btn-effect:after {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  height: 100%;

  width: 100%;

  border: 2px solid #aaaaaa;

  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;

          transition: transform 0.5s, opacity 0.3s;

}



.btn-effect:after {

  -webkit-transform: translateY(-10px) translateX(8px);

      -ms-transform: translateY(-10px) translateX(8px);

          transform: translateY(-10px) translateX(8px);

  opacity: 0;

  border-color: black;

}



.btn-effect:hover:before {

  -webkit-transform: translateY(5px) translateX(-5px);

      -ms-transform: translateY(5px) translateX(-5px);

          transform: translateY(5px) translateX(-5px);

  opacity: 0;

}



.btn-effect:hover:after {

  -webkit-transform: translateY(0px) translateX(0px);

      -ms-transform: translateY(0px) translateX(0px);

          transform: translateY(0px) translateX(0px);

  opacity: 1;

}



.btn-effect-2 {

  border: none;

  padding: 0 0 5px 0;

  border-bottom: 2px solid #aaaaaa;

}



.btn-effect-2:hover {

  border-color: black;

}



.btn-effect-3 {

  padding: 0;

}



.btn-effect-3 span {

  border: 2px solid #FFB700;

  padding: 10px 20px;

  display: inline-block;

  color: #FFB700;

  -webkit-transition: background 0.6s;

          transition: background 0.6s;

  -webkit-transform-style: preserve-3d;

          transform-style: preserve-3d;

  -webkit-transform-origin: 0% 50%;

      -ms-transform-origin: 0% 50%;

          transform-origin: 0% 50%;

  position: relative;

}



.btn-effect-3 span:before {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  padding: 10px 20px;

  background: #FFB700;

  color: white;

  content: attr(data-hover);

  -webkit-transform: rotateX(270deg);

          transform: rotateX(270deg);

  -webkit-transition: -webkit-transform 0.6s;

          transition: transform 0.6s;

  -webkit-transform-origin: 0 0;

      -ms-transform-origin: 0 0;

          transform-origin: 0 0;

  pointer-events: none;

}



.btn-effect-3:hover span {

  padding: 10px 20px;

  border-color: transparent;

}



.btn-effect-3:hover span:before {

  -webkit-transform: rotateX(10deg);

          transform: rotateX(10deg);

}



.btn-primary, .form-submit {

  border-radius: 0;

  background-color: #333;

  color: white;

  text-transform: uppercase;

  font-size: 13px;

  padding: 10px 24px;

  -webkit-transition: all ease 0.3s;

          transition: all ease 0.3s;

  border-color: transparent;

}



.btn-primary:hover, .btn-primary:focus {

  color: #111111 !important;

  background-color: #FFB500;

  border-color: transparent;

  outline: none;

}



.section-news-scheme-style-1 .btn-effect:after {

  border-color: #FFB700;

}

.section-news-scheme-style-1 .box-overlay2 .btn-effect:after {

  border-color: #fff;

}



.section-news-scheme-style-1 .btn-effect:hover {

  color: #FFB700 !important;

}



.section-news-scheme-style-1 .box-overlay2 .btn-effect:hover {

  color: #fff !important;

}



.btn-reply {

  font-size: 11px;

  font-weight: 600;

  letter-spacing: 0.1em;

  text-transform: uppercase;

  color: #999999 !important;

  background-color: #eeeeee;

  padding: 5px 10px;

}



.section-news-scheme-style-1 .btn-effect-3 span {

  border-color: #cccccc;

  color: #cccccc;

  padding: 15px 20px;

}



.section-news-scheme-style-1 .btn-effect-3 span:hover {

  border-color: transparent;

}



.section-news-scheme-style-1 .btn-effect-3 span:before {

  padding: 15px 20px;

}



.bold {

  font-weight: 700 !important;

}



.overflow {

  overflow: hidden;

}



.text-center {

  text-align: center !important;

}



.list-style-none, .box-info, .box-list, .awemenu-list, .sidebar ul, .comments ul {

  padding: 0;

  margin: 0;

  list-style: none;

}



.top-area .social {

  text-align: right;

}



.max-width {

  max-width: 100%;

  width: auto;

}



.entry-title {

  font-weight: 700;

  margin-top: 0;

  margin-bottom: 15px;

  -webkit-transition: all ease 0.25s;

          transition: all ease 0.25s;

}



.entry-title span {

  color: #FFB700;

}



.heading-title {

  text-transform: uppercase;

  letter-spacing: 3px;

  font-size: 20px;

  color: #111111;

  display: inline-block;

  text-align: left;

  font-weight: 700;

  margin-bottom: 30px;

  border-bottom: 3px solid #f47820;

  line-height: 30px;

}



.heading-title h2, .heading-title h3, .heading-title h4, .heading-title h5 {

  margin-top: 0;

  margin-bottom: 0;

  line-height: 35px;

  font-weight: 700;

}



.heading-title h3 {

  display: inline-block;

}



.heading-title h5 {

  font-size: 16px;

}



.heading-title span {

  color: #FFB700;

}



.footer .heading-title {

  color: white;

  font-size: 17px !important;

  border-bottom: 2px solid #f47820;

}



.footer .heading-title h3 {

  color: white;

  font-size: 17px !important;

}



.scheme .footer .heading-title {

  margin-bottom: 35px;

}



.scheme-style-1 .heading-title {

  border: none;

  font-weight: 400;

  letter-spacing: 0;

  display: block;

  position: relative;

  padding-bottom: 20px;

  margin-bottom: 50px;

}



.scheme-style-1 .heading-title:before {

  content: "";

  position: absolute;

  display: inline-block;

  bottom: 0;

  left: 0;

  width: 80px;

  height: 3px;

  background-color: #f47820;

  z-index: 2;

}



.scheme-style-1 .heading-title:after {

  content: "";

  position: absolute;

  bottom: 0;

  left: 0;

  display: block;

  right: 0;

  height: 1px;

  background-color: #eeeeee;

  z-index: 1;

  margin-bottom: 1.5px;

}



.scheme-style-1 .heading-title h3, .scheme-style-1 .heading-title h4 {

  font-weight: 400;

  text-transform: capitalize;

}



.scheme-style-1 .heading-title.heading-title-center {

  text-align: center;

}



.scheme-style-1 .heading-title.heading-title-center:before {

  width: 110px;

  left: 50%;

  margin-left: -55px;

}



.scheme-style-1 .heading-title.heading-title-center:after {

  width: 100%;

}



.scheme-style-1 .footer .heading-title:after, .scheme-style-1 .bg-overlay-wrapper-blue .heading-title.heading-title-center:after {

  background-color: rgba(255, 255, 255, 0.15);

}



.scheme-style-1 .footer .heading-title {

  text-transform: capitalize;

}



.scheme-style-2 .section-cliens .text-center {

  position: relative;

}



.scheme-style-2 .section-cliens .arrows-next, .scheme-style-2 .section-cliens .arrows-prev {

  position: absolute;

  top: 50%;

  margin-top: -30px;

}



.scheme-style-2 .section-cliens .arrows-next {

  right: 0;

}



.scheme-style-2 .section-cliens .arrows-prev {

  left: 0;

}



.scheme-homepage-03-white .heading-title {

  border-bottom-color: #dddddd;

}



.scheme-homepage-03-white .footer .heading-title {

  border-bottom-color: #333333;

}



.scheme-homepage-03-white .bg-13 .entry-title:after {

  background-color: #dddddd !important;

}



.scheme-homepage-03-white .entry-title {

  margin: 0 !important;

}



.scheme-homepage-03-white-01 .footer .heading-title h3 {

  color: #111111 !important;

}



.count {

  margin-right: 5px;

}



.bg-orange {

  background-color: #FFB500;

}



.icon-plus {

  position: relative;

  display: inline-block;

  height: 60px;

  line-height: 60px;

  width: 60px;

  font-size: 0;

}



.icon-plus:after, .icon-plus:before {

  content: "";

  display: inline-block;

  position: absolute;

  background-color: white;

}



.icon-plus:before {

  top: 0;

  height: 100%;

  width: 2px !important;

  left: 50%;

  margin-left: -1px;

}



.icon-plus:after {

  left: 0;

  top: 50%;

  width: 100%;

  height: 2px;

  margin-top: -1px;

}



.icon-play-video {

  width: 92px;

  height: 92px;

  border: 4px solid #FDC502;

  border-radius: 50%;

  text-align: center;

  line-height: 100px;

  display: inline-block;

}



.icon-play-video > i {

  font-size: 35px;

  color: #FDC502;

  margin-left: 15px;

}



.back-totop {

  position: fixed;

  right: 30px;

  bottom: 70px;

  display: inline-block;

  background-color: rgba(255, 182, 0, 0.8);

  font-size: 0;

  color: white;

  height: 40px;

  line-height: 40px;

  padding: 0 10px;

  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);

  cursor: pointer;

  -webkit-transition: all ease 0.4s;

          transition: all ease 0.4s;

}



.back-totop .back-totop-icon {

  font-size: 30px;

  line-height: 1.2;

  font-weight: 700;

}



.back-totop:hover {

  font-size: 15px;

  color: white;

}



.bg {

  background-position: center center;

  background-size: cover;

  background-repeat: no-repeat;

  padding-top: 80px;

  padding-bottom: 70px;

  position: relative;

}



.bg-content {

  z-index: 10;

}



.bg-overlay {

  position: absolute;

  display: block;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  z-index: 1;

}



.bg-prl {

  background-attachment: fixed;

}



.bg-testimonials {

  background-color: #f8f8f8;

}



.bg-testimonials p {

  line-height: 35px;

  font-style: italic;

}



.bg-testimonials .box-name, .bg-testimonials .product-item .product-name, .product-item .bg-testimonials .product-name, .bg-testimonials .product-item .product-price, .product-item .bg-testimonials .product-price {

  text-align: center;

  color: #FFB700;

}



.bg-testimonials .box-name h4, .bg-testimonials .product-item .product-name h4, .product-item .bg-testimonials .product-name h4, .bg-testimonials .product-item .product-price h4, .product-item .bg-testimonials .product-price h4 {

  color: #FFB700;

}



.bg-testimonials .bg-testimonials-content i.fa {

  font-size: 60px;

  color: #FFB500;

  vertical-align: middle;

  margin: 0 10px;

}



.bg-testimonials .bg-testimonials-content p + p {

  font-size: 13px;

}



@media (min-width: 993px) {

  .bg-breadcrumb {

    max-height: 250px;

  }

}



.bg [class*="col-"] {

  z-index: 10;

}



.overlay-content {

  position: relative;

  z-index: 10;

}



.bg-under-construction {

  background-image: url("../../img/backgrounds/under-construction.jpg");

  padding: 200px 0;

  color: white;

}



.bg-under-construction .bg-overlay {

  opacity: 0.8 !important;

}



.bg-contact-us {

  background-image: url("../../img/backgrounds/contact-us_bg.png");

  text-align: left !important;

  padding: 0;

}



.bg-contact-us .heading-title {

  letter-spacing: 0.1em;

}



.bg-contact-us .contact-info {

  margin-bottom: 40px;

}



.bg-contact-us .contact-info p {

  margin-bottom: 10px;

}



.bg-6 .bg-breadcrumb {

  opacity: 1;

}



.bg-6 .bg-breadcrumb .bg-overlay {

  opacity: 0.85;

}



.bg-3.bg-overlay-wrapper-blue .bg-overlay {

  opacity: 0.95;

}



.bg-overlay-wrapper .overlay-content {

  position: relative;

  z-index: 10;

}



.bg-no-img .bg-overlay {

  opacity: 1 !important;

}



.bg-no-img .breadcrumb {

  background-color: rgba(255, 255, 255, 0.05) !important;

}



.bg-no-img .breadcrumb > li > a, .bg-no-img .breadcrumb .active {

  color: #959EB1 !important;

}



.bg-overlay-wrapper-black .entry-title, .bg-overlay-wrapper-black .box-count-number, .bg-overlay-wrapper-blue .entry-title, .bg-overlay-wrapper-blue .box-count-number {

  color: white;

}



.bg-overlay-wrapper-black > li > a, .bg-overlay-wrapper-black .active, .bg-overlay-wrapper-blue > li > a, .bg-overlay-wrapper-blue .active {

  color: #767D8D !important;

}



.bg-overlay-wrapper-black .breadcrumb li + li:before, .bg-overlay-wrapper-blue .breadcrumb li + li:before {

  color: #767D8D;

}



.bg-overlay-wrapper-blue .bg-overlay {

  background-color: #1B273D;

  opacity: 0.85;

}



.bg-overlay-wrapper-blue .breadcrumb {

  background-color: #1B273D;

}



.bg-overlay-wrapper-orange .bg-overlay {

  background-color: #FFB500;

}



.bg-overlay-wrapper-orange .breadcrumb {

  background-color: rgba(0, 0, 0, 0.05);

}



.bg-overlay-wrapper-orange .breadcrumb > li > a, .bg-overlay-wrapper-orange .breadcrumb .active, .bg-overlay-wrapper-orange .breadcrumb > li:before {

  color: white !important;

}



.bg-overlay-wrapper-black .bg-overlay {

  background-color: #111111;

}



.bg-overlay-wrapper-black .breadcrumb {

  background-color: #1B273D;

}



.bg-testimonials-reset .bg-testimonials-content {

  position: relative;

  z-index: 10;

}



.scheme-homepage-03-white .bg-testimonials-reset.bg-7 .bg-overlay {

  background-color: #F0F0F0;

  opacity: 0.95;

}



.scheme-homepage-03-white .bg-testimonials-reset.bg-7 h3 {

  color: #111111;

}



/*.bg-1 {

  background-image: url("../../img/backgrounds/bg-1.jpg");

}



.bg-2 {

  background-image: url("../../img/backgrounds/bg-2.jpg");

}



.bg-3 {

  background-image: url("../../img/backgrounds/bg-3.jpg");

}



.bg-4 {

  background-image: url("../../img/backgrounds/bg-4.jpg");

}



.bg-5 {

  background-image: url("../../img/backgrounds/bg-5.jpg");

}



.bg-6 {

  background-image: url("../../img/backgrounds/bg-6.jpg");

}



.bg-7 {

  background-image: url("../../img/backgrounds/bg-7.jpg");

}



.bg-8 {

  background-image: url("../../img/backgrounds/bg-8.jpg");

}



.bg-9 {

  background-image: url("../../img/backgrounds/bg-9.jpg");

}



.bg-10 {

  background-image: url("../../img/backgrounds/bg-10.jpg");

}



.bg-11 {

  background-image: url("../../img/backgrounds/bg-11.jpg");

}



.bg-12 {

  background-image: url("../../img/backgrounds/bg-12.jpg");

}



.bg-13 {

  background-image: url("../../img/backgrounds/bg-13.jpg");

}*/



.scheme-homepage-03-white .bg-testimonials.bg-3 .bg-overlay {

  background-color: black;

  opacity: .85;

}



.bg-7 .bg-overlay {

  opacity: 0.95;

}



.bg-8 .bg-overlay {

  background-color: #eeeeee;

  opacity: 0.9;

}



.bg-10 {

  padding-top: 120px;

  padding-bottom: 100px;

}



.bg-10 .bg-overlay {

  background-color: black;

  opacity: 0.3;

}



.bg-10 .bg-testimonials-content {

  color: white;

}



.bg-10 p {

  line-height: 50px;

  font-style: normal;

}



.bg-9 {

  text-align: left;

  color: white;

}



.bg-9 .bg-overlay {

  background-color: black;

  opacity: 0.3;

}



.bg-9 strong {

  font-size: 64px;

  font-family: "Montserrat", sans-serif;

}



.bg-9 strong span {

  color: black;

}



.bg-9 p {

  line-height: 25px;

}



.bg-9 a.box-introduction-action {

  color: white;

}



.bg-12 .bg-overlay {

  opacity: 0.5;

}



.bg-13, .bg-11 {

  text-align: left;

}



.bg-13 .entry-title, .bg-11 .entry-title {

  padding-bottom: 30px;

  letter-spacing: 0;

  line-height: 45px;

  position: relative;

}



.bg-13 .entry-title:after, .bg-11 .entry-title:after {

  content: "";

  display: block;

  position: absolute;

  left: 0;

  bottom: 0;

  width: 100px;

  height: 3px;

  background-color: #FDC502;

}



.bg-13 .bg-overlay {

  background-color: #f0f0f0;

  opacity: .95;

}



.scheme-style-3 .bg-13 {

  padding: 100px 0;

}



.scheme-homepage-12 .bg-testimonials .bg-overlay {

  opacity: 0.95;

}



.slick-dots li {

  margin: 0;

}





.slick-dots li button:before {

  content: "";

  border: 2px solid #cccccc;

  width: 12px;

  height: 12px;

  border-radius: 50%;

}



.slick-dots li button:hover:before, .slick-dots li button:focus:before, .slick-dots li button:active:before, .slick-dots li.slick-active button:before {

  background-color: #F7B200;

  border-color: #F7B200;

}



.arrows-prev, .arrows-next {

  display: inline-block;

  position: static;

  height: 32px;

  line-height: 32px;

  width: 32px;

  font-size: 0px;

  cursor: pointer;

  background: #eeeeee;

  color: #cccccc;

  padding: 0;

  border: none;

  outline: none;

  -webkit-transition: all ease 0.25s;

          transition: all ease 0.25s;

}



.arrows-prev:before, .arrows-next:before {

  font-family: fontAwesome;

  font-size: 16px;

  color: #cccccc;

}



.arrows-prev:hover, .arrows-prev:active, .arrows-prev:focus, .arrows-prev.active, .arrows-next:hover, .arrows-next:active, .arrows-next:focus, .arrows-next.active {

  background: #FFB500;

}



.arrows-prev:hover:before, .arrows-prev:active:before, .arrows-prev:focus:before, .arrows-prev.active:before, .arrows-next:hover:before, .arrows-next:active:before, .arrows-next:focus:before, .arrows-next.active:before {

  color: white;

}



.arrows-next:before {

  content: "\f105";

}



.arrows-prev:before {

  content: "\f104";

}



.section-cliens .heading-title .arrows {

  float: right;

}



.scheme .section-cliens .arrows {

  display: inline-block;

  float: right;

}



.tab-content {

  position: relative;

}



.arrows .arrows-prev, .arrows .arrows-next {

  position: absolute;

  top: 50%;

  margin-top: -23px;

  height: 46px;

  width: 46px;

  line-height: 46px;

  z-index: 10;

}



.tabs-wrapper .arrows .arrows-prev:before, .tabs-wrapper .arrows .arrows-next:before {

  font-size: 24px;

  font-weight: 700;

}



.tabs-wrapper .arrows .arrows-prev {

  left: -23px;

}



@media (max-width: 991px) {

  .tabs-wrapper .arrows .arrows-prev {

    left: 0;

  }

}



.tabs-wrapper .arrows .arrows-next {

  right: -23px;

}



@media (max-width: 991px) {

  .tabs-wrapper .arrows .arrows-next {

    right: 0;

  }

}



.slide-base .slick-dots {

  bottom: -25px;

}



.slide-base .slick-dots li {

  background-color: #f47820;

  height: 30px;

}



.slide-base .slick-dots li button:before {

  top: 50%;

  margin-top: -7px;

  left: 50%;

  margin-left: -7px;

  border-color: white;

}



.slide-base .slick-dots li:hover button:before, .slide-base .slick-dots li:focus button:before, .slide-base .slick-dots li:active button:before, .slide-base .slick-dots li.slick-active button:before {

  background-color: white;

}



.slick-slide img {

  width: 100%;

}



.cliens-slide .slick-slide img {

  display: inline-block;

}



.slide-nav {

  width: 80%;

}



.slide-nav-item {

  margin-right: 10px;

}



.slide-nav-item + .slide-nav-item {

  margin-left: 10px;

}



body {

  letter-spacing: 0.35px;

}



a {

  text-decoration: none !important;

}



img {

  max-width: 100%;

  height: auto;

  vertical-align: middle;

  border: 0;

}



p {

  line-height: 25px;

  margin-bottom: 20px;

}



h1, h2, h3, h4, h5, h6 {

  color: #111111;

  font-weight: 600;

  font-family: "Montserrat", sans-serif;

}



.overlay-content-left, .overlay-content-right {

  float: left;

  width: 50%;

}



@media (max-width: 991px) {

  .col-md-pull-9 {

    padding-top: 30px;

  }

}



.fz-15 {

  font-size: 15px !important;

}



.fz-16 {

  font-size: 16px !important;

}



.fz-18 {

  font-size: 18px !important;

}



.fz-20 {

  font-size: 20px !important;

}



.fz-24 {

  font-size: 24px !important;

}



.fz-32 {

  font-size: 32px !important;

}



.fz-36 {

  font-size: 36px !important;

}



.fz-48 {

  font-size: 48px !important;

}



.fz-52 {

  font-size: 52px !important;

}



.pt-0 {

  padding-top: 0px !important;

}



.pt-10 {

  padding-top: 10px !important;

}



.pt-15 {

  padding-top: 15px !important;

}



.pt-20 {

  padding-top: 20px !important;

}



.pt-30 {

  padding-top: 30px !important;

}



.pt-40 {

  padding-top: 40px !important;

}



.pt-50 {

  padding-top: 50px !important;

}



.pt-70 {

  padding-top: 70px !important;

}



.pt-90 {

  padding-top: 90px !important;

}



.pb-0 {

  padding-bottom: 0px !important;

}



.pb-10 {

  padding-bottom: 10px !important;

}



.pb-15 {

  padding-bottom: 15px !important;

}



.pb-20 {

  padding-bottom: 20px !important;

}



.pb-25 {

  padding-bottom: 25px !important;

}



.pb-30 {

  padding-bottom: 30px !important;

}



.pb-40 {

  padding-bottom: 40px !important;

}



.pb-50 {

  padding-bottom: 50px !important;

}



.pb-70 {

  padding-bottom: 70px !important;

}



.pb-90 {

  padding-bottom: 90px !important;

}



.mb-0 {

  margin-bottom: 0px !important;

}



.mb-10 {

  margin-bottom: 10px !important;

}



.mb-20 {

  margin-bottom: 20px !important;

}



.mb-30 {

  margin-bottom: 30px !important;

}



.mb-40 {

  margin-bottom: 40px !important;

}



.mb-50 {

  margin-bottom: 50px !important;

}



.mb-55 {

  margin-bottom: 55px !important;

}



.mb-70 {

  margin-bottom: 70px !important;

}



.mb-80 {

  margin-bottom: 80px !important;

}



.mt-0 {

  margin-top: 0px !important;

}



.mt-10 {

  margin-top: 10px !important;

}



.mt-20 {

  margin-top: 20px !important;

}



.mt-30 {

  margin-top: 30px !important;

}



.mt-40 {

  margin-top: 40px !important;

}



.mt-50 {

  margin-top: 50px !important;

}



.mt-70 {

  margin-top: 70px !important;

}



.mt-100 {

  margin-top: 100px !important;

}



.ml-10 {

  margin-left: 10px !important;

}



.mr-0 {

  margin-right: 0px !important;

}



.pr-0 {

  padding-right: 0px !important;

}



.pl-0 {

  padding-left: 0px !important;

}



.form-control {

    display: block;

    width: 100%;

    height: 34px;

    padding: 6px 12px;

    font-size: 14px;

    line-height: 1.42857;

    color: #999999;

    background-color: #fff;

    background-image: none;

    border: 1px solid #ccc;

    border-radius: 4px;

    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;

    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;

}



.form-control {

    border-radius: 0;

    font-size: 15px;

    color: #999999;

    background-color: #F7F7F7;

    border-color: transparent;

    box-sizing: border-box;

    display: block;

    width: 100%;

    height: auto;

    padding: 12px 15px;

    box-shadow: none;

    font-style: italic;

    font-family: "Lato", sans-serif;

}



textarea:focus, input:focus{

    outline: 0;

}



.core-value-wrapper .box-media {

  margin-bottom: 45px !important;

}



.our-team-wrapper .box-icon {

  margin-bottom: 35px;

}



.services-list-01 .btn-effect-2:hover {

  color: #f47820;

  border-color: #f47820;

}



.services-list-01 .box {

  margin-bottom: 50px;

}



.services-layout .quote-content:before {

  content: url("../../img/icons/icon-double-quotes-left-color.png");

}



.services-layout .col-md-push-3 .widget-list-box li {

  width: 50%;

  float: left;

  margin-top: 20px;

  margin-bottom: 30px;

}



.services-layout .col-md-push-3 .widget-list-box li + li {

  float: right;

  margin-right: -5px;

}



.page-under {

  font-family: "Montserrat", sans-serif;

}



.scheme a {

  color: #111111;

  -webkit-transition: all ease 0.4s;

          transition: all ease 0.4s;

}



.scheme a:hover {

  color: #f47820;

}



.scheme-homepage .bg-1 .bg-overlay {

  background-color: #F0F0F0;

  opacity: 0.9;

}



.scheme-homepage-01 .box-name h4, .scheme-homepage-01 .product-item .product-name h4, .product-item .scheme-homepage-01 .product-name h4, .scheme-homepage-01 .product-item .product-price h4, .product-item .scheme-homepage-01 .product-price h4 {

  text-transform: capitalize;

}



.scheme-homepage-05 .box-introduction {

  padding-left: 40px;

  padding-right: 35px;

}



.scheme-homepage-06 .bg-overlay-wrapper .box-introduction {

  background-color: transparent;

}



.scheme-homepage-06 .bg-overlay-wrapper .box-introduction .btn-base-1, .scheme-homepage-06 .bg-overlay-wrapper .box-introduction .btn-base-1:hover {

  color: white;

  background-color: #f47820;

  border-color: #f47820;

}



.scheme-homepage-06 .bg-overlay-wrapper .overlay-thumb {

  position: relative;

  z-index: 20;

}



@media (max-width: 991px) {

  .scheme-homepage-06 .box-introduction-reset .box-introduction-action-wrapper {

    background-color: transparent;

  }

}



.scheme-homepage-07 .box-image:hover {

  background-color: #FFB500;

  color: white;

}



.scheme-homepage-03-white .bg-overlay-wrapper .overlay-thumb {

  margin-top: -30px !important;

}



@media (min-width: 993px) and (max-width: 1199px) {

  .scheme-homepage-03-white .bg-overlay-wrapper .overlay-thumb {

    margin-top: 70px !important;

  }

}



.scheme-homepage-03-white .overflow ul.nav-menu > li > a:after {

  background-color: #111111 !important;

}



.scheme-homepage-03-white .overflow ul.nav-menu > li:hover > a, .scheme-homepage-03-white .overflow ul.nav-menu > li:focus > a, .scheme-homepage-03-white .overflow ul.nav-menu > li.active > a, .scheme-homepage-03-white .overflow ul.nav-menu > li:active > a {

  color: #111111 !important;

}



.scheme-homepage-03-white .btn-effect:hover {

  color: #f47820;

}



.scheme-homepage-03-white .btn-effect:after {

  border-color: #f47820;

}



.scheme-homepage-03-white .section-wwa .box-image img {

  opacity: 0.3;

}



.scheme-homepage-03-white-02 .box-icon .box-image, .scheme-homepage-03-white-02 .box-count .box-image {

  color: #999999;

}



.section-htr .box {

  margin-bottom: 20px !important;

}



.section-htr .heading-title {

  margin-bottom: 15px;

}



.section-htr .media .heading-title {

  border-bottom-width: 2px;

}



.section-htr .media .heading-title h5 {

  line-height: 1.7em;

}



.section-cer .box-icon {

  margin-bottom: 75px;

}



.section-outpar .box-icon {

  margin-bottom: 50px !important;

}



.section-reviews [class*="col-"] {

  margin-bottom: 45px;

}



@media (min-width: 769px) {

  .section-boxcol .col-md-4 {

    padding-left: 10px;

    padding-right: 0;

  }

  .section-boxcol .col-md-4:first-child {

    padding-left: 15px;

    padding-right: 0;

  }

}



.section-introduction {

  background-color: #FDC502;

}



.section-my-account form {

  border: 1px solid #d3ced2;

  padding: 25px;

  margin: 2em 0;

  text-align: left;

  border-radius: 5px;

}



@media (max-width: 991px) {

  .section-banner [class*="col-"] img {

    width: 100%;

  }

}



.section-table .btn-primary {

  background-color: #f47820;

  color: #aaaaaa;

  font-weight: 700;

  letter-spacing: 1px;

}



.section-table .btn-primary:hover {

  color: white !important;

  background-color: #1B273D;

}



.section {

  padding-bottom: 70px;

  padding-top: 70px;

}



.section .box,

.box.latest-news {

  margin-bottom: 30px;

}



.section-bg {

  background-color: #f8f8f8;

}



.section + .section {

  padding-top: 0;

}



.section-wwa {

  border-bottom: 1px solid #eeeeee;

}



.section-wwa .box {

  display: block;

  margin-bottom: 0;

}



.section-wwa .box-image img {

  width: 100%;

}



@media (max-width: 991px) {

  .section-wwa .row > [class*="col-md"] > .row > div {

    margin-bottom: 30px;

  }

}



.section-blog-list .blog {

  padding-bottom: 30px;

}



.scheme-homepage-02 .section-wwa, .scheme-homepage-03 .section-wwa, .scheme-homepage-03-white .section-wwa {

  border-bottom: none;

}



.section-box-style2 .box:hover .icon-play-video {

  border-color: #f47820;

}



.section-box-style2 .box:hover .icon-play-video i {

  color: #f47820;

}



.section-box-style2 .box:hover .btn-base, .section-box-style2 .box:hover .btn-base-1 {

  color: #111111;

}



.section-box-style2 .box:hover .btn-base:after, .section-box-style2 .box:hover .btn-base-1:after, .section-box-style2 .box:hover .btn-base:before, .section-box-style2 .box:hover .btn-base-1:before {

  border-color: #111111;

}



.scheme-style-1 .section-cliens .heading-title .arrows {

  position: absolute;

  top: 0;

  right: 0;

  bottom: 0;

}



.scheme-project-detail .widget-table tr td, .scheme-project-detail .widget-table tr td ul {

  display: inline-block !important;

}



.scheme-project-detail .widget-table tr td ul li a {

  padding-bottom: 0;

}



.section-project-detail .row {

  margin-bottom: 40px;

}



.section-project-detail .box-list li {

  margin-bottom: 15px;

  padding-left: 40px;

}



@media (min-width: 481px) {

  .section .row > .col-md-6 .box-media .box-image,

  .latest-news .box-image {

    max-width: 120px;

  }

}



/*--------------------------------------------------------------

Header

--------------------------------------------------------------*/

.site-branding {

  padding: 15px 0;

}

.top-area {

  padding: 10px 0;

}

.top-area [class*='col-'] {

  vertical-align: middle;

}

.top-area .textwidget i {

  font-size: 16px;

  vertical-align: middle;

  margin-top: -3px;

  margin-right: 5px;

}

.header {

  width: 100%;

  position: relative;

}

.header [class*="col-"] {

  vertical-align: middle;

}

.header .container {

  position: relative;

}

.header-right {

  font-weight: bold;

  font-family: Montserrat,sans-serif;

}

.header-right [class*='col'] {

  font-size: 18px;

  line-height: 1.2;

}

.header-right [class*='col'] span {

  font-size: 13px;

}

.header-right span {

  color: #767D8C;

  font-weight: normal;

}

.header-right i {

  float: left;

  width: 42px;

  height: 42px;

  line-height: 42px;

  text-align: center;

  border: 2px solid transparent;

  margin: 0 10px 0 0;

}

.search-box {

  display: table-cell;

  vertical-align: middle;

  position: relative;

  z-index: 9999;

}

.search-box i {

  font-size: 16px;

  cursor: pointer;

  display: inline-block;

  vertical-align: middle;

  position: relative;

  overflow: hidden;

  height: 20px;

  width: 20px;

  -moz-transition-duration: 0.1s;

  -webkit-transition-duration: 0.1s;

  -o-transition-duration: 0.1s;

  transition-duration: 0.1s;

}

.search-box i:after, .search-box i:before {

  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

}

.search-box i:before,

.search-box i:after {

  position: absolute;

}

.search-box i:before {

  top: 0;

  left: 0;

}

.search-box i:after {

  content: '\f00d';

  top: 100%;

  left: 0;

}

.search-box label span,

.search-box input[type="submit"] {

  display: none;

}

.search-box input[type="search"] {

  position: absolute;

  width: 100%;

  z-index: 99;

  border: none;

  border-top: 3px solid transparent;

  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);

  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);

}

.search-box .search-form {

  position: absolute;

  width: 300px;

  height: 100%;

  top: 250%;

  right: 0;

  opacity: 0;

  visibility: hidden;

}

.search-box .search-form:before {

  content: '';

  margin: auto;

  position: absolute;

  top: 0;

  left: 0;

  bottom: 0;

  right: 0;

}

.search-box .search-form.open {

  opacity: 1;

  visibility: visible;

}

.search-box .search-form.open + i:before {

  top: -100%;

}

.search-box .search-form.open + i:after {

  top: 0;

}

.scheme .search-box input[type=text] {

  display: inline-block;

  padding: 11px 15px;

  margin-bottom: 10px;

  color: #666;

  border-top: 3px solid #f47820;

  vertical-align: top;

  font-size: 13px;

  width: 100%;

  max-width: 100%;

  color: #999;

  font-size: 15px;

  font-style: italic;

  position: static;

}

.scheme .search-box input[type=search]:focus {

  outline: 0;

}

@media (max-width: 1199px) {

  .search-box {

    width: 100%;

  }

}

.mini-cart {

  display: table-cell;

  vertical-align: middle;

  padding: 0 15px;

}

.mini-cart .mini-cart__button {

  cursor: pointer;

}

.mini-cart .mini-cart__button .mini-cart-icon {

  position: relative;

}

.mini-cart .mini-cart__button .mini-cart-icon:before {

  content: '\f07a';

  font-size: 20px;

  float: none;

  width: auto;

  height: auto;

  line-height: normal;

  border: none;

  margin: 0;

  font-family: FontAwesome;

}

.mini-cart .mini-cart__button .mini-cart-icon:after {

  font-family: inherit;

  content: attr(data-count);

  font-size: 12px;

  font-weight: 600;

  text-align: center;

  position: absolute;

  top: -16px;

  right: -12px;

  min-width: 20px;

  line-height: 20px;

  -webkit-border-radius: 100%;

  -moz-border-radius: 100%;

  border-radius: 100%;

}

.mini-cart .widget_shopping_cart_content {

  position: absolute;

  right: 0;

  top: 140%;

  width: 300px;

  max-height: 700px;

  overflow: auto;

  opacity: 0;

  visibility: hidden;

  padding-top: 15px;

  z-index: 99999;

  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);

  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);

  background-color: #fff;

  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

}

.mini-cart .widget_shopping_cart_content ul.cart_list li {

  padding: 0 15px 7px;

}

.mini-cart .widget_shopping_cart_content .total {

  padding: 5px 15px 5px;

  margin-bottom: 0;

}

.mini-cart.open .widget_shopping_cart_content {

  opacity: 1;

  visibility: visible;

  top: 100%;

}

.mini-cart .mini-cart__button .mini-cart-icon:after {

  color: #fff;

  background-color: #f47820;

}

.mini-cart .widget_shopping_cart_content {

  position: absolute;

  right: 0;

  top: 140%;

  width: 300px;

  max-height: 700px;

  overflow: auto;

  opacity: 0;

  visibility: hidden;

  padding-top: 15px;

  z-index: 99999;

  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);

  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);

  background-color: #fff;

  text-align: left;

  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

}

.mini-cart .widget_shopping_cart_content .cart-empty-block {

  padding: 0 15px 7px;

  margin-bottom: 10px;

}

@media only screen and (min-width: 992px) {

  .headroom--not-top {

    position: fixed !important;

    z-index: 999999 !important;

    top: 0;

  }

  .headroom--not-top.header {

    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);

  }

  .headroom--not-top .navigation .menu > li > a {

    padding: 20px 10px;

    position: relative;

    display: inline-block;

  }

  .headroom--not-top .navigation .menu > li > a:after {

    bottom: 20px;

    left: 0;

  }

  .headroom--not-top .navigation .menu > li > a:before {

    display: none;

  }

  .headroom--not-top .search-box .search-form {

    top: 185%;

  }

  .header-preset-01 .headroom--not-top .navigation > div > ul > li > a {

    padding: 20px 0;

  }

  .header-preset-01 .navigation > div > ul > li > a {

    margin: 0 10px;

    padding: 40px 0;

  }

  .header-preset-01 .navigation > div > ul > li > a:after {

    content: '';

    position: absolute;

    bottom: 37px;

    left: 0;

    height: 2px;

    width: 0;

    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

	background-color: #f47820;

  }

  .header-preset-01 .navigation > div > ul > li > a:before {

    content: "\f106";

    font-family: 'FontAwesome';

    font-style: normal;

    font-weight: normal;

    font-variant: normal;

    text-transform: none;

    line-height: 1;

    font-size: 20px;

    font-weight: bold;

    display: inline-block;

    transform: rotate(-45deg);

    -webkit-transform: rotate(-45deg);

    -moz-transform: rotate(-45deg);

    -ms-transform: rotate(-45deg);

    -o-transform: rotate(-45deg);

    position: absolute;

    top: 32px;

    left: -10px;

    opacity: 0;

    visibility: hidden;

    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

	color: #f47820;

  }

  .header-preset-02 .header-wrapper {

    background-color: #fff;

  }

  .header-preset-02 .has-bg {

    padding-top: 100px;

  }

  .header-preset-02 .nav {

    position: absolute;

    left: 0;

    right: 0;

    z-index: 999;

  }

  .header-preset-02 .navigation {

    padding: 0;

    text-align: left;

    position: relative;

  }

  .header-preset-02 .navigation > div > ul > li > a {

    padding: 20px 30px 15px;

    border-right: 1px solid transparent;

    border-bottom: 5px solid transparent;

  }

  .header-preset-03 .header-wrapper {

    background-color: #fff;

  }

  .header-preset-03 .nav {

    position: absolute;

    left: 0;

    right: 0;

    z-index: 999;

  }

  .header-preset-03 .navigation {

    padding: 0;

    text-align: left;

    position: relative;

  }

  .header-preset-03 .navigation > div > ul > li > a {

    padding: 15px 30px 20px;

    border-right: 1px solid transparent;

    border-top: 5px solid transparent;

  }

  .header-preset-05 .nav {

    width: 100%;

  }

  .header-preset-05 .navigation {

    padding: 0;

    text-align: left;

    position: relative;

  }

  .header-preset-05 .navigation > div > ul > li.current-menu-item > a,

  .header-preset-05 .navigation > div > ul > li:hover > a {

    border-top: 5px solid transparent;

  }

  .header-preset-05 .navigation > div > ul > li > a {

    padding: 18px 10px;

    border-right: 1px solid transparent;

    border-top: 5px solid transparent;

  }

  .header-preset-05 .navigation > div > ul > li:first-child > a {

    border-left: 1px solid transparent;

  }

  .header-preset-02 .navigation a:before,

  .header-preset-02 .navigation a:after {

    display: none;

  }

  .header-preset-02 .headroom--not-top .navigation .menu > li > a,

  .header-preset-03 .headroom--not-top .navigation .menu > li > a {

    padding: 15px 30px;

  }

  .header-preset-05 .headroom--not-top .navigation .menu > li > a {

    padding: 15px 20px;

  }

  .header-preset-04 .navigation > div > ul > li > a {

    color: #ffffff;

  }

  .header-preset-04 .top-area {

    color: #FFFFFF;

  }

  .header-preset-04 .top-area a {

    color: #FFFFFF;

  }

  .header-preset-04 .header {

    border-top: 1px solid rgba(255, 255, 255, 0.25);

    padding: 0;

  }

  .header-preset-04.header-wrapper {

    position: absolute;

    background-color: transparent;

    width: 100%;

    top: 0;

    z-index: 999;

  }

  .header-preset-04 .header,

  .header-preset-04 .top-area,

  .header-preset-04 .navigation {

    background: none;

  }

  .header-preset-08 .headroom--not-top .navigation > div > ul > li > a {

    padding: 20px 0;

  }

  .header-preset-08 .navigation > div > ul > li > a {

    margin: 0 10px;

    padding: 40px 0;

  }

  .header-preset-08 .navigation > div > ul > li > a:after {

    content: '';

    position: absolute;

    bottom: 40px;

    left: 0;

    height: 2px;

    width: 0;

    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

    background-color: #DDDDDD;

  }

  .header-preset-08 .navigation > div > ul > li:hover > a {

    color: #111111;

  }

  .header-preset-08 .navigation > div > ul > li:hover > a:after {

    background-color: #DDDDDD;

  }

  .header-preset-08 .navigation > div > ul > li > a:before {

    content: "\f106";

    font-family: 'FontAwesome';

    font-style: normal;

    font-weight: normal;

    font-variant: normal;

    text-transform: none;

    line-height: 1;

    font-size: 20px;

    font-weight: bold;

    display: inline-block;

    transform: rotate(-45deg);

    -webkit-transform: rotate(-45deg);

    -moz-transform: rotate(-45deg);

    -ms-transform: rotate(-45deg);

    -o-transform: rotate(-45deg);

    position: absolute;

    top: 32px;

    left: -10px;

    opacity: 0;

    visibility: hidden;

    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

    color: #DDDDDD;

  }

}

/*--------------------------------------------------------------

Navigation

--------------------------------------------------------------*/

@media (max-width: 992px) {

  .sub-menu-toggle.fa {

    display: none;

    position: absolute;

    width: 30px;

    height: 30px;

    line-height: 30px;

    text-align: center;

    cursor: pointer;

    left: 0;

  }

  .expanded > .sub-menu-toggle.fa {

    display: block;

  }

  .menu-link {

    font-size: 20px;

    cursor: pointer;

    display: inline-block;

    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

  }

  .menu-link.active {

    transform: rotate(90deg);

    -webkit-transform: rotate(90deg);

    -moz-transform: rotate(90deg);

    -ms-transform: rotate(90deg);

    -o-transform: rotate(90deg);

  }

  .header-wrapper {

    position: relative;

  }

  .header-preset-02 .nav,

  .header-preset-03 .nav,

  .header-preset-05 .nav {

    position: absolute;

    right: 30px;

    top: 55px;

    z-index: 99999;

    text-align: right;

    background: none !important;

  }

  .navigation {

    position: absolute;

    background-color: #fff !important;

    right: 0;

    top: 120%;

    z-index: 999;

    width: 250px;

    visibility: hidden;

    opacity: 0;

    box-shadow: 3px 2px 2px rgba(0, 0, 0, 0.1);

    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

  }

  .navigation.active {

    visibility: visible;

    opacity: 1;

    top: 100%;

  }

  .navigation .menu > li.mega {

    display: none;

  }

  .navigation .menu > li > a {

    text-transform: uppercase;

    padding: 10px 0;

    display: block;

    color: #111 !important;

  }

  .navigation .sub-menu {

    display: none;

	-webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

  }

  .navigation .sub-menu li {

    padding-right: 15px;

  }

  .navigation .sub-menu li:last-child {

    border: none;

  }

  .navigation li {

    padding: 0 15px;

    border-bottom: 1px solid #EEEEEE;

  }

  .navigation li.expanded.is-open > a {

    border-bottom-color: #EEEEEE;

  }

  .navigation li.expanded {

    padding: 0;

	-webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

  }

  .navigation li.expanded > a {

    border-bottom: 1px solid transparent;

    display: block;

    padding: 10px 15px;

    text-transform: uppercase;

  }

  .navigation li.expanded:hover > ul.sub-menu  {

    display: block;

  }

  .navigation li.expanded li {

    padding: 5px 15px 5px 15px !important;

  }

  .navigation li.expanded li a {

    color: #AAAAAA;

    display: block;

    padding: 5px 0;

  }

  .navigation li.expanded li a:hover {

    background: none !important;

	color: #f47820 !important;

  }

  .header__right {

    text-align: right;

    position: relative;

  }

}

@media only screen and (min-width: 992px) {

  .nav {

    width: 100%;

  }

  .navigation > div > ul > li.mega-menu {

    position: static;

  }

  .navigation > div > ul > li.mega-menu .sub-menu {

    background-color: #fff;

    width: 100%;

    border-top: 3px solid transparent;

    padding: 20px 15px;

    font-size: 0;

  }

  .navigation > div > ul > li.mega-menu .sub-menu li {

    font-size: 13px;

    border: none;

    width: 100%;

    display: inline-block;

    vertical-align: top;

  }

  .navigation > div > ul > li.mega-menu .sub-menu li a i {

    display: inline-block;

    margin-right: 10px;

  }

  .sub-menu-toggle.fa {

    display: none;

  }

  .navigation > div > ul {

    font-size: 0;

  }

  .navigation > div > ul li {

    font-size: 14px;

  }

  .navigation > div > ul > li {

    display: inline-block;

    position: relative;

  }

  .navigation > div > ul > li:hover > .sub-menu,

  .navigation > div > ul > li:hover > .children {

    visibility: visible;

    opacity: 1;

    z-index: 999;

    -webkit-transform: translate(0, 0);

    -moz-transform: translate(0, 0);

    -ms-transform: translate(0, 0);

    -o-transform: translate(0, 0);

  }

  .navigation > div > ul > li:hover > .sub-menu li,

  .navigation > div > ul > li:hover > .children li {

    -webkit-transform: translate(0, 0);

    -moz-transform: translate(0, 0);

    -ms-transform: translate(0, 0);

    -o-transform: translate(0, 0);

  }

  .navigation > div > ul > li.current-menu-item > a:after {

    width: 100%;

  }

  .navigation > div > ul > li.current-menu-item > a:before {

    visibility: visible;

    opacity: 1;

    top: 27px;

    left: -15px;

  }

  .navigation > div > ul > li > a {

    display: inline-block;

    padding: 10px 5px;

    position: relative;

  }

  .navigation > div > ul > li > a:hover:after {

    width: 100%;

  }

  .navigation > div > ul > li > a:hover:before {

    visibility: visible;

    opacity: 1;

    top: 27px;

    left: -15px;

  }

  .navigation {

    text-transform: uppercase;

    text-align: right;

  }

  .navigation .sub-menu,

  .navigation .children {

    background-color: #fff;

    text-align: left;

    position: absolute;

    /*width: 270px;*/

	white-space: nowrap;

    left: 0;

    top: 100%;

    z-index: -1;

    visibility: hidden;

    opacity: 0;

    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);

    margin: 0;

    -webkit-transform: translate(0, 20px);

    -moz-transform: translate(0, 20px);

    -ms-transform: translate(0, 20px);

    -o-transform: translate(0, 20px);

    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

    -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);

  }

  .navigation .sub-menu li.expanded > a:after,

  .navigation .children li.expanded > a:after {

    font-family: 'FontAwesome';

    font-style: normal;

    font-weight: normal;

    font-variant: normal;

    text-transform: none;

    line-height: 1;

    content: "\f061";

    position: absolute;

    right: 15px;

    top: 15px;

  }

  .navigation .sub-menu li:hover,

  .navigation .children li:hover {

    z-index: 2;

  }

  .navigation .sub-menu li:hover > .sub-menu,

  .navigation .children li:hover > .sub-menu {

    left: 98%;

    opacity: 1;

    visibility: visible;

    z-index: 3;

  }

  .navigation .sub-menu .sub-menu,

  .navigation .children .sub-menu {

    left: 110%;

    top: -20px;

  }

  .navigation .sub-menu a,

  .navigation .children a {

    color: #888;

    padding: 10px 20px;

    display: block;

  }

  .navigation .sub-menu a:hover,

  .navigation .children a:hover {

    color: #fff;

  }

  .navigation .sub-menu a:hover:after,

  .navigation .children a:hover:after {

    color: #fff;

  }

  .navigation .sub-menu li,

  .navigation .children li {

    display: block;

    text-transform: none;

    width: 100%;

    background-color: #fff;

    position: relative;

  }

  .navigation .sub-menu li:first-child,

  .navigation .children li:first-child {

    border-top: 3px solid transparent;

  }

  .navigation .sub-menu li.page_item_has_children > a:before,

  .navigation .children li.page_item_has_children > a:before,

  .navigation .sub-menu li.page_item_has_children > a:after,

  .navigation .children li.page_item_has_children > a:after {

    content: " ";

    display: table;

  }

  .navigation .sub-menu li.page_item_has_children > a:after,

  .navigation .children li.page_item_has_children > a:after {

    clear: both;

  }

  .navigation .sub-menu li.page_item_has_children > a:after,

  .navigation .children li.page_item_has_children > a:after {

    font-family: 'FontAwesome';

    font-style: normal;

    font-weight: normal;

    font-variant: normal;

    text-transform: none;

    line-height: 1;

    content: "\f054";

    float: right;

    margin-top: 5px;

  }

  .navigation .sub-menu li.page_item_has_children:hover .children,

  .navigation .children li.page_item_has_children:hover .children {

    visibility: visible;

    opacity: 1;

    left: 100%;

  }

  .navigation .sub-menu .children,

  .navigation .children .children {

    position: absolute;

    left: 110%;

    visibility: hidden;

    opacity: 0;

    top: -50%;

  }

  .menu-link {

    display: none;

  }

}

@media only screen and (min-width: 1200px) {

  .navigation > div > ul > li > a {

    padding: 40px 10px;

    font-size: 14px;

    font-weight: bold;

    letter-spacing: 1px;

  }

}



.navigation .sub-menu li:first-child,

.navigation .children li:first-child,

.navigation > div > ul > li:hover .sub-menu,

.navigation > div > ul > li:hover .children {

	border-top-color: #f47820;

}



.navigation .sub-menu li a:hover {

	background-color: #f47820;

	color: #fff !important;

}



/*------------------- Custom CSS ---------------------*/

ul {

	list-style: none;

}

.config-tool {

	position: fixed;

    right: 0;

    top: 50%;

    z-index: 1000;

	opacity: 0.5;

	-webkit-transition: all .5s ease .25s;

    transition: all .5s ease .25s;

}

.config-tool:hover {

	opacity: 1;

}

.config-tool ul.tabs.primary {

	list-style: none;

	border: none;

}

.config-tool ul.tabs.primary li a {

    margin-right: 0;

    background: #fff;

	color: #FFB500;

    /*width: 70px;*/

	padding: 0 15px;

    text-align: center;

    display: block;

	height: 50px;

    line-height: 50px;

	-webkit-transition: all .5s ease .25s;

    transition: all .5s ease .25s;

	border: none;

}

.config-tool ul.tabs.primary li.active a,

.config-tool ul.tabs.primary li:hover a {

    background: #FFB500;

	color: #fff;

}

.awe-item-html {

	min-height: 20px;

}

.awesection-fullscreen .awecontent-column {

    padding-left: 0;

	padding-right: 0;

	margin-left: 0;

	margin-right: 0;

}

.awecontent-layout .container-fluid {

    padding-left: 0;

	padding-right: 0;

}

.awecontent-layout .container-fluid .row {

    margin-left: 0;

	margin-right: 0;

}

.no-padding .awecontent-column {

	padding-left: 0;

	padding-right: 0;

}

.awe-col-content.text-center {

	text-align: center;

}

.awe-drupal-block-item {

	min-height: 30px;

}

html *[contenteditable="true"], html *[contenteditable="false"] {

	overflow: inherit;

}

.style-2.box-col {

  background-color: #eee;

}

.our-team-slider .owl-item {

  padding: 0 15px;

}

ul{

    padding: 0;

    margin: 0;

    list-style: none;

}

.box-list ul > li {

    padding: 7px 0 7px 30px;

    line-height: 180%;

    margin-bottom: 10px;

}

.box-list ul li {

    padding-bottom: 0;

    padding-top: 0;

}

.box-list ul > li:before {

    content: "\f00c";

    display: inline-block;

    font-family: fontAwesome;

    color: #FFB500;

    margin-right: 15px;

    position: absolute;

    left: 0;

}

.no-bg {

	background: none;

}

.no-padding {

	padding: 0;

}

.grid-1 {

	margin-bottom: 30px;

}



.tab-tool ul.tabs {

	border-bottom: 1px solid #ddd;

	padding-left: 0;

	list-style: none;

	min-height: 42px;

	margin-bottom: 30px;

	margin-left: 0;

}

.tab-tool ul.tabs > li {

	position: relative;

	display: block;

	float: left;

	margin-bottom: -1px;

}

.tab-tool ul.tabs > li > a {

	display: block;

	padding: 10px 15px;

	position: relative;

	text-transform: uppercase;

	margin-right: 2px;

	line-height: 1.42857143;

	border-radius: 4px 4px 0 0;

}

.tab-tool ul.tabs > li.active > a, 

.tab-tool ul.tabs > li.active > a:hover, 

.tab-tool ul.tabs > li.active > a:focus {

	color: #555;

	cursor: default;

	background-color: #fff;

	border: 1px solid #ddd;

	border-bottom-color: transparent;

}

.section-project-detail .slide-nav .slick-track {

	width: 100% !important;

}

tbody {

	border: none;

}

.search-wrapper {

	padding-top: 40px;

	padding-bottom: 40px;

    text-align: right;

}

.menu-link {

	padding-top: 35px;

	color: #111;

}

.video-fullwidth .thumb-video,

.video-fullwidth .thumb-video img {

	width: 100%;

}

.slider-fullwidth .owl-item img {

	width: 100%;

}

.slider-fullwidth .list-thumb-content {

	margin-left: 0 !important;

	margin-top: 40px;

}

.search-submit {

	display: none;

}

.block-simplenews .section-title {

	font-size: 32px;

	font-weight: 700;

}

.block-simplenews p {

	font-size: 16px;

	font-weight: 700;

	color: #999999;

	font-family: "Montserrat", sans-serif;

}

footer .social {

	text-align: left;

}

.mb-1 {

	margin-bottom: 10px;

}

.home-slider-button:hover a {

    background-color: #f47820 !important;

    border-color: #f47820 !important;

	color: #fff !important;

}

.tp-caption span {

	color: #f47820;

}

.worldmap_heading p {

	color: #111111;

    text-align: center;

    font-size: 70px;

    font-family: 'Montserrat';

    font-weight: 800;

    line-height: 80px;

}

.worldmap_heading p .yellow {

	color: #f47820;

}

.product-body .btn-base {

	background-color: #fff;

}

.product-body .btn-base-2:hover {

  	color: white !important;

  	background-color: #FFB900;

  	border-color: transparent;

}

.view-shop .view-filters form {

  	float: right;

	margin-bottom: 10px;

}

.view-shop .view-content {

	clear: both;

}

.views-exposed-form .views-exposed-widget {

	padding-right: 0;

}

tr.even, tr.odd {

  	background: none;

}

.page-checkout .line-item-total tbody, .page-checkout .line-item-total tr {

  	border: none;

}

.commerce-order-handler-area-order-total .commerce-price-formatted-components tr.component-type-commerce-price-formatted-amount {

    font-weight: bold;

	font-size: 20px;

}

.cart-cn .line-item-summary .line-item-total-raw, 

.page-cart .line-item-total .line-item-total-raw, 

.page-checkout .line-item-total .component-total {

	color: #f47820;

}

#edit-basic #edit-keys {

	margin-top: 20px;

}

.node-content .field,

.node-article .link-wrapper,

.node-article .submitted {

	margin-bottom: 20px;

}

table {

	width: 100%;

}

td, th {

    padding: 10px 0;

}

#block-comment-recent li {

	margin-bottom: 20px;

}

#block-comment-recent li a {

	padding-right: 15px;

}

/*---------------------- Accordions ----------------------*/

.awe-accordion > .group {

    border: 1px solid #eeeeee;

    box-shadow: none;

    border-radius: 0 !important;

    margin-bottom: 5px;

}

.awe-accordion > .group > .ui-accordion-header {

    display: block;

    height: 50px;

    line-height: 50px;

    outline: none;

    position: relative;

    background-color: transparent;

    padding-left: 50px;

    color: #444444;

    font-size: 15px;

    font-weight: 700;

    -webkit-transition: all ease 0.4s;

    transition: all ease 0.4s;

}

.awe-accordion > .group > .ui-accordion-header.ui-state-active {

    background-color: #1B273D;

    color: white;

}

.awe-accordion > .group > .ui-accordion-header:before {

    content: "\f106";

    font-family: fontAwesome;

    display: inline-block;

    position: absolute;

    top: 0;

    left: 0;

    bottom: 0;

    height: 100%;

    width: 50px;

    text-align: center;

    font-size: 20px;

    font-weight: bold;

    background-color: transparent;

    color: #cccccc;

}

.awe-accordion > .group > .ui-accordion-header.ui-state-active:before {

    content: "\f107";

    background-color: #f47820;

    color: white;

}

.awe-accordion > .group > .ui-accordion-header > .title-accr {

    display: block;

    padding-left: 15px;

	height: 50px;

	line-height: 50px;

}

.awe-accordion > .group > .ui-accordion-header.ui-state-active .title-accr {

    color: white;

}

.awe-accordion > .group > .ui-accordion-header:hover,

.awe-accordion > .group > .ui-accordion-header.ui-state-hover {

	color: #f47820;

	background-color: transparent;

}

.awe-accordion > .group > .ui-accordion-header.ui-state-active:hover,

.awe-accordion > .group > .ui-accordion-header.ui-state-active.ui-state-hover {

	background-color: #1B273D;

    color: white;

}



/*------------------------------ Header Styles -----------------------------*/

.header-preset-02 .navigation > div > ul > li:hover > a {

  	border-bottom-color: #D4951A;

	color: #fff;

}

.header-preset-02 .navigation > div > ul > li > a:hover:before {

    visibility: hidden;

}

.header-preset-02 .navigation {

	background-color: #f47820;

}

.scheme.header-preset-02 .top-area {

  	background-color: #1B273D;

  	color: #A3A8B2;

}

.scheme.header-preset-02 .header {

  	background-color: #263247;

  	color: #999;

}

.scheme.header-preset-02 .header-right i {

  	color: #f47820;

  	border-color: #f47820;

}

.scheme.header-preset-02 .extra-info {

  	color: #fff;

  	padding: 30px 0;

	text-align: left;

}

.scheme.header-preset-02 .search-wrapper i {

  	color: #fff;

}

.header-preset-02 .menu-link {

	color: #fff;

}

.header-preset-02 .header-right {

	text-align: right;

}

.header-preset-02.full-bg .nav {

	background-color: #f47820;

}



.header-preset-03 .navigation > div > ul > li:hover > a {

  	border-top: 5px solid #D4951A;

	color: #fff;

}

.header-preset-03 .navigation > div > ul > li > a:hover:before,

.header-preset-03 .navigation > div > ul > li > a:after {

    visibility: hidden;

	display: none;

}

.header-preset-03 .navigation {

	background-color: #1B273D;

}

.scheme.header-preset-03 .extra-info {

  	color: #111111;

  	padding: 30px 0;

	text-align: left;

}

.header-preset-03 .extra-info span {

    color: #999999;

}

.scheme.header-preset-03 .header-right i {

  	color: #f47820;

  	border-color: #f47820;

}

.scheme.header-preset-03 .search-wrapper i {

  	color: #111111;

}

.header-preset-03 .header-right {

	text-align: right;

}

.header-preset-03.full-bg .nav {

	background-color: #1B273D;

}



.scheme.header-preset-04 .header-right span {

    color: #fff;

}

.scheme.header-preset-04 .header-right span.menu-link {

    color: #111111;

}

.scheme.header-preset-04 .search-wrapper i,

.scheme.header-preset-04 .social .menu li a {

  	color: #fff;

}

.header-preset-04 .navigation > div > ul > li > a:hover:before,

.header-preset-04 .navigation > div > ul > li > a:after {

    visibility: hidden;

	display: none;

}

.header-preset-04 .header-right {

	text-align: right;

}



.scheme.header-preset-05 .header {

    background-color: #1B273D;

}

.scheme.header-preset-05 .header-right span,

.scheme.header-preset-05 .search-wrapper i {

    color: #fff;

}

.header-preset-05 .header-right {

	text-align: right;

}



.header-preset-06 .navigation > div > ul > li > a:hover:before {

	visibility: hidden;

	display: none;

}

.header-preset-06 .navigation > div > ul > li > a:after {

    background-color: #DDDDDD;

}

.header-preset-06 .navigation > div > ul > li:hover > a {

	color: #111111;

}

.header-preset-06 .header-right {

	text-align: right;

}



@media only screen and (min-width: 992px) {

.header-preset-02 .navigation > div > ul > li > a, 

.header-preset-03 .navigation > div > ul > li > a, 

.header-preset-05 .navigation>div>ul>li>a {

	margin: 0;

}

.header-preset-02 .navigation > div > ul > li > a {

	color: #111;

	border-right-color: #E5A300;

}

.header-preset-03 .navigation > div > ul > li > a {

	color: #fff;

	border-right-color: #3D475A;

}

.header-preset-03 .navigation > div > ul > li > a,

.header-preset-05 .navigation > div > ul > li > a {

	color: #fff;

}

.header-preset-05 .navigation > div > ul > li > a {

	padding-top: 35px;

	padding-bottom: 35px;

}

}



@media only screen and (max-width: 991px) {

	.top-area .widget_text {

		text-align: center;

		margin-bottom: 15px;

	}

	.top-area .social {

    	text-align: center;

	}

	.menu-link {

		padding-top: 35px;

	}

	.box-introduction:after {

		display: none;

	}

}

@media only screen and (max-width: 786px) {

	.slick-next {

		right: 0px;

	}

	.slick-prev {

		left: 0px;

	}

}

@media only screen and (max-width: 562px) {

	.menu-link {

		padding-top: 75px;

	}

	.nav.fixed .menu-link,

	.header .menu-link {

		padding-top: 25px;

	}

}



.header.fixed, .nav.fixed {

	position: fixed; 

	top: 0;

	z-index: 9999;

}

.header-preset-1 .header.fixed,

.header-preset-03 .header.fixed,

.header-preset-04 .header.fixed,

.header-preset-06 .header.fixed {

	background: #fff;

}

.header-preset-02 .nav.fixed {

	background: #f47820;

}

.header-preset-03 .nav.fixed {

	background: #1B273D;

}

.header-preset-04 .header.fixed li a,

.scheme.header-preset-04 .header.fixed .header-right span {

	color: #111;

}



/*----------------------------- Pagination ------------------------*/

.pagination li a {

    display: inline-block;

    text-align: center;

    /*padding: 10px 15px;*/

    margin-right: 5px;

    /*background-color: #f47820;*/

    /*color: white;*/

    /*font-weight: 600;*/

    border: 1px solid transparent;

    -webkit-transition: all ease 0.3s;

    transition: all ease 0.3s;

    margin-top: 5px;

}

.pager{
  text-align: center;
}

.pagination li a:hover {

    color: #f47820;

    background-color: transparent;

    border-color: #f47820;

}

.pagination li.current-page {

    color: #f47820;

    background-color: transparent;

    border-color: #f47820;

	padding: 10px 15px;

	text-align: center;

	font-weight: 600;

	margin-right: 5px;

	margin-top: 5px;

}



/*------------------------- Custom Mini Cart Top --------------------*/

ul.cart_list {

	list-style: none;

    padding: 0;

    margin: 0;

}

ul.cart_list li {

	margin: 0 0 15px 0;

    list-style: none;

	text-align: start;

    display: block;

	padding: 0 15px 7px;

	position: relative;

	float: left;

    width: 100%;

	border-bottom: 1px solid #EEEEEE;

}

ul.cart_list li a {

    display: block;

	font-weight: 700;

	font-family: "Lato", sans-serif;

}

.scheme .header li a {

	color: #111;

}

ul.cart_list a.remove {

	color: #F00;

	text-decoration: none;

	border: 0;

	font-weight: 700;

	display: block;

	font-size: 20px;

    height: 20px;

    width: 20px;

    text-align: center;

    line-height: 18px;

    float: right;

    position: relative;

    top: auto;

    left: auto;

    -webkit-border-radius: 100%;

    -moz-border-radius: 100%;

    border-radius: 100%;

}

ul.cart_list li img {

	margin-left: 4px;

	height: auto;

    box-shadow: none;

	margin-right: 10px;

	float: left;

	max-width: 70px;

}

ul.cart_list li .delete-line-item {

	position: absolute;

    right: 14px;

    top: 0;

    width: 20px;

    height: 20px;

    font-size: 0;

    text-indent: -9999;

    background: none;

}

.mini-cart .line-item-summary {

	clear: left;

    padding: 0 15px;

}

.mini-cart .line-item-summary {

	clear: left;

    padding: 0 15px;

}

.mini-cart .links {

	margin-top: 10px;

    padding-bottom: 30px;

}

.mini-cart .line-item-summary-view-cart {

	float: left;

	margin-left: 20px;

}

.mini-cart .line-item-summary-checkout {

	float: right;

	margin-right: 20px;

}

.mini-cart .line-item-summary-view-cart a,

.mini-cart .line-item-summary-checkout a {

	margin: 0;

    line-height: 1;

    cursor: pointer;

    position: relative;

    font-family: inherit;

	overflow: visible;

	font-weight: 700;

	left: auto;

	white-space: nowrap;

    display: inline-block;

	box-shadow: none;

    -webkit-box-shadow: none;

    text-shadow: none;

	border-radius: 0;

	font-size: 13px;

    letter-spacing: 0.1em;

    margin-bottom: 0;

	text-decoration: none;

	vertical-align: top;

    padding: 8px 15px;

    text-transform: uppercase;

    border: none;

	background-color: #f47820;

	color: #AAAAAA;

}

.mini-cart .line-item-summary-view-cart a:hover,

.mini-cart .line-item-summary-checkout a:hover {

	background-color: #1B273D;

	color: #fff;

}



/*------------------------ Page Checkout Review ----------------------*/

.checkout-review {

  width: 100%;

}

table.checkout-review .pane-title td,

.commerce_payment legend {

  font-size: 20px;

  padding: 10px 15px;

  font-weight: bold;

}



table.checkout-review .pane-data-full {

  padding-top: 10px;

  padding-bottom: 10px;

}



.commerce_payment legend {

  border-bottom: none;

}

#payment-details .form-item-commerce-payment-payment-details-credit-card-exp-month,

#payment-details .form-item-commerce-payment-payment-details-credit-card-exp-year,

#payment-details .form-item-commerce-payment-payment-details-credit-card-exp-month label {

  float: left;

}



#payment-details .form-item-commerce-payment-payment-details-credit-card-exp-month label {

  margin-top: 14px;

}



.commerce-month-year-divider {

  margin: 27px 3px 0 5px;

  float: left;

}

.form-control.auto {

  width: auto;

}



@media (max-width: 768px) {

  .block-md-slider {

    display: none;

  }

}



/*VIEWS SEMAFORO*/

.lamp{
  height: 13px;
  width: 13px;
  border-radius: 25px;
}

.lamp#verde{
  background-color: green;
  margin: 0 auto;
}

.lamp#vermelho{
  background-color: red;
  margin: 0 auto;
}

.lamp#amarelo{
  background-color: #fff73e;
  margin: 0 auto;
}

.lamp#vazio{
  border:2px solid;
  margin: 0 auto;
}

.lamp#cinza{
  background-color: #9c9c9c;
  margin: 0 auto;
}

/*hide tabs form*/

.page-node-add div.vertical-tabs{
  display: none;
}

/*PERFIL*/

.region-sidebar #block-block-4{
  padding: 20px;
  border: 2px solid #f47820;
  font-size: 13px;
}

.page-user .block-views{
  padding: 20px;
  border: 1px dotted #ddd;
  margin: 20px 0;
}

.front #node-11 .box .info-desc{
  text-align: justify;
}

/*BANNER*/

.region-banner .block-bean h1.entry-title{
  color: #fff;
}

.region-banner #block-block-5 .container{
  padding: 30px 0 5px 0;
  border-bottom: 1px solid #f47820;
}

/*CONTACTOS*/

.page-node-69 .awecontent-section .container{
  margin-top: 50px;
  margin-bottom: 50px;
}

.page-node-69 .awecontent-section .container .form-actions{
  margin-left: 15px;
}

.page-node .block-views{
  padding: 20px;
  border: 1px dotted #ddd;
  margin: 20px 0;
}

/*TRABALHADORES*/

.node-type-trabalhadores .node-content .field-label{
  float: left;
}

.node-type-trabalhadores .node-content .field{
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 5px;
}

/*MÁQUINAS*/

.node-type-m-quinas .node-content .field{
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 5px;
}

/*PRODUTOS Q*/

.node-type-produtos-qu-micos .node-content .field{
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 5px;
}

.front .title-node{
  display: none;
}

.page-node-69 .title-node{
  display: none;
}

.region-content #block-block-6{
  padding: 20px;
  border: 2px solid #f47820;
  font-size: 13px;
}

.region-sidebar #block-block-9{
  padding: 20px;
  border: 2px solid #f47820;
  font-size: 13px;
}

.region-sidebar #block-block-6{
  padding: 20px;
  border: 2px solid #f47820;
  font-size: 13px;
}

.region-sidebar #block-block-7{
  padding: 20px;
  border: 2px solid #f47820;
}

/*LOGIN*/

#modal-content .item-list li{
  margin: 0px!important;
}

#modal-content .form-actions{
  text-align: center;
}

/*TABELAS*/

.page-user, .node-type-trabalhadores, .node-type-m-quinas, .node-type-produtos-qu-micos{
  font-size: 13px;
} 

.page-user .block-views .view-content table .row-empresa{
  width: 60%;
} 

.page-user .view-content table .row-semaforo{
  width: 10%;
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;

}

.page-user .block-views .view-content table tr th{
  text-align: center;
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;
  border-top:1px solid #ccc;
  padding: 5px;
} 

.page-user .block-views .view-content table tr .views-field-field-nome-da-empresa{
  text-align: left;
  padding:0px;
  border-top: 0px;
  border-left: 0px;
  width: 30%;
}

.page-user .block-views .view-content table tr .views-field-title{
  text-align: center;
}

.page-user .block-views .view-content table tr .views-field-status{
  text-align: center;
  border: 1px solid #ccc;
}  

.page-user .block-views .view-content table tr .views-field-field-subcontratada{
  text-align: center;
  border: 1px solid #ccc;
}

.page-user .view-content table tr td{
  padding: 5px 0px;
}

.view-filters .form-control{
  font-size: 12px;
  padding: 5px;
  border-color: #ccc;
}

.page-user .view-filters .views-submit-button{
  margin: 22px 10px;
}

.page-user .view-filters .views-submit-button input{
  padding: 5px 10px;
  font-size: 12px;
}

.page-user .view-content input{
  padding: 5px 10px;
  font-size: 12px;
}

.page-controlo-de-acessos .view-filters .views-submit-button{
  margin: 22px 10px;
}

.page-controlo-de-acessos .view-filters .views-submit-button input{
  padding: 5px 10px;
  font-size: 12px;
}

.page-controlo-de-acessos input{
  padding: 5px 10px;
  font-size: 12px;
}

.page-controlo-de-acessos .views-exposed-widget input{
  margin: 0px!important;
}

.page-user .block-quicktabs{
  margin-top: 50px;
}

.page-user .views-exposed-widget{
  padding-right: 20px;
}

.page-user .profile{
  font-size: 12px;
}

.page-user .profile .field-group-accordion-item{
  font-size: 12px;
  height: auto!important;
}

/*Controlo de Acessos*/

.page-controlo-de-acessos #block-system-main{
  padding-top: 20px;
}

.page-controlo-de-acessos .views-exposed-widget{
  padding-right: 20px;
}

div#edit-field-data-de-sa-da.field-type-datetime.field-name-field-data-de-sa-da.field-widget-date-select.form-wrapper{
  display: none!important;
}

div#edit-field-data-de-sa-da-ep.field-type-datetime.field-name-field-data-de-sa-da-ep.field-widget-date-select.form-wrapper{
  display: none!important;
}

.page-controlo-de-acessos .view-content td{
  padding: 7px;
  border: 1px solid;
  font-size: 13px;
}

.page-controlo-de-acessos .view-content th{
  background-color: #83898e;
  color: #fff;
  padding: 7px;
  border: 1px solid;
}

.page-controlo-de-acessos .view-content fieldset legend{
  display: none;
}
.page-controlo-de-acessos .view-content fieldset input{
margin-bottom: 20px;
margin-right: 10px;
}

.page-controlo-de-acessos #block-views-exp-controlo-de-acessos-page{
  padding: 10px;
  font-size: 13px;
  border: 2px solid #f47820;
}

.page-controlo-de-acessos .view-content .Entrada-Pontual{
  background-color: #ffedc5;
}
/*HIDE BLOCK from CONTACTS*/
.page-node-69 #block-quicktabs-blocos-empresa{
  display: none;
}