.works {
  padding: 50px 0 !important;
  background-color: #DFD5E2 !important;
}
.section-heading {
  margin-bottom: 50px !important;
}
.title {
  font-size: 40px !important;
  font-weight: 600 !important;
}
h4 {
  color: #F35500 !important;
  font-size: 24px !important;
}
.figcaption-heading {
  background-color: #FF9800;
  height: 50px;
}
figure {
  margin-bottom: 25px !important;
}
figure figcaption {
  height: 150px;
}
figure .buttons {
  left: 40%;
}
.fa-check-circle {
  color:#21B237 !important; 
  font-size: 24px;
  float: right;
  margin-right: 25px;
}
.figcaption-heading h4 {
  color: #fff !important;
}
.amaran.lockMsg{
  width:auto;
  font-size:13px;
  padding:0px;
  margin: 5px 10px;
}
.amaran.lockMsg .notification {
    background:rgba(0,0,0,0.9);
    color: white;
    float:left;
    box-shadow: 1px 1px 20px #333;
    display:inline;
    border-radius:10px;
}
.amaran.lockMsg .icon {
    float:left;
    text-align:center;
    vertical-align:middle;
    background: #FCF6F0;
    color:white;
    width:50px;
    height:50px;
    border-radius:50%;
    margin:10px;
    top:10px
}
.amaran.lockMsg .icon > .fa {
    position:relative;
    top:10px;
}
.amaran.lockMsg .message {
    float:left;
    margin: 5px 10px 0 0;
}
.amaran.lockMsg .btn {
    position:relative;
    margin: 5px 0 0 50px;
}
.amaran.lockMsg .btn a {
    color:white;
}
*::-moz-selection {
    background-color: #777;
    color: #fff;
}
#filter {
    display: none;
}
.filter-box {
    width: 100%;
}
.sort {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0 0 10px;
    position: relative;
    top: auto;
    width: auto;
}
.sort li {
    background-color: #ededed;
    border: 1px solid #666;
    border-radius: 5px;
    float: left;
    margin: 10px;
    padding: 10px;
    position: relative;
}
.sort li a {
    color: #666;
    display: block;
    line-height: normal;
    text-decoration: none;
}
.sort li:hover, .sort .active, .sort li a:hover, .sort a.active, .active {
    background-color: #85D4FC !important;
    color: #000 !important;
}
.list {
    font-size: 18px;
}
.game-heading {
  padding-bottom: 10px; 
  color: #6D4385;
}
.game-heading-locked {
  padding-bottom: 10px; 
  color: #999 !important;
}
.menu-header {
  background-color:#FCF6F0 !important; 
  padding-top:15px;
  border: 3px solid #fff;
  border-radius: 5px;
}
.gameList {
   background-color:#FCF6F0 !important;
   cursor: pointer;
}
.locked {
    position:absolute;
    font-family:FontAwesome;
    content: '\f023';
    font-size: 28px;
    display: inline-block;
    vertical-align:middle;
    top: -1px;
    right: 0px;
    zIndex:9999;
    color:#2c3e50;

    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.fa-lock {
  text-align:right !important;
  color: #8064CA !important;
}
.gameList:hover .locked {
    right:45%;
    top:45%;
    -webkit-transform: rotate(360deg) scale(2.5);
    -moz-transform: rotate(360deg) scale(2.5);
    -o-transform: rotate(360deg) scale(2.5);
    transform: rotate(360deg) scale(2.5);
}
/*@media only screen and (max-width:767px) {*/
@media only screen and (max-width:1200px) {
    #filter {
        background-color: #FCF6F0;
        border: 1px solid #666; 
        border-radius: 5px;
        float: left;
        margin: 0 0 15px;
        padding: 10px;
        position: relative;
        display: block;
        width: 200px;
        cursor: pointer;
        position: relative;
        font-size: 18px;
    }
    .sort {
        position: absolute;
        top: 40px;
        background: #fff;
        width: 200px;
        display: none;
        z-index: 20;
        margin: 10px 0;
        padding: 0;
        border: 1px solid #eee;
        border-top: 0px;
    }
    .sort li {
        list-style: none;
        float: none;
        padding: 0;
        border: none;
    }
    .sort li a {
        display: block;
        text-decoration: none;
        padding: 2px 8px;
        float: none;
        line-height: 30px;
        border: 0px;
        position: relative;
    }
    .sort li:after {
        content: "";
        padding-left: 0;
        color: #777;
    }
    .sort li.first a, ul.sort li:first-child a {
        padding: 2px 8px;
        border: none;
    }
    #filter i {
        position: absolute;
        top: 5px;
        right: 10px;
        display: block;
    }
    #filter.active i:before {
        content: "\e767"
    }
}
@media only screen and ( max-width:1200px ) {
  #page {
    margin:140px 0 0 0;
  }
}
@media only screen and ( max-width:1200px ) and ( orientation:portrait) {
  #page {
    margin:-30px 0 0 0;
  }
}
