body{
    background: url('../img/bg.jpg') #E0F4FF;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:     cover;                  
    background-position: center center;
    font-family: 'Open Sans', sans-serif;
	max-width: 600px;
	margin: auto;
    font-size: 15px;
	color: #ff0000;
	-align: center;
}
.s1{
    display: block;
    text-decoration: none;
    padding: 5px;
	margin-bottom: 2px;
    background-color: #CBEAFF;
    border: 1px solid #7d785b;
    border-radius: 5px;
    font-size: 15px;
    color: #555; 
        overflow: hidden;
}

.s1oras{
    display: block;
    text-decoration: none;
    padding: 5px;
    margin-bottom: 2px;
    /*background-color: #a9a58d;*/
    border: 1px solid #7d785b;
    border-radius: 5px;
    font-size: 15px;
    color: #555; 
    height: 50px;
    vertical-align: middle;
}
.s1a{

    background-color: #CAE4FF;

   /* opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
.s2{

    display: block;
	text-decoration: none;
    padding: 5px;
	margin: 2px 10px 2px 10px;
    background: none repeat scroll 0% 0% #A9C6FF;
    border: 1px solid #6a814d;
    border-radius: 5px;
    font-size: 15px;
	color: #555;
        overflow: hidden;
}

.s2a {
    display: block;
    text-decoration: none;
    padding: 5px;
    margin: 2px 10px 2px 10px;
    background: none repeat scroll 0% 0% #BDEDFF;
    border: 1px solid #6a814d;
    border-radius: 5px;
    font-size: 15px;
    color: #555;
    overflow: hidden;
    /*background-color: rgba(169, 165, 141, 0.7);*/
}
a:active, a:visited, a:link{
    color: #000044; 
    text-decoration: none;
	font-size: 15px;
}
a:hover{
    color: #393939;
	text-decoration: none;
	font-size: 15px;
}
input{
    display: inline-block;
    text-decoration: none;
    height: 25px;
    padding: 0px 15px;
    margin: 5px 0px 0px;
    background-color: #80a650;
    border: 1px solid #5d7c35;
    border-radius: 5px;
    overflow: hidden;
    font-size: 15px;
    color: #FFF;
}
input[type="submit"]{
    display: inline-block;
    text-decoration: none;
    height: 25px;
    padding: 0px 15px;
    margin: 5px 0px 0px;
    background-color: #80a650;
    border: 1px solid #5d7c35;
    border-radius: 5px;
    overflow: hidden;
    font-size: 15px;
    color: #FFF;
    cursor: pointer;
}
select{
    display: inline-block;
    text-decoration: none;
    height: 25px;
    padding: 0px 15px;
    margin: 5px 0px 0px;
    background-color: #80a650;
    border: 1px solid #5d7c35;
    border-radius: 5px;
    overflow: hidden;
    font-size: 15px;
    color: #FFF;
    cursor: pointer;
}
 
.healthbar {
    border-radius: 25px; 
    -webkit-box-shadow: inset 0 2px 5px #AAA; 
    border: 1px solid; 
    background: #FFF; 
    width: 190px; 
    height: 20px;
    margin-left: 0px;
    margin-bottom: -10px;
}
.healthbar2 {
    color: black; 
    border-radius: 25px; 
    height: 20px; 
    font-size: 12px;
    padding: 0px 0px 0px 0px;
}

.tekstasHealthbar {
    width: 190px;
    padding-top: 1px;
    padding-left: 0px;

}

/*.s1 div:before { 
    content:attr(title); 
    display:none; 
}

.s1 div:hover::before { 
    width:200px; 
    display:block; 
    background:yellow; 
    border:1px solid black; 
    padding:8px; 
    margin:25px 0 0 10px; 
}

.s1 div:hover { 
    z-index:10; 
    position:relative; 
}*/

h2 {
    font-size: 25px;
    font-weight: bold;
    margin: 3px;
}
h3 {
    font-size: 18px;
}

.img-with-text {
    text-align: center;
    width: 50px;
    float: left;
    padding: 5px 10px 0px 10px;
    height: 100px;
}

.img-with-text2 {
    text-align: center;
    width: 50px;
    float: left;
    padding: 5px 10px 0px 10px;
    height: 80px;
}

.img-with-text img, .img-with-text2 img {
    display: block;
    margin: 0 auto;
}

.img-with-text p, .img-with-text2 p {
    margin: 0px;
    font-size: 11px;
}

.ikonos {
    width: 50px;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter:         drop-shadow(5px 5px 5px #222); 
}

.ikonos2 {
    width: 50px;
}


.ikonos:hover, .ikonos2:hover  {
    -webkit-filter: drop-shadow(0px 0px 8px rgba(230, 250, 180, 0.8));
}

.giraite {
    background: url('../img/bg_grove.jpg') center center no-repeat;
    background-size: 100%;
    min-height: 200px;
}

.sarasas {
    background: black;
    opacity: 0.5;
    padding: 10px;
    filter: alpha(opacity=40); /* For IE8 and earlier */

}



/*************   COUNTDOWN    ***************/


.timeris {
    width: 200px;
    overflow: hidden;
    background-color: white;
    border: 1px solid black;
    padding: 5px;
    margin: 0 auto;
}

/* jQuery Countdown styles 2.0.0. */
.is-countdown {
   /* border: 1px solid #ccc;
    background-color: #eee; */
}
.countdown-rtl {
    direction: rtl;
}
.countdown-holding span {
    color: #888;
}
.countdown-row {
    clear: both;
    width: 100%;
    padding: 0px 2px;
    text-align: center;
}
.countdown-show1 .countdown-section {
    width: 98%;
}
.countdown-show2 .countdown-section {
    width: 48%;
}
.countdown-show3 .countdown-section {
    width: 32.5%;
}
.countdown-show4 .countdown-section {
    width: 24.5%;
}
.countdown-show5 .countdown-section {
    width: 19.5%;
}
.countdown-show6 .countdown-section {
    width: 16.25%;
}
.countdown-show7 .countdown-section {
    width: 14%;
}
.countdown-section {
    display: block;
    float: left;
    font-size: 75%;
    text-align: center;
}
.countdown-amount {
    font-size: 200%;
}
.countdown-period {
    display: block;
}
.countdown-descr {
    display: block;
    width: 100%;
}



/******   CHATAS   ******/
.chat_nick {
    font-size: 10px;
    font-weight: bold;
    color: #ccc;
}
.chat_nick a {
    font-size: 8px;
}
.chat_text {

}
.chat_time {
    font-size: 11px; 
}



/******   INVENTORIUS ITEMAI   ******/
.item_info {
    text-align: center;
}
.item_info td:first-child {
    text-align: left;
}


.item_info img {
    width: 13px;
}

.plus :hover {
    box-shadow: 10px 10px 5px #888888;
}

/***********************************/

.fleft {
    float: left;
    margin-left: 10%;
}
.fright {
    float: right;
    margin-right: 10%;
}


.icon_mazos {
    width: 18px;
    padding: 1px 1px 1px 15px;
}


@media all and (max-width: 600px) {
    body {
        font-size: 12px;
    }
    .s1, .s1a, .s2, .s2a {
        font-size: 12px;
    }
}
@media all and (min-width : 600px) and (max-width: 1139px){ 

}
@media all and (min-width : 1140px) {

}
