﻿html {
    overflow-x: hidden;
    /* box-shadow: none !important; */
}

@font-face {
    font-family: MyWebFont;
    src: url(../fonts/DroidKufi-Regular.ttf) format("opentype");
}

* {
    font-family: 'MyWebFont';
    text-align: right !important;
}

.float-left {
    float: left;
}

.show {
    display: block !important;
}

.btn-default,
.btn-default:focus,
.btn-default:hover,
.btn-default:active:hover,
.btn-default.active:focus {
    background-color: #a4359b;
    border-color: #a4359b;
    color: #fff;
    outline: 0;
}

body {
    background-color: #FFF;
    color: #0c7da2;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

body a {
    outline: none !important;
}

.border-bottom {
    border-bottom: 1px solid #ccc;
}

li {
    line-height: 24px;
}

.full-w {
    width: 100%;
}


/* Responsive */

@media (max-width: 479px) {
    body {
        font-size: 13px;
    }
}

.orangebg {
    background: #0c7da2;
    margin-left: 1px;
    margin-right: 1px;
}

.orangecolor {
    color: #a4359b;
}

.bluebg {
    background: #a4359b;
}

.whitebg {
    background: #fff;
}

.whitecolor {
    color: #fff;
}

.text-center {
    text-align: center !important;
}


/*General Css*/

input[type=radio],
input[type=checkbox] {
    display: none;
}

input[type=radio] + label:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-left: 8px;
    background-color: #FFEFFF;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, .3);
    border-radius: 50%;
}

input[type=checkbox] + label:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: 8px;
    background-color: #FFEFFF;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, .3);
    border-radius: 4px;
}

input[type=radio]:checked + label:before {
    content: "\f111";
    font-family: "FontAwesome";
}

input[type=checkbox]:checked + label:before,
input[type=radio]:checked + label:before {
    color: #fff;
    background-color: #666;
    text-align: center;
    line-height: 14px;
    font-size: 8px;
}

input[type=checkbox]:checked + label:before {
    content: "\2714";
}

.btn-primary {
    color: #fff;
    background-color: #a4359b;
    border-color: #a4359b;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    color: #fff;
    background-color: #a4359b;
    border-color: #a4359b;
}

.form-control {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #999;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

div,
input,
select,
textarea,
span,
img,
table,
label,
td,
th,
p,
a,
button,
ul,
code,
pre,
li {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.pad-0 {
    padding: 0 !important;
}

.pad-b-10 {
    padding-bottom: 10px !important;
}

.pad-l-10 {
    padding-left: 10px !important;
}

.pad-r-10 {
    padding-right: 10px !important;
}

.pad-b-20 {
    padding-bottom: 20px !important;
}

.pad-10 {
    padding: 10px !important;
}

.pad-5 {
    padding: 5px !important;
}

.m-0 {
    margin: 0 !important;
}

.mr-1 {
    margin-right: 1px !important;
}

.ml-1 {
    margin-left: 1px !important;
}

.mb-1 {
    margin-bottom: 1px !important;
}

.mt-1 {
    margin-top: 1px !important;
}

.mrg-b-20 {
    margin-bottom: 20px !important;
}

.mrg-b-40 {
    margin-bottom: 40px !important;
}

.mrg-top-20 {
    margin-top: 20px !important;
}

.p-r10 {
    padding-right: 10px;
}

.p-l10 {
    padding-left: 10px;
}

.mrg-0 {
    margin: 0 !important;
}

.pad-top-15 {
    padding-top: 15px !important;
}

.pad-top-5 {
    padding-top: 5px !important;
}

.pad-top-20 {
    padding-top: 20px !important;
}


/* Header */

.cbp-af-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    overflow: hidden;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
}

#Default-Menu {
    z-index: 11;
    position: fixed;
    top: 0;
}

#header {
    position: relative;
    /* z-index: 100; */
}

#header .header-body {
    background: #FFF;
    /* border-top: 5px solid #EDEDED; */
    /* border-bottom: 0; */
    /* padding: 8px 0; */
    -webkit-transition: min-height 0.3s ease;
    -moz-transition: min-height 0.3s ease;
    transition: min-height 0.3s ease;
    width: 100%;
    /* z-index: 1001; */
    /* min-height: 125px; */
}

#header .container {
    position: relative;
}

#header .header-container {
    position: relative;
    display: table;
    padding: 0;
    background: #FFEFFF;
    width: 100.1%;
    /*By Me*/
}

#header .header-top {
    background-color: #f4f4f4;
    border-bottom: 1px solid #ededed;
    margin-top: -13px;
    padding: 8px 0;
    position: relative;
    z-index: 4;
}

#header .header-top::after {
    clear: both;
    content: "";
    display: table;
}

#header .header-top p {
    font-size: 0.9em;
    margin: 0;
    padding: 0;
    line-height: 37px;
    float: left;
}

#header .header-top p .fa,
#header .header-top p .icons {
    position: relative;
    top: 1px;
}

#header .header-top .header-search {
    float: right;
    margin-top: 2px;
    margin-left: 10px;
    margin-right: 0;
}

#header .header-top .header-nav-top {
    float: left;
    margin-top: 0;
    margin-left: 0;
    margin-right: 10px;
}

#header .header-top .header-social-icons {
    margin-top: 3px;
}

#header .header-top.header-top-colored {
    margin-top: -13px;
    border-top: 5px solid #CCC;
    border-bottom: 0;
    color: #FFF;
}

#header .header-top.header-top-colored p,
#header .header-top.header-top-colored a,
#header .header-top.header-top-colored span {
    color: #FFF;
}

#header .header-top.header-top-colored .form-control {
    border: 0;
}

#header .header-top.header-top-style-2 {
    background: #f6f6f6;
    margin-top: -16px;
}

#header .header-top.header-top-style-3 {
    margin-top: -16px;
    margin-bottom: 10px;
}

#header .header-top.header-top-style-4 {
    background: #E4E6ED;
    margin-top: -16px;
    margin-bottom: 10px;
    border-bottom: 0;
}

#header .header-row {
    /* display: table-row; */
    clear: both;
    background-color: #0c7da2;
/*    padding: 7px 0;
*/}

#header .header-column {
    display: table-cell;
    vertical-align: middle;
}

#header .header-column:first-child {
    /* width: 14%; */
      background: #a4359b;
}

#header .header-column:last-child {
    /* width: 14.1%; */
    background-color: #0c7da2;
}

#header .header-column .row {
    margin: 0;
}

#header .header-column .header-row {
    display: block;
    clear: right;
}

#header .header-column .header-extra-info {
    list-style: outside none none;
    margin: 24px 0 0;
    padding: 0;
    float: right;
}

#header .header-column .header-extra-info li {
    display: inline-block;
    margin-left: 25px;
}

#header .header-column .header-extra-info li .feature-box small {
    position: relative;
    top: -4px;
}

#header .header-column.header-column-valign-top {
    vertical-align: top;
}

#header .header-column.header-column-valign-bottom {
    vertical-align: bottom;
}

#header .header-column.header-column-center {
    text-align: center;
}

#header .header-column.header-column-center .header-logo {
    width: 100% !important;
    padding: 9px 0;
}

#header .header-logo {
    float: right;
    position: relative;
    background: #a4359b;
}

#header .header-logo img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    /* top: 0; */
    height: 140px;
    width: 200px;
}

#header .header-nav-top {
    float: right;
    margin-top: 10px;
    margin-left: 10px;
}

#header .header-nav-top .nav > li > a,
#header .header-nav-top .nav > li > span {
    color: #999;
    font-size: 0.9em;
    padding: 6px 10px;
    display: inline-block;
}

#header .header-nav-top .nav > li > a .fa,
#header .header-nav-top .nav > li > a .icons,
#header .header-nav-top .nav > li > span .fa,
#header .header-nav-top .nav > li > span .icons {
    margin-right: 3px;
    position: relative;
    top: 1px;
}

#header .header-nav-top .nav > li > a:hover,
#header .header-nav-top .nav > li > a a:focus {
    background-color: #a4359b !important;
}


/*By Mohamed Ali Edited */

#header .nav > li > a:hover,
#header .nav > li > a:focus {
    text-decoration: none;
    background-color: #a4359b !important;
}

#header .header-nav-top .nav > li.open > .dropdown-menu-toggle {
    border-radius: 4px 4px 0px 0px;
}

#header .header-nav-top .dropdown-menu {
    border-color: #EEE;
    margin-top: -2px;
    border-radius: 4px 0px 4px 4px;
    padding: 0;
}

#header .header-nav-top .dropdown-menu a {
    color: #999;
    padding: 6px 12px;
    font-size: 0.9em;
}

#header .header-nav-top .flag {
    margin-right: 2px;
}

#header .header-search {
    float: right;
    margin-top: 10px;
    margin-left: 10px;
}

#header .header-search .form-control {
    border-radius: 20px;
    font-size: 0.9em;
    height: 34px;
    margin: 0;
    padding: 6px 12px;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    transition: width 0.3s ease;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    width: 170px;
}

#header .header-search .btn-default {
    background: transparent;
    border: 0 none;
    color: #CCC;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}

#header .header-search .btn-default:hover {
    color: #000;
}

#header .header-social-icons {
    float: right;
    margin: 15px 0 0 10px;
}

#header .header-btn-collapse-nav {
    background: #a4359b;
    color: #FFF;
    display: none;
    float: right;
    margin: 9px 22px 8px 15px;
    margin: 9px 22px 8px 15px;
    position: absolute;
    left: 0;
    top: 0;
}

#header.header-narrow .header-body {
    min-height: 0;
}

#header.header-narrow .header-logo img {
    margin: 12px 12px 12px 0;
}

#header.header-narrow .header-nav-main {
    margin-bottom: 0;
}

#header.header-no-border-bottom .header-body {
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
}

html:not(.boxed) #header.header-full-width .header-container {
    width: 100%;
}

html #header.header-transparent {
    min-height: 0 !important;
    width: 100%;
    position: absolute;
}

html #header.header-transparent .header-body {
    position: relative;
    top: 0;
    background: transparent;
    border-top: 0;
    border-bottom: 0;
    box-shadow: none;
}

html #header.header-transparent .header-body:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #FFF;
    opacity: 0;
    border-bottom: 1px solid #f1f1f1;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content ul.listCategory {
    background: #c33cb8;
    min-height: 180px;
}

#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content ul.listCategory li a {
    color: #fff;
    padding: 3px 15px;
    display: block;
}









/* Header Nav Main */

@media (min-width: 992px) {
 
  
    
    
      #header .header-nav-main nav > ul > li > a:focus,
    #header .header-nav-main nav > ul > li > a:hover {
        background: transparent;
    }
    #header .header-nav-main nav > ul > li > a.dropdown-toggle {
        padding-left: 22px;
    }
    #header .header-nav-main nav > ul > li > a.dropdown-toggle .fa-caret-down {
        display: none;
    }
    #header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
        position: absolute;
        font-family: FontAwesome;
        content: "\f107";
        font-size: 10px;
        position: absolute;
        top: 9px;
        left: 11px;
    }
    #header .header-nav-main nav > ul > li:first-child {
        margin-right: 5px;
    }
    #header .header-nav-main nav > ul > li.open > a,
    #header .header-nav-main nav > ul > li:hover > a {
        background: #a4359b;
        color: #FFF;
    }
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
        top: -10000px;
        display: block;
        opacity: 0;
        left: auto;
        border-radius: 0 4px 4px;
        border: 0;
        /* border-top: 5px solid #a4359b; */
        box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
        margin: -3px 0 0 0;
        min-width: 200px;
        padding: 5px;
        text-align: left;
        background: #a4359b;
    }
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
        border-bottom: 1px solid #f4f4f4;
        color: #777;
        font-size: 0.9em;
        font-weight: 400;
        /* padding: 8px 20px 8px 8px; */
        position: relative;
        text-transform: none;
    }
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu {
        position: relative;
    }
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a .fa-caret-down {
        display: none;
    }
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
        border-color: transparent transparent transparent #CCC;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        content: " ";
        display: block;
        float: right;
        height: 0;
        margin-right: -10px;
        margin-top: 5px;
        position: absolute;
        right: 15px;
        top: 8px;
        width: 0;
    }
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
        display: block;
        right: 100%;
        margin-top: -10px;
        margin-left: -1px;
        border-radius: 4px;
        opacity: 0;
    }
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
        top: 0;
        opacity: 1;
    }
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:last-child a {
        border-bottom: 0;
    }
    #header .header-nav-main nav > ul > li.dropdown.open > a,
    #header .header-nav-main nav > ul > li.dropdown:hover > a {
        padding-bottom: 15px;
    }
    #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu,
    #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
        top: auto;
        display: block;
        opacity: 1;
    }
    #header .header-nav-main nav > ul > li.dropdown-reverse .dropdown-menu li a {
        padding-right: 8px;
        padding-left: 20px;
    }
    #header .header-nav-main nav > ul > li.dropdown-reverse .dropdown-menu li.dropdown-submenu > a:after {
        left: 8px;
        border-width: 5px 5px 5px 0;
    }
    #header .header-nav-main nav > ul > li.dropdown-mega {
        position: static;
    }
    #header .header-nav-main nav > ul > li.dropdown-mega * {
        /* z-index: 99; */
    }
    #header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu {
        border-radius: 4px;
        left: 15px;
        right: 15px;
        width: auto;
    }
    #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content {
        padding: 10px;
        /* z-index: 99; */
    }
    #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title {
        color: #333333;
        display: block;
        font-size: 1em;
        font-weight: 600;
        margin-top: 20px;
        padding-bottom: 5px;
        text-transform: uppercase;
    }
    #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title:first-child {
        margin-top: 0;
    }
    #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a {
        border: 0 none;
        border-radius: 4px;
        color: #777;
        display: block;
        font-size: 0.9em;
        font-weight: normal;
        margin: 0 0 0 -8px;
        padding: 3px 8px;
        text-shadow: none;
        text-transform: none;
        text-decoration: none;
    }
    #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li:hover > a {
        background: #f4f4f4;
    }
    #header .header-nav-main.header-nav-main-square {
        margin-bottom: -9px;
    }
    #header .header-nav-main.header-nav-main-square nav > ul > li > a {
        border-radius: 0;
    }
    #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown .dropdown-menu {
        margin-top: 0;
        border-radius: 0;
    }
    #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
        border-radius: 0;
    }
    #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown-mega > .dropdown-menu {
        border-radius: 0;
    }
    #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a {
        border-radius: 0;
    }
    #header .header-nav-main a > .thumb-info-preview {
        position: absolute;
        display: block;
        left: 100%;
        opacity: 0;
        border: 0;
        padding-left: 10px;
        background: transparent;
        overflow: visible;
        margin-top: 15px;
        top: -10000px;
        -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
        -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
        transition: transform 0.2s ease-out, opacity 0.2s ease-out;
        transform: translate3d(-20px, 0, 0);
        opacity: 0;
    }
    #header .header-nav-main a > .thumb-info-preview .thumb-info-wrapper {
        background: #FFF;
        display: block;
        border-radius: 4px;
        border: 0;
        box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
        margin: 0;
        padding: 4px;
        text-align: left;
        width: 190px;
    }
    #header .header-nav-main a > .thumb-info-preview .thumb-info-image {
        transition: all 6s linear 0s;
        width: 182px;
        height: 136px;
        min-height: 0;
    }
    #header .header-nav-main a:hover > .thumb-info-preview {
        transform: translate3d(0, 0, 0);
        top: 0;
        opacity: 1;
        margin-top: -5px;
    }
    #header .header-nav-main .dropdown-reverse a > .thumb-info-preview {
        transform: translate3d(20px, 0, 0);
        right: 100%;
        left: auto;
        padding-left: 0;
        margin-right: 10px;
    }
    #header .header-nav-main .dropdown-reverse a:hover > .thumb-info-preview {
        transform: translate3d(0, 0, 0);
    }
    #header .header-nav.header-nav-stripe {
        margin-bottom: -9px;
    }
    #header .header-nav.header-nav-stripe nav > ul > li > a,
    #header .header-nav.header-nav-stripe nav > ul > li:hover > a {
        background: transparent;
        padding: 295px 13px 24px;
        margin: -230px 0 0;
    }
    #header .header-nav.header-nav-stripe nav > ul > li > a.dropdown-toggle,
    #header .header-nav.header-nav-stripe nav > ul > li:hover > a.dropdown-toggle {
        padding-left: 23px;
    }
    #header .header-nav.header-nav-stripe nav > ul > li > a.dropdown-toggle:after,
    #header .header-nav.header-nav-stripe nav > ul > li:hover > a.dropdown-toggle:after {
        top: 295px;
    }
    #header .header-nav.header-nav-stripe nav > ul > li > a {
        color: #444;
    }
    #header .header-nav.header-nav-stripe nav > ul > li:hover > a {
        color: #FFF;
    }
    #header .header-nav.header-nav-stripe .header-social-icons {
        margin-top: 70px;
    }
    #header .header-nav.header-nav-top-line {
        margin-bottom: -9px;
    }
    #header .header-nav.header-nav-top-line nav > ul > li > a,
    #header .header-nav.header-nav-top-line nav > ul > li:hover > a {
        background: transparent;
        color: #444;
        padding: 65px 13px 24px;
        margin: 0;
    }
    #header .header-nav.header-nav-top-line nav > ul > li > a:before,
    #header .header-nav.header-nav-top-line nav > ul > li:hover > a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 5px;
        top: -16px;
        left: -5px;
        opacity: 0;
    }
    #header .header-nav.header-nav-top-line nav > ul > li > a.dropdown-toggle,
    #header .header-nav.header-nav-top-line nav > ul > li:hover > a.dropdown-toggle {
        padding-left: 23px;
    }
    #header .header-nav.header-nav-top-line nav > ul > li > a.dropdown-toggle:after,
    #header .header-nav.header-nav-top-line nav > ul > li:hover > a.dropdown-toggle:after {
        top: 65px;
    }
    #header .header-nav.header-nav-top-line nav > ul > li.active > a:before,
    #header .header-nav.header-nav-top-line nav > ul > li:hover > a:before {
        opacity: 1;
    }
    #header .header-nav.header-nav-top-line .header-social-icons {
        margin-top: 70px;
    }
    #header .header-nav.header-nav-dark-dropdown {
        margin-bottom: -9px;
    }
    #header .header-nav.header-nav-dark-dropdown nav > ul > li > a,
    #header .header-nav.header-nav-dark-dropdown nav > ul > li:hover > a {
        background: transparent;
        color: #444;
        padding: 65px 13px 24px;
        margin: 0;
    }
    #header .header-nav.header-nav-dark-dropdown nav > ul > li > a.dropdown-toggle,
    #header .header-nav.header-nav-dark-dropdown nav > ul > li:hover > a.dropdown-toggle {
        padding-left: 23px;
    }
    #header .header-nav.header-nav-dark-dropdown nav > ul > li > a.dropdown-toggle:after,
    #header .header-nav.header-nav-dark-dropdown nav > ul > li:hover > a.dropdown-toggle:after {
        top: 65px;
    }
    #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown li a {
        border-bottom-color: #2a2a2a;
    }
    #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu {
        background: #1e1e1e;
    }
    #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu > li > a {
        color: #969696;
    }
    #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu > li > a:hover,
    #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu > li > a:focus {
        background: #282828;
    }
    #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-title {
        color: #ababab;
    }
    #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown.dropdown-mega .dropdown-mega-sub-nav > li:hover > a {
        background: #282828;
    }
    #header .header-nav.header-nav-dark-dropdown .header-social-icons {
        margin-top: 70px;
    }
    #header .header-nav.header-nav-center .header-nav-main {
        float: none;
        margin: 0;
    }
    #header .header-nav.header-nav-center .header-nav-main > nav {
        width: 100%;
        text-align: center;
    }
    #header .header-nav.header-nav-center .header-nav-main > nav > ul > li {
        display: inline-block;
        float: none;
        text-align: left;
    }
    #header .header-nav-bar {
        background: #F4F4F4;
        padding: 0 10px 5px;
        margin-bottom: 0;
    }
    #header .header-nav-bar .header-nav-main {
        float: left;
        margin-bottom: 0;
    }
}


/*ul#mainNav, ol {
            height: 41px;
            overflow: hidden;
            max-width: 93%;
        }
            ul#mainNav > li, ol > li {
                display: block;
                 height: 41px;
                white-space: nowrap;
            }

        ol {
            position: absolute;
            top: 9px;
            left: 0;
            overflow: visible;
        }*/


/*nEW hEARDER*/

ul#mainNav {
    height: 141px;
    /*max-width: 94%;*/
/*    width: 122%;
*/    overflow: hidden;
}

ul#mainNav > li,ol > li {
    display: block;
    /* float: left; */
    height: 41px;
    white-space: nowrap; text-align:center
    /* padding: 4px 8px; */
}

ul#mainNav > li a{ 
    text-align:center!important
}

ul#mainNav .icon-menu{
    max-height:90px; display:block; clear:both; margin-bottom:10px;
}

ol {
    position: absolute;
    left: 0;
    top: 8px;
    overflow: visible;
    padding: 0;
    margin: 0;
}

ol > li {
    min-width: 120px;
    float: left;
}

ol ul {
    position: absolute;
    top: 120%;
    right: 10%;
}

ol li ul > li {
    list-style: none;
    padding: 2px 5px;
    color: #fff;
}

ol li ul > li > a {
    color: #0c7da2!important;
}

ol li ul > li > a:hover {
    background: #a4359b!important;
    color: #FFFFFF!important;
}




@media (min-width: 768px) {

    #header .header-nav-main {
        display: block !important;
        height: auto !important;
        width: 83%;
    }
    #header .header-nav-main {
        float: right;
        margin: 5px 0 0;
        min-height: 45px;
    }
    #header .header-nav {
        display: block !important;
    }
    #header .header-nav-main nav > ul > li > a {
        border-radius: 4px;
        font-size: 14px;
        font-style: normal;
        /* font-weight: 700; */
        line-height: 20px;
        /* padding: 6px 6px; */
        text-transform: uppercase;
        color: #FFF;
    }
    #dropdownMenu1 {
        margin: 0px 10px;
    }
    ul#mainNav {
       /* width: 94%;*/
    }
}

@media (min-width: 990px) {
    #header .header-nav-main {
        width: 90%;
    }
}

@media (min-width: 1255px) {
    #header .header-nav-main {
        width: 100%;
    }
}

.submenu {
    left: 0;
    right: auto;
    background: #FFEFFF;
    color: #fff;
}

ol li #dropdownMenu1 ul.submenu > li > a {
    color: #0c7da2!important;
}

#dropdownMenu1,
.btn-default:active:hover,
#dropdownMenu1.active:hover,
.open > .dropdown-toggle#dropdownMenu1:hover,
#dropdownMenu1:active:focus,
#dropdownMenu1.active:focus,
.open > .dropdown-toggle#dropdownMenu1:focus,
#dropdownMenu1:active.focus,
#dropdownMenu1.active.focus,
.open > .dropdown-toggle#dropdownMenu1.focus {
    color: #fff;
    outline: 0;
    border: 0;
    line-height: 1;
    padding: 4px 11px;
    margin-top: 4px;
    font-size: 20px;
}

@media (max-width: 767px) {

    ul#mainNav {
        height:60px;
    }
    
      /*mobile*/
    #header .header-logo{
          width:90px;
    }
    #header .header-logo img{
        
         height:60px;
         width:90px;
    }
    #header .header-logo img{
         /*visibility:hidden!important;*/
         height:60px;
         width:90px;
    }
    .icon-menu{
         visibility:hidden!important;   height:0px; position:absolute;
         width:1px;
    }

    #header .header-row {
        display: block;
    }
    #header .header-column {
        display: block;
    }
    #header .header-column .header-row {
        display: block;
    }
    ul#mainNav {
        height: auto !important;
        max-width: 100% !important;
        overflow: visible !important;
    }
    #dropdownMenu1,
    ol {
        display: none;
    }
}


/* Header Narrow */

@media (min-width: 992px) {
    #header.header-narrow .header-nav.header-nav-stripe nav > ul > li > a,
    #header.header-narrow .header-nav.header-nav-stripe nav > ul > li:hover > a,
    #header.header-narrow .header-nav.header-nav-dark-dropdown nav > ul > li > a,
    #header.header-narrow .header-nav.header-nav-dark-dropdown nav > ul > li:hover > a {
        padding: 35px 13px 30px;
        margin: -12px 0 0;
    }
    #header.header-narrow .header-nav.header-nav-stripe nav > ul > li > a.dropdown-toggle,
    #header.header-narrow .header-nav.header-nav-stripe nav > ul > li:hover > a.dropdown-toggle,
    #header.header-narrow .header-nav.header-nav-dark-dropdown nav > ul > li > a.dropdown-toggle,
    #header.header-narrow .header-nav.header-nav-dark-dropdown nav > ul > li:hover > a.dropdown-toggle {
        padding-left: 23px;
    }
    #header.header-narrow .header-nav.header-nav-stripe nav > ul > li > a.dropdown-toggle:after,
    #header.header-narrow .header-nav.header-nav-stripe nav > ul > li:hover > a.dropdown-toggle:after,
    #header.header-narrow .header-nav.header-nav-dark-dropdown nav > ul > li > a.dropdown-toggle:after,
    #header.header-narrow .header-nav.header-nav-dark-dropdown nav > ul > li:hover > a.dropdown-toggle:after {
        top: 35px;
    }
    #header.header-narrow .header-nav.header-nav-stripe .header-social-icons,
    #header.header-narrow .header-nav.header-nav-dark-dropdown .header-social-icons {
        margin-top: 30px;
    }
    #header.header-narrow .header-nav.header-nav-top-line nav > ul > li > a,
    #header.header-narrow .header-nav.header-nav-top-line nav > ul > li:hover > a {
        padding: 22px 13px 30px;
        margin: 5px 0 0;
    }
    #header.header-narrow .header-nav.header-nav-top-line nav > ul > li > a.dropdown-toggle,
    #header.header-narrow .header-nav.header-nav-top-line nav > ul > li:hover > a.dropdown-toggle {
        padding-left: 23px;
    }
    #header.header-narrow .header-nav.header-nav-top-line nav > ul > li > a.dropdown-toggle:after,
    #header.header-narrow .header-nav.header-nav-top-line nav > ul > li:hover > a.dropdown-toggle:after {
        top: 22px;
    }
    #header.header-narrow .header-nav.header-nav-top-line .header-social-icons {
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    #header .header-nav-main.header-nav-main-light nav > ul > li > a {
        color: #FFF;
    }
    #header .header-nav-main.header-nav-main-light nav > ul > li.open > a,
    #header .header-nav-main.header-nav-main-light nav > ul > li:hover > a {
        background: #FFF;
    }
    #header .header-nav-main.header-nav-main-light nav > ul > li.open > .dropdown-menu,
    #header .header-nav-main.header-nav-main-light nav > ul > li:hover > .dropdown-menu {
        border-top-color: #FFF;
        box-shadow: 0 20px 25px rgba(0, 0, 0, 0.05);
    }
    #header .header-nav-main.header-nav-main-light nav > ul > li.open > .dropdown-menu .dropdown-submenu:hover > .dropdown-menu,
    #header .header-nav-main.header-nav-main-light nav > ul > li:hover > .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
        border-top-color: #FFF;
    }
    #header .header-nav-main.header-nav-main-light nav > ul > li.active > a {
        background: #FFF;
    }
    #header .header-nav-main.header-nav-main-light .dropdown-menu > li > a:hover,
    #header .header-nav-main.header-nav-main-light .dropdown-menu > li > a:focus {
        background: #f5f5f5;
    }
}

@media (min-width: 992px) {
    #header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-menu li a,
    #header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-mega-sub-nav li a {
        -webkit-transition: -webkit-transform 0.2s ease-out;
        -moz-transition: -moz-transform 0.2s ease-out;
        transition: transform 0.2s ease-out;
        transform: translate3d(0, -5px, 0);
    }
    #header .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu li a,
    #header .header-nav-main-effect-1 nav > ul > li.dropdown:hover .dropdown-mega-sub-nav li a {
        transform: translate3d(0, 0, 0);
    }
    #header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-menu {
        -webkit-transition: -webkit-transform 0.2s ease-out;
        -moz-transition: -moz-transform 0.2s ease-out;
        transition: transform 0.2s ease-out;
        transform: translate3d(0, -5px, 0);
        border-right: 10px solid #FFEFFF;
    }
    #header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-menuWithLinks {
        border-right: 0 !important;
    }
    #header .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu {
        transform: translate3d(0, 0, 0);
    }
}

@media (min-width: 992px) {
    #header .header-nav-main-effect-2 nav > ul > li.dropdown .dropdown-menu {
        -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
        -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
        transition: transform 0.2s ease-out, opacity 0.2s ease-out;
        transform: translate3d(0, -5px, 0);
        opacity: 0;
    }
    #header .header-nav-main-effect-2 nav > ul > li.dropdown:hover > .dropdown-menu {
        transform: translate3d(0, -1px, 0);
        opacity: 1;
    }
}

@media (min-width: 992px) {
    #header .header-nav-main-effect-3 nav > ul > li.dropdown .dropdown-menu {
        -webkit-transition: -webkit-transform 0.2s ease-out;
        -moz-transition: -moz-transform 0.2s ease-out;
        transition: transform 0.2s ease-out;
        transform: translate3d(0, 10px, 0);
    }
    #header .header-nav-main-effect-3 nav > ul > li.dropdown:hover > .dropdown-menu {
        transform: translate3d(0, 0, 0);
    }
}

@media (min-width: 992px) {
    #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
        -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
        -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
        transition: transform 0.2s ease-out, opacity 0.2s ease-out;
        transform: translate3d(-20px, 0, 0);
        opacity: 0;
    }
    #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
    #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown.dropdown-reverse .dropdown-menu li.dropdown-submenu > .dropdown-menu {
        -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
        -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
        transition: transform 0.2s ease-out, opacity 0.2s ease-out;
        transform: translate3d(20px, 0, 0);
        left: auto;
        right: 100%;
        opacity: 0;
    }
    #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown.dropdown-reverse .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}


/* Header Nav Main Mobile */

@media (max-width: 767px) {
    #header .header-nav-main {
        background: transparent;
        clear: both;
        float: none;
    }
    .hidden-991px {
        display: none;
    }
    #header .header-nav-main nav {
        margin: 0 0 6px;
    }
    #header .header-nav-main nav > ul li {
        border-bottom: 1px solid #e8e8e8;
        clear: both;
        display: block;
        float: none;
        margin: 0;
        padding: 0;
        position: relative;
    }
    #header .header-nav-main nav > ul li a .fa-caret-down {
        line-height: 35px;
        min-height: 38px;
        min-width: 30px;
        position: absolute;
        left: 5px;
        text-align: center;
        top: 0;
    }
    #header .header-nav-main nav > ul li a .fa-caret-down:before {
        content: "\f107";
    }
    #header .header-nav-main nav > ul li.dropdown .dropdown-menu {
        background: transparent;
        padding: 0;
        margin: 0;
        font-size: 13px;
        box-shadow: none;
        border-radius: 0;
        border: 0;
        clear: both;
        display: none;
        float: none;
        position: static;
    }
    #header .header-nav-main nav > ul li.dropdown .dropdown-menu li.dropdown-submenu.opened > .dropdown-menu {
        display: block;
        margin-left: 20px;
    }
    #header .header-nav-main nav > ul li.dropdown.opened > .dropdown-menu {
        display: block;
        margin-left: 20px;
    }
    #header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-title {
        margin-top: 10px;
        display: block;
        margin-right: 20px;
    }
    #header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav {
        margin: 0 50px 0 0;
        padding: 0;
        list-style: none;
    }
    #header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav > li > a {
        display: block;
        text-decoration: none;
        color: #fff;
    }
    #header .header-nav-main nav > ul li:last-child {
        border-bottom: 0;
    }
    #header .header-nav-main nav > ul > li > a {
        text-transform: uppercase;
        /* font-weight: 700; */
        margin-top: 1px;
        color: #FFF!important;
        margin-bottom: 1px;
        font-style: normal;
        line-height: 20px;
        padding: 7px 29px;
        margin: 1px 0;
        border-radius: 0;
        font-size: 15px;
    }
    #header .header-nav-main nav > ul > li.active > a,
    #header .header-nav-main nav > ul > li.active > a:focus,
    #header .header-nav-main nav > ul > li.active > a:hover {
        color: #00A6D5;
    }
    #header .header-nav-main nav .not-included {
        margin: 0;
    }
    #header .header-nav-main a > .thumb-info-preview {
        display: none !important;
    }
    #header .header-btn-collapse-nav {
        outline: 0;
        display: block;
    }
    #header .header-nav-bar {
        margin: 0 auto;
    }
    #header .header-nav-bar .header-btn-collapse-nav {
        margin-top: 14px;
    }
    #header.header-transparent .header-nav-main {
        padding: 10px;
        margin-bottom: 10px;
        background: #FFF;
        border-radius: 4px;
    }
    #header.header-semi-transparent .header-nav-main {
        padding: 10px;
        margin-bottom: 10px;
        background: #FFF;
        border-radius: 4px;
    }
    #header.header-semi-transparent-light .header-nav-main {
        padding: 10px;
        margin-bottom: 10px;
        background: #FFF;
        border-radius: 4px;
    }
    html.sticky-header-enabled #header .header-nav-main {
        max-height: 350px;
        overflow-x: hidden;
        overflow-y: auto;
    }
    html.sticky-header-enabled #header .header-nav-main.collapsing {
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .hidden-767 {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .show-768 {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .hidden-480 {
        display: none !important;
    }
    .animated {
        animation-name: none;
    }
}

@media (min-width: 992px) {
    html:not(.sticky-header-active) #header.header-transparent .header-nav-main nav > ul > li:not(.active) > a {
        color: #00A6D5;
    }
    html #header.header-semi-transparent .header-nav-main nav > ul > li:not(.active) > a {
        color: #00A6D5;
    }
    html:not(.sticky-header-active) #header.header-semi-transparent-light .header-nav-main nav > ul > li:not(.active) > a {
        color: #00A6D5;
    }
}


/* Responsive */

@media (max-width: 991px) {
    #header .header-container {
        display: block;
    }
    #header.header-mobile-nav-only .header-logo {
        float: none;
    }
    #header.header-mobile-nav-only .header-nav {
        margin-top: -35px;
    }
    html.sticky-header-negative.sticky-header-active #header .header-logo {
        padding-top: 7px;
    }
}


/* Mega Menu (Signin/SignUp) */

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu {
    width: 40%;
    right: 15px;
    left: auto;
    border-radius: 6px 0 6px 6px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu a {
    transform: translate3d(0px, 0px, 0px);
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .fa-user {
    margin-right: 5px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-mega-sub-title {
    margin-bottom: 10px;
    display: block;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .sign-up-info,
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .log-in-info {
    text-align: center;
    display: block;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signin .signin-form {
    display: block;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signin .signup-form,
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signin .recover-form {
    display: none;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signup .signin-form {
    display: none;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signup .signup-form {
    display: block;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.signup .recover-form {
    display: none;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.recover .signin-form,
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.recover .signup-form {
    display: none;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.recover .recover-form {
    display: block;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .user-avatar .img-thumbnail {
    float: left;
    margin-right: 15px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .user-avatar .img-thumbnail img {
    max-width: 55px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .user-avatar strong {
    display: block;
    padding-top: 7px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .user-avatar span {
    display: block;
    font-size: 12px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .user-avatar p {
    margin: 0 0 0 25px;
    text-align: left;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .list-account-options {
    list-style: square;
    margin: 6px 0 0;
    padding: 0;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .list-account-options a:hover {
    text-decoration: none;
}


/* Responsive */

@media (max-width: 991px) {
    #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin {
        margin-right: 0;
    }
    #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-toggle {
        display: none;
    }
    #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu {
        display: block !important;
        margin: 0 !important;
        padding: 0 10px 0 10px;
        width: 100%;
        right: 0;
    }
    #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu .dropdown-mega-sub-title {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        padding-top: 5px;
        padding-bottom: 0;
    }
    #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .dropdown-toggle {
        display: none;
    }
    #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .dropdown-mega-content {
        margin: 15px 0 !important;
    }
    #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .list-account-options {
        margin: 15px 0 0 0 !important;
    }
    #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin.logged .list-account-options > li > a {
        line-height: 35px;
    }
}


/* Mega Menu (Signin/SignUp) */

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu {
    width: 40%;
    right: 15px;
    left: auto;
    border-radius: 6px 0 6px 6px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu a {
    transform: translate3d(0px, 0px, 0px);
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table {
    width: 100%;
    margin-top: 0px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table tr td a {
    background-color: transparent !important;
    color: #333;
    padding: 0;
    margin: 0;
    display: block;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table tr td a.remove {
    float: right;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu li table tr td a:hover {
    text-decoration: none;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .fa-shopping-cart {
    margin-right: 5px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .product-thumbnail {
    width: 120px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .product-actions {
    text-align: right;
    width: 80px;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .actions-continue {
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid #DDD;
    clear: both;
}

#header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .actions-continue .btn {
    margin-bottom: 10px;
}


/* Responsive */

@media (max-width: 991px) {
    #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop .dropdown-menu {
        margin: 15px 0;
        padding: 0 15px;
        width: 100%;
    }
}

html.side-header #header {
    min-height: 0 !important;
}

@media (min-width: 991px) {
    html.side-header .main .container,
    html.side-header #footer .container {
        padding: 0 35px;
        width: auto !important;
        max-width: 1210px;
    }
    html.side-header body > .body {
        margin: 0 0 0 255px;
        width: auto;
        overflow-x: hidden;
        overflow-y: visible;
    }
    html.side-header body > .body .forcefullwidth_wrapper_tp_banner .rev_slider_wrapper {
        width: 100% !important;
        left: auto !important;
    }
    html.side-header #header {
        background: #FFF;
        position: fixed;
        box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
        top: 0;
        left: 0;
        width: 255px;
        height: 100%;
    }
    html.side-header #header .header-body {
        border-top: 0;
    }
    html.side-header #header .header-container {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
    }
    html.side-header #header .header-search {
        margin: 5px 0 10px;
        float: none;
    }
    html.side-header #header .header-search .input-group {
        width: 100%;
    }
    html.side-header #header .header-search .input-group .form-control {
        width: 100%;
    }
    html.side-header #header .header-nav-top {
        margin: 0;
        float: none;
    }
    html.side-header #header .header-nav-top .nav > li > a,
    html.side-header #header .header-nav-top .nav > li > span {
        display: block;
    }
    html.side-header #header .header-logo {
        margin: 0;
        float: none;
        text-align: center;
        width: auto !important;
        height: auto !important;
        padding: 10px 0;
    }
    html.side-header #header .header-column {
        display: block;
    }
    html.side-header #header .header-column .header-row {
        clear: both;
    }
    html.side-header #header .header-nav-main {
        float: none;
    }
    html.side-header #header .header-nav-main nav > ul > li.dropdown > a.dropdown-toggle:after {
        content: "\f0da";
    }
    html.side-header #header .header-nav-main nav > ul > li.dropdown.open > a,
    html.side-header #header .header-nav-main nav > ul > li.dropdown:hover > a {
        padding-bottom: 10px;
    }
    html.side-header #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu,
    html.side-header #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
        top: 3px;
        left: 100%;
        border-top: 0;
        border-left: 5px solid #CCC;
        margin-left: -5px;
    }
    html.side-header #header .header-nav-main nav > ul > li.dropdown li.dropdown-submenu:hover > .dropdown-menu {
        margin-top: -5px;
        border-top: 0;
    }
    html.side-header #header .header-nav-main nav > ul > li.dropdown-mega {
        position: relative;
    }
    html.side-header #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu {
        min-width: 720px;
    }
    html.side-header #header .nav-pills > li {
        float: none;
        margin: 0 0 1px 0;
    }


    html.side-header #header .header-social-icons {
        float: none;
        text-align: center;
        margin-top: 25px;
    }
    html.side-header-right body > .body {
        margin: 0 255px 0 0;
    }
    html.side-header-right #header {
        left: auto;
        right: 0;
    }
    html.side-header-right #header .header-nav-main nav > ul > li.dropdown > a.dropdown-toggle {
        padding-right: 5px;
        padding-left: 23px;
    }
    html.side-header-right #header .header-nav-main nav > ul > li.dropdown > a.dropdown-toggle:after {
        content: "\f0d9";
        left: 11px;
    }
    html.side-header-right #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu,
    html.side-header-right #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
        right: 100%;
        left: auto;
        border-right: 5px solid #CCC;
        border-left: 0;
        margin-left: 0;
        margin-right: -5px;
        border-radius: 4px 0 0 4px;
    }
    html.side-header-semi-transparent body > .body {
        margin: 0;
    }
    html.side-header-semi-transparent #header {
        background: rgba(0, 0, 0, 0.3);
    }
    html.side-header-semi-transparent #header .header-body {
        background: transparent !important;
    }
}

html[dir="rtl"] #header .header-search .btn-default {
    right: -35px;
}

#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content .thumbnail {
    background: transparent;
    border: 0;
    color: #fff;
    margin: 0;
    padding: 0;
    /* border: 1px solid rgba(235, 140, 16, 0.38); */
}

#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content .thumbnail p a {
    color: #fff;
    white-space: normal;
}

#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content .thumbnail p a:hover {
    color: #fff!important;
}

#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content .thumbnail .caption {
    padding: 0px 0px;
    color: #333;
}

#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content .thumbnail p {
    width: 100%;
    overflow: hidden;
    color: #00A6D5;
    line-height: 20px;
    height: 68px;
    margin: 0;
    padding: 7px;
    transition: all .3s ease-in-out;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content .thumbnail:hover p {
    color: #a4359b!important;
}



.sitemap .xnav-pills > li {
        float: none;
        margin: 0 0 1px 0;
    }
.sitemap ul#xmainNav {
    height: 41px;
  
    width: 100%;
}

.sitemap ul#xmainNav > li,ol > li {
    display: block;
     float: right; 
    height: 260px;
     text-align:center!important;
      width:220px; 

      padding-right:80px
}




/*-------------------------------------------------------------- New wrapper----------------------------------------------------------------------------*/

.news-wrapper {
    position: relative;
    overflow: hidden;
    /* devo */
    /*box-shadow: 1px 1px 1px 0 #a4359b!important ;*/
}
.single-news {
    overflow: hidden;
    position: relative;

}


.news-wrapper,.single-news {
    position: relative;
    overflow: hidden
}

.single-news img {
    -webkit-transition: all .5s;
    width: 100%;
    min-height: 200px;
}
.single-news img {
    
}
.single-news:hover img {
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1)
}
.single-news:hover .news-overlay {
    background: rgba(164, 53, 155, 0.2);
}
.single-news:hover .news-overlay.noOverLay {
    background: linear-gradient(rgba(255, 255, 255, .15), rgba(255, 255, 255, 1))
}
.single-news:hover .overlay-content {
    display: block;
    bottom: 45%;
    color: #fff !important;
}



/*
    
        -webkit-border-radius: 10px!important ;
-moz-border-radius: 10px!important ;
border-radius: 10px!important ;

    .single-news img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}*/

/*.single-news:hover img {
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
}
*/
/*.single-news img {
    width: 100%;
    min-height: 200px;
}
*/

/* Checked */

.news-overlay {
    /*    background: linear-gradient(rgba(255, 255, 255, 0),rgba(255,255,255,0.7));
*/
    /*background-image: linear-gradient( to top, #FFFFFF, rgba(225,225,225,1), rgba(225,225,225,0.6), rgba(225,225,225,0), rgba(225,225,225,0), rgba(225,225,225,0), rgba(225,225,225,0), rgba(225,225,225,0));
*/
    /*background-image: linear-gradient( to top, #FFFFFF, #FFFFFF, #FFFFFF, rgba(0,0,0,0), rgba(225,225,225,0), rgba(225,225,225,0));
*/
    /*position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;*/
}

.header_news {
    /*    background: linear-gradient(rgba(255, 255, 255, 0.5),rgba(255,255,255,1));
*/
/*    padding-right: 2px;
    padding-top: 2px;
*/}

/*.overlay-content {
    position: absolute;
    right: 0;
    line-height: 20px;
    left: 0;
    bottom: 0;
    padding: 0 14px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background-color: #fff!important;
}
*/
/*.min-single-news .overlay-content {
    padding: 0 8px;
}

.overlay-content .details_news {
    margin-bottom: 0;
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center !important;
    padding: 0 15px;
    color: #0c7da2;
    background-color: #fff;
}

.details_news > p > a {
    max-height: 39px;
    overflow: hidden;
    display: block;
}

.details_news > div:first-child > a {
    max-height: 63px;
    overflow: hidden;
    display: block;
}*/


/*.details_news .pa-details{
    height: 63px;
    overflow: hidden;
    display: block;


}
*/

.overlay-content .details_news a {
/*    color: #00A6D5;
*/}

.overlay-content .details_news .more a {
    color: #FFFFFF;
}

.overlay-content .details_news .more {
    /* margin: 5px 0 0; */
/*    font-size: 12px;
    display: inline-block;
    background: #a4359b;
    color: #fff;
    padding: 4px 6px;
*/    /* margin-right: 13px; */
}

/*.news-overlay h1 {
    margin-bottom: 20px;
    margin-top: 0;
}*/

.news-overlay h4,
.news-overlay h3,
.news-overlay h1,
.news-overlay h5 {
    /*margin-bottom: 15px;
    margin-top: 0;
    color: #0c7da2;
    width: 100%;*/
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
/*    line-height: 1.4;
*/    /*color: #fff;*/
}

.news-overlay h6 a,
.news-overlay h2 a,
.news-overlay h5 a,
.news-overlay h4 a,
.news-overlay h3 a,
.news-overlay h1 a {
    margin-bottom: 7px;
    margin-top: 0;
/*    color: #0c7da2;
*/    /*color: #fff;*/
}

.news-overlay:hover > p,
.news-overlay:hover h1 a,
.news-overlay:hover h4 a,
.news-overlay:hover h5 a,
.news-overlay:hover h6 a,
.news-overlay:hover h3 a {
/*    color: #a4359b!important;
*/}

.single-news:hover .news-overlay {
    /*    background: linear-gradient(rgba(235, 140, 16, .8),#FFEFFF);
*/
    /*background-image: linear-gradient( to top, rgba(235,140,16,.9), rgba(235,140,16,.8), rgba(235,140,16,0.7), rgba(235,140,16,0.6), rgba(235,140,16,0.5), rgba(235,140,16,0.4), rgba(235,140,16,0.2), rgba(235,140,16,0));
*/
    /*background-color: #FFFFFF;
*/
}

.single-news:hover .news-overlay.noOverLay {
    /*        background: linear-gradient(rgba(255, 255, 255, 0.15),rgba(255,255,255,1));
*/
}

/*.single-news:hover .overlay-content {
    display: block;
    bottom: 45%;
    color: #fff !important;
}

.header_news h4,
h5 a {
    display: block;
    max-height: 54px;
    overflow: hidden;
}

.single-news:hover .last.overlay-content {
    display: block;
    bottom: 38%;
    color: #fff !important;
}

.light .single-news:hover .overlay-content {
    display: block;
    bottom: 48%!important;
    color: #fff !important;
}

.middel .single-news:hover .overlay-content {
    display: block;
    bottom: 26%!important;
    color: #fff !important;
}
*/
/*.single-news:hover .main-div.overlay-content {
    display: block;
    bottom: 22%!important;
    color: #fff !important;
}
*/
/*.min-single-news:hover .overlay-content {
    bottom: 0;
}

.min-single-news:hover .overlay-content {
    bottom: 0;
}

.min-single-news:hover .social-overlay.overlay-content {
    bottom: 0!important;
}

.min-single-news .social-overlay.overlay-content {
    padding: 10px 0 25px 0;
}

.social-overlay.overlay-content .social-details {
    font-size: 12px!important;
}

.min-single-news .details_news {
    font-size: 11pt;
    padding: 0 2px;
    height: 0;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    position: relative;
}

.min-single-news:hover .details_news {
    height: 40px;
}
*/
/*.news_footer {
    position: relative;
    margin-top: 5px;
    margin-bottom: 30px;
}*/

.source {
    color: #fff;
    padding: 8px 10px;
    display: inline-block;
    vertical-align: top;
    background: #a4359b;
    font-size: 13px;
}

.mini-source {
    color: #fff;
    padding: 0px 3px;
    display: inline-block;
    vertical-align: top;
    background: #a4359b;
    font-size: 8px;
    margin: 0;
}

.md-source {
    color: #fff;
    padding: 6px 3px;
    display: inline-block;
    vertical-align: top;
    background: #a4359b;
    font-size: 13px;
    margin: 0;
}

.source a {
    color: #fff;
}

.more i {
    background-color: #a4359b;
    padding: 2px 4px 2px 2px;
    border-radius: 50%;
    margin: 0 5px;
    color: #fff;
    font-size: 7px;
    vertical-align: middle;
}


/* Old Post Time*/


/*
.postTime {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 10;
    font-size: 10px;
    padding: 0px 20px 0px 10px;
    background-color: #fff;
    color: #a4359b;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    line-height: 2.2;
}*/


/*.postTime:after {
    position: absolute;
    content: "";
    width: auto;
    height: auto;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    border-width: 11.5px 14px 11.1px 27px;
    left: -40px;
    top: 0px;
}*/

.postTime {
    position: absolute;
    top: 0;
    right: 0px;
    padding: 3px 17px;
    background-color: #0c7da2;
    color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    font-size: 12px;
}

.postTime:before {
    position: absolute;
    content: "\f017";
    padding-left: 10px;
    font: normal normal normal 14px/1 FontAwesome;
    right: 3px;
    font-size: 11px;
    top: 4px;
    color: #FFEFFF;
    padding: 5px 0px;
}

.news-wrapper:hover .postTime {
    top: -30px;
    right: -100px;
}

.mini-news-wrapper:hover .postTime {
    top: -30px;
    right: -100px;
}

.mini-news-wrapper .postTime {
    padding: 0px 15px 0px 9px;
}

.mini-news-wrapper .postTime:before {
    padding: 3px 0px;
}

.postcatgory {
    position: absolute;
    line-height: 2;
    top: 0;
    right: -80px;
    /* padding: 0px 10px; */
    /* background-color: #a4359b; */
    color: #fff;
    opacity: 0;
    font-size: 11px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out, right .3s;
}


/*.postcatgory:after {
    position: absolute;
    content: "";
    width: auto;
    height: auto;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    border-width: 12px 14px 10px 27px;
    left: -40px;
    top: 0px;
}*/

.news-wrapper:hover .postcatgory {
    opacity: 1;
    right: 0;
}

.mini-news-wrapper .postcatgory {
    top: 0px;
}

.postcatgory span {
    display: inline-block;
    background: rgb(55, 87, 121);
    padding-left: 10px;
    padding-right: 10px;
    letter-spacing: 1px;
}

.postcatgory span > i {
    display: inline-block;
    background: #a4359b;
    padding: 5px 10px;
}

.postcatgory span:first-child {
    margin-left: 5px;
    background: #a4359b;
    padding: 0 20px 0 10px;
    direction: rtl;
    display: none;
}

.postcatgory span.camera:before {
    content: "\f030";
    position: absolute;
    right: 2px;
    font-family: "FontAwesome";
}

.postcatgory span:last-child {
    display: inline-block;
    background: #a4359b;
    
    padding-left: 10px;
    letter-spacing: 1px;
    padding: 0 5px 0 5px;
}

.postcatgory span > i {
    display: inline-block;
    background: #a4359b;
    padding: 5px 10px;
}

.mainnewsimg.newsinfo > img {
    width: 100%;
    height: 500px;
}

@media (max-width: 767px) {
    .postTime {
        opacity: 1;
        right: 0;
        top: 0;
    }
    .postcatgory {
        opacity: 1;
        right: 100px;
    }
    .LatestNews .postTime {
        right: 0;
        top: 0;
    }
    .LatestNews .postcatgory {
        opacity: 1;
        /*right: 50px;*/
    }
}

.LatestNewsImg > img {
    height: 235px;
}

.mini-img > img {
    width: 100%;
    height: 250px;
}


/*--------------Content Page------------------------*/

.header-content {
    display: table;
    width: 100%;
    /*z-index: 999999;*/
    position: relative;
}

.header-div,
.right-header-content,
.lf-header-content {
    display: table-cell;
}

.right-header-content {
    /*background: #F4F4F4; devo */
     background: #0c7da2;
    width: 140px;
}

.lf-header-content {
    background: #a4359b;
    width: 170px;
}


/*.content-all {
    display: table;
    width: 100%;
}

.content-page, .right-bar, .left-bar {
    display: table-cell;
}

.right-bar, .left-bar {
     background: #ddd; 
    width: 170px;
    height:600px !important;
   
}
 

.content-all {
    display: -webkit-flex;
    display: flex;
    min-height: 200px;
}

.content-page {
    width: -webkit-calc(100% - 340px);
    width: -moz-calc(100% - 340px);
    width: calc(100% - 340px);
}

@media (max-width: 991px) {

    .content-page {
        width: 100%;
    }*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content-all {
    display: -webkit-flex;
    display: flex;
      min-height: 200px;


    max-width : 1400px;   
    margin-right: auto;
    margin-left: auto;
}

.content-page {
  max-width : 1400px;
   /*
    
    width: -webkit-calc(100% );
    width: -moz-calc(100% );
    width: calc(100%);*/

    width: -webkit-calc(100% - 240px);
    width: -moz-calc(100% - 240px);
    width: calc(100% - 240px);
}



@media (max-width: 991px) {
    .content-page {
        width: 100%;

    }
}

.right-bar,
.left-bar {
    /* background: #ddd; */
    width: 120px;
}

.full-screen.content-all {


}

.full-screen.content-all .content-page {
    width: 100%;
    /* padding-right: 15px; */
    /* padding-left: 15px; */
    margin-right: auto;
    margin-left: auto;
}

.full-screen.content-all .left-bar,
.full-screen.content-all .right-bar {
    display: none;
}

@media (max-width: 1330px) {
    #header .header-nav-main nav > ul > li > a {
        padding: 10px 9px;
    }
    .right-header-content,
    .lf-header-content {
        width: 140px;
    }
}

@media (max-width: 1290px) {
    #header .header-nav-main nav > ul > li > a {
        padding: 10px 8px;
    }
    .right-header-content,
    .lf-header-content {
        width: 120px;
    }
}

@media (max-width: 1200px) {
    #header .header-nav-main nav > ul > li > a {
        padding: 10px 8px;
    }
}

@media (max-width: 991px) {
    .header-div {
        width: 100%;
    }
}


/*.Politics {
     display: -webkit-flex;
    display: flex;
     
}
.Politicsdata {
    width: -webkit-calc(100% - 320px);
    width: -moz-calc(100% - 320px);
    width: calc(100% - 320px);
}
.PoliticsShare {
     width: 320px;
}
.LatestNews {
     display: -webkit-flex;
    display: flex;
     
}
.LatestNewsMain {
    width: -webkit-calc(100% - 500px);
    width: -moz-calc(100% - 500px);
    width: calc(100% - 500px);
}
.Social {
     width: 320px;
}
.Mostread {
     width: 180px;
}*/


/*---------------------------------- News Text---------------------*/

.NewsText {
    padding: 0 5px;
    border-bottom: 1px solid #ccc;
    /* padding-bottom: 10px; */
    -webkit-transition: all 0.3s ease-in-out;
    -moz-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;
    /* position: relative; */
    background-color: transparent;
    overflow: hidden;
}


/*-------------------------- News design start---------------------*/

.NewsText.Defualt {
    padding: 5px 5px 15px;
}

.NewsText.Defualt a {
    padding: 0;
}

.NewsText.Defualt a img {
    -ms-transition-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    width: 5px;
    height: 5px;
}

.NewsText.Defualt:hover img {
    width: 100%;
    height: 100%;
}

.NewsText.Defualt a[data-title]:hover:after {
    content: attr(data-title);
    padding: 4px 8px;
    color: #fff;
    font-size: 17px;
    top: 100%;
    z-index: 20;
    white-space: nowrap;
    border-radius: 4px;
    background-color: #a4359b;
    border: 1px solid #a4359b;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.NewsText > a > article {
    line-height: 30px;
    display: inline;
}

.NewsText:hover {
    background: #0c7da2;
    border-bottom: 1px solid transparent;
}

.NewsText:hover a,
.NewsText:hover span {
    color: #fff !important;
    border-color: #fff !important;
}

.NewsText a:hover {
    position: relative;
    text-decoration: none;
    text-decoration: underline;
}

.NewsText .more {
    font-size: 10px;
    background: #a4359b;
    color: #FFEFFF;
    padding: 0px 2px;
    display: none;
    -ms-transition-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.NewsText:hover .more {
    opacity: 1;
    display: inline-block;
}

.NewsText > a {
    color: #a4359b;
    font-size: 15px;
    position: relative;
    display: inline-block;
    padding-top: 10px;
}

.NewsText > .NewsFooter {
    margin: 5px 0 0;
    color: #a4359b;
}

.NewsText > .NewsFooter span {
    border-right: 1px solid #FFEFFF;
    padding-right: 9px;
    font-size: 12px;
    line-height: 1px;
}

.NewsText > .NewsFooter span:first-child {
    margin: 10px 10px 0 0;
    color: #a4359b;
    padding-left: 4px;
    padding-right: 0;
    border: 0;
    font-size: 12px;
}

.NewsText > .NewsFooter span:first-child:after {
    margin: 6px 0;
    position: absolute;
    /* content: "\f017"; */
    padding-left: 10px;
    font: normal normal normal 14px/1 FontAwesome;
    right: 2px;
    color: #FFEFFF;
    font-size: 12px;
}


/* Thumb Info */

.text-info {
    display: block;
    position: relative;
    text-decoration: none;
    max-width: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin-bottom: 15px;
    /* height: 272px; */
    padding: 0;
    border-bottom: 1px solid #ccc;
}

.text-info .text-info-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    /* margin: 4px; */
    overflow: hidden;
    display: block;
    position: relative;
}

.text-info .text-info-wrapper p {
    color: #0c7da2;
    margin-bottom: 5px;
}

.text-info .text-info-wrapper:after {
    content: "";
    background: #EDEDEE;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    bottom: -4px;
    color: #FFF;
    left: -4px;
    position: absolute;
    right: -4px;
    top: -4px;
    display: block;
    opacity: 0;
    z-index: 1;
}

.text-info:hover .text-info-wrapper:after {
    opacity: 1;
}

.text-info.text-info-centered-icons .text-info-action {
    -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out, opacity 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transform: translate3d(0, -10px, 0);
    top: 68%;
    left: 0px;
    right: auto;
    bottom: auto;
    width: 100%;
    /* height: 40px; */
    margin-top: -30px;
    /* text-align: center !important; */
    position: absolute;
    opacity: 0;
    z-index: 2;
    padding: 0 4px;
}

.text-info.text-info-centered-icons .text-info-action img {
    width: auto;
}

.text-info.text-info-centered-icons .text-info-action .more {
    display: inline-block;
}

.text-info.text-info-centered-icons .text-info-action .more a {
    background: #a4359b;
    color: #fff;
    font-size: 12px;
    margin: 6px;
    padding: 2px 10px;
    text-align: center !important;
}

.text-info.thumb-info-centered-icons .text-info-action a > p {
    text-align: center !important;
    margin-top: 30px;
}

.text-info:hover.text-info-centered-icons .text-info-action {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.text-info-action .txtSource {
    /* padding: 5px 0 4px 10px;
    font-size: 9px;
    background: rgb(55, 87, 121);
    color: #fff;
    white-space: nowrap;*/
    font-size: 11px;
    background: #0c7da2;
    color: #fff;
    white-space: nowrap;
    display: inline-block;
    width: 40%;
    padding: 0 3px 0 0;
}

.text-info-action .txtSource a {
    color: #fff;
}

.text-info-action .txtSource i {
    padding: 8px;
    background: #0c7da2;
}

.NewsFooter span {
    border-right: 1px solid #FFEFFF;
    padding-right: 9px;
    font-size: 12px;
    line-height: 1px;
}

.NewsFooter span:first-child {
    /* margin: 10px 10px 0 0; */
    color: #0c7da2;
    padding-left: 4px;
    padding-right: 0;
    border: 0;
    font-size: 12px;
}

.NewsFooter span:first-child:after {
    margin: 6px 0;
    position: absolute;
    /* content: "\f017"; */
    padding-left: 10px;
    font: normal normal normal 14px/1 FontAwesome;
    right: 2px;
    color: #FFEFFF;
    font-size: 12px;
}


/* Media part*/

.media {
    /* margin-bottom: 10px; */
    transition: all .3s ease-in-out;
    padding: 10px;
    margin: 0;
}

.media img {
    width: 60px !important;
    height: 60px;
}

.media .pull-right {
    padding: 0;
}

.media:hover a,
.media:hover p,
.media:hover span {
    color: #a4359b!important;
}

.media:hover {
    /*        background-color: #ddd;
*/
    color: #a4359b!important;
    /*        background: #FFEFFF;
*/
}

.media-body {
    line-height: 20px;
    border: 1px solid transparent !important;
    z-index: -2;
}

.media-body .media-heading {
    margin-top: 0;
    line-height: 1.5;
    vertical-align: top;
    margin-bottom: 10px;
}

.media-body p,
.media-body .media-heading span {
    color: #0c7da2;
    /* font-size: 20px; */
    line-height: 23px;
}

    .media-body a {
        color: #0c7da2;
        font-size: 14px;
        z-index: 1;
        display: flex;
        overflow: visible;
        flex-wrap: wrap;
    }

.views {
    color: #a4359b;
    font-size: 22px;
    line-height: 1.2;
}


/*----------------------------- News Header-----------------*/

.LatestNews {
    /* padding-bottom: 20px; */
}

.EgyptNews,
.Lite,
.LatestNews,
.vedios,
.Politics,
.Mostread,
.SocialMed,
.mostComment,
.world,
.Middleeast,
.Sport,
.woman,
.Art,
.innerHead {
    transition: all .5s ease-in-out;
}

.EgyptNews:hover .NewsHead,
.Lite:hover .NewsHead,
.LatestNewsMain:hover .NewsHead,
.vedios:hover .NewsHead,
.Politicsdata:hover .NewsHead,
.PoliticsShare:hover .NewsHead,
.Mostread:hover .NewsHead,
.SocialMed:hover .NewsHead,
.mostComment:hover .NewsHead,
.world:hover .NewsHead,
.Middleeast:hover .NewsHead,
.Sport:hover .NewsHead,
.Art:hover .NewsHead {
    width: 100%;
    color: #fff;
    background: #FFEFFF;
    padding: 5px 3px;
}

.Mostread:hover .NewsHead {
    width: 100%;
    color: #fff;
    background: #a4359b;
    padding: 5px 3px;
    border-right: 6px solid #FFEFFF;
}






.innerHead h3.NewsHead ,.innerHead h1.NewsHead{
    width: 100%;
    color: #FFFFFF;
    background: #0c7da2;
    padding: 5px 8px 5px 0;
    border-right: 5px solid #a4359b;
}





.innerHead:hover .NewsHead {
    background: #a4359b;
    color: #FFFFFF;
    border-right: 6px solid #0c7da2;
}

h3.NewsHead ,h1.NewsHead {
    border-right: 6px solid #f4f4f4;
    padding-right: 12px;
    margin-bottom: 10px;
    margin-top: 0;
    transition: all .5s ease-in-out;
    width: 79%;
    padding: 5px 3px;
    font-size: 21px;
}

h3.NewsHead a,h1.NewsHead a {
    opacity: 0;
    float: left;
    font-size: 12px;
    padding-top: 4px;
    color: #fff;
}

.innerHead h3 span {
    opacity: 1;
    float: left;
    font-size: 12px;
    padding-top: 4px !important;
    color: #fff;
}

.innerHead h3 span input[type=checkbox] + label:before {
    background-color: #fff;
    color: #FFEFFF;
}

h3.NewsHead a > i  ,h1.NewsHead a > i{
    font-size: 8px;
    padding: 3px 4px 3px 2px;
    background: #a4359b;
    border-radius: 50%;
    margin-right: 0px;
    margin-left: 8px;
}

.EgyptNews:hover .NewsHead a,
.Lite:hover .NewsHead a,
.LatestNewsMain:hover .NewsHead a,
.vedios:hover .NewsHead a,
.Politicsdata:hover .NewsHead a,
.world:hover .NewsHead a,
.Middleeast:hover .NewsHead a,
.Sport:hover .NewsHead a,
.Art:hover .NewsHead a,
.innerHead:hover .NewsHead a {
    opacity: 1;
}

.more i {
    /* background-color: #FFEFFF; */
    padding: 2px 2px 1px 0px;
    border-radius: 50%;
    margin: 0 2px;
    color: #fff;
    font-size: 7px;
    vertical-align: middle;
    /* max-height: 0; */
}


/*---------------------------- Vedio--------------------- */

.vedios .social {
    background: transparent;
    padding: 0;
}

.vedios .social:before {
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 45.25%;
}

.playlist .media:hover {
    color: #fff !important;
    background: rgba(27, 67, 110, 0.84);
}

.playlist .media:after {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.playlist .media:hover:after {
    position: absolute;
    content: "";
    width: auto;
    height: auto;
    border-style: solid;
    border-color: transparent transparent #3E6084 transparent;
    border-width: 13px 10px 9px 10px;
    right: 50%;
    top: -21px;
}

@media (max-width: 480px) {
    .embed-responsive-16by9 {
        padding-bottom: 90.25%;
    }
    .Vediohead {
        font-size: 12px;
    }
}

.hover_icon {
    position: relative;
    display: block;
    overflow: hidden;
}

.hover_icon img {
    border: 1px solid #FFEFFF;
}

.hover_icon:after {
    font-family: 'FontAwesome';
    font-size: 1.3em;
    color: #fff;
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
    filter: alpha(opacity=0);
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}



.hover_icon:before {
    font-family: 'FontAwesome';
    font-size: 1.3em;
    color: #FFEFFF;
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    filter: alpha(opacity=0);
    margin-top: 100px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

.hover_icon:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    margin-top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    margin-top: 0;
}

.hover_icon:hover:after {
    opacity: 0;
    filter: alpha(opacity=100);
    margin-top: -100px;
}

.hover_icon_link:before {
    content: "\f04b";
}

.hover_icon_link:after {
    content: "\f04b";
}


.hover_icon_lg:after, .hover_icon_lg:before {
    font-size: 4.3em;
}

.orangebg .Vediohead {
    min-height: 80px;
}
.Vediohead {
    color: #fff;
    margin: 0;
    padding: 18.5px 0;
    font-size: 18px;
}


/*-----------------------------Footer---------------------*/

.footerrightside {
    /*background: #F4F4F4; devo */
    background: #0c7da2;
    min-height: 265px;
}

footer .two-columns {
    padding-top: 15px;
}

footer .four-columns {
    position: relative;
    display: block;
    overflow: hidden;
}

footer .four-columns li {
    width: 25%;
    color: #fff;
    float: right;
    padding: 7px 5px;
    margin: 8px 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .3s ease-in-out;
}

@media (max-width: 480px) {
    footer .four-columns li {
        width: 50%;
    }
}

footer .four-columns li > a {
    text-decoration: none;
   /* color: #4272a6; devo */
     color: white;
    padding: 2px;
}

footer .four-columns li:hover {
    background-color: #a4359b;
    padding-right: 20px;
}

footer .four-columns li:hover a {
    color: #FFFFFF;
}

footer .four-columns li > i {
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    opacity: 0;
}

footer .four-columns li:hover > i {
    opacity: 1;
    filter: alpha(opacity=0);
    background-color: #4272a6;
    padding: 2px 7px;
    border-radius: 100%;
}

footer .footermiddle {
    background-color: #FFF;
    height: 337px;
}

footer .footermiddle h3 {
    margin-top: 5px;
    margin-bottom: 20px;
    color: #a4359b;
}

footer .footermiddle h3 img {
    vertical-align: bottom;
    padding-left: 5px;
}

footer .footermiddle .form-control {
    height: 40px;
}

footer .two-columns-mid {
    padding-top: 10px;
}

footer .two-columns-mid li {
    width: 50%;
    color: #a4359b;
    float: right;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 7px 5px;
    margin: 5px 0;
}

footer .two-columns-mid li > a {
    text-decoration: none;
    color: #a4359b;
    padding: 2px;
}

footer .two-columns-mid li:hover a {
    color: #FFEFFF;
}

footer .two-columns-Subscription {
    padding-top: 15px;
    padding-bottom: 55px;
    border-bottom: 1px solid #E5E5E5;
}

footer .two-columns-Subscription li {
    width: 50%;
    color: #a4359b;
    float: right;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 7px 5px;
    margin: 8px 0;
    text-align: left !important;
}

footer .two-columns-Subscription li:first-child {
    text-decoration: none;
    color: #a4359b;
    text-align: right !important;
}

footer .two-columns-Subscription li > a {
    text-decoration: none;
    color: #a4359b;
    padding: 7px 11px;
    margin: 8px 0;
}

footer .two-columns-Subscription li > a:hover {
    background-color: #FFEFFF;
    color: #fff;
}

.footerLeftside {
    background-color: #a4359b;
    min-height: 265px;
    text-align: center !important;
}

.footerLeftside .header-social {
    margin: auto;
    display: inline-block;
}

.bg-orange {
    background: #FFEFFF;
}

.bg-blue {
    background: #a4359b;
}

.logoFooter {
    margin: 20px auto;
    text-align: center !important;
}

@media (min-width: 1200px) {
    .footerLeftside {
        height: 100px;
    }
}

@media (max-width: 1200px) {
    .footerLeftside {
        /*min-height: 100px;*/
    }
    .Mostread {
        position: static !important;
    }
    .hidden-1200px {
        display: none;
    }
    .west {
        position: static !important;
    }
    .content-page {
        width: 100%;
    }
    .lf-header-content,
    .right-header-content,
    .right-fB,
    .left-fB {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .row {
        margin: 0;
    }
    .footerrightside {
        /* height: auto; */
    }
}

@media (max-width:820px) and (min-width: 768px) {
    .footerrightside {
        min-height: 290px;
    }
}


/*Footer Before*/

.right-fB,
.left-fB,
.Fb-div {
    display: table-cell;
  
    background: #EDEDEE;  

    /*background: #0c7da2; devo */
}

.right-fB,
.left-fB {
    width: 130px;
}

.Fb-div {
    padding: 10px 0;
}

.Fb-div ul.list-inline {
    padding: 5px 0;
    margin: 0;
}

.Fb-div ul.list-inline li > a {
    padding: 10px;
    color: #a4359b; 
}

.Fb-div .form-inline .form-control {
    width: 200px;
}

.Fb-div .btn-default,
.Fb-div .btn-default:focus,
.Fb-div .btn-default:hover,
.Fb-div .btn-default.focus {
    background-color: #0c7da2;
    border-color: #0c7da2;
    color: #fff;
    outline: 0;
}

.footer-btn {
    background-color: #a4359b;
    border-color:  #a4359b;
    color: #fff;
    outline: 0;
}


/*----------------------------*/
.Social {
    text-align: center !important;
}

.ads {
    text-align: center !important;
    position: relative;
}

.ads div{
    text-align: center !important;
}

.ads img {
    display: block;
    margin-left: auto;
    margin-right: auto;
   
}
.adImg img {
    padding: 40px;
}

@media (max-width: 767px) {
    .LatestNewsMain {
        width: 100%;
    }
    .Social {
        width: 100%;
        text-align: center !important;
    }
    .Social .ads {
        text-align: center !important;
    }
    .Social img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .sectionwatermark{
        float:left!important;
         max-height:160px!important;
    }
}

.footerLeftside p {
    color: #f6f7f9;
    line-height: 25px;
}

.footerLeftside .designBy {
    color: white;
    text-align: right !important;
    margin: 20px 0;
}

.carousel {
    position: relative;
    z-index: 0;
    max-width:1150px;
      
    margin-left:auto;
    margin-right:auto; margin-bottom:10px;
}

.carousel-inner img {    
    margin-left:auto;
    margin-right:auto;
   
}


.NewsDetailContainer .carousel-inner{
    min-height: 500px!important;
}
    .NewsDetailContainer .carousel-inner img {
        max-height: 500px!important; width:inherit!important;
    }

         .artcldesc a{
        color:#a4359b!important; font-weight:bold;
    }


.top-slide{
    margin-top: 71px;

}
.Aqwaal-slider .carousel {
    margin-top: 10px;
    margin-bottom: 10px;
}

.contuctbox {
    padding: 5px 25px;
}

.contuctTxt {
    padding: 5px 25px;
    color: #fff;
}

.contactall {
    position: absolute;
    top: 22%;
    width: 300px;
    right: 6%;
    /* box-sizing: content-box; */
}

.flex-content {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    width: 100%;
    transition: all .3s ease-in-out;
}

.flex-content .flex-cell-full {
    width: -webkit-calc(100% - 310px);
    width: -moz-calc(100% - 310px);
    width: calc(100% - 310px);
    transition: all .5s ease-in-out;
    background: transparent;
    /* padding: 0 10px; */
}

.flex-content .flex-cell-300 {
    width: 310px;
    transition: all .5s ease-in-out;
    padding: 0 10px 0 0;
}

@media (max-width: 768px) {
    .flex-content,
    .flex-content .flex-cell-full,
    .flex-content .flex-cell-300 {
        display: block;
        width: 100%;
    }
}

.nav-tabs {
    border: 0;
}

.nav > li > a {
    padding: 9px;
    border: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border: 0;
}

.backtoTop {
    padding: 9px 10px 10px 10px;
    border: 1px solid #a4359b;
    color: #FFFFFF;
    margin: 20px;
    background: #a4359b;
}


/*------------------------------callUs-------------------------*/

.callUs {}

.callUs .form-span {
    font-weight: bold;
}

.callUs input {
    padding: 7px 12px;
    border: 1px solid #ddd;
    font-size: 16px;
    font-family: cursive;
}

.callUs .input-group-addon:first-child {
    border: 0;
    background: #fff;
    color: #a4359b;
    font-size: 15px;
    font-weight: bold;
}

.widgetYhemak .more {
    color: #fff;
}

.widgetYhemak .widgetTime {
    font-size: 12px;
    margin: 0;
    font-weight: 100;
    line-height: 1.1;
}


/*---------------------------User Selection--------------------------*/

.UsrTabs .nav.nav-tabs {}

.UsrTabs .nav.nav-tabs li {
    float: none;
    outline: 0;
}

.UsrTabs .nav.nav-tabs li a {
    color: #fff;
    background: #a4359b;
    margin-bottom: 12px;
}

.UsrTabs .nav-tabs > li.active > a,
.UsrTabs .nav-tabs > li.active > a:hover,
.UsrTabs .nav-tabs > li.active > a:focus {
    background: #0c7da2;
    outline: 0 !important;
    box-shadow: none;
}

.UsrTabs .nav-tabs > li > a:hover,
.UsrTabs .nav-tabs > li > a:focus {
    background: #0c7da2;
    outline: 0 !important;
    box-shadow: none;
}

.UsrTabs .media {
    transition: all .3s ease-in-out;
    padding: 0px;
    margin: 0;
    margin-bottom: 20px;
}

.UsrTabs .media img {
    width: auto !important;
    height: auto;
}

.UsrTabs .media img.img-circle {
    border-radius: 50% !important;
}

.UsrTabs .media .pull-right {
    padding: 0;
}

.UsrTabs .media:hover a,
.UsrTabs .media:hover p,
.UsrTabs .media:hover span {
    color: inherit !important;
}

.UsrTabs .media:hover {
    color: inherit !important;
    background: transparent;
}

.UsrTabs .media-body {
    line-height: 20px;
    border: 1px solid transparent !important;
    z-index: -2;
    vertical-align: middle;
    padding: 0 20px;
}

.UsrTabs .media-body .media-heading {
    margin-top: 0;
    line-height: 1.5;
    vertical-align: top;
    margin-bottom: 10px;
}

.UsrTabs .media-body p,
.UsrTabs .media-body .media-heading span {
    color: #0c7da2;
    font-size: inherit;
    line-height: 23px;
}

.UsrTabs .media-body a {
    color: #a4359b;
    font-size: 14px;
    z-index: 1;
}


/*-------------------------------------------*/

@media (max-width: 767px) {
    .newLogin {
        border-bottom: 1px solid #eee;
    }
}

.SubscriptionTop {
    background-color: #FFF;
    /* height: 337px; */
}

.SubscriptionToph3 {
    margin-top: 5px;
    margin-bottom: 20px;
    color: #a4359b;
}

.SubscriptionToph3 img {
    vertical-align: bottom;
    padding-left: 5px;
}

.SubscriptionTop.form-control {
    height: 40px;
}

.SubscriptionTop.two-columns-Subscription {
    padding-top: 15px;
    padding-bottom: 55px;
    border-bottom: 1px solid #E5E5E5;
}

.SubscriptionTop .two-columns-Subscription li {
    width: 50%;
    color: #a4359b;
    float: right;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 7px 5px;
    margin: 8px 0;
    text-align: left !important;
}

.SubscriptionTop .two-columns-Subscription li:first-child {
    text-decoration: none;
    color: #a4359b;
    text-align: right !important;
}

.SubscriptionTop .two-columns-Subscription li > a {
    text-decoration: none;
    color: #a4359b;
    padding: 7px 11px;
    margin: 8px 0;
}

.SubscriptionTop .two-columns-Subscription li > a:hover {
    background-color: #FFEFFF;
    color: #fff;
}


/*userBox Login*/

.userT-btn {
    padding: 4px 8px;
    display: inline-block;
    color: #fff;
    font-size: 27px;
    background: #ddd;
    border-radius: 5px;
    background: #0c7da2;
    cursor: pointer;
    /* margin-left: 7px; */
    vertical-align: middle;
    margin-right: 5px;
}

.header-login,
.header-search {
    padding: 7px 0;
    float: right;
}

.header-login .user-box-top {
    right: 50px;
    top: 77px;
    padding: 15px;
    /*    display: none;
*/
    background: #0c7da2;
    position: absolute;
    width: 274px;
    margin-top: 2px;
    z-index: 22;
    position: absolute;
    text-align: center !important;
}

.user-box-top .form-inline .form-group {
    margin-bottom: 10px;
}

.user-box-top .form-inline .btn {
    padding: 3px 10px;
    margin-bottom: 10px;
}

.header-login .user-box-top:after {
    top: -8px;
    width: 0;
    height: 0;
    z-index: 2;
    content: " ";
    display: block;
    position: absolute;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.header-login .user-box-top:after {
    border-bottom: 8px solid #0c7da2;
    right: 47%;
}

.header-login .user-box-top input {
    /* margin-left: 10px; */
    width: 100%;
}

.header-login .user-box-top .header-social {
    display: inline-block;
}

.header-login .user-box-top .header-social li a {
    font-size: 17px;
    width: 43px;
    height: 43px;
    margin: 0px 3px 0;
    color: #FFF;
}

@media (max-width: 1200px) {
    .header-login .user-box-top {
        /* right: 5px; */
        left: auto;
    }
    .header-login .user-box-top:after {
        right: 45%;
    }
}

#aswift_0_expand {
    display: block !important;
    margin: auto !important;
}


/*Light Slider*/

.light-slider {
    width: 450px;
}

.light-slider ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0;
}

.light-slider ul li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor: pointer;
}

.light-slider ul li img {
    display: block;
    height: auto;
    max-width: 100%;
}

.top-nav-color {
    background-color: #0c7da2!important;
}


.share-links .social li a {
    color: #FFFFFF;
}



 .progress-round {
                                    -webkit-border-radius: 4px;
                                    -moz-border-radius: 4px;
                                    border-radius: 4px;
                                }

                                .progress {
                                    height: 18px;
                                    margin-bottom: 18px;
                                    overflow: hidden;
                                    background-color: #f7f7f7;
                                    background-repeat: repeat-x;
                                    -webkit-border-radius: 2px;
                                    -moz-border-radius: 2px;
                                    border-radius: 2px;
                                    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
                                    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
                                    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
                                    background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
                                }

                                .progress-info.progress-striped .bar {
                                    background-color: #5bc0de;
                                    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
                                    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
                                    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
                                    background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
                                    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
                                    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
                                }

                                .progress-info .bar {
                                    background-color: #4bb1cf;
                                    background-repeat: repeat-x;
                                    background-image: linear-gradient(top, #5bc0de, #339bb9);
                                }

                                .progress-striped .bar {
                                    background-color: #149bdf;
                                    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
                                    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
                                    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
                                    background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
                                    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
                                    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
                                    -webkit-background-size: 40px 40px;
                                    -moz-background-size: 40px 40px;
                                    -o-background-size: 40px 40px;
                                    background-size: 40px 40px;
                                }

                                .progress .bar {
                                    width: 0;
                                    height: 18px;
                                    font-size: 12px;
                                    color: #ffffff;
                                    text-align: center;
                                    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
                                    background-color: #0e90d2;
                                    background-repeat: repeat-x;
                                    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
                                    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
                                    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
                                    -webkit-box-sizing: border-box;
                                    -moz-box-sizing: border-box;
                                    -ms-box-sizing: border-box;
                                    box-sizing: border-box;
                                    -webkit-transition: width 0.6s ease;
                                    -moz-transition: width 0.6s ease;
                                    -ms-transition: width 0.6s ease;
                                    -o-transition: width 0.6s ease;
                                    transition: width 0.6s ease;
                                    background-image: -ms-linear-gradient(top, #149bdf, #0480be);
                                }


















.header_news h4,
h5 a {
    display: block;
    max-height: 54px;
    overflow: hidden;
}

.single-news:hover .last.overlay-content {
    display: block;
    bottom: 38%;
    color: #fff !important;
}

.light .single-news:hover .overlay-content {
    display: block;
    bottom: 48%!important;
    color: #fff !important;
}

.middel .single-news:hover .overlay-content {
    display: block;
    bottom: 26%!important;
    color: #fff !important;
}

.single-news:hover .main-div.overlay-content {
    display: block;
    bottom: 22%!important;
    color: #fff!important
}

.min-single-news .social-overlay.overlay-content {
    bottom: -83px;
}

.min-single-news:hover .overlay-content {
    bottom: 0
}

.min-single-news:hover .social-overlay.overlay-content {
    bottom: 10!important;
}

.min-single-news .social-overlay.overlay-content {
    padding: 10px 0 81px 0;
}

.social-overlay.overlay-content .social-details {
    font-size: 12px!important;
}

.min-single-news .details_news {
    font-size: 11pt;
    padding: 0 2px;
    height: 0;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    position: relative
}

.min-single-news:hover .details_news {
    height: 40px
}

.mainnewsimg.newsinfo>img {
    width: 100%;
    height: 500px
}

.news-overlay {
    /*background: linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 1));*/
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px
}

.header_news {
    padding-right: 2px;
    padding-top: 2px;
    max-height: 103px;
    overflow: hidden; 
}

.overlay-content {
    position: absolute;
    right: 0;
    line-height: 20px;
    left: 0;
    bottom: 0;
    padding: 0 14px;
    transition: all .5s ease-in-out
}

.min-single-news .overlay-content {
    padding: 0 8px ;
    height:40px;
}

.overlay-content .details_news {
    margin-bottom: 0;
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center!important;
    padding: 0 15px;
    color: #a4359b;
    background-color: #fff;
}
.details_news > p > a {
    max-height: 39px;
    overflow: hidden;
    display: block;
}

.details_news > div:first-child > a {
    max-height: 63px;
    overflow: hidden;
    display: block;
}


.details_news .pa-details{
    height: 63px;
    overflow: hidden;
    display: block;


}


.overlay-content .details_news a {
    color: #00A6D5;
}

.overlay-content .details_news .more {
    font-size: 12px;
    display: inline-block;
    background: #a4359b;
    color: #fff;
    padding: 4px 6px
}

.news-overlay h1,
.news-overlay h3,
.news-overlay h4,
.news-overlay h5 {
    margin-bottom: 15px;
    margin-top: 0;
    color: #0c7da2;
    width: 100%;
    line-height: 1.4
}

.news-overlay h1 a,
.news-overlay h2 a,
.news-overlay h3 a,
.news-overlay h4 a,
.news-overlay h5 a,
.news-overlay h6 a {
    margin-bottom: 7px;
    margin-top: 0;
    color: #0c7da2;
}

.news-overlay:hover h1 a,
.news-overlay:hover h3 a,
.news-overlay:hover h4 a,
.news-overlay:hover h5 a,
.news-overlay:hover h6 a,
.news-overlay:hover>p {
    color: #a4359b!important;
}

.news-overlay h1 {
    margin-bottom: 20px;
    margin-top: 0;
}

.overlay-content,
.postTime {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out
}

.LatestNewsImg>img {
    height: 235px
}

.mini-img>img {
    width: 100%;
    height: 250px
}

.more i,
.postTime {
    background-color: #a4359b
}

.postTime {
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 17px;
    color: #fff;
    transition: all .5s ease-in-out;
    font-size: 12px
}

.postTime:before {
    position: absolute;
    content: "\f017";
    font: normal normal normal 14px/1 FontAwesome;
    right: 3px;
    font-size: 11px;
    top: 4px;
    color: #a4359b;
    padding: 5px 0
}

.mini-news-wrapper:hover .postTime,
.news-wrapper:hover .postTime {
    top: -30px;
    right: -100px
}

.mini-news-wrapper .postTime {
    padding: 0 15px 0 9px
}

.mini-news-wrapper .postTime:before {
    padding: 3px 0
}

.postcatgory {
    position: absolute;
    line-height: 2;
    top: 0;
    right: -80px;
    color: #fff;
    opacity: 0;
    font-size: 11px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out, right .3s
}

.news-wrapper:hover .postcatgory {
    opacity: 1;
    right: 0
}

.mini-news-wrapper .postcatgory {
    top: 0
}



.news_footer {
    position: relative;
    margin-top: 5px;
    /* overflow: hidden; */
    margin-bottom: 30px;
}

.overlay-content {
    position: absolute;
    right: 0;
    line-height: 20px;
    left: 0;
    bottom: 0;
    padding: 0 14px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background-color: #fff!important;
}

.back-color {
    background-color: #FFFFFF;
    height: 28%;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}

.back-color-main {
    background-color: #FFFFFF;
    height: 14%;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}





.sourceDiv {
    clear: both;
    width: 100%;
    overflow: hidden;
}

    .sourceDiv .share-link {
        float: right;
    }

    .sourceDiv .FromSource {
        float: left;
        padding: 10px 20px;
    }

        .sourceDiv .FromSource a {
            color: #FFEFFF;
        }

/* share links */
.share-link {
    position: relative;
    display: inline-block;
}

    .share-link > a {
        display: inline-block;
        padding: 6px 2px 0 7px;
        color: #FF5EC7;
        /* background: #3b5998; */
        font-size: 13px;
    }

        .share-link > a > i {
            display: inline-block;
            padding: 6px 10px 6px 8px;
            color: #fff;
            line-height: 16px;
            background: #a4359b;
        }



    .share-link .share-links {
        position: absolute;
        top: -2px;
        max-width: 0;
        overflow: hidden;
        white-space: nowrap;
        word-wrap: normal;
        /* line-height:30px; */
        /* height:30px; */
        padding-left: 0;
        right: 13px;
        /* background-image: url(../v2/ico-left-arrow-white.png); */
        background-position: center left;
        background-repeat: no-repeat;
        direction: ltr;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        font-size: 14px;
        z-index: 3;
    }

    .share-link.activeL .share-links {
        display: block;
        left: 14px;
        max-width: none;
        padding-left: 9px;
        overflow: visible;
        direction: ltr;
    }

    .share-link.activeR .share-links {
        display: block;
        max-width: none;
        overflow: visible;
        direction: rtl;
        margin-right: 20px;
    }



    .share-link .share-links a {
        margin: 0;
        vertical-align: top;
    }

    .share-link .share-links .txt {
        background-color: #fff;
        display: inline-block;
        color: #8d8d8d;
        padding: 0 10px;
        font-size: 13px;
    }

/* =============================================================================
  COMPONENT
============================================================================= */
.component {
  text-align: center;
}
 

/* =============================================================================
  ICONS - COMMON
============================================================================= */
 
.icon {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  margin: 4px;
  width: 96px;
  height: 96px;
  font-size: 0;
  text-indent: -9999px;
}
 
/* =============================================================================
  ICONS - DEMO 4
============================================================================= */
  
.icon-border {
  position: relative;
}

.icon-border::before,
.icon-border::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.icon-border::before {
  z-index: 1;
  -webkit-transition: box-shadow 0.3s;
          transition: box-shadow 0.3s;
}
 
/* facebook */
.icon-border.facebook::before {
  box-shadow: inset 0 0 0 48px #a4359b;
}

.icon-border.facebook:hover::before {
  box-shadow: inset 0 0 0 0px #a4359b;
}

.icon-border.facebook::after {
   font: normal normal normal 14px/1 FontAwesome;
   font-size: inherit;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   content: "\f09a";
   z-index: 1;
   padding: 14px 12px;
}

/* twitter */
.icon-border.twitter::before {
  box-shadow: inset 0 0 0 48px #a4359b;
}

.icon-border.twitter:hover::before {
  box-shadow: inset 0 0 0 0px #a4359b;
}

.icon-border.twitter::after {
   font: normal normal normal 14px/1 FontAwesome;
   font-size: inherit;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   content: "\f099";
   z-index: 1;
   padding: 14px 12px;
}

/* google plus */
.icon-border.googleplus::before {
  box-shadow: inset 0 0 0 48px #a4359b;
}

.icon-border.googleplus:hover::before {
  box-shadow: inset 0 0 0 0px #a4359b;
}
.icon-border.googleplus::after {
   font: normal normal normal 14px/1 FontAwesome;
   font-size: inherit;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   content: "\f0d5";
   z-index: 1;
  padding: 14px 12px;
}

/* Rss  */
.icon-border.rss::before {
  box-shadow: inset 0 0 0 48px #a4359b;
}

.icon-border.rss:hover::before {
  box-shadow: inset 0 0 0 0px #a4359b;
}
.icon-border.rss::after {
   font: normal normal normal 14px/1 FontAwesome;
   font-size: inherit;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   content: "\f09e";
   z-index: 1;
   padding:14px 12px;
}








#rmpPlayer{
    height: 100px!important;
}














#header-fixed,#header-fixed2 {
    display: table;
    width: 100%;
    background: #fff;
    /* overflow-x:hidden; */
    z-index: 10;
    transition: all .3s ease-in-out;
}

.hf-content, .hf-right, .hf-left {
    display: table-cell;
}

.hf-content {
    display: -webkit-flex;
    display: flex;
}

.hf-right {
    background: #0c7da2;
    width: 170px;
}

.hf-left {
    background: #0c7da2;
    width: 170px;
}


.hf-content .logoDiv {
    background: #0c7da2;
    width: 120px;
    transition: all .5s ease-in-out;
}

.hf-content .marqueeDiv {
    width: -webkit-calc(100% - 416px);
    width: -moz-calc(100% - 416px);
    width: calc(100% - 330px);
    transition: all .5s ease-in-out;
}

.hf-content .SocialDiv {
    width: 220px;
    /* overflow: hidden; */
    transition: all .5s ease-in-out;
}

#header-fixed .list-fx-header ,#header-fixed2 .list-fx-header{
    /* margin: 1px 0 0; */
    background: #fff;
    float: left;
    /* overflow: hidden; */
    background: #FF5EC7;
    margin: 0;
}

    #header-fixed .list-fx-header > li ,    #header-fixed2 .list-fx-header > li {
        float: right;
        padding: 13px 11.57px;
        border-left: 4px solid #fff;
        border-right: 4px solid #fff;
        font-size: 25px;
        transition: all .3s ease-in-out;
        /* margin: 0px 0 -1px; */
    }

        #header-fixed .list-fx-header > li:first-child {
            border-right: 8px solid #fff;
        }

        #header-fixed .list-fx-header > li:last-child {
            /* border-left: 8px solid #fff; */
        }

        #header-fixed .list-fx-header > li > a {
            color: #fff;
        }

#header-fixed .menu-search {
    position: relative;
    /* top: 26px; */
    float: right;
}

#header-fixed .navbar-brand {
    padding: 10px 15px;
}

#header-fixed .wethear {
    background-color: #FFEFFF;
    /* height: 50px; */
    color: #fff;
}

    #header-fixed .wethear * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

#header-fixed .menu-search i {
    /* font-size: 16px; */
    cursor: pointer;
    position: relative;
    /*background: url(../img/icons/top-search-icon.png) no-repeat;*/
    /* width: 15px; */
    /* height: 15px; */
    color: #fff;
}

    #header-fixed .menu-search i:hover {
        background-position: 0 -15px;
    }

#header-fixed .search-box {
    right: -125px;
    top: 45px;
    padding: 15px;
    display: none;
    background: #E6952D;
    position: absolute;
    /* border-top: solid 2px #FF5EC7; */
    /* box-shadow: 0px 0px 7px #E6952D; */
    width: 274px;
    margin-top: 2px;
    z-index: 22;
}

#header-fixed .user-box {
    right: -125px;
    top: 45px;
    padding: 15px;
    display: none;
    background: #E6952D;
    position: absolute;
    /* border-top: solid 2px #FF5EC7; */
    /* box-shadow: 0px 0px 7px #E6952D; */
    width: 274px;
    margin-top: 2px;
    z-index: 22;
    position: absolute;
    text-align: center !important;
}
.user-box .form-inline .form-group{
    margin-bottom:10px
}
.user-box .form-inline .btn{
    padding:3px 10px;
    margin-bottom:10px
}
#header-fixed .wethear-box {
    right: -125px;
    top: 45px;
    /* padding: 15px; */
    display: none;
    background: #FF5EC7;
    position: absolute;
    /* border-top: solid 2px #FF5EC7; */
    /* box-shadow: 0px 0px 7px #E6952D; */
    min-width: 245px;
    margin-top: 2px;
    z-index: 22;
}

    #header-fixed .search-box:after,  #header-fixed .user-box:after,
    #header-fixed .wethear-box:after, #header-fixed .menu-vertiacl:after {
        top: -8px;
        width: 0;
        height: 0;
        z-index: 2;
        content: " ";
        display: block;
        position: absolute;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
    }

#header-fixed .search-box:after ,#header-fixed .user-box:after {
    border-bottom: 8px solid #E6952D;
    right: 47%;
}

#header-fixed .wethear-box:after {
    border-bottom: 8px solid #FF5EC7;
    right: 52%;
}

#header-fixed .menu-vertiacl:after {
    border-bottom: 8px solid #E6952D;
    right: 2%;
}

#header-fixed .search-box input,
#header-fixed .user-box input {
    /* margin-left: 10px; */
    width: 100%;
}

#header-fixed .search-box button {
    margin-left: 0 !important;
}

.marqueeDiv {
}

marquee, .Urgent {
    direction: ltr;
    float: right;
}


.marqueeTxt {
    color: #FF5EC7;
    /* min-height: 48px; */
    /* border: 1px solid #FF5EC7; */
    padding: 0;
    margin: 0;
}

    .marqueeTxt .media-body {
        padding: 14px 0px 13px;
    }



.Urgent {
    padding: 11px 10px 11px;
    background-color: #a4359b;
    color: #fff;
    line-height: 29px;
    font-size: 18px;
    display: inline-block;
    /* width:30px; */
}

.marqueed .moreMarq {
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    opacity: 0;
    color: #FFEFFF;
    width: 0;
}

.marqueed:hover .moreMarq {
    opacity: 1;
    filter: alpha(opacity=1);
    padding: 0 3px;
    border-radius: 100%;
    width: auto;
}

.marqueeTxt a {
    color: #a4359b;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
    margin-right: 15px;
}

.marqueeTxt:hover a {
    color: #fff !important;
}


.marqueeTxt a i {
    padding: 0 9px 0 2px;
    color: #a4359b;
    font-size: 13px;
}

.marqueeDiv .media:hover {
    background-color: transparent;
    color: #fff !important;
    background: #a4359b;
}

    .marqueeDiv .media:hover a {
        color: #fff !important;
    }

.moreMarq {
    opacity: 0;
    transition: all .5s ease-in-out;
    color: #a4359b !important;
    font-size: 11.5px;
    padding-right: 5px;
    font-weight: bold;
}

.marqueeDiv .media:hover .moreMarq {
    opacity: 1;
    color: #FFEFFF !important;
}
.user-box .header-social { 
    display: inline-block;
}

.header-social {
    list-style: none;
    padding: 0;
    overflow: hidden;
    margin: 0;
 }

    .header-social li {
        float: right;
        text-align: center !important;
    }

        .header-social li a {
            display: block;
            -webkit-transition: all .4s ease-in-out;
            -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
            text-align: center !important;
            font-size: 25px;
            padding: 10px;
            width: 48px;
            height: 51px;
            margin: 0px 3px 0;
            color: #FFF;
        }

            .header-social li a.facebook {
                background-color: #3b5998;
            }

            .header-social li a.twitter {
                background-color: #4099ff;
            }

            .header-social li a.googleplus {
                background-color: #d34836;
            }

            .header-social li a.rss {
                background-color: #F36F24;
            }



@media (max-width: 991px) {
    .hf-content {
        width: 100%;
        display: -webkit-flex;
        display: flex;
    }

    .hf-right {
        width: 0;
    }

    .hf-left {
        width: 0;
    }
}

@media (max-width: 767px) {
    #header-fixed .search-box,#header-fixed .user-box  {
        left: -7px;
        right: auto;
    }
    

        #header-fixed .search-box:after ,#header-fixed .user-box:after {
            left: 8px;
            right: auto;
        }

    #header-fixed .wethear-box {
        left: -20px;
        right: auto;
    }

        #header-fixed .wethear-box:after {
            left: 8px;
            right: auto;
        }


    .hidden-600px {
        display: none;
    }

    .hf-content {
        display: block;
    }

        .hf-content .logoDiv {
            width: 100%;
            float: right;
        }

        .hf-content .marqueeDiv {
            width: 100%;
            float: right;
        }

        .hf-content .SocialDiv {
            /* width: 70%; */
            float: left;
            margin-left: auto;
            margin-right: auto;
        }

    #header-fixed .list-fx-header > li:last-child {
        border-left: 0;
    }
}

@media (max-width: 400px) {
    #header-fixed .list-fx-header > li {
        float: right;
        padding: 13px 10px;
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
        font-size: 18px;
        /* margin: 1px 0 0; */
    }

        #header-fixed .list-fx-header > li:first-child {
            border-right: 4px solid #fff;
        }

        #header-fixed .list-fx-header > li:last-child {
            border-left: 0px solid #fff;
        }
       
}

@media (max-width: 320px) {
    #header-fixed .list-fx-header > li {
        float: right;
        padding: 13px 7px;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        font-size: 18px;
        /* margin: 1px 0 0; */
    }
     #header-fixed .navbar-brand {
            /* padding:10px 0 */
        }
        #header-fixed .list-fx-header > li:first-child {
            border-right: 2px solid #fff;
        }

        #header-fixed .list-fx-header > li:last-child {
            border-left: 0px solid #fff;
        }
}

/* Shwon data */
.cityDropdown {
    float: right;
}

    .cityDropdown a {
        display: block;
        padding: 14px;
        color: #FF5EC7;
        text-decoration: none;
    }

.wethear-box .cityDropdown {
    min-width: 75px;
    padding: 10px 5px;
    background: #FFEFFF;
}



    .wethear-box .cityDropdown > a {
        font-size: 16px;
    }

.Celsius {
    float: right;
}

.CelContent {
    display: table;
}

.right-c, .left-c {
    display: table-cell;
}

.right-c {
    vertical-align: middle;
    padding: 0 10px;
    color: #FFEFFF;
    font-size: 28px;
}

    .right-c i {
        color: rgba(235, 140, 16, .8)!important;
        font-size: 28px;
    }

.left-c h3 {
    margin: 0;
    color: rgba(235, 140, 16, .8)!important;
    
}

    .left-c h3 span {
        vertical-align: bottom;
    }

        .left-c h3 span:last-child,
        .left-c p span:last-child {
            font-family: 'Open Sans', sans-serif !important;
        }

.left-c p {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    color: #fff;
}

.wethear-box .Celsius {
    float: right;
    min-width: 137px;
    padding: 10px 5px;
}

.wethear-box .CelContent {
    display: table;
    margin: auto;
}

.wethear-box .right-c, .left-c {
    display: table-cell;
    font-weight: bold;
}

.wethear-box .right-c {
    vertical-align: middle;
    padding: 0 10px;
    color: #FFEFFF;
    font-size: 28px;
}

    .wethear-box .right-c i {
        color: #FFEFFF !important;
        font-size: 28px;
    }

.wethear-box .left-c h3 {
    margin: 0;
    color: #FFEFFF;
    font-weight: bold;
    font-size: 24px;
    text-align: left !important;
}

    .wethear-box .left-c h3 span {
        vertical-align: bottom;
        font-weight: bold;
        font-size: 26px;
    }

        .wethear-box .left-c h3 span:last-child,
        .wethear-box .left-c p span:last-child {
            font-family: 'Open Sans', sans-serif !important;
        }

.wethear-box .left-c p {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    font-size: 16px;
    text-align: left !important;
}

    .wethear-box .left-c p span {
        color: #FFFFFF;
        font-weight: bold;
        text-align: left !important;
    }

    .wethear-box .left-c p span {
        vertical-align: middle;
        color: #fff;
    }

.menu-vertiacl {
    min-width: 675px;
    padding: 0;
    background: #FFEFFF;
    top: 107%;
}

    .menu-vertiacl li {
        /* display:inline-block; */
        float: right;
    }

.dropdown-menu.menu-vertiacl > li > a {
    padding: 13px;
    color: #fff;
}

    .dropdown-menu.menu-vertiacl > li > a:hover,
    .dropdown-menu.menu-vertiacl > a:focus {
        background: #FF5EC7;
        text-decoration: none;
         
    }

@media (max-width: 885px) {
    .menu-vertiacl {
        min-width: 160px;
        background: #FFEFFF;
    }

        .menu-vertiacl li {
            /* display:inline-block; */
            float: none;
        }

    #header-fixed .menu-vertiacl:after {
        right:3%
    }
}

/*----------------------------New Search Box------------------------*/
#Default-Menu .menu-search i {
    position: relative;
    padding: 7px 9px;
    display: inline-block;
    color: #fff;
    font-size: 21px;
    border-radius: 5px;
    background: #0c7da2;
    cursor: pointer;
    /* vertical-align: middle; */
    margin-right: 5px;
    /* margin-top: 7px; */
}
#Default-Menu .menu-search i:hover {
    opacity: 0.8;
}
.userT-btn:hover{
    opacity: 0.8;
}


    #Default-Menu .menu-search i:hover {
        background-position: 0 -15px;
    }

#Default-Menu .search-box {
    right: 85px;
    top: 145px;
    padding: 15px;
    display: none;
    background: #0c7da2;
    position: absolute;
    /* border-top: solid 2px #FF5EC7; */
    /* box-shadow: 0px 0px 7px #E6952D; */
    width: 274px;
    margin-top: 2px;
    z-index: 22;
}
  #Default-Menu .search-box:after{
        top: -8px;
        width: 0;
        height: 0;
        z-index: 2;
        content: " ";
        display: block;
        position: absolute;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        border-bottom: 8px solid #E6952D;
        right: 47%;
    }














  
/*-----------------breadcrumb------------------*/
.marqueeDiv .breadcrumb {
    padding: 13px 15px;
    margin-bottom: 0;
    list-style: none;
    background-color: #FFFFFF;
    border-radius: 4px;
}

    .marqueeDiv .breadcrumb > li {
        display: inline-block;
    }

        .marqueeDiv .breadcrumb > li > a {
            font-size: 15px;
            color: #FFEFFF;
        }


/*---------------------Vedio-----------------------*/
.hover_icon.lgicon:after {
    font-size: 7.3em;
    z-index: 1;
}

.hover_icon.xsicon:before {
    font-size: 1.3em;
    z-index: 1;
}

.hover_icon.xsicon:after {
    font-size: 1.3em;
    z-index: 1;
}

.hover_icon.smicon:before {
    font-size: 2.3em;
    z-index: 1;
}

.hover_icon.smicon:after {
    font-size: 2.3em;
    z-index: 1;
}

.hover_icon.mdicon:before {
    font-size: 4.3em;
    z-index: 4 !important;
}

.hover_icon.mdicon:after {
    font-size: 4.3em;
    z-index: 1;
}

.hover_icon.lgicon:before {
    font-size: 7.3em;
    z-index: 1;
}

.hover_icon img {
    border: 0;
}

.news-wrapper.thumbnail img {
    width: 100%;
}

.xsicon img {
    min-height: 90px;
}

.news-wrapper.thumbnail:hover h1, .news-wrapper.thumbnail:hover h2,
.news-wrapper.thumbnail:hover h3, .news-wrapper.thumbnail:hover h4,
.news-wrapper.thumbnail:hover h5, .news-wrapper.thumbnail:hover h6 {
    transition: all .5s ease-in-out;
    color: #fff;
}

.news-wrapper:hover .hover_icon:before {
    opacity: 1;
    filter: alpha(opacity=100);
    margin-top: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    margin-top: 0;
}

.news-wrapper:hover .hover_icon:after {
    opacity: 0;
    filter: alpha(opacity=100);
    margin-top: -100px;
}


.news-wrapper.thumbnail .caption {
    transition: all .5s ease-in-out;
    color: #FF5EC7;
}

    .news-wrapper.thumbnail .caption h1 a,
    .news-wrapper.thumbnail .caption h2 a,
    .news-wrapper.thumbnail .caption h3 a,
    .news-wrapper.thumbnail .caption h4 a,
    .news-wrapper.thumbnail .caption h5 a,
    .news-wrapper.thumbnail .caption h6 a {
        transition: all .5s ease-in-out;
        color: #FF5EC7;
    }

.news-wrapper.thumbnail:hover .caption {
    background-color: #FFEFFF;
}

    .news-wrapper.thumbnail:hover .caption h1 a,
    .news-wrapper.thumbnail:hover .caption h2 a,
    .news-wrapper.thumbnail:hover .caption h3 a,
    .news-wrapper.thumbnail:hover .caption h4 a,
    .news-wrapper.thumbnail:hover .caption h5 a,
    .news-wrapper.thumbnail:hover .caption h6 a {
        color: #fff;
    }

.news-wrapper.thumbnail .caption .news_footer {
    opacity: 0;
    height: 0;
    transition: all .5s ease-in-out;
}

.news-wrapper.thumbnail:hover .caption .news_footer {
    opacity: 1;
    height: auto;
}

.news-wrapper.thumbnail img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.news-wrapper.thumbnail:hover img {
    -moz-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
}

/*-------------------------------News Details----------------------------*/
.header-InnerDetails {
}

    .header-InnerDetails a {
        color: #FF5EC7;
    }

.from-Details {
    color: #a4359b;
}

.NewsDetailTxt {
    font-size: 15px;
    line-height: 1.7;
    padding: 0px 12px;
    margin-bottom: 20px;
}

   


.relatedHead {
    color: #FFEFFF;
    font-size: 20px;
    margin-bottom: 20px;
}

/*Start Our Clients Says*/
.testimoinal {
    padding-top: 20px;
    padding-bottom: 20px;
}

    .testimoinal h1 {
        padding-bottom: 20px;
        padding-top: 20px;
        font-size: 36px;
        color: #fff;
    }

        .testimoinal h1 span {
            color: #fff;
            padding: 10px 10px 12px 10px;
            background-color: #d9534f;
            border: 1px solid #555354;
            border-radius: 18px;
            -webkit-transition: all 0.8s ease;
            -o-transition: all 0.8s ease;
            -moz-transition: all 0.8s ease;
            transition: all 0.8s ease;
        }

            .testimoinal h1 span:hover {
                background-color: #c9302c;
            }

    .testimoinal .lead {
        line-height: 2em;
        margin-bottom: 10px;
    }

    .testimoinal Span {
        font-size: 18px;
        font-weight: bold;
        /* color: #d9534f; */
    }

    .testimoinal .carousel-inner {
        min-height: 180px;
    }

        .testimoinal .carousel-inner > .item img {
            display: block;
            margin: 0 auto;
        }

    .testimoinal .carousel-indicators {
        position: static;
        width: 100%;
        margin-right: 0px;
        text-align: center !important;
        padding: 0;
        /* height: 13px; */
    }
    .testimoinal .scrollable{
    	height:100px;
    	position:relative;
    	overflow:hidden
    }

        .testimoinal .carousel-indicators li {
            text-indent: 0px;
            width: 90px;
            height: 75px;
            opacity: 0.5;
            /* border-radius: 50%; */
            /* overflow: hidden; */
            margin: 20px 10px;
            -webkit-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            transition: all 0.5s ease;
            border-radius: 0;
            border: 3px solid transparent;
        }

            .testimoinal .carousel-indicators li img {
                width: 90px;
                height: 71px;
            }

            .testimoinal .carousel-indicators li.active {
                opacity: 1;
                border: 3px solid #FFEFFF;
                width: 90px;
                height: 75px;
                position: relative;
            }

                .testimoinal .carousel-indicators li.active:before {
                    position: absolute;
                    color: #FFEFFF;
                    content: "";
                    width: auto;
                    height: auto;
                    border-style: solid;
                    border-color: transparent transparent #FFEFFF transparent;
                    border-width: 23.5px 10px 11.1px 10px;
                    left: 39%;
                    top: -36px;
                }
               .testimoinal  .carousel-control{
                	background:transparent;
                	background-image: none !important;
                	width: 3%;
                }
                   .testimoinal  .carousel-control .icon-prev, 
                   .testimoinal  .carousel-control .icon-next, 
                    .testimoinal .carousel-control .glyphicon-chevron-left, 
                    .testimoinal .carousel-control .glyphicon-chevron-right {
                        position: absolute;
                        top: 40%;
                        z-index: 5;
                        display: inline-block;
                        margin-top: -10px;
                        margin-left: -10px;
                    }
   
                    .testimoinal .carousel-control .glyphicon-chevron-right {
                        position: absolute;
                        top: 40%;
                        z-index: 5;
                        display: inline-block;
                        margin-top: -10px;
                        margin-right: -10px;
                    }
 
/*End Our Clients Says*/
/* Start Test Cloud */
 .widget {
	margin-bottom: 20px;
	padding-left: 0;
	margin-top: 20px;
	overflow: hidden;
}
ul.tag-cloud,  ul.sidebar-gallery {
	list-style: none;
	padding: 0;
	margin: 0;
}
.tag-cloud li {
	display: inline-block;
	margin-bottom: 3px;
	direction: ltr;
	float: right;
	margin-right: 6px;
}
.tag-cloud li:first-child {
	display: inline-block;
	margin-bottom: 3px;
	padding: 5px 8px;
	float: right;
	/* margin-left: 6px; */
	direction: rtl;
}
.tag-cloud li a {
	background: #0c7da2;
	color: #fff;
	border: 0;
	font-weight: bold;
	border-radius: 4px;
	padding: 8px 15px;
	border: 1px solid #0c7da2;
}
 .tag-cloud li:first-child a {
	background: #fff;
	color: #4e5880;
	border: 0;
	font-weight: bold;
	border-radius: 4px;
	padding: 8px 7px;
	/* border: 1px solid #b9c8d3; */
}
.tag-cloud li a:hover {
	background: #fff;
	color: #FF5EC7;
}


    .tag-cloud li h3 {
        margin-top: 0px;
        margin-bottom: 0px;
    }






/*------------------- Start Social Media Style----------------------------*/

.social {
    list-style: none;
    padding: 5px 5px 0;
    display: inline-block;
     margin-bottom: 10px; 
    background: #ddd;
    margin: 1px;
}

    .social:before {
        position: absolute;
        content: "";
        width: auto;
        height: auto;
        border-style: solid;
        border-color: transparent transparent transparent #DDD;
        border-width: 6px 9px 6px 9px;
        right: -17px;
        top: 35%;
    }

    .social li {
        display: inline-block;
        margin: 0;
    }

        .social li a {
            width: 36px;
            height: 36px;
            display: block;
            -webkit-transition: all .4s ease-in-out;
            -o-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
            text-align: center !important;
            font-size: 22px;
            padding: 7px;
            /* border: 1px solid #FF5EC7; */
            color: #FFF;
         }



.mini-social li a {
    width: 25px;
    height: 25px;
    font-size: 11px;
    padding: 0px;
    color: #FFF;
    background-color: #FF5EC7;
}

.md-social li a {
    width: 30px;
    height: 30px;
    font-size: 14px;
    padding: 4px;
    color: #FFF;
    background-color: #FF5EC7;
}

.social li a.facebook {
    background-color: #3b5998;
}

.social li a.twitter {
    background-color: #4099ff;
}

.social li a.googleplus {
    background-color: #d34836;
}
.social .icon-border.facebook::after, 
.social .icon-border.twitter::after, 
.social .icon-border.googleplus::after {
    padding: 8px;
}
/*------------------- End Social Media Style----------------------------*/





.recipe-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    margin-bottom: 1rem;
}

.recipe-meta-field {
    background-color: #a4359b;
}

    .recipe-meta-field:first-child {
        background-color: #0c7da2;
    }

    .recipe-meta-field:last-child {
        background-color: #a4359b;
    }

.entry-intro .recipe-meta-field {
    width: 100%;
    margin-left: 0;
}

.recipe-meta-field {
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    margin-left: .75rem;
    padding: .5rem 1.5rem;
    color: #fff;
    margin-bottom: 1rem;
}

.recipe-meta-data-info {
    line-height: 1.9;
    margin-right: 10px;
}


#recipesteps .numbered-list {
    counter-reset: numList;
    list-style: decimal;
    /* padding: 0 0 1px; */
    margin: 0;
}

.recipesteps {
    text-align: start;
}

#recipesteps .numbered-list > * {
    margin-bottom: 1.5em;
}

#recipesteps .object-cover {
    margin-right: -15px !important;
}
