﻿@font-face {
    font-family: "yekan";
    font-style: normal;
    src: local("B Yekan"), url("/App_Themes/mytheme/fonts/BYekan.eot?#") format("eot"), url("/App_Themes/mytheme/fonts/BYekan.woff") format("woff"), url("/App_Themes/mytheme/fonts/BYekan.ttf") format("truetype");
}


/*Base*/


/* ==========================================================================
   Base
   ========================================================================== */

body {
    background: #323C46;
    -webkit-font-smoothing: antialiased;
}

h1 {
    font-family: "yekan", tahoma;
    font-size: 36px;
    font-weight: 300;
}

h2 {
    font-family: "yekan", tahoma;
    font-size: 28px;
    font-weight: 300;
}

h3 {
    font-family: "yekan", tahoma;
    font-size: 22px;
    font-weight: 300;
}

h4 {
    font-size: 19px;
    font-weight: 500;
    text-transform: uppercase;
}

h5 {
    font-size: 16px;
    font-weight: 500;
}

h6 {
    font-size: 13px;
    font-weight: 700;
    text-transform: none;
}

p {
    margin-bottom: 1em;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: transparent;
}

.borderless td, .borderless th {
    border: none !important;
}

.sito {
    overflow: hidden;
}

/* =============================================================================
   Header

  ========================================================================== */


.logged-in .navbar-fixed-top {
    top: 28px;
}

.navbar .navbar-inner {
    background: none;
    border: none;
    padding: 0;
}

.navbar-inner > .container {
    position: relative;
    margin-top: 50px;
    -webkit-transition: all 0.2s ease-out; /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: all 0.2s ease-out; /* Firefox 4-15 */
    -o-transition: all 0.2s ease-out; /* Opera 10.50–12.00 */
    transition: all 0.2s ease-out; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}


.navbar-nav > li > a:focus {
    outline: none !important;
    outline-offset: 0 !important;
}


.banner {
    z-index: 100;
    width: 100%;
    border: none;
    background: transparent;
    position: fixed;
    background-color: #E31D24 /*NewHeader*/;
    border-bottom: solid 1px #000000;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
    right: 0;
}

.navbar .brand {
    background: url(/App_Themes/mytheme/images/logo-ir5.png) no-repeat center 100%;
    right: 0;
}

.navbar .brand2 {
    background: url(/App_Themes/mytheme/images/siapa-ir.png) no-repeat center 100%;
    left: 60px;
}

.navbar .brand-piccolo {
    background: url(/App_Themes/mytheme/images/logo-ir.png) no-repeat center 100%;
    right: 80px;
}

.navbar .brand-piccolo2 {
    background: url(/App_Themes/mytheme/images/siapa-ir.png) no-repeat center 100%;
    left: 130px;
}

.navbar .brand {
    position: absolute;
    bottom: 10px; /*-2px*/
    width:170px  /*185px*/ /*NewHeader*/;
    height: 300px /*50px*/;
    background-size: 100%;
    text-indent: 9999px; /*En= -9999px */
    display: block;
    margin: 0;
    margin-top: 5px;
    padding: 0;
    -webkit-transition: opacity 0.1s ease-out; /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: opacity 0.1s ease-out; /* Firefox 4-15 */
    -o-transition: opacity 0.1s ease-out; /* Opera 10.50–12.00 */
    transition: opacity 0.1s ease-out; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

.navbar .brand2 {
    position: absolute;
    bottom: 2px;
    width: 57px /*225px*/;
    height: 61px /*50px*/;
    background-size: 100%;
    text-indent: 9999px;
    display: block;
    margin: 0 0 4px;
    padding: 0;
    position: absolute;
    -webkit-transition: opacity 0.1s ease-out;
    -moz-transition: opacity 0.1s ease-out;
    -o-transition: opacity 0.1s ease-out;
    transition: opacity 0.1s ease-out;
}


.navbar .brand-piccolo, .navbar .brand-piccolo2 {
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    width: 40px /*150px*/;
    height: 40px /*40px*/;
    top: 5px /*3px*/;
    background-size: 100%;
    text-indent: 9999px; /*En= -9999px */
    display: block;
    margin: 0;
    margin-top: 0;
    padding: 0;
    position: absolute;
}


.navbar-default .navbar-toggle {
    margin-right: 0;
    border-color: #000000;
    margin-top: 8px;
    margin-bottom: 8px;
    border-radius: 0;
}


.navbar-default .navbar-toggle .icon-bar {
    background-color: #000000 /*#fff*/ /*NewHeader*/;
    border-radius: 0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #323C46;
}

.navbar-collapse {
    clear: both;
    border: none;
    padding: 0;
    margin-right: 225px;
}

.pannello-affix.affix-top {
    background-color: #ffffff;
}

@media (max-width: 767px) {
    .navbar-collapse {
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .navbar-collapse {
        margin-right: 148px;
    }

    .affix-top .bg-color {
        margin-left: -15px;
        padding: 10px 0 !important;
    }
}

.navbar .nav li a {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    opacity: /*0.65*/ 1;
    filter: /*alpha(opacity=65)*/ alpha(opacity=100);
    display: block;
    background: rgba(255, 255, 255, 0);
}

.navbar .nav li a:hover {
    opacity: /*0.85*/ 1;
    filter: /*alpha(opacity=85)*/ alpha(opacity=100);
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}


.navbar-default .navbar-collapse {
    overflow-x: hidden;
}


.single-portfolio .navbar .nav > .menu-portfolio > a {
    opacity: 1;
    filter: alpha(opacity=100);
}

.single-portfolio .navbar .nav > .menu-blog.active > a,
.post-type-archive-portfolio .navbar .nav > .menu-blog.active > a {
    opacity: 0.65;
    filter: alpha(opacity=65);
}

.single-portfolio .navbar .nav > .menu-blog.active > a:hover,
.post-type-archive-portfolio .navbar .nav > .menu-blog.active > a:hover {
    opacity: 0.85;
    filter: alpha(opacity=85);
}

.internal-header img {
    width: 100%;
}


/* ==========================================================================
   navbar ridotta dopo scroll
   ========================================================================== */
.navbar-default .navbar-nav > li.dropdown:hover > a,
.navbar-default .navbar-nav > li.dropdown:hover > a:hover,
.navbar-default .navbar-nav > li.dropdown:hover > a:focus,
.nav.navbar-nav.navbar-right.my-navbar-align a:hover {
    background-color: rgba(2, 56, 116, 1);
    color: #ffffff !important;
}

li.dropdown:hover > .dropdown-menu {
    display: block;
}


.pannello-affix {
    width: 100%;
    -webkit-transition: all 0.1s ease-out; /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: all 0.1s ease-out; /* Firefox 4-15 */
    -o-transition: all 0.1s ease-out; /* Opera 10.50–12.00 */
    transition: all 0.1s ease-out; /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
    -webkit-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.pannello-affix #menu-primary-navigation {
    -webkit-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.pannello-affix.affix {
    z-index: 999;
    opacity: 1;
    filter: alpha(opacity=100);
    width: 100%;
    background-color: #ffffff /*NewHeader*/;
    -webkit-box-shadow: none; /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
    box-shadow: none; /* Chrome 6+, Firefox 4+, IE 9+, iOS 5+, Opera 10.50+ */
}

.pannello-affix.affix .navbar-inner {
    margin-top: 0;
}

.navbar .pannello-affix.affix .nav li a {
    color: #000000;
}

.navbar .pannello-affix.affix .brand-piccolo, .navbar .pannello-affix.affix .brand-piccolo2 {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar .pannello-affix.affix .brand, .navbar .pannello-affix.affix .brand2 {
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
}

/* To Dropdown navbar dropdown on hover */
.navbar-nav > li:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: left;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-right-color: #8E8E8E;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-right-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    right: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* \\To Dropdown navbar dropdown on hover// */
section {
    padding: 30px 0;
    background: white;
}

section.order-se {
    padding-top: 0;
}

section.article-se {
    padding-top: 15px;
}

section.foters-se {
    padding-bottom: 0;
}


.form-control {
    border-radius: 0;
    box-shadow: none;
}

.form-control::-webkit-input-placeholder {
    color: #838886;
}

.form-control::-moz-placeholder {
    color: #676c6b;
}

.form-control:-ms-input-placeholder { /* IE10+ */
    color: #838886;
}

.form-control:input-placeholder { /* IE10+ */
    color: #838886;
}


/* fix per header su mobile, mostra sempre come fixed  */
@media (max-width: 767px) {


    .pannello-affix.affix-top,
    .pannello-affix.affix {
        z-index: 999;
        opacity: 1;
        width: 100%;
        background-color: #FFFFFf /*#323C46*/ /*NewHeader*/;
        -webkit-box-shadow: none;
        box-shadow: none;
        position: fixed;
    }

    .pannello-affix.affix-top .navbar-inner,
    .pannello-affix.affix .navbar-inner {
        margin-top: 0;
    }

    .navbar .brand-piccolo, .navbar .brand-piccolo2 {
        display: block;
        opacity: 1;
    }

    .navbar .brand, .navbar .brand2 {
        display: none;
    }

    .navbar .nav {
        margin-top: 0;
    }

    .navbar-nav > li > a {
        padding: 10px 0 10px;
        /*text-align: center;*/
        color: #000000 /*#fff !important*/ /*NewHeader*/;
        -webkit-font-smoothing: antialiased;
    }


    .navbar-collapse {
        box-shadow: none;
    }
}

@media (min-width: 768px) {


    /* ==========================================================================
STILI GENERICI @ 768
========================================================================== */
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 26px;
    }

    h4 {
        font-size: 19px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 13px;
    }

    p {
        margin-bottom: 1em;
    }


    /* ==========================================================================
   NAVBAR @ 768
   ========================================================================== */
    /*.banner {
        position: absolute;
    }*/
    .navbar .navbar-inner {
        /*margin-top: 80px;*/
    }

    .navbar .nav {
        float: right;
        margin-right: 0;
    }

    .navbar .nav li {
        display: inline-block;
        float: none;
        /*overflow: hidden;SEDGHI*/
        transform: translate3d(0, 0, 0);
    }

    .navbar-nav > li > a {
        /*padding-top: 13px;
        padding-bottom: 7px;*/
    }

    /*.navbar .nav li:last-child a {
        padding-right: 0;
    }*/
    .lt-ie8 .navbar .nav li {
        display: block;
        float: left;
    }
}

.submenu-bg {
    background: rgba(0, 0, 0, 0.5);
}

@media (min-width: 992px) {

    /* ==========================================================================
   STILI GENERICI @ 992
   ========================================================================== */
    h1 {
        font-size: 48px;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 28px;
    }

    .header-titolo {
        margin: 0 20%;
    }

    .media .img-overlay h3 {
        color: #fff;
        margin-bottom: 35px;
        font-size: 24px;
    }
}


@media (max-width: 767px) {
    .slideShow-bx {
        padding: 50px 0 0;
    }
}

@media (min-width: 768px) {
    .slideShow-bx {
        padding: 144px 0 0;
    }
}

@media (min-width: 957px) {
    .slideShow-bx {
        padding: 95px 0 0;
    }
}

@media (min-width: 1200px) {

    /* slider per cambiare risoluzioni responsive */
    .slider.slider-vertical {
        margin-top: 120px;
    }

    .res-slider-img {
        width: 100%;
        margin-bottom: -90px;
        margin-top: -16px;
    }

    .res-slider-img img {
        width: 640px;
        height: auto;
    }

    .res-lista {
        margin-top: 90px;
    }

    .res-slider-cont h2 {
        margin-top: 93px;
    }

    section {
        /*padding: 90px 0;*/
        padding: 20px 0;
    }

    section.order-se {
        padding-top: 0;
    }

    section.article-se {
        padding-top: 15px;
    }

    .media-body-co {
        background-color: #F3F3F4;
        border: solid 1px #A2A3A5;
        padding: 15px;
    }

    .media-body-co, .media-body h4 a {
        color: #808284;
    }

    .header-titolo {
        margin: 0px 15%;
    }


    .header-titolo h1 {
        font-size: 62px;
    }


    .navbar .nav li a {
        font-size: 14px;
    }


    h6 {
        font-size: 14px;
    }
}

body {
    font-family: "yekan", tahoma;
}

/*MENU*/
.navbar-la {
    position: relative;
    z-index: 1;
    height: 44px;
}

/*ul.culture {
    float: left;
}

.culture {
    display: none;
}*/

.culture li {
    float: left;
    list-style: none;
    padding: 0 10px;
    /*margin-top: 10px;*/
}

.culture li a {
    color: #ffffff;
}

.culture li:first-child {
    border-right: solid 1px #ffffff;
}

.culture_xs {
    margin-bottom: 0px;
    padding-top: 0px;
    float: left;
    margin-top: 15px;
}

.culture_xs li:first-child {
    border-right: 1px solid #000000;
}

.culture_xs li a {
    color: #000000;
    text-decoration: none;
}

.calendar-top {
    font-size: 9pt;
    color: #ffffff;
    direction: rtl;
}

.calendar-top-cal {
    border-left: solid 1px #ffffff;
    padding-left: 10px;
    margin-left: 10px;
}

.z-index {
    z-index: 1;
}

.my-navbar {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #ffffff;
    padding: 10px 0;
}

.search-md {
    margin-top: 5px;
}

.nav.navbar-nav.navbar-right.my-navbar-align a {
    color: #000000;
}

.my-navbar-align {
    direction: rtl;
    text-align: right;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
}

.my-navbar-align li {
    float: right;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: rgba(2, 56, 116, 1);
    color: #ffffff !important;
}

@media (max-width: 767px) {
    .my-navbar-align li {
        float: none;
    }

    .my-navbar {
        margin-top: 0px;
    }
}

.my-navbar-align .dropdown-menu li {
    width: 100%;
}

.my-navbar .my-navbar-align > .active > a, .my-navbar .my-navbar-align > .active > a:hover, .my-navbar .my-navbar-align > .active > a:focus .my-navbar .my-navbar-align > .open > a, .my-navbar .my-navbar-align > .open > a:hover, .my-navbar .my-navbar-align > .open > a:focus {
    /*background-color: #113855;*/
}

.navbar-nav > li > .dropdown-menu {
    margin-top: -1px;
}

/*MenuAffix*/
@media (min-width: 768px) {
    .affix .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

.affix .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .affix .navbar-collapse {
        max-height: 200px;
    }
}


.affix {
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}


@media (min-width: 768px) {
    .affix {
        border-radius: 0;
    }
}

/*Sction about-se*/
.about-se {
    background-color: #023874;
    border-bottom: 2px solid #7E8489;
    min-height: 300px;
    color: #ffffff;
}

.about-p {
}

/*Product-Selection*/
.item-pr {
    margin: 0 25px;
    width: 98%;
    margin: 0 auto;
    text-align: center;
}

.th-item-pr {
    border: none;
    border-radius: 0;
    direction: rtl;
    text-align: justify;
}

.th-item-pr img {
    width: 100%;
    height: 120px;
}

/*Section product-se*/
.product-se {
    background: rgba(254, 254, 254, 1);
    background: -moz-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(254, 254, 254, 1) 50%, rgba(243, 243, 244, 1) 50%, rgba(243, 243, 244, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254, 254, 254, 1)), color-stop(50%, rgba(254, 254, 254, 1)), color-stop(50%, rgba(243, 243, 244, 1)), color-stop(100%, rgba(243, 243, 244, 1)));
    background: -webkit-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(254, 254, 254, 1) 50%, rgba(243, 243, 244, 1) 50%, rgba(243, 243, 244, 1) 100%);
    background: -o-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(254, 254, 254, 1) 50%, rgba(243, 243, 244, 1) 50%, rgba(243, 243, 244, 1) 100%);
    background: -ms-linear-gradient(top, rgba(254, 254, 254, 1) 0%, rgba(254, 254, 254, 1) 50%, rgba(243, 243, 244, 1) 50%, rgba(243, 243, 244, 1) 100%);
    background: linear-gradient(to bottom, rgba(254, 254, 254, 1) 0%, rgba(254, 254, 254, 1) 50%, rgba(243, 243, 244, 1) 50%, rgba(243, 243, 244, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#f3f3f4', GradientType=0);
    min-height: 300px;
}

.product-se a {
    color: #515151;
}

@media (max-width: 350px) and (min-width: 0px) {
    .title-head h1 {
        font-size: 12px;
    }
}

.co-m-bg {
    background-color: #ffffff;
}

.tar {
    text-align: right;
}

.caption h5 {
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*Section product-se*/
.productSelect-se {
    background: #E31D24 none repeat scroll 0 0;
}

/*Section order-se*/
.order-bar {
    background-color: #E7E8E9;
    border-bottom: solid 1px #8F9194;
    border-top: solid 1px #ffffff;
    padding: 10px 0;
}

.rtl-dir {
    direction: rtl;
}

@media (min-width: 768px) {
    .login {
        float: left;
        margin-top: 24px;
    }
}

.login {
    float: right;
    margin-top: 0;
}

.my-select {
    float: right;
    margin-left: 5px;
    padding-top: 2px;
    width: 83%;
}


.order-list li {
    float: left;
    list-style: outside none none;
    margin: -9px auto -21px;
    /*padding: 15px 10px 20px;*/
    padding: 10px 10px 14px;
}

.order-list li a {
    color: #8F9193;
}

.order-list li {
    border-style: none solid;
    border-color: #8F9193;
    border-width: 1px;
    margin-right: -1px;
}

.contacts-form {
    margin-top: 50px;
}

.contacts-form input.form-control,
.contacts-form textarea.form-control,
.contacts-form select.form-control {
    background-color: #F3F3F4;
    margin-bottom: 7px;
}

.mybtn {
    background-color: #6D6E71;
    color: #ffffff;
    border-radius: 0;
}

.mybtnfix {
    width: 100px;
}

/*Section article-se*/
.article-se {
    border-bottom: 1px solid #9C9EA1;
}

/*Section contact-se*/
.contact-se {
    background-color: #58585A;
}

.contact-se h4 {
    color: #ffffff;
}

ul.contact-info li {
    width: 100%;
    float: right;
    list-style: none;
    color: #ffffff;
    /*padding: 5px 0;*/
    line-height: 3;
}

section.article-se .nav-tabs > li, section.article-se .nav-pills > li {
    float: none;
    display: inline-block;
    *display: inline; /* ie7 fix */
    zoom: 1; /* hasLayout ie7 trigger */
    border: none;
    border-left: solid 1px;
}

section.article-se .nav-tabs > li:last-child, section.article-se .nav-pills > li:last-child section.article-se .nav-tabs {
    border: none;
}

section.article-se .nav-tabs, section.article-se .nav-pills {
    text-align: center;
    border: none;
}

section.article-se .nav-tabs > li.active > a, section.article-se .nav-tabs > li.active > a:hover, section.article-se .nav-tabs > li.active > a:focus {
    border: none;
}

/*Section certificates-se*/
.certificates-se {
    background-color: #F3F3F4;
    border-bottom: solid 1px #ADAFB1;
}

.title_cert {
    background: rgba(0, 0, 0, .8);
    bottom: 0;
    color: #fff;
    position: absolute;
    text-align: center;
    width: 100%;
}

.foters-se {
}

.foter-links {
    background-color: #6D6E71;
    padding: 5px 0;
}

.foter-links-ul {
    margin: 0;
}

.foter-links-ul > li {
    float: none;
    display: inline-block;
    *display: inline; /* ie7 fix */
    zoom: 1; /* hasLayout ie7 trigger */
    border: none;
    border-left: solid 1px #ffffff;
    padding: 10px 15px;
}

.foter-links-ul > li:last-child {
    border: none;
}

.foter-links-ul {
    text-align: center;
    border: none;
}

.foter-links-ul > li > a {
    color: #ffffff;
    text-decoration: none;
}

.foter-links-ul > li.active > a, .foter-links-ul > li.active > a:hover, .foter-links-ul > li.active > a:focus {
    border: none;
}

.foter-links-group {
    padding: 0;
    text-align: right;
    line-height: 2;
}

.foter-links-group li {
    width: 100%;
    float: right;
    list-style: none;
}

.foter-links-group li a {
    color: #ffffff;
    text-decoration: none;
}

/*Footer*/
.my-footer {
    background-color: #3A3A3C;
    color: #D9DADC;
    padding-bottom: 50px;
    padding-top: 50px;
    text-align: center;
    direction: rtl;
}

.my-footer a {
    color: #fff;
}


@media (min-width: 768px) {
    .my-footer {
        text-align: center;
    }

    .my-footer p {
        margin-top: 40px;
        margin-bottom: 0;
    }
}

/*Owl.Carousel-Custom*/
.th-item-cert {
    margin: 0 25px;
    text-align: center;
}

.th-item-cert img {
    width: 80%;
    margin: 0 auto;
}

.item-ev {
    margin: 0 25px;
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.th-item-ev {
    background-color: #E7E8E9;
    border: none;
    border-radius: 0;
    padding: 0 0 20px;
    direction: rtl;
    text-align: justify;
}

.item-ev a.btn {
    background-color: #6d6e71;
    border: 6px solid #ffffff;
    border-radius: 100%;
    color: #ffffff;
    height: 75px;
    padding: 16px 0;
    width: 75px;
    margin-top: -58px;
}

.width64 {
    width: 64px;
    height: 64px;
}

.width256 {
    max-width: 256px;
    max-height: 256px;
}

/*Other*/
.btn {
    border-radius: 0;
}

.btn-r-b {
    border-right-width: 4px;
    border-right-style: solid;
    border-right-color: #3A3A3C;
}

.margin-b-30 {
    margin-bottom: 30px;
}

.margin-top-60 {
    margin-top: 60px;
}

.pr_gallery {
    float: right;
    margin: auto 3px;
}

.collapse_full {
    width: 100%;
    float: right;
}

/**/
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    /*width: 100%;*/
}

/*MENU*/
.inverse-al {
    float: left;
}

.align {
    float: right;
}

/*  L  O  G  I  N  */
.login-container-bg {
    margin: auto;
}

@media (min-width: 768px) {
    .login-container-bg {
        width: 45%;
    }
}

@media (min-width: 992px) {
    .login-container-bg {
        width: 35%;
    }
}

@media (min-width: 1200px) {
    .login-container-bg {
        width: 30%;
    }
}


.login-container {
    border-radius: 2px;
}

.login-header {
    width: 100%;
    height: 64px;
    border-style: solid;
    border-width: 1px;
}

.login-header p {
    text-align: center;
    margin-top: 11px;
}

.login-data-row {
    min-height: 32px;
    width: 100%;
    margin-top: 3px;
}


.login-data-row-item {
    width: 60%;
    margin: 0 20%;
}

.login-data-row-item input[type='text'], .login-data-row-item input[type='password'] {
    padding: 3px 1%;
    width: 96% !important;
    height: 25px;
}

.login-data-row-item input[type='text'], .login-data-row-item input[type='password'],
.login-data-row-item input[type='submit'], .login-data-row-item input[type='button'] {
    border-style: solid;
    border-width: 1px;
    transition: 0.2s;
    border-radius: 2px;
}

.login-data-row-item input[type='submit'], .login-data-row-item input[type='button'] {
    width: 99%;
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

.login-data-row-item input[type='submit']:hover, .login-data-row-item input[type='button']:hover {
    background-color: #EAEAEA;
}

.login-data-row-item input[name='captch'] {
    font-family: "tahoma";
}

.login-data-row-item a {
    color: inherit;
}

.login-data-row-item input[type='text']:focus, .login-data-row-item input[type='password']:focus {
    border-style: solid;
    border-width: 1px;
    transition: 0.2s;
}

.login-data-row-item p {
    text-decoration: underline;
    cursor: pointer;
}

.login-data-row {
    width: 100%;
}

.login-main {
    width: 100%;
    padding: 20px 0;
}

.login-avatar {
    text-align: center;
    width: 100%;
    float: right;
}

.login-avatar img {
    height: 80px;
    line-height: 80px;
    width: 80px;
    border-radius: 50%;
}

/*Login-rtl*/
.login-content-in {
    float: right;
}


.user-Icon-in {
    float: right;
}

.login-lable-in {
    float: right;
    border-style: solid solid solid none;
}


.login-text-in {
    float: right;
}

/*Login-Theme*/

.login-container {
    background-color: #FFFFFF;
    color: #747474;
    font-size: 14px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.06), 0 0 3px rgba(0, 0, 0, 0.18), 0 1px 3px rgba(0, 0, 0, 0.18);
}

.login-header {
    background-color: transparent;
    border-color: #cccedb;
}

.login-header p {
    color: #747474;
    font-size: 22px;
}

.login-data-row-item input[type='text'], .login-data-row-item input[type='password'] {
    border-color: #cccedb;
    color: #4B4B4B;
}

.login-data-row-item input[type='text']:focus, .login-data-row-item input[type='password']:focus {
    background-color: white;
    border-color: #A9A9A9;
}

.login-data-row-item, .login-data-row-item p {
    font-size: 13px;
}

.login-main {
    border-color: #CCCEDB;
}

/* E  N  D -- L  O  G  I  N  */
/*  S C R O L L -- U P */
.back-to-top {
    background: #d84315 none repeat scroll 0 0;
    bottom: 40%;
    color: #fff !important;
    cursor: pointer;
    display: none;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 3px;
    position: fixed;
    right: 0;
    text-align: center;
    text-decoration: none;
    width: 36px;
    z-index: 100;
}

.back-to-top span {
    background: #2196f3 none repeat scroll 0 0;
    display: block;
    height: 26px;
    margin-top: 6px;
    padding: 4px 0 0;
    position: relative;
}

.back-to-top #arrow-up-svg {
    fill: #fff;
}

.back-to-top:hover {
    color: #fff;
    text-decoration: none;
}

/* E N D -- S C R O L L -- U P */
/*tree*/
.t-state-selected {
    background-color: rgba(2, 56, 116, 1);
}

.close {
    opacity: 1;
}

/**/
.width_50 {
    width: 50% !important;
}

.my_close {
    position: absolute;
    right: 15px;
    opacity: .6;
}

.modal-content {
    text-align: center;
}

.modal-content .img-thumbnail {
    border: none;
    background: none;
}

.container_img {
    width: 90%;
}

/*RadynConflict*/
.navbar button {
    background: transparent;
    border-style: outset;
    height: auto;
    padding: 9px 10px;
    width: auto;
}

input[type="text"], select, textarea, input[type="password"] {
    width: 100%;
}

/*TOOLTIP*/
.tooltips {
    position: relative;
    display: inline;
}

.tooltips span {
    position: absolute;
    width: 140px;
    color: #FFFFFF;
    background: #000000;
    height: 30px;
    line-height: 30px;
    text-align: center;
    visibility: hidden;
    border-radius: 6px;
}

.tooltips span:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid #000000;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

.tooltips:hover span {
    visibility: visible;
    opacity: 0.8;
    bottom: 30px;
    left: 50%;
    margin-left: -76px;
    z-index: 999;
}

/*TOOLTIP*/
/*OEM*/
.product_table {
    margin-bottom: 20px;
    width: 100%;
    border: 2px solid #ccc;
}

.product_table th {
    background-color: #ccc;
    padding: 20px;
    border: 1px solid #ffffff;
    text-align: right;
}

.product_table td {
    background-color: #f7f7f7;
    border: 1px solid #cccccc;
    padding: 5px;
    text-align: right;
}

.product_table a {
    color: #ff6a00;
    font-weight: bold;
}

/*OEM*/
/*statitics*/
.statitics_box {
    background-color: #E7E7E7;
}

/*statitics*/
@media (max-width: 1345px) {
    .home .internal-header ~ .internal-Page {
        padding: 75px 0 0 0;
    }
}

@media (max-width: 1200px) {
    .home .internal-header ~ .internal-Page {
        padding: 100px 0 0 0;
    }
}

@media (max-width: 768px) {
    .home .internal-header ~ .internal-Page {
        padding: 30px 0 0 0;
    }
}

.internal-Page .container img.img-responsive{
	margin:auto;
display:inline-block;
}
	
	
	
	  .image-background {
        background-size: contain;
        padding: 102px 117px;
        width: 100%;
        background-size: cover;
        float: right;
        background-repeat: no-repeat;
      
    }

        .image-background > div {
            display: inline-block;
            float: right;
            position: relative;
            margin: 22px 0;
            width: 49%;
        }

            .image-background > div img {
                float: right;
                width: 214px;
                object-fit: cover;
            }

            .image-background > div span {
                float: left;
                width: calc(100% - 270px);
                position: absolute;
                left: 34px;
                bottom: 8px;
                text-align: right;
                font-size: 16px;
                color: #341c85;
                font-weight: 600;
            }

    @media (max-width: 1200px) {
        .image-background > div {
            width: 100%;
        }

        .image-background {
            background-size: 100% 100%;
        }
    }

    @media (max-width: 768px) {
        .image-background {
            padding: 150px 117px;
        }
            .image-background > div img {
                text-align: center;
            }
            .image-background > div span {
                width: 100%;
                position: initial;
                margin: 12px 0;
            }
    }