@font-face {
    font-family: 'DroidKufi-Regular';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/DroidKufi-Regular.ttf);
}

@font-face {
    font-family: 'DroidKufi-Bold';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/DroidKufi-Bold.ttf);
}

body {
    font-family: 'DroidKufi-Regular', "Open Sans", Tahoma, Arial, sans-serif !important;
    font-weight: normal;
    font-size: 12px;
    background: #F1F1F1;
    padding-top: 80px;
}

.tooltip {
    font-size: 16px;
}

.btn-primary {
    background-color: #004F81;
    border-color: #004F81;
}

.table > tbody > tr > td {
    border-top: 0;
}

.box {
    min-height: 150px;
    max-height: 300px;
    background: #303030;
    color: #fff;
    padding: 20px;
    box-shadow: 1px 1px 5px #888888;
    margin-top: 10px;
}

.box a {
    margin: 10px 0;
}

.box p {
    color: #fff;
    font-size: 16px;
}

/* Navbar */

.navbar-default {
    background-color: #FFF;
    border-color: #e7e7e7;
}

@media(max-width: 768px){

    .navbar-default{
        min-height: 60px;
    }

    .navbar-nav > li > a {
        font-size: 14px;
        line-height: 20px;
    }

    .navbar-brand > img {
        max-height: 50px;
        margin-top:-10px;
    }

}

@media(min-width: 769px){

    .navbar-default{
        min-height: 80px;
    }

    .navbar-nav > li > a {
        font-size: 14px;
        line-height: 20px;
        font-family: 'DroidKufi-Bold', "Open Sans", Tahoma, Arial, sans-serif;
        font-weight: bold;
    }

    .navbar-nav > li > a {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .navbar-brand > img {
        max-height: 70px;
        margin-top:-10px;
        margin-left:15px;
    }

}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #004F81;
    background-color: transparent;
}

.navbar-toggle {
    margin-top: 14px;
    border-width:0;
}

/* Carousel */

.carousel {
    margin-top:-20px;
    margin-bottom:30px;
}

.carousel-indicators{
    height:30px;
    top:470px;
}

.carousel-indicators li{
    height: 15px;
    width: 15px;
}
.carousel-indicators .active{
    height: 17px;
    width: 17px;
}

@media(min-width: 769px){
    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        display: block;
        max-width: 100%;
        height: 520px;
        width:100%;
    }
}

@media(max-width: 768px){
    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        display: block;
        max-width: 100%;
        height: 300px;
        width:100%;
    }
}

.carousel-control.left {
    left: 0;
    right: auto;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    background-repeat: repeat-x;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
}

.carousel-control:hover, .carousel-control:focus{
    color: #FFF;
    text-decoration: none;
    outline: 0 none;
    opacity: 0.9;
}

/* Page Head */

.page-head {
    background:url(../../images/bg-header.jpg) no-repeat center center;
    width:100%;
    min-height:170px;
    border-bottom:2px solid #555;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom:30px;
}

.page-head .page-title{
    background:rgba(2,2,2,0.7);
    color:#fff;
    padding-top:60px;
    width:100%;
    min-height:170px;
    font-size:32px;
    text-align: center;
}

@media(max-width: 768px){
    .page-head{
        margin-top: -20px;
    }
}

h2 .small {
    font-size: 60%;
    color: #CCC;
}

.page-body {
    margin: 30px 20px;
}

/* Form Controls */

.form-group .form-control {
    width: 100%;
    border-radius: 0;
    border: 1px solid #C1C7CD;
    font-family: "Open Sans", Tahoma, Arial, sans-serif;
}

.input[type="color"], input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="email"], input[type="file"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], select.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #494949;
    font-size: 16px;
    -webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    line-height: 1;
    height: 36px;
}

.form-group textarea {
    height: 150px;
}

.form-group p {
    height: 34px;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 7px;
}

@media(max-width: 768px){
    .btn{
        min-width: 0;
    }
}

@media(min-width: 769px){
    .btn{
        min-width: 150px;
    }
}

.btn {
    font-size: 14px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.required {
    color: red;
    font-size: 14px;
    font-family: tahoma;
}

/* Product BOX */

.product-box{
    background:#FFF;
    text-align: center;
    border: 1px solid #BBB;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin:20px auto;
}

@media(min-width: 769px){
    .product-box{
        height: 230px;
    }
}

.product-box a{
    color: #333;
    text-decoration: none;
}

.product-box img{
    width: 100%;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.product-box .product-name{
    text-align: center;
    font-size: 14px;
    margin:12px auto;
}

/* Post Box */

.post-box{
    position: relative;
    width: 100%;
    font-size: 18px;
    margin:20px 0;
}

.post-box a{
    text-decoration: none;
}

.post-box img{
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
    height: auto;
}

.post-box .post-title{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: rgba(0,0,0,0.3);
    color: white;
    padding-top:20%;
    padding-right: 10px;
    padding-left:10px;
    font-family: 'DroidKufi-Bold', "Open Sans", Tahoma, Arial, sans-serif;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* Partners Box */

.partners-box{
    border:1px solid #CCC;
    padding:15px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    background: #FFF;
    height: 200px;
    text-align: center;
    margin-bottom: 20px;
}

.partners-box:hover{
    filter: grayscale(0%);
}

.partners-box img{
    max-width: 200px;
}

/* Media Box */

.media-box{
    position: relative;
    width: 100%;
    margin:20px 0;
}

.media-box a{
    text-decoration: none;
}

.media-box img{
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: block;
    height: auto;
}

.media-box i{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: rgba(0,0,0,0.1);
    color: white;
    padding-top:25%;
    font-size: 75px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    opacity: 0.5;
}

/* Products Categories List */

.products-categories-list{
    background: #FFF;
    border:1px solid #DDD;
    padding:20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.products-categories-list a{
    text-decoration: none;
}

.products-categories-list h3{
    font-size: 18px;
    border-bottom:1px dashed #BBB;
    padding-bottom:15px;
    margin-top: 0;
    font-family: 'DroidKufi-Bold', "Open Sans", Tahoma, Arial, sans-serif;
}

.categories-list{
    list-style-type: none;
    padding-right: 20px;
}

.category-item{
    display: inline-block;
    margin:7px 0;
    font-size:14px;
    text-decoration: none;
}

.category-item a{
    color:#333;
}

.main-category{
    font-family: 'DroidKufi-Bold', "Open Sans", Tahoma, Arial, sans-serif;
    font-weight: bold;
}

.main-category a{
    color: #111;
}

/* Title */

.big-title {
    font-size: 26px;
    font-family: 'DroidKufi-Bold', "Open Sans", Tahoma, Arial, sans-serif !important;
    padding-bottom: 5px;
    color: #4D4D4D;
    margin:40px auto 25px auto;
    text-align: center;
}

/* Page */

.page {
    background-color: #FFF;
    font-size: 16px;
    padding:55px auto;
    text-align: justify;
}

.page .page-heading {
    color: #2C3C50;
    background-color: #FFF;
    border-color: #0899FF;
    font-size: 16px;
    padding: 20px 15px;
    border-bottom: 1px dashed #AAA;
    font-weight: bold;
    font-family: 'DroidKufi-Bold', "Open Sans", Tahoma, Arial, sans-serif;
    margin-bottom: 15px;
}

.page .page-content {
    padding: 20px;
}

.page h3{
    font-size: 20px;
    font-family: 'DroidKufi-Bold', "Open Sans", Tahoma, Arial, sans-serif;
    color: #4D4D4D;
}

.page img {
    max-width: 100%;
    max-height: 100%;
}

/* Page Break */

.page-break{
    border-top:1px solid #CCC;
    margin:50px auto;
}

/* Alert */

.alert{
    font-family: 'DroidKufi-Bold',"Open Sans",Tahoma,Arial,sans-serif !important;
    font-weight: bold;
    font-size: 13px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 12px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
    color: #FFF;
}

.alert-success{
    background-color: #7EB62E;
}

.alert-warning{
    background-color: #e3b000;
}

.alert-info{
    background-color: #2ba6cb;
}

.alert-danger{
    background-color:#f64b2f;
}

/* Alerts */

.alert-error {
    padding: 15px;
    color: #8d3434;
    font-size: 14px;
    margin: 5px 10px;
    background-color: rgba(217, 83, 79, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* Contact Box */

.contact-box{
    text-align: center;
    background: #FAFAFA;
    border: 1px solid #CCC;
    padding: 15px;
    height: 180px;
}

.contact-box i{
    font-size: 50px;
    color: #004F81;
}

.contact-box .title{
    font-size: 16px;
    margin:5px auto;
    color: #555;
}

.contact-box .content{
    color: #555;
}

/* Pagination */

.pagination{
    margin:40px auto 10px 0;
}

ul.pagination {
    padding: 0;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    font-family: "Open Sans", Tahoma, Arial, sans-serif !important;
    font-weight: bold;
    list-style-type: none;
}

ul.pagination li.details {
    color: #4d4d4d;
    padding: 7px 10px 7px 10px;
    font-size: 14px;
}

ul.pagination li.dot {
    padding: 3px 0;
}

ul.pagination li {
    float: right;
    padding: 0;
    margin:0 5px 0 0;
}

ul.pagination li:first-child {
    margin-right: 0;
}

ul.pagination li a {
    display: block;
    text-decoration: none;
    padding: 9px 10px 6px 10px;
    color: #4d4d4d;
    background: #fff;
    border: 1px solid #aaa;
}

ul.pagination li a:hover,
ul.pagination li a.current {
    color: #fff;
    background: #004F81;
    border: 1px solid #ddd;
}

ul.pagination li a img {
    border: none;
}

/* Footer */

.footer {
    background-color: #222;
    margin-top: 60px;
    text-align: center;
}

.footer .copyright {
    color: #FFF;
    padding: 25px 0;
    font-size: 14px;
    direction: ltr;
}

/* Error Page */

.error_page {
    text-align: center;
    margin-top: 50px;
    padding-top: 20px;
    padding-bottom: 100px;
    color: #D5062F;
    font-size: 18px;
}

.error_page h2 {
    font-size: 32px;
    font-family: 'DroidKufi-Bold', "Open Sans", Tahoma, Arial, sans-serif !important;
    font-weight: bold;
}

.error_page h3 {
    font-size: 24px;
}