/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

@-webkit-keyframes sprite-animation {
  from {
    background-position: 0 0;
  }
}

@keyframes sprite-animation {
  from {
    background-position: 0 0;
  }
}

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

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

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

body {
  margin: 0 !important;
  padding: 0 !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

mark {
  background: #ff0;
  color: #000;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: Yantramanav, Yantramanav;
  font-size: 1em;
}

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button, input, textarea, select {
  display: inline-block;
  -webkit-appearance: none;
  outline: none;
  color: inherit;
  overflow: visible;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  border: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


/*
* @section      Page Layouts
* @description  This section holds style declarations of all
*               included page layouts
*/
.page {
  overflow: hidden;
}

/*
* @subsection Boxed Layout
*/
html.boxed body {
  background: #444;
}

html.boxed .page {
  background: #fff;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.12), 3px 4px 8px 0px rgba(0, 0, 0, 0.11);
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}



/*
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Yantramanav, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  color: #32a3dc;
  margin: 0;
}
*/

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #a7b0b4;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/*
h1, .h1 {
  font-size: 28px;
  letter-spacing: 0.02em;
  color: #32a3dc;
}
*/

@media (min-width: 992px) {
  h1, .h1 {
    font-size: 47px;
  }
  h1.h1-variant-2, .h1.h1-variant-2 {
    font-size: 42px;
    line-height: 1.19048;
  }
}

/*
h2, .h2 {
  font-size: 26px;
  margin-top:20px;
}
*/

/*
@media (min-width: 992px) {
  h2, .h2 {
    font-size: 40px;
  }
}
*/

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

@media (min-width: 992px) {
  h3, .h3 {
    font-size: 30px;
  }
}
*/

h3 small, .h3 small {
  font-size: 14px;
  color: #a7b0b4;
  letter-spacing: 0.06em;
  display: block;
}

/*
h4, .h4 {
  font-size: 20px;
}
*/

/*
@media (min-width: 992px) {
  h4, .h4 {
    font-size: 24px;
  }
}

h5, .h5 {
  font-size: 18px;
}
*/

h5 small, .h5 small {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  margin-top: 5px;
  color: #616161;
  display: block;
}

/*
@media (min-width: 992px) {
  h5, .h5 {
    font-size: 20px;
  }
}

h6, .h6 {
  font-size: 16px;
  letter-spacing: 0.02em;
}

p {
  margin: 0;
}
*/

.lead {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}

.lead.big {
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  color: #005daa;
}

@media (min-width: 1200px) {
  .lead.big {
    padding-left: 12%;
    padding-right: 12%;
  }
}

@media (max-width: 991px) {
  .lead.big {
    font-size: 18px;
    line-height: 25px;
  }
}

small,
.small {
	font-size: .8em;
	line-height: 1.5em;
	display: inline-block;
}

mark,
.mark {
  background-color: #32a3dc;
  color: #fff;
  padding: .2em;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

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

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

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

.text-muted {
  color: #a7b0b4;
}

.text-base {
  color: #616161;
}

.text-primary {
  color: #32a3dc;
}

.text-success {
  color: #00b06c;
}

.text-info {
  color: #547abb;
}

.text-warning {
  color: #dd538e;
}

.text-danger {
  color: #e75854;
}

.text-white {
  color: #fff;
}

.bg-primary {
  background: #32a3dc;
}

.bg-primary .text-primary, .bg-primary h1 {
  color: #fff;
}

.bg-success {
  background: #00b06c;
}

.bg-info {
  background: #547abb;
}

.bg-danger {
  background: #e75854;
}

.bg-dark {
  background: #262032;
  color: #fff;
}

.page-header {
  padding-bottom: 11.5px;
  margin: 0px 0 25px;
}

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

ul li,
ol li {
  padding: 0;
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.row .sidebar li:before {
	display:none;
}
/*.row li {
  margin: 0 0 0 2em;
}*/
/*.row li:before {
    color: #32a3dc;
    content: "•";
    font-size: 26px;
    line-height: 20px;
    vertical-align: -2px;
	padding-right:5px;
}*/
ul li a,
ol li a {
  padding: 0;
  list-style: none;
  margin: 0;
}



/*
* @section      Main Layout
* @description  This section holds class declarations for elements indent creation
*/
/*
* @subsection   Offsets
* @description  Describes vertical indentation between the elements
*/
.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6,
.typography .h1, .typography .h2, .typography .h3, .typography .h4, .typography .h5, .typography .h6 {
  margin-top: 50px;
  margin-bottom: 35px;
}

img + h4,
.swiper-slider + h4,
.embed-responsive + h4 {
  margin-top: 20px;
}

h5 + * {
  margin-top: 5px;
  margin-bottom: 5px;
}

h5 + hr {
  margin-top: 4px;
}

hr + *, hr + .row {
  margin-top: 50px;
}

hr + p {
  margin-top: 16px;
}

/*
p + p {
  margin-top: 20px;
}
*/

* + figure {
  margin-top: 40px;
}

figure + * {
  margin-top: 40px;
}

/*
h4 + * {
  margin-top: 16px;
}
*/

* + .lead {
  margin-top: 15px;
}

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

.row + .row {
  margin-top: 0;
}

.no-offset {
  margin-top: 0;
}

* + .no-offset {
  margin-top: 0;
}

.row + .offset-1 {
  margin-top: 50px;
}

@media (min-width: 1200px) {
  * + .offset-1 {
    margin-top: 40px;
  }
}

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

* + .offset-3 {
  margin-top: 65px;
}

* + .offset-4 {
  margin-bottom: 50px;
}

* + .offset-5 {
  margin-top: 30px;
}

* + .offset-6 {
  margin-top: 20px;
}

* + .offset-7 {
  margin-top: 30px;
}

@media (min-width: 768px) {
  * + .offset-sm-0 {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  * + .offset-md-0 {
    margin-top: 0;
  }
}

.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), html:not(.lt-ie10) .flow-offset-1 > .col-xs-8.col-xs-preffix-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), html:not(.lt-ie10) .flow-offset-1 > .col-sm-8.col-sm-preffix-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), html:not(.lt-ie10) .flow-offset-1 > .col-md-8.col-md-preffix-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), html:not(.lt-ie10) .flow-offset-1 > .col-lg-8.col-lg-preffix-2 {
    margin-top: 30px;
  }
}

.flow-offset-2 > * + * {
  margin-top: 60px;
}

@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), html:not(.lt-ie10) .flow-offset-2 > .col-xs-8.col-xs-preffix-2 {
    margin-top: 60px;
  }
}

@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), html:not(.lt-ie10) .flow-offset-2 > .col-sm-8.col-sm-preffix-2 {
    margin-top: 60px;
  }
}

@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), html:not(.lt-ie10) .flow-offset-2 > .col-md-8.col-md-preffix-2 {
    margin-top: 60px;
  }
}

@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), html:not(.lt-ie10) .flow-offset-2 > .col-lg-8.col-lg-preffix-2 {
    margin-top: 60px;
  }
}

.flow-offset-3 > * + * {
  margin-top: 11px;
}

@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), html:not(.lt-ie10) .flow-offset-3 > .col-xs-8.col-xs-preffix-2 {
    margin-top: 11px;
  }
}

@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), html:not(.lt-ie10) .flow-offset-3 > .col-sm-8.col-sm-preffix-2 {
    margin-top: 11px;
  }
}

@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), html:not(.lt-ie10) .flow-offset-3 > .col-md-8.col-md-preffix-2 {
    margin-top: 11px;
  }
}

@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), html:not(.lt-ie10) .flow-offset-3 > .col-lg-8.col-lg-preffix-2 {
    margin-top: 11px;
  }
}


/*
* @section      Components
* @description  This section holds all elements style declarations of template
*/
/*
 * @subsection   Box
 */
/*
* @subsection Box
*/
.box__left {
  padding-bottom: 30px;
}

.box__left.box-md-inset-1 {
  padding-bottom: 10px;
}

.box__right {
  padding-top: 30px;
}

.box-rtl {
  direction: rtl;
}

.box-rtl > .box__left {
  padding-right: 0;
  padding-left: 30px;
}

.box-rtl > .box__right {
  padding-right: 30px;
  padding-left: 0;
}

.box-ltr {
  direction: ltr;
}

.box-group, .box-group-outer > * {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.box > .box__left img, .box > .box__right img {
  max-width: none;
}

.box > .box__left,
.box > .box__right,
.box > .box__body {
  padding: 0;
  direction: ltr;
  display: table-cell;
  vertical-align: top;
}

.box > .box__left {
  padding-right: 30px;
  padding-bottom: 0;
}

.box > .box__right {
  padding-left: 30px;
  padding-top: 0;
}

@media (min-width: 480px) {
  html:not(.lt-ie10) .box-xs > .box__left img, html:not(.lt-ie10) .box-xs > .box__right img {
    max-width: none;
  }
  html:not(.lt-ie10) .box-xs > .box__left,
  html:not(.lt-ie10) .box-xs > .box__right,
  html:not(.lt-ie10) .box-xs > .box__body {
    display: table-cell;
    vertical-align: top;
  }
  html:not(.lt-ie10) .box-xs > .box__left {
    padding-right: 30px;
    padding-bottom: 0;
  }
  html:not(.lt-ie10) .box-xs > .box__left.box-md-inset-1 {
    padding-right: 25px;
  }
  html:not(.lt-ie10) .box-xs > .box__right {
    padding-left: 30px;
    padding-top: 0;
  }
  html:not(.lt-ie10) .box-xs-clear > .box__left img, html:not(.lt-ie10) .box-xs-clear > .box__right img {
    max-width: 100%;
  }
  html:not(.lt-ie10) .box-xs-clear > .box__left,
  html:not(.lt-ie10) .box-xs-clear > .box__right,
  html:not(.lt-ie10) .box-xs-clear .box__body {
    padding: 0;
    display: block;
    vert-align: top;
  }
  html:not(.lt-ie10) .box-xs-clear > .box__left {
    padding-bottom: 30px;
  }
  html:not(.lt-ie10) .box-xs-clear > .box__right {
    padding-top: 30px;
  }
  html:not(.lt-ie10) .box-xs-rtl {
    direction: rtl;
  }
  html:not(.lt-ie10) .box-xs-rtl > .box__left {
    padding-right: 0;
    padding-left: 30px;
  }
  html:not(.lt-ie10) .box-xs-rtl > .box__right {
    padding-right: 30px;
    padding-left: 0;
  }
  html:not(.lt-ie10) .box-xs-ltr {
    direction: ltr;
  }
  html:not(.lt-ie10) .box-xs-ltr > .box__left {
    padding-right: 30px;
    padding-left: 0;
  }
  html:not(.lt-ie10) .box-xs-ltr > .box__right {
    padding-right: 0;
    padding-left: 30px;
  }
}

@media (min-width: 768px) {
  html:not(.lt-ie10) .box-sm > .box__left img, html:not(.lt-ie10) .box-sm > .box__right img {
    max-width: none;
  }
  html:not(.lt-ie10) .box-sm > .box__left,
  html:not(.lt-ie10) .box-sm > .box__right,
  html:not(.lt-ie10) .box-sm > .box__body {
    display: table-cell;
    vertical-align: top;
  }
  html:not(.lt-ie10) .box-sm > .box__left {
    padding-right: 30px;
    padding-bottom: 0;
  }
  html:not(.lt-ie10) .box-sm > .box__left.box-md-inset-1 {
    padding-right: 25px;
  }
  html:not(.lt-ie10) .box-sm > .box__right {
    padding-left: 30px;
    padding-top: 0;
  }
  html:not(.lt-ie10) .box-sm-clear > .box__left img, html:not(.lt-ie10) .box-sm-clear > .box__right img {
    max-width: 100%;
  }
  html:not(.lt-ie10) .box-sm-clear > .box__left,
  html:not(.lt-ie10) .box-sm-clear > .box__right,
  html:not(.lt-ie10) .box-sm-clear .box__body {
    padding: 0;
    display: block;
    vert-align: top;
  }
  html:not(.lt-ie10) .box-sm-clear > .box__left {
    padding-bottom: 30px;
  }
  html:not(.lt-ie10) .box-sm-clear > .box__right {
    padding-top: 30px;
  }
  html:not(.lt-ie10) .box-sm-rtl {
    direction: rtl;
  }
  html:not(.lt-ie10) .box-sm-rtl > .box__left {
    padding-right: 0;
    padding-left: 30px;
  }
  html:not(.lt-ie10) .box-sm-rtl > .box__right {
    padding-right: 30px;
    padding-left: 0;
  }
  html:not(.lt-ie10) .box-sm-ltr {
    direction: ltr;
  }
  html:not(.lt-ie10) .box-sm-ltr > .box__left {
    padding-right: 30px;
    padding-left: 0;
  }
  html:not(.lt-ie10) .box-sm-ltr > .box__right {
    padding-right: 0;
    padding-left: 30px;
  }
}

@media (min-width: 992px) {
  html:not(.lt-ie10) .box-md > .box__left img, html:not(.lt-ie10) .box-md > .box__right img {
    max-width: none;
  }
  html:not(.lt-ie10) .box-md > .box__left,
  html:not(.lt-ie10) .box-md > .box__right,
  html:not(.lt-ie10) .box-md > .box__body {
    display: table-cell;
    vertical-align: top;
  }
  html:not(.lt-ie10) .box-md > .box__left {
    padding-right: 30px;
    padding-bottom: 0;
  }
  html:not(.lt-ie10) .box-md > .box__left.box-md-inset-1 {
    padding-right: 25px;
  }
  html:not(.lt-ie10) .box-md > .box__right {
    padding-left: 30px;
    padding-top: 0;
  }
  html:not(.lt-ie10) .box-md-clear > .box__left img, html:not(.lt-ie10) .box-md-clear > .box__right img {
    max-width: 100%;
  }
  html:not(.lt-ie10) .box-md-clear > .box__left,
  html:not(.lt-ie10) .box-md-clear > .box__right,
  html:not(.lt-ie10) .box-md-clear .box__body {
    padding: 0;
    display: block;
    vert-align: top;
  }
  html:not(.lt-ie10) .box-md-clear > .box__left {
    padding-bottom: 30px;
  }
  html:not(.lt-ie10) .box-md-clear > .box__right {
    padding-top: 30px;
  }
  html:not(.lt-ie10) .box-md-rtl {
    direction: rtl;
  }
  html:not(.lt-ie10) .box-md-rtl > .box__left {
    padding-right: 0;
    padding-left: 30px;
  }
  html:not(.lt-ie10) .box-md-rtl > .box__right {
    padding-right: 30px;
    padding-left: 0;
  }
  html:not(.lt-ie10) .box-md-ltr {
    direction: ltr;
  }
  html:not(.lt-ie10) .box-md-ltr > .box__left {
    padding-right: 30px;
    padding-left: 0;
  }
  html:not(.lt-ie10) .box-md-ltr > .box__right {
    padding-right: 0;
    padding-left: 30px;
  }
}

@media (min-width: 1200px) {
  html:not(.lt-ie10) .box-lg > .box__left img, html:not(.lt-ie10) .box-lg > .box__right img {
    max-width: none;
  }
  html:not(.lt-ie10) .box-lg > .box__left,
  html:not(.lt-ie10) .box-lg > .box__right,
  html:not(.lt-ie10) .box-lg > .box__body {
    display: table-cell;
    vertical-align: top;
  }
  html:not(.lt-ie10) .box-lg > .box__left {
    padding-right: 30px;
    padding-bottom: 0;
  }
  html:not(.lt-ie10) .box-lg > .box__left.box-md-inset-1 {
    padding-right: 25px;
  }
  html:not(.lt-ie10) .box-lg > .box__right {
    padding-left: 30px;
    padding-top: 0;
  }
  html:not(.lt-ie10) .box-lg-clear > .box__left img, html:not(.lt-ie10) .box-lg-clear > .box__right img {
    max-width: 100%;
  }
  html:not(.lt-ie10) .box-lg-clear > .box__left,
  html:not(.lt-ie10) .box-lg-clear > .box__right,
  html:not(.lt-ie10) .box-lg-clear .box__body {
    padding: 0;
    display: block;
    vert-align: top;
  }
  html:not(.lt-ie10) .box-lg-clear > .box__left {
    padding-bottom: 30px;
  }
  html:not(.lt-ie10) .box-lg-clear > .box__right {
    padding-top: 30px;
  }
  html:not(.lt-ie10) .box-lg-rtl {
    direction: rtl;
  }
  html:not(.lt-ie10) .box-lg-rtl > .box__left {
    padding-right: 0;
    padding-left: 30px;
  }
  html:not(.lt-ie10) .box-lg-rtl > .box__right {
    padding-right: 30px;
    padding-left: 0;
  }
  html:not(.lt-ie10) .box-lg-ltr {
    direction: ltr;
  }
  html:not(.lt-ie10) .box-lg-ltr > .box__left {
    padding-right: 30px;
    padding-left: 0;
  }
  html:not(.lt-ie10) .box-lg-ltr > .box__right {
    padding-right: 0;
    padding-left: 30px;
  }
}

.box .box__middle, html:not(.lt-ie10) .box .box__middle, .box-xs .box__middle, html:not(.lt-ie10) .box-xs .box__middle, .box-sm .box__middle, html:not(.lt-ie10) .box-sm .box__middle, .box-md .box__middle, html:not(.lt-ie10) .box-md .box__middle, .box-lg .box__middle, html:not(.lt-ie10) .box-lg .box__middle {
  vertical-align: middle;
}

.box .box__bottom, html:not(.lt-ie10) .box .box__bottom, .box-xs .box__bottom, html:not(.lt-ie10) .box-xs .box__bottom, .box-sm .box__bottom, html:not(.lt-ie10) .box-sm .box__bottom, .box-md .box__bottom, html:not(.lt-ie10) .box-md .box__bottom, .box-lg .box__bottom, html:not(.lt-ie10) .box-lg .box__bottom {
  vertical-align: bottom;
}


/*
* @subsection   Index List
*/
.index-list {
  counter-reset: li;
}

.index-list > li > .index-list__counter:before {
  content: counter(li, decimal-leading-zero) ".";
  counter-increment: li;
}

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

@media (min-width: 480px) {
  html:not(.lt-ie10) .index-list > .col-xs-1:nth-child(n), html:not(.lt-ie10) .index-list > .col-xs-2:nth-child(n), html:not(.lt-ie10) .index-list > .col-xs-3:nth-child(n), html:not(.lt-ie10) .index-list > .col-xs-4:nth-child(n), html:not(.lt-ie10) .index-list > .col-xs-5:nth-child(n), html:not(.lt-ie10) .index-list > .col-xs-6:nth-child(n), html:not(.lt-ie10) .index-list > .col-xs-7:nth-child(n), html:not(.lt-ie10) .index-list > .col-xs-8:nth-child(n), html:not(.lt-ie10) .index-list > .col-xs-9:nth-child(n), html:not(.lt-ie10) .index-list > .col-xs-10:nth-child(n), html:not(.lt-ie10) .index-list > .col-xs-11:nth-child(n), html:not(.lt-ie10) .index-list > .col-xs-12:nth-child(n) {
    margin-top: 0;
  }
}

@media (min-width: 480px) {
  html:not(.lt-ie10) .index-list > .col-xs-1:nth-child(n + 13), html:not(.lt-ie10) .index-list > .col-xs-2:nth-child(n + 7), html:not(.lt-ie10) .index-list > .col-xs-3:nth-child(n + 5), html:not(.lt-ie10) .index-list > .col-xs-4:nth-child(n + 4), html:not(.lt-ie10) .index-list > .col-xs-6:nth-child(n + 3), html:not(.lt-ie10) .index-list > .col-xs-12:nth-child(n + 2), html:not(.lt-ie10) .index-list > .col-xs-8.col-xs-preffix-2 {
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  html:not(.lt-ie10) .index-list > .col-sm-1:nth-child(n), html:not(.lt-ie10) .index-list > .col-sm-2:nth-child(n), html:not(.lt-ie10) .index-list > .col-sm-3:nth-child(n), html:not(.lt-ie10) .index-list > .col-sm-4:nth-child(n), html:not(.lt-ie10) .index-list > .col-sm-5:nth-child(n), html:not(.lt-ie10) .index-list > .col-sm-6:nth-child(n), html:not(.lt-ie10) .index-list > .col-sm-7:nth-child(n), html:not(.lt-ie10) .index-list > .col-sm-8:nth-child(n), html:not(.lt-ie10) .index-list > .col-sm-9:nth-child(n), html:not(.lt-ie10) .index-list > .col-sm-10:nth-child(n), html:not(.lt-ie10) .index-list > .col-sm-11:nth-child(n), html:not(.lt-ie10) .index-list > .col-sm-12:nth-child(n) {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  html:not(.lt-ie10) .index-list > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .index-list > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .index-list > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .index-list > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .index-list > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .index-list > .col-sm-12:nth-child(n + 2), html:not(.lt-ie10) .index-list > .col-sm-8.col-sm-preffix-2 {
    margin-top: 30px;
  }
}

@media (min-width: 992px) {
  html:not(.lt-ie10) .index-list > .col-md-1:nth-child(n), html:not(.lt-ie10) .index-list > .col-md-2:nth-child(n), html:not(.lt-ie10) .index-list > .col-md-3:nth-child(n), html:not(.lt-ie10) .index-list > .col-md-4:nth-child(n), html:not(.lt-ie10) .index-list > .col-md-5:nth-child(n), html:not(.lt-ie10) .index-list > .col-md-6:nth-child(n), html:not(.lt-ie10) .index-list > .col-md-7:nth-child(n), html:not(.lt-ie10) .index-list > .col-md-8:nth-child(n), html:not(.lt-ie10) .index-list > .col-md-9:nth-child(n), html:not(.lt-ie10) .index-list > .col-md-10:nth-child(n), html:not(.lt-ie10) .index-list > .col-md-11:nth-child(n), html:not(.lt-ie10) .index-list > .col-md-12:nth-child(n) {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  html:not(.lt-ie10) .index-list > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .index-list > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .index-list > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .index-list > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .index-list > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .index-list > .col-md-12:nth-child(n + 2), html:not(.lt-ie10) .index-list > .col-md-8.col-md-preffix-2 {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  html:not(.lt-ie10) .index-list > .col-lg-1:nth-child(n), html:not(.lt-ie10) .index-list > .col-lg-2:nth-child(n), html:not(.lt-ie10) .index-list > .col-lg-3:nth-child(n), html:not(.lt-ie10) .index-list > .col-lg-4:nth-child(n), html:not(.lt-ie10) .index-list > .col-lg-5:nth-child(n), html:not(.lt-ie10) .index-list > .col-lg-6:nth-child(n), html:not(.lt-ie10) .index-list > .col-lg-7:nth-child(n), html:not(.lt-ie10) .index-list > .col-lg-8:nth-child(n), html:not(.lt-ie10) .index-list > .col-lg-9:nth-child(n), html:not(.lt-ie10) .index-list > .col-lg-10:nth-child(n), html:not(.lt-ie10) .index-list > .col-lg-11:nth-child(n), html:not(.lt-ie10) .index-list > .col-lg-12:nth-child(n) {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  html:not(.lt-ie10) .index-list > .col-lg-1:nth-child(n + 13), html:not(.lt-ie10) .index-list > .col-lg-2:nth-child(n + 7), html:not(.lt-ie10) .index-list > .col-lg-3:nth-child(n + 5), html:not(.lt-ie10) .index-list > .col-lg-4:nth-child(n + 4), html:not(.lt-ie10) .index-list > .col-lg-6:nth-child(n + 3), html:not(.lt-ie10) .index-list > .col-lg-12:nth-child(n + 2), html:not(.lt-ie10) .index-list > .col-lg-8.col-lg-preffix-2 {
    margin-top: 30px;
  }
}




/*========================================================
                Margin Presets styles
=========================================================*/
 
 
/* Margin Top Right Bottom Left */
.margin-0 {
   margin: 0px;
}
.margin-5 {
   margin: 5px;
}
.margin-10 {
   margin: 10px;
}
.margin-15 {
   margin: 15px;
}
.margin-20 {
   margin: 20px;
}
.margin-25 {
   margin: 25px;
}
.margin-30 {
   margin: 30px;
}
.margin-35 {
   margin: 35px;
}
.margin-40 {
   margin: 40px;
}
.margin-45 {
   margin: 45px;
}
.margin-50 {
   margin: 50px;
}
/* Margin Bottom */
.marginB-0 {
   margin-bottom: 0px;
}
.marginB-5 {
   margin-bottom: 5px;
}
.marginB-10 {
   margin-bottom: 10px;
}
.marginB-15 {
   margin-bottom: 15px;
}
.marginB-20 {
   margin-bottom: 20px;
}
.marginB-25 {
   margin-bottom: 25px;
}
.marginB-30 {
   margin-bottom: 30px;
}
.marginB-35 {
   margin-bottom: 35px;
}
.marginB-40 {
   margin-bottom: 40px;
}
.marginB-45 {
   margin-bottom: 45px;
}
.marginB-50 {
   margin-bottom: 50px;
}
/* Margin Top  */
 .marginT-0 {
   margin-top: 0px;
}
.marginT-5 {
   margin-top: 5px;
}
.marginT-10 {
   margin-top: 10px;
}
.marginT-15 {
   margin-top: 15px;
}
.marginT-20 {
   margin-top: 20px;
}
.marginT-25 {
   margin-top: 25px;
}
.marginT-30 {
   margin-top: 30px;
}
.marginT-35 {
   margin-top: 35px;
}
.marginT-40 {
   margin-top: 40px;
}
.marginT-45 {
   margin-top: 45px;
}
.marginT-50 {
   margin-top: 50px;
}
/* Margin Left */
 .marginL-0 {
   margin-left: 0px;
}
.marginL-5 {
   margin-left: 5px;
}
.marginL-10 {
   margin-left: 10px;
}
.marginL-15 {
   margin-left: 15px;
}
.marginL-20 {
   margin-left: 20px;
}
.marginL-25 {
   margin-left: 25px;
}
.marginL-30 {
   margin-left: 30px;
}
.marginL-35 {
   margin-left: 35px;
}
.marginL-40 {
   margin-left: 40px;
}
.marginL-45 {
   margin-left: 45px;
}
.marginL-50 {
   margin-left: 50px;
}
/* Margin Right */
 .marginR-0 {
   margin-right: 0px;
}
.marginR-5 {
   margin-right: 5px;
}
.marginR-10 {
   margin-right: 10px;
}
.marginR-15 {
   margin-right: 15px;
}
.marginR-20 {
   margin-right: 20px;
}
.marginR-25 {
   margin-right: 25px;
}
.marginR-30 {
   margin-right: 30px;
}
.marginR-35 {
   margin-right: 35px;
}
.marginR-40 {
   margin-right: 40px;
}
.marginR-45 {
   margin-right: 45px;
}
.marginR-50 {
   margin-right: 50px;
}
/*========================================================
                Padding Presets styles
=========================================================*/
 
 
/* Padding Top Right Bottom Left */
.padding-0 {
   padding: 0px !important;
}
.padding-5 {
   padding: 5px !important;
}
.padding-10 {
   padding: 10px !important;
}
.padding-15 {
   padding: 15px !important;
}
.padding-20 {
   padding: 20px !important;
}
.padding-25 {
   padding: 25px !important;
}
.padding-30 {
   padding: 30px !important;
}
.padding-35 {
   padding: 35px !important;
}
.padding-40 {
   padding: 40px !important;
}
.padding-45 {
   padding: 45px !important;
}
.padding-50 {
   padding: 50px !important;
}
/* Padding Bottom */
 
.paddingB-0 {
   padding-bottom: 0px !important;
}
.paddingB-5 {
   padding-bottom: 5px !important;
}
.paddingB-10 {
   padding-bottom: 10px !important;
}
.paddingB-15 {
   padding-bottom: 15px !important;
}
.paddingB-20 {
   padding-bottom: 20px !important;
}
.paddingB-25 {
   padding-bottom: 25px !important;
}
.paddingB-30 {
   padding-bottom: 30px !important;
}
.paddingB-35 {
   padding-bottom: 35px !important;
}
.paddingB-40 {
   padding-bottom: 40px !important;
}
.paddingB-45 {
   padding-bottom: 45px !important;
}
.paddingB-50 {
   padding-bottom: 50px !important;
}
/* Padding Top */
 
.paddingT-0 {
   padding-top: 0px !important;
}
.paddingT-5 {
   padding-top: 5px !important;
}
.paddingT-10 {
   padding-top: 10px !important;
}
.paddingT-15 {
   padding-top: 15px !important;
}
.paddingT-20 {
   padding-top: 20px !important;
}
.paddingT-25 {
   padding-top: 25px !important;
}
.paddingT-30 {
   padding-top: 30px !important;
}
.paddingT-35 {
   padding-top: 35px !important;
}
.paddingT-40 {
   padding-top: 40px !important;
}
.paddingT-45 {
   padding-top: 45px !important;
}
.paddingT-50 {
   padding-top: 50px !important;
}
/* Padding left */
 
.paddingL-0 {
   padding-left: 0px !important;
}
.paddingL-5 {
   padding-left: 5px !important;
}
.paddingL-10 {
   padding-left: 10px !important;
}
.paddingL-15 {
   padding-left: 15px !important;
}
.paddingL-20 {
   padding-left: 20px !important;
}
.paddingL-25 {
   padding-left: 25px !important;
}
.paddingL-30 {
   padding-left: 30px !important;
}
.paddingL-35 {
   padding-left: 35px !important;
}
.paddingL-40 {
   padding-left: 40px !important;
}
.paddingL-45 {
   padding-left: 45px !important;
}
.paddingL-50 {
   padding-left: 50px !important;
}
/* Padding Right */
 
.paddingR-0 {
   padding-right: 0px !important;
}
.paddingR-5 {
   padding-right: 5px !important;
}
.paddingR-10 {
   padding-right: 10px !important;
}
.paddingR-15 {
   padding-right: 15px !important;
}
.paddingR-20 {
   padding-right: 20px !important;
}
.paddingR-25 {
   padding-right: 25px !important;
}
.paddingR-30 {
   padding-right: 30px !important;
}
.paddingR-35 {
   padding-right: 35px !important;
}
.paddingR-40 {
   padding-right: 40px !important;
}
.paddingR-45 {
   padding-right: 45px !important;
}
.paddingR-50 {
   padding-right: 50px !important;
}

/*========================================================
                Width Presets styles
=========================================================*/
 
.w100 {
   min-width: 100px !important;
}
.w200 {
   min-width: 200px !important;
}
.w300 {
   min-width: 300px !important;
}
.w400 {
   min-width: 400px !important;
}
.w500 {
   min-width: 500px !important;
}
.w600 {
   min-width: 600px !important;
}
.w700 {
   min-width: 700px !important;
}
.w800 {
   min-width: 800px !important;
}
.w900 {
   min-width: 900px !important;
}
/*========================================================
                Height Presets styles
=========================================================*/
 
.h100 {
   min-height: 100px !important;
}
.h200 {
   min-height: 200px !important;
}
.h300 {
   min-height: 300px !important;
}
.h400 {
   min-height: 400px !important;
}
.h500 {
   min-height: 500px !important;
}
.h600 {
   min-height: 600px !important;
}
.h700 {
   min-height: 700px !important;
}
.h800 {
   min-height: 800px !important;
}
.h900 {
   min-height: 900px !important;
}



@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

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

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

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

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

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

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

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

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

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

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

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

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

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

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

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

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

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

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

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

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

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

.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

mark,
.mark {
  background-color: #32a3dc;
  color: #fff;
  padding: .2em;
}

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

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

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

.text-nowrap {
  white-space: nowrap;
}

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

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

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

.text-muted {
  color: #a7b0b4;
}

.text-base {
  color: #616161;
}

.text-primary {
  color: #32a3dc;
}

.text-success {
  color: #00b06c;
}

.text-info {
  color: #547abb;
}

.text-warning {
  color: #dd538e;
}

.text-danger {
  color: #e75854;
}

.text-white {
  color: #fff;
}

.bg-primary {
  background: #32a3dc;
}

.bg-primary .text-primary, .bg-primary h1 {
  color: #fff;
}

.bg-success {
  background: #00b06c;
}

.bg-info {
  background: #547abb;
}

.bg-warning {
	background: #FC0;
}

.bg-danger {
  background: #e75854;
}

.bg-dark {
  background: #262032;
  color: #fff;
}

.page-header {
  padding-bottom: 11.5px;
  margin: 0px 0 25px;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #a7b0b4;
}


/*
* @subsection   Progress Bar
*/
.progress-bar-wrap {
  max-width: 100%;
  width: 210px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .progress-bar-wrap {
    max-width: 120px;
  }
}

@media (min-width: 768px) {
  .progress-bar-wrap {
    max-width: 150px;
  }
}

.progress-bar-custom {
  position: relative;
  width: 100%;
  margin-bottom: 23px;
}

.progress-bar-custom .progress-bar__body {
  position: absolute;
  right: 50%;
  width: 100%;
  top: 50%;
  padding: 0;
  margin: 0;
  text-align: center;
  white-space: nowrap;
  font-family: Yantramanav, sans-serif;
  font-size: 43px;
  font-weight: 700;
  line-height: 1;
  color: #262032;
}

.progress-bar-custom .progress-bar__body:after {
  content: '%';
}

.progress-bar-custom .progress-bar__stroke,
.progress-bar-custom .progress-bar__trail {
  stroke-linejoin: round;
}

.progress-bar-horizontal {
  text-align: left;
}

.progress-bar-horizontal > svg {
  margin-top: 7px;
  box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.11);
}

.progress-bar-horizontal .progress-bar__body {
  width: auto !important;
  top: -5px;
  right: 0;
}

.progress-bar-radial {
  position: relative;
  padding-bottom: 100%;
}

.progress-bar-radial > svg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  overflow: hidden;
}

.progress-bar-radial .progress-bar__stroke,
.progress-bar-radial .progress-bar__trail {
  stroke-location: outside;
}

.progress-bar-radial .progress-bar__body {
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.progress-bar-default .progress-bar__stroke {
  stroke: #616161;
}

.progress-bar-default .progress-bar__trail {
  stroke: rgba(97, 97, 97, 0.05);
}

.progress-bar-primary .progress-bar__stroke {
  stroke: #32a3dc;
}

.progress-bar-primary .progress-bar__trail {
  stroke: rgba(97, 97, 97, 0.05);
}

.progress-bar-secondary-2 .progress-bar__stroke {
  stroke: #e75854;
}

.progress-bar-secondary-2 .progress-bar__trail {
  stroke: rgba(97, 97, 97, 0.05);
}

.progress-bar-secondary-1 .progress-bar__stroke {
  stroke: #dd538e;
}

.progress-bar-secondary-1 .progress-bar__trail {
  stroke: rgba(97, 97, 97, 0.05);
}

.progress-bar-secondary-3 .progress-bar__stroke {
  stroke: #00b06c;
}

.progress-bar-secondary-3 .progress-bar__trail {
  stroke: rgba(97, 97, 97, 0.05);
}

.progress-bar-secondary-4 .progress-bar__stroke {
  stroke: #547abb;
}

.progress-bar-secondary-4 .progress-bar__trail {
  stroke: rgba(97, 97, 97, 0.05);
}

/*
* @subsection   Countdown
*/
.countdown-row {
  clear: both;
  width: 100%;
  padding: 0px 2px;
  text-align: center;
}

.countdown-show1 .coundown-section {
  width: 98%;
}

.countdown-show2 .countdown-section {
  width: 48%;
}

.countdown-show3 .countdown-section {
  width: 32.5%;
}

.countdown-show4 .countdown-section {
  width: 24.5%;
}

.countdown-show5 .countdown-section {
  width: 19.5%;
}

.countdown-show6 .countdown-section {
  width: 16.25%;
}

.countdown-show7 .countdown-section {
  width: 14%;
}

.countdown-section {
  display: block;
  float: left;
  text-align: center;
}

.countdown-amount {
  font-size: 200%;
}

.countdown-period {
  display: block;
}


/*
* @subsection   Link
*/
.link {
  display: inline-block;
}

/*
* @subsection   Video
*/
.video {
  position: relative;
  padding-bottom: 59.64912%;
}

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

/*
* @subsection   Icons
*/
.icon {
  display: inline-block;
  text-align: center;
}

.icon-short-code {
  padding-top: 10px;
  padding-bottom: 10px;
}

.icon-short-code .icon {
  color: #32a3dc;
  font-size: 30px;
  width: 60px;
  height: 60px;
}

.icon-short-code .box__body {
  color: #262032;
  text-align: left;
  font-size: 18px;
}

.icon-short-code .box__body span {
  font-size: 12px;
  display: block;
  color: #616161;
}

.icon-xs {
  width: 60px;
  height: 60px;
  line-height: 56px;
  font-size: 28px;
  border-width: 2px;
}

.icon-sm {
  line-height: inherit;
  font-size: 30px;
}

.icon-md {
  line-height: inherit;
  font-size: 35px;
  border-width: 2px;
}

.icon-lg {
  line-height: inherit;
  font-size: 70px;
  border-width: 2px;
}

.icon-xl {
  line-height: 96px;
  font-size: 74px;
  border-width: 2px;
}

.icon-xxl {
  line-height: 1.2;
  font-size: 127px;
  border-width: 2px;
}

@media (max-width: 991px) {
  .icon-xxl {
    font-size: 90px;
  }
}

.icon-default {
  color: #262032;
  border-color: transparent;
}

.icon-primary {
  color: #32a3dc;
}

.icon-light {
  color: #c5d4dc;
}

a.icon-primary:hover {
  color: #262032;
}

.icon-xs.fa-facebook,
.icon-sm.fa-facebook,
.icon-md.fa-facebook,
.icon-lg.fa-facebook,
.icon-xl.fa-facebook {
  color: #FFF;
  background: #3B579D;
}

.icon-xs.fa-facebook:hover,
.icon-sm.fa-facebook:hover,
.icon-md.fa-facebook:hover,
.icon-lg.fa-facebook:hover,
.icon-xl.fa-facebook:hover {
  background: #344d8a;
}

.icon-xs.fa-twitter,
.icon-sm.fa-twitter,
.icon-md.fa-twitter,
.icon-lg.fa-twitter,
.icon-xl.fa-twitter {
  color: #FFF;
  background: #5EA9DD;
}

.icon-xs.fa-twitter:hover,
.icon-sm.fa-twitter:hover,
.icon-md.fa-twitter:hover,
.icon-lg.fa-twitter:hover,
.icon-xl.fa-twitter:hover {
  background: #499ed9;
}

.icon-xs.fa-google-plus,
.icon-sm.fa-google-plus,
.icon-md.fa-google-plus,
.icon-lg.fa-google-plus,
.icon-xl.fa-google-plus {
  color: #FFF;
  background: #DF4A32;
}

.icon-xs.fa-google-plus:hover,
.icon-sm.fa-google-plus:hover,
.icon-md.fa-google-plus:hover,
.icon-lg.fa-google-plus:hover,
.icon-xl.fa-google-plus:hover {
  background: #d63a21;
}

.icon-circle-md-primary {
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  background: #32a3dc;
  color: #fff;
}


/*
* @subsection   Floating System
*/
.pull-left {
  float: left;
}

.pull-none {
  float: none;
}

.pull-right {
  float: right;
}

@media (min-width: 480px) {
  .pull-xs-left {
    float: left;
  }
  .pull-xs-none {
    float: none;
  }
  .pull-xs-right {
    float: right;
  }
}

@media (min-width: 768px) {
  .pull-sm-left {
    float: left;
  }
  .pull-sm-none {
    float: none;
  }
  .pull-sm-right {
    float: right;
  }
}

@media (min-width: 992px) {
  .pull-md-left {
    float: left;
  }
  .pull-md-none {
    float: none;
  }
  .pull-md-right {
    float: right;
  }
}

@media (min-width: 1200px) {
  .pull-lg-left {
    float: left;
  }
  .pull-lg-none {
    float: none;
  }
  .pull-lg-right {
    float: right;
  }
}

/*
* @subsection   Text Alignment
*/
.text-left {
  text-align: left;
}

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

@media (min-width: 480px) {
  html:not(.lt-ie10) .text-xs-left {
    text-align: left;
  }
  html:not(.lt-ie10) .text-xs-center {
    text-align: center;
  }
  html:not(.lt-ie10) .text-xs-right {
    text-align: right;
  }
  html:not(.lt-ie10) .text-xs-justify {
    text-align: justify;
  }
}

@media (min-width: 768px) {
  html:not(.lt-ie10) .text-sm-left {
    text-align: left;
  }
  html:not(.lt-ie10) .text-sm-center {
    text-align: center;
  }
  html:not(.lt-ie10) .text-sm-right {
    text-align: right;
  }
  html:not(.lt-ie10) .text-sm-justify {
    text-align: justify;
  }
}

@media (min-width: 992px) {
  html:not(.lt-ie10) .text-md-left {
    text-align: left;
  }
  html:not(.lt-ie10) .text-md-center {
    text-align: center;
  }
  html:not(.lt-ie10) .text-md-right {
    text-align: right;
  }
  html:not(.lt-ie10) .text-md-justify {
    text-align: justify;
  }
}

@media (min-width: 1200px) {
  html:not(.lt-ie10) .text-lg-left {
    text-align: left;
  }
  html:not(.lt-ie10) .text-lg-center {
    text-align: center;
  }
  html:not(.lt-ie10) .text-lg-right {
    text-align: right;
  }
  html:not(.lt-ie10) .text-lg-justify {
    text-align: justify;
  }
}

/*
* @subsection   Text Styling
*/
.text-italic {
  font-style: italic;
}

.text-underline {
  text-decoration: underline;
}

.text-strike {
  text-decoration: line-through;
}

.text-thin {
  font-weight: 100;
}

.text-light {
  font-weight: 300;
}

.text-regular {
  font-weight: 400;
}

.text-medium {
  font-weight: 500;
}

.text-sbold {
  font-weight: 600;
}

/*
p.text-bold, p strong, li strong {
   font-family: "Yantramanav", sans-serif;
   line-height: 1em;
}
*/
h1.text-bold, h2.text-bold, h3.text-bold, h4.text-bold, h5.text-bold, h6.text-bold, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: 700;
}

.text-ubold {
  font-weight: 900;
}

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


.bg-white {
  background: #fff;
}

.bg-white.rd-navbar {
   background:transparent;
}

.bg-tan {
   background: #fff1e1;
}
.bg-gray-variant-1 {
  background: #ebe8e8;
}

.bg-gray-var1 {
  background: #f0f0f0;
  color: #174e90;
}
.bg-gray-var1 h2 {
  color: #174e90;
}

.bg-dark-var1 {
  background: #2d344d;
  color: #fff;
}

.bg-dark-var1 h1 {
  color: #fff;
}

.bg-dark-var2 {
  background: #32a3dc;
}
.bg-dark-var-img-1 {
    background-image: url(/Images/backgrounds/Commons_dark.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
.bg-dark-var-img-2 {
    background-image: url(/Images/backgrounds/Crown_light.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
.bg-dark-var-img-3 {
    background-image: url(/Images/backgrounds/Crowne_dark.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-dark-var-gradient-1 {
   background: -webkit-linear-gradient(90deg, #005daa 0%, #32a3dc 100%);
   background: -moz-linear-gradient(90deg, #005daa 0%, #32a3dc 100%);
   background: -o-linear-gradient(90deg, #005daa 0%, #32a3dc 100%);
   background: -ms-linear-gradient(90deg, #005daa 0%, #32a3dc 100%);
   background: linear-gradient(90deg, #005daa 0%, #32a3dc 100%);
   color: #fff;
}

.bg-dark-var-gradient-2 {
   background: -webkit-linear-gradient(90deg, #009daa 0%, #009884 150%);
   background: -moz-linear-gradient(90deg, #009daa 0%, #009884 150%);
   background: -o-linear-gradient(90deg, #009daa 0%, #009884 150%);
   background: -ms-linear-gradient(90deg, #009daa 0%, #009884 150%);
   background: linear-gradient(90deg, #009daa 0%, #009884 150%);
   color: #fff;
}

.bg-dark-var2 .jumbotron {
  color: #fff;
}

.bg-dark-var2 .jumbotron h1, .bg-dark-var2 h2 {
  color: #fff;
}

.bg-dark-var2 .jumbotron h1 small {
  color: #fff;
}

.bg-dark-var2 .jumbotron .big {
  color: #fff;
}

.bg-dark-var2 .jumbotron .btn {
  color: #fff;
  border-color: #83899d;
}

.bg-dark-var2 .jumbotron .btn:hover {
  border-color: #32a3dc;
}

.bg-lighter {
  background: #fff1e1;
  color: #005daa;
}

.bg-lighter.text-darker-clr {
  color: #252525;
}

.bg-lighter-2 {
  background: #f5f5f5;
}