* {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  -moz-osx-font-smoothing: grayscale;
  outline: 0
}

*:after,
*:before {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  -moz-osx-font-smoothing: grayscale
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  -moz-osx-font-smoothing: grayscale
}

html {
  font-size: 100%
}

body {
  font-family: "futura-pt", sans-serif;
  color: #5d5d5d;
  font-size: 1.168em;
  line-height: 1.5em;
  background-color: #fff
}

.clear {
  clear: both
}

img {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto
}

img.img-responsive {
  width: 100%
}

strong {
  font-weight: bold
}

p {
  margin-bottom: 20px
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "futura-pt", sans-serif;
  margin: 0 0 15px 0;
  color: #333333
}

h1,
.h1 {
  font-size: 1.6em;
  line-height: 1.4em
}

h2,
.h2 {
  font-size: 1.4em;
  line-height: 1.4em
}

h3,
.h3 {
  font-size: 1.3em;
  line-height: 1.3em
}

h4,
.h4 {
  font-size: 1.2em;
  line-height: 1.2em
}

h5,
.h5 {
  font-size: 1.1em;
  line-height: 1.1em
}

h6,
.h6 {
  font-size: 1em;
  line-height: 1em
}

pre,
code {
  font-family: monospace
}

a {
  color: #279AD8;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out
}

a:hover,
a:active,
a:focus {
  color: #279AD8;
  text-decoration: none
}

.super-bold {
  font-weight: 600
}

.super-grey {
  color: #565656
}

.super-red {
  color: #F03434 !important
}

.form-item,
.form-inline,
.form-group {
  margin-bottom: 15px
}

.form-item.no-margin,
.form-inline.no-margin,
.form-group.no-margin {
  margin-bottom: 0
}

.form-item.divider-form,
.form-inline.divider-form,
.form-group.divider-form {
  border-bottom: 1px solid rgba(215, 215, 215, 0.65);
  padding-bottom: 15px
}

.input-group.margin-10 {
  margin: 10px
}

.form-item.max-width {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto
}

.form-item.special-domain label {
  display: inline-block
}

.form-item.special-domain .icheckbox_square-blue {
  float: left;
  margin-right: 10px
}

.form-item .description,
.form-inline .description,
.form-group .description {
  font-size: 0.8em;
  font-style: italic;
  line-height: 1.2em
}

.form-item .description.legal a {
  font-weight: 600;
  font-style: normal
}

.form-item .description-text,
.form-inline .description-text,
.form-group .description-text {
  font-size: 0.8em;
  line-height: 1.75em;
  color: #555;
  margin-top: 20px;
  padding: 20px;
  background: #fff;
  border: 1px solid rgba(222, 222, 222, 0.85);
  -webkit-box-shadow: inset 1px 1px 0px 0px rgba(50, 50, 50, 0.08);
  -moz-box-shadow: inset 1px 1px 0px 0px rgba(50, 50, 50, 0.08);
  box-shadow: inset 1px 1px 0px 0px rgba(50, 50, 50, 0.08);
  max-height: 120px;
  overflow-y: scroll
}

button {
  font-family: 'Open Sans', sans-serif
}

label {
  display: block;
  font-size: 0.95em;
  font-weight: normal;
  color: #4d4d4d
}

label.error {
  color: #E74C3C;
  display: block;
  font-size: 79%;
  font-style: italic;
  margin-right: 5px;
  margin-bottom: 0
}

label.label-check {
  cursor: pointer
}

label.label-check a {
  color: #4d4d4d
}

label.label-check a:hover {
  color: #279AD8
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  position: relative
}

textarea,
select,
input,
.form-control {
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(222, 222, 222, 0.85);
  -webkit-box-shadow: inset 1px 1px 0px 0px rgba(50, 50, 50, 0.08);
  -moz-box-shadow: inset 1px 1px 0px 0px rgba(50, 50, 50, 0.08);
  box-shadow: inset 1px 1px 0px 0px rgba(50, 50, 50, 0.08);
  border-radius: 2px;
  height: 38px;
  padding: 0 15px;
  font-size: 0.9em;
  color: #5d5d5d;
  -webkit-appearance: none
}

textarea,
textarea.form-control {
  padding: 15px;
  max-width: 100%;
  min-height: 120px
}

input[type="submit"] {
  width: auto;
  display: block;
  margin: 0 auto;
  box-shadow: none
}

input[type="submit"].btn,
input[type="reset"].btn {
  height: 38px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 18px;
  padding-right: 18px;
  width: auto;
  display: inline-block
}

input[type="submit"].btn.btn-lg,
input[type="reset"].btn.btn-lg {
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px
}

input[type="checkbox"],
input[type="radio"] {
  border: 1px solid rgba(222, 222, 222, 0.85);
  width: 20px;
  height: 20px;
  cursor: pointer;
  top: 5px;
  position: relative;
  margin-right: 5px
}

input[type="checkbox"]:checked:before {
  content: "\f00c";
  font-family: 'icon';
  background-position: center;
  width: 20px;
  height: 20px;
  position: absolute;
  text-align: center;
  line-height: 20px;
  color: #43b77a;
  font-size: 13px
}

input[type="radio"]:checked:before {
  content: "\f00c";
  font-family: 'icon';
  background-position: center;
  width: 20px;
  height: 20px;
  position: absolute;
  text-align: center;
  line-height: 20px;
  color: #43b77a;
  font-size: 13px
}

.upload-input-container {
  position: relative;
  height: 38px;
  max-width: 100%;
  margin: 0 auto 0 auto;
  border-radius: 0px;
  overflow: hidden;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border-radius: 3px
}

.upload-input-container:hover {
  opacity: 0.7;
  filter: alpha(opacity=70)
}

.upload-input-container div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #374d59;
  line-height: 38px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  z-index: 1
}

.upload-input-container div i {
  margin-left: 5px;
  font-size: 16px
}

.upload-input-container input[type="file"] {
  padding: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 3;
  position: relative;
  cursor: pointer;
  height: 38px
}

.select-style {
  position: relative;
  overflow: hidden;
  border-radius: 2px
}

.select-style .hasCustomSelect {
  width: 100% !important;
  box-shadow: none !important;
  display: block;
  height: 38px !important;
  cursor: pointer;
  z-index: 998
}

.select-style .customSelect {
  width: 100%;
  background-color: #fff;
  border: 1px solid rgba(222, 222, 222, 0.85);
  -webkit-box-shadow: inset 1px 1px 0px 0px rgba(50, 50, 50, 0.08);
  -moz-box-shadow: inset 1px 1px 0px 0px rgba(50, 50, 50, 0.08);
  box-shadow: inset 1px 1px 0px 0px rgba(50, 50, 50, 0.08);
  border-radius: 2px;
  height: 38px;
  line-height: 38px;
  padding: 0 40px 0 15px;
  font-size: 0.9em
}

.select-style .customSelect:before {
  content: "\f0d7";
  font-family: 'icon';
  position: absolute;
  right: 0;
  padding: 0 15px;
  font-size: 16px;
  border-left: 1px solid #ddd;
  background: rgba(221, 221, 221, 0.1);
  line-height: 38px
}

.select-style .customSelectInner {
  width: 100% !important
}

.input-group-addon:first-child {
  border-color: rgba(222, 222, 222, 0.85);
  border-left: 1px solid rgba(222, 222, 222, 0.85)
}

header {
  padding: 15px 0;
  padding-bottom: 0;
  background: #222
}

#logo {
  text-align: center;
  margin-top: 8px;
  margin-bottom: -5px
}

#logo img {
  max-height: 50px
}

#header-mobile {
  padding: 20px 0
}

#logo-mobile {
  text-align: right;
  margin-top: -5px;
  margin-bottom: -5px
}

#logo-mobile img {
  max-height: 50px
}

#header-mobile .sponsor-header {
  float: right
}

.logo-retina {
  display: none
}

#menu {
  margin: 15px 0 0 0;
  display: block;
  font-size: 0.92em;
  float: right
}

#menu ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center
}

#menu ul li {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  border-right: 1px solid rgba(221, 221, 221, 0.4);
  font-size: 13px;
  float: left
}

#menu ul li:last-child {
  border-right: none
}

#menu ul li a {
  color: #fff;
  padding: 4px 10px;
  display: block
}

#menu ul li a:hover {
  color: #fff;
  background-color: #279AD8
}

#menu ul li.special-menu a,
#menu ul li.special-menu a:hover {
  background: #48A30D
}

#menu ul li.special-menu-ebook a,
#menu ul li.special-menu-ebook a:hover {
  background: #279AD8
}

#menu ul li.special-menu-trading a,
#menu ul li.special-menu-trading a:hover {
  background: #F38630
}

#menu ul li.special-menu-azioni a,
#menu ul li.special-menu-azioni a:hover {
  background: #d8272b
}

#menu ul li.special-menu-course a,
#menu ul li.special-menu-course a:hover {
  background: #d8272b
}

#wrapper-all {
  padding: 0 0 0 0;
  background: #fff;
  margin: 0 auto
}

#wrapper-all.boxed {
  max-width: 1240px;
  box-shadow: 3px 2px 30px rgba(0, 0, 0, 0.1);
  margin: 0 auto
}

#wrapper-all.color {
  background-color: #f9f9f9
}

#header-desktop.fixed-header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0
}

#header-desktop.landing #logo {
  margin: 0;
  margin-bottom: 5px
}

#first-header {
  border-bottom: 1px solid rgba(221, 221, 221, 0.2);
  padding-bottom: 15px
}

#first-menu {
  padding: 16px 0
}

#first-menu ul {
  list-style: none;
  padding: 0;
  text-align: right;
  margin-bottom: 0
}

#first-menu ul li {
  display: inline-block;
  font-size: 15px;
  line-height: 21px
}

#first-menu ul li:before {
  content: '-';
  font-size: 28px;
  position: relative;
  top: 2px;
  padding-left: 0px;
  padding-right: 4px
}

#first-menu ul li:first-child:before {
  display: none
}

#first-menu ul li a {
  color: #fff
}

#first-menu ul li a:hover {
  text-decoration: underline
}

.sponsor-header span {
  color: #fff;
  font-size: 12px;
  float: left;
  margin-right: 6px;
  letter-spacing: 0.2px
}

.sponsor-header-logo {
  float: left
}

.sponsor-header-logo img {
  max-height: 25px;
  margin-top: -2px
}

.menu-mobile {
  font-family: 'PT Sans', sans-serif;
  background-color: #121F49;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 256px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none
}

.menu-mobile.open {
  display: block
}

.wrapper {
  position: relative;
  overflow-x: hidden;
  z-index: 2;
  background-color: #fff;
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

.menu-overlay {
  position: fixed;
  z-index: 3;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: none;
  overflow: hidden;
  background-color: #191919;
  opacity: 0.5
}

html.open-menu,
html.open-menu body {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0
}

html.open-menu body {
  position: fixed
}

html.open-menu .wrapper {
  -moz-transform: translateX(256px);
  -webkit-transform: translateX(256px);
  -o-transform: translateX(256px);
  -ms-transform: translateX(256px);
  transform: translateX(256px);
  overflow: hidden
}

html.open-menu .menu-overlay {
  display: block
}

.menu-mobile ul {
  padding: 0;
  margin: 0;
  list-style-type: none
}

.menu-mobile ul li {
  width: 100%;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.menu-mobile ul li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.menu-mobile ul li a {
  width: 100%;
  display: block;
  padding: 18px 15px;
  color: #f2f2f2;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 700;
  border-left: 4px solid #000
}

.menu-mobile ul li>ul>li>a {
  font-size: 12px
}

.menu-mobile ul li.login-item a {
  background: #131e38;
  border-left: 4px solid #e84118
}

.menu-mobile ul li.login-item a:hover {
  border-left: 4px solid #e84118
}

.menu-mobile ul li>a:hover,
.menu-mobile ul li.current-menu-item>a,
.menu-mobile ul li.menu-open>a {
  border-left: 4px solid #e84118;
  color: #f2f2f2;
  background: #3498DB
}

.menu-mobile ul li.special-menu-item a,
.menu-mobile ul li.special-menu-item a:hover {
  border-color: #4EC853
}

.menu-mobile ul li ul {
  background: #0e1735
}

.menu-mobile>ul>li>ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: none
}

#menu-desktop {
  display: block;
  margin-top: 8px
}

#menu-desktop>ul {
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 0;
  margin: 0
}

#menu-desktop>ul>li {
  display: inline-block;
  padding: 5px 5px;
  position: relative;
  line-height: 18px;
  padding-bottom: 15px
}

#menu-desktop>ul>li.client-area {
  padding: 1px 8px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 4px;
  margin-left: 10px
}

#menu-desktop>ul>li i,
#menu-desktop>ul>li i:before {
  font-size: 12px;
  margin: 0
}

#menu-desktop>ul>li>a {
  color: #fff
}

#menu-desktop>ul>li>a:hover {
  opacity: 0.6
}

#menu-desktop>ul>li>ul {
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  visibility: hidden;
  opacity: 0;
  padding: 0;
  margin: 0;
  text-align: left;
  position: absolute;
  top: 100%;
  width: 280px;
  background: #121F49;
  margin-left: -1px;
  border-top: 2px solid rgba(255, 255, 255, 0.4);
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  z-index: 995
}

#menu-desktop>ul>li:hover>ul {
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  visibility: visible;
  opacity: 1
}

#menu-desktop>ul>li>ul>li {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15)
}

#menu-desktop>ul>li>ul>li>a {
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 10px 15px;
  line-height: 20px;
  font-weight: 500
}

#menu-desktop>ul>li>ul>li>a:hover {
  text-decoration: underline
}

#menu-desktop>ul>li>ul>li:last-child {
  border-bottom: none
}

.menu-button {
  width: 30px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  cursor: pointer;
  margin-top: 8px
}

.menu-button:before {
  content: 'MENU';
  color: #fff;
  font-weight: 900;
  position: absolute;
  top: 50%;
  font-size: 14px;
  line-height: 18px;
  margin-top: -9px;
  left: 100%;
  margin-left: 8px
}

.menu-button span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955)
}

.menu-button span:nth-child(even) {
  left: 50%
}

.menu-button span:nth-child(odd) {
  left: 0px
}

.menu-button span:nth-child(1),
.menu-button span:nth-child(2) {
  top: 0px
}

.menu-button span:nth-child(3),
.menu-button span:nth-child(4) {
  top: 8px
}

.menu-button span:nth-child(5),
.menu-button span:nth-child(6) {
  top: 16px
}

#wrapper-all.evo-forex {
  background: url(//www.okforex.it/wp-content/themes/okforex/images/pattern-evoforex.jpg)
}

#wrapper-landing {
  padding: 40px 15px 20px 15px;
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  background: #fcfcfc;
  box-shadow: 0 0 4px rgba(77, 77, 77, 0.28);
  margin-bottom: -60px
}

#wrapper-landing.okforex-contest {
  background: #fff
}

#wrapper-landing .post-content {
  color: #3d3d3d;
  font-size: 21px;
  line-height: 35px
}

#wrapper-landing .easy-forex-video {
  margin-bottom: 40px;
  margin-top: 20px;
  padding: 10px;
  background: #fff;
  box-shadow: 0px 0px 15.69px 2px rgba(68, 68, 68, 0.4)
}

#wrapper-landing .ebook-forex-video {
  margin-bottom: 0;
  margin-top: 20px
}

.cta-landing {
  text-align: center;
  padding: 30px;
  border: 5px solid #F03434;
  background: #fff
}

.cta-landing .btn,
.cta-landing .btn:hover,
.cta-landing .btn:active,
.cta-landing .btn:focus {
  padding: 20px 30px;
  font-size: 18px
}

.cta-landing span.one {
  font-size: 21px;
  margin-bottom: 10px
}

.cta-landing span.one,
.cta-landing span.two {
  display: block;
  font-weight: 700;
  color: #333
}

.cta-landing span.two {
  margin-bottom: 20px;
  font-size: 30px
}

#wrapper-landing h3 {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 20px 0;
  padding: 20px 0
}

.landing-list {
  list-style: none;
  padding-left: 0 !important
}

.landing-list li h6 {
  margin-bottom: 8px
}

.landing-list li {
  margin-bottom: 20px !important;
  padding-bottom: 20px;
  border-bottom: 1px dotted #ddd
}

.landing-list-course ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 0 !important;
  display: block !important
}

.landing-list-course ul li {
  margin-bottom: 15px !important;
  border-bottom: 3px dotted #eee;
  position: relative;
  padding-left: 50px;
  padding-bottom: 10px;
  line-height: 35px
}

.landing-list-course ul li span {
  display: inline-block;
  background: #17c313;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: 800;
  border-radius: 50%;
  margin-right: 5px;
  font-size: 15px;
  position: absolute;
  left: 0;
  margin-top: 4px
}

.landing-list-course ul li.last {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none
}

.landing-list-course ul li p {
  margin-bottom: 5px
}

.landing-list.testimonials p {
  margin-bottom: 10px
}

.landing-list.testimonials p:last-child {
  margin-bottom: 0
}

.landing-list.testimonials img {
  width: 100px;
  border-radius: 50%;
  float: left
}

.landing-list .testimonials-text {
  margin-left: 130px
}

#ultimate-footer.landing-footer {
  font-size: 0.75em;
  line-height: 1.4em;
  color: #888;
  margin-top: -30px
}

#ultimate-footer a {
  color: #888
}

#ultimate-footer a:hover {
  text-decoration: underline
}

#ultimate-footer.landing-footer .divider-footer {
  display: none
}

#plus-text {
  text-align: center;
  display: block;
  line-height: 20px;
  margin: 20px 0 10px 0
}

#content-right {
  width: 100%
}

#content-left {
  min-width: 330px
}

#home-wrapper {
  padding: 80px 0
}

.blog-second-style-post ul {
  list-style: none;
  margin: 0 -5px;
  padding: 0
}

.blog-second-style-post ul li .blog-second-style-post-container {
  position: relative
}

.blog-second-style-post ul li {
  width: 33.3%;
  display: inline-block;
  float: left;
  padding: 0 5px 10px
}

.info-category a,
.info-author a {
  color: #999
}

.info-category a:hover,
.info-author a:hover {
  color: #279AD8
}

.blog-second-style-post ul li .blog-second-style-post-image {
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  padding-bottom: 70px
}

.blog-second-style-post ul li .blog-second-style-post-total-container {
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  background: #222;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px 20px
}

.blog-second-style-post ul li .blog-second-style-post-total-container:hover {
  background-color: #279AD8
}

.blog-second-style-post ul li .blog-second-style-post-total-container h2 {
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  margin: 0 0 -4px
}

.blog-second-style-post ul li .blog-second-style-post-total-container .info-date {
  font-size: 11px;
  color: #fff;
  font-style: italic
}

.blog-four-style-post ul {
  list-style: none;
  padding: 0
}

.blog-four-style-post ul li {
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
  padding-bottom: 15px;
  margin-bottom: 15px
}

.blog-four-style-post ul li .blog-four-style-post-image {
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  float: left;
  margin: 0 30px 0 0
}

.blog-four-style-post ul li h2 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 5px
}

.blog-four-style-post ul li .blog-four-style-meta span {
  font-size: 13px;
  color: #999;
  font-style: italic;
  margin-right: 5px
}

.blog-four-style-post ul li .blog-four-style-meta span a {
  color: #999
}

.blog-four-style-post ul li .blog-four-style-excerpt {
  color: #666;
  font-size: 16px;
  line-height: 28px;
  margin: 15px 0;
  font-family: Georgia, serif
}

.blog-four-style-post ul li .btn {
  font-size: 12px;
  line-height: 25px;
  padding: 4px 14px 2px
}

.blog-first-style-big-post {
  position: relative;
  margin-bottom: 40px
}

.blog-three-style-big-post {
  position: relative;
  margin-bottom: 20px
}

.blog-first-style-big-post img,
.blog-second-style-post ul li .blog-second-style-post-image img,
.blog-three-style-big-post img {
  width: 100%
}

.blog-first-style-big-post a,
.blog-second-style-post ul li a,
.blog-three-style-big-post a {
  color: #fff !important
}

.blog-first-style-big-post .info-category,
.blog-three-style-big-post .info-category {
  display: block;
  padding-bottom: 10px;
  font-size: 12px
}

.blog-first-style-big-post .blog-first-style-content-container,
.blog-three-style-big-post .blog-three-style-content-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 994;
  padding: 20px
}

.blog-first-style-big-post .blog-first-style-content-wrapper,
.blog-three-style-big-post .blog-three-style-content-wrapper {
  display: table;
  width: 100%;
  height: 100%
}

.blog-first-style-big-post .blog-first-style-content-wrapper h2,
.blog-three-style-big-post .blog-three-style-content-wrapper h2 {
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 500
}

.blog-first-style-big-post .blog-first-style-content-wrapper-inner,
.blog-three-style-big-post .blog-three-style-content-wrapper-inner {
  vertical-align: middle;
  display: table-cell
}

.blog-first-style-post ul li .blog-first-style-post-image,
.blog-three-style-post ul li .blog-three-style-post-image {
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out
}

.blog-first-style-big-post .overlay,
.blog-three-style-big-post .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #222;
  opacity: 0.6;
  filter: alpha(opacity=50);
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out
}

.blog-first-style-big-post a:hover .overlay,
.blog-three-style-big-post a:hover .overlay {
  opacity: 0.8;
  filter: alpha(opacity=80)
}

.blog-first-style-big-post .info-date,
.blog-first-style-big-post .info-author,
.blog-three-style-big-post .info-date,
.blog-three-style-big-post .info-author {
  font-size: 12px;
  margin: 0 5px
}

.blog-first-style-big-post .info-date i,
.blog-first-style-big-post .info-author i,
.blog-second-style-post ul li .blog-second-style-post-total-container .info-date i,
.blog-three-style-big-post .info-date i,
.blog-three-style-big-post .info-author i {
  margin-right: 5px
}

.divider-cat {
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
  margin-bottom: 20px
}

#broker-list {
  padding-top: 40px;
  background-color: #fff
}

#broker-list .h3 {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.5)
}

#broker-list ul {
  list-style: none;
  padding: 0;
  margin: 0 -15px -30px -15px
}

#broker-list ul li {
  display: inline-block;
  float: left;
  width: 16.33%;
  padding: 15px
}

#broker-list ul li.broker-logo {
  text-align: center;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out
}

#broker-list ul li.broker-logo:hover {
  opacity: 0.7
}

#broker-list ul li.broker-logo img {
  width: 100%;
  border: 1px solid rgba(221, 221, 221, 0.5);
  padding: 5px
}

.widget {
  margin-bottom: 30px
}

.widget:last-child {
  border-bottom: none !important
}

.facebook-widget {
  overflow: hidden
}

#fb-root {
  display: none
}

.fb-post,
.fb-post span,
.fb-post.fb_iframe_widget span iframe {
  width: 100% !important
}

.social-widget-blog {
  list-style: none;
  margin: 0 -5px;
  padding: 0
}

.social-widget-blog li {
  width: 100%;
  float: left;
  font-size: 12px;
  display: block;
  padding: 0 5px;
  margin-bottom: 5px
}

.social-widget-blog li:last-child {
  margin-bottom: 0
}

.social-widget-blog li a {
  display: block;
  background: #222;
  color: #fff;
  font-weight: 700
}

.social-widget-blog li i {
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  color: #fff;
  font-size: 15px;
  margin-right: 10px;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.35)
}

#cross-list-page {
  margin-top: 20px
}

#cross-list-page ul {
  list-style: none;
  padding: 0;
  margin: 0
}

#cross-list-page ul li {
  display: inline-block;
  width: 33.3%;
  text-align: center;
  float: left;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 16px
}

#cross-list-page ul li:nth-last-child(1),
#cross-list-page ul li:nth-last-child(2),
#cross-list-page ul li:nth-last-child(3) {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  border-bottom: 0 !important
}

#cross-list-page ul li a:hover {
  color: #565656
}

#cross-widget-wrapper {
  padding-bottom: 70%;
  position: relative
}

#cross-widget {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.cross-forex ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table;
  width: 100%;
  margin-left: 1px;
  margin-top: 1px;
  margin-bottom: 10px
}

.cross-forex ul li {
  line-height: inherit;
  display: table-cell;
  float: left;
  width: 50%;
  padding: 4px 5px;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 15px;
  margin-left: -1px;
  font-weight: 500;
  margin-top: -1px
}

.cross-forex ul li:last-child {
  width: 100%;
  text-transform: uppercase;
  padding: 8px 5px
}

.cross-forex ul li a:hover {
  color: #565656
}

.cross-forex span {
  display: block;
  text-align: center;
  font-size: 15px;
  padding-bottom: 4px
}

.cross-forex .select-style {
  position: relative;
  overflow: hidden;
  z-index: 10;
  margin-bottom: 10px
}

.cross-forex .select-style:before {
  content: "\f0d7";
  font-family: 'icon';
  position: absolute;
  top: -1px;
  right: 0;
  padding: 0 15px;
  font-size: 16px;
  border-left: 1px solid #ddd;
  background: rgba(221, 221, 221, 0.1);
  line-height: 39px;
  z-index: -1
}

.select-cross {
  margin-bottom: 10px
}

.cross-forex .select-style select {
  width: 100% !important;
  box-shadow: none !important;
  display: block;
  height: 38px !important;
  cursor: pointer;
  z-index: 9;
  top: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background: transparent;
  text-align: center;
  padding: 0 40px;
  font-family: "futura-pt", sans-serif
}

#all-crypto .btn,
#calendar .btn,
#glossary .btn,
#best-robot .btn,
#borsa-vita-page .btn {
  width: 100%
}

#telegram-group {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  background: #0188cc
}

#telegram-group:hover {
  opacity: 0.8
}

.social-widget-blog li a:hover i.icon-facebook {
  background: #558dd0
}

.social-widget-blog li a:hover i.icon-twitter {
  background-color: #27c5fc
}

.social-widget-blog li a:hover i.icon-google-plus {
  background-color: #ee7e5a
}

.social-widget-blog li a:hover i.icon-linkedin {
  background-color: #1E87BE
}

.social-widget-blog li a:hover i.icon-youtube {
  background-color: #bb0000
}

.social-widget-blog li a:hover i.icon-paper-plane-o {
  background-color: #00bf8f
}

.blog-post-tab .tab-list ul {
  list-style: none;
  background: #222;
  text-align: center;
  border-bottom: 2px solid #279AD8;
  margin: 0;
  padding: 0
}

.blog-post-tab .tab-list ul li {
  width: 33.3%;
  display: inline-block;
  float: left;
  border-right: 1px solid #fff
}

.blog-post-tab .tab-list ul li:last-child {
  border-right: none
}

.blog-post-tab .tab-list ul li a {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  border-right: 1px solid #fff;
  letter-spacing: 1px;
  padding: 5px
}

.blog-post-tab .tab-list ul li a:last-child {
  border-right: none
}

.blog-post-tab .tab-list ul li a.active {
  background-color: #279AD8
}

.blog-post-tab .tab-list ul li a.active:hover {
  opacity: 1
}

.tab-container-list {
  background: #f4f4f4;
  padding: 20px
}

.tab-content-list {
  display: none
}

.tab-content-list.active {
  display: block
}

#pagination {
  border-top: 1px solid rgba(221, 221, 221, 0.5);
  padding-top: 30px;
  margin-top: 30px
}

.whatch-all-course {
  padding-top: 4px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase
}

.no-margin {
  margin: 0
}

[class^="margin-"] {
  min-height: 1px;
  width: 100%
}

.margin-5 {
  margin-bottom: 5px
}

.margin-10 {
  margin-bottom: 10px
}

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

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

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

.margin-40 {
  margin-bottom: 40px
}

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

.margin-60 {
  margin-bottom: 60px
}

.margin-70 {
  margin-bottom: 70px
}

.margin-80 {
  margin-bottom: 80px
}

.margin-90 {
  margin-bottom: 90px
}

.margin-100 {
  margin-bottom: 100px
}

.margin-120 {
  margin-bottom: 120px
}

.blog-center {
  text-align: center
}

.blog-first-style {
  margin-bottom: -40px
}

.blog-style-title .h5,
.h4.widget-title {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
  padding-bottom: 5px;
  margin-bottom: 15px
}

.blog-first-style-post ul,
.blog-three-style-post ul,
.tab-content-list ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.blog-first-style-post ul li,
.blog-three-style-post ul li,
.tab-content-list ul li {
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
  padding-bottom: 15px;
  margin-bottom: 15px
}

.blog-first-style-post ul li:last-child,
.blog-three-style-post ul li:last-child,
.blog-four-style-post ul li:last-child,
.tab-content-list ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0
}

.blog-first-style-post ul li .blog-first-style-post-image:hover,
.blog-second-style-post ul li .blog-second-style-post-image:hover,
.blog-three-style-post ul li .blog-three-style-post-image:hover,
.blog-four-style-post ul li .blog-four-style-post-image:hover,
.blog-post-tab .tab-list ul li a:hover {
  opacity: 0.7
}

.blog-first-style-post ul li img,
.blog-three-style-post ul li img,
.tab-content-list ul li .tab-list-post-image img {
  float: left;
  margin: 0 20px 0 0
}

.blog-first-style-post ul li .blog-first-style-little h2,
.blog-three-style-post ul li .blog-three-style-little h2,
.tab-content-list ul li .tab-list-info h2 {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  margin-bottom: 5px
}

.blog-first-style-post ul li .blog-first-style-little h2 a,
.blog-three-style-post ul li .blog-three-style-little h2 a,
.blog-four-style-post ul li h2 a,
.tab-content-list ul li .tab-list-info h2 a {
  color: #565656
}

.blog-first-style-post ul li .blog-first-style-little h2 a:hover,
.blog-three-style-post ul li .blog-three-style-little h2 a:hover,
.blog-four-style-post ul li h2:hover a,
.blog-four-style-post ul li .blog-four-style-meta span a:hover,
.tab-content-list ul li .tab-list-info h2:hover a {
  color: #279AD8
}

.blog-first-style-post ul li .blog-first-style-little .info-category,
.blog-first-style-post ul li .blog-first-style-little .info-date,
.blog-three-style-post ul li .blog-three-style-little .info-category,
.blog-three-style-post ul li .blog-three-style-little .info-date,
.tab-content-list ul li span {
  font-size: 12px;
  color: #999;
  font-style: italic
}

.blog-four-style-post .asd {
  margin-top: 30px
}

.blog-featured-style-big-post {
  position: relative
}

.blog-featured-style-big-post a {
  color: #fff !important
}

.blog-featured-style-big-post a .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #222;
  opacity: 0.6;
  filter: alpha(opacity=50);
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out
}

.blog-featured-style-big-post h2 {
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 500
}

.blog-featured-style-big-post a:hover .overlay {
  opacity: 0.8;
  filter: alpha(opacity=80)
}

.blog-featured-style-big-post img {
  width: 100%
}

.blog-featured-style-big-post .blog-featured-style-content-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 996;
  padding: 20px
}

.blog-featured-style-big-post .blog-featured-style-content-wrapper {
  display: table;
  width: 100%;
  height: 100%
}

.blog-featured-style-big-post .blog-featured-style-content-wrapper-inner {
  vertical-align: middle;
  display: table-cell
}

.blog-featured-style-big-post .info-category {
  display: block;
  padding-bottom: 10px;
  font-size: 12px
}

.blog-featured-style-big-post .info-date {
  font-size: 12px;
  margin: 0 5px
}

.blog-featured-style-big-post .info-author {
  font-size: 12px;
  margin: 0 5px
}

.blog-featured-style-big-post .info-date i {
  margin-right: 5px
}

.blog-featured-style-big-post .info-author i {
  margin-right: 5px
}

.featured-post .owl-theme .owl-controls {
  margin-top: 0
}

.featured-post .owl-theme .owl-controls .owl-page span {
  background-color: #fff;
  border: 2px solid #555;
  margin: 0 4px
}

.featured-post .owl-theme .owl-controls .owl-page.active span {
  background-color: #279AD8;
  border-color: #279AD8
}

#home-slider {
  margin-bottom: 40px
}

.slider-blog-big .owl-theme .owl-buttons {
  width: 100%
}

.slider-blog-big .owl-theme .owl-prev {
  position: absolute;
  left: 0;
  top: 200px;
  background: #222 !important;
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  padding: 2px !important;
  margin: 15px !important;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out
}

.slider-blog-big .owl-theme .owl-next {
  position: absolute;
  right: 0;
  top: 200px;
  background: #222 !important;
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  padding: 2px !important;
  margin: 15px !important;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out
}

.slider-blog-big .owl-theme .owl-next i,
.slider-blog-big .owl-theme .owl-prev i {
  line-height: 40px;
  font-size: 20px;
  margin: 0 6px
}

.slider-blog-big .owl-theme .owl-prev i {
  margin: 0;
  margin-left: -3px
}

.slider-blog-big .owl-theme .owl-controls {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  text-align: right;
  padding: 10px
}

.slider-blog-big .owl-theme .owl-controls .owl-page span {
  background: rgba(255, 255, 255, 0);
  border: 2px solid #fff
}

.owl-theme .owl-controls .owl-page.active span {
  background-color: #fff;
  border: 2px solid #fff
}

.slider-blog-big-content {
  position: relative
}

.slider-blog-big-content img {
  width: 100%
}

.slider-blog-big-meta {
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  position: absolute;
  bottom: 0;
  padding: 40px 40px 40px 40px;
  width: 100%;
  z-index: 996
}

.slider-blog-big-meta h1 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 38px;
  line-height: 42px;
  margin-bottom: 5px
}

.slider-blog-big-meta h1 a {
  color: #fff
}

.slider-blog-big-meta h1:hover a {
  color: #fff;
  opacity: 0.6
}

.slider-blog-big-meta span {
  font-size: 13px;
  color: #fff;
  font-style: italic;
  margin-right: 5px
}

.slider-blog-big-meta span a {
  color: #fff
}

.slider-blog-big-content .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #222;
  opacity: 0.6;
  filter: alpha(opacity=50);
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  z-index: 995
}

.slider-blog-big-content:hover .overlay {
  opacity: 0.8
}

.slide-little-box {
  margin: -5px
}

.slide-little-box-wrapper {
  display: inline-block;
  float: left;
  padding: 5px
}

.slider-little-box-container {
  position: relative
}

.slider-little-box-container .slider-little-big-meta {
  position: absolute;
  bottom: 0;
  padding: 20px;
  z-index: 996
}

.slider-little-box-container .slider-little-big-meta h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px
}

.slider-little-box-container .slider-little-big-meta h2 a {
  color: #fff
}

.slider-little-box-container .slider-little-big-meta h2:hover a {
  color: #fff;
  opacity: 0.6
}

.slider-little-box-container .slider-little-big-meta span {
  font-size: 13px;
  color: #fff;
  font-style: italic;
  margin-right: 5px
}

.slider-little-box-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #222;
  opacity: 0.6;
  filter: alpha(opacity=50);
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  z-index: 995
}

.slider-little-box-container:hover .overlay {
  opacity: 0.8
}

.widget-newsletter-container {
  padding: 0;
  background: #222;
  color: #fff;
  text-align: center
}

.widget-newsletter-container .h6 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.3em
}

.widget-newsletter-container span {
  font-size: 13px;
  line-height: 27px;
  font-style: italic
}

.widget-newsletter-container form {
  padding: 20px 15px
}

.widget-newsletter-container form p {
  text-align: center;
  line-height: 1.25em;
  font-size: 0.95em
}

.widget-newsletter-container form button {
  margin-top: 4px;
  width: 100%
}

.form-table {
  width: 100%;
  display: table;
  margin: 0
}

.form-vertical {
  display: table-cell;
  vertical-align: middle;
  padding: 0 2px
}

.form-vertical input {
  color: #4d4d4d
}

.form-vertical button {
  width: 100%;
  text-align: center
}

.form-vertical button i {
  float: none
}

.widget_categories ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.widget_categories ul li {
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
  padding: 3px 0;
  margin-bottom: 0 !important;
  padding-left: 3px !important
}

.widget_categories ul li:first-child {
  padding-top: 0
}

.widget_categories ul li:last-child {
  padding-bottom: 0;
  border-bottom: none
}

.widget_categories ul li a {
  display: block;
  color: #999
}

.widget_categories ul li a:hover {
  color: #279AD8
}

.widget_categories ul li:before {
  content: none !important
}

#container-all-page {
  padding: 40px 0 0 0;
  background: #fff;
  max-width: 1270px;
  margin: 0 auto
}

.entry-title {
  margin-bottom: 10px
}

.entry-title h1 {
  text-align: left;
  color: #565656;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 10px;
  font-weight: 600
}

.entry-title h1.align-center {
  text-align: center
}

.entry-title h2 {
  text-align: left;
  color: #4d4d4d;
  font-size: 22px;
  line-height: 28px
}

.entry-title h2.align-center {
  text-align: center
}

h2.pre-description {
  font-style: italic;
  font-family: "minion-pro", serif;
  font-size: 24px;
  line-height: 35px;
  margin: 10px 0 30px 0;
  color: #5d5d5d
}

.pub-content {
  background: #fff;
  display: block;
  float: none;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 20px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee
}

.pub-content img {
  border: 1px solid #ddd;
  width: auto !important
}

.pub-content a,
.pub-content-bottom a {
  display: inline-block !important
}

.ads-middle-post {
  text-align: center;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
  margin-bottom: 20px
}

.ads-middle-post img {
  border: 1px solid #ddd;
  width: inherit !important
}

.post-image img {
  width: 100%
}

.post-content {
  font-family: Georgia, serif;
  color: #444;
  font-size: 19px;
  line-height: 33px
}

.post-content iframe {
  max-width: 100%
}

#content-right .btn.block {
  white-space: normal
}

.mark {
  background-color: yellow;
  color: #191919
}

#cta-btn span {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-top: 5px
}

#broker-bottom {
  background: #F4F4F4;
  padding: 30px
}

#broker-bottom p:last-child {
  margin-bottom: 0
}

#broker-bottom ul {
  padding-left: 20px;
  margin-bottom: 20px
}

#broker-bottom ul li {
  text-decoration: underline;
  margin-bottom: 10px
}

#calendar-iframe {
  height: 2500px;
  overflow-y: auto
}

.post-content img {
  width: 100%;
  max-width: 100%
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  font-weight: 600;
  color: #4d4d4d
}

#page-content-full p:last-child {
  margin-bottom: 0
}

.post-content ul,
.post-content ol,
.page-content ul,
.page-content ol {
  margin-bottom: 10px;
  padding-left: 20px;
  display: inline-block
}

.post-content ul li,
.post-content ol li,
.page-content ul li,
.page-content ol li {
  margin-bottom: 10px
}

.button-post a {
  width: 100%
}

.post-meta span {
  font-size: 13px;
  color: #999;
  font-style: italic;
  margin-right: 10px
}

.post-meta span a {
  color: #999
}

.post-meta span a:hover {
  color: #279AD8
}

.adv-link {
  border-top: 1px solid rgba(221, 221, 221, 0.5);
  padding-top: 20px
}

.share-post {
  font-size: 14px;
  color: #999;
  font-style: italic;
  border-top: 1px solid rgba(221, 221, 221, 0.5);
  margin-top: 20px;
  padding: 10px 0 15px 0
}

.share-post.border {
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
  margin-top: 20px;
  padding: 10px 0 10px 0;
  margin-bottom: 40px
}

.share-post .fb_iframe_widget {
  top: 4px
}

.box-full {
  display: table;
  width: 100%
}

.box-meta-full {
  display: table-cell;
  width: 100%
}

.share-post a {
  color: #999
}

.share-post a:hover {
  color: #279AD8
}

.share-post a i {
  font-size: 18px;
  position: relative;
  top: 3px
}

.author-meta-bottom {
  margin-bottom: 40px
}

.author-meta-bottom>ul {
  list-style: none;
  background: #222;
  text-align: center;
  border-bottom: 2px solid #279AD8;
  margin: 0 0 30px 0;
  padding: 0
}

.author-meta-bottom>ul>li {
  width: 50%;
  display: inline-block;
  float: left;
  border-right: 1px solid #fff
}

.author-meta-bottom>ul>li:last-child {
  border-right: none
}

.author-meta-bottom>ul>li>a {
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  border-right: 1px solid #fff;
  letter-spacing: 1px;
  padding: 5px
}

.author-meta-bottom>ul>li>a:hover {
  opacity: 0.7
}

.author-meta-bottom>ul>li>a.active {
  background-color: #279AD8
}

.author-meta-bottom>ul>li>a:last-child {
  border-right: none
}

.author-meta-bottom-container-inner {
  display: none
}

.author-meta-bottom-container-inner.active {
  display: block
}

.author-info .author-info-image {
  float: left;
  margin: 0 20px 0 0
}

.author-info .author-info-image img {
  max-height: 100px;
  margin-top: 5px;
  display: block
}

.author-info .author-info-text {
  margin-left: 120px
}

.author-info .author-info-text span {
  font-weight: 500;
  display: inline-block;
  font-size: 20px;
  color: #4d4d4d
}

.author-info .author-bio {
  font-size: 16px;
  line-height: 24px;
  margin-top: 5px
}

.author-info .author-bio p:last-child {
  margin-bottom: 0
}

.social-author {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0
}

.social-author>li {
  display: inline-block
}

.social-author>li>a {
  border-radius: 50%;
  color: #6e7d8d;
  display: inline-block
}

.social-author>li>a>i:before {
  height: 20px;
  width: 20px;
  line-height: 21px;
  font-size: 8px;
  background-color: #222;
  border-radius: 50%;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  color: #fff;
  margin: 0
}

.social-author>li>a:hover>i:before {
  color: #fff
}

.social-author>li>a:hover>i.icon-facebook:before {
  background-color: #558dd0
}

.social-author>li>a:hover>i.icon-twitter:before {
  background-color: #27c5fc
}

.social-author>li>a:hover>i.icon-google-plus:before {
  background-color: #ee7e5a
}

.social-author>li>a:hover>i.icon-linkedin:before {
  background-color: #1E87BE
}

.related-author {
  margin: 0 -5px
}

.related-author .col-md-4 {
  padding: 0 5px
}

.related-author .related-author-post {
  padding-bottom: 60px;
  position: relative
}

.related-author .related-author-image {
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out
}

.related-author .related-author-image:hover {
  opacity: 0.7
}

.related-author .related-author-image img {
  width: 100%
}

.related-author .related-author-meta {
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  background: #222;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 20px
}

.related-author .related-author-meta:hover {
  background-color: #279AD8
}

.related-author .related-author-meta h3 {
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  margin: 0 0 -4px
}

.related-author .related-author-meta span {
  font-size: 11px;
  color: #fff;
  font-style: italic
}

.related-author .related-author-meta span i {
  margin-right: 5px
}

#post-navigation ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0
}

#post-navigation ul li i {
  font-size: 1.2em;
  color: #ccc;
  display: inline-block;
  margin-top: -20px;
  position: relative;
  top: 2px
}

#post-navigation ul li i:before {
  margin: 0
}

#post-navigation ul li span {
  display: block;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #cccccc
}

#post-navigation ul li a {
  font-weight: 600;
  color: #4d4d4d;
  font-size: 16px;
  margin-bottom: 0;
  display: inline-block
}

#post-navigation ul li a:hover {
  color: #279AD8
}

#post-navigation ul li.prev {
  text-align: left
}

#post-navigation ul li.prev span {
  margin-left: 0;
  margin-bottom: 5px
}

#post-navigation ul li.prev a {
  float: left;
  line-height: 1.4em;
  padding: 0;
  white-space: inherit;
  text-align: left
}

#post-navigation ul li.prev i {
  float: left;
  margin-left: -40px
}

#post-navigation ul li.next {
  text-align: right;
  float: right
}

#post-navigation ul li.next span {
  margin-right: 0;
  margin-bottom: 5px
}

#post-navigation ul li.next a {
  line-height: 1.2em;
  padding: 0;
  white-space: inherit;
  text-align: right
}

#post-navigation ul li.next i {
  float: right;
  margin-right: -40px
}

#related-post ul {
  list-style: none;
  margin: 0 -5px;
  padding: 0
}

#related-post ul li {
  display: inline-block;
  float: left;
  padding: 0 5px 10px
}

#related-post ul li .related-post-style-post-container {
  position: relative
}

#related-post ul li .related-post-style-post-image {
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  padding-bottom: 52px
}

#related-post ul li .related-post-style-post-image:hover {
  opacity: 0.7
}

#related-post ul li .related-post-style-post-image a {
  color: #fff
}

#related-post ul li .related-post-style-post-image img {
  width: 100%
}

#related-post ul li .related-post-style-meta-container {
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  background: #222;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px 20px 20px 20px
}

#related-post ul li .related-post-style-meta-container:hover {
  background-color: #279AD8
}

#related-post ul li .related-post-style-post-container h4 {
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  margin: 0 0 -4px
}

#related-post ul li .related-post-style-post-container span {
  font-size: 11px;
  color: #fff;
  font-style: italic
}

#related-post ul li .related-post-style-post-container span i {
  margin-right: 5px
}

#author-box {
  background: #fff
}

.latest-post ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.latest-post ul li {
  border-bottom: 1px dotted rgba(222, 222, 222, 0.85);
  padding-bottom: 10px;
  margin-bottom: 10px
}

.latest-post ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0
}

.latest-post .tab-list-post-image {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out
}

.latest-post .tab-list-post-image:hover {
  opacity: 0.8
}

.latest-post .tab-list-post-image img {
  float: left;
  margin: 0 20px 0 0
}

.latest-post .tab-list-info span {
  font-size: 12px;
  color: #999;
  font-style: italic
}

.latest-post .tab-list-info span a {
  color: #999
}

.latest-post .tab-list-info span a:hover {
  color: #279AD8
}

.latest-post .tab-list-info h2 {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 90%
}

#sidebar .widget .item-post {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.5)
}

#sidebar .widget .item-post-image {
  max-width: 80px;
  float: left;
  margin: 0 10px 10px 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out
}

#sidebar .widget .item-post-image:hover {
  opacity: 0.6
}

#sidebar .widget .item-post-image img {
  border: 1px solid #eee
}

#sidebar .widget .item-post-meta {
  margin-left: 95px
}

#sidebar .widget .item-post-meta .h6 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500
}

#sidebar .widget .item-post-meta .h6 a {
  color: #565656
}

#sidebar .widget .item-post-meta .h6:hover a {
  color: #279AD8
}

#sidebar .widget .item-post-date i {
  margin-right: 5px
}

#sidebar .widget .item-post-date i:before {
  margin: 0
}

#sidebar .widget .item-post-category a {
  color: #5a5f61
}

#sidebar .widget .item-post-category i {
  margin-right: 5px
}

#sidebar .widget .item-post-category i:before {
  margin: 0
}

.main-sidebar-wrapper {
  width: 100%;
  max-width: 1520px;
  position: fixed;
  top: 160px;
  margin-left: -760px;
  left: 50%;
  z-index: -1
}

.main-sidebar {
  display: block;
  z-index: 0
}

.main-sidebar-left {
  float: left
}

.main-sidebar-right {
  float: right
}

.page-content.border {
  border-bottom: 1px solid #ddd;
  margin-bottom: 35px;
  padding-bottom: 5px
}

.broker-info-container {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #ddd
}

.broker-info-container.special {
  border: 8px solid #48A310;
  padding-top: 25px;
  margin-bottom: 60px;
  padding-right: 20px
}

.broker-info-container.last {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0
}

.broker-image {
  float: left;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  max-width: 270px
}

.broker-image:hover {
  opacity: 0.7
}

.broker-text-box {
  margin-left: 300px
}

.broker-text-box h2 {
  margin-bottom: 5px
}

.ebook-okforex .row {
  margin: 0
}

.ebook-okforex .col-md-4,
.ebook-okforex .col-md-8,
.ebook-okforex .col-lg-4,
.ebook-okforex .col-lg-8 {
  padding: 0
}

.ebook-okforex-content {
  background-color: #222;
  color: #fff;
  padding: 74.5px 40px
}

#newsletter-webinar {
  padding: 73.5px 40px
}

.ebook-okforex-content.pac {
  padding: 40.5px 40px
}

.ebook-okforex-content .h3 {
  color: #fff
}

.ebook-okforex p {
  text-align: center;
  line-height: 1.3em
}

.ebook-okforex .form-vertical:first-child {
  width: 100%
}

.image-ebook {
  text-align: center;
  background-color: #16105A
}

.ebook-okforex-landing .col-md-12 {
  padding: 0
}

.ebook-okforex-landing .ebook-okforex-content {
  padding: 30px
}

.ebook-okforex-landing .ebook-okforex-content input {
  font-size: 1.05em;
  height: 50px
}

.ebook-okforex-landing .ebook-okforex-content button {
  font-size: .85em;
  height: 50px
}

.ebook-okforex-landing .ebook-okforex-content .h3 {
  font-size: 1.4em
}

#wrapper-landing.okforex-contest .entry-title h2 {
  font-size: 25px;
  line-height: 32px
}

#wrapper-landing.okforex-contest .post-content {
  color: #2d2d2d;
  font-size: 20px;
  line-height: 34px
}

#wrapper-landing.okforex-contest .form-item {
  position: relative
}

#wrapper-landing.okforex-contest label.label-check {
  padding-left: 32px;
  line-height: 20px;
  font-weight: normal !important;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 10px
}

#wrapper-landing.okforex-contest .wpcf7-form-control-wrap {
  position: static
}

#wrapper-landing.okforex-contest .wpcf7-acceptance {
  position: absolute;
  left: 0
}

#wrapper-landing.okforex-contest span.wpcf7-list-item {
  margin-left: 0;
  margin-top: -5px
}

#wrapper-landing.okforex-contest input[type="checkbox"] {
  margin-top: 0
}

#wrapper-landing.okforex-contest input[type="text"],
#wrapper-landing.okforex-contest input[type="email"] {
  height: 48px
}

#wrapper-landing.okforex-contest label {
  font-weight: 600
}

#wrapper-landing.okforex-contest textarea,
#wrapper-landing.okforex-contest select,
#wrapper-landing.okforex-contest input,
#wrapper-landing.okforex-contest .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  background: #f9f9f9;
  border: 2px solid #ddd
}

#wrapper-landing.okforex-contest input[type="submit"].btn.btn-lg,
#wrapper-landing.okforex-contest input[type="reset"].btn.btn-lg {
  background: #F03434;
  border: none;
  width: 100%;
  margin-top: 10px;
  height: 60px
}

#wrapper-landing.okforex-contest input[type="checkbox"]:checked:before {
  content: "\f00c";
  font-family: 'icon';
  background-position: center;
  width: 16px;
  height: 20px;
  position: absolute;
  text-align: center;
  line-height: 18px;
  color: #43b77a;
  font-size: 13px
}

#partner-logo .row {
  margin-left: -10px;
  margin-right: -10px
}

#partner-logo .row>div {
  padding-left: 10px;
  padding-right: 10px
}

#partner-logo .row img {
  width: 100%
}

.disclaimer-contest {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ddd;
  font-size: 17px;
  line-height: 21px;
  font-style: italic
}

.disclaimer-contest p {
  margin-bottom: 10px
}

#author-list ul {
  list-style: none
}

#author-list ul li {
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd
}

#author-list ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none
}

#author-list ul li .author-photo {
  max-width: 150px;
  float: left
}

#author-list ul li .author-photo img {
  border-radius: 50%;
  max-width: 150px;
  border: 1px solid #ddd
}

#author-list ul li .author-description {
  margin-left: 180px
}

#author-list ul li .autho-name {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
  display: block
}

#wrapper-landing.easy-forex .entry-title h1,
#wrapper-landing.easy-forex .entry-title h2.h1 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 900
}

.glossary-box-title {
  text-align: center;
  margin-bottom: 40px
}

.glossary-box-title .h1 {
  border-radius: 5px;
  margin-bottom: 20px;
  background: #f9f9f9;
  padding: 2px 0;
  font-size: 1.5em;
  line-height: 1.25em;
  font-weight: 700
}

.glossary-box {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 25px;
  padding-bottom: 5px
}

.glossary-box a:hover {
  color: #565656
}

.glossary-wrapper .glossary-box:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 20px
}

#glossary-letters-list {
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-size: 16px
}

#glossary-letters-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table;
  width: 100%;
  margin-bottom: 40px;
  background: #333;
  border-radius: 5px
}

#glossary-letters-list ul li {
  display: table-cell;
  text-align: center;
  width: 2%;
  border-right: 1px dotted rgba(221, 221, 221, 0.7)
}

#glossary-letters-list ul li a {
  color: #fff;
  display: block
}

#glossary-letters-list ul li a:hover {
  color: #F38630
}

#borsa-vita-title {
  float: left;
  display: inline-block;
  margin: 0
}

#borsa-vita-logo {
  float: right;
  margin-top: -35px
}

#borsa-vita-logo img {
  max-height: 100px
}

#borsa-vita-description {
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
  margin-bottom: 20px
}

#borsa-vita-post .blog-four-style-post ul li .blog-four-style-post-image {
  max-width: 180px;
  margin-top: 5px
}

#newsletter-pac .row {
  margin: 0
}

#newsletter-pac .col-md-3 {
  padding: 0
}

#newsletter-pac .col-md-9 {
  padding: 0
}

#borsa-vita-author .author-photo {
  max-width: 150px;
  float: left
}

#borsa-vita-author .author-photo img {
  border-radius: 50%;
  max-width: 150px;
  border: 1px solid #ddd
}

#borsa-vita-author .author-description {
  margin-left: 180px
}

#borsa-vita-author .author-description p:last-child {
  margin-bottom: 0
}

#overlay-bn-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999
}

#overlay-bn-wrapper .content-container {
  z-index: 999 !important
}

#overlay-bn {
  position: relative;
  max-width: 600px;
  width: 100%;
  z-index: 999;
  margin: 0 auto
}

#overlay-close {
  color: #fff;
  float: right;
  font-size: 28px;
  position: relative;
  margin-bottom: -45px;
  margin-right: -50px
}

#overlay-close:hover {
  opacity: 0.7
}

#overlay-close:before {
  margin: 0
}

#over-bn {
  position: absolute;
  z-index: 997;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #191919;
  opacity: 0.7
}

#iframe-overlay {
  width: 100%;
  position: relative;
  padding-bottom: 66.9%
}

#iframe-overlay iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

#overlay-bn-wrapper-exit {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999
}

#overlay-bn-wrapper-exit .content-container {
  z-index: 999 !important
}

#overlay-bn-exit {
  position: relative;
  max-width: 400px;
  width: 100%;
  z-index: 999;
  margin: 0 auto
}

#overlay-close-exit {
  color: #fff;
  float: right;
  font-size: 28px;
  position: relative;
  margin-bottom: -45px;
  margin-right: -50px
}

#overlay-close-exit:hover {
  opacity: 0.7
}

#overlay-close-exit:before {
  margin: 0
}

#over-bn-exit {
  position: absolute;
  z-index: 997;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #191919;
  opacity: 0.7
}

#contact-pac-title {
  background: #191919;
  padding: 20px 15px;
  margin: 0 -35px;
  margin-bottom: 30px
}

#contact-pac-title .h1,
#contact-pac-title .h2 {
  color: #fff;
  margin-bottom: 0
}

#contact-pac #contact-form-wrapper {
  background-color: transparent;
  padding: 0
}

#contact-pac #contact-form-wrapper .form-item {
  margin-bottom: 15px
}

#contact-pac #contact-form-wrapper label {
  font-size: 18px
}

#contact-pac #contact-form-wrapper input[type="text"],
#contact-pac #contact-form-wrapper input[type="email"],
#contact-pac #contact-form-wrapper select {
  height: 50px;
  font-size: 17px
}

#contact-pac #contact-form-wrapper textarea {
  font-size: 17px
}

#contact-pac #contact-form-wrapper input[type="button"] {
  font-size: 18px;
  height: 55px;
  padding-left: 35px;
  padding-right: 35px
}

#contact-form-wrapper {
  background: #eee;
  padding: 30px
}

#contact-form-wrapper label {
  font-weight: bold;
  margin-bottom: 3px
}

#contact-form-wrapper .label-check {
  font-weight: normal
}

#contact-form-wrapper .form-item {
  margin-bottom: 10px
}

#contact-form-wrapper input[type="text"],
#contact-form-wrapper input[type="email"],
#contact-form-wrapper select {
  height: 45px
}

#contact-form-wrapper input[type="button"] {
  height: 50px;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 15px;
  margin-top: 10px
}

span.wpcf7-not-valid-tip {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin: 4px 0 -5px 0;
  font-style: italic
}

div.wpcf7-response-output {
  text-align: center;
  font-weight: bold;
  border: none !important;
  margin: -20px 0 20px 0;
  clear: both
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  color: #ff0000
}

div.wpcf7-mail-sent-ok {
  color: #398f14
}

#contact-form-wrapper label.label-check a {
  color: #3d3d3d;
  text-decoration: underline
}

.grecaptcha-badge {
  margin: 0 auto
}

div.wpcf7 .ajax-loader {
  margin: 10px auto 0 auto;
  display: block
}

#fixed-newsletter {
  background: #d8272b;
  color: #fff;
  position: fixed;
  z-index: 999;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 15px 0;
  display: none
}

#fixed-newsletter-close {
  right: 0;
  position: absolute;
  top: -25px;
  margin-right: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  padding: 2px;
  z-index: 9999;
  background: #d8272b
}

#fixed-newsletter-inner .h6 {
  color: #fff;
  margin-bottom: 0;
  margin-top: 7px;
  font-weight: 700
}

#fixed-form ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table;
  width: 100%
}

#fixed-form ul li {
  display: table-cell;
  vertical-align: middle
}

#fixed-form ul li:first-child {
  width: 100%
}

#fixed-form input {
  height: 35px;
  line-height: 35px;
  width: 100%
}

#fixed-form button {
  height: 35px;
  width: 100%
}

footer {
  margin-top: 60px;
  padding: 60px 0 20px 0;
  background-color: #222;
  color: #fff
}

footer .h4.widget-title {
  color: #fff;
  border-bottom: 1px solid rgba(221, 221, 221, 0.2)
}

footer .latest-post ul li {
  border-bottom: 1px dotted rgba(222, 222, 222, 0.25)
}

footer .latest-post .tab-list-info h2 a {
  color: #fff
}

footer .latest-post .tab-list-info h2 a:hover {
  color: #279AD8
}

#menu-footer-widget {
  list-style: none;
  margin: 0;
  padding: 0
}

#menu-footer-widget li {
  display: block;
  border-bottom: 1px dotted rgba(221, 221, 221, 0.18);
  padding-bottom: 8px;
  margin-bottom: 8px
}

#menu-footer-widget li a {
  text-decoration: none
}

#menu-footer-widget li a:hover {
  text-decoration: underline
}

.sidebar-footer {
  line-height: 1.4em
}

#banner-footer {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  text-align: center
}

#banner-footer:hover {
  opacity: 0.6
}

#first-footer {
  padding: 0 0 20px 0
}

#first-footer a {
  color: #fff;
  text-decoration: underline
}

#first-footer a:hover {
  color: #fff;
  text-decoration: none
}

#ultimate-footer {
  font-size: 0.75em;
  line-height: 1.4em;
  color: #888
}

.divider-footer {
  border-bottom: 1px solid rgba(222, 222, 222, 0.2);
  margin-bottom: 20px
}

#article-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center
}

#article-menu ul li {
  display: inline-block;
  padding: 0 5px;
  border-right: 1px solid rgba(221, 221, 221, 0.3);
  font-size: 15px;
  line-height: 21px
}

#article-menu ul li:last-child {
  border-right: none
}

#article-menu ul li a {
  color: #888
}

#article-menu ul li a:hover {
  color: #fff
}

#footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right
}

#footer-menu ul li {
  display: inline-block;
  padding: 0 5px;
  border-right: 1px solid rgba(221, 221, 221, 0.3)
}

#footer-menu ul li:last-child {
  border-right: none
}

#footer-menu ul li a {
  color: #888
}

#footer-menu ul li a:hover {
  color: #fff
}

.iubenda-tp-btn[data-tp-icon] {
  opacity: 0 !important
}

#om-sxp8gml7snhubevlvrf0-holder {
  max-width: 714px;
  margin: 0 auto
}

#back-to-top {
  display: block;
  font-size: 13px;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #191919;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  padding: 1px;
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 998;
  opacity: 0;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out
}

#back-to-top.active {
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
  opacity: 0.85
}

#back-to-top.active:hover {
  opacity: 1
}

.content-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2
}

.table-content {
  display: table;
  width: 100%;
  height: 100%
}

.vertical-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center
}

.vertical-content.bottom.left {
  display: table-cell;
  vertical-align: bottom;
  text-align: left
}

.alignnone {
  margin: 5px 20px 20px 0
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px
}

a img.alignnone {
  margin: 5px 20px 20px 0
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.wp-caption-text {
  text-align: center;
  font-size: 15px;
  font-style: italic;
  color: #7d7d7d
}

.blog-title.h5 {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
  padding-bottom: 10px;
  margin-bottom: 20px
}

.special-offer {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  margin-bottom: 30px
}

.special-offer-inner {
  background-color: #f4f4f4;
  font-size: 13px
}

.special-offer-inner a {
  margin-left: 40px;
  text-transform: uppercase;
  display: inline-block
}

.special-offer-inner span {
  background-color: #43b77a;
  color: #fff;
  display: inline-block;
  padding: 2px 20px 1px 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  line-height: 32px;
  position: relative;
  letter-spacing: 0.5px
}

.special-offer-inner span:before {
  background-color: #43b77a;
  position: absolute;
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -15px;
  z-index: 995
}

.special-offer-inner a {
  color: #555;
  margin-left: 40px;
  font-size: 13px;
  font-weight: 600
}

.special-offer-inner a:hover {
  color: #279AD8
}

.twittwer-share-tweet {
  padding: 20px;
  text-align: center;
  border: none;
  margin-bottom: 0;
  font-weight: 700;
  font-style: italic;
  color: #5d5d5d
}

.tweet-this {
  text-align: center;
  font-weight: 700;
  color: #27c5fc;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 40px
}

.tweet-this a {
  color: #fff;
  padding: 5px 15px;
  background-color: #27C5FF;
  display: inline-block;
  text-align: center
}

.tweet-this a:hover {
  color: #fff;
  opacity: 0.6
}

.tweet-this a i:before {
  margin-right: 0
}

#breadcrumbs {
  font-size: 0.8em
}

#breadcrumbs a {
  color: #999;
  position: relative;
  margin-right: 12px
}

#breadcrumbs a:hover {
  opacity: 1;
  color: #279AD8
}

#breadcrumbs a:before {
  content: '/';
  position: absolute;
  right: -10px;
  font-size: 0.6em
}

#breadcrumbs span {
  position: relative
}

.btn,
.btn:hover,
.btn:active,
.btn:focus {
  font-family: "futura-pt", sans-serif;
  font-weight: 600;
  color: #fff;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 0.8em;
  padding: 9px 18px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  font-style: normal;
  border: none;
  text-decoration: none
}

.btn:hover {
  opacity: 0.8
}

.btn-last {
  margin-left: 20px
}

.btn-lg,
.btn-lg:hover,
.btn-lg:active,
.btn-lg:focus,
.btn-group-lg>.btn,
.btn-group-lg>.btn:hover,
.btn-group-lg>.btn:active,
.btn-group-lg>.btn:focus {
  font-size: 1em;
  padding: 14px 20px;
  border-radius: 3px
}

.wrap-text {
  white-space: normal !important
}

.btn-group.btn-group-lg>.btn+.dropdown-toggle,
.btn-group.btn-group-lg>.btn+.dropdown-toggle:hover,
.btn-group.btn-group-lg>.btn+.dropdown-toggle:active,
.btn-group.btn-group-lg>.btn+.dropdown-toggle:focus {
  padding-right: 8px;
  padding-left: 8px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 1em;
  border-radius: 3px
}

.btn-xs.btn-link,
.btn-xs.btn-link:hover,
.btn-xs.btn-link:active,
.btn-xs.btn-link:focus {
  font-size: 0.5em;
  padding: 2px 4px
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #279AD8
}

.btn-sm,
.btn-sm:hover,
.btn-sm:active,
.btn-sm:focus {
  font-size: 0.85em;
  padding: 7px 17px
}

.btn-group-sm>.btn,
.btn-group-sm>.btn:hover,
.btn-group-sm>.btn:active,
.btn-group-sm>.btn:focus {
  padding: 6px 10px !important;
  font-size: 12px !important
}

.btn-xs,
.btn-xs:hover,
.btn-xs:active,
.btn-xs:focus {
  font-size: 0.8em;
  padding: 6px 16px
}

.btn.blue,
.btn.btn-primary,
.btn-info,
.btn-link,
.btn-link,
.btn-link:hover,
.btn-link:active,
.btn-link:focus {
  background-color: #3498DB
}

.btn.green,
.btn.btn-default {
  background-color: #48A30D
}

.btn.grey {
  background-color: #828a91
}

.btn.red,
.btn-remove-from-cart,
.btn-remove-from-cart:hover,
.btn-remove-from-cart:active,
.btn-remove-from-cart:focus {
  background-color: #d8272b
}

.btn.yellow {
  background-color: #F1C40F
}

.btn.orange,
.btn-warning {
  background-color: #F38630
}

.btn.blue.style {
  background-color: transparent;
  border: 1px solid #3498DB;
  color: #3498DB
}

.btn.blue.style:hover,
.btn.blue.style:active,
.btn.blue.style:focus {
  background-color: #3498DB;
  color: #fff;
  opacity: 1
}

.btn.green.style {
  background-color: transparent;
  border: 1px solid #279AD8;
  color: #279AD8
}

.btn.green.style:hover,
.btn.green.style:active,
.btn.green.style:focus {
  background-color: #279AD8;
  color: #fff;
  opacity: 1
}

.btn.red.style {
  background-color: transparent;
  border: 1px solid #d8272b;
  color: #d8272b
}

.btn.red.style:hover,
.btn.red.style:active,
.btn.red.style:focus {
  background-color: #d8272b;
  color: #fff;
  opacity: 1
}

.btn.yellow.style {
  background-color: transparent;
  border: 1px solid #F1C40F;
  color: #F1C40F
}

.btn.yellow.style:hover,
.btn.yellow.style:active,
.btn.yellow.style:focus {
  background-color: #F1C40F;
  color: #fff;
  opacity: 1
}

.btn.orange.style {
  background-color: transparent;
  border: 1px solid #F38630;
  color: #F38630
}

.btn.orange.style:hover,
.btn.orange.style:active,
.btn.orange.style:focus {
  background-color: #F38630;
  color: #fff;
  opacity: 1
}

.btn.white.style {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff
}

.btn.white.style:hover,
.btn.white.style:active,
.btn.white.style:focus {
  background-color: #fff;
  color: #191919;
  opacity: 1
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover,
.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
  background-color: #279AD8;
  color: #fff;
  border: none
}

.align-center {
  text-align: center
}

div.wpcf7-response-output {
  text-align: center;
  margin: 0;
  border: none;
  font-weight: bold
}

#crypto-table-container {
  min-height: 560px
}

#btn-crypto {
  margin-top: 0
}

#btn-crypto .btn {
  width: 100%
}

#btn-crypto .btn span {
  display: block;
  font-size: 10px;
  font-weight: 800
}

.currency-logo-sprite {
  height: 16px;
  width: 16px;
  display: inline-block;
  margin: 0 10px 0 0;
  position: relative;
  top: 3px
}

.s-s-zcoin,
.s-s-zclassic,
.s-s-zcash,
.s-s-wax,
.s-s-waves,
.s-s-walton,
.s-s-veritaseum,
.s-s-verge,
.s-s-vechain,
.s-s-tron,
.s-s-tether,
.s-s-syscoin,
.s-s-substratum,
.s-s-stratis,
.s-s-steem,
.s-s-status,
.s-s-smartcash,
.s-s-sirin-labs-token,
.s-s-siacoin,
.s-s-salt,
.s-s-ripple,
.s-s-request-network,
.s-s-reddcoin,
.s-s-rchain,
.s-s-raiblocks,
.s-s-quantstamp,
.s-s-qtum,
.s-s-qash,
.s-s-power-ledger,
.s-s-populous,
.s-s-pivx,
.s-s-particl,
.s-s-omisego,
.s-s-nxt,
.s-s-nexus,
.s-s-neo,
.s-s-nem,
.s-s-nebulas-token,
.s-s-neblio,
.s-s-monero,
.s-s-monacoin,
.s-s-medibloc,
.s-s-maker,
.s-s-maidsafecoin,
.s-s-loopring,
.s-s-litecoin,
.s-s-lisk,
.s-s-kyber-network,
.s-s-komodo,
.s-s-kin,
.s-s-iota,
.s-s-iostoken,
.s-s-iconomi,
.s-s-icon,
.s-s-hshare,
.s-s-gxshares,
.s-s-golem-network-tokens,
.s-s-gas,
.s-s-gamecredits,
.s-s-funfair,
.s-s-factom,
.s-s-experience-points,
.s-s-ethos,
.s-s-ethereum,
.s-s-ethereum-classic,
.s-s-eos,
.s-s-enigma-project,
.s-s-electroneum,
.s-s-dragonchain,
.s-s-dogecoin,
.s-s-digixdao,
.s-s-digibyte,
.s-s-dentacoin,
.s-s-dent,
.s-s-decred,
.s-s-dash,
.s-s-cryptonex,
.s-s-cindicator,
.s-s-chainlink,
.s-s-cardano,
.s-s-bytom,
.s-s-bytecoin-bcn,
.s-s-byteball,
.s-s-bitshares,
.s-s-bitcore,
.s-s-bitcoin,
.s-s-bitcoin-gold,
.s-s-bitcoin-cash,
.s-s-binance-coin,
.s-s-basic-attention-token,
.s-s-bancor,
.s-s-augur,
.s-s-ark,
.s-s-ardor,
.s-s-aion,
.s-s-aeternity,
.s-s-aelf,
.s-s-0x,
.s-s-stellar,
.s-s-kucoin-shares {
  background-image: url(//www.okforex.it/wp-content/themes/okforex/images/crypto/logos.png?ver=2);
  background-repeat: no-repeat
}

.s-s-zcoin {
  background-position: 0 0;
  width: 16px;
  height: 14px
}

.s-s-zclassic {
  background-position: 0 -14px;
  width: 16px;
  height: 16px
}

.s-s-zcash {
  background-position: -16px 0;
  width: 16px;
  height: 16px
}

.s-s-wax {
  background-position: -32px 0;
  width: 16px;
  height: 16px
}

.s-s-waves {
  background-position: 0 -30px;
  width: 16px;
  height: 16px
}

.s-s-walton {
  background-position: -16px -30px;
  width: 16px;
  height: 16px
}

.s-s-veritaseum {
  background-position: -32px -30px;
  width: 16px;
  height: 16px
}

.s-s-verge {
  background-position: -48px 0;
  width: 16px;
  height: 16px
}

.s-s-vechain {
  background-position: -48px -16px;
  width: 16px;
  height: 16px
}

.s-s-tron {
  background-position: 0 -46px;
  width: 14px;
  height: 16px
}

.s-s-tether {
  background-position: -14px -46px;
  width: 16px;
  height: 16px
}

.s-s-syscoin {
  background-position: -48px -32px;
  width: 16px;
  height: 14px
}

.s-s-substratum {
  background-position: -30px -46px;
  width: 16px;
  height: 16px
}

.s-s-stratis {
  background-position: -46px -46px;
  width: 16px;
  height: 16px
}

.s-s-steem {
  background-position: -64px 0;
  width: 16px;
  height: 16px
}

.s-s-status {
  background-position: -64px -16px;
  width: 16px;
  height: 16px
}

.s-s-smartcash {
  background-position: -64px -32px;
  width: 16px;
  height: 16px
}

.s-s-sirin-labs-token {
  background-position: 0 -62px;
  width: 16px;
  height: 16px
}

.s-s-siacoin {
  background-position: -16px -62px;
  width: 16px;
  height: 16px
}

.s-s-salt {
  background-position: -32px -62px;
  width: 16px;
  height: 16px
}

.s-s-ripple {
  background-position: -48px -62px;
  width: 16px;
  height: 16px
}

.s-s-request-network {
  background-position: -64px -62px;
  width: 16px;
  height: 16px
}

.s-s-reddcoin {
  background-position: -80px 0;
  width: 16px;
  height: 16px
}

.s-s-rchain {
  background-position: -80px -16px;
  width: 16px;
  height: 16px
}

.s-s-raiblocks {
  background-position: -80px -32px;
  width: 16px;
  height: 16px
}

.s-s-quantstamp {
  background-position: -80px -48px;
  width: 16px;
  height: 16px
}

.s-s-qtum {
  background-position: 0 -78px;
  width: 16px;
  height: 16px
}

.s-s-qash {
  background-position: -16px -78px;
  width: 16px;
  height: 16px
}

.s-s-power-ledger {
  background-position: -32px -78px;
  width: 16px;
  height: 16px
}

.s-s-populous {
  background-position: -48px -78px;
  width: 16px;
  height: 16px
}

.s-s-pivx {
  background-position: -64px -78px;
  width: 16px;
  height: 16px
}

.s-s-particl {
  background-position: -80px -78px;
  width: 16px;
  height: 16px
}

.s-s-omisego {
  background-position: -96px 0;
  width: 16px;
  height: 16px
}

.s-s-nxt {
  background-position: -96px -16px;
  width: 16px;
  height: 16px
}

.s-s-nexus {
  background-position: -96px -32px;
  width: 16px;
  height: 16px
}

.s-s-neo {
  background-position: -96px -48px;
  width: 16px;
  height: 16px
}

.s-s-nem {
  background-position: -96px -64px;
  width: 16px;
  height: 16px
}

.s-s-nebulas-token {
  background-position: 0 -94px;
  width: 16px;
  height: 16px
}

.s-s-neblio {
  background-position: -16px -94px;
  width: 16px;
  height: 16px
}

.s-s-monero {
  background-position: -32px -94px;
  width: 16px;
  height: 16px
}

.s-s-monacoin {
  background-position: -48px -94px;
  width: 16px;
  height: 16px
}

.s-s-medibloc {
  background-position: -64px -94px;
  width: 16px;
  height: 16px
}

.s-s-maker {
  background-position: -80px -94px;
  width: 16px;
  height: 16px
}

.s-s-maidsafecoin {
  background-position: -96px -94px;
  width: 16px;
  height: 16px
}

.s-s-loopring {
  background-position: -112px 0;
  width: 16px;
  height: 16px
}

.s-s-litecoin {
  background-position: -112px -16px;
  width: 16px;
  height: 16px
}

.s-s-lisk {
  background-position: -112px -32px;
  width: 14px;
  height: 16px
}

.s-s-kyber-network {
  background-position: -112px -48px;
  width: 14px;
  height: 16px
}

.s-s-komodo {
  background-position: -112px -64px;
  width: 16px;
  height: 16px
}

.s-s-kin {
  background-position: -112px -80px;
  width: 16px;
  height: 16px
}

.s-s-iota {
  background-position: 0 -110px;
  width: 16px;
  height: 16px
}

.s-s-iostoken {
  background-position: -16px -110px;
  width: 16px;
  height: 16px
}

.s-s-iconomi {
  background-position: -32px -110px;
  width: 16px;
  height: 16px
}

.s-s-icon {
  background-position: -48px -110px;
  width: 16px;
  height: 16px
}

.s-s-hshare {
  background-position: -112px -96px;
  width: 16px;
  height: 14px
}

.s-s-gxshares {
  background-position: -64px -110px;
  width: 16px;
  height: 16px
}

.s-s-golem-network-tokens {
  background-position: -80px -110px;
  width: 12px;
  height: 16px
}

.s-s-gas {
  background-position: -92px -110px;
  width: 16px;
  height: 16px
}

.s-s-gamecredits {
  background-position: -108px -110px;
  width: 16px;
  height: 16px
}

.s-s-funfair {
  background-position: -128px 0;
  width: 16px;
  height: 16px
}

.s-s-factom {
  background-position: -128px -16px;
  width: 16px;
  height: 16px
}

.s-s-experience-points {
  background-position: -128px -32px;
  width: 16px;
  height: 16px
}

.s-s-ethos {
  background-position: -128px -48px;
  width: 16px;
  height: 16px
}

.s-s-ethereum {
  background-position: -128px -64px;
  width: 14px;
  height: 16px
}

.s-s-ethereum-classic {
  background-position: -128px -80px;
  width: 16px;
  height: 16px
}

.s-s-eos {
  background-position: -128px -96px;
  width: 16px;
  height: 16px
}

.s-s-enigma-project {
  background-position: 0 -126px;
  width: 16px;
  height: 16px
}

.s-s-electroneum {
  background-position: -16px -126px;
  width: 16px;
  height: 16px
}

.s-s-dragonchain {
  background-position: -32px -126px;
  width: 14px;
  height: 16px
}

.s-s-dogecoin {
  background-position: -46px -126px;
  width: 16px;
  height: 16px
}

.s-s-digixdao {
  background-position: -62px -126px;
  width: 16px;
  height: 16px
}

.s-s-digibyte {
  background-position: -78px -126px;
  width: 16px;
  height: 16px
}

.s-s-dentacoin {
  background-position: -94px -126px;
  width: 16px;
  height: 16px
}

.s-s-dent {
  background-position: -110px -126px;
  width: 16px;
  height: 16px
}

.s-s-decred {
  background-position: -126px -126px;
  width: 16px;
  height: 16px
}

.s-s-dash {
  background-position: -128px -112px;
  width: 16px;
  height: 14px
}

.s-s-cryptonex {
  background-position: -144px 0;
  width: 16px;
  height: 16px
}

.s-s-cindicator {
  background-position: -144px -16px;
  width: 16px;
  height: 16px
}

.s-s-chainlink {
  background-position: -144px -32px;
  width: 16px;
  height: 16px
}

.s-s-cardano {
  background-position: -144px -48px;
  width: 16px;
  height: 16px
}

.s-s-bytom {
  background-position: -144px -64px;
  width: 16px;
  height: 16px
}

.s-s-bytecoin-bcn {
  background-position: -144px -80px;
  width: 16px;
  height: 16px
}

.s-s-byteball {
  background-position: -144px -96px;
  width: 16px;
  height: 16px
}

.s-s-bitshares {
  background-position: -144px -112px;
  width: 16px;
  height: 16px
}

.s-s-bitcore {
  background-position: 0 -142px;
  width: 16px;
  height: 16px
}

.s-s-bitcoin {
  background-position: -16px -142px;
  width: 16px;
  height: 16px
}

.s-s-bitcoin-gold {
  background-position: -32px -142px;
  width: 16px;
  height: 16px
}

.s-s-bitcoin-cash {
  background-position: -48px -142px;
  width: 16px;
  height: 16px
}

.s-s-binance-coin {
  background-position: -64px -142px;
  width: 16px;
  height: 16px
}

.s-s-basic-attention-token {
  background-position: -80px -142px;
  width: 16px;
  height: 16px
}

.s-s-bancor {
  background-position: -96px -142px;
  width: 16px;
  height: 16px
}

.s-s-augur {
  background-position: -112px -142px;
  width: 16px;
  height: 16px
}

.s-s-ark {
  background-position: -128px -142px;
  width: 16px;
  height: 15px
}

.s-s-ardor {
  background-position: -160px 0;
  width: 16px;
  height: 16px
}

.s-s-aion {
  background-position: -160px -16px;
  width: 16px;
  height: 16px
}

.s-s-aeternity {
  background-position: -160px -32px;
  width: 16px;
  height: 12px
}

.s-s-aelf {
  background-position: -160px -44px;
  width: 16px;
  height: 16px
}

.s-s-0x {
  background-position: -160px -60px;
  width: 16px;
  height: 16px
}

.s-s-stellar {
  background-position: -160px -76px;
  width: 15px;
  height: 15px
}

.s-s-kucoin-shares {
  background-position: -160px -91px;
  width: 14px;
  height: 15px
}

@media screen and (-webkit-min-device-pixel-ratio: 1),
screen and (min--moz-device-pixel-ratio: 1),
screen and (-o-min-device-pixel-ratio: 100 / 100),
screen and (min-device-pixel-ratio: 1),
screen and (min-resolution: 1dppx) {

  .s-s-zcoin,
  .s-s-zclassic,
  .s-s-zcash,
  .s-s-wax,
  .s-s-waves,
  .s-s-walton,
  .s-s-veritaseum,
  .s-s-verge,
  .s-s-vechain,
  .s-s-tron,
  .s-s-tether,
  .s-s-syscoin,
  .s-s-substratum,
  .s-s-stratis,
  .s-s-steem,
  .s-s-status,
  .s-s-smartcash,
  .s-s-sirin-labs-token,
  .s-s-siacoin,
  .s-s-salt,
  .s-s-ripple,
  .s-s-request-network,
  .s-s-reddcoin,
  .s-s-rchain,
  .s-s-raiblocks,
  .s-s-quantstamp,
  .s-s-qtum,
  .s-s-qash,
  .s-s-power-ledger,
  .s-s-populous,
  .s-s-pivx,
  .s-s-particl,
  .s-s-omisego,
  .s-s-nxt,
  .s-s-nexus,
  .s-s-neo,
  .s-s-nem,
  .s-s-nebulas-token,
  .s-s-neblio,
  .s-s-monero,
  .s-s-monacoin,
  .s-s-medibloc,
  .s-s-maker,
  .s-s-maidsafecoin,
  .s-s-loopring,
  .s-s-litecoin,
  .s-s-lisk,
  .s-s-kyber-network,
  .s-s-komodo,
  .s-s-kin,
  .s-s-iota,
  .s-s-iostoken,
  .s-s-iconomi,
  .s-s-icon,
  .s-s-hshare,
  .s-s-gxshares,
  .s-s-golem-network-tokens,
  .s-s-gas,
  .s-s-gamecredits,
  .s-s-funfair,
  .s-s-factom,
  .s-s-experience-points,
  .s-s-ethos,
  .s-s-ethereum,
  .s-s-ethereum-classic,
  .s-s-eos,
  .s-s-enigma-project,
  .s-s-electroneum,
  .s-s-dragonchain,
  .s-s-dogecoin,
  .s-s-digixdao,
  .s-s-digibyte,
  .s-s-dentacoin,
  .s-s-dent,
  .s-s-decred,
  .s-s-dash,
  .s-s-cryptonex,
  .s-s-cindicator,
  .s-s-chainlink,
  .s-s-cardano,
  .s-s-bytom,
  .s-s-bytecoin-bcn,
  .s-s-byteball,
  .s-s-bitshares,
  .s-s-bitcore,
  .s-s-bitcoin,
  .s-s-bitcoin-gold,
  .s-s-bitcoin-cash,
  .s-s-binance-coin,
  .s-s-basic-attention-token,
  .s-s-bancor,
  .s-s-augur,
  .s-s-ark,
  .s-s-ardor,
  .s-s-aion,
  .s-s-aeternity,
  .s-s-aelf,
  .s-s-0x,
  .s-s-stellar,
  .s-s-kucoin-shares {
    background-image: url(//www.okforex.it/wp-content/themes/okforex/images/crypto/logos.png?ver=2);
    -webkit-background-size: 176px 158px;
    -moz-background-size: 176px 158px;
    background-size: 176px 158px
  }
}

.s-s-zencash,
.s-s-xtrabytes,
.s-s-xplay,
.s-s-wabi,
.s-s-vibe,
.s-s-viacoin,
.s-s-vertcoin,
.s-s-utrust,
.s-s-unikoin-gold,
.s-s-ubiq,
.s-s-trinity-network-credit,
.s-s-time-new-bank,
.s-s-tierion,
.s-s-theta-token,
.s-s-tenx,
.s-s-telcoin,
.s-s-supernet-unity,
.s-s-streamr-datacoin,
.s-s-storm,
.s-s-storj,
.s-s-spankchain,
.s-s-sophiatx,
.s-s-sonm,
.s-s-skycoin,
.s-s-singulardtv,
.s-s-simple-token,
.s-s-santiment,
.s-s-rlc,
.s-s-rise,
.s-s-ripio-credit-network,
.s-s-revain,
.s-s-red-pulse,
.s-s-raiden-network-token,
.s-s-quantum-resistant-ledger,
.s-s-qlink,
.s-s-poet,
.s-s-pillar,
.s-s-peercoin,
.s-s-paypie,
.s-s-paccoin,
.s-s-oyster,
.s-s-nuls,
.s-s-nav-coin,
.s-s-naga,
.s-s-monaco,
.s-s-modum,
.s-s-metaverse,
.s-s-metal,
.s-s-melon,
.s-s-medishares,
.s-s-library-credit,
.s-s-iot-chain,
.s-s-ion,
.s-s-internet-node-token,
.s-s-ins-ecosystem,
.s-s-html-coin,
.s-s-high-performance-blockchain,
.s-s-hempcoin,
.s-s-gulden,
.s-s-gnosis-gno,
.s-s-ethlend,
.s-s-etherparty,
.s-s-enjin-coin,
.s-s-emercoin,
.s-s-electra,
.s-s-einsteinium,
.s-s-edgeless,
.s-s-eccoin,
.s-s-dynamic-trading-rights,
.s-s-district0x,
.s-s-digitalnote,
.s-s-dew,
.s-s-deepbrain-chain,
.s-s-decentraland,
.s-s-decent,
.s-s-cybermiles,
.s-s-counterparty,
.s-s-coindash,
.s-s-cobinhood,
.s-s-civic,
.s-s-centra,
.s-s-bridgecoin,
.s-s-bread,
.s-s-blockv,
.s-s-blocknet,
.s-s-bitconnect,
.s-s-bitcoindark,
.s-s-bitbay,
.s-s-bibox-token,
.s-s-attention-token-of-media,
.s-s-asch,
.s-s-aragon,
.s-s-appcoins,
.s-s-amber,
.s-s-airswap,
.s-s-agoras-tokens,
.s-s-adx-net,
.s-s-adtoken,
.s-s-achain,
.s-s-wings {
  background-image: url(//www.okforex.it/wp-content/themes/okforex/images/crypto/logos_1.png?ver=2);
  background-repeat: no-repeat
}

.s-s-zencash {
  background-position: 0 0;
  width: 16px;
  height: 16px
}

.s-s-xtrabytes {
  background-position: -16px 0;
  width: 16px;
  height: 16px
}

.s-s-xplay {
  background-position: 0 -16px;
  width: 16px;
  height: 16px
}

.s-s-wabi {
  background-position: -16px -16px;
  width: 16px;
  height: 16px
}

.s-s-vibe {
  background-position: -32px 0;
  width: 16px;
  height: 16px
}

.s-s-viacoin {
  background-position: -32px -16px;
  width: 16px;
  height: 16px
}

.s-s-vertcoin {
  background-position: 0 -32px;
  width: 16px;
  height: 16px
}

.s-s-utrust {
  background-position: -16px -32px;
  width: 16px;
  height: 16px
}

.s-s-unikoin-gold {
  background-position: -32px -32px;
  width: 16px;
  height: 16px
}

.s-s-ubiq {
  background-position: -48px 0;
  width: 16px;
  height: 16px
}

.s-s-trinity-network-credit {
  background-position: -48px -16px;
  width: 16px;
  height: 16px
}

.s-s-time-new-bank {
  background-position: -48px -32px;
  width: 16px;
  height: 6px
}

.s-s-tierion {
  background-position: 0 -48px;
  width: 16px;
  height: 14px
}

.s-s-theta-token {
  background-position: -64px 0;
  width: 16px;
  height: 16px
}

.s-s-tenx {
  background-position: -64px -16px;
  width: 16px;
  height: 16px
}

.s-s-telcoin {
  background-position: -64px -32px;
  width: 16px;
  height: 16px
}

.s-s-supernet-unity {
  background-position: 0 -62px;
  width: 16px;
  height: 16px
}

.s-s-streamr-datacoin {
  background-position: -16px -62px;
  width: 16px;
  height: 16px
}

.s-s-storm {
  background-position: -32px -62px;
  width: 16px;
  height: 16px
}

.s-s-storj {
  background-position: -48px -62px;
  width: 16px;
  height: 16px
}

.s-s-spankchain {
  background-position: -64px -62px;
  width: 16px;
  height: 16px
}

.s-s-sophiatx {
  background-position: -80px 0;
  width: 16px;
  height: 16px
}

.s-s-sonm {
  background-position: -80px -16px;
  width: 16px;
  height: 16px
}

.s-s-skycoin {
  background-position: -80px -32px;
  width: 16px;
  height: 16px
}

.s-s-singulardtv {
  background-position: -80px -48px;
  width: 16px;
  height: 14px
}

.s-s-simple-token {
  background-position: -80px -62px;
  width: 16px;
  height: 16px
}

.s-s-santiment {
  background-position: 0 -78px;
  width: 16px;
  height: 16px
}

.s-s-rlc {
  background-position: -16px -78px;
  width: 16px;
  height: 16px
}

.s-s-rise {
  background-position: -32px -78px;
  width: 12px;
  height: 16px
}

.s-s-ripio-credit-network {
  background-position: -44px -78px;
  width: 16px;
  height: 16px
}

.s-s-revain {
  background-position: -60px -78px;
  width: 16px;
  height: 16px
}

.s-s-red-pulse {
  background-position: -76px -78px;
  width: 16px;
  height: 16px
}

.s-s-raiden-network-token {
  background-position: -96px 0;
  width: 16px;
  height: 16px
}

.s-s-quantum-resistant-ledger {
  background-position: -96px -16px;
  width: 16px;
  height: 15px
}

.s-s-qlink {
  background-position: -96px -31px;
  width: 16px;
  height: 16px
}

.s-s-poet {
  background-position: -96px -47px;
  width: 16px;
  height: 16px
}

.s-s-pillar {
  background-position: -96px -63px;
  width: 16px;
  height: 16px
}

.s-s-peercoin {
  background-position: 0 -94px;
  width: 16px;
  height: 16px
}

.s-s-paypie {
  background-position: -16px -94px;
  width: 16px;
  height: 16px
}

.s-s-paccoin {
  background-position: -32px -94px;
  width: 16px;
  height: 16px
}

.s-s-oyster {
  background-position: -48px -94px;
  width: 16px;
  height: 16px
}

.s-s-nuls {
  background-position: -64px -94px;
  width: 16px;
  height: 16px
}

.s-s-nav-coin {
  background-position: -96px -79px;
  width: 16px;
  height: 14px
}

.s-s-naga {
  background-position: -80px -94px;
  width: 16px;
  height: 16px
}

.s-s-monaco {
  background-position: -96px -94px;
  width: 16px;
  height: 16px
}

.s-s-modum {
  background-position: -112px 0;
  width: 14px;
  height: 16px
}

.s-s-metaverse {
  background-position: 0 -110px;
  width: 16px;
  height: 16px
}

.s-s-metal {
  background-position: -16px -110px;
  width: 16px;
  height: 16px
}

.s-s-melon {
  background-position: -32px -110px;
  width: 16px;
  height: 16px
}

.s-s-medishares {
  background-position: -48px -110px;
  width: 16px;
  height: 16px
}

.s-s-library-credit {
  background-position: -64px -110px;
  width: 16px;
  height: 16px
}

.s-s-iot-chain {
  background-position: -80px -110px;
  width: 16px;
  height: 16px
}

.s-s-ion {
  background-position: -96px -110px;
  width: 16px;
  height: 16px
}

.s-s-internet-node-token {
  background-position: -112px -16px;
  width: 14px;
  height: 16px
}

.s-s-ins-ecosystem {
  background-position: -126px 0;
  width: 16px;
  height: 16px
}

.s-s-html-coin {
  background-position: -126px -16px;
  width: 16px;
  height: 16px
}

.s-s-high-performance-blockchain {
  background-position: -126px -32px;
  width: 16px;
  height: 16px
}

.s-s-hempcoin {
  background-position: -126px -48px;
  width: 16px;
  height: 16px
}

.s-s-gulden {
  background-position: -126px -64px;
  width: 16px;
  height: 16px
}

.s-s-gnosis-gno {
  background-position: -126px -80px;
  width: 16px;
  height: 12px
}

.s-s-ethlend {
  background-position: -126px -92px;
  width: 16px;
  height: 16px
}

.s-s-etherparty {
  background-position: -126px -108px;
  width: 16px;
  height: 16px
}

.s-s-enjin-coin {
  background-position: 0 -126px;
  width: 16px;
  height: 16px
}

.s-s-emercoin {
  background-position: -16px -126px;
  width: 16px;
  height: 16px
}

.s-s-electra {
  background-position: -32px -126px;
  width: 16px;
  height: 16px
}

.s-s-einsteinium {
  background-position: -48px -126px;
  width: 16px;
  height: 16px
}

.s-s-edgeless {
  background-position: -64px -126px;
  width: 16px;
  height: 16px
}

.s-s-eccoin {
  background-position: -112px -32px;
  width: 10px;
  height: 16px
}

.s-s-dynamic-trading-rights {
  background-position: -80px -126px;
  width: 16px;
  height: 16px
}

.s-s-district0x {
  background-position: -96px -126px;
  width: 16px;
  height: 16px
}

.s-s-digitalnote {
  background-position: -112px -126px;
  width: 16px;
  height: 16px
}

.s-s-dew {
  background-position: -142px 0;
  width: 16px;
  height: 16px
}

.s-s-deepbrain-chain {
  background-position: -142px -16px;
  width: 16px;
  height: 16px
}

.s-s-decentraland {
  background-position: -142px -32px;
  width: 16px;
  height: 16px
}

.s-s-decent {
  background-position: -142px -48px;
  width: 16px;
  height: 14px
}

.s-s-cybermiles {
  background-position: -142px -62px;
  width: 16px;
  height: 16px
}

.s-s-counterparty {
  background-position: -142px -78px;
  width: 16px;
  height: 16px
}

.s-s-coindash {
  background-position: -142px -94px;
  width: 16px;
  height: 16px
}

.s-s-cobinhood {
  background-position: -142px -110px;
  width: 16px;
  height: 16px
}

.s-s-civic {
  background-position: -142px -126px;
  width: 16px;
  height: 16px
}

.s-s-centra {
  background-position: 0 -142px;
  width: 16px;
  height: 16px
}

.s-s-bridgecoin {
  background-position: -16px -142px;
  width: 16px;
  height: 16px
}

.s-s-bread {
  background-position: -32px -142px;
  width: 16px;
  height: 16px
}

.s-s-blockv {
  background-position: -48px -142px;
  width: 16px;
  height: 16px
}

.s-s-blocknet {
  background-position: -64px -142px;
  width: 16px;
  height: 16px
}

.s-s-bitconnect {
  background-position: -80px -142px;
  width: 16px;
  height: 16px
}

.s-s-bitcoindark {
  background-position: -96px -142px;
  width: 16px;
  height: 16px
}

.s-s-bitbay {
  background-position: -112px -142px;
  width: 16px;
  height: 16px
}

.s-s-bibox-token {
  background-position: -128px -142px;
  width: 16px;
  height: 16px
}

.s-s-attention-token-of-media {
  background-position: -112px -48px;
  width: 14px;
  height: 16px
}

.s-s-asch {
  background-position: -158px 0;
  width: 16px;
  height: 16px
}

.s-s-aragon {
  background-position: -158px -16px;
  width: 16px;
  height: 16px
}

.s-s-appcoins {
  background-position: -158px -32px;
  width: 16px;
  height: 16px
}

.s-s-amber {
  background-position: -158px -48px;
  width: 16px;
  height: 14px
}

.s-s-airswap {
  background-position: -158px -62px;
  width: 16px;
  height: 16px
}

.s-s-agoras-tokens {
  background-position: -158px -78px;
  width: 16px;
  height: 16px
}

.s-s-adx-net {
  background-position: -158px -94px;
  width: 10px;
  height: 16px
}

.s-s-adtoken {
  background-position: -158px -110px;
  width: 14px;
  height: 16px
}

.s-s-achain {
  background-position: -158px -126px;
  width: 16px;
  height: 16px
}

.s-s-wings {
  background-position: -158px -142px;
  width: 14px;
  height: 14px
}

@media screen and (-webkit-min-device-pixel-ratio: 1),
screen and (min--moz-device-pixel-ratio: 1),
screen and (-o-min-device-pixel-ratio: 100 / 100),
screen and (min-device-pixel-ratio: 1),
screen and (min-resolution: 1dppx) {

  .s-s-zencash,
  .s-s-xtrabytes,
  .s-s-xplay,
  .s-s-wabi,
  .s-s-vibe,
  .s-s-viacoin,
  .s-s-vertcoin,
  .s-s-utrust,
  .s-s-unikoin-gold,
  .s-s-ubiq,
  .s-s-trinity-network-credit,
  .s-s-time-new-bank,
  .s-s-tierion,
  .s-s-theta-token,
  .s-s-tenx,
  .s-s-telcoin,
  .s-s-supernet-unity,
  .s-s-streamr-datacoin,
  .s-s-storm,
  .s-s-storj,
  .s-s-spankchain,
  .s-s-sophiatx,
  .s-s-sonm,
  .s-s-skycoin,
  .s-s-singulardtv,
  .s-s-simple-token,
  .s-s-santiment,
  .s-s-rlc,
  .s-s-rise,
  .s-s-ripio-credit-network,
  .s-s-revain,
  .s-s-red-pulse,
  .s-s-raiden-network-token,
  .s-s-quantum-resistant-ledger,
  .s-s-qlink,
  .s-s-poet,
  .s-s-pillar,
  .s-s-peercoin,
  .s-s-paypie,
  .s-s-paccoin,
  .s-s-oyster,
  .s-s-nuls,
  .s-s-nav-coin,
  .s-s-naga,
  .s-s-monaco,
  .s-s-modum,
  .s-s-metaverse,
  .s-s-metal,
  .s-s-melon,
  .s-s-medishares,
  .s-s-library-credit,
  .s-s-iot-chain,
  .s-s-ion,
  .s-s-internet-node-token,
  .s-s-ins-ecosystem,
  .s-s-html-coin,
  .s-s-high-performance-blockchain,
  .s-s-hempcoin,
  .s-s-gulden,
  .s-s-gnosis-gno,
  .s-s-ethlend,
  .s-s-etherparty,
  .s-s-enjin-coin,
  .s-s-emercoin,
  .s-s-electra,
  .s-s-einsteinium,
  .s-s-edgeless,
  .s-s-eccoin,
  .s-s-dynamic-trading-rights,
  .s-s-district0x,
  .s-s-digitalnote,
  .s-s-dew,
  .s-s-deepbrain-chain,
  .s-s-decentraland,
  .s-s-decent,
  .s-s-cybermiles,
  .s-s-counterparty,
  .s-s-coindash,
  .s-s-cobinhood,
  .s-s-civic,
  .s-s-centra,
  .s-s-bridgecoin,
  .s-s-bread,
  .s-s-blockv,
  .s-s-blocknet,
  .s-s-bitconnect,
  .s-s-bitcoindark,
  .s-s-bitbay,
  .s-s-bibox-token,
  .s-s-attention-token-of-media,
  .s-s-asch,
  .s-s-aragon,
  .s-s-appcoins,
  .s-s-amber,
  .s-s-airswap,
  .s-s-agoras-tokens,
  .s-s-adx-net,
  .s-s-adtoken,
  .s-s-achain,
  .s-s-wings {
    background-image: url(//www.okforex.it/wp-content/themes/okforex/images/crypto/logos_1.png?ver=2);
    -webkit-background-size: 174px 158px;
    -moz-background-size: 174px 158px;
    background-size: 174px 158px
  }
}

#pagination a {
  color: #ddd;
  background: #333;
  line-height: 30px;
  display: inline-block;
  width: 30px;
  text-align: center;
  border-radius: 3px;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  margin: 0 2px;
  font-size: 12px
}

#pagination {
  padding-top: 20px
}

#pagination a:first-child {
  margin-left: 0
}

#pagination .current {
  color: #fff;
  background: #279AD8;
  line-height: 30px;
  display: inline-block;
  width: 30px;
  text-align: center;
  border-radius: 3px;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  margin: 0 2px;
  font-size: 12px;
  color: #fff
}

#pagination a:hover {
  background: #279AD8;
  color: #fff
}

#pagination .wp-pagenavi a.next,
#pagination .wp-pagenavi a.prev {
  width: auto;
  padding: 0 10px
}

.no-margin {
  margin-bottom: 0
}

[class^="margin-"] {
  min-height: 1px
}

.margin-5 {
  margin-bottom: 5px
}

.margin-10 {
  margin-bottom: 10px
}

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

.margin-23 {
  margin-bottom: 23px
}

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

.margin-40 {
  margin-bottom: 40px
}

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

.margin-60 {
  margin-bottom: 60px
}

.margin-70 {
  margin-bottom: 70px
}

.margin-80 {
  margin-bottom: 80px
}

.margin-90 {
  margin-bottom: 90px
}

.margin-100 {
  margin-bottom: 100px
}

.margin-120 {
  margin-bottom: 120px
}

.max-40 {
  margin: 0 auto;
  max-width: 400px
}

.max-450 {
  margin: 0 auto;
  max-width: 450px
}

.max-500 {
  margin: 0 auto;
  max-width: 500px
}

.max-550 {
  margin: 0 auto;
  max-width: 550px
}

.max-600 {
  margin: 0 auto;
  max-width: 600px
}

.max-650 {
  margin: 0 auto;
  max-width: 650px
}

.max-700 {
  margin: 0 auto;
  max-width: 700px
}

.max-750 {
  margin: 0 auto;
  max-width: 750px
}

.max-800 {
  margin: 0 auto;
  max-width: 800px
}

.max-850 {
  margin: 0 auto;
  max-width: 850px
}

.max-900 {
  margin: 0 auto;
  max-width: 900px
}

.min-40 {
  min-width: 40px
}

.min-45 {
  min-width: 45px
}

.min-50 {
  min-width: 50px
}

.min-55 {
  min-width: 55px
}

.min-60 {
  min-width: 60px
}

.min-65 {
  min-width: 65px
}

.min-70 {
  min-width: 70px
}

.min-75 {
  min-width: 75px
}

.min-80 {
  min-width: 80px
}

.max-400 {
  max-width: 400px;
  margin: 0 auto
}

.video-container {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px
}

.video-container.no-margin {
  margin-bottom: 0
}

.video-wrapper {
  position: relative;
  padding-top: 56.239316239316%;
  height: 0;
  overflow: hidden
}

.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.block {
  display: block
}

.inline-block {
  display: inline-block
}

.none {
  display: none
}

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {
  .logo-standard {
    display: none
  }

  .logo-retina {
    display: inline-block
  }
}

@font-face {
  font-family: 'icon';
  src: url(https://www.okforex.it/wp-content/themes/okforex/css/fonts/fontawesome-webfont.eot?v=4.4.0);
  src: url(https://www.okforex.it/wp-content/themes/okforex/css/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0) format("embedded-opentype"), url(https://www.okforex.it/wp-content/themes/okforex/css/fonts/fontawesome-webfont.woff2?v=4.4.0) format("woff2"), url(https://www.okforex.it/wp-content/themes/okforex/css/fonts/fontawesome-webfont.woff?v=4.4.0) format("woff"), url(https://www.okforex.it/wp-content/themes/okforex/css/fonts/fontawesome-webfont.ttf?v=4.4.0) format("truetype"), url(https://www.okforex.it/wp-content/themes/okforex/css/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal
}

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

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

.icon {
  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
}

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

.icon-2x {
  font-size: 2em
}

.icon-3x {
  font-size: 3em
}

.icon-4x {
  font-size: 4em
}

.icon-5x {
  font-size: 5em
}

.icon-fw {
  width: 1.28571429em;
  text-align: center
}

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

.icon-ul>li {
  position: relative
}

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

.icon-li.icon-lg {
  left: -1.85714286em
}

.icon-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em
}

.icon-pull-left {
  float: left
}

.icon-pull-right {
  float: right
}

.icon.icon-pull-left {
  margin-right: .3em
}

.icon.icon-pull-right {
  margin-left: .3em
}

.pull-right {
  float: right
}

.pull-left {
  float: left
}

.icon.pull-left {
  margin-right: .3em
}

.icon.pull-right {
  margin-left: .3em
}

.icon-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear
}

.icon-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8)
}

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

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

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

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

.icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.icon-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.icon-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg)
}

.icon-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1)
}

.icon-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1)
}

:root .icon-rotate-90,
:root .icon-rotate-180,
:root .icon-rotate-270,
:root .icon-flip-horizontal,
:root .icon-flip-vertical {
  filter: none
}

.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle
}

.icon-stack-1x,
.icon-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center
}

.icon-stack-1x {
  line-height: inherit
}

.icon-stack-2x {
  font-size: 2em
}

.icon-inverse {
  color: #ffffff
}

.icon-glass:before {
  content: "\f000"
}

.icon-music:before {
  content: "\f001"
}

.icon-search:before {
  content: "\f002"
}

.icon-envelope-o:before {
  content: "\f003"
}

.icon-heart:before {
  content: "\f004"
}

.icon-star:before {
  content: "\f005"
}

.icon-star-o:before {
  content: "\f006"
}

.icon-user:before {
  content: "\f007"
}

.icon-film:before {
  content: "\f008"
}

.icon-th-large:before {
  content: "\f009"
}

.icon-th:before {
  content: "\f00a"
}

.icon-th-list:before {
  content: "\f00b"
}

.icon-check:before {
  content: "\f00c"
}

.icon-remove:before,
.icon-close:before,
.icon-times:before {
  content: "\f00d"
}

.icon-search-plus:before {
  content: "\f00e"
}

.icon-search-minus:before {
  content: "\f010"
}

.icon-power-off:before {
  content: "\f011"
}

.icon-signal:before {
  content: "\f012"
}

.icon-gear:before,
.icon-cog:before {
  content: "\f013"
}

.icon-trash-o:before {
  content: "\f014"
}

.icon-home:before {
  content: "\f015"
}

.icon-file-o:before {
  content: "\f016"
}

.icon-clock-o:before {
  content: "\f017"
}

.icon-road:before {
  content: "\f018"
}

.icon-download:before {
  content: "\f019"
}

.icon-arrow-circle-o-down:before {
  content: "\f01a"
}

.icon-arrow-circle-o-up:before {
  content: "\f01b"
}

.icon-inbox:before {
  content: "\f01c"
}

.icon-play-circle-o:before {
  content: "\f01d"
}

.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e"
}

.icon-refresh:before {
  content: "\f021"
}

.icon-list-alt:before {
  content: "\f022"
}

.icon-lock:before {
  content: "\f023"
}

.icon-flag:before {
  content: "\f024"
}

.icon-headphones:before {
  content: "\f025"
}

.icon-volume-off:before {
  content: "\f026"
}

.icon-volume-down:before {
  content: "\f027"
}

.icon-volume-up:before {
  content: "\f028"
}

.icon-qrcode:before {
  content: "\f029"
}

.icon-barcode:before {
  content: "\f02a"
}

.icon-tag:before {
  content: "\f02b"
}

.icon-tags:before {
  content: "\f02c"
}

.icon-book:before {
  content: "\f02d"
}

.icon-bookmark:before {
  content: "\f02e"
}

.icon-print:before {
  content: "\f02f"
}

.icon-camera:before {
  content: "\f030"
}

.icon-font:before {
  content: "\f031"
}

.icon-bold:before {
  content: "\f032"
}

.icon-italic:before {
  content: "\f033"
}

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

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

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

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

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

.icon-align-justify:before {
  content: "\f039"
}

.icon-list:before {
  content: "\f03a"
}

.icon-dedent:before,
.icon-outdent:before {
  content: "\f03b"
}

.icon-indent:before {
  content: "\f03c"
}

.icon-video-camera:before {
  content: "\f03d"
}

.icon-photo:before,
.icon-image:before,
.icon-picture-o:before {
  content: "\f03e"
}

.icon-pencil:before {
  content: "\f040"
}

.icon-map-marker:before {
  content: "\f041"
}

.icon-adjust:before {
  content: "\f042"
}

.icon-tint:before {
  content: "\f043"
}

.icon-edit:before,
.icon-pencil-square-o:before {
  content: "\f044"
}

.icon-share-square-o:before {
  content: "\f045"
}

.icon-check-square-o:before {
  content: "\f046"
}

.icon-arrows:before {
  content: "\f047"
}

.icon-step-backward:before {
  content: "\f048"
}

.icon-fast-backward:before {
  content: "\f049"
}

.icon-backward:before {
  content: "\f04a"
}

.icon-play:before {
  content: "\f04b"
}

.icon-pause:before {
  content: "\f04c"
}

.icon-stop:before {
  content: "\f04d"
}

.icon-forward:before {
  content: "\f04e"
}

.icon-fast-forward:before {
  content: "\f050"
}

.icon-step-forward:before {
  content: "\f051"
}

.icon-eject:before {
  content: "\f052"
}

.icon-chevron-left:before {
  content: "\f053"
}

.icon-chevron-right:before {
  content: "\f054"
}

.icon-plus-circle:before {
  content: "\f055"
}

.icon-minus-circle:before {
  content: "\f056"
}

.icon-times-circle:before {
  content: "\f057"
}

.icon-check-circle:before {
  content: "\f058"
}

.icon-question-circle:before {
  content: "\f059"
}

.icon-info-circle:before {
  content: "\f05a"
}

.icon-crosshairs:before {
  content: "\f05b"
}

.icon-times-circle-o:before {
  content: "\f05c"
}

.icon-check-circle-o:before {
  content: "\f05d"
}

.icon-ban:before {
  content: "\f05e"
}

.icon-arrow-left:before {
  content: "\f060"
}

.icon-arrow-right:before {
  content: "\f061"
}

.icon-arrow-up:before {
  content: "\f062"
}

.icon-arrow-down:before {
  content: "\f063"
}

.icon-mail-forward:before,
.icon-share:before {
  content: "\f064"
}

.icon-expand:before {
  content: "\f065"
}

.icon-compress:before {
  content: "\f066"
}

.icon-plus:before {
  content: "\f067"
}

.icon-minus:before {
  content: "\f068"
}

.icon-asterisk:before {
  content: "\f069"
}

.icon-exclamation-circle:before {
  content: "\f06a"
}

.icon-gift:before {
  content: "\f06b"
}

.icon-leaf:before {
  content: "\f06c"
}

.icon-fire:before {
  content: "\f06d"
}

.icon-eye:before {
  content: "\f06e"
}

.icon-eye-slash:before {
  content: "\f070"
}

.icon-warning:before,
.icon-exclamation-triangle:before {
  content: "\f071"
}

.icon-plane:before {
  content: "\f072"
}

.icon-calendar:before {
  content: "\f073"
}

.icon-random:before {
  content: "\f074"
}

.icon-comment:before {
  content: "\f075"
}

.icon-magnet:before {
  content: "\f076"
}

.icon-chevron-up:before {
  content: "\f077"
}

.icon-chevron-down:before {
  content: "\f078"
}

.icon-retweet:before {
  content: "\f079"
}

.icon-shopping-cart:before {
  content: "\f07a"
}

.icon-folder:before {
  content: "\f07b"
}

.icon-folder-open:before {
  content: "\f07c"
}

.icon-arrows-v:before {
  content: "\f07d"
}

.icon-arrows-h:before {
  content: "\f07e"
}

.icon-bar-chart-o:before,
.icon-bar-chart:before {
  content: "\f080"
}

.icon-twitter-square:before {
  content: "\f081"
}

.icon-facebook-square:before {
  content: "\f082"
}

.icon-camera-retro:before {
  content: "\f083"
}

.icon-key:before {
  content: "\f084"
}

.icon-gears:before,
.icon-cogs:before {
  content: "\f085"
}

.icon-comments:before {
  content: "\f086"
}

.icon-thumbs-o-up:before {
  content: "\f087"
}

.icon-thumbs-o-down:before {
  content: "\f088"
}

.icon-star-half:before {
  content: "\f089"
}

.icon-heart-o:before {
  content: "\f08a"
}

.icon-sign-out:before {
  content: "\f08b"
}

.icon-linkedin-square:before {
  content: "\f08c"
}

.icon-thumb-tack:before {
  content: "\f08d"
}

.icon-external-link:before {
  content: "\f08e"
}

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

.icon-trophy:before {
  content: "\f091"
}

.icon-github-square:before {
  content: "\f092"
}

.icon-upload:before {
  content: "\f093"
}

.icon-lemon-o:before {
  content: "\f094"
}

.icon-phone:before {
  content: "\f095"
}

.icon-square-o:before {
  content: "\f096"
}

.icon-bookmark-o:before {
  content: "\f097"
}

.icon-phone-square:before {
  content: "\f098"
}

.icon-twitter:before {
  content: "\f099"
}

.icon-facebook-f:before,
.icon-facebook:before {
  content: "\f09a"
}

.icon-github:before {
  content: "\f09b"
}

.icon-unlock:before {
  content: "\f09c"
}

.icon-credit-card:before {
  content: "\f09d"
}

.icon-feed:before,
.icon-rss:before {
  content: "\f09e"
}

.icon-hdd-o:before {
  content: "\f0a0"
}

.icon-bullhorn:before {
  content: "\f0a1"
}

.icon-bell:before {
  content: "\f0f3"
}

.icon-certificate:before {
  content: "\f0a3"
}

.icon-hand-o-right:before {
  content: "\f0a4"
}

.icon-hand-o-left:before {
  content: "\f0a5"
}

.icon-hand-o-up:before {
  content: "\f0a6"
}

.icon-hand-o-down:before {
  content: "\f0a7"
}

.icon-arrow-circle-left:before {
  content: "\f0a8"
}

.icon-arrow-circle-right:before {
  content: "\f0a9"
}

.icon-arrow-circle-up:before {
  content: "\f0aa"
}

.icon-arrow-circle-down:before {
  content: "\f0ab"
}

.icon-globe:before {
  content: "\f0ac"
}

.icon-wrench:before {
  content: "\f0ad"
}

.icon-tasks:before {
  content: "\f0ae"
}

.icon-filter:before {
  content: "\f0b0"
}

.icon-briefcase:before {
  content: "\f0b1"
}

.icon-arrows-alt:before {
  content: "\f0b2"
}

.icon-group:before,
.icon-users:before {
  content: "\f0c0"
}

.icon-chain:before,
.icon-link:before {
  content: "\f0c1"
}

.icon-cloud:before {
  content: "\f0c2"
}

.icon-flask:before {
  content: "\f0c3"
}

.icon-cut:before,
.icon-scissors:before {
  content: "\f0c4"
}

.icon-copy:before,
.icon-files-o:before {
  content: "\f0c5"
}

.icon-paperclip:before {
  content: "\f0c6"
}

.icon-save:before,
.icon-floppy-o:before {
  content: "\f0c7"
}

.icon-square:before {
  content: "\f0c8"
}

.icon-navicon:before,
.icon-reorder:before,
.icon-bars:before {
  content: "\f0c9"
}

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

.icon-list-ol:before {
  content: "\f0cb"
}

.icon-strikethrough:before {
  content: "\f0cc"
}

.icon-underline:before {
  content: "\f0cd"
}

.icon-table:before {
  content: "\f0ce"
}

.icon-magic:before {
  content: "\f0d0"
}

.icon-truck:before {
  content: "\f0d1"
}

.icon-pinterest:before {
  content: "\f0d2"
}

.icon-pinterest-square:before {
  content: "\f0d3"
}

.icon-google-plus-square:before {
  content: "\f0d4"
}

.icon-google-plus:before {
  content: "\f0d5"
}

.icon-money:before {
  content: "\f0d6"
}

.icon-caret-down:before {
  content: "\f0d7"
}

.icon-caret-up:before {
  content: "\f0d8"
}

.icon-caret-left:before {
  content: "\f0d9"
}

.icon-caret-right:before {
  content: "\f0da"
}

.icon-columns:before {
  content: "\f0db"
}

.icon-unsorted:before,
.icon-sort:before {
  content: "\f0dc"
}

.icon-sort-down:before,
.icon-sort-desc:before {
  content: "\f0dd"
}

.icon-sort-up:before,
.icon-sort-asc:before {
  content: "\f0de"
}

.icon-envelope:before {
  content: "\f0e0"
}

.icon-linkedin:before {
  content: "\f0e1"
}

.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2"
}

.icon-legal:before,
.icon-gavel:before {
  content: "\f0e3"
}

.icon-dashboard:before,
.icon-tachometer:before {
  content: "\f0e4"
}

.icon-comment-o:before {
  content: "\f0e5"
}

.icon-comments-o:before {
  content: "\f0e6"
}

.icon-flash:before,
.icon-bolt:before {
  content: "\f0e7"
}

.icon-sitemap:before {
  content: "\f0e8"
}

.icon-umbrella:before {
  content: "\f0e9"
}

.icon-paste:before,
.icon-clipboard:before {
  content: "\f0ea"
}

.icon-lightbulb-o:before {
  content: "\f0eb"
}

.icon-exchange:before {
  content: "\f0ec"
}

.icon-cloud-download:before {
  content: "\f0ed"
}

.icon-cloud-upload:before {
  content: "\f0ee"
}

.icon-user-md:before {
  content: "\f0f0"
}

.icon-stethoscope:before {
  content: "\f0f1"
}

.icon-suitcase:before {
  content: "\f0f2"
}

.icon-bell-o:before {
  content: "\f0a2"
}

.icon-coffee:before {
  content: "\f0f4"
}

.icon-cutlery:before {
  content: "\f0f5"
}

.icon-file-text-o:before {
  content: "\f0f6"
}

.icon-building-o:before {
  content: "\f0f7"
}

.icon-hospital-o:before {
  content: "\f0f8"
}

.icon-ambulance:before {
  content: "\f0f9"
}

.icon-medkit:before {
  content: "\f0fa"
}

.icon-fighter-jet:before {
  content: "\f0fb"
}

.icon-beer:before {
  content: "\f0fc"
}

.icon-h-square:before {
  content: "\f0fd"
}

.icon-plus-square:before {
  content: "\f0fe"
}

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

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

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



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

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

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

.icon-angle-down:before {
  content: "\f107"
}

.icon-desktop:before {
  content: "\f108"
}

.icon-laptop:before {
  content: "\f109"
}

.icon-tablet:before {
  content: "\f10a"
}

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

.icon-circle-o:before {
  content: "\f10c"
}

.icon-quote-left:before {
  content: "\f10d"
}

.icon-quote-right:before {
  content: "\f10e"
}

.icon-spinner:before {
  content: "\f110"
}

.icon-circle:before {
  content: "\f111"
}

.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112"
}

.icon-github-alt:before {
  content: "\f113"
}

.icon-folder-o:before {
  content: "\f114"
}

.icon-folder-open-o:before {
  content: "\f115"
}

.icon-smile-o:before {
  content: "\f118"
}

.icon-frown-o:before {
  content: "\f119"
}

.icon-meh-o:before {
  content: "\f11a"
}

.icon-gamepad:before {
  content: "\f11b"
}

.icon-keyboard-o:before {
  content: "\f11c"
}

.icon-flag-o:before {
  content: "\f11d"
}

.icon-flag-checkered:before {
  content: "\f11e"
}

.icon-terminal:before {
  content: "\f120"
}

.icon-code:before {
  content: "\f121"
}

.icon-mail-reply-all:before,
.icon-reply-all:before {
  content: "\f122"
}

.icon-star-half-empty:before,
.icon-star-half-full:before,
.icon-star-half-o:before {
  content: "\f123"
}

.icon-location-arrow:before {
  content: "\f124"
}

.icon-crop:before {
  content: "\f125"
}

.icon-code-fork:before {
  content: "\f126"
}

.icon-unlink:before,
.icon-chain-broken:before {
  content: "\f127"
}

.icon-question:before {
  content: "\f128"
}

.icon-info:before {
  content: "\f129"
}

.icon-exclamation:before {
  content: "\f12a"
}

.icon-superscript:before {
  content: "\f12b"
}

.icon-subscript:before {
  content: "\f12c"
}

.icon-eraser:before {
  content: "\f12d"
}

.icon-puzzle-piece:before {
  content: "\f12e"
}

.icon-microphone:before {
  content: "\f130"
}

.icon-microphone-slash:before {
  content: "\f131"
}

.icon-shield:before {
  content: "\f132"
}

.icon-calendar-o:before {
  content: "\f133"
}

.icon-fire-extinguisher:before {
  content: "\f134"
}

.icon-rocket:before {
  content: "\f135"
}

.icon-maxcdn:before {
  content: "\f136"
}

.icon-chevron-circle-left:before {
  content: "\f137"
}

.icon-chevron-circle-right:before {
  content: "\f138"
}

.icon-chevron-circle-up:before {
  content: "\f139"
}

.icon-chevron-circle-down:before {
  content: "\f13a"
}

.icon-html5:before {
  content: "\f13b"
}

.icon-css3:before {
  content: "\f13c"
}

.icon-anchor:before {
  content: "\f13d"
}

.icon-unlock-alt:before {
  content: "\f13e"
}

.icon-bullseye:before {
  content: "\f140"
}

.icon-ellipsis-h:before {
  content: "\f141"
}

.icon-ellipsis-v:before {
  content: "\f142"
}

.icon-rss-square:before {
  content: "\f143"
}

.icon-play-circle:before {
  content: "\f144"
}

.icon-ticket:before {
  content: "\f145"
}

.icon-minus-square:before {
  content: "\f146"
}

.icon-minus-square-o:before {
  content: "\f147"
}

.icon-level-up:before {
  content: "\f148"
}

.icon-level-down:before {
  content: "\f149"
}

.icon-check-square:before {
  content: "\f14a"
}

.icon-pencil-square:before {
  content: "\f14b"
}

.icon-external-link-square:before {
  content: "\f14c"
}

.icon-share-square:before {
  content: "\f14d"
}

.icon-compass:before {
  content: "\f14e"
}

.icon-toggle-down:before,
.icon-caret-square-o-down:before {
  content: "\f150"
}

.icon-toggle-up:before,
.icon-caret-square-o-up:before {
  content: "\f151"
}

.icon-toggle-right:before,
.icon-caret-square-o-right:before {
  content: "\f152"
}

.icon-euro:before,
.icon-eur:before {
  content: "\f153"
}

.icon-gbp:before {
  content: "\f154"
}

.icon-dollar:before,
.icon-usd:before {
  content: "\f155"
}

.icon-rupee:before,
.icon-inr:before {
  content: "\f156"
}

.icon-cny:before,
.icon-rmb:before,
.icon-yen:before,
.icon-jpy:before {
  content: "\f157"
}

.icon-ruble:before,
.icon-rouble:before,
.icon-rub:before {
  content: "\f158"
}

.icon-won:before,
.icon-krw:before {
  content: "\f159"
}

.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a"
}

.icon-file:before {
  content: "\f15b"
}

.icon-file-text:before {
  content: "\f15c"
}

.icon-sort-alpha-asc:before {
  content: "\f15d"
}

.icon-sort-alpha-desc:before {
  content: "\f15e"
}

.icon-sort-amount-asc:before {
  content: "\f160"
}

.icon-sort-amount-desc:before {
  content: "\f161"
}

.icon-sort-numeric-asc:before {
  content: "\f162"
}

.icon-sort-numeric-desc:before {
  content: "\f163"
}

.icon-thumbs-up:before {
  content: "\f164"
}

.icon-thumbs-down:before {
  content: "\f165"
}

.icon-youtube-square:before {
  content: "\f166"
}

.icon-youtube:before {
  content: "\f167"
}

.icon-xing:before {
  content: "\f168"
}

.icon-xing-square:before {
  content: "\f169"
}

.icon-youtube-play:before {
  content: "\f16a"
}

.icon-dropbox:before {
  content: "\f16b"
}

.icon-stack-overflow:before {
  content: "\f16c"
}

.icon-instagram:before {
  content: "\f16d"
}

.icon-flickr:before {
  content: "\f16e"
}

.icon-adn:before {
  content: "\f170"
}

.icon-bitbucket:before {
  content: "\f171"
}

.icon-bitbucket-square:before {
  content: "\f172"
}

.icon-tumblr:before {
  content: "\f173"
}

.icon-tumblr-square:before {
  content: "\f174"
}

.icon-long-arrow-down:before {
  content: "\f175"
}

.icon-long-arrow-up:before {
  content: "\f176"
}

.icon-long-arrow-left:before {
  content: "\f177"
}

.icon-long-arrow-right:before {
  content: "\f178"
}

.icon-apple:before {
  content: "\f179"
}

.icon-windows:before {
  content: "\f17a"
}

.icon-android:before {
  content: "\f17b"
}

.icon-linux:before {
  content: "\f17c"
}

.icon-dribbble:before {
  content: "\f17d"
}

.icon-skype:before {
  content: "\f17e"
}

.icon-foursquare:before {
  content: "\f180"
}

.icon-trello:before {
  content: "\f181"
}

.icon-female:before {
  content: "\f182"
}

.icon-male:before {
  content: "\f183"
}

.icon-gittip:before,
.icon-gratipay:before {
  content: "\f184"
}

.icon-sun-o:before {
  content: "\f185"
}

.icon-moon-o:before {
  content: "\f186"
}

.icon-archive:before {
  content: "\f187"
}

.icon-bug:before {
  content: "\f188"
}

.icon-vk:before {
  content: "\f189"
}

.icon-weibo:before {
  content: "\f18a"
}

.icon-renren:before {
  content: "\f18b"
}

.icon-pagelines:before {
  content: "\f18c"
}

.icon-stack-exchange:before {
  content: "\f18d"
}

.icon-arrow-circle-o-right:before {
  content: "\f18e"
}

.icon-arrow-circle-o-left:before {
  content: "\f190"
}

.icon-toggle-left:before,
.icon-caret-square-o-left:before {
  content: "\f191"
}

.icon-dot-circle-o:before {
  content: "\f192"
}

.icon-wheelchair:before {
  content: "\f193"
}

.icon-vimeo-square:before {
  content: "\f194"
}

.icon-turkish-lira:before,
.icon-try:before {
  content: "\f195"
}

.icon-plus-square-o:before {
  content: "\f196"
}

.icon-space-shuttle:before {
  content: "\f197"
}

.icon-slack:before {
  content: "\f198"
}

.icon-envelope-square:before {
  content: "\f199"
}

.icon-wordpress:before {
  content: "\f19a"
}

.icon-openid:before {
  content: "\f19b"
}

.icon-institution:before,
.icon-bank:before,
.icon-university:before {
  content: "\f19c"
}

.icon-mortar-board:before,
.icon-graduation-cap:before {
  content: "\f19d"
}

.icon-yahoo:before {
  content: "\f19e"
}

.icon-google:before {
  content: "\f1a0"
}

.icon-reddit:before {
  content: "\f1a1"
}

.icon-reddit-square:before {
  content: "\f1a2"
}

.icon-stumbleupon-circle:before {
  content: "\f1a3"
}

.icon-stumbleupon:before {
  content: "\f1a4"
}

.icon-delicious:before {
  content: "\f1a5"
}

.icon-digg:before {
  content: "\f1a6"
}

.icon-pied-piper:before {
  content: "\f1a7"
}

.icon-pied-piper-alt:before {
  content: "\f1a8"
}

.icon-drupal:before {
  content: "\f1a9"
}

.icon-joomla:before {
  content: "\f1aa"
}

.icon-language:before {
  content: "\f1ab"
}

.icon-fax:before {
  content: "\f1ac"
}

.icon-building:before {
  content: "\f1ad"
}

.icon-child:before {
  content: "\f1ae"
}

.icon-paw:before {
  content: "\f1b0"
}

.icon-spoon:before {
  content: "\f1b1"
}

.icon-cube:before {
  content: "\f1b2"
}

.icon-cubes:before {
  content: "\f1b3"
}

.icon-behance:before {
  content: "\f1b4"
}

.icon-behance-square:before {
  content: "\f1b5"
}

.icon-steam:before {
  content: "\f1b6"
}

.icon-steam-square:before {
  content: "\f1b7"
}

.icon-recycle:before {
  content: "\f1b8"
}

.icon-automobile:before,
.icon-car:before {
  content: "\f1b9"
}

.icon-cab:before,
.icon-taxi:before {
  content: "\f1ba"
}

.icon-tree:before {
  content: "\f1bb"
}

.icon-spotify:before {
  content: "\f1bc"
}

.icon-deviantart:before {
  content: "\f1bd"
}

.icon-soundcloud:before {
  content: "\f1be"
}

.icon-database:before {
  content: "\f1c0"
}

.icon-file-pdf-o:before {
  content: "\f1c1"
}

.icon-file-word-o:before {
  content: "\f1c2"
}

.icon-file-excel-o:before {
  content: "\f1c3"
}

.icon-file-powerpoint-o:before {
  content: "\f1c4"
}

.icon-file-photo-o:before,
.icon-file-picture-o:before,
.icon-file-image-o:before {
  content: "\f1c5"
}

.icon-file-zip-o:before,
.icon-file-archive-o:before {
  content: "\f1c6"
}

.icon-file-sound-o:before,
.icon-file-audio-o:before {
  content: "\f1c7"
}

.icon-file-movie-o:before,
.icon-file-video-o:before {
  content: "\f1c8"
}

.icon-file-code-o:before {
  content: "\f1c9"
}

.icon-vine:before {
  content: "\f1ca"
}

.icon-codepen:before {
  content: "\f1cb"
}

.icon-jsfiddle:before {
  content: "\f1cc"
}

.icon-life-bouy:before,
.icon-life-buoy:before,
.icon-life-saver:before,
.icon-support:before,
.icon-life-ring:before {
  content: "\f1cd"
}

.icon-circle-o-notch:before {
  content: "\f1ce"
}

.icon-ra:before,
.icon-rebel:before {
  content: "\f1d0"
}

.icon-ge:before,
.icon-empire:before {
  content: "\f1d1"
}

.icon-git-square:before {
  content: "\f1d2"
}

.icon-git:before {
  content: "\f1d3"
}

.icon-y-combinator-square:before,
.icon-yc-square:before,
.icon-hacker-news:before {
  content: "\f1d4"
}

.icon-tencent-weibo:before {
  content: "\f1d5"
}

.icon-qq:before {
  content: "\f1d6"
}

.icon-wechat:before,
.icon-weixin:before {
  content: "\f1d7"
}

.icon-send:before,
.icon-paper-plane:before {
  content: "\f1d8"
}

.icon-send-o:before,
.icon-paper-plane-o:before {
  content: "\f1d9"
}

.icon-history:before {
  content: "\f1da"
}

.icon-circle-thin:before {
  content: "\f1db"
}

.icon-header:before {
  content: "\f1dc"
}

.icon-paragraph:before {
  content: "\f1dd"
}

.icon-sliders:before {
  content: "\f1de"
}

.icon-share-alt:before {
  content: "\f1e0"
}

.icon-share-alt-square:before {
  content: "\f1e1"
}

.icon-bomb:before {
  content: "\f1e2"
}

.icon-soccer-ball-o:before,
.icon-futbol-o:before {
  content: "\f1e3"
}

.icon-tty:before {
  content: "\f1e4"
}

.icon-binoculars:before {
  content: "\f1e5"
}

.icon-plug:before {
  content: "\f1e6"
}

.icon-slideshare:before {
  content: "\f1e7"
}

.icon-twitch:before {
  content: "\f1e8"
}

.icon-yelp:before {
  content: "\f1e9"
}

.icon-newspaper-o:before {
  content: "\f1ea"
}

.icon-wifi:before {
  content: "\f1eb"
}

.icon-calculator:before {
  content: "\f1ec"
}

.icon-paypal:before {
  content: "\f1ed"
}

.icon-google-wallet:before {
  content: "\f1ee"
}

.icon-cc-visa:before {
  content: "\f1f0"
}

.icon-cc-mastercard:before {
  content: "\f1f1"
}

.icon-cc-discover:before {
  content: "\f1f2"
}

.icon-cc-amex:before {
  content: "\f1f3"
}

.icon-cc-paypal:before {
  content: "\f1f4"
}

.icon-cc-stripe:before {
  content: "\f1f5"
}

.icon-bell-slash:before {
  content: "\f1f6"
}

.icon-bell-slash-o:before {
  content: "\f1f7"
}

.icon-trash:before {
  content: "\f1f8"
}

.icon-copyright:before {
  content: "\f1f9"
}

.icon-at:before {
  content: "\f1fa"
}

.icon-eyedropper:before {
  content: "\f1fb"
}

.icon-paint-brush:before {
  content: "\f1fc"
}

.icon-birthday-cake:before {
  content: "\f1fd"
}

.icon-area-chart:before {
  content: "\f1fe"
}

.icon-pie-chart:before {
  content: "\f200"
}

.icon-line-chart:before {
  content: "\f201"
}

.icon-lastfm:before {
  content: "\f202"
}

.icon-lastfm-square:before {
  content: "\f203"
}

.icon-toggle-off:before {
  content: "\f204"
}

.icon-toggle-on:before {
  content: "\f205"
}

.icon-bicycle:before {
  content: "\f206"
}

.icon-bus:before {
  content: "\f207"
}

.icon-ioxhost:before {
  content: "\f208"
}

.icon-angellist:before {
  content: "\f209"
}

.icon-cc:before {
  content: "\f20a"
}

.icon-shekel:before,
.icon-sheqel:before,
.icon-ils:before {
  content: "\f20b"
}

.icon-meanpath:before {
  content: "\f20c"
}

.icon-buysellads:before {
  content: "\f20d"
}

.icon-connectdevelop:before {
  content: "\f20e"
}

.icon-dashcube:before {
  content: "\f210"
}

.icon-forumbee:before {
  content: "\f211"
}

.icon-leanpub:before {
  content: "\f212"
}

.icon-sellsy:before {
  content: "\f213"
}

.icon-shirtsinbulk:before {
  content: "\f214"
}

.icon-simplybuilt:before {
  content: "\f215"
}

.icon-skyatlas:before {
  content: "\f216"
}

.icon-cart-plus:before {
  content: "\f217"
}

.icon-cart-arrow-down:before {
  content: "\f218"
}

.icon-diamond:before {
  content: "\f219"
}

.icon-ship:before {
  content: "\f21a"
}

.icon-user-secret:before {
  content: "\f21b"
}

.icon-motorcycle:before {
  content: "\f21c"
}

.icon-street-view:before {
  content: "\f21d"
}

.icon-heartbeat:before {
  content: "\f21e"
}

.icon-venus:before {
  content: "\f221"
}

.icon-mars:before {
  content: "\f222"
}

.icon-mercury:before {
  content: "\f223"
}

.icon-intersex:before,
.icon-transgender:before {
  content: "\f224"
}

.icon-transgender-alt:before {
  content: "\f225"
}

.icon-venus-double:before {
  content: "\f226"
}

.icon-mars-double:before {
  content: "\f227"
}

.icon-venus-mars:before {
  content: "\f228"
}

.icon-mars-stroke:before {
  content: "\f229"
}

.icon-mars-stroke-v:before {
  content: "\f22a"
}

.icon-mars-stroke-h:before {
  content: "\f22b"
}

.icon-neuter:before {
  content: "\f22c"
}

.icon-genderless:before {
  content: "\f22d"
}

.icon-facebook-official:before {
  content: "\f230"
}

.icon-pinterest-p:before {
  content: "\f231"
}

.icon-whatsapp:before {
  content: "\f232"
}

.icon-server:before {
  content: "\f233"
}

.icon-user-plus:before {
  content: "\f234"
}

.icon-user-times:before {
  content: "\f235"
}

.icon-hotel:before,
.icon-bed:before {
  content: "\f236"
}

.icon-viacoin:before {
  content: "\f237"
}

.icon-train:before {
  content: "\f238"
}

.icon-subway:before {
  content: "\f239"
}

.icon-medium:before {
  content: "\f23a"
}

.icon-yc:before,
.icon-y-combinator:before {
  content: "\f23b"
}

.icon-optin-monster:before {
  content: "\f23c"
}

.icon-opencart:before {
  content: "\f23d"
}

.icon-expeditedssl:before {
  content: "\f23e"
}

.icon-battery-4:before,
.icon-battery-full:before {
  content: "\f240"
}

.icon-battery-3:before,
.icon-battery-three-quarters:before {
  content: "\f241"
}

.icon-battery-2:before,
.icon-battery-half:before {
  content: "\f242"
}

.icon-battery-1:before,
.icon-battery-quarter:before {
  content: "\f243"
}

.icon-battery-0:before,
.icon-battery-empty:before {
  content: "\f244"
}

.icon-mouse-pointer:before {
  content: "\f245"
}

.icon-i-cursor:before {
  content: "\f246"
}

.icon-object-group:before {
  content: "\f247"
}

.icon-object-ungroup:before {
  content: "\f248"
}

.icon-sticky-note:before {
  content: "\f249"
}

.icon-sticky-note-o:before {
  content: "\f24a"
}

.icon-cc-jcb:before {
  content: "\f24b"
}

.icon-cc-diners-club:before {
  content: "\f24c"
}

.icon-clone:before {
  content: "\f24d"
}

.icon-balance-scale:before {
  content: "\f24e"
}

.icon-hourglass-o:before {
  content: "\f250"
}

.icon-hourglass-1:before,
.icon-hourglass-start:before {
  content: "\f251"
}

.icon-hourglass-2:before,
.icon-hourglass-half:before {
  content: "\f252"
}

.icon-hourglass-3:before,
.icon-hourglass-end:before {
  content: "\f253"
}

.icon-hourglass:before {
  content: "\f254"
}

.icon-hand-grab-o:before,
.icon-hand-rock-o:before {
  content: "\f255"
}

.icon-hand-stop-o:before,
.icon-hand-paper-o:before {
  content: "\f256"
}

.icon-hand-scissors-o:before {
  content: "\f257"
}

.icon-hand-lizard-o:before {
  content: "\f258"
}

.icon-hand-spock-o:before {
  content: "\f259"
}

.icon-hand-pointer-o:before {
  content: "\f25a"
}

.icon-hand-peace-o:before {
  content: "\f25b"
}

.icon-trademark:before {
  content: "\f25c"
}

.icon-registered:before {
  content: "\f25d"
}

.icon-creative-commons:before {
  content: "\f25e"
}

.icon-gg:before {
  content: "\f260"
}

.icon-gg-circle:before {
  content: "\f261"
}

.icon-tripadvisor:before {
  content: "\f262"
}

.icon-odnoklassniki:before {
  content: "\f263"
}

.icon-odnoklassniki-square:before {
  content: "\f264"
}

.icon-get-pocket:before {
  content: "\f265"
}

.icon-wikipedia-w:before {
  content: "\f266"
}

.icon-safari:before {
  content: "\f267"
}

.icon-chrome:before {
  content: "\f268"
}

.icon-firefox:before {
  content: "\f269"
}

.icon-opera:before {
  content: "\f26a"
}

.icon-internet-explorer:before {
  content: "\f26b"
}

.icon-tv:before,
.icon-television:before {
  content: "\f26c"
}

.icon-contao:before {
  content: "\f26d"
}

.icon-500px:before {
  content: "\f26e"
}

.icon-amazon:before {
  content: "\f270"
}

.icon-calendar-plus-o:before {
  content: "\f271"
}

.icon-calendar-minus-o:before {
  content: "\f272"
}

.icon-calendar-times-o:before {
  content: "\f273"
}

.icon-calendar-check-o:before {
  content: "\f274"
}

.icon-industry:before {
  content: "\f275"
}

.icon-map-pin:before {
  content: "\f276"
}

.icon-map-signs:before {
  content: "\f277"
}

.icon-map-o:before {
  content: "\f278"
}

.icon-map:before {
  content: "\f279"
}

.icon-commenting:before {
  content: "\f27a"
}

.icon-commenting-o:before {
  content: "\f27b"
}

.icon-houzz:before {
  content: "\f27c"
}

.icon-vimeo:before {
  content: "\f27d"
}

.icon-black-tie:before {
  content: "\f27e"
}

.icon-fonticons:before {
  content: "\f280"
}

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

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

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

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

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

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

.fa-fw {
  width: 1.28571429em;
  text-align: center
}

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

.fa-ul>li {
  position: relative
}

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

.fali.fa-lg {
  left: -1.85714286em
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em
}

.fa-pull-left {
  float: left
}

.fa-pull-right {
  float: right
}

.ifafa-pull-left {
  margin-right: .3em
}

.ifafa-pull-right {
  margin-left: .3em
}

.pull-right {
  float: right
}

.pull-left {
  float: left
}

.fa.pull-left {
  margin-right: .3em
}

.fa.pull-right {
  margin-left: .3em
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8)
}

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

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

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

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

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1)
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1)
}

:rfa.fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center
}

.fa-stack-1x {
  line-height: inherit
}

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

.fa-inverse {
  color: #ffffff
}

.fa-glass:before {
  content: "\f000"
}

.fa-music:before {
  content: "\f001"
}

.fa-search:before {
  content: "\f002"
}

.fa-envelope-o:before {
  content: "\f003"
}

.fa-heart:before {
  content: "\f004"
}

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

.fa-star-o:before {
  content: "\f006"
}

.fa-user:before {
  content: "\f007"
}

.fa-film:before {
  content: "\f008"
}

.fa-th-large:before {
  content: "\f009"
}

.fa-th:before {
  content: "\f00a"
}

.fa-th-list:before {
  content: "\f00b"
}

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

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"
}

.fa-search-plus:before {
  content: "\f00e"
}

.fa-search-minus:before {
  content: "\f010"
}

.fa-power-off:before {
  content: "\f011"
}

.fa-signal:before {
  content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013"
}

.fa-trash-o:before {
  content: "\f014"
}

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

.fa-file-o:before {
  content: "\f016"
}

.fa-clock-o:before {
  content: "\f017"
}

.fa-road:before {
  content: "\f018"
}

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

.fa-arrow-circle-o-down:before {
  content: "\f01a"
}

.fa-arrow-circle-o-up:before {
  content: "\f01b"
}

.fa-inbox:before {
  content: "\f01c"
}

.fa-play-circle-o:before {
  content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"
}

.fa-refresh:before {
  content: "\f021"
}

.fa-list-alt:before {
  content: "\f022"
}

.fa-lock:before {
  content: "\f023"
}

.fa-flag:before {
  content: "\f024"
}

.fa-headphones:before {
  content: "\f025"
}

.fa-volume-off:before {
  content: "\f026"
}

.fa-volume-down:before {
  content: "\f027"
}

.fa-volume-up:before {
  content: "\f028"
}

.fa-qrcode:before {
  content: "\f029"
}

.fa-barcode:before {
  content: "\f02a"
}

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

.fa-tags:before {
  content: "\f02c"
}

.fa-book:before {
  content: "\f02d"
}

.fa-bookmark:before {
  content: "\f02e"
}

.fa-print:before {
  content: "\f02f"
}

.fa-camera:before {
  content: "\f030"
}

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

.fa-bold:before {
  content: "\f032"
}

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

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

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

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

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

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

.fa-align-justify:before {
  content: "\f039"
}

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

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"
}

.fa-indent:before {
  content: "\f03c"
}

.fa-video-camera:before {
  content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"
}

.fa-pencil:before {
  content: "\f040"
}

.fa-map-marker:before {
  content: "\f041"
}

.fa-adjust:before {
  content: "\f042"
}

.fa-tint:before {
  content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"
}

.fa-share-square-o:before {
  content: "\f045"
}

.fa-check-square-o:before {
  content: "\f046"
}

.fa-arrows:before {
  content: "\f047"
}

.fa-step-backward:before {
  content: "\f048"
}

.fa-fast-backward:before {
  content: "\f049"
}

.fa-backward:before {
  content: "\f04a"
}

.fa-play:before {
  content: "\f04b"
}

.fa-pause:before {
  content: "\f04c"
}

.fa-stop:before {
  content: "\f04d"
}

.fa-forward:before {
  content: "\f04e"
}

.fa-fast-forward:before {
  content: "\f050"
}

.fa-step-forward:before {
  content: "\f051"
}

.fa-eject:before {
  content: "\f052"
}

.fa-chevron-left:before {
  content: "\f053"
}

.fa-chevron-right:before {
  content: "\f054"
}

.fa-plus-circle:before {
  content: "\f055"
}

.fa-minus-circle:before {
  content: "\f056"
}

.fa-times-circle:before {
  content: "\f057"
}

.fa-check-circle:before {
  content: "\f058"
}

.fa-question-circle:before {
  content: "\f059"
}

.fa-info-circle:before {
  content: "\f05a"
}

.fa-crosshairs:before {
  content: "\f05b"
}

.fa-times-circle-o:before {
  content: "\f05c"
}

.fa-check-circle-o:before {
  content: "\f05d"
}

.fa-ban:before {
  content: "\f05e"
}

.fa-arrow-left:before {
  content: "\f060"
}

.fa-arrow-right:before {
  content: "\f061"
}

.fa-arrow-up:before {
  content: "\f062"
}

.fa-arrow-down:before {
  content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"
}

.fa-expand:before {
  content: "\f065"
}

.fa-compress:before {
  content: "\f066"
}

.fa-plus:before {
  content: "\f067"
}

.fa-minus:before {
  content: "\f068"
}

.fa-asterisk:before {
  content: "\f069"
}

.fa-exclamation-circle:before {
  content: "\f06a"
}

.fa-gift:before {
  content: "\f06b"
}

.fa-leaf:before {
  content: "\f06c"
}

.fa-fire:before {
  content: "\f06d"
}

.fa-eye:before {
  content: "\f06e"
}

.fa-eye-slash:before {
  content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"
}

.fa-plane:before {
  content: "\f072"
}

.fa-calendar:before {
  content: "\f073"
}

.fa-random:before {
  content: "\f074"
}

.fa-comment:before {
  content: "\f075"
}

.fa-magnet:before {
  content: "\f076"
}

.fa-chevron-up:before {
  content: "\f077"
}

.fa-chevron-down:before {
  content: "\f078"
}

.fa-retweet:before {
  content: "\f079"
}

.fa-shopping-cart:before {
  content: "\f07a"
}

.fa-folder:before {
  content: "\f07b"
}

.fa-folder-open:before {
  content: "\f07c"
}

.fa-arrows-v:before {
  content: "\f07d"
}

.fa-arrows-h:before {
  content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"
}

.fa-twitter-square:before {
  content: "\f081"
}

.fa-facebook-square:before {
  content: "\f082"
}

.fa-camera-retro:before {
  content: "\f083"
}

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

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"
}

.fa-comments:before {
  content: "\f086"
}

.fa-thumbs-o-up:before {
  content: "\f087"
}

.fa-thumbs-o-down:before {
  content: "\f088"
}

.fa-star-half:before {
  content: "\f089"
}

.fa-heart-o:before {
  content: "\f08a"
}

.fa-sign-out:before {
  content: "\f08b"
}

.fa-linkedin-square:before {
  content: "\f08c"
}

.fa-thumb-tack:before {
  content: "\f08d"
}

.fa-external-link:before {
  content: "\f08e"
}

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

.fa-trophy:before {
  content: "\f091"
}

.fa-github-square:before {
  content: "\f092"
}

.fa-upload:before {
  content: "\f093"
}

.fa-lemon-o:before {
  content: "\f094"
}

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

.fa-square-o:before {
  content: "\f096"
}

.fa-bookmark-o:before {
  content: "\f097"
}

.fa-phone-square:before {
  content: "\f098"
}

.fa-twitter:before {
  content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"
}

.fa-github:before {
  content: "\f09b"
}

.fa-unlock:before {
  content: "\f09c"
}

.fa-credit-card:before {
  content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"
}

.fa-hdd-o:before {
  content: "\f0a0"
}

.fa-bullhorn:before {
  content: "\f0a1"
}

.fa-bell:before {
  content: "\f0f3"
}

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

.fa-hand-o-right:before {
  content: "\f0a4"
}

.fa-hand-o-left:before {
  content: "\f0a5"
}

.fa-hand-o-up:before {
  content: "\f0a6"
}

.fa-hand-o-down:before {
  content: "\f0a7"
}

.fa-arrow-circle-left:before {
  content: "\f0a8"
}

.fa-arrow-circle-right:before {
  content: "\f0a9"
}

.fa-arrow-circle-up:before {
  content: "\f0aa"
}

.fa-arrow-circle-down:before {
  content: "\f0ab"
}

.fa-globe:before {
  content: "\f0ac"
}

.fa-wrench:before {
  content: "\f0ad"
}

.fa-tasks:before {
  content: "\f0ae"
}

.fa-filter:before {
  content: "\f0b0"
}

.fa-briefcase:before {
  content: "\f0b1"
}

.fa-arrows-alt:before {
  content: "\f0b2"
}

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

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

.fa-cloud:before {
  content: "\f0c2"
}

.fa-flask:before {
  content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"
}

.fa-paperclip:before {
  content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"
}

.fa-square:before {
  content: "\f0c8"
}

.fa-navfa:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"
}

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

.fa-list-ol:before {
  content: "\f0cb"
}

.fa-strikethrough:before {
  content: "\f0cc"
}

.fa-underline:before {
  content: "\f0cd"
}

.fa-table:before {
  content: "\f0ce"
}

.fa-magic:before {
  content: "\f0d0"
}

.fa-truck:before {
  content: "\f0d1"
}

.fa-pinterest:before {
  content: "\f0d2"
}

.fa-pinterest-square:before {
  content: "\f0d3"
}

.fa-google-plus-square:before {
  content: "\f0d4"
}

.fa-google-plus:before {
  content: "\f0d5"
}

.fa-money:before {
  content: "\f0d6"
}

.fa-caret-down:before {
  content: "\f0d7"
}

.fa-caret-up:before {
  content: "\f0d8"
}

.fa-caret-left:before {
  content: "\f0d9"
}

.fa-caret-right:before {
  content: "\f0da"
}

.fa-columns:before {
  content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"
}

.fa-envelope:before {
  content: "\f0e0"
}

.fa-linkedin:before {
  content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"
}

.fa-comment-o:before {
  content: "\f0e5"
}

.fa-comments-o:before {
  content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"
}

.fa-sitemap:before {
  content: "\f0e8"
}

.fa-umbrella:before {
  content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"
}

.fa-lightbulb-o:before {
  content: "\f0eb"
}

.fa-exchange:before {
  content: "\f0ec"
}

.fa-cloud-download:before {
  content: "\f0ed"
}

.fa-cloud-upload:before {
  content: "\f0ee"
}

.fa-user-md:before {
  content: "\f0f0"
}

.fa-stethoscope:before {
  content: "\f0f1"
}

.fa-suitcase:before {
  content: "\f0f2"
}

.fa-bell-o:before {
  content: "\f0a2"
}

.fa-coffee:before {
  content: "\f0f4"
}

.fa-cutlery:before {
  content: "\f0f5"
}

.fa-file-text-o:before {
  content: "\f0f6"
}

.fa-building-o:before {
  content: "\f0f7"
}

.fa-hospital-o:before {
  content: "\f0f8"
}

.fa-ambulance:before {
  content: "\f0f9"
}

.fa-medkit:before {
  content: "\f0fa"
}

.fa-fighter-jet:before {
  content: "\f0fb"
}

.fa-beer:before {
  content: "\f0fc"
}

.fa-h-square:before {
  content: "\f0fd"
}

.fa-plus-square:before {
  content: "\f0fe"
}

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

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

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

.fa-angle-double-down:before {
  content: "\f103"
}

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

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

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

.fa-angle-down:before {
  content: "\f107"
}

.fa-desktop:before {
  content: "\f108"
}

.fa-laptop:before {
  content: "\f109"
}

.fa-tablet:before {
  content: "\f10a"
}

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

.fa-circle-o:before {
  content: "\f10c"
}

.fa-quote-left:before {
  content: "\f10d"
}

.fa-quote-right:before {
  content: "\f10e"
}

.fa-spinner:before {
  content: "\f110"
}

.fa-circle:before {
  content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"
}

.fa-github-alt:before {
  content: "\f113"
}

.fa-folder-o:before {
  content: "\f114"
}

.fa-folder-open-o:before {
  content: "\f115"
}

.fa-smile-o:before {
  content: "\f118"
}

.fa-frown-o:before {
  content: "\f119"
}

.fa-meh-o:before {
  content: "\f11a"
}

.fa-gamepad:before {
  content: "\f11b"
}

.fa-keyboard-o:before {
  content: "\f11c"
}

.fa-flag-o:before {
  content: "\f11d"
}

.fa-flag-checkered:before {
  content: "\f11e"
}

.fa-terminal:before {
  content: "\f120"
}

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

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"
}

.fa-location-arrow:before {
  content: "\f124"
}

.fa-crop:before {
  content: "\f125"
}

.fa-code-fork:before {
  content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"
}

.fa-question:before {
  content: "\f128"
}

.fa-info:before {
  content: "\f129"
}

.fa-exclamation:before {
  content: "\f12a"
}

.fa-superscript:before {
  content: "\f12b"
}

.fa-subscript:before {
  content: "\f12c"
}

.fa-eraser:before {
  content: "\f12d"
}

.fa-puzzle-piece:before {
  content: "\f12e"
}

.fa-microphone:before {
  content: "\f130"
}

.fa-microphone-slash:before {
  content: "\f131"
}

.fa-shield:before {
  content: "\f132"
}

.fa-calendar-o:before {
  content: "\f133"
}

.fa-fire-extinguisher:before {
  content: "\f134"
}

.fa-rocket:before {
  content: "\f135"
}

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

.fa-chevron-circle-left:before {
  content: "\f137"
}

.fa-chevron-circle-right:before {
  content: "\f138"
}

.fa-chevron-circle-up:before {
  content: "\f139"
}

.fa-chevron-circle-down:before {
  content: "\f13a"
}

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

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

.fa-anchor:before {
  content: "\f13d"
}

.fa-unlock-alt:before {
  content: "\f13e"
}

.fa-bullseye:before {
  content: "\f140"
}

.fa-ellipsis-h:before {
  content: "\f141"
}

.fa-ellipsis-v:before {
  content: "\f142"
}

.fa-rss-square:before {
  content: "\f143"
}

.fa-play-circle:before {
  content: "\f144"
}

.fa-ticket:before {
  content: "\f145"
}

.fa-minus-square:before {
  content: "\f146"
}

.fa-minus-square-o:before {
  content: "\f147"
}

.fa-level-up:before {
  content: "\f148"
}

.fa-level-down:before {
  content: "\f149"
}

.fa-check-square:before {
  content: "\f14a"
}

.fa-pencil-square:before {
  content: "\f14b"
}

.fa-external-link-square:before {
  content: "\f14c"
}

.fa-share-square:before {
  content: "\f14d"
}

.fa-compass:before {
  content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153"
}

.fa-gbp:before {
  content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"
}

.fa-won:before,
.fa-krw:before {
  content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"
}

.fa-file:before {
  content: "\f15b"
}

.fa-file-text:before {
  content: "\f15c"
}

.fa-sort-alpha-asc:before {
  content: "\f15d"
}

.fa-sort-alpha-desc:before {
  content: "\f15e"
}

.fa-sort-amount-asc:before {
  content: "\f160"
}

.fa-sort-amount-desc:before {
  content: "\f161"
}

.fa-sort-numeric-asc:before {
  content: "\f162"
}

.fa-sort-numeric-desc:before {
  content: "\f163"
}

.fa-thumbs-up:before {
  content: "\f164"
}

.fa-thumbs-down:before {
  content: "\f165"
}

.fa-youtube-square:before {
  content: "\f166"
}

.fa-youtube:before {
  content: "\f167"
}

.fa-xing:before {
  content: "\f168"
}

.fa-xing-square:before {
  content: "\f169"
}

.fa-youtube-play:before {
  content: "\f16a"
}

.fa-dropbox:before {
  content: "\f16b"
}

.fa-stack-overflow:before {
  content: "\f16c"
}

.fa-instagram:before {
  content: "\f16d"
}

.fa-flickr:before {
  content: "\f16e"
}

.fa-adn:before {
  content: "\f170"
}

.fa-bitbucket:before {
  content: "\f171"
}

.fa-bitbucket-square:before {
  content: "\f172"
}

.fa-tumblr:before {
  content: "\f173"
}

.fa-tumblr-square:before {
  content: "\f174"
}

.fa-long-arrow-down:before {
  content: "\f175"
}

.fa-long-arrow-up:before {
  content: "\f176"
}

.fa-long-arrow-left:before {
  content: "\f177"
}

.fa-long-arrow-right:before {
  content: "\f178"
}

.fa-apple:before {
  content: "\f179"
}

.fa-windows:before {
  content: "\f17a"
}

.fa-android:before {
  content: "\f17b"
}

.fa-linux:before {
  content: "\f17c"
}

.fa-dribbble:before {
  content: "\f17d"
}

.fa-skype:before {
  content: "\f17e"
}

.fa-foursquare:before {
  content: "\f180"
}

.fa-trello:before {
  content: "\f181"
}

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

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

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"
}

.fa-sun-o:before {
  content: "\f185"
}

.fa-moon-o:before {
  content: "\f186"
}

.fa-archive:before {
  content: "\f187"
}

.fa-bug:before {
  content: "\f188"
}

.fa-vk:before {
  content: "\f189"
}

.fa-weibo:before {
  content: "\f18a"
}

.fa-renren:before {
  content: "\f18b"
}

.fa-pagelines:before {
  content: "\f18c"
}

.fa-stack-exchange:before {
  content: "\f18d"
}

.fa-arrow-circle-o-right:before {
  content: "\f18e"
}

.fa-arrow-circle-o-left:before {
  content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"
}

.fa-dot-circle-o:before {
  content: "\f192"
}

.fa-wheelchair:before {
  content: "\f193"
}

.fa-vimeo-square:before {
  content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"
}

.fa-plus-square-o:before {
  content: "\f196"
}

.fa-space-shuttle:before {
  content: "\f197"
}

.fa-slack:before {
  content: "\f198"
}

.fa-envelope-square:before {
  content: "\f199"
}

.fa-wordpress:before {
  content: "\f19a"
}

.fa-openid:before {
  content: "\f19b"
}

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

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"
}

.fa-yahoo:before {
  content: "\f19e"
}

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

.fa-reddit:before {
  content: "\f1a1"
}

.fa-reddit-square:before {
  content: "\f1a2"
}

.fa-stumbleupon-circle:before {
  content: "\f1a3"
}

.fa-stumbleupon:before {
  content: "\f1a4"
}

.fa-delicious:before {
  content: "\f1a5"
}

.fa-digg:before {
  content: "\f1a6"
}

.fa-pied-piper:before {
  content: "\f1a7"
}

.fa-pied-piper-alt:before {
  content: "\f1a8"
}

.fa-drupal:before {
  content: "\f1a9"
}

.fa-joomla:before {
  content: "\f1aa"
}

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

.fa-fax:before {
  content: "\f1ac"
}

.fa-building:before {
  content: "\f1ad"
}

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

.fa-paw:before {
  content: "\f1b0"
}

.fa-spoon:before {
  content: "\f1b1"
}

.fa-cube:before {
  content: "\f1b2"
}

.fa-cubes:before {
  content: "\f1b3"
}

.fa-behance:before {
  content: "\f1b4"
}

.fa-behance-square:before {
  content: "\f1b5"
}

.fa-steam:before {
  content: "\f1b6"
}

.fa-steam-square:before {
  content: "\f1b7"
}

.fa-recycle:before {
  content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"
}

.fa-tree:before {
  content: "\f1bb"
}

.fa-spotify:before {
  content: "\f1bc"
}

.fa-deviantart:before {
  content: "\f1bd"
}

.fa-soundcloud:before {
  content: "\f1be"
}

.fa-database:before {
  content: "\f1c0"
}

.fa-file-pdf-o:before {
  content: "\f1c1"
}

.fa-file-word-o:before {
  content: "\f1c2"
}

.fa-file-excel-o:before {
  content: "\f1c3"
}

.fa-file-powerpoint-o:before {
  content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"
}

.fa-file-code-o:before {
  content: "\f1c9"
}

.fa-vine:before {
  content: "\f1ca"
}

.fa-codepen:before {
  content: "\f1cb"
}

.fa-jsfiddle:before {
  content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"
}

.fa-circle-o-notch:before {
  content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"
}

.fa-git-square:before {
  content: "\f1d2"
}

.fa-git:before {
  content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"
}

.fa-tencent-weibo:before {
  content: "\f1d5"
}

.fa-qq:before {
  content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"
}

.fa-history:before {
  content: "\f1da"
}

.fa-circle-thin:before {
  content: "\f1db"
}

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

.fa-paragraph:before {
  content: "\f1dd"
}

.fa-sliders:before {
  content: "\f1de"
}

.fa-share-alt:before {
  content: "\f1e0"
}

.fa-share-alt-square:before {
  content: "\f1e1"
}

.fa-bomb:before {
  content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"
}

.fa-tty:before {
  content: "\f1e4"
}

.fa-binoculars:before {
  content: "\f1e5"
}

.fa-plug:before {
  content: "\f1e6"
}

.fa-slideshare:before {
  content: "\f1e7"
}

.fa-twitch:before {
  content: "\f1e8"
}

.fa-yelp:before {
  content: "\f1e9"
}

.fa-newspaper-o:before {
  content: "\f1ea"
}

.fa-wifi:before {
  content: "\f1eb"
}

.fa-calculator:before {
  content: "\f1ec"
}

.fa-paypal:before {
  content: "\f1ed"
}

.fa-google-wallet:before {
  content: "\f1ee"
}

.fa-cc-visa:before {
  content: "\f1f0"
}

.fa-cc-mastercard:before {
  content: "\f1f1"
}

.fa-cc-discover:before {
  content: "\f1f2"
}

.fa-cc-amex:before {
  content: "\f1f3"
}

.fa-cc-paypal:before {
  content: "\f1f4"
}

.fa-cc-stripe:before {
  content: "\f1f5"
}

.fa-bell-slash:before {
  content: "\f1f6"
}

.fa-bell-slash-o:before {
  content: "\f1f7"
}

.fa-trash:before {
  content: "\f1f8"
}

.fa-copyright:before {
  content: "\f1f9"
}

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

.fa-eyedropper:before {
  content: "\f1fb"
}

.fa-paint-brush:before {
  content: "\f1fc"
}

.fa-birthday-cake:before {
  content: "\f1fd"
}

.fa-area-chart:before {
  content: "\f1fe"
}

.fa-pie-chart:before {
  content: "\f200"
}

.fa-line-chart:before {
  content: "\f201"
}

.fa-lastfm:before {
  content: "\f202"
}

.fa-lastfm-square:before {
  content: "\f203"
}

.fa-toggle-off:before {
  content: "\f204"
}

.fa-toggle-on:before {
  content: "\f205"
}

.fa-bicycle:before {
  content: "\f206"
}

.fa-bus:before {
  content: "\f207"
}

.fa-ioxhost:before {
  content: "\f208"
}

.fa-angellist:before {
  content: "\f209"
}

.fa-cc:before {
  content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"
}

.fa-meanpath:before {
  content: "\f20c"
}

.fa-buysellads:before {
  content: "\f20d"
}

.fa-connectdevelop:before {
  content: "\f20e"
}

.fa-dashcube:before {
  content: "\f210"
}

.fa-forumbee:before {
  content: "\f211"
}

.fa-leanpub:before {
  content: "\f212"
}

.fa-sellsy:before {
  content: "\f213"
}

.fa-shirtsinbulk:before {
  content: "\f214"
}

.fa-simplybuilt:before {
  content: "\f215"
}

.fa-skyatlas:before {
  content: "\f216"
}

.fa-cart-plus:before {
  content: "\f217"
}

.fa-cart-arrow-down:before {
  content: "\f218"
}

.fa-diamond:before {
  content: "\f219"
}

.fa-ship:before {
  content: "\f21a"
}

.fa-user-secret:before {
  content: "\f21b"
}

.fa-motorcycle:before {
  content: "\f21c"
}

.fa-street-view:before {
  content: "\f21d"
}

.fa-heartbeat:before {
  content: "\f21e"
}

.fa-venus:before {
  content: "\f221"
}

.fa-mars:before {
  content: "\f222"
}

.fa-mercury:before {
  content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"
}

.fa-transgender-alt:before {
  content: "\f225"
}

.fa-venus-double:before {
  content: "\f226"
}

.fa-mars-double:before {
  content: "\f227"
}

.fa-venus-mars:before {
  content: "\f228"
}

.fa-mars-stroke:before {
  content: "\f229"
}

.fa-mars-stroke-v:before {
  content: "\f22a"
}

.fa-mars-stroke-h:before {
  content: "\f22b"
}

.fa-neuter:before {
  content: "\f22c"
}

.fa-genderless:before {
  content: "\f22d"
}

.fa-facebook-official:before {
  content: "\f230"
}

.fa-pinterest-p:before {
  content: "\f231"
}

.fa-whatsapp:before {
  content: "\f232"
}

.fa-server:before {
  content: "\f233"
}

.fa-user-plus:before {
  content: "\f234"
}

.fa-user-times:before {
  content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"
}

.fa-viacoin:before {
  content: "\f237"
}

.fa-train:before {
  content: "\f238"
}

.fa-subway:before {
  content: "\f239"
}

.fa-medium:before {
  content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"
}

.fa-optin-monster:before {
  content: "\f23c"
}

.fa-opencart:before {
  content: "\f23d"
}

.fa-expeditedssl:before {
  content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"
}

.fa-mouse-pointer:before {
  content: "\f245"
}

.fa-i-cursor:before {
  content: "\f246"
}

.fa-object-group:before {
  content: "\f247"
}

.fa-object-ungroup:before {
  content: "\f248"
}

.fa-sticky-note:before {
  content: "\f249"
}

.fa-sticky-note-o:before {
  content: "\f24a"
}

.fa-cc-jcb:before {
  content: "\f24b"
}

.fa-cc-diners-club:before {
  content: "\f24c"
}

.fa-clone:before {
  content: "\f24d"
}

.fa-balance-scale:before {
  content: "\f24e"
}

.fa-hourglass-o:before {
  content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"
}

.fa-hourglass:before {
  content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"
}

.fa-hand-scissors-o:before {
  content: "\f257"
}

.fa-hand-lizard-o:before {
  content: "\f258"
}

.fa-hand-spock-o:before {
  content: "\f259"
}

.fa-hand-pointer-o:before {
  content: "\f25a"
}

.fa-hand-peace-o:before {
  content: "\f25b"
}

.fa-trademark:before {
  content: "\f25c"
}

.fa-registered:before {
  content: "\f25d"
}

.fa-creative-commons:before {
  content: "\f25e"
}

.fa-gg:before {
  content: "\f260"
}

.fa-gg-circle:before {
  content: "\f261"
}

.fa-tripadvisor:before {
  content: "\f262"
}

.fa-odnoklassniki:before {
  content: "\f263"
}

.fa-odnoklassniki-square:before {
  content: "\f264"
}

.fa-get-pocket:before {
  content: "\f265"
}

.fa-wikipedia-w:before {
  content: "\f266"
}

.fa-safari:before {
  content: "\f267"
}

.fa-chrome:before {
  content: "\f268"
}

.fa-firefox:before {
  content: "\f269"
}

.fa-opera:before {
  content: "\f26a"
}

.fa-internet-explorer:before {
  content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c"
}

.fa-contao:before {
  content: "\f26d"
}

.fa-500px:before {
  content: "\f26e"
}

.fa-amazon:before {
  content: "\f270"
}

.fa-calendar-plus-o:before {
  content: "\f271"
}

.fa-calendar-minus-o:before {
  content: "\f272"
}

.fa-calendar-times-o:before {
  content: "\f273"
}

.fa-calendar-check-o:before {
  content: "\f274"
}

.fa-industry:before {
  content: "\f275"
}

.fa-map-pin:before {
  content: "\f276"
}

.fa-map-signs:before {
  content: "\f277"
}

.fa-map-o:before {
  content: "\f278"
}

.fa-map:before {
  content: "\f279"
}

.fa-commenting:before {
  content: "\f27a"
}

.fa-commenting-o:before {
  content: "\f27b"
}

.fa-houzz:before {
  content: "\f27c"
}

.fa-vimeo:before {
  content: "\f27d"
}

.fa-black-tie:before {
  content: "\f27e"
}

.fa-fontfas:before {
  content: "\f280"
}

table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0
}

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold
}

table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 16px;
  border-bottom: 1px solid #111;
  white-space: nowrap
}

table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none
}

table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right
}

table.dataTable thead .sorting {
  background-image: url(//www.okforex.it/wp-content/themes/okforex/images/crypto/sort_both.png)
}

table.dataTable thead .sorting_asc {
  background-image: url(//www.okforex.it/wp-content/themes/okforex/images/crypto/sort_asc.png)
}

table.dataTable thead .sorting_desc {
  background-image: url(//www.okforex.it/wp-content/themes/okforex/images/crypto/sort_desc.png)
}

table.dataTable thead .sorting_asc_disabled {
  background-image: url(//www.okforex.it/wp-content/themes/okforex/images/crypto/sort_asc_disabled.png)
}

table.dataTable thead .sorting_desc_disabled {
  background-image: url(//www.okforex.it/wp-content/themes/okforex/images/crypto/sort_desc_disabled.png)
}

table.dataTable tbody tr {
  background-color: #ffffff
}

table.dataTable tbody tr.selected {
  background-color: #B0BED9
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 14px 12px;
  white-space: nowrap
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: 1px solid #ddd
}

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none
}

table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd
}

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd
}

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9
}

table.dataTable.stripe tbody tr.odd.selected,
table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6
}

table.dataTable.hover tbody tr:hover.selected,
table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1
}

table.dataTable.order-column tbody tr>.sorting_1,
table.dataTable.order-column tbody tr>.sorting_2,
table.dataTable.order-column tbody tr>.sorting_3,
table.dataTable.display tbody tr>.sorting_1,
table.dataTable.display tbody tr>.sorting_2,
table.dataTable.display tbody tr>.sorting_3 {
  background-color: #fafafa
}

table.dataTable.order-column tbody tr.selected>.sorting_1,
table.dataTable.order-column tbody tr.selected>.sorting_2,
table.dataTable.order-column tbody tr.selected>.sorting_3,
table.dataTable.display tbody tr.selected>.sorting_1,
table.dataTable.display tbody tr.selected>.sorting_2,
table.dataTable.display tbody tr.selected>.sorting_3 {
  background-color: #acbad5
}

table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
  background-color: #f1f1f1
}

table.dataTable.display tbody tr.odd>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_2 {
  background-color: #f3f3f3
}

table.dataTable.display tbody tr.odd>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_3 {
  background-color: whitesmoke
}

table.dataTable.display tbody tr.odd.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1 {
  background-color: #a6b4cd
}

table.dataTable.display tbody tr.odd.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2 {
  background-color: #a8b5cf
}

table.dataTable.display tbody tr.odd.selected>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3 {
  background-color: #a9b7d1
}

table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
  background-color: #fafafa
}

table.dataTable.display tbody tr.even>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even>.sorting_2 {
  background-color: #fcfcfc
}

table.dataTable.display tbody tr.even>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even>.sorting_3 {
  background-color: #fefefe
}

table.dataTable.display tbody tr.even.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1 {
  background-color: #acbad5
}

table.dataTable.display tbody tr.even.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2 {
  background-color: #aebcd6
}

table.dataTable.display tbody tr.even.selected>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3 {
  background-color: #afbdd8
}

table.dataTable.display tbody tr:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
  background-color: #eaeaea
}

table.dataTable.display tbody tr:hover>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover>.sorting_2 {
  background-color: #ececec
}

table.dataTable.display tbody tr:hover>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover>.sorting_3 {
  background-color: #efefef
}

table.dataTable.display tbody tr:hover.selected>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1 {
  background-color: #a2aec7
}

table.dataTable.display tbody tr:hover.selected>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2 {
  background-color: #a3b0c9
}

table.dataTable.display tbody tr:hover.selected>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3 {
  background-color: #a5b2cb
}

table.dataTable.no-footer {
  border-bottom: 1px solid #111
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap
}

table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px
}

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px
}

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left
}

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  box-sizing: content-box
}

.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1
}

.dataTables_wrapper .dataTables_length {
  float: left
}

.dataTables_wrapper .dataTables_filter {
  float: left;
  text-align: left
}

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
  background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%)
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  background: linear-gradient(to bottom, #585858 0%, #111 100%)
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  box-shadow: inset 0 0 3px #111
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em
}

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%)
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333
}

.dataTables_wrapper .dataTables_scroll {
  clear: both
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td {
  vertical-align: middle
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody>table {
  border-bottom: none
}

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0
}

@media screen and (max-width: 767px) {

  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center
  }

  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em
  }
}

@media screen and (max-width: 640px) {

  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center
  }

  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em
  }
}

@media only screen and (max-width: 1520px) {
  .main-sidebar-wrapper {
    display: none
  }
}

@media only screen and (min-width: 1200px) {
  #content-right {}
}

@media only screen and (min-width: 1199px) {
  .wrapper {
    background-color: #f9f9f9
  }

  #wrapper-all.boxed {
    max-width: 1240px;
    box-shadow: 3px 2px 30px rgba(0, 0, 0, 0.1);
    margin: 0 auto
  }
}

@media only screen and (max-width: 1199px) {
  #content-right {
    width: 100%
  }

  .social-widget-blog li {
    width: 100%
  }

  #menu {
    margin-top: 10px;
    float: none
  }

  #menu ul li a {
    padding: 4px 10px;
    font-size: 13px
  }

  #menu-desktop>ul {
    text-align: center;
    font-size: 15px
  }

  #menu-desktop>ul>li {
    padding: 5px 3px;
    padding-bottom: 15px
  }

  .ebook-okforex-content .h3 {
    color: #fff;
    font-size: 1.1em
  }

  .ebook-okforex-content {
    padding: 35px 20px
  }

  #newsletter-webinar {
    padding: 50.5px 20px
  }

  #fixed-newsletter {
    text-align: center
  }

  #fixed-newsletter-inner .h6 {
    margin-top: 0;
    margin-bottom: 15px
  }

  #fixed-form {
    max-width: 600px;
    margin: 0 auto
  }
}

@media only screen and (max-width: 992px) {
  #logo {
    text-align: center
  }

  #menu-icon {
    text-align: center;
    color: #fff;
    font-size: 18px;
    cursor: pointer
  }

  #menu-icon.active {
    opacity: 0.75
  }

  #menu {
    display: none;
    float: none
  }

  #menu.active {
    display: block
  }

  #menu ul li {
    display: block;
    border-right: none;
    border-bottom: 1px solid rgba(221, 221, 221, 0.4);
    float: none
  }

  #menu ul li:first-child {
    border-top: 1px solid rgba(221, 221, 221, 0.4)
  }

  #menu ul li:last-child {
    border-bottom: none
  }

  #menu ul li a {
    padding: 12px 15px;
    font-size: 14px
  }

  #content-right {
    max-width: 100% !important;
    width: 100% !important
  }

  .ebook-okforex .row {
    margin: 0 -15px
  }

  .ebook-okforex .col-md-4,
  .ebook-okforex .col-md-8,
  .ebook-okforex-landing .col-md-12,
  .ebook-okforex .col-lg-4,
  .ebook-okforex .col-lg-8 {
    padding: 0 15px
  }

  #newsletter-webinar {
    padding: 40px 20px
  }

  #broker-list ul li {
    width: 25%
  }

  #sidebar {
    padding-top: 40px
  }

  .social-widget-blog li {
    width: 50%
  }

  .no-margin-sm {
    margin: 0
  }

  .broker-info-container.special {
    border: 10px solid #48A310;
    padding: 20px
  }

  .broker-image {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto
  }

  .broker-text-box {
    margin-left: 0
  }

  .broker-button {
    text-align: center
  }

  .broker-button .btn {
    width: 100%;
    margin: 0
  }

  .broker-button .btn.blue {
    margin-bottom: 15px
  }

  #sidebar {
    margin-bottom: -40px
  }

  .fixed-widget-content {
    position: relative !important;
    top: 0 !important
  }

  #newsletter-pac .row {
    margin: 0 -15px
  }

  #newsletter-pac .col-md-3 {
    padding: 0 15px
  }

  #newsletter-pac .col-md-9 {
    padding: 0 15px
  }

  #newsletter-pac .image-ebook {
    overflow: hidden
  }

  #newsletter-pac .image-ebook img {
    margin-top: -3px
  }

  #fixed-newsletter-inner .h6 {
    line-height: 22px
  }

  #ultimate-footer,
  #footer-menu ul {
    text-align: center
  }

  #footer-menu ul {
    margin-top: 5px
  }

  .margin-sm-5 {
    margin-bottom: 5px
  }

  .margin-sm-10 {
    margin-bottom: 10px
  }

  .margin-sm-15 {
    margin-bottom: 15px
  }

  .margin-sm-20 {
    margin-bottom: 20px
  }

  .margin-sm-30 {
    margin-bottom: 30px
  }

  .margin-sm-40 {
    margin-bottom: 40px
  }

  .margin-sm-50 {
    margin-bottom: 50px
  }

  .margin-sm-60 {
    margin-bottom: 60px
  }

  .margin-sm-70 {
    margin-bottom: 70px
  }

  .margin-sm-80 {
    margin-bottom: 80px
  }

  .margin-sm-90 {
    margin-bottom: 90px
  }

  .margin-sm-100 {
    margin-bottom: 100px
  }

  .margin-sm-120 {
    margin-bottom: 120px
  }
}

@media only screen and (max-width: 767px) {
  .blog-second-style-post ul li {
    width: 50%
  }

  #container-all-page .entry-title h1 {
    font-size: 26px;
    line-height: 30px
  }

  #author-list ul li .author-photo {
    max-width: 200px;
    float: none;
    margin: 0 auto 20px auto
  }

  #author-list ul li .author-photo img {
    border-radius: 50%;
    max-width: 100%;
    width: 100%
  }

  #author-list ul li .author-description {
    margin-left: 0
  }

  #borsa-vita-author .author-photo {
    max-width: 200px;
    float: none;
    margin: 0 auto 20px auto
  }

  #borsa-vita-author .author-photo img {
    border-radius: 50%;
    max-width: 100%;
    width: 100%
  }

  #borsa-vita-author .author-description {
    margin-left: 0
  }

  #borsa-vita-title {
    float: none;
    display: block;
    margin-bottom: 30px
  }

  #borsa-vita-logo {
    float: none;
    margin: 0;
    display: block;
    text-align: center;
    margin-bottom: -15px
  }

  #broker-bottom {
    padding: 20px
  }

  #post-navigation ul li:first-child {
    margin-bottom: 10px
  }

  #post-navigation ul li,
  #post-navigation ul li a {
    text-align: center !important
  }

  #crypto-table-container {
    overflow: scroll
  }

  #contact-form-wrapper {
    padding: 20px
  }

  footer {
    padding: 60px 0 40px 0
  }

  #ultimate-footer,
  #footer-menu ul {
    text-align: center
  }

  #footer-menu {
    margin-top: 10px
  }

  #footer-menu ul li:first-child {
    width: 100%;
    border-right: none;
    margin-bottom: 5px
  }

  #wrapper-landing.easy-forex .entry-title h1 {
    font-size: 28px;
    line-height: 34px
  }

  .cta-landing {
    padding: 15px
  }

  .landing-list.testimonials img {
    float: none;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px
  }

  .landing-list .testimonials-text {
    margin-left: 0
  }

  table.dataTable thead th,
  table.dataTable thead td {
    padding: 8px 6px
  }

  table.dataTable tbody th,
  table.dataTable tbody td {
    padding: 8px 4px
  }

  .no-margin-xs {
    margin: 0
  }

  .margin-xs-5 {
    margin-bottom: 5px
  }

  .margin-xs-10 {
    margin-bottom: 10px
  }

  .margin-xs-15 {
    margin-bottom: 15px
  }

  .margin-xs-20 {
    margin-bottom: 20px
  }

  .margin-xs-30 {
    margin-bottom: 30px
  }

  .margin-xs-40 {
    margin-bottom: 40px
  }

  .margin-xs-50 {
    margin-bottom: 50px
  }

  .margin-xs-60 {
    margin-bottom: 60px
  }

  .margin-xs-70 {
    margin-bottom: 70px
  }

  .margin-xs-80 {
    margin-bottom: 80px
  }

  .margin-xs-90 {
    margin-bottom: 90px
  }

  .margin-xs-100 {
    margin-bottom: 100px
  }

  .margin-xs-120 {
    margin-bottom: 120px
  }
}

@media only screen and (max-width: 680px) {
  #overlay-bn {
    padding: 0 10px 0 10px;
    margin-top: -30px
  }

  #overlay-close {
    color: #fff;
    float: none;
    position: relative;
    margin-bottom: 10px;
    margin-right: 0;
    text-align: center;
    display: block
  }

  #overlay-bn-exit {
    padding: 0 10px 0 10px;
    margin-top: -30px
  }

  #overlay-close-exit {
    color: #fff;
    float: none;
    font-size: 26px;
    position: relative;
    margin-bottom: 10px;
    margin-right: 0;
    text-align: center;
    display: block
  }
}

@media only screen and (max-width: 630px) {
  #iframe-overlay {
    width: 100%;
    position: relative;
    padding-bottom: 76.9%
  }
}

@media only screen and (max-width: 550px) {
  #iframe-overlay {
    width: 100%;
    position: relative;
    padding-bottom: 122%
  }
}

@media only screen and (max-width: 600px) {
  .blog-four-style-post ul li .blog-four-style-post-image {
    margin: 0 15px 0 0;
    width: 120px
  }

  .blog-first-style-post ul li img,
  .blog-three-style-post ul li img,
  .tab-content-list ul li .tab-list-post-image img {
    margin: 0 15px 0 0
  }

  .blog-four-style-post ul li .blog-four-style-post-image img {
    width: 100%
  }

  .blog-four-style-post ul li .blog-four-style-excerpt,
  .blog-four-style-post ul li .btn,
  .blog-four-style-post ul li .blog-four-style-meta span.info-category {
    display: none
  }

  .blog-four-style-post ul li h2 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 5px
  }

  .ebook-okforex .form-vertical {
    display: block
  }

  .ebook-okforex .form-vertical input {
    margin-bottom: 5px
  }
}

@media only screen and (max-width: 560px) {
  .author-info .author-info-image {
    float: none;
    margin: 0 auto 10px auto
  }

  .author-info .author-info-text span {
    display: block;
    margin-bottom: 0;
    text-align: center
  }

  .author-info .author-info-text {
    margin-left: 0
  }

  .social-author {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px
  }

  .cta-landing .btn {
    font-size: 0.92em
  }
}

@media only screen and (max-width: 480px) {
  .slide-little-box-wrapper {
    width: 100%
  }

  .blog-second-style-post ul li {
    width: 100%
  }

  #broker-list ul {
    margin: 0 -5px -30px -5px
  }

  #broker-list ul li {
    width: 33.3%;
    padding: 5px
  }

  .social-widget-blog li {
    width: 100%
  }

  .full-xs-100 {
    width: 100%
  }
}

@media only screen and (max-width: 420px) {
  .post-meta span {
    display: block;
    margin-bottom: -3px
  }
}