@font-face {
  font-family: "Diodrum Bold";
  src: url("../fonts/DiodrumBold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/DiodrumBold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/DiodrumBold.otf") format("opentype"), /* Open Type Font */
    url("../fonts/DiodrumBold.svg") format("svg"), /* Legacy iOS */
    url("../fonts/DiodrumBold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/DiodrumBold.woff") format("woff"), /* Modern Browsers */
    url("../fonts/DiodrumBold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Diodrum Extralight";
  src: url("../fonts/DiodrumExtralight.eot"); /* IE9 Compat Modes */
  src: url("../fonts/DiodrumExtralight.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/DiodrumExtralight.otf") format("opentype"), /* Open Type Font */
    url("../fonts/DiodrumExtralight.svg") format("svg"), /* Legacy iOS */
    url("../fonts/DiodrumExtralight.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/DiodrumExtralight.woff") format("woff"), /* Modern Browsers */
    url("../fonts/DiodrumExtralight.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Diodrum Light";
  src: url("../fonts/DiodrumLight.eot"); /* IE9 Compat Modes */
  src: url("../fonts/DiodrumLight.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/DiodrumLight.otf") format("opentype"), /* Open Type Font */
    url("../fonts/DiodrumLight.svg") format("svg"), /* Legacy iOS */
    url("../fonts/DiodrumLight.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/DiodrumLight.woff") format("woff"), /* Modern Browsers */
    url("../fonts/DiodrumLight.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Diodrum Medium";
  src: url("../fonts/DiodrumMedium.eot"); /* IE9 Compat Modes */
  src: url("../fonts/DiodrumMedium.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/DiodrumMedium.otf") format("opentype"), /* Open Type Font */
    url("../fonts/DiodrumMedium.svg") format("svg"), /* Legacy iOS */
    url("../fonts/DiodrumMedium.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/DiodrumMedium.woff") format("woff"), /* Modern Browsers */
    url("../fonts/DiodrumMedium.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Diodrum Regular";
  src: url("../fonts/DiodrumRegular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/DiodrumRegular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/DiodrumRegular.otf") format("opentype"), /* Open Type Font */
    url("../fonts/DiodrumRegular.svg") format("svg"), /* Legacy iOS */
    url("../fonts/DiodrumRegular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/DiodrumRegular.woff") format("woff"), /* Modern Browsers */
    url("../fonts/DiodrumRegular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Diodrum Semibold";
  src: url("../fonts/DiodrumSemibold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/DiodrumSemibold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/DiodrumSemibold.otf") format("opentype"), /* Open Type Font */
    url("../fonts/DiodrumSemibold.svg") format("svg"), /* Legacy iOS */
    url("../fonts/DiodrumSemibold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/DiodrumSemibold.woff") format("woff"), /* Modern Browsers */
    url("../fonts/DiodrumSemibold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

button:hover,
btn:hover,
a:hover{
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

a:active,
a:focus{
  text-decoration: none;
}


*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: anti-aliased;
    -webkit-backface-visibility: hidden;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

input[type=tel], input[type=url], input[type=password],
input[type=text], input[type=email], input[type=reset],
input[type=button], input[type=submit], button, textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

img {
    vertical-align: middle;
    -webkit-backface-visibility: initial;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a[href], label[for], select,
input[type=checkbox], input[type=radio] {
    cursor: pointer;
}

button, input[type=button], input[type=image],
input[type=reset], input[type=submit] {
    padding: 0;
    overflow: visible;
    cursor: pointer;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=image]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
    border: 0;
}

.hide {
    position: absolute !important;
    left: -9999em !important;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    line-height: 1;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

del {
    text-decoration: line-through;
}

th, td {
    vertical-align: top;
}

th {
    font-weight: normal;
    text-align: left;
}

address, cite, dfn {
    font-style: normal;
}

abbr, acronym {
    border-bottom: 1px dotted #999;
    cursor: help;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

textarea {
    overflow: auto;
}

.svg-wrap {
    position: absolute;
    width: 0px;
    height: 0px;
    overflow: hidden;
}

/* Normalized Styles
------------------------------------------------------------------------------*/

body {
    font: 18px/30px 'Ubuntu', sans-serif;
    color: #3e2b2e;
    overflow-y: scroll;
    background: #fff;
    -webkit-text-size-adjust: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

input, textarea, select, button {
    outline: none;
    font-family: 'Work Sans';
}

a {
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    position: relative;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

/* Header
------------------------------------------------------------------------------*/

#header {
    z-index: 100;
    position: fixed;
    width: 100%;
    /* max-width: 1920px;*/
}

#header .jadu .pidyfib-inner {
    padding: 14.5px 0px;
    overflow: hidden;
    height: 13.5%;
}

@media screen and (min-width: 767px) {
    #header.affix .jadu .pidyfib-inner {
        padding: 5px 0;
    }
}

/*#header .pidyfib-top {
    position: relative;
    min-height: 180px;
    width: 100%;
    height: 100%;
    font-family: 'Ubuntu', sans-serif;
    background: url(../images/expanded_slant_background.svg) no-repeat right 100% / 100%;

}
*/
@media screen and (min-width: 768px) and (max-width: 992px) {.close-popup-univ{ right:-10% !important; }}
@media screen and (min-width: 767px) {
    #header.affix .pidyfib-top {
        background: #fff;
        min-height: initial;
    }

}
@media screen and (max-width: 767px) {.close-popup-univ{ right:0 !important;}}
.kajore.pidyfib-buttom {
    padding-bottom: 6px;
}

@media screen and (min-width: 767px) {
    #header.affix .pidyfib-top .kajore.pidyfib-buttom {
        padding-bottom: 0;
    }
}



.site-branding {
    width: 25%;
    overflow: auto;
    float: left;
    line-height: 60px;
    height: 60px;
    margin-top: 10px;
}

@media screen and (min-width: 767px) {
    .affix .site-branding {
        margin-top: 0;
    }
}

#logo {
    width: 100%;
    height: 42px;
    z-index: 9;
    display: block;
    cursor: pointer;
    float: left;
    margin-right: 22px;
}

#logo img {
    height: auto;
    max-width: 100%;
}

#menu {
    width: calc(100% - 25%);
    float: left;
    text-align: right;
    padding: 0;
}

#menu ul li {
    display: inline;

}

.main-menu ul {
    display: inline;
}

.main-menu ul li a {
    font-family: 'Ubuntu', sans-serif;
    color: #0077BF;
    text-transform: uppercase;
    padding: 0 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
    text-decoration: none;
    cursor: pointer;
}

.main-menu ul li a i {
    font-size: 20px;
}

.icon {
    height: 15px;
    width: 23px;
    display:inline-block;
    margin-top: 5px;
    margin-left: 15px;
}

.icon.icon-dropdown_sign {
    background: url("../images/icons/dropdown_sign.png") no-repeat 0 0 / 100%;
}

.icon.icon-close {
    background: url("../images/icons/close.png") no-repeat 0 0;
}

.account-buttom {
    background: #FF971C;
    transform: skew(0deg, -4deg);
    -ms-transform: skew(0deg, -4deg);
    -webkit-transform: skew(0deg, -4deg);
    display: inline-block;
    border: 3px solid transparent;
    transition: all 100ms;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 65px;
    max-width: 245px;
    line-height: 60px;
    text-align: center;
    margin-left: 5px;
}

.account-buttom a {
    transform: skew(0deg, 4deg);
    -ms-transform: skew(0deg, 4deg);
    -webkit-transform: skew(0deg, 4deg);
    padding: 0 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.account-buttom a:hover, .account-buttom a:focus {
    color: #fff;
    text-decoration: none;
}

.menu-open .account-buttom {
    border: 3px solid #FF971C;
    background: transparent;
    transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    -webkit-transform: skew(0deg, 0deg);
}

.menu-open .account-buttom a {
    transform: skew(0deg, 0deg);
    -ms-transform: skew(0deg, 0deg);
    -webkit-transform: skew(0deg, 0deg);
    color: #FF971C;
}

@media screen and (min-width: 767px) {
    .affix .account-buttom,
    .affix .account-buttom a {
        transform: skew(0deg, 0deg);
        -ms-transform: skew(0deg, 0deg);
        -webkit-transform: skew(0deg, 0deg);
    }
}

.section-header-buttom {
    border-top: 1px solid #0077BF;
    padding: 10px 0 10px 30px;
    display: none;
    opacity: 0;
}

.section-header-buttom.open-div {
    opacity: 1;
    transition: opacity 500ms ease-in 0.1s;
}

.section-header-buttom ul li a {
    text-decoration: none;
    color: #0077BF;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    line-height: 1.8;
}

#menu-buttom {
    cursor: pointer;
}

.social-media {
    margin: auto auto 64px auto;
}

@media screen and (min-width: 767px) {
    #header.affix .social-media {
      margin: auto;
    }
}

ul.social-media li {
    display: inline-block;
    padding: 0 5px;
}

ul.social-media li a:hover {
    color: #FF971C;
}

.section-right-menu {
    display: inline-flex;
    padding: 0 20px 40px 0;
}

@media screen and (min-width: 767px) {
    #header.affix .section-right-menu {
        padding: 0 20px 0 0;
    }
}

#section-login-top .section-right-menu {
    min-height: 80px !important;
}

.section-right-menu ul.main {
    width: 100%;
}

div#section-login-top {
    text-align: right;
}

div#section-login-top ul li {
    display: inline-flex;
    padding: 0 10px;
}

.promo-header-account-button, 
.promo-header-account-button:visited {
  display: inline-block;
  border: 2px solid #ff971c;
  padding: 4px 6px;
  font-family: 'Ubuntu';
  text-transform: uppercase;
  color: #ff971c;
  font-weight: 400;
  float: right;
  transition: .1s ease all;
}

.promo-header-account-button:hover,
.promo-header-account-button:active,
.promo-header-account-button:focus {
  background-color: #ff971c;
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
    .promo-header-account-button {
        padding: 8px 10px;
    }
}

/* Navigation
------------------------------------------------------------------------------*/

#menu .trigger {
    display: none;
}

#menu {
    position: relative;
    float: right;
    padding: 0 0 13px 0;
}

@media screen and (min-width: 767px) {
    .affix #menu {
        padding: 0;
    }
}

.main-menu {

}

.main-menu .main li a {
    text-transform: uppercase;
    line-height: 32px;
    letter-spacing: 0.075em;
    display: inline-block;
    color: #ffffff;
}

.main-menu .main {
    display: table;
    width: 100%;
}

.main-menu .main li {
    width: auto;
    position: relative;
    vertical-align: middle;
    display: table-cell;
    text-align: center;

}

  .main li .re {
    padding-left: 26px;
}

.main-menu .main li:hover .re {
    padding-left: 24.5px;
}

.main-menu .main li:nth-child(5):hover .re, .main-menu .main li:nth-child(1):hover .re {
    padding-left: 25.5px;
}

.main-menu .main li:nth-child(3):hover .re {
    padding-left: 27px;
}

.main-menu .main ul li {
    width: auto;
    display: block;
}

.main-menu .main ul li a {
    font-size: 14px;
    padding: 0 26px 0 0;
    line-height: 20px;
    margin: 0;
    font-weight: normal;
    display: block;
    color: #fff;
    text-transform: uppercase;
}

.main-menu .main li.active > a,
.main-menu .main li.active .re > a,
.main-menu .main li:hover a {
}

ul.social-media li a {
    font-size: 24px;
}

/* End Header
------------------------------------------------------------------------------*/

/* body
------------------------------------------------------------------------------*/

.body {
    padding: 47px 0;
}

.pijihyg {
    height: auto;
    max-width: 100%;
}

.button-orange,
.button-orange:active,
.button-orange:hover,
.button-orange:focus,
.button-orange:visited {
  padding: 20px 40px;
  background-color: #FF971C;
  border-radius: 0;
  color: white;
  font-family: 'Ubuntu', sans-serif;
  font-size: 20px;
  line-height: 24px;
  margin: 40px auto;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}

.button-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 230px;
}

/* Footer
------------------------------------------------------------------------------*/
section.route_left_section_child.tools-tech-background-4:after {
    -webkit-transform: skewY(-4deg);
    transform: skewY(-4deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    background: #F2F2F2;
    position: absolute;
    width: 100%;
    height: 25%;
    content: "";
    bottom: -15%;
}

.create-account {
    background: url(../images/icons/P1_Button.png) no-repeat 50% / 100%;
    width: 430px;
    height: 130px;
    border: 0;
    position: absolute;
    bottom: 90px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: transparent;
    z-index: 50;
}

.create-account.path_1 {
    left: -2.8%;
}

#mulymo {
    height: 100%;
    width: 100%;
    background-color: #F2F2F2;
    padding: 0;
    position: relative;

}

#mulymo .top {
    margin-bottom: 30px;
    padding-top: 0;
    background: #F2F2F2;
}

#mulymo .top .jadu {
    /*-webkit-transform: skewY(4deg);
    transform: skewY(4deg);
    -webkit-transform-origin: -4% 0;
    transform-origin: -4% 0;*/
}

#mulymo .maxolas {
    height: 300px;
    background-color: rgba(255, 255, 255, 0.5);
}

#mulymo h2.block-title {
    color: #3C424C;
    font-weight: 500;
    font-size: 0.95vw;
    line-height: 18px;
    font-family: 'Ubuntu', sans-serif;
}

#mulymo ul li a {
    color: #3C424C;
}

.phone_number {
    color: #FF971C;
    font-size: 2.5vw;
    line-height: 4.5vh;
    font-weight: 600;
    font-family: "Diodrum Semibold", "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum, sans-serif;
}

.tradestation-buildin {
    color: #637484;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
}

#mulymo .line {
    box-sizing: border-box;
    height: 1px;
    width: 100%;
    border: 1px solid #FFFFFF;
    margin: 0;
}

#mulymo .top {
    position: relative;
}

#mulymo .top ul.footer-top {
    text-align: left;
    margin-bottom: 21.5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#mulymo .top ul.footer-top li, #mulymo .maxolas ul.footer-bottom li {
    display: inline-block;
}

#mulymo .top ul.footer-top li a {
    color: #637484;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.95vw;
    font-weight: 300;
    line-height: 0.95vh;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

#mulymo .maxolas ul.footer-bottom {
    text-align: left;
    padding-top: 20px;
    margin-bottom: 30px;
}

#mulymo .maxolas ul.footer-bottom li a {
    color: #637484;
    font-family: 'Ubuntu', sans-serif;
    font-size: 0.8vw;
    line-height: 15px;
    padding: 5px 20px 5px 0;
    text-decoration: none;
}

#mulymo p,
#mulymo .tuho {
    color: #637484;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    opacity: 0.8;
    margin-bottom: 15px;
}

#mulymo .rokytym {
    padding-top: 50px;
}

#mulymo a:hover {
    opacity: .7;
}

#mulymo ul.social-media li a:hover {
    color: #FF971C;
    opacity: 1;
}

#menu-mobile {
    display: none;
}

#mulymo .brokercheck-link {
    margin-top: 2em;
}

#mulymo .brokercheck-img {
    max-width: 100%;
    height: auto;
}

/* Container
------------------------------------------------------------------------------*/
#wrap {
    overflow: hidden;
    background: #fbfbfb;
    padding-top: 0;
}

/* Slider
------------------------------------------------------------------------------*/

.slider-image {
    height: 100%;
    width: 100%;
}

.slider_text {
    margin-top: 0;
}

.slider_text h2 {
    font-family: "Diodrum Semibold";
    margin-bottom: 17px;
    font-size: 3vw;
    font-weight: 600;
    line-height: 3vw;
    margin-top: 0;
}

.slider_text h3 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 2vw;
    line-height: 2vw;
    font-weight: normal;
    margin-bottom: 5px;
}

.slider_text h4 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: normal;
    margin-bottom: 5px;
}

.slider_text p {
    height: auto;
    /* max-width: 54%;*/
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.2vw;
    line-height: 1.6vw;
    margin-bottom: 0;
}

.slider_text h5 {
    height: auto;
    max-width: 335px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    line-height: 1.3vw;
    margin-bottom: 5px;
}

.buttom_url .buttom_url_text {
    padding: 27px 28px 24px 29px;
    background-color: #43F7FA;
}

.buttom_url {
    font-family: 'Ubuntu', sans-serif;
    cursor: pointer;
    color: #4A4A4A;
    text-align: left;
    font-size: 1vw;
    margin-top: 60px;
    text-decoration: none;
}

.slider-block {
    padding-top: 14vw;
    position: relative;
    z-index: 99;
}

section.slider_front {
    z-index: 45;
    position: relative;
}

.slider-image {
    height: 100%;
    width: 100%;
    position: absolute;
}

section.slider_front .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.owl-dots {
    position: absolute;
    bottom: 10%;
}

.owl-theme .owl-dots .owl-dot span {
    width: 22px !important;
    height: 22px !important;
    background: rgba(0, 0, 0, 0.3) !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff !important;
}

.slider_front .item_bg {
    height: 560px;
}

.slider_front .slider-block {
    padding-top: 200px;
}

.slider_front .owl-dots {
    bottom: 5%;
    margin-left: 10px;
}

@media screen and (min-width: 768px) {
    .slider_front .item_bg {
        height: 560px;
    }

    .slider_front .slider-block {
        padding-top: 200px;
    }

    .slider_front .owl-dots {
        margin-left: 10px;
    }
}

@media screen and (min-width: 993px) {
    .slider_front .item_bg {
        height: 650px;
    }

    .slider_front .slider-block {
        padding-top: 225px;
    }

    .slider_front .owl-dots {
        margin-left: 15px;
    }
}

@media screen and (min-width: 1200px) {
    .slider_front .item_bg {
        height: 887px;
    }

    .slider_front .slider-block {
        padding-top: 250px;
    }

    .slider_front .owl-dots {
        margin-left: auto;
    }
}


/*Route area*/
.route_area {
    position: relative;
}

.route_bg {
    height: 100%;
    padding: 50px 0;
}

.route_area .nav-tabs {
    border-bottom: 0;
}

.route_area .nav-tabs .active .button_route_area {
    background-color: #ff9218;
    border-color: #ff9218;
    color: #fff;
}

.route_area .nav-tabs > li > a:hover,
.route_area .nav-tabs > li > a:hover .button_route_area {
    border-color: #ff9218;
    background-color: #ff9218;
    color: #fff;
}

.route_area .nav > li > a:focus, .route_area .nav > li > a:hover {
    text-decoration: none;
    background-color: #ff9218;
}

.route_area .nav > li > a {
    padding: 0;
}

.route_area .nav-tabs > li.active > a, .route_area .nav-tabs > li.active > a:focus, .route_area .nav-tabs > li.active > a:hover,
.route_area .nav-tabs > li.active > a .buttons_route_area_text, .route_area .nav-tabs > li.active > a:focus .buttons_route_area_text, .route_area .nav-tabs > li.active > a:hover .buttons_route_area_text {
    color: #fff;
    cursor: default;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom-color: transparent;
}

.button_route_area {
    height: 75px;
    width: 100%;
    border: 3px solid #3C424C;
    cursor: pointer;
}

.button_left_route_area_click {
    height: 75px;
    width: 285px;
    cursor: pointer;
    background-color: #ff9218;

}

.button_rigth_route_area {
    height: 75px;
    width: 285px;
    border: 3px solid #3C424C;
    cursor: pointer;
}

.button_rigth_route_area_click {
    height: 75px;
    width: 285px;
    cursor: pointer;
    background-color: #ff9218;
}

.buttons_route_area_text {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    line-height: 66px;
    text-align: center;
    color: #3C424C;
}

.buttons_route_area_text_click {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    line-height: 66px;
    text-align: center;
    color: #ffffff;
}

.route_area_text h2 {
    height: 102px;
    width: 944px;
    color: #3C424C;
    font-family: "Diodrum Light";
    font-size: 32px;
    line-height: 45px;
    text-align: center;
    margin-bottom: 30px;
}

.text_route_area h3 {
    height: 102px;
    width: 944px;
    color: #3C424C;
    font-family: "Diodrum Light";
    font-size: 28px;
    line-height: 45px;
    text-align: center;
    padding-left: 170px;
}

.section_title {
    position: relative;
}

.section_title h2 {
    position: relative;
    top: 0px;
    color: #0E4380;
    font-family: "Diodrum Bold";
    font-size: 50px;
    font-weight: 600;
    line-height: 80px;
}

.section_title h1 {
    position: relative;
    top: 10px;
    color: #FF971C;
    font-family: 'Ubuntu', sans-serif;
    font-size: 70px;
    font-style: italic;
    letter-spacing: -6px;
    line-height: 43px;
}

.section_subtitle {
    position: relative;
}

.section_subtitle h2.sing {
    position: absolute;
    top: 61px;
    left: 0px;
    color: #0E4380;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    font-size: 50px;
    letter-spacing: -5px;
    line-height: 92px;
}

.section_subtitle h1 strong {
    position: absolute;
    left: 25px;
    top: 74px;
    color: #0E4380;
    font-family: 'Ubuntu', sans-serif;
    font-size: 150px;
    font-weight: bold;
    letter-spacing: -5px;
}

.section_subtitle h2.decimal {
    position: absolute;
    top: 76px;
    left: 108px;
    color: #0E4380;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    font-size: 50px;
    letter-spacing: -2px;
}

.section_subtitle h6 {
    position: absolute;
    top: 130px;
    left: 110px;
    color: #0E4380;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 68px;
}

.section_subtitle span.second_subtitle {
    position: relative;
    top: 20px;
    left: -111px;
    color: #0E4380;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 68px;
}

.section_subtitle ul li {
    position: relative;
    top: 230px;
    left: 20px;
    color: #3C424C;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
}

.line {
    position: relative;
    top: -10px;
    margin-top: 100px;
    border-top: 1px solid #DDDFE1;

}

.bottom_text p {
    position: relative;
    top: 20px;
    height: 42px;
    color: #637484;
    font-family: 'Ubuntu', sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 14px;
    margin-top: 41px;
    margin-left: -14px;
    width: 1150px;
}

.text_left h3 {
    position: relative;
    top: 29px;
    color: #3C424C;
    font-family: "Diodrum Light";
    font-size: 24px;
    line-height: 29px;
}

.text_left h3 strong {
    color: #3C424C;
    font-family: 'Ubuntu', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
}

.text_left h3 span.number {
    color: #3C424C;
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
}

.button_left_link {
    height: 51px;
    width: 192px;
    border: 1.5px solid #3C424C;
    margin-top: 41px;
    color: #3C424C;
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    line-height: 47px;
    text-align: center;
}

.text_right h3 strong {
    position: relative;
    top: 26px;
    color: #3C424C;
    font-family: 'Ubuntu', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 45px;
}

.text_right h3 span.number_rigth {
    color: #3C424C;
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    position: relative;
    top: 25px;
}

.text_left p {
    margin-top: 35px;
    color: #637484;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.05vw;
}

.text_right p {
    margin-top: 40px;
    color: #637484;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.05vw;
}

.button_right_link {
    height: 51px;
    width: 192px;
    border: 1.5px solid #3C424C;
    margin-top: 24px;
    color: #3C424C;
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    line-height: 47px;
    text-align: center;
}

.item_bg .jadu, .item_bg .jadu .kajore, .item_bg .jadu .kajore .col-md-6 {
    height: 100%;
}

.item_bg .jadu {
    position: relative;
}

/****home page***/

#page {
    /*max-width: 1920px;*/
    width: 100%;
    margin: 0 auto;
}

.trade_main {
    padding-top: 95px;
    min-height: 590px;
    background: #fbfbfb radial-gradient(circle, #fbfbfb 0%, #FFFFFF 100%);
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
    margin: 0 -50px;
    z-index: 44;
    position: relative;
    margin-bottom: -70px;
}

.trade_main .jadu {
    /*  width: 85% !important;*/
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    transform: rotate(4deg);
}

.trade_main h1 {
    color: #3C424C;
    font-family: "Diodrum Light";
    font-size: 50px;
    font-weight: 300;
    line-height: 60px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 0;
}

.trade_main h1 span {
    font-family: "Diodrum Medium";
}

.trade_main h2 {
    color: #3C424C;
    font-family: "Diodrum Medium";
    font-size: 35px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 0;
}

.trade_main .nav-tabs {
    border-bottom: 1px solid transparent;
}

.trade_main .nav-tabs > li.active > a,
.trade_main .nav-tabs > li.active > a:focus,
.trade_main .nav-tabs > li.active > a:hover {
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom-color: transparent;
    color: #fff;
}

.trade_main .nav-tabs > li > a {
    border-radius: 0;
}

.trade_main .nav-tabs > li > a .button_route_area {
    height: 75px;
    width: 100%;
    max-width: 285px;
    border: 3px solid #3C424C;
    cursor: pointer;
    line-height: 70px;
    color: #3C424C;
    font-family: 'Ubuntu', sans-serif;
    font-size: 22px;
    text-align: center;
}

.trade_main .nav-tabs > li > a .button_route_area_body {
    height: 140px;
    width: 100%;
    max-width: 285px;
    /*opacity: 0.58;*/
    background-color: #F2F2F2;
    padding: 25px 35px;
    color: #3C424C;
    font-family: 'Ubuntu', sans-serif;
    font-size: 21px;
    line-height: 25px;
    text-align: center;
    z-index: 44;
}

.trade_main .nav-tabs > li.active > a .button_route_area_body,
.trade_main .nav > li > a:focus .button_route_area_body, .trade_main .nav > li > a:hover .button_route_area_body {
    background-color: #FFFFFF;
}

.trade_main .nav-tabs > li > a:hover {
    border-color: transparent;
}

.trade_main .nav > li > a:focus, .trade_main .nav > li > a:hover {
    background-color: transparent;
}

.trade_main .nav > li > a:hover > .button_route_area,
.trade_main .nav > li > a:focus > .button_route_area,
.trade_main .nav-tabs > li.active > a > .button_route_area {
    border: 3px solid #FF971C;
    cursor: pointer;
    background: #FF971C;
    color: #fff;
}

.trade_main .trade_tab-container {
    width: 100%;
    max-width: 285px;
}

.routes {
    /*background: url("../images/home/Backgrounds.png") repeat-y 0 0 / cover;*/
}

.route_left_section_child {
    position: relative;
}

.route_left_section_child h3 {
    color: #0077BF;
    font-family: "Diodrum Bold";
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
}

.route_left_section_child p {
    color: #3C424C;
    font-family: 'Ubuntu', sans-serif;
    font-size: 21px;
    line-height: 30px;
}

.images_bg {
    position: absolute;
    z-index: 22;
}

.path {
    /*stroke: rgba(255, 255, 255, 0);*/
    transition: all 600ms;
}

section.route_left_section_child {

}

.tech-bg {
    position: absolute;
    width: calc(110%);
    margin: 0 -50px;
    height: 100%;
    top: 0;
    left: 0;
}

.route_left_section_child {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    width: 100%;
}

.route_left_section_child .jadu {
    align-self: center;
}

.route_left_section_img {
    position: absolute;
}

.route_area {
    position: relative;
    padding-bottom: 100px;
    z-index: 44;
    margin-top: -50px;
}

.text_route_area {
    padding-top: 150px;
}

#route_left_section, #route_rigth_section {
    /* margin-top: -120px;*/
    position: relative;
}

a {
    text-decoration: none;
}

.button-default {
    width: 100%;
    max-width: 330px;
    height: 75px;
    border: 3px solid #3C424C;
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    padding: 20px 0;
    text-decoration: none;
    color: #3C424C;
    background: transparent;
    margin-top: 20px;
    text-transform: uppercase;
}

.door_bg_blue .button-default {
    border: 3px solid #fff;
    color: #fff;
}



section.route_left_section_child.tools-tech-background-1 .tech-bg {
    /*background: -moz-linear-gradient(304deg, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(242, 242, 242, 1)));
    background: -webkit-linear-gradient(304deg, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
    background: -o-linear-gradient(304deg, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
    background: -ms-linear-gradient(304deg, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
    background: linear-gradient(146deg, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);  */

    background: linear-gradient(304.67deg, #FFFFFF 0%, #F2F2F2 100%);

}

section.route_left_section_child.tools-tech-background-2 .tech-bg {
    /* background: -moz-linear-gradient(181deg, rgba(255, 255, 255, 1) 0%, rgba(249, 247, 247, 1) 100%);
     background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(249, 247, 247, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
     background: -webkit-linear-gradient(181deg, rgba(255, 255, 255, 1) 0%, rgba(249, 247, 247, 1) 100%);
     background: -o-linear-gradient(181deg, rgba(255, 255, 255, 1) 0%, rgba(249, 247, 247, 1) 100%);
     background: -ms-linear-gradient(181deg, rgba(255, 255, 255, 1) 0%, rgba(249, 247, 247, 1) 100%);
     background: linear-gradient(269deg, rgba(255, 255, 255, 1) 0%, rgba(249, 247, 247, 1) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F9F7F7', endColorstr='#ffffff', GradientType=1); */
    transform: rotate(4deg);

    background: linear-gradient(50.84deg, #F9F9F9 0%, #F9F7F7 100%);
}

section.route_left_section_child.tools-tech-background-3 .tech-bg {
    background: linear-gradient(22.56deg, #FFFFFF 0%, #F2F2F2 100%);
    transform: rotate(4deg);
}

section.route_left_section_child.tools-tech-background-4 .tech-bg {
    background: linear-gradient(21.72deg, #FFFFFF 0%, #ECE7E7 100%);
    transform: rotate(-4deg);
}

/***overly****/
.overly-page {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}

.sliding-door {
    width: 100%;
    height: 100%;
}

.overly-page-section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    float: left;
}

.door-left .jadu-fluid, .door-right .jadu-fluid {
    transform: skew(4deg, 0deg);
}

.door-left, .door-right {
    position: fixed;
    height: 100vh;
    width: 55%;
    float: left;
    top: 0;
    transform: skew(-4deg);
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3;
    z-index: 9999;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding-top: 10%;
}

.door-left {
    left: -100%;
}

.door-right {
    left: 105%;

}

.door_bg_blue {
    background-color: rgba(14, 67, 128, 0.7);
    color: #fff;
}

.door_bg_white {
    background-color: rgb(255, 255, 255);
    color: #3C424C;
}

.open-curtain .sliding-door .door-left.door_bg_white {
    left: -4%;
}

.open-curtain .sliding-door .door-right.door_bg_blue {
    left: 51%;
}

.open-curtain .sliding-door .door-left.door_bg_blue {
    left: -9%;
}

.open-curtain .sliding-door .door-right.door_bg_white {
    left: 46%;
}

.overly-page-right .jadu-fluid {
    margin-left: 20px;
}

.overly-page-left .jadu-fluid {
    margin-right: 20px;
}

.blade-slider-left {
    width: 665px;
}

.overly-page-right .blade-slider-left {
    padding-right: 0;
    padding-left: 50px;
}

.overly-page-left .blade-slider-left {
    padding-right: 50px;
    padding-left: 0;
}

.blade-right-side {
    width: 515px;
    padding-left: 50px;
}

.overly-page-section h3 {
    font-family: "Diodrum Bold";
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 30px;
    width: 515px;
}

.overly-page-section p {
    font-family: 'Ubuntu', sans-serif;
    font-size: 21px;
    line-height: 30px;
}

.overly-page-section .button-link {
    padding: 27px 17px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    line-height: 24px;
    border: 3px solid;
    text-decoration: none;
    cursor: pointer;
    margin-top: 30px;

}

.overly-page-section.overly-page-right .button-link {
    color: #fff;
}

.overly-page-section.overly-page-left .button-link {
    color: #3C424C;
}

body.open-curtain-body {
    overflow: hidden;
}

.close-sliding {
    background: url(../images/icons/close.svg) no-repeat 0 0 / 100%;
    width: 49px;
    height: 49px;
    border: 0;
    position: absolute;
    top: -75px;
    right: 0;
}

.overly-page-section-container {
    /*width: 515px;*/
    /*width: 85%;*/
    position: relative;
}

.overly-page-section-container img {
    max-width: 490px;
}

.overly-page-section-container a {
    text-decoration: none;
    color: #3C424C;
    color: #0077BF;
}

.overly-page-section-container .owl-nav {
    position: absolute;
    width: 100%;
    top: 0;
    padding-top: 10px;
}

.overly-page-right .overly-page-section-container .owl-nav {
    text-align: left !important;
}

.overly-page-left .overly-page-section-container .owl-nav {
    text-align: right !important;
}

.overly-page-section.overly-page-left h3 {
    width: 500px;
    clear: both;
}

.overly-page-section.overly-page-right h3 {
    width: 515px;
    float: right;
    clear: both;
}
.blade-text {
    clear: both;
}

.overly-page-section-container .owl-theme .owl-nav [class*=owl-] {
    color: #3C424C;
    font-size: 34px;
    padding: 0 7px;
    background: transparent;
    border-radius: 0;
}

.overly-page-section-container .owl-theme .owl-nav .disabled {
    opacity: 1;
    color: #A1A4A7;
    background: transparent;
}

@keyframes dash {
    from {
        stroke-dashoffset: 1000;
    }
    to {
        stroke-dashoffset: 0;
        stroke: rgba(0, 119, 191, 0.5);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    /* .jadu {
         width: 58.56% !important;
     }*/
    .account-buttom a {
        padding: 17px 15px 23px 15px;
    }

    .owl-dots {
        width: 58.56%;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: left !important;
        padding: 0 15px;
    }

    .overly-page-section h3 {
        font-size: 30px;
        margin-bottom: 33px;
    }

    .overly-page-section p {
        font-size: 18px;
    }

    .overly-page-section-container {
        max-width: 470px;
    }

    .animated-element {
        top: -60px;
    }

}

@media (min-width: 1200px) {

    .owl-dots {
        width: 1170px;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: left !important;
        padding: 0 15px;
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {

    .overly-page-section h3 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 33px;
    }

    .overly-page-section p {
        font-size: 18px;
    }

    .overly-page-section-container {
        max-width: 470px;
    }

    .animated-element {
        top: -60px;
    }

    .owl-theme .owl-nav {
      margin-top: -40px !important;
    }

}


.path_rote_colored {
    stroke-dasharray: 0 6000;
    transition: all 0.7s;
}

.path_rote_colored.path-split {
    stroke-dasharray: 6000 6000;
}

@media (min-width: 1921px) {
    .slider_text h3 {
        font-size: 40px;
        line-height: 46px;
    }

    .slider_text h2 {
        font-size: 60px;
        line-height: 60px;
    }

    .slider_text p {
        font-size: 24px;
        line-height: 30px;
    }

    .buttom_url {
        font-size: 20px;
        line-height: 24px;
    }

    .slider-block {
        padding-top: 250px;
    }
}
.security-essential-list-style ul.icon-list li{background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 15px;
    line-height: 25px;
    margin: 0;
    padding: 2px 0 6px 35px;}
.security-essential-list-style ul.icon-list li.report-suspected-fraud{background-image: url("../images/icon-suspected-fraud.ashx.png");}
.security-essential-list-style ul.icon-list li.manage-your-login-credentials{background-image: url("../images/icon-login-credentials.ashx.png");}
.security-essential-list-style ul.icon-list li.add-an-extra-layer-of-protection{background-image: url("../images/icon-padlock.ashx.png");}
.security-essential-list-style ul.icon-list li.test-your-phishing-knowledge{background-image: url("../images/icon-phishing-knowledge.ashx.png");}
.security-essential-list-style ul.icon-list li.report-a-suspicious-email{background-image: url("../images/icon-suspicious-email.ashx.png");}
.security-essential-list-style ul.list.gt.green li{font-size: 16px;
    line-height: 18px;}

.single-know-center-left-nav li ul{font-size: 18px;line-height: 28px;margin-left: 20px;}
.custom-taxonomy-list-style ul li ul{display: none;margin-left: 20px;font-size: 16px;}
.custom-taxonomy-list-style ul li.active ul{display:block;}
.faq-single-content{margin-top: 30px;border-bottom: 1px solid #ddd;padding-bottom: 30px;}
.faq-single-content:last-child{border-bottom: 0px;}
.single-title-repeat-cont{margin: 20px 0;}
.single-title-repeat-cont h4{font-size: 20px !important;}
.single-title-repeat-cont p{margin-bottom: 10px !important;font-size: 17px;line-height: 22px;}
.single-title-repeat-cont ol li{font-size: 16px;line-height: 22px;}
.single-title-repeat-cont ul li{list-style: disc;font-size: 16px;line-height: 22px;}
.single-title-repeat-cont ol{margin-left: 20px;}
.single-title-repeat-cont ul{margin-left: 20px;}
.faq-single-content a.backtotop{font-size: 15px;float: right;}
.faq-single-content a.backtotop i{font-size: 10px;}
.single-title-repeat-cont table tr td,.single-title-repeat-cont table tr td p a{font-size: 16px !important;line-height: 18px !important;}
.single-title-repeat-cont table{border: 1px solid #ddd;}
.single-title-repeat-cont table tr td{border-right: 1px solid #ddd;}
/*====08072017====*/
.slider_front .item_bg.item_bg--404 {
    background-image: url('../images/pricing/header_background.png');
    background-color: #0077bf;
    background-size: cover;
    background-position: center;
    height: 870px;
    padding-top: 60px;
}

.slider-block-right{  padding-top:32vw;
    position: relative;
    z-index: 99;
}
.error_page .slider-block {
    padding-top: 12vw;
    position: relative;
    z-index: 99;
}
.slider_text-left{ color:#fff; text-align:left;}
.slider_text-left > h2{   font-family: "Diodrum Medium";
    font-size: 7.15vw;
    font-weight: 600;
    margin-bottom: 10px;}
.slider_text-left > h3{ font-size:34px; margin-top:50px; font-family: "Diodrum Semibold"; line-height:45px;}
.slider_text-left > h4{ font-size:18px; margin-top:50px;  font-family: "Diodrum Regular"; line-height:28px;}
.slider_text-left > h4 a{font-weight:600; color:#FFF;}
.slider_text-left > h4 a:hover{ text-decoration:none;}
ul.nav-link{ margin:0; padding:0; list-style:none; font-family: "Diodrum Regular";}
ul.nav-link li{ display:block; padding-bottom:5px; font-size:18px;}
ul.nav-link li a{ color:#FFF; cursor:pointer;}
ul.nav-link li a:hover{ text-decoration:none;}
.slider_text-right h3{color:#FFF; font-family: "Diodrum Medium"; font-size:28px; margin-bottom:12px;}
.bottom_spacing{ margin-bottom:80px; }
@media (min-width: 993px) {.error_page .slider-block{ margin-left:8%; width:80%;}
.slider-block-right{ margin-left:8%;}}
@media (min-width:768px) and (max-width:1199px){.error_page .slider-block { padding-top:170px;}
.slider-block-right{ padding-top:430px;}}
@media (max-width:767px) {
.slider-block-right{ padding-top:1vw;}
}
@media (max-width:767px) {.slider_text-left > h2{font-size:60px; padding-top:80px;}
.slider_text-left > h3{ font-size:28px;}
.slider_text-left > h4{ font-size:18px;}
}
@media (min-width:1650px) and (max-width:1920px){.slider-block-right{ padding-top:473px;} .error_page .slider-block{ padding-top:130px;}}
@media (min-width: 1921px) {.error_page .slider-block{ padding-top:130px;} .slider_text-left > h2{ font-size:80px;}
.slider-block-right{ padding-top:473px;}}

.error_page_bg{transform:skew(0deg, -3deg); -webkit-transform:skew(0deg, -3deg);}
.error_page_bg .jadu{transform:skew(0deg, 3deg); -webkit-transform:skew(0deg, 3deg);}
@media screen and (-webkit-min-device-pixel-ratio:0) {.slider-block-right{ padding-top:409px;} .error_page .slider-block{ padding-top:130px;}  .slider_text-left > h2{ font-size:80px;}}
.have-post-knwo-center{padding: 10px 10px 0px; margin-bottom: 25px; border: 1px solid #cccccc;}
.have-post-knwo-center .thumbImge{width: 126px; float: left; height: 92px;}
.have-post-knwo-center .title{margin-top: 0px; padding-top: 0px;}

/** css 12/07 **/
@media (min-width:200px) and (max-width:992px){
.pijihyg.current-image{ width:auto !important;}
}
.box-3{background-color:#0E4380 !important;color:#fff !important;}
 #header .pidyfib-top { background-color:#FFF;
    font-family: 'Ubuntu', sans-serif;
    height: 100%;
    min-height: 180px;
    position: relative;

    width: 100%; padding-top:100px; margin-top:-100px;
}

.affix-top#header .pidyfib-top{ 
    transform: rotate(-4deg); 
    outline: 1px solid transparent;
}
.affix-top .kajore.pidyfib-inner , .affix-top .kajore.pidyfib-buttom{transform: rotate(4deg);}
.affix-top#header .pidyfib-top:before{content: " ";
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 500px 40px;
border-color: transparent transparent #fff transparent;
left: -20px;
bottom: 0px;
z-index: 99999;
position: absolute;}
.affix-top#header .pidyfib-top:after{content: " ";
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 500px 40px;
border-color: transparent transparent #fff transparent;
right: -20px;
bottom: 0px;
z-index: 99999;
position: absolute;}
@media (min-width:768px) and (max-width:992px){#header .jadu .pidyfib-inner{ padding-bottom:0;} }
@media (min-width:993px) and (max-width:1199px){
#menu{padding-bottom:0;}
}


/* Bootstrap Carousel */
.carousels {
    z-index: 45;
}

.carousel-indicators li.carousels__indicator {
    background-color: rgba(0,0,0,.5);
    border: 0;
}

.carousel-indicators li.carousels__indicator.active {
    background-color: #fff;
    border: 0;
}

.carousels__content {
    padding-top: 100px;
}

.carousels__text {
    margin-bottom: 40px;
    z-index: 5;
}

.carousels__title {
    color: #fff;
    font-family: "Diodrum Semibold", sans-serif;
    font-size: 30px;
}

.carousels__title--center {
    text-align: center;
}

.carousels__subtitle {
    color: #fff;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    line-height: 1.5;
}

.carousels__subtitle--center {
    text-align: center;
}

.carousels__button,
.carousels__button:focus {
    font-family: "Ubuntu", sans-serif;
    font-size: 14px;
    background-color: #ff971b;
    border: 1px solid transparent;
    color: #fff;
    padding:12px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 5;
}

.carousels__button:hover,
.carousels__button:active {
    background-color: #ec881c;
    border: 1px solid #e07f16;
    color: #fff;
    text-decoration: none;
}

.carousels__button--aqua,
.carousels__button--aqua:focus {
    background-color: #43F7FA;
    color: #3d434d;
}

.carousels__button--aqua:hover,
.carousels__button--aqua:active {
    background-color: #16d6d6;
    border: 1px solid #14e6e6;
    color: #3d434d;
}

.carousels__item {
    background-position: center center;
    background-size: cover;
    height: 560px;
}

.carousels__image-wrap {
    height: auto;
}

.carousels__image-wrap--absolute {
    position: absolute;
}

.carousels__image {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
}

.carousels__image--right {
    left: 0;
    right: auto;
}

@media screen and ( min-width: 768px ) {
    .carousels__content {
        padding-top: 150px;
    }

    .carousels__text {

    }

    .carousels__title {

    }

    .carousels__subtitle {

    }

    .carousels__button,
    .carousels__button:focus {
        font-size: 16px;
        padding: 18px;
    }

    .carousels__image-wrap {
        height: 360px;
    }

    .carousels__image-wrap--absolute {
        height: auto;
    }

    .carousels__image {
        opacity: 1;
    }

    ol.carousels__indicators {
        left: auto;
        margin-left: auto;
        width: auto;
    }
}

@media screen and ( min-width: 993px ) {
    .carousels__item {
        height: 650px;
    }

    .carousels__content {
        padding-top: 150px;
    }

    .carousels__text {

    }

    .carousels__title {

    }

    .carousels__subtitle {

    }

    .carousels__button,
    .carousels__button:focus {
        font-size: 16px;
        padding: 18px;
    }

    .carousels__image-wrap {
        height: 450px;
    }

    .carousels__image-wrap--absolute {
        height: auto;
    }

}

@media screen and ( min-width: 1200px ) {
    .carousels__item {
        height: 750px;
    }

    .carousels__content {
        padding-top: 200px;
    }

    .carousels__button,
    .carousels__button:focus {
        font-size: 16px;
        padding: 18px;
    }

    .carousels__image-wrap {
        height: 500px;
    }

    .carousels__image-wrap--absolute {
        height: auto;
    }

}

@media screen and ( min-width: 1600px ) {
    .carousels__item {
        height: 878px;
    }

    .carousels__content {
        padding-top: 200px;
    }

    .carousels__title {
        font-size: 50px;
    }

    .carousels__subtitle {
        font-size: 22px;
    }

    .carousels__image-wrap {
        height: 630px;
    }

    .carousels__image-wrap--absolute {
        height: auto;
    }

    .carousels__button,
    .carousels__button:focus {
        font-size: 18px;
        padding: 24px;
    }

}