/**
 * Table of Contents:
 *

1. - Global Styles
2. - Header
3. - Main 
3. - Bottom
5. - Footer 
 
 * -----------------------------------------------------------------------------
 */
/**
 * 1. Global Styles
 * -----------------------------------------------------------------------------
 */


@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto-light-webfont.eot');
    src: url('../fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-light-webfont.woff') format('woff'),
        url('../fonts/roboto-light-webfont.ttf') format('truetype'),
        url('../fonts/roboto-light-webfont.svg#robotolight') format('svg');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto-lightitalic-webfont.eot');
    src: url('../fonts/roboto-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-lightitalic-webfont.woff') format('woff'),
        url('../fonts/roboto-lightitalic-webfont.ttf') format('truetype'),
        url('../fonts/roboto-lightitalic-webfont.svg#robotolight_italic') format('svg');
    font-weight: 300;
    font-style: italic;

}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto-regular-webfont.eot');
    src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-regular-webfont.woff') format('woff'),
        url('../fonts/roboto-regular-webfont.ttf') format('truetype'),
        url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto-bold-webfont.eot');
    src: url('../fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/roboto-bold-webfont.woff') format('woff'),
        url('../fonts/roboto-bold-webfont.ttf') format('truetype'),
        url('../fonts/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: bold;
    font-style: normal;

}


body {
    -ms-overflow-style: scrollbar;
}

/*
.pagination, .social-links, .slide-nav, .mobile-nav {
  list-style: none;
  padding: 0;
  margin: 0; }
  
.container:before, .bottom:before, .bottom-area-1:before, .bottom-area-2:before { content: ""; display: table; }
.container:after, .bottom:after, .bottom-area-1:after, .bottom-area-2:after { clear: both; }

*/

a,
input,
select,
button,
.breadcrumb .breadcrumb-content span,
.owl-theme .owl-controls .owl-buttons div.owl-prev:before,
.owl-theme .owl-controls .owl-buttons div.owl-next:before,
.owl-theme .owl-controls .owl-pagination .owl-page span {
    transition: all .1s, visibility 0s;
    -ms-transition: all .1s, visibility 0s;
    -webkit-transition: all .1s, visibility 0s;
    -moz-transition: all .1s, visibility 0s;
}
}

/*
.owl-theme .owl-controls .owl-buttons div.owl-prev:before, .owl-theme .owl-controls .owl-buttons div.owl-next:before, .thumb-icon,  {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

*/

body {
    font-size: 20px;
    line-height: 24px;
    font-style: normal;
    position: relative;
    background: #fcfcfc;
    color: #173A79;
}

::selection {
    background: #FCDE1D;
    color: #000000;
    text-shadow: none;
}

::-moz-selection {
    background: #FCDE1D;
    color: #000000;
    ;
    text-shadow: none;
}


.nav-main {
    background: #069CD7;
}


/**
 *
 *

1.2.1 Default Structure Tag

1.2.2 Basic Structure Class

1.2.3 Custom Layout

1.2.4 Default Article

1.2.5 Default Widget

1.2.6 Elements

1.2.7 Images

 
 * 
 **/
/*___________ 1.2.1 Default Structure Tag ___________*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Roboto";
    color: #173A79;
    font-weight: 700;
    display: block;
    margin: 0 0 10px;
}

h1,
.h1 {
    font-size: 35px;
    font-weight: 400;
    line-height: 43px;
    color: #069CD7;
}

@media screen and (max-width: 479px) {

    h1,
    .h1 {
        font-size: 30px;
        line-height: 38px;
    }
}

h2,
.h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
}

@media screen and (max-width: 479px) {

    h2,
    .h2 {
        font-size: 24px;
        line-height: 32px;
    }
}

h3,
.h3 {
    font-size: 25px;
    font-weight: 400;
    line-height: 32px;
}

@media screen and (max-width: 479px) {

    h3,
    .h3 {
        font-size: 20px;
        line-height: 28px;
    }
}

h4,
.h4 {
    font-size: 18px;
    line-height: 32px;
}

h5,
.h5 {
    font-size: 16px;
    line-height: 24px;
}

h6,
.h6 {
    font-size: 14px;
    line-height: 22px;
}

.hero-XXL,
.hero-XL,
.hero-L,
.hero-M,
.hero-S,
.hero-XS {
    font-family: "Roboto";
    font-weight: 700;
    display: block;
    margin: 0 0 10px;
}


.hero-XXL {
    font-size: 35px;
    font-weight: 400;
    line-height: 43px;
}

@media screen and (max-width: 479px) {
    .hero-XXL {
        font-size: 30px;
        line-height: 38px;
    }
}

.hero-XL {
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
}

@media screen and (max-width: 479px) {
    .hero-XL {
        font-size: 24px;
        line-height: 32px;
    }
}

.hero-L {
    font-size: 25px;
    font-weight: 400;
    line-height: 32px;
}

@media screen and (max-width: 479px) {
    .hero-L {
        font-size: 20px;
        line-height: 28px;
    }
}

.hero-M {
    font-size: 18px;
    line-height: 32px;
}

.hero-S {
    font-size: 16px;
    line-height: 24px;
}

.hero-XS {
    font-size: 14px;
    line-height: 22px;
}

.nobottommargin,
.nobottommargin * {
    margin-bottom: 0 !important;
}



a {
    color: #3c3c3c;
    text-decoration: none !important;
    outline: none !important;
}

a:hover {
    color: #3c3c3c;
    text-decoration-color: #FACFBF;
    text-decoration: underline;
    outline: none !important;
}

#main-content {
    margin-left: 360px;
    position: relative;
}

.main-content-shift,
.content-shift {
    padding: 0 1.5rem 0 5rem;
    position: relative;
    background: #fcfcfc;
}

@media screen and (min-width: 1200px) and (max-width: 1559px) {

    .main-content-shift,
    .content-shift {
        padding: 0;
        margin: 0 auto;
        width: 1038px;
    }

}

@media screen and (min-width: 992px) and (max-width: 1199px) {

    .main-content-shift,
    .content-shift {
        padding: 0;
        margin: 0 auto;
        width: 828px;
    }

}

@media screen and (max-width: 991px) {

    .main-content-shift,
    .content-shift {
        padding: 0;
        margin: 0 1vw;
    }

}

@media screen and (max-width: 767px) {

    .main-content-shift,
    .content-shift {
        padding: 0;
        margin: 0 2vw;
    }

    .main-content-shift,
    .content-shift {
        padding: 0;
    }

}

@media screen and (max-width: 575px) {

    .main-content-shift,
    .content-shift {
        padding: 0;
    }

}




.main-content-shift > .container-fluid,
.content-shift > .container-fluid {
    max-width: 1400px;
}

#main-content ol {
    counter-reset: item;
    display: block;
    margin: 5px 0;
    padding: 0 0 0 40px;
}

#main-content ul {
    margin: 0px 0px 30px;
    padding: 0
}

#main-content ul li {
    list-style: none;
    margin-bottom: 10px;
    display: block;
    line-height: 125%;
    position: relative;
    padding: 0 0 0 24px;
}

#main-content ul li ul {
    margin: 16px 0 16px;
}

#main-content ul li::before {
    font-family: "fontAwesome";
    position: absolute;
    content: "\f04d";
    top: 0;
    left: 0;
    font-size: 10px;
    color: #444444;
}

#main-content .sidebar-nav ul li {
    margin-bottom: 0;
}

#main-content .sidebar-nav ul li::before {
    display: none;
}

#main-content ol li {
    list-style: inside decimal;
    margin-bottom: 10px;
}


textarea {
    resize: vertical;
}

.ce-image img {
    width: 100%;
    height: auto;
}

.ce-image {
    margin-bottom: 30px;
}

input,
select,
button {
    outline: none !important;
    box-shadow: none !important;
}

p.reset {
    margin: 0;
}

p {
    margin: 0 0 20px;
}

/* p:last-child { margin: 0; } */

a.anchor {
    display: block;
    position: relative;
    top: -116px;
    width: 1px;
    height: 1px;
    /*visibility: hidden;*/
}

cite,
em,
var,
address,
dfn {
    font-style: italic;
}

i {
    font-style: normal;
}

p i {
    font-style: italic;
}

iframe {
    border: none;
    width: 100%;
}

blockquote {
    border-left: 0px;
}

html {
    overflow-x: hidden;
}

body {
    font-family: "Roboto";
    overflow: hidden;
}


.main-container {
    background: #fcfcfc;
}



/*___________ 1.2.2 Basic Structure Class ___________*/

/*--- layout ---*/

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.alignleft,
.align-left {
    float: left;
}

.alignright,
.align-right {
    float: right;
}

.aligncenter,
.align-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.frame-space-before-extra-small {
    margin-top: 10px;
}

.frame-space-before-small {
    margin-top: 20px;
}

.frame-space-before-medium {
    margin-top: 30px;
}

.frame-space-before-large {
    margin-top: 50px;
}

.frame-space-before-extra-large {
    margin-top: 75px;
}

.frame-space-after-extra-small {
    margin-bottom: 10px;
}

.frame-space-after-small {
    margin-bottom: 20px;
}

.frame-space-after-medium {
    margin-bottom: 30px;
}

.frame-space-after-large {
    margin-bottom: 50px;
}

.frame-space-after-extra-large {
    margin-bottom: 75px;
}


/*Layout*/

.leftpanel {
    position: fixed;
    top: 0;
    left: 0;
    width: 360px;
    height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: block;
    background: #069CD7;
    z-index: 99;
}

@media screen and (max-width: 1559px) {
    .leftpanel {
        max-width: 84px;
    }

    #main-content {
        margin-left: 84px;
    }

}

@media screen and (max-width: 767px) {
    .leftpanel {
        max-width: 60px;
    }

    #main-content {
        margin-left: 60px;
    }

}

@media screen and (max-width: 1559px) {
    .ocm-wrapper {
        display: none;
    }
}

.leftpanel a.logo {
    padding: 3rem 50px 0;
    display: block;
}

.leftpanel .logo img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1559px) {
    .leftpanel a.logo {
        padding: 20px 0;
        display: block;
        width: 68px;
        margin-left: 8px;
    }
}

@media screen and (max-width: 767px) {
    .leftpanel a.logo {
        padding: 20px 0;
        display: block;
        width: 48px;
        margin-left: 6px;
    }

}

@media screen and (max-width: 1559px) {
    .ocm-opened .leftpanel a.logo {
        padding: 20px 0;
        display: block;
        width: 116px;
        margin-left: 8px;
    }
}

.ocm-opened .leftpanel {
    max-width: 360px;
    width: 100%;
}

.ocm-opened .ocm-wrapper {
    display: block;
}

.ocm-opened .leftpanel a.logo {

    margin-left: 48px;
}

@media screen and (max-width: 479px) {

    .ocm-opened .leftpanel div.logo {
        width: 300px;
        margin: 0 auto;
    }

    .ocm-opened .leftpanel a.logo {
        padding: 17px 0;
        display: block;
        width: 70px;
        margin-left: 20px;
    }
}

.rightpanel {
    position: fixed;
    top: 0;
    right: 0;
    width: 360px;
    height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: block;
}

.ocpanel {
    position: fixed;
    top: 0;
    width: 0px;
    height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: none;
}

.ocpanel.oc-left {
    display: inline;
    left: 0px;
    z-index: 999999;
}

.ocpanel.oc-right {
    display: inline;
    right: 0px;
    z-index: 999999;
}

.ocpanel.oc-left .occanvas {
    width: 340px;
    left: -340px;
    display: none;
    z-index: 1;
}

.ocpanel.oc-right .occanvas {
    width: 340px;
    right: -340px;
    display: none;
    z-index: 1;
}

.get-nicer {
    overflow: auto;
    height: 280px;
}

.nice-wrapper {}

.nicescroll-rails {
    background-color: rgb(51, 122, 183);
}

.nicescroll-cursors {
    border: none !important;
    background-color: #000 !important;
    border-radius: 0 !important;
}

.jumbotron {
    padding-top: 80px;
}



/*Slider*/

#slider-wrapper {}

#slider {}

.ls-fullsize {
    width: 100% !important;
    margin: 0 !important;
}

/*--- breadcrumb ---*/

#breadcrumb {
    margin-bottom: 30px;
}

#main-content ul.breadcrumb {
    font-weight: 400;
    font-size: 13px;
    word-wrap: break-word;
    margin: 10px 0 0;
    padding: 0;
    background: none;
}

#main-content ul.breadcrumb > li {
    display: inline-block;
    margin: 0;
    padding: 0 7px 0 0;
    list-style: none;
    float: left;
}

#main-content ul.breadcrumb > li > a {
    color: #069CD7;
}

#main-content ul.breadcrumb > li:before {
    content: "\f054";
    margin-right: 6px;
    display: inline-block;
    position: relative;
    color: #6B7B9A;
}

#main-content ul.breadcrumb > li.m-root {
    padding: 0 7px 0 0;
}

#main-content ul.breadcrumb > li.m-root:before {
    display: none !important;
}

#main-content ul.breadcrumb > li.active,
#main-content ul.breadcrumb > li.active > a {
    color: #173A79;
}

/*#main-content ul.breadcrumb > li.active:before { display: none !important; } */


/* ----- submenu  -----*/

ul#submenu {
    display: block;
    margin-bottom: 30px;
}

ul#submenu > li {
    display: block;
    padding: 0;
    background: #ffffff;
    width: 100%;
    margin-bottom: 2px;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
    color: #173A79;
}

ul#submenu > li > a {
    color: #173A79;
    padding: 15px 10px;
    display: block;

}

ul#submenu > li:before {
    display: none;
}

ul#submenu > li:hover {
    background: #FCDE1D;
}

ul#submenu > li.active {
    background: #ffffff !important;
}

ul#submenu > li:hover > a {
    color: #173A79;
}

ul#submenu > li.active > a {
    color: #069CD7 !important;
}



/*----- Tabs -----*/
.nav-tabs {
    background: url("img/background/1.png");
    border-bottom: 1px solid #e3e6e9;
    margin-bottom: 0;
}

.nav-tabs > li {
    margin-right: 0 !important;
}

.nav-tabs > li > a {
    margin-right: 0;
    margin-left: -1px;
    text-transform: none;
    border: none !important;
    background: none !important;
    font-family: "Roboto";
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 14px 25px;
    margin-bottom: 0px;
    border-radius: 0;
    cursor: pointer !important;
    position: relative;
}

@media screen and (max-width: 479px) {
    .nav-tabs > li > a {
        padding: 8px;
    }
}

.nav-tabs > li > a:before,
.nav-tabs > li > a:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: calc(100% + 6px);
    background: #fff;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* Netscape */
    -moz-opacity: 0;
    /* Safari 1.x */
    -khtml-opacity: 0;
    /* Good browsers */
    opacity: 0;
}

.nav-tabs > li > a:after {
    background: none;
    border: 1px solid #e3e6e9;
}

.nav-tabs > li > a p {
    position: relative;
    z-index: 9;
}

.nav-tabs > li > a:hover {
    color: #2c2f33;
}

.nav-tabs > li > a:hover:before,
.nav-tabs > li > a:hover:after {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* Netscape */
    -moz-opacity: 1;
    /* Safari 1.x */
    -khtml-opacity: 1;
    /* Good browsers */
    opacity: 1;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    cursor: default;
    color: #2c2f33;
}

.nav-tabs > li.active > a:before,
.nav-tabs > li.active > a:after,
.nav-tabs > li.active > a:hover:before,
.nav-tabs > li.active > a:hover:after,
.nav-tabs > li.active > a:focus:before,
.nav-tabs > li.active > a:focus:after {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    /* Netscape */
    -moz-opacity: 1;
    /* Safari 1.x */
    -khtml-opacity: 1;
    /* Good browsers */
    opacity: 1;
}


.nav-tabs .nav-item.nav-link.active {
    border-color: #e3e6e9 #e3e6e9 #fff;
}

.tab-content {
    background: #fff;
    padding: 35px 0 0;
    border: none;
    border: 1px solid transparent;
    border-color: #fff #e3e6e9 #e3e6e9;
}

.tab.style-01 {
    border: 2px solid #e3e6e9;
}

.tab.style-01 .nav-tabs {
    border: none;
    border-bottom: 1px solid #e3e6e9;
    padding: 0 15px;
}

@media screen and (max-width: 479px) {
    .tab.style-01 .nav-tabs {
        padding: 0;
    }
}

.tab.style-01 .nav-tabs > li > a {
    padding: 14px 15px;
}

@media screen and (max-width: 479px) {
    .tab.style-01 .nav-tabs > li > a {
        padding: 8px;
    }
}

.tab.style-01 .nav-tabs > li > a:before,
.tab.style-01 .nav-tabs > li > a:after {
    display: none;
}

.tab.style-01 .nav-tabs > li > a:hover {
    color: #fff;
}

.tab.style-01 .nav-tabs > li.active > a,
.tab.style-01 .nav-tabs > li.active > a:hover,
.tab.style-01 .nav-tabs > li.active > a:focus {
    cursor: default;
    color: #fff;
}

.tab.style-01 .tab-content {
    padding: 30px;
}

/*--- buttons ---*/
.hub-module-btn-1 .widget-content > div {
    margin-left: -15px;
}

.hub-module-btn-1 .widget-content > div a {
    margin-top: 20px;
    margin-left: 15px;
}

.hub-module-btn-2 .widget-content > div {
    margin-left: -25px;
}

.hub-module-btn-2 .widget-content > div a {
    margin-top: 20px;
    margin-left: 25px;
}

/*--- collapse ---*/
.panel-group {
    margin-bottom: 0px;
}

.panel-group .panel {
    background: none;
    border-radius: 0;
    box-shadow: none;
    border: none;
    margin: 0 0 5px 0 !important;
    position: relative;
    z-index: 0;
}


.panel .panel-heading {
    position: relative;
    z-index: 0;
    padding: 0;
    background: none;
}

.panel h4.panel-title {
    display: block;
    background: linear-gradient(16deg, #f2f2f2 0%, #f2f2f2 15%, #ffffff 100%);
    height: 44px;
    line-height: 44px;
    padding: 0 15px;
    margin: 0 0 2px;
    z-index: auto;
    border-radius: 6px;
    position: relative;
    border-radius: 0;
}

.panel h4.panel-title > a {
    display: block;
}

.panel h4.panel-title > a::after {
    content: "\f077";
    position: absolute;
    right: 0;
    font-family: "fontAwesome";
}

.panel h4.panel-title > a.collapsed::after {
    content: "\f078";
}

.panel h4.panel-title::before {
    position: absolute;
    top: 2px;
    right: -3px;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: -2;
    background: #d9d9d9;
    box-sizing: content-box;
    transform: skewX(-1deg);
    box-shadow: 0 0 6px #d9d9d9;
}

.panel h4.panel-title a {
    z-index: 4;
    position: relative;
}

.panel-group .panel .panel-body {
    padding: 25px 0 20px 15px;
    border: none !important;
}

.panel-collapse.collapsing,
.panel-collapse.collapse.in {
    display: block;
    background: linear-gradient(16deg, #f2f2f2 0%, #f2f2f2 15%, #ffffff 100%);
    padding: 15px 15px 15px 0;
    margin: 0 0 2px;
    z-index: auto;
    border-radius: 6px;
    position: relative;
    border-radius: 0;
}

.panel-collapse.collapsing::before,
.panel-collapse.collapse.in::before {
    position: absolute;
    top: 2px;
    right: -2px;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: -2;
    background: #d9d9d9;
    box-sizing: content-box;
    transform: skewX(-0.01deg);
    box-shadow: 0 0 6px #d9d9d9;
}



/*--- blockquote ---*/
.ct-blockquote-1 {
    padding: 50px 45px;
    font-size: 26px;
    line-height: 34px;
    font-weight: 300;
    font-style: italic;
}

.ct-blockquote-1 span {
    color: #fff;
}

.ct-blockquote-1 header {
    margin-bottom: 10px;
}

.ct-blockquote-1 footer {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    margin-top: 15px;
}

.ct-blockquote-2,
.ct-blockquote-4 {
    padding: 0 30px;
    border-left-width: 5px;
    border-left-style: solid;
    border-right-width: 5px;
    border-right-style: solid;
    font-family: "Roboto";
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.ct-blockquote-2 header,
.ct-blockquote-4 header {
    font-size: 26px;
    margin-bottom: 10px;
}

.ct-blockquote-2 footer,
.ct-blockquote-4 footer {
    font-family: "Roboto";
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    font-style: italic;
    margin-top: 15px;
}

.ct-blockquote-3,
.ct-blockquote-5 {
    padding: 120px 100px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    font-style: italic;
}

@media screen and (max-width: 799px) {

    .ct-blockquote-3,
    .ct-blockquote-5 {
        padding: 50px 20px;
    }
}

.ct-blockquote-3:before,
.ct-blockquote-5:before {
    content: '';
}

.ct-blockquote-3 > *,
.ct-blockquote-5 > * {
    position: relative;
}

.ct-blockquote-3 header,
.ct-blockquote-5 header {
    font-size: 26px;
    margin-bottom: 10px;
}

.ct-blockquote-3 footer,
.ct-blockquote-5 footer {
    font-size: 20px;
    line-height: 28px;
}

.ct-blockquote-4 {
    padding: 0;
    border: none;
}

.ct-blockquote-5 {
    padding: 120px 0;
}

@media screen and (max-width: 979px) {
    .ct-blockquote-5 {
        padding: 60px 0;
    }
}


/*_____________ page-header-1 _____________*/

header {
    background-color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

body.sticky-header header {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    border-bottom: 1px solid #cccccc;
}

header .logo img {
    margin: 10px 0;
}

/*--- sticky-menu ---*/
.page-header-1.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
}

.page-header-1.sticky .main-menu > li > a {
    color: rgba(255, 255, 255, 0.9);
}

.page-header-1.sticky .main-menu > li ul.sub-menu,
.page-header-1.sticky .main-menu > li ul,
.page-header-1.sticky .main-menu > li .sf-mega {
    top: 42px;
}

.page-header-1.sticky .main-menu > li ul.sub-menu ul,
.page-header-1.sticky .main-menu > li ul ul,
.page-header-1.sticky .main-menu > li .sf-mega ul {
    top: 0;
}




/*Main*/


header nav.main-nav {
    margin: 0;
    display: block;
    text-align: center;
}

nav.main-nav ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    width: auto;
    top: 0;

}

nav.main-nav > ul > li {
    display: block;
    float: left;
    position: relative;
    margin: 0 4rem 0 0;
    z-index: 999;
    padding-bottom: 6px;
}

nav.main-nav > ul > li > a {
    color: #333333;
    font-size: 18px;
    font-weight: 400;
    font-family: "Roboto";
    line-height: 32px;
    padding: 1rem 0rem;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ffffff #ffffff currentcolor;
    border-image: none;
    border-style: solid solid none;
    border-width: 4px 1px medium;
    background: transparent;
}

nav.main-nav > ul > li.last {
    margin-right: 0;
    float: left;
}

nav.main-nav > ul > li.first > a {
    left: -1px;
}

nav.main-nav > ul > li.last > a {
    left: 1px;
}

nav.main-nav ul.nav > li > a:hover,
nav.main-nav ul.nav > li > a:focus {
    color: #333333;
    text-decoration: none;
    background: none;
}

nav.main-nav ul li.item.dropdown:hover::after,
nav.main-nav > ul > li.item:hover::after {
    content: "";
    display: block;
    background-color: #FACFBF;
    height: 3px;
    width: 100%;
    bottom: 1px;
    left: 0;
    position: absolute;
}

nav.main-nav ul li.item.dropdown:hover > a,
nav.main-nav > ul > li.item:hover > a {
    color: #333333;
}

nav.main-nav > ul > li > ul {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #ffffff none repeat scroll 0 0;
    border-radius: 0;
    display: none;
    left: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    width: auto;
    margin-top: -4px;
    padding: 0.5rem 1rem;
    z-index: 199;
    font-size: 16px;
    border: 3px solid #FACFBF;
}

nav.main-nav ul ul li {
    display: block;
    width: 25%;
    padding: 0.5rem 2rem 0.5rem 0;
}

nav.main-nav > ul > li > ul > li.sub > a {
    display: block;
    padding: 1rem 0;
    border-bottom: 2px solid #dddddd;
    font-size: 17px;
    color: #333333;
}

nav.main-nav > ul > li > ul > li > a:hover,
nav.main-nav > ul > li > ul > li > a:focus {
    color: #000000;
    text-decoration: none;
    position: relative;
}

nav.main-nav > ul > li > ul > li > a:hover::after,
nav.main-nav > ul > li > ul > li > a:focus::after {
    content: "";
    display: block;
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: -6px;
    background: #FACFBF;
    left: 0;
}

nav.main-nav ul ul ul {
    display: block;
    width: 100%;
    margin: 2rem 0 0 0;
}

nav.main-nav > ul > li > ul > li > ul > li {
    display: block;
    float: none;
    width: 100%;
}

nav.main-nav > ul > li > ul > li > ul > li > a {
    display: block;
    padding: 0 0 0.5rem;
}

nav.main-nav ul li:hover > ul {
    display: block;
}

nav.main-nav ul li a.dropdown-toggle > i {
    display: inline-block;
    margin-left: 5px;
}

nav.main-nav ul .dropdown-toggle::after {
    display: none !important;
}


@media (max-width: 991px) {
    nav.main-nav > ul > li {
        margin: 0 2.5rem 0 0;
    }
}


/**
* 3 - Main
* -------------------------------------------------------------------
*/

/*
.layout-home #main-content { padding: 75px 0; } 
.layout-home #main-content { padding: 0; }
.layout-sub #main-content { padding: 0 0 75px; }
*/

/**
 *  Submenu
 *  ------------------------------------------------------------------
**/


/**
* 4 - Bottom
* -------------------------------------------------------------------
*/

.bottom {
    position: relative;
    z-index: 9;
    box-shadow: 0 -2px 1px 0 rgba(0, 0, 0, 0.1);
}

.bottom-sidebar {
    padding: 0;
}

/*--- bottom-area-1 ---*/
.bottom-area-1 {
    padding: 25px 0;
}

.bottom-area-1 img {
    width: auto;
    float: left;
    max-height: 28px;
}


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

ul.navbar-bottom > li {
    float: left;
    margin: 0 20px 0 0;
    list-style: none;
}

ul.navbar-bottom > li > a {
    text-decoration: none;
    color: #2c2f33;
}

.certs img {
    float: left;
    margin-right: 40px;
    height: 110px;
    width: auto;
}

@media screen and (max-width: 1199px) {
    .certs img {
        margin-right: 40px;
        height: 110px;
    }
}

@media screen and (max-width: 991px) {
    .certs img {
        margin-right: 32px;
        height: 60px;
    }
}

@media screen and (max-width: 767px) {
    .certs img {
        margin-right: 26px;
        height: 40px;
    }
}

@media screen and (max-width: 479px) {
    .certs img {
        margin-right: 16px;
        height: 32px;
    }
}


/**
 * 4 - Footer
 * -----------------------------------------------------------------------------
 */
.scrollup {
    z-index: 99999999;
    display: inline-block;
    text-align: center;
    width: 41px;
    height: 41px;
    line-height: 33px;
    font-size: 16px;
    border-radius: 50%;
    position: fixed;
    right: 20px;
    bottom: 20px;
    margin: 0;
    color: #FACFBF !important;
    display: none;
    border: 2px solid #FACFBF;
}

.scrollup:hover {
    background: #FACFBF;
    color: #fff !important;
}


/*--- Firefox ---*/
@-moz-document url-prefix() {}

/** 
 * 5. - Responsive
 * -------------------------------------------------------------------
 */
@media screen and (max-width: 479px) {
    body {
        font-size: 14px;
        line-height: 22px;
    }
}

/** 
 * 6. - Mobile
 * -------------------------------------------------------------------
 */

html.ocm-opened body {
    overflow-y: hidden;
    overflow-x: hidden;
}

.ocm-menu.ocm-opened {
    transform: translate3d(0px, 0px, 0px);
}

.ocm-menu {
    height: 100%;
    right: 0;
    overflow: hidden;
    padding: 0;
    position: fixed;
    top: 0;
    transform: translate3d(320px, 0px, 0px);
    width: 300px;
    z-index: 500;
}

.ocm-opened {}

.ocm-closed {}

.animatedSlide {
    transition-duration: 0.3s;
    transition-property: -webkit-transform;
    transition-timing-function: ease-out;
}

.ocm-wrapper {
    height: 100%;
    width: 100%;
    background: #069CD7;
    padding: 0;
    margin: 0;
}

.ocm-innerwrapper {
    width: 300px;
    /*position: relative;*/
    /*z-index: 1000;*/
    overflow: hidden;
}

.ocm-innercontainer {
    /*position:absolute;*/
    width: 1200px;
    /*top: 0;*/
    /*left:0;*/
}

.ocm-wrapper .scrollable {
    bottom: 0;
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    overflow: auto;
    padding: 0 !important;
    width: 100% !important;
    -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 479px) {
    .ocm-wrapper .scrollable {
        top: 100px;
    }
}

.scrollableArea {
    width: 300px;
    margin: 0 auto;
    min-height: 100%;
}

.shiftLvl1 {
    transform: translate3d(-300px, 0px, 0px);
    -ms-transform: translate3d(-300px, 0px, 0px);
    -moz-transform: translate3d(-300px, 0px, 0px);
    -webkit-transform: translate3d(-300px, 0px, 0px);
    -o-transform: translate3d(-300px, 0px, 0px);
}

.shiftLvl2 {
    transform: translate3d(-600px, 0px, 0px);
    -ms-transform: translate3d(-600px, 0px, 0px);
    -moz-transform: translate3d(-600px, 0px, 0px);
    -webkit-transform: translate3d(-600px, 0px, 0px);
    -o-transform: translate3d(-600px, 0px, 0px);
}

.shiftLvl3 {
    transform: translate3d(-900px, 0px, 0px);
    -ms-transform: translate3d(-900px, 0px, 0px);
    -moz-transform: translate3d(-900px, 0px, 0px);
    -webkit-transform: translate3d(-900px, 0px, 0px);
    -o-transform: translate3d(-900px, 0px, 0px);
}

.no-csstransforms3d .shiftLvl1 {
    transform: translate(-300px, 0px);
}

.no-csstransforms3d .shiftLvl2 {
    transform: translate(-600px, 0px);
}

.no-csstransforms3d .shiftLvl3 {
    transform: translate(-900px, 0px);
}

.ocm-shiftlvl1 {
    margin-left: 0px;
}

.ocm-shiftlvl2 {
    margin-left: -25%;
}

.ocm-shiftlvl3 {
    margin-left: -50%;
}

.ocm-shiftlvl4 {
    margin-left: -75%;
}

.ocm-panel {
    display: block;
    float: left;
    width: 300px;
    /*height: 1024px;*/
}

.ocm-list {
    padding: 0;
    margin: 0;
    display: none;
}

.ocm-active,
.ocm-active .ocm-list {
    display: block;
}

.ocm-none {
    display: none;
}


.ocm-list > li:not(.ocm-subtitle):after {
    left: auto;
    margin-left: 20px;
    position: relative;
    width: auto;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
}

.ocm-list > li:after {
    border-color: transparent;
}

.ocm-list > li {
    position: relative;
    background-color: #069CD7;
    /*border-bottom: 1px solid rgba(255,255,255,0.15);*/
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-shadow: none;
}

.ocm-list > li:last-child {
    border-bottom: none;
}

.ocm-list > li > a,
.ocm-list > li > span {
    color: inherit;
    display: block;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
    padding: 10px 10px 10px 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ffffff;
}

.ocm-list > li > a,
.ocm-list .ocm-subdir + span {
    margin-right: 50px;
    padding-right: 5px;
}

.ocm-list > li > a:hover {
    background: rgba(255, 255, 255, 0.15);
}

.ocm-list > li > span:hover {
    background: rgba(255, 255, 255, 0.15);
}

.ocm-list a,
.ocm-list a:hover {
    text-decoration: none;
}

.ocm-list .ocm-subdir:before {
    /*border-left: 1px solid rgba(255,255,255,0.15);*/
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}

.ocm-list .ocm-subback {
    margin-top: 0;
    padding-top: 15px;
    text-indent: 20px;
    cursor: pointer;
    border-color: #ffffff;
    background: rgba(0, 0, 0, 0.125);
}

.ocm-list .ocm-subback:hover {
    background: rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    border-color: #ffffff;
}

.ocm-list > li > .ocm-subdir:after,
.ocm-list > li > .ocm-subback:before {
    border-color: inherit;
}

.ocm-list .ocm-subdir:after,
.ocm-list .ocm-subback:before {
    content: '';
    border: 2px solid #ffffff;
    bottom: 45%;
    display: block;
    height: 10px;
    left: 18px;
    margin-bottom: -2px;
    position: absolute;
    width: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ocm-list .ocm-subdir:after {
    border-left: medium none;
    border-top: medium none;
    right: 18px;
}

.ocm-list .ocm-subback:before {
    border-bottom: medium none;
    border-right: medium none;
    left: 22px;
    margin-bottom: -2px;
}

.ocm-list .ocm-subdir {
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    cursor: pointer;
    border-color: #ffffff;
    background: #069CD7;
}

.ocm-level2 .ocm-list li a {
    padding-left: 40px;
}

.ocm-level3 .ocm-list li a {
    padding-left: 40px;
}


.ocm-list li.ocm-cur a {
    background: rgba(255, 255, 255, 0.15);
    color: #FFFFFF;
}

.ocm-list > li.ocm-current > a {
    background: rgba(255, 255, 255, 0.30);
    color: #FFFFFF;
}

.ocm-list > li.ocm-active > a {
    background: rgba(255, 255, 255, 0.15);
    color: #FFFFFF;
}

.ocm-list > li.ocm-active > span.ocm-subdir {
    background: rgba(255, 255, 255, 0.3);
}

.ocm-list > li.ocm-active > span.ocm-subdir::after {
    border-color: #ffffff;
}

.scrollable hr {
    border-top-color: rgba(255, 255, 255, 0.15);
    margin: 3.5rem 20px;
}

.c-tab {
    width: 107px;
    padding: 5px 20px;
    float: left;
    background: #cccccc;
    color: #3c3c3c;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    text-align: center;
    cursor: pointer;
}

.c-tab > a {
    padding: 5px 20px;
    display: block;
}

.c-tab.c-emergency > a {
    color: #ffffff;
}

.c-tab > a:hover {
    color: #2c2f33;
}

.c-tab.c-emergency > a:hover {
    color: #ffffff;
}

.c-tab.c-email {
    width: 106px;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

.c-tab span {
    display: block;
    width: 28px;
    height: 26px;
    margin: 0 auto;
}

.c-tab.c-phone span {}

.c-tab.c-email span {}

.c-tab.c-emergency {
    /*background: #c63800;*/
    background: #fe0000;
    color: #ffffff;
}

.c-panel {
    width: 100%;
    padding: 15px;
    display: none;
}

.c-panel.c-active {
    display: block;
}

.globalnav {
    margin: 0 auto;
    width: 320px;
}

.globalnav ul {
    margin: 0;
    padding: 0;
}

.globalnav ul li {
    list-decoration: none;
    display: block;
}

.globalnav ul li a {
    text-decoration: none;
    color: #ffffff;
    display: block;
    padding: 4px 20px;
    line-height: 30px;
}

.globalnav ul li a:hover {
    background: rgba(255, 255, 255, 0.15);
}

.globalnav ul li a:active {
    background: rgba(255, 255, 255, 0.30);
}

/* Search */

.searchpanel {
    position: relative;
}

.searchpanel .form-group {
    margin-bottom: 1px;
}

.searchpanel .tx-indexedsearch-searchbox-sword.form-control {
    border: 0 none;
    border-radius: 0;
    display: block;
    font-size: 95%;
    height: 50px;
    margin: 0;
    padding: 12px 50px 12px 20px;
}

.searchpanel button {
    width: 49px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    background: #cccccc;
    border-radius: 0;
    color: #3c3c3c;
    font-size: 16px;
}

.searchpanel .btn:hover,
.searchpanel .btn:focus,
.searchpanel .btn.focus {
    color: #ffffff;
}

.tx-indexedsearch-icon {
    display: none;
}

.tx-indexedsearch-title > a,
tx-indexedsearch-title > a {
    color: #FACFBF;
    display: inline-block;
    position: relative;
}

.tx-indexedsearch-title > a:hover::after {
    content: "";
    bottom: -3px;
    height: 2px;
    position: absolute;
    display: block;
    background: #FACFBF;
    width: 100%;
}

/* OCM Menu */

.ocm-wrapper .menu-header {
    text-align: left;
    height: 65px;
    position: relative;
    z-index: 2;
}

.ocm-wrapper .menu-header span.m-section-title {
    line-height: 60px;
    color: #941b81;
    margin-left: 20px;
    padding-right: 16px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}

.ocm-wrapper .menu-header span.m-section-title:after {
    border: 1px solid #951a84;
    bottom: 45%;
    content: "";
    display: block;
    height: 9px;
    margin-bottom: -2px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 9px;
    border-top: medium none;
    border-left: medium none;
    right: 0px;
    z-index: 1;
}

.ocm-wrapper .menu-header span.m-section-title.m-section-active:after {
    border: 1px solid #951a84;
    border-bottom: medium none;
    border-right: medium none;
    top: 45%;
    bottom: auto;
}

.ocm-wrapper .m-section-panel {
    display: none;
}

.ocm-wrapper .m-section-panel.m-section-active {
    display: block;
}

.ocm-wrapper .m-section-panel .m-section-panel-entry {
    background-color: #EAEAEA;
    border-bottom: 1px solid #FFFFFF;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    text-shadow: none;
}

.ocm-wrapper .m-section-panel .m-section-panel-entry a {
    color: #3c3c3c;
    display: block;
    line-height: 20px;
    margin: 0;
    overflow: hidden;
    padding: 15px 10px 15px 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    position: relative;
}

.ocm-wrapper .m-section-panel .m-section-panel-entry a:before {
    border: 2px solid #000;
    bottom: 45%;
    content: "";
    display: block;
    height: 10px;
    margin-bottom: -2px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
    border-bottom: medium none;
    border-left: medium none;
    left: 16px;
    z-index: 1;
}

.ocm-wrapper .m-section-panel .m-section-panel-entry a:hover {
    text-decoration: none;
    color: #3c3c3c;
}

.ocm-wrapper .menu-header:after {
    background: url(../images/menu-shadow.png) repeat-x top left;
    bottom: -5px;
    content: " ";
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}



span.menu-icon {
    width: 35px;
    height: 30px;
    position: relative;
    cursor: pointer;
    display: none;
    margin: 10px auto 0;
}

span.menu-icon .bar {
    background-color: #FFF;
    position: absolute;
    border-radius: 2px;
    transition: .1s ease-in-out;
    width: 100%;
    height: 4px;
}

span.menu-icon .bar:nth-child(1) {
    top: 0px;
    left: 0px;
}

span.menu-icon .bar:nth-child(2) {
    top: 13px;
    left: 0px;
}

span.menu-icon .bar:nth-child(3) {
    bottom: 0px;
    left: 0px;
}

span.menu-icon:hover .bar:nth-child(1) {
    transform: rotate(45deg) scaleX(0.7);
    top: 5px;
    left: 5px;
}

span.menu-icon:hover .bar:nth-child(2) {
    transform: scale(0);
    transition-duration: 50ms
}

span.menu-icon:hover .bar:nth-child(3) {
    transform: rotate(-45deg) scaleX(0.7);
    bottom: 5px;
    left: 5px;
}

@media screen and (max-width: 1559px) {
    span.menu-icon {
        display: block;
    }
}

span.exit-icon {
    width: 36px;
    height: 36px;
    position: absolute;
    cursor: pointer;
    display: none;
    margin: 10px auto 0;
    border: 3px solid #ffffff;
    border-radius: 100%;
    transition: 0.1s ease-in-out;
    top: 6px;
    right: 16px;
}

span.exit-icon .bar {
    background-color: #FFF;
    position: absolute;
    border-radius: 2px;
    transition: .1s ease-in-out;
    width: 86%;
    height: 4px;
}

span.exit-icon .bar:nth-child(1) {
    transform: rotate(45deg);
    top: 13px;
    left: 2px;
}

span.exit-icon .bar:nth-child(2) {
    transform: rotate(-45deg);
    bottom: 13px;
    left: 2px;
}

span.exit-icon:hover {
    border: none;
}

span.exit-icon:hover .bar:nth-child(1) {
    transform: rotate(-45deg) scaleX(0.7);
    top: 9px;
    left: -2px;
}

span.exit-icon:hover .bar:nth-child(2) {
    transform: rotate(45deg) scaleX(0.7);
    bottom: 9px;
    left: -2px;
}

.ocm-opened span.exit-icon {
    display: block;
}

/*
span.menu-icon {
  cursor: pointer;
  display: none;
  height: 50px;
  width: 50px;
  margin: 10px auto 0;
  position: relative;
  padding-top: 10px;
  border: 5px solid transparent;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  overflow: hidden;
}

.bar {
  height: 3px;
  width: 35px;
  display: block;
  margin: 5px auto;
  position: relative;
  background-color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 10px;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

span.menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 3px solid transparent;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
span.menu-icon:hover:after {
  -moz-animation: circle-creation 1s forwards;
  -webkit-animation: circle-creation 1s forwards;
  animation: circle-creation 1s forwards;
}
span.menu-icon:hover .bar:nth-of-type(1) {
  -moz-transform: translateY(4px) rotate(45deg);
  -ms-transform: translateY(4px) rotate(45deg);
  -webkit-transform: translateY(4px) rotate(45deg);
  transform: translateY(4px) rotate(45deg);
}
span.menu-icon:hover .bar:nth-of-type(2) {
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
span.menu-icon:hover .bar:nth-of-type(3) {
  -moz-transform: translateY(-12px) rotate(-45deg);
  -ms-transform: translateY(-12px) rotate(-45deg);
  -webkit-transform: translateY(-12px) rotate(-45deg);
  transform: translateY(-12px) rotate(-45deg);
}

@media screen and (max-width: 979px) {
  span.menu-icon {
    display: block;
  }
}

@-moz-keyframes mrotr {
  0% {
    -moz-transform: translateY(0px) rotate(0);
    transform: translateY(0px) rotate(0);
  }
  50% {
    -moz-transform: translateY(15px) rotate(0);
    transform: translateY(15px) rotate(0);
  }
  100% {
    -moz-transform: translateY(15px) rotate(45deg);
    transform: translateY(15px) rotate(45deg);
  }
}
@-webkit-keyframes mrotr {
  0% {
    -webkit-transform: translateY(0px) rotate(0);
    transform: translateY(0px) rotate(0);
  }
  50% {
    -webkit-transform: translateY(15px) rotate(0);
    transform: translateY(15px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(15px) rotate(45deg);
    transform: translateY(15px) rotate(45deg);
  }
}
@keyframes mrotr {
  0% {
    -moz-transform: translateY(0px) rotate(0);
    -ms-transform: translateY(0px) rotate(0);
    -webkit-transform: translateY(0px) rotate(0);
    transform: translateY(0px) rotate(0);
  }
  50% {
    -moz-transform: translateY(15px) rotate(0);
    -ms-transform: translateY(15px) rotate(0);
    -webkit-transform: translateY(15px) rotate(0);
    transform: translateY(15px) rotate(0);
  }
  100% {
    -moz-transform: translateY(15px) rotate(45deg);
    -ms-transform: translateY(15px) rotate(45deg);
    -webkit-transform: translateY(15px) rotate(45deg);
    transform: translateY(15px) rotate(45deg);
  }
}
@-moz-keyframes mrotl {
  0% {
    -moz-transform: translateY(0px) rotate(0);
    transform: translateY(0px) rotate(0);
  }
  50% {
    -moz-transform: translateY(-15px) rotate(0);
    transform: translateY(-15px) rotate(0);
  }
  100% {
    -moz-transform: translateY(-15px) rotate(-45deg);
    transform: translateY(-15px) rotate(-45deg);
  }
}
@-webkit-keyframes mrotl {
  0% {
    -webkit-transform: translateY(0px) rotate(0);
    transform: translateY(0px) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-15px) rotate(0);
    transform: translateY(-15px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-15px) rotate(-45deg);
    transform: translateY(-15px) rotate(-45deg);
  }
}
@keyframes mrotl {
  0% {
    -moz-transform: translateY(0px) rotate(0);
    -ms-transform: translateY(0px) rotate(0);
    -webkit-transform: translateY(0px) rotate(0);
    transform: translateY(0px) rotate(0);
  }
  50% {
    -moz-transform: translateY(-15px) rotate(0);
    -ms-transform: translateY(-15px) rotate(0);
    -webkit-transform: translateY(-15px) rotate(0);
    transform: translateY(-15px) rotate(0);
  }
  100% {
    -moz-transform: translateY(-15px) rotate(-45deg);
    -ms-transform: translateY(-15px) rotate(-45deg);
    -webkit-transform: translateY(-15px) rotate(-45deg);
    transform: translateY(-15px) rotate(-45deg);
  }
}
@-moz-keyframes rotateR {
  from {
    -moz-transform: translateY(0px) rotate(0);
    transform: translateY(0px) rotate(0);
  }
  to {
    -moz-transform: translateY(15px) rotate(45deg);
    transform: translateY(15px) rotate(45deg);
  }
}
@-webkit-keyframes rotateR {
  from {
    -webkit-transform: translateY(0px) rotate(0);
    transform: translateY(0px) rotate(0);
  }
  to {
    -webkit-transform: translateY(15px) rotate(45deg);
    transform: translateY(15px) rotate(45deg);
  }
}
@keyframes rotateR {
  from {
    -moz-transform: translateY(0px) rotate(0);
    -ms-transform: translateY(0px) rotate(0);
    -webkit-transform: translateY(0px) rotate(0);
    transform: translateY(0px) rotate(0);
  }
  to {
    -moz-transform: translateY(15px) rotate(45deg);
    -ms-transform: translateY(15px) rotate(45deg);
    -webkit-transform: translateY(15px) rotate(45deg);
    transform: translateY(15px) rotate(45deg);
  }
}
@-moz-keyframes rotateL {
  from {
    -moz-transform: translateY(0px) rotate(0);
    transform: translateY(0px) rotate(0);
  }
  to {
    -moz-transform: translateY(-15px) rotate(-45deg);
    transform: translateY(-15px) rotate(-45deg);
  }
}
@-webkit-keyframes rotateL {
  from {
    -webkit-transform: translateY(0px) rotate(0);
    transform: translateY(0px) rotate(0);
  }
  to {
    -webkit-transform: translateY(-15px) rotate(-45deg);
    transform: translateY(-15px) rotate(-45deg);
  }
}
@keyframes rotateL {
  from {
    -moz-transform: translateY(0px) rotate(0);
    -ms-transform: translateY(0px) rotate(0);
    -webkit-transform: translateY(0px) rotate(0);
    transform: translateY(0px) rotate(0);
  }
  to {
    -moz-transform: translateY(-15px) rotate(-45deg);
    -ms-transform: translateY(-15px) rotate(-45deg);
    -webkit-transform: translateY(-15px) rotate(-45deg);
    transform: translateY(-15px) rotate(-45deg);
  }
}
@-moz-keyframes circle-creation {
  0% {
    border-color: transparent;
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    border-color: transparent #fff transparent transparent;
    -moz-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }
  50% {
    border-color: transparent #fff  #fff transparent;
  }
  75% {
    border-color: transparent #fff #fff #fff;
  }
  100% {
    border-color: #fff;
    -moz-transform: rotate(-300deg);
    transform: rotate(-300deg);
  }
}
@-webkit-keyframes circle-creation {
  0% {
    border-color: transparent;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    border-color: transparent #fff transparent transparent;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }
  50% {
    border-color: transparent #fff  #fff transparent;
  }
  75% {
    border-color: transparent #fff #fff #fff;
  }
  100% {
    border-color: #fff;
    -webkit-transform: rotate(-300deg);
    transform: rotate(-300deg);
  }
}
@keyframes circle-creation {
  0% {
    border-color: transparent;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    border-color: transparent #fff transparent transparent;
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }
  50% {
    border-color: transparent #fff  #fff transparent;
  }
  75% {
    border-color: transparent #fff #fff #fff;
  }
  100% {
    border-color: #fff;
    -moz-transform: rotate(-300deg);
    -ms-transform: rotate(-300deg);
    -webkit-transform: rotate(-300deg);
    transform: rotate(-300deg);
  }
}
@-moz-keyframes moveUp {
  from {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -moz-transform: translateY(25px);
    transform: translateY(25px);
  }
}
@-webkit-keyframes moveUp {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
  }
}
@keyframes moveUp {
  from {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
  }
}
@-moz-keyframes fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

*/

/**
 * 101 - News
 * -----------------------------------------------------------------------------
 */

#main-content .news-list-view.newsDefault .article {
    margin-bottom: 30px;
}

#main-content .news-list-view.newsDefault .article a.more {
    top: -10px;
    color: #069CD7;
    position: relative;
}

#main-content .news-list-view.newsDefault .article h3 a {
    color: #173A79;
}

#main-content .news-list-view.newsDefault .article h3 a:hover {
    color: #069CD7;
}

#main-content .page-navigation > p {
    margin-bottom: 10px;
}


#main-content .f3-widget-paginator,
#main-content .f3-widget-paginator:after {
    display: block;
    content: "";
    clear: both;
}

#main-content .f3-widget-paginator li {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
    float: left;
    margin-right: 10px;
    padding: 0;
}

#main-content .f3-widget-paginator li a {
    color: #173A79;
    display: block;
}

#main-content .f3-widget-paginator li:before {
    display: none;
}

#main-content .f3-widget-paginator li.current {
    background: #069CD7 !important;
    border: 1px solid #069CD7;
    color: #ffffff;
}

#main-content .f3-widget-paginator li:hover {
    background: #FCDE1D;
    border: 1px solid #FCDE1D;
}

#main-content .f3-widget-paginator li.previous a,
#main-content .f3-widget-paginator li.next a {
    font-family: "fontAwesome";
    font-size: 20px;
}

#main-content .f3-widget-paginator li.morepages {
    background: none !important;
    border: none;
    letter-spacing: 5px;
    font-size: 6px;
    font-family: "fontAwesome";
    text-align: center;
}

#main-content .news-menu-view li {
    padding: 0;
}

#main-content .news-menu-view li:before {
    display: none;
}

#main-content .news-menu-view li a {
    color: #173A79;
}

#main-content .news-menu-view li.itemactive a,
#main-content .news-menu-view li a:hover {
    color: #069CD7;
}

#main-content .news.news-single .infobox {
    border: 1px solid #cccccc;
    background: #ffffff;
    padding: 20px;
}

#main-content .news.news-single .infobox ul li {
    padding: 0;
}

#main-content .news.news-single .infobox ul li:before {
    display: none;
}

#main-content .news.news-single .infobox ul li a {
    color: #069CD7;
}

#main-content .news.news-single .infobox ul li a:hover {
    color: #069CD7;
    text-decoration: underline !important;
}

#main-content .news.news-single img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}


#main-content .news.news-single .news-backlink-wrap a {
    margin-top: 30px;
    color: #069CD7;
    position: relative;
    display: block;
}

/**
 * 102 - Powermail Forms
 * -----------------------------------------------------------------------------
 */

.powermail_form {
    padding-bottom: 20px;
    position: relative;
}

.powermail_date[type=date],
.powermail_date[type=datetime-local],
.powermail_input[type=email],
.powermail_input[type=text] {
    border-color: #ccc #ccc #ccc #ccc;
    border-style: solid;
    border-width: 0 0 0 2px;
    padding: 6px 12px;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
}

.powermail_input[type=number] {
    border-color: #ccc #ccc #ccc #ccc;
    border-style: solid;
    border-width: 0 0 0 2px;
    padding: 6px 12px;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
}

.powermail_textarea {
    border-color: #ccc #ccc #ccc #ccc;
    border-style: solid;
    border-width: 0 0 0 2px;
    padding: 6px 12px;
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
    resize: none;
}

/**
 * JS Form Validation
 */

/* Z-INDEX */
.parsley-errors-list {
    z-index: 990;
    display: none;
}

.parsley-errors-list.filled {
    display: block;
}

.parsley-errors-list > li {
    z-index: 991;
}

/*
.inputContainer {
	position: relative;
	float: left;
}
*/

.parsley-errors-list {
    font-family: Calibri, Arial, sans-serif;
    position: relative;
    bottom: 15px;
    display: block;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    opacity: 1 !important;
    width: 100%;
}


.checkbox.parsley-error {
    padding-bottom: 10px;
}

.ajaxSubmit {
    display: none
}

.parsley-errors-list > li {
    width: 100%;
    position: relative;
    color: #fff;
    font-size: 13px;
    padding: 0px 10px 0px 10px;
    background-color: #961E82;
    display: block;
}

.parsley-errors-list > li:after {
    background-color: #961E82;
    content: "";
    display: block;
    height: 8px;
    left: 8px;
    position: absolute;
    top: 0px;
    margin-top: -4px;
    width: 8px;
    z-index: -1;
    -moz-transform: scale(1) rotate(45deg) translate(0px, 0px) skew(0deg, 0deg);
    -webkit-transform: scale(1) rotate(45deg) translate(0px, 0px) skew(0deg, 0deg);
    -o-transform: scale(1) rotate(45deg) translate(0px, 0px) skew(0deg, 0deg);
    -ms-transform: scale(1) rotate(45deg) translate(0px, 0px) skew(0deg, 0deg);
    transform: scale(1) rotate(45deg) translate(0px, 0px) skew(0deg, 0deg);
}

/*
.formError .formErrorArrow {
	display: none;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}
*/

.powermail_form .btn-group.bootstrap-select.powermail_select.powermail_select {
    margin-top: 10px;
    width: 60%;
}

.powermail_field.powermail_select.selectpicker {
    border: 0 none;
    display: block !important;
    height: 0;
    padding: 0;
    position: absolute;
    top: 64px;
    width: 70%;
}

.powermail_form button.dropdown-toggle.selectpicker span.filter-option {
    color: #333333;
}

.powermail_form .btn.dropdown-toggle.selectpicker.btn-default:hover,
.powermail_form .btn.dropdown-toggle.selectpicker.btn-default:focus,
.powermail_form .btn.dropdown-toggle.selectpicker.btn-default:active,
.powermail_form .open .dropdown-toggle.selectpicker.btn-default {
    background: #ffffff none repeat scroll 0 0;
}


/**
 * 103 - OCM Menü
 * -----------------------------------------------------------------------------
 */

html.ocm-opened,
html.ocm-opened body {
    height: 100.01%;
}

.main-container.ocm-opened {
    transform: translate3d(276px, 0px, 0px);
    height: 100.01%;
}

.main-container.ocm-opened::after {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    margin-left: 84px;
    z-index: 99999;
}

html.ocm-opened span.menu-icon {
    display: none;
}



ul.ocm-meta {
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
}

ul.ocm-meta::before {
    width: 35%;
    position: relative;
    display: block;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    content: "";
    top: -20px;
    left: 20px;
}

ul.ocm-meta > li {
    position: relative;
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-shadow: none;
}

ul.ocm-meta > li > a {
    color: #ffffff;
    padding: 5px 10px 5px 20px;
    display: block;
}

ul.ocm-meta > li > a:hover {
    background-color: rgba(255, 255, 255, 0.15)
}

@media screen and (min-height: 640px) {

    /* Meta */
    ul.ocm-meta {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 300px;
        ;
        margin: 0 30px 20px;
        padding: 0;
    }

    ul.ocm-meta:before {
        display: none;
    }

    ul.ocm-meta > li > a {
        padding: 3px 10px 4px 20px;
    }

}


@media screen and (max-width: 991px) {

    .page-header-1 {
        border-bottom: 1px solid #cccccc;
    }

    header .logo-mobile img {
        max-height: 28px;
    }

}


/*search*/

.header-search .search > * {
    float: left;
    border-radius: 0;
}

.header-search {
    display: inline-block;
}

.searchbox {
    text-align: right;
    position: relative;
    top: -5px;
}

header .tx-indexedsearch-searchbox-sword {
    width: calc(100% - 33px);
    float: left;
    border-radius: 0;
    font-family: "Roboto";
}

.form-control:focus {
    color: #000000;
    background-color: #fff;
    border-color: #FACFBF;
    outline: 0;
    box-shadow: none;
}

#tx-indexedsearch-searchbox-button-submit {
    background: none;
    width: 33px;
    padding-right: 0;
    padding-left: 0;
    float: left;
}

#tx-indexedsearch-searchbox-button-submit:hover {
    color: #FACFBF;
}

.tx-indexedsearch-searchbox .tx-indexedsearch-form > * {
    max-width: 50%;
    float: left;
    border-radius: 0;
}

.tx-indexedsearch-searchbox .tx-indexedsearch-form > .tx-indexedsearch-searchbox-button {
    font-family: fontawesome;
}


ul.tx-indexedsearch-browsebox::before,
ul.tx-indexedsearch-browsebox::after {
    content: "";
    display: table;
}

ul.tx-indexedsearch-browsebox::after {
    clear: both;
}

#main-content ul.tx-indexedsearch-browsebox {
    zoom: 1;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #aaaa;
    padding: 16px 0 8px;
}

#main-content ul.tx-indexedsearch-browsebox li {
    float: left;
    padding: 0;
    display: inline-block;
    margin-right: 20px;
}

#main-content ul.tx-indexedsearch-browsebox li::before {
    display: none;
}

#main-content .tx-indexedsearch-searchbox form {
    margin-bottom: 10px;
}

#main-content .tx-indexedsearch-browsebox p {
    font-size: 14px;
}

.tx-indexedsearch-percent {
    color: #aaa;
}

.tx-indexedsearch-percent::before {
    margin: 0 5px;
    content: "|";
    display: inline-block;
}


/* button */

.btn.btn-primary.btn-arrow-right {
    background-color: #069CD7;
    border: none;
    border-radius: 0;
    padding: 10px 45px 10px 15px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    color: #ffffff;
}

.btn.btn-primary.btn-arrow-right::after {
    content: "\f054";
    position: absolute;
    right: 20px;
    font-family: FontAwesome;
    font-weight: normal;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.btn.btn-primary.btn-arrow-right:hover::after {
    right: 15px;
    transition-property: all
}

.link-arrow-right {
    position: relative;
    padding-right: 35px;
    font-weight: 600;
}

.link-arrow-right::after {
    color: inherit;
    content: "\f054";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-weight: normal;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.link-arrow-right:hover::after {
    right: 10px;
    transition-property: all
}


/* Newsletter */

.modal-content {
    background-color: #fcfcfc;
}

.modal-content .close {
    font-size: 2.0rem;
}

.modal-dialog {
    overflow-y: initial !important
}

.modal-body {
    height: 650px;
    overflow-y: auto;
}

html {
    -webkit-overflow-scrolling: touch;
}

@media (min-width: 320px) and (max-width: 767px) {
    .modal-body {
        height: 400px;
    }

}
