﻿@font-face {
    font-family: 'yekan';
    src: url('/fonts/BYekan.eot'), /* IE9 Compat Modes */
    url('/fonts/BYekan.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/BYekan.woff') format('woff'), /* Modern Browsers */
    url('/fonts/BYekan.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/BYekan.svg#Yekan') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'golf';
    src: url('/fonts/GOLF.TTF') format('truetype');
}

input:focus, input:active, textarea:active, textarea:focus {
    outline: none;
}

body, html {
    padding: 0;
    margin: 0;
    height: 100%;
    font: 13px yekan !important;
    color: #666 !important;
    direction: rtl !important;
    background: #333;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
        color: #e85f5f;
    }

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.row-rm-margin-bottom {
    margin-bottom: 0 !important;
}

.rm-padding {
    padding: 0 !important;
}

.align-center {
    text-align: center !important;
}

/* -----------------------------
        menu
*/

.patternBg {
    background: url('Img/congruent_outline.jpg') repeat;
    border: 0 solid red;
    padding-top: 0 !important;
    border-bottom: 4px solid #666;
    margin-bottom: 10px;
    overflow: hidden;
}

.patternRibbon {
    border-bottom: 2px solid #999;
    position: relative;
    top: 118px;
    margin-bottom: 40px;
}

.menu {
    height: 100% !important;
    width: 100% !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    height: 35px !important;
    line-height: 35px !important;
    /*background: #564949;*/
    background: #333;
    margin-bottom: -3px !important;
    position: relative;
    z-index: 10000 !important;
    border: none !important;
    border-style: none !important;
    text-align: center !important;
    background: transparent;
}

/*---- MHM ---------------*/
.menuList {
    /*display: inline-table !important;*/
    border: 0 solid red;
    margin: auto !important;
    position: relative;
    /*right: 35%;*/   
    float : none;
    width: 380px;
}

.flexi
{
    display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */
    display: flex;
    align-items: center;
    float : none;
    justify-content: center;
}

    .menuList li {
        height: 170px;
        margin: 0 7px 0 7px
    }

        .menuList li:hover .linkItem {
            background: #444;
        }

        .menuList li:hover .menuLink {
            color: #dedede !important;
        }

        .menuList li:hover .menuItemMaskTriangle {
            border-top-color: #999;
        }

        .menuList li:hover .menuItemMask {
            background: #999;
        }

        .menuList li:hover .menuItemIcon {
            color: #333;
        }

        .menuEn {
            display : inline-table ;
            margin : auto !important ;
            right : 0 ; 
            border : 0 solid red ;
            margin-bottom : -50px !important ;
        }
        .menuEn li { 
            font-size : 15px ;
            float : left ; 
            height : 220px ;
            
        }
        .menuEn li a {
            line-height : 65px ;
            font-size : 17px ;
            border : 0 solid red ;
            text-align : center !important;
            display : block ;
            width : 220px ;
            top : 60px !important ;
            left : 80px ;
            -ms-transform : rotate( 90deg ) ;
            -webkit-transform : rotate( 90deg ) ;
            transform : rotate( 90deg ) ;
        }

.menuItem {
    width: 60px;
    height: 40px;
    background: #ff8500;
    padding: 10px;
    position: relative;
    z-index: 1500;
}

    .menuItem:after {
        content: " ";
        width: 0;
        height: 0;
        border-top: 15px solid #ff8500;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        position: absolute;
        top: 40px;
        left: 0;
    }

.menuItemMask {
    width: 58px;
    height: 38px;
    background: #333;
    position: relative;
    top: -10px !important;
    left: 9px;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.menuItemMaskTriangle {
    content: " ";
    width: 0;
    height: 0;
    border-top: 15px solid #333;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    position: absolute;
    top: 38px;
    left: 0;
    z-index: 1500;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}



.menuItemIcon {
    position: relative;
    top: -40px;
    color: #888;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.linkItem {
    position: relative;
    top: -5px;
    z-index: 15;
    border: 1px solid #6f3a00;
    height: 100%;
    width: 60px;
    background: #292929;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.menuLink {
    width: 120px;
    height: 60px !important;
    line-height: 75px;
    color: #999 !important;
    border: 0 solid red;
    padding: 2px !important;
    position: relative;
    z-index: 1500;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: block;
    position: relative;
    margin: auto;
    left: 20px;
    top: 30px;
    padding-top: 0 !important;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.ideazLogo {
    width: 260px;
    height: 178px;
    /*width: 180px;
    height: 120px;*/
    /*background-color: #ccc !important;*/
    border-radius: 150px;
    background: url(Img/Ideaz-LogoF6-Dark.png) no-repeat right center;
    -ms-background-size: cover;
    background-size: cover;
    margin: auto !important;
    margin-top: 125px !important;
    margin-bottom: -20px !important;
    padding-left: 150px !important;
    /*border: 8px solid #bbb;
    -webkit-box-shadow: 0 0 0 4px #666;
    -ms-box-shadow: 0 0 0 4px #666;
    box-shadow: 0 0 0 4px #666;*/
    border: 0 solid red;
}

.ideazLogoTitle {
    text-align: center;
    color: #999;
    font: bold 16px yekan;
    margin-bottom: 45px;
}

.txtRed{
        text-align: center;
color: red;
font: bold 11px arial;
font: bold 11px verdana;
line-height: 1em;
margin: 0; padding: 0;
margin-top: -38px;
margin-bottom:10px;
}

.ideazLogoRibbon {
    width: 60%;
    height: 2px;
    margin: auto;
    background: -moz-linear-gradient(left, rgba(102,102,102,0) 0%, rgba(102,102,102,1) 33%, rgba(102,102,102,1) 71%, rgba(102,102,102,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(102,102,102,0) 0%,rgba(102,102,102,1) 33%,rgba(102,102,102,1) 71%,rgba(102,102,102,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(102,102,102,0) 0%,rgba(102,102,102,1) 33%,rgba(102,102,102,1) 71%,rgba(102,102,102,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00666666', endColorstr='#00666666',GradientType=1 );
    -moz-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00666666', endColorstr='#00666666',GradientType=1 );
    -o-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00666666', endColorstr='#00666666',GradientType=1 );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00666666', endColorstr='#00666666',GradientType=1 ); /* IE6-9 */
    position: relative;
}

.homeMenu {
    position: relative;
    z-index: 1500;
}

.activeLink {
    background: url(Img/homeIcon.png) no-repeat center top;
    background: transparent !important;
    color: #ddd !important;
    height: 100%;
    position: relative;
    margin-top: 0;
    font: 13px yekan;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
    border: 0 solid red;
}

#bs-example-navbar-collapse-1 {
    text-align: center !important;
}

.listMenu {
    height: 40px !important;
    display: inline-table !important;
    margin: auto !important;
    padding-bottom: -5px;
    border: 0 solid red;
}

    .listMenu li {
        height: 38px;
        background: #666;
        line-height: 15px !important;
        -webkit-transform: skew(25deg);
        -moz-transform: skew(25deg);
        -ms-transform: skew(25deg);
        -o-transform: skew(25deg);
        transform: skew(25deg);
        margin: 5px;
        margin-top: 4px;
        display: block;
        border: 1px solid #999;
        -webkit-transition: .2s ease-in-out;
        -moz-transition: .2s ease-in-out;
        -ms-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
    }

        .listMenu li:hover .listItemCopy {
            /*background: #ccc;
    cursor: pointer;
    border: 1px solid #fff;*/
            width: 100%;
            height: 100%;
            margin-top: -40px;
        }

        .listMenu li:hover .menuLink {
            color: #333 !important;
        }

        .listMenu li a.menuLink {
            color: #ccc;
            line-height: 10px;
            -webkit-transform: skew(-25deg);
            -moz-transform: skew(-25deg);
            -ms-transform: skew(-25deg);
            -o-transform: skew(-25deg);
            transform: skew(-25deg);
            /*-webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;*/
            position: relative;
            z-index: 500;
        }

.listItemCopy {
    width: 0;
    height: 0;
    /*height: 40px;*/
    /*display: block;*/
    border: 0 solid red;
    background: #dedede;
    opacity: 0.5;
    z-index: 122;
    position: relative;
    left: 0;
    margin: auto;
    margin-top: -20px;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}


/*----------------------------
    footer section
*/
.footer {
    padding: 10px 0 20px 0;
    background: #222;
}
.en_footer {
    direction : ltr !important ;
}

.ContactForm {
    margin-top: 15px;
}

.footerTitle {
    height: 25px;
    line-height: 15px;
    font-size: 16px;
    color: #ccc;
    text-align: right !important;
    padding: 0 5px 0 5px;
    font-weight: bold;
    background: transparent;
    /*border: 2px solid #ce436b;*/
    /*-webkit-box-shadow: 0 0 0 4px #ce436b;
    -ms-box-shadow: 0 0 0 4px #ce436b;
    box-shadow: 0 0 0 2px #ce436b;*/
    position: relative;
    margin-bottom: 0 !important;
    margin: auto;
}

.footerTitle {
    margin-top: 25px;
    text-align: center !important;
}

    .footerTitle::after {
        content: "  ";
    }

.lastNews {
    /*font-size: 13px !important;*/
    line-height: 15px;
    position: relative;
    padding-top: 25px;
}

.newsList {
    width: 95%;
    margin: auto;
    display: inline-table;
}

    .newsList li {
        height: 75px;
        line-height: 40px;
        background: #666;
        margin: 14px 0 10px 0;
        position: relative;
        -ms-border-radius: 2px;
        border-radius: 2px;
        border-bottom: 2px solid #dedede;
    }

.newsPic {
    width: 60px;
    height: 60px;
    -ms-border-radius: 45px;
    border-radius: 45px;
    border: 1px solid #e23737;
    background: #ccc;
    position: absolute;
    right: 5px;
    top: 7px;
    overflow: hidden;
}

.newsTitle {
    font-size: 20px;
    display: inline-block;
    float: right !important;
    position: absolute;
    right: 5px;
    top: -20px;
    color: #dedede;
    padding-bottom: 0;
    padding-left: 5px;
    /*border-bottom: 1px solid #dedede;*/
}

.newsText {
    text-align: justify;
    line-height: 20px;
    position: relative;
    top: 30px;
    color: #dedede;
    font-size: 13px;
    font-weight: normal;
    display: block;
}

.newsReadMore {
    position: absolute;
    left: 10px;
    bottom: -25px;
    display: inline;
}

.footerServices li {
    text-align: right;
    padding: 5px 0 5px 0;
    color: #999;
}
.en_footerServices li {
    text-align : left ;
}

.lineSepreator {
    height: 240px;
    float: right;
    margin-right: 25px;
    margin-left: 25px;
    margin-top: 40px;
    border-right: 1px solid #777;
}

.footerLogo {
    width: 145px;
    height: 115px;
    -ms-border-radius: 65px;
    border-radius: 65px;
    background: transparent;
    border: 3px solid transparent;
    position: relative;
    margin-top: 10px;
    display: block;
    margin: auto;
}

.footerLogoImg {
    display: block;
    margin: auto;
    max-width: 100%;
    position: relative;
    top: 15px;
    left: 7px;
}

.underline {
    margin: auto;
    text-align: center;
    /*border-bottom: 1px solid #e23737;*/
    padding: 0 5px 0 5px;
}

.footerMarker {
    padding-left: 7px;
}

.address {
    color: #ccc;
    margin-top: 0;
    text-align: center;
    line-height: 25px;
}
.en_address {
    direction : ltr !important;
    text-align : center ;
    font-size : 14px ;
}

.underFooterText {
    margin-top: 0;
    margin-bottom: 0 !important;
    line-height: 15px !important;
}

.iconFollowers {
    position: relative;
    display: inline-table;
    margin: auto;
}

    .iconFollowers li {
        float: right;
        margin: 0 20px 0 0;
        color: #666;
        -ms-border-radius: 40px;
        text-align: center;
    }

        .iconFollowers li a {
            width: 35px;
            height: 35px;
            background: #dedede;
            -ms-border-radius: 40px;
            border-radius: 40px;
            line-height: 35px;
            text-align: center;
            margin: auto;
            font-size: 16px;
        }

.socialLogoInsta {
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    color: #666;
}

    .socialLogoInsta:hover {
        background-color: #b8860b;
        color: #f2f2f2;
        text-decoration: none;
    }

.socialLogoTwitter:hover {
    background-color: #47bafd;
}

.socialLogoFaceBook:hover {
    background-color: #3d79e4;
}

.socialLogoRSS:hover {
    background-color: orange;
}

.copyRightLogo {
    font: 22px golf;
    line-height: 50px;
}

.footerUnderRibbon {
    background: #1a1a1a;
    height: 50px;
}

.footerTitleRibbon {
    height: 2px;
    margin-bottom: 10px;
    background: -moz-linear-gradient(left, rgba(102,102,102,0) 0%, rgba(102,102,102,1) 33%, rgba(102,102,102,1) 71%, rgba(102,102,102,0) 100%);
    background: -webkit-linear-gradient(left, rgba(102,102,102,0) 0%,rgba(102,102,102,1) 33%,rgba(102,102,102,1) 71%,rgba(102,102,102,0) 100%);
    background: linear-gradient(to right, rgba(102,102,102,0) 0%,rgba(102,102,102,1) 33%,rgba(102,102,102,1) 71%,rgba(102,102,102,0) 100%);
    -webkit-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00666666', endColorstr='#00666666',GradientType=1 );
    -moz-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00666666', endColorstr='#00666666',GradientType=1 );
    -o-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00666666', endColorstr='#00666666',GradientType=1 );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00666666', endColorstr='#00666666',GradientType=1 );
}

@media only screen and (max-width: 1000px) {
    .ContactForm {
        margin-bottom: 65px !important;
    }
    .patternBg {
        margin-bottom: 0;
    }
}
