@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: bold;
    src: url('IRANSansWeb(FaNum)_Bold.eot');
    src: url('IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'), 
        url('IRANSansWeb(FaNum)_Bold.woff2') format('woff2'), 
        url('IRANSansWeb(FaNum)_Bold.woff') format('woff'), 
        url('IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}

@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: 400;
    src: url('IRANSansWeb(FaNum)_Medium.eot');
    src: url('IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'), 
        url('IRANSansWeb(FaNum)_Medium.woff2') format('woff2'), 
        url('IRANSansWeb(FaNum)_Medium.woff') format('woff'), 
        url('IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}

@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: normal;
    src: url('IRANSansWeb(FaNum).eot');
    src: url('IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'), 
        url('IRANSansWeb(FaNum).woff2') format('woff2'), 
        url('IRANSansWeb(FaNum).woff') format('woff'), 
        url('IRANSansWeb(FaNum).ttf') format('truetype');
}
/** fontello  */

@charset "UTF-8";



/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?5202921#fontello') format('svg');
  }
}
*/

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-clock:before { content: '\e800'; } /* '' */
.icon-calendar:before { content: '\e801'; } /* '' */
.icon-picture:before { content: '\e802'; } /* '' */
.icon-video:before { content: '\e803'; } /* '' */
.icon-star:before { content: '\e804'; } /* '' */
.icon-globe:before { content: '\e805'; } /* '' */
.icon-bell:before { content: '\e806'; } /* '' */
.icon-left-open:before { content: '\e807'; } /* '' */
.icon-right-open:before { content: '\e808'; } /* '' */
.icon-up-open:before { content: '\e809'; } /* '' */
.icon-down-open:before { content: '\e80a'; } /* '' */
.icon-cancel:before { content: '\e80b'; } /* '' */
.icon-clock-1:before { content: '\e80e'; } /* '' */
.icon-star-1:before { content: '\e80f'; } /* '' */
.icon-th-large-outline:before { content: '\e810'; } /* '' */
.icon-spin2:before { content: '\e831'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-paper-plane:before { content: '\f1d8'; } /* '' */
.icon-twitter:before { content: '\f309'; } /* '' */
.icon-facebook:before { content: '\f30c'; } /* '' */
/*
   Animation example, for spinners
*/
.animate-spin {
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    display: inline-block;
    line-height: 0;
    position: relative;
    top: 3px;
    left: 8px;
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-webkit-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-o-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@-ms-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/** end fontello */




body {
    font-family: "IRANSans";
    background-color: #f0f0f0;
}

a:hover, a:active, a:focus {
    text-decoration: none;
}

.ml1-jumborton {
    position: relative;
    height: 620px;
    background-color: #003467;
    background: #367fc5;
    /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #367fc5 0%, #003467 100%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #367fc5 0%, #003467 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #367fc5 0%, #003467 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#367fc5', endColorstr='#003467', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    background: #367fc5;
    background: -moz-radial-gradient(center, ellipse cover, #367fc5 0%, #04427f 59%, #003467 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #367fc5 0%, #04427f 59%, #003467 100%);
    background: radial-gradient(ellipse at center, #367fc5 0%, #04427f 59%, #003467 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#367fc5', endColorstr='#003467', GradientType=1);
    padding-top: 30px;
}

.ml1-jumborton .logo {
    background-color: #ff0000;
    width: 230px;
    height: 52px;
    margin: 0 auto;
    border-radius: 0 0 10px 10px;
    position: relative;
    z-index: 999;
}

.ml1-jumborton .logo img {
    width: 80%;
    margin: 0 auto;
    padding-top: 10px;
}
.fni-icon {
    float: right;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 35px;
    width: 46px;
    height: 46px;
    background-position: center center;
}

.fni-icon-tv {
    background-image: url(tv-icon.png);
}

.fni-icon-academy {
    background-image: url(academy.png);
    /*    background-size: 40px;*/
    /*    width: 40px;*/
}

.fni-icon-home {
    background-image: url(home.png);
    /*    background-size: 40px;*/
    /*    width: 40px;*/
}

.ml1-footer {
    background-color: #003467;
}
.ml1-footer hr {
    border: 1px dashed #0a2641;
    box-shadow: 0 1px 0 #184168;
    opacity: 0.7;
}

.footer-nav > a {
    display: inline-block;
    margin-right: 20px;
    color: white;
    font-size: 16px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.footer-nav > a:last-child .fni-text {
    padding-top: 5px;
}

.footer-nav > a:hover {
    /* border-bottom: 1px solid white; */
}

.fni-text {
    float: right;
    font-weight: 500;
    padding-right: 8px;
}

.fni-text > span {
    display: block
}

.ml1-footer {
    padding: 20px 0 20px;
    height: 180px;
}

.footer-logo img {
    width: 200px;
    padding-top: 8px;
}

.price-tag {
    background: #0a2641;
    padding: 10px 12px;
    float: right;
    border-radius: 5px;
    color: white;
    position: relative;
}
.price-tag:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: solid 7px transparent;
    border-right: 8px solid #0a2641;
    position: absolute;
    left: -7px;
    top: 50%;
    margin-top: -7px;
}


#ml1jDown {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    bottom:20px;
    right: 50%;
    margin-right: -25px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 999;
}

.ml1jarrow {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 70%;
    transform-origin: 50% 50%;
    transform: translate3d(-50%, -50%, 0);
}

.arrow-first {
    animation: arrowMovement1 2s ease-in-out infinite;
}
.arrow-second {
    animation: arrowMovement1 2s 1s ease-in-out infinite;
}

.ml1jarrow:before,
.ml1jarrow:after {
    background: #fff;
    content: '';
    display: block;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
}

.ml1jarrow:before {
    transform: rotate(45deg) translateX(-19%);
    transform-origin: top left;
}

.ml1jarrow:after {
    transform: rotate(-45deg) translateX(19%);
    transform-origin: top right;
}

#particles-js{ position:absolute; width: 100%; height: 100%; background-image: url(""); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; } /* ---- stats.js ---- */ .count-particles{ background: #000022; position: absolute; top: 48px; left: 0; width: 80px; color: #13E8E9; font-size: .8em; text-align: left; text-indent: 4px; line-height: 14px; padding-bottom: 2px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; } .js-count-particles{ font-size: 1.1em; } #stats, .count-particles{ -webkit-user-select: none; margin-top: 5px; margin-left: 5px; } #stats{ border-radius: 3px 3px 0 0; overflow: hidden; } .count-particles{ border-radius: 0 0 3px 3px; }

/* Animation */
@-webkit-keyframes arrowMovement1 {
    0% { 
        opacity: 0;
        top: 45%;
    }
    70% {
        opacity: 1;
    }
    100% { 
        opacity: 0;
    }
}
@-moz-keyframes arrowMovement1 {
    0% { 
        opacity: 0;
        top: 45%;
    }
    70% {
        opacity: 1;
    }
    100% { 
        opacity: 0;
    }
}
@-o-keyframes arrowMovement1 {
    0% { 
        opacity: 0;
        top: 45%;
    }
    70% {
        opacity: 1;
    }
    100% { 
        opacity: 0;
    }
}
@keyframes arrowMovement1 {
    0% { 
        opacity: 0;
        top: 45%;
    }
    70% {
        opacity: 1;
    }
    100% { 
        opacity: 0;
    }
}

/* boors landing styles */
.ml1-body {
    margin: 30px 0 100px;
}
.grid-post {
    -webkit-box-shadow: 0 1px 1px #dfdfdf;
    -moz-box-shadow: 0 1px 1px #dfdfdf;
    box-shadow: 0 1px 1px #dfdfdf;
    position: relative;
}
.grid-module-title {
    margin-bottom: 30px;
    font-weight: bold;
    color: #333;
}
.grid-module-title span {
color: #337ab7;
    border-radius: 4px;
    font-size: 28px;
    position: relative;
    top: 3px;
    margin-left: 10px;
}
.grid-post {
    margin-bottom: 30px;
    height: 300px;
    background-color: white;
    overflow: hidden;
}
.entry-container {
    padding: 30px;
    height: 100%;
}
.entry-image {
    position: relative;
    height: 100%;
}
.entry-image img {
    height: 100%;
    width: auto;
}
.entry-text {
    height: 95px;
    overflow: hidden;
    color: #888;
}
.grid-post-big .entry-image {
    width: 50%;
    float: left;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.entry-image > a:after {
    content: "";
    position: absolute;
    background: rgba(0,0,0,0);
    will-change: background;
    height: 100%;
    width: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.grid-post-big .entry-image:hover a:after {
    background-color: rgba(0,0,0,0.2);
}
.entry-container {
    position: relative;
}
.grid-post-big .entry-container-b {
    height: 300px;
}
.grid-post-big .entry-container {
    float: right;
    max-width: 46%;
    padding: 30px 20px 30px 0;
}
.grid-post-big .entry-image img {
    height: 100%;
    width: auto;
}
.entry-category-a {
    padding: 4px 8px;
    background: #337ab7;
    color: white;
    font-size: 12px;
    position: relative;
        display: inline-block;
    margin-bottom: 5px;
}
.entry-category-a:hover {
    background-color: #4494d9;
    color: white;
}
.entry-category a {
    /*margin-left: 5px;*/
}
.entry-title {
    font-size: 20px;
    color: black;
    line-height: 1.6em;
    font-weight:bold;
    margin-top: 15px;
}
.entry-title a {
    color: #111;
}
.entry-title a:hover {
    color: #337ab7;
}
.entry-content p {
    font-size: 13px;
    line-height: 1.8em;
}
.entry-meta {
    position: absolute;
    bottom: 20px;
    color: #aaa;
}
.grid-post-over .entry-image a:after {
    background: rgba(0,0,0,.4);
}
.grid-post-over .entry-image:hover a:after {
    background-color: rgba(0,0,0,0.6);
}
.grid-post-over .entry-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 3;
    top: 0;
    left: 0;
    pointer-events: none;
}
.entry-post-format {
    background: #eaeaea;
    padding: 2px 6px;
    color: #337ab7;
}
.entry-post-format i {
    font-size: 1.4em;
    line-height: 0;
    position: relative;
    top: 4px;
}
.grid-post-over .entry-overlay .entry-title a {
    color: white;
}
.grid-post-over .entry-overlay .entry-meta {
    color: #ddd;
}
.grid-layout-normal .grip-post-vhalf {
    height: 380px;
}
.grip-post-vhalf .entry-image {
    height: 50%;
    overflow: hidden;
}
.grid-layout-normal .grip-post-vhalf .entry-image {
    height: 53%;
}
.grip-post-vhalf .entry-image:hover a:after {
    background-color: rgba(0,0,0,0.3);
}
.grip-post-vhalf .entry-image img {
    width: 100%;
    height: auto;
}
.grip-post-vhalf .entry-category {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 999;
}
.grip-post-vhalf .entry-title {
    margin-top: 0;
    height: 88px;
    overflow: hidden;
}
.grip-post-vhalf .entry-container {
    padding-top: 23px;
    height: 50%;
}
.grid-layout-normal  .grip-post-vhalf .entry-container {
    height: 47%;
}

hr {
    border: dashed 5px #ddd;
}

.load-more {
    text-align: center;
}
.load-more a {
    width: 242px;
    background: #337ab7;
    color: white;
    padding: 10px 10px;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    -webkit-box-shadow: 0 1px 2px #8facc9;
    -moz-box-shadow: 0 1px 2px #8facc9;
    box-shadow: 0 1px 2px #8facc9;

    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.load-more a:hover {
    background-color: #39a3fe;
}

.load-more a:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.ml1-footer .nav-pills {
    margin-right: 25px;
    float: right;
}
.ml1-footer .nav-pills a {
    color: white;
    padding: 6px 10px 5px;
    border-radius: 4px;
    font-size: 1.4em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ml1-footer .nav-pills a:hover {
    background-color: #0a2641;
}
.ml1-footer .copy-right {
    color: #f5f5f5;
    line-height: 2.8em;
    margin-bottom: 0;
}
.ml1-footer .copy-right a {
    color: white;
    border-bottom: dotted 1px #eaeaea;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.ml1-footer .copy-right a:hover {
    border-bottom-style: solid;
}
/* end boors landing styles */

/** landing header */
.ml1-jumborton .container {
    position: relative;
    z-index: 999;
    height: 100%;
}
.ml1-jumborton .my_video {
    bottom: 0;
    left: 0;
    height: 100%;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    width: auto;
    z-index: 1;
    background: #005b90;
}
.ml1-jumborton #my_video {
    height: auto;
    width: 100%;
    mix-blend-mode: overlay;
}
.ml1-jumborton .pt {
    background-color: #0a2d4c;
    background-image: url("dark-matter.png");
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: .4;
    z-index: 2;
}

.metro {
    margin-top: 8%;
}
.metro .col-sm-3 {
    padding: 0 10px;
}
.force-ltr {
    direction: ltr;
}
.font-latin {
    font-family: Arial;
}
.metro-item {
    margin-bottom: 20px;
    -webkit-box-shadow: 0 1px 2px #090909;
    -moz-box-shadow: 0 1px 2px #090909;
    box-shadow: 0 1px 2px #090909;
    position: relative;
/*    opacity: 0.8;*/

    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    overflow: hidden;
}

.metro-item:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-140%,0);
}
.metro-item:hover:before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,140%,0);
}
.metro-item:hover {
/*    opacity: 1;*/
    -webkit-box-shadow: 0 3px 7px #262626;
    -moz-box-shadow: 0 3px 7px #262626;
    box-shadow: 0 3px 7px #262626;
    -ms-box-shadow: 0 3px 7px #262626;
}
.metro-item.metro-item__v30 {
    height: 122px;
}
.metro-item.metro-item__v70 {
    height: 210px;
}

.metro-item.boors--boors11 {
    background-color: #808080;
    color: white;
}
.metro-item.boors--boors11 span:first-child {
    position: absolute;
    bottom: 2px;
    font-size: 2.6em;
    line-height: 1em;
    right: 2px;
    font-weight: bold;
}
.metro-item.boors--boors11 span:last-child {
    position: absolute;
    left: -17px;
    font-size: 12em;
    bottom: 0;
    line-height: 0.7em;
    font-family: Arial !important;
    letter-spacing: -24px;

}
.metro-item.boors--boors11 span:last-child sup {
    font-size: 50px;
    letter-spacing: 0;
    top: 24px;
    position: absolute;
    right: -40px;
}
.metro-item.boors--fa-title {
    background-color: #0d72da;
    padding-top: 16px;
}
.metro-item.boors--fa-title > span {
    display: block;
    text-align: center;
    color: white;
    font-size: 2.5em;
    font-weight: bold;
    line-height:1.4em;
}
.metro-item.boors--fa-title > span:first-child {
    font-size: 1.6em;
    font-weight: normal;
}
.metro-item.boors--en-title {
    background-color: #ffa500;
    padding-left: 22px;
    direction: ltr;
    font-size: 2.5em;
    font-weight: bold;
    line-height: 1.2em;
    padding-top: 12px;
}
.metro-item.boors--en-title > span {
    color: white;
    display: block;
    text-align: left;
}
.metro-item.boors--en-title span:first-child,
.metro-item.boors--en-title span:nth-child(2) {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2em;
}
.metro-item.boors--en-title span:nth-child(2) {
    margin-bottom: 7px;
}
.metro-item.boors--address {
    padding: 10px;
    background-color: #53a001;
    color: white;
}
.metro-item.metro-item.boors--address > span {
    display: block;
}
.metro-item.metro-item.boors--address span:nth-child(3) {
    margin-top: 5px;
}

.metro-item.tejarat--logo {
    background-color: #cd0000;

}
.metro-item.tejarat--logo a {
    padding: 20px;
    padding-top: 40px;
    display: block;
    height: 100%;
}
.metro-item.tejarat--image a {
    display: block;
    overflow: hidden;
    height: 100%;
}

.metro-item.tejarat--image img {
    width: 100%;
    -webkit-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s;
}
.metro-item.tejarat--image:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.metro-item.metro-item__v100 {
    height: 354px;
    background-color: #9b11c7;
}
.metro-social {
    position: absolute;
    bottom: 0;
    text-align: center;
    right: 30%;
}
.metro-social li a {
    color: white;
    padding: 10px 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.metro-social li a:hover,
.metro-social li a:active,
.metro-social li a:focus
{
    background-color: transparent;
    border-bottom: solid 2px white;
}
.metro-item__v100 .landing-title h1 {
    padding: 15px;
    text-align: center;
    font-size: 2.0em;
    line-height: 1.4em;
    margin: 0;
}
.metro-item__v100 .landing-title h1 a {
    color: white;
}
.metro-item__v100 .landing-title > span:before {
    content: '';
    display: block;
    border-bottom: solid 2px white;
    padding: 0;
    width: 25px;
    margin: 15px auto 25px;
}
.metro-item__v100 .landing-title > span {
    text-align: center;
    color: white;
    display: block;
    word-spacing: 3px;
}
.metro-gmap {
    text-align: center;
    margin-top: 30px;
    font-size: 16px;
    font-weight: bold;
}
.metro-gmap a {
    color: white;
}
.metro-gmap a span {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.metro-gmap a:hover span {
    padding-right: 6px;
}
/* end landing header */

.mobile-metro-card {
        color: white;
    background: rgba(0, 84, 146, 0.34);
    padding: 40px 20px;
    width: 100%;
    font-size: 1.4em;
    text-align: center;
    position: relative;
}
.mobile-metro-card:after {
    content: '';
    position: absolute;
    top: 6px;
    right: 6px;
    left: 6px;
    bottom: 6px;

}
.mobile-metro-card >div,
.mobile-metro-card >div > div{
    margin-bottom: 12px;
}
.mobile-metro-card hr {
   border: solid 2px white;
    width: 6%;
    margin: 37px auto; 
}
.mobile-metro-card > .force-ltr {
        font-size: 14px;
    margin-top: 20px;
}
.mobile-metro-card > div:first-child {
        font-size: 2em;
}
.metro-item.tejarat--logo a:after {
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    /**border: solid 2px #ffffff;*/
    position: absolute;
    background: transparent;
    pointer-events: none;
    
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.metro-item.tejarat--logo:hover a:after {
    -webkit-transform: translate(-5px, 5px);
    -ms-transform: translate(-5px, 5px);
    -o-transform: translate(-5px, 5px);
    transform: translate(-5px, 5px);
}
.mobile-metro-card-addr > div:last-child {
    font-size: 16px;
}
.fix-box {
    position: fixed;
    background: #303144;
    right: 0;
    left: 0;
    min-height: 50px;
}
.fix-box #close {
    position: absolute;
    width: 20px;
    height: 15px;
    background: white;
    color: #303144;
    text-align: center;
    left: 0;
    cursor: pointer;
}

.fix-box .tejarat-location {
    line-height: 1.8em;
    padding: 15px 0;
}
.fix-box .tejarat-location a {
    color: white;
    border-bottom: dashed 1px white;
}
.fix-box.fix-box-bottom {
    bottom: 0;
}
.tejarat-location-box {
    color: white;
    padding-right: 20px;
}
@media screen and (max-width: 767px) {
    .ml1-jumborton #my_video {
        width: auto;
    }
    #ml1jDown{
        display: none;
    }
    .ml1-jumborton {
        height: auto;
        overflow: hidden;
    }

    .metro {
        max-width: 520px;
        margin: 25px auto;
    }
    .metro-item {
        opacity:1;
    }
    .metro-social {
        right: 38%;
    }
    .grid-layout-combo .grip-post-vhalf {
        height: 400px;
    }
    .grid-layout-combo .grid-post {
        max-width: 556px;
        display: block;
    }
    .grid-post-big .entry-image
    {
        display: none;
    }
    .grid-layout-combo .grid-post {
        height: 360px;
    }
    .grid-post-big .entry-container {
        max-width: 100%;
    }
    .layout-combo-item1 {
        margin-top: 90px;
    }

    .entry-category {
        display: none;
    }
    .entry-category-a {
        display: none;
    }
    .price-tag {
        display: none;
    }
    .footer-social .nav-pills>li {
        display: inline-block;
        float: none;
    }
    .ml1-footer .nav-pills {
        float:none;
        text-align: center;
        margin-right: 0;
    }
    .ml1-footer .copy-right {
        text-align: center;
        line-height: 2em;
        margin-top: 20px;
    }
    .grid-layout-normal .grip-post-vhalf .entry-image {
        height: 60%;
    }
    .grid-layout-normal .grip-post-vhalf .entry-container {
        height: 40%;
    }
}
@media screen and (max-width: 420px) {
    .grip-post-vhalf .entry-image img {
        height: auto;
        width: 100%;
    }
    .grid-layout-normal .grip-post-vhalf .entry-image {
        height: 54%;
    }
    .grid-layout-normal .grip-post-vhalf .entry-container {
        height: 46%;
    }
    .grid-module-title {
        font-size: 26px;
    }
}
@media screen and (max-width: 992px) {
    .footer-logo img {
        margin: 0 auto;
        display: block;
        margin-bottom: 30px;
    }
    .ml1-footer {
        height: auto;
        padding-bottom: 30px;
    }
    .footer-nav {
        float: none !important;
        text-align: center;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .ml1-jcolumn span:first-child {
        font-size: 7em;
        margin-right: 20px;
    }
    .ml1-jcolumn span:last-child {
        font-size: 1.8em;
    }
    .ml1-jtitle h2 {
        font-size: 24px;
    }
    .ml1-jumborton {
        height: 460px;
    }
    .metro {
        width: 992px;
        margin-top: 4%;
    }
    .metro-item.metro-item.boors--address span:nth-child(3),
    .metro-item.metro-item.boors--address span:last-child{
        font-size: 10px;
    }
    .metro-item.boors--boors11 span:last-child {
        font-size: 10em;
    }
    .metro-item.boors--boors11 span:first-child {
        font-size: 2.4em;
    }
    .metro-item.boors--boors11 span:last-child sup {
        font-size: 40px;
        top: 20px;
        right: -40px;
    }
    .ml1-jumborton .container {
        overflow: hidden;
        overflow-x: auto;
    }
    .grid-layout-combo .grip-post-vhalf {
        height: 400px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .metro-item.boors--boors11 span:last-child {
        font-size: 10em;
    }
    .metro-item.boors--boors11 span:first-child {
        font-size: 2.4em;
    }
    .metro-item.boors--boors11 span:last-child sup {
        font-size: 40px;
        top: 20px;
        right: -40px;
    }
    .metro-item.metro-item.boors--address span:nth-child(3),
    .metro-item.metro-item.boors--address span:last-child{
        font-size: 10px;
    }
    .metro-item.tejarat--image img {
        height: 100%;
    width: auto;
    }

}