
body {
    background: #E1DDD4 url("../files/source/bg/bg-tile2.jpg");
    padding: 1em 0;
}
.name {
    display: block;
    background: url("../files/source/images/logo.png") no-repeat left;
    padding: 20px 0 20px 120px;
    text-shadow:0 1px 2px rgba(255, 255, 255, 0.7);
    font:24px Trebuchet MS, Arial, Helvetica, sans-serif;
    color:#493636;
    margin-bottom: 20px;
    text-decoration:none;
}

a.name:hover {
    color:#3D2C7A;
    text-decoration:none;
}
.z {
    background: #1A2E47 url("../files/source/images/geo.jpg") no-repeat;
    border-radius: 5px;
    height: 200px;
    animation: animatedBackground 40s linear infinite;
    margin-bottom: 10px;
    display: none;
    visibility: hidden;
    height: 0 !important;
}
.quote{
    background: rgba(255,255,255,.5) url("../files/source/bg/gr.jpg") no-repeat 0 0;
    border-radius: 5px;
    overflow: hidden;
    border: 0;
    height: 276px;
    animation: animatedBackground 40s linear infinite;
    text-shadow:0 1px 5px rgba(0,0,0, .6);
}
.quote p {
    font-size: 1.3em;
    color: #fff;
}
.quote small {
    font-size: .65em;
    padding-top: .5em;
    display: inline;
    color: #fff;
}
.radius-5 {
    border-radius: 5px;
    overflow: hidden;
}
.m-b-20 {
    margin-bottom: 20px;
}
.imgtext {
    background: #fff;
    background: rgba(255,255,255,.7);
    padding: 10px;
    position: relative;
    margin-top: -60px;
    text-shadow:0 1px 1px rgba(255,255,255, .75);

}
.imgtext a {
    color: #34495e;
    text-shadow:0 1px 1px rgba(255,255,255, .75);
}
.content {
    background: #fff;
    padding: 20px;
}
.list-news {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
}
.list-news li {
    border-top: 1px dotted #eee;
    padding: 10px 0;
}
.list-news-b li {
    border: 0;
    border-bottom: 1px dotted #eee;
}
/*.list-news li:first-child {*/
    /*padding-top: 0;*/
/*}*/

@keyframes animatedBackground {
    from { background-position: 0 100%; }
    to { background-position: 0 0; }
    from { background-position: 0 0; }
    to { background-position: 0 100%; }
}
@media (max-width: 768px) {
    .name {
        font-size: 1.2em;
    }
}
@media (min-width: 768px) and (max-width:980px) {
    .z {
        height: 184px;
    }
    .quote p {
        font-size: 1em;
    }
}
@media (min-width:1024px) and (max-width:1100px) {
    .z {
        height: 235px;
    }
}
/*body {*/
    /*background-color: #026873;*/
    /*background-image:*/
        /*-webkit-linear-gradient(0, rgba(255,255,255,.07) 50%, transparent 50%),*/
        /*-webkit-linear-gradient(0, rgba(255,255,255,.13) 50%, transparent 50%),*/
        /*-webkit-linear-gradient(0, transparent 50%, rgba(255,255,255,.17) 50%),*/
        /*-webkit-linear-gradient(0, transparent 50%, rgba(255,255,255,.19) 50%);*/
    /*background-image:*/
        /*-moz-linear-gradient(0, rgba(255,255,255,.07) 50%, transparent 50%),*/
        /*-moz-linear-gradient(0, rgba(255,255,255,.13) 50%, transparent 50%),*/
        /*-moz-linear-gradient(0, transparent 50%, rgba(255,255,255,.17) 50%),*/
        /*-moz-linear-gradient(0, transparent 50%, rgba(255,255,255,.19) 50%);*/
    /*background-image:*/
        /*-o-linear-gradient(0, rgba(255,255,255,.07) 50%, transparent 50%),*/
        /*-o-linear-gradient(0, rgba(255,255,255,.13) 50%, transparent 50%),*/
        /*-o-linear-gradient(0, transparent 50%, rgba(255,255,255,.17) 50%),*/
        /*-o-linear-gradient(0, transparent 50%, rgba(255,255,255,.19) 50%);*/
    /*background-image:*/
        /*linear-gradient(0, rgba(255,255,255,.07) 50%, transparent 50%),*/
        /*linear-gradient(0, rgba(255,255,255,.13) 50%, transparent 50%),*/
        /*linear-gradient(0, transparent 50%, rgba(255,255,255,.17) 50%),*/
        /*linear-gradient(0, transparent 50%, rgba(255,255,255,.19) 50%);*/


    /*background-size: 13px, 29px, 37px, 53px;*/

/*}*/

