/* www.siteURL.com / Design & Develop by Spiral Design Center / www.spiraldesign.org */
/*------------------------------------*
   Fonts
*------------------------------------*/
@import url(font-awesome.min.css);

@font-face {
    font-family: 'BMitra';
    src: url('../fonts/BMitra.eot');
    src: url('../fonts/BMitra.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BMitra.woff') format('woff'),
         url('../fonts/BMitra.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BMitraBold';
    src: url('../fonts/BMitraBold.eot');
    src: url('../fonts/BMitraBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BMitraBold.woff') format('woff'),
         url('../fonts/BMitraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


/*------------------------------------*
   Common
*------------------------------------*/
* {font-family: BMitra,sans-serif;}
html {max-width:100%; overflow-x:hidden;}
body {color:#444; background:#fff; font-size:18px;}
h1,h2,h3,h4,h5,h6 {font-weight: bold;}

/*links*/
a {text-decoration:none; color:#1A7486; -webkit-transition:200ms all ease; -o-transition:200ms all ease; transition:200ms all ease;}
a:hover {text-decoration:none; color:#333; -webkit-transition:200ms all ease; -o-transition:200ms all ease; transition:200ms all ease;}
a:focus {text-decoration:none; outline:none;}
a:active {outline: none; text-decoration: none;}

/*images*/
img {max-width:100%;}

/*lists*/
ul {padding-right:20px;}

/*form elements*/
label{margin: 0;}
input[type="radio"],input[type="checkbox"]{height: auto; line-height: unset; margin-top: 0px; margin-left: 2px; vertical-align: middle;}
input{border-radius: 3px; border:1px solid #dddddd; padding:0 12px; height: 40px; line-height: 40px;}
textarea{border-radius: 3px; border:1px solid #dddddd; padding:0 12px;}
button{background-color: transparent; border:1px solid #dddddd; line-height: 40px;-webkit-transition: all 200ms linear; -moz-transition: all 200ms linear; -ms-transition: all 200ms linear; -o-transition: all 200ms linear; transition: all 200ms linear;}
select {padding: 0 5px!important;}
select option{height: 30px;}
.checkbox input{margin-top: 5px;}

::-webkit-input-placeholder {opacity:1}
:-moz-placeholder {/* Firefox 18- */opacity:1}
::-moz-placeholder {/* Firefox 19+ */opacity:1}
:-ms-input-placeholder {opacity:1}

/*buttons*/
.btn.disabled,.btn[disabled],fieldset[disabled] .btn {opacity:.3}

/*tooltips*/
.tooltip {font-size:11px; white-space:nowrap;}
.tooltip-inner {padding-bottom:7px;}

/*others*/
.pos-static {position:static!important}
.pos-relative {position:relative!important}
.middle {display:table-cell; vertical-align:middle;}
.ltr {direction:ltr;}
.w100{width: 100%!important;}
.animated {opacity:0}
.visible {opacity:1}

/*margins*/
.m0 {margin:0!important}

.mt0 {margin-top:0px}
.mt20 {margin-top:20px!important}
.mt30 {margin-top:30px!important}
.mt25 {margin-top:25px!important}
.mt40 {margin-top:40px!important}
.mt60 {margin-top:60px}
.mt80 {margin-top:80px}
.mt140 {margin-top:140px}

.mr20 {margin-right:20px}
.mr30 {margin-right:30px}

.mb0 {margin-bottom:0px}
.mb10 {margin-bottom:10px}
.mb20 {margin-bottom:20px}
.mb30 {margin-bottom:30px}
.mb40 {margin-bottom:40px}
.mb50 {margin-bottom:50px}
.mb60 {margin-bottom:60px}
.mb80 {margin-bottom:80px}
.mb90 {margin-bottom:90px}
.mb100 {margin-bottom:100px}

.ml10 {margin-left:10px}
.ml30 {margin-left:30px}

/*paddings*/
.padd0 {padding:0!important}

.pr30{padding-right: 30px;}

.pl20{padding-left: 20px;}
.pl30{padding-left: 30px;}

.mh60{
  min-height: 60px;
}
/*------------------------------------*
   colors
*------------------------------------*/
.bg-green {
  background: #1A7486;
}
.bg-green-dark {
  background: #165764;
}
.bg-violet {
  background: #7B4072;
}
.bg-orange {
  background: #E5734A;
}
.green {
  background: #1A7486;
}
.green-dark {
  background: #165764;
}
.violet {
  background: #7B4072;
}
.orange {
  background: #E5734A;
}

/*second color*/
.turquoise{
  background-color: #3eb5bb;
}
.pumpkin{
  background-color: #f2603e;
}
.nephritis{
  background-color: #8aa540;
}
.belizehope{
  background-color: #556194;
}
.carrot{
  background-color: #da901c;
}
.wisteria{
  background-color: #9d4496;
}


/*------------------------------------*
UI KIT
*------------------------------------*/

.help-block {
  font-size: 14px;
  color: #999;
}
.main-palettes {
  display: table;
  width: 100%;
}
.main-palette {
  height: 50px;
  padding: 10px;
}
.second-palette {
  height: 45px;
  padding: 10px;
}
.palette {
  width: 120px;
  float: right;
  margin-left: 30px;
  border-radius: 3px;
  overflow: hidden;
  font-size: 14px;
  direction: ltr;
  margin-bottom: 30px;
  line-height: 1.2;
}
.palette span {
  display: block;
  color: #b8ced9;
}
.bg-green {
  background: #1a7486 !important;
  color: #fff;
}
.bg-green-dark {
  background: #165764 !important;
  color: #fff;
}
.bg-violet {
  background: #7b4072 !important;
  color: #fff;
}
.bg-violet-light {
  background: #95668e !important;
  color: #fff;
}
.bg-orange {
  background: #e5734a !important;
  color: #fff;
}
.bg-silver {
  background: #dddddd !important;
  color: #fff;
}

.alert-dismissible .close {
  right: auto;
  left: -21px;
  top: -9px;
}
.alert>p, .alert>ul {
  margin-bottom: 0;
}
.alert {
  border: 0 none;
  border-radius: 0;
}
.alert-dismissable .close, .alert-dismissible .close {
  right: auto;
  left: -21px;
  top: -9px;
  color: inherit;
  font-size: 25px;
}
.help-block {
  font-size: 13px;
  color: #999;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 25px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}
.btn{
  height: 40px;
}
.main-content blockquote {
  float: none;
  width: 100%;
}
small {
  font-size: 14px;
}
.main-content img{
    display: block;
    margin: 20px 0 20px 0 ;
    border: 3px solid #d1d1d1;
}


.main-content ul.lists{
  padding:0;
  margin: 10px 0 20px 0;
}
.main-content ul.lists li{
  display: block;
  padding-bottom: 5px;
}
.main-content ul.lists li:last-child{
  border-bottom: 0;
  padding-bottom: 0;
}
.main-content ul.lists li i {
    margin-left: 4px;

}
.main-content ul.lists li a{
  color: #666666;
}
.main-content ul.lists li a:hover{
  color: #7B4072;
}


table thead th {
  color: #999;
  font-weight: 100;
}
td, th {
  padding: 10px 20px;
}
tr {
  border-bottom: 1px solid #dee2e7;
}
tbody tr:last-child {
  border-bottom: 0 none;
}
.form-control {
  border-color: #c6ccd2;
  font-size: 18px;
  height: 40px;
}
.form-control-feedback {
  left: 15px;
  right: auto;
  top: 16px;
}
.has-success .form-control-feedback {
  font-size: 11px;
  top: 18px;
}
.has-error .form-control-feedback {
  font-size: 8px;
  top: 20px;
}
textarea.form-control {
  line-height: 24px;
  height: 140px;
}
.checkbox:hover,
.radio:hover {
  color: #ed1c24!important;
}
.select-box {
  position: relative;
  width: 100%;
  font-weight: normal;
}
.radio input {
  margin-top: 6px;
}

input:focus,
textarea:focus {
  border: 1px solid #65abd0;
  box-shadow: none !important;
}

.comment-avatar {
  float: right;
}
.comment-avatar img {
  border-radius: 50%;
}
.comment-text {
  padding-right: 70px;
  margin-bottom: 30px;
}
.comment-header {
  display: table;
  width: 100%;
}
.comment-name {
  float: right;
  font-weight: bold;
  color: #555555;
}
.comment-date {
  float: left;
  color: #75aca4;
  font-size: 15px;
}
.comment p {
  color: #999;
  border-bottom: 1px solid #dee2e7;
  padding-bottom: 15px;
  margin-bottom: 5px;
}
.comment-reply {
  margin-right: 70px;
}
.footer-comment {
  color: #ed1c24;
  font-size: 15px;
}
.footer-comment:hover {
  margin-right: 5px;
  color: #75aca4;
}
.footer-comment i {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}
.img-watermark{
  position: absolute;
  left: 4%;
  top: 4%;
  z-index: 1;
}

/*------------------------------------*
   Sprite Icons
*------------------------------------*/
[class*="-sicon"] {
	background-image:url(../img/sprite.png);
	display:inline-block;
	vertical-align:middle
}

.aparat-color-sicon {
	background-position:0 0;
  width:21px;
	height:20px;
}
.lenzor-color-sicon {
  background-position:-22px 1px;
  width:17px;
  height:20px;
}
.instagram-color-sicon {
  background-position:-40px 0;
  width:20px;
  height:20px;
}
.slash-sicon {
  background-position: -317px 0px;
    width: 11px;
    height: 15px;
}
.slash2-sicon {
  background-position: -350px 0px;
    width: 11px;
    height: 15px;
}
.circle-sicon {
  background-position: -328px 0px;
    width: 22px;
    height: 22px;
}
.bullet1-sicon {
    background-position: -362px 0;
    height: 9px;
    width: 9px;
}
.bullet2-sicon {
    background-position: -373px 0;
    height: 10px;
    width: 10px;
}
.rss-color-sicon {
    background-position: -482px 0;
    height: 21px;
    width: 21px;
}
.telegram-color-sicon {
    background-position: -504px 0;
    height: 21px;
    width: 25px;
}

/*------------------------------------*
   Header
*------------------------------------*/
header{
  background:#1A7486 url("../img/pattern2.png") repeat-x right bottom;
  width: 100%;
  display: table;
}



.top-menu{
  width: 100%;
  display: table;
  background: url("../img/pattern1.png") repeat-x;
  height: 53px;
}
.topbg{
  width: 100%;
  display: table;
  background-color: #165764;
  padding: 5px 15px;
  border-radius: 0 0 5px 5px;
}

.top-social{
  float: right;
  position: relative;
}
.top-social span{
  margin-left: 3px;
  display: inline-block;
}
.top-social span:hover{
  opacity: 0.5;
}

.top-phone span{
  float: left;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.302);
  line-height: 1.571;
  text-align: left;
}
.top-phone span i{
  font-size: 20px;
  vertical-align: middle;
}

.logo-div{

}
.logo{
  padding-bottom: 10px;
  float: right;
}
.top-search{
  float: left;
  position: relative;
  margin-top: 20px;
}
.top-search input{
  background: none;
  border: 0;
  border-bottom: 2px solid #76ACB6;
  border-radius: 0;
  color: #76ACB6;
  padding: 0;
  padding-right: 5px;
  line-height: 30px;
  height: 30px;
}
.top-search input:focus{
  border-bottom: 2px solid #E5734A;
  outline:none;
}
.top-search button{
  position: absolute;
  left: 0;
  top: 0px;
  border: 0;
  padding: 5px;
  margin: 0;
  line-height: 1;
}
.top-search i{
  color: #76ACB6;
  font-size: 13px;
}
.top-search i:hover{
  color: #E5734A;
}


.main-nav{
  display: table;
    position: relative;
    width: 100%;
    z-index: 1;
}
.brd{
  width: 100%;
  height: 2px;
  background-color: #8DBAC3;
  margin-top: 29px;
  position: absolute;
}
.navbar-collapse{
  padding: 0;
}
.mainav{
  padding: 0;
  margin: 0;
  margin-bottom: -14px;
  border-bottom: 5px solid #4EAEB3;
  display: table;
  width: 100%;
  border-radius: 5px 5px 0 0;
  position: relative;
}
.mainav a{
  color: #fff;
}
.main-menu {
  margin: 0;
  padding: 0;
  display: table;
}
.main-menu li {
    display: block;
    float: right;
    list-style: outside none none;
    position: relative;
}
.main-menu > li a::after {
    color: #95668E;
    content: ".";
    font-size: 28px;
    padding-right: 10px;
}
.main-menu li a:last-child::after{
  content: '';
}
/*.main-menu li:nth-last-child(2)::after{
  content: '';
}*/
.main-menu li a{
  display: inline-block;
  padding: 1px 10px 1px 0;
  font-size: 20px;
}
.main-menu li .fa-home{
  padding-right: 5px
}
.main-menu li.active{
  border-bottom: 5px solid #E5734A;
  margin-bottom: -5px;
}
.main-menu > li:hover{
  background-color: #95668E;
  border-bottom: 5px solid #E5734A;
  margin-bottom: -5px;
}
.main-menu li:hover a{
  color: #fff;
}
.lang{
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255,255,255,0.2);
  border-radius: 5px 0 0 0;
}
.lang a {
    display: inline-block;
    padding: 11px 10px;
    font-size: 20px;
    line-height: 0;
}
.lang a span{
  font-size: 14px;
  font-family: verdana;
}
.lang i{
  margin-right: 5px;
}
.lang:hover{
  background-color: #E5734A!important;
  color: #fff;
}
.lang:hover a{
  color: #fff;
}

.main-menu li:hover ul{
  display: block;
}
.main-menu li ul{
  display: none;
  position: absolute;
  right: 0;
  top: 47px;
  background-color: #7B4072;
  width: 230px;
  padding: 10px 20px 10px 20px;
}
.main-menu li ul li{
  border-bottom: 1px solid #95668E;
  width: 100%;
  padding-right: 10px;
}
.main-menu li ul li:last-child{
  border-bottom: none;
}
.main-menu li ul li:hover a{
  padding-right: 10px;
}
.main-menu li ul li a{
    font-size: 18px;
    display: block;
    line-height: 16px;
    padding: 10px 5px;
}
.main-menu li ul li a::before {
    color: #95668E;
    content: ".";
    font-size: 36px;
    right: 0;
    position: absolute;
    top: 7px;
    margin-left: 5px;
    padding-left: 5px;
    width: 20px;
    line-height: 16px;
}
.main-menu li ul li a:hover::before{
    color: #fff;

}


.brd2{
  width: 100%;
  height: 16px;
  position: absolute;
  top: 37px;
  z-index: -1;
  background: url("../img/brd2.png") no-repeat center center;
  margin: 0 auto;
}
.brd3{
  width: 100%;
  height: 2px;
  position: absolute;
  top: 37px;
  z-index: -2;
  background: #ccc;
  margin: 0 auto;
}

.top-slider{
  background-color: #EEEEEE;
  position: relative;
  padding: 45px 0 35px 0;
}
.top-slider img{
  /*width: 100%;
  display: block;*/
  margin-right: -4px;
  border-radius: 50%;
}
.slide2-img img,
.slide3 img{
  margin-right: 0;
  border-radius: 0;
}
.slides{
  width: 100%;
  display: table;
}
.slide-part{
  float: right;
  width: 33.3333333%;
  position: relative;

}
.slide-img{
  width: 40%;
  float: right;
  margin-left: 1%;
}
.slide-img img{
    width: 100%;
    min-width: 158px;
    height: 158px;
}
.slide-title{
  width: 56%;
  margin-left: 10px;
  padding-right: 5px;
  float: left;
  padding-top: 36px;
  -webkit-transition:200ms all ease;
  -o-transition:200ms all ease;
  transition:200ms all ease;
}
.slide-part:hover .slide-title{
  margin-top: -30px;
  -webkit-transition:200ms all ease;
  -o-transition:200ms all ease;
  transition:200ms all ease;
}

.slide-title h2{
  border-bottom: 3px dotted #B7B7B7;
  margin: 0;
  color: #1a7486;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
.slide-part:hover .slide-title h2{
  color: #7B4072;
}
.slide-title span{
  font-size: 16px;
  color: #747474;
  line-height: 18px;
  display: block;
}
.slide-part:hover .slide-title span{
  color: #7B4072;
}

.slide-part .chover {
  position: absolute;
  top: 79px;
  right: 75px;
  display: inline-block;
  outline: none;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  text-shadow: 0 0 1px rgba(255,255,255,0.3);
  font-size: 10px;
}


/* Effect 12: circle */
.slide-part .chover::before,
.slide-part .chover::after {
  position: absolute;
  top: 50%;
  left: 7.5%;
  width: 165px;
  height: 165px;

  border-radius: 50%;
  content: '';
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
  transform: translateX(-50%) translateY(-50%) scale(0.2);
}
.slide-part:hover .chover::before,
.slide-part:hover .chover::after,
.slide-part:focus .chover::before,
.slide-part:focus .chover::after {
  border: 2px solid rgba(123,64,114,0.2);
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
}

.slide2-img {
    float: right;
    width: 404px;
    background: #fff;
    margin-left: 15px;
}
.slide2-img img {
    float: right;
}
.bw {
    -webkit-filter: grayscale(1) !important;
    -moz-filter: grayscale(1) !important;
    -ms-filter: grayscale(1) !important;
    filter: grayscale(1) !important;
}
.slides:hover .bw{
  -webkit-filter: grayscale(0) !important;
  -moz-filter: grayscale(0) !important;
  -ms-filter: grayscale(0) !important;
  filter: grayscale(0) !important;
}
.slide2-date {
    display: inline-block;
    background: #7B4072;
    color: #fff;
    float: right;
    width: 90px;
    text-align: center;
}
.slide2-date .bold {
    display: block;
    font-size: 52px;
    line-height: 1;
}
.slide2-date .month {
    font-size: 24px;
    display: block;
    line-height: 1;
    background: #6A3161;
    padding: 6px 0;
}

.slide2-content {
    float: left;
    display: table;
    width: 720px;
    border-top: 2px dotted #aaa;
    border-bottom: 2px dotted #aaa;
    color: #747474;
}
.slide2-content h2 {
    font-size: 32px;
    line-height: 0.58;
    color: #1a7486;
    margin-bottom: 16px;
}
.slide2-content p{
  line-height: 22px;
}
.slide2-content p a{
  color: #1A7486;
  text-decoration: underline;
}

.slide3 {
    position: relative;
    width: 100%;
    display: table;
    margin-bottom: 5px;
    border-radius: 0;
}
.slide3:hover .slide3-title {
  background: #E5734A;
}
.slide3:hover .triangle3 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 65px 55px 65px 0;
    border-color: transparent #E5734A transparent transparent;
    position: absolute;
    right: 250px;
    top: -10px;
    /*z-index: 1;*/
}
.slide3 img {
    margin-top: -2px;
    float: left;
    border: 2px solid #cccccc;
}
.slide3-title {
    float: right;
    width: 250px;
    height: 130px;
    position: absolute;
    right: 0;
    top: -10px;
    background: #7B4072;
    padding: 7px;
    display: table;
    /*z-index: 1;*/
}
.slide3-title a{
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
.slide3-title h2 {
    font-weight: normal;
    margin-top: 10px;
    margin-right: 10px;
    font-size: 28px;
}
.slide3-title h2 .more{
  font-size: 18px;
  text-decoration: underline;
}
.triangle3 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 65px 55px 65px 0;
    border-color: transparent #7B4072 transparent transparent;
    position: absolute;
    right: 250px;
    top: -10px;
    /*z-index: 1;*/
}

.slide3-button {
    position: absolute;
    left: 33px;
    top: 33px;
    display: table;
    border: 0;
}
.slide3-button a{
  background: #1A7486;
  color: #fff;
  display: inline-block;
  padding: 3px 15px;
  border-radius: 3px;
}
.slide3-button a:hover{
  background: #111;
  color: #fff;
}


.ptn1{
  width: 100%;
  height: 32px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("../img/pattern3.png") repeat-x;
}

.main-title{
  margin: 30px 0;
  font-size: 24px;
  color: rgb(123, 64, 114);
  line-height: 22px;
  font-weight: bold;
  background: url("../img/dots.png") repeat-x center center;
  position: relative;
}
.main-title span{
  background-color: #fff;
  padding-left: 10px;
}

.main-title span i{
  margin-left: 7px;
}

.main-title .all{
  position: absolute;
  left: 0;
  top: 0;
  font-size: 17px;
  color: rgb(26, 116, 134);
  line-height: 1.222;
  background-color: #fff;
  padding-right: 10px;
  font-weight: normal;
}


/* all: border switch */
.all {
  padding: 0 10px;
  /*height: 45px;*/
  /*line-height: 45px;*/
}

.all::before,
.all::after {
  position: absolute;
  width: 15px;
  height: 1px;
  background: #1A7486;
  content: '';
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}

.all::before {
  top: 17px;
  left: 0;
  -webkit-transform: rotate(-70deg);
  -moz-transform: rotate(-70deg);
  transform: rotate(-70deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transform-origin: 0 0;
}

.all::after {
  right: 0;
  bottom: 17px;
  -webkit-transform: rotate(-70deg);
  -moz-transform: rotate(-70deg);
  transform: rotate(-70deg);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.all:hover::before,
.all:focus::before {
  left: 50%;
  -webkit-transform: rotate(0deg) translateX(-50%);
  -moz-transform: rotate(0deg) translateX(-50%);
  transform: rotate(0deg) translateX(-50%);
}

.all:hover::after,
.all:focus::after {
  right: 50%;
  -webkit-transform: rotate(0deg) translateX(50%);
  -moz-transform: rotate(0deg) translateX(50%);
  transform: rotate(0deg) translateX(50%);
}


.main-title2 {
    background: rgba(0, 0, 0, 0) url("../img/dots.png") repeat-x scroll center top;
    color: rgb(123, 64, 114);
    font-size: 24px;
    font-weight: bold;
    margin: 0px 0 30px 0;
    position: relative;
    padding-top: 15px;
}
.main-title2 span{
  background-color: #fff;
  padding-left: 10px;
}

.main-title2 span i{
  margin-left: 7px;
}

.sotitr{
  font-size: 18px;
  font-weight: normal;
  margin-right: 17px;
}
.main-title2 h2{
  margin: 0;
  font-size: 26px;
}

.main-title2 .post-meta{
  font-size: 16px;
  font-weight: normal;
  color: #e5734a;
  margin-right: 17px;
}
.main-title2 .post-meta i{
  font-size: 14px;
  margin-left: 3px;
}


.dots {
    background: rgba(0, 0, 0, 0) url("../img/dots.png") repeat-x scroll center top;
    margin: 0px 0 30px 0;
    width: 100%;
    height: 10px;
    display: table;
}


/*==============================
  Last News
================================*/
.last-news{
  margin-top: 20px;
  margin-bottom: 30px;
}
.gridsdiv{
  width: 100%;
  display: table;
      z-index: 0;
    position: relative;
}



.gshadow{
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  right: 0;

  z-index: 1;
}


.news-title{
    background: #222;
    bottom: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 99;
    padding-right: 5px;
}
.news-title h2{
  display: table;
  background-color: #222;
  color: #fff;
  font-size: 22px;
  line-height: 31px;
  margin: 0;
  padding: 3px;
}

.grids.one{
  width: 48%;
  float: right;
  height: 364px;
  margin-left: 15px;
  overflow:hidden;
  position: relative;
}

.grids.one img{
    left: 50%;
    margin-left: -50%;
    margin-top: 0;
    position:absolute;
    width: 100%;
    height: 100%;
}
a.grids.three p {
    margin-top: 0;
}

.grids {
  /*background: #1A7486;*/
  /*background: #222;*/
}

.grids:hover {
  z-index: 999;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.12);
  transform: scale(1.12);

  -webkit-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 13px 1px rgba(0,0,0,0.75);

}

.grids.three:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.grids.two:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.grids:hover img {
  /*opacity: 0.3;*/
  -webkit-transform: translate3d(0,0,0) scale(1);
  transform: translate3d(0,0,0) scale(1);
}

.grid-titles {
    bottom: -95px;
    padding: 100px 0 0;
    position: absolute;
    right: 0;
    transition: all 200ms ease 0s;
    width: 100%;
    z-index: 2;
    background-image: linear-gradient(to bottom, transparent 0%, #000);
}
.grids:hover .grid-titles{
  bottom: 0;
  -webkit-transition:200ms all ease;
  -o-transition:200ms all ease;
  transition:200ms all ease;
/*  background-image: linear-gradient(to bottom, transparent 80%, #000);*/
}
.grid-titles h2 {
    /*box-shadow: 0 -65px 20px 0 rgba(0, 0, 0, 0.7) inset;*/
    color: #fff;
    font-size: 28px;
    margin: 0;
    padding: 10px 15px;
    z-index: 3;
}
.grids:hover .grid-titles h2{
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  box-shadow: none;
}
.grid-titles p {
    color: #fff;
    float: none;
    height: 75px;
    margin-top: 10px;
    overflow: hidden;
    padding: 0 10px 0 0;
    text-align: right;
    font-size: 15px;
    line-height: 19px;
}
.grid-titles p span{
  display: block;
}

.grids .grid-overlay {
  transition: all 0.3s ease-out 0s;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );

  z-index: 1;
  height: 40%;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.grids:hover .grid-overlay{
  height: 100%;
}



.grids.two{
  width: 29.3%;
  float: right;
  height: 174px;
  margin-left: 15px;
  overflow:hidden;
  position: relative;
}

.grids.two img{
    left: 50%;
    margin-left: -50%;
    margin-top: -6%;
    position:absolute;
    /*width: 100%;*/
    /*height: 100%;*/
}

.grids.two .grid-titles h2 {
    font-size: 22px;
}

.grids.three{
  width: 20%;
  float: right;
  height: 174px;
  overflow:hidden;
  position: relative;
}
.grids.three .grid-titles h2{
    margin-bottom: 10px;
}

.grids.three img{
    left: 50%;
    margin-left: -50%;
    margin-top: 0%;
    position:absolute;
    height: 174px;
    /*width: 100%;*/
    /*height: 100%;*/
}
.grids.three .grid-titles h2 {
    font-size: 22px;
}


.grids.four{
  width: 50.6%;
  float: right;
  height: 174px;
  margin-top: 15px;
  overflow:hidden;
  position: relative;
}

.grids.four img{
    left: 50%;
    margin-left: -50%;
    margin-top: -18%;
    position:absolute;
    /*width: 100%;*/
    /*height: 100%;*/
}



/*==============================
  Timeline
================================*/
.last-events{
  margin-bottom: 30px;
}

.timeline{
  position: relative;
  text-align: center;
}
.tline{
  position: absolute;
  top: 71px;
  z-index: -1;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: #1a7486;
}
.ev{
  text-align: left;
  display: inline-block;
  width: 14%;
  margin-left: 20px;
  border-left: 3px dotted #BD9FB8;
  padding-left: 10px;
  color: #1a7486;
}
.ev .etitle{
  display: block;
  width: 100%;
  height: 60px;
}

.ev .etitle span {
    line-height: 20px; 
    display: inline-block;
}
.ev i{
  width: 100%;
  /*float: left;*/
  margin-left: -22px;
}
.etime {
  width: 100%;

}
.etime span{
  color: #fff;
  font-size: 16px;
  padding: 0 5px;
  border-radius: 3px;
  background-color: rgb(123, 64, 114);
}

.ev:hover{
  color: #E5734A;
  border-left: 3px dotted #E5734A;
}
.ev:hover i{

}
.ev:hover .etime span{
  background-color: #E5734A;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.ev i {
  position: relative;
  display: inline-block;
  outline: none;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  text-shadow: 0 0 1px rgba(255,255,255,0.3);
  font-size: 10px;
  width: 23px;
}


/* Effect 12: circle */
.ev i::before,
.ev i::after {
  position: absolute;
  top: 50%;
  left: 45%;
  width: 50px;
  height: 50px;
  border: 2px solid rgba(0,0,0,0.1);
  border-radius: 50%;
  content: '';
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
  transform: translateX(-50%) translateY(-50%) scale(0.2);
}

.ev i::after {
  width: 40px;
  height: 40px;
  border-width: 6px;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
  transform: translateX(-50%) translateY(-50%) scale(0.8);
}

.ev:hover i::before,
.ev:hover i::after,
.ev:focus i::before,
.ev:focus i::after {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
}

.timeline2 {
      border-right: 3px solid #1A7486;
      position: relative;
      padding-top: 20px;
  }
.timeline2 .ev .etitle {
      height: auto;
  }
.timeline2 .ev .etitle span {
    line-height: 20px; 
    display: inline-block;
}
.timeline2 .tline {
    display: none;
  }
.timeline2 .ev {
      border-bottom: 3px dotted #bd9fb8;
      border-left: none;
      margin-bottom: 20px;
      padding-bottom: 20px;
      padding-right: 20px;
      text-align: right;
      width: 100%;
      position: relative;
  }
.timeline2 .ev i {
      width: 22px;
      position: absolute;
      top: 0;
      right: 0;
      margin-right: -13px;
  }
.timeline2 .ev p{
  color: #666;
  margin: 10px 0 0 0;
}
.timeline2 .ev i::before,
.timeline2 .ev i::after {
  left: 50%;
}

/*==============================
  Services
================================*/
.our-services{
  margin-bottom: 30px;
}
.services{
  width: 100%;
  display: table;
}
.serv{
  width: 16.66666666666667%;
  float: right;
  position: relative;
  height: 120px;
  text-align: center;
  color: #fff;
    transition: all 0.05s ease-in-out;
  -webkit-transition: all 0.05s ease-in-out;
  -moz-transition: all 0.05s ease-in-out;
  -o-transition: all 0.05s ease-in-out;
}

.slogos{
  min-height: 80px;
  width: 100%;
  padding-top: 15px;
}
.serv:hover{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
    transition: all 0.05s ease-in-out;
  -webkit-transition: all 0.05s ease-in-out;
  -moz-transition: all 0.05s ease-in-out;
  -o-transition: all 0.05s ease-in-out;
  color: #fff;
  z-index: 2;
}
.serv img{
  display: block;
  margin: 0 auto;

}
.serv span{
    display: table;
    padding: 10px 0;
    position: absolute;
    bottom: 5px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    line-height: 16px;
}


/*==============================
  Galleries
================================*/
.last-galleries{
  margin-bottom: 30px;
}

.galleries{
  position: relative;
  display: inline-block;
  width: 100%;
  color: #fff;
}

.galleryimg{
  width: 100%;
  height: 202px;
  overflow: hidden;
  position: relative;
}

.galleries img{
  width: 100%;
  transition: all .2s ease;
  vertical-align: middle;
}
.galleries:hover img {
  -webkit-transform: rotate(5deg) scale(1.2);
  -moz-transform: rotate(5deg) scale(1.2);
  -o-transform: rotate(5deg) scale(1.2);
  -ms-transform: rotate(5deg) scale(1.2);
  transform: rotate(5deg) scale(1.2);
}
.galleries h2{
  position: absolute;
  bottom: 10px;
  right: -10px;
  background-color: #7b4072;
  font-size: 20px;
  margin: 0;
  padding: 5px 10px;
  font-weight: normal;
  z-index: 2;
  transition: all 0.2s ease-in-out 0s;
  /*display: table;*/
  margin-left: 10px;
}
.galleries:hover h2{
  bottom: 20px;
  color: #fff;

}

.galleryimg .dur{
  position: absolute;
  right: 50%;
  margin-right: -20px;
  top: 50%;
  margin-top: -30px;
  font-size: 48px;
  color: #fff;
}
.galleryimg .dur span{
  border-bottom: 0;
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 14px;
  font-family: verdana;
}
.list-games:hover .dur span{
  border-bottom: 0;
}
.list-games .dur i{
  font-size: 36px;
}
.list-games:hover .dur i{
  border-bottom: 0;
  font-size: 36px;
  color: #F48E1E;
}

.galleries .fa-youtube-play{
  position: absolute;
  right: 50%;
  margin-right: -24px;
  top: 50%;
  margin-top: -25px;
  font-size: 48px;
  color: #7B4072;
}
.galleries:hover .gshadow2{
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  box-shadow: 0 0 30px #222 inset;
  z-index: 1
}

.radio-bg{
  background: url("../img/radio-bg.jpg");
  width: 100%;
  display: table;
}
.podcast{
  width: 100%;
  height: 202px;
  position: relative;
  display: table;
}
.podcast ol{
  margin-top: 25px;
  padding-right: 20px;
}
.podcast ol li{
  list-style-type: none;
  margin-bottom: 5px;
}
.podcast ol li a{
  color: #fff;
}
.podcast ol li a:hover{
  color: #f8ae4a;
}
.podcast ol li i{
  margin-left: 10px;
  color: #D0DADC;
  vertical-align: middle;
  cursor: pointer;
}
.podcast ol li i:hover{
  color: #f8ae4a;
}
.audiojs{
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(35, 36, 36, 0.4);

}
.audiojs .play-pause{
  width: auto;
}
.audiojs .scrubber{
  width: 60%;
}
.audiojs .scrubber{
  background: none;
  margin-top: 14px;
  height: 7px;
  border: 0;
}
.audiojs .progress {
  background: #f2603e;
  height: 7px;
  border: 0;
}
.audiojs .loaded {
  background: #6b7e91;
  height: 7px;
  border-radius: 10px;
  border: 0;
}
.podcast ol li.playing a{
  color: #f8ae4a;
}

/*==============================
  Games
================================*/
.last-games{
  margin-bottom: 60px;
}

.game-title{
  position: absolute;
  top: 15px;
  right: -15px;
  width: 80%;
  transition: all 0.2s ease-in-out 0s;
  z-index: 1;
}
.games > a:hover .game-title{
  top: 25px;
  transition: all 0.2s ease-in-out 0s;
}
.game-title h2{
  display: table;
  color: #fff;
  font-size: 22px;
  font-weight: normal;
  line-height: 31px;
  margin: 0;
  padding: 3px;
  transition: all 0.2s ease-in-out 0s;
}
.game-title span{
  display: table;
  color: #fff;
  font-size: 22px;
  line-height: 31px;
  margin: 0;
  padding: 3px;
  border-bottom: 2px solid rgba(0,0,0,0.3);
}

.games{
  width: 100%;
  display: table;
}


.imggame{
  background: red;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.imggame img{
  width: 100%;
  transition: all .2s ease;
  vertical-align: middle;
}
.games > a:hover img {
  -webkit-transform: rotate(5deg) scale(1.2);
  -moz-transform: rotate(5deg) scale(1.2);
  -o-transform: rotate(5deg) scale(1.2);
  -ms-transform: rotate(5deg) scale(1.2);
  transform: rotate(5deg) scale(1.2);
}


.games .one{
  width: 33.33333333333333%;
  float: right;
  height: 500px;
  position: relative;
}
.games .one:hover .turquoise::after {
    background: none;
}

.games .two{
  width: 33.33333333333333%;
  float: right;
  height: 250px;
  position: relative;
}
.games .two:hover .pumpkin::after {
    background: none;
}

.games .three{
  width: 33.33333333333333%;
  float: left;
  height: 500px;
  position: relative;
}
.games .three:hover .nephritis::after {
    background: none;
}

.games .four{
  width: 33.33333333333333%;
  float: right;
  height: 250px;
  position: relative;
}
.games .four:hover .belizehope::after {
    background: none;
}

.games .news-title{
  position: absolute;
  top: 10px;
  right: -15px;
}
.games .news-title h2{
  display: table;
  background-color: #222;
  margin: 0;
}
.imggame{
  position:relative;
}
.imggame::after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0.4;
}
.imggame img{
  width: 100%;
  height: 100%;
}
.imggame.turquoise::after{background-color: #3eb5bb;}
.imggame.pumpkin::after{background-color: #f2603e;}
.imggame.nephritis::after{background-color: #8aa540;}
.imggame.belizehope::after{background-color: #556194;}


/*==============================
  Ads Banners
================================*/
.ads-banner{

}


.brd4{
  height: 5px;
  background: url("../img/dots.png") repeat-x center center;
  width: 100%;
  display: table;
  margin-bottom: 30px;
}


.breadcrumb {
    background: none;
    border-radius: 0;
    list-style: outside none none;
    margin: 30px 0 20px 0;
    padding: 0;
}
.breadcrumb > li + li::before {
    color: #999;
    content: "\f100";
    font-family:'FontAwesome';
    font-size: 10px;
    display: inline-block;
    padding: 0 10px;
}
.breadcrumb li a{
  color: #999;
  font-size: 16px;
}
.breadcrumb li a:hover{
  color: #E5734A;
}
.breadcrumb li.active{
  font-size: 16px;
}




/*Sidebar*/
.sidebar{
  background: #7b4072;
  margin-right: 15px;
}
.sidebar .stitle-main{
  background: #1a7486;
  color: #fff;
  margin: 0 -15px;
  padding: 10px 20px;
  position: relative;
  margin-bottom: 30px
}

.sidebar .stitle-main .stitle1 span{
  position: absolute;
  bottom: 0;
  right: 20px;
  margin-bottom: -8px;
  width: 0;
height: 0;
border-style: solid;
border-width: 8px 8px 0 8px;
border-color: #1a7486 transparent transparent transparent;
}
.sidebar .stitle-main .stitle1 i{
  margin-left: 5px;
}
.stitle-main button{
  width: 100%;
  padding: 0;
  margin: 0;
}
.hamburgers{
  float: right;
  margin: 12px 0 0 10px;
}
.title-bar{
  float: right;
}
.navbar-collapse{
  box-shadow: none;
  border-top: 0;
}

.side-info{
  margin-bottom: 25px;
  margin-right: 5px;
  width: 100%;
  display: table;
}
.side-info span{
  color: #fdd47d;
  display: block;
  line-height: 12px;
}

.side-content{
  font-size: 24px;
  color: #fff;
}
.side-content .esra{
  margin-top: 10px;
}

.platforms{
  padding: 0;
  margin-top: 12px;
}
.platforms li{
  list-style: none;
  display: inline-block;
}
.platforms li i{
  width: 36px;
  height: 36px;
  background: #562D50;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  border-radius: 50%;
}
.platforms .fa-desktop{
  font-size: 22px;
}
.platforms .fa-windows{
  font-size: 22px;
}
.link-dl:hover{
margin-right: 10px;
}
.side-website{
    background: #E5734A;
    color: #fff;
    margin: 0 -15px 0px;
    padding:5px 15px;
    position: relative;

}
.side-website a{
  font:13px verdana;
  color: #fff;
}
.side-website i{
  font-size: 16px;
  margin-left: 5px;
}


.pcontent{
  padding: 10px 55px 10px 15px;
  margin-right: -15px;
}

.awards{
  float: left;
  background: #eeeeee;
  width: 33%;
  text-align: center;
  padding: 25px;
  margin: 0 20px 10px 0;
}

.awards .awards-title{
  margin: -10px 0 20px 0;
  padding-bottom: 10px;
  color: #E5734A;
  border-bottom: 1px solid #ddd;
}
.awards ol,
.awards ul{
  padding: 0;
  margin: 25px 10px 0 10px;
  text-align: right;
  color: #562d50;
  width: 90%;
}
.awards ol li,
.awards ul li{
  line-height: 30px;
}

.poster-img{
  float: left;
  background: #eeeeee;
  width: 33%;
  text-align: center;
  padding:0;
  margin: 0 20px 10px 0;
}

.lastg{
  position: relative;
  display: inline-block;
}
.lastg h3{
  position: absolute;
  bottom: 10px;
  right: -10px;
  background: #7b4072;
  margin: 0;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
}

.trailer{

}









/*==============================
  Footer
================================*/
footer{
  background-color: #165764;
  color: #fff;
  margin-top: 80px;
}
footer a {
    color: #fff;
}
.footer-menu{
  margin-top: 40px;
}
.footer-menu ul{
  padding: 0;
}
.footer-menu ul li{
  display: inline-block;
  width: 49%;
}
.footer-menu ul li i {
    margin-left: 5px;
}
.footer-menu ul li a:hover{
  color: #E5734A;
}
.footer-address{
  margin-top: 40px;
}
.footer-address span{
    float: right;
    padding: 0 10px;
    text-align: justify;
    width: 94%;
}
.footer-address i{
  float: right;
    width: 12px;
}

.footer-newsletter{
  background-color: #0F4550;
  padding:35px 30px 30px 30px;
}
.finput{
  position: relative;
  margin:5px 0;
}
.footer-newsletter input{
  background-color: #3F6A73;
  color: #fff;
  border-radius: 0;
  border: none;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  text-align: left;
  width: 100%;
  direction: ltr;
}
.footer-newsletter button{
  font-size: 18px;
  border: none;
  height: 35px;
  line-height: 35px;
  width: 36px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #7B4072;
  padding-right: 10px;
}
.footer-newsletter button:hover{
  background: #F2603E;
}
.footer-newsletter i{
  margin-left: 10px;
}
.footer-newsletter .fa-mobile{
  font-size: 24px;
  line-height: 1;
  margin-top: 10px;
}
.sms{
  font-size: 24px;
}

.footer-sponsors{
  margin-top: 20px;
  text-align: left;
}
.footer-sponsors a{
  display: inline-block;
  margin-bottom: 10px;
}

.copyright{
  border-top: 1px solid #3D6C76;
  font-size: 16px;
  color: rgba(238, 238, 238, 0.6);
  padding: 12px 0;
  width: 100%;
  display: table;
}

.spiraldesign {
  text-align:left
}

.spiraldesign > a {
  width:100%;
  color:#CCC
}

.spiraldesign > a:hover {
  color:#F47519
}

.spiraldesign > a span {
  margin-left:10px;
  font-size: 14px;
  float:left;
  display:none
}

.spiral-icon {
  background:url(../img/spiraldesign.png);
  height:28px;
  width:30px;
  float:left;
}
footer:hover .spiraldesign > a span{
  display: block;
}



/* Preload images */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 1px;
  position: relative;
  height: 100%;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: right;
  text-align: right;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-caption h3,
.lb-data .lb-caption h4{
  margin-top: 0;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.list-form{
  margin-bottom: 50px;
}
.form-group label{
  font-weight: normal;
  display: block;
}
.form-group select,
.form-group input,
.form-group textarea{
  display: inline-block;
  width:100%;
  border-radius: 0;
  border: 1px solid #D8D8D8;
  background: #EEEEEE;
  box-shadow:none;
  border-bottom: 2px solid #999999;
}
.form-group ::-webkit-input-placeholder {
   color: #aeaeae;
}

.form-group :-moz-placeholder { /* Firefox 18- */
   color: #aeaeae;
}

.form-group ::-moz-placeholder {  /* Firefox 19+ */
   color: #aeaeae;
}

.form-group :-ms-input-placeholder {
   color: #aeaeae;
}
.form-group.tiny{
  margin-left: 5px;
}
.tiny select{
  width: 48%;
  margin-left: 0%
}
.tiny select:last-child{
  margin-left: 0;
}

.main-btn{
  background: #F48E1E;
  border-radius: 0;
  color: #fff;
  font-size: 18px;
  padding: 3px 20px;
  width: 100%;
  margin-top: 25px;
  display: inline-block;
}
.main-btn:hover{
  background: #7B4072;
  color: #fff;
}
.main-btn i{
  margin-right: 7px;
  display: inline-block;
  vertical-align: middle;
}
.contact7{
  height: 40px;
  line-height: 40px;
}
.w25{
  width: 25%;
  float: left;
  margin-top: 0;
}



.list-games{
  text-align: center;

}
.list-games a{
  display: inline-block;
  width: 100%;
  position: relative;
}
.list-games .galleryimg{
  width: 165px;
  height: 165px;
  overflow: hidden;
  background: none;
  border-radius: 100%;
  transition: all .2s ease;
  margin: 0 auto;
}

.list-games img{
  border: 2px solid #dfdddc;
  width: 100%;
  height: 100%;
  transition: all .2s ease;
  vertical-align: middle;
  border-radius: 100%;
}
.list-games:hover img {
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
  border-radius: 100%;
}
.list-games h2{
  color: #7B4072;
  font-size: 18px;
  font-weight: bold;
  min-height: 40px;
}
.list-games:hover h2{
  color: #F48E1E;
}
.list-games span{
  color: #e5734a;
  font-size: 16px;
  border-bottom: 2px solid #dfdddc;
  width: 100%;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.list-games:hover span{
  border-bottom: 2px solid #F48E1E;
}
.list-games span i{
  margin-left: 3px;
  font-size: 12px;
}




/* Effect 12: circle */
/*.list-games a .ihov::before,
.list-games a .ihov::after {
  position: absolute;
  top: 27%;
  left: 50%;
  z-index: -1;
  width: 0;
  height: 0;
  border: 0px solid rgba(0,0,0,0.1);
  border-radius: 50%;
  content: '';
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
  transform: translateX(-50%) translateY(-50%) scale(0.2);
}

.list-games a .ihov::after {
  width: 180px;
  height: 180px;
  border-width: 3px;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
  transform: translateX(-50%) translateY(-50%) scale(0.8);
}

.list-games:hover .ihov::before,
.list-games:hover .ihov::after,
.list-games:focus .ihov::before,
.list-games:focus .ihov::after {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
}*/





.list-gallery{
  margin-bottom: 20px;
}
.list-gallery a {
  position: relative;
  display: inline-block;
  height: 236px;
}
.list-gallery a.gims{
  height: 202px;
}
.list-gallery a .galleryimg{
  background: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.list-gallery a .galleryimg img{
  /*height: 100%;*/
  /*width: 550px!important*/
}
.list-gallery img{
  width: 100%;
  transition: all .2s ease;
  vertical-align: middle;
}
.list-gallery:hover img {
  -webkit-transform: rotate(5deg) scale(1.2);
  -moz-transform: rotate(5deg) scale(1.2);
  -o-transform: rotate(5deg) scale(1.2);
  -ms-transform: rotate(5deg) scale(1.2);
  transform: rotate(5deg) scale(1.2);
}
.list-gallery h2{
  position: absolute;
  top: 10px;
  right: -10px;
  background-color: #1A7486;
  color: #fff;
  font-size: 20px;
  padding: 5px 10px;
  margin: 0;
  font-weight: normal;
  z-index: 0;
  transition: all 0.2s ease-in-out 0s;
  /*display: table;*/
  border-bottom: 2px solid #165764;
}
.list-gallery:hover h2{
  top: 20px;
  color: #fff;

}
.list-gallery span{
}
.list-gallery .meta-list{
  width: 100%;
  background: rgba(0,0,0,.6);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 10px;
  color: #e5734a;
  font-size: 16px;
}
.dates{
  float: right;
}
.dates i{
  margin-left: 3px;
}
.img-count{
  float: left;
}


/*Pagination*/
.pagination > li {
    display: inline-block;
}
.pagination li a,
.pagination li span {
    border-radius: 0!important;
}
.pagination > li > a, .pagination > li > span{
  background: #dddddd;
  color: #909090;
  border:0;
  padding: 2px 12px;
}
.pagination > li > a:hover, .pagination > li > span:hover{
  background: #7b4072;
  color: #fff;
}
.pagination li a i{
  font-size: 14px;
}
.pagination li.active a{
  background: #7b4072;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color:  #7b4072;
    border-color:  #7b4072;
}


.contact-map{
  background: rgba(0, 0, 0, 0) url("../img/dots.png") repeat-x scroll center top;
  padding-top: 30px;
  margin: 0px 0 60px 0;
  width: 100%;
  display: table;
}
.contact-map img{
  width: 100%;
}

.info-contact{

}
.info-contact h3{
  margin: 0 0 20px 0;
  color: #7b4072;
}
.info-contact span{
  display: block;
}
.info-contact span i{
  font-size: 14px;
  margin-left: 5px;
  color: #aeaeae;
}


.calls{
  width: 100%;
  display: table;
}
.rows{
  width: 100%;
  display: table;
  border-bottom: 1px solid #dedcdb;
  padding: 5px 0;
}
.rows span:first-child{
  float: right;
}
.rows span:last-child{
  float: left;
}


.info-cover{
    position: relative;
    height: 302.5px;
    overflow: hidden;
}
.info-cover > img{
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 0;
}
.div-cover{
  position: absolute;
  z-index: 0;
  top: 0%;
  right: 0%;
  width: 100%;
  text-align: center;
}
.div-cover img{
  margin: 75px 0 10px 0;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 1px solid rgba(78,174,179,0.6);
    padding: 7px;
}
.div-cover h2{
      font-size: 24px;
    color: #7B4072;
    margin: 0 0 3px 0;
}
.div-cover h3{
  font-size: 18px;
  font-weight: normal;
  color: #7B4072;
  margin: 0;
}
.info-cover i{
  color: #fff;
  font-size: 48px;
  margin: 95px 0 40px 0;
}


.post-content{

}
blockquote {
  float: left;
  width: 220px;
  background: #7B4072;
  color: #fff;
  border: 0;
  border-bottom: 4px solid #58194e;
  margin: 30px 10px 30px 0;
  padding: 15px 25px;
}
blockquote i{
  display: block;
  margin-bottom: 5px;
}
blockquote p {
  display: inline;
}


.related-gallery{
  background: #165764;
  width: 100%;
  /*display: table;*/
  position: relative;
  padding-bottom: 1px;
}
.related-gallery h3,
.post-poll h3,
.widget h3 {
    background-color: #7b4072;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    margin: 10px -10px 0 0;
    padding: 5px 10px;
    border-bottom: 2px solid #58194e;
    transition: all 0.2s ease-in-out 0s;
}
.related-img{
  width: 100%;
  /*display: table;*/
  margin: 25px 10px 25px 0;
}
.related-img a{
  display: inline-block;
  width: 15%;
  margin: 0 4px;
  border: 3px solid #146373;
}
.related-img a img{
  width: 100%;
}
.related-img a:hover{
  border: 3px solid #f48e1e;
}
.related-gallery .all {
    background-color: none;
    color: #f48e1e;
    font-size: 17px;
    font-weight: normal;
    left: 15px;
    top: 10px;
    line-height: 1.222;
    padding-right: 10px;
    position: absolute;
}
.related-gallery .all::before,
.related-gallery .all::after {
    background: #f48e1e;
}


.comments{
  width: 100%;
  display: table;
  margin-top: 30px;
}
.comments .right{
  width: 30%;
  margin-left: 3%;
  float: right;
}
.comments .left{
  width: 67%;
  float: left;
}

.cm-div{
  width: 100%;
  display: table;
  margin-top: 30px;
}
.cm-row{
  width: 100%;
  display: table;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.cm-row h5{
  font-size: 18px;
  font-weight: normal;
  color: #203e52;
  margin-bottom: 0;
}
.cm-row span{
  font-size: 16px;
  font-weight: normal;
  color: #ababab;
  display: block;
  margin-bottom: 10px;
}


.widget{
  background: #DDDDDD;
  padding: 0 10px;
  width: 100%;
  display: table;
  margin-bottom: 25px;
}
.widget h3{
  margin-right: -20px;
}
.widget ul{
  padding:0;
  margin: 10px 0 20px 0;
}
.widget ul li{
  display: block;
  border-bottom: 1px solid #FBF6F6;
  padding-bottom: 5px;
}
.widget ul li:last-child{
  border-bottom: 0;
  padding-bottom: 0;
}
.widget ul li i {
    margin-left: 4px;

}
.widget ul li a{
  color: #666666;
}
.widget ul li a:hover{
  color: #7B4072;
}

.lastgame{
margin-top: 30PX;
}
.lastgame a{
  width: 100%;
  margin-bottom: 15px;
  display: inline-block;
  color: #666;
}
.lastgame a img{
  width: 100%;
}


.post-thumb{
  float: left;
  display: block;
  margin: 0 20px 20px 0;
  border: 3px solid #d1d1d1;
}

.downloads{
  width: 100%;
  display: table;
  background: #7B4072;
  margin-top: 30px;
}
.downloads .right{
  float: right;
  color: #fff;
}
.downloads .right p{
  font-size: 22px;
  margin: 10px 25px 0 0;
}
.dl-meta{
  margin: 10px 25px 0 0;
}
.dl-meta span{
  font-size: 14px;
  margin-left: 10px;
}
.dl-meta span i{
  margin-left: 4px;
}

.downloads .left{
  float: left;
  background: #95668e;
  height: 90px;
  width: 12%;
  text-align: center;
  vertical-align: middle;
  display: table;
  font-size: 24px;
}
.downloads .left:hover{
  background: #F48E1E;
  color:#fff;
}
.downloads .left span{
  vertical-align: middle;
  display: table-cell;
}
.downloads .left span i{
  display: block;
}


.post-rows {
    display: table;
    width: 100%;
}
.plist .main-title2{
  padding-top: 0;
  margin-bottom: 15px;
  background: none;
}
.plist .main-title2 a{
  color: #7B4072;
}
.plist .main-title2 a:hover{
  color: #1A7486;
}

.post-rows img{
  width: 262px;
  float: right;
  margin-left: 30px;
  border: 3px solid #d1d1d1;
  background: #7B4072;
}

.simg {
  float: right;
  margin-left: 30px;
  border: 3px solid #d1d1d1;
  background: #7B4072;
  width: 200px;
  height: 150px;
  position: relative;
}
.simg img{
  max-height: 100%;  
  max-width: 100%; 
    width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
    border:0;
}
.plist {
    padding-right: 212px;
}
.tooltip-inner{
  font-size: 16px;
}



.post-poll{
  background: #EEEEEE;
  width: 100%;
  display: table;
  position: relative;
}
.post-poll .fa-pie-chart{
  position: absolute;
  left: 45px;
  top: 45px;
  font-size: 195px;
  color: #d8d8d8;
}

.poll-div {
    position: relative;
    z-index: 2;
  margin: 20px 20px;
}

.poll-div h4{
  color: #7b4072;
  font-size: 20px;
  margin-bottom: 10px;
}
.poll-div .radio label{
  line-height: 1;
}
.poll-div button{
  width: 120px;
}

.poll-div ul {
  margin-top: 2px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.poll-results-list {
  display: none;
}

.poll-div ul li {
  background: none;
  padding: 0 0 8px 0;
}

.poll-div ul li input,
.poll-div ul li label {
  float: none;
}

.poll-div ul li label {
  width: 92%;
}

.poll-div ul li input {
  margin-left: 0px;
}

ul.poll-results-list {
  padding-top: 2px;
  padding-bottom: 1px;
}

ul.poll-results-list li {
  position: relative;
}

.percentage {
  font-weight: bold;
  display: none;
  position: absolute;
  left: 0;
  bottom: 17px;
}

.nul {
  width: 0;
}

.out-bar {
  background: #fff;
  height: 10px;
  position: relative;
  margin-top: 1px;
  margin-bottom: 2px;
}

.inner-bar,
.voted {
  background: #1A7486;
  height: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

.last-game{
  margin: 20px 0;
}
.list-games a{
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
.title3{
  color: #7B4072;
  transition: all .2s ease;
}
.last-game a:hover .title3{
  margin-right: 10px;
  color: #165764;
  transition: all .2s ease;
}
.title3 i{
  margin-left: 5px;
}
.list-games .galleryimg{
  width: 165px;
  height: 165px;
  overflow: hidden;
  background: none;
  border-radius: 100%;
  transition: all .2s ease;
  margin: 0 auto;
}

.list-games img{
  border: 2px solid #dfdddc;
  width: 100%;
  height: 100%;
  transition: all .2s ease;
  vertical-align: middle;
  border-radius: 100%;
}
.list-games:hover img {
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
  border-radius: 100%;
}

#map{
  height: 300px;
}

.captcha-code{
  position: relative;
}
.captcha-code img {
    position: absolute;
    left: 0;
    top: 0;
    margin: 1px;
    height: 37px;
}



.media-cover{
  position: relative;
}
.media-cover img{
  width: 100%
}
.media-cover .div-cover{
  position: absolute;
  z-index: 0;
  top: 0%;
  right: 0%;
  width: 100%;
  text-align: center;
}
.media-cover .div-cover h3{
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  margin: 0;
}
.media-cover .div-cover i{
  color: #7B4072;
  font-size: 48px;
  margin: 35px 0 40px 0;
}


.videoplayer {
    width: 100%;
    display: table;
    background: #222;
    text-align: center;
    padding: 50px 0 70px 0;
}
.mediaplayer{
  display: table;
  position: relative;
  margin: 0 auto;
}

.videometa{
  background: #E5734A;
  color: #fff;
  padding: 12px 0 10px 0;
  margin-bottom: 40px;
  width: 100%;
  display: table;
}
.videometa a{
  color: #fff;
}
.aligns{
  width: 602px;
  margin: 0 auto;
}
.aligns > span > i{
  margin-left: 6px;
  vertical-align: middle;
}
.dlvideo{
  margin-left: 40px;
}
.viewvideo{

}
.sharevideo{
  float: left;
}
.share-icons{
  display: inline-block;
  margin-right: 20px;
}
.share-icons > a > i{
  margin-right: 3px;
  vertical-align: middle;
}
.aligns a:hover{
    color: #ddd;    
}

.audio-skin{
  border-radius: 5px;
}
.audio-skin .vjs-control-bar{
  display: flex;
  bottom: 10px;
}
.audio-skin .vjs-big-play-button{
  display: none;
}
.vaudio {
    padding: 50px 0;
}


.relateds{
    
}
.relateds h3{
    margin: 0 0 20px 0;
    color: #7B4072;
    font-size: 26px;
    font-weight: bold
}
.related-video{
    position: relative;
    margin-bottom: 20px;
    display: inline-block
}
.related-video i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 48px;
    color: #fff;
    margin: -22px 0 0 -16px;
}

/*Login Form*/
.wrapper {
  margin-top: 80px;
  margin-bottom: 80px;
}
.logo-admin{
  margin: 0 auto 30px auto;
  display: block;
}
.form-signin {
  max-width: 380px;
  padding: 15px 35px 15px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 5px;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 30px;
}
.mr20{
  margin-right: 20px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-family: tahoma;
  font-size: 16px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input{
  direction: ltr;
  text-align: left;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-signin button{
  background: #7B4072;
}

.form-signin a{
  color: #444;
  margin-top: 30px;
  display: block;
}
.bg{
  background:#B57B89 url('../img/admin/bgblur.jpg') fixed;
  background-size: cover;
}


.galleryp{
  background: #ddd;
  padding: 30px;
}

.galleryimg.h100{
  height: 100px;
}
.galleryimg.h100 img{
  height: 100%;
}

.lgames .galleryimg{
  height: 160px;
}
.lgames .galleryimg img{
  height: 100%;
}

.search-count{
  width: 100%;
  display: table;
  background: #ddd;
}

.ssearch > a {
    float: right;
    margin-left: 30px;
    width: 150px;
    height: 100px;
    position: relative;
}
.ssearch > a >img{
  max-height: 100%;  
  max-width: 100%; 
    width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
    border:0;
    border: 3px solid #d1d1d1;
}
.ssearch .plist {
    padding-right: 162px;
}

img.fr-dib,img.fr-dii {
    display: block;
    margin: 20px auto;
}
img.fr-dib.fr-fil {
    display: block;
    float: left;
    margin: 20px 20px 20px 0;
}
img.fr-dib.fr-fir {
    display: block;
    float: right;
    margin: 20px 0 20px 20px;
}

.gm-style-iw p {
    margin-right: 20px;
}




/**
 * CHART
 * ------------------------------
 */
.Treant { position: relative; overflow: hidden; padding: 0 !important; }
.Treant > .node,
.Treant > .pseudo { position: absolute; display: block; visibility: hidden; }
.Treant.Treant-loaded .node,
.Treant.Treant-loaded .pseudo { visibility: visible; }
.Treant > .pseudo { width: 0; height: 0; border: none; padding: 0; }
.Treant .collapse-switch { width: 3px; height: 3px; display: block; border: 1px solid black; position: absolute; top: 1px; left: 1px; cursor: pointer; }
.Treant .collapsed .collapse-switch { background-color: #868DEE; }
.Treant > .node img {
    float: right;
    width: 45px;
    height: 45px;
    background: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 5px;
}


.chart { 
  direction:ltr;
  height: 1100px;
  /*display: table; */
  width: 1140px; 
  margin: 5px auto; 
  border: 3px solid #DDD; 
  border-radius: 3px; 
  text-align: right; 
}

.chart svg path{
  stroke: #7B4072;
}
.Treant > .node {
    background: #7B4072;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    min-height: 72px;
}
.Treant > a.node:hover{
  background: #E5734A;
}
.Treant > p { font-family: Arial, "Lucida Grande", sans-serif; font-weight: bold; font-size: 12px;}
.node-name { font-weight: bold;font-size: 20px; margin: 5px 0 5px 0; line-height: 1;}
.node-title {
    margin: 0;
    font-size: 18px;
    line-height: 16px;
    direction: rtl;
}
.node {
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ffffff;
    border: 0;
    width: 200px;
    font-family: Tahoma;
    font-size: 12px;
}

.nodeExample1 img {
    margin-left:  10px;
}


.ps-container .ps-scrollbar-x {
    position: absolute; /* please don't change 'position' */
    bottom: 3px; /* there must be 'bottom' for ps-scrollbar-x */
    height: 8px;
    background-color: #aaa;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    opacity: 0;
    filter: alpha(opacity = 0);
    -webkit-transition: opacity.2s linear;
    -moz-transition: opacity .2s linear;
    transition: opacity .2s linear;
}
.ps-container{
  direction: ltr;
}
.ps-container:hover .ps-scrollbar-x {
    opacity: 0.6;
    filter: alpha(opacity = 60);
}

.ps-container .ps-scrollbar-x:hover {
    opacity: 0.9;
    filter: alpha(opacity = 90);
    cursor:default;
}

.ps-container .ps-scrollbar-x.in-scrolling {
    opacity: 0.9;
    filter: alpha(opacity = 90);
}

.ps-container .ps-scrollbar-y {
    position: absolute; /* please don't change 'position' */
    right: 3px; /* there must be 'right' for ps-scrollbar-y */
    width: 8px;
    background-color: #aaa;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    opacity: 0;
    filter: alpha(opacity = 0);
    -webkit-transition: opacity.2s linear;
    -moz-transition: opacity .2s linear;
    transition: opacity .2s linear;
}

.ps-container:hover .ps-scrollbar-y {
    opacity: 0.6;
    filter: alpha(opacity = 60);
}

.ps-container .ps-scrollbar-y:hover {
    opacity: 0.9;
    filter: alpha(opacity = 90);
    cursor: default;
}

.ps-container .ps-scrollbar-y.in-scrolling {
    opacity: 0.9;
    filter: alpha(opacity = 90);
}

.video-js .vjs-control-bar{
  direction: ltr;
}

#scrollup{
    width: 48px;
    height: 48px;
    position:fixed;
    bottom:50px;
    right:20px;
    cursor: pointer;
}
#scrollup i {
    font-size: 48px;
    color: #000;
    opacity: 0.5;
}
.lightbox-dl{
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}
.lightbox-dl i{
  margin-right: 3px;
  font-size: 18px;
}
.lightbox-dl:hover{
  color: #E5734A;
}

.pattern-404{
  background: url("../img/game-pattern.png");
}

.notfound{
  direction: rtl;
  text-align: center;
  margin-top:10%;
  color: #7b4072;
  font-family: BMitra,sans-serif;
  font-weight: bold;

  width: 100%;
  height: 100%;
}

.notfound h1{
  font-size: 150px;
  font-family: sans-serif;
  line-height: 1;
  margin: 0;
}
.notfound p{
  font-size: 36px;
  margin: 0;
}
.notfound a{
  font-size: 24px;
  background: #E5734A;
  color: #fff;
  display: inline-block;
  padding: 5px 50px;
}
.notfound a:hover{
  background: #7b4072;
}

span.news-subtitle {
    color: #fff;
    margin-right: 15px;
}
