::-webkit-input-placeholder { color:#FE97CE!important; }
::-moz-placeholder { color:#FE97CE!important; }
:-ms-input-placeholder { color:#FE97CE!important; }
input:-moz-placeholder { color:#FE97CE!important; }
.caption{
    font-family: verdana;
    font-size: 12px;
    line-height:10px
}
#search{
    height:40px;
    line-height: 18px;
    font-size: 16px;
    left:50%;
    border-radius: 5px;
}
html {
    background: #E5E5E5;
}
html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
    background: #ff8fc4;
    color: #ffffff;
}
.uk-nav-offcanvas > li > a {
    color: #ffffff;
    padding: 10px 32px;
    height:30px;
    line-height:30px;
}
.uk-nav-offcanvas > li {
    /**border-bottom:solid #ffaae3 1px;**/
}
.first-menu{
    border-bottom:none;
    height:52px;
}
.uk-container {
    box-sizing: border-box;
    max-width: 100%;
    padding: 0 14px;
}
.uk-navbar {
    background: #e5e5e5;
    color: #444444;
}
.number a, .number span {
    background: #F66399;
    color: #ffffff;
    display: inline-block;
    padding: 1vmin 0.2vmin;
    text-decoration: none;
    box-sizing: content-box;
    text-align: center;
    max-width: 32px;
    max-height: 32px;
    height: 140%;
    width: 140%;
    border-radius:30%;
    overflow:hidden;
    font-size: 2vmin;
}
#navlink:hover{
    text-decoration: none;
}
.page-number a{
    color: #FFFFFF;
    text-align: center;
    font-size: large;
    margin:8px 8px;
}
.pages {
    height: 35px!important;
}
#textBanner {
background:url('/skin/default/imgs/intro.png') center no-repeat;
-moz-background-size: 100%;
background-size: 100%;
background-repeat: no-repeat;
height: 36px;
margin-top: -10px;
}
.uk-pagination > li > a, .uk-pagination > li > span {
    background: #F66399;
    color: #ffffff;
    font-size: 4vmin;
    display: inline-block;
    min-width: 40px;
    padding: 1vmin;
    line-height: 2vmin;
    text-decoration: none;
    box-sizing: content-box;
    text-align: center;
    width: 8vmin;
    height: 8vmin;
    border-radius: 30%;
}
.uk-pagination > a, .uk-pagination > a > b {
    background: #F66399;
    color: #ffffff;
    font-size: 4vmin;
    display: inline-block;
    min-width: 40px;
    min-height: 40px;
    padding: 1vmin;
    line-height: 5vmin;
    text-decoration: none;
    box-sizing: content-box;
    text-align: center;
    width: 5vmin;
    height: 5vmin;
    border-radius: 30%;
    margin-left:5px;
}
#top {
    display:none;
}
#last {
    display:none;
}
.uk-pagination > li > a:hover, .uk-pagination > li > a:focus {
    background-color: #FFBAD3 !important;
    color: #ffffff !important;
    outline: none !important;
}
.uk-paginationactive {
    background-color: #FFBAD3 !important;
    color: #ffffff !important;
    outline: none !important;
}
.fluidMedia {
    position: relative;
    padding-bottom: 142%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.fluidMedia iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.uk-thumbnail-expand, .uk-thumbnail-expand > a > img {
    width: 100%;
}

.gamepicBlock {
    -webkit-box-shadow: rgba(255,255,255,0.25) 0px 1px 0px, inset rgba(255,255,255,0.25) 0px 1px 0px, inset rgba(0,0,0,0.25) 0px 0px 0px, inset rgba(255,255,255,0.03) 0px 20px 0px, inset rgba(0,0,0,0.15) 0px -20px 20px, inset rgba(255,255,255,0.05) 0px 20px 20px;
    -khtml-box-shadow: rgba(255,255,255,0.25) 0px 1px 0px, inset rgba(255,255,255,0.25) 0px 1px 0px, inset rgba(0,0,0,0.25) 0px 0px 0px, inset rgba(255,255,255,0.03) 0px 20px 0px, inset rgba(0,0,0,0.15) 0px -20px 20px, inset rgba(255,255,255,0.05) 0px 20px 20px;
    -moz-box-shadow: rgba(255,255,255,0.25) 0px 1px 0px, inset rgba(255,255,255,0.25) 0px 1px 0px, inset rgba(0,0,0,0.25) 0px 0px 0px, inset rgba(255,255,255,0.03) 0px 20px 0px, inset rgba(0,0,0,0.15) 0px -20px 20px, inset rgba(255,255,255,0.05) 0px 20px 20px;
    -o-box-shadow: rgba(255,255,255,0.25) 0px 1px 0px, inset rgba(255,255,255,0.25) 0px 1px 0px, inset rgba(0,0,0,0.25) 0px 0px 0px, inset rgba(255,255,255,0.03) 0px 20px 0px, inset rgba(0,0,0,0.15) 0px -20px 20px, inset rgba(255,255,255,0.05) 0px 20px 20px;
    box-shadow: rgba(255,255,255,0.25) 0px 1px 0px, inset rgba(255,255,255,0.25) 0px 1px 0px, inset rgba(0,0,0,0.25) 0px 0px 0px, inset rgba(255,255,255,0.03) 0px 20px 0px, inset rgba(0,0,0,0.15) 0px -20px 20px, inset rgba(255,255,255,0.05) 0px 20px 20px;
    -webkit-transition: all 0.1s linear;
    -khtml-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

#aswift_2_anchor {
    background: transparent !important;
}
.adsbygoogle {
    background: transparent !important;
}
#logoDiv {
    position: absolute;
    left: 0;
    top: 8px;
    right: 0;
    bottom: 0;
    z-index: 0;
    margin:auto;
    height:7%
}
.addthis_sharing_toolbox div{
    float:left !important;
} 
#content, #adContainer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 640px;
  height: 360px;
}

#adContentDiv {
    position: absolute;
    z-index: 80;
    top:100px;
    left:100px;
    width:100%;
    text-align:center;
}

#ad {
    position: absolute;
    z-index: 70;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.7);
}

#menuButton {
    position: absolute;
    height: 40px;
    width: 40px;
    z-index: 70;
    top: 10px;
    left: 10px;
    filter: alpha(Opacity=70);
    -moz-opacity:0.7;
    opacity: 0.7;
}

#game {
    width: 100%;
    border: none;
    overflow:hidden !important;
    z-index:50;   
}