html,
body {
    font-size: 100%;
    vertical-align: baseline;
}

.wrapper {
    height: 100%;
    min-height: 100%;
    padding-top: 125px;
}

body {
    font-size: 18px;
    line-height: normal;
    color: #575656;
    font-family: 'Open Sans', helvetica, sans-serif;
    overflow-x: hidden;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
}

hr {
    background-color: #cbc9c7;
    border: 0;
    height: 1px;
    margin: 22.5px 0 25px;
}

input[type=password],
input[type=text],
input[type=email],
button,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
    line-height: normal;
    margin: 0 0 10px;
    font-weight: normal;
}

h1 {
    color: #eb5014;
    font-weight: 800;
    font-size: 30px;
    margin-bottom: .7em;
}

h2 {
    font-size: 28px;
    font-weight: 800;
    /*letter-spacing: 2px;*/
    margin-bottom: 17px;
}

h3 {
    font-weight: 800;
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
    text-transform: uppercase;
}

h6 {
    font-size: 12px;
}

p {
    margin: 0 0 22px;
}

a {
    color: #00aad7;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

._at {
    display: none;
}

:focus {
    outline: none !important;
}

a:focus,
a:hover {
    color: #eb5014;
    outline: none;
    text-decoration: none;
}

ol,
ul {
    list-style: none;
    margin: 10px 0;
}

ol {
    padding-left: 19px;
}

ol li,
ul li,
ul li a,
ol li a {
    list-style: none;
    line-height: normal;
}

ul li a:hover,
ul li a:focus,
ol li a:hover,
ol li a:focus {
    text-decoration: none;
}

ol li,
ul li {
    margin-bottom: .5em;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 10px 0;
    width: 100%;
}

table td,
table th {
    border: 1px solid #cccccc;
    padding: 10px;
    color: #534c46;
}

table td:first-child,
table th:first-child {
    padding-left: 0;
}

table th {
    color: #534c46;
    line-height: normal;
}

b,
strong {
    font-weight: 800;
}

label {
    margin: 0 0 7px;
    font-weight: 400;
    font-size: 17px;
}

input::-moz-focus-inner,
textarea::-moz-focus-inner {
    border: 0;
    padding: 0;
}

select::-ms-expand {
    display: none;
}

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #00aad7;
    border-radius: 0;
    color: #575656;
    font-size: 17px;
    height: 46px;
    outline: medium none;
    padding: 0 14px;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

input:focus,
textarea:focus,
select:focus {
    border-color: #eb5014;
    outline: none;
}

select {
    color: #b4b4b4;
    overflow: hidden;
    padding: 0 22px 0 8px;
    text-overflow: ellipsis;
    text-shadow: none;
    white-space: nowrap;
}

option {
    padding: 3px 8px;
}

textarea {
    height: 119px;
    line-height: 18px;
    overflow-y: scroll;
    padding: 5px 11px;
    resize: none;
}

input[type="button"], input[type="reset"], input[type="submit"], .btn-main,
.btn-primary {
    background-color: #00acd7;
    border: medium none;
    border-radius: 24px;
    color: #fff;
    display: inline-block;
    font-weight: 800;
    font-size: 15px;
    height: 50px;
    letter-spacing: 0.9px;
    padding: 13px 18px;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a.btn-main,
a.btn-primary {
    line-height: 30px;
    height: auto;
    padding: 8px 20px;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.btn-primary:focus,
.btn-primary:hover,
.btn-main:focus,
.btn-main:hover {
    color: #fff;
    background-color: #eb5014;
}

::-webkit-input-placeholder {
    color: #b4b4b4;
    font-size: 17px;
}

:-moz-placeholder {
    color: #b4b4b4;
    font-size: 17px;
}

::-moz-placeholder {
    color: #b4b4b4;
    font-size: 17px;
}

:-ms-input-placeholder {
    color: #b4b4b4;
    font-size: 17px;
}

img {
    height: auto;
    vertical-align: middle;
    max-width: 100%;
}

.ce-align-left {
    text-align: left;
}

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

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

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

.ce-table caption {
    font-size: 30px;
    line-height: normal;
    margin: 0 0 10px;
    font-weight: normal;
}

.ce-table tr:first-child td,
.ce-table tr:first-child th {
    border-top: none;
}

.ce-table tr:last-child td,
.ce-table tr:last-child th {
    border-bottom: none;
}

.ce-table td,
.ce-table th {
    border-left: none;
    border-right: none;
    vertical-align: top;
}

.ce-table td + td,
.ce-table th + th {
    border-left: 1px solid #cccccc;;
}

.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;
    max-width: 100%;
}

.ce-center .ce-outer {
    position: relative;
    float: right;
    right: 50%;
    max-width: 100%;
}

.ce-center .ce-inner {
    position: relative;
    float: right;
    right: -50%;
    max-width: 100%;
}

.ce-right .ce-gallery {
    float: right;
    max-width: 100%;
}

.ce-gallery figure {
    display: table;
    margin: 0;
}

.ce-gallery figcaption {
    display: table-caption;
    caption-side: bottom;
    margin: 4px 0;
}

.ce-gallery img {
    display: block;
}

.ce-gallery iframe {
    border-width: 0;
}

.ce-column:last-child {
    margin-right: 0;
}

.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-uploads {
    margin: 0;
    padding: 0;
}

.ce-uploads li {
    list-style: none outside none;
    margin: 1em 0;
}

.ce-uploads img {
    float: left;
    padding-right: 1em;
    vertical-align: top;
}

.ce-uploads span {
    display: block;
}

.ce-intext.ce-right .ce-gallery,
.ce-intext.ce-left .ce-gallery,
.ce-above .ce-gallery {
    margin-bottom: 0;
}

.ce-intext.ce-right .ce-gallery,
.ce-intext.ce-left .ce-gallery,
.ce-above .ce-gallery {
    margin-bottom: 0;
}

.ce-left .ce-gallery {
    margin-right: 22px;
    margin-top: 12px;
}

.ce-right .ce-gallery {
    margin-left: 22px;
    margin-top: 12px;
}

.ce-left .ce-gallery figure,
.ce-right .ce-gallery figure {
    margin-bottom: 0;
}

.ce-above .ce-gallery,
.ce-below .ce-gallery {
    margin: 0 0 22px;
}

input[type="file"] {
    cursor: pointer;
    border: medium none;
    display: block;
    height: auto;
    padding: 0;
}

.content-area {
    padding: 50px 0;
}

.content-area ul {
    list-style: outside none none;
    margin: 13px 0 26px;
    padding: 0;
}

.content-area li {
    margin-bottom: 18px;
    padding-left: 20px;
    position: relative;
    width: 100%;
}

/*.content-area li::before {
    color: #575656;
    content: "\e250";
    font-family: "Glyphicons Halflings";
    font-size: 13px;
    left: -1px;
    position: absolute;
    top: 5px;
}*/

.ce-textpic ul, .highlight-section ul, .blue-bg ul, .news-text-wrap ul {
    padding-left: 0;
    margin-left: 0;
}

.ce-textpic ul li, .highlight-section ul li, .blue-bg ul li, .news-text-wrap ul li {
    background: url(../Images/bullet.svg) no-repeat 0 0.33em;
    background-size: auto 0.7em;
    padding-left: 1.15em;
}

.highlight-section ul li, .blue-bg ul li {
    background-image: url(../Images/bullet-white.svg);
}

@media (max-width: 767px) {
    h1 {
        font-size: 22px;
    }

    .ce-right .ce-gallery,
    .ce-left .ce-gallery {
        margin-top: 8px;
    }
}

@media (max-width: 520px) {
    .ce-intext.ce-right .ce-gallery,
    .ce-intext.ce-left .ce-gallery,
    .ce-above .ce-gallery {
        float: left;
        width: 100%;
        margin: 0 0 20px;
    }

    .ce-center .ce-inner,
    .ce-center .ce-outer {
        float: left;
        right: 0;
    }

    .ce-below.ce-center {
        float: left;
        margin-bottom: 26px;
        width: 100%;
    }

    .ce-right .ce-gallery {
        float: left;
        width: 100%;
    }

    .ce-textpic, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
        overflow: inherit;
    }

    .content-area {
        padding: 25px 0;
    }
}

.container {
    max-width: 1560px;
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
}

.navigation .search-trigger {
    float: right;
    margin: 0 3px;
    position: relative;
    top: 14px;
}

header {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header-inner {
    padding: 21px 0 0;
}

.logo {
    float: left;
}

.logo img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.search-trigger {
    background-image: url(Images/sprint.svg);
    background-repeat: no-repeat;
    cursor: pointer;
    width: 20px;
    height: 22px;
    display: inline-block;
}

.language-wrapper {
    float: right;
    font-size: 15px;
    margin: 0 14px;
    position: relative;
    top: 11px;
}

.language-wrapper a {
    color: #575656;
    float: left;
    position: relative;
}

.language-wrapper a::after {
    content: "|";
    font-weight: 400;
    margin: 0 7px 0 5px;
}

.language-wrapper a:last-child:after {
    display: none;
}

.language-wrapper .active {
    font-weight: 700;
}

.navigation .btn-main {
    float: right;
    margin: 0 14px;
}

.navigation ul, .navigation li {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
}

@media (min-width: 1201px) {
    .navigation ul {
        float: right;
        margin-right: 12px;
    }

    .navigation li {
        float: left;
        margin: 0 18px;
    }

    .navigation li:last-child {
        margin-right: 0;
    }
}

.navigation nav a {
    color: #575656;
    float: left;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.8px;
    padding: 13px 0 37px;
    text-transform: uppercase;
    width: 100%;
}

@media (min-width: 1201px) {
    .navigation nav > ul > li.active > a, .navigation nav > ul > li:hover > a {
        color: #eb5014;
    }

    .navigation nav li li.active > a, .navigation nav li li:hover > a {
        background-color: rgba(0, 170, 215, 0.8);
    }

    .navigation {
        margin-top: 32px;
        position: relative;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
}

.go-to-top {
    background-color: #00aad7;
    background-image: url("Images/prev.png");
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    cursor: pointer;
    height: 60px;
    position: absolute;
    right: 15px;
    top: -11px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 60px;
}

.go-to-top:hover {
    top: -25px;
    box-shadow: 4px -2px 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 1201px) {
    .fixed .navigation {
        margin-top: -5px;
    }

    .fixed .navigation nav > ul > li > a {
        padding-bottom: 28px;
    }

    .logo img {
        width: 330px;
    }

    .fixed .logo img {
        width: 240px;
    }

    .navigation ul ul {
        left: 0;
        margin: 0;
        border-top: 3px solid rgba(235, 80, 20, 0.8);
        position: absolute;
        top: 100%;
        z-index: 9999;
        display: none;
    }

    .navigation ul ul a {
        background-color: rgba(235, 80, 20, 0.8);
    }

    .navigation ul ul ul {
        top: 0;
        right: 100%;
        left: auto;
        border-top: 0;
        width: 100%;
    }

    .navigation ul ul ul a {
        background-color: rgba(0, 170, 215, 0.8);
    }

    .navigation ul li:hover > ul {
        display: block;
    }

    .navigation nav li li a {
        text-transform: none;
        border-bottom: 1px solid #fff;
        color: #fff;
        float: left;
        overflow: hidden;
        padding: 8px 27px 6px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .navigation nav li li li a {
        white-space: normal;
    }

    .navigation nav li li:hover a,
    .navigation nav li li:focus a {
        color: #fff;
    }

    .navigation nav li li:hover a,
    .navigation nav li li:focus a {
        background-color: rgba(0, 170, 215, 0.8);
    }

    .navigation nav li li li:hover a,
    .navigation nav li li li:focus a {
        background-color: rgba(0, 170, 215, 1);
    }

    .navigation nav li li:last-child a {
        border-bottom: none;
    }

    .navigation li li {
        margin: 0;
        width: 100%;
    }
}

@media (min-width: 1201px) {
    .navigation nav > ul > li > a::after {
        background-color: #eb5014;
        bottom: 0;
        content: "";
        height: 7px;
        left: 0;
        opacity: 0;
        position: absolute;
        width: 100%;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .navigation nav li:hover > a::after,
    .navigation nav li.active > a::after {
        opacity: 1;
    }
}

.banner-section {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.contentblock {
    margin-top: 30px;
    margin-bottom: 30px;
}

.content-layout2 {
    margin-top: 30px;
    margin-bottom: 10px;
}

.banner-section:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: rgba(212, 228, 239, 0);
    background: -moz-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.15) 44%, rgba(0, 0, 0, 0.52) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(212, 228, 239, 0)), color-stop(44%, rgba(0, 0, 0, 0.15)), color-stop(100%, rgba(0, 0, 0, 0.52)));
    background: -webkit-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.15) 44%, rgba(0, 0, 0, 0.52) 100%);
    background: -o-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.15) 44%, rgba(0, 0, 0, 0.52) 100%);
    background: -ms-linear-gradient(top, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.15) 44%, rgba(0, 0, 0, 0.52) 100%);
    background: linear-gradient(to bottom, rgba(212, 228, 239, 0) 0%, rgba(0, 0, 0, 0.15) 44%, rgba(0, 0, 0, 0.52) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d4e4ef', endColorstr='#000000', GradientType=0);
}

.banner-section * {
    z-index: 2;
}

.banner-inner {
    position: relative;
    margin: 0 auto;
}

.bg-img {
    height: 17vw;
    background-size: cover;
    background-position: center center;
    z-index: 0;
}

.banner-text {
    bottom: 0;
    left: 0;
    max-width: 1140px;
    padding: 0;
    position: absolute;
}

.banner-text h1 {
    position: relative;
    left: -.08em;
    bottom: .032em;
    text-align: left;
    color: #eb5014;
    font-size: 6vw;
    font-weight: 800;
    letter-spacing: -.05em;
    line-height: 0.71;
    margin: 0;
    text-transform: uppercase;
}

.event-section {
    background-color: #00aad7;
    color: #fff;
    letter-spacing: .1em;
    padding: .4em 0 .5em 0;
    text-transform: uppercase;
}

@media (orientation: portrait) {
    .bg-img {
        height: 20vh;
    }

    .banner-text h1 {
        font-size: 7vh;
    }
}

.event-section p {
    margin: 0;
    position: relative;
}

.mapmenu-item {
    display: block;
    position: relative;
    margin-bottom: 30px;
}

.mapmenu-image {
    min-height: 6em;
}

.mapmenu-image ~ .mapmenu-overlay {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 20%;
}

.mapmenu-item img {
    filter: saturate(0);
    opacity: 0.5;
    transition: 0.2s;
}

.mapmenu-item:hover img,
.mapmenu-item:focus img {
    filter: saturate(1);
    opacity: 1.0;
}

.mapmenu-item h3 {
    color: #00aad7;
    text-shadow: -1px 0 #fff;
    text-transform: uppercase;
    font-size: 1.5em;
    letter-spacing: -0.02em;
    line-height: 1;
    font-weight: 800;
    margin: 0 0 0.2em 0.2em;
    transition: 0.2s;
}

.mapmenu-item:hover h3,
.mapmenu-item:focus h3 {
    color: #eb5014;
}

.news-slider-init .slide {
    width: 100%;
    float: left;
    padding: 0 15px;
}

.teaser {
    float: none;
    margin: 0 auto;
}

.news-block, .teaser--item {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
    font-weight: 800;
    cursor: pointer;
    margin-bottom: 20px;
}

#page_1 .teaser--item {
    margin-top: 40px;
    margin-bottom: 40px;
}

.news .article .news-img-wrap a {
    border: none;
    padding: 0;
}

.news-block h3, .teaser--item h3 {
    color: #575656;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1.2px;
    line-height: 35px;
    word-wrap: break-word;
    text-transform: uppercase;
    min-height: 100px;
}

.teaser--item h3 {
    min-height: 0;
}

.news .news-list-view h3 {
    margin-bottom: 0.25em;
}

.news-content, .teaser--item--content {
    padding: 20px 24px;
    position: relative;
}

.news-list-view .teaser-text a,
.news-block a {
    font-size: 16px;
    text-transform: uppercase;
}

.news-list-view .teaser-text a {
    font-weight: 800;
}

.news-content::before, .teaser--item--content::before {
    background-color: #eb5014;
    bottom: 0;
    content: "";
    height: 9px;
    left: 0;
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.news-block figure, .teaser--item .teaser--item--image {
    position: relative;
}

.news-block figure::before, .teaser--item .teaser--item--image:before {
    background-color: #eb5014;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    z-index: 3;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.news-block:hover figure:before, .teaser--item:hover .teaser--item--image::before {
    opacity: 0.58;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.news-block:hover .news-content::before, .teaser--item:hover .teaser--item--content::before {
    transform: scaleX(1);
}

.news-block:hover a, .teaser--item:hover a {
    color: #eb5014;
}

.youtube-video {
    padding: 4em 0;
    background: #00aad7 no-repeat center center;
    background-size: cover;
}

.youtube-video-inner {
    float: none;
    margin: 0 auto;
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #999;
    background: #000;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.owl-prev, .owl-next {
    background-color: #00aad7;
    border-radius: 50%;
    height: 60px;
    cursor: pointer;
    position: absolute;
    top: 45.4%;
    width: 60px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl-prev {
    left: -90px;
    background-image: url(Images/prev.png);
}

.owl-next {
    right: -90px;
    background-image: url(Images/next.png);
}

.owl-prev:hover, .owl-next:hover {
    background-color: #eb5014;
}

.blue-bg {
    background-color: #00aad7;
    color: #fff;
}

.orange-bg {
    background-color: #eb5014;
    color: #fff;
}

.blue-bg h1, .blue-bg h2, .blue-bg a {
    color: #fff;
    letter-spacing: 0;
}

.blue-bg h2 {
    margin-bottom: 19px;
}

.blue-bg a {
    font-weight: 600;
}

.highlight-section {
    padding: 30px 0 30px 0;
}

.highlight-section p {
    hyphens: auto;
    line-height: 1.4;
    padding-right: 11px;
}

.contentgallery .row > div {
    margin-bottom: 30px;
}

.contentgallery a.contentgallery-image {
    display: block;
    position: relative;
}

.contentgallery a.contentgallery-image span {
    display: block;
    padding: 0.2em 0.5em;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
}

.gallery-slider-section {
    position: relative;
}

.gallery-slider-init .slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.24) inset;
    height: 25vw;
}

@media (orientation: portrait) {
    .gallery-slider-init .slide {
        height: 25vh;
    }
}

.gallery-slider-btnGrp {
    bottom: 81px;
    left: 50%;
    max-width: 1530px;
    position: absolute;
    width: 100%;
    z-index: 99;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (min-width: 768px) {
    .btn-xl {
        border-radius: 30px;
        font-size: 16px;
        height: 62px;
        padding: 20px 43px;
    }
}

.gallery-slider-section .owl-nav div {
    background-color: #eb5014;
}

.gallery-slider-section .owl-nav {
    left: 50%;
    max-width: 1569px;
    position: absolute;
    top: 51.8%;
    width: 100%;
    z-index: 99;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.media-partner-section {
    padding: 93px 0;
    text-align: center;
}

.media-partner-section h2 {
    font-weight: 600;
    margin: 0 0 25px;
    text-align: left;
}

.media-partner-section img {
    margin-bottom: 20px;
}

.media-partner-section .col-xs-6 {
    display: table;
    padding-top: 13px;
    position: relative;
    text-align: center;
}

.media-partner-section .col-xs-6 a {
    display: table-cell;
    vertical-align: middle;
}

.media-partner-section .col-xs-6::after {
    background-color: #8d8d8d;
    content: "";
    height: 100%;
    position: absolute;
    right: -17px;
    top: 0;
    width: 1px;
}

.media-partner-section .col-xs-6:last-child:after {
    display: none;
}

.gallery-3col-col {
    padding-left: 40px;
    padding-right: 40px;
}

.gallery-3col-header {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}

.gallery-3col-images {
    padding-top: 29px;
    text-align: center;
}

.gallery-3col-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.gallery-3col-image {
    margin-bottom: 30px;
}

.sponsors-section {
    padding: 29px 0 0 0;
    text-align: center;
}

.sponsors-section .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.sponsors-section h2 {
    font-weight: 600;
    margin-bottom: 30px;
}

.sponsors-section .sponsors-block {
    margin-bottom: 30px;
}

.shop-section {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.17) inset;
    margin: 30px 0 0 0;
    padding: 30px 0 30px;
}

.shop-section h2 {
    /*letter-spacing: 1.6px;*/
    margin: 0 0 22px;
}

.shop-section p, .hyphens p {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.shop-section p {
    /*letter-spacing: -0.3px;*/
    line-height: 34px;
    padding-right: 8px;
}

@media (min-width: 1500px) {
    .shop-img img {
        max-width: inherit;
    }
}

.blue-bg a.btn-white {
    color: #00aad7;
    font-weight: 800;
    margin: 0 0 0;
}

.btn-white {
    background-color: #fff;
    border-radius: 50px;
    color: #00aad7;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1.1px !important;
}

.btn-white:hover, .btn-white:focus {
    background-color: #fff;
    box-shadow: 2px 4px 0 rgba(0, 0, 0, 0.2);
}

footer {
    position: relative;
    background-color: #575656;
    padding: 30px 0 30px;
    font-weight: 300;
    font-size: 16px;
}

footer * {
    color: #fff;
}

footer h2 {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1px;
    margin: 0 0 21px;
    text-transform: uppercase;
}

footer ul, footer li {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer li {
    /*letter-spacing: 1.0px;*/
    margin: 0 0 21px;
}

.social {
    display: inline-block;
    margin: 0;
    width: 100%;
}

.social a {
    font-size: 38px;
    margin-right: 34px;
}

.social i {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (min-width: 1550px) {
    .social .fa-instagram {
        font-size: 43px;
        position: relative;
        top: 2px;
    }

    .social .fa-youtube {
        font-size: 35px;
        left: 1px;
        position: relative;
    }
}

footer a:hover,
footer a:focus,
.social a:focus i,
.social a:hover i {
    color: #fff;
    text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
}

.copy-right {
    margin: 34px 0;
}

.copy-right p {
    /*letter-spacing: 1px;*/
}

.search-wrapper {
    background-color: #575656;
    margin-top: -49px;
    -webkit-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.search-open .search-wrapper {
    margin-top: 0;
}

.search-wrapper input[type="text"], .search-wrapper input[type="search"] {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    height: 49px;
    letter-spacing: 1px;
    padding: 0 26px;
}

.search-wrapper::-webkit-input-placeholder {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    opacity: 1;
}

.search-wrapper:-moz-placeholder {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    opacity: 1;
}

.search-wrapper::-moz-placeholder {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    opacity: 1;
}

.search-wrapper:-ms-input-placeholder {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    opacity: 1;
}

.search-wrapper .container {
    position: relative;
}

.search-wrapper input[type="submit"] {
    background-color: transparent;
    background-image: url("Images/sprint.svg");
    background-position: -23px 2px;
    background-repeat: no-repeat;
    background-size: 72px auto;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    height: 22px;
    left: 14px;
    padding: 0;
    position: absolute;
    top: 15px;
    width: 20px;
    z-index: 2;
}

.btn-close {
    background-image: url("Images/sprint.svg");
    background-position: -56px 0;
    background-repeat: no-repeat;
    background-size: 70px auto;
    cursor: pointer;
    height: 15px;
    position: absolute;
    right: 17px;
    top: 18px;
    width: 15px;
}

.menu-trigger {
    position: relative;
    cursor: pointer;
    display: none;
    float: right;
    height: 22px;
    margin: 5px 0 0 3.5em;
    width: 22px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.menu-trigger:before {
    content: 'MENU';
    font-weight: bold;
    display: block;
    position: absolute;
    top: 0.1em;
    left: -3.5em;
    color: #00aad7;
}

.menu-trigger .bars {
    background: #00aad7;
    height: 5px;
    border-radius: 1px;
    margin-bottom: 3px;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.menu-trigger .bars:last-child {
    margin-bottom: 0;
}

.menu-open .bars:first-child {
    -webkit-transform: translateY(8px) rotate(135deg);
    transform: translateY(8px) rotate(135deg);
}

.menu-open .bars:nth-child(2) {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.menu-open .bars:last-child {
    -webkit-transform: translateY(-8px) rotate(-135deg);
    transform: translateY(-8px) rotate(-135deg);
}

.arrow {
    color: #575656;
    cursor: pointer;
    display: none;
    font-size: 16px;
    height: 40px;
    line-height: 37px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 42px;
    z-index: 9;
    border-left: 1px solid #575656;
}

.mobile-only {
    display: none;
}

@media (min-width: 1551px) {

    .innerpage-banner + .container {
        padding: 131px 0 0;
    }
}

.icon-download {
    width: 36px;
    height: 31px;
    background-image: url(Images/download-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
}

.result-listing ul, .result-listing li {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    font-size: 16px
}

.result-listing ul {
    border-top: 1px solid #575656;
    margin-bottom: 65px;
}

.result-listing li {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 66px;
    border-bottom: 1px solid #575656;
}

.result-listing li > div {
    float: left;
    padding: 5px;
}

.result-listing .file-icon {
    color: #00aad7;
    font-size: 36px;
    width: 3.9%;
}

.result-listing li > .file-name {
    /*letter-spacing: 0.9px;*/
    overflow: hidden;
    padding: 21px 5px 18px;
    width: 20.2%;
}

.result-listing li > div.file-des {
    /*letter-spacing: 1px;*/
    padding: 21px 5px 18px;
    width: 60.8%;
}

.file-name {
    text-transform: uppercase;
    color: #00aad7;
    font-weight: 800;
}

.result-listing li > div.view-btn {
    padding: 13px 0 10px;
    width: 9.4%;
}

.result-listing li > div.download-btn {
    padding: 14px 5px 10px;
}

.btn-view {
    border: 3px solid #00aad7;
    border-radius: 50px;
    color: #00aad7;
    display: inline-block;
    font-size: 16px;
    font-weight: 800;
    min-width: 99px;
    padding: 5px 15px;
    text-align: center;
    text-transform: uppercase;
}

.btn-view:hover, .btn-view:focus {
    background-color: #00aad7;
    color: #fff;
}

@media (min-width: 1201px) {
    .result-listing .btn-main {
        border-radius: 28px;
        height: 62px;
        margin-bottom: 20px;
        margin-right: 5px;
        min-width: 232px;
        padding: 20px 15px;
        letter-spacing: 1.7px;
        text-align: center;
    }
}

.select-box {
    position: relative;
}

.select-box i {
    color: #00aad7;
    pointer-events: none;
    position: absolute;
    right: 9px;
    top: 12px;
}

label span {
    color: #00aad7;
    font-weight: 800;
    margin-left: 1px;
}

.form-section {
    margin: -3px 0 0;
    padding-bottom: 115px;
}

.form-section h2 {
    /*letter-spacing: 1.7px;*/
}

.form-wrapper label {
    float: left;
    /*letter-spacing: 0.4px;*/
    margin: 10px 0;
    padding-right: 15px;
    width: 190px;
}

.form-wrapper {
    display: inline-block;
    margin: 39px 0;
    width: 100%;
}

.form-wrapper .form-group {
    float: left;
    margin-bottom: 44px;
    width: 100%;
}

.form-wrapper .input-group {
    display: block;
    float: left;
    max-width: 356px;
    width: 100%;
}

.form-wrapper .form-group > div {
    float: left;
}

.form-wrapper select {
    margin-top: -1px;
}

.tag {
    margin-right: 13px;
    width: 85px;
}

.month {
    margin-right: 12px;
    width: 111px;
}

.year {
    width: 135px;
}

.check-box,
.radio-box {
    position: relative;
    font-size: 17px;
    cursor: pointer;
}

.check-box input,
.radio-box input {
    position: absolute;
    left: -99999px;
    opacity: 0;
}

.radio-box span,
.check-box span {
    width: 25px;
    position: absolute;
    left: 0;
    top: 0;
    height: 25px;
    border: 1px solid #00aad7;
}

.check-box input:focus + span, .radio-box input:focus + span {
    border: 1px solid #eb5014;
}

.radio-box span {
    border-radius: 50%;
    width: 21px;
    height: 21px;
    top: 2px;
}

.radio-box span::before {
    background-color: #00aad7;
    border-radius: 50%;
    content: "";
    height: 11px;
    left: 4px;
    position: absolute;
    top: 4px;
    width: 11px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
}

.check-box span::before {
    content: "\f00c";
    font-family: fontawesome;
    left: 3px;
    position: absolute;
    top: 3px;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
}

.radio-box.checked span::before,
.check-box.checked span::before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.form-bottom-area {
    display: inline-block;
    margin: 56px 0 70px;
    width: 100%;
}

.form-wrapper label.check-box,
.form-wrapper label.radio-box {
    margin-bottom: 12px;
    padding: 0 0 0 40px;
    width: 100%;
}

.checkbox-wrapper {
    float: left;
    max-width: 48.7%;
    width: 100%;
}

.powermail_fieldwrap_type_check.layout1 .checkbox-wrapper {
    max-width: 100%;
}

.condition {
    padding: 0 3px;
}

.condition p {
    /*letter-spacing: 0.7px;*/
    line-height: 32px;
    margin-bottom: 22px;
}

.condition p a {
    font-weight: 800;
}

.search-result {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
    margin: 20px 0;
    padding: 10px 20px;
}

.tx-indexedsearch-title {
    font-size: 21px;
    font-weight: 800;
}

.tx-indexedsearch-title a {
    color: #575656;
}

.tx-indexedsearch-searchbox {
    margin: 110px 0 30px;
}

.tx-indexedsearch-searchbox label {
    margin: 0 0 12px;
}

.tx-indexedsearch-searchbox input[type="submit"] {
    background-color: transparent;
    background-position: 18px 10px;
    border-radius: 0;
    height: 100%;
    min-width: 1px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    z-index: 11;
}

.tx-indexedsearch-searchbox-button {
    background-image: url("Images/sprint.svg");
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 22px;
    width: 20px;
}

.tx-indexedsearch-form .input-group {
    display: inline-block;
    margin-left: 30px;
    min-width: 370px;
    position: relative;
}

@media (min-width: 993px) {
    .form-wrapper .btn-main {
        border-radius: 29px;
        font-size: 16px;
        height: 61px;
        margin: 17px 0 0;
        min-width: 159px;
        padding: 20px 10px;
    }
}

.news-single h1 {
    margin-bottom: 10px;
}

.news-single .news-list-date {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 10px;
}

.news-single .news-img-wrap {
    margin: 20px 0;
}

.news-single .news-backlink-wrap {
    display: inline-block;
    margin: 30px 0 0;
    width: 100%;
}

.news-single .news-backlink-wrap .btn-main {
    min-width: 140px;
}

.news-single .news-text-wrap {
    margin-top: 20px;
}

.news-single .news-text-wrap p {
    font-size: 16px;
    line-height: 27px;
}

.news-single .teaser-text {
    font-size: 25px;
    /*letter-spacing: 1.5px;*/
    line-height: 44px;
}

.news-single .teaser-text p {
    margin: 0;
}

.tx-indexedsearch-form input[type="text"] {
    padding-right: 50px;
}

.parsley-errors-list, .parsley-errors-list li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.parsley-errors-list li {
    background: #ee0101 none repeat scroll 0 0;
    border: 2px solid #ddd;
    border-radius: 6px;
    bottom: 116%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    color: #fff !important;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    margin: 0;
    min-width: 120px;
    padding: 4px 10px;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 9;
}

.parsley-errors-list li:after {
    background-color: #ee0101;
    border-bottom: 2px solid #ddd;
    border-right: 2px solid #ddd;
    bottom: -6px;
    content: "";
    height: 10px;
    position: absolute;
    right: 10px;
    transform: rotate(45deg);
    width: 10px;
}

@media (max-width: 1570px) {
    .gallery-slider-btnGrp {
        padding: 0 15px;
    }

    .owl-prev {
        left: 15px;
    }

    .owl-next {
        right: 15px;
    }

    .shop-img {
        right: 0;
        top: 0;
    }

    .news-slider-init {
        margin-top: 10px;
        padding: 0 80px;
    }
}

@media (min-width: 1201px) and (max-width: 1570px) {
    .wrapper {
        padding-top: 80px;
    }

    .content-layout2 {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .logo {
        max-width: 180px;
    }

    .fixed .logo img {
        max-width: 230px;
    }

    input[type="button"], input[type="reset"], input[type="submit"], .btn-main {
        border-radius: 24px;
        font-size: 14px;
        height: 44px;
        letter-spacing: 0.6px;
        padding: 12px 18px;
    }

    .navigation li {
        margin: 0 10px;
    }

    .navigation nav a {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0;
        padding: 10px 0 25px;
    }

    .fixed .navigation nav a {
        padding-bottom: 22px;
    }

    .navigation {
        margin-top: 5px;
    }

    .fixed .navigation {
        margin-top: -8px;
    }

    .navigation .search-trigger {
        top: 10px;
    }

    h2 {
        font-size: 24px;
    }

    .form-wrapper .input-group {
        max-width: 276px;
    }

    .form-wrapper label {
        width: 175px;
    }

    .month {
        width: 85px;
    }

    .year {
        width: 81px;
    }

    .form-wrapper label.check-box, .form-wrapper label.radio-box {
        padding: 0 10px 0 40px;
    }
}

@media (max-width: 1200px) {
    .wrapper {
        padding-top: 74px;
    }

    .content-layout2 {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .menu-trigger, .arrow {
        display: inline-block;
    }

    .navigation .search-trigger {
        display: none;
    }

    .language-wrapper, .navigation .btn-main {
        display: none;
    }

    .navigation ul, .navigation li {
        float: left;
        width: 100%;
    }

    .navigation {
        background-color: #fff;
        box-shadow: -5px 0 5px rgba(0, 0, 0, 0.15) inset;
        height: 100%;
        left: -320px;
        max-width: 320px;
        overflow: auto;
        position: fixed;
        top: 62px;
        width: 100%;
        z-index: 9999;
        -webkit-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
        transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    }

    .navigation > *:last-child {
        margin-bottom: 80px;
    }

    .menu-open .navigation {
        left: 0;
    }

    .navigation ul ul {
        display: none;
    }

    .navigation nav a {
        font-size: 14px;
        letter-spacing: 0;
        border-bottom: 1px solid #575656;
        float: left;
        overflow: hidden;
        padding: 10px 45px 10px 15px;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }

    .navigation nav li.active > a {
        color: #eb5014;
    }

    .navigation nav li li a {
        text-transform: none;
        padding-left: 30px;
    }

    .sub-open > .arrow i {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .search-trigger {
        float: right;
        margin: 10px 15px 0 0;
    }

    .mobile-only .language-wrapper, .navigation .mobile-only .btn-main, .mobile-only {
        display: inline-block;
    }

    .navigation .mobile-only {
        padding: 20px 0;
        text-align: center;
        width: 100%;
    }

    .navigation .mobile-only .btn-main {
        display: inline-block;
        float: none;
        margin: 0;
    }

    .mobile-only .language-wrapper {
        margin: 0;
        padding: 10px 0;
        text-align: center;
        width: 100%;
    }

    .language-wrapper a {
        float: none;
    }

    input[type="button"], input[type="reset"], input[type="submit"], .btn-main {
        font-size: 14px;
        height: 45px;
        letter-spacing: 0;
        padding: 13px 18px;
    }

    .form-wrapper label, .form-wrapper .input-group {
        max-width: 100%;
        width: 100%;
    }

    .form-wrapper label {
        padding-right: 15px;
    }

    .tag {
        width: 24%;
        margin-right: 3%;
    }

    .month {
        width: 30%;
        margin-right: 3%;
    }

    .year {
        width: 40%;
    }

    .checkbox-wrapper {
        max-width: 100%;
        margin-bottom: 15px;
    }

    .tx-indexedsearch-searchbox {
        margin: 70px 0 10px;
    }
}

@media (min-width: 768px) and (max-width: 1550px) {
    body {
        font-size: 14px;
    }

    .language-wrapper {
        font-size: 14px;
    }

    .news-block h3, .teaser--item h3 {
        font-size: 15px;
        /*letter-spacing: 0.5px;*/
        line-height: 26px;
        min-height: 90px;
    }

    .news-list-view .teaser-text a,
    .news-block a {
        font-size: 14px;
    }

    footer {
        font-size: 14px;
        padding: 75px 0 18px;
    }

    footer li {
        margin: 0 0 15px;
    }

    .social a {
        font-size: 30px;
        margin-right: 30px;
    }

    .social {
        margin: 0;
    }

    .copy-right {
        margin: 34px 0 0;
    }

    input[type="button"], input[type="reset"], input[type="submit"], .btn-main {
        font-size: 14px;
        height: 46px;
        padding: 13px 18px;
    }

    .btn-white {
        font-size: 14px;
    }

    .navigation .search-trigger {
        top: 11px;
    }

    .result-listing .file-icon {
        width: 5.5%;
    }

    .result-listing li > .file-name {
        width: 21%;
    }

    .result-listing li > div.file-des {
        width: 53%;
    }

    .result-listing li > div.view-btn {
        width: 14%;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .menu-trigger {
        margin-top: 11px;
    }

    .logo {
        max-width: 240px;
    }

    .navigation {
        top: 75px;
        margin-top: 0;
    }

    .header-inner {
        display: inline-block;
        padding: 15px 0 10px;
        width: 100%;
    }

    h2 {
        font-size: 23px;
    }

    .btn-xl {
        border-radius: 30px;
        font-size: 14px;
        height: 56px;
        padding: 18px 33px;
    }

    .gallery-slider-btnGrp {
        bottom: 40px;
    }

    .media-partner-section {
        padding: 70px 0 60px;
        text-align: center;
    }

    .media-partner-section .col-sm-6 {
        padding-top: 0;
    }

    .navigation {
        max-width: 350px;
        left: -360px;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .shop-section p {
        letter-spacing: 0;
        line-height: 27px;
        padding-right: 8px;
    }
}

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

    .news-block h3, .teaser--item h3 {
        font-size: 14px;
        letter-spacing: 0;
        line-height: 24px;
    }

    .owl-prev, .owl-next {
        background-size: 13px auto;
        height: 50px;
        top: 50%;
        width: 50px;
    }

    .news-slider-init {
        padding: 0 70px;
    }

    .gallery-slider-section .owl-nav {
        top: 50%;
    }

    .media-partner-section img {
        margin-bottom: 0;
        max-width: 250px;
    }

    .media-partner-section h2 {
        margin: 0 0 20px;
    }

    .media-partner-section {
        padding: 70px 0 40px;
    }

    .shop-img img {
        max-width: 470px;
    }

    .shop-img {
        right: 0;
        top: 0;
        margin: 20px 0 20px;
    }

    footer .col-sm-12 {
        margin: 20px 0 0;
        text-align: center;
        position: inherit;
    }

    .go-to-top {
        top: 20px;
    }

    .social a {
        font-size: 25px;
        margin: 0 14px;
    }

    .copy-right {
        margin: 10px 0 0;
    }

    footer {
        padding: 45px 0 0;
    }

    .sponsors-section {
        padding: 29px 0 10px;
    }

    .shop-section p {
        line-height: 23px;
        letter-spacing: 0;
    }

    .shop-img img {
        max-width: 100%;
    }

    .blue-bg a.btn-white {
        margin: 5px 0 0;
    }

    .result-listing ul, .result-listing li, .btn-view {
        font-size: 14px;
    }

    .result-listing ul {
        margin-bottom: 35px;
    }

    .form-wrapper .form-group {
        margin-bottom: 20px;
    }

    .form-bottom-area {
        margin: 35px 0 30px;
    }

    .form-section {
        margin: 0;
        padding-bottom: 35px;
    }

    .go-to-top:hover {
        top: 10px;
    }
}

@media (max-width: 767px) {
    .wrapper {
        padding-top: 60px;
    }

    .content-layout2 {
        margin-top: 10px;
        margin-bottom: 0;
    }

    body {
        font-size: 14px;
    }

    .header-inner {
        float: left;
        padding: 15px 0;
        width: 100%;
    }

    .logo {
        max-width: 170px;
    }

    h2 {
        font-size: 20px;
    }

    .news-slider-init {
        padding: 0;
    }

    .news-section .owl-prev, .news-section .owl-next {
        background-size: 9px auto;
        height: 30px;
        left: inherit;
        right: 15px;
        top: -54px;
        width: 30px;
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    .owl-prev, .owl-next {
        width: 30px;
        background-size: 9px auto;
        height: 30px;
    }

    .news-section .owl-prev {
        right: 60px;
    }

    .news-block h3, .teaser--item h3 {
        font-size: 14px;
        font-weight: 700;
        /*letter-spacing: 0.5px;*/
        line-height: 25px;
        margin-bottom: 20px;
    }

    .news-list-view .teaser-text a,
    .news-block {
        font-weight: 700;
    }

    .news-list-view .teaser-text a,
    .news-block a {
        font-size: 14px;
    }

    .blue-bg h2 {
        margin-bottom: 10px;
    }

    .gallery-slider-btnGrp {
        bottom: 20px;
        text-align: center;
    }

    .media-partner-section {
        padding: 30px 0 0;
    }

    .media-partner-section h2 {
        margin: 0 0 30px;
    }

    .media-partner-section img {
        margin-bottom: 30px;
    }

    .sponsors-section .col-sm-4 {
        float: left;
        max-width: 160px;
    }

    .sponsors-section .sponsors-block {
        margin-bottom: 30px;
    }

    .sponsors-section {
        padding: 30px 0 20px;
    }

    .shop-img {
        margin: 20px 0 15px;
    }

    .shop-section p {
        letter-spacing: 0;
        line-height: 22px;
        padding-right: 0;
    }

    .btn-white {
        font-size: 14px;
        height: 50px;
        padding: 16px 40px;
    }

    footer {
        font-size: 14px;
        padding: 50px 0 10px;
    }

    footer h2 {
        font-size: 14px;
        font-weight: 700;
    }

    .social a {
        font-size: 25px;
        margin: 0 13px;
    }

    .social {
        margin: 0;
    }

    .copy-right {
        margin: 30px 0 0;
    }

    .copy-right p {
        letter-spacing: 0;
        line-height: 22px;
    }

    .media-partner-section .col-xs-6::after {
        right: 0;
    }

    footer .col-sm-12 {
        position: inherit;
        text-align: center;
    }

    .go-to-top {
        top: 20px;
    }

    .search-trigger {
        margin: 4px 15px 0 0;
    }

    .result-listing .file-icon {
        left: 0;
        padding: 0;
        top: 10px;
        width: auto;
        position: absolute;
    }

    .result-listing li {
        padding: 14px 0 10px 50px;
    }

    .result-listing li > .file-name {
        display: inline-block;
        margin-bottom: 10px;
        padding: 0;
        width: 100%;
    }

    .result-listing li > div.file-des {
        display: inline-block;
        /*letter-spacing: 1px;*/
        margin-bottom: 15px;
        padding: 0;
        width: 100%;
    }

    .result-listing ul, .result-listing li, .btn-view {
        font-size: 14px;
    }

    .result-listing li > div.view-btn {
        float: left;
        padding: 0;
        width: auto;
    }

    .result-listing li > div.download-btn {
        float: left;
        margin-left: 20px;
        padding: 3px 0;
    }

    .go-to-top {
        background-size: 9px auto;
        height: 30px;
        width: 30px;
    }

    .result-listing ul {
        margin-bottom: 35px;
    }

    .form-wrapper {
        margin: 0;
    }

    label, .check-box, .radio-box {
        font-size: 15px;
    }

    input, select {
        font-size: 15px;
        height: 40px;
    }

    textarea {
        font-size: 15px;
    }

    ::-webkit-input-placeholder {
        font-size: 15px;
    }

    :-moz-placeholder {
        font-size: 15px;
    }

    ::-moz-placeholder {
        font-size: 15px;
    }

    :-ms-input-placeholder {
        font-size: 15px;
    }

    .form-wrapper .form-group {
        margin-bottom: 10px;
    }

    .radio-box span, .check-box span {
        height: 20px;
        width: 20px;
        top: 2px;
    }

    .form-wrapper label.check-box, .form-wrapper label.radio-box {
        margin-bottom: 5px;
        padding: 0 0 0 35px;
    }

    .form-bottom-area {
        margin: 10px 0;
    }

    .condition {
        display: inline-block;
        margin: 20px 0 0;
        padding: 0;
        width: 100%;
    }

    .condition p {
        margin-bottom: 15px;
    }

    .form-section {
        margin: 0;
        padding-bottom: 55px;
    }

    .blue-bg a.btn-white {
        margin: 5px 0 0;
    }

    .tx-indexedsearch-title {
        font-size: 16px;
    }

    .tx-indexedsearch-form .input-group {
        margin-left: 0;
        min-width: 1px;
        margin-top: 20px;
    }

    .tx-indexedsearch-searchbox label {
        display: inline-block;
        margin: 0;
        width: 100%;
    }

    .col-sm-6 .powermail_fieldwrap,
    .col-sm-6 .powermail_field {
        display: inline-block;
        width: 100%;
    }

    .check-box span::before {
        font-size: 12px;
        left: 3px;
        top: 3px;
    }

    .radio-box span::before {
        height: 8px;
        left: 5px;
        top: 5px;
        width: 8px;
    }

    .form-section .btn-main {
        min-width: 130px;
    }

    .go-to-top:hover {
        top: 15px;
    }
}

@media (max-width: 520px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .result-listing li {
        display: block;
    }
}

.extbase-debugger {
    margin-top: 8em;
}
