@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');

body {
    font-family: 'Open Sans Condensed', sans-serif;
    padding-top: 70px;
}

.navbar {
    border: 0px;
    margin-bottom: 0px;
}

/* Flexible iFrame */

.Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
},

.centered-text {
    text-align:center
}

.certificate{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    height: 224px;
    line-height: 224px;
    background: url('../img/circle.png') center no-repeat;

    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
    
    -webkit-transition: background-position .6s ease-in-out, -webkit-transform .3s ease;
    -moz-transition: background-position .6s ease-in-out, -moz-transform .3s ease;
    -o-transition: background-position .6s ease-in-out, -o-transform .3s ease;
    -ms-transition: background-position .6s ease-in-out, -ms-transform .3s ease;
    transition: background-position .6s ease-in-out, transform .3s ease;
}

.certificate:hover {
    -webkit-transform:rotate(-30deg);
    -moz-transform:rotate(-30deg);
    -o-transform:rotate(-30deg);
    -ms-transform:rotate(-30deg);
    transform:rotate(-30deg);
}

.my-footerIcon {
    background: #333;
    text-align: center;
    color: #fff;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    -moz-border-radius 20px;
    -webkit-border-radius 20px;
}

.my-footerText {
    line-height: 40px;
    padding-left: 10px;
}

.my-footerRow div {
    float: left;
    margin: 5px 0px 5px 0px;
}

.navbar-collapse {
    padding-top: 15px;
    font-size: 18px;
}

.eshop-item {
    display: inline;
}

.anchor{
  display: block;
  height: 80px; /*same height as header*/
  margin-top: -80px; /*same height as header*/
  visibility: hidden;
}

@media only screen and (min-width:640px) and (max-width:1024px){
    /* For tablets: */
    .jumbotron-section {
        background: url('../img/banner_medium.jpg') center no-repeat #fff;
    }
}

@media only screen and (max-width:639px){
    /* For tablets: */
    .jumbotron-section {
        background: url('../img/banner_small.jpg') center no-repeat #fff;
    }
}