@import url(https://fonts.googleapis.com/css?family=Exo+2:400,800);

*:not(.glyphicon .mfp-close) {
    font-family: 'Exo 2', sans-serif !important;
    font-weight: 400;
}
h2,
.article-container .title-link,
.article-container .article-header .info
{
    font-family: 'Exo 2', sans-serif !important;
    font-weight: 800;
    font-size: 28px;
}
.article-container .article-header .info {
    font-size: 12px;
}
.article-container .article-header .info span {
    margin-right: 10px;
}
.modal button.close, .modal button.close span {
    font-family: sans-serif !important;
}

.article-container .title-link:hover,
.article-container .title-link:focus,
.article-container .title-link:active {
    text-decoration: none !important;
    color: #444;
}

::selection {
    background: #6184ad !important;
    color: #fff;
}

::-moz-selection {
    background: #6184ad !important;
    color: #fff;
}

body {
    background: #031217 url("/img/design/robcaa/bg.jpg") no-repeat 50% 50%;
    background-attachment: fixed;
    background-size: cover;
    overflow-x: hidden;
}

#header {
    position: relative;
    background: url("/img/design/robcaa/header_big.png");
    height: 165px;
    padding: 29px;
}

#sidebar-1 {
    /*    padding: 30px;*/
    padding-top: 50px;
    padding-right: 30px;
    padding-left: 10px;
    padding-bottom: 100px;
    margin-left: 30px;
    background: #fff url("/img/design/robcaa/left_shadow.jpg") no-repeat 100% 0%;
    background-size: 18px 100%;
}

#content {
    padding-bottom: 100px;
    padding: 30px 30px 0px 0px;
    margin-right: 30px;
    background: #fff;
}

#footer {
    background: url("/img/design/robcaa/footer_big.png");
    height: 270px;
    text-align: center;
}
#footer .fb-page {
    margin-top: 40px;
}
ul {
    list-style-image: url('/img/design/robcaa/list_image.png');
/*	line-height: 160%;*/
}
.middle {
    background: url("/img/design/robcaa/middle_big.png");
}

#bottom a {
    font-weight: bold;
    text-shadow: 0px 0px 10px #fff, 0px 0px 5px #fff, 0px 0px 10px #fff;
}

.profile-picture {
    display: block;
    margin: 0px auto;
    width: 100%;
}

.btn-high-contrast {
    position: absolute;
    right: 40px;
    top: 40px;
}


/* Extra small devices (phones, less than 768px) */
@media(max-width:440px) {

    .btn-high-contrast span:last-child {
        display: none;
    }
}
@media(max-width:767px) {
    #header {
        background: #fff url("/img/design/robcaa/header_xs.png") repeat-x;
        height: 200px;
    }
    #footer {
        background: url("/img/design/robcaa/footer_xs.png");
    }
    .middle {
        background: #fff;
    }
    .bottom {
        background: transparent url("/img/design/robcaa/bottom_xs.png");
    }
    #header {
        padding: 5px;
    }
    #sidebar-1 {
        padding: 5px;
        background: #fff;
        margin-left: 0px;
    }
    #content {
        padding: 5px;
    }
    .profile-picture {
        width: 40%;
    }
    .btn-high-contrast {
        position: absolute;
        right: 4px;
        top: 3px;
    }
}

/* Small devices (tablets, 768px and up) */
@media(min-width:768px) and (max-width:991px) {
    #header {
        background: url("/img/design/robcaa/header_small.png") no-repeat;
    }
    #footer {
        background: url("/img/design/robcaa/footer_small.png") no-repeat;
    }
    .middle {
        background: url("/img/design/robcaa/middle_small.png") repeat-y;
    }
    #sidebar-1 {
        padding-top: 40px;
        padding-bottom: 0px;
        margin-right: 30px;
    }
    #sidebar-1-inner {
        padding-top: 10px;
        padding-bottom: 30px;
    }
    #content {
        padding: 30px;
        padding-top: 0px;
        margin-left: 30px;
    }
    .profile-picture {
        width: 40%;
    }
}

/* Medium devices (desktops, 992px and up) */
@media(min-width:992px) {
    #header {
        background: url("/img/design/robcaa/header_medium.png") no-repeat;
    }
    #footer {
        background: url("/img/design/robcaa/footer_medium.png") no-repeat;
    }
    .middle {
        background: url("/img/design/robcaa/middle_medium.png") repeat-y;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media(min-width:1200px) {
    #header {
        background: url("/img/design/robcaa/header_big.png") no-repeat;
    }
    #footer {
        background: url("/img/design/robcaa/footer_big.png") no-repeat;
    }
    .middle {
        background: url("/img/design/robcaa/middle_big.png") repeat-y;
    }
}

#bottom {
    padding-top: 35px;
    text-align: center;
    background: url("/img/design/robcaa/bottom.png") no-repeat 50% 50%;
    display: block;
    color: #606c7b;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0px 0px 2px #fff, 0px 0px 10px #fff;
}

#bottom:hover {
    overflow: hidden;
    text-decoration: none;
    line-height: 200px;
    background: url("/img/design/robcaa/up.png") repeat-x 0px 100%;
}

.wrapper {
    position: relative;
    z-index: 100;
}

#sc1,#sc2,#sc3 {
    z-index: -10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/img/design/robcaa/sc1.png") repeat 0 0;
    /*    position: absolute;*/

    position: fixed;
}

#sc2 {
    z-index: 49;
    background-image: url("/img/design/robcaa/sc2.png");
}

#sc3 {
    z-index: 48;
    background-image: url("/img/design/robcaa/sc3.png");
}






.header-title {
    display: none;
}

.header-logo-container {
    position: absolute;
    left: 60px;
    top: 40px;
}

.fb-likebox {
    width: 70%;
    position: relative;
    margin: 0px auto;
    height: 100px;
}












/* MORE BUTTON */
.btn-more,
.btn-more:active {
    cursor: pointer;
    outline: none;
    float: left;
    clear: left;
    margin: 0px;
    margin-top: 27px;
    border: 0px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0px -1px 0px #777;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    position: relative;
    background: url("/img/design/robcaa/sc_more_button.png"), url("/img/design/robcaa/sc_more_button.png");
    background-repeat: no-repeat, repeat-x;
    background-position: 0px 0px, 0px -50px;
    padding-left: 20px;
    padding-right: 70px;

    overflow: hidden;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    vertical-align: top;
}

.btn-more:hover {
    text-decoration: none;
    text-shadow: 0 0 10px #eee;
    color: #fff;
    padding-right: 140px;
}

.btn-more:before {
    font-family: FontAwesome;
    content: '\f054\f054\f054\f054';
    position: absolute;
    height: 39;
    top: 6px;
    right: 52px;
    width: 0px;
    background: #63707e;
    text-shadow: 0px -1px 1px #363f49;
    color: #fff;
    font-size: 18px;
    white-space: nowrap;
    text-transform: uppercase;
    text-align: left;
    text-indent: 10px;
    overflow: hidden;
    line-height: 38px;
    -webkit-box-shadow: -1px 0px 1px rgba(255, 255, 255, 0.4), 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: -1px 0px 1px rgba(255, 255, 255, 0.4), 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
    box-shadow: -1px 0px 1px rgba(255, 255, 255, 0.4), 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: width 0.1s linear;
    -moz-transition: width 0.1s linear;
    -o-transition: width 0.1s linear;
    transition: width 0.1s linear;
}

.btn-more:hover,
.btn-more:focus,
.btn-more:active,
.btn-more.active,
.open > .dropdown-toggle.btn-more {
    color: #fff;
    text-decoration: none;
}

.btn-more:hover:before {
    width: 70px;
    text-shadow: 0 0 10px #eee;
}

.btn-more:after {
    color: white;
    font-size: 32px;
    content: '▶';
    position: absolute;
    right: 0px;
    top: 0px;
    padding-left: 8px;
    line-height: 46px;
    height: 100%;
    width: 52px;
    background: url("/img/design/robcaa/sc_more_button.png") no-repeat right 0px;
    background-position: 0px -100px;
}

.btn-more:active {
    position: relative;
    line-height: 54px;
    color: #fff;
}

.btn-more:active:before {
    line-height: 43px;
    height: 39px;
    background: #525d69;
}










/* MORE BUTTON */
.btn-go,
.btn-go:active {
    cursor: pointer;
    outline: none;
    float: left;
    clear: left;
    margin: 0px;
/*    margin-top: 27px;*/
    border: 0px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0px -1px 0px #777;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    position: relative;
    background: url("/img/design/robcaa/sc_go_button.png"), url("/img/design/robcaa/sc_go_button.png");
    background-repeat: no-repeat, repeat-x;
    background-position: 0px 0px, 0px -50px;
    padding-left: 20px;
    padding-right: 70px;

    overflow: hidden;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    vertical-align: top;
}

.btn-go:hover {
    text-decoration: none;
    text-shadow: 0 0 10px #eee;
    color: #fff;
    padding-right: 140px;
}

.btn-go:before {
/*    font-family: FontAwesome;*/
    content: '➤➤➤';
    position: absolute;
    height: 39;
    top: 6px;
    right: 52px;
    width: 0px;
    background: #63707e;
    text-shadow: 0px -1px 1px #363f49;
    color: #fff;
    font-size: 18px;
    white-space: nowrap;
    text-transform: uppercase;
    text-align: left;
    text-indent: 10px;
    overflow: hidden;
    line-height: 38px;
    -webkit-box-shadow: -1px 0px 1px rgba(255, 255, 255, 0.4), 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: -1px 0px 1px rgba(255, 255, 255, 0.4), 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
    box-shadow: -1px 0px 1px rgba(255, 255, 255, 0.4), 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: width 0.1s linear;
    -moz-transition: width 0.1s linear;
    -o-transition: width 0.1s linear;
    transition: width 0.1s linear;
}

.btn-go:hover,
.btn-go:focus,
.btn-go:active,
.btn-go.active,
.open > .dropdown-toggle.btn-go {
    color: #fff;
    text-decoration: none;
}

.btn-go:hover:before {
    width: 70px;
    text-shadow: 0 0 10px #eee;
}

.btn-go:after {
    color: white;
    font-size: 32px;
    content: attr(data-symbol);
    position: absolute;
    right: 0px;
    top: 0px;
    padding-left: 8px;
    line-height: 46px;
    height: 100%;
    width: 52px;
    background: url("/img/design/robcaa/sc_go_button.png") no-repeat right 0px;
    background-position: 0px -100px;
}

.btn-go:active {
    position: relative;
    line-height: 54px;
    color: #fff;
}

.btn-go:active:before {
    line-height: 43px;
    height: 39px;
    background: #525d69;
}










/*DOWNLOAD BUTTON*/
.file_link {
    height: 38px;
    line-height: 38px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0px 30px 0px 70px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-top: 7px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 0px -1px 0px #777;
    outline: none;
    border: 1px solid rgba(0, 0, 0, .49);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 6px;
    background-color: #61ad66;
    background-image: -webkit-linear-gradient(bottom, #61ad66 0%, #80da86 100%);
    background-image: -moz-linear-gradient(bottom, #61ad66 0%, #80da86 100%);
    background-image: -o-linear-gradient(bottom, #61ad66 0%, #80da86 100%);
    background-image: -ms-linear-gradient(bottom, #61ad66 0%, #80da86 100%);
    background-image: linear-gradient(bottom, #61ad66 0%, #80da86 100%);
    -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.8);
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.8);
    cursor: pointer;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    vertical-align: top;
}

.file_link:hover,
.file_link:focus,
.file_link:active,
.file_link.active,
.open > .dropdown-toggle.file_link {
    color: #fff;
    text-decoration: none;
}

.file_link:before {
    font-family: FontAwesome;
    content: '\f15b';
    position: absolute;
    left: 20px;
    top: 0px;
    font-size: 25px;
    font-weight: normal;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    width: 22px;
    height: 22px;
}

.file_link:after {
    content: '▼';
    position: absolute;
    top: -30px;
    left: 20px;
    color: white;
}

.file_link:hover {
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.4), 0px 0px 0px 1px rgba(188, 188, 188, 0.1);
    -moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.4), 0px 0px 0px 1px rgba(188, 188, 188, 0.1);
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.4), 0px 0px 0px 1px rgba(188, 188, 188, 0.1);
    text-shadow: 0 0 10px #eee;
}

.file_link:hover:before {
    opacity: 0;
}

.file_link:hover:after {
    -webkit-animation: downloadSlideDown 0.9s linear infinite;
    -moz-animation: downloadSlideDown 0.9s linear infinite;
    animation: downloadSlideDown 0.9s linear infinite;
}

.file_link:active {
    background-color: #80da86;
    background-image: -webkit-linear-gradient(bottom, #80da86 0%, #61ad66 100%);
    background-image: -moz-linear-gradient(bottom, #80da86 0%, #61ad66 100%);
    background-image: -o-linear-gradient(bottom, #80da86 0%, #61ad66 100%);
    background-image: -ms-linear-gradient(bottom, #80da86 0%, #61ad66 100%);
    background-image: linear-gradient(bottom, #80da86 0%, #61ad66 100%);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6) inset, 0px 0px 0px 1px rgba(188, 188, 188, 0.1);
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6) inset, 0px 0px 0px 1px rgba(188, 188, 188, 0.1);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6) inset, 0px 0px 0px 1px rgba(188, 188, 188, 0.1);
    color: white;
    text-shadow: none;
    line-height: 41px;
    text-shadow: 0 0 10px #eee;
}

@keyframes downloadSlideDown {
    0% { top: -30px; }
    100% { top: 80px; }
}

@-webkit-keyframes downloadSlideDown {
    0% { top: -30px; }
    100% { top: 80px; }
}

@-moz-keyframes downloadSlideDown {
    0% { top: -30px; }
    100% { top: 80px; }
}











.btn-robcaa {
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  font-family: arial;
  text-shadow: 0px -1px 0px #5b6ddc;
  display:inline-block;
  text-transform:uppercase;
  text-decoration:none;
  text-align: center;
  height: 50px;
  line-height: 50px;
  margin: 0px;
  padding: 0px;
  padding-right: 2px;
  outline: none;
  border: 0px;
  cursor: pointer;
  background: url("/img/design/robcaa/sc_button.png") 0px -50px repeat-x;
  position: relative;
  z-index:2;
  margin-left: 11px;
  margin-right: 18px;
  margin-top: 2px;

  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;

  vertical-align: top;
}

.btn-robcaa:hover,
.btn-robcaa:focus,
.btn-robcaa:active,
.btn-robcaa.active,
.open > .dropdown-toggle.btn-robcaa {
    color: #fff;
    text-decoration: none;
}

.btn-robcaa:before {
  z-index:0;
  content: '';
  width: 16px;
  height: 50px;
  left: -16px;
  top: 0px;
  display: block;
  position: absolute;
  background: url("/img/design/robcaa/sc_button.png") 0px 0px no-repeat;
}
.btn-robcaa:after {
  z-index:-1;
  content: '';
  width: 52px;
  height: 50px;
  right: -15px;
  top: 0px;
  display: block;
  position: absolute;
  background: url("/img/design/robcaa/sc_button.png") 0px -100px no-repeat;
}
.btn-robcaa:hover {
  color: #fff;
  text-decoration: none;
  padding: 0px 10px 0px 0px;
  text-shadow: 0 0 10px #eee;
  margin-right: 10px;
}
.btn-robcaa:hover:after {
  background-position: 0px -150px;
}
.btn-robcaa:active {
  line-height: 53px;
}
.btn-robcaa:active:after {
  background-position: 0px -200px;
}






.language-selector-container {
    position: absolute;
    top: 60px;
    right: 17px;
}
.language-selector-container a {
    color: #363636;
    background: #abd3ec;
    display: inline-block;
    position: absolute;
    left: 0px;
    text-align: right;
    width: 25px;
    padding: 3px;
    box-shadow: 0px 0px 5px 3px #abd3ec;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.language-selector-container a:hover, .language-selector-container a.active {
    background: #fff;
    box-shadow: 0px 0px 5px 3px #fff;
    width: 35px;
    font-weight: bold;
    text-decoration: none;
}
@media(max-width:767px) {
    .language-selector-container {
        text-align: center;
        position: relative;
        margin: 0px auto;
        margin-bottom: 10px;
        padding-left: 30px;
        top: auto;
    }
    .language-selector-container a {
        position: static;
    }
    .header-logo-container {
        position: absolute;
        left: 5px;
        top: 3px;
    }
}

.article-header {
    box-shadow: inset 0px 0px 10px #ccc;
    color: #aaa;
    background: #eee;
    padding: 10px;
}
.article-container {
    margin-bottom: 80px;
}
.article-container .social {
    margin-top: 5px;
}
.content .article-inner {
    margin-top: 15px;
    border-left: 1px dotted #ccc;
    padding-left: 10px;
    margin-left: 10px;
}





.short {
    font-weight: bold;
    font-size: 250%;
    line-height: 6px;
}

/* Skew Forward */
.hvr-skew-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.hvr-skew-forward:hover, .hvr-skew-forward:focus, .hvr-skew-forward:active {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}


.social-links {
    margin-top: 50px;
    display: inline-block;
}
.social-links dt {
    width: 32px !important;
}
.social-links dd {
    margin-left: 40px;
    text-align: left;
}
.window {
    background: #031217 url("/img/design/robcaa/bg.jpg") no-repeat 50% 50%;
    background-attachment: fixed;
    background-size: cover;
    max-width: 100%;
}


.popup-gallery a {
    width: 100px !important;
    height: 100px  !important;
    overflow: hidden;
    display: inline-block;
}
.popup__img {
    width: 100px;
    height: auto;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    max-width: none;
}
.popup__img:hover {
    width: 150px !important;
    height: 150px !important;
    margin-left: -25px;
    margin-top: -25px;
    max-width: none !important;
}





/*Responzive youtube iframe video*/
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.zabuto_calendar .calendar-month-navigation span span {
    font-family: 'Glyphicons Halflings' !important;
}

.img-responsive:not(.popup__img) {
    max-width: 100% !important;
/*    height: auto !important;*/
/*    display: block !important;*/
}

