@import url(fl-dripicons.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(http://fonts.googleapis.com/css?family=Roboto:300,400,500,700);
/*========================================================
                      Main Styles
=========================================================*/
body {
  font: 400 14px/24px "Roboto", sans-serif;
  color: #212121;
  background: #f9f9f9;
  -webkit-text-size-adjust: none;
}

html, body, iframe {
  width: 100%;
}
html::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb, iframe::-webkit-scrollbar-thumb {
  background: #333;
}
html::-webkit-scrollbar, body::-webkit-scrollbar, iframe::-webkit-scrollbar {
  background: #eee;
  width: 8px;
}

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

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

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

h2 {
  font-size: 34px;
  line-height: 40px;
  color: #1d88de;
}
@media (max-width: 767px) {
  h2 {
    font-size: 36px;
    line-height: 40px;
  }
}

h3 {
  font-size: 24px;
  line-height: 32px;
}

h4 {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}
h4 em {
  display: block;
  padding: 5px 12px;
  border-left: 5px solid;
}

h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

p {
  margin: 20px 0;
}
p a {
  font-weight: 500;
  color: #1D88DE;
}
p a:hover {
  text-decoration: underline;
}

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;
  background: #F9F9F9;
}
.lt-ie9 .page {
  min-width: 1200px;
}

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

ol {
  counter-reset: li;
}
ol > li:before {
  display: inline-block;
  content: counter(li,decimal) ".";
  counter-increment: li;
  min-width: 18px;
  padding: 0 4px 0 0;
  font-weight: 400;
  color: #000000;
}
ol > li + li {
  margin-top: 6px;
}

.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: #F0F0F0;
  margin: 0 auto;
  text-align: center;
  margin-top: 17px;
}

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

.label {
  font-weight: 500;
}

.intro {
  font-size: 20px;
  line-height: 32px;
  padding-right: 23%;
}

dl {
  margin: 10px 0;
  font-size: 16px;
}
dl dt, dl dd {
  display: inline-block;
}
dl dt {
  font-weight: 500;
}
dl dd {
  color: #1D88DE;
  padding: 0 6px;
  background: rgba(29, 136, 222, 0.15);
}

code {
  margin: 20px 0;
  display: block;
  background: #ececec;
  padding: 20px;
  font: 400 14px 'Consolas', 'Courier New', monospace;
}

.center {
  text-align: center;
}

/*=======================================================
                       Main Layout
=========================================================*/
* + h2 {
  margin-top: 55px;
}

* + h3 {
  margin-top: 45px;
}

* + h4 {
  margin-top: 42px;
}

* + h5 {
  margin-top: 20px;
}

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

* + ol, * + ul {
  margin-top: 17px;
}

* + .terms-list {
  margin-top: 8px;
}

* + .terms-list-2 {
  margin-top: 18px;
}

* + .marked-list, * + .marked-list_wrapper {
  margin-top: 20px;
}

* + .box {
  margin-top: 24px;
}

* + .chapter-nav {
  margin-top: 40px;
}

* + hr {
  margin-top: 52px;
}

hr + * {
  margin-top: 43px;
}

ol + * {
  margin-top: 48px;
}

.box + * {
  margin-top: 53px;
}

.chapter-nav + * {
  margin-top: 96px;
}

h3 + h4 {
  margin-top: 15px;
}

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

ol + blockquote {
  margin-top: 42px;
}

.marked-list + h4, .marked-list_wrapper + h4 {
  margin-top: 42px;
}

.terms-list + .terms-list {
  margin-top: 0;
}

.terms-list-2 + .terms-list-2 {
  margin-top: 16px;
}

* + article {
  padding-top: 64px;
}

article * + article {
  padding-top: 42px;
}

pre {
  margin-top: 17px;
  word-wrap: break-word;
}

b, strong {
  font-weight: 700;
}

.files_structure li .fa {
  margin-top: 3px;
  margin-right: 10px;
  color: #2196f3;
  font-size: 16px;
}
.files_structure li ul {
  margin-left: 20px;
  margin-top: 0;
}

ul li > .fa, ol li > .fa {
  margin-top: 4px;
  margin-right: 5px;
}
ul li > ul, ol li > ul {
  margin-left: 20px;
}

ul.fa-marked li:before {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin-right: 10px;
}

ul.inline-list {
  margin: 20px 0;
  padding-right: 34%;
}
ul.inline-list li {
  display: inline-block;
  margin: 10px 0;
}
ul.inline-list li + li {
  margin-left: 20px;
}
ul.inline-list p.intro {
  margin: 0;
  padding: 0;
}

/*=======================================================
                        Components
=========================================================*/
/*==================== Link ====================*/
.link {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.link.color-2:hover {
  color: #1d88de;
}

/*==================== Terms list ====================*/
.terms-list:before, .terms-list:after {
  display: table;
  content: "";
  line-height: 0;
}
.terms-list:after {
  clear: both;
}
.terms-list dt {
  font-weight: 400;
  color: #212727;
  float: left;
  margin-right: 4px;
}
.terms-list dd {
  font-size: 12px;
  line-height: 25px;
}
.terms-list dd:before {
  content: "- ";
}
.terms-list .icon {
  display: inline-block;
  width: 22px;
  color: #2196f3;
}

.terms-list-2 {
  padding-right: 34%;
}
.terms-list-2:before, .terms-list-2:after {
  display: table;
  content: "";
  line-height: 0;
}
.terms-list-2:after {
  clear: both;
}
.terms-list-2 dt {
  min-width: 74px;
  margin-right: 6px;
  padding: 0 8px;
  font-weight: 400;
  color: #ffffff;
  background: #ec4034;
  float: left;
}
.terms-list-2__skin-2 dt {
  background: #1d88de;
}
.terms-list-2__skin-3 dt {
  background: #4aab4d;
}
@media (max-width: 767px) {
  .terms-list-2 {
    padding-right: 0;
  }
}

/*==================== 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);
}

/*==================== Marked List ====================*/
.marked-list {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #000000;
}
.marked-list a {
  color: inherit;
}
.marked-list a:hover {
  color: #ec4034;
}
.marked-list li {
  position: relative;
  padding: 0 0 0 23px;
}
.marked-list li:before {
  content: "\e037";
  font-family: fl-dripicons;
  position: absolute;
  left: 0;
  color: #2196f3;
}
.marked-list li + li {
  margin-top: 12px;
}
.marked-list_wrapper:before, .marked-list_wrapper:after {
  display: table;
  content: "";
  line-height: 0;
}
.marked-list_wrapper:after {
  clear: both;
}
.marked-list_wrapper .marked-list {
  float: left;
  width: 360px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .marked-list_wrapper .marked-list {
    float: none;
    width: auto;
  }
  .marked-list_wrapper .marked-list + .marked-list {
    margin-top: 20px;
  }
}
.marked-list__icon-2 li:before {
  content: "\f129";
  font-family: FontAwesome;
  font-size: 17px;
}
.marked-list__icon-3 li:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 21px;
}

/*==================== 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;
  -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;
  padding: 26px 8px;
  text-align: center;
  color: #FFF;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.rd-mobilemenu .logo img {
  margin-right: 10px;
}
.rd-mobilemenu .logo > a > span {
  display: inline-block;
  font-size: 24px;
  font-weight: 300;
  line-height: 62px;
}
.rd-mobilemenu .logo > a > span strong {
  font-weight: 400;
}
.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 {
  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: #E0E0E0;
  color: #333;
}
.rd-mobilemenu_ul ul {
  margin: 0;
}
.rd-mobilemenu_ul ul a {
  padding-left: 50px;
}
.rd-mobilemenu_ul ul a.focus {
  color: #000;
}
.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: #1D88DE;
  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: #3F51B5;
}
.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;
  }
}
/*==========================================================
                        SCHEMES
==========================================================*/
.scheme-0 .toTop {
  background: #3949AB;
}
.scheme-0 .toTop:hover {
  background: #3F51B5;
}
.scheme-0 .rd-mobilepanel {
  background: #3F51B5;
}
.scheme-0 .rd-mobilemenu_ul ul a.focus {
  color: #3949AB;
}
.scheme-0 .rd-mobilemenu .logo {
  background: #3949AB;
}
.scheme-0 h2, .scheme-0 h3 {
  color: #3F51B5;
}
.scheme-0 .chapter-nav {
  border-left-color: rgba(63, 81, 181, 0.25);
}
.scheme-0 .chapter-nav a {
  color: #3F51B5;
}
.scheme-0 .chapter-nav a:hover {
  color: #606fc7;
}
.scheme-0 p a {
  color: #3F51B5;
}
.scheme-0 dl dd {
  color: #3949AB;
  padding: 0 6px;
  background: rgba(57, 73, 171, 0.15);
}

.scheme-1 .toTop {
  background: #43A047;
}
.scheme-1 .toTop:hover {
  background: #4CAF50;
}
.scheme-1 .rd-mobilepanel {
  background: #4CAF50;
}
.scheme-1 .rd-mobilemenu_ul ul a.focus {
  color: #43A047;
}
.scheme-1 .rd-mobilemenu .logo {
  background: #43A047;
}
.scheme-1 h2, .scheme-1 h3 {
  color: #4CAF50;
}
.scheme-1 .chapter-nav {
  border-left-color: rgba(76, 175, 80, 0.25);
}
.scheme-1 .chapter-nav a {
  color: #4CAF50;
}
.scheme-1 .chapter-nav a:hover {
  color: #6ec071;
}
.scheme-1 p a {
  color: #4CAF50;
}
.scheme-1 dl dd {
  color: #43A047;
  padding: 0 6px;
  background: rgba(67, 160, 71, 0.15);
}

.scheme-2 .toTop {
  background: #5E35B1;
}
.scheme-2 .toTop:hover {
  background: #673AB7;
}
.scheme-2 .rd-mobilepanel {
  background: #673AB7;
}
.scheme-2 .rd-mobilemenu_ul ul a.focus {
  color: #5E35B1;
}
.scheme-2 .rd-mobilemenu .logo {
  background: #5E35B1;
}
.scheme-2 h2, .scheme-2 h3 {
  color: #673AB7;
}
.scheme-2 .chapter-nav {
  border-left-color: rgba(103, 58, 183, 0.25);
}
.scheme-2 .chapter-nav a {
  color: #673AB7;
}
.scheme-2 .chapter-nav a:hover {
  color: #8259cb;
}
.scheme-2 p a {
  color: #673AB7;
}
.scheme-2 dl dd {
  color: #5E35B1;
  padding: 0 6px;
  background: rgba(94, 53, 177, 0.15);
}

.scheme-3 .toTop {
  background: #7CB342;
}
.scheme-3 .toTop:hover {
  background: #8BC34A;
}
.scheme-3 .rd-mobilepanel {
  background: #8BC34A;
}
.scheme-3 .rd-mobilemenu_ul ul a.focus {
  color: #7CB342;
}
.scheme-3 .rd-mobilemenu .logo {
  background: #7CB342;
}
.scheme-3 h2, .scheme-3 h3 {
  color: #8BC34A;
}
.scheme-3 .chapter-nav {
  border-left-color: rgba(139, 195, 74, 0.25);
}
.scheme-3 .chapter-nav a {
  color: #8BC34A;
}
.scheme-3 .chapter-nav a:hover {
  color: #a4d070;
}
.scheme-3 p a {
  color: #8BC34A;
}
.scheme-3 dl dd {
  color: #7CB342;
  padding: 0 6px;
  background: rgba(124, 179, 66, 0.15);
}

.scheme-4 .toTop {
  background: #1E88E5;
}
.scheme-4 .toTop:hover {
  background: #2196F3;
}
.scheme-4 .rd-mobilepanel {
  background: #2196F3;
}
.scheme-4 .rd-mobilemenu_ul ul a.focus {
  color: #1E88E5;
}
.scheme-4 .rd-mobilemenu .logo {
  background: #1E88E5;
}
.scheme-4 h2, .scheme-4 h3 {
  color: #2196F3;
}
.scheme-4 .chapter-nav {
  border-left-color: rgba(33, 150, 243, 0.25);
}
.scheme-4 .chapter-nav a {
  color: #2196F3;
}
.scheme-4 .chapter-nav a:hover {
  color: #51adf6;
}
.scheme-4 p a {
  color: #2196F3;
}
.scheme-4 dl dd {
  color: #1E88E5;
  padding: 0 6px;
  background: rgba(30, 136, 229, 0.15);
}

.scheme-5 .toTop {
  background: #D81B60;
}
.scheme-5 .toTop:hover {
  background: #E91E63;
}
.scheme-5 .rd-mobilepanel {
  background: #E91E63;
}
.scheme-5 .rd-mobilemenu_ul ul a.focus {
  color: #D81B60;
}
.scheme-5 .rd-mobilemenu .logo {
  background: #D81B60;
}
.scheme-5 h2, .scheme-5 h3 {
  color: #E91E63;
}
.scheme-5 .chapter-nav {
  border-left-color: rgba(233, 30, 99, 0.25);
}
.scheme-5 .chapter-nav a {
  color: #E91E63;
}
.scheme-5 .chapter-nav a:hover {
  color: #ee4c83;
}
.scheme-5 p a {
  color: #E91E63;
}
.scheme-5 dl dd {
  color: #D81B60;
  padding: 0 6px;
  background: rgba(216, 27, 96, 0.15);
}

.scheme-6 .toTop {
  background: #00897B;
}
.scheme-6 .toTop:hover {
  background: #009688;
}
.scheme-6 .rd-mobilepanel {
  background: #009688;
}
.scheme-6 .rd-mobilemenu_ul ul a.focus {
  color: #00897B;
}
.scheme-6 .rd-mobilemenu .logo {
  background: #00897B;
}
.scheme-6 h2, .scheme-6 h3 {
  color: #009688;
}
.scheme-6 .chapter-nav {
  border-left-color: rgba(0, 150, 136, 0.25);
}
.scheme-6 .chapter-nav a {
  color: #009688;
}
.scheme-6 .chapter-nav a:hover {
  color: #00c9b6;
}
.scheme-6 p a {
  color: #009688;
}
.scheme-6 dl dd {
  color: #00897B;
  padding: 0 6px;
  background: rgba(0, 137, 123, 0.15);
}

.scheme-7 .toTop {
  background: #546E7A;
}
.scheme-7 .toTop:hover {
  background: #607D8B;
}
.scheme-7 .rd-mobilepanel {
  background: #607D8B;
}
.scheme-7 .rd-mobilemenu_ul ul a.focus {
  color: #546E7A;
}
.scheme-7 .rd-mobilemenu .logo {
  background: #546E7A;
}
.scheme-7 h2, .scheme-7 h3 {
  color: #607D8B;
}
.scheme-7 .chapter-nav {
  border-left-color: rgba(96, 125, 139, 0.25);
}
.scheme-7 .chapter-nav a {
  color: #607D8B;
}
.scheme-7 .chapter-nav a:hover {
  color: #7b96a3;
}
.scheme-7 p a {
  color: #607D8B;
}
.scheme-7 dl dd {
  color: #546E7A;
  padding: 0 6px;
  background: rgba(84, 110, 122, 0.15);
}

.scheme-8 .toTop {
  background: #8E24AA;
}
.scheme-8 .toTop:hover {
  background: #9C27B0;
}
.scheme-8 .rd-mobilepanel {
  background: #9C27B0;
}
.scheme-8 .rd-mobilemenu_ul ul a.focus {
  color: #8E24AA;
}
.scheme-8 .rd-mobilemenu .logo {
  background: #8E24AA;
}
.scheme-8 h2, .scheme-8 h3 {
  color: #9C27B0;
}
.scheme-8 .chapter-nav {
  border-left-color: rgba(156, 39, 176, 0.25);
}
.scheme-8 .chapter-nav a {
  color: #9C27B0;
}
.scheme-8 .chapter-nav a:hover {
  color: #bc37d3;
}
.scheme-8 p a {
  color: #9C27B0;
}
.scheme-8 dl dd {
  color: #8E24AA;
  padding: 0 6px;
  background: rgba(142, 36, 170, 0.15);
}

.prev_wrapper.navigated-section-1, .next_wrapper.navigated-section-1 {
  background: #3F51B5;
}
.prev_wrapper.navigated-section-2, .next_wrapper.navigated-section-2 {
  background: #4CAF50;
}
.prev_wrapper.navigated-section-3, .next_wrapper.navigated-section-3 {
  background: #673AB7;
}
.prev_wrapper.navigated-section-4, .next_wrapper.navigated-section-4 {
  background: #8BC34A;
}
.prev_wrapper.navigated-section-5, .next_wrapper.navigated-section-5 {
  background: #2196F3;
}
.prev_wrapper.navigated-section-6, .next_wrapper.navigated-section-6 {
  background: #E91E63;
}
.prev_wrapper.navigated-section-7, .next_wrapper.navigated-section-7 {
  background: #009688;
}
.prev_wrapper.navigated-section-8, .next_wrapper.navigated-section-8 {
  background: #607D8B;
}
.prev_wrapper.navigated-section-9, .next_wrapper.navigated-section-9 {
  background: #9C27B0;
}

.alert {
  padding: 15px;
  font-weight: 400;
}
.alert.alert-success {
  background: #A5D6A7;
}
.alert.alert-info {
  background: #81D4FA;
}
.alert.alert-warning {
  background: #FFE082;
}
.alert.alert-danger {
  background: #EF9A9A;
}

/*==================     ToTop     ======================*/
.toTop {
  width: 56px;
  height: 56px;
  font-size: 24px;
  line-height: 52px;
  color: #fff;
  background: #111;
  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: #2d2d2d;
  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;
}

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

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  padding-top: 78px;
  padding-bottom: 72px;
  display: block;
}
main p {
  padding-right: 34%;
}
@media (max-width: 767px) {
  main p {
    padding-right: 0;
  }
}
main blockquote p {
  padding-right: 0;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer:before, footer:after {
  display: table;
  content: "";
  line-height: 0;
}
footer:after {
  clear: both;
}
footer .prev, footer .next {
  position: relative;
  font-size: 17px;
  line-height: 20px;
  color: #ffffff;
  word-break: normal;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer .prev span, footer .next span {
  opacity: 0.5;
}
footer .prev em, footer .next em {
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}
footer .prev:before, footer .next:before {
  content: '\e001';
  font-family: fl-dripicons;
  position: absolute;
  top: 12px;
  font-size: 30px;
}
footer .prev:hover, footer .next:hover {
  opacity: 0.4;
}
footer .prev_wrapper, footer .next_wrapper {
  padding: 25px 0 25px 0;
  width: 50%;
  background: #3F51B5;
}
footer .prev_wrapper .container, footer .next_wrapper .container {
  width: 585px;
  padding: 0;
}
@media (max-width: 1199px) {
  footer .prev_wrapper .container, footer .next_wrapper .container {
    width: 470px;
  }
}
@media (max-width: 979px) {
  footer .prev_wrapper .container, footer .next_wrapper .container {
    width: 374px;
  }
}
@media (max-width: 767px) {
  footer .prev_wrapper .container, footer .next_wrapper .container {
    width: 210px;
  }
}
@media (max-width: 479px) {
  footer .prev_wrapper .container, footer .next_wrapper .container {
    width: 150px;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  footer .prev em, footer .next em {
    display: none;
  }
  footer .prev:before, footer .next:before {
    top: 3px;
  }
}
footer .prev {
  float: left;
  padding: 0 0 0 44px;
}
footer .prev:before {
  left: 0;
  transform: rotate(180deg);
  top: -3px;
}
footer .prev_wrapper {
  float: left;
}
footer .prev_wrapper .container {
  float: right;
}
footer .prev_wrapper:last-child {
  width: 100%;
}
footer .prev_wrapper:last-child .container {
  float: none;
  width: 1170px;
}
@media (max-width: 1199px) {
  footer .prev_wrapper:last-child .container {
    width: 940px;
  }
}
@media (max-width: 979px) {
  footer .prev_wrapper:last-child .container {
    width: 748px;
  }
}
@media (max-width: 767px) {
  footer .prev_wrapper:last-child .container {
    width: 420px;
  }
}
@media (max-width: 479px) {
  footer .prev_wrapper:last-child .container {
    width: 300px;
    padding: 0 15px;
  }
}
footer .next {
  float: right;
  padding: 0 44px 0 0;
  text-align: right;
}
footer .next:before {
  right: 0;
}
footer .next_wrapper {
  float: right;
}
footer .next_wrapper .container {
  float: left;
}
footer .next_wrapper:first-child {
  width: 100%;
}
footer .next_wrapper:first-child .container {
  float: none;
  width: 1170px;
}
@media (max-width: 1199px) {
  footer .next_wrapper:first-child .container {
    width: 940px;
  }
}
@media (max-width: 979px) {
  footer .next_wrapper:first-child .container {
    width: 748px;
  }
}
@media (max-width: 767px) {
  footer .next_wrapper:first-child .container {
    width: 420px;
  }
}
@media (max-width: 479px) {
  footer .next_wrapper:first-child .container {
    width: 300px;
    padding: 0 15px;
  }
}

.copyright {
  margin: 0;
}
