/* Minification failed. Returning unminified contents.
(2414,1): run-time error CSS1019: Unexpected token, found '@'
(2414,2): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(2415,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '49%'
(2429,1): run-time error CSS1019: Unexpected token, found '@'
(2429,2): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(2430,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '49%'
(2444,1): run-time error CSS1019: Unexpected token, found '@'
(2444,2): run-time error CSS1019: Unexpected token, found '@keyframes'
(2445,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '49%'
(2478,1): run-time error CSS1019: Unexpected token, found '@'
(2478,2): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(2479,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '49%'
(2493,1): run-time error CSS1019: Unexpected token, found '@'
(2493,2): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(2494,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '49%'
(2508,1): run-time error CSS1019: Unexpected token, found '@'
(2508,2): run-time error CSS1019: Unexpected token, found '@keyframes'
(2509,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '49%'
(2542,1): run-time error CSS1019: Unexpected token, found '@'
(2542,2): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(2543,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '49%'
(2557,1): run-time error CSS1019: Unexpected token, found '@'
(2557,2): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(2558,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '49%'
(2572,1): run-time error CSS1019: Unexpected token, found '@'
(2572,2): run-time error CSS1019: Unexpected token, found '@keyframes'
(2573,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '49%'
(2606,1): run-time error CSS1019: Unexpected token, found '@'
(2606,2): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(2607,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '49%'
(2621,1): run-time error CSS1019: Unexpected token, found '@'
(2621,2): run-time error CSS1019: Unexpected token, found '@-moz-keyframes'
(2622,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '49%'
(2636,1): run-time error CSS1019: Unexpected token, found '@'
(2636,2): run-time error CSS1019: Unexpected token, found '@keyframes'
(2637,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '49%'
 */
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,700);*/

@font-face {
    font-family: 'Droid Arabic Kufi';
    src: url('../fonts/DroidKufi-Regular.ttf');
}

@font-face {
    font-family: 'Droid Arabic Kufi';
    src: url('../fonts/DroidKufi-Regular.ttf');
    font-weight: bold;
}

body {
    font-family: 'Droid Arabic Kufi','Segoe UI',Tahoma,Geneva,Verdana,sans-serif;
    font-size: 13px;
    line-height: 21px;
    font-weight: 300;
    color: #666;
}

strong, b {
    font-weight: 600;
}

.table tbody > tr > td.vert-align {
    vertical-align: middle;
}
.table tbody > tr > th {
    text-align: center;
}

img {
    max-width: 100%;
    height: auto;
}

ul, ol {
    list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

.form-control {
    padding-top: 0;
    padding-bottom: 0;
}
.form-inline .checkbox, .form-inline .radio {
    vertical-align: top;
}

.ThinTable {
    border-spacing: 0;
    border-style: none;
    border-width: 0;
    direction: rtl;
    margin: 0;
    padding: 0;
    text-align: left;
    vertical-align: top;
}

dl.dl-horizontal {
    direction: rtl;
}

    dl.dl-horizontal > dt {
        direction: rtl;
        float: right;
        text-align: left;
    }

    dl.dl-horizontal > dd {
        direction: rtl;
        margin-right: 180px;
        margin-left: auto;
    }

#collapseUL > li > dl > dd {
    display: none;
}

#collapseUL > li > dl > dt > a {
    outline: none;
}

#at-expanding-share-button {
    bottom: 60px;
    left: 10px;
}
/*************** Lists ***************/

ul.icons-list {
    margin-bottom: 6px;
}

    ul.icons-list li strong, ul.list-unstyled li strong {
        float: right;
        direction: rtl;
    }

    ul.icons-list li, ul.list-unstyled li {
        margin-bottom: 4px;
    }

        ul.icons-list li i {
            font-size: 14px;
            margin-left: 4px;
            float: right;
        }

.table > thead > tr > th {
    text-align: right;
}

.hr1 {
    height: 1px;
}

@media (min-width: 768px) {
    .section-links {
        margin-left: 60px;
        float: left;
    }

        .section-links > .btn {
            float: right;
            border-top-color: #eee;
            border-bottom-color: #fff;
            border-right-color: #fff;
            border-left-color: #fff;
        }

            .section-links > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
                border-right-color: #eee;
                border-top-right-radius: 4px;
                border-bottom-right-radius: 0;
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
                margin-left: -1px;
            }

            .section-links > .btn:last-child:not(:first-child) {
                border-left-color: #eee;
                border-top-left-radius: 4px;
                border-bottom-left-radius: 0;
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }
}

.dirlist .col-md-1, .dirlist .col-md-2, .dirlist .col-md-3, .dirlist .col-md-4, .dirlist .col-md-5, .dirlist .col-md-6 {
    float: right;
}

@media (max-width: 768px) {
    /*.dirlist .col-md-1, .dirlist .col-md-2, .dirlist .col-md-3, .dirlist .col-md-4, .dirlist .col-md-5, .dirlist .col-md-6 {
        float: none;
    }*/

    .section-links {
        visibility: hidden;
    }
}

.classic-title {
    margin-bottom: 16px;
    margin-top: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    font-weight: 300;
}

    .classic-title span {
        padding-bottom: 6px;
        border-bottom: 1px solid;
        font-weight: 400;
    }

.container {
    direction: rtl;
}

a {
    transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
}

    a:hover {
        color: #444;
    }

    a, a:hover, a:focus {
        text-decoration: none;
        outline: none;
    }

i {
    font-size: 1.1em;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    margin: 0;
    color: #444;
}

h1 {
    font-size: 24px;
    line-height: 30px;
}

h2 {
    font-size: 22px;
    line-height: 28px;
}

h3 {
    font-size: 18px;
    line-height: 24px;
}

h4 {
    font-size: 16px;
    line-height: 22px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
}

h6 {
    font-size: 12px;
    line-height: 18px;
}

p {
    color: #666;
    font-size: 13px;
    line-height: 22px;
    margin: 0;
    text-align: right;
    word-wrap: break-word;
}

    p strong {
        font-weight: 600;
    }

.page-content p {
    margin-bottom: 15px;
}

a.main-button, input[type="submit"] {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

    a.main-button:hover, input[type="submit"]:hover {
        background: #444;
        color: #fff;
    }

    a.main-button i {
        font-size: 1.2em;
    }

input[type="submit"] {
    border: none;
}

.tooltip .tooltip-inner {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}

#content {
    padding: 60px 0;
}

    #content.full-sections {
        padding: 0;
    }

.overlay {
    background-position: center center;
    position: fixed;
    overflow: visible;
    background-color: #E4E4E4;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -moz-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    z-index: 100002 !important;
    cursor: wait;
    background-image: url('images/ajax-loader.gif');
    background-repeat: no-repeat;
    display: none;
}

#loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999999999;
}

.loader-text {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: 40px;
}

.bouncer {
    position: absolute;
    background-image: url(images/EcaLogo.png);
    width: 76px;
    height: 76px;
    top: 50%;
    left: 50%;
    margin-left: -35px;
    margin-top: -35px;
    -ms-opacity: .5;
    opacity: .5;
    -webkit-animation: bouncee 4s infinite ease-in-out;
    -moz-animation: bouncee 4s infinite ease-in-out;
    -ms-animation: bouncee 4s infinite ease-in-out;
    -o-animation: bouncee 4s infinite ease-in-out;
    animation: bouncee 4s infinite ease-in-out;
    -ms-background-size: contain;
    background-size: contain;
}

@-webkit-keyframes rotatee {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotatee {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes bouncee {
    0%,100% {
        -webkit-transform: scale(.5);
    }

    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes bouncee {
    0%,100% {
        transform: scale(.5);
        -webkit-transform: scale(.5);
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}

.fixed-header {
    opacity: .95;
    box-shadow: 0 3px 3px -3px rgba(0,0,0,.2);
    -o-box-shadow: 0 3px 3px -3px rgba(0,0,0,.2);
    -moz-box-shadow: 0 3px 3px -3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 3px 3px -3px rgba(0,0,0,.2);
}

.top-bar {
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
}

    .top-bar a {
        color: #666;
    }

    .top-bar .contact-details li {
        display: inline-block;
    }

        .top-bar .contact-details li a:before {
            position: relative;
            content: "|";
            font-size: 13px;
            margin: 0 3px;
            top: -1px;
            color: #ddd;
        }

        .top-bar .contact-details li a:before {
            color: #666;
        }

        .top-bar .contact-details li:first-child a:before {
            display: none;
        }

        .top-bar .contact-details li a {
            font-size: 12px;
            display: block;
            line-height: 32px;
        }

    .top-bar .lang li a {
        font-size: 12px;
        display: block;
        line-height: 32px;
        outline: none;
    }

ul.lang {
    float: left;
    direction: ltr;
}

ul.contact-details {
    float: right;
    direction: rtl;
}

.eca-mobile-menu {
    display: none;
    direction: rtl;
}

.slicknav_menu {
    display: none;
}

.slicknav_nav .slicknav_arrow {
    text-align: center;
}

.slicknav_nav .slicknav_row {
    text-align: right;
}

ul.slicknav_nav {
    direction: rtl;
}

    ul.slicknav_nav li {
        text-align: right;
    }

.slicknav_btn {
    float: left;
}

.slicknav_nav ul {
    margin: 0 20px 0 0;
}

.navbar-toggle {
    display: none;
}

ul.nav {
    float: left;
    direction: rtl;
}

    ul.nav li {
        float: right;
    }
    
    ul.nav.nav-pills li {
        float: none;
        cursor: pointer;
    }

.navbar {
    margin-bottom: 0;
    background: #fff;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}

    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }

.logo {
    background: url(./images/EcaLogo.png);
    background-position: center,center;
    background-repeat: no-repeat,repeat;
    width: 76px;
    height: 76px;
    align-self: center;
    float: right;
    -ms-background-size: contain;
    background-size: contain;
}

.logoLarge {
    background: url(./images/EcaLogoLarge.png);
    background-position: center,center;
    background-repeat: no-repeat,repeat;
    width: 90px;
    height: 90px;
    align-self: center;
    float: right;
    -ms-background-size: contain;
    background-size: contain;
}

.navbar-brand {
    position: relative;
    margin: 0 !important;
    float: right;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.navbar-default .navbar-nav {
    margin-right: 10px !important;
    position: relative;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}

    .navbar-default .navbar-nav > li {
        margin-right: 6px;
    }

        .navbar-default .navbar-nav > li:first-child {
            margin-right: 0;
        }

        .navbar-default .navbar-nav > li > a {
            color: #999;
            display: block;
            font-size: 14px;
            font-weight: 300;
            padding: 28px 10px 28px 10px;
            overflow: hidden;
            -ms-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -webkit-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            font-weight: 400;
            outline: none;
        }

.navbar-nav > li > a > i.mi-icon {
    padding-left: 10px;
}

.navbar-nav > li.drop > a > i.fa-angle-down {
    padding-right: 5px;
    visibility: hidden;
}

.navbar-nav > li.drop:hover > a > i.fa-angle-down {
    visibility: visible;
}

.navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li:hover > a {
    border-bottom: 2px solid;
}

.navbar-default .navbar-nav > li > a i {
    margin: 0 -2px 0 -5px;
}

.navbar-default .navbar-nav > li > a:after {
    position: absolute;
    bottom: 0;
    content: '';
    right: 50%;
    display: block;
    height: 5px;
    width: 5px;
    opacity: 0;
    margin: 0 0 -3px -2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-default .navbar-nav > li > a.active:after {
    opacity: 1;
}

.navbar-default .navbar-nav .dropdown {
    position: absolute;
    right: 0;
    top: 100%;
    width: auto;
    background-color: #fff;
    visibility: hidden;
    z-index: 2;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    -o-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
}

.navbar-default .navbar-nav > li.drop:hover .dropdown {
    visibility: visible;
    opacity: 1;
}

.dropdown li, .sup-dropdown li {
    display: block;
    width: 100%;
    position: relative;
    border-top: 1px solid rgba(0,0,0,.04);
}

    .dropdown li:first-child, .sup-dropdown li:first-child {
        border-top: none;
    }

.nav .dropdown li a, .nav .sup-dropdown li a {
    display: block;
    outline: none;
    text-align: right;
    color: #666;
    font-size: 13px;
    padding: 11px 16px;
    text-decoration: none;
    text-transform: capitalize;
    transition: padding .2s ease-in-out;
    -moz-transition: padding .2s ease-in-out;
    -webkit-transition: padding .2s ease-in-out;
    -o-transition: padding .2s ease-in-out;
    overflow-wrap: normal;
    overflow: visible;
    white-space: nowrap;
}

.nav .dropdown > li:hover > a, .nav .sup-dropdown li:hover > a {
    padding-right: 16px;
}

.dropdown > li > a > i {
    visibility: hidden;
    position: absolute;
    top: 15px;
    display: inline-block;
}

.dropdown > li:hover > a > i {
    visibility: visible;
}

.dropdown li a i {
    margin: 0 0 0 -4px;
}

.navbar-default .navbar-nav .sup-dropdown {
    position: absolute;
    right: 100%;
    top: 15px;
    width: auto;
    background-color: #fff;
    margin-top: 10px;
    transition: margin-top .2s ease-in-out;
    -moz-transition: margin-top .2s ease-in-out;
    -webkit-transition: margin-top .2s ease-in-out;
    -o-transition: margin-top .2s ease-in-out;
    visibility: hidden;
    z-index: 3;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    -o-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
}

.navbar-default .navbar-nav li.drop .dropdown li:hover .sup-dropdown {
    visibility: visible;
    margin-top: 0;
}

.search-side {
    position: relative;
    float: left;
    top: 19px;
    /*left: -15px;*/
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

@media screen and (max-width: 767px) {
    .search-side {
        position: absolute;
        left: 70px;
    }
}

.show-search {
    position: relative;
    display: block;
    float: left;
}

    .show-search i {
        font-size: 1.2em !important;
        display: block;
        color: #666;
        width: 36px;
        cursor: pointer;
        height: 36px;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        line-height: 36px;
        text-align: center;
        background-color: #f2f2f2;
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
    }

    .show-search:hover i {
        color: #666;
    }

.navbar .search-form {
    position: absolute;
    left: 0;
    z-index: 20;
    float: left;
    display: none;
    top: 40px;
}

    .navbar .search-form:before {
        background-color: #ccc;
        top: -2px;
        content: '';
        display: block;
        height: 4px;
        width: 4px;
        z-index: 20;
        left: 15px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
    }

    .navbar .search-form form input {
        border: 2px solid #ccc;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        padding: 5px 14px;
        z-index: 22;
        color: #9d9d9d;
        box-shadow: none;
        -o-box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        outline: none;
        box-shadow: none;
    }

    .navbar .search-form form {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 20;
    }

#main-slide .item img {
    width: 100%;
    background-image: url("./images/Eca_ppt_Clear.png");
    background-repeat: no-repeat;
    background-attachment: local;
    background-position: 50% 70%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 250px;
}

#main-slide .item .slider-content {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}

#main-slide .item.active .slider-content {
    z-index: 0;
    opacity: 1;
    -webkit-transition: opacity 100ms;
    -moz-transition: opacity 100ms;
    -o-transition: opacity 100ms;
    transition: opacity 100ms;
}

#main-slide .slider-content {
    top: 50%;
    margin-top: -70px;
    left: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
}

#main-slide .carousel-indicators {
    bottom: 0px;
}

.carousel-indicators li {
    width: 14px !important;
    height: 14px !important;
    border: 2px solid #999 !important;
    margin: 1px !important;
}

#main-slide .carousel-control.left, #main-slide .carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
}

    #main-slide .carousel-control.left span {
        padding: 15px;
    }

    #main-slide .carousel-control.right span {
        padding: 15px;
    }

#main-slide .carousel-control .fa-angle-left, #main-slide .carousel-control .fa-angle-right {
    position: absolute;
    top: 40%;
    z-index: 5;
    display: inline-block;
}

#main-slide .carousel-control .fa-angle-left {
    left: 0;
}

#main-slide .carousel-control .fa-angle-right {
    right: 0;
}

#main-slide .carousel-control i {
    background: rgba(0,0,0,.7);
    color: #fff;
    line-height: 36px;
    font-size: 32px;
    padding: 15px 20px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

#main-slide .slider-content h2 {
    margin-top: 10px;
    font-size: 65px;
    font-weight: 100;
    text-transform: uppercase;
    color: darkgray;
    text-shadow: 2px 2px rgba(0,0,0,0.8);
}

    #main-slide .slider-content h2 span {
        /*background-color: rgba(153,153,153, 0.2);*/
    }

    #main-slide .slider-content h2.white, #main-slide .slider-content h3.white {
        color: #fff;
    }

#main-slide .slider-content h3 {
    font-size: 36px;
    font-weight: 300;
    margin-top: 60px;
    text-transform: uppercase;
    text-align: center;
    color: darkgray;
    text-shadow: 2px 2px rgba(0,0,0,0.8);
}

.slider.btn {
    padding: 10px 40px;
    margin-top: 40px;
    font-size: 20px;
    border-radius: 2px;
    text-transform: uppercase;
    line-height: 28px;
    border: 0;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    box-shadow: 0 4px 0 rgba(0,0,0,.1) inset;
    -o-box-shadow: 0 4px 0 rgba(0,0,0,.1) inset;
    -moz-box-shadow: 0 4px 0 rgba(0,0,0,.1) inset;
    -webkit-box-shadow: 0 4px 0 rgba(0,0,0,.1) inset;
}

    .slider.btn.btn-default {
        margin-left: 4px;
        background: #ececec;
    }

        .slider.btn.btn-default:hover {
            background: #000;
            color: #fff;
        }

.slider-content-left {
    position: relative;
    margin: 0 0 0 40px;
}

.slider-content-right {
    position: relative;
}

.carousel .item.active .animated2 {
    -webkit-animation: lightSpeedIn 1s ease-in 200ms both;
    animation: lightSpeedIn 1s ease-in 200ms both;
}

.carousel .item.active .animated3 {
    -webkit-animation: bounceInLeft 1s ease-in-out 500ms both;
    animation: bounceInLeft 1s ease-in-out 500ms both;
}

.carousel .item.active .animated4 {
    -webkit-animation: flipInX 1s ease-in 500ms both;
    animation: flipInX 1s ease-in 500ms both;
    text-align: center;
}

.carousel .item.active .animated5 {
    -webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
    animation: bounceInLeft 1s ease-in-out 100ms both;
}

.carousel .item.active .animated6 {
    -webkit-animation: bounceIn 1s ease-in 500ms both;
    animation: bounceIn 1s ease-in 500ms both;
    text-align: center;
}

.carousel .item.active .animated7 {
    -webkit-animation: bounceIn 1s ease-in 500ms both;
    animation: bounceIn 1s ease-in 500ms both;
}

.carousel .item.active .animated8 {
    -webkit-animation: fadeInDown 1s ease-in 1000ms both;
    animation: fadeInDown 1s ease-in 1000ms both;
}

footer {
    background-color: #222;
    padding-top: 60px;
    border-top: 4px solid #555;
    color: #ccc;
}

    footer p {
        color: #ccc;
    }

    footer a {
        color: #666;
    }

        footer a:hover {
            color: #666;
            text-decoration: underline;
        }

.footer-widgets > div {
    float: right;
}

.footer-widget {
    margin-bottom: 45px;
    float: right;
    text-align: right;
}

    .footer-widget > ul li span {
        float: right;
        text-align: right;
        direction: rtl;
    }

    .footer-widget h4 {
        color: #eee;
        text-transform: uppercase;
        padding-bottom: 8px;
        margin-bottom: 20px;
        font-size: 14px;
        font-weight: 700;
        position: relative;
    }

        .footer-widget h4 .head-line {
            position: absolute;
            bottom: 0;
            right: 0;
            display: block;
            width: 50px;
            height: 3px;
            background-color: #333;
            margin: 0;
        }

.social-widget ul.social-icons li {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 4px;
}

    .social-widget ul.social-icons li a i {
        font-size: 1.4em;
        width: 36px;
        height: 36px;
        color: #fff;
        line-height: 36px;
        text-align: center;
        display: block;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
    }

    .social-widget ul.social-icons li a:hover {
        text-decoration: none;
    }

    .social-widget ul.social-icons li a.facebook:hover i {
        background-color: #507cbe;
    }

    .social-widget ul.social-icons li a.twitter:hover i {
        background-color: #63cdf1;
    }

    .social-widget ul.social-icons li a.google:hover i {
        background-color: #f16261;
    }

    .social-widget ul.social-icons li a.dribbble:hover i {
        background-color: #e46387;
    }

    .social-widget ul.social-icons li a.linkdin:hover i {
        background-color: #90cadd;
    }

    .social-widget ul.social-icons li a.tumblr:hover i {
        background-color: #4d7ea3;
    }

    .social-widget ul.social-icons li a.flickr:hover i {
        background-color: #e474af;
    }

    .social-widget ul.social-icons li a.instgram:hover i {
        background-color: #4d4f54;
    }

    .social-widget ul.social-icons li a.vimeo:hover i {
        background-color: #87d3e0;
    }

    .social-widget ul.social-icons li a.skype:hover i {
        background-color: #36c4f3;
    }

.contact-widget {
    background: url(./images/map.png) center bottom no-repeat;
}

    .contact-widget span {
        font-weight: 700;
    }

    .contact-widget ul li {
        margin-bottom: 12px;
    }

        .contact-widget ul li p a {
            color: #bbb;
        }

    .contact-widget p {
        padding-bottom: 20px;
    }

.twitter-widget a:hover {
    color: #43b9cd;
    text-decoration: underline;
}

.twitter-widget ul li {
    margin-bottom: 20px;
}

    .twitter-widget ul li span {
        color: #666;
    }

.flickr-widget ul {
    overflow: hidden;
}

    .flickr-widget ul li {
        float: left;
        margin-left: 8px;
        margin-bottom: 8px;
    }

        .flickr-widget ul li:nth-child(3n+1) {
            margin-left: 0;
        }

        .flickr-widget ul li a {
            display: inline-block;
            width: 80px;
            opacity: .6;
            border-radius: 2px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -o-border-radius: 2px;
            border: 4px solid #333;
            transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
        }

            .flickr-widget ul li a img {
                width: 100%;
                height: 65px;
            }

            .flickr-widget ul li a:hover {
                opacity: 1;
            }

.mail-subscribe-widget form {
    margin-top: 15px;
    margin-bottom: 20px;
}

    .mail-subscribe-widget form input[type="text"] {
        outline: none;
        color: #666;
        font-size: 12px;
        padding: 6px 12px;
        border: none;
        background: #fff;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
    }

.copyright-section {
    padding: 15px 0;
    font-size: 11px;
    letter-spacing: .5px;
    border-top: 1px solid rgba(255,255,255,.06);
}

    .copyright-section p {
        font-size: 11px;
        text-transform: uppercase;
    }

ul.footer-nav {
    float: right;
}

    ul.footer-nav li {
        display: inline-block;
        float: left;
        margin-left: 15px;
    }

        ul.footer-nav li:first-child {
            margin-left: 0;
        }

        ul.footer-nav li a {
            display: inline-block;
            text-transform: uppercase;
            text-decoration: none;
            transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
        }

            ul.footer-nav li a:hover {
                color: #fff;
            }

.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    left: 15px;
}

    .back-to-top i {
        display: block;
        width: 36px;
        height: 36px;
        line-height: 36px;
        color: #fff;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        text-align: center;
        background-color: #444;
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
    }

.btn {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.btn-system {
    display: inline-block;
    color: #fff;
    margin-right: 5px;
    font-weight: 300;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    box-shadow: 0 4px 0 rgba(0,0,0,.1) inset;
    -o-box-shadow: 0 4px 0 rgba(0,0,0,.1) inset;
    -moz-box-shadow: 0 4px 0 rgba(0,0,0,.1) inset;
    -webkit-box-shadow: 0 4px 0 rgba(0,0,0,.1) inset;
    border: 0;
    text-transform: uppercase;
    font-weight: 400;
}

    .btn-system:last-child {
        margin-right: 0;
    }

.btn-system {
    font-size: 1em;
    width: auto;
}

    .btn-system.border-btn {
        background-color: transparent;
        border: 1px solid;
        box-shadow: none;
        -o-box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }

    .btn-system:hover {
        color: #fff;
        opacity: .8;
    }

    .btn-system.border-btn:hover {
        opacity: 1;
        color: #fff;
    }

    .btn-system.border-btn.btn-gray:hover {
        background-color: #444;
        color: #fff;
    }

    .btn-system.border-btn.btn-black:hover {
        background-color: #111;
        color: #fff;
    }

    .btn-system.border-btn.btn-wite:hover {
        background-color: #fff;
    }

    .btn-system.btn-gray {
        background-color: #444;
    }

    .btn-system.btn-black {
        background-color: #111;
    }

    .btn-system.btn-wite {
        background-color: #fff;
    }

    .btn-system.border-btn.btn-gray {
        background-color: transparent;
        border: 1px solid #444;
        color: #444;
    }

    .btn-system.border-btn.btn-black {
        background-color: transparent;
        border: 1px solid #111;
        color: #111;
    }

    .btn-system.border-btn.btn-wite {
        background-color: transparent;
        border: 1px solid #fff;
        color: #fff;
    }

.btn-large {
    font-size: 14px;
    padding: 9px 22px;
}

.btn-medium {
    font-size: 14px;
    padding: 7px 18px;
}

.btn-small {
    padding: 5px 15px;
}

.btn-mini {
    padding: 3px 12px;
}

.btn-large.border-btn {
    padding: 8px 22px;
}

.btn-medium.border-btn {
    padding: 6px 18px;
}

.btn-small.border-btn {
    padding: 4px 15px;
}

.btn-mini.border-btn {
    padding: 2px 12px;
}

.navbar-collapse {
    max-height: 340px;
}

.friendly-carousel .item-row {
    margin-bottom: 20px;
}

.friendly-carousel .item-meta {
    float: right;
    text-align: center;
    margin-left: 12px;
    margin-bottom: 0;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
}

    .friendly-carousel .item-meta .number {
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -o-border-radius: 25px;
        padding: 10px 0;
        margin: 0px 5px 0px 5px;
        width: 40px;
        background-color: #444;
        color: #fff;
        text-align: center;
        vertical-align: middle;
        display: inline-block;
    }

    .friendly-carousel .item-meta .item-date {
        vertical-align: middle;
        text-align: center;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        padding: 8px 0;
        width: 42px;
        background-color: #444;
        color: #fff;
        display: inline-block;
    }

        .friendly-carousel .item-meta .item-date .day {
            font-size: 20px;
            display: block;
            letter-spacing: 1px;
        }

        .friendly-carousel .item-meta .item-date .month {
            display: block;
            text-transform: uppercase;
            line-height: 14px;
            font-size: 11px;
            letter-spacing: 1px;
        }

.friendly-carousel .item-title {
    display: block;
    min-height: 50px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 5px;
    overflow: hidden;
}

    .friendly-carousel .item-title h3 {
        display: inline-block;
        vertical-align: middle;
        line-height: 24px;
    }

    .friendly-carousel .item-title a {
        color: #444;
        transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
    }

.friendly-carousel .item-content .read-more {
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}

    .friendly-carousel .item-content .read-more:hover {
        color: #444;
    }

.friendly-carousel .item-content .item-content-img {
    height: 80px;
    width: 100%;
}

    .friendly-carousel .item-content .item-content-img img {
        margin-left: auto;
        margin-right: auto;
        height: inherit !important;
        width: auto;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
    }

    .friendly-carousel .item-content .item-content-img i {
        margin-left: auto;
        margin-right: auto;
        display: block;
        height: 80px;
        line-height: 80px;
        width: 82px;
        color: #fff;
        text-align: center;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
    }

.news-photo_album .news-photo {
    height: 200px;
    width: 100%;
}

    .news-photo_album .news-photo img {
        margin-left: auto;
        margin-right: auto;
        height: inherit !important;
        width: auto;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
    }

    .news-photo_album .news-photo i {
        margin-left: auto;
        margin-right: auto;
        display: block;
        height: 80px;
        line-height: 80px;
        width: 82px;
        color: #fff;
        text-align: center;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
    }

.owl-theme .owl-controls .owl-nav {
    left: 2px;
}

.owl-nav-custom {
    margin: 0 10px 0 10px;
    display: inline-block;
    left: 20px;
    float: left;
}

    .owl-theme .owl-controls .owl-nav .owl-prev,
    .owl-nav-custom .owl-prev {
        float: left;
        margin-left: 0px;
        margin-right: 4px;
    }

    .owl-theme .owl-controls .owl-nav .owl-next,
    .owl-nav-custom .owl-next {
        margin-left: 0px;
        margin-right: 4px;
    }

.page-banner {
    padding: 30px 0;
    background: url(../Content/images/Eca_ppt_Clear.png) center;
    border-bottom: 1px solid #eee;
}

    .page-banner > div > div > div {
        float: right;
    }

    .page-banner h2 {
        font-weight: 500;
        text-transform: uppercase;
    }

    .page-banner p {
        font-weight: 300;
    }

ul.breadcrumbs {
    float: left;
    direction: rtl;
    margin-top: 15px;
}

.no-subtitle ul.breadcrumbs {
    margin-top: 4px;
}

ul.breadcrumbs li {
    float: right;
    font-size: 13px;
    font-weight: 300;
    margin-left: 3px;
    color: #999;
}

    ul.breadcrumbs li:after {
        content: '>';
        margin: 0 4px 0 2px;
        color: #bbb;
    }

    ul.breadcrumbs li:last-child {
        margin: 0;
    }

        ul.breadcrumbs li:last-child:after {
            content: '';
            margin: 0;
        }

    ul.breadcrumbs li a {
        color: #666;
        font-weight: 600;
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
    }

label {
    font-size: 13px;
    color: #666;
    font-weight: 300;
    cursor: pointer;
}

    label .required {
        color: #ed2c3a;
        margin-left: 2px;
    }

input[type="submit"] {
    outline: none;
}

.widget-search input[type="search"], #contact-form input[type="text"], #contact-form textarea, #respond input[type="text"], #respond textarea, .email {
    color: #666fb5;
    /*font-size: 13px;
    font-family: 'Open Sans',sans-serif;*/
    border: 1px solid #eee;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    outline: none;
    width: 100%;
    padding: 7px 14px;
    display: block;
    margin-bottom: 10px;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}

    .widget-search input[type="search"]:focus, #contact-form input[type="text"]:focus, #contact-form textarea:focus, #respond input[type="text"]:focus, #respond textarea:focus {
        border-color: #ddd;
        box-shadow: 0 0 3px #eee;
        -o-box-shadow: 0 0 3px #eee;
        -moz-box-shadow: 0 0 3px #eee;
        -webkit-box-shadow: 0 0 3px #eee;
    }

.mail_response {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.name-missing, .email-missing, .message-missing {
    opacity: 0;
    color: #ed2c3a;
    margin-left: 10px;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}

.error-page {
    padding: 90px 0;
    text-align: center;
}

    .error-page h1 {
        font-size: 160px;
        line-height: 140px;
        font-weight: 700;
        color: #333;
    }

    .error-page h3 {
        font-size: 64px;
        line-height: 70px;
        font-weight: 300;
    }

    .error-page p {
        font-size: 22px;
        line-height: 28px;
        color: #666;
        margin-bottom: 25px;
    }

#map {
    position: relative;
    height: 350px;
    width: 100%;
}

.sidebar {
    margin-bottom: 30px;
}

    .sidebar .widget {
        overflow: hidden;
        margin-bottom: 50px;
    }

        .sidebar .widget ul {
            margin: 0;
        }

.widget-search input[type="search"] {
    position: relative;
    margin: 0;
    float: right;
    height: 37px;
    line-height: 37px;
    width: calc(100% - 38px);
    border-left: none;
    border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -o-border-radius: 2px 0 0 2px;
}

.widget-search .search-btn {
    display: inline-block;
    width: 38px;
    height: 37px;
    border: none;
    color: #fff;
    font-size: 1.2em;
    line-height: 36px;
    text-align: center;
    border-radius: 2px 0px 0px 2px;
    -webkit-border-radius: 2px 0px 0px 2px;
    -moz-border-radius: 2px 0px 0px 2px;
    -o-border-radius: 2px 0px 0px 2px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

    .widget-search .search-btn:hover {
        background-color: #444;
    }

.sidebar .widget h4 {
    text-transform: uppercase;
    padding-bottom: 8px;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}

    .sidebar .widget h4 span {
        padding-bottom: 4px;
        border-bottom: 1px solid;
        font-weight: 400;
        border-bottom-color: #ddd;
    }

.sidebar .widget-popular-posts li, .sidebar .widget-categories li {
    padding: 8px 0px;
    border-bottom: 1px solid #eee;
    clear: both;
}

    .sidebar .widget-popular-posts li a, .sidebar .widget-categories li a {
        display: block;
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
    }

        .sidebar .widget-popular-posts li a:hover, .sidebar .widget-categories li a:hover {
            padding-right: 8px;
        }

    .sidebar .widget-popular-posts li:last-child, .sidebar .widget-categories li:last-child {
        border: none;
    }

.sidebar .widget-popular-posts .widget-thumb {
    float: right;
    margin-left: 8px;
    border: 3px solid #eee;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}

    .sidebar .widget-popular-posts .widget-thumb img {
        width: 65px;
        height: 65px;
        opacity: 1;
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
    }

    .sidebar .widget-popular-posts .widget-thumb:hover img {
        opacity: .7;
    }

.sidebar .widget-popular-posts .widget-content h5 {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 5px;
    font-weight: 300;
}

.sidebar .widget-popular-posts .widget-content span {
    color: #bbb;
    font-size: 12px;
}

.sidebar .tagcloud a {
    display: inline-block;
    color: #666;
    font-size: 12px;
    padding: 4px 10px;
    background: #eee;
    margin-bottom: 4px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

    .sidebar .tagcloud a:hover {
        color: #fff;
    }

.tabs-side {
    margin-left: 0px;
}

    .tabs-side > .nav-tabs {
        float: right;
        height: 100%;
        display: table-cell;
        position: static;
        border: 1px solid #fff;
    }

        .tabs-side > .nav-tabs > li:first-child {
            margin-top: 60px;
        }

        .tabs-side > .nav-tabs > li:last-child {
            margin-bottom: 20px;
        }

        .tabs-side > .nav-tabs > li {
            width: 100%;
        }

            .tabs-side > .nav-tabs > li > a {
                margin-left: -2px;
                -webkit-border-radius: 0 4px 4px 0;
                -moz-border-radius: 0 4px 4px 0;
                border-radius: 0 4px 4px 0;
                outline: none;
                white-space: nowrap;
            }

                .tabs-side > .nav-tabs > li > a,
                .tabs-side > .nav-tabs > li > a:hover,
                .tabs-side > .nav-tabs > li > a:focus {
                    border-color: #eeeeee #eeeeee #eeeeee #dddddd;
                }

        .tabs-side > .nav-tabs .active > a,
        .tabs-side > .nav-tabs .active > a:hover,
        .tabs-side > .nav-tabs .active > a:focus {
            border-color: #ddd #ddd #ddd transparent;
            *border-left-color: #ffffff;
        }


.tabs-top {
    display: block;
    width: 100%;
}

    .tabs-top > .nav-tabs {
        float: none;
        width: 100%;
        margin-right: 0;
        border-bottom: none;
    }

        .tabs-top > .nav-tabs > li > a {
            outline: 0;
        }

        .tabs-top > .nav-tabs > li:first-child {
            margin-right: 20px;
        }

        .tabs-top > .nav-tabs > li:last-child {
            margin-left: 20px;
        }

        .tabs-top > .nav-tabs > li > a,
        .tabs-top > .nav-tabs > li > a:hover,
        .tabs-top > .nav-tabs > li > a:focus {
            border-color: #eeeeee #eeeeee #dddddd #eeeeee;
        }

        .tabs-top > .nav-tabs .active > a,
        .tabs-top > .nav-tabs .active > a:hover,
        .tabs-top > .nav-tabs .active > a:focus {
            border-color: #ddd #ddd transparent #ddd;
            *border-left-color: #ffffff;
        }

.tabs-below > .nav-tabs,
.tabs-side > .nav-tabs {
    border-bottom: 0;
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #ddd;
}

    .tabs-below > .nav-tabs > li {
        margin-top: -1px;
        margin-bottom: 0;
    }

        .tabs-below > .nav-tabs > li > a {
            -webkit-border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
        }

            .tabs-below > .nav-tabs > li > a:hover,
            .tabs-below > .nav-tabs > li > a:focus {
                border-top-color: #ddd;
                border-bottom-color: transparent;
            }

    .tabs-below > .nav-tabs > .active > a,
    .tabs-below > .nav-tabs > .active > a:hover,
    .tabs-below > .nav-tabs > .active > a:focus {
        border-color: transparent #ddd #ddd #ddd;
    }

.tabsContainer {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-color: #ddd;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
    vertical-align: top;
}

.grd-row {
    text-align: right;
    overflow: hidden;
    display: block;
    border-bottom: 1px solid #ddd;
}

    .grd-row:last-child {
        border-bottom: 0px solid #ddd;
    }

    .grd-row .numberRect {
        vertical-align: middle;
        text-align: center;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        padding: 5px;
        margin: 0px 5px 0px 5px;
        /*width: 60px;*/
        background-color: #444;
        color: #fff;
        display: inline-block;
    }

    .grd-row .photo {
        height: 80px;
        width: 80px;
        text-align: center;
        vertical-align: middle;
        display: inline-block;
        background-color: #d3d3d3;
        margin: 0px 5px 0px 5px;
    }

        .grd-row .photo img {
            margin-left: auto;
            margin-right: auto;
            height: inherit !important;
            width: auto;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -o-border-radius: 3px;
        }

        .grd-row .photo i {
            margin-left: auto;
            margin-right: auto;
            display: block;
            height: 80px;
            line-height: 80px;
            width: 80px;
            color: #fff;
            text-align: center;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -o-border-radius: 3px;
        }

    .grd-row .number {
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -o-border-radius: 25px;
        padding: 10px 0;
        margin: 0px 5px 0px 5px;
        width: 40px;
        background-color: #444;
        color: #fff;
        text-align: center;
        vertical-align: middle;
        display: inline-block;
    }

    .grd-row .date {
        vertical-align: middle;
        text-align: center;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        padding: 2px 0;
        margin: 0px 5px 0px 5px;
        width: 42px;
        background-color: #444;
        color: #fff;
        display: inline-block;
    }

        .grd-row .date .day {
            font-size: 20px;
            display: block;
            letter-spacing: 1px;
        }

        .grd-row .date .month {
            display: block;
            text-transform: uppercase;
            line-height: 14px;
            font-size: 11px;
            letter-spacing: 1px;
        }

    .grd-row .cell {
        vertical-align: middle;
        display: table-cell;
        margin: 0px 5px 0px 5px;
        min-height: 50px;
        height: 50px;
        line-height: 50px;
        overflow: hidden;
        display: inline-block;
    }
/*************** Icons ***************/


.icon-small {
    font-size: 2em;
    color: #444;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

    .icon-small:hover, .box:hover .icon-small {
        text-shadow: 5px 5px 2px rgba(255,255,255,0);
    }

.icon-medium {
    font-size: 2.5em;
    color: #666;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

    .icon-medium:hover, .box:hover .icon-medium {
        text-shadow: 5px 5px 2px rgba(255,255,255,0);
    }

.icon-large {
    font-size: 3em;
    color: #666;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

    .icon-large:hover, .box:hover .icon-large {
        text-shadow: 5px 5px 2px rgba(255,255,255,0);
    }

.icon-mini-effect {
    position: relative;
    display: block;
    z-index: 1;
    font-size: 1.2em;
    /*color: #fff;*/
    top: 4px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.icon-medium-effect {
    position: relative;
    display: block;
    z-index: 1;
    font-size: 2em;
    /*color: #fff;*/
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    margin: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.icon-large-effect {
    position: relative;
    display: block;
    z-index: 1;
    font-size: 2.6em;
    /*color: #fff;*/
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    margin: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

    .icon-mini-effect:after, .icon-medium-effect:after, .icon-large-effect:after {
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        content: '';
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

/*First Icon Effect */
.icon-effect-1 {
    background-color: #fff;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    transition: color 0.4s;
}

.gray-icon.icon-effect-1 {
    box-shadow: 0 0 0 3px #444;
    -o-box-shadow: 0 0 0 3px #444;
    -moz-box-shadow: 0 0 0 3px #444;
    -webkit-box-shadow: 0 0 0 3px #444;
}

.icon-effect-1:after {
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
}

.gray-icon.icon-effect-1:after {
    background: #444;
}

.icon-effect-1.gray-icon:hover, .box:hover .gray-icon.icon-effect-1 {
    color: #444;
}

.icon-effect-1:hover:after, .box:hover .icon-effect-1:after {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
}

/*Seconed Icon Effect */
.icon-effect-2 {
    background: #fff;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    transition: color 0.4s;
}

.gray-icon.icon-effect-2 {
    color: #444;
    box-shadow: 0 0 0 3px #444;
    -o-box-shadow: 0 0 0 3px #444;
    -moz-box-shadow: 0 0 0 3px #444;
    -webkit-box-shadow: 0 0 0 3px #444;
}

.icon-effect-2:after {
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
}

.gray-icon.icon-effect-2:after {
    background: #444;
}

.icon-effect-2:hover, .box:hover .icon-effect-2, .icon-effect-2.gray-icon:hover, .box:hover .gray-icon.icon-effect-2 {
    color: #fff;
}

    .icon-effect-2:hover:after, .box:hover .icon-effect-2:after {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

/*Third Icon Effect */
.icon-effect-3 {
    background: #fff;
}

.gray-icon.icon-effect-3 {
    color: #444;
    box-shadow: 0 0 0 3px #444;
    -o-box-shadow: 0 0 0 3px #444;
    -moz-box-shadow: 0 0 0 3px #444;
    -webkit-box-shadow: 0 0 0 3px #444;
}

.icon-effect-3:hover:before, .box:hover .icon-effect-3:before {
    -webkit-animation: toRightFromLeft 0.4s forwards;
    -moz-animation: toRightFromLeft 0.4s forwards;
    animation: toRightFromLeft 0.4s forwards;
}

@@-webkit-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-100%);
    }

    51% {
        opacity: 1;
    }
}

@@-moz-keyframes toRightFromLeft {
    49% {
        -moz-transform: translate(100%);
    }

    50% {
        opacity: 0;
        -moz-transform: translate(-100%);
    }

    51% {
        opacity: 1;
    }
}

@@keyframes toRightFromLeft {
    49% {
        transform: translate(100%);
    }

    50% {
        opacity: 0;
        transform: translate(-100%);
    }

    51% {
        opacity: 1;
    }
}

/*Fourth Icon Effect */
.icon-effect-4 {
    background: #fff;
}

.gray-icon.icon-effect-4 {
    color: #444;
    box-shadow: 0 0 0 3px #444;
    -o-box-shadow: 0 0 0 3px #444;
    -moz-box-shadow: 0 0 0 3px #444;
    -webkit-box-shadow: 0 0 0 3px #444;
}

.icon-effect-4:hover:before, .box:hover .icon-effect-4:before {
    -webkit-animation: toLeftFromRight 0.4s forwards;
    -moz-animation: toLeftFromRight 0.4s forwards;
    animation: toLeftFromRight 0.4s forwards;
}

@@-webkit-keyframes toLeftFromRight {
    49% {
        -webkit-transform: translate(-100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(100%);
    }

    51% {
        opacity: 1;
    }
}

@@-moz-keyframes toLeftFromRight {
    49% {
        -moz-transform: translate(-100%);
    }

    50% {
        opacity: 0;
        -moz-transform: translate(100%);
    }

    51% {
        opacity: 1;
    }
}

@@keyframes toLeftFromRight {
    49% {
        transform: translate(-100%);
    }

    50% {
        opacity: 0;
        transform: translate(100%);
    }

    51% {
        opacity: 1;
    }
}

/*Fifth Icon Effect */
.icon-effect-5 {
    background: #fff;
}

.gray-icon.icon-effect-5 {
    color: #444;
    box-shadow: 0 0 0 3px #444;
    -o-box-shadow: 0 0 0 3px #444;
    -moz-box-shadow: 0 0 0 3px #444;
    -webkit-box-shadow: 0 0 0 3px #444;
}

.icon-effect-5:hover:before, .box:hover .icon-effect-5:before {
    -webkit-animation: toTopFromBottom 0.4s forwards;
    -moz-animation: toTopFromBottom 0.4s forwards;
    animation: toTopFromBottom 0.4s forwards;
}

@@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

@@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

@@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

/*six Icon Effect */
.icon-effect-6 {
    background: #fff;
}

.gray-icon.icon-effect-6 {
    color: #444;
    box-shadow: 0 0 0 3px #444;
    -o-box-shadow: 0 0 0 3px #444;
    -moz-box-shadow: 0 0 0 3px #444;
    -webkit-box-shadow: 0 0 0 3px #444;
}

.icon-effect-6:hover:before, .box:hover .icon-effect-6:before {
    -webkit-animation: toBottomFromTop 0.4s forwards;
    -moz-animation: toBottomFromTop 0.4s forwards;
    animation: toBottomFromTop 0.4s forwards;
}

@@-webkit-keyframes toBottomFromTop {
    49% {
        -webkit-transform: translateY(100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }

    51% {
        opacity: 1;
    }
}

@@-moz-keyframes toBottomFromTop {
    49% {
        -moz-transform: translateY(100%);
    }

    50% {
        opacity: 0;
        -moz-transform: translateY(-100%);
    }

    51% {
        opacity: 1;
    }
}

@@keyframes toBottomFromTop {
    49% {
        transform: translateY(100%);
    }

    50% {
        opacity: 0;
        transform: translateY(-100%);
    }

    51% {
        opacity: 1;
    }
}


/*************** Service Box ***************/

.box .read-more {
    margin-top: 4px;
    font-weight: 500;
    margin-left: 2px;
}

    .box .read-more i {
        display: inline-block;
        position: relative;
        top: 1px;
    }

.image-box img {
    margin-bottom: 14px;
}

.image-box h4 {
    margin-bottom: 8px;
    padding: 0 10px;
    font-weight: 400;
}

.image-box p {
    padding: 0 10px;
}

.box {
    margin-bottom: 35px;
}

.box-slim {
    margin-bottom: 10px;
}

.box-center {
    text-align: center;
}

.box-icon-left .box-icon {
    float: left;
}

.box-icon-left .box-content {
    padding-left: 45px;
}

.box-icon-left-more .box-icon {
    float: left;
}

.box-icon-left-more .box-content {
    padding-left: 60px;
}

.box-center .box-icon {
    margin-bottom: 14px;
    margin-top: -25px;
}

.box-center .box-icon-narrow {
    margin-bottom: 5px;
    margin-top: -25px;
}

.box-center .box-content h4 {
    margin-bottom: 6px;
    font-weight: 500;
}

.box-center .box-content h5 {
    margin-bottom: 5px;
    font-weight: 500;
}

.box-center .box-icon i {
    display: inline-block;
}

.box h4 {
    margin-bottom: 5px;
    font-weight: 400;
}

.box > div:first-child {
    padding: 0;
}

.item-boxed {
    margin-top: 30px;
    padding: 0 15px 20px 15px !important;
    border: 1px solid #eee;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    min-height:150px;
}

.item-boxed-slim {
    margin-top: 30px;
    border: 1px solid #eee;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

    .item-boxed:hover, .item-boxed-slim:hover {
        border-color: #e2e2e2;
        box-shadow: 0 0 6px rgba(0,0,0,.1);
        -o-box-shadow: 0 0 6px rgba(0,0,0,.1);
        -moz-box-shadow: 0 0 6px rgba(0,0,0,.1);
        -webkit-box-shadow: 0 0 6px rgba(0,0,0,.1);
    }

.item-boxed p {
    margin-bottom: 0;
}
/*************
        Employee profile
        ***************/

.employee-profile {
    padding: 3px;
    position: relative;
    margin-bottom: 30px;
}

    .employee-profile .employee-photo {
        padding: 3px;
        border: 1px solid #eee;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        position: relative;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }


        .employee-profile .employee-photo .employee-name {
            position: absolute;
            bottom: 12px;
            right: 10px;
            color: #fff;
            font-size: 14px;
            font-weight: 700;
            padding: 5px 14px;
            border-radius: 2px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -o-border-radius: 2px;
            background-color: #444;
            z-index: 9994;
        }

            .employee-profile .employee-photo .employee-name span {
                position: absolute;
                top: 90%;
                right: 0;
                color: #fff;
                font-size: 13px;
                font-weight: 300;
                padding: 1px 10px;
                border-radius: 2px;
                -webkit-border-radius: 2px;
                -moz-border-radius: 2px;
                -o-border-radius: 2px;
            }

    .employee-profile .employee-info {
        padding: 15px 6px 12px 6px;
    }

    .employee-profile .employee-social {
        text-align: center;
    }

        .employee-profile .employee-social a i {
            color: #fff;
            width: 28px;
            height: 28px;
            line-height: 28px;
            text-align: center;
            border-radius: 2px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -o-border-radius: 2px;
            display: inline-block;
            background-color: #d2d2d2;
            transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -webkit-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
        }

        .employee-profile .employee-social a.facebook:hover i {
            background-color: #507CBE;
        }

        .employee-profile .employee-social a.twitter:hover i {
            background-color: #63CDF1;
        }

        .employee-profile .employee-social a.gplus:hover i {
            background-color: #F16261;
        }

        .employee-profile .employee-social a.dribbble:hover i {
            background-color: #E46387;
        }

        .employee-profile .employee-social a.linkedin:hover i {
            background-color: #90CADD;
        }

        .employee-profile .employee-social a.flickr:hover i {
            background-color: #E474AF;
        }

        .employee-profile .employee-social a.instagramm:hover i {
            background-color: #4D4F54;
        }

    .employee-profile.modern .employee-info {
        padding: 14px 0;
    }

    .employee-profile.modern .employee-photo {
        position: relative;
        padding: 0px;
        border: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -o-border-radius: 0;
    }

        .employee-profile.modern .employee-photo:after {
            content: "";
            display: block;
            width: 100%;
            height: calc(100% + 1px);
            opacity: 0;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 9993;
            transition: all 0.6s ease-in-out;
            -moz-transition: all 0.6s ease-in-out;
            -webkit-transition: all 0.6s ease-in-out;
            -o-transition: all 0.6s ease-in-out;
        }

    .employee-profile.modern:hover .employee-photo:after {
        opacity: 0.5;
        width: 100%;
        height: 100%;
    }

    .employee-profile.modern .progress {
        height: 3px;
        border-width: 2px;
        margin-bottom: 6px;
    }

    .employee-profile.modern .progress-label {
        font-size: 12px;
        line-height: 2em;
        font-weight: 700;
    }

    .employee-profile.modern .progress span {
        display: none;
    }

    .employee-profile.modern .employee-social {
        margin-top: 15px;
    }

        .employee-profile.modern .employee-social a i {
            background-color: transparent;
            color: #666;
        }

        .employee-profile.modern .employee-social a:hover i {
            color: #fff;
        }

/*

        */
.modal-header {
    display: table;
    direction: rtl;
    width: 100%;
}

    .modal-header .close {
        float: left;
    }

.dynatable-search {
    float: left;
}


/*************** Testimonials ***************/

.testimonials {
    padding-top: 8px;
    text-align: center;
    position: relative;
}

    /*.testimonials:after {
	font-family: "FontAwesome";
	content: '\f0e5';
	font-size: 6em;
	line-height: 70px;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -32px;
	color: rgba(255,255,255,.06);
}*/

    .testimonials .testimonial-content p {
        font-family: 'Lora', serif;
        font-size: 24px;
        line-height: 36px;
        font-style: italic;
        font-weight: 400;
        color: #444;
    }

    .testimonials .testimonial-content {
        position: relative;
    }

        .testimonials .testimonial-content p::before {
            content: open-quote;
            margin-right: 6px;
        }

        .testimonials .testimonial-content p::after {
            content: close-quote;
            margin-left: 6px;
        }

    .testimonials .testimonial-author {
        padding: 8px;
        margin-bottom: 10px;
    }

.classic-testimonials .testimonial-content {
    position: relative;
    padding: 14px 18px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border: 1px solid #e8e8e8;
    box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
    -o-box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
    -moz-box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
}

    .classic-testimonials .testimonial-content p {
        text-align: center;
    }

    .classic-testimonials .testimonial-content:before {
        content: "\201C";
        font-weight: 300;
        position: absolute;
        font-size: 30px;
        opacity: 0.5;
        top: 8px;
        left: 6px;
    }

    .classic-testimonials .testimonial-content:after {
        content: "\201C";
        font-weight: 300;
        position: absolute;
        font-size: 30px;
        opacity: 0.5;
        top: 8px;
        right: 6px;
    }


.classic-testimonials .testimonial-author {
    margin-left: 10px;
}

    .classic-testimonials .testimonial-author span {
        font-weight: 600;
    }

@media (max-width: 1200px) {

    .navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background: #fff;
        padding: 8px 5px 6px 5px;
    }

        .navbar-default .navbar-toggle i {
            color: #bbb;
            font-size: 2em;
        }

    .quote-buttons span {
        margin: 0 2px;
    }

    .flickr-widget ul li {
        margin-left: 0px;
        margin-right: 7px;
    }

    .subscribe-widget form input[type="text"] {
        margin-bottom: 10px;
    }

    .history-content p {
        max-height: 36px;
        line-height: 20px;
        overflow: hidden;
    }

    .projects-carousel {
        width: 950px !important;
    }
}

@media (max-width: 991px) {

    .boxed-page, .boxed-page header {
        width: 100%;
    }

    .classic-testimonials {
        margin-bottom: 25px !important;
    }

    .tp-caption a.btn-system {
        font-size: 11px;
        padding: 4px 8px;
    }

    .contact-details {
        display: none !important;
    }

    .navbar-brand {
        padding: 25px 15px;
    }

    .navbar-default .navbar-nav {
        margin: 0 !important;
        top: 0;
    }

    ul.social-list {
        float: none !important;
        text-align: center;
    }

        ul.social-list li {
            float: none !important;
            display: inline-block;
        }

    .quote-buttons {
        text-align: center;
    }

    .copyright-section {
        text-align: center;
    }

    ul.footer-nav {
        display: block;
        float: none !important;
        text-align: center;
        margin-top: 10px;
    }

        ul.footer-nav li {
            display: inline-block;
            float: none;
            margin-left: 15px;
        }

    .page-banner {
        text-align: center;
    }

    ul.breadcrumbs {
        float: none;
    }

        ul.breadcrumbs li {
            float: none;
            display: inline-block;
            float: left\0/;
        }

    .portfolio-4 .portfolio-item {
        width: 49.99% !important;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 30px;
    }

    .projects-carousel {
        width: 100% !important;
    }

    .pricing-tables .pricing-table {
        //width: 50% !important;
        margin-bottom: 15px;
    }

    .pricing-tables .highlight-plan {
        margin: 0;
    }

    .pricing-tables .pricing-table.highlight-plan .plan-name {
        padding: 15px 0;
    }

    .pricing-tables .pricing-table.highlight-plan .plan-signup {
        padding: 25px 0;
    }

    .pricing-tables .pricing-table:hover {
        top: 0;
    }

    .milestone-block {
        margin-bottom: 25px;
        margin-right: 40px;
    }

    .fittext {
        font-size: 30px;
        line-height: 38px;
    }

    .employee-profile {
        text-align: center;
        margin-bottom: 30px;
    }

    .employee-photo {
        display: inline-block;
        margin: 0 auto;
    }

    .easyPieChart {
        margin: 0 40px 20px 0;
    }

    .right-sidebar {
        margin-top: 60px;
        padding-top: 60px;
        border-top: 1px solid #eee;
    }

    .sidebar .widget {
        margin-bottom: 35px;
    }
}

@media (max-width: 768px) {

    .tp-leftarrow,
    .tp-rightarrow {
        display: none !important;
    }

    .tp-caption a.btn-system {
        display: none;
    }

    .history-box img {
        float: none;
        width: 100%;
    }

    .history-content {
        float: none;
        width: 100% !important;
    }

    .history-box span.history-date {
        right: inherit;
        left: 15px;
    }

    .portfolio-filter li {
        margin-bottom: 8px;
    }

    .portfolio-4 .portfolio-item {
        width: 100% !important;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 20px;
    }

    .milestone-block {
        margin-bottom: 20px;
        margin-right: 45px;
    }
}

@media only screen and (max-width: 479px) {

    .top-bar {
        text-align: center;
    }

    .navbar-default .navbar-nav {
        padding: 15px 0;
    }

    /*.show-search, .search-form {
        display: none;
    }*/

    ul.social-list li {
        margin: 0 3px;
    }

        ul.social-list li a i {
            font-size: 0.9em;
            display: block;
            width: auto;
            line-height: 30px;
            border: none !important;
        }

        ul.social-list li a:hover {
            background-color: transparent !important;
        }

        ul.social-list li a.facebook:hover {
            color: #507CBE;
        }

        ul.social-list li a.twitter:hover {
            color: #63CDF1;
        }

        ul.social-list li a.google:hover {
            color: #F16261;
        }

        ul.social-list li a.dribbble:hover {
            color: #E46387;
        }

        ul.social-list li a.linkdin:hover {
            color: #90CADD;
        }

        ul.social-list li a.tumblr:hover {
            color: #4D7EA3;
        }

        ul.social-list li a.flickr:hover {
            color: #E474AF;
        }

        ul.social-list li a.instgram:hover {
            color: #4D4F54;
        }

        ul.social-list li a.vimeo:hover {
            color: #87D3E0;
        }

        ul.social-list li a.skype:hover {
            color: #36C4F3;
        }

    .navbar-default .navbar-toggle {
        margin-top: 15px;
        outline: none;
    }

    .navbar-default .navbar-nav > li > a {
        border: none;
        padding: 5px 10px;
        display: block;
        border: none !important;
        padding-right: 0;
    }

        .navbar-default .navbar-nav > li > a:after {
            display: none;
        }

        .navbar-default .navbar-nav > li > a:hover {
            opacity: 0.7;
        }

    .navbar-default .navbar-nav > li {
        margin-left: 0;
        display: block;
        margin-bottom: 5px;
        width: 100%;
    }

        .navbar-default .navbar-nav > li.drop > a {
            padding-right: 10px;
        }

        .navbar-default .navbar-nav > li.drop > a {
            border-radius: 2px;
        }

    ul.dropdown, ul.sup-dropdown {
        opacity: 1 !important;
        position: relative !important;
        visibility: visible !important;
        width: 100% !important;
        top: inherit !important;
        left: 0 !important;
        margin-top: 0 !important;
        background: #fff !important;
        padding-left: 20px !important;
        box-shadow: none !important;
    }

        ul.dropdown li, ul.sup-dropdown li {
            border-top: none;
        }

    .milestone-block {
        display: block;
        clear: left;
        margin-right: 0;
    }

    .btn-system {
        margin-bottom: 10px;
    }

    .easyPieChart {
        font-size: 24px;
        font-weight: 400;
        position: relative;
        text-align: center;
        display: inline-block;
        margin: 0 0 20px 0;
        overflow: hidden;
    }
}




@media (min-width : 992px) {

    #main-slide .slider-content h2 {
        font-size: 65px;
    }
}


@media (min-width : 768px) and (max-width: 991px) {


    #main-slide .item img {
        height: 200px;
    }

    #main-slide .slider-content h2 {
        font-size: 50px;
    }

    #main-slide .slider-content h3 {
        font-size: 25px;
        margin-top: 40px;
    }

    .slider.btn {
        padding: 5px 25px;
        margin-top: 5px;
        font-size: 16px;
    }
}


@media (max-width : 767px) {

    #main-slide .item img {
        height: 100px;
    }

    #main-slide .slider-content h2 {
        margin-top: 25px;
        font-size: 30px;
        line-height: normal;
        margin-bottom: 0;
    }

    #main-slide .slider-content h3 {
        font-size: 14px;
        margin-top: 5px;
    }

    .slider.btn {
        padding: 0 15px;
        margin-top: 0;
        font-size: 12px;
    }

    #main-slide .carousel-indicators {
        display: none;
    }

    #main-slide .carousel-control i {
        line-height: 22px;
        font-size: 20px;
        padding: 5px 5px;
    }
}


@media (max-width : 479px) {

    #main-slide .item img {
        height: 70px;
    }

    #main-slide .slider-content h2 {
        margin-top: 40px;
        font-size: 20px;
        line-height: normal;
        margin-bottom: 0;
    }

    #main-slide .slider-content h3 {
        font-size: 10px;
        margin-top: 0px;
    }

    #main-slide .carousel-control i {
        line-height: 12px;
        font-size: 10px;
        padding: 5px 5px;
    }
}

@media (max-width : 319px) {
    #main-slide .item .slider-content {
        display: none;
    }

    #main-slide {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .navbar-toggle {
        display: none;
    }

    .navbar-header {
        position: relative;
    }

    .navbar-brand {
        /*position: absolute;*/
        top: 0;
    }
    /* #menu is the original menu */
    .js #eca-mobile-menu {
        display: none;
    }

    .js .slicknav_menu {
        display: block;
    }
}
/* SlickMenu responsive */
@media screen and (min-width: 768px) {
    .slicknav_menu {
        display: none;
    }
}

@media print {
    .owl-nav {
        visibility: hidden;
    }

    .panel .panel-collapse {
        display: block !important;
        height: auto !important;
        position: static;
    }

    #collapseUL > li > dl > dd {
        display: block;
    }
}

