﻿/************** variable ***************/
button:focus {
  background-color: transparent;
}
/************** Combine ***************/
.clear {
  clear: both;
  display: table;
  content: '';
}
.text-center {
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
}
.text-right {
  text-align: -moz-right;
  text-align: -webkit-right;
  text-align: right;
}
.text-left {
  text-align: -moz-left;
  text-align: -webkit-left;
  text-align: left;
}
.text-justify {
  text-align: -moz-justify;
  text-align: -webkit-justify;
  text-align: justify;
}
.limit-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ripplelink {
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 0;
}
.ripplelink2 {
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 0;
}
.ripplelink:hover {
  z-index: 999;
}
.ripplelink2:hover {
  z-index: 999;
}
.ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.ink2 {
  display: block;
  position: absolute;
  background: rgba(68, 200, 245, 0.3);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.animate {
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}
@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -o-transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
/************** manibody ***************/
@font-face {
  font-family: iranSans;
  font-style: normal;
  src: url('/GlobalItems/fonts/iranSans/eot/IRANSansWeb.eot');
  src: url('/GlobalItems/fonts/iranSans/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('/GlobalItems/fonts/iranSans/woff2/IRANSansWeb.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('/GlobalItems/fonts/iranSans/woff/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('/GlobalItems/fonts/iranSans/ttf/IRANSansWeb.ttf') format('truetype');
}
@font-face {
  font-family: iranSans2;
  font-style: normal;
  src: url('/GlobalItems/fonts/iranSans/eot/IRANSansWeb_Medium.eot');
  src: url('/GlobalItems/fonts/iranSans/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('/GlobalItems/fonts/iranSans/woff2/IRANSansWeb_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('/GlobalItems/fonts/iranSans/woff/IRANSansWeb_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('/GlobalItems/fonts/iranSans/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}
/**************** SERVICES ****************/
/*.serviceItem {
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1),0px 25px 20px -15px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1),0px 25px 20px -15px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1),0px 25px 20px -15px rgba(0,0,0,0.1);
    .transition(0.5s);
    cursor: pointer;
    overflow: hidden;

    img {
        max-height: 208px;
        .transition(0.8s);
        width: 100%;
    }

    figcaption {
        padding: 15px;

        a {
            display: block;
            .text-center;
            color: var(--color-dark);
            .limit-text;
            font-family: iranSans2;
            font-size: 12pt;
            margin: 10px auto;
        }

        p {
            font-size: 9pt;
            line-height: 1.8;
            margin-bottom: 22px;
        }

        &:after {
            .clear;
        }
    }

    .btnCustom {
        line-height: 3;
    }

    &:hover {
        -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1),0px 15px 10px -10px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1),0px 15px 10px -10px rgba(0,0,0,0.1);
        box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1),0px 15px 10px -10px rgba(0,0,0,0.1);

        img {
            .transform(scale(1.05));
        }
    }

    &:after {
        .clear;
    }
}*/
/******** material-scrolltop  ********/
.material-scrolltop {
  display: block;
  position: fixed;
  width: 40px;
  height: 40px;
  bottom: 50px;
  right: 15px;
  left: inherit;
  padding: 0;
  /*overflow: hidden;*/
  outline: none;
  border: none;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  background: var(--color-blue2);
  -webkit-transition: all 0.8s cubic-bezier(0.25, 0.25, 0, 1);
  -moz-transition: all 0.8s cubic-bezier(0.25, 0.25, 0, 1);
  -ms-transition: all 0.8s cubic-bezier(0.25, 0.25, 0, 1);
  -o-transition: all 0.8s cubic-bezier(0.25, 0.25, 0, 1);
  transition: all 0.8s cubic-bezier(0.25, 0.25, 0, 1);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 99;
  background-image: url(../../img/top-arrow.svg);
  background-position: center 50%;
  background-repeat: no-repeat;
  -webkit-background-size: 35%;
  -moz-background-size: 35%;
  -o-background-size: 35%;
  background-size: 35%;
}
.material-scrolltop::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  content: "";
  width: 0;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  border-radius: 100%;
  background-image: url(../../img/top-arrow.svg);
  background-position: center 50%;
  background-repeat: no-repeat;
  -webkit-background-size: 35%;
  -moz-background-size: 35%;
  -o-background-size: 35%;
  background-size: 35%;
}
.material-scrolltop:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  /*background: #fff;*/
  -webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
  -moz-transition: -moz-transform 0.8s, opacity 0.8s;
  transition: transform 0.8s, opacity 0.8s;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
}
.material-scrolltop:hover,
.material-scrolltop:focus {
  background-color: var(--color-blue);
  text-decoration: none;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5), 0 3px 15px rgba(0, 0, 0, 0.5);
}
.material-scrolltop:hover:after,
.material-scrolltop:focus:after {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  opacity: 0;
  background: var(--color-blue);
}
.material-scrolltop span {
  display: block;
  font-size: 23.5px;
  color: #fff;
}
.material-scrolltop:active::before {
  width: 120%;
  padding-top: 120%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.material-scrolltop.reveal {
  width: 40px;
  height: 40px;
}
/***************** FOOTER ******************/
footer .footerTop {
  background-color: var(--color-dark3);
  padding: 18px 0;
}
footer .footerTop .newsLetter {
  width: 377px;
  margin: auto;
  height: 44px;
}
footer .footerTop .newsLetter .input-field {
  height: 44px;
  width: 294px;
  float: right;
}
footer .footerTop .newsLetter .input-field input {
  height: 44px;
  background: #273036 !important;
  -moz-border-radius: 0 30px 30px 0px;
  -webkit-border-radius: 0 30px 30px 0px;
  -khtml-border-radius: 0 30px 30px 0px;
  border-radius: 0 30px 30px 0px;
  box-shadow: none !important;
  text-indent: 15px;
  color: #fff;
  padding: 0;
}
footer .footerTop .newsLetter .input-field label {
  color: #abadae;
  top: 10px;
  right: 15px;
  font-size: 10pt;
}
footer .footerTop .newsLetter .magnify {
  color: var(--color5);
  width: 83px;
  float: right;
  height: 44px;
  position: relative;
}
footer .footerTop .newsLetter .magnify button {
  background-color: var(--color-blue2);
  border: 0;
  width: 100%;
  float: left;
  height: 44px;
  -moz-border-radius: 30px 0 0 30px;
  -webkit-border-radius: 30px 0 0 30px;
  -khtml-border-radius: 30px 0 0 30px;
  border-radius: 30px 0 0 30px;
}
footer .footerTop .newsLetter .magnify svg {
  height: 44px;
  position: absolute;
  right: -57px;
  top: 0px;
}
footer .footerTop .newsLetter .magnify svg path {
  fill: var(--color-blue2);
}
footer .footerTop .newsLetterIn {
  position: fixed;
  top: 20%;
  left: 0;
  right: 0;
  margin: auto;
  width: 500px;
  background: #fff;
  padding: 100px 25px;
  z-index: 9999;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  min-height: 300px;
  background: #f2f2f2;
  background: -moz-linear-gradient(-45deg, #f2f2f2 0%, #f2f2f2 49%, #ffffff 49%, #ffffff 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #f2f2f2), color-stop(49%, #f2f2f2), color-stop(49%, #ffffff), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(-45deg, #f2f2f2 0%, #f2f2f2 49%, #ffffff 49%, #ffffff 100%);
  background: -o-linear-gradient(-45deg, #f2f2f2 0%, #f2f2f2 49%, #ffffff 49%, #ffffff 100%);
  background: -ms-linear-gradient(-45deg, #f2f2f2 0%, #f2f2f2 49%, #ffffff 49%, #ffffff 100%);
  background: linear-gradient(135deg, #f2f2f2 0%, #f2f2f2 49%, #ffffff 49%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=1);
  transform: translate(0, -225%);
  -webkit-transform: translate(0, -225%);
  -moz-transform: translate(0, -225%);
  -ms-transform: translate(0, -225%);
  -o-transform: translate(0, -225%);
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
footer .footerTop .newsLetterIn .close {
  float: none;
  font-size: 17pt;
  line-height: 1;
  color: #b3b3b3;
  position: absolute;
  left: 5px;
  top: 5px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}
footer .footerTop .newsLetterIn .close:hover {
  color: #4d4d4d;
}
footer .footerTop .newsLetterIn .g-recaptcha {
  margin-bottom: 10px;
}
footer .footerTop .newsLetterIn .g-recaptcha > * {
  margin: auto;
}
footer .footerTop .newsLetterIn .btnCustom {
  border: 0;
}
footer .footerTop .newsLetterIn.show {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
footer .footerTop:after {
  clear: both;
  display: table;
  content: '';
}
footer .footerCenter {
  padding: 30px 0;
  color: var(--color1);
  background-color: var(--color-dark);
}
footer .footerCenter * {
  color: var(--color1);
  font-size: 10pt;
}
footer .footerCenter label {
  color: var(--color-blue2);
  font-family: iranSans2;
  display: block;
  margin-bottom: 15px;
  font-size: 11pt;
}
footer .footerCenter .aboutFooter {
  padding-left: 75px;
}
footer .footerCenter ul {
  line-height: 2.4;
}
footer .footerCenter a:hover {
  color: var(--color-blue2);
}
footer .footerCenter .info {
  margin-right: 20px;
}
footer .footerCenter .info p {
  margin-bottom: 10px;
}
footer .footerCenter .info p:after {
  clear: both;
  display: table;
  content: '';
}
footer .footerCenter .info i {
  width: 10%;
  float: right;
  color: var(--color-blue2);
  font-size: 17pt;
  line-height: 1;
}
footer .footerCenter .info span {
  width: 90%;
  float: right;
}
footer .footerCenter .info:after {
  clear: both;
  display: table;
  content: '';
}
footer .footerCenter .social {
  margin-top: 20px;
}
footer .footerCenter .social a {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  position: relative;
}
footer .footerCenter .social a:before {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  right: 0;
  top: 0;
  border-top: 1px solid var(--color-blue2);
  border-right: 1px solid var(--color-blue);
}
footer .footerCenter .social a:after {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  left: 0;
  top: 0;
  border-top: 1px solid var(--color-blue2);
  border-left: 1px solid var(--color-blue);
}
footer .footerCenter .social a span {
  width: 40px;
  height: 40px;
  position: relative;
  display: block;
}
footer .footerCenter .social a span:before {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  right: 0;
  bottom: 0;
  border-bottom: 1px solid var(--color-blue2);
  border-right: 1px solid var(--color-blue);
}
footer .footerCenter .social a span:after {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  left: 0;
  bottom: 0;
  border-bottom: 1px solid var(--color-blue2);
  border-left: 1px solid var(--color-blue);
}
footer .footerCenter .social a i {
  font-size: 17pt;
  /*color: #575e63;*/
  color: var(--color1);
  opacity: 0.5;
  display: block;
  line-height: 1.7;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
footer .footerCenter .social a svg {
  position: relative;
  top: 11px;
}
footer .footerCenter .social a svg path {
  fill: var(--color1);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  opacity: 0.5;
}
footer .footerCenter .social a:hover:before,
footer .footerCenter .social a:hover:after,
footer .footerCenter .social a:hover span:before,
footer .footerCenter .social a:hover span:after {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
footer .footerCenter .social a:hover i {
  color: var(--color-blue2);
  opacity: 1;
}
footer .footerCenter .social a:hover svg path {
  fill: var(--color-blue2);
  opacity: 1;
}
footer .footerCenter .social:after {
  clear: both;
  display: table;
  content: '';
}
footer .footerBtm {
  background-color: var(--color-dark3);
  color: var(--color3);
  font-size: 8pt;
  padding: 18px 0;
}
footer .footerBtm * {
  color: var(--color3);
  font-size: 8pt;
}
footer .footerBtm .year {
  color: var(--color2);
  font-size: 15pt;
  margin-left: 17px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
footer .footerBtm .developed {
  text-align: -moz-left;
  text-align: -webkit-left;
  text-align: left;
  direction: ltr;
}
footer .footerBtm .developed img {
  opacity: 0.5;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
footer .footerBtm a:hover {
  color: var(--color2);
}
footer .footerBtm:after {
  clear: both;
  display: table;
  content: '';
}
footer:after {
  clear: both;
  display: table;
  content: '';
}
.bgDark {
  position: fixed;
  right: 0;
  left: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.95);
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}
/****************** ADD *******************/
.siteinitem {
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 3px 16px 2px rgba(36, 36, 36, 0.2);
  -moz-box-shadow: 0 3px 16px 2px rgba(36, 36, 36, 0.2);
  box-shadow: 0 3px 16px 2px rgba(36, 36, 36, 0.2);
  padding: 15px;
  margin: 30px auto;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
  overflow: hidden;
}
.siteinitem:hover {
  -webkit-box-shadow: 0 2px 30px 4px rgba(46, 125, 50, 0.2);
  -moz-box-shadow: 0 2px 30px 4px rgba(46, 125, 50, 0.2);
  box-shadow: 0 2px 30px 4px rgba(46, 125, 50, 0.2);
}
.siteinitem strong {
  font-family: IRANSans2;
  font-size: 16.5pt;
  display: block;
  margin-bottom: 15px;
  color: #242424;
}
.siteinitem .btnCustom {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 15px;
  line-height: 30px;
}
.siteinitem .off {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 70px 0 0;
  border-color: #ff9800 transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
}
.siteinitem .off span {
  color: #fff;
  font-size: 9.5pt;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  display: block;
  width: 70px;
  position: absolute;
  top: -50px;
  left: -11px;
}
.siteinitem .price {
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  position: relative;
}
.siteinitem .price > * {
  display: inline-block;
  position: relative;
}
.siteinitem .price > *:after {
  clear: both;
  display: table;
  content: '';
}
.siteinitem .price p {
  font-size: 18pt;
  color: #ff453d;
  line-height: 1;
}
.siteinitem .price span {
  font-size: 11.5pt;
  color: #939598;
  padding: 0 15px;
}
.siteinitem .price span:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  content: '';
  width: 100%;
  height: 1px;
  border-bottom: 1px solid red;
}
.siteinitem ul li {
  position: relative;
  list-style: none;
  margin: 5px auto;
}
.siteinitem ul li span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  padding-right: 30px;
}
.siteinitem ul li i {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 18pt;
  line-height: 1;
}
.siteinitem ul li .mdi-check {
  color: #43a047;
}
.siteinitem ul li .mdi-close {
  color: red;
}
.siteinitem ul li:last-child {
  font-size: 9pt;
  color: #1976D2;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  margin-top: 20px;
}
.siteinitem ul li:last-child button {
  background: none;
  border: none;
  padding-right: 15px;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.siteinitem ul li:last-child button:before {
  content: '+';
  position: absolute;
  right: 0;
  top: 3px;
  bottom: 0;
  margin: auto;
  font-size: 15pt;
  line-height: 1;
}
.siteinitem ul li:last-child button:hover {
  color: var(--color1);
}
.siteinitem .btnCustom {
  font-size: 10.5pt;
}
.siteinitem .btnCustom i {
  font-size: 15pt;
  line-height: 0;
  padding-left: 5px;
  position: relative;
  top: 5px;
}
.moreoption {
  padding: 0 50px;
}
.moreoption li {
  margin: 15px auto;
  list-style: disc;
}
.CustomFormSite .input-field {
  position: relative;
  margin-bottom: 15px;
}
.CustomFormSite .input-field label {
  position: absolute;
  right: 15px;
  top: 8px;
  font-size: 10pt;
  color: #ccc;
}
.CustomFormSite .input-field input {
  height: 40px;
  padding: 0 !important;
}
.CustomFormSite .input-field label.active {
  top: -7px;
  background: #fff;
  font-size: 7pt;
  padding: 0 15px;
}
.link-fix .orange,
.link-fix > a {
  text-align: -moz-center;
  text-align: -webkit-center;
  float: right;
}
.link-fix {
  position: fixed;
  top: 20%;
  z-index: 100;
  left: -48px;
}
.link-fix .orange,
.link-fix > a {
  text-align: center;
  color: #555;
  border-left: 1px solid #d4d4d4;
  background: #fff;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  position: absolute;
  left: 0;
  width: 125px;
  height: 30px;
  font-size: 8.5pt;
  line-height: 1.8;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
  font-size: 10pt;
  line-height: 2.2;
}
.contact-fix .title,
.floating-item-container {
  text-align: -moz-center;
  text-align: -webkit-center;
}
.link-fix > a {
  overflow: hidden;
}
.link-fix > a > * {
  position: relative;
  z-index: 1;
  color: #fff;
}
.link-fix > a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 100%;
}
.link-fix > a:hover > * {
  color: #fff;
}
.link-fix > a:hover:before {
  left: 0;
  background: #ff7f00;
}
.link-fix i {
  font-size: 11pt;
  margin-left: 5px;
}
.link-fix .green {
  top: 165px;
}
.link-fix .green:before {
  background: #21a642;
}
.link-fix .green i {
  color: #90be07;
}
.link-fix .blue {
  top: 289px;
}
.link-fix .blue:before {
  background: #08c;
}
.link-fix .blue i {
  color: #02a8f3;
}
.link-fix .orange {
  border-top: 2px solid #fb4124;
  display: none;
  font-size: 8.5pt;
  line-height: 1.8;
}
.link-fix .orange i {
  color: #fb4124;
}
.floating-item-container {
  position: relative;
  margin: 0 auto;
  top: 0;
  width: 165px;
  height: 50px;
  float: right;
  text-align: center;
  color: #555;
  border-left: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
}
.modal-content .contact-fix .title,
.modal > .close {
  text-align: right;
}
.button-container {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.button-container > .btn {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  bottom: -1px;
  right: 0;
  font-size: 8.5pt;
  line-height: 1.8;
  width: 125px;
  height: 30px;
}
.btn-float {
  border: 0;
  letter-spacing: 0;
  padding: 0;
}
.btn-float i {
  font-size: 11pt;
}
.button-container.open > .btn:before {
  display: none;
}
.modal > .close {
  display: inline-block;
  position: relative;
  margin: 10px 10px 0 0;
  right: 0;
  width: 100%;
  float: right;
  color: #000000;
  z-index: 10;
  height: auto;
}
.modal > .close:hover {
  cursor: pointer;
}
.modal > .modal-content {
  width: 100%;
  height: 100%;
  padding: 10px;
  background: 0;
}
.modal > .close i {
  font-size: 10pt;
}
.modal-content .contact-fix {
  width: 100%;
  background: 0;
  padding: 0;
  position: relative;
  z-index: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: block;
}
form.contact-form-fix {
  margin-top: -15px;
}
.contact-fix-small {
  width: 150px;
  height: 50px;
  cursor: pointer;
}
.contact-fix-small .contact-fix-close {
  display: none;
}
.contact-fix {
  width: 185px;
  background: #fff;
  padding: 0 5px 5px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  -webkit-box-shadow: 0 0 8px 0 rgba(23, 23, 24, 0.4);
  -moz-box-shadow: 0 0 8px 0 rgba(23, 23, 24, 0.4);
  box-shadow: 0 0 8px 0 rgba(23, 23, 24, 0.4);
}
.contact-fix .title {
  color: #21a642;
  font-size: 9pt;
  text-align: center;
  margin: 0 auto;
}
.contact-fix .title:before {
  display: none;
}
.contact-fix .title i {
  font-size: 18pt;
  margin-left: 5px;
  vertical-align: middle;
}
.contact-form-fix .captcha-data .group {
  width: 84px !important;
  float: left;
}
.contact-form-fix .reload {
  width: 13px;
  margin: 23px 1px 0 3px;
}
.contact-form-fix .feedback-input {
  width: 70px;
  margin-top: 16px;
}
.contact-form-fix .captcha-data {
  margin-bottom: 0;
  display: block;
}
.captcha-data:after {
  clear: both;
  display: table;
  content: '';
}
.contact-form-fix span.input-validate .inputText {
  height: 40px;
  font-size: 9pt;
}
.contact-form-fix .group label {
  top: 13px;
  font-size: 8pt;
}
.contact-form-fix .group input:focus ~ label,
.contact-form-fix .group input:valid ~ label {
  top: 0;
  font-size: 7pt;
}
.contact-form-fix .submit {
  width: 80px !important;
  height: auto !important;
  font-size: 9pt;
  margin-top: 7px;
}
.contact-form-fix .group {
  margin: 0;
  position: relative;
}
.contact-form-fix .group .line {
  display: block;
}
.contact-form-fix .group span.input-validate {
  display: block;
  width: 100%;
}
.contact-form-fix .group .inputText {
  width: 100% !important;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #b1aeae !important;
  margin: 0 auto;
}
.contact-form-fix .group .bar {
  position: relative;
  display: block;
  width: 100%;
}
.contact-form-fix .group .bar:before {
  right: 50%;
}
.contact-form-fix .group .bar:after {
  left: 50%;
}
.contact-form-fix .group .bar:after,
.contact-form-fix .group .bar:before {
  content: '';
  height: 2px;
  width: 0;
  bottom: 0;
  position: absolute;
  background: #fb4124;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.contact-form-fix .group label {
  color: #9e9e9e;
  font-size: 10pt;
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  right: 0;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.testSMSContainer {
  font-family: iranSans;
}
.testSMSContainer .head i {
  font-size: 22pt;
}
.testSMSContainer .contact-fix-close {
  float: right;
  display: inline-block;
}
.testSMSContainer .head {
  padding: 1px 0 11px;
}
.testSMSContainer .head h3 {
  font-size: 12pt;
  color: #000;
  margin: 0 auto 10px;
}
.testSMSContainer .label {
  font-weight: 400;
  font-size: inherit;
}
.testSMSContainer .user .captcha-data .group {
  position: relative;
  float: right;
}
.testSMSContainer .head {
  background: #e3e2e2;
  margin-bottom: 5px;
  text-align: center;
  padding: 0 0 5px;
  -webkit-box-shadow: 0 1px 5px -1px rgba(24, 24, 24, 0.2);
  -moz-box-shadow: 0 1px 5px -1px rgba(24, 24, 24, 0.2);
  box-shadow: 0 1px 5px -1px rgba(24, 24, 24, 0.2);
  margin-top: 30px;
}
.testSMSContainer .head i {
  font-size: 22pt;
  color: #fb4124;
}
.testSMSContainer .ask,
.testSMSContainer .wiki {
  color: #fb4124;
}
.testSMSContainer .user .col-sm-7 form {
  border-left: 1px solid #e6e6e6;
  padding-left: 70px;
}
.testSMSContainer .user .group {
  margin-bottom: 10px;
  clear: both;
}
.testSMSContainer .user .group:after {
  clear: both;
  display: table;
  content: '';
}
.testSMSContainer .ask {
  cursor: pointer;
  display: block;
  text-align: -moz-left;
  text-align: -webkit-left;
  text-align: left;
  margin: 5px 0 0;
  padding: 0 0 7px;
  font-size: 11px;
}
.testSMSContainer .icon,
.testSMSContainer .user .submit,
.testSMSContainer .wiki {
  display: inline-block;
}
.testSMSContainer .user .submit {
  width: 111px;
  margin-top: 10px;
  font-size: 10pt;
  padding: 3px 0;
}
.testSMSContainer .login-tips ul {
  padding: 0;
}
.testSMSContainer .foot,
.testSMSContainer .login-tips.noback ul > li {
  padding: 5px 0;
}
.testSMSContainer .icon {
  background: url(../img/login-tips.png) no-repeat;
  position: relative;
  width: 23px;
}
.testSMSContainer #back-top {
  width: 55px;
  height: 55px;
  background: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-box-shadow: 0 0 8px 0 rgba(16, 17, 17, 0.44);
  -moz-box-shadow: 0 0 8px 0 rgba(16, 17, 17, 0.44);
  box-shadow: 0 0 8px 0 rgba(16, 17, 17, 0.44);
  transition: background 0.5s ease;
  -moz-transition: background 0.5s ease-in;
  -webkit-transition: background 0.5s ease-in;
  z-index: 10000;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align: center;
  margin: -80px auto auto;
  line-height: 5.5;
  font-size: 7.5pt;
  display: block;
  color: #222;
  font-weight: 700;
}
.testSMSContainer .FormBuilderValidation button#sendForm,
.testSMSContainer .submit,
.testSMSContainer input[type=submit] {
  -webkit-box-shadow: 0 0 10px 0 rgba(16, 17, 17, 0.5);
  -moz-box-shadow: 0 0 10px 0 rgba(16, 17, 17, 0.5);
  text-indent: 0 !important;
  cursor: pointer;
}
.testSMSContainer .group input,
.testSMSContainer .group textarea {
  font-size: 18px;
  width: 100%;
  display: block;
}
.testSMSContainer #back-top:hover {
  background: #fb4124;
  color: #fff;
}
.testSMSContainer .group {
  position: relative;
  margin: 9px 0;
}
.testSMSContainer .group input {
  padding: 10px 10px 10px 5px;
}
.testSMSContainer .group textarea {
  height: 105px;
  padding: 50px 10px 10px 5px;
}
.testSMSContainer .group label {
  color: #9e9e9e;
  font-size: 10pt;
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  right: 0;
  top: 5px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.testSMSContainer .group input:focus ~ label,
.testSMSContainer .group input:valid ~ label,
.testSMSContainer .group textarea:focus ~ label,
.testSMSContainer .group textarea:valid ~ label {
  top: -5px;
  font-size: 8.5pt;
  color: #fb4124;
}
.testSMSContainer .group .bar {
  position: relative;
  display: block;
  width: 100%;
}
.testSMSContainer .group .bar:after,
.testSMSContainer .group .bar:before {
  height: 2px;
  width: 0;
  bottom: 0;
  position: absolute;
  background: #fb4124;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.testSMSContainer .group .bar:before {
  right: 50%;
}
.testSMSContainer .group .bar:after {
  left: 50%;
}
.testSMSContainer .group input:focus ~ .bar:after,
.testSMSContainer .group input:focus ~ .bar:before,
.testSMSContainer .group textarea:focus ~ .bar:after,
.testSMSContainer .group textarea:focus ~ .bar:before {
  width: 50%;
}
.testSMSContainer .fullWidth {
  width: 100% !important;
  float: right;
}
.testSMSContainer span.input-validate {
  display: block;
}
.testSMSContainer .line > label {
  width: 23%;
  padding: 5px 0 0 1%;
  font-size: 10pt;
}
.testSMSContainer span.input-validate .inputText::-webkit-input-placeholder {
  color: #b2b2b2;
}
.testSMSContainer span.input-validate .inputText:-moz-placeholder {
  color: #b2b2b2;
}
.testSMSContainer span.input-validate .inputText::-moz-placeholder {
  color: #b2b2b2;
}
.testSMSContainer span.input-validate .inputText:-ms-input-placeholder {
  color: #b2b2b2;
}
.testSMSContainer span.input-validate .inputArea {
  margin-bottom: 4px;
  font-size: 9pt;
}
.testSMSContainer .waitinginput {
  display: none;
  width: auto;
  height: 35px;
  line-height: 0.5;
  color: #000;
  border: 0;
  background: 0;
}
.testSMSContainer .submit,
.testSMSContainer input[type=submit] {
  background: #fb4124 !important;
  height: 40px;
  width: 120px !important;
  border: 0;
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: center;
  color: #fff;
  transition: background 0.5s ease;
  -moz-transition: background 0.5s ease-in;
  -webkit-transition: background 0.5s ease-in;
  font-size: 12pt;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px 3px;
  box-shadow: 0 0 10px 0 rgba(16, 17, 17, 0.5);
}
.testSMSContainer .submit:hover,
.testSMSContainer input[type=submit]:hover {
  background: rgba(251, 65, 36, 0.8) !important;
}
.testSMSContainer .contactForm .feedback-input {
  float: none;
  width: auto;
  vertical-align: middle;
  margin: 10px auto 15px;
  display: block;
}
.testSMSContainer .field-validation-error > span {
  clear: both;
  display: block;
  text-align: center;
  padding: 3px 0;
  color: red;
  font-size: 10.5pt;
}
.testSMSContainer .captcha-data .input-validate,
.testSMSContainer .fullWidth .input-validate,
.testSMSContainer .fullWidth .inputArea {
  width: 100% !important;
}
.testSMSContainer .captcha-data .feedbackText {
  width: 95% !important;
}
.testSMSContainer span.field-validation-valid {
  font-size: 8pt !important;
  color: red;
  display: none;
}
.testSMSContainer .reload {
  float: right;
  width: 20px;
  vertical-align: middle;
  margin-top: 20px;
  margin-left: 10px;
  cursor: pointer;
}
.testSMSContainer #result {
  font-size: 9pt;
  float: right;
  clear: both;
  margin: 10px 0;
}
.testSMSContainer input,
.testSMSContainer textarea {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.testSMSContainer span.input-validate .inputArea,
.testSMSContainer span.input-validate .inputText {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #b1aeae;
  width: 100%;
}
.testSMSContainer .btn-float,
.testSMSContainer .group input:focus,
.testSMSContainer .group textarea:focus,
.testSMSContainer .mui-select:focus,
.testSMSContainer .mui-select > select,
.testSMSContainer :focus,
.testSMSContainer a:focus {
  outline: 0;
}
.testSMSContainer .group input:focus ~ .bar:after,
.testSMSContainer .group input:focus ~ .bar:before,
.testSMSContainer .group textarea:focus ~ .bar:after,
.testSMSContainer .group textarea:focus ~ .bar:before {
  width: 50%;
}
.testSMSContainer .group .bar:before {
  right: 50%;
}
.testSMSContainer .group .bar:after {
  left: 50%;
}
.testSMSContainer .group .bar {
  position: relative;
  display: block;
  width: 100%;
}
.testSMSContainer .group .bar:after,
.testSMSContainer .group .bar:before {
  height: 2px;
  width: 0;
  bottom: 0;
  position: absolute;
  background: #fb4124;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.testSMSContainer .basket-login-r .group:after,
.testSMSContainer .group .bar:after,
.testSMSContainer .group .bar:before,
.testSMSContainer .top-l a:after {
  content: '';
}
.inputText.valid {
  color: #777;
}
.label.label-success {
  white-space: normal;
  margin-bottom: 20px;
  display: block;
  line-height: 2;
}
.testSMSContainer .user .submit {
  width: auto !important;
  font-size: 10pt;
  padding: 5px 15px;
}
.testSMSContainer .col-sm-5 .captcha-data .group {
  width: 124px !important;
  margin-left: 10px !important;
}
.testSMSContainer .col-sm-5 .feedback-input {
  width: 105px !important;
}
.topCenter .linkToHome {
  color: #fff;
  padding: 5px 25px;
  height: 36px;
  cursor: pointer;
  background: #00aeef;
}
.topCenter .linkToHome:hover {
  background: #61b238;
  color: #fff;
}
.topCenter {
  margin: auto;
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: center;
  background: #0F191F;
  position: absolute;
  left: 0;
  right: 0;
  top: 4px;
  z-index: 0;
}
.topCenter * {
  font-size: 12pt;
  color: #fff;
  line-height: 1.7;
  vertical-align: middle;
}
.topCenter > * {
  height: 36px;
  overflow: hidden;
}
.topCenter > a,
.topCenter > div {
  color: #fff;
  position: relative;
  padding: 0 20px;
  min-height: 33px;
  display: inline-block;
  vertical-align: middle;
  min-width: 177px;
  direction: ltr;
  margin: 3px 0;
}
.topCenter > a svg,
.topCenter > div svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.topCenter i {
  font-size: 13.5pt;
  margin-right: 1px;
  line-height: 1.7;
}
.topCenter .loginTo {
  background: #577b86;
  padding: 4px 20px;
}
.topCenter .phone {
  background-color: #fb4124;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.topCenter .phone:hover {
  background-color: #ff7661;
}
.topCenter .phone:hover a {
  color: #fff;
}
.topCenter .phone * {
  color: #fff;
}
.topCenter .phone i {
  font-size: 18pt;
  line-height: 1.5;
}
.topCenter .phone a {
  font-size: 14.5pt;
  letter-spacing: 3px;
}
.HamyarTBL {
  position: relative;
  margin: 30px auto;
  background: #fff;
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.09);
  width: 100%;
}
.HamyarTBL tr:nth-child(2n) {
  background: #eee;
}
.HamyarTBL th {
  color: #4c4c4c;
  font-family: IRANSans2;
}
@media only screen and (max-width: 1200px) {
  .topCenter {
    width: 70.5%;
  }
}
@media only screen and (max-width: 992px) {
  .topCenter {
    width: initial;
    margin: 0 auto;
    top: 4px;
    position: relative;
    float: left !important;
  }
  .topCenter * {
    font-size: 10.5pt;
    line-height: 2.2;
  }
  .topCenter .loginTo,
  .topCenter .linkToHome {
    padding: 4px 10px;
  }
  .topCenter .phone {
    padding: 0 10px;
  }
  .topCenter > a,
  .topCenter > div {
    margin-bottom: 5px;
    min-width: unset;
    min-height: unset;
  }
}
a.loginTo:hover {
  background-color: #1ba24c;
}
a.phone-fix {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: green;
  display: block;
  position: fixed;
  z-index: 100000;
  bottom: 90px;
  right: 15px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 25px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: none;
}
a.phone-fix:hover {
  background: #FB4124;
}
@media only screen and (max-width: 768px) {
  a.phone-fix {
    display: block;
  }
  .topCenter {
    position: unset;
    margin-top: 13px;
  }
  .topCenter * {
    font-size: 9pt;
    line-height: 1;
    padding: 3px !important;
  }
  .topCenter > * {
    height: 20px !important;
  }
  .topCenter svg,
  .topCenter i {
    display: none !important;
  }
  .topCenter .phone a {
    font-size: 9pt;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 600px) {
  .topHeader .logo {
    margin: auto;
    top: 0;
    display: block;
    text-align: -moz-center;
    text-align: -webkit-center;
    text-align: center;
    width: 158px;
    float: none !important;
  }
  .topCenter {
    position: unset;
    margin: 0 auto 5px;
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .testSMSContainer .col-sm-5 .captcha-data .group {
    margin-left: 5px !important;
  }
  .testSMSContainer .col-sm-5 .reload {
    margin: 24px 6px 20px;
  }
  .label.label-success {
    font-size: 9pt;
  }
}
/*@media only screen and (max-width:430px) {
    .menuResize span {
        display: none;
    }
}*/
/**************** BROWSER *****************/
/*firefox*/
/*firefox*/
@-moz-document url-prefix() {
  /*footer .footerTop .newsLetter .magnify svg {
        top: -0.5px;
    }*/
}
/*safari*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /*footer .footerTop .newsLetter .magnify svg {
        top: -0.5px;
    }*/
}
/*ie*/
/******************** Responsive *********************/
@media only screen and (max-width: 1200px) {
  /******** material-scrolltop  ********/
  .material-scrolltop {
    display: none;
  }
  /************* ARTICLENEWS ****************/
}
@media only screen and (max-width: 992px) {
  /***************** FOOTER ******************/
  footer .footerCenter .aboutFooter {
    padding-left: 0;
  }
  footer .footerCenter .info {
    margin-right: 0;
  }
  footer .footerCenter .social a {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 768px) {
  /***************** FOOTER ******************/
  footer .footerCenter .aboutFooter {
    line-height: 1.5;
  }
  footer .footerCenter .info i {
    width: 13%;
  }
  footer .footerCenter .info span {
    width: 87%;
  }
  footer .footerCenter .social a,
  footer .footerCenter .social a span {
    width: 35px;
    height: 35px;
  }
}
@media only screen and (max-width: 580px) {
  .title strong {
    font-size: 11pt;
  }
  /***************** FOOTER ******************/
  footer .footerTop .newsLetterIn {
    width: 300px;
  }
  footer .footerCenter {
    padding: 15px 0;
  }
  footer .footerCenter label {
    margin-bottom: 5px;
  }
  footer .footerCenter .row > div {
    width: 100%;
    margin-bottom: 20px;
  }
  footer .footerBtm .developed {
    width: 40%;
  }
  footer .footerBtm .company {
    width: 60%;
  }
}
@media only screen and (max-width: 480px) {
  .link-fix .orange,
  .link-fix > a {
    font-size: 8pt;
  }
}
@media only screen and (max-width: 420px) {
  .myCarousel .item {
    padding: 10px 5px 15px;
  }
  /***************** FOOTER ******************/
  footer .footerTop .newsLetter {
    width: 100%;
    text-align: -moz-center;
    text-align: -webkit-center;
    text-align: center;
  }
  footer .footerTop .newsLetter .input-field {
    height: 40px;
    width: 100%;
    margin-bottom: 5px;
  }
  footer .footerTop .newsLetter .input-field input {
    height: 40px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
  }
  footer .footerTop .newsLetter .input-field label {
    right: 0;
    left: 0;
    top: 8px;
  }
  footer .footerTop .newsLetter .magnify {
    width: 100%;
    height: 40px;
  }
  footer .footerTop .newsLetter .magnify button {
    height: 40px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
  }
  footer .footerTop .newsLetter .magnify svg {
    display: none;
  }
}