@import url('http://fonts.googleapis.com/earlyaccess/droidarabickufi.css');
@font-face {
    font-family: "newsans";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/NeoSans-regular.ttf") format("truetype");
}
::-moz-selection {
    background: #313131;
    color: #fff;
    text-shadow: 0px 1px 0px #000;
}
::selection {
    background: #313131;
    color: #fff;
    text-shadow: 0px 1px 0px #000;
}
body {
    margin: 0px;
    background-color: #ffe1ec;
    font-family: "newsans";
    font-size: 15px;
    color: #555454;
    line-height: 28px;
}
a {
    text-decoration: none;
    color: #444;
}
a:hover {
    color: #666;
    text-decoration: none !important;
}
a img,
img {
    border: 0px;
}
.clfx:after {
    display: block;
    height: 0;
    clear: both;
    content: '';
    width: 100%;
}
.cntr img {
    -moz-transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
a img:hover {
    opacity: 0.7;
}
ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
input[type=text],
input[type=password],
textarea,
select {
    border-radius: 0px;
    border: 1px solid #ccc;
    padding: 9px 12px;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
    background: #f5f5f5;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f5f5f5 0%, #ffffff 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f5f5f5 0%, #ffffff 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
    font-family: "GESS", "droid Arabic Kufi";
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    color: #666
}
input[type=submit] {
    font-size: 14px;
    font-weight: normal;
    border-width: 0px;
    padding: 6px 19px;
    cursor: pointer;
    background-color: #2098a9;
    color: #FFFFFF;
    font-family: "droid Arabic Kufi";
}
input[type=submit]:hover {
    opacity: 0.7
}
#contact-form,
#commentform {
    margin-bottom: 22px
}
#contact-form input,
#commentform input {
    display: block
}
#contact-form input[type=text],
#commentform input[type=text] {
    margin-bottom: 12px;
    width: 55%
}
#contact-form textarea,
#commentform textarea {
    width: 70%;
    min-height: 222px;
    margin-bottom: 16px
}
input[type=text]:hover,
input[type=password]:hover,
textarea:hover,
select:hover,
input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
    border-color: white
}
ul.navigation {
    text-align: center;
}
ul.navigation li {
    display: inline-block;
    margin-bottom: 6px;
}
ul.navigation li a {
    font-size: 19px;
    display: inline-block;
    min-width: 44px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    background-color: #f0518d;
}
ul.navigation li a.current,
ul.navigation li a:hover,
ul.navigation li a.current:hover {
    background-color: #2098a9;
    color: #FFFFFF;
}
.tooltipster-default {
    border-radius: 3px;
    background: #fff;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.3);
    color: #2c2c2c;
}
.tooltipster-default .tooltipster-content {
    font-size: 14px;
    line-height: 16px;
    padding: 8px 15px;
}
.tooltipster-base {
    padding: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999;
    pointer-events: none;
    width: auto;
    overflow: visible;
}
.tooltipster-base .tooltipster-content {
    overflow: hidden;
}
.tooltipster-arrow {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.tooltipster-arrow span,
.tooltipster-arrow-border {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
}
.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-top: 8px solid;
    bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-top: 9px solid;
    bottom: -7px;
}
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-bottom: 8px solid;
    top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-bottom: 9px solid;
    top: -7px;
}
.tooltipster-arrow-top span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom .tooltipster-arrow-border {
    left: 0;
    right: 0;
    margin: 0 auto;
}
.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
    left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    left: 5px;
}
.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span {
    right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
    right: 5px;
}
.tooltipster-arrow-left span,
.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-left: 8px solid;
    top: 50%;
    margin-top: -7px;
    right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-left: 9px solid;
    margin-top: -8px;
}
.tooltipster-arrow-right span,
.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-right: 8px solid;
    top: 50%;
    margin-top: -7px;
    left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-right: 9px solid;
    margin-top: -8px;
}
.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}
.tooltipster-fade-show {
    opacity: 1;
}
.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
}
.tooltipster-swing-show {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    -o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
    transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}
.tooltipster-fall {
    top: 0;
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-fall-show {} .tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    top: 0px !important;
    opacity: 0;
}
.tooltipster-slide {
    left: -40px;
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {} .tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0px !important;
    opacity: 0;
}
.tooltipster-content-changing {
    opacity: 0.5;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.clr {
    clear: both;
    height: 0px;
    display: block;
}
.cntr {
    margin: 0px auto;
    width: 1000px;
}
#top_bar {
    min-height: 50px;
    background-color: #f0518d;
}
.right_link {
    float: right;
    z-index: 2;
}
.right_link li {
    float: right;
    border-left: solid 1px #d33571
}
.right_link li a {
    padding: 10px 0;
    color: white;
    line-height: 30px;
    color: #fff;
    display: block;
    font-size: 17px;
    width: 120px;
    text-align: center;
}
.right_link li a:before {
    background-color: #d33571;
}
.right_link li:last-child {
    border: 0
}
.socila-icon_ {
    float: left;
    margin-top: 17px;
}
.socila-icon_ li {
    float: left;
    margin-right: 6px;
}
.socila-icon_ li a {
    background-position: left top;
    display: block;
    background-image: url('img/img_01.png');
    background-repeat: no-repeat;
    display: block;
    height: 19px;
    width: 19px;
}
.socila-icon_ li.ii_3 a,
.socila-icon_ li.ii_4 a {
    width: 24px;
}
.socila-icon_ li a:hover,
.share_item li a:hover {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
}
.socila-icon_ li.ii_2 a {
    background-position: -29px top;
}
.socila-icon_ li.ii_3 a {
    background-position: -61px top;
}
.socila-icon_ li.ii_4 a {
    background-position: -95px top;
}
.socila-icon_ li.ii_5 a {
    background-position: -121px top;
}
.hdr .cntr {
    padding: 20px 0px;
}
.hd-logo {
    display: block;
    float: right;
    background-image: url('img/logo.png');
    background-repeat: no-repeat;
    width: 387px;
    height: 170px;
    margin-top: 10px;
}
.hd-logo span {
    display: none;
}
.sld__ {
    margin-bottom: 30px;
}
.bx-prev,
.bx-next {
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -20px;
    background: rgba(32, 152, 169, 0.66);
    display: block;
    width: 66px;
    height: 66px;
    overflow: hidden;
    opacity: 0;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-family: FontAwesome;
    font-size: 36px;
    color: #fff;
    text-align: center;
    line-height: 60px;
}
.bx-next {
    left: auto;
    right: 0px;
}
.bx-wrapper:hover .bx-prev,
.bx-wrapper:hover .bx-next {
    opacity: 0.8;
    color: #fff;
}
.bx-wrapper:hover .bx-prev {
    left: 30px
}
.bx-wrapper:hover .bx-next {
    right: 30px
}
.bg-text h1 {
    -webkit-animation: zoomOut 1s both;
    animation: zoomOut 1s both;
}
.active-slide .bg-text h1 {
    -webkit-animation: fadeInUp 2s both;
    animation: fadeInUp 2s both;
}
.bg-text h2 {
    -webkit-animation: zoomOutLeft 1s both;
    animation: zoomOutLeft 1s both;
}
.active-slide .bg-text h2 {
    -webkit-animation: lightSpeedIn 2s both;
    animation: lightSpeedIn 2s both;
}
/****************************************************/

.socila-icon_ li a,
.s_post li img,
.s_post li b,
.import-lnk ul li a,
.menu1 li a,
.menu1 li a span,
.thumb1 img,
.cntr-items li div p a,
.hdleft-butt li a,
.p-row li a,
.p-row li span,
.pymt li,
.news-items li div,
.news-items li div a,
.i-01 a,
.u-butt li a,
.about-user_ {
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.des-coprt {
    float: left;
    display: block;
    background-image: url('img/elnoor.png');
    width: 193px;
    height: 30px;
    background-repeat: no-repeat;
    margin-top: 3px;
}
.des-coprt span {
    display: none;
}
#foot {
    padding: 15px 0px;
    background-color: #2098A9;
}
#foot p {
    float: right;
    margin: 0px;
    line-height: 26px;
    color: white
}
#fotbox {
    background-color: #f8f8f8;
    background-image: url('img/img_04.png');
    background-repeat: repeat-y;
}
#fotbox .cntr {
    background-image: url('img/img_07.png');
    background-repeat: repeat-y;
    background-position: right top;
    padding: 25px 0px;
    line-height: 17px
}
.fot-_box {
    float: right
}
.about-b {
    width: 255px
}
.artcl-b {
    width: 217px
}
.stor-b {
    width: 230px
}
.lft-b {
    width: 295px
}
.import-lnk {
    width: 45%
}
.contct_ {
    width: 55%
}
.s_post li {
    margin: 0px 17px 14px 11px
}
.s_post li a {
    display: block;
    color: #727171;
    font-size: 13px
}
.s_post li img {
    border-radius: 2px;
    float: right;
    width: 38px;
    height: 38px;
}
.s_post li a:hover img {
    border-radius: 38px;
    -moz-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.s_post li b {
    display: block;
    margin: 0px 44px 0px 0px;
    font-weight: normal
}
.s_post li a:hover b {
    margin-right: 42px
}
.fot-_box h2 {
    margin: 0px 17px 14px 0px;
    font-size: 23px;
    font-family: "newsans";
    line-height: 33px;
    color: #535353
}
.fot-_box h2 em {
    font-style: normal;
    color: #f55f98
}
.fot-_box h2 i {
    font-style: normal;
    color: #2098A9
}
.fot-_box div h2 {
    margin-right: 11px
}
.about-b p {
    margin: 0px 15px;
    font-size: 13px;
    color: #727171
}
.import-lnk ul li {
    margin: 0px 12px 5px 0px
}
.import-lnk ul li a {
    display: block;
    color: #727171;
    font-size: 14px;
    line-height: 27px
}
.import-lnk ul li a:hover {
    margin-right: 2px
}
.contct_ ul {
    padding-top: 16px
}
.contct_ ul li {
    background-position: right -37px;
    margin: 0px 12px 8px 0px;
    background-image: url('img/img_08.png');
    background-repeat: no-repeat;
    padding-right: 35px;
    line-height: 33px
}
.contct_ ul li:first-child {
    background-position: right 3px;
}
#nav_- {
    background-color: #2098A9;
}
.menu1 li {
    float: right;
    color: #fff;
    font-size: 14px;
    line-height: 36px;
    border-right: solid 1px #168190
}
.menu1 li a {
    padding: 10px 12px;
    line-height: 30px;
    font-size: 16px;
    display: block;
    color: #fff;
}
.menu1 li a:before {
    background-color: #F0518D;
}
.menu1 li a:hover span {
    color: white
}
.menu1 li a i {
    font-size: 16px;
}
.social-icon {
    float: left;
    margin-top: 11px;
}
.social-icon li {
    float: right;
    margin-right: 6px;
}
.social-icon li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
    line-height: 30px;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.social-icon li a:hover {
    color: #fff;
}
.social-icon li:nth-child(1) a:hover {
    background-color: #3f5aa1;
}
.social-icon li:nth-child(2) a:hover {
    background-color: #24ace0;
}
.social-icon li:nth-child(3) a:hover {
    background-color: #606060;
}
.social-icon li:nth-child(4) a:hover {
    background-color: #537ea0;
}
.social-icon li:nth-child(5) a:hover {
    background-color: #54bcce;
}
.social-icon li:nth-child(6) a:hover {
    background-color: #1cb8f3;
}
.social-icon li a:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.social-icon li a:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.social-icon li a:hover {
    color: #fff;
}
.social-icon li a:hover:after {
    border-radius: 50%;
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}
.social-icon li i {
    line-height: 30px
}
@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.7;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}
@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.7;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.7;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}
/**/

.s-box {
    background-position: center top;
    min-height: 512px;
    background-image: url('img/img_10.png');
    background-repeat: no-repeat;
    margin: 0px 0px 5px
}
.bg-text {
    text-align: center;
    float: right;
    width: 50%;
    margin: 60px 0px 0px;
    position: absolute;
    top: 50px;
    right: 50px
}
.bg-text h1,
.bg-text h2 {
    margin: 0px 0px 14px;
    color: #fff;
    line-height: 77px;
    font-size: 44px;
    display: inline-block;
}
.bg-text h1 {
    display: inline-block;
    padding: 7px 30px 11px;
    background-color: #2098a9;
    font-size: 37px;
}
.bg-text h2 {
    background-color: rgba(240, 81, 141, 0.6);
    padding: 2px 20px;
}
.srch_d {
    position: relative;
    height: 0px
}
.src-side {
    float: left;
    width: 323px;
    background-color: #fff;
    position: absolute;
    left: 10px;
    top: 20px;
        z-index: 12;
}
.srchbox_- {
    background-color: #ffd3e4
}
.srchbox_- h4 {
    line-height: 45px;
    margin: 0px 0px 14px;
    background-color: #f0518d;
    font-size: 20px;
    text-align: center
}
.srchbox_- h4 strong {
    padding: 4px 35px 4px 0px;
    background-image: url('img/img_11.png');
    background-repeat: no-repeat;
    background-position: right center;
    color: #ffede5;
    font-weight: normal
}
.srchbox_- form {
    margin: 0px 33px;
    padding-bottom: 16px
}
.srchbox_- label {
    float: right;
    display: block;
    width: 35%;
    clear: right;
    line-height: 40px;
    margin: 0px 0px 12px;
    color: #d14077
}
.srchbox_- input,
.srchbox_- select {
    float: right;
    width: 60%;
    float: right;
    background-color: #fff;
    background-image: none !important;
    border: solid 2px #e1598d;
    box-shadow: 0px 0px 0px #fff;
    border-radius: 3px;
    padding: 6px 12px;
}
.srchbox_- input:focus,
.srchbox_- input:hover {
    background-color: #fad1e0;
    background-image: none !important;
    border-color: #eeb0c8;
    box-shadow: 0px 0px 0px #fff
}
.srchbox_- br {
    line-height: 9px
}
.srchbox_- input[type=submit] {
    margin: 0px auto;
    display: block;
    float: none;
    background-color: #ca3e73;
    max-width: 120px;
    border: 0
}
.last-mmbr {
    padding: 11px 11px 15px
}
.last-mmbr p {
    margin: 0px 0px 15px;
    font-size: 13px
}
.holder1 {
    float: left;
    margin: -44px 0px 0px
}
.holder1 a.jp-next,
.holder1 a.jp-previous {
    display: block;
}
.holder1 a {
    display: none;
    width: 29px;
    height: 30px;
    background-image: url('img/img_12.png');
    overflow: hidden;
    text-indent: -99px;
    margin: 0px 4px 0px 0px;
    float: left;
    cursor: pointer
}
.holder1 a.jp-next {
    background-position: right top
}
.holder1 a.jp-current {} .holder1 a:hover {
    opacity: 0.7
}
#last-mm li {
    float: right;
    width: 25%
}
#last-mm li a {
    display: block;
    margin: 0px 4px;
    overflow: hidden
}
#last-mm li a img {
    border-radius: 95%;
    width: 95%;
    height: auto;
    display: block;
    margin: 0px auto 5px
}
#last-mm li a strong {
    font-size: 13px;
    white-space: nowrap;
    font-weight: normal;
    text-align: center;
    display: block
}
#cont_ {
    float: right;
    width: 760px
}
#left_ {
    width: 234px;
    float: left
}
#right_ {
    width: 220px;
    float: right;
}
#cnrt_ {
    width: 528px;
    float: left
}
.r_block h2 {
    padding: 10px 22px;
    line-height: 30px;
    background-color: #2098A9;
    color: white;
    font-size: 18px;
    margin: -1px -1px 0;
}
.bl-in {
    padding: 7px;
}
.p-row li {
    height: 30px;
    line-height: 25px;
    margin: 0 0 3px;
    background-color: #f9f9f9;
    border: solid 1px #aed0cc;
    font-size: 13px;
    border-radius: 3px;
}
.p-row li:last-child {
    margin: 0;
}
.p-row li a {
    height: 27px;
    display: block
}
.p-row li a:hover {
    background-color: white
}
.p-row li span {
    padding: 0px 8px;
    display: block;
    float: right;
    height: 30px
}
.p-row li span.flag_,
.p-row li span.ago_ {
    border-style: solid;
    border-width: 0px 0px 0px 1px;
    border-color: #cededc;
}
.p-row li span.ago_ {
    border-width: 0px 1px 0px 0px;
    float: left
}
span.ago_ i {
    color: #2098A9;
    font-style: normal
}
.p-row li span.name_ > i {
    color: #2098A9;
}
.p-row li span.flag_ img {
    float: right;
    margin: 7px 0px 0px;
    width: 14px
}
div.fml-box h2 {
    background-color: #f0518d;
    border-color: #e44581
}
div.fml-box .bl-in {
    /* background-color: #ffd3e4*/
}
div.fml-box .p-row li {
    background-color: #ffc2da;
    border: solid 1px #ffa3c7;
}
div.fml-box .p-row li span.flag_,
div.fml-box .p-row li span.ago_ {
    border-color: #ffa3c7;
}
div.fml-box .p-row li span.ago_ i {
    color: #ca5263
}
div.fml-box .p-row li span.name_ > i {
    color: #F0518D;
}
.p-row li a:hover span {
    border-color: transparent !important
}
.s_-title {
    background-color: #f0518d;
    margin-bottom: 12px;
    padding: 10px 20px;
    line-height: 30px;
}
/*
.s_-title {
    background-repeat: repeat-x;
    background-position: left bottom;
    background-image: url('img/img_17.png');
    margin: 0px 0px 22px
}
.s_-title div {
    background-repeat: no-repeat;
    background-image: url('img/img_18.png');
    background-position: right bottom;
}
.s_-title div div {
    background-image: url('img/img_16.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 44px;
    padding-top: 30px;
}
*/

.s_-title div div h2 {
    text-align: center;
    line-height: 30px;
    margin: 0px;
    padding: 0px;
    font-size: 21px;
    color: white
}
.cntr-items li {
    margin: 0px 0px 9px;
    float: right;
    width: 50%
}
.cntr-items li div {
    border-radius: 4px;
    margin: 0px 5px 0px;
    background-color: #d4faff;
}
.cntr-items li div p {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #b4d1cd;
    margin: 0px;
    line-height: 37px;
    height: 37px
}
.cntr-items li div p span,
.cntr-items li div p a {
    float: right;
    display: block;
    height: 37px;
    padding: 0px 10px
}
.cntr-items li div p a {
    padding: 0px;
    float: none
}
.cntr-items li div p span img {
    float: right;
    margin: 12px 7px 0px 7px;
    width: 16px
}
.cntr-items li div p a .name_ {
    background-color: #2098a9;
    color: white;
    padding-right: 9px
}
.cntr-items li div p a .name_ b {
    background-image: none;
    display: block;
    font-weight: normal
}
.cntr-items li div p a:hover {
    opacity: 0.7
}
.cntr-items li div p a span {} .cntr-items li div p span.ago_ {
    float: left
}
.thumb1 {
    display: block
}
.thumb1 img {
    padding: 4px;
    border-radius: 4px;
    float: right;
    background-color: #3ab3c4;
    width: 74px;
    height: 74px;
}
.thumb1:hover img,
li div:hover .thumb1 img {
    border-radius: 74px;
}
.cntr-items li div div,
.cntr-items li.fmlc-box div div {
    border-radius: 0px;
    margin: 0px;
    background-color: transparent;
    padding: 9px
}
.cntr-items li div div b {
    display: block;
    margin: 0px 60px 0px 0px;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px
}
.cntr-items li.fmlc-box div {
    background-color: #ffcee0;
}
.fmlc-box .thumb1 img {
    background-color: #f577a7;
}
.cntr-items li.fmlc-box div p {
    border-color: #e1bfb0;
}
.cntr-items li.fmlc-box div p i {
    color: #ca5263
}
.cntr-items li.fmlc-box div p a .name_ b i {
    color: #fff;
}
.cntr-items li.fmlc-box div p a .name_ {
    background-color: #f0518d;
}
.lf_ti {
    background-repeat: repeat-x;
    background-position: left bottom;
    background-image: url('img/img_22.png');
}
.lf_ti div {
    background-image: url('img/img_21.png');
    background-repeat: no-repeat;
}
.lf_ti div div {
    background-repeat: no-repeat;
    background-image: url('img/img_23.png');
    background-position: right bottom;
    height: 44px;
    padding-top: 30px;
}
.lf_ti div div h2 {
    line-height: 36px;
    margin: 0px;
    padding: 0px 20px;
    font-size: 18px;
    color: #ffede5
}
#left_ .bl-in {
    /* background-color: #ffddea;*/
}
#left_ .cntr-items li {
    float: none;
    width: auto;
    margin: 0px 1px 9px
}
#left_ .cntr-items li div {
    border-radius: 0px;
    margin: 0px;
    background-color: #f9f9f9;
    border: solid 1px #ecc6b4
}
#left_ .cntr-items li div div {
    border: 0px;
    background-color: transparent
}
#left_ .cntr-items li div p {
    border-color: #f3eae6;
    line-height: 27px;
    height: 29px;
    font-size: 14px
}
#left_ .cntr-items li div p span {
    float: right;
    display: block;
    height: 29px;
    padding: 0px 6px
}
#left_ .cntr-items li div p span.ago_ {
    float: left
}
#left_ .cntr-items li div p span img {
    float: right;
    margin: 8px 4px 0px;
    width: 13px
}
#left_ .cntr-items li div p a {
    background-color: transparent;
    color: #555454;
    padding: 0px;
    height: 29px;
    float: none;
    display: block
}
#left_ .cntr-items li div p a span.name_ {
    padding-right: 15px;
    background-color: transparent;
    color: #444
}
#left_ .cntr-items li div p a span {
    background-image: none;
}
#left_ .cntr-items li div p span.flag_,
#left_ .cntr-items li div p span.ago_ {
    border-style: solid;
    border-width: 0px 0px 0px 1px;
    border-color: #e6cabd;
}
#left_ .cntr-items li div p span.ago_ {
    border-width: 0px 1px 0px 0px;
}
#left_ .cntr-items li div .thumb1 img {
    width: 45px;
    height: 45px;
    padding: 2px;
    background-color: #f57576
}
#left_ .cntr-items li div div b {
    margin: 0px 55px 0px 0px;
}
h2.bl_-title,
.bl_-title {
    margin: 0px;
    padding: 0px 22px;
    line-height: 44px;
    color: #ffede5;
    font-size: 18px;
    background-color: #f0518d;
}
#left_ .bl_-title {
    margin: 0px 6px 0px
}
.online_now-- {
    margin: 0px 0px 16px
}
.online_now-- li {
    padding: 6px 11px;
    background-color: #f8f8f8;
    margin: 0px 6px 0px;
    color: #ec2ab7;
}
.online_now-- li span {
    display: block;
    padding: 11px 0 11px;
}
.online_now-- li:first-child {
    background-color: #eee;
    color: #2098A9;
}
.online_now-- li i {
    font-size: 30px;
}
.support-lnk img {
    display: block;
    margin: 0px auto 16px
}
.hdleft-butt {
    float: left;
}
.hdleft-butt li {
    margin: 0px 0px 6px;
    display: block !important;
}
.hdleft-butt li a {
    height: 47px;
    display: block;
    width: 160px;
    line-height: 45px;
    font-size: 17px;
    color: white;
    background-color: #2098A9;
    text-align: center;
    border-radius: 3px;
}
.hdleft-butt li:nth-child(2) a {
    background-color: #F0518D;
}
.hdleft-butt li a:hover {} .reveal-modal label {
    display: block;
    float: right;
    clear: right;
    width: 20%;
    margin: 0px 0px 11px
}
.reveal-modal input {
    width: 70%;
    float: right;
    margin: 0px 0px 11px
}
.reveal-modal input[type=submit] {
    float: none;
    width: 111px;
    margin: 0px auto;
    display: block;
    clear: both
}
.reveal-modal h1 {
    margin: 0px 0px 14px;
    font-size: 22px;
    line-height: 40px
}
.last-paswd {
    display: block;
    float: left;
    margin: -22px 0px 0px -11px;
    font-size: 16px
}
.slicknav_menu {
    display: none
}
.page-t-bar {
    background-color: #f0518d;
    margin: 0px 0px 16px
}
.page-t-bar .cntr {
    padding: 14px 0px
}
.page-t-bar h2 {
    color: white;
    font-size: 25px;
    margin: 0px;
    padding: 0px;
    line-height: 30px
}
.w_box {
    background-color: #fff;
    border-radius: 4px;
    padding: 14px;
    margin: 0px 0px 19px
}
h3.title-in,
.title-in {
    margin: 0px 0px 15px;
    font-size: 22px;
    color: #e64380
}
.cont-it {
    background-position: center center;
    text-align: center;
    padding: 15px 8px;
    background-repeat: repeat-y;
    background-image: url('img/img_27.png');
}
.cont-it li {
    display: inline-block;
    padding: 0px 46px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url('img/img_30.png');
    font-family: tahoma;
    font-size: 18px;
    font-weight: bold;
    margin: 0px 20px;
    line-height: 44px
}
.cont-it li:first-child {
    background-image: url('img/img_29.png');
}
.aboutbox img {
    float: right;
    max-width: 250px;
    width: 250px
}
.aboutbox p {
    margin: 0px 265px 15px 0px;
    line-height: 20px
}
.uin-1 li {
    clear: both;
    width: 60%;
    font-size: 14px;
    line-height: 20px;
    margin: 0px 0px 22px
}
.uin-1 li span {
    display: block;
    float: right;
    margin: 4px 0px 0px 12px;
    background-color: #2098A9;
    width: 10px;
    height: 10px
}
.uin-1 li b {
    margin: 0px 20px 0px 0px;
    display: block;
    font-weight: normal
}
.pymt li {
    float: right;
    width: 25%;
    margin: 5px 0px 0px
}
.pymt li:hover {
    margin: 0px 0px 5px
}
.pymt li div {
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-color: #e2e0e0;
    margin: 0px 7px 14px;
    background-color: #f9f9f9;
}
.pymt li b {
    display: block;
    padding: 11px 11px 6px;
}
.pymt li b img {
    height: 138px;
    width: 100%
}
.pymt li span {
    display: block;
    line-height: 40px;
    text-align: center;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #e2e0e0;
    font-size: 13px
}
.news-items li {
    float: right;
    width: 25%;
    margin: 0px 0px 15px
}
.news-items li div {
    border-radius: 3px;
    background-color: white;
    border: solid 1px #e0e0e0;
    padding: 6px;
    height: 330px;
    overflow: hidden;
    margin: 0px 6px 0px
}
.news-items li div:hover {
    background-color: #e9fffc
}
.news-items li div img {
    border-radius: 3px;
    height: 166px;
    width: 100%;
    display: block;
    margin: 0px 0px 6px
}
.news-items li div h2 {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    margin: 0px 0px 5px;
    padding: 0px;
    overflow: hidden;
    white-space: nowrap
}
.news-items li div h2 a {
    color: #1a93a4
}
.news-items li div b {
    display: block;
    line-height: 17px;
    font-size: 13px;
    font-weight: normal;
    margin: 0px 0px 16px
}
.more_01 {
    border-radius: 3px;
    margin: 0px auto;
    display: block;
    width: 50%;
    background-color: #f0518d;
    color: white;
    text-align: center;
    line-height: 33px
}
.more_01:hover,
.news-items li div:hover .more_01 {
    color: white;
    background-color: #2098A9
}
.news-items li div:hover .more_01:hover {
    background-color: #f37a8b;
}
.post-meta {
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    background-color: #fb7ead;
    margin: 0px 0pxpx;
}
.post-meta li {
    border-style: solid;
    border-width: 0px 0px 0px 1px;
    border-color: #de5d6d;
    padding: 6px 11px;
    line-height: 36px;
    font-family: "droid Arabic Kufi";
    display: inline-block;
    color: #fff;
}
.post-meta li:last-child {
    border: 0px
}
.post-meta li strong {
    display: inline-block;
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 22px;
    font-weight: normal
}
.post-meta li.im_01 strong {
    background-image: url('img/img_41.png');
}
.post-meta li.im_02 strong {
    background-image: url('img/img_42.png');
}
.post-meta li.im_03 strong {
    background-image: url('img/img_43.png');
}
.entry-title {
    padding: 0px;
    font-weight: normal;
    color: #555;
    display: block;
    float: none;
    margin: 0px 0px 15px;
    text-shadow: 0px 0px 0px #fff;
    background-color: transparent;
    text-align: right;
    font-size: 22px
}
.postbox img {
    display: block;
    max-width: 99%
}
.social-butt-in {
    padding: 22px 0px;
    margin: 0px 0px 0px 33px
}
.social-butt-in li {
    margin-left: 5px;
    float: left
}
.social-butt-in li a,
.social-butt-in li span {
    display: inline-block;
    background-image: url('img/img_34.png');
    background-repeat: no-repeat;
    width: 65px;
    height: 65px;
    position: relative;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.social-butt-in li span {
    line-height: 65px;
    width: 150px;
    background-image: none;
    background-color: #4f9dc7;
    color: white;
    font-family: "droid Arabic Kufi";
    font-size: 13px;
    font-weight: normal;
}
.social-butt-in li span em {
    float: right;
    width: 100%;
    display: block;
    text-align: center;
    font-style: normal
}
.i-01 a {
    background-position: right top
}
.i-02 a {
    background-position: -65px top
}
.i-04 a {
    background-position: left top
}
.social-butt-in li a:hover {
    border-radius: 65px;
}
h2.block-title_-,
.block-title_- {
    line-height: 48px;
    padding: 0px 22px;
    background-color: #2098A9;
    color: white;
    margin: 0px;
    font-size: 18px;
}
.rltd_posts li {
    float: right;
    width: 50%
}
.rltd_posts li img {
    padding: 1px;
    border: 1px solid #ddd;
    float: right;
    background-color: #fff;
    width: 112px;
    height: 112px;
}
.rltd_posts li h1,
.rltd_posts li p {
    margin: 0px 126px 5px 5px;
    font-size: 16px
}
.rltd_posts li p {
    font-size: 12px;
    line-height: 24px
}
.rltd_posts li h1 a {
    color: #4aa89b
}
.rltd_posts li i {
    float: right;
    padding: 3px 20px 0px;
    display: block;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url('img/img_35.png');
    font-style: normal;
    font-size: 12px;
    margin-right: 15px
}
.rltd_posts li i.comm_t {
    background-image: url('img/img_36.png');
    margin-right: 8px
}
.holder2 {
    float: left;
    margin: -56px 0px 0px -5px
}
.holder2 a.jp-next,
.holder2 a.jp-previous {
    display: block;
}
.holder2 a {
    display: none;
    width: 36px;
    height: 36px;
    overflow: hidden;
    margin: 0px 4px 0px 0px;
    float: left;
    cursor: pointer;
    background-color: white;
    color: #e96f80;
    text-align: center;
    font-size: 33px;
    line-height: 34px
}
.holder2 a.jp-next {
    background-position: right top
}
.holder2 a:hover,
.holder2 a.jp-disabled {
    opacity: 0.7
}
.bgr2_ {
    background-color: #e96f80 !important
}
.mmbr-page .cntr-items li {
    width: 25%
}
.mmbr-page .cntr-items li .thumb1 img {
    width: 50px;
    height: 50px;
    padding: 3px
}
.mmbr-page .cntr-items li div div b {
    margin-right: 62px
}
.mmbr-page .cntr-items li div p {
    line-height: 26px;
    height: 26px
}
.mmbr-page .cntr-items li div p span,
.mmbr-page .cntr-items li div p a {
    padding: 0px 3px;
    height: 26px;
    font-size: 13px
}
.mmbr-page .cntr-items li div p span img {
    margin: 8px 5px 0px
}
/*
.mmbr-page .cntr-items li div p a .name_ b {
    background-image: url('img/img_37.png');
}*/

.mmbr-page .cntr-items li div p a .name_ b {
    /* padding-right: 16px*/
    padding-left: 5px;
}
.mmbr-page .cntr-items li div div,
.mmbr-page .cntr-items li.fmlc-box div div {
    padding: 6px
}
.srch-for-usr {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #f6e0d5;
    background-color: #fce9e0;
    padding: 9px 0px 5px;
    margin-bottom: 15px;
}
.srch-for-usr select {
    padding: 2px 15px;
    min-width: 120px
}
.srch-for-usr .ago-f select {
    max-width: 80px;
    min-width: 50px
}
.srch-for-usr select,
.srch-for-usr label {
    display: block;
    float: right;
    margin: 0px 0px 6px 12px
}
.srch-for-usr input {
    border-radius: 3px;
    float: left;
    min-width: 120px;
    background-color: #f57576;
}
.user-avt {
    float: right;
    width: 155px;
    padding: 6px;
    background-color: #f3f0f0
}
.user-info {
    margin-right: 180px
}
.user-info li {
    border-radius: 3px;
    margin: 0px 0px 6px;
    background-color: #d0f9ff;
}
.user-info li b,
.user-info li strong {
    display: block;
    line-height: 33px;
    font-weight: normal
}
.user-info li b {
    float: right;
    width: 40%;
    background-color: #f0518d;
    color: #fed;
    padding: 0px 9px;
    border-radius: 0px 3px 3px 0px;
}
.user-info li strong {
    margin-right: 50%
}
.user-info li .clr {
    clear: left
}
.u-butt li {
    float: left;
    margin: 22px 4px 16px
}
.u-butt li a,
.about-user_ {
    border-style: solid;
    border-width: 0px 0px 2px 2px;
    border-color: #52b5a7;
    border-radius: 3px;
    display: block;
    float: left;
    background-color: #2098A9;
    color: white;
    padding: 1px 12px;
    text-align: center
}
.u-butt li a:hover,
.about-user_:hover {
    background-color: #f0518d;
    border-color: #dc3c78;
    color: white
}
a.about-user_ {
    float: right;
    padding: 3px 22px;
    margin-top: 22px
}
#tabs_ .list-wrap {
    padding: 10px;
    margin: 0px;
}
#tabs_ .nav {
    overflow: hidden;
    display: block;
    height: 44px
}
#tabs_ .nav li {
    width: 100px;
    float: right;
    margin: 0 10px 0 0;
}
#tabs_ .nav li a {
    display: block;
    padding: 2px 5px;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
}
#tabs_ li a.current,
#tabs_ li a.current:hover {
    background-color: #2098A9!important;
    color: #fff;
}
#tabs_ .nav li a:hover,
#tabs_ .nav li a:focus {
    background: #2098A9;
    color: white
}
.tb_2 li {
    margin: 0px 0px 14px
}
.tb_2 li img {
    float: right;
    width: 66px;
    height: 66px;
    padding: 5px;
    background-color: #ddd;
    border-radius: 66px;
}
.tb_2 li b {
    display: block;
    margin: 0px 90px 0px 0px;
    line-height: 22px;
    padding: 12px 0px 0px;
    font-weight: normal
}
.dtls_ h2 {
    font-weight: normal;
    margin: 0px 0px 14px;
    padding: 5px;
    line-height: 25px;
    background-color: #ebebeb;
    font-size: 16px
}
.dtls_ ul {
    margin: 0px 0px 30px
}
.dtls_ li {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #ddd;
    padding: 3px 3px 4px 3px;
    max-width: 420px;
}
.dtls_ li b,
.dtls_ li strong {
    float: right;
    display: block;
    font-weight: normal
}
.dtls_ li b {
    width: 80px
}
.dtls_ li strong {
    margin-right: 12px;
    color: #3aa395
}
.dtls_ ul li:last-child {
    border: 0px
}
.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    direction: ltr;
    *zoom: 1;
}
.bx-wrapper img {
    max-width: 100%;
    display: block;
}
.bx-wrapper .bx-viewport {
    left: 0px;
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.slide_- li {
    position: relative;
    min-height: 512px
}
.slide_- li img {
    height: 400px;width: 100%;
}
.srch-mrg {
    height: 0px;
    display: none
}
.slide_- li a {
    display: block
}
.slide_- li a:hover img,
.slide_- li a:hover img:hover {
    opacity: 1
}
.box_ {
    background-color: #fff;
    border: solid 1px #ffcde0;
    margin-bottom: 20px;
}
/**/

@media screen and (max-width: 1000px) {
    .cntr {
        margin: 0px auto;
        width: auto;
        padding: 0px 5px;
    }
    #cont_ {
        float: none;
        width: auto
    }
    #left_ {
        width: 234px;
        float: none
    }
    #right_ {
        width: 30%;
    }
    #cnrt_ {
        width: 68%
    }
    .hd-logo {
        margin-right: 14px
    }
    .hdleft-butt {
        margin-left: 14px
    }
    #fotbox .cntr {
        background-image: none
    }
    div.fot-_box {
        width: 50%
    }
    #left_ {
        width: auto;
        float: none;
        max-width: 600px;
        margin: 0px auto
    }
    .menu1 li a {
        padding: 0px 3px;
        margin: 0px 1px
    }
    .page-t-bar .cntr {
        padding: 14px 5px
    }
    .pymt {
        max-width: 600px;
        margin: 0px auto
    }
    .pymt li {
        width: 50%;
    }
    .news-items li {
        width: 33%
    }
}
@media screen and (max-width: 840px) {
    .slicknav_nav li i,
    .menu1,
    #nav_- {
        display: none
    }
    .slicknav_menu {
        display: block
    }
    .mmbr-page .cntr-items li {
        width: 33%;
        float: right
    }
}
@media screen and (max-width: 800px) {
    .cntr-items li {
        float: none;
        width: auto
    }
    .bg-text,
    .src-side {
        float: none;
        width: auto;
    }
    .bg-text {
        margin: 0px;
        padding: 30px 0px;
        top: 0px
    }
    .srchbox_-,
    .last-mmbr {
        /*float: right;
        width: 48%*/
    }
    .bg-text h1,
    .bg-text h2 {
        font-size: 30px;
        line-height: 44px
    }
    .last-mmbr {
        padding-top: 55px
    }
    .uin-1 li {
        width: auto
    }
    .news-items li {
        width: 50%
    }
    .srch-for-usr .cun_t {
        clear: both;
        display: block;
        float: right
    }
    .src-side {
        top: 180px;
        left: 0px;
        right: 0px;
        margin: 0px 9px
    }
        .bg-text{
        width: 300px;
        right:50%;
        margin-right: -150px;
    }
}
@media screen and (max-width: 700px) {
    #right_,
    #cnrt_ {
        width: auto;
        float: none
    }
    .cntr-items li {
        float: right;
        width: 50%
    }
    div.fot-_box {
        width: auto;
        float: none
    }
    div.fot-_box .fot-_box {
        width: 50%;
        float: right
    }
    .cont-it {
        background-image: none
    }
    .cont-it li {
        float: none;
        text-align: right;
        width: auto;
        display: block;
        padding: 0px 48px 0px 0px;
        margin: 0px 8px 0px 0px
    }
    .rltd_posts li {
        float: none;
        width: auto;
        margin-bottom: 14px
    }
    .srch-for-usr label {
        min-width: 70px
    }
    .srch-for-usr input {
        margin: 0px auto;
        display: block;
        float: none;
        clear: both
    }

}
@media screen and (max-width: 600px) {
    .srchbox_-,
    .last-mmbr {
        float: none;
        width: auto
    }
    .src-side {
        border-radius: 0px 0px 22px 22px;
    }
    .s-box {
        background-position: center bottom;
        min-height: 512px;
        background-image: url('img/img_10_.png');
        padding-bottom: 25px
    }
    .last-mmbr {
        padding-top: 20px
    }
    .pymt li {
        width: auto;
        float: none;
        max-width: 400px;
        margin: 0px auto 15px
    }
    .pymt li:hover {
        margin: 0px auto 15px
    }
    .mmbr-page .cntr-items li {
        width: 50%;
    }
    .user-info {
        margin: 0px
    }
    .user-avt {
        float: none;
        margin: 0px auto 22px;
        display: block
    }
    .srch-mrg {
        height: 150px;
        display: block
    }
    .src-side {
        background-color: #e6d5cf
    }
    #last-mm {
        max-width: 360px;
        margin: 0px auto
    }
}
@media screen and (max-width: 560px) {
    .hd-logo {
        float: none;
        margin: 0px auto 22px;
    }
    .hdleft-butt {
        float: none;
        margin: 0px auto;
        width: 188px
    }
}
@media screen and (max-width: 520px) {
    .cntr-items li {
        float: none;
        width: auto
    }
    .news-items li {
        width: auto;
        float: none
    }
    .rltd_posts li img {
        float: none;
        margin: 0px auto 5px;
        display: block;
        min-width: 90%
    }
    .rltd_posts li h1,
    .rltd_posts li p {
        margin-right: 0px
    }
    .srch-for-usr span {
        float: none;
        display: block;
        clear: both
    }
}
@media screen and (max-width: 470px) {
    .srch-for-usr label {
        float: none;
        display: block;
        clear: both
    }
    .u-butt li {
        margin: 0px 3px 5px
    }
    .bg-text {
        padding: 14px 0px
    }
}
@media screen and (max-width: 440px) {
    div.fot-_box .fot-_box {
        width: auto;
        float: none
    }
    .des-coprt {
        float: none;
        margin: 0px auto;
        clear: both
    }
    #foot p {
        float: none;
        margin: 0px 0px 12px;
        text-align: center
    }
    .socila-icon_ {
        float: none;
        margin: 0px auto;
        width: 144px;
        clear: both
    }
    #top_bar .cntr {
        padding: 6px
    }
    .mmbr-page .cntr-items li {
        width: auto;
        float: none
    }
    .srch-for-usr label {
        float: none;
        display: block;
        clear: both
    }
    .user-info li b {
        width: 100px;
        white-space: nowrap;
        overflow: hidden
    }
    .user-info li strong {
        margin-right: 120px;
        display: block;
        white-space: nowrap
    }
}

.sld__ .bx-viewport{
  height: 400px !important;  
}

@media only screen and (max-device-width: 480px) {

	}
    
 .message {
			border: 1px solid;
			margin: 10px 0px;
			padding: 15px 10px 15px 50px;
			background-repeat: no-repeat;
			background-position: 10px center;
		}
.message strong{
    color: black;
}
		.info {
			color: #00529B;
			background-color: #BDE5F8;
			background-image: url('img/info.png');
		}
		.success {
			color: #4F8A10;
			background-color: #DFF2BF;
			background-image: url('img/success.png');
		}
		.warning {
			color: #9F6000;
			background-color: #FEEFB3;
			background-image: url('img/warning.png');
		}
		.error{
			color: #D8000C;
			background-color: #FFBABA;
			background-image: url('img/error.png');
		}
		.validation{
			color: #D63301;
			background-color: #FFCCBA;
			background-image: url('img/validation.png');
		}
    .CSSTableGenerator {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #ffffff;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.CSSTableGenerator table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.CSSTableGenerator tr:hover td{
	background-color:#ffeaff;
		

}
.CSSTableGenerator td{
	vertical-align:middle;
	
	background-color:#ffbfff;

	border:1px solid #ffffff;
	border-width:0px 1px 1px 0px;
	text-align:right;
	padding:5px;
	color:#000000;
}.CSSTableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
		background:-o-linear-gradient(bottom, #ed00ed 5%, #ed00ed 100%);	
        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ed00ed), color-stop(1, #ed00ed) );
	background:-moz-linear-gradient( center top, #ed00ed 5%, #ed00ed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ed00ed", endColorstr="#ed00ed");	
    background: -o-linear-gradient(top,#ed00ed,ed00ed);

	background-color:#ed00ed;
	border:0px solid #ffffff;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-weight:bold;
	color:#ffffff;
}
.CSSTableGenerator tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #ed00ed 5%, #ed00ed 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ed00ed), color-stop(1, #ed00ed) );
	background:-moz-linear-gradient( center top, #ed00ed 5%, #ed00ed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ed00ed", endColorstr="#ed00ed");	background: -o-linear-gradient(top,#ed00ed,ed00ed);

	background-color:#ed00ed;
}
.CSSTableGenerator tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

.clear:before, .clear:after {
  content:"";
  display:table
}

.clear:after {
  clear:both
}

.clear {
  zoom:1
}

  .bubble {
    position: relative;
    width: 51%;
    min-height: 50px;
    padding: 5px;
    margin-top: 5px;
    background: #FDDED0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.bubble_left{
    float: left;
    margin-left: 10px;
}
  .bubble_left:after {
    content: "";
    position: absolute;
    top: 45%;
    left: -15px;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #FDDED0;
    display: block;
    width: 0;
    z-index: 1;
}
.bubble_right{
    float: right;
    margin-right: 10px;
    background-color: #cededc;
}
.bubble_right:after {
    content: "";
    position: absolute;
    top: 45%;
    right: -15px;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent #cededc;
    display: block;
    width: 0;
    z-index: 1;
}
table { background: #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; margin: 0 0 18px; border: 1px solid #dddddd; }

table thead, table tfoot { background: #f5f5f5; }

table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td { display: table-cell; font-size: 14px; line-height: 18px; text-align: left; }

table thead tr th, table tfoot tr td { padding: 8px 10px 9px; font-size: 14px; font-weight: bold; color: #222; }

table thead tr th:first-child, table tfoot tr td:first-child { border-left: none; }

table thead tr th:last-child, table tfoot tr td:last-child { border-right: none; }

table tbody tr.even, table tbody tr.alt { background: #f9f9f9; }

table tbody tr:nth-child(even) { background: #f9f9f9; }

table tbody tr td { color: #333; padding: 9px 10px; vertical-align: top; border: none; }

h4.icon__01_{
	background-color:#f5f5f5;
	padding:0px 14px;
	line-height:41px;
	margin:0px 0px 30px;
height:41px;color:#5a5959;
margin-top: 20px;
}
h4.icon__01_ i{
	float: right;
	display: block;
	margin: 1px -32px 0px 20px;
	width: 35px;
	background-image: url('img/img_44.png');
	height: 35px;
	background-repeat: no-repeat;
}
h4.icon__01_ i.green_ic{background-image: url('img/img_45.png');}
h4.icon__01_ span{
	float:right;display:block
}