
@font-face {
  font-family: 'iransans-light';
  src: url('../fonts/iransans-light.eot'); /* IE9 Compat Modes */
  src: url('../fonts/iransans-light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/iransans-light.woff') format('woff'), /* Modern Browsers */
       url('../fonts/iransans-light.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
  font-family: 'iransans';
  src: url('../fonts/iransans.eot'); /* IE9 Compat Modes */
  src: url('../fonts/iransans.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/iransans.woff') format('woff'), /* Modern Browsers */
       url('../fonts/iransans.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/iransans.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?ul337v');
  src:  url('../fonts/icomoon.eot?ul337v#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?ul337v') format('truetype'),
    url('../fonts/icomoon.woff?ul337v') format('woff'),
    url('../fonts/icomoon.svg?ul337v#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
  content: "\e004";
}
.icon-envelope:before {
  content: "\e02a";
}
.icon-twitter:before {
  content: "\ea92";
}
.icon-linkedin2:before {
  content: "\eac9";
}
.icon-envelope-o:before {
  content: "\f003";
}
.icon-facebook2:before {
  content: "\f09a";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-instagram3:before {
  content: "\f16e";
}
.icon-paper-plane22:before {
  content: "\f1d9";
}
.icon-pinterest-p:before {
  content: "\f231";
}
.icon-whatsapp:before {
  content: "\f232";
}
.icon-search3:before {
  content: "\e627";
}
.icon-googleplus:before {
  content: "\e901";
}
.icon-rotate2:before {
  content: "\e915";
}
.icon-vcard:before {
  content: "\e925";
}
.icon-database2:before {
  content: "\e964";
}
.icon-locked:before {
  content: "\e90f";
}
.icon-user-add:before {
  content: "\e922";
}
.icon-cog2:before {
  content: "\e902";
}
.icon-x:before {
  content: "\e903";
}
.icon-cog:before {
  content: "\e900";
}
.icon-clipboard:before {
  content: "\e904";
}
.icon-clipboard2:before {
  content: "\e905";
}
.icon-switch:before {
  content: "\e906";
}
.icon-live_help:before {
  content: "\e0c6";
}


body {
    font-family: "iransans-light";
    background: #fff;
}
.bg-background {
    background: url(../images/bg.jpg);
    background-size: cover;
    background-position: center center;
}
.clear {
    clear: both;
}
ul {
    padding: 0px;
}
a {
    text-decoration: none;
    transition: 0.5s;
}
a:hover, a:active, a:focus {
  outline: 0;
  text-decoration: none;
}
a:hover {
    text-decoration: none;
    transition: 0.5s;
}
.slidePrev , .slideNext {
    display: none;
}
.progress {
    background: #ed1b24;
    border-radius: 0px;
}
.padding-clear {
    padding: 0px;
}
#fwslider {
    position: relative;
}
#fwslider .title {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    display: table;
    top: 70%;
}
#fwslider .description {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    display: table;
    top: 78%;
}
#home {
    overflow: hidden;
}
.top-gradient {
    height: 100px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    background: rgba(3,25,61,0.94);
}
.top-bg {
    height: 165px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    background: url(../images/header.jpg);
    background-size: cover;
    background-position: center center;
}
.header {
    position: absolute;
    top: 0px;
    z-index: 2;
    height: 185px;
    right: 0;
    left: 0;
    bottom: 0;
    margin:0px auto;
}
.header-other {
    height: 115px;
    margin:0px auto;
    background:#03193D;
}
.logo {
    
}
.logo img {
    margin: auto;
    height: 87px;
    padding-top: 7px;
}
.menubar {
    height: auto;
    margin-top: 40px;
}
.menubar ul {
    padding-top: 10px;
    position: relative;
    list-style: none;
    display: inline-block;
}
.menubar ul li {
    width: 90px;
    text-align: center;
    padding: 8px 0px;
    float: right;
    position: relative;
    display: inline-block;
    margin: 0px 4px;
}
.menubar ul li a {
    font-size: 11px;
    color: #fff;
    padding:8px;
    cursor: pointer;
}
.menubar ul li:hover {
    background: #ed1b24;
    color: #000;
}
.menubar ul li ul {
    right: 0;
    opacity: 0;
    position: absolute;
    top: 25px;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
            background: #ed1b24;
            width: 250px;
            padding-right: 0px;
}
.menubar ul li:hover ul {
    opacity: 1;
    top: 34px;
    visibility: visible;
}
.menubar ul li ul {
    padding-top: 0px;
    border-radius: 4px 0px 4px 4px;
}
.menubar ul li ul li {
    width: 100%;
    text-align: right;
    margin: 0px;
}
.menubar ul li ul li:hover {
    background: #03193D;
}
.language {
    position: absolute;
    left: 40px;
    top: 30px;
}
.language span {
    font-size: 10px;
    color: #fff;
}
.language a {
    background: #ed1b24;
    color: #fff;
    font-size: 10px;
    margin-right: 2px;
    text-transform: uppercase;
    padding: 0px 4px;
    transition: 0.6s;
}
.language a:hover {
    background: #fff;
    color: #000;
    transition: 0.6s;
}
.bxslider li {
    height: 700px;
}
.slider_container {
    direction: ltr;
}
.bx-controls-direction {
/*    display: none;*/
}
.bx-wrapper .bx-pager {
    padding-top: 0px;
    display: none;
}
.slider-content {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    height: 120px;
    background: rgba(0,0,0,0.6);
    width: 55%;
    padding: 20px;
    direction: rtl;
}
.slider-content a h1 {
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.slider-content p {
    font-size: 10px;
    line-height: 25px;
    color: #fff;
    text-align: center;
}
.about-bg {
    height: 500px;
/*    background: url(../images/about-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;*/
    padding: 50px 0px;
}
.about-img li {
    height:400px;
    width: 100%;    
}
.about-slider {
    direction: ltr;
}
.about-img .bx-controls {
    display: none;
}
.about-text {
    background: #fff;
    padding: 20px;
    color: #000;
    height:400px;
    width: 100%;
}
.about-text p {
    text-align: justify;
    line-height: 24px;
    font-size: 12px;
}
.index-product-bg {
    background: #f3f3f3;
    padding-top: 20px;
    padding-bottom: 20px;
}
.title {
    direction: ltr;
}
.title h1 { 
    display: table; 
    width: 100%;
    white-space: nowrap; 
    margin-bottom: 40px;
    font-size: 14px;
    padding-top: 20px;
    overflow: hidden;
    text-align: center;
}
.title h1:before,
.title h1:after {
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
    border-bottom: 1px dotted #575757;
}
.title h1:before {
    right: 0.5em;
    margin-left: -50%;
}
.title h1:after {
    left: 0.5em;
    margin-right: -50%;
}
.product-item {
    position: relative;
    cursor: pointer;
    transition: 0.6s;
}
.product-item-img {
    height: 400px;
    width: 100%;
}
.product-item-title {
    border: 1px solid #0f347e;
    position: absolute;
    bottom: 10px;
    right: 5%;
    height: 34px;
    z-index: 2;
    width: 90%;
    background: #0f347e;
    color: #fff;
    font-size: 11px;
    text-align: center;
    padding-top: 8px;
    transition: 0.6s;
}
/*.product-item-title:hover {
    background: #ed1b24;
    color: #000;
    border: 1px solid #ed1b24;
    transition: 0.6s;
}*/
.product-item:hover .product-item-title {
    background: #ed1b24;
    color: #fff;
    border: 1px solid #ed1b24;
    transition: 0.6s;
}
.index-learning-bg {
    padding: 40px 0px;
}
.index-learning-bg p {
    text-align: justify;
    line-height: 24px;
    font-size: 12px;
}
.index-learning-bg h1 {
    font-size: 14px;
    margin-bottom: 20px;
}
.index-learning-bg h2 {
    font-size: 12px;
    margin-bottom: 10px;
    color: #fff;
    margin-top: 8px;
}
.learning-item-list {
    width: 29%;
    margin: 1%;
    float: right;
    background: #3c6a98;
    padding: 13px;
    border-radius: 2px;
    cursor: pointer;
    transition: 0.6s;
}
.learning-item-list p {
    color: #fff;
    font-size: 10px;
}
.learning-item-list h2 {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}
.learning-item-list:hover {
    background: #ed1b24;
    transition: 0.6s;
}
.learning-item {
    width: 44%;
    margin: 1%;
    float: left;
    background: #3c6a98;
    padding: 13px;
    border-radius: 2px;
    cursor: pointer;
    transition: 0.6s;
}
.learning-item p {
    color: #fff;
    font-size: 10px;
}
.learning-item:hover {
    background: #ed1b24;
    transition: 0.6s;
}
.index-logo-bg {
    padding: 10px 0px;
    background: #f3f3f3;
}
.logo-item {
    height: 90px;
    width: 12.3%;
    float: left;
    margin-right: 0.2%;
}
.index-footer-top-bg {
    background: #ed1b24;
    padding: 20px 0px;
}
.newsletter p {
    font-size: 11px;
    color: #fff;
    margin-bottom: 10px;
}
.newsletter input[type="text"] {
    border: 0px;
    direction: ltr;
    font-size: 10px;
    height: 30px;
    padding: 0 10px;
    text-align: right;
    width: 80%;
    float: left;
}
.newsletter input[type="submit"] {
    background: #000 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    font-size: 11px;
    height: 30px;
    padding: 2px;
    width: 20%;
    transition: 0.6s;
    float: left;
}
.social p {
    font-size: 11px;
    color: #fff;
    margin-bottom: 30px;
}
.social a span {
    color: #fff;
    background: #000;
    font-size: 18px;
    width: 30px;
    height: 30px;
    display: inline-table;
    float: right;
    text-align: center;
    margin-left: 4px;
    border-radius: 2px;
    padding-top: 5px;
    transition: 0.6s;
}
.social a span:hover {
    color: #000;
    background: #fff;
    transition: 0.6s;
}
.index-contact {
    
}
.index-contact span {
    color: #fff;
    font-size: 23px;
    float: right;
    width: 10%;
    display: table;
}
.index-contact p {
    color: #fff;
    font-size: 14px;
    float: right;
    width: 79%;
    display: table;
    margin-right: 10%;
    text-align: right;
}
.index-contact a {
    color: #fff;
}
.contact-item {
    display: table;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
}
.index-footer-bottom-bg {
    background: #000;
    padding: 20px 0px;
}
.index-footer-bottom-bg ul {
    padding-top: 10px;
    position: relative;
    list-style: none;
    display: inline-block;
}
.index-footer-bottom-bg ul li {
    margin: 0px 10px;
    float: right;
}
.index-footer-bottom-bg ul li a {
    font-size: 10px;
    color: #fff;
    padding:4px;
    cursor: pointer;
}
.index-footer-bottom-bg p {
    font-size: 10px;
    color: #fff;
    padding-top: 10px;
}
#top-menu {
    position: fixed;
    z-index: 1000;
    height: 60px;
    background: #041a3c;
    width: 100%;
    display:none;
}
#top-menu .language {
    left: 40px;
    top: 10px;
}
#top-menu .logo-top img {
    height: 55px;
    width: auto;
}
#top-menu ul {
    padding-top: 20px;
    position: relative;
    list-style: none;
    display: inline-block;
    padding-right: 0px;
}
#top-menu ul li {
    width: 90px;
    text-align: center;
    padding: 8px 0px;
    float: right;
    position: relative;
    display: inline-block;
}
#top-menu ul li a {
    font-size: 11px;
    color: #fff;
    padding:8px;
    cursor: pointer;
}
#top-menu ul li:hover {
    background: #ed1b24;
    color: #fff;
}
#top-menu ul li ul {
    right: 0;
    opacity: 0;
    position: absolute;
    top: 34px;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
            background: #ed1b24;
            width: 250px;
}
#top-menu ul li:hover ul {
    opacity: 1;
    top: 34px;
    visibility: visible;
}
#top-menu ul li ul {
    padding-top: 0px;
    padding-right: 0px;
}
#top-menu ul li ul li {
    width: 100%;
    text-align: right;
}
#top-menu ul li ul li:hover {
    background: #03193D;
}
.navbar-default .navbar-nav > li > a {
    text-shadow: none;
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #eb121c;
}
.navbar-brand, .navbar-nav > li > a {
    text-shadow: 0px;
}
.navbar-brand, .navbar-nav > li > a:hover {
    color: #fff;
}
nav {
        display: none;
    }
    .navbar-default {
    width: 100%;
    border: 0px;
}
.navbar-brand {
    font-size: 11px;
}
.navbar-nav > li > a {
    font-size: 11px;
    line-height: 20px;
    padding-bottom: 0;
    padding-top: 10px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-toggle {
    border-radius: 0px;
}
.navbar-header {
    margin: 0px;
}
.navbar-default {
    border-radius: 0px;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    font-size: 11px;
}
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    background: #000;
}
.navigation {
    color: #000;
    font-size: 10px;
    padding: 7px 0px;
    background: #eee;
}
.navigation a {
    color: #000;
    font-size: 10px;
    padding: 0 0 0 10px;
}
.navigation a::after {
    content: " | ";
    padding-right: 10px;
}
.navigation a:hover {
    color: #ed1b24;
}
.content {
    margin-top: 30px;
    margin-bottom: 30px;
    min-height: 300px;
}
.content p {
    font-size: 11px;
    line-height: 27px;
}
.content h1 {
    font-size: 16px;
    margin-bottom: 20px;
}
.content label {
    font-weight: bold;
    font-size: 12px;
}
.content input[type=checkbox] {
    margin-left: 5px;
}
.parsley-length , .parsley-type {
    font-size: 10px;
    color: #eb121c;
}
.parsley-required {
    font-size: 10px;
    color: #eb121c;
}
.parsley-errors-list {
    list-style: none;
}
#map_wrapper {
    height: 410px;
    border: 3px solid #dbdbdb;
}

#map_canvas {
    width: 100%;
    height: 100%;
}
.main-text-content {
    background: #eee;
    margin-left: 10px;
    height: 450px;
    padding: 20px;
}
.form-control {
    box-shadow: none;
    text-shadow:none;
    border-radius: 0px;
    font-size: 10px;
}
.form-control:hover , .form-control:focus {
    box-shadow: none;
    text-shadow:none;
}
.btn-success {
    border-radius: 0px;
    background: #03193D;
    box-shadow: none;
    font-size: 11px;
    color: #fff;
    border: 0px;
/*    width: 40%;*/
    float: left;
}
.btn-success:hover {
    background: #ffba00;
    color: #000;
}
.register a {
    border-radius: 0px;
    background: #03193D;
    box-shadow: none;
    font-size: 11px;
    color: #fff;
    border: 0px;
/*    width: 40%;*/
    float: right;
    height: 28px;
    margin-left: 5px;
    padding: 3px 10px;
}
.register a:hover {
    background: #ffba00;
    color: #000;
}
.confirm {
    background: #ed1b24;
    color: #fff;
    padding: 4px;
}
.error_suc {
    background: green;
    text-align: center;
    padding: 8px;
    border-radius: 2px;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 12px;
}
.error_alarm {
    color: #eb121c;
    font-size: 11px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.panel-item {
    background: #03193D;
    text-align: center;
    font-size: 13px;
    color: #fff;
    height: 120px;
    padding-top: 50px;
    border-radius: 2px;
    transition: 0.6s;
}
.panel-item:hover {
    background: #ed1b24;
    color: #000;
    transition: 0.6s;
}
.sticky-container{
    padding: 0px;
    margin: 0px;
    position: fixed;
    left: -125px;
    top:230px;
    width: 200px;
    z-index: 1000;
}
.sticky li{
    list-style-type: none;
    background-color: #ed1b24;
    color: #000;
    height: 32px;
    padding: 0px;
    margin: 0px 0px 1px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor: pointer;
}
.sticky li:hover{
    margin-right: -150px;
    background:  #03193D;
}
.sticky li span {
    float: right;
    margin: 8px 8px;
    margin-left: 15px;
    color: #fff;
    font-size: 17px;
}
.sticky li p{
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
    line-height: 33px;
    text-align: right;
}
p.sticky{
    color: #ecf0f1;
    line-height: 28px;
    font-size: 10px;
    padding-top: 50px;
}
.error-footer {
    font-size: 10px;
    color: #fff;
}
.success-footer {
    font-size: 10px;
    color: #fff;
}
.footer-erorr-gorup {
    display: block;
    height: 20px;
    text-align: left;
}
.image-hover {
    margin-bottom: 20px;
    margin-top: 20px;
    height: 250px;
}
.img-gallery {
    height: 250px;
}
.download {
    margin-top: 30px;
    margin-bottom: 30px;
    background: #eb121c;
    padding: 4px 10px;
    display: table;
    transition: 0.6s;
}
.download:hover {
    background: #03193D;
    transition: 0.6s;
}
.download a {
    color: #fff;
}
.news-index {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 340px;
}
.news-index a h1 {
    color: #e01847;
    font-size: 14px;
}
.news-index a h1:hover {
    color: #0f347e;
}
.news-img {
    height: 200px;
    margin-bottom: 10px;
}
.news-index p {
    font-size: 11px;
    line-height: 25px;
}
.content h3 {
    margin-top: 10px;
    font-size: 11px;
    font-weight: bold;
    color: #0f347e;
}
.content h3 span {
    color: #eb121c;
}
.content a button {
    background: #ed1b24;
    border-radius: 2px;
    border: 0px;
    padding: 5px 6px;
    color: #fff;
    font-size: 11px;
    margin-top: 30px;
    margin-bottom: 20px;
    transition: 0.6s;
}
.content a button:hover {
    background: #e01847;
    color: #fff;
    transition: 0.6s;
}
.galley-index {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 240px;
}
.gallery-index a h1 {
    color: #e01847;
    font-size: 14px;
    margin-bottom: 10px;
}
.gallery-index a h1:hover {
    color: #000;
}
.gallery-img {
    height: 200px;
    margin-bottom: 10px;
}
table {
    width: 100%;
    margin: auto;
}
table tr:nth-child(-n+1) {
    background:#323433;
    color: #ffffff;
    height: 14px;
    text-align: center;
}
table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 10px 5px;
}
table td {
    border: 1px solid #d2d2d2;
    padding: 10px 5px;
    font-size: 13px;
    vertical-align: middle;
}
table tr:nth-child(2n) {
    background: #f4f4f4;
}
table a {
    color: #000;
}
#table a button {
    background: #e01847;
    padding: 3px 5px;
    color: #fff;
    margin: 0px;
}
#table a button:hover {
    background: #03193D;
    color: #fff;
}
table a:hover {
    color: #972018;
}
table span {
    color: #cc5d56;
}
table button {
    margin-bottom: 0px;
    margin-top: 0px;
}
.item {
    height: 80px;
}
.item img {
    height: 80px;
    width: auto;
}
.owl-theme {
    direction: ltr;
    margin-top: 20px;
}
.language-res-show {
    display: none;
}
#menu-res {
    display: none;
}
#btn {
    display: none;
    width: 100%;
    margin-top: 12px;
}
.slicknav_menu {
    position: relative;
    z-index: 100;
}
#btn ul {
    list-style: none;
}
.slicknav_btn {
    margin: 0px;
}
.slicknav_menu {
    background: #03193d;
}
.slicknav_nav a {
    color: #fff;
}
.slicknav_menu .slicknav_menutxt {
    color: #fff;
}
.slicknav_menu .slicknav_icon-bar {
    background-color: #fff;
}
.slicknav_menu .slicknav_menutxt {
    font-weight: normal;
    text-shadow: none;
    font-size: 11px;
    padding-top: 3px;
}
.slicknav_btn {
    text-shadow: none;
    border-radius: 0px;
    background-color: transparent;
}
.slicknav_nav a {
    font-size: 11px;
}
.slicknav_nav a:hover {
    background: transparent;
    color: #eb121c;
}
.slicknav_nav ul {
    margin-right: 20px;
}
.slicknav_nav li {
    text-align: right;
}
.slicknav_nav .slicknav_row:hover {
    background: transparent;
}
.slicknav_nav .slicknav_arrow {
    margin-right: 5px;
}
.slicknav_arrow:hover {
    color: #000;
}
.slicknav_nav .slicknav_row:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      color: #cf252e; 
}
@media only screen and (max-width: 767px) {
    nav {
        display: table;
    }
    .video-responsive {
        margin-top: 160px;
    }
    .menubar {
        display: none;
    }
    .about {
        display: table;
    }
    .pro-item {
        width: 49%;
    }
    .pro-item h2 {
        font-size: 9px;
        padding: 5px 5px;
    }
    .parallax {
        display: table;
    }
    .footer-box p {
        font-size: 9px;
    }
    .footer-box {
        display: table;
        width: 100%;
        margin-bottom: 20px;
    }
    .language span {
        display: none;
    }
    .logo-n {
        background: #000;
    }
    .customer-item {
        width: 49%;
    }
    .cer-item {
        width: 49%;
        height: 230px;
    }
    .padding-res {
        padding: 0px;
    }
    .learning-item {
        width: 100%;
    }
    .slider-content {
        display: none;
    }
    .about-text {
        display: table;
    }
    .about-bg {
        display: table;
    }
    .product-item {
        margin-bottom: 20px;
    }
    .social {
        display: table;
        width: 100%;
    }
    .newsletter {
        display: table;
        width: 100%;
        margin-top: 20px;
    }
    .logo-n {
        background: transparent;
    }
    .language-res-hide {
        display: none;
    }
    .language-res-show {
        display: table;
    }
    .language {
        position: absolute;
        right: 10px;
        top: 10px;
    }
    #btn {
        display: table;
    }
    .header-other {
        height: 130px;
    }
    .logo-n {
        float: left;
    }
}