﻿@font-face {
    font-family: 'B Yekan';
    src: url('../fonts/WebYekan.eot');
    src: url('../fonts/WebYekan.eot?#iefix') format('embedded-opentype'), url('../fonts/WebYekan.woff') format('woff'), url('../fonts/WebYekan.ttf') format('truetype'), url('../fonts/WebYekan.svg#WebYekan') format('svg');
    font-weight: normal;
    font-style: normal;
    unicode-range: U+0600�06FF;
}

img.grayscale {
    margin: 20px 0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .5s;
    transition: all .5s;
}

    img.grayscale:hover {
        filter: none;
        -webkit-filter: grayscale(0%);
    }

body {
    direction: rtl;
    margin: 0;
    font-family: 'B Yekan',Arial;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

a {
    text-decoration: none !important;
}
h1, h2 {
font-size:20pt;
}

.btn-default {
    color: #fff;
    background-color:#0e3d77;
    border: 1px solid #0e3d77;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        color: #0e3d77;
        background-color: #ecc00e;
        border-color: #0e3d77;
    }


.btn-default2 {
    color: #0e3d77;
    background-color:#fff;
    border: 1px solid #0e3d77;
}

    .btn-default2:hover,
    .btn-default2:focus,
    .btn-default2:active,
    .btn-default2.active,
    .open > .dropdown-toggle.btn-default2 {
        color: #0e3d77;
        background-color: #ecc00e;
        border-color: #0e3d77;
    }
/*CUSTOM BOOTSTRAP*/

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: right;
    padding: 0;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: right;
        padding: 0;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: right;
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: right;
        padding: 0;
    }
}

.row {
    margin-left: 0;
    margin-right: 0;
}





/*Footer*/
footer {
    padding: 0;
}

.footer {
    background-color: rgb(45,45,45);
    margin-bottom: 0;
    padding: 40px 0 0 0;
    text-align: center;

}


    .footer .footercontact {
        text-align: right;
    }

        .footer .footercontact p {
            font-size: 13px;
        }

        .footer .footercontact div {
            padding-right: 20px;
            color: #999;
        }

        .footer .footercontact span {
            margin-left: 10px;
            font-size: 13px;
            color: rgb(100,100,100);
        }

    .footer ul {
        padding: 0;
        margin-right: 15px;
        list-style: none;
    }

        .footer ul li:first-child {
            color: rgb(255, 255, 255);
            font-size: 15px;
            border-bottom: 1px solid rgb(255, 255, 255);
            margin-bottom: 13px;
            letter-spacing:-.2px
        }

        .footer ul li {
            padding-bottom: 10px;
            color: white;
        }

            .footer ul li a:link, .footer ul li a:visited {
                color: white;
            }


                .footer ul li a:link:hover, .footer ul li a:visited:hover {
                    color: #ecc00e;
                }

    .footer .footercontact .socials {
        margin-top: 10px;
        font-size: 24px;
        text-align: left;
    }

        .footer .footercontact .socials span {
            float: none;
            margin-left: 10px;
            font-size: 24px;
        }


.socials a:link,
.socials a:visited {
    margin-left: 15px;
    color: #696969;
}

    .socials a:link:hover,
    .socials a:visited:hover {
        color: #f26a10;
        text-decoration: none !important;
    }


.copyright {
    background-color: #131313;
    margin-bottom: 0;
    padding: 0px;
    text-align: center;
}

    .copyright > span {
        color: #555;
        font-size: 11px;
        margin-left: 15px;
    }

    .copyright a:link, .copyright a:visited {
        color: #333;
        font-size: 50px;
        display: block;
    }

        .copyright a:link:hover,
        .copyright a:visited:hover,
        .copyright a:link:focus {
            color: #ff8a00;
            text-decoration: none;
        }





.inner-row {
    margin-bottom:35px;
}



/*Header*/
@media (min-width: 768px) {

    .navbar-nav > li {
        float: right;
    }

    .navbar-collapse.collapse {
        padding: 0px;
    }
}

header > a {
    position: absolute;
    left: 0px;
    z-index: 1;
    right: 0px;
    margin: auto;
    text-align: center;
}

    header > a > img {
        width: 100%;
        max-width: 398px;
    }

.navbar {
    margin-bottom: 0px;
    border: none;
}

.navbar-default {
    border-color: none;
    background-color: transparent;
}

    .navbar-default .navbar-nav > li > a {
        position: relative;
        z-index: 99;
        padding-left:18px;
        padding-right:18px !important;
        color: #ffffff;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #ecc00e;
            background-color: none;
        }

.leftmenu {
    padding:69px 20px 0 20px;
    background-color: #ecc00e;
}

    .leftmenu a {
        color: white;
    }

        .leftmenu a:hover {
            color: #0e3d77;
        }

.navbar-toggle {
    top: 65px;
    left: 0px;
    right: 0px;
    position: absolute;
    z-index: 1;
    border: none;
    float: none !important;
    padding: 0;
    margin: 0px auto;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}

.blue {
    background-color: #0e3d77;
    padding-top: 69px;
}

.navbar-header {
    text-align: center;
}

.navbar.navbar-default:before {
    content: "";
    width: 50%;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -998;
    min-height: 158px;
    background-color: #0e3d77;
}

.dropdown-menu {
   right:0;
   border:none;
   left:initial;
   background-color:#0e3d77;
}
.dropdown-menu>li>a
{
    color:white;
    padding:8px 4px;
}
@media screen and (max-width:767px) {

    .blue {
    padding-top: 100px;
}
    .leftmenu {
    padding:100px 20px 0 20px;
}
    .dropdown-menu > li > a {
        font-size: 12px;
        color: white !important;
    }

    .navbar.navbar-default:after {
    }
}

.caret2 {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.caret3 {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-right: 4px solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.navbar-toggle:before {
    content: "";
    width: 50%;
    position: absolute;
    right: 0px;
    z-index: -999;
    height: 41px;
    background-color: #0e3d77;
}

.navbar-toggle:after {
    content: "";
    width: 50%;
    position: absolute;
    left: 0px;
    z-index: -999;
    height: 30px;
    background-color: #ecc00e;
}

header > a:before {
    content: "";
    width: 50%;
    position: absolute;
    right: 0px;
    z-index: -999;
    height: 70px;
    background-color: #0e3d77;
}

header > a:after {
    content: "";
    width: 50%;
    position: absolute;
    left: 0px;
    z-index: -999;
    height: 70px;
    background-color: #ecc00e;
}

@media (max-width:768px) {
    .headsocial a {
        font-size: 22px !important;
    }

    .headsocial {
        margin-top: 10px;
        text-align: center;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-collapse {
        padding: 0px !important;
    }
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

header {
    min-height: 106px;
    background-color:#ecc00e
}


@media (min-width: 768px) {
    .navbar-nav {
        margin-left: 17px;
    }
}

.navbar-collapse {
    max-height: none;
}




.searchbox {
    padding: 3px;
}

.button {
    display: block;
    text-align: center;
    font-size: 25px;
    margin-top: 3px;
    margin-right: 10px;
    color: #696969;
    position: absolute;
    left: 4px;
    top: 2px;
    text-decoration: none !important;
    background: transparent !important;
    border: none !important;
    outline: none !important;
}
.button:hover {
    color:#ecc00e !important
}
.headsocial {
    margin-top: 7px;
    padding: 0px 10px;
}

    .headsocial a {
        color: rgb(255, 255, 255);
        font-size: 25px;
        margin-left: 10px;
        text-decoration: none !important;
    }

        .searchbox a:hover, .headsocial a:hover {
            color: rgb(14, 61, 119);
        }

.searchbox input:focus {
    box-shadow: none;
    border: none;
    outline: none;
}

.searchbox input {
    box-shadow: none;
    border: none;
    outline: none;
}


















/*Slider*/
.sliderbox {
    height: 600px;
    position: relative;
}

.slidesjs-container, .slidesjs-control {
    height: 100% !important;
}

.slideritem {
    position: relative;
    height: 100%;
    background-position: center;
    background-size: cover;
}

    .slideritem h1 {
        font-size: 25px;
        padding: 20px 0px;
        text-shadow: 4px 4px 11px rgb(50,50,50);
    }

    .slideritem p {
        font-size: 15px;
        text-align: justify;
    }

.sliderbox .slidesjs-previous.slidesjs-navigation span, .sliderbox .slidesjs-next.slidesjs-navigation span {
    font-size: 30px;
    font-weight: 400;
    color: white;
    text-decoration: none;
    margin-top: 50%;
    display: block;
}

.sliderbox .slidesjs-previous.slidesjs-navigation {
    z-index: 100;
    text-decoration: none;
    position: absolute;
    height: 100px;
    top: 0px;
    bottom: 0px;
    left: 10px;
    margin: auto;
    display: block;
}

.sliderbox .slidesjs-next.slidesjs-navigation {
    z-index: 100;
    height: 100px;
    text-decoration: none;
    position: absolute;
    right: 10px;
    display: block;
    top: 0px;
    margin: auto;
    bottom: 0px;
}

.slideritem > .caption {
    position: absolute;
    height: 280px;
    padding: 20px;
    bottom: 0px;
    width: 98%;
    color: white;
    left: 0px;
    right: 0px;
    top: 0px;
    text-align: center;
    width: 100%;
    margin: auto;
}

@media (min-width:600px) {
    .slideritem > .caption {
        width: 600px;
    }
}

.slideritem .btnmore {
    border: 1px solid #ecc00e;
    display: block;
    position: relative;
    transition: all .3s;
    max-width: 200px;
    padding: 7px 10px;
    text-align: center;
    color: #0e3d77;
    margin: 0 auto;
    text-decoration: none !important;
    font-weight: bold;
    border-radius: 4px;
    background-color: #ecc00e;
}

    .slideritem .btnmore:hover {
        color: #ecc00e;
        background-color: #0e3d77;
    }

    .slideritem .btnmore:after {
        position: absolute;
        left: -27px;
        top: -1px;
        padding: 8px;
        content: "\e603";
        font-family: 'icomoon';
        width: 30px;
        /* height: 35px; */
        background-color: rgb(14, 61, 119);
        color: rgb(236, 192, 14);
        border-radius: 4px 0px 0px 4px;
    }

    .slideritem .btnmore:hover:after {
        position: absolute;
        left: -27px;
        top: 0px;
        padding: 7px;
        content: "\e603";
        font-family: 'icomoon';
        width: 30px;
        /* height: 35px; */
        background-color: #ecc00e;
        color: #0e3d77;
        border-radius: 4px 0px 0px 4px;
    }


.sloganbox {
    padding: 40px;
    margin: 20px 20px 0px 20px;
    background-image: url('../images/TopBanner.jpg');
    border-radius: 5px;
    color: white;
}

    .sloganbox .btnmore {
        border: 1px solid white;
        display: block;
        position: relative;
        transition: all .3s;
        width: 200px;
        color: white;
        padding: 7px 10px;
        text-align: center;
        text-decoration: none !important;
        font-weight: bold;
        float: left;
        border-radius: 4px;
    }

        .sloganbox .btnmore:hover {
            background-color: #ecc00e;
            color: #0e3d77;
        }

.nopadding {
    padding-left: 1px;
    padding-right: 1px;
}

.catbox {
    display: block;
    margin: 1px;
    overflow: hidden;
    height: 300px;
    position: relative;
    background-size: cover;
}

@media screen and (max-width:768px) {
    .catbox {
        height: 200px;
    }
}

.catbox > img {
    width: 100%;
}

.details {
    transition: all .5s;
    width: 100%;
    position: absolute;
    bottom: 0px;
    height: 100px;
    background-color: #0e3d77;
}
    /*.catbox:hover .details
{
    transform: rotate(-45deg);
    top: 36px;
    right: -213px;
    width: 150%;
    position: absolute;
    bottom: 0px;
    height: 374px;
    background-color: rgb(14, 61, 119);
}*/ .details h3 {
        text-align: center;
        margin: 20px;
    }

        .details h3 span {
            display: block;
        }

            .details h3 span:first-child {
                color: white;
                font-size: 20px;
            }

            .details h3 span:nth-child(2) {
                color: #ecc00e;
                font-size: 26px;
                margin-top: 10px;
            }

.catheader h4 {
    text-align: center;
    margin: 30px;
}

.mycontainer {
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
}

.grid {
    padding: 0px;
    overflow: hidden;
    margin-top: 2px;
}

    .grid figure {
        width: 100%;
        max-width: none;
        margin: 0px;
        border: none;
    }

        .grid figure p {
            text-align: center;
        }

    .grid img {
        width: 100%;
    }

figcaption h2 span {
    color: rgb(236, 192, 14);
    font-size: 26px;
    margin-top: 10px;
}

figure.effect-dexter figcaption::after {
    border: 2px solid rgb(255, 255, 255);
}

.grid figure h2 {
    text-align: center;
}

figure.effect-dexter {
    background: -webkit-linear-gradient(top, rgb(37, 141, 200) 0%, rgb(104, 60, 19) 100%);
    background: linear-gradient(to bottom, rgb(37, 141, 200) 0%,rgb(104, 60, 19) 100%);
}

.nomargin {
    margin: 0;
}

.form-group input, .form-group textarea {
    width: 100%;
}

.links {
    text-align: center;
    padding:5px;
}

    .links img {
        width: 100%;
        border-bottom:2px solid #ddd
    }
    .links .linkt {
        margin:0;
        padding:10px;
        font-size:16px;
    }
     .links a {
        color:#0e3d77;
    }
     .links:hover a {
        color:#ecc00e;
    }
.FullWidth {
    width: 100%;
}


.osram-row {
    background-color: #2a2a2a;
}


    .osram-row img {
        width: 100%;
        max-width: 600px;
    }
.footercr {
    background: #222;
    color:#999;
    width: 100%;
    margin-bottom: 10px;
    padding: 5px;
}

.footercontact {
}

.spec-con {
    overflow-x:scroll;
    overflow-y:visible;
    padding-bottom:20px;
}

.spec-table {
    min-width:500px;
    width:100%;
        overflow-y:visible;
}

.spec-table.compare-table {
    min-width:initial;

        float:right;
}
@media (max-width:767px) {
    .spec-table.compare-table {
        width: auto;
        min-width:300px;
    }
}




.Spec {
    padding: 3px 10px;
       border-bottom:1px solid #ccc
}

.Spec:nth-child(2n+1) {
   background-color:#ededed
}
.Spec td {
position:relative;
width:33.333%
}

    .Spec .ttip-con {
        position:absolute;
        top:3px;
        right:3px;
        font-size:16px;
        color:#ddd;
        cursor:pointer
    }

      .Spec .ttip-con:hover {
        color:#999;
    }
        .Spec .ttip-con .ttip {
            display: none;
            padding: 5px;
            right: 125%;
            top: 0;
            font-size: 12px;
            text-align:justify;
            width: 200px;
            position: absolute;
        }

        .Spec .ttip-con:hover .ttip {
            display: inline;
            background-color: rgba(0,0,0,.6);
            border-bottom:2px solid #ecc00e;
            color: #fff;
            z-index: 999999;
        }
.Spec .SpecNameEn {
    display: block;
    min-height:18px;
    text-align:right;
    color:#999;
    font-size:10px; 
    font-family: Arial;
}

.Spec .SpecName {
    display: block;
     min-height:25px;
     text-align:left;
     padding-left:15px;
     color:#696969;
      font-size:12px;
      
}
.Spec .values  {
   text-align:right;
   font-weight:bold;
   color:#0e3d77

}
.Spec .values .SpecVahed {
    font-family: Arial;
    font-size: 10px;
        display: inline-block;
             color:#666;
               font-weight:normal
}

.Spec .values .SpecValue {
    font-family: Arial;
     font-size: 14px;

}


.leftbox {
    padding-right: 2px;
    margin-top:20px;
    border-right: 2px solid #eee;
}

/*PRODUCTS________________________________*/


     .products-col {
            padding:2px;
        }
        .title {
            color:#0e3d77;
            border-bottom:2px solid #ecc00e;
            padding:10px 20px;
            margin:2px 0
        }


        .product-con {
            padding:4px;
            text-align:center;
            margin-bottom:20px;
        }
        .product-con img{

            width:100%;
            margin-bottom:20px;
        }

        .product-con a{
            color:#666
        }
        .product-con a .ptitle{
            color:#333;
            font-size:16px;
            margin:0;
            padding:10px 0;
            border-top:2px solid #0e3d77;
        }
        .product-con:hover a .ptitle{
            color:#ecc00e
        }
         .product-con a p{
             padding:0 10px;
             font-size:12px;
        }

            .cats-col2 {
                border-right:2px solid #bbb;
                padding:2px;
                margin-top:35px
            }
             .cats-col-right {
                border-right:2px solid #bbb;
              border-left:none !important;
              padding-left:10px
            }
             .cats-col ul{
                padding:0;
                list-style:none;
            
            }

               .cats-col ul li{
                color:#696969;
                padding:10px;
                margin:2px 0
            }
               .cats-col ul li:hover,
               .cats-col ul li.active{
               background-color:#ecc00e
            }
               .cats-col ul li:first-child{
                border-bottom:2px solid #ddd;
                    font-size:18px;
            }
                 .cats-col ul li:first-child:hover{
                  background-color:transparent
            }
               .cats-col ul li a{
                color:#0e3d77;
                    font-size:14px;
            }



.btn-dl {
    text-align:right;
    padding:10px 60px 10px 20px;
    position:relative;
    margin-top:2px;
}

.btn-dl span{
position:absolute;
top:0;
    right: 6px;
    font-size: 43px;
color:#ecc00e
}

.btn-dl:hover span{
color:#0e3d77
}

.btn-compare {
    text-align:right;
    margin-top:2px;
    padding:8px 50px 8px 12px;
    position:relative;
    display:table;
}

.btn-compare span{
position:absolute;
top:4px;
    right: 6px;
    font-size: 28px;
color:#ecc00e
}

.btn-compare:hover span{
color:#0e3d77
}
/*NEWS__________________________________*/

.month {
    color:#0e3d77;
    display:block;
    border-bottom:2px solid #ddd
}

.month:hover {
    color:#ecc00e;
}

    .month h4 {
        padding:0;
        margin:15px 30px;
        font-size:16px;
        
    }

.news-item-row {
    padding:2px;
    border-bottom:2px solid #ddd
}
.news-item-row a{
    color:#333
}
.news-item-row img{
width:100%
}
    .news-item-row .text-col {
        padding: 0 20px;
        text-align:justify;
    }
        .news-item-row .text-col .newst{
        margin:15px 0;
        color:#0e3d77;
        font-size:18px;
    }
           .news-item-row .text-col .date{
        font-size:10px;
        color:#aaa
    }

              .news-item-row .text-col .lead{
        font-size:12px;
        color:#666
    }


.dates {

            font-size:12px;
            margin:10px 0;
            display:block;
        color:#aaa
}

.body *{

            font-size:14px;
            margin:10px 0;
text-align:justify;

        color:#333
}


.validation {
    position:absolute;
    left:10px;
    top:5px;
}

.drpcompare {
width:98%;
padding:5px;
margin:10px 0;

}

    .drpcompare option {
    padding:5px
    }

    @media (max-width:767px)
    {
  .dropdown-menu li
  {
      margin-right:17px !important;
  }
    }


#btnsearch {
cursor:pointer;
color:#ecc00e !important
}

#btnsearch:hover {

color:#0e3d77 !important
}

.label

    {    display: block;
    font-weight: normal;
    padding: 10px 0;
    font-size: 12pt;
    margin-top: 10px;}

.color {

}
.dropdown-menu {

min-width:190px}
/*.navbar-nav li.open ul.dropdown-menu {
margin-top:-37px;
}*/