@charset "UTF-8";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto:300,400,500,700);
@import url(//fonts.googleapis.com/css?family=Oswald:400,700);
@import url(//fonts.googleapis.com/css?family=Roboto+Mono);
/*========================================================
                      Main Styles
=========================================================*/
body {
  font: 400 14px/26px "Roboto", sans-serif;
  color: #000;
  background: #fff;
  -webkit-text-size-adjust: none;
}

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

h1, h2, h3, h4, h5, h6 {
  color: #111;
}

h1 {
  font-size: 56px;
  line-height: 1.5;
  font-weight: 500;
}

h2 {
  font-size: 45px;
  line-height: 1.37;
  color: #1c386a;
  margin-top: 60px;
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  h2 {
    font-size: 34px;
  }
}

h3 {
  color: #1c386a;
  font-size: 34px;
  line-height: 1.47;
  margin-top: 60px;
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 24px;
  line-height: 1.66;
  margin-top: 45px;
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
  line-height: 1.7;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  h6 {
    font-size: 14px;
    font-weight: 500;
  }
}

p {
  margin-top: 20px;
  margin-bottom: 20px;
}

ul, ol {
  margin-top: 10px;
  margin-bottom: 20px;
}
ul figure:last-child, ol figure:last-child {
  margin-bottom: 45px;
}

article {
  margin-top: 80px;
  margin-bottom: 60px;
}
article article {
  padding-right: 10%;
}
article a {
  color: #1c386a;
}
article a:hover {
  text-decoration: underline;
}
@media (max-width: 1599px) {
  article article {
    padding-right: 0;
  }
}

figure {
  margin-top: 20px;
  margin-bottom: 40px;
}

em {
  font-weight: 400;
  color: #000000;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

.page-wrap {
  overflow: hidden;
}

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

hr {
  height: 1px;
  border: none;
  background: #e4e4e4;
}

.color-1 {
  color: #1d88de;
}

.color-2 {
  color: #ec4034;
}

.color-3 {
  color: #4aab4d;
}

.color-4 {
  color: #ff9700;
}

.relative {
  position: relative;
}

.img-polaroid {
  width: auto;
  padding: 20px;
  background-color: #cecece;
  text-align: center;
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.15);
}

.clearfix {
  clear: both;
  overflow: hidden;
}

b, strong {
  font-weight: 700;
}

.files_structure li .fa {
  margin-right: 10px;
  color: #274d92;
  font-size: 16px;
}
.files_structure li ul {
  margin-left: 20px;
}
.files_structure li:first-child, .files_structure li {
  margin-top: 10px;
}

.inline-term:before, .inline-term:after {
  display: table;
  content: "";
  line-height: 0;
}
.inline-term:after {
  clear: both;
}
.inline-term dt {
  font-weight: 700;
}
.inline-term dt, .inline-term dd {
  display: inline;
}
.inline-term dt + dd {
  position: relative;
  padding-left: 20px;
}
.inline-term dt + dd:before {
  position: absolute;
  left: 5px;
  content: '–';
}

.fa {
  line-height: inherit;
}

.fa-angle-right {
  padding-right: 5px;
  font-weight: 700;
}

code {
  display: block;
  background: #eeeeee;
  padding: 20px;
  color: #434343;
  font: 400 13px/24px "Roboto Mono", monospace;
}

.table .row {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 15px;
  padding-bottom: 15px;
}
.table .row:nth-child(even) {
  background: #cecece;
}
.table .grid_8 {
  text-align: center;
}
* + .table {
  margin-top: 10px;
}

/*=======================================================
                        Components
=========================================================*/
/*===============  Marked List  ==================*/
.marked-list > li {
  position: relative;
  padding-left: 20px;
}
.marked-list > li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 2px;
  width: 4px;
  height: 4px;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.marked-list + li {
  margin-top: 10px;
}

/*===============  Index List   ==================*/
.index-list {
  counter-reset: li;
}
.index-list > li {
  position: relative;
  padding-left: 20px;
}
.index-list > li:before, .index-list > li .index-list_counter {
  content: counter(li,decimal) ".";
  counter-increment: li;
  position: absolute;
  left: 0;
  font-weight: 500;
}
.index-list > li + li {
  margin-top: 10px;
}

/*==================== Search ====================*/
.search {
  position: relative;
}
.search .fa {
  color: #fff;
}

#search {
  border: none;
}

.search-results {
  position: absolute;
  left: 0;
  top: 21px;
  text-align: left;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
}

.search-results > * {
  padding: 10px;
}

/*==================== Blockquote ====================*/
blockquote {
  padding: 21px 30px 25px;
  border-left: 8px solid;
  font-size: 16px;
  line-height: 26px;
  background: #ffffff;
  box-shadow: 5px 5px 9px 0px rgba(0, 0, 0, 0.22);
}

/*==================== Box ====================*/
.box {
  min-height: 324px;
  border-radius: 3px;
  background: #eef5fb;
  box-shadow: 5px 5px 9px 0px rgba(0, 0, 0, 0.22);
}

/*==================== Chapter Nav ====================*/
.chapter-nav {
  border-left: 5px solid rgba(29, 136, 222, 0.25);
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  padding: 0 0 0 20px;
}
.chapter-nav h4 + ul {
  margin-top: 22px;
}
.chapter-nav h4 {
  margin-top: 0;
  line-height: 16px;
  color: #757575;
}
.chapter-nav a {
  color: #1d88de;
}
.chapter-nav a:hover {
  color: #47a0e7;
}
.chapter-nav li + li {
  margin-top: 10px;
}

/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 300px;
  padding: 56px 0 56px;
  z-index: 9999996;
  text-align: left;
  color: #333;
  background: #f9f9f9;
  -moz-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  -o-transform: translateX(-300px);
  -webkit-transform: translateX(-300px);
  transform: translateX(-300px);
  overflow: hidden;
}
.rd-mobilemenu.active {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu .logo {
  position: absolute;
  top: 56px;
  left: 0;
  right: 0;
  height: 112px;
  background: #142849;
  padding: 30px 24px;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}
.rd-mobilemenu .logo img {
  float: left;
  margin-right: 10px;
}
.rd-mobilemenu .logo span {
  font-family: 'Oswald', sans-serif;
  display: block;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 32px;
  padding-top: 5px;
}
@media (max-width: 479px) {
  .rd-mobilemenu .logo img {
    max-width: 60px;
  }
  .rd-mobilemenu .logo span {
    font-size: 24px;
    line-height: 24px;
  }
  .rd-mobilemenu .logo small {
    font-size: 12px;
    line-height: 15px;
  }
}
.rd-mobilemenu .panel {
  top: 130px;
  position: absolute;
  right: 0;
  text-align: right;
  padding: 0 18px;
  z-index: 1;
}
.rd-mobilemenu .copyright {
  text-align: center;
  position: absolute;
  padding: 8px;
  border-top: 1px solid #BDBDBD;
  bottom: 56px;
  left: 0;
  right: 0;
}
.rd-mobilemenu:before {
  content: '';
  position: absolute;
  width: 10px;
  top: 0;
  right: -10px;
  bottom: 0;
  -webkit-box-shadow: -5px 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -5px 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: -5px 0 10px 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
}
@media (max-width: 479px) {
  .rd-mobilemenu {
    width: 250px;
    -moz-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    -o-transform: translateX(-250px);
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
  }
}

.rd-mobilemenu_ul::-webkit-scrollbar {
  background: #eee;
  width: 8px;
}

.rd-mobilemenu_ul::-webkit-scrollbar-thumb {
  background: #757575;
}

.rd-mobilemenu_ul {
  position: absolute;
  top: 184px;
  bottom: 104px;
  margin: 0;
  left: 0;
  right: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  max-height: 100%;
  overflow: auto;
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a:hover, .rd-mobilemenu_ul a.active, .rd-mobilemenu_ul a.opened {
  background: #eee;
  color: #333;
}
.rd-mobilemenu_ul ul {
  margin: 0;
}
.rd-mobilemenu_ul ul a {
  padding-left: 50px;
}
.rd-mobilemenu_ul ul a.focus {
  color: #0d6dab;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel_title {
  position: absolute;
  left: 64px;
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  right: 300px;
  bottom: 61px;
  color: #FFF;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 1599px) {
  .rd-mobilepanel_title {
    right: 64px;
  }
}
@media (min-width: 1068px) and (max-width: 1301px) {
  .rd-mobilepanel_title {
    width: 940px;
  }
}
@media (min-width: 878px) and (max-width: 1067px) {
  .rd-mobilepanel_title {
    width: 748px;
  }
}
@media (max-width: 877px) {
  .rd-mobilepanel_title {
    width: auto;
  }
}
@media (max-width: 479px) {
  .rd-mobilepanel_title span {
    display: none;
  }
}

.rd-mobilepanel {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  height: 256px;
  background: #1c386a;
  color: #FFF;
  z-index: 9999997;
}
.rd-mobilepanel.fixed {
  position: fixed;
  height: 56px;
  -webkit-box-shadow: -3px 3px 6px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -3px 3px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: -3px 3px 6px 0 rgba(0, 0, 0, 0.1);
}
.rd-mobilepanel.fixed .rd-mobilepanel_title {
  transform: translateY(50.25px);
  font-size: 24px;
}
.rd-mobilepanel .panel {
  position: absolute;
  right: 10px;
  bottom: 14px;
  -moz-transition: 0.3s all cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition: 0.3s all cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition: 0.3s all cubic-bezier(0.2, 1, 0.3, 1);
  transition: 0.3s all cubic-bezier(0.2, 1, 0.3, 1);
}

.page-content.active .panel {
  right: 315px;
}

body.navbar-stickup {
  padding-top: 256px;
}

body.navbar-fixed {
  padding-top: 56px;
}

.page-content .page {
  position: relative;
  z-index: 9999996;
}

.rd-mobilemenu, .page-content .page, .page-content .rd-mobilepanel, .page-content .rd-mobilepanel_toggle {
  -moz-transition: 1s all cubic-bezier(0.2, 1, 0.3, 1), 0s height;
  -o-transition: 1s all cubic-bezier(0.2, 1, 0.3, 1), 0s height;
  -webkit-transition: 1s all cubic-bezier(0.2, 1, 0.3, 1), 0s height;
  transition: 1s all cubic-bezier(0.2, 1, 0.3, 1), 0s height;
  transition-property: transform;
}

.page-content.active .page, .page-content.active .rd-mobilepanel, .page-content.active .rd-mobilepanel_toggle {
  -moz-transform: translateX(299px);
  -ms-transform: translateX(299px);
  -o-transform: translateX(299px);
  -webkit-transform: translateX(299px);
  transform: translateX(299px);
}
@media (max-width: 479px) {
  .page-content.active .page, .page-content.active .rd-mobilepanel, .page-content.active .rd-mobilepanel_toggle {
    -moz-transform: translateX(249px);
    -ms-transform: translateX(249px);
    -o-transform: translateX(249px);
    -webkit-transform: translateX(249px);
    transform: translateX(249px);
  }
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
  z-index: 9999998;
}
.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: #FFF;
  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);
}

.nav {
  display: none;
}

@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================== Stuck ====================*/
.stuck {
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  padding-top: 123px;
  padding-bottom: 69px;
  background: #1c386a;
}
.stuck .container {
  position: relative;
}
.stuck .select_wrap {
  position: absolute;
  top: 19px;
  right: 0;
}
.stuck .title {
  padding-right: 200px;
}
.stuck .section-title {
  display: inline-block;
}
.stuck .section-title:after {
  content: "\f105";
  font-family: FontAwesome;
  padding: 0 10px;
}
.stuck .section-title + .chapter-title {
  display: inline-block;
}
.stuck .section-title, .stuck .chapter-title {
  font-size: 54px;
  line-height: 64px;
  font-weight: 500;
}
@media (max-width: 1299px) {
  .stuck .container {
    width: 100%;
    padding: 0 0 0 64px;
  }
  .stuck .title {
    padding-right: 250px;
  }
  .stuck .select_wrap {
    right: 50px;
  }
}
@media (max-width: 1199px) {
  .stuck {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .stuck .section-title, .stuck .chapter-title {
    font-size: 46px;
    line-height: 46px;
  }
  .stuck .select_wrap {
    top: 0;
  }
}
@media (max-width: 979px) {
  .stuck {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .stuck .section-title, .stuck .chapter-title {
    font-size: 36px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .stuck {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .stuck .title {
    padding-right: 0;
  }
  .stuck .section-title, .stuck .chapter-title {
    font-size: 28px;
    line-height: 28px;
  }
  .stuck .select_wrap {
    position: static;
    margin-top: 20px;
  }
  .stuck .section-title {
    display: none;
  }
}

.isStuck {
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
}

.isStuck, .chapter {
  padding-top: 19px;
  padding-bottom: 20px;
}
.isStuck .section-title, .isStuck .chapter-title, .chapter .section-title, .chapter .chapter-title {
  font-size: 26px;
  line-height: 26px;
}
.isStuck .select_wrap, .chapter .select_wrap {
  display: none;
}
@media (max-width: 767px) {
  .isStuck .section-title, .isStuck .chapter-title, .chapter .section-title, .chapter .chapter-title {
    font-size: 26px;
    line-height: 26px;
  }
}

/*==================== Navbar ====================*/
.select {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 30px;
  text-align: left;
}
.select select {
  display: none;
}
.select .pseudo-select {
  padding-left: 8px;
  padding-right: 20px;
  cursor: pointer;
  color: #FFF;
  opacity: .9;
}
.select .pseudo-select:before {
  content: "\f0d7";
  font-family: FontAwesome;
  position: absolute;
  top: 1px;
  right: 6px;
  font-size: 14px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.select .pseudo-dropdown {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: -1px;
  overflow: hidden;
  color: #212121;
  background: #FFF;
  box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.12);
}
.select .pseudo-dropdown li a {
  display: block;
  color: inherit;
  box-sizing: border-box;
  opacity: 0;
  height: 0;
  padding: 0px 8px;
  line-height: 26px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.select .pseudo-dropdown li.selected, .select .pseudo-dropdown li:hover a {
  color: #009688;
  background: #EEE;
}
.select.opened {
  box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.12);
}
.select.opened .pseudo-select {
  color: #2D2D2D;
  background: #FFF;
  opacity: 1;
}
.select.opened .pseudo-select:before {
  transform: rotate(180deg);
}
.select.opened .pseudo-dropdown {
  padding: 10px 0 6px 0;
  border-top: 1px solid #D2D2D2;
}
.select.opened .pseudo-dropdown li a {
  opacity: 1;
  height: 26px;
  -webkit-animation: open 0.3s 1 forwards;
  -moz-animation: open 0.3s 1 forwards;
  -ms-animation: open 0.3s 1 forwards;
  -o-animation: open 0.3s 1 forwards;
  animation: open 0.3s 1 forwards;
}
@-webkit-keyframes open {
  0% {
    opacity: 0;
    height: 0;
  }
  20% {
    opacity: 0;
  }
  60% {
    opacity: 0.5;
    height: 26px;
  }
  100% {
    opacity: 1;
    height: 26px;
  }
}
@-moz-keyframes open {
  0% {
    opacity: 0;
    height: 0;
  }
  20% {
    opacity: 0;
  }
  60% {
    opacity: 0.5;
    height: 26px;
  }
  100% {
    opacity: 1;
    height: 26px;
  }
}
@-ms-keyframes open {
  0% {
    opacity: 0;
    height: 0;
  }
  20% {
    opacity: 0;
  }
  60% {
    opacity: 0.5;
    height: 26px;
  }
  100% {
    opacity: 1;
    height: 26px;
  }
}
@keyframes open {
  0% {
    opacity: 0;
    height: 0;
  }
  20% {
    opacity: 0;
  }
  60% {
    opacity: 0.5;
    height: 26px;
  }
  100% {
    opacity: 1;
    height: 26px;
  }
}
.alert {
  position: relative;
  border-left: transparent 8px solid;
  margin: 50px 0;
  padding: 30px;
  background: #FFF;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1), 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  font-size: 20px;
  line-height: 34px;
}
.alert.alert-success {
  border-color: #59a325;
  color: #59a325;
}
.alert.alert-info {
  border-color: #1D88DE;
  color: #1D88DE;
}
.alert.alert-warning {
  border-color: #FC8F30;
  color: #FC8F30;
}
.alert.alert-danger {
  border-color: #E52526;
  color: #E52526;
}
@media (max-width: 479px) {
  .alert {
    font-size: 16px;
    line-height: 28px;
  }
}

/*==================     ToTop     ======================*/
.toTop {
  width: 56px;
  height: 56px;
  font-size: 24px;
  line-height: 52px;
  color: #fff;
  background: #1c386a;
  border-radius: 50%;
  -webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.15);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -moz-transition: 0.3s all cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition: 0.3s all cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition: 0.3s all cubic-bezier(0.2, 1, 0.3, 1);
  transition: 0.3s all cubic-bezier(0.2, 1, 0.3, 1);
  position: fixed;
  right: 40px;
  bottom: 40px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 9999999;
}
.toTop:hover {
  color: #fff;
  background: #172d56;
  text-decoration: none;
}
.toTop.active {
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

@media (max-width: 479px) {
  .toTop {
    width: 48px;
    height: 48px;
    line-height: 44px;
    bottom: 11px;
    right: 11px;
  }
}
.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*========================================================
                      Owl Carousel
=========================================================*/
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -moz-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
  margin-bottom: 45px;
}
.owl-carousel figure:last-child {
  margin-bottom: 0;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.item {
  position: relative;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -moz-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  -webkit-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -moz-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  -o-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -moz-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.owl-dots {
  margin-top: 20px;
  text-align: center;
  line-height: 12px;
}
.owl-dots .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  background: #777;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.owl-dots .owl-dot:hover, .owl-dots .owl-dot.active {
  background: #1c386a;
}
.owl-dots .owl-dot + .owl-dot {
  margin-left: 6px;
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #1c386a;
  color: #ffffff;
}
header h1, header h2, header h3, header h4, header h5, header h6 {
  color: #ffffff;
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  padding-top: 120px;
  padding-bottom: 120px;
}
main *:first-child {
  margin-top: 0;
}
main *:last-child {
  margin-bottom: 0;
}
main > .container {
  padding-right: 14%;
}
@media (max-width: 1599px) {
  main > .container {
    padding-right: 0;
  }
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer:before, footer:after {
  display: table;
  content: "";
  line-height: 0;
}
footer:after {
  clear: both;
}

.copyright {
  margin: 0;
}
/* Chat
 ========================================================*/

.zemez-chat-wrap * {
    box-sizing: border-box;
}

#zemez-chat-close:before {
    font-family: FontAwesome;
    content: "\f00d";
    position: absolute;
    right: 5px;
    top: 0;
  cursor:pointer;
}

.zemez-chat {
    position: fixed;
  max-width:260px;
    right:-260px;
    bottom: 110px;
    z-index: 99;
    padding: 12px;
  background: linear-gradient(-45deg, #23A6D5, #23D5AB);
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.zemez-chat-wrap {
  position: relative;
    z-index: 9999999;
}

.label.opener {
    display: inline;
    cursor: pointer;
    position: relative;
    padding: 7px 10px;
    top: -2px;
}

#zemez-chat input {
  margin-top: 15px;
    padding: 10px;
  width: 100%;
    background-color: #f8f8f8;
  border:none;
  outline:none;
}

#zemez-chat span {
    display: block;
    background: #f4511e;
    padding: 5px;
    max-width: 100px;
    text-align: center;
  cursor:pointer;
  color:#fff;
  margin: 15px auto 0 auto;
}

#zemez-chat input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6) inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6) inset;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6) inset;
  -webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  outline:none;
}

.zemez-chat-shown {
  right: 20px;
  -webkit-animation: bounceInRight 700ms 1 linear alternate;
    animation: bounceInRight 700ms 1 linear alternate
}

.zemez-chat-wrap .alert-info .label, .alert.alert-info.custom  .label{
  cursor:pointer;
  background: #f4511e;
    padding: 3px 8px;
}

#zemez-chat .zemez-chat-error {
  outline:1px solid #f4511e;
}

.zemez-chat-wrap .alert-info, .alert.alert-info.custom{
      background: linear-gradient(-45deg, #23A6D5, #23D5AB);
    color: #fff;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  
  75% {
    transform: translate3d(10px, 0, 0);
  }
  
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  
  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}