@font-face {
    font-family: 'SourceSansPro';
    src: url('Fonts/SourceSansPro-Regular/SourceSansPro-Regular_gdi.eot');
    src: url('Fonts/SourceSansPro-Regular/SourceSansPro-Regular_gdi.eot?#iefix') format('embedded-opentype'), url('Fonts/SourceSansPro-Regular/SourceSansPro-Regular_gdi.woff') format('woff'), url('Fonts/SourceSansPro-Regular/SourceSansPro-Regular_gdi.ttf') format('truetype'), url('Fonts/SourceSansPro-Regular/SourceSansPro-Regular_gdi.otf') format('opentype'), url('Fonts/SourceSansPro-Regular/SourceSansPro-Regular_gdi.svg#SourceSansPro-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal
}
@font-face {
    font-family: 'SourceSansPro';
    src: url('Fonts/SourceSansPro-Bold/SourceSansPro-Bold_gdi.eot');
    src: url('Fonts/SourceSansPro-Bold/SourceSansPro-Bold_gdi.eot?#iefix') format('embedded-opentype'), url('Fonts/SourceSansPro-Bold/SourceSansPro-Bold_gdi.woff') format('woff'), url('Fonts/SourceSansPro-Bold/SourceSansPro-Bold_gdi.ttf') format('truetype'), url('Fonts/SourceSansPro-Bold/SourceSansPro-Bold_gdi.otf') format('opentype'), url('Fonts/SourceSansPro-Bold/SourceSansPro-Bold_gdi.svg#SourceSansPro-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal
}
@font-face {
    font-family: 'SourceSansPro';
    src: url('Fonts/SourceSansPro-Semibold/SourceSansPro-Semibold_gdi.eot');
    src: url('Fonts/SourceSansPro-Semibold/SourceSansPro-Semibold_gdi.eot?#iefix') format('embedded-opentype'), url('Fonts/SourceSansPro-Semibold/SourceSansPro-Semibold_gdi.woff') format('woff'), url('Fonts/SourceSansPro-Semibold/SourceSansPro-Semibold_gdi.ttf') format('truetype'), url('Fonts/SourceSansPro-Semibold/SourceSansPro-Semibold_gdi.otf') format('opentype'), url('Fonts/SourceSansPro-Semibold/SourceSansPro-Semibold_gdi.svg#SourceSansPro-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal
}
@font-face {
    font-family: 'Saira';
    src: url('Fonts/Saira-Regular/Saira-Regular.eot');
    src: url('Fonts/Saira-Regular/Saira-Regular.eot?#iefix') format('embedded-opentype'), url('Fonts/Saira-Regular/Saira-Regular.woff') format('woff'), url('Fonts/Saira-Regular/Saira-Regular.ttf') format('truetype'), url('Fonts/Saira-Regular/Saira-Regular.otf') format('opentype'), url('Fonts/Saira-Regular/Saira-Regular.svg#Saira-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal
}
@font-face {
    font-family: 'Saira';
    src: url('Fonts/Saira-SemiBold/Saira-SemiBold.eot');
    src: url('Fonts/Saira-SemiBold/Saira-SemiBold.eot?#iefix') format('embedded-opentype'), url('Fonts/Saira-SemiBold/Saira-SemiBold.woff') format('woff'), url('Fonts/Saira-SemiBold/Saira-SemiBold.ttf') format('truetype'), url('Fonts/Saira-SemiBold/Saira-SemiBold.otf') format('opentype'), url('Fonts/Saira-SemiBold/Saira-SemiBold.svg#Saira-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal
}
html,
body {
    font-size: 100%;
    vertical-align: baseline;
    height: 100%
}
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
body {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    font-weight: 400;
    font-family: "SourceSansPro", sans-serif
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-weight: 700
}
h1 {
    color: #39789c;
    font-family: "Saira Condensed", sans-serif;
    font-weight: 500;
    border-bottom: 2px solid #39789c;
    font-size: 26.98px;
    padding-bottom: 13px;
    margin: 13px 0;
    letter-spacing: 0.30px;
    word-spacing: 4px;
    line-height: 33px
}
h2 {
    font-size: 16px;
    margin: 15px 0
}
p {
    color: #000;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 20px;
    letter-spacing: 0.6px
}
a {
    color: #39789c;
    transition: color .4s;
   text-decoration: underline;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #23527c
}
img {
    max-width: 100%;
    height: auto
}
ul,
ol {
    margin: 0 0 24px
}
ul {
    padding: 0
}
ul li {
    list-style: none;
    position: relative;
    padding-left: 13px
}
ul li:before {
    position: absolute;
    left: 1px;
    background-color: #000;
    height: 4px;
    width: 4px;
    border-radius: 100%;
    content: "";
    top: 10px
}
ul li {
    list-style: none
}
ul li,
ol li {
    margin-bottom: 4px
}
p+ul {
    margin-top: -18px
}
.btn,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: medium none;
    box-shadow: none;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    height: 40px;
    min-width: 90px;
    background: rgba(57, 120, 156, 1);
    border-radius: 4px;
    background: -moz-linear-gradient(top, rgba(57, 120, 156, 1) 0%, rgba(68, 143, 183, 1) 0%, rgba(57, 120, 156, 1) 0%, rgba(71, 147, 191, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(57, 120, 156, 1)), color-stop(0%, rgba(68, 143, 183, 1)), color-stop(0%, rgba(57, 120, 156, 1)), color-stop(100%, rgba(71, 147, 191, 1)));
    background: -webkit-linear-gradient(top, rgba(57, 120, 156, 1) 0%, rgba(68, 143, 183, 1) 0%, rgba(57, 120, 156, 1) 0%, rgba(71, 147, 191, 1) 100%);
    background: -o-linear-gradient(top, rgba(57, 120, 156, 1) 0%, rgba(68, 143, 183, 1) 0%, rgba(57, 120, 156, 1) 0%, rgba(71, 147, 191, 1) 100%);
    background: -ms-linear-gradient(top, rgba(57, 120, 156, 1) 0%, rgba(68, 143, 183, 1) 0%, rgba(57, 120, 156, 1) 0%, rgba(71, 147, 191, 1) 100%);
    background: linear-gradient(to bottom, rgba(57, 120, 156, 1) 0%, rgba(68, 143, 183, 1) 0%, rgba(57, 120, 156, 1) 0%, rgba(71, 147, 191, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#39789c', endColorstr='#4793bf', GradientType=0)
}
table {
  /*  width: 100%*/
  margin-left: auto;
  margin-right: auto;
}
table th,
table td {
    padding: 5px
}
thead  {background-color: #f2f2f2; margin: 0 auto;} 

tbody td:nth-of-type(odd),
thead th:nth-of-type(odd){
    background:rgba(255,255,255,1);
}




.content-section ul li,
.content-section ol li {
    word-spacing: 1px;
    letter-spacing: 0.8px
}
.content-section .ce-uploads li {
    word-spacing: 0;
    letter-spacing: 0.40px
}
.ce-row {
    margin-bottom: 10px
}
.ce-column {
    margin-bottom: 15px
}
.ce-intext.ce-right .ce-gallery,
.ce-intext.ce-left .ce-gallery,
.ce-above .ce-gallery,
.ce-below .ce-gallery {
    margin: 0 0 18px 0
}
.ce-right.ce-nowrap h1,
.ce-left.ce-nowrap h1,
.ce-right.ce-nowrap h2,
.ce-left.ce-nowrap h2 {
    margin: 0px
}
.ce-right.ce-nowrap h2,
.ce-left.ce-nowrap h2 {
    margin-top: 6px
}
.ce-uploads li {
    list-style: none outside none;
    margin: 0 0 10px 0;
    padding: 0 0 0 40px;
    position: relative
}
.ce-uploads img {
    vertical-align: middle;
    position: absolute;
    top: 6px;
    left: 0
}
.ce-uploads li a {
    font-weight: 700
}
.container {
    max-width: 1200px;
    width: auto
}
.wrapper {
    display: inline-block;
    position: relative;
    width: 100%
}
.bg-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}
header.page {
    background-color: #ffffff;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99
}
.bg-yellow {
    background-color: #fff
}
footer.bg-yellow {
    background-color: #e1e1e1
}


.header-top {
  /*  padding: 7px 0;
    height:40px;*/
   /* display:none;*/
}
.header-top p {
    font-family: "Saira Condensed", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    float: right;
    margin: 0;
    display: none!important;
}
.languages {
    width: 100%;
    position: relative;
    text-align: center;
    margin: 0px 0 17px;
    float: left
}
.languages img {
width:35px;
    margin-right: 15px;
}

.languages a {
    display: inline-block;
    margin-right: 9px
}
.languages a:last-child {
    margin-right: 0
}
.logo-wrapper {
    position: relative;
    z-index: 99;
    background-color: #fff;
  /*  height:115px;*/
}
.logo-wrapper .languages {
    display: none
}
.logo-wrapper .logo {
    max-width: 230px;
    float: left;
    margin: 21px 0 20px 0
}
.navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    padding-top: 101px;
    margin-bottom: 30px;
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    background-color: #fff;
    overflow-y: auto
}
.navigation nav {
    border-top: 1px solid #39789c;
    float: left;
    width: 100%;
    margin-bottom: 30px
}
.navigation nav a {
    color: #39789c;
    font-size: 18px;
    font-family: 'Saira Condensed', sans-serif;
    font-weight: 600;
    text-decoration: none;
    outline: none;
    width: 100%;
    display: block
}
.navigation nav a:hover {
    outline: none
}
.navigation ul,
.navigation li {
    list-style: none;
    padding: 0;
    margin: 0
}
.navigation li {
    float: left;
    width: 100%
}
.navigation nav ul li:hover > a {
    color: #fbd617
}
.navigation nav ul li.active > a {
    color: #ffd500
}
.navigation nav>ul>li {
    border-bottom: 1px solid #39789c;
    position: relative
}
.navigation nav>ul>li>a {
    text-transform: uppercase;
    font-weight: 700;
    padding: 7px 40px 7px 0
}
.sub-menu {
    display: none
}
.sub-menu li a {
    padding: 7px 40px 8px 13px;
    letter-spacing: 0.75px
    
}

.sub-menu .sub-menu {margin-left:260px;top:-20px;overflow:auto;}

.menu-trigger {
    display: inline-block;
    right: 14px;
    width: 22px;
    height: 21px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
.menu-open {
    overflow: hidden
}
.menu-trigger .bars {
    width: 100%;
    height: 5px;
    margin-bottom: 3px;
    background-color: #39789c;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    border-radius: 2px
}
.menu-trigger .bars:last-child {
    margin-bottom: 0
}
.open .bars:first-child {
    -webkit-transform: translateY(8px) rotate(135deg);
    transform: translateY(8px) rotate(135deg)
}
.open .bars:nth-child(2) {
    -webkit-transform: scale(0);
    transform: scale(0)
}
.open .bars:last-child {
    -webkit-transform: translateY(-8px) rotate(-135deg);
    transform: translateY(-8px) rotate(-135deg)
}
.arrow {
    color: #39789c;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    height: 40px;
    padding: 9px 0;
    position: absolute;
    right: 0px;
    text-align: right;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 40px;
    z-index: 2
}
.menu-open .navigation {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%)
}







.search-trigger {
    display: none
}
.search-form input[type="text"] {
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
    width: 100%;
    padding: 4px 30px 4px 0;
    color: rgba(255, 255, 255, 0.8)
}
.search-form input[type="text"]:focus {
    box-shadow: none;
    outline: none
}
.search-form::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
    opacity: 0.5
}
.search-form:-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
    opacity: 0.5
}
.search-form::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
    opacity: 0.5
}
.search-form:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
    opacity: 0.5
}







.banner-slider,
.banner-img {
    position: relative
}
.banner-slider,
.banner-slider .item {
    min-height: 150px;
}
.banner-img {
    min-height: 60px
}
.banner-slider .carousel-indicators,
.banner-slider .carousel-control {
    display: none
}
.banner-slider .carousel-caption {
    text-align: left;
    left: 50%;
    width: 100%;
    max-width: 1200px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    right: auto;
    padding: 0 15px
}


.carousel-inner .carousel-intro {
    color: #fbd617;
    font-family: "Saira Condensed", sans-serif;
    font-weight: 600;  
}
.carousel-inner .carousel-intro ul { list-style: none; color: #fbd617; margin:0; }
.carousel-inner .carousel-intro ul li { list-style: none; margin:0; }
.carousel-inner .carousel-intro ul > li:before { content:'-';      color: #fbd617; background:none; top:0px; width:auto; height:auto; }

/*.carousel-inner .carousel-intro .media-object { max-width:none; width:200px; }
.carousel-inner .carousel-intro .media-left { padding-right:30px; }*/


.carousel-inner .carousel-intro h2 ,
.carousel-inner .carousel-caption h2 {
    color: #fbd617;
    font-family: "Saira Condensed", sans-serif;
    font-weight: 600
}

.carousel-inner .carousel-caption p {
    color: #fff;
    font-weight: 400;
    margin-bottom: 0
}
.carousel-inner .carousel-caption h2,
.carousel-inner .carousel-intro h2,
.carousel-inner .carousel-caption p,
.carousel-inner .carousel-intro li {
    text-shadow: 4px 4px 27.3px rgba(0, 0, 0, 0.27)
}
.carousel-inner .item-content-wrapper {
    display: none
}
main.content {
   margin-top: 65px
}
footer.page,
.footer-bottom {
    position: relative;
    width: 100%
}
.footer-top {
    padding: 17px 0px
}
footer.page ul,
footer.page li {
    margin: 0;
    padding: 0;
    list-style: none
}
.footer-top {
    font-size: 17.01px;
    font-weight: 400;
    letter-spacing: -0.2px
}
.footer-top h3,
.footer-top address,
.footer-top p {
    font-size: inherit;
    font-weight: inherit;
    color: #2a2c2f;
    letter-spacing: inherit
}
.footer-top h3 {
    margin: 0 0 17px;
    font-weight: 600
}
.footer-top address {
    line-height: 30px;
    margin-bottom: 28px
}
.footer-top p {
    margin-bottom: 28px;
    letter-spacing: 0.20px
}
.footer-top p a {
    letter-spacing: 0
}
.footer-top .ce-gallery img {
    max-width: 265px;
    width: 100%
}
.footer-bottom {
    padding: 20px 0 20px
}
.footer-bottom ul {
    display: inline-block;
    width: 100%
}
.footer-bottom ul li {
    font-size: 14px;
    font-weight: 400;
    width: auto;
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
    position: relative
}
.footer-bottom li:after {
    color: inherit;
    content: "|";
    position: absolute;
    right: -12px;
    top: 0
}
.footer-bottom li:first-child:after,
.footer-bottom li:last-child:after {
    display: none
}
.footer-bottom li,
.footer-bottom li a {
    color: #2a2c2f
}
.footer-bottom li a:hover {
    color: #39789c
}
.content-section {
    padding: 15px 0 40px
}

.content-section-blue {
background-color:#dce7ee;
padding: 15px 0 0px!important;
}
.content-section-blue p.lead-text,
.content-section-blue .lead-text p{
color: #39789c;
}

.breadcrumb {
    padding: 4px 0 6px 0px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #1f5166;
    border-radius: 0px;
    color:#ffffff;
    z-index:0;

}


.breadcrumb-section {
    width: 100%;
    padding: 4px 0 0px 0;
}
.breadcrumb-section ul,
.breadcrumb-section li {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%
}
.breadcrumb-section li {
    color: #ffffff;
    font-size: 12px;
    display: inline-block;
    width: auto;
    margin-right: 16px
}
.breadcrumb-section li:hover a,
.breadcrumb-section li:hover:after {
    color: #23527c
}
.breadcrumb-section li:last-child {
    margin-right: 0
}
.breadcrumb-section li::after {
    color: inherit;
    content: ">";
    position: absolute;
    right: -14px;
    top: 0
}
.breadcrumb-section li:last-child:after {
    display: none
}
.breadcrumb-section li a {
    color: #ffffff;
    font-size: inherit;
    text-decoration: none;
    letter-spacing: inherit;
    cursor: pointer
}
p.lead-text,
.lead-text p{
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.10px
}
.teaser-box {
    position: relative;
    width: 100%;
    margin: 25px 0 0
}
.teaser-box figure img,
.teaser-box figure {
    width: 100%
}
.teaser-content h2 {
    font-family: "Saira Condensed", sans-serif;
    font-weight: 500;
    padding: 0 0 10px;
    margin: 10px 0;
    border-bottom: 1px solid #39789c;
    font-size: 20px
}
.teaser-content p {
    margin-bottom: 10px
}
.teaser-content .read-more {
    text-transform: uppercase;
    font-family: "Saira Condensed", sans-serif;
    font-weight: 700
}
aside {
    position: relative;
    width: 100%
}
aside h2 {
    font-family: "Saira Condensed", sans-serif;
    font-weight: 500;
    margin: 0 0 10px;
    font-size: 20px
}
aside ul,
aside ul li {
    padding: 0;
    margin: 0;
    list-style: none
}
aside ul {
    margin-bottom: 25px
}
aside ul li {
    color: #000000;
    display: block;
    width: 100%;
    margin-bottom: 7px
}
aside li a {
    color: #000
}
aside li a:hover {
    color: #39789c
}
.link,
.more,
.news-backlink-wrap a {
    color: #39789c;
    font-weight: 500;
    letter-spacing: 0.7px;
    padding-left: 22px;
    position: relative
}
.link:hover,
.link:focus,
.more:hover,
.more:focus,
.news-backlink-wrap a:hover,
.news-backlink-wrap a:focus {
    text-decoration: none
}
.link:before,
.more:before,
.news-backlink-wrap a:before {
    left: 0;
    position: absolute;
    top: 6px;
    width: 14px;
    height: 9px;
    background-image: url(Images/right-arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    content: '';
    background-size: contain
}
.news-backlink-wrap a:before {
    background-image: url(Images/left-arrow.svg);
    top: 5px
}
.link:hover:before,
.more:hover:before {
    background-image: url(Images/right-arrow-hover.svg)
}
.news-backlink-wrap a:hover:before {
    background-image: url(Images/left-arrow-hover.svg)
}



















.navigation li:before,
.breadcrumb-section li:before,
footer.page li:before,
aside li:before,
.ce-uploads li:before {
    display: none
}
.product-detail-section {
    margin-top: -25px
}
.videojs-wrapper {
    max-width: 100%;
    width: 100%
}
.videojs-wrapper .vjs_video_3-dimensions {
    width: 100%;
    height: 170px
}
.more {
    display: inline-block;
    margin-top: 6px
}
.news-list-view .article {
    border-bottom: 1px solid #39789c;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
    width: 100%;
    display: inline-block
}
.article h3 {
    color: #39789c;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 15px
}
.news-single .footer p {
    margin: 0 0 10px
}
.news-list-view {
    margin-top: 20px
}
.teaser-text p {
    line-height: 23px;
    margin: 0
}
.news-single .teaser-text p {
    margin: 0 0 33px
}
.news-img-wrap {
    float: left;
    margin: 6px 15px 0 0
}
.news-list-view .footer p {
    margin: 0
}
.news-backlink-wrap {
    margin: 0 0 40px
}
.share,
.twitter {
    float: left;
    margin-right: 15px
}
.fb_iframe_widget span {
    border-radius: 3px;
    float: left;
    overflow: hidden
}
.like {
    margin-bottom: 10px
}
.tx-indexedsearch-form {
    float: left;
    margin-bottom: 15px;
    margin-right: 15px
}
label {
    font-weight: 600;
    line-height: 1.1
}
.tx-indexedsearch-form label {
    margin-right: 15px
}
input[type="text"],
input[type="password"],
select,
input[type="number"],
input[type="date"],
input[type="search"],
.form-control {
    background: #fff none repeat scroll 0 0;
    height: 40px;
    padding: 4px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset
}
input[type="file"] {
    cursor: pointer;
    width: auto
}
textarea {
    padding: 10px 15px
}
.tx-indexedsearch-searchbox p {
    margin: 0
}
button,
input[type="submit"] {
    background-color: #39789c
}
.powermail_fieldwrap h2 {
    margin-top: 0
}
ol {
    padding-left: 25px
}
.tx-indexedsearch-rules p {
    font-size: 16px;
    line-height: 22px
}
.tx-indexedsearch-info,
.tx-indexedsearch-percent {
    display: none
}
.tx-indexedsearch-res h3 {
    color: #39789c;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px
}
.tx-indexedsearch-res p {
    margin: 0 0 10px
}
.tx-indexedsearch-res {
    border-bottom: 1px solid #39789c;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative
}
fieldset {
    margin: 0 0 20px
}
.tx-powermail .container-fluid {
    padding: 0
}




.tx-indexedsearch-form,
.tx-indexedsearch-searchbox-sword {
    width: 100%
}
.news-list-view .article {
    padding-top: 25px
}
.news-list-view .footer {
    position: absolute;
    left: 0;
    top: 0
}
.news-list-view .footer p {
    font-size: 14px
}
.video-js .vjs-big-play-button {
    background-image: url('Images/play.png');
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    background-position: center center
}
.tx-indexedsearch-res .tx-indexedsearch-icon {
    display: none
}




@media (min-width: 768px) {
    body {
        font-size: 18px
    }
    .ce-align-left {
        text-align: left
    }
    .ce-align-center {
        text-align: center
    }
    .ce-align-right {
        text-align: right
    }
    .ce-table td,
    .ce-table th {
        vertical-align: top
    }
    .ce-textpic,
    .ce-nowrap .ce-bodytext,
    .ce-gallery,
    .ce-row,
    .ce-uploads li,
    .ce-uploads div {
        overflow: hidden
    }
    .ce-left .ce-gallery,
    .ce-column {
        float: left
    }
    .ce-center .ce-outer {
        position: relative;
        float: right;
        right: 50%
    }
    .ce-center .ce-inner {
        position: relative;
        float: right;
        right: -50%
    }
    .ce-right .ce-gallery {
        float: right
    }
    .ce-gallery figure {
        display: table;
        margin: 0
    }
    .ce-gallery figcaption {
        display: table-caption;
        caption-side: bottom
    }
    .ce-gallery img {
        display: block
    }
    .ce-gallery iframe {
        border-width: 0
    }
    .ce-border img,
    .ce-border iframe {
        border: 2px solid black;
        padding: 0px
    }
    .ce-intext.ce-right .ce-gallery,
    .ce-intext.ce-left .ce-gallery,
    .ce-above .ce-gallery,
    .ce-below .ce-gallery {
        margin-bottom: 0
    }
    .ce-intext.ce-right .ce-gallery {
        margin-left: 12px;
        margin-top: 7px
    }
    .ce-intext.ce-left .ce-gallery {
        margin-right: 12px;
        margin-top: 7px
    }
    .ce-below .ce-gallery,
    .ce-above .ce-gallery {
        margin-bottom: 20px
    }
    .ce-column {
        margin-right: 10px;
        margin-bottom: 15px
    }
    .ce-column:last-child {
        margin-right: 0
    }
    .ce-row {
        margin-bottom: 10px
    }
    .ce-row:last-child {
        margin-bottom: 0
    }
    .ce-above .ce-bodytext {
        clear: both
    }
    .ce-intext.ce-left ol,
    .ce-intext.ce-left ul {
        padding-left: 40px;
        overflow: auto
    }
    .ce-intext.ce-left ul {
        padding-left: 0px
    }
    .ce-uploads {
        margin: 0;
        padding: 0;
        margin-top: 7px
    }
    .ce-uploads li {
        margin: 0 0 13px 0;
        padding: 0 0 0 40px
    }
    .ce-uploads img {
        top: 7px
    }
    .ce-uploads span {
        display: block
    }
    p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 25px
    }
    ul li,
    ol li {
        margin-bottom: 11px
    }
    ul li {
        padding-left: 16px
    }
    ul li:before {
        left: 2px;
        height: 5px;
        width: 5px;
        top: 11px;
        border-radius: 50%;
    }
    .content-section ul li,
    .content-section ol li {
        word-spacing: -1px;
        letter-spacing: 1px
    }
    .header-top p {
        font-size: 16px;
        word-spacing: 3px
    }
    .banner-slider,
    .banner-slider .item {
        min-height: 380px
    }
    .banner-img {
        min-height: 100px
    }
    main.content {
        margin-top: 101px
    }
    .carousel-inner .item-content-wrapper {
        display: block
    }
    .carousel-inner .carousel-caption h2,
    .carousel-inner .carousel-intro h2 {
        font-size: 30px;
        margin: 0 0 10px
    }
    .carousel-inner .carousel-caption p {
        font-size: 19px;
        line-height: 28px
    }
    .carousel-inner .carousel-intro li {
        font-size: 19px;
        line-height: 1.2em;
    }    
    .footer-bottom li:first-child::after {
        display: inline-block
    }
    .content-section {
        padding: 45px 0 75px
    }
    .teaser-content h2 {
        font-family: "Saira Condensed", sans-serif;
        font-weight: 500;
        padding: 0 0 10px;
        margin: 10px 0;
        border-bottom: 1px solid #39789c;
        font-size: 20px
    }
    .teaser-content p {
        margin-bottom: 10px
    }
    .teaser-content .read-more {
        font-size: 16px
    }
    .footer-top {
        padding: 35px 0 0
    }
    .footer-top .footer-contact {
        margin-top: 35px
    }
    .videojs-wrapper .vjs_video_3-dimensions {
        height: 392px;
        width: 625px
    }
    .tx-indexedsearch-form label {
        margin-right: 10px
    }
    .tx-indexedsearch-form {
        max-width: 316px;
        width: auto
    }
    .tx-indexedsearch-searchbox-sword {
        max-width: 218px;
        width: auto
    }
    .news-list-view {
        margin-top: 30px
    }
    .news-list-view .article {
        padding-top: 0
    }
    .news-list-view .footer {
        left: auto;
        right: 0
    }
    .news-list-view .footer p {
        font-size: inherit
    }
    .link:before,
    .more:before,
    .news-backlink-wrap a:before {
        top: 9px
    }
    .news-backlink-wrap a:before {
        top: 8px
    }
    .video-js .vjs-big-play-button {
        width: 103px;
        height: 104px
    }
    .content-section-blue {
background-color:#dce7ee;
padding: 50px 0 30px!important;
}
}



@media (min-width: 992px) {
    h1 {
        padding-bottom: 6px;
        margin: 28px 0px
    }
    h2 {
        margin: 35px 0 2px 0
    }
    ul li:before {
        top: 13px
    }
    ul,
    ol,
    .ce-uploads {
        margin: 15px 0 7px
    }
    .ce-uploads {
        margin-top: 8px
    }
    p+ul {
        margin-top: -15px
    }
    .header-top {
        padding: 0px 0;
        box-shadow: none;
         padding: 7px 0;
  /*  height:25px;*/
   height:10px;
    }
    .header-top p {
        display: block
    }
    header.page .logo-wrapper {
        padding: 20px 0;
      /*  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25)*/
      height: 115px;
    }
    .languages {
        width: auto;
        float: right
    }
    .logo-wrapper .languages {
        margin-top: 19px;
        display: block
    }
    .logo-wrapper .logo {
        max-width: 100%;
        margin: 0
    }
    .navigation {
        background-color: #39789c;
        width: 100%;
        position: relative;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: none;
        transition: none;
        left: auto;
        top: auto;
        padding: 0;
        margin: 0;
        opacity: 1;
        overflow-y: inherit;
        box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.25)
    }
    .navigation .container {
        padding: 0 15px
    }
    .navigation nav {
        width: auto;
        border-top: 0;
        margin-bottom: 0
    }
    .navigation nav a {
        font-size: 20px;
        color: #fff
    }
    .navigation .languages {
        display: none
    }
    .navigation nav>ul>li {
        position: relative;
        float: left;
        width: auto
    }
    .navigation nav>ul>li {
        border-bottom: 0
    }
    .navigation nav>ul>li:first-child>a {
        padding-left: 0
    }
    .navigation nav>ul>li>a {
        font-weight: 700;
        letter-spacing: 0.5px;
        padding: 15px 20px;
        display: block
    }
    .navigation nav>ul>li.has-sub:hover>a {
        background-color: #164058
    }
    .arrow,
    .menu-trigger {
        display: none
    }
    .sub-menu {
        background-color: #164058;
        border-radius: 0 6px 6px;
        display: none;
        left: 0;
        padding: 15px 20px 18px;
        min-width: 300px;
        position: absolute;
        top: 100%;
        z-index: 99
    }
    .sub-menu li {
        display: block;
        width: 100%;
        margin-bottom: 15px
    }
    .sub-menu li:last-child {
        margin-bottom: 0
    }
    .sub-menu li a {
        font-size: 20px;
        letter-spacing: 0.85px;
        padding: 0
    }
    .navigation li:hover>.sub-menu,
    .navigation li.open>.sub-menu {
        display: block !important
    }
    
    
    
    
    
    
    
    .search-trigger {
        display: block;
        position: relative;
        float: right;
        padding: 10px 0 15px;
        overflow: hidden;
        width: 220px;
        
    }
    .search-trigger i {
        color: #fff;
        font-size: 22px;
        cursor: pointer;
        z-index: 99;
        float: right
    }
    .search-trigger .search-form {
        display: inline-block;
        left: 0;
        min-width: 175px;
        opacity: 0;
        position: absolute;
        /*top: 11px;*/
        margin-right: 10px;
        margin-right: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        vertical-align: top;
        width: auto;
        width: 100%
    }
    .search-trigger .search-form input[type="submit"] {
        display: none
    }
    .search-trigger.search-open .search-form {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
    
    
    
    
    
    
    
    main.content {
        margin-top: 211px
    }
    .banner-slider,
    .banner-slider .item {
        min-height: 460px
    }
    .banner-img {
        min-height: 120px
    }
    .banner-slider .item-content-wrapper {
        max-width: 630px
    }
    .banner-slider .carousel-caption {
        bottom: 53px
    }
    .carousel-inner .carousel-caption h2 {
        font-size: 36px;
        letter-spacing: 0.50px;
        margin: 0 0 15px
    }
    .carousel-inner .carousel-intro h2 {
        font-size: 36px;
        letter-spacing: 0.50px;
    }    
    .carousel-inner .carousel-caption p {
        font-size: 20px;
        line-height: 30px
    }
    .carousel-inner .carousel-intro li {
        font-size: 20px;
    }    
    
    
    
    
    
    
    

    
    
    
    
    
    
    .tx-indexedsearch-form {
        max-width: 331px;
        width: auto
    }
    .tx-indexedsearch-form label {
        margin-right: 15px
    }
    .news-list-view {
        margin-top: 50px
    }
}
@media (min-width: 1200px) {
    p {
        margin-bottom: 33px;
        letter-spacing: 0.80px
    }
    h1 {
        border-bottom-width: 3px;
        font-size: 36px;
        letter-spacing: 0.3px;
        word-spacing: 6px;
        line-height: 39.6px;
        padding-bottom: 5px
    }
    h2 {
        font-size: 18px;
        margin-bottom: 3px;
        margin-top: 54px
    }
    ol {
        padding-left: 17px
    }
    p+ul {
        margin-top: -24px
    }
    p.lead-text,
    .lead-text p {
        font-size: 24px;
        line-height: 40px;
        letter-spacing: 0.25px;
        padding-right: 15px;
        margin-top: 3px
    }
    .header-top p {
        font-size: 19px
    }
    .navigation nav a {
        font-size: 24px
    }
    .navigation nav>ul>li>a {
        padding: 7px 28px
    }
    .sub-menu {
        padding: 19px 24px 22px;
        min-width: 345px
    }
    .sub-menu li {
        margin-bottom: 24px
    }
    .sub-menu li a {
        font-size: 24px
    }
    
    
    
    
    
    
    .search-trigger i {
        font-size: 24px
    }
    .search-trigger .search-form {
        /*top: 15px*/
    }
    
    
    
    
    
    
    .banner-slider,
    .banner-slider .item {
        min-height: 535px
    }
    .banner-img {
        min-height: 140px
    }
    main.content {
      /*  margin-top: 225px*/
     margin-top: 211px
    }
    .banner-slider .carousel-caption {
        bottom: 65px
    }
    .carousel-inner .carousel-caption h2 {
        font-size: 40px;
        margin: 0 0 20px
    }
    .carousel-inner .carousel-intro h2 {
        font-size: 40px;
    }
    
    .carousel-inner .carousel-caption p {
        font-size: 24px;
        line-height: 32px;
    }
    .carousel-inner .carousel-intro li {
        font-size: 24px;
    }    
    
    
    .content-section {
        padding: 0px 0 50px;
    }
    .footer-top {
        font-size: 20px;
        letter-spacing: -0.3px;
        padding:45px 0px 0px
    }
    .footer-top h3 {
        margin: 0 0 20px;
     /*   display:none;*/
    }
    .footer-top address {
       /* letter-spacing: -0.1px;
        line-height: 20px;
        margin-bottom: 0px*/
    }
    .footer-top .footer-contact {
        margin-top: 40px
    }
    .footer-top p {
        margin-bottom: 28px;
        letter-spacing: 0.20px;
        line-height: 30px;
    }
    .footer-top .ce-above .ce-gallery {
        margin-top: 0;
    }
    .footer-top .ce-gallery img {
       max-width: 547px;
     /*  margin-top: 70px;*/
    }
    .footer-bottom {
        padding: 19px 0 27px;
        display:none;
    }
    .footer-bottom ul li {
        margin-right: 24px;
        margin-bottom: 0px
    }
    .footer-bottom li:after {
        right: -15px;
        top: -1px
    }
    .teaser-box {
        margin: 30px 0 37px
    }
    .teaser-content p {
        letter-spacing: 0.65px;
        margin-bottom: 20px;
        line-height: 26px
    }
    .teaser-content h2 {
        border-bottom: 2px solid #39789c;
        font-size: 24px;
        letter-spacing: 0.65px;
        margin: 22px 0 11px;
        padding: 0 0 15px;
        word-spacing: 3px
    }
    .teaser-content .read-more {
        letter-spacing: 3px
    }
    .breadcrumb-section {
       
    }
    .breadcrumb-section li {
        font-size: 12px;
        margin-right: 19px;
        letter-spacing: 0.50px
    }
    .breadcrumb-section li:after {
        right: -16px
    }
    aside h1 {
        margin-bottom: 30px
    }
    aside h2 {
        margin: 0 0 0px;
        font-size: 26px;
        letter-spacing: 1.20px
    }
    aside ul {
        margin-bottom: 28px
    }
    aside ul li {
       margin-bottom: 0px
    }
    .product-detail-section {
        margin-top: -49px
    }
    fieldset {
        margin: 0
    }
    .tx-indexedsearch-res h3 {
        margin: 0
    }
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ffffff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ffffff;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ffffff;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #ffffff;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #ffffff;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #ffffff;
}





/*content-application styles*/
.item-list{
    padding: 9px 0 42px;
}

.item-list .head-block{
    background-color: #39789c;
    padding: 15px 22px;
}

.item-list .head-block h3{
    color: #fff;
    margin: 0;
    font-family: "Saira Condensed", sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
}

.item-list .item{
    margin-bottom: 30px;
}

.item-list .item img{
    width: 100%;
}

.item-list .item a{
    transition: opacity .4s;
    display: block;
}

.item-list .item .img-link:hover{
    opacity: .7;
}

/*content-application-detail styles*/
.application-detail{
    padding-bottom: 110px;
}

.application-detail .content-block h3{
    font-family: "Saira Condensed", sans-serif;
    font-weight: 500;
    font-size: 26px;
    color: #39789c;
    margin-top: 12px;
}

.application-detail .content-block p{
    line-height: 1.2;
}

.links-list{
    margin-top: 25px;
    font-size: 16px;
    font-weight: 600;
}
ul.links-list li{
    padding-left: 0;
    margin-bottom: 15px;
}

.links-list li:before{
    display: none;
}

.links-list a{
    border: 1px solid #39789c;
    display: block;
    padding: 10px 11px 14px;
    transition: background-color .4s, color .4s;

}
.links-list a:hover{
    color: #fff;
    background-color: #39789c;
}

.type-list{
    padding-top: 18px;
}

.type-list .img-link{
    position: relative;
    display: block;
    transition: opacity .4s;
}

.img-link img{
    width: 100%;
}

.type-list .img-link:hover{
    opacity: .6;
}

.type-list .title{
    position: absolute;
    top: -5px;
    left: 20px;
}

.type-list .title h3{
    color: #39789c;
    font-family: "Saira Condensed", sans-serif;
    font-weight: 500;
    font-size: 30px;
}

.flex{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.flex.row:before, .flex.row:after{
    display: none;
}

/*contact page styles*/
.contact-section{
    min-height: 670px;
}

.select-block{
    position: relative;
    margin-bottom:20px;
}

.select-block .open-close{
    vertical-align: top;
    margin-bottom: 25px;
    position: relative;
}

.select-block .opener{
    background-color: #39789c;
    display: block;
    color: #fff;
    position: relative;
    font-family: "Saira Condensed", sans-serif;
    font-weight: 500;
    font-size: 24px;
    padding: 2px 25px 2px 10px;
    transition: color .4s;
    cursor: pointer;
    z-index: 82;
}

.select-block .opener:after{
    content: '';
    background-color: #ededed;
    position: absolute;
    bottom: -28px;
    left: 0;
    right: 0;
    height: 0;
    opacity: 0;
    z-index: 81;
    transition: opacity .4s, height .4s;
    display: none;
}

.select-block .hover .slide{
    transform: scaleY(1);
    position: relative;
}

.select-block .hover .opener{
    color: #ffd500;
}

.select-block .hover .opener:after{
    opacity: 1;
    height: 28px;
}

.select-block .hover .triangle{
    transform: rotateX(180deg);
    border-top-color: #ffd500;
}

.triangle{
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 9px solid #fff;
    display: block;
    position: absolute;
    top: 50%;
    transition: transform .4s;
    right: 11px;
    margin-top: -4px;
}

.select-block .slide{
    background-color: #ededed;
    padding: 37px 53px 8px;
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: scaleY(0);
    transition: transform .4s;
    transform-origin: top;
    z-index: 80;
}

.select-block .slide:before{
    content: '';
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    height: 28px;
    right: 0;
    display: none;
}

ul.country-list li{
    padding-left: 0;
}

ul.country-list li:before{
    display: none;
}

.country-list a{
    color: #000;
    transition: color .4s, font-weight .4s;
}

.country-list a:hover{
    color: #2b88b1;
    font-weight: 700;
}

.address-block h3{
    font-family: "Saira Condensed", sans-serif;
    font-weight: 500;
    font-size: 26px;
    margin-top: 4px;
    margin-bottom: 17px;
    letter-spacing: 1px;
}

.address-block h4{
    font-weight: 600;
    margin-bottom: 4px;
}

.address-block .logo{
    padding: 17px 0 6px;
}

.address-block .contact-info{
    color: inherit;
    display: block;
}

.address-block .contact-info:hover{
    color: #39789c;
}

.address-block .tel{
    display: inline-block;
}

.address-block p{
    margin-bottom: 0;
}

.address-block address .indent { display:inline-block; width:65px; }



.checked-country{
    background-color: #39789c;
    display: block;
    color: #fff;
    font-family: "Saira Condensed", sans-serif;
    font-weight: 500;
    font-size: 24px;
    padding: 2px 10px;
    margin-top: 26px;
}

.checked-country:hover{
    color: #ffd500;
}

.address-block .mail{
    color: #39789c;
}

.address-block .mail:hover{
    color: #23527c;
}

.el-block{
    position: relative;
    padding-top: 22px;
}

.el-block:last-child:after{
    display: none;
}

.el-block:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #39789c;
}





.contacts-list{
    padding-bottom: 58px;
}

.contacts-list h3{
    font-weight: 700;
    text-transform: uppercase;
    color: #39789c;
}

.contacts-list h1{
    margin-top: 0;
    margin-bottom: 0;
}

.contacts-list .block{
    padding-top: 65px;
}

.contacts-list .block a:not(.mail){
    color: inherit;
}

.contacts-list .block a:not(.mail):hover{
    color: #39789c;
}

.contacts-list .logo{
    padding: 0;
    height: 57px;
}

.contacts-list h3 + .block{
    padding-top: 12px;
}

.contacts-list .address-block{
    padding-bottom: 8px;
}

/* responsive styles */
@media (max-width: 480px) {
    .item-list .item{
        width: 100%;
    }

    .type-list .item{
        width: 100%;
    }

    .contacts-list .address-block{
        width: 100%;
    }

    .contacts-list .block{
        padding-top: 0;
    }
}
@media and (min-width: 481px) and (max-width: 1023px){
    .type-list .title{
        top: -10px;
        left: 5px;
    }
}
@media (min-width: 768px){
    .select-block .open-close{
        display: inline-block;
        width: 25%;
        position: static;
        margin-bottom: 0;
        padding-right: 25px;
    }

    .select-block .slide:before{
        display: block;
    }

    .select-block .slide{
        /*top: 31px;*/
        position: absolute;
        padding-left: 25px;
        padding-right: 25px;
    }

    .select-block .opener{
        font-size: 18px;
    }

    .checked-country{
        font-size: 18px;
        width: 100%;
    }
    .select-block .hover .slide{
        position: absolute;
        top: 31px;
    }
    .select-block .opener:after{
        display: block;
    }
}

@media (min-width: 1024px) {
    .select-block .opener{
        font-size: 24px;
    }

    .select-block .slide{
        top: 40px;
        padding-left: 53px;
        padding-right: 53px;
    }

    .checked-country{
        font-size: 24px;
    }
}








/*changes Slider - WG Content Slider*/
.carousel-control-wrapper{
    display:none;
}


/*chnages banner - Banner image*/
.banner-img.bg-img .ce-gallery,
.banner-img.bg-img .ce-gallery .ce-column{
    margin: 0;
    padding: 0;
}

.banner-img img.image-embed-item{
    object-fit:cover;
    min-height:60px;
}

@media (min-width: 768px){
    .banner-img img.image-embed-item{
        min-height: 100px;
    }
}

@media (min-width: 992px){
    .banner-img img.image-embed-item{
        min-height: 120px;
    }
}

@media (min-width: 1200px){
    .banner-img img.image-embed-item{
        min-height: 140px;
    }
}




/*Changes News*/
.news .article h3{
    margin:0 0 15px
}


.news .footer {
    clear: both;
    padding: 0;
    border-top: 0;
    margin-top: inherit;
    color: inherit;
}

.news .article:last-child{
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.news-single .article .news-img-wrap{
    float: left;
    margin: 3px 12px 5px 0;
}

.news .article .news-img-wrap a{
    border:0;
}






/* ===========================================
            Search start                    */
.search-wrapper {
    z-index: 98;
}
h3.tx-indexedsearch-title {
    margin-bottom: 10px;
}
.tx-indexedsearch-searchbox label,
.tx-indexedsearch-searchbox .tx-indexedsearch-searchbox-sword {
    float: left;
    height: 40px;
    line-height: 40px;
}
div.tx-indexedsearch-searchbox:not(.tx-indexedsearch-searchbox-extended) .tx-indexedsearch-searchbox-button {
    margin: 0;
    float: left;
    height: 40px;
}
.tx-indexedsearch-searchbox fieldset {
    margin-bottom: 0;
}
.tx-indexedsearch-searchbox-extended fieldset * {
    margin-bottom: 10px;
}
.tx-indexedsearch-searchbox-extended fieldset * * {
    margin-bottom: 0;
}
.tx-indexedsearch-searchbox-extended select {
    margin-bottom: 5px;
    width:100%;
}
.tx-indexedsearch-searchbox-extended .tx-indexedsearch-form {
    margin-right: calc(100% - 345px);
}
.tx-indexedsearch-searchbox-extended #tx_indexedsearch_extResume {
    margin: 0;
    height: 0px;
    display: block;
}
.search-result-pagination .tx-indexedsearch-browsebox {
    display: inline-block;
    margin: 10px 0 30px;
}
.search-result-pagination .tx-indexedsearch-browsebox li {
    padding: 0;
    margin: 0;                                             
    display: inline;
}
.search-result-pagination .tx-indexedsearch-browsebox li:before {
    display: none;
}
.search-result-pagination .tx-indexedsearch-browsebox li a,
.search-result-pagination .tx-indexedsearch-browsebox li span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.3; /*1.42857143*/
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top-color: rgb(221, 221, 221);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgb(221, 221, 221);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(221, 221, 221);
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}
.search-result-pagination .tx-indexedsearch-browsebox li a {
    color: #39789c;
}
.search-result-pagination .tx-indexedsearch-browsebox li:first-of-type a {
    border-radius: 4px 0 0 4px;
}
.search-result-pagination .tx-indexedsearch-browsebox li:last-of-type a {
    border-radius: 0 4px 4px 0;
}
.search-result-pagination .tx-indexedsearch-browsebox li strong a  {
    height: 37px;
}
.search-result-pagination .tx-indexedsearch-browsebox li a:hover,
.search-result-pagination .tx-indexedsearch-browsebox li a:focus,
.search-result-pagination .tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a:focus,
.search-result-pagination .tx-indexedsearch-browsebox li.hover a:focus,
.search-result-pagination .tx-indexedsearch-browsebox li:hover a .search-result-pagination .tx-indexedsearch-browsebox li:hover a,
.search-result-pagination .tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a {
    background-color: #39789c;
    color: #fff;
    border-color: #39789c;
}
/*            Search end
=========================================== */

.product-table-wrapper tbody tr td.feature {
    text-align: left;
}

.up-expandtable-wrap .glyphicon {
    margin: 0 2px!important;
}


.tx-mccontacts a {
    text-decoration:none;  
}



/* Header Slider */
.banner-slider .carousel-inner .item {
    
}
.banner-slider .carousel-indicators,
.banner-slider .carousel-control-wrapper {
    display: block;
}
.banner-slider .carousel-indicators {
    bottom: 10px;
    left: 0;
    right: 0;
    width: 1200px;
    max-width: 100%;
    display: block;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    text-align: left; 
}
.banner-slider .carousel-indicators li,
.banner-slider .carousel-indicators li.active {
    background-color: #fff;
    border: 1px solid #fbd617;
    width: 17px;
    height: 17px;
    margin: 1px;
    margin-right: 10px;
}
.banner-slider .carousel-indicators li.active {
    background-color: #fbd617;
}
.banner-slider .carousel-control-wrapper {
    position: absolute;
    top: 50%;
    margin-top: -75px;
    width: 100%;
    height: 150px;    
}
.banner-slider .carousel-control-wrapper .carousel-control-prev {
    float: left;
    margin-left: 65px;
    text-decoration: none;
}
.banner-slider .carousel-control-wrapper .carousel-control-next {
    float: right;
    margin-right: 65px;
    text-decoration: none;
}

i.icon-menu-left::before,
i.icon-menu-right::before {
    font-family: "Saira Condensed";
    font-style: normal;
    font-weight: 600;
    font-size: 100px;
    color: #fff;
}
i.icon-menu-left::before {
    content: "‹";
}
i.icon-menu-right::before {
    content: "›";
}
@media (max-width: 1300px) {
    .banner-slider .carousel-control-wrapper .carousel-control-prev {
        margin-left: 15px
    }
    .banner-slider .carousel-control-wrapper .carousel-control-next {
        margin-right: 15px;
    }
}
@media (max-width: 991px) {
    .banner-slider .carousel-caption {
        bottom: 50px;
    }
    .banner-slider .carousel-indicators {
        bottom: 0;
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    i.icon-menu-left::before,
    i.icon-menu-right::before {
        font-size: 60px;
    }
    .banner-slider .carousel-control-wrapper {
        margin-top: -45px;
        height: 90px;
    }
    .banner-slider .carousel-indicators {
        bottom: 0;
        margin-bottom: 5px;
        text-align: center; 
    }
    .banner-slider .carousel-indicators li,
    .banner-slider .carousel-indicators li.active {
        width: 10px;
        height: 10px;
        margin: 1px;
        margin-right: 5px;
    }
}



.mc-grid-1 .col-1 .ce-gallery figure {  display: block;  }
.mc-grid-1 .col-1 .ce-left .ce-gallery, 
.mc-grid-1 .col-1 .ce-column { float:none; }

.mc-grid-1 .col-1 .ce-center .ce-outer { position: static; float:none; right:auto; }
.mc-grid-1 .col-1 .ce-center .ce-inner { position: static; float:none; right:auto;}  









@media (min-width: 992px) {
    
    
    .row-eq-height {

        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        
        
    }
    
    
    .navigation > .container { 
        /*background-color:green;*/
        
        /*
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        
        
        justify-content: space-between;
        align-items: stretch;
       */
    
    }
    
    
    /*.navigation > .container  * { border: 1px solid red; }*/
    
}
                                    



.carousel-intro { position:absolute; top:30px; z-index:10; left:0; right:0; }

.carousel-inner .carousel-intro .media-left { display:block; padding-right:0; }
.carousel-inner .carousel-intro .media-left .media-object { display:block; max-width:none; width:100px; margin:0 auto; }


@media (min-width: 768px) { 


    .carousel-inner .carousel-intro .media-left { display:table-cell; padding-right:30px; }
    .carousel-inner .carousel-intro .media-left .media-object { display:block;  width:200px; margin:0; }
    
}                                                                         

@media (min-width: 992px) {

}

.ts-at:after{ content:"@"; }
.ts-dot:after{ content:"."; }