﻿
@import url('googleapis2.css');
/* ==========================================================================
   Fonts
   ========================================================================== */
@font-face {
    font-family: 'DroidArabicKufi-Bold';
    src: url('../fonts/DroidArabicKufi-Bold.eot');
    src: url('../fonts/DroidArabicKufi-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/DroidArabicKufi-Bold.woff') format('woff'), url('../fonts/DroidArabicKufi-Bold.ttf') format('truetype'), url('../fonts/DroidArabicKufi-Bold.svg#DroidArabicKufi-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DroidArabicKufi';
    src: url('../fonts/DroidArabicKufi.eot');
    src: url('../fonts/DroidArabicKufi.eot?#iefix') format('embedded-opentype'), url('../fonts/DroidArabicKufi.woff') format('woff'), url('../fonts/DroidArabicKufi.ttf') format('truetype'), url('../fonts/DroidArabicKufi.svg#DroidArabicKufi') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media (max-width: 767px) {
    .tabs .nav.nav-tabs li {
        display: block;
        margin-top: 4px;
        width: 100%;
    }

    .tab-pane > h3 {
        font-size: 20px;
        line-height: normal;
        text-align: left;
    }

    .tabs .tab-content {
        padding: 10px 0;
    }

    .container {
        padding: 0 !important;
    }
}

.lang-en {
    font-family: 'Open Sans', sans-serif !important;
}

.lang-ar {
    font-family: 'DroidArabicKufi' !important;
}

h2, h2 > span {
    /*color: #b0154e !important;*/
    color: #237575 !important;
}

.editable a {
    color: #007fa2 !important;
}

    .editable a:hover, .editable a:focus {
        color: #005E81 !important;
        text-decoration: underline;
    }

.lang .caret {
    border-top: 4px solid #fff;
}

.backend {
    font-size: 40px;
    color: #EAEAEC;
    text-align: left;
    margin-top: 65px;
    margin-left: 135px;
}

.Home.sponsers img {
    margin-bottom: 45px;
}

.sponsers img {
    margin-bottom: 30px;
}

.sponsersBG {
    padding: px;
}

.tabs .tab-content {
    padding: 10px 5px;
}

.tab-pane > h3 {
    line-height: normal;
    text-align: left;
}

.tabs .nav-tabs > li.active > a::after {
    border: none !important;
}

.tabs .nav.nav-tabs {
    border-right: none;
}

    .tabs .nav.nav-tabs li a:hover {
        color: #337ab7;
    }

    .tabs .nav.nav-tabs li.active a:hover {
        color: inherit;
    }

.tabs .nav-tabs > li > a {
    text-align: left !important;
}

.programTable table,
.programTable table td {
    border-color: #d1d1d1;
}

.program td {
    padding: 5px 10px;
    vertical-align: top;
}

    .program td ul li,
    .program td div {
        text-align: left;
    }

.programTable ul {
    padding: 0 15px;
}

.programTable .time {
    background-color: #135B81;
    border-color: #135B81;
    color: white;
}

.program tr.shaded {
    background-color: #f5f5f5;
}

.program .place {
    font-weight: bold;
    color: #008000;
}

.NewsDetails h2 {
    line-height: 30px;
    margin-bottom: 10px !important;
}

    .NewsDetails h2 small {
        font-size: 16px;
        color: #8b8b8b;
    }

.labeltext {
    text-align: left;
}

.message.bg-warning {
    color: #B82123;
    font-size: 16px;
    padding-top: 15px;
}

.directotMsg {
    background-color: #ffffff !important;
    margin: 5px !important;
    padding: 15px !important;
}

.welcomeUser {
    display: none !important;
}

.lang {
    position: absolute;
}

    .lang .langActive {
        /*background-color: #f3b94d;*/ /*#6BA49D*/ /*#fcb128*/
        background-color: #5bad9d;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        padding: 7px 10px;
        color: white !important;
        text-decoration: none !important;
        font-size: 14px;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
        /*font-weight: bold;
        z-index: 3;*/
    }

    .lang .dropdown-menu {
        border-top-left-radius: 0;
        border-bottom-right-radius: 0;
        min-width: 106px;
    }

.glyphicon {
    margin: 0 5px;
}

.loginBtn a {
    background-color: #fcb128;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 2px 10px;
    position: absolute;
    right: 95px;
    top: -6px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    color: white !important;
    text-decoration: none !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    font-weight: bold;
    z-index: 3;
}

.welcomeUser {
    background-color: #f4f4f4;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    display: inline-block;
    margin-right: 90px;
    padding: 5px 0 5px 10px;
    position: absolute;
    right: 5px;
    text-align: right;
    top: -6px;
}

    .welcomeUser .dropdown span {
        cursor: pointer;
        display: inline-block;
    }

    .welcomeUser .dropdown .dropdown-menu {
        border-radius: 0;
        border-top: 3px solid #FCB128;
        margin-top: 2px;
        padding: 0;
    }

        .welcomeUser .dropdown .dropdown-menu li a {
            background-color: transparent;
            text-shadow: none;
            border-bottom: 1px dotted #d1d1d1;
            margin: 0;
            padding: 6px 10px;
        }

            .welcomeUser .dropdown .dropdown-menu li a:hover {
                background-color: #f5f5f5 !important;
            }

    .welcomeUser a {
        background-color: #fcb128;
        border-bottom-right-radius: 5px;
        color: white;
        padding: 8px 10px;
        margin-left: 5px;
        text-decoration: none !important;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    }

        .welcomeUser a:hover {
            color: white;
            text-shadow: none;
        }

.col-sm-3.col-form-label.labeltext {
    min-width: 155px;
}

.fullWidth {
    width: 100% !important;
}

.registrationBox {
    background-color: #f5f5f5;
    border: 1px dotted #d9d9d9;
    padding: 20px;
}

.poster {
    margin-top: 50px;
}

.greyBox {
    background-color: #f8f8f8;
    border-bottom: 1px dotted #d1d1d1;
    margin-bottom: 5px;
    padding: 15px;
}

    .greyBox > h3 {
        margin: 0 0 10px !important;
    }

.tableTitle {
    background-color: #31799f !important;
    color: white !important;
    font-size: 18px;
    padding: 10px !important;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.19);
    text-transform: uppercase;
}

.Custom-table {
    border-collapse: separate !important;
    border-left: 1px solid #d0d0d0;
    border-top: 1px solid #d0d0d0;
    clear: both;
    margin-bottom: 6px !important;
    margin-top: 6px !important;
    max-width: none !important;
    width: 100%;
}

.CustomTable th, .CustomTable td {
    border-bottom: 1px solid #d0d0d0;
    border-color: #d0d0d0;
    border-right: 1px solid #d0d0d0;
    box-sizing: content-box;
    line-height: 1.42857;
    padding: 8px;
}

.CustomTable table {
    border: medium none !important;
}

.CustomTable th table {
    border: medium none;
}

.CustomTable table tr:nth-child(2n) {
    background: #f8f9fa none repeat scroll 0 0;
    border-top: 1px solid #d0d0d0;
}

.CustomTable table tr:nth-child(2n+1) {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #d0d0d0;
}

.CustomTable th table th, .CustomTable td table td {
    border-bottom: medium none;
    border-color: transparent -moz-use-text-color -moz-use-text-color #d0d0d0;
    border-left: 1px solid #d0d0d0;
    border-right: medium none;
    box-sizing: content-box;
    line-height: 1.42857;
    padding: 8px;
}

.CustomTable th {
    color: #2b425b;
    font-size: 1.05em;
    font-weight: 600;
    vertical-align: bottom;
}

.CustomTable tr:nth-child(2n) {
    background: #f8f9fa none repeat scroll 0 0;
}

.CustomTable tr:nth-child(2n+1) {
    background: #fff none repeat scroll 0 0;
}

.MemberInfo {
    background: #efefef none repeat scroll 0 0;
    border: 1px dotted #d1d1d1;
    margin-bottom: 8px;
    padding: 15px;
}

.form-group.nameInfo {
    border-bottom: 1px dotted #d1d1d1;
    margin-bottom: 5px !important;
    padding-bottom: 5px !important;
    text-transform: capitalize;
}

.MemberInfo .labeltext {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0;
    margin-right: 0;
    min-width: 110px;
}

.registrationBox {
    text-align: left;
}
/************** Modal *****************/
.modal.fade.in {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}

.modal-title {
    display: inline;
}

.modal-header .close {
    margin-top: -30px !important;
}

.modal-header {
    background-color: #f6f6f6;
    border-bottom: 2px solid #ffffff !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.modal-body {
    padding: 30px 15px !important;
}

    .modal-body .form-control {
        min-width: 260px;
    }

/*************** Form ***************/
.formInfo label {
    min-width: 160px;
    margin-right: 7px !important;
}

.form-check label {
    font-weight: normal;
    margin-left: 5px;
    margin-right: 30px;
}

.topSeparator {
    border-top: 1px dotted #d1d1d1;
    margin-top: 30px !important;
    padding-top: 30px;
}
/*========= Tables =========*/
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: none !important;
}

.sorting td {
    padding: 3px;
}

.CustomTable {
    border-collapse: separate !important;
    clear: both;
    margin-bottom: 6px !important;
    margin-top: 6px !important;
    max-width: none !important;
    border-top: 1px solid #d0d0d0;
    border-left: 1px solid #d0d0d0;
    width: 100%;
}

.tag {
    width: 10%;
}

.name {
    width: 35%;
}

.CustomTable th,
.CustomTable td {
    padding: 8px;
    border-color: #d0d0d0;
    box-sizing: content-box;
    line-height: 1.42857;
    border-bottom: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
}

.CustomTable table {
    border: none !important;
}

.CustomTable th table {
    border: none;
}

.CustomTable table tr:nth-child(even) { /*(even) or (2n+0)*/
    background: #F8F9FA;
    border-top: 1px solid #d0d0d0;
}

.CustomTable table tr:nth-child(odd) { /*(odd) or (2n+1)*/
    background: #fff;
    border-top: 1px solid #d0d0d0;
}

.CustomTable th table th,
.CustomTable td table td {
    padding: 8px;
    border-color: transparent;
    box-sizing: content-box;
    line-height: 1.42857;
    border-left: 1px solid #d0d0d0;
    border-right: none;
    border-bottom: none;
}

.CustomTable th {
    color: #fff;
    font-size: 1.05em;
    font-weight: normal;
    vertical-align: bottom;
    /*background-color: #0a97b3;*/
    background-color: #6C6A6E;
}

.CustomTable tr:nth-child(even) { /*(even) or (2n+0)*/
    background: #F8F9FA;
}

.CustomTable tr:nth-child(odd) { /*(odd) or (2n+1)*/
    background: #fff;
}
/*************************
*******Typography******
**************************/
.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body.customStyle {
    background: #2E2E2E;
    color: #4e4e4e;
    /*overflow-x: hidden;*/
    /*text-align: justify;*/
}

header, #content, #page {
    background-color: white;
}

.btn-primary {
    background: #b82123 !important;
    border: none !important;
    border-radius: 4px !important;
    padding: 7px 15px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #4e4e4e;
    line-height: inherit;
    margin-bottom: 20px !important;
}

h1 {
    /*color:#fff;*/
}

.content h1 {
    margin-bottom: 25px;
}

.loginBtn {
    display: none;
}

h3 {
    color: #787878;
}

.editable {
    margin: 65px 0;
}

.changePassword {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #e3e3e3;
    padding: 20px;
}

.onlinePayment {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #337ab7;
}

    .onlinePayment:hover {
        text-decoration: underline;
        color: #23527c;
    }

.accepted {
    background-color: #dff0d8;
    border: 1px solid #cedfc7;
    color: #333 !important;
    padding: 10px;
    text-align: center;
    display: inherit;
}

.rejected {
    background-color: #F2DEDE;
    border: 1px solid #DAC6C6;
    color: #b42228 !important;
    padding: 10px;
    text-align: center;
    display: inherit;
}

.registrationBox ul li {
    padding: 5px 0;
}

    .registrationBox ul li ul {
        background-color: #ffffff;
        border: 1px solid #dbdbdb;
        display: inline-block;
        margin: 10px 0 0;
        padding: 10px;
    }

        .registrationBox ul li ul li {
            list-style: none;
        }

.dropdown > img {
    background-color: transparent !important;
}

a {
    color: #B82123;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}

    a:hover, a:focus {
        color: #d43133;
    }

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}


.btn-primary {
    padding: 8px 20px;
    background: #B82123;
    color: #fff;
    border-radius: 4px;
    border: none;
    margin-top: 10px;
}


    .btn-primary:hover,
    .btn-primary:focus {
        background: #B82123;
        outline: none;
        box-shadow: none;
    }

.btn-transparent {
    border: 3px solid #fff;
    background: transparent;
    color: #fff;
}

    .btn-transparent:hover {
        border-color: rgba(255, 255, 255, 0.5);
    }

a:hover,
a:focus {
    color: #111;
    text-decoration: none;
    outline: none;
}

.dropdown-menu {
    margin-top: -1px;
    min-width: 180px;
}

.center h2 {
    margin-top: 0;
    margin-bottom: 20px;
}


body > section {
    padding: 70px 0;
}

.center {
    text-align: center;
    padding-bottom: 55px;
}

.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}



.transparent-bg {
    background-color: transparent !important;
    margin-bottom: 0;
}

.inner_pages_shadow {
    background: rgba(0, 0, 0, 0) url("../images/slider-shaddow.png") no-repeat scroll center top;
    height: 29px;
    width: 100%;
}

.slider-shaddow,
.menu-shadow,
topMenuShadow {
    background: rgba(0, 0, 0, 0) url("../images/slider-shaddow.png") no-repeat scroll center top;
    height: 29px;
    position: absolute;
    width: 100%;
    z-index: 500;
    top: 0 !important;
}

.slider-shaddow {
    top: 0;
}

.menu-shadow {
    top: 162px;
}

.navbar .container {
    position: relative;
}

.small_logo {
    position: absolute;
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.open .dropdown-toggle.btn-success:hover {
    background-color: #B82123;
    border-color: #B82123;
    color: white;
}
/*************************
*******Header******
**************************/
header {
    /*border-bottom: 2px solid #d6b512;*/
    border-bottom: 3px solid #5bad9d;
    position: relative;
    z-index: 600;
    background-color: #333;
    padding:0!important;
}

#header .search {
    display: inline-block;
}

.navbar {
    margin-bottom: 0 !important;
}

.navbar-brand {
    height: auto !important;
}


.top-bar {
    padding: 8px 0 4px;
    background: #185C81 url("../images/slider-shaddow.png") no-repeat scroll center top;
    border-bottom: 1px solid #222;
    line-height: 28px;
}

.top-number {
    color: rgba(255, 255, 255, 0.8);
}

    .top-number p {
        margin: 0;
    }

    .top-number a {
        background-color: #468aaf;
        border-radius: 4px;
        color: #fff;
        display: inline-block;
        font-family: "DroidArabicKufi" !important;
        font-size: 12px;
        font-weight: bold;
        line-height: 20px;
        padding: 0 6px 3px;
        text-align: center;
    }


.social-share {
    display: inline-block !important;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.social-share li {
    display: inline-block;
}

    ul.social-share li a {
        display: inline-block;
        color: #fff;
        background-color: #468aaf;
        width: 25px;
        height: 25px;
        line-height: 15px;
        text-align: center;
        border-radius: 2px;
        padding-top: 5px;
    }

        ul.social-share li a:hover,
        ul.social-share li a:focus,
        .top-number a:hover,
        .top-number a:focus {
            background: #B82123;
            text-decoration: none;
            color: #fff;
        }

.search i {
    color: #fff;
}

input.search-form {
    background: transparent;
    border: 0 none;
    width: 180px;
    padding: 0 10px;
    color: #FFF;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    min-height: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
}

.search > a {
    background-color: #468aaf;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
    line-height: 15px;
    padding: 6px;
    text-align: center;
}

    .search > a:hover {
        background-color: #B82123;
    }

input.search-form::-webkit-input-placeholder {
    color: transparent;
}

input.search-form:hover::-webkit-input-placeholder {
    color: #fff;
}

input.search-form:hover {
    width: 180px;
}

.open > .dropdown-menu > .dropdown-menu {
    display: none;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar {
    border-radius: 0;
    margin-bottom: 0;
    /*border-bottom:3px solid #185C81!important;*/
    /*background: #151515;*/
    padding: 5px 0;
    padding-bottom: 0;
}

.navbar-nav {
    margin-top: 12px;
}

    .navbar-nav img {
        display: none;
        background-color: transparent !important;
    }

    .navbar-nav .active img,
    .navbar-nav li:hover img {
        display: block;
        position: absolute;
        top: 0;
        background-color: white;
    }

.submenu {
    padding: 0 !important;
}

.main-menu .navbar-nav li:hover > a {
    background: #6DA69F url(../images/top-right-menu.png) no-repeat scroll right top !important; /*#B82123*/
    color: white !important;
}

.main-menu .navbar-nav > li > a {
    color: #fff;
    display: block;
    padding: 40px 10px;
}

.main-menu .navbar-nav .submenu {
    width: 100% !important;
}

.submenu > .dropdown-menu.SecondLevel {
    display: none !important;
}

.main-menu .navbar-nav .submenu:hover > .dropdown-menu.SecondLevel,
.main-menu .navbar-nav .submenu:focus > .dropdown-menu.SecondLevel {
    display: block !important;
}

.main-menu {
    border: none;
    padding-top: 0;
}

    .main-menu .navbar-brand {
        color: #fff;
        max-width: 105px;
        position: absolute;
        border-left: 1px solid #d1d1d1;
        border-right: 1px solid #d1d1d1;
        /*border-bottom: 2px solid #fcb128;*/
        border-bottom: 2px solid #5bad9d;
        background-color: #fff;
        top: 0;
        z-index: 3;
        padding: 2px;
        box-shadow: 2px 3px 2px rgba(0,0,0,0.2);
    }

    .main-menu .navbar-nav > .active > a,
    .main-menu .navbar-nav > .active > a:hover,
    .main-menu .navbar-nav > .active > a:focus,
    .main-menu .navbar-nav > .open > a,
    .main-menu .navbar-nav > .open > a:hover,
    .main-menu .navbar-nav > .open > a:focus {
        background-color: #B82123;
        color: #fff;
    }

    .main-menu .navbar-nav .dropdown-menu {
        /*background-color: rgba(0,0,0,.85);*/
        -webkit-box-shadow: 0px 7px 16px rgba(0, 0, 0, 0.205);
        -moz-box-shadow: 0px 7px 16px rgba(0, 0, 0, 0.205);
        box-shadow: 0px 7px 16px rgba(0, 0, 0, 0.205);
        border-top: 5px solid #B82123 !important;
        border: 0;
        padding: 0;
        margin-top: 0;
        border-top: 0;
        border-radius: 0;
    }

.dropdown-menu.SecondLevel {
    margin: 0 5px !important;
}

.dropdown-menu .dropdown-toggle.active {
    padding: 8px 15px !important;
    background-color: transparent;
    border: none !important;
}

.main-menu .navbar-nav .dropdown-menu:before {
    position: absolute;
    top: 0;
}

.main-menu .navbar-nav .dropdown-menu > li > a {
    border-bottom: 1px dotted #5bad9d;
    padding: 8px 15px;
    /*color: #fff;*/
    margin: 2px 0;
}


.main-menu .navbar-nav .dropdown-menu > li.submenu > a:link {
    color: #333;
}

.main-menu .navbar-nav .dropdown-menu > li.submenu > ul > li > a {
    text-indent: 10px;
}

    .main-menu .navbar-nav .dropdown-menu > li.submenu > ul > li > a:hover {
        /*background-color:#D6B512!important;*/
    }

.main-menu .navbar-nav .dropdown-menu > li:hover > a:hover,
.main-menu .navbar-nav .dropdown-menu > li:focus > a:focus {
    background-color: #B82123;
    color: #fff;
}

.main-menu .navbar-nav .dropdown-menu > li.divider {
    background-color: transparent;
}

.main-menu .navbar-collapse,
.main-menu .navbar-form {
    border-top: 0;
    padding-bottom: 0;
}


/*************************
*******Home Page******
**************************/


#main-slider,
.main-slider {
    position: relative;
}

.no-margin {
    margin: 0;
    padding: 0;
}

.carousel.slide {
    position: relative;
}

.slider-shaddow {
    background: rgba(0, 0, 0, 0) url("../images/slider-shaddow.png") no-repeat scroll center top;
    height: 29px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 500;
}

.medium {
    border-top: 1px dotted #d1d1d1;
    border-bottom: 1px dotted #d1d1d1;
    padding: 45px 0 45px 0;
    margin: 45px 0;
}


.medium2 {
    
    padding: 45px 0 45px 0;
    margin: 45px 0;
}

.large img,
.medium img,
.small img {
    margin: 0 10px;
    display: inline-block;
}

.Program .CustomTable td{
    min-width: 100px;
}

.Program h3 {
    color: #237575;
}

.banner {
    position: relative;
    width:100%;
    overflow:hidden;
}

.banner-logo {
    position: absolute;
    z-index: 1;
}

.CopyRight {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 10px;
    position: absolute;
    bottom: 10px;
    color: white;
    direction: ltr;
    text-shadow: 1px 1px 7px rgba(0, 0, 0,1);
    line-height: 12px;
}

#main-slider .carousel h2,
.main-slider .carousel h2 {
    color: #fff;
}

#main-slider .carousel .btn-slide,
.main-slider .carousel .btn-slide {
    padding: 8px 20px;
    background: #B82123;
    color: #fff;
    border-radius: 4px;
    margin-top: 25px;
    display: inline-block !important;
}

#main-slider .carousel .slider-img,
.main-slider .carousel .slider-img {
    position: absolute;
}


#main-slider .carousel .item,
.main-slider .carousel .item {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
}

    #main-slider .carousel .item:first-child,
    .main-slider .carousel .item:first-child {
        top: auto;
        position: relative;
    }

    #main-slider .carousel .item.active,
    .main-slider .carousel .item.active {
        opacity: 1;
        -webkit-transition: opacity ease-in-out 500ms;
        -moz-transition: opacity ease-in-out 500ms;
        -o-transition: opacity ease-in-out 500ms;
        transition: opacity ease-in-out 500ms;
        z-index: 1;
    }

#main-slider .prev,
#main-slider .next,
.main-slider .prev,
.main-slider .next {
    background-color: #B82123;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 20px;
    margin-top: -25px;
    padding-top: 11px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 40px;
    z-index: 5;
    text-decoration: none;
}

    #main-slider .prev:hover,
    #main-slider .next:hover,
    .main-slider .prev:hover,
    .main-slider .next:hover {
        background-color: #000;
    }

#main-slider .carousel-inner,
.main-slider .carousel-inner {
    max-height: 550px;
}

#main-slider .carousel-indicators li,
.main-slider .carousel-indicators li {
    width: 20px;
    height: 20px;
    background-color: #fff;
    margin: 0 15px 0 0;
    position: relative;
}

    #main-slider .carousel-indicators li:after,
    .main-slider .carousel-indicators li:after {
        position: absolute;
        content: "";
        width: 24px;
        height: 24px;
        border-radius: 100%;
        background: #d1d1d1;
        border: 1px solid #adadad;
        top: -3px;
    }

#main-slider .carousel-indicators .active,
.main-slider .carousel-indicators .active {
    width: 20px;
    height: 20px;
    background-color: #B82123;
    margin: 0 15px 0 0;
    border: 1px solid #B82123;
    position: relative;
}

    #main-slider .carousel-indicators .active:after,
    .main-slider .carousel-indicators .active:after {
        position: absolute;
        content: "";
        width: 24px;
        height: 24px;
        border-radius: 100%;
        background: #B82123;
        border: 1px solid #B82123;
        top: -3px;
    }

#main-slider .active .animation.animated-item-1,
.main-slider .active .animation.animated-item-1 {
    -webkit-animation: fadeInUp 300ms linear 300ms both;
    -moz-animation: fadeInUp 300ms linear 300ms both;
    -o-animation: fadeInUp 300ms linear 300ms both;
    -ms-animation: fadeInUp 300ms linear 300ms both;
    animation: fadeInUp 300ms linear 300ms both;
}

#main-slider .active .animation.animated-item-2,
.main-slider .active .animation.animated-item-2 {
    -webkit-animation: fadeInUp 300ms linear 600ms both;
    -moz-animation: fadeInUp 300ms linear 600ms both;
    -o-animation: fadeInUp 300ms linear 600ms both;
    -ms-animation: fadeInUp 300ms linear 600ms both;
    animation: fadeInUp 300ms linear 600ms both;
}

#main-slider .active .animation.animated-item-3,
.main-slider .active .animation.animated-item-3 {
    -webkit-animation: fadeInUp 300ms linear 900ms both;
    -moz-animation: fadeInUp 300ms linear 900ms both;
    -o-animation: fadeInUp 300ms linear 900ms both;
    -ms-animation: fadeInUp 300ms linear 900ms both;
    animation: fadeInUp 300ms linear 900ms both;
}

#main-slider .active .animation.animated-item-4,
.main-slider .active .animation.animated-item-4 {
    -webkit-animation: fadeInUp 300ms linear 1200ms both;
    -moz-animation: fadeInUp 300ms linear 1200ms both;
    -o-animation: fadeInUp 300ms linear 1200ms both;
    -ms-animation: fadeInUp 300ms linear 1200ms both;
    animation: fadeInUp 300ms linear 1200ms both;
}

.notification {
    padding-bottom: 45px;
    /*border-bottom:1px dotted #b0b0b0;*/
    margin-bottom: 15px;
}

.membersSubtitle {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0;
}

#feature {
    background: #f2f2f2;
    padding-bottom: 40px;
}

.features {
    padding: 0;
}

.feature-wrap {
    margin-bottom: 35px;
    overflow: hidden;
}

    .feature-wrap h2 {
        margin-top: 10px;
    }

    .feature-wrap i {
        font-size: 48px;
        height: 110px;
        width: 110px;
        margin: 3px;
        border-radius: 100%;
        line-height: 110px;
        text-align: center;
        background: #ffffff;
        color: #B82123;
        border: 3px solid #ffffff;
        box-shadow: inset 0 0 0 5px #f2f2f2;
        -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
        -webkit-transition: 500ms;
        -moz-transition: 500ms;
        -o-transition: 500ms;
        transition: 500ms;
    }

        .feature-wrap i:hover {
            background: #B82123;
            color: #fff;
            box-shadow: inset 0 0 0 5px #B82123;
            -webkit-box-shadow: inset 0 0 0 5px #B82123;
            border: 3px solid #B82123;
        }

#recent-works .col-xs-12.col-sm-4.col-md-3 {
    padding: 0;
}

#recent-works {
    padding-bottom: 70px;
}

.recent-work-wrap {
    position: relative;
}

    .recent-work-wrap img {
        width: 100%;
    }

    .recent-work-wrap .recent-work-inner {
        top: 0;
        background: transparent;
        opacity: .8;
        width: 100%;
        border-radius: 0;
        margin-bottom: 0;
    }

        .recent-work-wrap .recent-work-inner h3 {
            margin: 10px 0;
        }

            .recent-work-wrap .recent-work-inner h3 a {
                font-size: 24px;
                color: #fff;
            }

    .recent-work-wrap .overlay {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        border-radius: 0;
        background: #B82123;
        color: #fff;
        vertical-align: middle;
        -webkit-transition: opacity 500ms;
        -moz-transition: opacity 500ms;
        -o-transition: opacity 500ms;
        transition: opacity 500ms;
        padding: 30px;
    }

        .recent-work-wrap .overlay .preview {
            bottom: 0;
            display: inline-block;
            height: 35px;
            line-height: 35px;
            border-radius: 0;
            background: transparent;
            text-align: center;
            color: #fff;
        }

    .recent-work-wrap:hover .overlay {
        opacity: 1;
    }

#services {
    background: #000 url(../images/services/bg_services.png);
    background-size: cover;
}

    #services .lead,
    #services h2 {
        color: #fff;
    }

.services-wrap {
    padding: 40px 30px;
    background: #fff;
    border-radius: 4px;
}

    .services-wrap h3 {
        margin: 10px 0;
    }

#middle {
    background: #f2f2f2;
}

.skill h2 {
    margin-bottom: 25px;
}

.progress-wrap {
    position: relative;
}

.progress .color1,
.progress .color1 .bar-width {
    background: #2d7da4;
}

.progress .color2,
.progress .color2 .bar-width {
    background: #6aa42f;
}

.progress .color3,
.progress .color3 .bar-width {
    background: #ffcc33;
}

.progress .color4,
.progress .color4 .bar-width {
    background: #db3615;
}

.progress,
.progress-bar {
    height: 15px;
    line-height: 15px;
    background: #e6e6e6;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
}

.progress {
    position: relative;
}

    .progress .bar-width {
        position: absolute;
        width: 40px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        font-size: 12px;
        font-weight: 700;
        top: -30px;
        border-radius: 2px;
    }

    .progress span {
        position: relative;
    }

        .progress span:before {
            content: " ";
            position: absolute;
            width: auto;
            height: auto;
            border-width: 8px 5px;
            border-style: solid;
            bottom: -15px;
        }

    .progress .color1 span:before {
        border-color: #2d7da4 transparent transparent transparent;
    }

    .progress .color2 span:before {
        border-color: #6aa42f transparent transparent transparent;
    }

    .progress .color3 span:before {
        border-color: #ffcc33 transparent transparent transparent;
    }

    .progress .color4 span:before {
        border-color: #db3615 transparent transparent transparent;
    }

.accordion h2 {
    margin-bottom: 25px;
}

.panel-default {
    border-color: transparent;
}

    .panel-default > .panel-heading,
    .panel {
        background-color: #e6e6e6;
        border: 0 none;
        box-shadow: none;
    }

        .panel-default > .panel-heading + .panel-collapse .panel-body {
            background: #fff;
            color: #858586;
        }

.panel-body {
    padding: 20px 20px 10px;
}

.panel-group .panel + .panel {
    margin-top: 0;
    border-top: 1px solid #d9d9d9;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-heading {
    border-radius: 0;
}

.panel-title > a {
    color: #4e4e4e;
}

.accordion-inner img {
    border-radius: 4px;
}

.accordion-inner h4 {
    margin-top: 0;
}

.panel-heading.active {
    background: #1f1f20;
}

    .panel-heading.active .panel-title > a {
        color: #fff;
    }

a.accordion-toggle i {
    width: 45px;
    margin-top: -10px;
    text-align: center;
    background: #c9c9c9;
}

.panel-heading.active a.accordion-toggle i {
    background: #B82123;
    color: #fff;
}

.panel-heading.active a.accordion-toggle.collapsed i {
    background: #B82123;
    color: #fff;
}

.nav-tabs > li {
    margin-bottom: 0px;
    border-bottom: 1px solid #e6e6e6;
}

.nav-tabs {
    border-bottom: transparent;
}

    .nav-tabs > li > a {
        background: #f5f5f5;
        color: #666;
        border-radius: 0;
        border: 0 none;
        line-height: 24px;
        padding: 13px 15px;
    }

    .nav-tabs li:last-child {
        border-bottom: 0 none;
    }

.nav-stacked > li + li {
    margin-top: 0;
}

.nav-tabs > li > a:hover {
    background: #1f1f20;
    color: #fff;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border: 0;
    color: #fff;
    background: #1f1f20;
    position: relative;
}

    .nav-tabs > li.active > a:after {
        position: absolute;
        content: "";
        width: auto;
        height: auto;
        border-style: solid;
        border-color: transparent transparent transparent #1f1f20;
        border-width: 25px 22px;
        top: 0;
    }

.tab-wrap {
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
}

.tab-content {
    padding: 20px;
}

    .tab-content h2 {
        margin-top: 0;
    }

    .tab-content img {
        border-radius: 4px;
    }

.testimonial h2 {
    margin-top: 0;
}

.testimonial-inner {
    color: #858586;
}

    .testimonial-inner .pull-left {
        position: relative;
    }

        .testimonial-inner .pull-left:after {
            content: "";
            position: absolute;
            width: 9px;
            height: 9px;
            top: 50%;
            margin-top: -5px;
            background: #FFF;
            -webkit-transform: rotate(45deg);
            border: 1px solid #e7e7e7;
            border-bottom: 0 none;
        }

#partner {
    background: url(../images/partners/partner_bg.png) 50% 50% no-repeat;
    background-size: cover;
}

#partner {
    color: #fff;
    text-align: center;
}

    #partner h2,
    #partner h3 {
        color: #fff;
    }

.partners ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .partners ul li {
        display: inline-block;
        width: 20%;
    }

#conatcat-info {
    background: #fff url(../images/contact.png) no-repeat 90% 0;
    padding: 30px 0;
}

.contact-info i {
    width: 60px;
    height: 60px;
    color: #fff;
    background: #000;
    text-align: center;
    border-radius: 10px;
}

.contact-info h2 {
    margin-top: 0;
    color: #000;
}

.contact-info {
    color: #000;
}

.form-control.subscribeInput {
    width: 230px;
    display: inline-block;
}
/*************************
********* About Us Page CSS ******
**************************/

.about-us {
    margin-top: 110px;
    margin-bottom: -110px;
}

    .about-us h2,
    .skill_text h2 {
        color: #4e4e4e;
    }

    .about-us p {
        color: #4e4e4e;
    }

#carousel-slider {
    position: relative;
}

    #carousel-slider .carousel-indicators {
        bottom: -25px;
    }

        #carousel-slider .carousel-indicators li {
            border: 1px solid #ffbd20;
        }

    #carousel-slider a i {
        border: 1px solid #777;
        border-radius: 50%;
        font-size: 28px;
        height: 50px;
        padding: 8px;
        position: absolute;
        top: 50%;
        width: 50px;
        color: #777;
    }

        #carousel-slider a i:hover {
            background: #bfbfbf;
            color: #fff;
            border: 1px solid #bfbfbf;
        }

    #carousel-slider .carousel-control {
        width: inherit;
    }


        #carousel-slider .carousel-control.left,
        #carousel-slider .carousel-control.right {
            background: none;
        }

.skill_text {
    display: block;
    margin-bottom: 60px;
    margin-top: 25px;
    overflow: hidden;
}

.sinlge-skill {
    background: #f2f2f2;
    border-radius: 100%;
    color: #FFFFFF;
    height: 200px;
    position: relative;
    width: 200px;
    text-transform: uppercase;
    overflow: hidden;
    margin: 30px 0;
}

    .sinlge-skill p em {
        color: #FFFFFF;
    }

    .sinlge-skill p {
        line-height: 1;
    }

.joomla-skill,
.html-skill,
.css-skill,
.wp-skill {
    position: absolute;
    height: 100%;
    bottom: 0;
    width: 100%;
    border-radius: 100%;
    padding: 70px 0;
    text-align: center;
}


.joomla-skill {
    background: rgb(242,242,242); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 28%, rgba(45,125,164,1) 28%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(28%,rgba(242,242,242,1)), color-stop(28%,rgba(45,125,164,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#2d7da4',GradientType=0 ); /* IE6-9 */
}

.html-skill {
    background: rgb(242,242,242); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 9%, rgba(106,164,47,1) 9%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(9%,rgba(242,242,242,1)), color-stop(9%,rgba(106,164,47,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#6aa42f',GradientType=0 ); /* IE6-9 */
}

.css-skill {
    background: rgb(242,242,242); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 32%, rgba(255,189,32,1) 32%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(32%,rgba(242,242,242,1)), color-stop(32%,rgba(255,189,32,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffbd20',GradientType=0 ); /* IE6-9 */
}

.wp-skill {
    background: rgb(242,242,242); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 19%, rgba(219,54,21,1) 19%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(19%,rgba(242,242,242,1)), color-stop(19%,rgba(219,54,21,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#db3615',GradientType=0 ); /* IE6-9 */
}

.skill-wrap {
    display: block;
    overflow: hidden;
    margin: 60px 0;
}

.team h4 {
    margin-top: 0;
    text-transform: uppercase;
}

.team h5 {
    font-weight: 300;
}

.single-profile-top,
.single-profile-bottom {
    font-weight: 400;
    line-height: 24px;
}

.single-profile-top,
.single-profile-bottom {
    border: 1px solid #ddd;
    padding: 15px;
    position: relative;
}

.media_image {
    margin-bottom: 10px;
}

.team .btn {
    background: transparent;
    margin-bottom: 3px;
    padding: 1px 5px;
    text-transform: uppercase;
    border: 1px solid#ddd;
}


ul.social_icons,
ul.tag {
    list-style: none;
    padding: 0;
    margin: 10px 0;
    display: block;
}

    ul.social_icons li,
    ul.tag li {
        display: inline-block;
    }

        ul.social_icons li a i {
            border-radius: 50%;
            color: #FFFFFF;
            height: 25px;
            line-height: 25px;
            padding: 0;
            text-align: center;
            width: 25px;
            opacity: .8;
        }


.team .social_icons .fa-facebook:hover,
.team .social_icons .fa-twitter:hover,
.team .social_icons .fa-google-plus:hover {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transition-duration: 2s;
    transition-property: all;
    transition-timing-function: ease;
    opacity: 1;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
}

.team .social_icons .fa-facebook {
    background: #0182c4;
}

.team .social_icons .fa-twitter {
    background: #20B8FF;
}

.team .social_icons .fa-google-plus {
    background: #D34836;
}


.team-bar .first-one-arrow {
    width: 2%;
}

.team-bar .first-arrow {
    width: 22%;
}

.team-bar .second-arrow {
    width: 21%;
}

.team-bar .third-arrow {
    width: 22%;
}

.team-bar .fourth-arrow {
    width: 20%;
}

.team-bar .first-one-arrow hr {
    border-bottom: 1px solid #2D7DA4;
    border-top: 1px solid #2D7DA4;
}

.team-bar .first-arrow hr {
    border-bottom: 1px solid #2D7DA4;
    border-top: 1px solid #2D7DA4;
}

.team-bar .second-arrow hr {
    border-bottom: 1px solid #6aa42f;
    border-top: 1px solid #6aa42f;
}

.team-bar .third-arrow hr {
    border-bottom: 1px solid #FFBD20;
    border-top: 1px solid #FFBD20;
}

.team-bar .fourth-arrow hr {
    border-bottom: 1px solid #db3615;
    border-top: 1px solid #db3615;
}

.team-bar {
    margin-bottom: 15px;
    margin-top: 30px;
    position: relative;
}

    .team-bar i {
        border-radius: 50%;
        color: #FFFFFF;
        display: block;
        height: 24px;
        line-height: 24px;
        margin-top: -32px;
        overflow: hidden;
        padding: 0;
        text-align: center;
        width: 24px;
        position: absolute;
    }

    .team-bar .first-arrow .fa-angle-up {
        background: #2D7DA4;
    }

    .team-bar .second-arrow .fa-angle-down {
        background: #6AA42F;
    }

    .team-bar .third-arrow .fa-angle-up {
        background: #FFBD20;
    }

    .team-bar .fourth-arrow .fa-angle-down {
        background: #db3615;
    }

.team .single-profile-top:before,
.team .single-profile-top:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}

.team .single-profile-top:before {
    bottom: -20px;
    border-width: 10px;
    border-color: #fff transparent transparent transparent;
    z-index: 1;
}


.team .single-profile-top:after {
    bottom: -22px;
    border-style: solid;
    border-width: 11px;
    border-color: #ddd transparent transparent transparent;
    z-index: 0;
}

.team .single-profile-bottom:before,
.team .single-profile-bottom:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
}

.team .single-profile-bottom:before {
    top: -20px;
    border-width: 10px;
    border-color: transparent transparent #fff transparent;
    z-index: 1;
}

.team .single-profile-bottom:after {
    top: -22px;
    border-style: solid;
    border-width: 11px;
    border-color: transparent transparent #DDD transparent;
    z-index: 0;
}

/***********************
****Service page css****
***********************/

.services {
    padding: 0;
}

.get-started {
    background: none repeat scroll 0 0 #F3F3F3;
    border-radius: 3px;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 18px;
    margin-top: 60px;
}

    .get-started h2 {
        padding-top: 30px;
        margin-bottom: 20px;
    }

.request {
    bottom: -15px;
    position: absolute;
}

    .request h4 {
        position: absolute;
        width: 220px;
        position: relative;
    }

        .request h4 a {
            background: #B82123;
            color: #fff;
            border-radius: 3px;
            padding: 5px 15px;
        }

        .request h4:after {
            border-color: #B82123 transparent transparent;
            border-style: solid;
            border-width: 12px;
            bottom: -18px;
            content: "";
            height: 0;
            position: absolute;
            z-index: -99999;
        }

        .request h4:before {
            border-color: #B82123 transparent transparent;
            border-style: solid;
            border-width: 12px;
            bottom: -18px;
            content: "";
            height: 0;
            position: absolute;
            z-index: -99999;
        }

.clients-area {
    padding: 60px;
}

.clients-comments {
    background-image: url("../images/image_bg.png");
    background-position: center 118px;
    background-repeat: no-repeat;
    margin-bottom: 100px;
}

    .clients-comments img {
        background: #DDDDDD;
        border: 1px solid #DDDDDD;
        height: 182px;
        padding: 3px;
        width: 182px;
        transition: all 0.9s ease 0s;
        -moz-transition: all 0.9s ease 0s;
        -webkit-transition: all 0.9s ease 0s;
        -o-transition: all 0.9s ease 0s;
    }

    .clients-comments h3 {
        margin-top: 55px;
        font-weight: 300;
        padding: 0 40px;
    }

    .clients-comments h4 {
        font-weight: 300;
        margin-top: 15px;
    }


        .clients-comments h4 span {
            font-weight: 700;
            font-style: oblique;
        }

.footer {
    background: #2E2E2E;
    border-top: 2px solid #f7ab24;
    /*height: 84px;*/
    /*margin-top: 110px;*/
    color: rgba(255,255,255,0.85);
}

    .footer a {
        color: #e9c82e;
    }

        .footer a:hover,
        .footer a:focus,
        .footer a:visited {
            color: #FFDE00;
        }
    /*.footer .container {
        background:url(../images/ear-piece.png) left top no-repeat ;
        background-size:30% 100%;
    }*/
    .footer .form-control {
        background-color: rgba(255, 255, 255, 0.18);
        border: 1px solid rgba(255, 255, 255, 0.3) !important;
        color: #d1d1d1;
    }

.footer_left {
    padding: 10px;
}

.text-left {
    color: #FFFFFF;
    margin-top: 15px;
}

/*************************
********* Portfolio CSS ******
**************************/

#portfolio_page {
    margin-top: 115px;
    padding-bottom: 0;
}

.portfolio-items,
.portfolio-filter {
    list-style: none outside none;
    margin: 0 0 40px 0;
    padding: 0;
}

    .portfolio-filter > li {
        display: inline-block;
    }

        .portfolio-filter > li a {
            background: none repeat scroll 0 0 #FFFFFF;
            transition: all 0.9s ease 0s;
            -moz-transition: all 0.9s ease 0s;
            -webkit-transition: all 0.9s ease 0s;
            -o-transition: all 0.9s ease 0s;
            border: 1px solid #F2F2F2;
            outline: none;
            border-radius: 3px;
        }

            .portfolio-filter > li a:hover,
            .portfolio-filter > li a.active {
                color: #fff;
                background: #B82123;
                border: 1px solid #B82123;
                box-shadow: none;
                -webkit-box-shadow: none;
            }

    .portfolio-items > li {
        padding: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.portfolio-item {
    margin: 0;
    padding: 0;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -ms-transition-property: -ms-transform, opacity;
        -o-transition-property: -o-transform, opacity;
        transition-property: transform, opacity;
    }

        /**** disabling Isotope CSS3 transitions ****/
        .isotope.no-transition,
        .isotope.no-transition .isotope-item,
        .isotope .isotope-item.no-transition {
            -webkit-transition-duration: 0s;
            -moz-transition-duration: 0s;
            -ms-transition-duration: 0s;
            -o-transition-duration: 0s;
            transition-duration: 0s;
        }

    /* End: Recommended Isotope styles */
    /* disable CSS transitions for containers with infinite scrolling*/
    .isotope.infinite-scrolling {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }


/**************************
********* Pricing Table CSS *
**************************/

.pricing_heading {
    margin-top: 120px;
}

    .pricing_heading h2,
    .pricing_heading p {
        color: #4e4e4e;
    }

.pricing-area h1 {
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 15px;
}


.pricing-area h3,
.pricing-area span {
    color: #fff;
}

.plan {
    position: relative;
    margin-bottom: 70px;
}

.pricing-area ul {
    background: #FAFAFA;
    padding: 0;
    margin: 0;
}

    .pricing-area ul li {
        list-style: none;
        padding: 15px 0;
    }

        .pricing-area ul li:nth-child(even) {
            background: #f5f5f5;
        }

.pricing-area .price-three img,
.pricing-area .price-six img {
    position: absolute;
    top: 0;
}

.pricing-area .heading-one,
.pricing-area .heading-two,
.pricing-area .heading-three {
    padding: 17px 0;
}

.pricing-area .heading-one,
.pricing-area .price-one .plan-action .btn-primary {
    background: #e24f43;
}

.pricing-area .heading-two,
.pricing-area .price-two .plan-action .btn-primary {
    background: #27AE60;
}

.pricing-area .heading-three,
.pricing-area .price-three .plan-action .btn-primary {
    background: #f39c12;
}

.pricing-area .heading-four,
.pricing-area .price-four .plan-action .btn-primary {
    background: #5c5c5c;
}

.pricing-area .heading-five,
.pricing-area .price-five .plan-action .btn-primary {
    background: #5c5c5c;
}

.pricing-area .heading-six,
.pricing-area .price-six .plan-action .btn-primary {
    background: #e24f43;
}

.pricing-area .heading-seven,
.pricing-area .price-seven .plan-action .btn-primary {
    background: #5c5c5c;
}

.pricing-area .bg {
    background: #fafafa;
}

.pricing-area .heading-one h3:before {
    border-color: #bf4539 transparent transparent;
}

.pricing-area .heading-two h3:before {
    border-color: #1f8c4d transparent transparent;
}

.pricing-area .heading-three h3:before {
    border-color: #d4880f transparent transparent;
}

.pricing-area .heading-four h3:before {
    border-color: #424242 transparent transparent;
}

.pricing-area .heading-five h3:before {
    border-color: #424242 transparent transparent;
}

.pricing-area .heading-six h3:before {
    border-color: #bf4539 transparent transparent;
}

.pricing-area .heading-seven h3:before {
    border-color: #424242 transparent transparent;
}

.pricing-area h3:before {
    border-color: #D4880F transparent transparent;
    border-radius: 5px 0 0 0px;
    border-style: solid;
    border-width: 12px;
    content: "";
    height: 0;
    position: absolute;
    top: 78px;
    width: 0;
    z-index: -999;
}

.small-pricing h3:after {
    height: 94px;
}

.small-pricing h3:before {
    top: 74px;
}

.plan-action {
    height: 40px;
}

.pricing-area .plan-action .btn-primary {
    position: relative;
    padding: 5px 20px;
    color: #fff;
    margin-top: 5px;
}

    .pricing-area .plan-action .btn-primary:before {
        border-color: #E24F43 transparent transparent;
        border-radius: 5px 0 0 0;
        border-style: solid;
        border-width: 12px;
        bottom: -12px;
        content: "";
        height: 0;
        position: absolute;
        width: 0;
        z-index: -1;
    }

    .pricing-area .plan-action .btn-primary:after {
        border-color: #E24F43 transparent transparent;
        border-radius: 5px 0 0 0;
        border-style: solid;
        border-width: 12px;
        bottom: -12px;
        content: "";
        height: 0;
        position: absolute;
        width: 0;
        z-index: -1;
    }

.pricing-area .price-two .plan-action .btn-primary:before,
.pricing-area .price-two .plan-action .btn-primary:after {
    border-color: #1f8c4d transparent transparent;
}

.pricing-area .price-three .plan-action .btn-primary:before,
.pricing-area .price-three .plan-action .btn-primary:after {
    border-color: #d4880f transparent transparent;
}

.pricing-area .price-four .plan-action .btn-primary:before,
.pricing-area .price-four .plan-action .btn-primary:after,
.pricing-area .price-five .plan-action .btn-primary:before,
.pricing-area .price-five .plan-action .btn-primary:after,
.pricing-area .price-seven .plan-action .btn-primary:before,
.pricing-area .price-seven .plan-action .btn-primary:after {
    border-color: #424242 transparent transparent;
}

.pricing-area .price-six .plan-action .btn-primary:before,
.pricing-area .price-six .plan-action .btn-primary:after {
    border-color: #bf4539 transparent transparent;
}


/*************************
********* Contact Us CSS ******
**************************/

.gmap-area {
    background-image: url("../images/map.jpg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}

    .gmap-area .gmap iframe {
        border-radius: 50%;
        height: 280px;
        width: 300px;
    }

.gmap {
    border: 10px solid #f6f5f0;
    border-radius: 50%;
    height: 300px;
    width: 300px;
    box-shadow: 0px 0px 3px 3px #e7e4dc;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.gmap-area .map-content ul {
    list-style: none;
}

.gmap-area .map-content address h5 {
    font-weight: 700;
    /* font-size: 16px; */
}

#contact-page {
    padding-top: 0;
}

    #contact-page .contact-form .form-group label {
        color: #4E4E4E;
    }

.form-group .form-control {
    padding: 7px 12px;
    border-color: #f2f2f2;
    box-shadow: none;
}

textarea#message {
    resize: none;
    padding: 10px;
}

#contact-page .contact-wrap {
    margin-top: 20px;
}

/*********************
****blog page css*****
**********************/

.widget {
    margin-bottom: 60px;
}

.single_comments {
    margin-bottom: 20px;
}

    .single_comments img {
        margin-top: 5px;
    }

    .single_comments p {
        margin-bottom: 0;
    }

.widget .entry-meta span {
    display: inline-block;
}

.widget h3 {
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.blog_category {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .blog_category li {
        float: none;
        margin-bottom: 20px;
    }

        .blog_category li a {
            background: #f5f5f5;
            border-radius: 4px;
            color: #888;
            display: inline-block;
            padding: 5px 15px;
        }

            .blog_category li a:hover {
                background: #B82123;
                color: #fff;
            }

.badge:before {
    border-color: transparent transparent transparent #B82123;
    border-style: solid;
    border-width: 10px;
    bottom: -8px;
    content: "";
    height: 0;
    position: absolute;
    z-index: -99999;
}

.badge {
    background-color: #B82123;
    border-radius: 5px;
    color: #fff;
    padding: 8px;
    position: relative;
    top: -18px;
    font-weight: normal;
}

.blog_archieve {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

    .blog_archieve li {
        padding: 10px 0;
        border-bottom: 1px solid #f5f5f5;
    }

        .blog_archieve li:first-child {
            padding-top: 0;
        }

ul.gallery {
    list-style: none;
    padding: 0;
    margin: 0;
}

    ul.gallery li {
        display: block;
        width: 60px;
        padding: 0;
    }

ul.faq {
    list-style: none;
    margin: 0;
}

    ul.faq li {
        margin-top: 30px;
    }

        ul.faq li:first-child {
            margin-top: 0;
        }

        ul.faq li span.number {
            display: block;
            width: 50px;
            height: 50px;
            text-align: center;
            background: #34495e;
            color: #fff;
        }

        ul.faq li > div h3 {
            margin-top: 0;
        }


.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .embed-container iframe,
    .embed-container object,
    .embed-container embed {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
    }

.blog-item {
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 50px;
}

.blog .blog-item .img-blog {
    border-radius: 5px;
    margin-bottom: 45px;
}

.blog .blog-item .blog-content {
    padding-bottom: 25px;
}

    .blog .blog-item .blog-content h2 {
        margin-top: 0;
    }

.readmore {
    margin-top: 0;
}

.blog .blog-item .blog-content h3 {
    color: #858586;
    margin-bottom: 40px;
    /* font-weight: 300 */
}



.post-tags {
}

.blog .blog-item .entry-meta {
    border-radius: 5px;
    overflow: hidden;
}

    .blog .blog-item .entry-meta > span {
        background: #f5f5f5;
        border-top: 1px solid #fff;
        display: block;
        overflow: hidden;
        padding: 5px;
    }

#publish_date {
    background: #B82123;
    border-bottom: 5px solid #4e4e4e;
    color: #fff;
    padding: 5px 0;
    text-align: center;
}

.blog .blog-item .entry-meta > span {
    color: #ccc;
}

    .blog .blog-item .entry-meta > span a {
        color: #888;
    }

ul.pagination > li > a {
    border: 1px solid #F1F1F1;
    border-radius: 5px;
    padding: 5px 14px;
}


ul.pagination > li.active > a,
ul.pagination > li:hover > a {
    background-color: #B82123 !important;
    border-color: #B82123 !important;
    color: #fff;
}

.search_box {
    background-image: url("../images/search_icon.png");
    background-position: 314px 15px;
    background-repeat: no-repeat;
    border-color: #DEDEDE;
    height: 48px;
    outline: medium none;
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none;
    outline: 0 none;
}


ul.tag-cloud,
ul.sidebar-gallery {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tag-cloud li {
    display: inline-block;
    margin-bottom: 3px;
}

    .tag-cloud li a {
        background: #f5f5f5;
        color: #888;
        border: 0;
        border-radius: 4px;
        padding: 8px 15px;
    }

        .tag-cloud li a:hover {
            background: #B82123;
            color: #fff;
        }

.sidebar-gallery li {
    display: inline-block;
    margin: 0 10px 10px 0;
}

    .sidebar-gallery li a {
        border-radius: 4px;
        display: inline-block;
    }


/**********************
**blog single page css*
**********************/

.reply_section {
    background: #f5f5f5;
    border-radius: 5px;
}

.post_reply {
    margin-top: 45px;
}

    .post_reply img {
        width: 85px;
        height: 85px;
        border: 5px solid #D5D8DD;
    }

    .post_reply ul {
        list-style: none outside none;
        margin: 0;
        padding: 0;
        margin-top: 5px;
    }


        .post_reply ul li a {
            display: block;
        }

            .post_reply ul li a i {
                border: 1px solid #DDDDDD;
                border-radius: 39px;
                color: #FFFFFF;
                height: 30px;
                padding-top: 7px;
                text-align: center;
                width: 30px;
            }

                .post_reply ul li a i.fa-facebook {
                    background: #0182C4;
                }

                .post_reply ul li a i.fa-twitter {
                    background: none repeat scroll 0 0 #3FC1FE;
                }

                .post_reply ul li a i.fa-google-plus {
                    background: none repeat scroll 0 0 #D34836;
                }

                .post_reply ul li a i:hover {
                    opacity: .5;
                }

.post_reply_content {
    margin: 30px;
}

    .post_reply_content h1 a:hover {
        color: #FFC800;
    }

    .post_reply_content h4 {
        margin-bottom: 50px;
    }

.reply_section .media-body {
    display: inherit;
}

.comment_section .media-body {
    display: inherit;
}

#comments_title {
    color: #4e4e4e;
    margin-top: 60px;
    margin-bottom: 40px;
}

.comment_section {
    margin-top: 30px;
    position: relative;
}

.post_comments img {
    width: 85px;
    height: 85px;
    margin-top: 35px;
}

.post_reply_comments {
    background: #f5f5f5;
    border-radius: 4px;
    padding: 30px;
}

    .post_reply_comments:before {
        border-color: transparent #F0F0F0 transparent transparent;
        border-style: solid;
        border-width: 15px;
        content: " ";
        height: 0;
        position: absolute;
        top: 20px;
    }

    .post_reply_comments h3,
    .post_reply_content h3 {
        margin-top: 0;
    }

    .post_reply_comments h1 a:hover {
        color: #B82123;
    }

    .post_reply_comments h4 {
        color: #c4c4c5;
        font-weight: 400;
    }

    .post_reply_comments p {
        padding-bottom: 30px;
    }

    .post_reply_comments a {
        bottom: 15px;
        position: absolute;
        background: #B82123;
        color: #fff;
        border-radius: 5px;
        padding: 8px 20px;
    }

        .post_reply_comments a:before {
            border-color: #B82123 transparent transparent;
            border-style: solid;
            border-width: 16px;
            bottom: -11px;
            content: "";
            height: 0;
            position: absolute;
            z-index: 99999;
        }

    .post_reply_comments h2 a {
    }

.message_heading {
    margin-bottom: 50px;
    margin-top: 60px;
}


/******************
 404 page css
 ******************/

#error .btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success:hover {
    background-color: #EBEBEB;
    border-color: #EBEBEB;
    color: #4E4E4E;
}

#error h1 {
    color: #4e4e4e;
    text-transform: uppercase;
}


/******************
shortcodes page css
******************/

.shortcode-item {
    padding-bottom: 0;
}

    .shortcode-item h2 {
        color: #4E4E4E;
        font-size: 24px;
        margin-bottom: 22px;
        margin-top: 0;
        font-weight: 600;
    }



/***********************
********* Footer ******
************************/
#bottom {
    background: #f5f5f5;
    border-bottom: 5px solid #B82123;
}

    #bottom h3 {
        margin-top: 0;
        margin-bottom: 10px;
        color: #000;
    }

    #bottom ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #bottom ul li {
            display: block;
            padding: 5px 0;
        }

            #bottom ul li a {
                color: #808080;
            }

                #bottom ul li a:hover {
                    color: #B82123;
                }

    #bottom .widget {
        margin-bottom: 0;
    }

#footer {
    color: #c8c8c8;
    font-size: 14px;
    padding: 15px;
    background: #2e2e2e;
}

    #footer a {
        color: #fff;
    }

        #footer a:hover {
            color: #B82123;
        }

    #footer ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #footer ul > li {
            display: inline-block;
        }


/***********************
********* Home ******
************************/
.socialEventsList {
    padding: 0 15px;
    margin: 0;
    text-align: left;
    background-color: #f5f5f5;
}

    .socialEventsList li {
        list-style: none;
        border-bottom: 1px dotted #b7b7b7;
        padding: 15px 0;
    }

        .socialEventsList li a {
            color: #007fa2; /*#B82123; #427B74*/
        }


.Blue, .Yellow, .Red {
    margin: 15px 0 30px;
    padding: 15px 0;
}

    .Blue h2, .Blue h3,
    .Yellow h2, .Yellow h3,
    .Red h2, .Red h3,
    .green h2, .green h3 {
        color: white;
        margin-bottom: 3px !important;
        padding: 10px !important;
    }

    .Blue h2,
    .Blue h3 {
        background-color: #185C81;
    }

    .Yellow h2,
    .Yellow h3 {
        background-color: #f7ab24;
    }

    .Red h2,
    .Red h3,
    .green h2,
    .green h3 {
        background-color: #28857a;
        border-bottom: 2px solid #5BAD9D /*#FCB128*/;
    }

    .Blue h2, .Blue h3, .Yellow h2, .Yellow h3, .Red h2, .Red h3, .lowerSection h2 {
        padding-top: 15px;
        /*font-weight: bold;
        font-size: 26px;
        text-transform: uppercase;*/
    }

.overview a {
    color: #185C81;
}


.overviewBtn {
    background-color: #185C81 !important;
    border-color: #185C81 !important;
}

.NamesConf a {
    color: #f7ab24;
}

.NamesConfBtn {
    background-color: #f7ab24 !important;
    border-color: #f7ab24 !important;
    font-weight: bold !important;
}

.EMME a {
    color: #B82123;
}

.EMMEBtn {
    background-color: #B82123 !important;
    border-color: #B82123 !important;
}

.overview > p,
.NamesConf > p,
.EMME > p {
    padding: 15px 0;
    height: 260px;
}


.main-title {
    background: #2d2d2d none repeat scroll 0 0;
    height: 103px;
    position: relative;
    width: 100%;
    z-index: 500 !important;
    color: white;
}

.lowerSection {
    background-color: #f5f5f5;
    padding: 40px 0 50px;
}

.HomeNews {
    margin-bottom: 30px;
}

    .overview p, .EMME p, .NamesConf p, .HomeNews p, p.description {
        text-align: justify !important;
    }

.shadedContent {
    background: rgba(0, 0, 0, 0) linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0.65),rgba(0, 0, 0, 0.65),rgba(0, 0, 0, 0.50), rgba(0, 0, 0, 0)) repeat scroll 0 0 !important;
    padding: 10px 70px 22px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

    .shadedContent h1,
    .shadedContent h1 {
        color: white;
    }

        .shadedContent h1,
        .shadedContent h1 a,
        .shadedContent h1 a:visited,
        .shadedContent h1 a:hover,
        .shadedContent h1 a:focus {
            color: #ffda1b;
            text-decoration: none;
            text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        }
/*===== rotating slides ====*/
.lowerSection ul.baraja-container {
    width: 100%;
    margin-bottom: 2px;
}

    .lowerSection ul.baraja-container li {
        background-color: #185C81;
        color: white;
        padding: 50px 25px;
    }

.quote {
    color: #d7d7d7;
    display: inline-block;
    margin-top: -50px !important;
}

.main {
    position: relative;
    margin-top: 15px;
}

.baraja-container {
    z-index: 0;
    height: 330px;
}

.actions.light {
    bottom: 26px;
    position: absolute;
}

    .actions.light > span {
        background-color: #B82123;
        color: white;
        cursor: pointer;
        padding: 5px 10px;
    }

.title {
    display: block;
    margin-bottom: 15px;
}

.V-Line {
    background-color: rgba(255, 255, 255, 0.2);
    height: 200px;
    margin: 75px auto 0;
    width: 1px;
}

.footer h3 {
    margin: 30px 0 15px;
    ;
}

.footer .send {
    background-color: #B82123 !important;
    border-color: #B82123 !important;
    color: white;
    margin: 0;
}

.footer .copyright {
    background-color: #1e1e1e;
    margin-top: 25px;
    padding: 15px 0;
}

.joinUs {
    /*background: rgba(0, 0, 0, 0) url("../Images/joinUs.png") no-repeat scroll center 15px;
    height: 190px;
    position: relative;
    width: 180px;*/
}

.joinNames .joinText {
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    bottom: 25px;
}

    .joinNames .joinText > span {
        display: block;
    }

.joinUs.joinNames > a {
    color: white;
    text-decoration: none;
}

.submenu {
    width: 25%;
    padding: 0 15px;
}

.smallcontainer {
    width: 75%;
    padding: 0 15px;
}

/*----- Board of Directors ----*/
.Directors {
    text-align: center;
}

.DirImg {
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 50%;
    border: 3px solid #f7ab24 !important;
}

    .DirImg img {
        width: 150px;
    }

.DirTitle {
    color: #B82123;
}


.DirectorData {
    margin: 25px 0;
    height: 270px;
}

.content {
    padding: 30px 0;
}

.pageTitle {
    margin-bottom: 25px;
}

.memberdetails, .International_Events, .Secretariat_Office {
    background-color: #f6f6f6;
    border-top: 2px solid #dfbe00;
    margin: 10px 0;
    padding: 15px;
}

    .memberdetails h2,
    .International_Events h2 {
        margin-top: 10px;
        margin-bottom: 5px;
    }

        .memberdetails h2 a,
        .International_Events h3 a,
        .Secretariat_Office h3 {
            color: #185C81;
        }

    .Secretariat_Office > h3 {
        margin-top: 10px;
    }

.IE_imageBox img {
    margin: 0 auto;
    border: 2px solid #fff !important;
}

.imageBox {
    background-color: white;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    padding: 15px;
}

    .imageBox img {
        margin: 0 auto;
        max-height: 80px;
        text-align: center;
    }

.country {
    color: #B82123;
}

.sidemenu {
    margin-top: 10px;
}

    .sidemenu .title {
        border-bottom: 1px solid #e4e4e4;
        margin-bottom: 15px;
        padding-bottom: 10px;
        position: relative;
    }

        .sidemenu .title > h3 {
            font-size: 20px;
            margin-top: 25px;
            color: #4e4e4e;
        }

        .sidemenu .title .red-border {
            background: #B82123 none repeat scroll 0 0;
            bottom: 0;
            display: block;
            height: 6px;
            position: absolute;
            width: 70px;
        }

    .sidemenu ul {
        margin: 0;
        padding: 0;
    }

        .sidemenu ul li {
            list-style: none;
            padding: 0 0 7px;
        }

            .sidemenu ul li.activelink {
                background: url(../images/boxes-bottom-shaddow.png) no-repeat center bottom;
            }

            .sidemenu ul li a {
                display: block;
                margin-bottom: 10px;
                padding: 10px;
                background-color: #f0f0f0;
            }

                .sidemenu ul li a:hover,
                .sidemenu ul li.activelink a {
                    text-decoration: none;
                    background-color: #B82123;
                    color: white;
                }

.date {
    /*color:#8a8a8a;*/
    color: #b82123;
    margin-bottom: 10px;
}

.Newsletter {
    color: white;
    padding: 15px;
    background-color: #185C81;
}

    .Newsletter > h3 {
        color: white;
    }

    .Newsletter > ul {
        padding: 0;
        margin-top: 15px;
    }

        .Newsletter > ul > li {
            list-style: none;
            padding: 5px 0;
            border-bottom: 1px dotted rgba(255,255,255,0.2);
        }

    .Newsletter a:hover {
        color: #fddc42;
    }

    .Newsletter a,
    .Newsletter .send {
        color: white;
    }

.Elmanara {
    padding: 0;
}

    .Elmanara > li {
        list-style: none;
    }

.calendar {
    background-color: #185C81;
    border-radius: 5px;
    color: white;
    display: inline-block;
    line-height: 16px;
    margin-top: 4px;
    padding: 5px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    width: 14%;
}

    .calendar .month,
    .calendar .year {
        font-size: 14px;
    }

    .calendar .day {
        font-size: 16px;
        font-weight: bold;
    }

.NewsItem {
    padding: 4px 8px;
    width: 85%;
}

::-webkit-input-placeholder {
    color: rgba(255,255,255,0.5) !important;
}
/*********************
********* Album *******
**********************/
.AlbumItem {
    display: inline-block;
}

    .AlbumItem .caption {
        text-align: center;
    }

.caption a {
    color: #185C81;
}

.ImageContainerBorder {
    border: 1px solid #fdca43 !important;
    border: 5px;
    text-align: center;
    padding: 2px;
    margin: 25px;
}

.ImageContainer {
    background: #eee none repeat scroll 0 0;
    height: 150px;
    overflow: hidden;
    width: 150px;
}

    .ImageContainer img {
        height: 150px;
    }

.memberImage_details img {
    margin-bottom: 15px;
}

.back {
    display: inline-block;
    font-size: 16px;
    margin: -15px 0 10px;
}

.highslide-thumbstrip-horizontal-overlay {
    display: none;
}

.Editions {
    margin: 0;
    padding: 0;
}

    .Editions li {
        list-style: none;
        display: inline-block;
        padding: 10px;
    }

    .Editions > li > img {
        max-height: 350px;
    }

.DirName > a {
    font-size: 13px;
    font-weight: bold;
}

.Internal_Regulation > h3 {
    color: rgb(24, 92, 129);
}

.Internal_Regulation > h4 {
    color: rgb(0, 0, 0);
}

.DirectorsDetails > h3 {
    color: rgb(24, 92, 129);
}

.DirectorsDetails > h4 {
    color: #b82123;
}

.Related_Links {
    margin: 0;
    padding: 0;
}

    .Related_Links .pull-left {
        max-width: 480px;
    }

    .Related_Links > li {
        background-color: #ededed;
        list-style: outside none none;
        margin: 10px 0;
        padding: 10px;
    }

.date-side {
    background-color: #f8f8f8;
    border-bottom: 3px solid #d7d7d7;
    color: #869695;
    margin-bottom: 15px !important;
    border-radius: 8px;
    display: block;
    font-family: Lucida Grande;
    margin-bottom: 20px;
    padding: 15px 5px;
    text-align: center;
    cursor: pointer;
}

    .date-side .month {
        font-family: Lucida Grande;
        font-size: 24px;
        font-weight: bold;
        line-height: 30px;
    }

    .date-side span {
        display: block;
    }

a:hover .date-side {
    background-color: rgb(173,32,37);
    color: white;
}

.paymentdetails {
    background-color: #f5f5f5;
    border: 1px solid #fff !important;
    margin: 5px -5px !important;
    padding: 10px !important;
}

    .paymentdetails table {
        border: 1px solid #fff !important;
        margin: 5px -5px !important;
        padding: 10px !important;
    }

.paymentResults table {
    background-color: #e9e9e9;
}

.paymentdetails td,
.paymentdetails table td {
    border: 5px solid #fff;
    padding: 5px 15px;
}

.paymentData {
    margin: 0 15px;
}

    .paymentData > h3 {
        margin-bottom: 20px;
        margin-top: 40px;
    }

    .paymentData table {
        margin-bottom: 30px;
    }
/*===== Logo Guideline Page =====*/
.pallette {
    margin-top: 15px;
}

    .pallette th,
    .pallette td {
        padding-right: 10px;
        padding-bottom: 5px;
    }

.row.greyRow {
    background-color: #f5f5f5;
    margin: 7px 0;
    padding: 15px;
}

.greyRow p {
    margin-bottom: 12px;
}

    .greyRow p span {
        margin-right: 10px;
    }

/*===== speakers =====*/
.speakerBox {
    float: left;
    height: 240px;
    margin: 20px 12px;
    width: 100%;
}

.speakerName {
    text-align: center;
    margin: 0 auto;
    max-width: 250px;
}

    .speakerName a {
        text-decoration: none;
        line-height: 26px;
    }

        .speakerName a:hover {
            text-decoration: none;
        }

.SP_Name {
    font-size: 18px;
    font-weight: bold;
    line-height: normal !important;
    color: #048fb2;
}

.SP_Country {
    text-transform: uppercase;
    color: #B82123;
}

.SP_Title {
    color: #427B74;
    font-size: 16px;
    line-height: 22px;
}

.roundedImage {
    border: 4px solid #c0c0c0;
    border-radius: 50%;
    height: 150px;
    margin: 0 auto 10px;
    overflow: hidden;
    width: 150px;
}

    .roundedImage img {
        min-height: 100%;
        width: 150px
    }

.speaker_name {
    color: #135b81;
    font-size: 20px;
    margin-top: 15px;
    text-transform: uppercase;
}

.speaker.greyBox {
    padding: 15px 0;
    margin-bottom: 30px;
    text-align: left;
}
