html, body {
    width: 100%;
    height: 100%;
}

body {
    font-size: 17px;
    background-color: white;
    font-family: 'Amaranth', sans-serif !important;
    color: #676d79;
    overflow-x: hidden;
}

a { color: #676d79; }
a:hover { color: #804399; }

.mobile-show {
display: none;
}

@media only screen and (max-device-width: 480px) {

/* Hides the div in mobile */

.mobile-hide {
display: none;
}

/* Shows the div in mobile */

.mobile-show {
display: block!important;
}

}

header { margin: 2em 0; }

header .logo {
padding-bottom: 0.05em;
margin-top: 0;
}
header .logo img { }

header h2 {
font-size: 16px;
margin: 10px 0;
padding-bottom: 0.8em;
}

header ul.format {
    display: inline-block;
    padding: 0.6em 0;
    border-radius: 4px;
    font-weight: 600;
    border: solid 1px #dee0e3;
    color: #676d79;
    margin-left: 0;
}
header ul.format li {
    padding: 0 1em;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
    opacity: .6;
    border-right: solid 1px #dee0e3;
    filter: alpha(opacity=60);
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
header ul.format li:last-child { border-right: none; }
header ul.format li span { font-size: 11px; font-weight: 700; }
header ul.format li.active, header ul.format li:hover { opacity: 1; filter: alpha(opacity=100); }
header ul.format li.active { color: #9B59B6 }

@media(min-width:992px){
    header { margin: 3em 0 3em 0; }
    header ul.format li { padding: 0 1.2em; font-size: 14px; }
    header ul.format li span{ font-size: 12px; }
}

.bar { margin-top: 3em; margin-bottom: 3em; display: block; }
.bar h3 { margin-top: 0; }


.social {
    display: inline-block;
    padding: 0.6em 1em 0.4em;
    border-radius: 4px;
    font-weight: 600;
    border: solid 1px #dee0e3;
    color: #676d79;
    width: 100%;
    text-align: center;
}
header .social { margin-bottom: 1em; }
@media(min-width:992px){
    .social { float: right; }
}

.links .link {
    /*position: relative;*/
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 900;
    color: #9B59B6;
    text-decoration: none;
    cursor: pointer;
}
.links .link span {
    /*position: relative;*/
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #666;
    opacity: .6;
    filter: alpha(opacity=60);
}
.links .link:hover { color: #804399; }
.links .link:hover span { opacity: 1; filter: alpha(opacity=100); }


footer { margin: 4em 0 2em 0; }
footer p { padding: 0 0 40px; text-align: center; }
footer a { color: #1E8BC3; }
footer a:hover { color: #2574A9; }
footer .links{ padding: 20px 0; text-align: center; }


#ads{ background-color: #FFF; color: #555; }
#ads img { display: block; vertical-align: middle; margin: auto; padding-bottom: 10px; }
#ads2 .bsap { display: inline-block; margin: 30px auto 0; width: auto; }

#yoggrt { font-family: helvetica,arial,sans-serif; line-height: 100%; position: relative; }
.yoggrt-wrap {
    display: block;
    padding: 15px;
    border: solid 4px #1E8BC3;
    background: #f9f9f9;
    font-family: helvetica,arial,sans-serif;
    line-height: 100%;
    position: relative;
    clear: both;
    overflow: auto;
}
.yoggrt-img { float: left; margin: 0 15px 0px 0; }
.yoggrt-text {
    display: block;
    font-size: 11px;
    color: #434343;
    font-size: 12px;
    line-height: 135%;
    text-decoration: none;
    text-align: center;
    padding: 10px 0;
}
.yoggrt-text:hover { text-decoration: none; color: #434343; }
.yoggrt-poweredby {
    display: block;
    text-align: right;
    position: absolute;
    bottom: 10px;
    right: 15px;
    font-size: 10px;
    color: #666;
    text-decoration: none;
}
.yoggrt-poweredby:hover { text-decoration: none; color: #666; }

@media(min-width:600px) { .bsa_it { padding-bottom: 10px; } }
@media(min-width:1634px) { .bsa_it { padding-bottom: 0; } }

.modal-dialog { width: auto; margin: auto; height: 100%; }
.modal-content { box-shadow: none; border: none; border-radius: 0; height: 100%; color: #FFF; background-color: transparent; }
.modal .close {
    opacity: 0.7;
    margin-top: 4px;
    margin-right: 15px;
    text-shadow: none;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    padding: 8px 12px;
    font-size: 18px;
    font-weight: 200;
    border-bottom: 2px solid white;
    letter-spacing: 0.05em;
}
.modal .close:hover { opacity: 1; }


.message{ text-align: center; font-style: italic; padding: 50px; letter-spacing: 0.05em; }

.grid {
    list-style: none;
    padding: 0;
    margin: 0;
    min-height: 100%;
    background-size: cover !important;
    top: 0px;
    left: 0px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.grid li {
    height: 200px;
    width: 25%;
    float: left;
    color: white;
    display: block;
    cursor: pointer;
    position: relative;
    margin: 0;
    z-index: 0;
    background-color: black;
    box-shadow: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.grid li:hover {
    z-index: 10;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.grid li:hover .item-name h1 {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}
.grid li:hover .item-name .action-box {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.grid .item-name {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}
.grid .item-name-inner {
    display: table-cell;
    padding-top: 20px;
}
.grid .item-name-inner h1 {
    -webkit-transition: all 0.2s 0.05s;
    -moz-transition: all 0.2s 0.05s;
    transition: all 0.2s 0.05s;
    -webkit-transform: translate(0, 25px);
    -moz-transform: translate(0, 25px);
    -ms-transform: translate(0, 25px);
    -o-transform: translate(0, 25px);
    transform: translate(0, 25px);
}
.grid .item-name-inner h1 small {
    display: block;
    text-transform: uppercase;
    color: white;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
}
.grid .item-name-inner h1 b {
    display: block;
    margin-bottom: 10px;
    text-transform:capitalize;
    font-size: 22px;
    font-weight: 200;
}
.grid .item-name-inner .action-box{
    opacity: 0;
    -webkit-transition: all 0.2s 0s;
    -moz-transition: all 0.2s 0s;
    transition: all 0.2s 0s;
    -webkit-transform: translate(0, 25px);
    -moz-transform: translate(0, 25px);
    -ms-transform: translate(0, 25px);
    -o-transform: translate(0, 25px);
    transform: translate(0, 25px);
}

.grid .item-name-inner a {
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    padding: 8px 12px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 200;
    border-bottom: 2px solid white;
    display: inline-block;
    padding-bottom: 8px;
    letter-spacing: 0.05em;
}

.grid  a.copy-link{
    margin-left: 20px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    background-color: transparent;
    border-bottom: none;
    font-size: 11px;
}

.grid  span.counter{
    position: absolute;
    left: 5px;
    bottom: 5px;
    background-color: transparent;
    border-bottom: none;
    font-size: 11px;
    padding: 8px 12px;
    font-weight: 200;
    display: inline-block;
    padding-bottom: 8px;
    letter-spacing: 0.05em;
}

.avgrund-popin {
    position: fixed;
    background: #fff;
    padding: 10px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    top: 50%;
    left: 50%;
    z-index: 1000;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
.avgrund-overlay {
    background: #000;
    position: absolute;
    width: 100%;
    height: 2000px;
    top: 0;
    left: 0;
    z-index: 101;
    display: none;
    opacity: 0;
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20px);
    filter: blur(20px);
    opacity: 0.4;
}
body.avgrund-ready,
.avgrund-ready .avgrund-popin,
.avgrund-ready .avgrund-overlay {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: 0.3s all ease-out;
    -moz-transition: 0.3s all ease-out;
    -ms-transition: 0.3s all ease-out;
    -o-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
}
body.avgrund-active {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}
.avgrund-active .avgrund-popin {
    padding: 30px;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.avgrund-active .avgrund-overlay {
    visibility: visible;
    opacity: .5;
    filter: alpha(opacity=50);
}
.avgrund-popin.stack {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}
.avgrund-active .avgrund-popin.stack {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.avgrund-active .avgrund-blur {
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -ms-filter: blur(1px);
    -o-filter: blur(1px);
    filter: blur(1px);
}
.avgrund-wrap-inner {
    position: relative;
    overflow: hidden;
    height: 100%;
}
/* Optional close button styles */
.avgrund-close {
    display: block;
    color: #555;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    top: 6px;
    right: 10px;
}
.copied {
    position: fixed;
    width: 140%;
    height: 100%;
    text-align: center;
    z-index: 200;
    top: 0px;
    left: -20%;
    display: none;
    opacity: 1;
    background: #3498db;
}
.copied div {
    font-size: 120px;
    color: #ecf0f1;
    margin-top: 300px;
    text-shadow: 2px 2px #2c3e50;
    background: rgba(255, 255, 255, 0.4);
    padding: 30px 0;
}
.copied div.animateIn {
    -webkit-animation: copiedKeyFrames 0.4s ease !important;
    -moz-animation: copiedKeyFrames 0.4s ease !important;
    -ms-animation: copiedKeyFrames 0.4s ease !important;
    -o-animation: copiedKeyFrames 0.4s ease !important;
    animation: copiedKeyFrames 0.4s ease !important;
    -webkit-animation-fill-mode: forwards;
    /*Chrome 16+, Safari 4+*/
    -moz-animation-fill-mode: forwards;
    /*FF 5+*/
    -o-animation-fill-mode: forwards;
    /*Not implemented yet*/
    -ms-animation-fill-mode: forwards;
    /*IE 10+*/
    animation-fill-mode: forwards;
    /*when the spec is finished*/
}
.copied div.animateOut {
    -webkit-animation: copiedKeyFramesOut 0.4s ease !important;
    -moz-animation: copiedKeyFramesOut 0.4s ease !important;
    -ms-animation: copiedKeyFramesOut 0.4s ease !important;
    -o-animation: copiedKeyFramesOut 0.4s ease !important;
    animation: copiedKeyFramesOut 0.4s ease !important;
    -webkit-animation-fill-mode: forwards !important;
    /*Chrome 16+, Safari 4+*/
    -moz-animation-fill-mode: forwards;
    /*FF 5+*/
    -o-animation-fill-mode: forwards;
    /*Not implemented yet*/
    -ms-animation-fill-mode: forwards;
    /*IE 10+*/
    animation-fill-mode: forwards;
    /*when the spec is finished*/
}
@-webkit-keyframes copiedKeyFramesOut {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.8);
    opacity: 0;
  }
}
@-moz-keyframes copiedKeyFramesOut {
  0% {
    -moz-transform: scale(1);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(0.8);
    opacity: 0;
  }
}
@keyframes copiedKeyFramesOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.8);
    opacity: 0;
  }
}
@-webkit-keyframes copiedKeyFrames {
  0% {
    -webkit-transform: scale(1.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes copiedKeyFrames {
  0% {
    -moz-transform: scale(1.2);
    opacity: 0;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@keyframes copiedKeyFrames {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@media (max-width: 768px) {
    .grid li { width: 100%; }
    .copied {
        position: fixed;
        width: 140%;
        height: 100%;
        text-align: center;
        z-index: 200;
        top: 0px;
        left: -20%;
        display: none;
        opacity: 1;
        background: #3498db;
    }
    .copied div {
        font-size: 40px;
        margin-top: 35%;
        padding: 30px 0;
    }
 }

.share-buttons {
text-align: right;
padding: 20px 0;
height: 65px;
}

.twitterBtn {
width: 49%;
background: #0095cf;
padding: 10px;
border-radius: 4px;
color: #fff!important;
}

.facebookBtn {
background: #23589a;
padding: 10px;
border-radius: 4px;
color: #fff!important;
}
.twitterBtn:hover {
text-decoration: none;
}

.facebookBtn:hover {
text-decoration: none;
}
