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

body {
  margin: 0;
}

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

video {
  display: inline-block;
  vertical-align: baseline;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

b {
  font-weight: 700;
}

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

sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

code {
  font-size: 1em;
}

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

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

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

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

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

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

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

button,
input,
select {
  font-family: Roboto, sans-serif;
  font-size: inherit;
  line-height: inherit;
}

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

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

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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h1,
h1 {
  font-size: 36px;
}

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

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

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

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

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

p {
  margin: 0 0 10px;
}

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

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

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

.text-uppercase {
  text-transform: uppercase;
}

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

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

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

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

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

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

ul ul {
  margin-bottom: 0;
}

dd {
  line-height: 1.42857143;
}

dd {
  margin-left: 0;
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code {
  font-family: Roboto, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-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:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

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

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

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

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

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

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

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

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

.form-group {
  margin-bottom: 15px;
}

input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}

.form-group-sm .form-control,
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.form-group-sm .form-control,
select.input-sm {
  height: 30px;
  line-height: 30px;
}

select[multiple].form-group-sm .form-control,
select[multiple].input-sm {
  height: auto;
}

.form-group-lg .form-control,
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.form-group-lg .form-control,
select.input-lg {
  height: 46px;
  line-height: 46px;
}

select[multiple].form-group-lg .form-control,
select[multiple].input-lg {
  height: auto;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}

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

.btn.disabled,
.btn[disabled] {
  pointer-events: none;
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}

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

.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active {
  background-image: none;
}

.btn-default.disabled,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover {
  background-color: #fff;
  border-color: #ccc;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

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

.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active {
  background-image: none;
}

.btn-success.disabled,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

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

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

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

.btn-group-lg > .btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

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

.btn-group-xs > .btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}

.open > a {
  outline: 0;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  float: left;
}

.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > .btn:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical
  > .btn-group:last-child:not(:first-child)
  > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group .form-control,
.input-group-btn {
  display: table-cell;
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group .form-control:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group .form-control:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

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

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

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

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

@media (min-width: 768px) {
  .container > .navbar-header {
    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-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 1px 0 rgba(255, 255, 255, 0.1);
}

@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 .form-control,
  .navbar-form .input-group .input-group-btn {
    width: auto;
  }

  .navbar-form .input-group > .form-control {
    width: 100%;
  }
}

@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;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

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

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

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

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

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

@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-text {
  color: #777;
}

.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #333;
}

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

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

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

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

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

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

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

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

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

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

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

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

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

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

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

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

  to {
    background-position: 0 0;
  }
}

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

  to {
    background-position: 0 0;
  }
}

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

  to {
    background-position: 0 0;
  }
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

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

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

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

.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group {
  margin-bottom: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

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

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

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

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.container:after,
.container:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after,
.container:after,
.navbar-header:after,
.navbar:after,
.panel-body:after,
.row:after {
  clear: both;
}

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

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

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

.hidden {
  display: none !important;
  visibility: hidden !important;
}

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

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

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

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

@font-face {
  font-family: FontAwesome;
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0)
      format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

.fa-star:before {
  content: "\f005";
}

.fa-check:before {
  content: "\f00c";
}

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

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

.fa-download:before {
  content: "\f019";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-font:before {
  content: "\f031";
}

.fa-italic:before {
  content: "\f033";
}

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

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

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

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

.fa-key:before {
  content: "\f084";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-phone:before {
  content: "\f095";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-group:before {
  content: "\f0c0";
}

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

.fa-save:before {
  content: "\f0c7";
}

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

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

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

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

.fa-maxcdn:before {
  content: "\f136";
}

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

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

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-try:before {
  content: "\f195";
}

.fa-institution:before,
.fa-university:before {
  content: "\f19c";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-language:before {
  content: "\f1ab";
}

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

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

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

@font-face {
  font-family: revicons;
  src: url(../font/revicons.eot?5510888);
  src: url(../font/revicons.eot?5510888#iefix) format("embedded-opentype"),
    url(../font/revicons.woff?5510888) format("woff"),
    url(../font/revicons.ttf?5510888) format("truetype"),
    url(../font/revicons.svg?5510888#revicons) format("svg");
  font-weight: 400;
  font-style: normal;
}

[class*=" revicon-"]:before,
[class^="revicon-"]:before {
  font-family: revicons;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
}

body,
p {
  font-weight: 400;
  line-height: 24px;
}

h1,
h3 {
  line-height: normal;
}

body,
h4,
h5,
p {
  line-height: 24px;
}

.wrapper,
body {
  width: 100%;
}

body {
  position: relative;
}

.logo a,
a {
  outline: 0;
}

* {
  padding: 0;
  margin: 0;
}

body {
  font-size: 14px;
  color: #8c9099;
  font-family: Roboto, sans-serif;
  background: #fff;
  height: 100%;
  overflow: scroll;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #f5d76e;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: underline;
}

.logo a,
a.button:active,
a.button:focus,
a.button:hover,
input.button:active,
input.button:focus,
input.button:hover {
  text-decoration: none;
}

.footer-link a {
  color: #ccc !important;
}

.footer-link a:active,
.footer-link a:focus,
.footer-link a:hover {
  color: #fff !important;
}

h1,
h2,
h4,
h5 {
  margin: 0 0 15px;
}

.section_gap {
  padding: 35px 0 65px;
}

p {
  padding-bottom: 0px;
}

.uppercase {
  text-transform: uppercase;
}

::-webkit-input-placeholder {
  color: #acadbf;
}

:-moz-placeholder {
  color: #acadbf;
  opacity: 1;
}

::-moz-placeholder {
  color: #acadbf;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #acadbf;
}

p {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  margin: 0;
}

h1,
h2,
h3 {
  font-weight: 700;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: Roboto, sans-serif;
}

h3,
h4,
h5 {
  font-family: Roboto, sans-serif;
}

h1 {
  font-size: 73px;
}

h1 span {
  font-size: 60px;
  line-height: 23px;
}

h2 {
  font-size: 43px;
  color: #273342;
  line-height: 57px;
  text-transform: none;
  letter-spacing: -1px;
}

h3 {
  font-size: 17px;
  margin: 0 0 22px;
}

h4 {
  font-size: 16px;
  font-weight: 600;
}

h5 {
  font-size: 14px;
  font-weight: 400;
}

.heading {
  text-align: left;
  padding-bottom: 60px;
}

.heading .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 15px;
  padding-left: 15px;
}

.heading h1 {
  color: #273342;
  display: block;
  line-height: 63px;
  padding: 0;
  text-align: center;
}

.heading h1 span {
  display: block;
  line-height: 56px;
}

h1.course-list-head {
  width: 100%;
  float: left;
  color: #333;
  text-transform: uppercase;
  line-height: 40px;
  font-weight: 700;
  margin: 0 0 30px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  position: relative;
  text-align: center;
}

h1.course-list-head div {
  position: absolute;
  top: 0;
  bottom: -60px;
  left: 0;
  right: 0;
  margin: auto;
  width: 35px;
  height: 1px;
  background: #333;
}

.header_v1 .banner,
.header_v2 .banner,
.header_v3 .banner,
.header_v4 .banner,
.header_v5 .banner {
  background: #cacaca;
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  h1.course-list-head {
    font-size: 20px;
  }
}

.heading p {
  font-size: 16px;
  font-weight: 400;
  color: #8c9099;
  line-height: 24px;
}

header {
  position: relative;
}

.header_v1 .banner {
  margin: 0 auto !important;
}

.header_v2 .banner {
  margin: 0 auto !important;
}

.header_v3 .banner {
  margin: 0 auto !important;
}

.thanks {
  font-size: 24px !important;
  font-weight: 700 !important;
}

.header_v4 .banner {
  margin: 0 auto !important;
}

.header_v5 .banner {
  margin: 0 auto !important;
}

.logo a {
  color: #fff;
}

.menu {
  display: block;
}

.header_v5 .header-video {
  position: relative;
  overflow: hidden;
  margin-bottom: -35px;
}

.header_v5 .header-video video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.header_v5 .header-video--media {
  width: 100%;
  height: auto;
}

.menu {
  margin-top: 0;
  z-index: 99999999;
  left: 0;
  right: 0;
}

.logo {
  float: left;
  width: auto;
  height: auto;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .logo {
    margin-top: 30px;
  }
}

.logo a {
  font-size: 30px;
  line-height: normal;
  font-weight: 700;
  padding: 0 !important;
  text-transform: none;
}

.logo a:hover {
  border: none !important;
}

.logo a span {
  font-size: 60px;
  color: #446b97;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 58px;
  height: 58px;
  margin-right: 10px;
}

.navwrapper .container {
  padding: 0;
  width: auto;
}

.navbar-header {
  display: block !important;
}

#status p,
a.button,
input.button {
  text-align: center;
}

.navbar-wrapper {
  margin-top: 0;
  height: inherit;
  position: relative !important;
  z-index: 15;
}

#status,
.form-header,
ul.language {
  position: absolute;
}

.navbar-wrapper .container {
  padding: 0;
}

.navbar.navbar-inverse.navbar-static-top {
  margin: 0 auto;
  background: 0 0;
  color: #fff;
  border: none;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.navbar.navbar-inverse.navbar-static-top a {
  color: #fff;
  padding: 31px 12px;
  line-height: 18px;
  text-align: center;
}

.navbar.navbar-inverse.navbar-static-top a:hover {
  background: 0 0;
  border-bottom: 2px solid;
}

.inner-page .navbar.navbar-inverse.navbar-static-top a:hover {
  border: none;
}

ul.language {
  right: 13px;
  top: 18px;
  padding: 0 0 0 23px;
  margin: 0;
  z-index: 99999;
}

ul.language li {
  display: block;
}

ul.language li i {
  margin: 2px 0 0 7px;
  color: #c6c8cd;
  font-size: 11px;
}

ul.language li a {
  font-size: 12px;
  line-height: 13px;
  color: #fff;
  font-weight: 400;
  padding-left: 26px;
  background: url(flag.png) 0 3px no-repeat !important;
}

ul.language li a:hover {
  border: none !important;
}

ul.language li ul {
  background-color: #1d385a;
  padding: 15px 20px;
  margin: 0;
  right: 0;
  top: 35px;
  left: inherit;
  -webkit-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}

ul.language li ul li {
  font-size: 13px;
  line-height: normal;
  color: #d7dee4;
  padding: 0;
  margin: 0;
}

ul.language li ul li a {
  font-size: 13px;
  line-height: 24px;
  color: #d7dee4;
}

ul.language li ul li a:focus,
ul.language li ul li a:hover {
  background-color: inherit;
  color: #fff;
  border: none !important;
}

.form-header {
  left: 0;
  right: 0;
  top: 160px;
  margin: 0 auto;
}

.form-container {
  width: 450px;
  padding: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: right;
}

.form-container h2 {
  font-size: 36px;
  line-height: 24px;
  color: #2f4e71;
  font-weight: 700;
  letter-spacing: -2px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 10px;
}

.form-container h2 span {
  font-size: 17px;
  text-transform: none;
  line-height: 40px;
  color: #333850;
  letter-spacing: -1px;
  display: block;
}

.form-row {
  letter-spacing: 0;
}

.form-row {
  margin-bottom: 17px;
  font-size: 0;
}

a.button,
input.button,
input.normal,
select.normal {
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

input.normal,
select.normal {
  line-height: normal;
  color: #acadbf;
  font-weight: 400;
  padding: 9px 25px;
  width: 100%;
  height: auto;
  background: #fff;
  display: inline-block;
  border: none;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

select.normal {
  padding: 9px 20px;
}

input.normal.last {
  float: right;
}

a.button,
input.button {
  float: left;
  line-height: 52px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding: 0;
  width: 100%;
  height: 53px;
  background: #0093d1;
  border: none;
  border-bottom: 3px solid #2d343e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.white_section {
  background-color: #fff;
}

#status {
  width: 200px;
  height: 200px;
  color: #fff;
  left: 50%;
  top: 50%;
  background-image: url(preloader.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}

.grey_section {
  background-color: #fafafb;
}

.btn-primary {
  background: #2f4e71;
  font-weight: 700;
  text-transform: uppercase;
}

.tab_text {
  padding-left: 0;
}

.btn-primary {
  line-height: 50px;
  font-size: 15px;
  color: #fff;
  border: none;
  border-bottom: 3px solid #243c58;
  display: inline-block;
  padding: 0 47px;
  -webkit-border-radius: 0;
  border-radius: 0;
}

ul.list li {
  font-family: Roboto, sans-serif;
}

#blog.section_gap {
  padding: 70px 0;
}

.button {
  padding: 0;
}

#contact.section_gap {
  padding: 80px 0 90px;
}

ul.list li {
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}

ul.list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}

ul.list li {
  font-size: 13px;
  color: #dcdce5;
  padding: 0;
  margin: 0 0 5px;
}

.footer {
  background-color: #e4e5e8;
  padding: 15px 0;
  width: 100%;
  float: left;
/*  position: fixed;*/
  bottom: 0;
  z-index: 9999999;
}

b.call-us {
  color: #fff;
  font-size: 26px;
  width: 100%;
  float: left;
  text-align: center;
  padding-top: 2px;
}

.footer p {
  font-size: 13px;
  color: #dcdce5;
}

.footer p {
  padding: 0;
}

div.banner-slider {
  width: 100%;
  float: left;
  background: url(/images/header-image/image01.jpg) center center no-repeat;
  height: auto;
  background-size: cover;
  position: relative;
  padding: 95px 0 132px;
}

@media screen and (max-width: 767px) {
  div.banner-slider {
    padding: 0;
  }
}

div.banner-slider-thanks {
  height: 600px;
}

div.banner-background {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(45, 52, 65, 0.9);
  top: 0;
  left: 0;
}

div.left-text {
  width: 100%;
  float: left;
  position: relative;
}

div.left-text h3 {
  padding: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}

div.left-text p {
  font-size: 22px;
  padding: 10px 0 0;
  margin: 0;
}

div.left-text ul {
  margin: 20px 0 0 13px;
  line-height: 30px;
  font-size: 18px;
  color: #ccc;
}

div.form {
  width: 60%;
  margin: 0 auto;
}

.heading-one {
  margin-top: -50px;
}

@media screen and (min-width: 960px) and (max-width: 1280px) {
  .form-container {
    padding: 20px;
  }

  .form-container h2 {
    font-size: 32px;
  }

  .form-container h2 span {
    font-size: 15px;
  }

  input.normal,
  select.normal {
    font-size: 14px;
    padding: 10px 15px;
  }
}

@media screen and (max-width: 810px) {
  h1 {
    font-size: 45px;
  }

  h1 span {
    font-size: 26px;
    line-height: 22px;
  }

  h2 {
    font-size: 30px;
    line-height: normal;
  }

  .logo {
    text-align: center;
    float: none !important;
    left: 71px;
    margin-top: 17px;
  }

  .section_gap {
    padding: 40px 0;
  }

  .navbar.navbar-inverse.navbar-static-top a:hover {
    background-color: none;
  }

  .navbar-header {
    float: none;
    height: 80px;
  }

  .navbar .container {
    padding: 0;
  }

  .form-container,
  .form-header {
    position: static;
  }

  .footer {
    text-align: center;
  }

  .form-container {
    width: 450px;
    margin: 15px 0;
    padding: 15px;
  }

  .form-container h2 {
    font-size: 28px;
  }

  .button {
    padding: 0 15px;
  }

  .footer .pull-left,
  .footer .pull-right {
    float: none !important;
  }

  .header_v5 .video-header {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  .header_v5 {
    position: relative;
  }
}

@media screen and (max-width: 680px) {
  .tab_text {
    padding-left: 15px;
  }
}

.course-list {
  float: left;
  width: 100%;
  margin: 28px 0;
}

.course-list ul {
  margin: 20px 0 0;
  float: left;
  width: 100%;
  padding: 0;
  list-style: none;
}

.course-list ul li {
  display: block;
  line-height: 35px;
}

.course-list ul li i {
  margin: 0 8px 0 0;
  color: #666;
}

.course-list ul li a,
.course-list a {
  color: #666;
  font-size: 15px;
  line-height: 35px;
}

.course-list .headding {
  float: left;
  width: 100%;
  padding: 15px;
  background-color: #0093d1;
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
}

.course-list ul li a:hover,
.course-list a:hover {
  transition: 0.5s;
  padding: 0 0 0 3px;
  color: #243c58;
}

.pagination > li > a:hover {
  padding: 6px 12px !important;
}

.mc_input {
  display: block;
  font-weight: 400;
  color: #7f7f7f;
  background-color: #fff;
  background-image: none;
  border: 2px solid #9faab6;
  -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;
  height: 46px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 2;
  border-radius: 3px;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
}

div.row-one {
  margin-top: 15px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .section_gap {
    padding: 40px 0 200px;
  }

  div.banner-slider {
    padding: 70px 0 100px;
  }
}

@media (min-width: 811px) and (max-width: 991px) {
  div.margin-bottom {
    margin-bottom: 15px;
  }

  .section_gap {
    padding: 40px 0 200px;
  }

  .form-container {
    margin-top: 50px;
    float: left;
  }
}

@media (min-width: 768px) and (max-width: 810px) {
  .logo {
    width: 250px;
    margin-top: 0 !important;
  }

  .form-header {
    margin-bottom: 50px;
  }

  div.margin-bottom {
    margin-bottom: 15px;
  }

  .form-container {
    margin-top: 50px;
    float: left;
  }
}

@media (max-width: 767px) {
  div.form-container {
    margin-bottom: 100px;
  }

  .logo {
    margin-top: 15px !important;
  }

  .footer .pull-left,
  .footer .pull-right {
    width: 100%;
    float: Left !important;
  }

  div.margin-bottom {
    margin-bottom: 15px;
  }

  #contact.section_gap {
    padding: 80px 0 145px;
  }

  .form-container {
    margin-top: 50px;
    float: left;
    width: 100%;
  }

  .footer {
    position: relative;
  }
}

@media (max-width: 810px) {
  .navbar-header {
    float: right;
  }

  .logo {
    float: left;
  }

  .section_gap {
    padding: 40px 0;
    padding-top: inherit;
  }
}

@media (max-width: 767px) {
  .section_gap {
    padding: 40px 0;
    padding-top: inherit;
  }
}

@media (max-width: 400px) {
  a.button,
  input.button {
    font-size: 12px;
  }

  #contact.section_gap {
    padding: 80px 0 180px;
  }
}

@media (max-width: 360px) {
  div.form-container {
    margin-bottom: 30px;
  }
}

.heading h3 {
  display: inline-block;
}

body {
  padding-top: 80px;
}

h3 {
  font-family: Roboto, sans-serif;
  font-size: 20px;
}

.logo a {
  color: #000;
}

.navbar-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  background: #ff7900;
}

.page_head {
  padding: 20px 0;
}

.page_head h2 {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 38px;
  color: #000;
  line-height: normal;
  margin-top: 10px !important;
}

.navbar.navbar-inverse.navbar-static-top a {
  color: #fff;
}

ul.language {
  top: 28px !important;
}

ul.language li a {
  color: #fff;
  line-height: 26px !important;
  padding: 0 0 0 26px !important;
  text-align: left !important;
}

.navbar.navbar-inverse.navbar-static-top ul.language li a:hover {
  color: #000 !important;
  background-color: inherit;
}

ul.language li ul {
  top: 51px;
}

ul.language li ul li a {
  color: #d7dee4 !important;
}

.navbar.navbar-inverse.navbar-static-top ul.language li ul li a:hover {
  color: #fff !important;
}

.heading {
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.heading .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 15px;
  padding-left: 15px;
}

.heading h3 {
  letter-spacing: 3px;
  line-height: normal;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  color: #4d535a;
}

.heading p {
  font-weight: 400;
  color: #848592;
  line-height: 24px;
  border: none;
}

.pagination {
  text-align: center !important;
  display: inherit !important;
}

.pagination > li {
  display: inline-block !important;
}

#list {
  margin-bottom: 30px;
}

.pagination > li > a,
.pagination > li > span {
  padding: 8px 15px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-left-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
}

.who p {
  color: #666;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 26px;
}

.about {
  padding-top: 0;
}

.blog {
  padding: 50px 0 80px;
}

.readmore {
  border-radius: 0;
  padding: 16px 33px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  letter-spacing: 1px;
  margin-top: 30px;
}

.author,
.author a {
  margin: 0;
}

.author {
  color: #000;
}

.author span {
  color: #000;
  font-weight: 700;
  margin: 0;
}

#success_page h3 {
  color: #4c404d;
  font-family: Roboto, sans-serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 27px;
  margin-bottom: 10px;
  margin-top: -2px;
  text-transform: uppercase;
}

@media only screen and (max-width: 810px) {
  body {
    overflow-x: hidden;
  }

  .navbar.navbar-inverse.navbar-static-top a {
    color: #fff;
  }

  ul.tabs li {
    width: 70px;
  }

  .tab_container {
    width: 100%;
    padding: 10px 12px;
  }
}

@media only screen and (max-width: 767px) {
  #tabs {
    position: relative;
  }

  .logo a {
    font-size: 28px;
  }

  .logo a span {
    font-size: 50px;
    line-height: 43px;
    width: 50px;
    height: 50px;
  }

  .list_style li i {
    margin-right: 0;
  }

  #tabs {
    margin-bottom: 30px;
  }

  #tabs {
    width: 100%;
    z-index: 99;
  }

  .list_style {
    margin: 0 0 30px;
  }

  .page_head {
    padding: 20px 0;
  }

  .page_head h2 {
    float: left;
    font-size: 20px;
    font-weight: 600;
    margin: 20px auto 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 810px) {
  .logo {
    left: 90px;
    margin-top: 13px;
  }
}

@media only screen and (max-width: 360px),
  only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 360px),
  only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 360px),
  only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 360px),
  only screen and (min-device-pixel-ratio: 2) and (max-width: 360px),
  only screen and (min-resolution: 192dpi) and (max-width: 360px),
  only screen and (min-resolution: 2dppx) and (max-width: 360px) {
  #tabs {
    position: relative;
  }

  .list_style li i {
    margin-right: 0;
  }

  #tabs {
    margin-bottom: 30px;
  }

  #tabs {
    width: 100%;
    z-index: 99;
  }

  .list_style {
    margin: 0 0 30px;
  }

  .page_head {
    padding: 20px 0;
  }

  .page_head h2 {
    float: none;
    font-size: 20px;
    font-weight: 600;
    margin: 20px auto 0;
  }
}

@media only screen and (max-width: 400px),
  only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 400px),
  only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 400px),
  only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 400px),
  only screen and (min-device-pixel-ratio: 2) and (max-width: 400px),
  only screen and (min-resolution: 192dpi) and (max-width: 400px),
  only screen and (min-resolution: 2dppx) and (max-width: 400px) {
  #tabs {
    position: relative;
  }

  .list_style li i {
    margin-right: 0;
  }

  #tabs {
    margin-bottom: 30px;
  }

  #tabs {
    width: 100%;
    z-index: 99;
  }

  .list_style {
    margin: 0 0 30px;
  }

  .page_head {
    padding: 20px 0;
  }

  .page_head h2 {
    float: left;
    font-size: 20px;
    font-weight: 600;
    margin: 20px auto 0;
  }
}

.heading h1 {
  border-color: #f5d76e;
}

.navbar.navbar-inverse.navbar-static-top a:hover {
  border-color: #0093d1;
}

.author a,
.navbar.navbar-inverse.navbar-static-top a:hover,
.pagination > li > a,
.pagination > li > span,
a {
  color: #0093d1;
}

.form-container,
.logo a span {
  background-color: #f5d76e;
}

.page_head,
.readmore {
  background: #0093d1;
  padding: 0 15px;
}

input.normal,
select.normal {
  border-color: #2d343e;
}

.panel-grid,
.panel-grid-cell .so-panel,
.panel-row-style {
  zoom: 1;
}

.description p {
  text-align: center;
}

.btn-group > .btn-group {
  float: left;
}

.btn {
  -moz-user-select: none;
  -ms-user-select: none;
}

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

html {
  -webkit-tap-highlight-color: transparent;
}

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

.primary_color {
  text-align: center;
}

.btn-google {
  color: #fff !important;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(to bottom, #dd4b39, #dd4b39) !important;
}

.btn-google:active,
.btn-google:focus,
.btn-google:hover {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(to bottom, #c23321, #c23321) !important;
}

.btn-google:active {
  background-image: none;
}

.btn-google.disabled,
.btn-google.disabled:active,
.btn-google.disabled:focus,
.btn-google.disabled:hover,
.btn-google[disabled],
.btn-google[disabled]:active,
.btn-google[disabled]:focus,
.btn-google[disabled]:hover {
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(to bottom, #dd4b39, #dd4b39) !important;
}

.banner-content-2 {
  position: relative;
  width: 900px;
  margin: 0 auto;
  color: #fff;
  top: 100px;
  text-align: center;
}

.banner-content h2,
.banner-content-2 h2 {
  color: #fff;
  font-family: Roboto, sans-serif;
}

.banner-content a:hover {
  color: #fff;
}

.btn {
  -ms-touch-action: manipulation;
  text-decoration: none;
}

.btn-group-lg > .btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

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

.btn-group-xs > .btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-vertical > .btn:not (:first-child):not (:last-child),
.btn-group > .btn-group:not (:first-child):not (:last-child) > .btn {
  border-radius: 0;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  float: left;
}

.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:last-child:not (:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:first-child:not (:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not (:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not (:first-child):not (:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical
  > .btn-group:first-child:not
  (:last-child)
  > .btn:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical
  > .btn-group:last-child:not
  (:first-child)
  > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

div.wpcf7 {
  margin: 0;
  padding: 0;
}

.wpcf7-display-none {
  display: none;
}

.mc4wp-form input[name^="_mc4wp_honey"] {
  display: none !important;
}

.mc4wp-form-basic {
  margin: 1em 0;
}

.mc4wp-form-basic,
.mc4wp-form-basic input {
  width: auto;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: auto;
  height: auto;
  vertical-align: baseline;
  line-height: normal;
}

*,
.panel-grid-cell,
:after,
:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.mc4wp-form-basic:after {
  content: "";
  display: table;
  clear: both;
}

.panel-grid-cell .so-panel:after,
.panel-grid-cell .so-panel:before,
.panel-grid:after,
.panel-grid:before,
.panel-row-style:after,
.panel-row-style:before {
  content: "";
}

.mc4wp-form-basic input[type="date"],
.mc4wp-form-basic input[type="email"],
.mc4wp-form-basic input[type="tel"],
.mc4wp-form-basic input[type="text"],
.mc4wp-form-basic input[type="url"],
.mc4wp-form-basic select {
  min-height: 28px;
  width: 100%;
  max-width: 480px;
}

.mc4wp-form-basic input[type="number"] {
  min-width: 40px;
}

.mc4wp-form-basic input[type="checkbox"],
.mc4wp-form-basic input[type="radio"] {
  position: relative;
  margin: 0 6px 0 0;
  padding: 0;
  height: 13px;
  width: 13px;
  display: inline-block;
  border: 0;
}

.mc4wp-form-basic input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

.mc4wp-form-basic input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

.mc4wp-form-basic button,
.mc4wp-form-basic input[type="button"],
.mc4wp-form-basic input[type="submit"] {
  cursor: pointer;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.mc4wp-form-basic .mc4wp-alert {
  color: #c09853;
  clear: both;
}

.mc4wp-form-basic .mc4wp-success {
  color: #468847;
}

.form-group {
  margin-bottom: 15px;
}

.primary_color a {
  display: inline-block;
}

button,
select {
  text-transform: none;
}

.primary_color {
  padding: 0 0 15px;
  border-bottom: 1px solid #eee;
}

.center_width {
  width: 500px;
  margin: 0 auto;
}

@media only screen and (max-width: 468px) {
  .center_width {
    width: 100%;
  }
}

.panel-grid:before {
  display: block;
}

.panel-grid:after {
  display: table;
  clear: both;
}

.panel-grid-cell {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 1em;
}

.panel-grid-cell .so-panel:before {
  display: block;
}

.panel-grid-cell .so-panel:after {
  display: table;
  clear: both;
}

.panel-grid-cell .panel-last-child {
  margin-bottom: 0;
}

.panel-grid-cell .widget-title {
  margin-top: 0;
}

.panel-row-style:before {
  display: block;
}

.panel-row-style:after {
  display: table;
  clear: both;
}

.disabled-input {
  background: #e0e0e0;
}

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

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

video {
  display: inline-block;
  vertical-align: baseline;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

b {
  font-weight: 700;
}

h1 {
  margin: 0.67em 0;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

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

code {
  font-size: 1em;
}

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

button {
  overflow: visible;
}

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[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

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

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

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

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

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }
}

.btn,
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn:active,
.form-control {
  background-image: none;
}

body {
  background-color: #fff;
}

*,
:after,
:before {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
}

body {
  margin: 0;
  font-family: Roboto, serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}

button,
input,
select {
  font-family: Roboto, sans-serif;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #000;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #23527c;
}

a:focus {
  outline-offset: -2px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  color: inherit;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h1,
h1 {
  font-size: 36px;
}

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

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

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

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

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

p {
  margin: 0 0 10px;
}

address,
dd {
  line-height: 1.42857143;
}

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

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

.text-uppercase {
  text-transform: uppercase;
}

button {
  text-transform: uppercase;
}

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

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

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

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

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ul {
  margin-top: 0;
}

ul ul {
  margin-bottom: 0;
}

address {
  margin-bottom: 20px;
}

ul {
  margin-bottom: 10px;
}

dd {
  margin-left: 0;
}

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

.container:after,
.navbar-header:after,
.navbar:after,
.row:after {
  clear: both;
}

code {
  padding: 2px 4px;
  font-size: 90%;
}

address {
  font-style: normal;
}

code {
  font-family: Roboto, sans-serif;
}

code {
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control {
  border: 1px solid #ccc;
}

input[type="search"] {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  line-height: normal;
}

.form-control {
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  display: block;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

.form-control {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -ms-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:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

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

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

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

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

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

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

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

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

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.form-group-sm .form-control,
.input-sm {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}

select.form-group-sm .form-control,
select.input-sm {
  height: 31px;
  line-height: 31px;
}

select[multiple] .form-group-sm .form-control,
select[multiple] .input-sm {
  height: auto;
}

.form-group-lg .form-control,
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.form-group-lg .form-control,
select.input-lg {
  height: 46px;
  line-height: 46px;
}

select[multiple] .form-group-lg .form-control,
select[multiple] .input-lg {
  height: auto;
}

.btn {
  margin-bottom: 0;
}

.btn-block,
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  user-select: none;
}

.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}

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

.btn.disabled,
.btn[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

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

.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default.disabled,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover {
  background-color: #fff;
  border-color: #ccc;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary.disabled,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

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

.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success.disabled,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

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

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

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

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

.btn-sm,
.btn-xs {
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-sm {
  padding: 5px 10px;
}

.btn-xs {
  padding: 1px 5px;
}

.btn-block {
  display: block;
}

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

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

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

  .navbar-header {
    float: left;
  }

  .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }

  .navbar-static-top {
    border-radius: 0;
  }
}

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

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

@media (min-width: 768px) {
  .navbar-form .form-control-static,
  .navbar-form .form-group {
    display: inline-block;
  }

  .navbar-form .form-group {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .form-control,
  .navbar-form .input-group .input-group-btn {
    width: auto;
  }

  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }

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

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

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 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;
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #333;
}

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

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

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

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

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

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

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

.pagination {
  padding-left: 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  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:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.alert h4 {
  color: inherit;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-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;
}

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

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

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

.alert h4 {
  margin-top: 0;
}

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

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

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

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

.container:after,
.container:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.row:after,
.row:before {
  content: " ";
  display: table;
}

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

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

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

.hidden {
  display: none !important;
}

.top_site_main .banner-description {
  font-style: italic;
}

.hidden {
  visibility: hidden !important;
}

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

* {
  margin: 0;
  padding: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: inherit;
}

p {
  margin-bottom: 20px;
}

code {
  white-space: normal;
}

.alert {
  border-radius: 2px;
}

a:focus,
input:focus {
  outline: 0;
  box-shadow: none;
  text-decoration: none;
}

dd {
  margin-bottom: 24px;
}

ul {
  margin-left: 25px;
}

ul ul {
  margin: 4px 0 5px 30px;
}

ul ul li {
  margin-bottom: 6px;
}

button {
  font-weight: 700;
}

a:focus,
a:hover {
  text-decoration: none;
}

button {
  line-height: 30px;
  padding: 5px 25px;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  font-size: 13px;
}

input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}

input[type="email"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="text"]:-moz-placeholder {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}

input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="text"]::-moz-placeholder {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}

input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}

input[type="email"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder,
input[type="text"]:focus::-webkit-input-placeholder {
  outline: 0;
  box-shadow: none;
}

input[type="email"]:focus:-moz-placeholder,
input[type="password"]:focus:-moz-placeholder,
input[type="text"]:focus:-moz-placeholder {
  outline: 0;
  box-shadow: none;
}

input[type="email"]:focus::-moz-placeholder,
input[type="password"]:focus::-moz-placeholder,
input[type="text"]:focus::-moz-placeholder {
  outline: 0;
  box-shadow: none;
}

input[type="email"]:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder,
input[type="text"]:focus:-ms-input-placeholder {
  outline: 0;
  box-shadow: none;
}

button.btn:active:focus,
button.btn:focus,
button:focus {
  outline: 0;
  box-shadow: none;
}

.message {
  color: #31708f;
  margin: 0 0 40px;
  border: 0;
  border-radius: 0;
  line-height: 20px;
  padding: 10px 15px;
  font-size: 13px;
  background: #d9edf7;
}

.message.message-success {
  color: #3c763d;
  background: #dff0d8;
}

.message-success {
  margin: 0 0 40px;
  border: 0;
  border-radius: 0;
  line-height: 20px;
  padding: 10px 15px;
  font-size: 13px;
}

.message-success {
  color: #3c763d;
  background: #dff0d8;
}

.pagination {
  text-align: left;
  display: inline-block;
  width: 100%;
  margin: 60px 0 0;
  border-top: 0;
  padding-top: 0;
}

.col-1-1,
.col-1-2,
.col-1-3,
.col-1-4,
.col-1-5,
.col-1-6,
.col-2-3,
.col-2-5,
.col-3-4,
.col-3-5,
.col-4-5,
.col-5-6 {
  position: relative;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0 15px;
}

.col-1-1 {
  width: 100%;
}

.col-1-2 {
  width: 50%;
}

.col-1-3 {
  width: 33.33333333%;
}

.col-2-3 {
  width: 66.66666666%;
}

.col-1-4 {
  width: 25%;
}

.col-3-4 {
  width: 75%;
}

.col-1-5 {
  width: 20%;
}

.col-4-5 {
  width: 80%;
}

.col-1-6 {
  width: 16.66666666%;
}

.col-5-6 {
  width: 83.33333333%;
}

.col-2-5 {
  width: 40%;
}

.col-3-5 {
  width: 60%;
}

@media (max-width: 767px) {
  .col-1-1,
  .col-1-2,
  .col-1-3,
  .col-1-4,
  .col-1-5,
  .col-1-6,
  .col-2-3,
  .col-2-5,
  .col-3-4,
  .col-3-5,
  .col-4-5,
  .col-5-6 {
    width: 50%;
  }
}

@media (max-width: 380px) {
  .col-1-1,
  .col-1-2,
  .col-1-3,
  .col-1-4,
  .col-1-5,
  .col-1-6,
  .col-2-3,
  .col-2-5,
  .col-3-4,
  .col-3-5,
  .col-4-5,
  .col-5-6 {
    width: 100%;
  }
}

.page-container {
  padding: 0;
}

.page-container:after {
  display: block;
  content: "";
  clear: both;
}

.site-content {
  padding: 10px 15px 100px;
}

.site-content.no-padding-top {
  padding-top: 0;
  padding-bottom: 0;
}

.top_site_main {
  color: #fff;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-color: rgba(45, 51, 57, 0.95);
  min-height: 235px;
}

.top_site_main:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.top_site_main:before {
  content: "";
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}

.top_site_main .page-title-wrapper {
  padding-top: 90px;
  padding-bottom: 90px;
  text-align: left;
  position: relative;
  z-index: 1;
}

.top_site_main .page-title-wrapper .banner-wrapper {
  overflow: hidden;
}

.top_site_main .page-title-wrapper h1,
.top_site_main .page-title-wrapper h2 {
  color: inherit;
  margin: 0;
  line-height: 54px;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 700;
  padding-left: 25px;
  position: relative;
}

.top_site_main .page-title-wrapper h1:before,
.top_site_main .page-title-wrapper h2:before {
  content: "";
  width: 3px;
  line-height: 54px;
  bottom: 0;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  margin-right: 22px;
}

.btn-border,
.btn-primary {
  font-style: normal;
}

.btn-primary a {
  color: #fff !important;
}

.btn-primary:hover {
  background-color: #323945;
  border-color: #323945;
}

.btn-border {
  color: #fff;
  border: 2px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 10px;
}

input[type="checkbox"],
input[type="radio"] {
  border: 1px solid #b4b9be;
  background: #fff;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin: -4px 4px 0 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  min-width: 16px;
  -webkit-appearance: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.05s border-color ease-in-out;
  transition: 0.05s border-color ease-in-out;
}

.background-left,
.full-width {
  background-repeat: no-repeat !important;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
  box-shadow: 0;
  outline: 0;
}

input[type="checkbox"]:checked:before,
input[type="radio"]:checked:before {
  float: left;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  font-family: FontAwesome;
  font-weight: 400;
  font-size: 14px;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  margin: 0;
}

input[type="radio"] {
  border-radius: 50%;
  line-height: 10px;
  font-size: 14px;
}

input[type="radio"]:checked:before {
  content: "\2022";
  text-indent: -9999px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-size: 24px;
  width: 6px;
  height: 6px;
  margin: 4px;
  line-height: 16px;
}

input[type="checkbox"]:checked:before {
  content: "\f00c";
  margin: 0;
}

.full-width {
  background-position: 140% 100%;
}

.full-width > .panel-grid-cell {
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
}

.background-left {
  background-position: center left;
}

.thim-get-100s {
  padding-top: 181px;
}

.thim-get-100s .get-100s {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0;
}

.thim-get-100s h2 {
  color: #fff;
  font-size: 72px;
  line-height: 75px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 2px 0 10px;
}

.thim-slider-one-course-heading {
  margin: 0 !important;
}

.thim-join-the-elite-group {
  position: relative;
}

.thim-join-the-elite-group:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffb606;
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.thim-join-the-elite-group > div {
  position: relative;
}

.thim-join-the-elite-group .sc_heading {
  margin-bottom: 3px;
  padding: 10px 0 0;
}

.thim-join-the-elite-group .sc_heading .sub-heading {
  font-size: 18px;
}

.thim-join-the-elite-group .thim-widget-button {
  text-align: center;
  padding-bottom: 110px;
  margin-top: -5px;
}

.thim-col-5 {
  width: 20%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}

.page-template-homepage .message[class*="message-"] {
  display: none;
}

.thim-color-white {
  color: #fff;
}

@keyframes cssload-rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0);
  }

  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@-o-keyframes cssload-rotate-one {
  0% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0);
  }

  100% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@-ms-keyframes cssload-rotate-one {
  0% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0);
  }

  100% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@-webkit-keyframes cssload-rotate-one {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0);
  }

  100% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@-moz-keyframes cssload-rotate-one {
  0% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0);
  }

  100% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@keyframes cssload-rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0);
  }

  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@-o-keyframes cssload-rotate-two {
  0% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0);
  }

  100% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@-ms-keyframes cssload-rotate-two {
  0% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0);
  }

  100% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@-webkit-keyframes cssload-rotate-two {
  0% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0);
  }

  100% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@-moz-keyframes cssload-rotate-two {
  0% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0);
  }

  100% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@keyframes cssload-rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0);
  }

  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}

@-o-keyframes cssload-rotate-three {
  0% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0);
  }

  100% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}

@-ms-keyframes cssload-rotate-three {
  0% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0);
  }

  100% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}

@-webkit-keyframes cssload-rotate-three {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0);
  }

  100% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}

@-moz-keyframes cssload-rotate-three {
  0% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0);
  }

  100% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.thim-language ul {
  margin: 0;
  min-width: 130px;
  position: absolute;
  padding: 5px 20px;
  left: -20px;
  z-index: 99;
  background: #2b2b2b;
  display: none;
}

.thim-language ul li {
  list-style: none;
}

.site-header {
  position: absolute;
  z-index: 999;
  width: 100%;
  top: 0;
}

@media (min-width: 1218px) {
  .mobile-menu-container {
    display: none;
  }
}

.page-404-content a:hover {
  text-decoration: underline;
}

@media (max-width: 1218px) {
  .mobile-menu-container ul,
  .mobile-menu-container ul li {
    float: none;
  }

  .wrapper-container {
    position: relative;
    overflow: hidden;
  }

  .wrapper-container.mobile-menu-open {
    overflow: hidden;
    height: 100vh !important;
    margin-top: 0 !important;
  }

  .mobile-menu-container {
    right: 7px;
    position: absolute;
    transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    visibility: hidden;
    top: 0;
    z-index: 99999;
    width: 300px;
    height: 100%;
    overflow: auto;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }

  .mobile-menu-container ul.sub-menu {
    background-image: none !important;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
    display: none;
  }

  .mobile-menu-container ul.sub-menu li ul {
    display: block;
  }

  .sub-menu {
    position: relative;
  }

  .mobile-menu-container ul li a {
    display: block;
    outline: 0;
    -webkit-transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s;
  }

  .mobile-menu-container ul li a:focus,
  .mobile-menu-container ul li a:hover {
    background: 0 0;
  }

  .sub-menu li {
    border: none !important;
  }

  .sub-menu li a {
    padding-left: 25px !important;
  }
}

.menu-main-menu > .menu ul li {
  display: inline-block;
  list-style: none;
  padding: 10px 15px;
}

.widget-title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.site-header.header_v2 .menu-right {
  float: right;
}

.header-top-menu {
  text-align: right;
  overflow: hidden;
}

.header-top-menu li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-bottom {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
}

.footer-bottom .footer_bottom_widget {
  z-index: 1;
}

.wrapper-container.mobile-menu-open .footer-bottom {
  position: relative;
}

.footer-bottom .sc_heading {
  margin-bottom: 0;
  padding: 133px 0 14px;
}

.footer-bottom .sc_heading .title {
  font-size: 36px;
  margin-bottom: 13px;
  line-height: 40px;
}

.footer-bottom .sc_heading .sub-heading {
  font-size: 20px;
}

.footer-bottom .sc_heading .line {
  display: none;
}

.footer-bottom .thim-widget-button {
  text-align: center;
  padding-bottom: 140px;
}

.footer-bottom .thim-widget-button .widget-button {
  line-height: 38px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #333;
  background: 0 0;
  padding: 5px 25px;
  height: 50px;
  border: 1px solid #111;
}

.footer-bottom .thim-widget-button .widget-button:hover {
  background: #111;
  color: #fff;
}

body #wrapper-container #main-content {
  position: relative;
  z-index: 1;
}

.btn-primary:active {
  border: none !important;
  background: 0 0 !important;
}

body .page-content-inner .control-panel {
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-align: right;
}

body .page-content-inner .control-panel .control-btn > a {
  margin-right: 30px;
}

body .page-content-inner .control-panel .control-btn > a > span {
  margin-right: 10px;
}

body .page-content-inner .control-panel .control-btn > a:last-child,
body .page-content-inner .control-panel .control-btn > a > span:last-child {
  margin-right: 0;
}

.thim-about-author {
  padding: 30px 30px 40px;
  overflow: hidden;
  border: 1px solid #eee;
}

.thim-about-author .author-description {
  font-size: 15px;
  margin: 18px 0 24px;
  clear: both;
}

.page-404-content {
  text-align: center;
  padding: 80px 90px;
}

.page-404-content h2 {
  text-transform: uppercase;
  font-size: 72px;
  line-height: 80px;
  font-weight: 700;
  margin-top: 40px;
}

.home-content .widget-title,
.site-main .widget-title {
  text-transform: uppercase;
  line-height: 30px;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 7px;
}

.sc_heading {
  position: relative;
  margin: 0 0 30px;
  padding-top: 42px;
  padding-bottom: 19px;
}

.sc_heading .title {
  text-transform: uppercase;
  line-height: 40px;
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 2px;
}

.sc_heading .sub-heading {
  font-size: 15px;
  font-weight: 400;
  margin: 0;
  line-height: 30px;
  color: #999;
}

.sc_heading .line {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #333;
  width: 35px;
}

.sc_heading.text-left .line {
  left: 0;
  right: auto;
}

.sc_heading.text-center .line {
  right: 0;
  margin: auto;
}

.sc_heading.text-right {
  right: 0;
  left: auto;
}

.thim-widget-tab {
  margin-bottom: 100px;
}

.thim-widget-tab .tab-content {
  border: 1px solid #eee;
  border-top: 0;
  padding: 60px 30px;
  min-height: 354px;
}

.site-main .widget_text .widget-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  padding-left: 32px;
  position: relative;
  margin-bottom: 12px;
}

.site-main .widget_text .widget-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
}

.thim-list-event {
  position: relative;
  margin-bottom: 10px;
}

.list-tab-event .thim-list-event {
  margin-bottom: -60px;
}

.list-tab-event .tab-content {
  border: 0;
  border-top: 0;
  padding: 60px 0 0;
}

a.widget-button {
  display: inline-block;
}

a.widget-button.normal {
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  padding: 10px 40px;
}

.thim-widget-button .widget-button,
.thim-widget-button .widget-button.normal {
  line-height: 38px;
  padding: 5px 25px;
  height: 50px;
}

a.widget-button:hover {
  background: #111;
  color: #fff;
}

.thim-widget-button .widget-button {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  background: #111;
  border: 1px solid #111;
}

.thim-widget-button .widget-button:hover {
  background: 0 0;
  color: #333;
}

.menu-right {
  position: static !important;
}

[class*="collection-grid-"] {
  float: left;
  padding: 0 15px;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes slideInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}

@-o-keyframes slideInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }

  100% {
    -o-transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes slideInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}

@-o-keyframes slideInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }

  100% {
    -o-transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  100% {
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

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

.thim-widget-courses {
  position: relative;
}

.thim-widget-courses .thim-course-grid {
  margin: 0 -15px;
}

.site-main .thim-course-grid {
  overflow: hidden;
  clear: both;
  margin: 0 -15px;
}

.thim-course-grid .course-grid-2 {
  width: 50%;
}

.thim-course-grid .course-grid-2:nth-child(2n + 1) {
  clear: both;
}

.thim-course-grid .course-grid-3 {
  width: 33.33%;
}

.thim-course-grid .course-grid-3:nth-child(3n + 1) {
  clear: both;
}

.thim-course-grid .course-grid-4 {
  width: 25%;
}

.thim-course-grid .course-grid-4:nth-child(4n + 1) {
  clear: both;
}

.thim-course-grid .course-grid-5 {
  width: 20%;
}

.thim-course-grid .course-grid-5:nth-child(5n + 1) {
  clear: both;
}

.thim-course-top {
  background: #f5f5f5;
  padding: 10px 10px 10px 20px;
  margin-bottom: 60px;
  min-height: 54px;
}

.thim-course-top .course-index {
  display: inline-block;
  line-height: 34px;
  font-size: 13px;
  color: #999;
  margin-left: 15px;
}

body .course-meta > * {
  display: inline-block;
  font-style: normal;
  font-size: inherit;
}

body .course-meta > :after {
  display: none;
}

.site-main #content {
  max-width: 100%;
  width: auto;
  padding: 0;
}

#tab-course-description {
  overflow: hidden;
}

#tab-course-description .thim-course-content {
  width: calc(100% - 240px);
  width: -webkit-calc(100% - 240px);
  width: -moz-calc(100% - 240px);
  float: left;
  padding-right: 45px;
  border-right: 1px solid #eee;
}

#tab-course-description .thim-course-content h4,
#tab-course-description .thim-course-content h5,
#tab-course-description .thim-course-content h6 {
  margin-top: 0;
}

#tab-course-description .thim-course-content p {
  margin-bottom: 25px;
}

.thim-list-content {
  margin: auto;
}

.thim-list-content li {
  list-style: none;
  position: relative;
  padding-left: 25px;
}

.thim-list-content li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  line-height: 24px;
  position: absolute;
  left: 0;
  top: 9px;
}

.wpcf7-form .left_input,
.wpcf7-form .right_input {
  width: calc(50% - 7px);
  width: -webkit-calc(50% - 7px);
  width: -moz-calc(50% - 7px);
  float: left;
  margin-left: 14px;
  margin-bottom: 20px;
}

.wpcf7-form .left_input {
  margin-left: 0;
}

.contact-page .row {
  margin-left: -5px;
  margin-right: -5px;
}

.contact-page p {
  margin-bottom: 10px;
}

.wpcf7-form input[type="date"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="text"],
.wpcf7-form select {
  width: 100%;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  box-shadow: none;
  min-height: 40px;
  padding: 10px;
  line-height: 20px;
  font-size: 13px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wpcf7-form input[type="date"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="number"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form input[type="text"]:focus,
.wpcf7-form select:focus {
  outline: 0;
}

.wpcf7-form input[type="date"]:focus::-webkit-input-placeholder,
.wpcf7-form input[type="email"]:focus::-webkit-input-placeholder,
.wpcf7-form input[type="number"]:focus::-webkit-input-placeholder,
.wpcf7-form input[type="tel"]:focus::-webkit-input-placeholder,
.wpcf7-form input[type="text"]:focus::-webkit-input-placeholder,
.wpcf7-form select:focus::-webkit-input-placeholder {
  color: transparent;
}

.wpcf7-form input[type="date"]:focus:-moz-placeholder,
.wpcf7-form input[type="email"]:focus:-moz-placeholder,
.wpcf7-form input[type="number"]:focus:-moz-placeholder,
.wpcf7-form input[type="tel"]:focus:-moz-placeholder,
.wpcf7-form input[type="text"]:focus:-moz-placeholder,
.wpcf7-form select:focus:-moz-placeholder {
  color: transparent;
}

.wpcf7-form input[type="date"]:focus::-moz-placeholder,
.wpcf7-form input[type="email"]:focus::-moz-placeholder,
.wpcf7-form input[type="number"]:focus::-moz-placeholder,
.wpcf7-form input[type="tel"]:focus::-moz-placeholder,
.wpcf7-form input[type="text"]:focus::-moz-placeholder,
.wpcf7-form select:focus::-moz-placeholder {
  color: transparent;
}

.wpcf7-form input[type="date"]:focus:-ms-input-placeholder,
.wpcf7-form input[type="email"]:focus:-ms-input-placeholder,
.wpcf7-form input[type="number"]:focus:-ms-input-placeholder,
.wpcf7-form input[type="tel"]:focus:-ms-input-placeholder,
.wpcf7-form input[type="text"]:focus:-ms-input-placeholder,
.wpcf7-form select:focus:-ms-input-placeholder {
  color: transparent;
}

.wpcf7-form .your-email,
.wpcf7-form .your-name {
  width: calc(50% - 7px);
  width: -webkit-calc(50% - 7px);
  width: -moz-calc(50% - 7px);
  float: left;
  margin-left: 14px;
  margin-bottom: 20px;
}

.wpcf7-form .your-name {
  margin-left: 0;
}

.wpcf7-form .wpcf7-submit {
  border-radius: 0;
  padding: 10px 25px;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  margin-top: -10px;
  border: 0;
}

.wpcf7-form .wpcf7-submit:focus {
  outline: 0;
}

.wpcf7-form {
  position: relative;
}

.thim-newlleter-homepage {
  max-width: 100%;
  margin: auto;
  text-align: center;
  padding: 0 15px 120px;
}

.thim-newlleter-homepage p {
  font-size: 15px;
}

.thim-newlleter-homepage p.description {
  max-width: 490px;
  margin: 20px auto 40px;
}

.thim-newlleter-homepage .mc4wp-form {
  position: relative;
}

.thim-newlleter-homepage .mc4wp-form .mc4wp-form-fields input[type="email"] {
  background: #fff;
  border: 1px solid #ddd;
  height: 50px;
  padding: 9px 10px;
  line-height: 30px;
  max-width: 320px;
  width: calc(100% - 120px);
  width: -webkit-calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  color: inherit;
}

.thim-newlleter-homepage .mc4wp-form .mc4wp-form-fields input.name {
  background: #fff;
  border: 1px solid #ddd;
  height: 50px;
  padding: 9px 10px;
  line-height: 30px;
  max-width: 320px;
  width: calc(100% - 120px);
  width: -webkit-calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  color: inherit;
}

.thim-newlleter-homepage .mc4wp-form .mc4wp-form-fields input.number,
.thim-newlleter-homepage .mc4wp-form .mc4wp-form-fields select {
  background: #fff;
  border: 1px solid #ddd;
  height: 50px;
  padding: 9px 10px;
  line-height: 30px;
  max-width: 320px;
  width: calc(100% - 120px);
  width: -webkit-calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  color: inherit;
}

.thim-newlleter-homepage
  .mc4wp-form
  .mc4wp-form-fields
  input[type="email"]::-webkit-input-placeholder,
.thim-newlleter-homepage
  .mc4wp-form
  .mc4wp-form-fields
  input[type="text"]::-webkit-input-placeholder {
  color: inherit;
}

.thim-newlleter-homepage
  .mc4wp-form
  .mc4wp-form-fields
  input[type="email"]:-moz-placeholder,
.thim-newlleter-homepage
  .mc4wp-form
  .mc4wp-form-fields
  input[type="text"]:-moz-placeholder {
  color: inherit;
}

.thim-newlleter-homepage
  .mc4wp-form
  .mc4wp-form-fields
  input[type="email"]::-moz-placeholder,
.thim-newlleter-homepage
  .mc4wp-form
  .mc4wp-form-fields
  input[type="text"]::-moz-placeholder {
  color: inherit;
}

.thim-newlleter-homepage
  .mc4wp-form
  .mc4wp-form-fields
  input[type="email"]:-ms-input-placeholder,
.thim-newlleter-homepage
  .mc4wp-form
  .mc4wp-form-fields
  input[type="text"]:-ms-input-placeholder {
  color: inherit;
}

.thim-newlleter-homepage .mc4wp-form .mc4wp-form-fields button[type="submit"],
.thim-newlleter-homepage .mc4wp-form .mc4wp-form-fields input[type="submit"] {
  text-transform: uppercase;
  font-size: 13px;
  height: 50px;
  border: none;
  padding: 10px 25px;
  font-weight: 700;
  line-height: 30px;
}

.thim-newlleter-homepage
  .mc4wp-form
  .mc4wp-form-fields
  button[type="submit"]:hover,
.thim-newlleter-homepage
  .mc4wp-form
  .mc4wp-form-fields
  input[type="submit"]:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}

.thim-newlleter-homepage .mc4wp-form .mc4wp-form-fields input {
  display: inline-block;
  box-shadow: none;
  text-shadow: none;
}

.thim-newlleter-homepage .mc4wp-form .mc4wp-form-fields input:focus {
  outline: 0;
}

.thim-newlleter-homepage
  .mc4wp-form
  .mc4wp-form-fields
  input:focus::-webkit-input-placeholder {
  color: transparent;
}

.thim-newlleter-homepage
  .mc4wp-form
  .mc4wp-form-fields
  input:focus:-moz-placeholder {
  color: transparent;
}

.thim-newlleter-homepage
  .mc4wp-form
  .mc4wp-form-fields
  input:focus::-moz-placeholder {
  color: transparent;
}

.thim-newlleter-homepage
  .mc4wp-form
  .mc4wp-form-fields
  input:focus:-ms-input-placeholder {
  color: transparent;
}

.thim-newlleter-homepage .mc4wp-form .mc4wp-response {
  position: absolute;
  left: 0;
  right: 0;
  margin: 10px auto auto;
  max-width: 490px;
}

.mc4wp-form {
  margin: 0;
  position: relative;
}

.mc4wp-form .mc4wp-response {
  position: absolute;
  left: 0;
  right: 0;
  margin: 10px auto auto;
  max-width: 490px;
}

.mc4wp-form .mc4wp-form-fields input[type="email"],
.mc4wp-form .mc4wp-form-fields input[type="text"] {
  width: 100%;
  background: 0 0;
  border: 1px solid #fff;
  line-height: 30px;
  height: 40px;
  padding: 5px 10px;
  max-width: 425px;
  margin-left: 0;
  color: #fff;
  border-radius: 0;
  box-shadow: none;
  font-size: 13px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mc4wp-form .mc4wp-form-fields input[type="email"]::-webkit-input-placeholder,
.mc4wp-form .mc4wp-form-fields input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}

.mc4wp-form .mc4wp-form-fields input[type="email"]:-moz-placeholder,
.mc4wp-form .mc4wp-form-fields input[type="text"]:-moz-placeholder {
  color: #fff;
}

.mc4wp-form .mc4wp-form-fields input[type="email"]::-moz-placeholder,
.mc4wp-form .mc4wp-form-fields input[type="text"]::-moz-placeholder {
  color: #fff;
}

.mc4wp-form .mc4wp-form-fields input[type="email"]:-ms-input-placeholder,
.mc4wp-form .mc4wp-form-fields input[type="text"]:-ms-input-placeholder {
  color: #fff;
}

.mc4wp-form .mc4wp-form-fields input[type="email"]:focus,
.mc4wp-form .mc4wp-form-fields input[type="text"]:focus {
  outline: 0;
}

.mc4wp-form
  .mc4wp-form-fields
  input[type="email"]:focus::-webkit-input-placeholder,
.mc4wp-form
  .mc4wp-form-fields
  input[type="text"]:focus::-webkit-input-placeholder {
  color: transparent;
}

.mc4wp-form .mc4wp-form-fields input[type="email"]:focus:-moz-placeholder,
.mc4wp-form .mc4wp-form-fields input[type="text"]:focus:-moz-placeholder {
  color: transparent;
}

.mc4wp-form .mc4wp-form-fields input[type="email"]:focus::-moz-placeholder,
.mc4wp-form .mc4wp-form-fields input[type="text"]:focus::-moz-placeholder {
  color: transparent;
}

.mc4wp-form .mc4wp-form-fields input[type="email"]:focus:-ms-input-placeholder,
.mc4wp-form .mc4wp-form-fields input[type="text"]:focus:-ms-input-placeholder {
  color: transparent;
}

.mc4wp-form .mc4wp-form-fields button[type="submit"],
.mc4wp-form .mc4wp-form-fields input[type="submit"] {
  text-transform: uppercase;
  font-size: 13px;
  height: 40px;
  line-height: 30px;
  border: none;
  padding: 5px 25px;
  font-weight: 700;
  margin-left: -1px;
  border-radius: 0;
  box-shadow: none;
}

.mc4wp-form .mc4wp-form-fields button[type="submit"]:hover,
.mc4wp-form .mc4wp-form-fields input[type="submit"]:hover {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
}

.mc4wp-form .mc4wp-form-fields input {
  display: inline-block;
  box-shadow: none;
  text-shadow: none;
}

.mc4wp-form .mc4wp-form-fields input:focus {
  outline: 0;
}

input.invalid {
  border-color: red !important;
}

a,
button,
input[type="submit"] {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

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

  .siteorigin-panels-stretch {
    margin-left: -385px;
    margin-right: -385px;
    padding-left: 385px;
    padding-right: 385px;
  }
}

@media (max-width: 1024px) {
  .container {
    width: 1024px;
    max-width: 100%;
  }

  .thim-get-100s {
    padding-top: 140px;
  }
}

@media (max-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .container {
    width: 900px;
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 800px) {
  #main {
    width: 70%;
  }

  #main.full-width {
    width: 100%;
  }

  #tab-course-description .thim-course-content {
    width: 100%;
    float: none;
    clear: both;
    border-right: 0;
  }

  .thim-get-100s .get-100s {
    font-size: 20px;
  }

  .thim-get-100s h2 {
    font-size: 65px;
    line-height: 70px;
  }
}

@media (max-width: 768px) {
  .mobile-menu-container ul.sub-menu[class*="submenu_columns"]:before,
  .mobile-menu-container ul.sub-menu[class*="submenu_columns"] > li:before {
    display: none;
  }

  .thim-footer-one-course .panel-grid-cell {
    width: 100% !important;
    float: none;
  }

  .mobile-menu-container ul.sub-menu[class*="submenu_columns"] {
    margin-left: 10px;
  }

  .mobile-menu-container ul.sub-menu[class*="submenu_columns"] > li {
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
  }

  .mobile-menu-container
    ul.sub-menu[class*="submenu_columns"]
    > li
    .sub-menu:before {
    top: 0;
  }
}

@media (max-width: 767px) {
  .thim-get-100s {
    text-align: center;
  }

  #main {
    width: 100%;
    float: left;
    clear: both;
  }

  .top_site_main .page-title-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .site-content {
    padding: 35px 15px;
  }

  .site-header {
    padding: 15px 0;
  }

  .wrapper-author {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 667px) {
  .thim-newlleter-homepage {
    margin-top: -20px;
    background: 0 0;
    padding-top: 50px;
    padding-bottom: 0;
    box-shadow: 0 0 3px -1px #635f5f;
  }

  .thim-newlleter-homepage .mc4wp-form .mc4wp-form-fields input[type="email"],
  .thim-newlleter-homepage .mc4wp-form .mc4wp-form-fields input[type="text"] {
    margin-left: 0;
  }

  #tab-course-description .thim-course-content {
    float: none;
    clear: both;
    border-right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .mc4wp-form .mc4wp-form-fields input[type="email"],
  .mc4wp-form .mc4wp-form-fields input[type="text"],
  .mc4wp-form .mc4wp-form-fields select,
  .thim-newlleter-homepage .mc4wp-form .mc4wp-form-fields input[type="email"],
  .thim-newlleter-homepage .mc4wp-form .mc4wp-form-fields input[type="text"],
  .thim-newlleter-homepage .mc4wp-form .mc4wp-form-fields select {
    max-width: 325px !important;
    margin-left: 0;
  }

  .thim-course-top .course-index {
    display: none;
  }

  .page-404-content {
    padding-left: 0;
    padding-right: 0;
  }

  .page-404-content h2 {
    font-size: 65px;
    line-height: 70px;
  }

  .footer-bottom {
    position: relative;
  }
}

@media (max-width: 480px) {
  .course-grid .col-sm-6 {
    width: 100%;
  }

  .one-courses-page-content .col-sm-4,
  .one-courses-page-content .col-sm-8 {
    display: block;
  }

  .wrapper-author .author-right {
    width: 100%;
    display: inline-block;
  }

  #tab-course-description .thim-course-content {
    padding-right: 20px;
  }

  .thim-get-100s {
    padding-top: 100px;
  }

  .thim-get-100s .get-100s {
    font-size: 20px;
  }

  .thim-get-100s h2 {
    font-size: 50px;
    line-height: 50px;
  }

  .page-404-content h2 {
    font-size: 55px;
    line-height: 60px;
  }

  .top_site_main .page-title-wrapper h1,
  .top_site_main .page-title-wrapper h2 {
    font-size: 40px;
  }
}

@media (max-width: 360px) {
  .thim-about-author .author-wrapper {
    text-align: center;
  }

  .mc4wp-form .mc4wp-form-fields input[type="email"],
  .mc4wp-form .mc4wp-form-fields input[type="text"] {
    width: 100%;
    margin-bottom: 15px;
    max-width: 100%;
  }

  .thim-newlleter-homepage .mc4wp-form .mc4wp-form-fields input[type="email"],
  .thim-newlleter-homepage .mc4wp-form .mc4wp-form-fields input[type="text"] {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
    height: 40px;
    padding: 4px 25px;
  }

  .mc4wp-form .mc4wp-form-fields button[type="submit"],
  .mc4wp-form .mc4wp-form-fields input[type="submit"] {
    height: 40px;
    padding: 5px 25px;
    width: 100%;
    margin-left: 0;
  }

  .thim-newlleter-homepage .mc4wp-form .mc4wp-form-fields button[type="submit"],
  .thim-newlleter-homepage .mc4wp-form .mc4wp-form-fields input[type="submit"] {
    height: 40px;
    padding: 5px 25px;
    width: 100%;
  }

  .wpcf7-form .your-email,
  .wpcf7-form .your-name {
    margin-left: 0;
    width: 100%;
  }

  .top_site_main .page-title-wrapper h1,
  .top_site_main .page-title-wrapper h2 {
    font-size: 35px;
  }

  .page-404-content .col-xs-6 {
    width: 100%;
    float: none;
  }
}

@media (max-width: 320px) {
  .mobile-menu-container {
    width: 250px;
  }

  .top_site_main .page-title-wrapper h1,
  .top_site_main .page-title-wrapper h2 {
    font-size: 25px;
    line-height: 40px;
  }
}

@media (max-width: 300px) {
  .mobile-menu-container {
    width: 220px;
  }
}

@media (max-height: 375px) {
  .footer-bottom .sc_heading {
    padding-top: 60px;
  }

  .footer-bottom .thim-widget-button {
    padding-bottom: 67px;
  }
}

@media (max-height: 320px) {
  .footer-bottom .sc_heading {
    padding-top: 38px;
  }

  .footer-bottom .thim-widget-button {
    padding-bottom: 45px;
  }
}

.top-banner {
  padding-top: 90px;
}

.padding-top-20 {
  padding-top: 20px;
}

.button_style {
  border: 1px solid #111;
  color: #333;
  line-height: 45px;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

.button_style:hover {
  color: #ffb606;
  border-color: #ffb606;
}

.line_height {
  line-height: 38px;
}

.wpcf7-submit {
  background: #0093d1;
  color: #000;
}

.wpcf7-submit:hover {
  background: #0177d1;
}

p.readmore {
  background: 0 0;
}

div#main-content {
  margin-top: -20px;
}

div.footer-link a {
  color: #dcdce5;
}

div.footer-link a:active,
div.footer-link a:focus,
div.footer-link a:hover {
  color: #fff;
}

p.readmore {
  width: 100%;
  float: left;
}

input.readmore,
p.readmore a {
  background: #2d343e !important;
  padding: 10px 15px;
  color: #fff !important;
}

input.readmore:active,
input.readmore:focus,
input.readmore:hover,
p.readmore a:active,
p.readmore a:focus,
p.readmore a:hover {
  text-decoration: none !important;
}

div.wrapper-container {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.3em;
}

span.banner-text {
  font-size: 50px;
}

body {
  padding-top: 0 !important;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7em;
  color: #666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  color: #333;
}

body,
body #main-content {
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Roboto, sans-serif;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5,
h6 {
  font-size: 16px;
}

h6 {
  line-height: 1.4em;
}

::-moz-selection {
  background: #0093d1;
  color: #fff !important;
}

::selection {
  background: #0093d1;
  color: #fff !important;
}

.wpcf7-form.style-01 .contact-form-content .email input,
.wpcf7-form.style-01 .contact-form-content .name input,
.wpcf7-form.style-01 .contact-form-content .subject input {
  background: #fff;
}

.wpcf7-form.style-01 .contact-form-content .submit-btn input,
.wpcf7-form.style-02 {
  background: #0093d1;
}

.wpcf7-form.style-02 .contact-form-content .email input,
.wpcf7-form.style-02 .contact-form-content .name input,
.wpcf7-form.style-02 .contact-form-content .subject input {
  background: #fff;
}

.top_site_main .page-title-wrapper h1:before,
.top_site_main .page-title-wrapper h2:before {
  background: #0093d1;
}

.list-address li {
  font-size: 16px;
  color: #333;
}

.list-address li i,
.thim-color {
  color: #0093d1;
}

.thim-color-title {
  color: #333;
}

.site-header {
  background: #000;
}

.site-header.header_v2 {
  background: #111;
}

@media (max-width: 1218px) {
  .mobile-menu-container {
    background: #232323;
  }

  .mobile-menu-container ul li > a,
  .mobile-menu-container ul li > span {
    color: #777;
  }

  .mobile-menu-container ul li > a:hover,
  .mobile-menu-container ul li > span:hover {
    color: #fff;
  }
}

.width-logo > a {
  width: 153px;
  display: inline-block;
}

.wpcf7-form input[type="date"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="text"],
.wpcf7-form select {
  border-color: #eee;
}

.wpcf7-form input[type="date"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="number"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form input[type="text"]:focus,
.wpcf7-form select:focus {
  border-color: #0093d1;
}

.wpcf7-form .wpcf7-submit {
  background: #0093d1;
  color: #333;
}

.wpcf7-form .wpcf7-submit:hover {
  background: #0177d1;
}

.mc4wp-form .mc4wp-form-fields input[type="email"]:focus {
  border-color: #0093d1;
}

.mc4wp-form .mc4wp-form-fields button[type="submit"],
.mc4wp-form .mc4wp-form-fields input[type="submit"] {
  background: #0093d1;
  color: #333;
}

.thim-newlleter-homepage
  .mc4wp-form
  .mc4wp-form-fields
  button[type="submit"]:hover,
.thim-newlleter-homepage
  .mc4wp-form
  .mc4wp-form-fields
  input[type="submit"]:hover {
  background: #0177d1;
  color: #333;
}

.sc_heading .title {
  color: #333;
}

.sc_heading .line {
  background-color: #333;
}

.thim-about-author .author-top .name {
  color: #333;
}

.thim-about-author .author-top a.name:hover {
  color: #0093d1;
}

.page-404-content a:hover {
  color: #0093d1;
}

.site-main .widget_text .widget-title:before {
  background: #0093d1;
}

.thim-list-content li:before {
  background: #0093d1;
}

.message a,
.message a:hover {
  color: #333;
}

a.widget-button {
  background: #0093d1;
}

.thim-color:hover {
  color: #0093d1;
}

.thim-join-the-elite-group:before {
  background: #0093d1;
}

.thim-join-the-elite-group .thim-widget-button .widget-button.normal {
  border-color: #0093d1;
  background: #0093d1;
  color: #333;
}

.thim-join-the-elite-group .thim-widget-button .widget-button.normal:hover {
  border-color: #e6a303;
  background: #e6a303;
  color: #333;
}

.btn-border:hover,
.btn-primary {
  border-color: #0093d1;
}

.btn-primary,
input[type="radio"]:checked:before {
  background-color: #0093d1;
}

.btn-border:hover,
input[type="checkbox"]:checked:before {
  color: #0093d1;
}

.post .post-btn {
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 480px) {
  .width-logo > a {
    width: 114.75px;
  }
}

.post .post-btn {
  padding: 11px 17px;
  font-size: 10px;
}

.rating li {
  display: inline-block;
}

.rating {
  list-style-type: none;
  padding-left: 0;
  float: right;
}

.post-link {
  color: #3a99d7;
}

.btn-primary:hover {
  background-color: #323945;
  border-color: #323945;
}

#pg-2901-0,
#pg-2901-1,
#pg-2901-2,
#pg-2901-4,
#pg-2901-5 {
  margin-bottom: 30px;
}

#pgc-2901-1-0,
#pgc-2901-1-1,
#pgc-2901-1-2,
#pgc-2901-1-3 {
  width: 25%;
}

#pg-2901-1 .panel-grid-cell,
#pg-2901-3 .panel-grid-cell {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

#pgc-2901-3-0,
#pgc-2901-3-2 {
  width: 48%;
}

#pgc-2901-3-1 {
  width: 4%;
}

#pg-2901-3 {
  margin-bottom: 93px;
}

#pg-2901-1,
#pg-2901-3 {
  margin-left: -15px;
  margin-right: -15px;
}

@media (max-width: 767px) {
  #pg-2901-0 .panel-grid-cell,
  #pg-2901-1 .panel-grid-cell,
  #pg-2901-2 .panel-grid-cell,
  #pg-2901-3 .panel-grid-cell,
  #pg-2901-4 .panel-grid-cell,
  #pg-2901-5 .panel-grid-cell,
  #pg-2901-6 .panel-grid-cell {
    float: none;
    width: auto;
  }

  #pgc-2901-1-0,
  #pgc-2901-1-1,
  #pgc-2901-1-2,
  #pgc-2901-3-0,
  #pgc-2901-3-1 {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  span.banner-text {
    font-size: 30px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  div.panel-grid-cell {
    margin-bottom: 20px;
  }
}

#pg-5749-0,
#pg-5749-3,
#pg-5749-6 {
  margin-bottom: 0;
}

#pg-5749-0 .panel-grid-cell,
#pg-5749-2 .panel-grid-cell,
#pg-5749-4 .panel-grid-cell,
#pg-5749-5 .panel-grid-cell,
#pg-5749-6 .panel-grid-cell,
#pg-5749-7 .panel-grid-cell {
  float: none;
}

#pgc-5749-1-0,
#pgc-5749-1-1 {
  width: 50%;
}

#pg-5749-1,
#pg-5749-4 {
  margin-bottom: 30px;
}

#pg-5749-1 .panel-grid-cell,
#pg-5749-3 .panel-grid-cell {
  float: left;
}

#pg-5749-2 {
  margin-bottom: 43px;
}

#pgc-5749-3-0,
#pgc-5749-3-1,
#pgc-5749-3-2,
#pgc-5749-3-3 {
  width: 25%;
}

#pg-5749-5 {
  margin-bottom: 97px;
}

#pg-5749-0,
#pg-5749-1,
#pg-5749-2,
#pg-5749-3,
#pg-5749-4,
#pg-5749-5,
#pg-5749-6,
#pg-5749-7 {
  margin-left: -15px;
  margin-right: -15px;
}

#pg-5749-0 .panel-grid-cell,
#pg-5749-1 .panel-grid-cell,
#pg-5749-2 .panel-grid-cell,
#pg-5749-3 .panel-grid-cell,
#pg-5749-4 .panel-grid-cell,
#pg-5749-5 .panel-grid-cell,
#pg-5749-6 .panel-grid-cell,
#pg-5749-7 .panel-grid-cell {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 767px) {
  #pg-5749-0 .panel-grid-cell,
  #pg-5749-1 .panel-grid-cell,
  #pg-5749-2 .panel-grid-cell,
  #pg-5749-3 .panel-grid-cell,
  #pg-5749-4 .panel-grid-cell,
  #pg-5749-5 .panel-grid-cell,
  #pg-5749-6 .panel-grid-cell,
  #pg-5749-7 .panel-grid-cell {
    float: none;
    width: auto;
  }

  #pgc-5749-1-0,
  #pgc-5749-3-0,
  #pgc-5749-3-1,
  #pgc-5749-3-2 {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 600px) {
  .bottomBtn a {
    margin-bottom: 10px;
  }
}

::-webkit-input-placeholder {
  color: #444 !important;
}

::-moz-placeholder {
  color: #444 !important;
}

:-ms-input-placeholder {
  color: #444 !important;
}

:-moz-placeholder {
  color: #444 !important;
}

footer input[type="text"] {
  border-radius: 0;
  box-shadow: none;
}

@media only screen and (max-width: 500px) {
  footer input {
    margin-bottom: 10px;
  }
}

input,
select {
  color: #222 !important;
}

select option {
  color: #222 !important;
}

.phdDetail .course-list ul li {
  color: #232222;
  font-size: 17px;
}

ul.fees li {
  color: #232222;
  font-size: 17px;
}

#pg-5749-0,
#pg-5749-3,
#pg-5749-6 {
  margin-bottom: 0;
}

#pg-5749-0 .panel-grid-cell,
#pg-5749-2 .panel-grid-cell,
#pg-5749-4 .panel-grid-cell,
#pg-5749-5 .panel-grid-cell,
#pg-5749-6 .panel-grid-cell,
#pg-5749-7 .panel-grid-cell {
  float: none;
}

#pgc-5749-1-0,
#pgc-5749-1-1 {
  width: 50%;
}

#pg-5749-1,
#pg-5749-4 {
  margin-bottom: 30px;
}

#pg-5749-1 .panel-grid-cell,
#pg-5749-3 .panel-grid-cell {
  float: left;
}

#pg-5749-2 {
  margin-bottom: 43px;
}

#pgc-5749-3-0,
#pgc-5749-3-1,
#pgc-5749-3-2,
#pgc-5749-3-3 {
  width: 25%;
}

#pg-5749-5 {
  margin-bottom: 97px;
}

#pg-5749-0,
#pg-5749-1,
#pg-5749-2,
#pg-5749-3,
#pg-5749-4,
#pg-5749-5,
#pg-5749-6,
#pg-5749-7 {
  margin-left: -15px;
  margin-right: -15px;
}

#pg-5749-0 .panel-grid-cell,
#pg-5749-1 .panel-grid-cell,
#pg-5749-2 .panel-grid-cell,
#pg-5749-3 .panel-grid-cell,
#pg-5749-4 .panel-grid-cell,
#pg-5749-5 .panel-grid-cell,
#pg-5749-6 .panel-grid-cell,
#pg-5749-7 .panel-grid-cell {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 767px) {
  #pg-5749-0 .panel-grid-cell,
  #pg-5749-1 .panel-grid-cell,
  #pg-5749-2 .panel-grid-cell,
  #pg-5749-3 .panel-grid-cell,
  #pg-5749-4 .panel-grid-cell,
  #pg-5749-5 .panel-grid-cell,
  #pg-5749-6 .panel-grid-cell,
  #pg-5749-7 .panel-grid-cell {
    float: none;
    width: auto;
  }

  #pgc-5749-1-0,
  #pgc-5749-3-0,
  #pgc-5749-3-1,
  #pgc-5749-3-2 {
    margin-bottom: 30px;
  }
}

.contentData p {
  color: #222 !important;
}

.bottomHeading {
  background: #ffb400;
  color: #fff;
  padding: 12px;
  margin-top: 20px;
  font-size: 22px;
  font-weight: 600;
  text-shadow: 1px 1px 0 #000;
  text-align: center;
}

#emailRegPopupSub .modal-header,
#institutePopup .modal-header {
  background: #fff;
  border-bottom: 1px solid #ccc;
  color: #161c2e;
  text-align: center;
  position: relative;
  font-size: 20px;
}

/*#emailRegPopupSub .modal-header i {
    background: #fff;
    position: absolute;
    top: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    color: #161C2E;
    font-size: 40px;
    line-height: 190%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 10px solid rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px rgba(0, 0, 0, .5) inset
}*/

#emailRegPopupSub .modal-header h4,
#institutePopup .modal-header h4 {
  font-size: 30px;
  font-weight: 300;
  /*padding-top: 30px*/
}

#emailRegPopupSub .modal-dialog,
#institutePopup .modal-dialog {
  margin: 50px auto;
}

#emailRegPopupSub .close,
#institutePopup .close {
  background: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #539c26;
  font-size: 30px;
  line-height: 30px;
}

#emailRegPopupSub .modal-header .close span,
#institutePopup .modal-header .close span {
  color: #000;
}

#emailRegPopupSub .modal-content,
#institutePopup .modal-content {
  border-radius: 0;
}

#emailRegPopForm .form-control,
#institutePopup .form-control {
  outline: 0;
  /*font-size: 1em;*/
  color: #000;
  padding: 0.6em;
  margin: 0 0 10px;
  width: 100%;
  border: 1px solid #c1c1bb;
  display: block;
  background: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  font-weight: 300;
}

#emailRegPopForm .modal-footer,
#institutePopup .modal-footer {
  border-top: 1px solid rgba(255, 255, 255, 0);
  padding-bottom: 0;
}

.modal-footer .green_gre {
  border-radius: 0;
  background: #ff7900;
  border: 1px solid #ff7900;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  text-shadow: 1px 1px 0 #000;
  height: 40px;
  text-align: center;
  color: #fff;
}

.modal-footer .green_gre:hover {
  background: #161c2e;
  border: 1px solid #161c2e;
}

#emailRegPopForm .ai_popup_list,
#institutePopup .ai_popup_list {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px;
  min-height: 210px;
}

.modal-error-class {
  display: flex;
  margin-bottom: 10px;
  font-weight: 600;
  color: rgb(255, 50, 50);
}

.rating-error-class {
  margin-top: 9px;
  font-weight: 600;
  color: rgb(255, 50, 50);
}

.modal-backdrop {
  /* bug fix - no overlay */
  z-index: -1;
  /*display: none;    */
}

/*.modal{display: none !important;}
.modal-open{overflow: initial !important; padding: 0 !important;}*/

body {
  background: #fafafa;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.5px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: Roboto, sans-serif;
}

#emailRegPopupSub .modal-header,
#institutePopup .modal-header {
  text-align: center !important;
  background: #13a2e4 !important;
  color: #fff !important;
}

#emailRegPopupSub .close,
#institutePopup .close {
  color: #fff;
  opacity: 1;
  font-weight: 300;
}

#emailRegPopupSub .modal-dialog,
#institutePopup .modal-dialog {
  max-width: 400px;
}

#emailRegPopupSub .modal-header h4,
#institutePopup .modal-header h4 {
  color: #fff !important;
}

#emailRegPopupSub .modal-header .close span,
#institutePopup .modal-header .close span {
  color: #fff !important;
}

#emailRegPopupSub .close,
#institutePopup .close {
  background: transparent !important;
}

#emailRegPopForm .form-control,
#institutePopup .form-control {
  color: #000;
  border: 1px solid rgb(204 204 204 / 60%);
  font-weight: 300;
  padding: 6px 12px !important;
  font-size: 1.6rem;
  line-height: 1.42857143;
  margin-top: 0.5rem;
  background: #fff;
  border-radius: 4px;
  height: 40px;
  box-shadow: none;
}

.modal-footer .green_gre {
  margin: 0;
  background-color: #ff7900;
  border: 0;
  transition: all cubic-bezier(0.985, 0.135, 0.15, 0.86) 0.7s;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  height: 62px;
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
}

.logo {
  float: none;
  margin: 10px auto;
  text-align: center;
}

.navbar.navbar-inverse.navbar-static-top a {
  line-height: 1;
}

.thim-newlleter-homepage {
  padding: 15px;
}

.thim-newlleter-homepage .mc4wp-form:after {
  display: none;
}

.thim-newlleter-homepage > div {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  row-gap: 15px;
}

.thim-newlleter-homepage a.btn {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  height: auto;
  line-height: 1;
  padding: 15px 20px;
}

.thim-newlleter-homepage a.btn .fa {
  background: #2d343e;
  color: #fff;
  margin: -30px 10px -30px 0;
  padding: 0;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
}

.thim-join-the-elite-group:before {
  background: #fff;
}

.course-list .headding {
  float: left;
  width: 100%;
  padding: 15px;
  background-color: #13a2e4;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
}

.course-list-items {
  width: 100%;
  gap: 2px;
  row-gap: 2px;
  display: flex;
  flex-wrap: wrap;
}

.course-list-items .course-list-a {
  flex: calc(33.33% - 2px);
  padding: 10px 10px 10px 30px;
  line-height: 1;
  background: #fff;
  color: #000;
  position: relative;
}

.course-list-items .course-list-a:before {
  content: ">";
  display: flex;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 400;
  background: #272727;
  color: #fff;
}

.course-list-items .course-list-a:hover {
  transition: 0.5s;
  padding: 10px 10px 10px 35px;
  color: #0071e1;
}

.course-list-items .course-list-a:hover:before {
  background: #0071e1;
  color: #fff;
}

footer.footer {
  padding: 0;
}

.fullWidthContainer {
  background: #fff;
  padding: 30px 0;
}

.fullWidthContainer h1.heading {
  color: #000 !important;
  padding-bottom: 30px;
  margin: 0;
}

.fullWidthContainer ul.linkContainer {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  text-align: center;
}

.fullWidthContainer ul.linkContainer li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}

.fullWidthContainer ul.linkContainer li a {
  font-weight: 400;
  border: 1px solid #fff;
  border-radius: 50px;
  display: block;
  padding: 6px 15px;
  padding-right: 40px;
  margin: 3px 5px;
  font-size: 15px;
  position: relative;
  border-color: #ccc;
  color: #000;
  background: #fafafa;
}

.fullWidthContainer ul.linkContainer li a:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/arrow-a.svg) no-repeat;
  margin-left: 10px;
  background-size: contain;
  position: absolute;
  right: 5px;
  top: 10px;
}

.fullWidthContainer ul.linkContainer li a:hover {
  background: #fff;
}

.course-list {
  padding: 0 15px;
}

.footerTagList {
  background: #40b3e8;
  display: inline-block;
  width: 100%;
  padding: 30px 0;
  padding-bottom: 100px;
}

.formRightSide {
  background-color: #e4e5e8;
  margin-top: 0px;
}

.formRightSide a.btn {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  height: auto;
  line-height: 1;
  padding: 15px 20px;
  margin-bottom: 10px;
}

.formRightSide a.btn:last-child {
  margin-bottom: 0;
}

.formRightSide a.btn .fa {
  background: #2d343e;
  color: #fff;
  margin: -30px 10px -30px 0;
  padding: 0;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .course-list-items .course-list-a {
    flex: calc(50% - 2px);
  }

  .thim-newlleter-homepage {
    margin: 0;
  }

  .thim-newlleter-homepage > div {
    gap: 5px;
    row-gap: 5px;
  }

  .thim-newlleter-homepage a.btn {
    padding: 15px 10px;
    font-size: 12px;
  }

  .thim-newlleter-homepage a.btn .fa {
    width: 30px;
    height: 30px;
  }

  div.panel-grid-cell {
    margin-bottom: 0;
  }

  .course-list .headding {
    font-size: 20px;
  }

  .fullWidthContainer h1.heading {
    font-size: 20px;
    line-height: 1.4;
  }

  .footerTagList {
    padding: 30px 0;
  }

  .footer-links {
    margin: 0;
  }

  div.form-container {
    margin-bottom: 10px;
  }
}

@media (max-width: 500px) {
  .course-list-items .course-list-a {
    flex: calc(100% - 2px);
  }

  .fullWidthContainer ul.linkContainer li {
    margin: 0;
  }

  .fullWidthContainer ul.linkContainer li a {
    font-size: 12px;
    margin: 2px;
    padding: 6px 10px;
    padding-right: 30px;
  }

  .thim-newlleter-homepage a.btn {
    font-size: 11px;
  }
}

.course_list_button {
  padding: 0 20px;
  margin: 15px 0;
  display: block !important;
}

.course_list_button a {
  padding: 10px;
  text-align: center;
  display: block;
  border-radius: 3px;
  transition: 0.4s box-shadow;
}

.course_list_button a.phd__admission {
  border: 1px solid red !important;
  color: #fff !important;
  background-color: red;
  text-decoration: none;
  margin-bottom: 16px;
}

.course_list_button a.apply__course {
  background: #ff7900;
  color: #fff;
  text-decoration: none;
  margin-bottom: 16px;
}

.course_list_button a.download__brochure,
.itemSec .itemBottomSec ul li:last-child a {
  border: 1px solid #3eae8d !important;
  color: #fff !important;
  background-color: #3eae8d;
  text-decoration: none;
  margin-bottom: 16px;
}

.course_list_button a.get__counseling {
  border: 1px solid #13a2e4;
  color: #fff !important;
  background-color: #13a2e4;
  background-position: right center;
  text-decoration: none;
  margin-bottom: 16px;
}
.header_top {
    background: #2f3342;
    padding: 5px 15px;
    display: flex !important;
}
.header_top .container{
    max-width: 1270px;
}
.header_bottom {
    background: #f2eded;
    padding: 5px 15px;
    display: flex !important;
}
.header_bottom .container{
    max-width: 1270px;
}
.warm_button {
    background: #f63;
    color: #FFF;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    display: inline-block;
    border-radius: 5px;
}

.warm_button:hover {
    color: #FFF;
    background: #f63;
}
.warm_button_bottom {
    background: #f63;
    color: #FFF;
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    display: inline-block;
    border-radius: 5px;
}

.warm_button_bottom:hover {
    color: #FFF;
    background: #f63;
}
a.warm_button_top {
    background: #f63;
    color: #FFF;
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 5px;
    width: 300px;
}
a.warm_button_top:hover {
    color: #FFF;
    background: #f63;
}
.navbar-fixed-bottom {
    position:sticky;
    bottom: 0;
    margin: 0;
}
@media (min-width: 361px) and (max-width: 490px) {
    .header_top .container{
        max-width: 1270px;
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }
    .header_bottom .container{
        max-width: 1270px;
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }
    .warm_button {
        padding: 0px 6px;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }
    .warm_button_bottom {
        padding: 0px 11px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    a.warm_button_top {
        padding: 0px 14px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        text-align: center;
    }
    .navbar-fixed-bottom {
        position: sticky;
        bottom: 0;
        margin: 0;
    }
}
@media (max-width: 360px) {
    .header_top .container{
        max-width: 1270px;
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }
    .header_bottom .container{
        max-width: 1270px;
        padding-right: 0px;
        padding-left: 0px;
        margin-right: auto;
        margin-left: auto;
    }
    .warm_button {
        padding: 0px 7px;
        height: 40px;
        line-height: 40px;
        font-size: 11px;
    }
    .warm_button_bottom {
        padding: 0px 7px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    a.warm_button_top {
        padding: 0px 14px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        text-align: center;
    }
    .navbar-fixed-bottom {
        position: sticky;
        bottom: 0;
        margin: 0;
    }
}
.my-float {
    margin-top: 7px;
}
a.float {
    background-color: #00c85d !important;
}
.float {
    position: fixed;
    width: 51px;
    height: 51px;
    bottom: 100px;
    right: 33px;
    background-color: #078225 !important;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 37px;
    z-index: 999;
}
/*Start Ads Institute*/
.detailTab-section{
    border:1px solid #ffe01f;
    margin: 10px 0 10px 0;
}
.detailTab-title {
    display: block;
    max-width: 100%;
    padding: 10px;
    margin-bottom: 2px !important;
    background: #525856;
    border-color: #ffe01f;
    color:#FFF;
}
.detailTab-title h2{
    color: #FFF;
    text-align: left;
    font-size: 20px;
    height: 13px;
    line-height: 10px;
}
.detailTab-section .instituteRow{
    background: #FEEC9A;
    margin: 0 0 5px 0;
    text-align: left;
    padding: 5px;
    width: 100%;
}
.detailTab-section .instituteRow h2{
    font-size:20px; 
    color:#13a2e4;
    height: 15px;
    line-height: 10px;
}
.detailTab-section p, .detailTab-section p a, .detailTab-section ul, .detailTab-section ul li a {
    font-size: 16px;
    line-height: 20px;
    padding-left: 0px;
    margin-left: 0px;
    list-style: none;
}
.right-block-box {
    padding: 25px 10px;
}
.apply--now {
    float: right;
    width: auto;
    padding: 7px 10px 3px 38px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-family: "din", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border: 1px solid #d75124;
    background: url(https://www.universitydunia.com/images/btn-apply.png) -5px 0 no-repeat #e35121;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: rgba(0, 0, 0, .2) 1px 2px 3px;
    -moz-box-shadow: rgba(0, 0, 0, .2) 1px 2px 3px;
    box-shadow: rgba(0, 0, 0, .2) 1px 2px 3px;
}
/*End Ads Institute*/