/******** Setup ********************************************************************************/
/***********************************************************************************************/

*, *:before, *:after {
  margin:0;
  padding:0;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
}
html {
  height:100%;
  -ms-text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
}
body {
  font-family:'Avenir-Light', Helvetica, Arial, sans-serif;
  font-weight:normal;
  font-size:16px;
  line-height:1.4;
  color:rgba(0, 65, 120, 1);
  background-color:rgba(255, 255, 255, 1);
  padding:10px 10px 0 10px;
  height:100%;
}
@media all and (min-width:768px) {
body {
  font-size:18px;
}
}
@media all and (min-width:1200px) {
body {
  padding:20px 20px 0 20px;
}
}
img, header, nav, section, main, aside, article, footer {
  display:block;
}
img {
  border:0 none;
  height:auto;
  width:100%;
}
button:focus,
button:active,
button:hover,
a:focus,
a:active,
a:hover {
  outline:0;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}

/******** Fonts / Icons ************************************************************************/
/***********************************************************************************************/


@font-face{
    font-family:'Avenir-Light';
    font-weight:normal;
    font-style:normal;
    src: url('fonts/avenir-next-light.woff2') format('woff2'),
         url('fonts/avenir-next-light.woff') format('woff'),
         url('fonts/avenir-next-light.ttf') format('truetype');
}
@font-face{
    font-family:'Avenir-Demi';
    font-weight:normal;
    font-style:normal;
    src: url('fonts/avenir-next-demi.woff2') format('woff2'),
         url('fonts/avenir-next-demi.woff') format('woff'),
         url('fonts/avenir-next-demi.ttf') format('truetype');
}
@font-face{
    font-family:'Avenir-Medium';
    font-weight:normal;
    font-style:normal;
    src: url('fonts/avenir-next-medium.woff2') format('woff2'),
         url('fonts/avenir-next-medium.woff') format('woff'),
         url('fonts/avenir-next-medium.ttf') format('truetype');
}
@font-face {
    font-family:'icon';
    font-style:normal;
    font-weight: normal;
    src: url('fonts/icon.woff2') format('woff2'),
         url('fonts/icon.woff') format('woff'),
         url('fonts/icon.ttf') format('truetype');
}
[class^="icon-"], [class*=" icon-"] {
    font-family:'icon';
    speak:none;
    font-style:normal;
    font-weight:normal;
    font-variant:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}



/******** Helpers ******************************************************************************/
/***********************************************************************************************/


.center { text-align:center; }
.left { text-align:left; }
.right { text-align:right; }
.inline {margin-bottom:0;}
.block { display:block; }

.neg {
  color:rgba(255, 255, 255, 1);
}

/******** Text *********************************************************************************/
/***********************************************************************************************/

h1, h2, h3, h4, h5 {
  font-family:'Avenir-Demi', Helvetica, Arial, sans-serif;
  font-weight:normal;
  font-variant:normal;
  line-height:1.2;
  margin-bottom:25px;
}
p { margin-bottom:25px;}
h1 { font-size:30px; }
h2 { font-size:20px; }
h3 { font-size:18px; }
h4 { font-size:16px; }
h5 { font-size:16px; }

@media all and (min-width: 768px) {
h1 { font-size:36px; }
h2 { font-size:23px; }
h3 { font-size:20px; }
h4 { font-size:18px; }
h5 { font-size:16px; }
}
strong {
  font-family:'Avenir-Medium', Helvetica, Arial, sans-serif;
  font-weight:normal;
  font-variant:normal;
}

/******** Buttons / Links **********************************************************************/
/***********************************************************************************************/

/******** Links ********************************************************************************/

a {
    color:rgba(102, 141, 174, 1);
    text-decoration:none;
    transition:all 0.1s;
}
a:hover {
    color:rgba(0, 65, 120, 1);
}
.more, .file {
  display:block;
  position:relative;
  padding-left:23px;
}
.more:before {
  font-family:'icon';
  content: "\e604";
  font-size:16px;
  position:absolute;
  left:0;
}
.file:before {
  font-family:'icon';
  content: "\e611";
  font-size:16px;
  position:absolute;
  left:0;
  top:1px;
}
.social {
  font-family:'icon';
  font-size:18px;
  text-align:center;
  display:block;
  width:40px;
  height:40px;
  border:1px solid rgba(102, 141, 174, 1);
  border-radius:40px;
  line-height:38px;
}
.social:hover {
  color:rgba(255, 255, 255, 1);
  border:1px solid rgba(255, 255, 255, 1);
}
.facebook:before {content: "\e605"; }
.twitter:before {content: "\e60e"; }
.google:before {content: "\e609"; }
.linkin:before {content: "\e603"; }

.play {
  position:relative;
  display:block;
}
.play:before {
    content:'';
    display:block;
    width:60px;
    height:60px;
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-30px;
    margin-top:-30px;
    background-repeat:no-repeat;
    background-size:60px;
    background-image: url("../images/play.png");
    z-index:10;
}

/******** Buttons ******************************************************************************/

.btn {
    font-family:'Avenir-Demi', Helvetica, Arial, sans-serif;
    font-size:16px;
    line-height:38px;
    height:40px;
    border-radius:40px;
    display:inline-block;
    padding:0 35px 0 20px;
    position:relative;
    text-decoration:none;
    color:rgba(255, 255, 255, 1);
    background-color:rgba(153, 179, 201, 1);
    transition:all 0.3s;
}
.btn:hover {
    color:rgba(255, 255, 255, 1);
    background-color:rgba(102, 141, 174, 1);
}
.btn:before {
    font-family:'icon';
    font-size:16px;
    position:absolute;
    right:10px;
    top:1px;
}
.btn:before {
    content: "\e604";
}
.btn.download:before {
    content: "\e606";
}

/******** Header *******************************************************************************/
/***********************************************************************************************/

header {
  width:100%;
  height:120px;
  padding-top:10px;
  background-image:url("../images/border.png");
  background-position:0 60px;
  background-repeat:repeat-x;
  border-bottom:1px solid rgba(51, 103, 147, 1);
}
.logo {
  display:block;
  margin:0 auto;
  width:190px;
  height:70px;
  background-image:url("../images/logo.png");
  background-position:0 0;
  background-size:190px;
  background-repeat:no-repeat;
}
@media all and (min-width: 768px) {
header {
  height:140px;
  padding-top:30px;
  background-position:0 80px;
}
.logo {
  margin:0;
}
}

/******** Menu Main ****************************************************************************/
/***********************************************************************************************/

.menu {
  display:none;
  position:absolute;
  top:109px;
  left:0;
  right:20px;
  z-index:20;
}
div.languageswitcher {
  display:inline-block;
  position:absolute;
  right:0;
  z-index:20;
  padding: 0 15px;
}
div.languageswitcher a {
  border-right: 1px solid #FFF;
  padding-right: 5px;
}
div.languageswitcher a:last-child {
  border-right: none;
}
div.languageswitcher a {
  font-family:'Avenir-Demi', Helvetica, Arial, sans-serif;
  font-size:16px;
  color:rgba(255, 255, 255, 1);
}
div.languageswitcher a.active {
  color:rgba(153, 179, 201, 1);
}
.menu ul {
  box-shadow: 0px 15px 30px -20px rgba(0,0,0,0.75);
}
.menu li {
  list-style-type:none;
  display:block;
  text-align:left;
}
@media all and (min-width: 768px) {
.menu {
  display:block;
  top:50px;
  right:120px;
  left:auto;
  padding:0;
}
.menu ul {
  box-shadow:0;
}
div.languageswitcher {
  display:block;
  top:50px;
  right:15px;
  left:auto;
  padding:17px 0 17px 0;
}

}

/******** Menu Level **************************************************************************/

.menu .level1 > ul  {
  display:none;
}
@media all and (min-width: 768px) {
.menu .level1 > ul {
  position:absolute;
  top:60px;
  left:0;
  width:200px;
}
}

/******** Menu Links ************************************************************************/

.menu .level1,
.menu .level2,
.menu .level3 {
  position:relative;
}
.menu .level1 > a,
.menu .level2 > a,
.menu .level3 > a {
  display:block;
  position:relative;
}
.menu .level1 > a {
  font-family:'Avenir-Demi', Helvetica, Arial, sans-serif;
  font-size:16px;
  padding:15px;
  color:rgba(255, 255, 255, 1);
  border-top:1px solid rgba(153, 179, 201, 1);
  background-color:rgba(102, 141, 174, 1);
}
.menu .level2 > a {
  font-family:'Avenir-Demi', Helvetica, Arial, sans-serif;
  font-size:14px;
  padding:15px 15px 15px 30px;
  color:rgba(255, 255, 255, 1);
  border-top:1px solid rgba(184, 202, 217, 1);
  background-color:rgb(153, 179, 201);
}
.menu .level3 > a {
  font-family:'Avenir-Demi', Helvetica, Arial, sans-serif;
  font-size:14px;
  padding:15px 15px 15px 30px;
  color:rgba(255, 255, 255, 1);
  border-top:1px solid rgba(184, 202, 217, 1);
  background-color:rgb(153, 179, 201);
}
.menu .separator {
  font-family:'Avenir-Light', Helvetica, Arial, sans-serif;
  font-size:16px;
  padding:15px 15px 15px 30px;
  color:rgba(255, 255, 255, 1);
  border-top:1px solid rgba(184, 202, 217, 1);
  background-color:rgba(143, 179, 201, 1);
}

@media all and (min-width: 768px) {
.menu .level1 {
  float:left;
}
.menu .level2,
.menu .level3 {
  position:static;
}
.menu .level1 > a {
  font-size:14px;
  height:60px;
  line-height:60px;
  padding:0;
  margin-left:18px;
  border-top:0;
  background-color:transparent;
  border-bottom:3px solid rgba(153, 179, 201, 0);
  transition:all 0.2s;
}
.menu .level1:hover > a {
  border-bottom:3px solid rgba(153, 179, 201, 1);
}
.menu .level1:hover > a,
.menu .level1.active > a {
  color:rgba(153, 179, 201, 1);
}
.menu .level2 > a {
  border-top:0;
  padding:10px 10px 10px 15px;
}

.menu .level3 > a {
  border-top:0;
  padding:10px 10px 10px 25px;
}
.menu .separator {
  border-top:0;
  padding:10px 10px 10px 15px;
}
.menu .separator.border {
  border-top:1px solid rgba(184, 202, 217, 1);
}
.menu .level2:last-child > a {
  border-radius:0 0 5px 5px;
  border-top:1px solid rgba(153, 179, 201, 1);
}
.menu .level2:hover > a,
.menu .level2.active > a {
  background-color:rgba(102, 141, 174, 1);
}
.menu .level3:hover > a,
.menu .level3.active > a {
  background-color:rgba(102, 141, 174, 1);
}
.menu .level1:hover > ul,
.menu .level1:hover > ul.active {
    display:block;
    margin-left:18px;
    box-shadow: 0px 15px 30px -20px rgba(0,0,0,0.75);
}
}

@media all and (min-width: 992px) {
.menu .level1 > a {
  font-size:16px;
  margin-left:30px;
}
.menu .level1:hover > ul,
.menu .level1:hover > ul.active {
    margin-left:30px;
}
}

/******** Menu Toggle **********************************************************************/

.menu .menu-level-toggle {
  position:absolute;
  cursor:pointer;
  top:0;
  right:0;
  width:50px;
  text-align:center;
  font-size:16px;
  color:rgba(255, 255, 255, 1);
  font-family:'icon';
  transition: transform 0.35s;
  -webkit-transition: transform 0.35s;
}
.menu .level1 > .menu-level-toggle,
.menu .level2 > .menu-level-toggle {
  height:50px;
  line-height:50px;
}
.menu .level2.has-img > .menu-level-toggle {
  height:85px;
  line-height:85px;
}
.menu .menu-level-toggle:before {
  content: "\e614";
}
.menu .menu-level-toggle.active {
  transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
}
.menu.active,
.menu .level1 > ul.active,
.menu .level2 > ul.active,
.menu .level3 > ul.active {
  display:block;
}
@media all and (min-width: 768px) {
.menu .menu-level-toggle {
  display:none;
}
.menu .level1 > ul.active,
.menu .level2 > ul.active,
.menu .level3 > ul.active {
  display:none;
}
}

/********  Toggle ***************************************************************************/

.menu-toggle {
  position:absolute;
  top:70px;
  left:50%;
  margin-left:-20px;
  display:block;
  height:40px;
  width:40px;
  color:rgba(255, 255, 255, 1);
  text-align:center;
  text-decoration:none;
  z-index:100;
  transition:color 0.35s;
}
.menu-toggle.active,
.menu-toggle:hover {
  color:rgba(102, 141, 174, 1);
}
.menu-toggle:before {
  font-size:24px;
  line-height:40px;
  font-family:'icon';
  content: "\e601";
}

@media all and (min-width: 768px) {
.menu-toggle {
  display:none;
}
}


/**********************************************************************************************/
/******** Content *****************************************************************************/
/**********************************************************************************************/


/******** Page *******************************************************************************/

.page {
  position:relative;
  background-color:rgba(0, 65, 120, 1);
  min-height:100%;
  height:auto !important;
  height:100%;
  border-radius:10px;
}
main {
  width:100%;
  padding:60px 0 523px 0;
}
@media all and (min-width:768px) {
main {
  padding:60px 0 248px 0;
}
}

/******** Wrapper *****************************************************************************/

.wrapper {
  position:relative;
  margin-right:auto;
  margin-left:auto;
  padding-left:15px;
  padding-right:15px;
}
@media all and (min-width:768px) {
.wrapper {
  width:715px;
}
}
@media all and (min-width:992px) {
.wrapper {
  width:970px;
}
}
@media all and (min-width:1200px) {
.wrapper {
  width:1140px;
}
}
.row {
  margin-left:-15px;
  margin-right:-15px;
}

/******** Category ***************************************************************************/

.category-heading {
  color:rgba(255, 255, 255, 1);
  padding-bottom:40px;
}

#filter-category {
	cursor: pointer;
	background-color: rgba(0, 65, 120, 1);
	color: #ffffff;
	border: 1px solid #ffffff;
}

/******** Box ********************************************************************************/

.box {
  width:100%;
  margin-bottom:15px;
  background-color:rgba(255, 255, 255, 1);
  border-radius:10px;
  transition:all 0.4s ease;
  float:left;
}
.box h2, .box p {
  font-size: 26px;
  margin-bottom:0;
}
.box.box-main {
  padding:300px 0 0 0;
  background-position:top center;
  background-repeat:no-repeat;
  background-size:280px 280px;
}
.box-inner {
  padding:15px;
  width:100%;
  float:left;
}
.box-bottom {
  padding:15px;
  float:right;
}
.box-heading {
  padding:15px;
  border-bottom:1px solid rgba(229, 236, 241, 1);
}
.box-content {
  position: relative;
}
.box-content, .box-links {
  float:left;
  width:100%;
  padding:15px 0 15px 0;
  background-color:rgba(229, 236, 241, 1);
  border-radius:0 0 10px 10px;
}
.box-text {
  padding-bottom:15px;
}
.box-btn {
  text-align:right;
}
.box-btn.relative {
  position: absolute;
  bottom: 1.5rem;
  right: 1rem;
}
@media all and (min-width:768px) {
  .box {
  margin-bottom:30px;
}
.box.box-main {
  padding:30px 0 0 300px;
  min-height:450px !important;
  background-position:left bottom;
  background-size:auto;
}
}
@media all and (min-width:992px) {
.box.box-main {
  padding:40px 0 0 300px;
}
.box-inner {
  padding:30px;
  width:100%;
  float:left;
}
.box-bottom {
  padding:0 30px 30px 30px;
  float:right;
}
.box-heading {
  padding:15px 30px 15px 30px;
}
.box-content, .box-links {
  padding:15px;
}
.box-text {
  padding-top:15px;
}
.box-btn {
  padding-top:15px;
}
}
@media all and (min-width:1200px) {
.box.box-main  {
  padding:20px 30px 30px 500px;
}
}

/******** Content ***************************************************************************/

.content-heading {
  background-color:rgba(255, 255, 255, 1);
  border-radius:10px 10px 0 0;
  border-bottom:1px solid rgba(229, 236, 241, 1);
  padding:15px 0 15px 0;
}
.title {
  margin-bottom:0;
}
.subtitle {
  font-family:'Avenir-Demi', Helvetica, Arial, sans-serif;
  display:block;
  margin-top:10px;
}
.content-text {
  padding:15px 0 15px 0;
  background-color:rgba(229, 236, 241, 1);
  border-radius:0 0 10px 10px;
  border:1px solid rgba(229, 236, 241, 1);
}
.content-text ul {
  margin-left:18px;
  margin-bottom:25px;
}
.article-media {
  padding:15px 0 15px 0;
}
.article-media-text {
  font-size:14px;
  padding-top:15px;
}
.content-media {
  position:relative;
  background-color:rgba(255, 255, 255, 1);
}

@media all and (min-width:768px) {
.content-text {
  padding:60px 0 40px 0;
}
.article-media {
  padding:30px 0 30px 0;
}
}
@media all and (min-width:992px) {
.article-media-text {
  padding-top:0;
}
.content-heading {
  padding:30px 0 30px 0;
}
}

/******** Publications *********************************************************************/

.media {
  padding-top:50px;
  padding-bottom:50px;
  border-top:1px solid rgba(102, 141, 174, 0.2);
}
.media:not(.videos) {
  width:100%;
}
.media-img-list {
  margin:0 auto 30px auto;
  max-width:160px;
  box-shadow: 0 10px 10px -5px rgba(50,50,50,0.3);
}
.media-img-dtl {
  margin:30px 0 30px 0;
  max-width:160px;
  box-shadow: 0 10px 10px -5px rgba(50,50,50,0.3);
}
.video-img-list {
  margin-bottom:30px;
}
.video-title {
  margin-bottom:25px !important;
}
.media p,
.media ul {
  margin-bottom:25px;
}
.media-title .title-date {
  font-size: 18px;
}
@media all and (min-width: 768px) {
  .media-title .title-date { font-size:20px; }
}
.media-subtitle {
  font-style: italic;
}
.media-subtitle,
.media-article-title {
  font-family:'Avenir-Medium';
}
.media .authors,
.media ul {
  font-size:16px;
}
.media p.authors {
  margin-bottom:16px;
}
.media ul {
  margin-left:16px;
}
.media-block {
  font-family:'Avenir-Medium';
  color:rgba(102, 141, 174, 1);
  display:block;
  margin-bottom:5px;
  text-transform:uppercase;
  font-size:12px;
}

/******** Feature List *********************************************************************/

.feature-list {
    width:100%;
    margin-bottom:30px;
}
.feature-list li {
    width: calc(100% - 20px);
    position:relative;
    padding-left:25px;
    list-style-type:none;
}
.feature-list li:before {
    font-family:'icon';
    content: "\e60d";
    font-size:16px;
    position:absolute;
    left:0;
    top:1px;
}

/******** Tag List *************************************************************************/

.tag-list {
    width:100%;
    float:left;
    margin-left:0 !important;
    margin-bottom:30px;
}
.tag-list li {
    list-style-type:none;
}

/******** Img List *************************************************************************/

.img-list {
    width:100%;
    float:left;
    margin-left:0 !important;
    margin-bottom:30px;
}
.img-list li {
    float:left;
    width:50%;
    border-right:1px solid rgba(229, 236, 241, 1);
    border-bottom:1px solid rgba(229, 236, 241, 1);
    list-style-type:none;
}
@media all and (min-width: 576px) {
.img-list li {
    width:20%;
}
}

/******** File List *************************************************************************/

.file-list {
    width:100%;
    float:left;
    margin-left:0 !important;
    border-top:1px solid rgba(102, 141, 174, 0.2);
    margin-bottom:30px;
}
.file-list li {
    width:100%;
    padding:5px 0 5px 0;
    border-bottom:1px solid rgba(102, 141, 174, 0.2);
    list-style-type:none;
}

/******** link List *************************************************************************/

.link-list {
    width:100%;
    float:left;
    margin-left:0 !important;
    border-top:1px solid rgba(102, 141, 174, 0.2);
}
.link-list li {
    width:100%;
    padding:5px 0 5px 0;
    border-bottom:1px solid rgba(102, 141, 174, 0.2);
    list-style-type:none;
}
.link-list li a {
  display:block;
  width:100%;
    font-family:'Avenir-Demi', Helvetica, Arial, sans-serif;

}

/******** Thumb List **********************************************************************/

.thumb-list {
    width:100%;
    float:left;
    margin-left:0 !important;
    margin-bottom:30px;
}
.thumb-list li {
    float:left;
    width:50%;
    border-right:1px solid rgba(229, 236, 241, 1);
    border-bottom:1px solid rgba(229, 236, 241, 1);
    list-style-type:none;
}
.thumb-list li:hover {
    border-bottom:1px solid rgba(0, 65, 120, 1);
}
@media all and (min-width: 576px) {
.thumb-list li {
    width:33.33%;
}
}

/******** Article List **********************************************************************/

.article-list {
    width:100%;
    float:left;
    border-top:1px solid rgba(51, 103, 147, 1);
    margin-bottom:30px;
}
.article-list li {
    float:left;
    width:100%;
    padding:10px 0 10px 0;
    border-bottom:1px solid rgba(51, 103, 147, 1);
    list-style-type:none;
    color:rgba(255, 255, 255, 1);
}
.article-list li a {
  display:block;
  width:100%;
  float:left;
  position:relative;
  color:rgba(153, 179, 201, 1);
  cursor:pinter;
}
.article-list li a:hover {
  color:rgba(255, 255, 255, 1);
}
.article-list li a:before {
  font-family:'icon';
  content: "\e604";
  font-size:16px;
  position:absolute;
  right:0;
  top:50%;
  margin-top:-12px;
}
.article-list .date {
  font-size:14px;
}
@media all and (min-width: 768px) {
.article-list .date {
  padding-top:3px;
}
}
.article-list .title {
  padding-right:30px !important;
  color:rgba(255, 255, 255, 1);
}

/******** Share List *************************************************************************/

.share {
  padding:15px 0 0 0!important;
}
.share-list  {
  float:right;
}
.share-list li {
  list-style:none;
  display:inline-block;
}
.share-title {
  padding:0 10px 0 0;
  font-size:14px;
  color:rgba(102, 141, 174, 1);
}

/******** Pagination **************************************************************************/

.paging {
  float:left;
  width:100%;
  text-align:center;
}
.pagination {
  float:right;
}
.pagination li {
  display:none;
}
.pagination li:first-child a  {
  border-radius:4px 0 0 4px;
}
.pagination li:last-child a  {
  border-radius:0 4px  4px 0;
}
.pagination li.button {
  float:left;
  display:block;
}
.pagination a {
  font-family:'Avenir-Demi', Helvetica, Arial, sans-serif;
  float:left;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  padding:7px 14px;
  font-size:14px;
}
.pagination a {
  color:rgba(255, 255, 255, 1);
  background-color:rgba(153, 179, 201, 1);
}
.pagination a:hover {
  color:rgba(255, 255, 255, 1);
  background-color:rgba(102, 141, 174, 1);
}
.pagination a.disabled {
  color:rgba(255, 255, 255, 0.5);
  background-color:rgba(153, 179, 201, 0.5);
  pointer-events:none;
}
.pagination .current {
  background-color:rgba(102, 141, 174, 1);
  color:rgba(255, 255, 255, 1);
  pointer-events:none;
}
.is-dragging {
  pointer-events: none;
}
@media all and (min-width:768px) {
.pagination li {
  display:block;
  float:left;
}
}

/******** Article Switch ************************************************************************/

.article-switch {
    cursor:pointer;
    border:0;
    display:block;
    position:absolute;
    top:50%;
    margin-top:-20px;
    width:40px;
    height:40px;
    color:rgba(153, 179, 201, 1);
    background:transparent;
}
.article-switch:hover,
.article-switch:focus {
    color:rgba(102, 141, 174, 1);
}
.article-switch {
    display:block;
    text-decoration:none;
    text-align:center;
    line-height:40px;
}
.article-prev {
    left:10px;
}
.article-next {
    right:10px;
}
@media all and (min-width:768px) {
.article-prev {
    left:30px;
}
.article-next {
    right:30px;
}
}
.article-prev:before,
.article-next:before {
    font-family:'icon';
    font-size:40px;
}
.article-next:before {
    content: "\e604";
}
.article-prev:before {
    content: "\e615";
}
/******** Map **********************************************************************************/

#map_canvas {
  width:100%;
  height:300px;
}

/******** Footer *******************************************************************************/
/***********************************************************************************************/

footer {
  width:100%;
  height:463px;
  position:absolute;
  bottom:0;
  background-color:rgba(255, 255, 255, 1);
}
@media all and (min-width:768px) {
footer {
  height:188px;
}
}
footer li {
  list-style-type:none;
}

/******** Partner ****************************************************************************/

.partner {
  display:block;
  width:155px;
  height:52px;
  font-size:14px;
  padding-left:62px;
  line-height:50px;
  color:rgba(255, 255, 255, 1);
  border:1px solid rgba(255, 255, 255, 1);
  border-radius:5px;
  background-image:url("../images/trumpf.png");
  background-position:0 0;
  background-size:50px;
  background-repeat:no-repeat;
  margin-bottom:30px;
}
.partner:hover {
  background-color:rgba(255, 255, 255, 0.05);
  color:rgba(255, 255, 255, 1);
}
@media all and (min-width:768px) {
.partner {
  float:right;
}
}

/******** Footer Rows **************************************************************************/

.footer-row-inner {
  width:100%;
  height:338px;
  padding-top:30px;
  border-top:1px solid rgba(51, 103, 147, 1);
  border-radius:0 0 10px 10px;
  background-color:rgba(0, 65, 120, 1);
}
.footer-row-outer {
  width:100%;
  height:125px;
  padding-top:15px;
  font-size:14px;
  line-height:24px;
  background-color:rgba(255, 255, 255, 1);
}
@media all and (min-width:768px) {
.footer-row-inner {
  height:150px;
}
.footer-row-outer {
    padding-top:0;

  height:40px;
  line-height:40px;
}
}

/******** Footer Nav List **********************************************************************/

.footer-nav-list  {
  margin-bottom:30px;
}
.footer-nav-list h5 {
  color:rgba(255, 255, 255, 1);
  margin-bottom:10px;
}
.footer-nav-list a {
  display:block;
  position:relative;
  padding-left:30px;
  font-size:16px;
  line-height:24px;
  margin-bottom:5px;
  color:rgba(153, 179, 201, 1);
}
.footer-nav-list a:hover {
  color:rgba(255, 255, 255, 1);
}
.footer-nav-list a:before {
  font-family:'icon';
  font-size:24px;
  position:absolute;
  left:0;
  top:0;
}
.phone:before    { content: "\e900"; }
.email a:before    { content: "\e901"; }
.youtube:before  { content: "\e600"; }
.linkedin:before { content: "\e60f"; }


/******** Footer Nav Legal *********************************************************************/

@media all and (min-width:768px) {
.footer-nav-legal  {
  text-align:right;
}
.footer-nav-legal li {
  display:inline-block;
}
.footer-nav-legal a {
  margin-left:10px;
}
}

/******** Forms ********************************************************************************/
/***********************************************************************************************/

.form-input {
    font-family:'Avenir-Demi', Helvetica, Arial, sans-serif;
    color:rgba(0, 65, 120, 1);
    display:block;
    font-size:16px;
    height:40px;
    line-height:1.42857;
    padding:6px 12px;
    vertical-align:middle;
    width:100%;
    border:1px solid rgba(0, 65, 120, 1);
    border-radius:5px;
    background:#ffffff;
    -webkit-appearance:none;
}
.filter {
  padding-top:25px;
  padding-bottom:25px;
}

/***********************************************************************************************/
/******** Components ***************************************************************************/
/***********************************************************************************************/


/******** Cookie ********************************************************************************/

.btn-small {
  padding-top:15px;
}
.btn-small  {
    font-family:'Avenir-Demi', Helvetica, Arial, sans-serif;
    font-size:14px;
    line-height:30px;
    height:30px;
    border-radius:30px;
    display:inline-block;
    padding:0 15px 0 15px;
    position:relative;
    text-decoration:none;
    color:rgba(255, 255, 255, 1);
    background-color:rgba(153, 179, 201, 1);
    transition:all 0.3s;
}
.btn-small:hover {
    color:rgba(255, 255, 255, 1);
    background-color:rgba(102, 141, 174, 1);
}
#cookie-message {
  position:fixed;
  bottom:0;
  left:0;
  right:0;
  z-index:90001;
  padding:15px;
  background-color:rgba(0, 0, 0, 0.8);
  color:rgba(255, 255, 255, 1);
  font-size:14px;
  line-height:18px;
}
#cookie-message a:hover {
  color:rgba(255, 255, 255, 1);
}
#cookie-message-wrapper {
  max-width:1110px;
  margin:0 auto;
}
#cookie-message-btn {
  padding-top:15px;
}
@media all and (min-width: 768px) {
#cookie-message-txt {
  float:left;
  text-align:left;
  width:80%;
  font-size:14px;
}
#cookie-message-btn {
  padding-top:0;
  float:right;
  text-align:right;
  width:20%;
}
#cookie-message {
  padding:15px 30px 15px 30px;
}
}

/******** Slider ********************************************************************************/
/************************************************************************************************/

/******** Basic *******************************************************************************/

.flickity-enabled {
    position:relative;
}
.flickity-enabled:focus { outline: none; }
.flickity-viewport {
    overflow:hidden;
    position:relative;
    height:100%;
}
.flickity-slider {
    position:absolute;
    width:100%;
    height:100%;
}
.flickity-page-dots {
    position:absolute;
    width:100%;
    bottom:15px;
    left:0;
    right:0;
    padding:0 !important;
    margin:0 !important;
    list-style:none;
    text-align:center;
    line-height:1;
}
.flickity-rtl .flickity-page-dots { direction: rtl; }
.flickity-page-dots .dot {
    display:inline-block;
    border-radius:50%;
    width:15px;
    height:15px;
    margin:0 3px;
    background-color:rgba(153, 179, 201, 1);
    opacity:0.5;
    cursor:pointer;
}
.flickity-page-dots .dot.is-selected {
    background:rgba(153, 179, 201, 1);
    opacity:1;
}
.flickity-prev-next-button {
    display:none;
    position:absolute;
    top:50%;
    margin-top:-20px;
    width:40px;
    height:40px;
    cursor:pointer;
    line-height:40px;
    border:none;
    background-color:transparent;
}
.flickity-prev-next-button:before {
  font-family:'icon';
  font-size:40px;
  color:rgba(153, 179, 201, 1);
}
.flickity-prev-next-button.previous {
    left:8.33333333%;
}
.flickity-prev-next-button.next {
    right:8.33333333%;
}
.flickity-prev-next-button.previous:before {
    content: "\e615";
}
.flickity-prev-next-button.next:before {
    content: "\e604";
}
.flickity-prev-next-button:disabled {
    opacity:0.3;
    cursor:auto;
}
.flickity-prev-next-button svg {
    display:none;
}
@media all and (min-width: 768px) {
.flickity-prev-next-button {
    display:block;
}
}

/******** Slider *******************************************************************************/

.product-img {
    margin:0 auto;
    padding:20px 0 20px 0;
    max-width:700px;
}

/******** Player *******************************************************************************/
/***********************************************************************************************/


.player-container {
    position:relative;
    padding-bottom:56.25%;
    height:0;
    margin-bottom:30px;
}
.player-container iframe,
.player-container object,
.player-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.player-embed {
  width:100%;
}
.player-youtube {
  height:0;
  padding-bottom:56.25%;
  position:relative;
}
.player-youtube iframe, .player-youtube object, .player-youtube embed {
  height:100%;
  left:0;
  position: absolute;
  top:0;
  width:100%;
}

/******** Modal *******************************************************************************/
/**********************************************************************************************/

.modal-inline {
  border-radius:10px;
  padding:40px 15px 15px 15px;
  max-width:1110px;
  margin:0 auto;
  position:relative;
  background-color:rgba(255, 255, 255, 1);
}
.modal-inline .mfp-close {
  right:5px;
}

/******** Animation ***************************************************************************/

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.95;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap  {
  opacity:0;
  transition: all 0.3s ease-in-out;
  transform: scale(0.7);

}
.mfp-fade.mfp-wrap.mfp-ready  {
  transform: scale(1);
  opacity:1;

}
.mfp-fade.mfp-wrap.mfp-removing  {
  transform: scale(0.7);
  opacity: 0;

}

/******** Basic *******************************************************************************/

.mfp-bg {
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1000;
    overflow:hidden;
    position:fixed;
    background-color:rgba(0, 65, 120, 1);
    opacity:0.90;
    filter:alpha(opacity=90);
  }
.mfp-wrap {
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1100;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    height:100%;
    text-align:center;
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
}
.mfp-container:before {
    content:'';
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.mfp-align-top .mfp-container:before {
    display:none;
}
.mfp-container {
    padding: 0 8px;
}
.mfp-content {
    position:relative;
    display:inline-block;
    vertical-align:middle;
    margin:0 auto;
    text-align:left;
  }
.mfp-preloader {
    color:rgba(255, 255, 255, 1);
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
}
.mfp-preloader a {
    color:rgba(255, 255, 255, 1);
}
.mfp-s-ready .mfp-preloader,
.mfp-s-error .mfp-content {
    display:none;
}
.mfp-close {
    overflow:visible;
    cursor:pointer;
    background:transparent;
    border:0;
    display:block;
    width:44px;
    height:44px;
    line-height:44px;
    position:absolute;
    right:0;
    top:0;
    text-decoration:none;
    text-align:center;
    padding:0 0 18px 10px;
    color:rgba(153, 179, 201, 1);
    font-style:normal;
    font-size:28px;
    font-family:Arial, monospace;
}
.mfp-arrow {
    cursor:pointer;
    border:0;
    display:block;
    position:absolute;
    top:50%;
    margin-top:-20px;
    width:40px;
    height:40px;
    color:rgba(153, 179, 201, 1);
    background:transparent;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width:100%;
    cursor:auto;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    text-align: right;
    padding-right:6px;
    width:100%;
  }
.mfp-close:hover,
.mfp-close:focus,
.mfp-arrow:hover,
.mfp-arrow:focus {
    color:rgba(102, 141, 174, 1);
}
.mfp-counter {
    font-weight:500;
    font-size:14px;
    line-height: 20px;
    color:rgba(255, 255, 255, 1);
    position: absolute;
    top: 0;
    right: 0;
    display:none;
  }
.mfp-arrow-left,
.mfp-arrow-right {
    display:block;
    text-decoration:none;
    text-align:center;
    line-height:40px;
}
.mfp-arrow-left {
    left:10px;
}
.mfp-arrow-right {
    right:10px;
}
.mfp-arrow-left:before,
.mfp-arrow-right:before {
    font-family:'icon';
    font-size:40px;
}
.mfp-arrow-right:before {
    content: "\e604";
}
.mfp-arrow-left:before {
    content: "\e615";
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
  }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
  display: none;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
  }
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
  }
.mfp-iframe-scaler iframe {
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
}
.mfp-iframe-holder .mfp-close {
  top: -43px;
}
img.mfp-img {
    width: auto;
    max-width:100%;
    height: auto;
    display: block;
    line-height: 0;
    padding: 40px 0 40px;
    margin: 0 auto;

}
.mfp-figure {
  border-radius:10px;
  background-color:rgba(255, 255, 255, 1);
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
}
.mfp-figure {
    line-height: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    font-weight:300;
    font-size:14px;
    text-align: left;
    line-height: 20px;
    color:rgba(255, 255, 255, 1);
    width: 80%;
}
.mfp-figure small {
    font-weight:300;
    color:rgba(255, 255, 255, 1);
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {

.mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
    padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
.mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
}
.mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
}

.mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
}
}

@media all and (max-width: 800px) {

.mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
}
.mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
}
.mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
}
.mfp-container {
    padding-left: 6px;
    padding-right: 6px;
}
}

/******** Columns *****************************************************************************/
/**********************************************************************************************/

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position:relative;
  min-height:1px;
  padding-left:15px;
  padding-right:15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media all and (min-width: 576px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media all and (min-width: 768px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media all and (min-width: 992px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
  }
  .col-xl-1 {
    width: 8.333333%;
  }
  .col-xl-2 {
    width: 16.666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.333333%;
  }
  .col-xl-5 {
    width: 41.666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.333333%;
  }
  .col-xl-8 {
    width: 66.666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.333333%;
  }
  .col-xl-11 {
    width: 91.666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}


/******** Mediaelement ************************************************************************/
/**********************************************************************************************/

.mejs__offscreen {
  clip: rect(1px, 1px, 1px, 1px); /* IE8-IE11 - no support for clip-path */
  clip-path: polygon(0px 0px, 0px 0px,0px 0px, 0px 0px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.mejs__container {
  position: relative;
  background: #000;
  font-family: "Helvetica", Arial, serif;
  text-align: left;
  vertical-align: top;
  text-indent: 0;
  box-sizing: border-box;
}
.mejs__container * {
  box-sizing: border-box;
}
.mejs__container video::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}
.mejs__fill-container,
.mejs__fill-container .mejs__container {
  width: 100%;
  height: 100%;
}
.mejs__fill-container {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  background: transparent;
}
.mejs__container:focus {
  outline: none;
}
.me-plugin {
  position: absolute;
}
.mejs__embed,
.mejs__embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden;
}
.mejs__fullscreen {
  overflow: hidden !important;
}
.mejs__container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000;
}
.mejs__container-fullscreen .mejs__mediaelement,
.mejs__container-fullscreen video {
  width: 100% !important;
  height: 100% !important;
}
.mejs__clear {
  clear: both;
}
.mejs__background {
  position: absolute;
  top: 0;
  left: 0;
}
.mejs__mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mejs__poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
:root .mejs__poster-img {
  display: none;
}
.mejs__poster-img {
  border: 0;
  padding: 0;
}
.mejs__overlay {
  position: absolute;
  top: 0;
  left: 0;
}
.mejs__overlay-play {
  cursor: pointer;
}
.mejs__overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: url("../images/mejs-controls.svg") no-repeat;
  background-position: 0 -39px;
  overflow: hidden;
}
.mejs__overlay-button > img {
  position: relative;
  left: 0;
  top: -40px;
  background: transparent;
}
.mejs__overlay:hover > .mejs__overlay-button {
  background-position: -80px -39px ;
}
.mejs__overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
}
.mejs__overlay-loading-bg-img {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url("../images/mejs-controls.svg") -160px -40px no-repeat;
    -webkit-animation: mejs-loading-spinner 1s linear infinite;
    -moz-animation: mejs-loading-spinner 1s linear infinite;
    animation: mejs-loading-spinner 1s linear infinite;
}
.mejs__overlayloading-bg-img > img {
  position: relative;
  left: -160px;
  top: -40px;
}
@-moz-keyframes mejs-loading-spinner { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes mejs-loading-spinner { 100% { -webkit-transform: rotate(360deg); } }
@keyframes mejs-loading-spinner { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.mejs__controls {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
  bottom: 0;
  left: 0;
  height: 40px;
  width: 100%;
}
.mejs__controls:not([style*="display: none"]) {
  background: rgba(0, 65, 120, 0);
  /* background: linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.35));*/
}
.mejs__button,
.mejs__time,
.mejs__time-rail {
  float: left;
  margin: 0;
  width: 32px;
  height: 40px;
  font-size: 10px;
  line-height: 10px;
}
.mejs__button > button {
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  margin: 10px 6px;
  padding: 0;
  position: absolute;
  height: 20px;
  width: 20px;
  border: 0;
  background: transparent url("../images/mejs-controls.svg");
  overflow: hidden;
}
.mejs__button > button:focus {
  outline: dotted 1px #999;
}
.mejs__container-keyboard-inactive a,
.mejs__container-keyboard-inactive a:focus,
.mejs__container-keyboard-inactive button,
.mejs__container-keyboard-inactive button:focus,
.mejs__container-keyboard-inactive [role=slider],
.mejs__container-keyboard-inactive [role=slider]:focus {
  outline: 0;
}
.mejs__time {
  color: #fff;
  display: block;
  height: 24px;
  width: auto;
  font-weight: bold;
  font-size: 11px;
  padding: 16px 6px 0 6px ;
  overflow: hidden;
  text-align: center;
  box-sizing: content-box;
}
.mejs__play > button {
  background-position: 0 0;
}
.mejs__play > button > img {
  position: relative;
  left: 0;
  top: 0;
}
.mejs__pause > button {
  background-position: -20px 0;
}
.mejs__pause > button > img {
  position: relative;
  left: -20px;
  top: 0;
}
.mejs__stop > button {
  background-position: -220px 0;
}
.mejs__replay > button {
  background-position: -280px 0;
}
.mejs__replay > button > img {
  position: relative;
  left: -280px;
  top: 0;
}
.mejs__time-rail {
  direction: ltr;
  width: 200px;
  padding-top: 10px;
  height: 40px;
  position: relative;
  margin: 0 10px;
}
.mejs__time-total,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-current,
.mejs__time-handle,
.mejs__time-float,
.mejs__time-float-current,
.mejs__time-float-corner,
.mejs__time-marker {
  cursor: pointer;
  display: block;
  position: absolute;
  height: 10px;
  border-radius: 2px;
}
.mejs__time-total {
  margin: 5px 0 0 0;
  background: rgba(255,255,255,0.3);
  width: 100%;
}
.mejs__time-buffering {
  width: 100%;
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 15px 15px;
  animation: buffering-stripes 2s linear infinite;
}
@keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
.mejs__time-loaded {
  background: rgba(255,255,255,.3);
  width: 0;
}
.mejs__time-current {
  background: rgba(255,255,255,0.9);
  width: 0;
}
.mejs__time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center;
}
.mejs__time-float {
  position: absolute;
  display: none;
  background: #eee;
  width: 36px;
  height: 17px;
  border: solid 1px #333;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111;
}

.mejs__time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0;
}
.mejs__time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent transparent;
  border-radius: 0;
  top: 15px;
  left: 13px;
}
.mejs__long-video .mejs__time-float {
  width: 48px;
}
.mejs__long-video .mejs__time-float-current {
  width: 44px;
}
.mejs__long-video .mejs__time-float-corner {
  left: 18px;
}
.mejs__broadcast {
  color: #fff;
  position: absolute;
  width: 100%;
  height: 10px;
  top: 15px;
}
.mejs__fullscreen-button > button {
  background-position: -80px 0;
}
.mejs__fullscreen-button > button > img {
  position: relative;
  left: -80px;
  top: 0;
}
.mejs__unfullscreen > button {
  background-position: -100px 0;
}
.mejs__unfullscreen > button > img {
  position: relative;
  left: -100px;
  top: 0;
}
.mejs__mute > button {
  background-position: -60px 0;
}
.mejs__mute > button > img {
  position: relative;
  left: -60px;
  top: 0;
}
.mejs__unmute > button {
  background-position: -40px 0;
}
.mejs__unmute > button > img {
  position: relative;
  left: -40px;
  top: 0;
}
.mejs__volume-button {
  position: relative;
}
.mejs__volume-button > .mejs__volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: rgba(0, 65, 120, 0.7);
  border-radius: 0;
  top: -115px;
  left: 5px;
  z-index: 1;
  position: absolute;
  margin: 0;
}
.mejs__volume-button:hover {
  border-radius: 0 0 4px 4px;
}
.mejs__volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0;
}
.mejs__volume-current {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  margin: 0;
}
.mejs__volume-handle {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 16px;
  height: 6px;
  margin: 0 0 -3px -7px;
  background: rgba(255, 255, 255, 0.9);
  cursor: ns-resize;
  border-radius: 1px;
}
.mejs__horizontal-volume-slider {
  height: 36px;
  width: 56px;
  position: relative;
    display: block;
    float: left;
    vertical-align: middle;
}
.mejs__horizontal-volume-total {
  position: absolute;
  left: 0;
  top: 16px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  border-radius: 2px;
  background: rgba(50,50,50,0.8);
}
.mejs__horizontal-volume-current {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 1px;
  border-radius: 2px;
  background: rgba(255,255,255,0.8);
}
.mejs__horizontal-volume-handle {
  display: none;
}
.mejs__captions-button {
  position: relative;
}
.mejs__captions-button > button {
  background-position: -140px 0;
}
.mejs__captions-button > button > img {
  position: relative;
  left: -140px;
  top: 0;
}
.mejs__captions-button > .mejs__captions-selector {
  visibility: hidden;
  position: absolute;
  bottom: 40px;
  right: -51px;
  width: 85px;
  background: rgba(50,50,50,0.7);
  border: solid 1px transparent;
  padding: 0;
  overflow: hidden;
  border-radius: 0;
}
.mejs__captions-button > .mejs__captions-selector {
  visibility: visible;
}
.mejs__captions-selector-list {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}
.mejs__captions-selector-list-item {
  margin: 0 0 6px 0;
  padding: 0 10px;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
}
.mejs__captions-selector-list-item:hover {
  background-color: rgb(200, 200, 200) !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
}
.mejs__captions-selector-input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
  position: absolute;
  left: -1000px;
}
.mejs__captions-selector-label {
  width: 55px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-size: 10px;
  cursor: pointer;
}
.mejs__captions-selected {
  color: rgba(33, 248, 248, 1);
}
.mejs__captions-translations {
  font-size: 10px;
  margin: 0 0 5px 0;
}
.mejs__chapters {
  position: absolute;
  top: 0;
  left: 0;
  border-right: solid 1px #fff;
  width: 10000px;
  z-index: 1;
}
.mejs__chapter {
  position: absolute;
  float: left;
  background: rgba(0, 0, 0, 0.7);
  background: linear-gradient(rgba(50,50,50,0.7), rgba(0,0,0,0.7));
  overflow: hidden;
  border: 0;
}
.mejs__chapter-block {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  cursor: pointer;
}
.mejs__chapter-block-last {
  border-right: none;
}
.mejs__chapter-block:hover {
  background: rgba(102,102,102, 0.7);
  background: linear-gradient(rgba(102,102,102,0.7), rgba(50,50,50,0.6));
}
.mejs__chapter-block .ch-title {
  font-size: 12px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px 0;
  line-height: 12px;
}
.mejs__chapter-block .ch-timespan {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 4px 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mejs__captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align:center;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
}
.mejs__captions-layer a {
  color: #fff;
  text-decoration: underline;
}
.mejs__captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal;
}
.mejs__captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
}
.mejs__captions-position-hover {
  bottom: 35px;
}
.mejs__captions-text {
  padding: 0;
  background: rgba(20, 20, 20, 0.5);
  white-space: pre-wrap;
  box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
}
.me-cannotplay a {
  color: #fff;
  font-weight: bold;
}
.me-cannotplay span {
  padding: 15px;
  display: block;
}
.mejs__loop-off > button {
  background-position: -260px;
}
.mejs__loop-on > button {
  background-position: -240px 0;
}

.mejs__contextmenu {
  position: absolute;
  width: 150px;
  padding: 10px;
  border-radius: 4px;
  top: 0;
  left: 0;
  background: #fff;
  border: solid 1px #999;
  z-index: 1001;
}
.mejs__contextmenu-separator {
  height: 1px;
  font-size: 0;
  margin: 5px 6px;
  background: #333;
}
.mejs__contextmenu-item {
  font-size: 12px;
  padding: 4px 6px;
  cursor: pointer;
  color: #333;
}
.mejs__contextmenu-item:hover {
  background: #2C7C91;
  color: #fff;
}
.mejs__sourcechooser-button {
  position: relative;
}
.mejs__sourcechooser-button > button {
  background-position: -200px 0;
}
.mejs__sourcechooser-button .mejs__sourcechooser-selector {
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: rgba(50,50,50,0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  border-radius: 0;
}
.mejs__sourcechooser-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}

.mejs__sourcechooser-selector li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}

.mejs__sourcechooser-selector input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}

.mejs__sourcechooser-selector label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-size: 10px;
}
.mejs__postroll-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(50,50,50,0.7);
  z-index: 1000;
  overflow: hidden;
}
.mejs__postroll-layer-content {
  width: 100%;
  height: 100%;
}
.mejs__postroll-close {
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(50,50,50,0.7);
  color: #fff;
  padding: 4px;
  z-index: 100;
  cursor: pointer;
}
.mejs__speed-button {
  position: relative;
}
.mejs__speed-button > button {
  background: transparent;
  width: 36px;
  margin: 11px 0 0 0;
  font-size: 11px;
  line-height: normal;
  color: #ffffff;
}
.mejs__speed-selector {
  visibility: hidden;
  position: absolute;
  top: -100px;
  left: -10px;
  width: 60px;
  height: 100px;
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 0;
  overflow: hidden;
  border-radius: 0;
}
.mejs__speed-selector {
  visibility: visible;
}
.mejs__speed-selector-list {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}
.mejs__speed-selector-list-item {
  margin: 0 0 6px 0;
  padding: 0 10px;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}
.mejs__speed-selector-list-item:hover {
  background-color: rgb(200, 200, 200) !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
}
.mejs__speed-selector-input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
  position: absolute;
  left: -1000px;
}
.mejs__speed-selector-label {
  width: 60px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-size: 11px;
  color: white;
  margin-left: 5px;
  cursor: pointer;
}
.mejs__speed-selected {
  color: rgba(33, 248, 248, 1);
}
.mejs__jump-forward-button {
}
.mejs__jump-forward-button > button {
  font-size: 8px;
  line-height: normal;
  color: #ffffff;
  background-position: -180px 0;
  position: relative;
}
.mejs__jump-forward-button > button > img {
  position: absolute;
  left: -180px;
  top: 0;
}
.mejs__skip-back-button {
}
.mejs__skip-back-button > button {
  font-size: 8px;
  line-height: normal;
  color: #ffffff;
  background-position: -160px 0;
  position: relative;
}
.mejs__skip-back-button > button > img {
  position: absolute;
  left: -160px;
  top: 0;
}
.mejs__ads>a {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.mejs__ads-skip-block {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
  background: #000;
  background: rgba(0,0,0,0.5);
  color: #fff;
}
.mejs__ads-skip-button {
  cursor: pointer;
}
.mejs__ads-skip-button:hover {
  text-decoration: underline;
}
