@charset "UTF-8";
@import url(animate.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(httpss://fonts.googleapis.com/css?family=Open+Sans:400,600,800);
@import url(httpss://fonts.googleapis.com/css?family=Lato:400);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(linecons.css);
/*========================================================
						Main Styles
=========================================================*/
body {
  color: #767676;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  background-color: #fff;
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

h1 {
  font-size: 22px;
  color: #456E9B;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 480px) {
  h1 {
    font-size: 35px;
    letter-spacing: -0.025em;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 45px;
    letter-spacing: -0.025em;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 52px;
  }
}
@media (min-width: 1400px) {
  h1 {
    font-size: 72px;
  }
}

h2 {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  font-weight: 900;
}
@media (min-width: 480px) {
  h2 {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 60px;
  }
}

h3 {
  font-size: 36px;
  color: #456E9B;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  h3 {
    font-size: 30px;
  }
}

h4 {
  font-size: 30px;
  font-weight: 700;
  color: #456E9B;
}
@media (min-width: 480px) {
  h4 {
    font-size: 36px;
  }
}

h5, .heading-5 {
  color: #456E9B;
  font-size: 24px;
  line-height: 27px;
  font-weight: 300;
}
h5.big, .heading-5.big {
  font-size: 26px;
}

h6 {
  font-size: 16px;
}
h6.small {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
h6.big {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

p a:hover {
  text-decoration: underline;
}
p .fa {
  text-decoration: none;
}

time {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  color: #456E9B;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a:hover {
  color: #456E9B;
}
a:focus {
  outline: none;
}

.primary {
  color: #00a4ef;
}

.secondary {
  color: #456E9B;
}

strong {
  font-weight: 700;
}

button{
	
}

button:hover{
	cursor: pointer;
}

.bold {
  font-weight: 700;
}

.light {
  font-weight: 300;
}

.small {
  font-size: 14px;
  line-height: 18px;
}

.big {
  font-size: 20px;
  line-height: 21px;
}

.uppercase {
  text-transform: uppercase;
}

.circle {
  border-radius: 50%;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

.link {
  display: inline-block;
  font-size: 18px;
  letter-spacing: -0.01em;
  line-height: 1;
  color: #456E9B;
}
.link:hover {
  color: #00a4ef;
}
.link.small {
  font-size: 16px;
}

q {
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  line-height: 22px;
}

cite {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  color: #456E9B;
}
@media (min-width: 768px) {
  cite {
    font-size: 26px;
  }
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a[href*="mailto"] {
  color: #456E9B;
}
a[href*="mailto"]:hover {
  text-decoration: underline;
}

.border_b {
  border-bottom: 1px solid #f2f2f2;
}

/*=======================================================
						 Main Layout
=========================================================*/
* + p {
  margin-top: 14px;
  text-align: justify;
}

h3 + * {
  margin-top: 26px;
}
@media (min-width: 768px) {
  h3 + * {
    margin-top: 20px;
  }
}

h4 + p {
  margin-top: 18px;
}

img + * {
  margin-top: 24px;
}

h5 + p {
  margin-top: 22px;
}

img + p {
  margin-top: 22px;
}

h6 + * {
  margin-top: 8px;
}

.row + .btn {
  margin-top: 59px;
}

article + article {
  margin-top: 46px;
}

.quote-xs + .quote-xs {
  margin-top: 48px;
}

[class*="col-sm"] + [class*="col-sm"] {
  margin-top: 30px;
}
@media (min-width: 768px) {
  [class*="col-sm"] + [class*="col-sm"] {
    margin-top: 0px;
  }
}

[class*="col-md"] + [class*="col-md"] {
  margin-top: 30px;
}
@media (min-width: 992px) {
  [class*="col-md"] + [class*="col-md"] {
    margin-top: 0px;
  }
}

* + .marked-list {
  margin-top: 30px;
}

* + .link {
  margin-top: 10px;
}

* + .btn {
  margin-top: 23px;
}

p + p {
  margin-top: 19px;
}

.box + .box {
  margin-top: 40px;
}

.parallax_cnt * + .btn {
  margin-top: 39px;
}

h3 + .terms-list {
  margin-top: 47px;
}

.terms-list + * {
  display: inline-block;
  margin-top: 23px;
}

.box-md * + p {
  margin-top: 10px;
}
.box-md h5 + * {
  margin-top: 18px;
}

* + .offset-1 {
  margin-top: 10px;
}

* + .offset-2 {
  margin-top: 25px;
}

html > body .page * + .offset-3 {
  margin-top: 62px;
}

.flow-offset-3 > * + * {
  margin-top: 50px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-xs-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-3 > .col-xs-12:nth-child(n + 2) {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-3 > .col-sm-12:nth-child(n + 2) {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-3 > .col-md-12:nth-child(n + 2) {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-3 > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-3 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-3 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-3 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-3 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-3 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-3 > .col-lg-12:nth-child(n + 2) {
    margin-top: 50px;
  }
}

.flow-offset-2 > * + * {
  margin-top: 40px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-xs-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-xs-12:nth-child(n + 2) {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-sm-12:nth-child(n + 2) {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-md-12:nth-child(n + 2) {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-2 > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-2 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-2 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-2 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-2 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-2 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-2 > .col-lg-12:nth-child(n + 2) {
    margin-top: 40px;
  }
}

.flow-offset-1 > * + * {
  margin-top: 30px;
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 480px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-xs-12:nth-child(n + 2) {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n + 2) {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n + 2) {
/*    margin-top: 30px;	*/
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  html:not(.lt-ie10) .flow-offset-1 > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-lg-12:nth-child(n + 2) {
    margin-top: 30px;
  }
}

/*=======================================================
						Components
=========================================================*/
.event-post__meta-date {
  display: inline-block;
  margin-top: 20px;
}
.event-post__meta-date + * {
  margin-top: 10px;
}
.event-post__meta-title {
  font-size: 16px;
  line-height: 1.125;
}
.event-post__descr {
  font-size: 14px;
  line-height: 18px;
  margin-top: 23px;
}

.blog-post__meta {
  display: inline-block;
}
.blog-post__meta + * {
  margin-top: 10px;
}
.blog-post__title {
  font-size: 16px;
  color: #767676;
  font-weight: bold;
  line-height: 1.125;
}
.blog-post__title + * {
  margin-top: 6px;
}
@media (min-width: 768px) {
  .blog-post__title + * {
    margin-top: 22px;
	font-size: 20px;
	font-weight: 300;
  }
}

.baner {
  display: inline-block;
  width: 370px;
  padding: 27px 3px 38px 33px;
  font-size: 48px;
  font-weight: 700;
  text-align: left;
  color: #456E9B;
  border: 3px solid #456E9B;
  position: relative;
}
.baner:before {
  font-size: 90px;
  position: relative;
  left: -1px;
  top: 43px;
}
.baner span {
  display: inline-block;
  line-height: 49px;
  padding-left: 15px;
}
.baner:hover {
  color: #00a4ef;
  border-color: #00a4ef;
  background: transparent;
}

.baner + .baner {
  margin-top: 20px;
}

@media (min-width: 614px) {
  .baner + .baner {
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  .baner + .baner {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .baner {
    width: 290px;
    font-size: 40px;
    padding-left: 10px;
  }
  .baner:before {
    font-size: 79px;
  }
}
.baner-primary {
  color: #ffffff;
  background: #f44236;
  border-color: #f44236;
}
.baner-primary span {
  padding-left: 16px;
}
.baner-primary:before {
  font-size: 90px;
  position: relative;
  left: 5px;
  top: 34px;
}

/*==================     Brand     ======================*/
.rd-navbar-brand {
  font-size: 41px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: -0.025em;
}
.rd-navbar-brand .brand__logo {
  color: #456E9B;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #00a4ef;
}
.bg-primary * {
  color: white;
}
.bg-primary * .marked-list li::before {
  color: white;
}

.bg-secondary {
  background: #456E9B;
}

.bg-secondary-1 {
  background-color: #f2f2f2;
}

/*==================     blockquote     ======================*/
.quote-xs {
  position: relative;
  padding-left: 50px;
}
.quote-xs::after {
  content: "";
  position: absolute;
  background: url("../images/quote2.png");
  width: 27px;
  height: 27px;
  left: -9px;
  top: 4px;
}

.quote-lg {
  position: relative;
  padding-left: 48px;
  font-style: normal;
}
@media (min-width: 480px) {
  .quote-lg::after {
    content: "";
    position: absolute;
    background: url("../images/quote2.png");
    width: 27px;
    height: 27px;
    left: -9px;
    top: 9px;
  }
}
@media (min-width: 768px) {
  .quote-lg::after {
    background: url("../images/quote.png");
    left: -9px;
    top: 9px;
    width: 102px;
    height: 98px;
  }
}
.quote-lg[class*="box-"] {
  padding-top: 61px;
  padding-left: 97px;
}
.quote-lg[class*="box-"]:before {
  display: none;
}
@media (max-width: 991px) {
  .quote-lg[class*="box-"] {
    padding-left: 80px;
  }
}
@media (max-width: 767px) {
  .quote-lg[class*="box-"] {
    padding-left: 0;
    padding-top: 0;
  }
}
.quote-lg[class*="box-"] .box_left {
  position: relative;
  padding-right: 23px;
}
.quote-lg[class*="box-"] .box_cnt {
  padding-top: 22px;
}
.quote-lg[class*="box-"] .box_cnt p {
  padding-top: 8px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .quote-lg[class*="box-"] .box_cnt p {
    padding-right: 0;
  }
}
.quote-lg[class*="box-"] .box_cnt * + cite {
  margin-top: 13px;
}

/*==================     Icons     ======================*/
.icon {
  display: inline-block;
  text-align: center;
}
.icon-primary {
  background-color: #fff;
  color: #00a4ef;
}
.icon-secondary {
  background-color: #fff;
  color: #456E9B;
}
.icon-lg {
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 40px;
}
.icon-md {
  width: 69px;
  height: 69px;
  line-height: 69px;
  font-size: 30px;
}
.icon-sm {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
}

/*================      Alignment     =================*/
.text-left {
  text-align: left;
}

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

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

@media (max-width: 480px) {
  .text-xs-left {
    text-align: left;
  }

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

  .text-xs-right {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .text-sm-left {
    text-align: left;
  }

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

  .text-sm-right {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .text-md-left {
    text-align: left;
  }

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

  .text-md-right {
    text-align: right;
  }
}
@media (max-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }

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

  .text-lg-right {
    text-align: right;
  }
}
/*==================    Buttons    ======================*/
.btn {
  text-align: center;
  display: inline-block;
  min-width: 150px;
  line-height: 1;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #d2d2d2;
  color: #686868;
}
.btn:hover{
	background: gray !important;
	color: white;
}

.btn-default {
  background-color: transparent;
  border: 1px solid white;
  color: white;
}
.btn-default:hover {
  background-color: #fff !important;
  color: #00a4ef !important;
}

.btn-secondary {
  border: 1px solid #f8c804;
  background: #f8c804;
  color: #434546;
}
.btn-secondary:hover {
  cursor: pointer;
  border: 1px solid #456E9B  !important;
  background: #456E9B !important;
  color: white !important;
}

.btn-primary {
  border: 1px solid #00a4ef;
  background: #00a4ef;
  color: white;
}
.btn-primary:hover {
  color: #00a4ef !important;
  background-color: transparent !important;
}

.btn-md {
  font-size: 18px;
  padding: 10px 30px;
}
@media (min-width: 480px) {
  .btn-md {
    font-size: 24px;
    padding: 16px 30px;
    min-width: 245px;
  }
}

.btn-sm {
  font-size: 18px;
  padding: 10px 30px;
}
@media (min-width: 480px) {
  .btn-sm {
    font-size: 1em;
	padding: 11px 20px;
  }
}


/*==================      Box      ======================*/
.box .box__middle, .box-xs .box__middle, .box-sm .box__middle, .box-md .box__middle, .box-lg .box__middle {
  vertical-align: middle;
}

.box .box__bottom, .box-xs .box__bottom, .box-sm .box__bottom, .box-md .box__bottom, .box-lg .box__bottom {
  vertical-align: bottom;
}

.box .box_left img, .box .box_right img {
  max-width: none;
}

.box .box_left,
.box .box_right,
.box .box_cnt {
  padding: 0;
  display: table-cell;
  vertical-align: top;
}

.box .box_left {
  padding-right: 13px;
}

@media (min-width: 480px) {
  .box-xs .box_left img, .box-xs .box_right img {
    max-width: 150px;
	border: 1px solid #C4C4C4;
  }

  .box-xs .box_left,
  .box-xs .box_right,
  .box-xs .box_cnt {
    display: table-cell;
    vertical-align: top;
  }

  .box-xs .box_left {
    padding-right: 13px;
  }

  .box-xs .box_right {
    padding-left: 20px;
  }

  .box-xs-clear .box_left img, .box-xs-clear .box_right img {
    max-width: 100%;
  }

  .box-xs-clear .box_left,
  .box-xs-clear .box_right,
  .box-xs-clear .box_cnt {
    padding: 0;
    display: block;
    vertical-align: top;
  }
}
@media (min-width: 768px) {
  .box-sm .box_left img, .box-sm .box_right img {
    max-width: none;
  }

  .box-sm .box_left,
  .box-sm .box_right,
  .box-sm .box_cnt {
    display: table-cell;
    vertical-align: top;
  }

  .box-sm .box_left {
    padding-right: 13px;
    margin-bottom: 0px;
  }

  .box-sm .box_right {
    padding-left: 20px;
  }

  .box-sm-clear .box_left img, .box-sm-clear .box_right img {
    max-width: 100%;
  }

  .box-sm-clear .box_left,
  .box-sm-clear .box_right,
  .box-sm-clear .box_cnt {
    padding: 0;
    display: block;
    vertical-align: top;
  }
}
.box-sm .box_left {
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .box-md .box_left img, .box-md .box_right img {
    max-width: none;
  }

  .box-md .box_left,
  .box-md .box_right,
  .box-md .box_cnt {
    display: table-cell;
    vertical-align: top;
  }

  .box-md .box_left {
    padding-right: 13px;
    margin-bottom: 0px;
  }

  .box-md .box_right {
    padding-left: 20px;
  }

  .box-md-clear .box_left img, .box-md-clear .box_right img {
    max-width: 100%;
  }

  .box-md-clear .box_left,
  .box-md-clear .box_right,
  .box-md-clear .box_cnt {
    padding: 0;
    display: block;
    vertical-align: top;
  }
}
.box-md .box_left {
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .box-lg .box_left img, .box-lg .box_right img {
    max-width: 120px;
  }

  .box-lg .box_left,
  .box-lg .box_right,
  .box-lg .box_cnt {
    display: table-cell;
    vertical-align: top;
  }

  .box-lg .box_left {
    padding-right: 13px;
  }

  .box-lg .box_right {
    padding-left: 20px;
  }

  .box-lg-clear .box_left img, .box-lg-clear .box_right img {
    max-width: 100%;
  }

  .box-lg-clear .box_left,
  .box-lg-clear .box_right,
  .box-lg-clear .box_cnt {
    padding: 0;
    display: block;
    vertical-align: top;
  }
}
/*==================   Flex List   ======================*/
.flex-list {
  display: table;
  table-layout: fixed;
  width: 100%;
  text-align: center;
}
.flex-list li {
  display: table-cell;
}
.flex-list li img {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.flex-list li a:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .flex-list, .flex-list li {
    display: inline-block;
  }
  .flex-list li {
    width: 24%;
    margin-top: 10px;
  }
}
@media (max-width: 479px) {
  .flex-list li {
    width: 49%;
  }
}

/*==================  Marked List  ======================*/
.marked-list {
  display: inline-block;
}
.marked-list li {
  position: relative;
  padding-left: 22px;
  font-size: 16px;
  line-height: 18px;
}
.marked-list li:before {
  content: '\f061';
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 400;
  font-size: 12px;
  font-family: "FontAwesome";
  color: #456E9B;
}
.marked-list li + li {
  margin-top: 17px;
}
.marked-list a:hover {
  color: #456E9B;
}
.marked-list_mod li {
  font-size: 14px;
}
.marked-list_mod li:before {
  font-size: 12px;
}

/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
  text-align: left;
}
.index-list li {
  position: relative;
  text-align: center;
}
@media (min-width: 480px) {
  .index-list li {
    padding-left: 82px;
    text-align: left;
  }
}
.index-list li h6 {
  font-size: 14px;
  line-height: 18px;
  color: #00a4ef;
}
.index-list li * + p {
  margin-top: 9px;
}
.index-list li:before {
  content: counter(li,decimal) ".";
  counter-increment: li;
  padding-left: 5px;
  margin-bottom: 10px;
  font-size: 26px;
  width: 69px;
  height: 69px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  background: #00a4ef;
}
@media (min-width: 480px) {
  .index-list li:before {
    position: absolute;
    top: -2px;
    left: 0;
  }
}
.index-list li + li {
  margin-top: 26px;
}
@media (min-width: 768px) {
  .index-list li + li {
    margin-top: 46px;
  }
}

/*=================   List List   =====================*/
.list li {
  font-size: 14px;
  font-family: "Lato";
  line-height: 1.5;
}
.list li.active a {
  color: white;
  text-decoration: underline;
}
.list li a {
  color: #d2d2d2;  
  font-family: "Roboto";
  font-size: 0.9em;
}
.list li a:hover {
  color: white;
  text-decoration: underline;
}
.list li a[class*="fa-"] {
  display: inline-block;
  position: relative;
  padding-left: 32px;
}
.list li a[class*="fa-"]::before {
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  left: 4px;
  top: 0;
  color: white;
}

/*=================   Contact Info   =====================*/
.contact-info:before, .contact-info:after {
  display: table;
  content: "";
  line-height: 0;
}
.contact-info:after {
  clear: both;
}
.contact-info + .contact-info {
  margin-top: 20px;
}
.contact-info dt[class*="heading-"] + * {
  margin-top: 20px;
}
.contact-info dt::after {
  content: ":";
  padding-right: 4px;
}

/*=================   Terms list   =====================*/
.terms-list dt {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 0.01em;
  color: #00a4ef;
}
.terms-list dt + dd {
  margin-top: 22px;
}
.terms-list dd {
  letter-spacing: 0.01em;
}
.terms-list dd + dt {
  margin-top: 28px;
}

.copyright {
  font-family: "Open Sans";
  color: #efefef;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
}
.copyright #copyright-year, .copyright a {
  text-transform: none;
  font-weight: 300;
}

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li:last-child {
  
}
@media (min-width: 830px) {
  .sf-menu > li:last-child {
    
  }
}
.sf-menu a {
  display: block;
}

.sform {
  text-align: right;
}

.sf-menu > li > a {
  display: block;
  color: #767676;
  padding: 25px 24px 25px;
  letter-spacing: -0.5px;
  font-size: 16px;
  font-weight: 300;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
background: #f0f0f0;
}
.sf-menu > li.active > a {
  color: #434546;
background: #f8c804;
font-weight: 400;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 300px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: white;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}

.sf-menu ul > li > a {
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 30px;
  color: #767676;
  background: white;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  position: relative;
  z-index: 999999;
  padding-left: 36px;
  background: #f2f2f2;
}

.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a .icon-normal {
	display: inline-block;
}

.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a .icon-hover {
	display: none;
}

.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover .icon-normal {
	display: none;
}

.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover .icon-hover {
	display: inline-block;
}

.sf-menu ul li {
  position: relative;
}
.sf-menu ul li ul {
  top: 100%;
  width: auto;
  margin-top: 0;
  padding: 0;
  z-index: 4;
  position: absolute;
  left: 235px;
  top: 0px;
}
.sf-menu ul li ul li {
  min-width: 160px;
}

.sf-menu ul ul {
  background-color: #404040;
}
.sf-menu ul ul > li > a {
  color: #fff;
  background-color: #404040;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #ffb900;
  background: #404040;
  box-shadow: none;
}

.sf-menu .dropdown-right:before {
  position: absolute;
  right: 16px;
  top: 17px;
  content: "\f054";
  font: 400 12px/12px "FontAwesome";
  color: #fff;
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -26px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateY(-36px);
  -ms-transform: translateY(-36px);
  -o-transform: translateY(-36px);
  -webkit-transform: translateY(-36px);
  transform: translateY(-36px);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #456E9B;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}

.rd-mobilemenu_ul ul a .icon-normal,
.rd-mobilemenu_ul ul a .icon-hover{
  display: none;
}


.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 70px;
  right: 56px;
  color: #456E9B;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 6px;
  left: 8px;
  width: 45px;
  height: 45px;
  border: 1px solid #456E9B;
  border-radius: 50%;
  background: white;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #456E9B;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #fff;
  z-index: 999;
  box-shadow: 0px -15px 30px 2px #521605;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
.isStuck .sf-menu ul ul {
  top: 0;
}

/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  color: #fff;
  background: #456E9B;
  border-radius: 50%;
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
 color: #434546;
 background: #f8c804;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

.search-form {
  display: block;
  position: relative;
  width: 300px;
  z-index: 99999;
}
.search-form_label {
  display: block;
  padding: 10px 40px 11px 10px;
  background: #FaFaFa;
  border: 1px solid rgba(224, 224, 224, 0.37);
}
.search-form_input {
  outline: none;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  vertical-align: baseline;
  box-shadow: none;
  color: #333;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  height: 22px;
}
.search-form_submit {
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: absolute;
  top: 12px;
  right: 5px;
  width: 25px;
  height: 22px;
  color: #456E9B;
  font: 400 18px/22px 'FontAwesome', sans-serif;
}
.search-form_submit:before {
  content: "";
}
.search-form_submit:hover {
  color: #00a4ef;
}
@media (max-width: 767px) {
  .search-form {
    width: 100%;
  }
}

.search-form_toggle {
  float: right;
  display: inline-block;
  width: 43px;
  height: 43px;
  margin-top: 34px;
  color: white;
  background-color: #ffb900;
  font: 400 20px/43px "FontAwesome";
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.search-form_toggle:before {
  content: "";
}
.search-form_toggle.active, .search-form_toggle:hover {
  color: #00a4ef;
}
.search-form_toggle.active:before {
  content: "";
}

.search-form {
  float: right;
  position: absolute;
  top: 56px;
  right: 0px;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (min-width: 768px) {
  .search-form {
    right: 20px;
    top: -100px;
  }
}

.search-form.on {
  top: 110px;
}

.search-form_liveout {
  text-align: left;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: 1;
}
.lt-ie9 .search-form_liveout {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.search-form_liveout .search_list {
  padding: 10px;
  list-style-type: none;
  font-size: 14px;
  line-height: 24px;
  background: white;
  font-weight: 500;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
}
.search-form_liveout .search_list li + li {
  margin-top: 2px;
}
.search-form_liveout .search_list a {
  padding-left: 5px;
}
.search-form_liveout .search_list p {
  margin: 0;
}
.search-form_liveout .search_link {
  font-family: "Roboto";
  display: block;
  padding: 5px 10px;
  background: white;
  color: green;
}
.search-form_liveout .search_link .search_title {
  color: #456E9B;
  font: 700 13px/18px "Roboto";
  text-transform: uppercase;
}
.search-form_liveout .search_link:hover {
  background: #00a4ef;
  color: white;
}
.search-form_liveout .search_link:hover .search_title {
  color: white;
}
.search-form_liveout .search_error {
  display: block;
  color: #00a4ef;
  background: #fafafa;
  padding: 10px 10px;
  overflow: hidden;
  font-size: 14px;
}
.search-form_liveout .match {
  display: none;
}
.search-form_liveout button {
  display: block;
  width: 100%;
  color: #003b56;
  background: #fafafa;
  padding: 10px 10px;
}
.search-form_liveout button:hover {
  background: #00a4ef;
  color: white;
}
input:focus + .search-form_liveout {
  opacity: 1;
}
.lt-ie9 input:focus + .search-form_liveout {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=100);
}
.search-form_liveout .tablet, .mobile .search-form_liveout {
  display: none !important;
}

.search-frame, .search-frame body {
  width: 100%;
  height: auto;
  background: transparent;
}
.search-frame, .search-frame body, .search-frame h1, .search-frame h2, .search-frame h3, .search-frame h4, .search-frame h5, .search-frame h6, .search-frame p, .search-frame em {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top;
}
.search-frame img {
  max-width: 100%;
  height: auto;
}
.search-frame a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.search-frame a:active {
  background: transparent;
}
.search-frame a:focus {
  outline: none;
}
.search-frame h4 {
  color: #456E9B;
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
}
@media (max-width: 979px) {
  .search-frame h4 {
    font-size: 16px;
    line-height: 16px;
  }
}
.search-frame h4 a:hover {
  color: #00a4ef;
}
.search-frame .search_list {
  color: #767676;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: top;
  list-style-type: none;
  counter-reset: num1;
}
.search-frame .search_list p {
  font: 300 15px/22px "Roboto";
}
.search-frame .search_list .match {
  color: #00a4ef;
  font-size: 12px;
  display: block;
}
.search-frame .search_list li {
  padding-top: 20px;
  padding-left: 50px;
  position: relative;
  padding-bottom: 20px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.search-frame .search_list li:before {
  content: counter(num1) ".";
  counter-increment: num1;
  position: absolute;
  left: 5px;
  top: 20px;
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: inherit;
  color: #456E9B;
}
.search-frame .search_list li + li {
  border-top: 5px solid #00a4ef;
}
.search-frame .search {
  color: #00a4ef;
  font-weight: 700;
}
.search-frame .match {
  color: #456E9B;
  font-size: 12px;
  display: block;
}
.search-frame * + p {
  margin-top: 16px;
}

body.search_body {
  background: #1b1b1d;
}

.content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.search_head {
  padding-bottom: 25px;
}

/*=================       Tabs     ======================*/
.resp-tabs-list:before, .resp-tabs-list:after {
  display: table;
  content: "";
  line-height: 0;
}
.resp-tabs-list:after {
  clear: both;
}
.resp-tabs-list li {
  cursor: pointer;
  float: left;
  padding: 24px 0px 14px;
  width: 27.8%;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: #2f2f2f;
  background: #dbdbdb;
  border: 1px solid transparent;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.resp-tabs-list li + li {
  border-left: 1px solid white;
}
.resp-tabs-list li.resp-tab-active {
  background: #f2f2f2;
  border: 1px solid #c6c6c6;
  border-bottom-color: transparent;
  position: relative;
}
.resp-tabs-list li.resp-tab-active:after {
  position: absolute;
  content: '';
  height: 4px;
  background: #f2f2f2;
  width: 100%;
  bottom: -3px;
  left: 0;
}
.resp-tabs-list li.resp-tab-active:hover {
  background: #f2f2f2;
}
.resp-tabs-list li:hover {
  background: #c2c2c2;
}
@media (max-width: 767px) {
  .resp-tabs-list {
    display: none;
  }
}

.resp-tabs-container div.box-sm {
  border: 1px solid #c6c6c6;
  padding: 30px 10px 40px 10px;
}
@media (min-width: 768px) {
  .resp-tabs-container div.box-sm {
    padding: 48px 20px 71px 29px;
  }
}
.resp-tabs-container div.box-sm .box_left {
  padding-top: 11px;
  padding-right: 29px;
}
@media (max-width: 767px) {
  .resp-tabs-container div.box-sm .box_left {
    text-align: center;
    margin-bottom: 10px;
  }
}
@media (max-width: 479px) {
  .resp-tabs-container div.box-sm .box_left {
    padding-right: 0;
  }
}
.resp-tabs-container div.box-sm .box_cnt {
  padding-top: 13px;
}
.resp-tabs-container div.box-sm .box_cnt .small {
  font-size: 14px;
  line-height: 22px;
}
.resp-tabs-container div.box-sm .box_cnt * + .link {
  margin-top: 24px;
}
.resp-tabs-container div.box-sm .box_cnt * + .marked-list {
  display: block;
  margin-top: 22px;
}
.resp-tabs-container div.box-sm .box_cnt * + p {
  margin-top: 17px;
}
.resp-tabs-container div.box-sm .box_cnt h5 {
  font-size: 20px;
  line-height: 21px;
}
.resp-tabs-container .btn-link {
  text-transform: uppercase;
  font-size: 16px;
}

.resp-accordion {
  display: none;
}

.resp-tab-content {
  display: none;
  background: #f2f2f2;
}

.resp-tab-content-active {
  display: block;
}

@media (max-width: 767px) {
  .resp-accordion {
    display: block;
    cursor: pointer;
    padding: 21px 0 15px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    color: white;
    background: #456E9B;
    border: 1px solid #d5390d;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .resp-accordion:hover {
    background: #a42c0a;
    border: 1px solid #a42c0a;
    border-bottom-color: transparent;
    position: relative;
    color: #fff;
  }
  .resp-accordion:hover:after {
    position: absolute;
    content: '';
    height: 4px;
    background: #a42c0a;
    width: 100%;
    bottom: -3px;
    left: 0;
  }

  .resp-tab-active {
    background: #912709;
    border: 1px solid #912709;
    border-bottom-color: transparent;
    position: relative;
    color: #fff;
  }
  .resp-tab-active:after {
    position: absolute;
    content: '';
    height: 4px;
    background: #912709;
    width: 100%;
    bottom: -3px;
    left: 0;
  }
}
/*==================   Tumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: 100%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  object-fit: cover;
  object-position: center;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin-top: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #fff;
  background: transparent;
}
.thumb_overlay:before {
  content: "";
  position: absolute;
  font-family: "FontAwesome";
  font-size: 48px;
  top: 46%;
  left: 50%;
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  opacity: 0;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}
.thumb:hover .thumb_overlay:before {
  opacity: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.parallax * {
  color: white;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
  padding-top: 66px;
  padding-bottom: 87px;
}
@media (min-width: 998px) {
  .parallax_cnt {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/*========================================================
					 HEADER  Section
=========================================================*/
header:before, header:after {
  display: table;
  content: "";
  line-height: 0;
}
header:after {
  clear: both;
}
header .navbar {
  background-color: #FFF;
  padding-left: 25px;
  padding-right: 29px;
  text-align: center;
  border-bottom: 1px solid #eaeaea;
}
header .navbar:before, header .navbar:after {
  display: table;
  content: "";
  line-height: 0;
}
header .navbar:after {
  clear: both;
}
@media (min-width: 1100px) {
  header .navbar {
    text-align: left;
  }
}
header .rd-navbar-brand {
  margin-top: 20px;
  margin-bottom: 0px;
  display: none;
}
@media (min-width: 1100px) {
  header .rd-navbar-brand {
    margin-top: 15px;
    float: left;
    display: block;
  }
}
header .rd-navbar-brand a:hover {
  color: inherit;
}
@media (min-width: 1100px) {
  header .rd-navbar {
    float: right;
  }
}
@media (max-width: 768px) {
  header {
    text-align: center;
  }
  header .rd-navbar, header .rd-navbar-brand {
    float: none;
  }
}

/*========================================================
					 CONTENT  Section
=========================================================*/
main {
  display: block;
}

/*==================      Well     ======================*/
.well-md {
  padding-top: 45px;
  padding-bottom: 45px;
}

.well-sm {
  padding-top: 44px;
  padding-bottom: 48px;
}

.well-sm-inset-1 {
  padding-bottom: 38px;
}

.well-lg {
  padding-top: 56px;
  padding-bottom: 56px;
}

.well-xl {
  padding-top: 20px;
  padding-bottom: 60px;
}

.well-xs {
  padding-top: 38px;
  padding-bottom: 36px;
}

footer .well-md {
  padding-top: 50px;
  padding-bottom: 60px;
}
footer .well-sm {
  padding-top: 40px;
  padding-bottom: 36px;
}

@media (min-width: 480px) {
  .well-md {
    padding-top: 66px;
    padding-bottom: 70px;
  }

  .well-sm {
    padding-top: 70px;
    padding-bottom: 72px;
  }

  .well-sm-inset-1 {
    padding-bottom: 66px;
  }

  .well-lg {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .well-xl {
    padding-top: 26px;
    padding-bottom: 100px;
  }

  .well-xs {
    padding-top: 50px;
    padding-bottom: 46px;
  }
}
@media (min-width: 998px) {
  .well-md {
    padding-top: 92px;
    padding-bottom: 109px;
  }

  .well-sm {
    padding-top: 104px;
    padding-bottom: 102px;
  }

  .well-sm-inset-1 {
    padding-bottom: 86px;
  }

  .well-lg {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .well-xl {
    padding-top: 39px;
    padding-bottom: 174px;
  }

  .well-xs {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  footer .well-md {
    padding-top: 106px;
    padding-bottom: 130px;
  }
  footer .well-sm {
    padding-top: 70px;
    padding-bottom: 63px;
  }
}
/*========================================================
					 FOOTER  Styles
=========================================================*/
footer * {
  color: white;
}
footer .bg-secondary-1 {
  background-color: #353535;
}
footer .bg-secondary-2 {
  background-color: #4e4e4e;
}
footer h6 + * {
  margin-top: 12px;
}
footer .contact-info + h6 {
  margin-top: 42px;
}
footer .list + * {
  margin-top: 44px;
}
footer address {
  font-weight: 300;
  font-family: "Lato";
  font-size: 14px;
  color: #d2d2d2;
}
footer a[href*="mailto"] {
  color: inherit;
}
footer a[href*="mailto"]:hover {
  color: #456E9B;
  text-decoration: none;
}
footer .contact-info a, footer .contact-info dl, footer .contact-info dt {
  color: #d2d2d2;
  font-family: "Roboto";
  font-size: 0.85em;
}
footer .contact-info a:hover {
  color: white;
  text-decoration: underline;
}
footer .contact-info + .contact-info {
  margin-top: 0;
}
footer .contact-info dt, footer .contact-info dd {
  display: inline-block;
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.form-group {
  margin-bottom: 1rem;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: inherit;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

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

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.form-control.is-invalid{
	border-color: #f05866;
}

.alert {
    position: relative;
    padding: 0.55rem 0.75rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    font-size: 0.8em;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-success {
    color: #2b721c;
	background-color: #d8f8d7;
	border-color: #b2f2a0;
}

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

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

.close {
    float: right;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.close:hover{
	color: #456E9B;
	opacity: 1;
}

.custom-parallax{
	position: relative;
	border-bottom: 1px solid #eaeaea;
}

	.custom-parallax .container-image{
		
	}
	
	.custom-parallax .container-image img{
		width: 100%;
		height: auto;
	}
	
	.custom-parallax .container-title{
		position: absolute;
		top: 30%;
		right: 0px;
		text-align: right;
		padding: 20px 40px;		
	}
	
	.custom-parallax .container-title h1{
		color: #456E9B;
		text-transform: uppercase;
		font-size: 2.8em;
		text-align: right;
		line-height: 0.98em;
	}
	
	.custom-parallax .container-title h3{
		color: #456E9B;
		text-transform: uppercase;
		font-size: 1em;
		text-align: right;
	}
	
@media (max-width: 768px) {
	
	.custom-parallax{
		position: relative;
	}
	
	.custom-parallax .container-title{
		position: absolute;
		text-align: right;
		padding: 12px 15px;
		top: 21%;
	}
	
	.custom-parallax .container-title h1{
		color: #456E9B;
		text-transform: uppercase;
		font-size: 1em;
		text-align: right;
	}
	
	.custom-parallax .container-title h3{
		color: #456E9B;
		text-transform: uppercase;
		font-size: 0.5em;
		text-align: right;
	}
}

.agenda{
	width: 100%;
	margin-bottom: 40px;
	border: 2px solid #456E9B;
}

	.agenda tr{
		
	}
	
	.agenda tr th{
		background: gray;
		color: white;
		padding: 10px;
		text-transform: uppercase;
		font-weight: bold;
		vertical-align: middle;
	}
	
	.agenda tr td{
		background: white;
		vertical-align: middle;
		border-left: 1px solid #c1c1c1;
		border-right: 1px solid #c1c1c1;
		font-size: 0.95em;
		padding: 20px 30px;
		font-weight: 500;
		color: #456E9B;
	}
	
	.agenda tr td a:hover{
		color: black;
	}
	
	.agenda tr td strong{
		font-weight: 500;
		color: #456E9B;
		text-transform: uppercase;
	}
	
	.agenda tr .bg-red{
		background: #456E9B;
		color: white;
		padding: 5px 10px;
		font-size: 0.8em;
		border-left: 1px solid #456E9B;
		border-right: 1px solid #456E9B;
	}
	
	.agenda tr .bg-gray{
		font-size: 1em;
		background: #c1c1c1;
		color: white;
		padding: 10px 20px;
	}
	
	.agenda tr .bg-gray-light{
		background: #f0f0f0;
		border-top: 1px solid #456E9B;
		border-bottom: 1px solid #456E9B;
	}
	
.ponentes-list{
	
}
	
	.ponentes-list li{
		padding: 0px;
	}
	
	.ponentes-list li:before{
		content: '';
	}
	
	.ponentes-list li a{
		
	}
	
	.ponentes-list li a:hover{
		
	}
	
	.ponentes-list li a img{
		width: 30px;
		margin-right: 20px;
	}
	
	.ponentes-list li a span{
		margin-top: 7px;
		display: inline-block;
	}
	
	
.ponente{
	margin-bottom: 20px;
	display: flex;
}

	.ponente .image{
		max-width: 250px;
		max-height: 250px;
		display: flex;
		align-content: center;
		justify-content: center;
		position: relative;
		overflow: hidden;
		margin-left: auto;
		margin-right: auto;
	}
	
	.ponente .image img{
		max-width: 100%;
		max-height: 100%;
		object-fit: contain;
	}
	
	.ponente .image .cover{		
		position: absolute;
		top: 0px;
		left: 0px;
		opacity: 0;
		width: 100%;
		height: 100%;
		margin: 0px;
		background: #456E9B;
		display: flex;
		align-content: center;
		justify-content: center;
		color: white;
		justify-content: center;		
		-moz-transition: 0.3s all ease;
		-o-transition: 0.3s all ease;
		-webkit-transition: 0.3s all ease;
		transition: 0.3s all ease;
	}
	
	.ponente .image:hover .cover{
		top: 0px;
		left: 0px;
		opacity: 1;
		background: rgba(211, 47, 63, 0.8);
	}
	
	.ponente .image .cover .button-more{
		align-self: center;
		text-align: center;
		font-size: 11px;
	}
	
	.ponente .image .cover .button-more span{
		font-size: 40px;
		display: block;
		margin-bottom: 18px;
	}
	
	.ponente .content{
		margin-left: 50px;
		flex: 1;
	}
	
	.ponente .title{
		color: #456E9B;
		font-size: 2em;
		text-align: center;
		font-weight: bold;
		padding: 10px 10px 0px 10px;
		margin-bottom: 20px;
		line-height: 1em;
	}
	
	.ponente .date{
		text-align: center;
		font-size: 1.2em;
		line-height: 1em;
	}
	
	.ponente .description{
		display: none;
	}
	
	
.ponente-column{
	margin-bottom: 50px;
}

	.ponente-column .image{
		max-width: 250px;
		max-height: 250px;
		display: flex;
		align-content: center;
		justify-content: center;
		position: relative;
		overflow: hidden;
		margin-left: auto;
		margin-right: auto;
	}
	
	.ponente-column .image img{
		max-width: 100%;
		max-height: 100%;
		object-fit: contain;
	}
	
	.ponente-column .image .cover{		
		position: absolute;
		top: 0px;
		left: 0px;
		opacity: 0;
		width: 100%;
		height: 100%;
		margin: 0px;
		background: #456E9B;
		display: flex;
		align-content: center;
		justify-content: center;
		color: white;
		justify-content: center;		
		-moz-transition: 0.3s all ease;
		-o-transition: 0.3s all ease;
		-webkit-transition: 0.3s all ease;
		transition: 0.3s all ease;
	}
	
	.ponente-column .image:hover .cover{
		top: 0px;
		left: 0px;
		opacity: 1;
		background: rgba(211, 47, 63, 0.8);
	}
	
	.ponente-column .image .cover .button-more{
		align-self: center;
		text-align: center;
		font-size: 11px;
	}
	
	.ponente-column .image .cover .button-more span{
		font-size: 40px;
		display: block;
		margin-bottom: 18px;
	}
	
	.ponente-column .content{
		margin-left: 50px;
		flex: 1;
	}
	
	.ponente-column .title{
		color: #456E9B;
		font-size: 1.5em;
		text-align: center;
		font-weight: bold;
		padding: 10px 10px 0px 10px;
		margin-bottom: 10px;
		line-height: 25px;
		display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
	}
	
	.ponente-column .job{
		text-align: center;
		font-size: 0.8em;
		line-height: 15px;
		margin-bottom: 5px;
	}
	
	.ponente-column .job-strong{
		text-align: center;
		font-size: 0.8em;
		line-height: 15px;
		font-weight: 600;
		margin-bottom: 10px;
	}
	
	.ponente-column .date{
		text-align: center;
		font-size: 0.8em;
		line-height: 15px;
	}
	
	.ponente-column .description{
		display: none;
	}
	
.row-wrap-flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.help-block-error{
	margin-top: 3px;
	font-size: 12px;
	color: #E65353;
}

.disclaimer{
	padding: 50px 0px;
	font-size: 0.8em;
	line-height: 1.5em;
	font-style: italic;
}

.servicios-img{
	width: 200px;
	height: 200px;
	border-radius: 50%;
	object-fit: cover;
	border: 1px solid #C4C4C4;
}

.image-square{

}

.timeline {
    border-left: 4px solid #456E9B;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(255, 255, 255, 0.03);
    font-family: "Chivo", sans-serif;
    margin: 50px auto;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 50px;
    list-style: none;
    text-align: left;
    max-width: 80%;
}

.timeline h2, .timeline h3 {
    font-family: "Saira", sans-serif;
    letter-spacing: 1.5px;
    font-weight: 400;
    font-size: 1.4em;
}

.timeline .event {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    padding-bottom: 25px;
    margin-bottom: 50px;
    position: relative;
}

.timeline .event::before, .timeline .event::after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event::before {
    left: -217.5px;
    content: attr(data-date);
    text-align: right;
    min-width: 120px;
	color: #456E9B;
	font-size: 20px;
}

.timeline .event::after {
    box-shadow: 0 0 0 4px #456E9B;
    left: -57.85px;
    background: #313534;
    border-radius: 50%;
    height: 11px;
    width: 11px;
    content: "";
    top: 5px;
}

.accordion {
  background-color: #eee;
  color: #456E9B;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
}

.accordion-active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.accordion-active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  /* margin: 20px; */
}

.panel > p,
.panel > ul{
  padding: 20px;  
  text-align: justify;
}

.link-cursos{
	color: #456E9B;
	margin-right: 10px;
	font-size: 0.85em;
}

.link-cursos:hover{
	color: #767676;
	text-decoration: underline;	
}

.link-cursos .fa{
	margin-right: 10px;
}

.bd-example > [class*="list-group-horizontal"] {
    max-width: 100%;
}
.bd-example > .list-group {
    max-width: 400px;
}
.list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row;
}
.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem;
}

.list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
}
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
	margin-right: 20px;
}

.menu-lateral{
	display: block;
	color: #767676;
	padding: 6px 20px;
	letter-spacing: -0.5px;
	font-size: 16px;
}

.menu-lateral:hover{
	background: #f0f0f0;
}

.menu-lateral.activo{
	color: #434546;
	background: #f8c804;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

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

.ml-20 {
	margin-left: 20px;
}

.mr-10 {
	margin-right: 10px;
}

.mr-20 {
	margin-right: 20px;
}

.fcrse_1 {
    background: #fff;
    width: 100%;
	float: left;
    padding: 10px;
	border: 1px solid #efefef;
	box-shadow: -0.083333333in 0.5pc 1.125pc -7px rgba(25,42,70,.13);
	transition: all .2s ease-in-out;
}

.fcrse_img {
	width: 100%;
	float: left;
	position: relative;
}

.fcrse_img img {
    width: 100%;
}

.fcrse_content {
    padding: 10px 5px;
	float: left;
    width: 100%;
	position: relative;
}

.crse14s {
	display: block;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333;
    text-align: left;
    margin-bottom: 7px;
    line-height: 24px;
}

.crse-cate {
    display: block;
    font-size: 13px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #686f7a;
    text-align: left;
}

.purchased_badge {
    font-size: 12px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    background: #333;
    display: inline-block;
    padding: 5px 10px;
    text-transform: uppercase;
    border-radius: 5px;
    margin-top: 15px;
    cursor: default;
}

.cr1fot {
    margin-bottom: 0;
    margin-top: 18px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    float: left;
    color: #686f7a;
    text-align: left;
    line-height: 24px;
}

.auth1lnkprce {
    float: left;
    width: 100%;
    margin-top: 18px;
}

.cr1fot a {
    color: #333;
    font-weight: 500;
}

.cr1fot a:hover {
    color: #333 !important;
	text-decoration: underline !important;
}

.prce142 {
    float: right;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333;
    text-align: right;
}

.vdtodt {
    margin-bottom: 8px;
    font-size: 12px;
    margin-top: 5px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #686f7a;
    text-align: left;
    display: block;
}

.vdtodt .vdt14::after {
    content: '•';
    margin: 0 4px;
}

.vdtodt .vdt14:last-child::after{
    display: none;
	content: '';
}

.eps_dots {
    position: absolute;
    right: 0;
}

.eps_dots a {
	font-size: 20px;
    color: #afafaf !important;
}

.eps_dots a:hover {
    color: #333 !important;
}

.more_dropdown {
  display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 160px;
	box-shadow: 0 2px 3px 0 rgba(34,36,38,.15);
    border: 1px solid rgba(34,36,38,.15);
	z-index: 1;
	right: 0;
	border-radius: 5px;
}

.dropdown-content span {
	color: #686f7a;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	padding: 10px;
	text-decoration: none;
	display: block;
	cursor: pointer;
}

.dropdown-content span i {
	margin-right: 6px;
	font-size: 115%;
}

.dropdown-content span:hover {
	color: #333 !important;
	background-color: #ffecec;
}

.more_dropdown:hover .dropdown-content {display: block;}

.more_dropdown:hover .eps_dots {background-color: #333;}

.course-overlay {
    position: absolute;
    top: 0;
    padding: 10px;
    left: 0;
    right: 0;
    bottom: 0;
	background-image: linear-gradient(transparent, rgba(51,51,51,.3) 90%);
}

.crse_reviews {
    color: #fff;
    background: #fdcc0d;
    display: inline-block;
    padding: 3px 15px 3px 10px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.crse_reviews i {
    margin-right: 2px;
}

.badge_seller {
	border-radius: 3px;
    font-size: 10px;
    position: absolute;
    padding: 2px 10px;
    background: #fa8305;
    border: none;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    line-height: 1.5;
    right: -11px;
    text-align: center;
    text-transform: uppercase;
    top: -35px;
    z-index: 2;
    vertical-align: baseline;
	border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 0 1px 1px rgba(20,23,28,.1), 0 3px 1px 0 rgba(20,23,28,.1);
}

.badge_seller:after {
	background: inherit;
    content: '';
    height: 12px;
    position: absolute;
    top: 3px;
    transform: rotate(45deg);
    width: 12px;
    z-index: 1;
    display: block;
    left: -5px;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.crse_timer {
    bottom: 0;
    position: absolute;
    margin-bottom: 10px;
    right: 0;
    margin-right: 10px;
    color: #fff;
    background: rgba(51,51,51,0.8);
    display: inline-block;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.play_btn1 {
	border: 0;
    width: 50px;
    height: 50px;
    float: left;
    text-align: center;
    border-radius: 100%;
    padding: 15px 13px;
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 40%;
    right: 40%;
    opacity: 0;
    background: rgba(51, 51, 51, 0.8);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.13);
}

.course-overlay:hover .play_btn1 {
    color: #fff !important;
	opacity: 1;
}

/*--- All Live Streams ---*/

.main-loader {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

/* === Animation Loader === */

.spinner {
    margin: 0 auto 0;
    width: 50px;
    text-align: center;
    height: 20px;
    border-radius: 100px;
    background-color: #fff;
    line-height: 20px;
    border: 1px solid #efefef;
    cursor: pointer;
}

.spinner > div {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  position: relative;
  top: 4px;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
  background-color: #333;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  background-color: #333;
  opacity: 0.702;
}

.spinner .bounce3 {
  -webkit-animation-delay: -0.12s;
  animation-delay: -0.12s;
  background-color: #333;
  opacity: 0.4;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

.campo-busqueda-curso{
	width: 80%;
	float: left;
}

.boton-busqueda-curso{
	width: 18%;
	float: left;
	min-width: initial;
	margin-left: 2%;
	margin-top: 3px;
	padding: 10px 7px;
	position: relative;
	top: -3px;
	text-align: center;
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.course-details{
	
}

.course-details h1{
	
}

.course-details h2{
	color: #456E9B;
	text-transform: initial;
	font-size: 1.8em;
	line-height: 0.98em;
	margin-bottom: 20px;
}

.course-details .preview_video {
    background: #fff;
    padding: 10px;
    float: left;
    width: 100%;    
}

.course-details .font-size-sm{
	font-size: 0.8em;
}

.course-details .course-options{
	
}

.course-details .course-options li{
	display: inline-block;
}

.background-lightgray{
	background: #f2f2f2;
}

.course_tabs {
    float: left;
    width: 100%;
	margin-top: 10px;
}

.course_tabs .nav-item {
    margin-bottom:  0 !important;
	padding: .5rem 1.5rem !important;
}

.course_tabs .nav-tabs .nav-item.show .nav-link, .course_tabs .nav-tabs .nav-link.active {
    color: #333 !important;
    background-color: transparent !important;
    border-color: inherit !important;
	border-top: 0 !important;
	border-bottom: 3px solid #f8c804 !important;
	border-left: 0 !important;
	border-right: 0 !important;
}

.course_tabs .nav-tabs {
    border-bottom: 0 !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.tab-content .tab-pane {
    display: none;
}

.tab-content .active {
    display: block !important;
}

.fade {
    transition: opacity .15s linear;
}

.course-details-html{
	
}

.course-details-html ul{
	list-style: initial;
	padding-left: 30px;
}

.tabla-contenido{
	width: 100%;
}
	
	.tabla-contenido .title{
		
	}
	
	.tabla-contenido .title td{
		padding: 20px 0px;
		font-size: 1.1em;
		font-weight: bold;
	}
	
	.tabla-contenido .item{
		background: #f2f2f2;
		border: 1px solid #c9c9c9;
	}
	
	.tabla-contenido .item td{
		padding: 5px 15px;
		font-size: 0.85em;
	}
	
	.tabla-contenido .item td span{
		margin-right: 10px;
		color: #bbb;
	}
	
	.tabla-contenido .item td.strong{
		font-weight: bold;
	}
	
	.tabla-contenido .item.background-white{
		background: #fefefe;
	}
	
	.tabla-contenido .item td .hours{
		width: 40px !important;
		display: inline-block;
	}
	
	.tabla-contenido .item .title-table{
		
	}
	
	.tabla-contenido .item .details-table{
		width: 200px;
	}
	
	.tabla-contenido .item .actions-table{
		
	}
	
.course-notification-message{
	margin-top: 10px;
	font-size: 0.85em;
}
	.course-notification-message.success{
		color: #2b721c;
	}
	
	.course-notification-message.error{
		color: #e2515e;
	}
	
.table{
	width: 100%;
	border: 1px solid #f8f8f8;
}
	
	.table thead{
		
	}
	
	.table thead tr{
		background: #f3f3f3;
	}
	
	.table thead th{
		padding: 10px;
	}
	
	.table tfoot{
		
	}
	
	.table tbody{
		
	}
	
	.table tr{
		border-bottom: 1px solid #f8f8f8;
	}
	
	.table tr td{
		padding: 10px;
		vertical-align: middle;
	}
	
	.table .total-order-container{
		background: #f3f3f3;
	}
	
.overlay-gray{
	background: #dcdcdc52;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	content: " ";
	z-index: 999;
}

	.overlay-gray .spinner{
		position: absolute;
		top: 50%;
		left: 50%;
		font-size: 4em;
		background: transparent;
		color: #c6c6c6;
		width: 60px;
		
		-webkit-animation:spin 2s linear infinite;
		-moz-animation:spin 2s linear infinite;
		animation:spin 2s linear infinite;
	}
	
	@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
	@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
	@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
	
	.overlay-gray .spinner span{
		
	}
	
.topic-completed{
	color: #0ddf0d !important;
}

.topic-uncompleted{
	
}

/********** Labels **********/
.label {
	border-radius: 60px;
	padding: 4px 12px 4px;
	font-size: 0.6em;
}
.label-rounded,
.label-rouded {
  border-radius: 60px;
  padding: 4px 12px 3px;
  font-weight: 500;
}
.label-custom {
  background-color: #a8a8a8;
}
.label-success {
  background-color: #00c292;
  color: white;
}
.label-info {
  background-color: #03a9f3;
}
.label-warning {
  background-color: #fec107;
  color: white;
}
.label-danger {
  background-color: #fb9678;
  color: white;
}
.label-megna {
  background-color: #01c0c8;
}
.label-primary {
  background-color: #ab8ce4;
}
.label-purple {
  background-color: #9675ce;
}
.label-red {
  background-color: #fb3a3a;
}
.label-inverse {
  background-color: #4c5667;
}
.label-muted {
  background-color: #e1e1e1;
}

.comment{
	margin-bottom: 20px;
	border: 1px solid #f4f4f4;
	padding: 15px;
	border-radius: 0px 20px 20px 20px;
}

	.comment.comment-parent{
		margin-left: 30px;
	}
	
	.comment .author{
		font-weight: bold;
	}
	
	.comment .message{
		margin-bottom: 10px;
	}
	
	.comment .comment-footer{
		font-size: 0.75em;
	}
	
	.comment .comment-footer .date{
		margin-right: 10px;
	}
	
	.comment .comment-footer .status{
		padding: 1px 10px;
		border-radius: 10px;
	}
	
	.comment .comment-footer .status.visible{
		background: #00c292;
		color: white;
	}
	
	.comment .comment-footer .status.removed{
		background: #b9b9b9;
		color: white;
	}
	
	.comment .comment-footer .options{
		display: none;
	}
	
	.comment:hover .comment-footer .options{
		display: block;
	}
	
	.comment .comment-footer .options a{
		margin-left: 10px;
	}
	
	.comment .form-reply{
		
	}
	
	.comment .form-reply textarea{
		
	}
	
	.comment .form-reply button{
		margin-left: 10px;
	}
	
.content-topic{
	
}

	.content-topic ul{
		list-style: initial;
		padding-left: 20px;
	}