/* Reset
=============================================*/
body , html {
width:100%;
height:100%;
}
* {
margin: 0;
padding: 0;
text-decoration:none;
outline:0!important;
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.clear {
clear:both;
}
ul { list-style: none }
section {
margin-bottom:10px;
}
.left {
float:left !important;
}
.right {
float:right !important;
}
.center-margin {
margin: 0 auto !important;
float: none!important;
}



/* Fonts
=============================================*/
@font-face {
  font-family: 'HelveticaNeueLTW20-Roman';
  src: url('fonts/Helvetica/HelveticaNeueLTW20-Roman.eot?#iefix') format('embedded-opentype'),  url('fonts/Helvetica/HelveticaNeueLTW20-Roman.woff') format('woff'), url('fonts/Helvetica/HelveticaNeueLTW20-Roman.ttf')  format('truetype'), url('fonts/Helvetica/HelveticaNeueLTW20-Roman.svg#HelveticaNeueLTW20-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: '29LTBukra-Bold';
    src: url('fonts/29LTBukra-Bold/29LTBukra-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/29LTBukra-Bold/29LTBukra-Bold.woff') format('woff'), url('fonts/29LTBukra-Bold/29LTBukra-Bold.ttf') format('truetype'), url('fonts/29LTBukra-Bold/29LTBukra-Bold.svg#29LTBukra-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@import url(https://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css);
@font-face {
  font-family: 'TheSans-Bold';
  src: url('fonts/TheSans-Bold/TheSans-Bold.eot?#iefix') format('embedded-opentype'),  url('fonts/TheSans-Bold/TheSans-Bold.otf')  format('opentype'),
	     url('fonts/TheSans-Bold/TheSans-Bold.woff') format('woff'), url('fonts/TheSans-Bold/TheSans-Bold.ttf')  format('truetype'), url('fonts/TheSans-Bold/TheSans-Bold.svg#TheSans-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'TheSans-Plain';
  src: url('fonts/TheSans-Plain/TheSans-Plain.eot?#iefix') format('embedded-opentype'),  url('fonts/TheSans-Plain/TheSans-Plain.otf')  format('opentype'),
	     url('fonts/TheSans-Plain/TheSans-Plain.woff') format('woff'), url('fonts/TheSans-Plain/TheSans-Plain.ttf')  format('truetype'), url('fonts/TheSans-Plain/TheSans-Plain.svg#TheSans-Plain') format('svg');
  font-weight: normal;
  font-style: normal;
}



.header:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: "";
    z-index: 1;
    background: linear-gradient( to left, rgba(153, 7, 132, 0.65),rgba(136, 158, 238, 0.9));
}

.header .container {
    z-index: 15;
    position: relative;
}











/* CSS STyle
=============================================*/

.header {
    background: url('../img/header-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 600px;
    position: relative;
}
.top-nav {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    min-height: 61px;
}
.top-nav a {
    color: white !important;
    font-family: 'HelveticaNeueLTW20-Roman';
    font-size: 14px;
}
.headsearch {
    width: 27px;
    transition: 0.3s;
    height: 27px;
    border-radius: 50%;
    border: 0;
    background-color: white;
    background-image: url('../img/search-icon.png');
    background-repeat: no-repeat;
    background-position-x: 5px;
    background-position-y: center;
}
.headsearch:hover {
    width: 160px;
    border-radius: 3px;
    padding-right: 4px;
    color: #31AAE2;
}
.header-title-main {
    text-align: center;
    margin-top: 110px;
    color: white;
    font-size: 50px;
    font-family: '29LTBukra-Bold';
}
.header-title-small {
    text-align: center;
    margin-top: 20px;
    color: white;
    font-size: 17px;
    font-family: '29LTBukra-Bold';
}
.browse-games, .browse-chat {
    padding: 15px 25px;
    background-color: transparent;
    border: 1px solid white;
    color: white;
    border-radius: 3px;
    overflow: hidden;
    margin-top: 20px;
    display: inline-block;
    margin-left: 10px;
    font-family: 'HelveticaNeueLTW20-Roman';
    font-size: 18px;
    text-align: right;
}
.browse-games:hover, .browse-chat:hover {
    background-color: white;
    text-decoration: none;
    transition: 0.4s;
}
.entering-message {
    font-family: 'HelveticaNeueLTW20-Roman';
    line-height: 33px;
    text-align: center;
    padding: 15px;
}
.chating {
    background-color: #f9f9f9;
    overflow: hidden;
    padding-top: 15px;
}
.title-chating-h2 {
    font-family: '29LTBukra-Bold';
    text-align: center;
    color: #34abe1;
    font-size: 17px;
    display: block;
}
.chating-title-border-bottom {
    display: block;
    text-align: center;
    margin: 10px auto;
}
.title-chating-p {
    font-family: '29LTBukra-Bold';
    text-align: center;
    color: #34abe1;
    font-size: 12px;
    display: block;
}
.chating-left-side , .chating-right-side {
    margin-top: 20px;
}
.p-chating-left-side {
    font-size: 12px;
    color: #959598;
    font-family: 'HelveticaNeueLTW20-Roman';
    line-height: 25px;
    margin-bottom: 30px;
}
.chating-login-form {
    padding: 10px;
    background-color: white;
    margin-bottom: 10px;
    border-radius: 5px;
}
.chating-login-form-h2 {
    font-family: '29LTBukra-Bold';
    font-size: 17px;
    text-align: center;
    margin-bottom: 20px !important;
    margin-top: 10px;
    color: #aade7e;
}
.input-ism {
    background-color: #f0f0f1;
    border: 0;
    padding: 15px;
    font-family: '29LTBukra-Bold';
    font-size: 11px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 2px;
}
.input-zir {
    background-color: #aade7e;
    border: 0;
    padding: 15px;
    font-family: '29LTBukra-Bold';
    font-size: 11px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 2px;
    text-align: center;
    color:white;
}
.chating-right-side-country {
    background-color: white;
    display: block;
    padding: 11px;
    padding-right: 15px;
    overflow: hidden;
    margin-bottom: 5px;
}
.a-link-country {
    font-family: '29LTBukra-Bold';
    text-align: center;
    color: #34abe1;
    font-size: 12px;
}
.load-more-countries {
    font-family: '29LTBukra-Bold';
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
    background-color: #34abe1;
    padding: 15px;
    display: block;
}
.p-chating-left-side .zmdi {
    font-size: 28px;
}

.a-img-country {
    float: left;
}



/* CSS STyle Akher Nokat
=============================================*/
.nokat {
    background: url('../img/nokat-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 30px;
    overflow: hidden;
}
.nokat-title-h2 {
    font-family: '29LTBukra-Bold';
    text-align: center;
    color: #FFFFFF;
    font-size: 15px;
    display: block;
}
.nokat-title-p {
    font-family: '29LTBukra-Bold';
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
    display: block;
}
.divider-nokat {
    width: 10%;
    height: 2px;
    background-color: white;
    margin: 12px auto;
}
.nokat-right-side , .nokat-left-side {
    margin-top: 23px;
}
.nokta-preview-title {
    font-family: '29LTBukra-Bold';
    color: #FFFFFF;
    font-size: 26px;
    text-align: center;
    background: rgba(255, 255, 255, 0.17);
    display: inline-block;
    width: 100%;
    padding: 33px;
    border-radius: 4px;
}
.nokta-preview-content {
    color: #9dd1f6;
    font-size: 14px;
    font-family: 'HelveticaNeueLTW20-Roman';
    line-height: 24px;
}
.nokta-preview {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
    text-align: center;
    overflow: hidden;
}
.nokta-preview:last-child {
    border: 0;
}
.text-left-side {
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'HelveticaNeueLTW20-Roman';
    line-height: 28px;
    margin-bottom: 25px;
}
.tags-area a {
    padding: 12px 20px;
    background-color: rgba(255, 255, 255, 0.14);
    display: inline-block;
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    font-size: 12px;
    color: white;
    font-family: 'HelveticaNeueLTW20-Roman';
}


/* CSS STyle Footer
=============================================*/
.footer {
    background-color: #434d53;
    margin-top: 10px;
    padding: 10px;
    padding-bottom: 25px;
    overflow: hidden;
    font-family: 'TheSans-Plain';
}
.test-part1-footer {
    color: #c0c0c8;
    margin-top: 15px;
    line-height: 25px;
    font-size: 13px;
}
.part1 , .part2 , .part3{
    border-left: 1px solid rgba(61, 70, 76, 0.55);
}
.part1 , .part2 , .part3 {
    margin-top: 20px;
}
.part2 ul li a {
    color: #c0c0c8;
    font-size: 13px;
}
.part2 ul li {
    line-height: 31px;
}

.part3 ul li a {
    color: #c0c0c8;
    font-size: 13px;
}
.part3 ul li {
    line-height: 31px;
}
.mail-title {
    color: #ffffff;
    font-size: 11px;
}
.mail-text {
    color: #c0c0c8;
    font-size: 10px;
    line-height: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.inputmail {
    background-color: #505a5f;
    padding: 8px;
    font-size: 12px;
    border: 0;
    border-radius: 4px;
}
.inputmailsubmit {
    background-color: #ffc700;
    padding: 9px;
    margin-right: -11px;
    border: 0;
    border-radius: 5px;
}
.rightsandlist {
    background-color: #353a3d;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom:  5px;
}
.rights {
    color: white;
    font-family: 'Droid Arabic Naskh' !important;
    font-size: 12px;
}
.list ul li {
    display: inline-block;
    margin-right: 14px;
}
.list ul {
    float: left;
}
.list ul li  a {
    color: white;
    font-family: 'Droid Arabic Naskh' !important;
    font-size: 12px;
}
.finduslist .fa {
    color: white;
    margin-left: 9px;
}
.inputmailsubmit .fa {
    color: white;
}




/* CSS STyle ADS
=============================================*/
.ads img {
    width: 100%;
}
.ads {
    margin-top: 10px !important;
}





/* CSS Media Qureis >> Responsive
=============================================*/
@media (max-width: 600px) {
.tags-area a {
    width: 100%;
    margin-bottom: 3px;
}
.game-tags li {
    display: block !important;
    margin-bottom: 5px;
}
 .blogpost {
    overflow: hidden;
    max-height: 150px;
    width: 50% !important;
    float: right;
    padding: 5px;
}   
}


.blogpost img:hover > hove {
    background-color: rgba(52, 171, 225, 0.51);
    width: 100%;
    height: 150px;
}



/* CSS STyle Games
=============================================*/
.game-tags {
    margin-top: 20px;
    margin-bottom: 20px;
}
.game-tags li {
    display: inline-block;
    padding: 11px 22px;
    border: 2px solid #dddfe0;
}
.game-tags li a {
    color: #959598;
    font-family: 'HelveticaNeueLTW20-Roman';
}
.firstrow {
    margin-bottom: 20px !important;
    overflow: hidden;
}
.blogpost img {
    width: 100%;
}
.blogpost {
    overflow: hidden;
    max-height: 150px;
}

.blogpost {
    overflow: hidden;
    max-height: 150px;
    width: 33.33333333%;
    float: right;
    padding: 5px;
}
.hove {
    width: 100%;
    height: 150px;
    background-color: red;    display: none;
}




.about-us-header {
    height: 350px;
}
span.about_us_message_icon {
    background-color: #73c8b7;
    color: white;
    padding: 9px 11px;
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
    float: right;
    font-size: 18px;
    margin-top: 10px;
}
.about_us_message p {
    display: inline;
    overflow: hidden;
    float: right;
    width: 88%;
    text-align: right;
    margin-right: 4%;
    font-size: 14px;
}
.features {
    background-color: #f9f9f9;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}
h2.title-features {
    font-family: 'TheSans-Bold';
    font-size: 23px;
    color: #2e8dcc;
    margin-bottom: 20px;
}
.features-list li {
    font-family: 'TheSans-Plain';
    font-size: 15px;
    line-height: 30px;
    color: #73c8b7;
    margin-right: 11%;
}



.ul-fer {
    margin-top: 60px;
    margin-right: 14%;
}
.features-list li:before {
    content: '\f18c';
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    margin-left: 10px;
}
.phonearea img {
    height: auto;
    width: 100%;
}

.chatatinnumbers{
    background: url('../img/nokat-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 30px;
    overflow: hidden;
}

h2.innumbers-h2 {
    text-align: center;
    color: white;
    font-size: 24px;
    font-family: 'TheSans-Plain';
    overflow: hidden;
    display: block;
    margin-bottom: 45px;
}
span.numaber-count {
    color: white;
    font-size: 50px;
    font-family: 'TheSans-Plain';
    margin-bottom: 0;
    margin-top: 6px;
    text-align: center;
    overflow: hidden;
    display: block;
}


p.text-after-count {
    text-align: center;
    color: white;
    font-size: 14px;
    font-family: 'TheSans-Plain';
    overflow: hidden;
}



.button-sv {
    width: 86%;
    height: 52px;
    overflow: hidden;
    display: inline-block;
    line-height: 52px;
    border: 1px solid transparent;
    margin-top: 17px;
    margin: 20px auto;
    float: none;
    text-align: center;
    font-family: 'TheSans-Plain';
    font-size: 16px;
}
.button-sv .fa {
    margin-right: 10px;
}
.yt {
    border-color: #bb0000;
    color: #bb0000;
}
.fb {
    border-color: #3b5998;
    color: #3b5998;
}
.tw {
    border-color: #58bef1;
    color: #58bef1;
}
.joinus {
    padding: 24px 0;
}

.finduscontactus h2 {
    text-align: center;
    font-family: 'TheSans-Plain';
    font-size: 18px;
    margin-bottom: 21px;
    color: #313131;
}

.please_contact_us {
    text-align: center;
    font-family: 'TheSans-Plain';
    font-size: 18px;
    margin-bottom: 21px;
    line-height: 30px;
    color: #313131;
}



.how-to-fill-form {
    font-size: 14px;
    color: #2e8dcc;
    margin-bottom: 20px;
    text-align: center;
    line-height: 33px;
    font-family: 'TheSans-Plain';
}
.control-fucked {
    border-radius: 0;
    box-shadow: none;
    height: 46px;
    margin-bottom: 8px;
    border: 2px solid #f1f1f1;
    position: relative;
    font-family: 'TheSans-Plain';
    font-size: 12px;
}
.textare-fucked {
    border-radius: 0;
    box-shadow: none;
    height: 155px !important;
    margin-bottom: 8px;
    border: 2px solid #f1f1f1;
    resize: none;
    font-family: 'TheSans-Plain';
    font-size: 12px;
}
.contact_us_form {
    overflow: hidden;
    padding: 30px 0px;
}


input.bosniayykolo {
    background-color: #31aae2;
    padding: 13px 59px;
    border: 0;
    color: white;
    font-family: 'TheSans-Plain';
    margin: 0 auto;
    display: -webkit-box;
    float: none;
    text-align: center;
}

















.rommstable {
    text-align: center;
    margin: 40px 0;
}
.rommmm {
    float: none;
    margin: 0 auto;
    padding: 19px 22px;
    border-radius: 4px;
    font-size: 35px;
    font-family: 'TheSans-Plain';
    margin-bottom: 10px;
}


.rommstable .rommmm:nth-child(1) {
    background: linear-gradient( to left, #990784,#889EEE);    
}
.rommstable .rommmm:nth-child(2) {
    background: linear-gradient( to left, #ff33d3,#ff3d4d);
}
.rommstable .rommmm:nth-child(3) {
    
}
.rommstable .rommmm:nth-child(4) {
    
}
.rommstable .rommmm:nth-child(5) {
    
}
.rommstable .rommmm:nth-child(6) {
    
}
.rommstable .rommmm:nth-child(7) {
    
}





.footerwatsup {
    text-align: center;
    padding: 40px 0;
}

.whatsup {
    background: rgba(127, 255, 212, 0.06);
    margin: 20px 0;
    padding: 20px 0;
    color: #34AF23;
    font-size: 28px;
    direction: ltr;
    border: 2px solid #34AF23;
    border-radius: 4px;
}





@media (max-width: 500px) {
 .whatsup {
    background: rgba(127, 255, 212, 0.06);
    margin: 20px 0;
    padding: 20px 0;
    color: #34AF23;
    font-size: 21px;
    direction: ltr;
    border: 2px solid #34AF23;
    border-radius: 4px;
}
}










