/* ================================== BASE ================================== */

body {
    background-image: url(../img/benefits/podklad.jpg);
    background-size: 100%;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}
.upper {
    text-transform: uppercase;
}
.flag-icon {
    line-height: initial !important;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    border-radius: 50px;
    z-index: 1;
    background: rgb(79, 202, 250);
}

.breadcrumb::after{
    border-radius: 0px;
    border-bottom: 2px solid #337ab7;
    width: 100%;
    content: '';
    padding-top: 20px;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:focus, a:hover {
    color: #23527c;
    text-decoration: underline;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.logo-avx-bg-cz h1 {
    visibility: hidden;
    padding: 0;
    margin: 0;
}

h1, h2 {
    color: #008ec3;
}
h3 {
    color: #008ec3;
    text-align: center;
    font-weight: bolder;
    font-size: 22px;
}
h4 {
    color: #999999;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}
h5 {
    color: #999999;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: underline;
    padding-top: 15px;
}

.main {
    max-width: 1600px;
    width: 1600px;
    padding: 0px;
}

.main-top {
    position: relative;
    width: 100%;
    height: 100px;
}

.ta-end {
    text-align: end;
}

.ta-center {
    text-align: center;
}

.ta-right {
    text-align: right;
}

.main-section {
    padding-left: 0px;
    padding-right: 0px;
}

.pb-20 {
    padding-bottom: 20px;
}
.pt-20 {
    padding-top: 20px;
}
.pr-20 {
    padding-right: 20px;
}
.pl-20 {
    padding-left: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}
.mt-20 {
    margin-top: 20px;
}
.mr-20 {
    margin-right: 20px;
}
.ml-20 {
    margin-left: 20px;
}

.header-link {
    padding: 5px 10px;
    background-color: #df0523;
    border: 1px solid #df0523;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    margin-left: 4px;
}

footer {
    border-top: 10px solid #df0523;
    font-size: 12px;
    margin-top: 25px;
}

footer h3 {
    font-size: 1.2em !important;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 10px;
    text-align: left;
    background: transparent url(../img/others/repeat-x-sprite-sheet.png) repeat-x scroll 0 100%;
    color: white;
}

footer ul {
    margin: 5px 0 5px 5px;
    position: relative;
    overflow: hidden;
}

footer li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 2px !important;
    padding-bottom: 2px !important;
    padding-left: 24px;
    position: relative;
}

footer li::before {
    content: '';
    background: url(../img/others/misc-sprite-sheet.png) no-repeat scroll -10px -66px !important;
    width: 10px !important;
    height: 10px !important;
    margin-right: 6px !important;
    top: 6px !important;
    left: 4px !important;
    display: inline-block;
    margin-right: 4px;
    position: absolute;
}

footer .social {
    font-size: 30px;
}

footer .social-info {
    font-size: 1.95em;
    margin-bottom: 5px;
}

footer .address {
    margin-top: 10px;
}
footer .address i {
    color: #FFF;
    font-size: 20px;
}

.p-60 {
    padding: 60px !important;
}

/*===============================  REWRITE  =================================*/
.navbar-toggler {
    background-color: white;
}
.card-body h2 {
    margin-top: 0px;
}
.accordion h2 {
    margin-top: 0px;
}

.active > .page-link, .page-link.active {
    color: white;
    background-color: #008ec3;
    border-color: #008ec3;
}
.page-link {

    background-color: white;
    color: #008ec3;
    padding-top: 8px;
    padding-bottom: 5px;
}

.ratio-16x9 {
    --bs-aspect-ratio: 100% !important;
}

.stay-connect {
    padding-left: 20px;
}
.stay-connect > div{
    margin-top: 20px;
}

#bottom-bg {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    background-color: #222;
    padding: 20px 20px 80px 20px;
}

#bottom-bg .social a:hover {
    color: #00a1e0;
}

h3.bottom-col-title {
    width: 90% !important;
}
h3.bottom-col-title {
    font-size: 1.2em !important;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 10px;
}
h3.bottom-col-title {
    color: #fff;
}

#footer-bg {
    background-color: white;
    color: #333;
    padding: 40px 40px 20px 40px;
}

#footer-bg a {
    color: #00739d;
}

.footer-main {
    border-bottom: 1px solid #fff;
    padding-bottom: 7px;
    margin-bottom: 5px;
}
.footer-bottom-logo {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.footer-bg-links {
    padding: 8px 0 0 0;
}

.info-block {
    background-image: url(../img/others/top-fade.png);
    background-position: top;
    background-repeat: repeat-x;
    background-color: #df0523;
    background-attachment: scroll;
    background-size: 40%;
    color: white;
    font-size: 30px;
    height: 170px;
}


.info-block > div {
    padding: 60px 0;
}

.info-block-slogan {
    float: left;
}

.info-block-button {
    float: right;
}


.btn-outline-secondary {
    color: white;
    --bs-btn-border-color: white;
    border-color: white;
}

.btn-outline-light {
    --bs-btn-border-color: #dee2e6;
    border-color: #dee2e6;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary:hover, .btn-primary:active {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

/* HEADER - START */

header {
    background-color: white;
}

nav {
    background-color: black !important;
    text-transform: uppercase;
    color: white !important;
    text-decoration: none;
    padding: 0 !important;
    z-index: 101 !important;
    border: 0;
    font-weight: 700;
    height: 42px;
    font-size: 12px;
}

nav a {
    font-weight: bold;
    color: white !important;
    height: 42px;
    padding: 14px 16px !important;
}

nav .active, nav li:hover {
    background-color: #00a1dc;
    color: white !important;
}


.navbar {
    margin: 0;
}
.navbar-brand {
    position: absolute;
    top: 0;
    left: 20px;
    padding: 0px !important;
    display: none;
}

nav .dropdown-menu .active, nav li:hover {
    background-color: #00a1dc;
    color: white !important;
}

/* HEADER - END */

/* Dropdown - START */

.dropdown-item {
    font-weight: bold;
    /*background-color: rgba(238,238,238,1) !important;*/
    color: #777 !important;
    font-size: 12px;
}

.dropdown-item:hover {
    font-weight: bold;
    background-color: #00a1dc !important;
    color: white !important;
}

.dropdown-divider {
    background-color: inherit;
    margin: 0;
}

/* Dropdown - END */

/* HR with Icon - START */

.hr-icon {
    position: relative;
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
    text-align: center;
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 16px;
    margin: 50px 0 45px 0;
}

.hr-icon-line {
    border-top: 2px solid #008ec3;
    display: block;
}

.hr-icon [class^="fa-"], .hr-icon [class*=" fa-"] {
    position: absolute;
    display: block;
    left: 50%;
    top: 8px;
    margin-left: -50px;
    color: #008ec3;
    font-size: 33px;
    line-height: 17px;
    width: 100px;
    height: 50px;
    border-radius: 50%;
}

.hr-icon h2 {
    padding-top: 25px;
}

/* HR with Icon - END */

.timeline .timeline-item > .timeline-event:before {
    top: 2px !important;
}
.timeline .timeline-item > .timeline-event:after {
    top: 3px !important;
}

.study hr {
    border: 1px solid #008ec3 !important;
}
.study .hr-study {
    border: 1px solid #bbb !important;
    margin-top: 15px;
}
.study .how-img {
    text-align: -webkit-center !important;
    top: 0px !important;
    color: #008ecd !important;
}
.justify-center {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.study .table-filter tbody tr:hover {
    cursor: pointer;
    background-color: initial !important;
    background-image: none !important;
}

.study .table-filter tr{
    display: none;
}

.career .table-filter tr{
    display: none;
}

.career .table-filter tr>td{
    padding: 0;
}

.count {
    color: white;
}
.bait {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}
.caption > h3 {
    color: white;
    margin: 20px !important;
}
.career-info td {
    text-align: center !important;
    color: red;
    font-weight: bold;
}
.career-info:hover {
    background-image: none !important;
    background-color: #eeeeee !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.menu-study{
    color: #FFFFFF;
    min-width: 120px;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 11px;
    line-height: 20px;
    position: relative;
    display: block;
    margin: 0px 0px 0px 0px;
}

.menu-study:hover, menu-study:focus{
    background-color: #F4E958;
}
.article-text {
    margin: 40px;
    display: flow-root;
}
.article-main-image {
    float: left;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
    padding-top: 10px;
}

.article-main-image img {
    width: 340px;
    height: auto
}


.content{
    flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    padding-bottom: 60px;
    min-height: 100vh;
    padding-top: 170px;
}

.footer-certificate{
    float: right;
    margin-top:-21px;
}

.footer-links > a {
    border-right: 1px solid black;
    padding-right: 5px;
}

.footer-links > a:nth-child(2) {
    padding-left: 5px
}

.footer-links a:last-child {
    border-right: 0;
}

.badge-primary {
    background-color: #00a1dc;
}

.text-avx p{
    color: #008ec3;
}

a:hover{
    text-decoration: none;
}


.hr-style {
    padding: 2px 0px 0px 0px;
}

.footer-header{
    background: transparent url(../img/footer/heading_underline.png) repeat-x scroll 0 100%;
    text-shadow: 1px 1px 0 #444;
}

.breadcrumb {
    background-color: #80808000;
}

#footer-list #footer-list a{
    height:44px;
    display: block;
}

.shadow-line{
    background: url(../img/main/top-fade-bottom.png) repeat-x scroll left top #FFFFFF;
    padding: 11px 0px 0px 0px;
}


/* ================================== Video ================================= */
.video-player {
    width: 100%;
    height: 100%;
    /*    z-index:999;*/
}
video {
    display: block;
    width: 100%;
    height: auto;
}
.modal video {
    background-color: black;
}
video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}

.video-thumbnail {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.video-thumbnail:before {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: "\f01d";
    font-family: FontAwesome;
    font-size: 100px;
    color: #fff;
    opacity: .8;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}
.video-thumbnail:hover:before {
    color: #eee;
}

/* ================================= ERROR ================================== */

.error {
    margin: 0 auto;
    text-align: center;
}

.error-code {
    bottom: 60%;
    color: black;
    font-size: 96px;
    line-height: 100px;
}

.error-desc {
    font-size: 12px;
    color: grey;
}

/* ================================= OTHERS ================================= */
.m_t_20 {
    margin-top: 20px;
}
.p_r_10 {
    padding-right: 22px;
}
.p_b_10 {
    padding-bottom: 10px;
}
.m-b-10 {
    margin-bottom: 10px;
}
.m-b-20 {
    margin-bottom: 20px;
}
.m-t-20 {
    margin-top: 20px;
}
.fs_20 {
    font-size: 20px;
}
.fs_18 {
    font-size: 18px;
}
/* ============================ start timeline zig zak ============================ */
.timeline {
    position: relative;
    padding:4px 0 0 0;
    margin-top:22px;
    list-style: none;
}

.timeline>li:nth-child(even) {
    position: relative;
    margin-bottom: 50px;
    height: 180px;
    right:-100px;
}

.timeline>li:nth-child(odd) {
    position: relative;
    margin-bottom: 50px;
    height: 180px;
    left:-100px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
    min-height: 170px;
}

.timeline > li .timeline-panel {
    position: relative;
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
}

.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li .timeline-image {
    z-index: 100;
    position: absolute;
    left: 50%;
    border-radius: 100%;
    background-color: #00a1dc;
    width: 200px;
    height: 200px;
    margin-left: -100px;
}

.timeline>li .timeline-image h4 {
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    padding:0;
    color: grey;
}

.timeline .timeline-heading h4.subheading {
    margin:0;
    padding:0;
    text-transform: none;
    font-size:18px;
    color:#333333;
}
.timeline .timeline-heading h5 {
    font-weight: normal !important;
    font-size: initial !important;
    text-transform: none !important;
    text-decoration: none !important;
    padding-top: 0px !important;
}
/*Style for even div.line*/
.timeline>li:nth-child(odd) .line:before {
    content: "";
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 690px;
    width: 2px;
    height:340px;
    background-color: #00a1dc;
    -ms-transform: rotate(-44deg); /* IE 9 */
    -webkit-transform: rotate(-44deg); /* Safari */
    transform: rotate(-44deg);
}
/*Style for odd div.line*/
.timeline>li:nth-child(even) .line:before  {
    content: "";
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 450px;
    width: 2px;
    height:340px;
    background-color: #00a1dc;
    -ms-transform: rotate(44deg); /* IE 9 */
    -webkit-transform: rotate(44deg); /* Safari */
    transform: rotate(44deg);
    box-shadow: 0 0 5px #00a1dc;
}

.dropdown-menu {
    border-radius: 0;
}

.dropdown-menu>.active>a{
    background-color: #f6ed79;
}
.open .dropdown-menu>li>a{
    padding: 10px 15px 10px 25px !important;
}

.dropdown-menu{
    padding:0px !important;
}

.dropdown.open .caret {
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.dropdown .caret {
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* ============================ end timeline zig cak ============================ */
/* ============================ MAIN MENU & HOME ============================ */
.logo-avx-background {
    background: url(../img/main/avx-logo-rec-127_55.png) no-repeat ;
    height: 76px;
    width: 400px;
    position: absolute;
    background-size: 100% 100%;
    margin-left:10px;
}

.logo-avx-bg-cz {
    float: left;
    background: url(../img/main/logo_cz.png) no-repeat ;
    height: 76px;
    width: 400px;
    background-size: 100% 100%;
    margin:10px;
}

.logo-avx-bg-en {
    background: url(../img/main/logo_en.png) no-repeat ;
    height: 76px;
    width: 400px;
    position: absolute;
    background-size: 100% 100%;
    margin-left:10px;
}

.menu-links {
    font-size: 10px;
    margin-top: 21px;
    float: right;
    padding-right: 15px;
}
.top {
    padding: 0;
    margin: 0;
    height: 130px;
    border-top: 2px solid;
    background: url(../img/main/top-bg2.png) repeat-x scroll center top #FFFFFF;
}
.top.container {
    height: 100px;
}
.right-menu {
    top: 43px;
}

.top-search-bar{
    top:1px;
}
/*
.navbar-avx .navbar-nav > li > a .fa-chevron-left {
    transition: all 1s ease;
}

.navbar-avx .navbar-nav > li > p .fa-chevron-left {
    transition: all 1s ease;
}*/

.right-topic {
    display: block;
    border: 0px;
    border-style: none;
    position: relative;
    top: -12px;
    padding: 0;
    float: right;
    height: 0px;
}
.right-topic::after {
    display: inline-block;
    width: 42px;
    height: 6px;
    content: "";
    background: url("../img/main/top.png") no-repeat 0 0;
    background-size: 42px 6px;
}
.header-logo {
    display: block;
    border: 0px;
    border-style: none;
    position: relative;
    top: -3px;
    background: url("../img/main/avx-logo.png") no-repeat center center;
    background-size: 100%;
}

#logo {
    width: auto;
    top: 23px;
    left: 0;
    position: absolute;
    z-index: 100;
}

.right-box {
    float: right;
    width: 50%;
    height: 80px;
    margin-right: 15px;
    margin-top: 13px;
}

.main-search {
    float: right;
    width: 250px;
}

.switcher-lang {
    float: right;
    padding-left: 24px;
    width: 80px;
    height: 45px;
}

.header-links {
    float: right;
    width: 250%;
}

.la, .uh, .bz {
    background-size: cover;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height: 100%;
    border-top: 0;
}

.menu-icon {
    padding: 12px 17px;
    float: right;
    margin-top: 0px;
}

/* =============================== MAIN MENU ================================ */
.dl-horizontal dt {
    white-space: normal;
}
/*
.navbar {
    margin: 0;
    min-height: 40px;
}

.navbar-avx {
    background: #00a1dc;
    height: 40px;
    box-shadow: 0px 3px 10px grey;
}
.navbar-nav>li>a {
    padding-top: auto;
    padding-bottom: auto;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 11px;
}
.navbar .navbar-nav {
    display: inline-block;
    float: none;
}
.navbar .navbar-collapse {
    text-align: center;
    max-height: 40px;
}*/

.bootstrap-select.btn-group .dropdown-menu {
    z-index: 1500;
}

.active {
    padding: auto;
}

.active-index{
    background-color: #f4e958;
}
/* NAVBAR INACTIVE */
/*
.navbar-avx .nav > li > ul > li > a > i {
    padding-right: 10px;
}
 NAVBAR DROPDOWN ACTIVE 
.navbar-avx .navbar-collapse > ul > li.dropdown > ul > li > a.active {
    background-color: #f4e958;
}

.navbar-avx .nav > li > a:hover::after,
.navbar-avx .nav > li > a:focus::after {
    opacity: 1;
    width: 100%;
}
.navbar-avx .navbar-brand {
    color: #eeeeee;
}
.navbar-avx .navbar-brand:hover,
.navbar-avx .navbar-brand:focus {
    color: #ffffff;
}
.navbar-avx .navbar-text {
    color: #eeeeee;
}
.navbar-avx .navbar-nav > li > a {
    color: #FFFFFF;
    min-width: 136px;
    padding: 10px 10px 10px 10px;
}

.navbar-avx .navbar-nav-study > li > a {
    color: #FFFFFF;
    min-width: 136px;
    height: 40px;
    padding: 13px 0px 13px 0px;
}

.navbar-avx .navbar-nav > li > a:hover,
.navbar-avx .navbar-nav > li > a:focus {
    color: #202020 !important;
    background-color: #f6ed79;
}

.navbar-avx .navbar-nav > .open > a,
.navbar-avx .navbar-nav > .open > a:hover,
.navbar-avx .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #f6ed79;
}

.navbar-avx .navbar-nav > li > p:hover,
.navbar-avx .navbar-nav > li > p:focus {
    color: #202020 !important;
    background-color: #f6ed79;
}

.navbar-avx .navbar-nav-study > li > a:hover,
.navbar-avx .navbar-nav-study > li > a:focus {
    color: #202020 !important;
    background-color: #f6ed79;
}

.navbar-avx .navbar-nav > .active > a {
    color: #202020 !important;
    background-color: #f4e958;
    padding: 10px 10px 10px 10px;
}
.navbar-avx .navbar-nav > .active > p {
    color: #202020 !important;
    background-color: #f4e958;
    padding: 10px 0px 10px 0px;
}

.navbar-avx .navbar-nav > .active > a:hover,
.navbar-avx .navbar-nav > .active > a:focus{
    color: #202020 !important;
    background-color: #f6ed79;
    padding: 10px 10px 10px 10px;  
}

.navbar-avx .navbar-nav-study > .active > p,
.navbar-avx .navbar-nav-study > .active > p:hover,
.navbar-avx .navbar-nav-study > .active > p:focus {
    color: #202020 !important;
    background-color: #F4E958;
    padding: 10px 0px 10px 0px;
}*/

.active-study > p,
.active-study > p:hover,
.active-study > p:focus
{
    color: #202020 !important;
    background-color: #F4E958;
    padding: 10px 0px 10px 0px;
    width: 126px;
}

.dropmenu-study > p,
.dropmenu-study > p:hover,
.dropmenu-study > p:focus
{
    padding: 10px 0px 10px 0px;
    width: 136px;
}

.dropdown-content-study > li > a {
    margin:-15px 0px 0px -62px;
}

/*.navbar-avx .navbar-nav .dropdown .dropdown-content > a,
.navbar-avx .navbar-nav .dropdown .dropdown-content > a:hover,
.navbar-avx .navbar-nav .dropdown .dropdown-content > a:focus {
    color: #202020;
    background-color: #F4E958;
    padding: 10px 0px 10px 0px;
}

.navbar-avx .navbar-nav-study .dropdown .dropdown-content-study > a,
.navbar-avx .navbar-nav-study .dropdown .dropdown-content-study > a:hover,
.navbar-avx .navbar-nav-study .dropdown .dropdown-content-study > a:focus {
    color: #202020;
    background-color: #F4E958;
    padding: 10px 0px 10px 0px;
}*/

.dropdown {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #e7e7e6;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin: -15px 0px 0px -60px;
}

.dropdown-content a {
    color: #898989;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 11px;
}

.dropdown-content a:hover {
    background-color: #f4e958;
    color: black;
    text-decoration: none;
}

.dropmenu:hover .dropdown-content {
    display: block;
}

.dropdown-content-study {
    display: none;
    position: absolute;
    background-color: #e7e7e6;
    min-width: 125px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content-study a {
    color: #898989;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 10px;
}

.dropdown-content-study a:hover {
    background-color: #f4e958;
    color: black;
    text-decoration: none;
}

.dropmenu:hover .dropdown-content-study {
    display: block;
}

.open>.dropdown-menu {
    display: block;
}

.dropmenu:hover .dropmenu-active{
    background-color: #f4e958;
    color:#000;
}

.dropmenu{
    margin: 0px 0px 0px 0px;
}

.color-roll-menu{
    color: #898989 !important;
}

/*.navbar-avx .navbar-toggle:hover,
.navbar-avx .navbar-toggle:focus {
    background-color: #3681bb;
}
.navbar-avx .navbar-toggle .icon-bar {
    background-color: #eeeeee;
}
.navbar-avx .navbar-collapse,
.navbar-avx .navbar-form {
    border-color: #eeeeee;
}
.navbar-avx .navbar-link {
    color: #eeeeee;
}
.navbar-avx .navbar-link:hover {
    color: #ffffff;
}*/

.search {
    margin-bottom: 0px;
}

.contact-menu{
    background: #01a9e024;
}

/* ========================== HOME INTRO DOWN MENU ========================== */

.branch-box {
    float: none;
    display: table-cell;
    vertical-align: top;
    background: #fff;
    max-height: 240px;
}

.intro-slides{
    margin-bottom: 26px;
    margin-top: 181px;
}

.intro-numbers{
    text-shadow: 1px 1px 0 #444;
    box-shadow: 5px 0 13px 0px rgba(115,115,115,0.75)
}

/* ================================= Circle Hover Effects ================================= */

.circle-header  {
    color: #fff;
    letter-spacing: 5px;
    font-size: 22px;
    margin: -180px 0px;
    padding: 194px 0 0 0;
    width: 375px;
    font-family: 'Open Sans', Arial, sans-serif;
    text-shadow: 0 0 10px #000, 0 2px 22px rgb(0, 0, 0);
    opacity: 1;
    transition: all 0.4s ease-in-out;
    transform: scale(1);
    z-index: 2;
}

.circle-h{
    color: #fff;
    font-size: 19px;
    margin: -171px 0px;
    padding: 218px 0 0 0;
    text-shadow: 0 0 10px #000, 0 2px 22px rgb(0, 0, 0);
    background: rgba(40, 52, 52, 0.4);
    overflow: hidden;
    z-index: 2;
    text-align:center;
}

.circle:hover {
    border-radius:50%;
}

.ch-grid {
    margin: 42px 0 0 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
}

.ch-grid:after,
.ch-item:before {
    content: '';
    display: table;
}

.ch-grid:after {
    clear: both;
}

.ch-grid li {
    width: 375px;
    height: 290px;
    display: inline-block;
    margin: 2px;
}

/* ================================= Card Stories  ================================= */
/*Profile card 4*/

.testimonial {
    padding: 30px 30px 20px 30px;
    margin: 0 0px 30px 0px;
    box-shadow: 3px 0 20px 1px rgba(115,115,115,0.75);
    background: white;
    /*    border-radius: 20px;*/
}

.testimonial h4 {
    margin-top: 30px;
    margin-bottom: 20px;
}

.background-card-style{
    box-shadow: 3px 0 20px 1px rgba(115,115,115,0.75);
    background: white;
    padding: 25px;

}

.card-style{
    box-shadow: 3px 0 20px 1px rgba(115,115,115,0.75);
    background: #ffffffc2;
    padding: 20px;
    border-radius: 10px;
    width: 48%;
    margin-bottom: 47px;
}

.article-p30{
    padding: 0px 30px 0px 30px;
}

.avx-carousel{
    box-shadow: 3px 0 20px 1px rgba(115,115,115,0.75);
    background-image: -webkit-linear-gradient(top left, #FFFFFF 0%, #ffffff 100%);
}
.article h2 {
    margin: 10px;
    color: white;
    background-color: #008ec3;
    padding: 10px 0;
    text-align: center;
    margin: 0;
}

.testimonial:before{
    content: "";
    position: absolute;
    bottom: -4px;
    left: -17px;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(45deg);
}
.testimonial:after{
    content: "";
    position: absolute;
    top: -4px;
    left: -17px;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(135deg);
}
.testimonial .pic{
    display: inline-table;
    width: 133px;
    height: 128px;
    border-radius: 50%;
    overflow: hidden;
    position: inherit;

    border: 4px solid;
}
.testimonial .pic img{
    width: 100%;
    height: 100%;
}
.testimonial .description{
    font-size: 15px;
    letter-spacing: 1px;
    color: #6f6f6f;
    line-height: 25px;
    margin-bottom: 15px;
}
.testimonial .title{
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #00a1dc;
    margin-top: 5px;
}
.testimonial .post{
    display: inline-block;
    font-size: 17px;
    color: #00a1dc;
    font-style:italic;
}

#menu-item{
    display:none;
}

.contact-form-padding{
    padding-bottom:5px;
}

.stories-desc {
    margin: 25px;
}

/* ================================= Circle Hover Effects Circle vol-4 ================================= */
.ch-item {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    cursor: default;
    transition: all 0.4s ease-in-out;
    border-top-right-radius: 2%;
    border-top-left-radius: 2%;
}

.ch-img-1 {
    background-image: url(../img/branches/sm-la-small.jpg);
    background-size: 100% 100%;
}

.ch-img-2 {
    background-image: url(../img/branches/sm-uh-small.jpg);
    background-size: 100% 100%;
}

.ch-img-3 {
    background-image: url(../img/branches/sm-bz-small.jpg);
    background-size: 100% 100%;
}

.grey-circle {
    position: absolute;
    background: rgba(40, 52, 52, 0.8);
    width: inherit;
    height: inherit;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    transform: scale(1);
}

.ch-info {
    position: absolute;
    background: rgba(40, 52, 52, 0.8);
    width: inherit;
    height: inherit;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    transform: scale(0);
    border-radius: 3%;
}

.ch-info h3 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 22px;
    margin: 0 30px;
    padding: 45px 0 0 0;
    height: 140px;
    font-family: 'Open Sans', Arial, sans-serif;
    text-shadow:
        0 0 1px #fff,
        0 1px 2px rgba(0,0,0,0.3);
}

.ch-item:hover .ch-info {
    transform: scale(1);
    opacity: 1;
}

.ch-item:hover .ch-info p {
    opacity: 1;
}

.no-underline{
    text-decoration: none !important;
}
/* ================================= Circle Hover Effects ================================= */

/* ================================= FOOTER ================================= */
footer {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    color: white;
    padding-top: 0px;
    background: url(../img/main/top-fade-bottom.png) repeat-x scroll left top #00A1DC;
}

footer .footer-copyright {
    background: white;
    padding-top: 16px;
    padding-bottom: 7px;
    font-size: 0.9em;
}

footer .footer-copyright a {
    color: #00a1dc;
}
footer .footer-row {
    margin-bottom: 10px;
    margin-top: 20px;

}
footer .navbar-brand {
    margin-top: 45px;
    height: 65px;
}
footer .footer-copyright p {
    margin: 0px;
    color: #333333;
    font-size: 0.7em;
    display: inherit;
}

footer ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}
footer h5 {
    font-size: 1.5em;
    color: white;
    font-weight: bold;
    margin-top: -18px;
    line-height: 2.5;
    text-transform: none !important;
    text-decoration: none !important;
    padding-top: 0px !important;
}
footer h2 a{
    font-size: 50px;
    text-align: center;
    color: #fff;
}
footer a {
    color: #FFFFFF;
    text-decoration: none;
}
footer a:hover,
footer a:focus {
    text-decoration: none;
    color: #337ab7;
}
footer .social-networks {
    text-align: center;
    margin-bottom: 5px;
    margin-top: -13px;
}

footer .social-networks a {
    font-size: 32px;
    color: #f9f9f9;
    padding: 30px;
    transition: 0.2s;
}
footer .social-networks a:hover {
    text-decoration: none;
}
footer .facebook:hover {
    color: #4867aa;
}

footer .twitter:hover {
    color: rgb(112,216,248);
}

.arrow-footer{
    padding-right: 10px;
    padding-bottom: 3px;
}

.ecia{
    border-left: 2px solid #ccc;
    margin-left: 2px;
}

.soc-icons{
    text-align: center;
}

.small-icon{
    font-size: 50%;
    top: -0.3em;
}

.smaller-icon{
    font-size: 70%;
}

/* ============================================= END FOOTER */

.blue{
    background-color: #00A1DC;
    color:white;
}

.blue:hover{
    color:white;
    background-color: #0080b0;
}
.blue:focus{
    color:white;
    background-color: #0080b0;
}

.certificate-right{
    text-align: -webkit-center;
}

.news-pictures{
    padding: 13px 0px 0px 15px;
}

.padding-40-left-right {
    padding-left: 40px;
    padding-right: 40px
}

footer .upper {
    font-size: 15px !important;
    text-transform: uppercase;
}

/* ====================== Horizontal full WIDTH image ======================= */

#contact2{
    background: url("../img/test/contact/contact.jpg") no-repeat center center black;
    height: 365px;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
    background-size: cover;
}

#news2{
    background: url("../img/lines/line-news.jpg") no-repeat center center;
    height: 365px;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
    background-size: cover;
}

#story2{
    background: url("../img/test/story/2.jpg") no-repeat center center black;
    height: 365px;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
    background-size: cover;
}

#study3{
    background: url("../img/test/study/22.jpg") no-repeat center center black;
    height: 365px;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
    background-size: cover;
}

#why1{
    background: url("../img/test/why/3.jpg") no-repeat center center black;
    height: 365px;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
    background-size: cover;
}

#line-la {
    background: url("../img/lines/line-la.jpg") no-repeat center center black;
    height: 365px;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
    background-size: cover;
}

#line-lkn {
    background: url("../img/lines/line-lkn-zoom.jpg") no-repeat center center black;
    height: 365px;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
    background-size: cover;
}

#line-cont {
    background: url("../img/lines/line-cont.jpg") no-repeat center center;
    height: 365px;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
    background-size: cover;
}
#line-career {
    background: url("../img/lines/line-career.jpg") no-repeat center center;
    height: 365px;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
    background-size: cover;
}

#line-com {
    background: url("../img/lines/line-com.jpg") no-repeat center center;
    height: 365px;
    width: 100%;
    position: relative;
    margin-bottom: 60px;
    background-size: cover;
}

#line-uh {
    background: url("../img/lines/line-uh-angle.jpg") no-repeat center center black;
    height: 365px;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
    background-size: cover;
}

#line-bz {
    background: url("../img/lines/kavx_bz_wide.jpg") no-repeat center center black;
    height: 365px;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
    background-size: cover;
}

#care7 {
    background: url("../img/test/career/5t.png") no-repeat center center;
    height: 365px;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
    background-size: cover;
}

h1.line-title {
    color: #FFF;
    background-color: #00a1dc;
    font-size: 20px;
    padding: 10px;
    width: 100%;
    text-align: center;
    display: block;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    margin-bottom: -41px;
}

.free-position-career{
    background: url(../img/main/top-fade.png) repeat-x scroll left bottom #00a1dc;
    box-shadow: none !important;
}

.container-fluid > .row {
    margin-top: 20px;
}

.branches a:hover {
    text-decoration: none;
}
.contacts h3, .contacts h4 {
    text-align: center;
    width: 100%;
    color: white;
    background-color: #00a1dc;
    padding: 12px;
    margin-bottom: 0px;
}

.contact-info .row {
    margin-top: 5px;
}

.contacts{
    padding-bottom: 20px;
}

.transition-style{
    background: url(../img/main/top-fade-bottom.png) repeat-x scroll left top #005979;
    padding: 20px 0px 60px 0px;
}
#contact_submit {
    width: 100%;
}

.line-title-shadow{
    background: url(../img/main/top-fade.png) repeat-x scroll left bottom;
}

/* ================================== NEWS ================================== */
.news img {
    width: 100%;
    height: auto;
    /*    min-height: 225px;
        max-height: 225px;*/
}
.single-blog-item {
    border: 1px solid #dfdede;
    box-shadow: 0px 0px 20px #dfdede;
    margin: 15px auto;
    padding: 5px;
    position: relative;
    min-height: 500px;
    background-image: -webkit-linear-gradient(top left, #FFFFFF 0%, #00a3ef1f 100%);
    /*    max-width: 350px;*/
}
.single-blog-item:hover {
    box-shadow: 0px 0px 40px 0px #AAA;
    padding: 5px;
}

.blog-content {
    padding: 15px;
}
.blog-content h4 {
    font-size: 16px;
    font-weight: bold !important;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
}
.blog-content .btn-primary {
    position: absolute;
    bottom: 20px;

}
.blog-thumnail {
    min-height: 225px;
}
.blog-content h4 a{
    color:#777;
}
.blog-content p{
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3333;
    text-align: left;
}
.blog-date {
    position: absolute;
    background: #337ab7;
    top: 15px;
    left: 0px;
    color: #fff;
    border-radius: 0 25px 25px 0;
    padding: 5px 15px;
    font-weight: 700;
}

.blog-branch-la {
    position: absolute;
    top: 55px;
    left: 0px;
    color: #fff;
    font-weight: 700;
    background: #337ab7;
    border-radius: 0 25px 25px 0;
    padding: 5px 15px;
}
.blog-branch-uh {
    position: absolute;
    top: 55px;
    left: 0px;
    color: #fff;
    font-weight: 700;
    background: #58cefbe6;
    border-radius: 0 25px 25px 0;
    padding: 5px 15px;
}

.blog-branch-bz {
    position: absolute;
    top: 55px;
    left: 0px;
    color: #fff;
    font-weight: 700;
    background: #4faeff;
    border-radius: 0 25px 25px 0;
    padding: 5px 15px;
}

.article-branch-la {
    float: left;
    margin-top: 10px;
    color: #fff;
    font-weight: 700;
    background: #337ab7;
    border-radius: 0 25px 25px 0;
    padding: 5px 15px;
}
.article-branch-uh {
    float: left;
    margin-top: 10px;
    color: #fff;
    font-weight: 700;
    background: #58cefbe6;
    border-radius: 0 25px 25px 0;
    padding: 5px 15px;
}

.article-branch-bz {
    float: left;
    margin-top: 10px;
    color: #fff;
    font-weight: 700;
    background: #4faeff;
    border-radius: 0 25px 25px 0;
    padding: 5px 15px;
}

.blog-stories-la {

}

.blog-stories-la, .blog-stories-uh, .blog-stories-bz {
    float: left;
    margin-top: -30px;
    margin-left: -30px;
    color: #fff;
    font-weight: 700;
    border-radius: 0 25px 25px 0;
    padding: 5px 15px;
}

.blog-stories-la {
    background: #18a0db;
}

.blog-stories-uh{
    background: #4faeff;
}

.blog-stories-bz{
    background: #00506e;
}

.other-news {
    padding: 0px 0px 62px 0px;
    color: #00a1dcad;
    margin-bottom: -60px;
    background: url(../img/main/top-fade-bottom.png) repeat-x scroll left top #005979;
}
hr.star-light {
    max-width: 90%;
    margin: 25px auto 30px;
    padding: 0;
    text-align: center;
    border: none;
    border-top: solid 5px #fff;
    ;
}

.other-news h2 {
    color: white;
}
.articles .col-lg-12 {
    margin: 10px 0 10px 0;
    padding-bottom: 5px;
    border-left: 4px solid #00a1dc;
    font-family: sans-serif;
    background-color: black;
}
.articles .col-lg-12:hover {
    background-color: #0000007d;
}
.articles a {
    color: whitesmoke;
    font-size: 14px;
    font-weight: 700;
}

.article {
    min-height: 300px;
}
/* ================================= CAREER ================================= */

.career-body{
    background-color: #eee;
    padding-top: 20px;
    padding-bottom: 20px;
}

.career-menu .col-lg-4 {
    padding: 0;
}

.career-menu .dropdown:hover > .dropdown-menu {
    display: block;
    width: 100%;
}

.career-menu .career-menu-a, .career-menu-a:hover {
    text-align: center;
    width: 100%;
    display: block;
    padding: 0px;
    background-color: #00a1dc;
    color: white;
    font-size: 20px;
    text-decoration: none;
}
.career-menu .career-menu-a:hover {
    opacity: 0.6;
}
.middle {
    opacity: 0.8;
}

h1 small {
    color: #f9f9f9;
}
.career-positions a:hover {
    text-decoration: none !important;
}
.career-positions a:hover > span {
    color: #00a1dc;
}
.career-positions {
    text-align: center;
    position: relative;
}
.career-positions hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 2px solid #3681bb;
    width: 60%;
    box-shadow: 0 0 5px 1px grey;
}
.career-positions .img-responsive {
    margin: 0px auto;
}
.career-positions span {
    text-transform: uppercase;
    color: black;
    font-weight: bolder;
}

.career-icon {
    margin-top: 5px;
    padding-top: 5px;
    width: 100%;
}

.career-icon img {
    margin-left: 0;
    width: 100%;
    padding: 0 20%;
}

.career-item{
    float: left;
}

.career-item .text-justify {
    font-size: 20px;
}

.career-item .banner-text {
    margin: 40px 0 40px 0;
}

.career-field{
    background: white;
}

/* carousel */
.career-carousel
{
    padding: 0 40px 30px 40px;
    margin-top: 30px;
}
/* Previous button  */
.career-carousel .carousel-control.left
{
    left: -12px;
    background-image: none;
    border: 4px solid #00a1dc;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width : 40px;
    margin-top: 40px
}
/* Next button  */
.career-carousel .carousel-control.right
{
    right: -12px !important;
    background-image: none;
    border: 4px solid #00a1dc;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width : 40px;
    margin-top: 40px
}
/* Changes the position of the indicators */
.career-carousel .carousel-indicators
{
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
/* Changes the colour of the indicators */

.career-carousel .carousel-indicators .active
{
    background: #333333;
}

.career-carousel img {
    width: 360px;
}
/* End carousel */

.banner-text {
    border-left: 6px solid #00a1dc;
    padding: 30px 40px;
    color: #333333;
    font-family: sans-serif;
    font-size: 20px;
    font-style: italic;
}

.banner-text-right{
    border-right: 6px solid #00a1dc;
    padding: 30px 40px;
    color: #333333;
    font-family: sans-serif;
    font-size: 20px;
    font-style: italic;
}

.career-form .col-sm-6 {
    padding-right: 0px;
    padding-left: 0px;
}
.career-selection {
    border-radius: 4px;
    background-color: #005979;
    width: 100%;
    padding: 20px;
    font-size: 16px;
    color: white;
}

.career-background{
    background-color: white !important;
}
.branch-primary {
    background: #18a0db;
    padding: 7px 10px 7px;
    margin-top: -20px;
    color: #fff;
}
.branch-info, .branch-info:hover {
    border-bottom: 4px solid #18a0db;
    background: white;
    padding: 7px 10px 7px;
    margin-top: 0px;
    color: #18a0db !important;
    text-transform: uppercase;
    font-weight: bold;
}
.branch-info > a > .row {
    margin-bottom: 10px;
    /*border-bottom: 1px solid #e7e7e6;*/
}
.branch-shadow {
    box-shadow: 5px 0 14px 4px rgba(115,115,115,0.75);
}
.branch-img {
    height: 65px;
    max-height: 65px;
    max-width: 115px;
}
.branch-img img{
    height: 100%;
    margin-left: 10px;
    margin-right: 10px;
}
.branch-main-img {
    width: 146px;
    height: 146px;
    border-radius: 50%;
    border: 4px solid #18a0db;
    margin: 0 auto;
    overflow: hidden;
}
.branch-main-img img {
    width: 100%;
    height: 100%;
    transition: 1s ease;
}
.branch-title{
    margin: 20px 0 !important;
    color: white;
    text-shadow: 1px 1px 0 #444;
}
.branch {
    text-align: center;
    position: relative;
    padding-top: 1px;
    padding-bottom: 25px;
}
.branch a, .branch a:hover {
    color: #337ab7;
}
.max {
    display: contents;
    margin-left: 10px;
}
.branch:hover .branch-main-img img{
    -webkit-transform:scale(1.5);
    transform:scale(1.5);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.vcenter {
    display: table-cell !important;
    vertical-align: middle !important;
    float: none !important;
}

.align-carrier-date {
    float: right;
}

/* =============================== End Footer =============================== */
.demo{
    background: #ffffff;
}
.our-team{
    text-align: center;
    position: relative;
    padding-top: 1px;
    padding-bottom: 25px;
}
.our-team .pic{
    width: 146px;
    height: 146px;
    border-radius: 50%;
    border: 4px solid #18a0db;
    margin: 0 auto;
    overflow: hidden;
}
.our-team img{
    width: 100%;
    height: 100%;
    transition: 1s ease;
}
.our-team .social{
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50px;
    left: 20px;
    transition: all 0.3s ease-out 0s;
}

.our-team:hover .social li a{
    transform: scale(1);
}
.our-team .team-content{
    padding: 7px 10px 7px;
    background: #18a0db;
    margin-top: -20px;
    color: #fff;
    box-shadow: 5px 0 14px 4px rgba(115,115,115,0.75);
}
.our-team .title{
    margin: 20px 0 20px 0;
    color: white;
    text-shadow: 1px 1px 0 #444;
}

.our-team a:hover , a:focus{
    text-decoration: none !important;
}

.our-team:hover .branches-image{
    -webkit-transform:scale(1.5);
    transform:scale(1.5);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.our-team .post{
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}
.our-team .description{
    padding: 20px;
    background: black;
    font-size: 11px;
    color: #fff;
    margin-bottom: 0;
}

/* =============================== Slide Show Carousel =============================== */
* {
    box-sizing: border-box;
}
.mySlides {
    display: none;
}
img {
    vertical-align: middle;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    border-radius: 50%;
    transition: background-color 2.6s ease;
}

.dot:hover{
    text-decoration: none !important;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: .5s;
    animation-name: fade;
    animation-duration: .5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

.slide_show_img{
    height:auto;
    width: auto;
    max-width: 1000px;
    max-height: 700px;
}

.slide-intro {
    width: 60.5%;
    margin: auto;
}

/* =============================== Next slide show =============================== */

/* =============================== Slide Show =============================== */
/* Slideshow container */
.slideshow-container {
    max-width: 1151px;
    position: relative;
    margin: auto;
    text-align: center;
}

/* Caption text */
.text-caption {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

@-webkit-keyframes fade {
    from {
        opacity: .2
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .2
    }
    to {
        opacity: 1
    }
}

.caption-img{
    width: 100%;
    height: 345px;
}

.slide-img{
    width: auto;
    height: auto;
}

/* =============================== End Slide Show Carousel =============================== */

/* http://www.menucool.com */

#sliderFrame, #sliderFrame div {
    box-sizing: content-box;
}
#sliderFrame
{
    position:relative;
    background-color:white;
}

#slider, #slider .sliderInner {
    width:1151px;
    height:359px;/* Must be the same size as the slider images */
    border-radius:0px;
}

#slider
{
    background-color:white;
    position:relative;
    transform: translate3d(0,0,0);
    margin-top: -20px;
}

/* the link style (if slide image is wrapped by a link) */
#slider a.imgLink, #slider .video {
    z-index:2;
    cursor:pointer;
    position:absolute;
    top:0px;
    left:0px;
    border:0;
    padding:0;
    margin:0;
    width:100%;
    height:100%;
}
#slider .video {
    background:transparent url(video.png) no-repeat 50% 50%;
}

/* ------ built-in navigation bullets wrapper ------*/
#slider .navBulletsWrapper  {
    display:none;
}

/* --------- Others ------- */

#slider img, #slider>b, #slider a>b {
    position:absolute;
    border:none;
    display:none;
}

#slider .sliderInner {
    overflow:hidden;
    position:absolute;
    top:0;
    left:0;
}

#slider>a, #slider video, #slider audio {
    display:none;
}
#slider div {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}



/*----------- navigation buttons on both sides of the slider -----------*/
.group1-Wrapper
{
    position:absolute;
    z-index:20;
    top:120px;
    margin-left:50%;/* position it in the middle of #sliderFrame */
    width:1px;
}
a.group1-Prev, a.group1-Next
{
    width:50px;
    height:150px;
    background:transparent url(../img/introslides/navbuttons2.gif);
    display:block;
    cursor:pointer;
    position:absolute;
    top:0;
    user-select: none;
    background-color: #00a1dc05;
}
a.group1-Prev{
    background-position:0 0;
    left: -631px;
    ;
}
a.group1-Next {
    background-position:0 -150px;
    left: 580px;
    ;
}

a.group1-Prev:hover{
    background-position:50px 0;
}
a.group1-Next:hover {
    background-position:50px -150px;
    background-color: white;
}


/* ----------- navigation buttons in the nav bar ---------- */
a.group2-Prev, a.group2-Next, a.group2-Play, a.group2-Pause
{
    width:20px;
    height:20px;
    background:transparent url(../img/introslides/navbuttons.gif);
    display:inline-block;
    *display:inline;
    zoom:1;/*IE hack*/
    margin-left:4px;
    margin-right:4px;
    cursor:pointer;
}
a.group2-Pause{
    background-position:0 0;
}
a.group2-Play {
    background-position:0 -20px;
}
a.group2-Next {
    background-position:0 -40px;
}
a.group2-Prev {
    background-position:0 -60px;
}

a.group2-Pause:hover{
    background-position:20px 0;
}
a.group2-Play:hover {
    background-position:20px -20px;
}
a.group2-Next:hover {
    background-position:20px -40px;
}
a.group2-Prev:hover {
    background-position:20px -60px;
}

/* =============================== End Slide Show Carousel =============================== */

.ch-img-10 {
    background-image: url(../img/career/others/rsz_worker_male.png);
    background-repeat: no-repeat;
    background-size: 75% 100%;
    background-position: 50% 0%;
}

.ch-img-20 {
    background-image: url(../img/career/others/rsz_technical_male.png);
    background-repeat: no-repeat;
    background-size: 75% 100%;
    background-position: 50% 0%;
}

.ch-img-30 {
    background-image: url(../img/career/others/rsz_administrative_famale.png);
    background-repeat: no-repeat;
    background-size: 75% 100%;
    background-position: 50% 0%;
}

.ch-img-40 {
    background-image: url(../img/career/others/rsz_student_famale.png);
    background-repeat: no-repeat;
    background-size: 75% 100%;
    background-position: 50% 14%;
}

.ch-gride li {
    width: 180px;
    height: 130px;
    display: inline-block;
    margin: 20px;
}


/* =============================== Benefits Carousel =============================== */
.marketing .col-lg-3{
    margin-bottom: 1.5rem;
    text-align: center;
}

.benefits{
    margin-bottom: 1.5rem;
    text-align: center;
}

.benefits-icon:hover{
    opacity:0.4;
}

#benefits-list{
    padding-top: 60px;
}

.hvr-float-shadow:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.hvr-float-shadow {
    vertical-align: middle;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.bottom-icons:hover {
    -webkit-transform: translateY(-1.5px);
    transform: translateY(-1.5px);
}
.bottom-icons {
    vertical-align: middle;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.text-center{
    text-align: inherit !important;
}

.bratches{
    color: white ;
    text-decoration: none ;
}

.black-background{
    background: rgba(0, 0, 0, 0.5);
}

/* ============================================================= */

.accordian {
    overflow: hidden;
    float: unset;
    margin: 100px auto;
}
/*A small hack to prevent flickering on some browsers*/
.accordian ul {
    width: 1200px;
    /*This will give ample space to the last item to move
    instead of falling down/flickering during hovers.*/
}

.accordian li {
    position: relative;
    display: block;
    width: 200px;
    float: left;
    border-left: 1px solid #888;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    /*If you hover on the images now you should be able to 
    see the basic accordian*/
}

/*Reduce with of un-hovered elements*/
.accordian ul:hover li {
    width: 40px;
}

.accordian li img {
    display: block;
}

/*Image title styles*/
.image_title {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    /*    width: 620px;	*/
}
.image_title a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 20px;
    font-size: 16px;
}
/* =============================================================  Career select filter CSS */

.page-header.page-header-with-icon {
    text-align: center;
    border-top: 2px solid #01a9e066;
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 16px;
    margin: 50px 0 30px 0;
}

.page-header {
    position: relative;
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

.page-header.page-header-with-icon>[class^="fa-"], .page-header.page-header-with-icon>[class*=" fa-"] {
    position: absolute;
    display: block;
    left: 50%;
    top: -25px;
    margin-left: -50px;
    color: #01a9e0;
    background-color: #f1f1f3;
    font-size: 33px;
    line-height: 50px;
    width: 100px;
    height: 50px;
    border-radius: 50%;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 25px 20px 20px 20px;
}
.card-body-res {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0px 20px 35px 20px;
}

.card-body-res h3 {
    text-align: center;
    background-color: #eeeeee;
    color: white;
    margin-top: 40px !important;
    padding: 5px;
}

.carousel {
    padding: 0 70px;
}
.carousel .item {
    color: #999;
    font-size: 14px;
    text-align: center;
}
.carousel .item .img-box {
    width: 200px;
    height: 200px;
    margin: 28px auto;
    padding: 5px;
    border: 1px solid #00a1dc;
    border-radius: 50%;
}
.carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}
.carousel .testimonials {
    padding: 30px 0 10px;
}
.carousel .overview {
    font-style: italic;
}

.carousel .carousel-control {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 20%;
    background: none;
}
.carousel-control i {
    font-size: 68px;
    line-height: 42px;
    position: absolute;
    display: inline-block;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px grey, 0 0 0 #000;
}
.carousel .carousel-indicators {
    bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 1px 3px;
    border-radius: 50%;
}
.carousel-indicators li {
    background: #999;
    border-color: transparent;
    box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {
    background: #555;
    box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}

.nav-tabs>li.active>a{
    background-color: white;

}

.panel {
    /*    border: none;*/
    /*    background-color: #005979;*/
    /*    padding-bottom: 0px;*/
}
.panel .btn-group {
    margin: 15px 0 30px;
}
.panel .btn-group .btn {
    transition: background-color .3s ease;
}

.table-filter tbody tr:hover {
    cursor: pointer;
    background-color: #eeeeee;
    background-image: -webkit-linear-gradient(top left, #FFFFFF 0%, #00a3ef2e 100%);
}

#career-table tbody tr:hover {
    background-color: white;
}

.table-filter tbody tr:hover hr {
    border-top: 1px solid white;
}


.table-filter tbody tr td {
    padding: 10px 10px 0px 10px;
    vertical-align: middle;
    border: none;
}

.ckbox {
    position: relative;
}
.ckbox input[type="checkbox"] {
    opacity: 0;
}
.ckbox label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ckbox label:before {
    content: '';
    top: 1px;
    left: 0;
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    border-radius: 2px;
    border: 1px solid #bbb;
    background-color: #fff;
}
.ckbox input[type="checkbox"]:checked + label:before {
    border-color: #2BBCDE;
    background-color: #2BBCDE;
}
.ckbox input[type="checkbox"]:checked + label:after {
    top: 3px;
    left: 3.5px;
    content: '\e013';
    color: #fff;
    font-size: 11px;
    font-family: 'Glyphicons Halflings';
    position: absolute;
}
.table-filter .star {
    color: #ccc;
    text-align: center;
    display: block;
}
.table-filter .star.star-checked {
    color: #F0AD4E;
}
.table-filter .star:hover {
    color: #ccc;
}
.table-filter .star.star-checked:hover {
    color: #F0AD4E;
}
.table-filter .media-photo {
    width: 35px;
}
.table-filter .media-body {
    display: block;
    /* Had to use this style to force the div to expand (wasn't necessary with my bootstrap version 3.3.6) */
}
.table-filter .media-meta {
    font-size: 11px;
    color: #999;
}
.table-filter .media .title {
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    margin: 0;
    text-align: left !important;
    color: #337ab7;
}
.table-filter .media .title span {
    font-size: .8em;
    margin-right: 20px;
}

.table-filter .media .title span.pendiente {
    color: #f0ad4e;
}

.table-filter .media .summary {
    font-size: 14px;
    color: black;
}

.hover-effect:hover , .hover-effect:focus{
    background: #fff;
}

/* HR with Icon START */

.hr-icon {
    position: relative;
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
    text-align: center;
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 16px;
    margin: 50px 0 45px 0;
}

.hr-icon-line {
    border-top: 2px solid #008ec3;
    display: block;
}

.hr-icon [class^="fa-"], .hr-icon [class*=" fa-"] {
    position: absolute;
    display: block;
    left: 50%;
    top: 8px;
    margin-left: -50px;
    color: #008ec3;
    font-size: 33px;
    line-height: 17px;
    width: 100px;
    height: 50px;
    border-radius: 50%;
}

.hr-icon h2 {
    padding-top: 25px;
}

/* HR with Icon END */

.fa-star:before {
    content: "\f02e";
}

.container-stories {
    background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #18a0db3b));
    border-radius: 90px;
    padding: 16px 16px 0px 16px;
    margin: 5px 0 0 0;
    min-height: 183px;
}

.container-stories::after {
    content: "";
    clear: both;
    display: table;
}

.container-stories img {
    float: left;
    margin-right: 20px;
    border-radius: 50%;
    border: 2px solid #18a0db;
}

.container-stories span {
    font-size: 20px;
    margin-right: 15px;
}

.contact-bg{
    background-color: #005979;
}

.cont-bg{
    background-color: #005979;
}

.white-text{
    color: #fff;
}

.rounded-circle{
    border-radius:50%;
    margin: 13px;
}

.indentation{
    margin-bottom: 27px;
}

/*/--------------------------------------------------------------------------- study  **/

.how-section1 h4{
    color: #00a1dc;
    font-weight: bold;
    font-size: 30px;
}

.how-section1 .row
{
    margin-top: 2%;
}
.how-img
{
    text-align: -webkit-center;
    top: 130px;
    color: #008ecd;
}

.how-img img{
    width: 40%;
}



.text-muted{
    color: #000;
    font-size: initial;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
}

.study-icons{
    font-size: 24px;
    color: #008ec3;
}

/* vertical spacing between columns */
.intresting{
    margin-bottom: 30px;
}

.content-i {
    height: 100%;
    padding: 30px 30px 20px;
    color: #fff;
    text-align: center;
    font-size: large;
}

.colour-1 {
    background: #00a1dc;
    color: #fff;
}

.colour-2 {
    background: #337ab7;
}

.colour-3 {
    background: #9e9e9e;
    color: #fff;
}

.colour-4 {
    background: #014f6b;
}

.colour-5 {
    background: #626562;
}

.colour-6 {
    background: #64c7ea;
}

.content h3 {
    margin-top: 0px;
    font-weight: 300;
}

.branch-background{
    background-image: url(../img/benefits/podklad.jpg);
}

.center-btn{
    margin-left: 100px;
    width: 42%;
}

.center {
    text-align: center;
}

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

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

.clean{
    padding-bottom:25px;
}


.branches-img-contact:hover{
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
}

.branches-img-contact{
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    margin-bottom: 19px;
}

.news-date{
    color:#00a1dc;
}

.float-right{
    float:right;
    bottom: 5px;
}

.img-margin{
    margin-bottom: 8px;
}

.img-float{
    float:right;
}

.icon-indentation{
    vertical-align: middle;
}
/*_________________________________________________________________________*/

#kyocera{
    margin-top: 6px;
    position: absolute;
}

.contact-icon{
    color: #337ab7;
    border-left: 1px solid #ffffff;
}

.contact-label{
    background-color: white;
    border: none !important;
}

.contact-padding{
    padding-left: 19px;
}

#ninja-slider {
    width:100%;
    background:#FFF;
    padding: 0!important;
    max-height: 600px;
    margin:0 auto;
    overflow:hidden;
    box-sizing:border-box;
}

#ninja-slider .slider-inner {
    max-height: 600px;
    margin:0 auto;/*center-aligned */
    font-size:0px;
    position:relative;
    box-sizing:border-box;
}

#ninja-slider ul {
    position:relative;
    list-style:none;
    padding:0;
    box-sizing:border-box;
    background:black;
}

#ninja-slider li {
    width:100%;
    height:600px;
    top:0;
    left:0;
    position: absolute;
    font-size:12px;
    list-style:none;
    margin:0;
    padding:0;
    opacity:0;
    overflow:hidden;
    box-sizing:border-box;
}

#ninja-slider li.ns-show {
    opacity:1;
}

/* --------- slider image ------- */
#ninja-slider .ns-img {
    background-color:rgba(0,0,0,0.8);
    background-size:cover;/*Note: If transitionType is zoom, it will be overridden to cover.*/
    border-radius:4px;
    cursor:default;
    display:block;
    position: absolute;
    width:100%;
    height:600px;
    background-repeat:no-repeat;
    background-position: 100% 70%;
}


/*---------- Captions -------------------*/

#ninja-slider .caption {
    font-size: 17px;
    font-family: 'Bree Serif', sans-serif;
    position:absolute;
    width:100%;
    background: #00000059;
    text-align:center;
    bottom: 0%;
    color:white;
}

.intro-h1{
    color:white;
    margin-bottom: 20px;
}

#ninja-slider li.ns-show .caption {
    /* 5s = (delay + transitionSpeed) set in the ninja-slider.js */
    -webkit-animation: titleAnimation 10s linear both;
    animation: titleAnimation 10s linear both;
}

#ninja-slider li.sl-0 .caption {
    -webkit-animation: none;
    animation: none;
    display:none;
}

@keyframes titleAnimation {
    0% {
        opacity:0;
    }
    10% {
        opacity:0;
        transform: translateY(-20%);
    }
    20% {
        opacity:1;
        transform: translateY(0%);
    }
    70% {
        opacity:1;
        transform: translateY(0%);
    }
    80% {
        opacity:0;
        transform: translateY(100%);
    }
    100% {
        opacity:0;
        transform: translateY(100%);
    }
}

@-webkit-keyframes titleAnimation {
    0% {
        opacity:0;
    }
    10% {
        opacity:0;
        -webkit-transform:translateY(-20%);
    }
    25% {
        opacity:1;
        -webkit-transform:translateY(0%);
    }
    70% {
        opacity:1;
        -webkit-transform:translateY(0%);
    }
    80% {
        opacity:0;
        -webkit-transform:translateY(100%);
    }
    100% {
        opacity:0;
        -webkit-transform:translateY(100%);
    }
}

div.navsWrapper {
    position:absolute;
    width:100px;
    height:50px;
    right:90px;
    bottom:9%;
    z-index:10;
}

#ninja-slider-prev, #ninja-slider-next
{
    position: absolute;
    display:inline-block;
    width:50px;
    height:50px;
    line-height:52px;
    margin:0;
    border:2px solid white;
    backface-visibility:hidden;
    color:white;
    overflow:hidden;
    -webkit-user-select: none;
    user-select:none;
    font-family:sans-serif;
    font-size:14px;
    transition:all 0.5s;
    cursor:pointer;
}

#ninja-slider-prev {
    left:auto;
    right:50%;
    margin-right:-2px;
}

#ninja-slider-next {
    left:50%;
    right:auto;
}

/*pagination within the prev/next buttons*/
#ninja-slider-prev div, #ninja-slider-next div {
    white-space:nowrap;
    opacity:0;
    position:absolute;
}
#ninja-slider-prev div {
    left:6px;
}
#ninja-slider-next div {
    right:6px;
}
#ninja-slider-prev:hover div, #ninja-slider-next:hover div {
    opacity:1;
}
#ninja-slider-prev:hover.disabled, #ninja-slider-next:hover.disabled {
    opacity:0.1;
    cursor:default;
}

/* arrows */
#ninja-slider-prev::before, #ninja-slider-next::before {
    position: absolute;
    top: 17px;
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    border-left: 4px solid white;
    border-top: 4px solid white;
    backface-visibility:hidden;
}

#ninja-slider-prev::before {
    -ms-transform:rotate(-45deg);/*IE 9*/
    -webkit-transform:rotate(-45deg);
    transform: rotate(-45deg);
    right:15px;
}

#ninja-slider-next::before {
    -ms-transform:rotate(135deg);/*IE 9*/
    -webkit-transform:rotate(135deg);
    transform: rotate(135deg);
    left:15px;
}

/*------ pager(nav bullets) ------*/
/* The pager id should be: slider id + "-pager" */
#ninja-slider-pager, #ninja-slider-pause-play {
    display:none;
}

/*--------------------------------------Career cards---------------------------------------------------*/

.row.heading h2 {
    color: #fff;
    font-size: 52.52px;
    line-height: 95px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 40px;
    padding-bottom: 20px;
    text-transform: uppercase;
}
ul{
    /*    margin:0;
        padding:0;*/
}
.well {
    background-color: #005979;
    border: none;
}
.center {
    text-align: center;

}
.m-tb-20 {
    margin: 20px 0;
}
.m-tb-40 {
    margin: 40px 0;
}
.heading.heading-icon {
    display: block;
}
.padding-lg {
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
}
.practice-area.padding-lg {
    padding-bottom: 55px;
    padding-top: 55px;
}
.practice-area .inner{
    border:1px solid #999999;
    text-align:center;
    margin-bottom:28px;
    padding:40px 25px;
}
.our-webcoderskull .cnt-block:hover {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    border: 0;
}
.practice-area .inner h3{
    color:#3c3c3c;
    font-size:24px;
    font-weight:500;
    font-family: 'Poppins', sans-serif;
    padding: 10px 0;
}
.practice-area .inner p{
    font-size:14px;
    line-height:22px;
    font-weight:400;
}
.practice-area .inner img{
    display:inline-block;
}

.small-icon-bz{
    border-radius: 0% 0% 50% 50%;
}

.card__heading {
    display: inline-block;
    position: absolute;
    top: -0.5em;
    left: -0.5em;
    padding: 14px 22px 11px;
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 500;
    color: white;
    background: #01a9e0;
}

.contact__map {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
}
.contact__map:before, .contact__map:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.contact__map .map__inner {
    width: 100%;
    height: 100%;
}
.contact__map .map__inner .leaflet-control-attribution {
    opacity: 0.4;
}
.contact__map .map__inner .leaflet-control-attribution:hover {
    opacity: 0.6;
}
.contact__map .map__circle {
    display: block;
    box-sizing: border-box;
    width: 37%;
    height: 70%;
    position: absolute;
    left: 104px;
    top: 75px;
    border: 6px solid #01a9e0;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1), 0 4px 16px rgba(0, 0, 0, 0.1) inset;
    z-index: 1;

}
.contact__content {
    padding: 120px 13px;
    line-height: 1.35;
}

dt {
    margin-top: 1.35em;
}
dt:first-child {
    margin-top: 0;
}

.our-teams{
    text-align: center;
    position: relative;
    padding-top: 1px;
    padding-bottom: 25px;
}
.our-teams .pics{
    margin: 0 auto;
    overflow: hidden;
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 115px;
    top: 62px;
    border: 2px solid #01a9e0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1), 0 4px 16px rgba(0, 0, 0, 0.1) inset;
    z-index: 1;
}
.our-teams img{
    width: 100%;
    height: 100%;
    transition: 1s ease;
}

.our-teams:hover .branches-image{
    -webkit-transform:scale(1.5);
    transform:scale(1.5);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
figure {
    margin: 0 !important;
}
.summary {
    padding: 0;
    margin: 0;
    font-weight: bold;
}
.lan{
    color: #337ab7;
}

.bz{
    color: #4faeff;
}

.uh{
    color: #58cefbe6;
}

.textarea-limitations{
    width:99.9%;
    height: 154px !important;
}

.featurette-heading{
    text-align: center;
}

.featurette{
    text-align: center;
}

.no-text-decoration:hover .no-text-decoration {
    text-decoration: none;
}

.card-margin-left{
    margin-left: -10px;
}

.card-margin-right{
    margin-right: -10px;
}

.top-margin{
    margin-top: 40px;
}

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

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

.top-small-margin {
    margin-top:20px;
}

.float-left{
    float:left;
}

.contact-header{
    text-align: center;
    color:white;
}

.contact-button{
    margin-left: 0px;
    width: 31%;
}

.p-top-10 {
    padding-top:20px;
}

.blue-hr{
    border: 0;
    border-top: 1px solid #008ecd66;
}

.blue-margin{
    margin: 8px 0px 20px 0px;
}

.study-button{
    height: 47px;
}

.ul-padding{
    padding-left: 50px;
}

.li-padding{
    padding-bottom:5px;
}

.center-header{
    margin: 0 auto;
    text-align: center;
    padding-bottom: 5px;
}

.help-block{
    display: none;
}

.news-header{
    border-radius: 30px !important;
    padding: 10px 0px 10px 0px;
}

.news-short-link {
    display: none;
}

.news-desc {
    min-height: 175px;
}

.list-group-item:first-child{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

/*.list-group-item{
    border: none;
}*/

/*------------------------------Sprite icons--------------------------*/

.sprite {
    background-image: url(../img/main/spritesheet.png);
    background-repeat: no-repeat;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
}

.sprite-ECIA-logo {
    width: 185px;
    height: 35px;
    background-position: -5px -5px;
}

.sprite-ERA_logo {
    width: 61px;
    height: 35px;
    background-position: -5px -50px;
}

.sprite-IATF-16949 {
    width: 44px;
    height: 44px;
    background-position: -76px -50px;
}

.sprite-ISO-14001 {
    width: 44px;
    height: 44px;
    background-position: -130px -50px;
}

.sprite-ISO-9001 {
    width: 44px;
    height: 44px;
    background-position: -5px -104px;
}

.sprite-RoHS-Logo {
    width: 44px;
    height: 44px;
    background-position: -59px -104px;
}

.sprite-arrow {
    width: 10px;
    height: 10px;
    background-position: -113px -104px;
    padding-right: 15px;
}

.sprite-avx-logo-wh {
    width: 155px;
    height: 48px;
    background-position: -200px -5px;
}

.sprite-heading_underline {
    width: 1px;
    height: 2px;
    background-position: -184px -63px;
}

.sprite-logo-kyocera {
    width: 58px;
    height: 13px;
    background-position: -195px -63px;
}

.sprite-top {
    width: 85px;
    height: 8px;
    background-position: -263px -63px;
}

.sprite-top-fade-bottom {
    width: 33px;
    height: 13px;
    background-position: -263px -81px;
}

.lang-choose{
    display: none;
}

.navbar-collapse {
    padding: 0;
    border-top: unset;
}

.carousel-control{
    color: #000;
}

.left-card{
    background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #18a0db3b));
}

.right-card{
    background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0, #FFFFFF), color-stop(1, #18a0db3b));
}

.img-thumbnail{
    margin:10px 10px 5px 10px;
}

.form-control{
    height: 35px;
}

.container {
    width: 100%;
}

.error_page_content {
    margin-top: 50px;
}

.mt-15 {
    margin-top: 15px
}

.pb-10 {
    padding-bottom: 10px;
}

.pagination {
    padding-left: inherit;
}