/* Minification failed. Returning unminified contents.
(816,23): run-time error CSS1038: Expected hex color, found '#fff6'
(37139,41): run-time error CSS1046: Expect comma, found '0'
(37139,45): run-time error CSS1046: Expect comma, found '/'
(37140,33): run-time error CSS1046: Expect comma, found '0'
(37140,37): run-time error CSS1046: Expect comma, found '/'
(38969,1): run-time error CSS1019: Unexpected token, found '}'
(40123,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(40124,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '100%'
 */
.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #eee;
    border-top-left-radius: 5px;
    border-top-right-radius: 6px;
}

    .modal-header .close {
        margin-top: -2px;
        float: left;
        font-size: xx-large;
        background: transparent;
        color: #444;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}

.clearfix:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#swipebox-container {
    position: relative;
    width: 100%;
    height: 100%;
    direction: ltr;
}

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
          transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url(/Content/swipebox/img/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
          transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-bottom-bar {
  bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
  top: -50px;
}
#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(/Content/swipebox/img/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}

#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}

#swipebox-next {
  background-position: -78px 13px;
  float: right;
}

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
          animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
          animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all .3s ease;
          transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
          box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
          box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes rightSpring {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }

  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: fa, Helvetica, Arial, sans-serif;
}

.main-nav {
    border-bottom: 2px solid #ffffff;
}

.agent-widget {
    padding: 10px;
}


@media (max-width: 548px) {
    .left-side {
        padding: 0;
    }

    #header {
        padding: 0;
    }
}

.popover {
    min-width: 180px;
    text-align: center;
}

#submit {
    float: left;
}

.popover.top {
    margin-top: -45px !Important;
        background-color: #fff;
    padding: 5px;
    border-radius: 5px;
}

.popover-content {
    text-align: right;
    line-height: 1.5;
}

.owl-item {
    width: 100%;
}

.carousel-item {
    margin: 0;
}

.pb8 {
    padding-bottom: 8px;
}


.required {
    position: absolute;
    margin-top: 18px;
    margin-right: 5px;
}

.office-address ul {
    text-align: right;
}

.captcha-box > div {
    margin-top: 0;
}

.btn-block {
    width: 100% !Important;
}

.mt10 {
    margin-top: 10px;
}

.office-address li {
    padding-bottom: 5px;
}

.product-share-button {
    width: 100%;
    text-align: center;
}

/**********************************/
section.simple [class*="rating-"] {
    height: 20px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 94px;
}

    section.simple [class*="rating-"]:before, section.simple [class*="rating-"]:after {
        color: #ccc;
        content: "\f006 \f006 \f006 \f006 \f006";
        font-family: FontAwesome;
        font-size: 20px;
        left: 0;
        position: absolute;
        top: 0;
    }

    section.simple [class*="rating-"]:after {
        color: orange;
    }

    section.simple [class*="rating-"].rating-0:after {
        content: "";
    }

    section.simple [class*="rating-"].rating-0_5:after {
        content: "\f089";
    }

    section.simple [class*="rating-"].rating-1:after {
        content: "\f005";
    }

    section.simple [class*="rating-"].rating-1_5:after {
        content: "\f005 \f089";
    }

    section.simple [class*="rating-"].rating-2:after {
        content: "\f005 \f005";
    }

    section.simple [class*="rating-"].rating-2_5:after {
        content: "\f005 \f005 \f089";
    }

    section.simple [class*="rating-"].rating-3:after {
        content: "\f005 \f005 \f005";
    }

    section.simple [class*="rating-"].rating-3_5:after {
        content: "\f005 \f005 \f005 \f089";
    }

    section.simple [class*="rating-"].rating-4:after {
        content: "\f005 \f005 \f005 \f005";
    }

    section.simple [class*="rating-"].rating-4_5:after {
        content: "\f005 \f005 \f005 \f005 \f089";
    }

    section.simple [class*="rating-"].rating-5:after {
        content: "\f005 \f005 \f005 \f005 \f005";
    }

section.precise .slider {
    width: 100%;
}

section.precise .open,
section.precise .fill {
    float: left;
    width: 50%;
}

    section.precise .open .rating,
    section.precise .fill .rating {
        height: 20px;
        margin: 0 auto;
        position: relative;
        width: 94px;
    }

        section.precise .open .rating .bg,
        section.precise .open .rating .value,
        section.precise .fill .rating .bg,
        section.precise .fill .rating .value {
            height: 20px;
            position: absolute;
            text-align: center;
        }

            section.precise .open .rating .bg:before,
            section.precise .open .rating .value:before,
            section.precise .fill .rating .bg:before,
            section.precise .fill .rating .value:before {
                color: #ccc;
                content: "\f006 \f006 \f006 \f006 \f006";
                font-family: FontAwesome;
                font-size: 20px;
            }

        section.precise .open .rating .value,
        section.precise .fill .rating .value {
            overflow: hidden;
            width: 0%;
        }

        section.precise .open .rating .value:before,
        section.precise .fill .rating .value:before {
            color: orange;
            content: "\f005 \f005 \f005 \f005 \f005";
        }

        section.precise .fill .rating .bg:before {
            content: "\f005 \f005 \f005 \f005 \f005";
        }

input[type=range] {
    -webkit-appearance: none;
    width: 200px;
    margin: 20px auto;
}

    input[type=range]:focus {
        outline: none;
    }

    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 1px;
        cursor: pointer;
        box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
        background: #666666;
        border-radius: 0px;
        border: 0px solid #666666;
    }

    input[type=range]::-webkit-slider-thumb {
        box-shadow: 0px 0px 0px #ffffff, 0px 0px 0px #ffffff;
        border: 1px solid #ffffff;
        height: 20px;
        width: 20px;
        border-radius: 10px;
        background: #ffa500;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -9.5px;
    }

    input[type=range]:focus::-webkit-slider-runnable-track {
        background: #737373;
    }

    input[type=range]::-moz-range-track {
        width: 100%;
        height: 1px;
        cursor: pointer;
        box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
        background: #666666;
        border-radius: 0px;
        border: 0px solid #666666;
    }

    input[type=range]::-moz-range-thumb {
        box-shadow: 0px 0px 0px #ffffff, 0px 0px 0px #ffffff;
        border: 1px solid #ffffff;
        height: 20px;
        width: 20px;
        border-radius: 10px;
        background: #ffa500;
        cursor: pointer;
    }

    input[type=range]::-ms-track {
        width: 100%;
        height: 1px;
        cursor: pointer;
        background: transparent;
        border-color: transparent;
        color: transparent;
    }

    input[type=range]::-ms-fill-lower {
        background: #595959;
        border: 0px solid #666666;
        border-radius: 0px;
        box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    }

    input[type=range]::-ms-fill-upper {
        background: #666666;
        border: 0px solid #666666;
        border-radius: 0px;
        box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    }

    input[type=range]::-ms-thumb {
        box-shadow: 0px 0px 0px #ffffff, 0px 0px 0px #ffffff;
        border: 1px solid #ffffff;
        height: 20px;
        width: 20px;
        border-radius: 10px;
        background: #ffa500;
        cursor: pointer;
        height: 1px;
    }

    input[type=range]:focus::-ms-fill-lower {
        background: #666666;
    }

    input[type=range]:focus::-ms-fill-upper {
        background: #737373;
    }

.inline-b {
    display: inline-block;
}

.reviewBox {
    font-size: 20px;
    text-align: center;
    background-color: #fff;
    color: #707070;
    border-radius: 4px;
    padding: 12px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    transition: 0.25s;
    margin-bottom: 10px;
}

.agent-widget:hover > .button-company-edid {
    transition: 0.3s ease-in opacity;
    opacity: 0.8;
}

.edit-box:hover .button-company-edid {
    transition: 0.3s ease-in opacity;
    opacity: 0.8;
}

.button-company-edid:hover {
    transition: 0.3s ease-in opacity;
    opacity: 1;
}

.showDialogBackground {
}

.changeBackgrondLabel {
    transition: 0.3s ease-in opacity;
    /*opacity: 0;*/
    text-align: center;
    bottom: -100px;
    position: relative;
    color: #1c1b1b;
    background-color: #fff6;
    padding: 8px;
    font-size: 1.3em;
    cursor: pointer;
}

.showDialogBackground:hover > .changeBackgrondLabel {
    transition: 0.3s ease-in opacity;
    opacity: 0.9;
}

.changeBackgrondLabel > span:hover {
    color: #000;
    font-weight: bold;
}

.changeLogoMobile {
    -moz-transition: .3s ease-in opacity;
    -o-transition: .3s ease-in opacity;
    -webkit-transition: .3s ease-in opacity;
    transition: .3s ease-in opacity;
    width: 90px;
    display: inline-block;
    opacity: 0.9;
    background: #ffffffab;
    position: absolute;
    bottom: -2px;
    font-size: 1em;
    text-align: center;
    right: 25px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #000;
    z-index: 11;
}
.changeLogoMobile :hover{
    font-weight :bold
}

.change-back-mobile {
    opacity: 0.9;
    padding: 4px;
    z-index: 9;
}
@media (min-width: 480px) {
    .change-back-mobile {
         bottom: -85px;
    }
}
@media (max-width: 480px) {
    .change-back-mobile {
         bottom: -36px;
    }
}
@media (min-width: 601px) {
    .changeLogoMobile {
        bottom: -42px;
        /*bottom: -24px;*/
    }
}

@media (max-width: 991px) {
    .changeBackgrondLabel {
        opacity: 0.9 !important;
        font-size: small;
    }

    .button-company-edid {
        opacity: 0.9 !important;
    }
}
.z-index-99{
    z-index:99;
}
.postion-absolute{
    position:absolute;
}
.margin-b-16 {
margin-bottom: -16px !IMPORTANT;
}  
.padding-right-2{
    padding-right:2px !important;
}

/*@media (max-width: 500px) { 
    .introjs-helperNumberLayer{
        left: 0px!important;
        top: -10px!important;
    }
    .introjs-tooltip{
        margin-top: 40px!important;
    }
}*/

.grid-item{
    padding:5px;
}
.mb-10{
    margin-bottom:10px;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.img-remove {
    position: absolute;
    left: 21px;
    top: 9px;
    display: inline-block;
    background-color: #e8e5e5a3;
    padding: 3px;
    border-radius: 2px;
}
.edit-cert {
    position: absolute;
    right: 25px;
    top: 9px;
    display: inline-block;
    background-color: #e8e5e5a3;
    padding: 3px;
    border-radius: 2px;
}
.spnCountClass {
     font-size: x-large;
    direction: ltr;
    display: inline-block;
}
.full-stars-example-two {
    direction: ltr;
    text-align: left;
}

    .full-stars-example-two .rating-group {
        display: inline-flex;
    }

    .full-stars-example-two .rating__icon {
        pointer-events: none;
    }

    .full-stars-example-two .rating__input {
        position: absolute !important;
     }

    .full-stars-example-two .rating__input--none {
        display: none;
    }

    .full-stars-example-two .rating__label {
        cursor: pointer;
        padding: 0 0.1em;
        font-size: 2rem;
    }

    .full-stars-example-two .rating__icon--star {
        color: orange;
    }

    .full-stars-example-two .rating__input:checked ~ .rating__label .rating__icon--star {
        color: #ddd;
    }

    .full-stars-example-two .rating-group:hover .rating__label .rating__icon--star {
        color: orange;
    }

    .full-stars-example-two .rating__input:hover ~ .rating__label .rating__icon--star {
        color: #ddd;
    }
.AddReview {
     display: none;
     padding: 15px 20px;
    margin: 20px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 2px 2px #ddd;
}
.btnCancel {
    background-color: #eee !important;
    padding: 8px 16px !important;
}
    .btnCancel:hover {
        background-color: #fff !important;
        color: #000 !important;
        border-color: #000 !important;
    }
 
/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/

.sm{box-sizing:border-box;position:relative;z-index:9999;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:default;}
.sm::after{content:"";display:block;height:0;font:0px/0 serif;clear:both;overflow:hidden;}
.sm *,.sm *::before,.sm *::after{box-sizing:inherit;}
.sm-mint {
  /*border-top: 2px solid #8db863;
  border-bottom: 2px solid #8db863;*/
  background: #fff;
}
.sm-mint a, .sm-mint a:hover, .sm-mint a:focus, .sm-mint a:active {
  padding: 13px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
    font-size: 15px;
  font-weight: normal;
  line-height: 15px;
  text-decoration: none;
}
.sm-mint a.current {
  font-weight: bold;
}
.sm-mint a.disabled {
  color: #cccccc;
}
.sm-mint a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 14px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  /*background: rgba(141, 184, 99, 0.2);*/
  border-radius: 4px;
}
.sm-mint a .sub-arrow::before {
  content: '+';
}
.sm-mint a.highlighted .sub-arrow::before {
  content: '-';
}
.sm-mint li {
  /*border-top: 1px solid rgba(141, 184, 99, 0.2);*/
}
.sm-mint > li:first-child {
  border-top: 0;
}
.sm-mint ul {
  /*background: rgba(141, 184, 99, 0.2);*/
}
.sm-mint ul a, .sm-mint ul a:hover, .sm-mint ul a:focus, .sm-mint ul a:active {
  font-size: 14px;
  border-left: 8px solid transparent;
}
.sm-mint ul ul a,
.sm-mint ul ul a:hover,
.sm-mint ul ul a:focus,
.sm-mint ul ul a:active {
  border-left: 16px solid transparent;
}
.sm-mint ul ul ul a,
.sm-mint ul ul ul a:hover,
.sm-mint ul ul ul a:focus,
.sm-mint ul ul ul a:active {
  border-left: 24px solid transparent;
}
.sm-mint ul ul ul ul a,
.sm-mint ul ul ul ul a:hover,
.sm-mint ul ul ul ul a:focus,
.sm-mint ul ul ul ul a:active {
  border-left: 32px solid transparent;
}
.sm-mint ul ul ul ul ul a,
.sm-mint ul ul ul ul ul a:hover,
.sm-mint ul ul ul ul ul a:focus,
.sm-mint ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

@media (min-width: 768px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-mint ul {
    position: absolute;
    width: 12em;
  }

  .sm-mint li {
    float: left;
  }

  .sm-mint.sm-rtl li {
    float: right;
  }

  .sm-mint ul li, .sm-mint.sm-rtl ul li, .sm-mint.sm-vertical li {
    float: none;
  }

  .sm-mint a {
    white-space: nowrap;
  }

  .sm-mint ul a, .sm-mint.sm-vertical a {
    white-space: normal;
  }

  .sm-mint .sm-nowrap > li > a, .sm-mint .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */
  .sm-mint {
    border-top: 0;
    background: transparent;
  }
  .sm-mint a, .sm-mint a:hover, .sm-mint a:focus, .sm-mint a:active, .sm-mint a.highlighted {
    padding: 11px 20px;
     border-radius: 4px 4px 0 0;
  }
 
  .sm-mint a.highlighted {
    background: #ffffff;
    color: #333;
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);
  }
  .sm-mint a.disabled {
    background: transparent;
    color: #cccccc;
    box-shadow: none;
  }
  .sm-mint a.has-submenu {
    padding-right: 34px;
  }
  .sm-mint a .sub-arrow {
    top: 50%;
    margin-top: -3px;
    right: 20px;
    width: 0;
    height: 0;
    border-width: 6px 5.02px 0px 5.02px;
    border-style: solid dashed dashed dashed;
    /*border-color: #8db863 transparent transparent transparent;*/
    background: transparent;
    border-radius: 0;
  }
  .sm-mint a:hover .sub-arrow, .sm-mint a:focus .sub-arrow, .sm-mint a:active .sub-arrow {
    border-color: #fff transparent transparent transparent;
  }
  .sm-mint a.highlighted .sub-arrow {
    /*border-color: #8db863 transparent transparent transparent;*/
  }
  .sm-mint a.disabled .sub-arrow {
    /*border-color: #8db863 transparent transparent transparent;*/
  }
  .sm-mint a .sub-arrow::before {
    display: none;
  }
  .sm-mint li {
    border-top: 0;
  }
  .sm-mint ul {
    border: 0;
    padding: 8px 0;
    background: #ffffff;
    border-radius: 0 4px 4px 4px;
    /*box-shadow: 0 4px 3px rgba(0, 0, 0, 0.25);*/
  }
  .sm-mint ul ul {
    border-radius: 4px;
  }
  .sm-mint ul a, .sm-mint ul a:hover, .sm-mint ul a:focus, .sm-mint ul a:active, .sm-mint ul a.highlighted {
    border: 0 !important;
    padding: 10px 20px;
    color: #333;
    border-radius: 0;
  }
  .sm-mint ul a:hover, .sm-mint ul a:focus, .sm-mint ul a:active, .sm-mint ul a.highlighted {
    /*background: #8db863;*/
    color: #fff;
    box-shadow: none;
  }
  .sm-mint ul a.disabled {
    background: transparent;
    color: #b3b3b3;
  }
  .sm-mint ul a.has-submenu {
    padding-right: 20px;
  }
  .sm-mint ul a .sub-arrow {
    right: 10px;
    margin-top: -4.02px;
    border-width: 6px 5.02px 0px 5.02px;
    border-style: dashed dashed dashed solid;
    /*border-color: transparent transparent transparent #8db863;*/
  }
  .sm-mint ul a:hover .sub-arrow, .sm-mint ul a:focus .sub-arrow, .sm-mint ul a:active .sub-arrow, .sm-mint ul a.highlighted .sub-arrow {
    border-color: transparent transparent transparent #fff;
  }
  .sm-mint ul a.disabled .sub-arrow {
    /*border-color: transparent transparent transparent #8db863;*/
  }
  .sm-mint .scroll-up,
  .sm-mint .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #ffffff;
    height: 20px;
  }
  .sm-mint .scroll-up-arrow,
  .sm-mint .scroll-down-arrow {
    position: absolute;
    top: 6px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 0 6px 8px 6px;
    border-style: dashed dashed solid dashed;
    /*border-color: transparent transparent #8db863 transparent;*/
  }
  .sm-mint .scroll-down-arrow {
    border-width: 8px 6px 0 6px;
    border-style: solid dashed dashed dashed;
    /*border-color: #8db863 transparent transparent transparent;*/
  }
  .sm-mint.sm-rtl a.has-submenu {
    padding-right: 20px;
    padding-left: 20px;
  }
  .sm-mint.sm-rtl a .sub-arrow {
    right: auto;
    left: 7px;
  }
  .sm-mint.sm-rtl.sm-vertical {
    border-right: 0;
    /*border-left: 2px solid #8db863;*/
  }
  .sm-mint.sm-rtl.sm-vertical a {
    border-radius: 0 4px 4px 0;
  }
  .sm-mint.sm-rtl.sm-vertical a.has-submenu {
    padding: 10px 20px;
  }
  .sm-mint.sm-rtl.sm-vertical a .sub-arrow {
    right: auto;
    left: 10px;
    border-width: 4.02px 6px 4.02px 0;
    border-style: dashed solid dashed dashed;
    /*border-color: transparent #8db863 transparent transparent;*/
  }
  .sm-mint.sm-rtl.sm-vertical a:hover .sub-arrow, .sm-mint.sm-rtl.sm-vertical a:focus .sub-arrow, .sm-mint.sm-rtl.sm-vertical a:active .sub-arrow, .sm-mint.sm-rtl.sm-vertical a.highlighted .sub-arrow {
    border-color: transparent #fff transparent transparent;
  }
  .sm-mint.sm-rtl.sm-vertical a.disabled .sub-arrow {
    /*border-color: transparent #8db863 transparent transparent;*/
  }
  .sm-mint.sm-rtl ul {
    border-radius: 4px 0 4px 4px;
  }
  .sm-mint.sm-rtl ul a {
    border-radius: 0 !important;
  }
  .sm-mint.sm-rtl ul a.has-submenu {
    padding: 10px 20px !important;
  }
  .sm-mint.sm-rtl ul a .sub-arrow {
    right: auto;
    left: 10px;
    border-width: 4.02px 6px 4.02px 0;
    border-style: dashed solid dashed dashed;
    /*border-color: transparent #8db863 transparent transparent;*/
  }
  .sm-mint.sm-rtl ul a:hover .sub-arrow, .sm-mint.sm-rtl ul a:focus .sub-arrow, .sm-mint.sm-rtl ul a:active .sub-arrow, .sm-mint.sm-rtl ul a.highlighted .sub-arrow {
    border-color: transparent #fff transparent transparent;
  }
  .sm-mint.sm-rtl ul a.disabled .sub-arrow {
    /*border-color: transparent #8db863 transparent transparent;*/
  }
  .sm-mint.sm-vertical {
    border-bottom: 0;
    /*border-right: 2px solid #8db863;*/
  }
  .sm-mint.sm-vertical a {
    padding: 10px 20px;
    border-radius: 4px 0 0 4px;
  }
  .sm-mint.sm-vertical a:hover, .sm-mint.sm-vertical a:focus, .sm-mint.sm-vertical a:active, .sm-mint.sm-vertical a.highlighted {
    /*background: #8db863;*/
    color: #fff;
    box-shadow: none;
  }
  .sm-mint.sm-vertical a.disabled {
    background: transparent;
    color: #cccccc;
  }
  .sm-mint.sm-vertical a .sub-arrow {
    right: 10px;
    margin-top: -4.02px;
    border-width: 4.02px 0 4.02px 6px;
    border-style: dashed dashed dashed solid;
    /*border-color: transparent transparent transparent #8db863;*/
  }
  .sm-mint.sm-vertical a:hover .sub-arrow, .sm-mint.sm-vertical a:focus .sub-arrow, .sm-mint.sm-vertical a:active .sub-arrow, .sm-mint.sm-vertical a.highlighted .sub-arrow {
    border-color: transparent transparent transparent #fff;
  }
  .sm-mint.sm-vertical a.disabled .sub-arrow {
    /*border-color: transparent transparent transparent #8db863;*/
  }
  .sm-mint.sm-vertical ul {
    border-radius: 4px !important;
  }
  .sm-mint.sm-vertical ul a {
    padding: 10px 20px;
  }
}

/*# sourceMappingURL=sm-mint.css.map */

 .rating {
     float:left;
 }

/* :not(:checked) is a filter, so that browsers that don’t support :checked don’t
    follow these rules. Every browser that supports :checked also supports :not(), so
    it doesn’t make the test unnecessarily selective */
.rating:not(:checked) > input {
    position:absolute;
    top:-9999px;
    clip:rect(0,0,0,0);
}

.rating:not(:checked) > label {
    float:right;
    width:1em;
    padding:0 .1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:200%;
    line-height:1.2;
    color:#ddd;
    text-shadow:1px 1px #bbb, 2px 2px #666, .1em .1em .2em rgba(0,0,0,.5);
}

.rating:not(:checked) > label:before {
    content: '★ ';
}



.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: gold;
    text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
}

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
    color: #ea0;
    text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
}

.rating > label:active {
    position:relative;
    top:2px;
    left:2px;
}
hr {
    margin-top: 2px;
    margin-bottom: 3px;
}
 .reviewHeader {
     margin-bottom: 20px;
 }

.reviewHeader div{
    display: inline-block
}

 
.reviewbox {
    padding: 0 5px;
    bottom: -10px;
    position: relative;
}
.text-red {
    color: #e20b0b
}
 .rating {
     float:left;
 }

/* :not(:checked) is a filter, so that browsers that don’t support :checked don’t
    follow these rules. Every browser that supports :checked also supports :not(), so
    it doesn’t make the test unnecessarily selective */
.rating:not(:checked) > input {
    position:absolute;
    top:-9999px;
    clip:rect(0,0,0,0);
}

.rating:not(:checked) > label {
    float:right;
    width:1em;
    padding:0 .1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:200%;
    line-height:1.2;
    color:#ddd;
    text-shadow:1px 1px #bbb, 2px 2px #666, .1em .1em .2em rgba(0,0,0,.5);
}

.rating:not(:checked) > label:before {
    content: '★ ';
}

.rating > label:active {
    position:relative;
    top:2px;
    left:2px;
}
hr {
    margin-top: 2px;
    margin-bottom: 3px;
}
 .reviewHeader {
     margin-bottom: 20px;
 }

.reviewHeader div{
    display: inline-block
}

.ratebox {
    padding: 20px 13px;
    font-size: 3em;
    border-radius: 3px;
    letter-spacing: -5px;
    top: -17px;
    position: relative;
}
.reviewbox {
    padding: 0 5px;
    bottom: -10px;
    position: relative;
}
.company-name {
    padding-left: 50px;
}

.agent-content {
    width: 100%;
}

.sub-price {
    display: inline-block;
}

.data-table th {
    background-color: #274abb;
    color: #fff;
    vertical-align: top;
    font-weight: 500;
}

#about {
    padding-top:  0px;
}

#product {
    padding-top: 0px;
}

#address {
    padding-top:  0px;
}

#co-worker {
    padding-top:  0px;
}

.menu-btn {
    display: none;
}
.listing-content{direction: rtl}
/*.single-line { font-size: 22px  ; }*/
.life-ring {
    width: 43px;
    height: 40px;
    text-align: center;
    float: left;
    margin-left: -9px;
    /*margin-top: -37px;*/
    /*margin-top: -37px;*/
    margin-top: -33px;
}
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/Themes/IrsaTheme/Content/fonts/fontawesome-webfont.eot?v=4.6.3);
  src: url(/Themes/IrsaTheme/Content/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'), url(/Themes/IrsaTheme/Content/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'), url(/Themes/IrsaTheme/Content/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'), url(/Themes/IrsaTheme/Content/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'), url(/Themes/IrsaTheme/Content/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
  float:left;
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
/*    test     */
.fa-glasss:before {
    content: "\f2ab";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}


@font-face {
    font-family: 'simple-line-icons';
    src:    url(/Themes/IrsaTheme/Content/fonts/simple-line-icons.eot?thkwh4);
    src:    url(/Themes/IrsaTheme/Content/fonts/simple-line-icons.eot?thkwh4#iefix) format('embedded-opentype'),
        url(/Themes/IrsaTheme/Content/fonts/simple-line-icons.ttf?thkwh4) format('truetype'),
        url(/Themes/IrsaTheme/Content/fonts/simple-line-icons.woff?thkwh4) format('woff'),
        url(/Themes/IrsaTheme/Content/fonts/simple-line-icons.svg?thkwh4#simple-line-icons) format('svg');
    font-weight: normal;
    font-style: normal;
}

.sl {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'simple-line-icons' !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;
}

.sl-icon-user-female:before {
    content: "\e000";
}
.sl-icon-people:before {
    content: "\e001";
}
.sl-icon-user-follow:before {
    content: "\e002";
}
.sl-icon-user-following:before {
    content: "\e003";
}
.sl-icon-user-unfollow:before {
    content: "\e004";
}
.sl-icon-user:before {
    content: "\e005";
}
.sl-icon-trophy:before {
    content: "\e006";
}
.sl-icon-speedometer:before {
    content: "\e007";
}
.sl-icon-social-youtube:before {
    content: "\e008";
}
.sl-icon-social-twitter:before {
    content: "\e009";
}
.sl-icon-social-tumblr:before {
    content: "\e00a";
}
.sl-icon-social-facebook:before {
    content: "\e00b";
}
.sl-icon-social-dropbox:before {
    content: "\e00c";
}
.sl-icon-social-dribbble:before {
    content: "\e00d";
}
.sl-icon-shield:before {
    content: "\e00e";
}
.sl-icon-screen-tablet:before {
    content: "\e00f";
}
.sl-icon-screen-smartphone:before {
    content: "\e010";
}
.sl-icon-screen-desktop:before {
    content: "\e011";
}
.sl-icon-plane:before {
    content: "\e012";
}
.sl-icon-notebook:before {
    content: "\e013";
}
.sl-icon-mustache:before {
    content: "\e014";
}
.sl-icon-mouse:before {
    content: "\e015";
}
.sl-icon-magnet:before {
    content: "\e016";
}
.sl-icon-magic-wand:before {
    content: "\e017";
}
.sl-icon-hourglass:before {
    content: "\e018";
}
.sl-icon-graduation:before {
    content: "\e019";
}
.sl-icon-ghost:before {
    content: "\e01a";
}
.sl-icon-game-controller:before {
    content: "\e01b";
}
.sl-icon-fire:before {
    content: "\e01c";
}
.sl-icon-eyeglass:before {
    content: "\e01d";
}
.sl-icon-envelope-open:before {
    content: "\e01e";
}
.sl-icon-envolope-letter:before {
    content: "\e01f";
}
.sl-icon-energy:before {
    content: "\e020";
}
.sl-icon-emotsmile:before {
    content: "\e021";
}
.sl-icon-disc:before {
    content: "\e022";
}
.sl-icon-cursor-move:before {
    content: "\e023";
}
.sl-icon-crop:before {
    content: "\e024";
}
.sl-icon-credit-card:before {
    content: "\e025";
}
.sl-icon-chemistry:before {
    content: "\e026";
}
.sl-icon-bell:before {
    content: "\e027";
}
.sl-icon-badge:before {
    content: "\e028";
}
.sl-icon-anchor:before {
    content: "\e029";
}
.sl-icon-wallet:before {
    content: "\e02a";
}
.sl-icon-vector:before {
    content: "\e02b";
}
.sl-icon-speech:before {
    content: "\e02c";
}
.sl-icon-puzzle:before {
    content: "\e02d";
}
.sl-icon-printer:before {
    content: "\e02e";
}
.sl-icon-present:before {
    content: "\e02f";
}
.sl-icon-playlist:before {
    content: "\e030";
}
.sl-icon-pin:before {
    content: "\e031";
}
.sl-icon-picture:before {
    content: "\e032";
}
.sl-icon-map:before {
    content: "\e033";
}
.sl-icon-layers:before {
    content: "\e034";
}
.sl-icon-handbag:before {
    content: "\e035";
}
.sl-icon-globe-alt:before {
    content: "\e036";
}
.sl-icon-globe:before {
    content: "\e037";
}
.sl-icon-frame:before {
    content: "\e038";
}
.sl-icon-folder-alt:before {
    content: "\e039";
}
.sl-icon-film:before {
    content: "\e03a";
}
.sl-icon-feed:before {
    content: "\e03b";
}
.sl-icon-earphones-alt:before {
    content: "\e03c";
}
.sl-icon-earphones:before {
    content: "\e03d";
}
.sl-icon-drop:before {
    content: "\e03e";
}
.sl-icon-drawar:before {
    content: "\e03f";
}
.sl-icon-docs:before {
    content: "\e040";
}
.sl-icon-directions:before {
    content: "\e041";
}
.sl-icon-direction:before {
    content: "\e042";
}
.sl-icon-diamond:before {
    content: "\e043";
}
.sl-icon-cup:before {
    content: "\e044";
}
.sl-icon-compass:before {
    content: "\e045";
}
.sl-icon-call-out:before {
    content: "\e046";
}
.sl-icon-call-in:before {
    content: "\e047";
}
.sl-icon-call-end:before {
    content: "\e048";
}
.sl-icon-calculator:before {
    content: "\e049";
}
.sl-icon-bubbles:before {
    content: "\e04a";
}
.sl-icon-briefcase:before {
    content: "\e04b";
}
.sl-icon-book-open:before {
    content: "\e04c";
}
.sl-icon-basket-loaded:before {
    content: "\e04d";
}
.sl-icon-basket:before {
    content: "\e04e";
}
.sl-icon-bag:before {
    content: "\e04f";
}
.sl-icon-action-undo:before {
    content: "\e050";
}
.sl-icon-action-redo:before {
    content: "\e051";
}
.sl-icon-wrench:before {
    content: "\e052";
}
.sl-icon-umbrella:before {
    content: "\e053";
}
.sl-icon-trash:before {
    content: "\e054";
}
.sl-icon-tag:before {
    content: "\e055";
}
.sl-icon-support:before {
    content: "\e056";
}
.sl-icon-size-fullscreen:before {
    content: "\e057";
}
.sl-icon-size-actual:before {
    content: "\e058";
}
.sl-icon-shuffle:before {
    content: "\e059";
}
.sl-icon-share-alt:before {
    content: "\e05a";
}
.sl-icon-share:before {
    content: "\e05b";
}
.sl-icon-rocket:before {
    content: "\e05c";
}
.sl-icon-question:before {
    content: "\e05d";
}
.sl-icon-pie-chart:before {
    content: "\e05e";
}
.sl-icon-pencil:before {
    content: "\e05f";
}
.sl-icon-note:before {
    content: "\e060";
}
.sl-icon-music-tone-alt:before {
    content: "\e061";
}
.sl-icon-music-tone:before {
    content: "\e062";
}
.sl-icon-microphone:before {
    content: "\e063";
}
.sl-icon-loop:before {
    content: "\e064";
}
.sl-icon-logout:before {
    content: "\e065";
}
.sl-icon-login:before {
    content: "\e066";
}
.sl-icon-list:before {
    content: "\e067";
}
.sl-icon-like:before {
    content: "\e068";
}
.sl-icon-home:before {
    content: "\e069";
}
.sl-icon-grid:before {
    content: "\e06a";
}
.sl-icon-graph:before {
    content: "\e06b";
}
.sl-icon-equalizer:before {
    content: "\e06c";
}
.sl-icon-dislike:before {
    content: "\e06d";
}
.sl-icon-cursor:before {
    content: "\e06e";
}
.sl-icon-control-start:before {
    content: "\e06f";
}
.sl-icon-control-rewind:before {
    content: "\e070";
}
.sl-icon-control-play:before {
    content: "\e071";
}
.sl-icon-control-pause:before {
    content: "\e072";
}
.sl-icon-control-forward:before {
    content: "\e073";
}
.sl-icon-control-end:before {
    content: "\e074";
}
.sl-icon-calender:before {
    content: "\e075";
}
.sl-icon-bulb:before {
    content: "\e076";
}
.sl-icon-chart:before {
    content: "\e077";
}
.sl-icon-arrow-up-circle:before {
    content: "\e078";
}
.sl-icon-arrow-right-circle:before {
    content: "\e079";
}
.sl-icon-arrow-left-circle:before {
    content: "\e07a";
}
.sl-icon-arrow-down-circle:before {
    content: "\e07b";
}
.sl-icon-ban:before {
    content: "\e07c";
}
.sl-icon-bubble:before {
    content: "\e07d";
}
.sl-icon-camrecorder:before {
    content: "\e07e";
}
.sl-icon-camera:before {
    content: "\e07f";
}
.sl-icon-check:before {
    content: "\e080";
}
.sl-icon-clock:before {
    content: "\e081";
}
.sl-icon-close:before {
    content: "\e082";
}
.sl-icon-cloud-download:before {
    content: "\e083";
}
.sl-icon-cloud-upload:before {
    content: "\e084";
}
.sl-icon-doc:before {
    content: "\e085";
}
.sl-icon-envolope:before {
    content: "\e086";
}
.sl-icon-eye:before {
    content: "\e087";
}
.sl-icon-flag:before {
    content: "\e088";
}
.sl-icon-folder:before {
    content: "\e089";
}
.sl-icon-heart:before {
    content: "\e08a";
}
.sl-icon-info:before {
    content: "\e08b";
}
.sl-icon-key:before {
    content: "\e08c";
}
.sl-icon-link:before {
    content: "\e08d";
}
.sl-icon-lock:before {
    content: "\e08e";
}
.sl-icon-lock-open:before {
    content: "\e08f";
}
.sl-icon-magnifier:before {
    content: "\e090";
}
.sl-icon-magnifier-add:before {
    content: "\e091";
}
.sl-icon-magnifier-remove:before {
    content: "\e092";
}
.sl-icon-paper-clip:before {
    content: "\e093";
}
.sl-icon-paper-plane:before {
    content: "\e094";
}
.sl-icon-plus:before {
    content: "\e095";
}
.sl-icon-power:before {
    content: "\e097";
}
.sl-icon-refresh:before {
    content: "\e098";
}
.sl-icon-reload:before {
    content: "\e099";
}
.sl-icon-settings:before {
    content: "\e09a";
}
.sl-icon-star:before {
    content: "\e09b";
}
.sl-icon-symble-female:before {
    content: "\e09c";
}
.sl-icon-symbol-male:before {
    content: "\e09d";
}
.sl-icon-target:before {
    content: "\e09e";
}
.sl-icon-volume-1:before {
    content: "\e09f";
}
.sl-icon-volume-2:before {
    content: "\e0a0";
}
.sl-icon-volume-off:before {
    content: "\e0a1";
}
.sl-icon-phone:before {
    content: "\e600";
}
.sl-icon-Menu:before {
    content: "\e601";
}
.sl-icon-optionsvertical:before {
    content: "\e602";
}
.sl-icon-options:before {
    content: "\e603";
}
.sl-icon-arrow-down:before {
    content: "\e604";
}
.sl-icon-arrow-left:before {
    content: "\e605";
}
.sl-icon-arrow-right:before {
    content: "\e606";
}
.sl-icon-arrow-up:before {
    content: "\e607";
}
.sl-icon-thumbs-up:before {
    content: "\e80d";
}
.sl-icon-location:before {
    content: "\e810";
}



/*---------------------------------------------------
  Iconsmind
-----------------------------------------------------*/

@font-face {
  font-family: 'iconsmind';
  src:url(/Themes/IrsaTheme/Content/fonts/iconsmind.eot?-rdmvgc);
  src:url(/Themes/IrsaTheme/Content/fonts/iconsmind.eot?#iefix-rdmvgc) format('embedded-opentype'),
    url(/Themes/IrsaTheme/Content/fonts/iconsmind.woff?-rdmvgc) format('woff'),
    url(/Themes/IrsaTheme/Content/fonts/iconsmind.ttf?-rdmvgc) format('truetype'),
    url(/Themes/IrsaTheme/Content/fonts/iconsmind.svg?-rdmvgc#iconsmind) format('svg');
  font-weight: normal;
  font-style: normal;
}

.im {
  font-family: 'iconsmind'  !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.im-icon-A-Z:before {
  content: "\e600";
}
.im-icon-Aa:before {
  content: "\e601";
}
.im-icon-Add-Bag:before {
  content: "\e602";
}
.im-icon-Add-Basket:before {
  content: "\e603";
}
.im-icon-Add-Cart:before {
  content: "\e604";
}
.im-icon-Add-File:before {
  content: "\e605";
}
.im-icon-Add-SpaceAfterParagraph:before {
  content: "\e606";
}
.im-icon-Add-SpaceBeforeParagraph:before {
  content: "\e607";
}
.im-icon-Add-User:before {
  content: "\e608";
}
.im-icon-Add-UserStar:before {
  content: "\e609";
}
.im-icon-Add-Window:before {
  content: "\e60a";
}
.im-icon-Add:before {
  content: "\e60b";
}
.im-icon-Address-Book:before {
  content: "\e60c";
}
.im-icon-Address-Book2:before {
  content: "\e60d";
}
.im-icon-Administrator:before {
  content: "\e60e";
}
.im-icon-Aerobics-2:before {
  content: "\e60f";
}
.im-icon-Aerobics-3:before {
  content: "\e610";
}
.im-icon-Aerobics:before {
  content: "\e611";
}
.im-icon-Affiliate:before {
  content: "\e612";
}
.im-icon-Aim:before {
  content: "\e613";
}
.im-icon-Air-Balloon:before {
  content: "\e614";
}
.im-icon-Airbrush:before {
  content: "\e615";
}
.im-icon-Airship:before {
  content: "\e616";
}
.im-icon-Alarm-Clock:before {
  content: "\e617";
}
.im-icon-Alarm-Clock2:before {
  content: "\e618";
}
.im-icon-Alarm:before {
  content: "\e619";
}
.im-icon-Alien-2:before {
  content: "\e61a";
}
.im-icon-Alien:before {
  content: "\e61b";
}
.im-icon-Aligator:before {
  content: "\e61c";
}
.im-icon-Align-Center:before {
  content: "\e61d";
}
.im-icon-Align-JustifyAll:before {
  content: "\e61e";
}
.im-icon-Align-JustifyCenter:before {
  content: "\e61f";
}
.im-icon-Align-JustifyLeft:before {
  content: "\e620";
}
.im-icon-Align-JustifyRight:before {
  content: "\e621";
}
.im-icon-Align-Left:before {
  content: "\e622";
}
.im-icon-Align-Right:before {
  content: "\e623";
}
.im-icon-Alpha:before {
  content: "\e624";
}
.im-icon-Ambulance:before {
  content: "\e625";
}
.im-icon-AMX:before {
  content: "\e626";
}
.im-icon-Anchor-2:before {
  content: "\e627";
}
.im-icon-Anchor:before {
  content: "\e628";
}
.im-icon-Android-Store:before {
  content: "\e629";
}
.im-icon-Android:before {
  content: "\e62a";
}
.im-icon-Angel-Smiley:before {
  content: "\e62b";
}
.im-icon-Angel:before {
  content: "\e62c";
}
.im-icon-Angry:before {
  content: "\e62d";
}
.im-icon-Apple-Bite:before {
  content: "\e62e";
}
.im-icon-Apple-Store:before {
  content: "\e62f";
}
.im-icon-Apple:before {
  content: "\e630";
}
.im-icon-Approved-Window:before {
  content: "\e631";
}
.im-icon-Aquarius-2:before {
  content: "\e632";
}
.im-icon-Aquarius:before {
  content: "\e633";
}
.im-icon-Archery-2:before {
  content: "\e634";
}
.im-icon-Archery:before {
  content: "\e635";
}
.im-icon-Argentina:before {
  content: "\e636";
}
.im-icon-Aries-2:before {
  content: "\e637";
}
.im-icon-Aries:before {
  content: "\e638";
}
.im-icon-Army-Key:before {
  content: "\e639";
}
.im-icon-Arrow-Around:before {
  content: "\e63a";
}
.im-icon-Arrow-Back3:before {
  content: "\e63b";
}
.im-icon-Arrow-Back:before {
  content: "\e63c";
}
.im-icon-Arrow-Back2:before {
  content: "\e63d";
}
.im-icon-Arrow-Barrier:before {
  content: "\e63e";
}
.im-icon-Arrow-Circle:before {
  content: "\e63f";
}
.im-icon-Arrow-Cross:before {
  content: "\e640";
}
.im-icon-Arrow-Down:before {
  content: "\e641";
}
.im-icon-Arrow-Down2:before {
  content: "\e642";
}
.im-icon-Arrow-Down3:before {
  content: "\e643";
}
.im-icon-Arrow-DowninCircle:before {
  content: "\e644";
}
.im-icon-Arrow-Fork:before {
  content: "\e645";
}
.im-icon-Arrow-Forward:before {
  content: "\e646";
}
.im-icon-Arrow-Forward2:before {
  content: "\e647";
}
.im-icon-Arrow-From:before {
  content: "\e648";
}
.im-icon-Arrow-Inside:before {
  content: "\e649";
}
.im-icon-Arrow-Inside45:before {
  content: "\e64a";
}
.im-icon-Arrow-InsideGap:before {
  content: "\e64b";
}
.im-icon-Arrow-InsideGap45:before {
  content: "\e64c";
}
.im-icon-Arrow-Into:before {
  content: "\e64d";
}
.im-icon-Arrow-Join:before {
  content: "\e64e";
}
.im-icon-Arrow-Junction:before {
  content: "\e64f";
}
.im-icon-Arrow-Left:before {
  content: "\e650";
}
.im-icon-Arrow-Left2:before {
  content: "\e651";
}
.im-icon-Arrow-LeftinCircle:before {
  content: "\e652";
}
.im-icon-Arrow-Loop:before {
  content: "\e653";
}
.im-icon-Arrow-Merge:before {
  content: "\e654";
}
.im-icon-Arrow-Mix:before {
  content: "\e655";
}
.im-icon-Arrow-Next:before {
  content: "\e656";
}
.im-icon-Arrow-OutLeft:before {
  content: "\e657";
}
.im-icon-Arrow-OutRight:before {
  content: "\e658";
}
.im-icon-Arrow-Outside:before {
  content: "\e659";
}
.im-icon-Arrow-Outside45:before {
  content: "\e65a";
}
.im-icon-Arrow-OutsideGap:before {
  content: "\e65b";
}
.im-icon-Arrow-OutsideGap45:before {
  content: "\e65c";
}
.im-icon-Arrow-Over:before {
  content: "\e65d";
}
.im-icon-Arrow-Refresh:before {
  content: "\e65e";
}
.im-icon-Arrow-Refresh2:before {
  content: "\e65f";
}
.im-icon-Arrow-Right:before {
  content: "\e660";
}
.im-icon-Arrow-Right2:before {
  content: "\e661";
}
.im-icon-Arrow-RightinCircle:before {
  content: "\e662";
}
.im-icon-Arrow-Shuffle:before {
  content: "\e663";
}
.im-icon-Arrow-Squiggly:before {
  content: "\e664";
}
.im-icon-Arrow-Through:before {
  content: "\e665";
}
.im-icon-Arrow-To:before {
  content: "\e666";
}
.im-icon-Arrow-TurnLeft:before {
  content: "\e667";
}
.im-icon-Arrow-TurnRight:before {
  content: "\e668";
}
.im-icon-Arrow-Up:before {
  content: "\e669";
}
.im-icon-Arrow-Up2:before {
  content: "\e66a";
}
.im-icon-Arrow-Up3:before {
  content: "\e66b";
}
.im-icon-Arrow-UpinCircle:before {
  content: "\e66c";
}
.im-icon-Arrow-XLeft:before {
  content: "\e66d";
}
.im-icon-Arrow-XRight:before {
  content: "\e66e";
}
.im-icon-Ask:before {
  content: "\e66f";
}
.im-icon-Assistant:before {
  content: "\e670";
}
.im-icon-Astronaut:before {
  content: "\e671";
}
.im-icon-At-Sign:before {
  content: "\e672";
}
.im-icon-ATM:before {
  content: "\e673";
}
.im-icon-Atom:before {
  content: "\e674";
}
.im-icon-Audio:before {
  content: "\e675";
}
.im-icon-Auto-Flash:before {
  content: "\e676";
}
.im-icon-Autumn:before {
  content: "\e677";
}
.im-icon-Baby-Clothes:before {
  content: "\e678";
}
.im-icon-Baby-Clothes2:before {
  content: "\e679";
}
.im-icon-Baby-Cry:before {
  content: "\e67a";
}
.im-icon-Baby:before {
  content: "\e67b";
}
.im-icon-Back2:before {
  content: "\e67c";
}
.im-icon-Back-Media:before {
  content: "\e67d";
}
.im-icon-Back-Music:before {
  content: "\e67e";
}
.im-icon-Back:before {
  content: "\e67f";
}
.im-icon-Background:before {
  content: "\e680";
}
.im-icon-Bacteria:before {
  content: "\e681";
}
.im-icon-Bag-Coins:before {
  content: "\e682";
}
.im-icon-Bag-Items:before {
  content: "\e683";
}
.im-icon-Bag-Quantity:before {
  content: "\e684";
}
.im-icon-Bag:before {
  content: "\e685";
}
.im-icon-Bakelite:before {
  content: "\e686";
}
.im-icon-Ballet-Shoes:before {
  content: "\e687";
}
.im-icon-Balloon:before {
  content: "\e688";
}
.im-icon-Banana:before {
  content: "\e689";
}
.im-icon-Band-Aid:before {
  content: "\e68a";
}
.im-icon-Bank:before {
  content: "\e68b";
}
.im-icon-Bar-Chart:before {
  content: "\e68c";
}
.im-icon-Bar-Chart2:before {
  content: "\e68d";
}
.im-icon-Bar-Chart3:before {
  content: "\e68e";
}
.im-icon-Bar-Chart4:before {
  content: "\e68f";
}
.im-icon-Bar-Chart5:before {
  content: "\e690";
}
.im-icon-Bar-Code:before {
  content: "\e691";
}
.im-icon-Barricade-2:before {
  content: "\e692";
}
.im-icon-Barricade:before {
  content: "\e693";
}
.im-icon-Baseball:before {
  content: "\e694";
}
.im-icon-Basket-Ball:before {
  content: "\e695";
}
.im-icon-Basket-Coins:before {
  content: "\e696";
}
.im-icon-Basket-Items:before {
  content: "\e697";
}
.im-icon-Basket-Quantity:before {
  content: "\e698";
}
.im-icon-Bat-2:before {
  content: "\e699";
}
.im-icon-Bat:before {
  content: "\e69a";
}
.im-icon-Bathrobe:before {
  content: "\e69b";
}
.im-icon-Batman-Mask:before {
  content: "\e69c";
}
.im-icon-Battery-0:before {
  content: "\e69d";
}
.im-icon-Battery-25:before {
  content: "\e69e";
}
.im-icon-Battery-50:before {
  content: "\e69f";
}
.im-icon-Battery-75:before {
  content: "\e6a0";
}
.im-icon-Battery-100:before {
  content: "\e6a1";
}
.im-icon-Battery-Charge:before {
  content: "\e6a2";
}
.im-icon-Bear:before {
  content: "\e6a3";
}
.im-icon-Beard-2:before {
  content: "\e6a4";
}
.im-icon-Beard-3:before {
  content: "\e6a5";
}
.im-icon-Beard:before {
  content: "\e6a6";
}
.im-icon-Bebo:before {
  content: "\e6a7";
}
.im-icon-Bee:before {
  content: "\e6a8";
}
.im-icon-Beer-Glass:before {
  content: "\e6a9";
}
.im-icon-Beer:before {
  content: "\e6aa";
}
.im-icon-Bell-2:before {
  content: "\e6ab";
}
.im-icon-Bell:before {
  content: "\e6ac";
}
.im-icon-Belt-2:before {
  content: "\e6ad";
}
.im-icon-Belt-3:before {
  content: "\e6ae";
}
.im-icon-Belt:before {
  content: "\e6af";
}
.im-icon-Berlin-Tower:before {
  content: "\e6b0";
}
.im-icon-Beta:before {
  content: "\e6b1";
}
.im-icon-Betvibes:before {
  content: "\e6b2";
}
.im-icon-Bicycle-2:before {
  content: "\e6b3";
}
.im-icon-Bicycle-3:before {
  content: "\e6b4";
}
.im-icon-Bicycle:before {
  content: "\e6b5";
}
.im-icon-Big-Bang:before {
  content: "\e6b6";
}
.im-icon-Big-Data:before {
  content: "\e6b7";
}
.im-icon-Bike-Helmet:before {
  content: "\e6b8";
}
.im-icon-Bikini:before {
  content: "\e6b9";
}
.im-icon-Bilk-Bottle2:before {
  content: "\e6ba";
}
.im-icon-Billing:before {
  content: "\e6bb";
}
.im-icon-Bing:before {
  content: "\e6bc";
}
.im-icon-Binocular:before {
  content: "\e6bd";
}
.im-icon-Bio-Hazard:before {
  content: "\e6be";
}
.im-icon-Biotech:before {
  content: "\e6bf";
}
.im-icon-Bird-DeliveringLetter:before {
  content: "\e6c0";
}
.im-icon-Bird:before {
  content: "\e6c1";
}
.im-icon-Birthday-Cake:before {
  content: "\e6c2";
}
.im-icon-Bisexual:before {
  content: "\e6c3";
}
.im-icon-Bishop:before {
  content: "\e6c4";
}
.im-icon-Bitcoin:before {
  content: "\e6c5";
}
.im-icon-Black-Cat:before {
  content: "\e6c6";
}
.im-icon-Blackboard:before {
  content: "\e6c7";
}
.im-icon-Blinklist:before {
  content: "\e6c8";
}
.im-icon-Block-Cloud:before {
  content: "\e6c9";
}
.im-icon-Block-Window:before {
  content: "\e6ca";
}
.im-icon-Blogger:before {
  content: "\e6cb";
}
.im-icon-Blood:before {
  content: "\e6cc";
}
.im-icon-Blouse:before {
  content: "\e6cd";
}
.im-icon-Blueprint:before {
  content: "\e6ce";
}
.im-icon-Board:before {
  content: "\e6cf";
}
.im-icon-Bodybuilding:before {
  content: "\e6d0";
}
.im-icon-Bold-Text:before {
  content: "\e6d1";
}
.im-icon-Bone:before {
  content: "\e6d2";
}
.im-icon-Bones:before {
  content: "\e6d3";
}
.im-icon-Book:before {
  content: "\e6d4";
}
.im-icon-Bookmark:before {
  content: "\e6d5";
}
.im-icon-Books-2:before {
  content: "\e6d6";
}
.im-icon-Books:before {
  content: "\e6d7";
}
.im-icon-Boom:before {
  content: "\e6d8";
}
.im-icon-Boot-2:before {
  content: "\e6d9";
}
.im-icon-Boot:before {
  content: "\e6da";
}
.im-icon-Bottom-ToTop:before {
  content: "\e6db";
}
.im-icon-Bow-2:before {
  content: "\e6dc";
}
.im-icon-Bow-3:before {
  content: "\e6dd";
}
.im-icon-Bow-4:before {
  content: "\e6de";
}
.im-icon-Bow-5:before {
  content: "\e6df";
}
.im-icon-Bow-6:before {
  content: "\e6e0";
}
.im-icon-Bow:before {
  content: "\e6e1";
}
.im-icon-Bowling-2:before {
  content: "\e6e2";
}
.im-icon-Bowling:before {
  content: "\e6e3";
}
.im-icon-Box2:before {
  content: "\e6e4";
}
.im-icon-Box-Close:before {
  content: "\e6e5";
}
.im-icon-Box-Full:before {
  content: "\e6e6";
}
.im-icon-Box-Open:before {
  content: "\e6e7";
}
.im-icon-Box-withFolders:before {
  content: "\e6e8";
}
.im-icon-Box:before {
  content: "\e6e9";
}
.im-icon-Boy:before {
  content: "\e6ea";
}
.im-icon-Bra:before {
  content: "\e6eb";
}
.im-icon-Brain-2:before {
  content: "\e6ec";
}
.im-icon-Brain-3:before {
  content: "\e6ed";
}
.im-icon-Brain:before {
  content: "\e6ee";
}
.im-icon-Brazil:before {
  content: "\e6ef";
}
.im-icon-Bread-2:before {
  content: "\e6f0";
}
.im-icon-Bread:before {
  content: "\e6f1";
}
.im-icon-Bridge:before {
  content: "\e6f2";
}
.im-icon-Brightkite:before {
  content: "\e6f3";
}
.im-icon-Broke-Link2:before {
  content: "\e6f4";
}
.im-icon-Broken-Link:before {
  content: "\e6f5";
}
.im-icon-Broom:before {
  content: "\e6f6";
}
.im-icon-Brush:before {
  content: "\e6f7";
}
.im-icon-Bucket:before {
  content: "\e6f8";
}
.im-icon-Bug:before {
  content: "\e6f9";
}
.im-icon-Building:before {
  content: "\e6fa";
}
.im-icon-Bulleted-List:before {
  content: "\e6fb";
}
.im-icon-Bus-2:before {
  content: "\e6fc";
}
.im-icon-Bus:before {
  content: "\e6fd";
}
.im-icon-Business-Man:before {
  content: "\e6fe";
}
.im-icon-Business-ManWoman:before {
  content: "\e6ff";
}
.im-icon-Business-Mens:before {
  content: "\e700";
}
.im-icon-Business-Woman:before {
  content: "\e701";
}
.im-icon-Butterfly:before {
  content: "\e702";
}
.im-icon-Button:before {
  content: "\e703";
}
.im-icon-Cable-Car:before {
  content: "\e704";
}
.im-icon-Cake:before {
  content: "\e705";
}
.im-icon-Calculator-2:before {
  content: "\e706";
}
.im-icon-Calculator-3:before {
  content: "\e707";
}
.im-icon-Calculator:before {
  content: "\e708";
}
.im-icon-Calendar-2:before {
  content: "\e709";
}
.im-icon-Calendar-3:before {
  content: "\e70a";
}
.im-icon-Calendar-4:before {
  content: "\e70b";
}
.im-icon-Calendar-Clock:before {
  content: "\e70c";
}
.im-icon-Calendar:before {
  content: "\e70d";
}
.im-icon-Camel:before {
  content: "\e70e";
}
.im-icon-Camera-2:before {
  content: "\e70f";
}
.im-icon-Camera-3:before {
  content: "\e710";
}
.im-icon-Camera-4:before {
  content: "\e711";
}
.im-icon-Camera-5:before {
  content: "\e712";
}
.im-icon-Camera-Back:before {
  content: "\e713";
}
.im-icon-Camera:before {
  content: "\e714";
}
.im-icon-Can-2:before {
  content: "\e715";
}
.im-icon-Can:before {
  content: "\e716";
}
.im-icon-Canada:before {
  content: "\e717";
}
.im-icon-Cancer-2:before {
  content: "\e718";
}
.im-icon-Cancer-3:before {
  content: "\e719";
}
.im-icon-Cancer:before {
  content: "\e71a";
}
.im-icon-Candle:before {
  content: "\e71b";
}
.im-icon-Candy-Cane:before {
  content: "\e71c";
}
.im-icon-Candy:before {
  content: "\e71d";
}
.im-icon-Cannon:before {
  content: "\e71e";
}
.im-icon-Cap-2:before {
  content: "\e71f";
}
.im-icon-Cap-3:before {
  content: "\e720";
}
.im-icon-Cap-Smiley:before {
  content: "\e721";
}
.im-icon-Cap:before {
  content: "\e722";
}
.im-icon-Capricorn-2:before {
  content: "\e723";
}
.im-icon-Capricorn:before {
  content: "\e724";
}
.im-icon-Car-2:before {
  content: "\e725";
}
.im-icon-Car-3:before {
  content: "\e726";
}
.im-icon-Car-Coins:before {
  content: "\e727";
}
.im-icon-Car-Items:before {
  content: "\e728";
}
.im-icon-Car-Wheel:before {
  content: "\e729";
}
.im-icon-Car:before {
  content: "\e72a";
}
.im-icon-Cardigan:before {
  content: "\e72b";
}
.im-icon-Cardiovascular:before {
  content: "\e72c";
}
.im-icon-Cart-Quantity:before {
  content: "\e72d";
}
.im-icon-Casette-Tape:before {
  content: "\e72e";
}
.im-icon-Cash-Register:before {
  content: "\e72f";
}
.im-icon-Cash-register2:before {
  content: "\e730";
}
.im-icon-Castle:before {
  content: "\e731";
}
.im-icon-Cat:before {
  content: "\e732";
}
.im-icon-Cathedral:before {
  content: "\e733";
}
.im-icon-Cauldron:before {
  content: "\e734";
}
.im-icon-CD-2:before {
  content: "\e735";
}
.im-icon-CD-Cover:before {
  content: "\e736";
}
.im-icon-CD:before {
  content: "\e737";
}
.im-icon-Cello:before {
  content: "\e738";
}
.im-icon-Celsius:before {
  content: "\e739";
}
.im-icon-Chacked-Flag:before {
  content: "\e73a";
}
.im-icon-Chair:before {
  content: "\e73b";
}
.im-icon-Charger:before {
  content: "\e73c";
}
.im-icon-Check-2:before {
  content: "\e73d";
}
.im-icon-Check:before {
  content: "\e73e";
}
.im-icon-Checked-User:before {
  content: "\e73f";
}
.im-icon-Checkmate:before {
  content: "\e740";
}
.im-icon-Checkout-Bag:before {
  content: "\e741";
}
.im-icon-Checkout-Basket:before {
  content: "\e742";
}
.im-icon-Checkout:before {
  content: "\e743";
}
.im-icon-Cheese:before {
  content: "\e744";
}
.im-icon-Cheetah:before {
  content: "\e745";
}
.im-icon-Chef-Hat:before {
  content: "\e746";
}
.im-icon-Chef-Hat2:before {
  content: "\e747";
}
.im-icon-Chef:before {
  content: "\e748";
}
.im-icon-Chemical-2:before {
  content: "\e749";
}
.im-icon-Chemical-3:before {
  content: "\e74a";
}
.im-icon-Chemical-4:before {
  content: "\e74b";
}
.im-icon-Chemical-5:before {
  content: "\e74c";
}
.im-icon-Chemical:before {
  content: "\e74d";
}
.im-icon-Chess-Board:before {
  content: "\e74e";
}
.im-icon-Chess:before {
  content: "\e74f";
}
.im-icon-Chicken:before {
  content: "\e750";
}
.im-icon-Chile:before {
  content: "\e751";
}
.im-icon-Chimney:before {
  content: "\e752";
}
.im-icon-China:before {
  content: "\e753";
}
.im-icon-Chinese-Temple:before {
  content: "\e754";
}
.im-icon-Chip:before {
  content: "\e755";
}
.im-icon-Chopsticks-2:before {
  content: "\e756";
}
.im-icon-Chopsticks:before {
  content: "\e757";
}
.im-icon-Christmas-Ball:before {
  content: "\e758";
}
.im-icon-Christmas-Bell:before {
  content: "\e759";
}
.im-icon-Christmas-Candle:before {
  content: "\e75a";
}
.im-icon-Christmas-Hat:before {
  content: "\e75b";
}
.im-icon-Christmas-Sleigh:before {
  content: "\e75c";
}
.im-icon-Christmas-Snowman:before {
  content: "\e75d";
}
.im-icon-Christmas-Sock:before {
  content: "\e75e";
}
.im-icon-Christmas-Tree:before {
  content: "\e75f";
}
.im-icon-Christmas:before {
  content: "\e760";
}
.im-icon-Chrome:before {
  content: "\e761";
}
.im-icon-Chrysler-Building:before {
  content: "\e762";
}
.im-icon-Cinema:before {
  content: "\e763";
}
.im-icon-Circular-Point:before {
  content: "\e764";
}
.im-icon-City-Hall:before {
  content: "\e765";
}
.im-icon-Clamp:before {
  content: "\e766";
}
.im-icon-Clapperboard-Close:before {
  content: "\e767";
}
.im-icon-Clapperboard-Open:before {
  content: "\e768";
}
.im-icon-Claps:before {
  content: "\e769";
}
.im-icon-Clef:before {
  content: "\e76a";
}
.im-icon-Clinic:before {
  content: "\e76b";
}
.im-icon-Clock-2:before {
  content: "\e76c";
}
.im-icon-Clock-3:before {
  content: "\e76d";
}
.im-icon-Clock-4:before {
  content: "\e76e";
}
.im-icon-Clock-Back:before {
  content: "\e76f";
}
.im-icon-Clock-Forward:before {
  content: "\e770";
}
.im-icon-Clock:before {
  content: "\e771";
}
.im-icon-Close-Window:before {
  content: "\e772";
}
.im-icon-Close:before {
  content: "\e773";
}
.im-icon-Clothing-Store:before {
  content: "\e774";
}
.im-icon-Cloud--:before {
  content: "\e775";
}
.im-icon-Cloud-:before {
  content: "\e776";
}
.im-icon-Cloud-Camera:before {
  content: "\e777";
}
.im-icon-Cloud-Computer:before {
  content: "\e778";
}
.im-icon-Cloud-Email:before {
  content: "\e779";
}
.im-icon-Cloud-Hail:before {
  content: "\e77a";
}
.im-icon-Cloud-Laptop:before {
  content: "\e77b";
}
.im-icon-Cloud-Lock:before {
  content: "\e77c";
}
.im-icon-Cloud-Moon:before {
  content: "\e77d";
}
.im-icon-Cloud-Music:before {
  content: "\e77e";
}
.im-icon-Cloud-Picture:before {
  content: "\e77f";
}
.im-icon-Cloud-Rain:before {
  content: "\e780";
}
.im-icon-Cloud-Remove:before {
  content: "\e781";
}
.im-icon-Cloud-Secure:before {
  content: "\e782";
}
.im-icon-Cloud-Settings:before {
  content: "\e783";
}
.im-icon-Cloud-Smartphone:before {
  content: "\e784";
}
.im-icon-Cloud-Snow:before {
  content: "\e785";
}
.im-icon-Cloud-Sun:before {
  content: "\e786";
}
.im-icon-Cloud-Tablet:before {
  content: "\e787";
}
.im-icon-Cloud-Video:before {
  content: "\e788";
}
.im-icon-Cloud-Weather:before {
  content: "\e789";
}
.im-icon-Cloud:before {
  content: "\e78a";
}
.im-icon-Clouds-Weather:before {
  content: "\e78b";
}
.im-icon-Clouds:before {
  content: "\e78c";
}
.im-icon-Clown:before {
  content: "\e78d";
}
.im-icon-CMYK:before {
  content: "\e78e";
}
.im-icon-Coat:before {
  content: "\e78f";
}
.im-icon-Cocktail:before {
  content: "\e790";
}
.im-icon-Coconut:before {
  content: "\e791";
}
.im-icon-Code-Window:before {
  content: "\e792";
}
.im-icon-Coding:before {
  content: "\e793";
}
.im-icon-Coffee-2:before {
  content: "\e794";
}
.im-icon-Coffee-Bean:before {
  content: "\e795";
}
.im-icon-Coffee-Machine:before {
  content: "\e796";
}
.im-icon-Coffee-toGo:before {
  content: "\e797";
}
.im-icon-Coffee:before {
  content: "\e798";
}
.im-icon-Coffin:before {
  content: "\e799";
}
.im-icon-Coin:before {
  content: "\e79a";
}
.im-icon-Coins-2:before {
  content: "\e79b";
}
.im-icon-Coins-3:before {
  content: "\e79c";
}
.im-icon-Coins:before {
  content: "\e79d";
}
.im-icon-Colombia:before {
  content: "\e79e";
}
.im-icon-Colosseum:before {
  content: "\e79f";
}
.im-icon-Column-2:before {
  content: "\e7a0";
}
.im-icon-Column-3:before {
  content: "\e7a1";
}
.im-icon-Column:before {
  content: "\e7a2";
}
.im-icon-Comb-2:before {
  content: "\e7a3";
}
.im-icon-Comb:before {
  content: "\e7a4";
}
.im-icon-Communication-Tower:before {
  content: "\e7a5";
}
.im-icon-Communication-Tower2:before {
  content: "\e7a6";
}
.im-icon-Compass-2:before {
  content: "\e7a7";
}
.im-icon-Compass-3:before {
  content: "\e7a8";
}
.im-icon-Compass-4:before {
  content: "\e7a9";
}
.im-icon-Compass-Rose:before {
  content: "\e7aa";
}
.im-icon-Compass:before {
  content: "\e7ab";
}
.im-icon-Computer-2:before {
  content: "\e7ac";
}
.im-icon-Computer-3:before {
  content: "\e7ad";
}
.im-icon-Computer-Secure:before {
  content: "\e7ae";
}
.im-icon-Computer:before {
  content: "\e7af";
}
.im-icon-Conference:before {
  content: "\e7b0";
}
.im-icon-Confused:before {
  content: "\e7b1";
}
.im-icon-Conservation:before {
  content: "\e7b2";
}
.im-icon-Consulting:before {
  content: "\e7b3";
}
.im-icon-Contrast:before {
  content: "\e7b4";
}
.im-icon-Control-2:before {
  content: "\e7b5";
}
.im-icon-Control:before {
  content: "\e7b6";
}
.im-icon-Cookie-Man:before {
  content: "\e7b7";
}
.im-icon-Cookies:before {
  content: "\e7b8";
}
.im-icon-Cool-Guy:before {
  content: "\e7b9";
}
.im-icon-Cool:before {
  content: "\e7ba";
}
.im-icon-Copyright:before {
  content: "\e7bb";
}
.im-icon-Costume:before {
  content: "\e7bc";
}
.im-icon-Couple-Sign:before {
  content: "\e7bd";
}
.im-icon-Cow:before {
  content: "\e7be";
}
.im-icon-CPU:before {
  content: "\e7bf";
}
.im-icon-Crane:before {
  content: "\e7c0";
}
.im-icon-Cranium:before {
  content: "\e7c1";
}
.im-icon-Credit-Card:before {
  content: "\e7c2";
}
.im-icon-Credit-Card2:before {
  content: "\e7c3";
}
.im-icon-Credit-Card3:before {
  content: "\e7c4";
}
.im-icon-Cricket:before {
  content: "\e7c5";
}
.im-icon-Criminal:before {
  content: "\e7c6";
}
.im-icon-Croissant:before {
  content: "\e7c7";
}
.im-icon-Crop-2:before {
  content: "\e7c8";
}
.im-icon-Crop-3:before {
  content: "\e7c9";
}
.im-icon-Crown-2:before {
  content: "\e7ca";
}
.im-icon-Crown:before {
  content: "\e7cb";
}
.im-icon-Crying:before {
  content: "\e7cc";
}
.im-icon-Cube-Molecule:before {
  content: "\e7cd";
}
.im-icon-Cube-Molecule2:before {
  content: "\e7ce";
}
.im-icon-Cupcake:before {
  content: "\e7cf";
}
.im-icon-Cursor-Click:before {
  content: "\e7d0";
}
.im-icon-Cursor-Click2:before {
  content: "\e7d1";
}
.im-icon-Cursor-Move:before {
  content: "\e7d2";
}
.im-icon-Cursor-Move2:before {
  content: "\e7d3";
}
.im-icon-Cursor-Select:before {
  content: "\e7d4";
}
.im-icon-Cursor:before {
  content: "\e7d5";
}
.im-icon-D-Eyeglasses:before {
  content: "\e7d6";
}
.im-icon-D-Eyeglasses2:before {
  content: "\e7d7";
}
.im-icon-Dam:before {
  content: "\e7d8";
}
.im-icon-Danemark:before {
  content: "\e7d9";
}
.im-icon-Danger-2:before {
  content: "\e7da";
}
.im-icon-Danger:before {
  content: "\e7db";
}
.im-icon-Dashboard:before {
  content: "\e7dc";
}
.im-icon-Data-Backup:before {
  content: "\e7dd";
}
.im-icon-Data-Block:before {
  content: "\e7de";
}
.im-icon-Data-Center:before {
  content: "\e7df";
}
.im-icon-Data-Clock:before {
  content: "\e7e0";
}
.im-icon-Data-Cloud:before {
  content: "\e7e1";
}
.im-icon-Data-Compress:before {
  content: "\e7e2";
}
.im-icon-Data-Copy:before {
  content: "\e7e3";
}
.im-icon-Data-Download:before {
  content: "\e7e4";
}
.im-icon-Data-Financial:before {
  content: "\e7e5";
}
.im-icon-Data-Key:before {
  content: "\e7e6";
}
.im-icon-Data-Lock:before {
  content: "\e7e7";
}
.im-icon-Data-Network:before {
  content: "\e7e8";
}
.im-icon-Data-Password:before {
  content: "\e7e9";
}
.im-icon-Data-Power:before {
  content: "\e7ea";
}
.im-icon-Data-Refresh:before {
  content: "\e7eb";
}
.im-icon-Data-Save:before {
  content: "\e7ec";
}
.im-icon-Data-Search:before {
  content: "\e7ed";
}
.im-icon-Data-Security:before {
  content: "\e7ee";
}
.im-icon-Data-Settings:before {
  content: "\e7ef";
}
.im-icon-Data-Sharing:before {
  content: "\e7f0";
}
.im-icon-Data-Shield:before {
  content: "\e7f1";
}
.im-icon-Data-Signal:before {
  content: "\e7f2";
}
.im-icon-Data-Storage:before {
  content: "\e7f3";
}
.im-icon-Data-Stream:before {
  content: "\e7f4";
}
.im-icon-Data-Transfer:before {
  content: "\e7f5";
}
.im-icon-Data-Unlock:before {
  content: "\e7f6";
}
.im-icon-Data-Upload:before {
  content: "\e7f7";
}
.im-icon-Data-Yes:before {
  content: "\e7f8";
}
.im-icon-Data:before {
  content: "\e7f9";
}
.im-icon-David-Star:before {
  content: "\e7fa";
}
.im-icon-Daylight:before {
  content: "\e7fb";
}
.im-icon-Death:before {
  content: "\e7fc";
}
.im-icon-Debian:before {
  content: "\e7fd";
}
.im-icon-Dec:before {
  content: "\e7fe";
}
.im-icon-Decrase-Inedit:before {
  content: "\e7ff";
}
.im-icon-Deer-2:before {
  content: "\e800";
}
.im-icon-Deer:before {
  content: "\e801";
}
.im-icon-Delete-File:before {
  content: "\e802";
}
.im-icon-Delete-Window:before {
  content: "\e803";
}
.im-icon-Delicious:before {
  content: "\e804";
}
.im-icon-Depression:before {
  content: "\e805";
}
.im-icon-Deviantart:before {
  content: "\e806";
}
.im-icon-Device-SyncwithCloud:before {
  content: "\e807";
}
.im-icon-Diamond:before {
  content: "\e808";
}
.im-icon-Dice-2:before {
  content: "\e809";
}
.im-icon-Dice:before {
  content: "\e80a";
}
.im-icon-Digg:before {
  content: "\e80b";
}
.im-icon-Digital-Drawing:before {
  content: "\e80c";
}
.im-icon-Diigo:before {
  content: "\e80d";
}
.im-icon-Dinosaur:before {
  content: "\e80e";
}
.im-icon-Diploma-2:before {
  content: "\e80f";
}
.im-icon-Diploma:before {
  content: "\e810";
}
.im-icon-Direction-East:before {
  content: "\e811";
}
.im-icon-Direction-North:before {
  content: "\e812";
}
.im-icon-Direction-South:before {
  content: "\e813";
}
.im-icon-Direction-West:before {
  content: "\e814";
}
.im-icon-Director:before {
  content: "\e815";
}
.im-icon-Disk:before {
  content: "\e816";
}
.im-icon-Dj:before {
  content: "\e817";
}
.im-icon-DNA-2:before {
  content: "\e818";
}
.im-icon-DNA-Helix:before {
  content: "\e819";
}
.im-icon-DNA:before {
  content: "\e81a";
}
.im-icon-Doctor:before {
  content: "\e81b";
}
.im-icon-Dog:before {
  content: "\e81c";
}
.im-icon-Dollar-Sign:before {
  content: "\e81d";
}
.im-icon-Dollar-Sign2:before {
  content: "\e81e";
}
.im-icon-Dollar:before {
  content: "\e81f";
}
.im-icon-Dolphin:before {
  content: "\e820";
}
.im-icon-Domino:before {
  content: "\e821";
}
.im-icon-Door-Hanger:before {
  content: "\e822";
}
.im-icon-Door:before {
  content: "\e823";
}
.im-icon-Doplr:before {
  content: "\e824";
}
.im-icon-Double-Circle:before {
  content: "\e825";
}
.im-icon-Double-Tap:before {
  content: "\e826";
}
.im-icon-Doughnut:before {
  content: "\e827";
}
.im-icon-Dove:before {
  content: "\e828";
}
.im-icon-Down-2:before {
  content: "\e829";
}
.im-icon-Down-3:before {
  content: "\e82a";
}
.im-icon-Down-4:before {
  content: "\e82b";
}
.im-icon-Down:before {
  content: "\e82c";
}
.im-icon-Download-2:before {
  content: "\e82d";
}
.im-icon-Download-fromCloud:before {
  content: "\e82e";
}
.im-icon-Download-Window:before {
  content: "\e82f";
}
.im-icon-Download:before {
  content: "\e830";
}
.im-icon-Downward:before {
  content: "\e831";
}
.im-icon-Drag-Down:before {
  content: "\e832";
}
.im-icon-Drag-Left:before {
  content: "\e833";
}
.im-icon-Drag-Right:before {
  content: "\e834";
}
.im-icon-Drag-Up:before {
  content: "\e835";
}
.im-icon-Drag:before {
  content: "\e836";
}
.im-icon-Dress:before {
  content: "\e837";
}
.im-icon-Drill-2:before {
  content: "\e838";
}
.im-icon-Drill:before {
  content: "\e839";
}
.im-icon-Drop:before {
  content: "\e83a";
}
.im-icon-Dropbox:before {
  content: "\e83b";
}
.im-icon-Drum:before {
  content: "\e83c";
}
.im-icon-Dry:before {
  content: "\e83d";
}
.im-icon-Duck:before {
  content: "\e83e";
}
.im-icon-Dumbbell:before {
  content: "\e83f";
}
.im-icon-Duplicate-Layer:before {
  content: "\e840";
}
.im-icon-Duplicate-Window:before {
  content: "\e841";
}
.im-icon-DVD:before {
  content: "\e842";
}
.im-icon-Eagle:before {
  content: "\e843";
}
.im-icon-Ear:before {
  content: "\e844";
}
.im-icon-Earphones-2:before {
  content: "\e845";
}
.im-icon-Earphones:before {
  content: "\e846";
}
.im-icon-Eci-Icon:before {
  content: "\e847";
}
.im-icon-Edit-Map:before {
  content: "\e848";
}
.im-icon-Edit:before {
  content: "\e849";
}
.im-icon-Eggs:before {
  content: "\e84a";
}
.im-icon-Egypt:before {
  content: "\e84b";
}
.im-icon-Eifel-Tower:before {
  content: "\e84c";
}
.im-icon-eject-2:before {
  content: "\e84d";
}
.im-icon-Eject:before {
  content: "\e84e";
}
.im-icon-El-Castillo:before {
  content: "\e84f";
}
.im-icon-Elbow:before {
  content: "\e850";
}
.im-icon-Electric-Guitar:before {
  content: "\e851";
}
.im-icon-Electricity:before {
  content: "\e852";
}
.im-icon-Elephant:before {
  content: "\e853";
}
.im-icon-Email:before {
  content: "\e854";
}
.im-icon-Embassy:before {
  content: "\e855";
}
.im-icon-Empire-StateBuilding:before {
  content: "\e856";
}
.im-icon-Empty-Box:before {
  content: "\e857";
}
.im-icon-End2:before {
  content: "\e858";
}
.im-icon-End-2:before {
  content: "\e859";
}
.im-icon-End:before {
  content: "\e85a";
}
.im-icon-Endways:before {
  content: "\e85b";
}
.im-icon-Engineering:before {
  content: "\e85c";
}
.im-icon-Envelope-2:before {
  content: "\e85d";
}
.im-icon-Envelope:before {
  content: "\e85e";
}
.im-icon-Environmental-2:before {
  content: "\e85f";
}
.im-icon-Environmental-3:before {
  content: "\e860";
}
.im-icon-Environmental:before {
  content: "\e861";
}
.im-icon-Equalizer:before {
  content: "\e862";
}
.im-icon-Eraser-2:before {
  content: "\e863";
}
.im-icon-Eraser-3:before {
  content: "\e864";
}
.im-icon-Eraser:before {
  content: "\e865";
}
.im-icon-Error-404Window:before {
  content: "\e866";
}
.im-icon-Euro-Sign:before {
  content: "\e867";
}
.im-icon-Euro-Sign2:before {
  content: "\e868";
}
.im-icon-Euro:before {
  content: "\e869";
}
.im-icon-Evernote:before {
  content: "\e86a";
}
.im-icon-Evil:before {
  content: "\e86b";
}
.im-icon-Explode:before {
  content: "\e86c";
}
.im-icon-Eye-2:before {
  content: "\e86d";
}
.im-icon-Eye-Blind:before {
  content: "\e86e";
}
.im-icon-Eye-Invisible:before {
  content: "\e86f";
}
.im-icon-Eye-Scan:before {
  content: "\e870";
}
.im-icon-Eye-Visible:before {
  content: "\e871";
}
.im-icon-Eye:before {
  content: "\e872";
}
.im-icon-Eyebrow-2:before {
  content: "\e873";
}
.im-icon-Eyebrow-3:before {
  content: "\e874";
}
.im-icon-Eyebrow:before {
  content: "\e875";
}
.im-icon-Eyeglasses-Smiley:before {
  content: "\e876";
}
.im-icon-Eyeglasses-Smiley2:before {
  content: "\e877";
}
.im-icon-Face-Style:before {
  content: "\e878";
}
.im-icon-Face-Style2:before {
  content: "\e879";
}
.im-icon-Face-Style3:before {
  content: "\e87a";
}
.im-icon-Face-Style4:before {
  content: "\e87b";
}
.im-icon-Face-Style5:before {
  content: "\e87c";
}
.im-icon-Face-Style6:before {
  content: "\e87d";
}
.im-icon-Facebook-2:before {
  content: "\e87e";
}
.im-icon-Facebook:before {
  content: "\e87f";
}
.im-icon-Factory-2:before {
  content: "\e880";
}
.im-icon-Factory:before {
  content: "\e881";
}
.im-icon-Fahrenheit:before {
  content: "\e882";
}
.im-icon-Family-Sign:before {
  content: "\e883";
}
.im-icon-Fan:before {
  content: "\e884";
}
.im-icon-Farmer:before {
  content: "\e885";
}
.im-icon-Fashion:before {
  content: "\e886";
}
.im-icon-Favorite-Window:before {
  content: "\e887";
}
.im-icon-Fax:before {
  content: "\e888";
}
.im-icon-Feather:before {
  content: "\e889";
}
.im-icon-Feedburner:before {
  content: "\e88a";
}
.im-icon-Female-2:before {
  content: "\e88b";
}
.im-icon-Female-Sign:before {
  content: "\e88c";
}
.im-icon-Female:before {
  content: "\e88d";
}
.im-icon-File-Block:before {
  content: "\e88e";
}
.im-icon-File-Bookmark:before {
  content: "\e88f";
}
.im-icon-File-Chart:before {
  content: "\e890";
}
.im-icon-File-Clipboard:before {
  content: "\e891";
}
.im-icon-File-ClipboardFileText:before {
  content: "\e892";
}
.im-icon-File-ClipboardTextImage:before {
  content: "\e893";
}
.im-icon-File-Cloud:before {
  content: "\e894";
}
.im-icon-File-Copy:before {
  content: "\e895";
}
.im-icon-File-Copy2:before {
  content: "\e896";
}
.im-icon-File-CSV:before {
  content: "\e897";
}
.im-icon-File-Download:before {
  content: "\e898";
}
.im-icon-File-Edit:before {
  content: "\e899";
}
.im-icon-File-Excel:before {
  content: "\e89a";
}
.im-icon-File-Favorite:before {
  content: "\e89b";
}
.im-icon-File-Fire:before {
  content: "\e89c";
}
.im-icon-File-Graph:before {
  content: "\e89d";
}
.im-icon-File-Hide:before {
  content: "\e89e";
}
.im-icon-File-Horizontal:before {
  content: "\e89f";
}
.im-icon-File-HorizontalText:before {
  content: "\e8a0";
}
.im-icon-File-HTML:before {
  content: "\e8a1";
}
.im-icon-File-JPG:before {
  content: "\e8a2";
}
.im-icon-File-Link:before {
  content: "\e8a3";
}
.im-icon-File-Loading:before {
  content: "\e8a4";
}
.im-icon-File-Lock:before {
  content: "\e8a5";
}
.im-icon-File-Love:before {
  content: "\e8a6";
}
.im-icon-File-Music:before {
  content: "\e8a7";
}
.im-icon-File-Network:before {
  content: "\e8a8";
}
.im-icon-File-Pictures:before {
  content: "\e8a9";
}
.im-icon-File-Pie:before {
  content: "\e8aa";
}
.im-icon-File-Presentation:before {
  content: "\e8ab";
}
.im-icon-File-Refresh:before {
  content: "\e8ac";
}
.im-icon-File-Search:before {
  content: "\e8ad";
}
.im-icon-File-Settings:before {
  content: "\e8ae";
}
.im-icon-File-Share:before {
  content: "\e8af";
}
.im-icon-File-TextImage:before {
  content: "\e8b0";
}
.im-icon-File-Trash:before {
  content: "\e8b1";
}
.im-icon-File-TXT:before {
  content: "\e8b2";
}
.im-icon-File-Upload:before {
  content: "\e8b3";
}
.im-icon-File-Video:before {
  content: "\e8b4";
}
.im-icon-File-Word:before {
  content: "\e8b5";
}
.im-icon-File-Zip:before {
  content: "\e8b6";
}
.im-icon-File:before {
  content: "\e8b7";
}
.im-icon-Files:before {
  content: "\e8b8";
}
.im-icon-Film-Board:before {
  content: "\e8b9";
}
.im-icon-Film-Cartridge:before {
  content: "\e8ba";
}
.im-icon-Film-Strip:before {
  content: "\e8bb";
}
.im-icon-Film-Video:before {
  content: "\e8bc";
}
.im-icon-Film:before {
  content: "\e8bd";
}
.im-icon-Filter-2:before {
  content: "\e8be";
}
.im-icon-Filter:before {
  content: "\e8bf";
}
.im-icon-Financial:before {
  content: "\e8c0";
}
.im-icon-Find-User:before {
  content: "\e8c1";
}
.im-icon-Finger-DragFourSides:before {
  content: "\e8c2";
}
.im-icon-Finger-DragTwoSides:before {
  content: "\e8c3";
}
.im-icon-Finger-Print:before {
  content: "\e8c4";
}
.im-icon-Finger:before {
  content: "\e8c5";
}
.im-icon-Fingerprint-2:before {
  content: "\e8c6";
}
.im-icon-Fingerprint:before {
  content: "\e8c7";
}
.im-icon-Fire-Flame:before {
  content: "\e8c8";
}
.im-icon-Fire-Flame2:before {
  content: "\e8c9";
}
.im-icon-Fire-Hydrant:before {
  content: "\e8ca";
}
.im-icon-Fire-Staion:before {
  content: "\e8cb";
}
.im-icon-Firefox:before {
  content: "\e8cc";
}
.im-icon-Firewall:before {
  content: "\e8cd";
}
.im-icon-First-Aid:before {
  content: "\e8ce";
}
.im-icon-First:before {
  content: "\e8cf";
}
.im-icon-Fish-Food:before {
  content: "\e8d0";
}
.im-icon-Fish:before {
  content: "\e8d1";
}
.im-icon-Fit-To:before {
  content: "\e8d2";
}
.im-icon-Fit-To2:before {
  content: "\e8d3";
}
.im-icon-Five-Fingers:before {
  content: "\e8d4";
}
.im-icon-Five-FingersDrag:before {
  content: "\e8d5";
}
.im-icon-Five-FingersDrag2:before {
  content: "\e8d6";
}
.im-icon-Five-FingersTouch:before {
  content: "\e8d7";
}
.im-icon-Flag-2:before {
  content: "\e8d8";
}
.im-icon-Flag-3:before {
  content: "\e8d9";
}
.im-icon-Flag-4:before {
  content: "\e8da";
}
.im-icon-Flag-5:before {
  content: "\e8db";
}
.im-icon-Flag-6:before {
  content: "\e8dc";
}
.im-icon-Flag:before {
  content: "\e8dd";
}
.im-icon-Flamingo:before {
  content: "\e8de";
}
.im-icon-Flash-2:before {
  content: "\e8df";
}
.im-icon-Flash-Video:before {
  content: "\e8e0";
}
.im-icon-Flash:before {
  content: "\e8e1";
}
.im-icon-Flashlight:before {
  content: "\e8e2";
}
.im-icon-Flask-2:before {
  content: "\e8e3";
}
.im-icon-Flask:before {
  content: "\e8e4";
}
.im-icon-Flick:before {
  content: "\e8e5";
}
.im-icon-Flickr:before {
  content: "\e8e6";
}
.im-icon-Flowerpot:before {
  content: "\e8e7";
}
.im-icon-Fluorescent:before {
  content: "\e8e8";
}
.im-icon-Fog-Day:before {
  content: "\e8e9";
}
.im-icon-Fog-Night:before {
  content: "\e8ea";
}
.im-icon-Folder-Add:before {
  content: "\e8eb";
}
.im-icon-Folder-Archive:before {
  content: "\e8ec";
}
.im-icon-Folder-Binder:before {
  content: "\e8ed";
}
.im-icon-Folder-Binder2:before {
  content: "\e8ee";
}
.im-icon-Folder-Block:before {
  content: "\e8ef";
}
.im-icon-Folder-Bookmark:before {
  content: "\e8f0";
}
.im-icon-Folder-Close:before {
  content: "\e8f1";
}
.im-icon-Folder-Cloud:before {
  content: "\e8f2";
}
.im-icon-Folder-Delete:before {
  content: "\e8f3";
}
.im-icon-Folder-Download:before {
  content: "\e8f4";
}
.im-icon-Folder-Edit:before {
  content: "\e8f5";
}
.im-icon-Folder-Favorite:before {
  content: "\e8f6";
}
.im-icon-Folder-Fire:before {
  content: "\e8f7";
}
.im-icon-Folder-Hide:before {
  content: "\e8f8";
}
.im-icon-Folder-Link:before {
  content: "\e8f9";
}
.im-icon-Folder-Loading:before {
  content: "\e8fa";
}
.im-icon-Folder-Lock:before {
  content: "\e8fb";
}
.im-icon-Folder-Love:before {
  content: "\e8fc";
}
.im-icon-Folder-Music:before {
  content: "\e8fd";
}
.im-icon-Folder-Network:before {
  content: "\e8fe";
}
.im-icon-Folder-Open:before {
  content: "\e8ff";
}
.im-icon-Folder-Open2:before {
  content: "\e900";
}
.im-icon-Folder-Organizing:before {
  content: "\e901";
}
.im-icon-Folder-Pictures:before {
  content: "\e902";
}
.im-icon-Folder-Refresh:before {
  content: "\e903";
}
.im-icon-Folder-Remove-:before {
  content: "\e904";
}
.im-icon-Folder-Search:before {
  content: "\e905";
}
.im-icon-Folder-Settings:before {
  content: "\e906";
}
.im-icon-Folder-Share:before {
  content: "\e907";
}
.im-icon-Folder-Trash:before {
  content: "\e908";
}
.im-icon-Folder-Upload:before {
  content: "\e909";
}
.im-icon-Folder-Video:before {
  content: "\e90a";
}
.im-icon-Folder-WithDocument:before {
  content: "\e90b";
}
.im-icon-Folder-Zip:before {
  content: "\e90c";
}
.im-icon-Folder:before {
  content: "\e90d";
}
.im-icon-Folders:before {
  content: "\e90e";
}
.im-icon-Font-Color:before {
  content: "\e90f";
}
.im-icon-Font-Name:before {
  content: "\e910";
}
.im-icon-Font-Size:before {
  content: "\e911";
}
.im-icon-Font-Style:before {
  content: "\e912";
}
.im-icon-Font-StyleSubscript:before {
  content: "\e913";
}
.im-icon-Font-StyleSuperscript:before {
  content: "\e914";
}
.im-icon-Font-Window:before {
  content: "\e915";
}
.im-icon-Foot-2:before {
  content: "\e916";
}
.im-icon-Foot:before {
  content: "\e917";
}
.im-icon-Football-2:before {
  content: "\e918";
}
.im-icon-Football:before {
  content: "\e919";
}
.im-icon-Footprint-2:before {
  content: "\e91a";
}
.im-icon-Footprint-3:before {
  content: "\e91b";
}
.im-icon-Footprint:before {
  content: "\e91c";
}
.im-icon-Forest:before {
  content: "\e91d";
}
.im-icon-Fork:before {
  content: "\e91e";
}
.im-icon-Formspring:before {
  content: "\e91f";
}
.im-icon-Formula:before {
  content: "\e920";
}
.im-icon-Forsquare:before {
  content: "\e921";
}
.im-icon-Forward:before {
  content: "\e922";
}
.im-icon-Fountain-Pen:before {
  content: "\e923";
}
.im-icon-Four-Fingers:before {
  content: "\e924";
}
.im-icon-Four-FingersDrag:before {
  content: "\e925";
}
.im-icon-Four-FingersDrag2:before {
  content: "\e926";
}
.im-icon-Four-FingersTouch:before {
  content: "\e927";
}
.im-icon-Fox:before {
  content: "\e928";
}
.im-icon-Frankenstein:before {
  content: "\e929";
}
.im-icon-French-Fries:before {
  content: "\e92a";
}
.im-icon-Friendfeed:before {
  content: "\e92b";
}
.im-icon-Friendster:before {
  content: "\e92c";
}
.im-icon-Frog:before {
  content: "\e92d";
}
.im-icon-Fruits:before {
  content: "\e92e";
}
.im-icon-Fuel:before {
  content: "\e92f";
}
.im-icon-Full-Bag:before {
  content: "\e930";
}
.im-icon-Full-Basket:before {
  content: "\e931";
}
.im-icon-Full-Cart:before {
  content: "\e932";
}
.im-icon-Full-Moon:before {
  content: "\e933";
}
.im-icon-Full-Screen:before {
  content: "\e934";
}
.im-icon-Full-Screen2:before {
  content: "\e935";
}
.im-icon-Full-View:before {
  content: "\e936";
}
.im-icon-Full-View2:before {
  content: "\e937";
}
.im-icon-Full-ViewWindow:before {
  content: "\e938";
}
.im-icon-Function:before {
  content: "\e939";
}
.im-icon-Funky:before {
  content: "\e93a";
}
.im-icon-Funny-Bicycle:before {
  content: "\e93b";
}
.im-icon-Furl:before {
  content: "\e93c";
}
.im-icon-Gamepad-2:before {
  content: "\e93d";
}
.im-icon-Gamepad:before {
  content: "\e93e";
}
.im-icon-Gas-Pump:before {
  content: "\e93f";
}
.im-icon-Gaugage-2:before {
  content: "\e940";
}
.im-icon-Gaugage:before {
  content: "\e941";
}
.im-icon-Gay:before {
  content: "\e942";
}
.im-icon-Gear-2:before {
  content: "\e943";
}
.im-icon-Gear:before {
  content: "\e944";
}
.im-icon-Gears-2:before {
  content: "\e945";
}
.im-icon-Gears:before {
  content: "\e946";
}
.im-icon-Geek-2:before {
  content: "\e947";
}
.im-icon-Geek:before {
  content: "\e948";
}
.im-icon-Gemini-2:before {
  content: "\e949";
}
.im-icon-Gemini:before {
  content: "\e94a";
}
.im-icon-Genius:before {
  content: "\e94b";
}
.im-icon-Gentleman:before {
  content: "\e94c";
}
.im-icon-Geo--:before {
  content: "\e94d";
}
.im-icon-Geo-:before {
  content: "\e94e";
}
.im-icon-Geo-Close:before {
  content: "\e94f";
}
.im-icon-Geo-Love:before {
  content: "\e950";
}
.im-icon-Geo-Number:before {
  content: "\e951";
}
.im-icon-Geo-Star:before {
  content: "\e952";
}
.im-icon-Geo:before {
  content: "\e953";
}
.im-icon-Geo2--:before {
  content: "\e954";
}
.im-icon-Geo2-:before {
  content: "\e955";
}
.im-icon-Geo2-Close:before {
  content: "\e956";
}
.im-icon-Geo2-Love:before {
  content: "\e957";
}
.im-icon-Geo2-Number:before {
  content: "\e958";
}
.im-icon-Geo2-Star:before {
  content: "\e959";
}
.im-icon-Geo2:before {
  content: "\e95a";
}
.im-icon-Geo3--:before {
  content: "\e95b";
}
.im-icon-Geo3-:before {
  content: "\e95c";
}
.im-icon-Geo3-Close:before {
  content: "\e95d";
}
.im-icon-Geo3-Love:before {
  content: "\e95e";
}
.im-icon-Geo3-Number:before {
  content: "\e95f";
}
.im-icon-Geo3-Star:before {
  content: "\e960";
}
.im-icon-Geo3:before {
  content: "\e961";
}
.im-icon-Gey:before {
  content: "\e962";
}
.im-icon-Gift-Box:before {
  content: "\e963";
}
.im-icon-Giraffe:before {
  content: "\e964";
}
.im-icon-Girl:before {
  content: "\e965";
}
.im-icon-Glass-Water:before {
  content: "\e966";
}
.im-icon-Glasses-2:before {
  content: "\e967";
}
.im-icon-Glasses-3:before {
  content: "\e968";
}
.im-icon-Glasses:before {
  content: "\e969";
}
.im-icon-Global-Position:before {
  content: "\e96a";
}
.im-icon-Globe-2:before {
  content: "\e96b";
}
.im-icon-Globe:before {
  content: "\e96c";
}
.im-icon-Gloves:before {
  content: "\e96d";
}
.im-icon-Go-Bottom:before {
  content: "\e96e";
}
.im-icon-Go-Top:before {
  content: "\e96f";
}
.im-icon-Goggles:before {
  content: "\e970";
}
.im-icon-Golf-2:before {
  content: "\e971";
}
.im-icon-Golf:before {
  content: "\e972";
}
.im-icon-Google-Buzz:before {
  content: "\e973";
}
.im-icon-Google-Drive:before {
  content: "\e974";
}
.im-icon-Google-Play:before {
  content: "\e975";
}
.im-icon-Google-Plus:before {
  content: "\e976";
}
.im-icon-Google:before {
  content: "\e977";
}
.im-icon-Gopro:before {
  content: "\e978";
}
.im-icon-Gorilla:before {
  content: "\e979";
}
.im-icon-Gowalla:before {
  content: "\e97a";
}
.im-icon-Grave:before {
  content: "\e97b";
}
.im-icon-Graveyard:before {
  content: "\e97c";
}
.im-icon-Greece:before {
  content: "\e97d";
}
.im-icon-Green-Energy:before {
  content: "\e97e";
}
.im-icon-Green-House:before {
  content: "\e97f";
}
.im-icon-Guitar:before {
  content: "\e980";
}
.im-icon-Gun-2:before {
  content: "\e981";
}
.im-icon-Gun-3:before {
  content: "\e982";
}
.im-icon-Gun:before {
  content: "\e983";
}
.im-icon-Gymnastics:before {
  content: "\e984";
}
.im-icon-Hair-2:before {
  content: "\e985";
}
.im-icon-Hair-3:before {
  content: "\e986";
}
.im-icon-Hair-4:before {
  content: "\e987";
}
.im-icon-Hair:before {
  content: "\e988";
}
.im-icon-Half-Moon:before {
  content: "\e989";
}
.im-icon-Halloween-HalfMoon:before {
  content: "\e98a";
}
.im-icon-Halloween-Moon:before {
  content: "\e98b";
}
.im-icon-Hamburger:before {
  content: "\e98c";
}
.im-icon-Hammer:before {
  content: "\e98d";
}
.im-icon-Hand-Touch:before {
  content: "\e98e";
}
.im-icon-Hand-Touch2:before {
  content: "\e98f";
}
.im-icon-Hand-TouchSmartphone:before {
  content: "\e990";
}
.im-icon-Hand:before {
  content: "\e991";
}
.im-icon-Hands:before {
  content: "\e992";
}
.im-icon-Handshake:before {
  content: "\e993";
}
.im-icon-Hanger:before {
  content: "\e994";
}
.im-icon-Happy:before {
  content: "\e995";
}
.im-icon-Hat-2:before {
  content: "\e996";
}
.im-icon-Hat:before {
  content: "\e997";
}
.im-icon-Haunted-House:before {
  content: "\e998";
}
.im-icon-HD-Video:before {
  content: "\e999";
}
.im-icon-HD:before {
  content: "\e99a";
}
.im-icon-HDD:before {
  content: "\e99b";
}
.im-icon-Headphone:before {
  content: "\e99c";
}
.im-icon-Headphones:before {
  content: "\e99d";
}
.im-icon-Headset:before {
  content: "\e99e";
}
.im-icon-Heart-2:before {
  content: "\e99f";
}
.im-icon-Heart:before {
  content: "\e9a0";
}
.im-icon-Heels-2:before {
  content: "\e9a1";
}
.im-icon-Heels:before {
  content: "\e9a2";
}
.im-icon-Height-Window:before {
  content: "\e9a3";
}
.im-icon-Helicopter-2:before {
  content: "\e9a4";
}
.im-icon-Helicopter:before {
  content: "\e9a5";
}
.im-icon-Helix-2:before {
  content: "\e9a6";
}
.im-icon-Hello:before {
  content: "\e9a7";
}
.im-icon-Helmet-2:before {
  content: "\e9a8";
}
.im-icon-Helmet-3:before {
  content: "\e9a9";
}
.im-icon-Helmet:before {
  content: "\e9aa";
}
.im-icon-Hipo:before {
  content: "\e9ab";
}
.im-icon-Hipster-Glasses:before {
  content: "\e9ac";
}
.im-icon-Hipster-Glasses2:before {
  content: "\e9ad";
}
.im-icon-Hipster-Glasses3:before {
  content: "\e9ae";
}
.im-icon-Hipster-Headphones:before {
  content: "\e9af";
}
.im-icon-Hipster-Men:before {
  content: "\e9b0";
}
.im-icon-Hipster-Men2:before {
  content: "\e9b1";
}
.im-icon-Hipster-Men3:before {
  content: "\e9b2";
}
.im-icon-Hipster-Sunglasses:before {
  content: "\e9b3";
}
.im-icon-Hipster-Sunglasses2:before {
  content: "\e9b4";
}
.im-icon-Hipster-Sunglasses3:before {
  content: "\e9b5";
}
.im-icon-Hokey:before {
  content: "\e9b6";
}
.im-icon-Holly:before {
  content: "\e9b7";
}
.im-icon-Home-2:before {
  content: "\e9b8";
}
.im-icon-Home-3:before {
  content: "\e9b9";
}
.im-icon-Home-4:before {
  content: "\e9ba";
}
.im-icon-Home-5:before {
  content: "\e9bb";
}
.im-icon-Home-Window:before {
  content: "\e9bc";
}
.im-icon-Home:before {
  content: "\e9bd";
}
.im-icon-Homosexual:before {
  content: "\e9be";
}
.im-icon-Honey:before {
  content: "\e9bf";
}
.im-icon-Hong-Kong:before {
  content: "\e9c0";
}
.im-icon-Hoodie:before {
  content: "\e9c1";
}
.im-icon-Horror:before {
  content: "\e9c2";
}
.im-icon-Horse:before {
  content: "\e9c3";
}
.im-icon-Hospital-2:before {
  content: "\e9c4";
}
.im-icon-Hospital:before {
  content: "\e9c5";
}
.im-icon-Host:before {
  content: "\e9c6";
}
.im-icon-Hot-Dog:before {
  content: "\e9c7";
}
.im-icon-Hotel:before {
  content: "\e9c8";
}
.im-icon-Hour:before {
  content: "\e9c9";
}
.im-icon-Hub:before {
  content: "\e9ca";
}
.im-icon-Humor:before {
  content: "\e9cb";
}
.im-icon-Hurt:before {
  content: "\e9cc";
}
.im-icon-Ice-Cream:before {
  content: "\e9cd";
}
.im-icon-ICQ:before {
  content: "\e9ce";
}
.im-icon-ID-2:before {
  content: "\e9cf";
}
.im-icon-ID-3:before {
  content: "\e9d0";
}
.im-icon-ID-Card:before {
  content: "\e9d1";
}
.im-icon-Idea-2:before {
  content: "\e9d2";
}
.im-icon-Idea-3:before {
  content: "\e9d3";
}
.im-icon-Idea-4:before {
  content: "\e9d4";
}
.im-icon-Idea-5:before {
  content: "\e9d5";
}
.im-icon-Idea:before {
  content: "\e9d6";
}
.im-icon-Identification-Badge:before {
  content: "\e9d7";
}
.im-icon-ImDB:before {
  content: "\e9d8";
}
.im-icon-Inbox-Empty:before {
  content: "\e9d9";
}
.im-icon-Inbox-Forward:before {
  content: "\e9da";
}
.im-icon-Inbox-Full:before {
  content: "\e9db";
}
.im-icon-Inbox-Into:before {
  content: "\e9dc";
}
.im-icon-Inbox-Out:before {
  content: "\e9dd";
}
.im-icon-Inbox-Reply:before {
  content: "\e9de";
}
.im-icon-Inbox:before {
  content: "\e9df";
}
.im-icon-Increase-Inedit:before {
  content: "\e9e0";
}
.im-icon-Indent-FirstLine:before {
  content: "\e9e1";
}
.im-icon-Indent-LeftMargin:before {
  content: "\e9e2";
}
.im-icon-Indent-RightMargin:before {
  content: "\e9e3";
}
.im-icon-India:before {
  content: "\e9e4";
}
.im-icon-Info-Window:before {
  content: "\e9e5";
}
.im-icon-Information:before {
  content: "\e9e6";
}
.im-icon-Inifity:before {
  content: "\e9e7";
}
.im-icon-Instagram:before {
  content: "\e9e8";
}
.im-icon-Internet-2:before {
  content: "\e9e9";
}
.im-icon-Internet-Explorer:before {
  content: "\e9ea";
}
.im-icon-Internet-Smiley:before {
  content: "\e9eb";
}
.im-icon-Internet:before {
  content: "\e9ec";
}
.im-icon-iOS-Apple:before {
  content: "\e9ed";
}
.im-icon-Israel:before {
  content: "\e9ee";
}
.im-icon-Italic-Text:before {
  content: "\e9ef";
}
.im-icon-Jacket-2:before {
  content: "\e9f0";
}
.im-icon-Jacket:before {
  content: "\e9f1";
}
.im-icon-Jamaica:before {
  content: "\e9f2";
}
.im-icon-Japan:before {
  content: "\e9f3";
}
.im-icon-Japanese-Gate:before {
  content: "\e9f4";
}
.im-icon-Jeans:before {
  content: "\e9f5";
}
.im-icon-Jeep-2:before {
  content: "\e9f6";
}
.im-icon-Jeep:before {
  content: "\e9f7";
}
.im-icon-Jet:before {
  content: "\e9f8";
}
.im-icon-Joystick:before {
  content: "\e9f9";
}
.im-icon-Juice:before {
  content: "\e9fa";
}
.im-icon-Jump-Rope:before {
  content: "\e9fb";
}
.im-icon-Kangoroo:before {
  content: "\e9fc";
}
.im-icon-Kenya:before {
  content: "\e9fd";
}
.im-icon-Key-2:before {
  content: "\e9fe";
}
.im-icon-Key-3:before {
  content: "\e9ff";
}
.im-icon-Key-Lock:before {
  content: "\ea00";
}
.im-icon-Key:before {
  content: "\ea01";
}
.im-icon-Keyboard:before {
  content: "\ea02";
}
.im-icon-Keyboard3:before {
  content: "\ea03";
}
.im-icon-Keypad:before {
  content: "\ea04";
}
.im-icon-King-2:before {
  content: "\ea05";
}
.im-icon-King:before {
  content: "\ea06";
}
.im-icon-Kiss:before {
  content: "\ea07";
}
.im-icon-Knee:before {
  content: "\ea08";
}
.im-icon-Knife-2:before {
  content: "\ea09";
}
.im-icon-Knife:before {
  content: "\ea0a";
}
.im-icon-Knight:before {
  content: "\ea0b";
}
.im-icon-Koala:before {
  content: "\ea0c";
}
.im-icon-Korea:before {
  content: "\ea0d";
}
.im-icon-Lamp:before {
  content: "\ea0e";
}
.im-icon-Landscape-2:before {
  content: "\ea0f";
}
.im-icon-Landscape:before {
  content: "\ea10";
}
.im-icon-Lantern:before {
  content: "\ea11";
}
.im-icon-Laptop-2:before {
  content: "\ea12";
}
.im-icon-Laptop-3:before {
  content: "\ea13";
}
.im-icon-Laptop-Phone:before {
  content: "\ea14";
}
.im-icon-Laptop-Secure:before {
  content: "\ea15";
}
.im-icon-Laptop-Tablet:before {
  content: "\ea16";
}
.im-icon-Laptop:before {
  content: "\ea17";
}
.im-icon-Laser:before {
  content: "\ea18";
}
.im-icon-Last-FM:before {
  content: "\ea19";
}
.im-icon-Last:before {
  content: "\ea1a";
}
.im-icon-Laughing:before {
  content: "\ea1b";
}
.im-icon-Layer-1635:before {
  content: "\ea1c";
}
.im-icon-Layer-1646:before {
  content: "\ea1d";
}
.im-icon-Layer-Backward:before {
  content: "\ea1e";
}
.im-icon-Layer-Forward:before {
  content: "\ea1f";
}
.im-icon-Leafs-2:before {
  content: "\ea20";
}
.im-icon-Leafs:before {
  content: "\ea21";
}
.im-icon-Leaning-Tower:before {
  content: "\ea22";
}
.im-icon-Left--Right:before {
  content: "\ea23";
}
.im-icon-Left--Right3:before {
  content: "\ea24";
}
.im-icon-Left-2:before {
  content: "\ea25";
}
.im-icon-Left-3:before {
  content: "\ea26";
}
.im-icon-Left-4:before {
  content: "\ea27";
}
.im-icon-Left-ToRight:before {
  content: "\ea28";
}
.im-icon-Left:before {
  content: "\ea29";
}
.im-icon-Leg-2:before {
  content: "\ea2a";
}
.im-icon-Leg:before {
  content: "\ea2b";
}
.im-icon-Lego:before {
  content: "\ea2c";
}
.im-icon-Lemon:before {
  content: "\ea2d";
}
.im-icon-Len-2:before {
  content: "\ea2e";
}
.im-icon-Len-3:before {
  content: "\ea2f";
}
.im-icon-Len:before {
  content: "\ea30";
}
.im-icon-Leo-2:before {
  content: "\ea31";
}
.im-icon-Leo:before {
  content: "\ea32";
}
.im-icon-Leopard:before {
  content: "\ea33";
}
.im-icon-Lesbian:before {
  content: "\ea34";
}
.im-icon-Lesbians:before {
  content: "\ea35";
}
.im-icon-Letter-Close:before {
  content: "\ea36";
}
.im-icon-Letter-Open:before {
  content: "\ea37";
}
.im-icon-Letter-Sent:before {
  content: "\ea38";
}
.im-icon-Libra-2:before {
  content: "\ea39";
}
.im-icon-Libra:before {
  content: "\ea3a";
}
.im-icon-Library-2:before {
  content: "\ea3b";
}
.im-icon-Library:before {
  content: "\ea3c";
}
.im-icon-Life-Jacket:before {
  content: "\ea3d";
}
.im-icon-Life-Safer:before {
  content: "\ea3e";
}
.im-icon-Light-Bulb:before {
  content: "\ea3f";
}
.im-icon-Light-Bulb2:before {
  content: "\ea40";
}
.im-icon-Light-BulbLeaf:before {
  content: "\ea41";
}
.im-icon-Lighthouse:before {
  content: "\ea42";
}
.im-icon-Like-2:before {
  content: "\ea43";
}
.im-icon-Like:before {
  content: "\ea44";
}
.im-icon-Line-Chart:before {
  content: "\ea45";
}
.im-icon-Line-Chart2:before {
  content: "\ea46";
}
.im-icon-Line-Chart3:before {
  content: "\ea47";
}
.im-icon-Line-Chart4:before {
  content: "\ea48";
}
.im-icon-Line-Spacing:before {
  content: "\ea49";
}
.im-icon-Line-SpacingText:before {
  content: "\ea4a";
}
.im-icon-Link-2:before {
  content: "\ea4b";
}
.im-icon-Link:before {
  content: "\ea4c";
}
.im-icon-Linkedin-2:before {
  content: "\ea4d";
}
.im-icon-Linkedin:before {
  content: "\ea4e";
}
.im-icon-Linux:before {
  content: "\ea4f";
}
.im-icon-Lion:before {
  content: "\ea50";
}
.im-icon-Livejournal:before {
  content: "\ea51";
}
.im-icon-Loading-2:before {
  content: "\ea52";
}
.im-icon-Loading-3:before {
  content: "\ea53";
}
.im-icon-Loading-Window:before {
  content: "\ea54";
}
.im-icon-Loading:before {
  content: "\ea55";
}
.im-icon-Location-2:before {
  content: "\ea56";
}
.im-icon-Location:before {
  content: "\ea57";
}
.im-icon-Lock-2:before {
  content: "\ea58";
}
.im-icon-Lock-3:before {
  content: "\ea59";
}
.im-icon-Lock-User:before {
  content: "\ea5a";
}
.im-icon-Lock-Window:before {
  content: "\ea5b";
}
.im-icon-Lock:before {
  content: "\ea5c";
}
.im-icon-Lollipop-2:before {
  content: "\ea5d";
}
.im-icon-Lollipop-3:before {
  content: "\ea5e";
}
.im-icon-Lollipop:before {
  content: "\ea5f";
}
.im-icon-Loop:before {
  content: "\ea60";
}
.im-icon-Loud:before {
  content: "\ea61";
}
.im-icon-Loudspeaker:before {
  content: "\ea62";
}
.im-icon-Love-2:before {
  content: "\ea63";
}
.im-icon-Love-User:before {
  content: "\ea64";
}
.im-icon-Love-Window:before {
  content: "\ea65";
}
.im-icon-Love:before {
  content: "\ea66";
}
.im-icon-Lowercase-Text:before {
  content: "\ea67";
}
.im-icon-Luggafe-Front:before {
  content: "\ea68";
}
.im-icon-Luggage-2:before {
  content: "\ea69";
}
.im-icon-Macro:before {
  content: "\ea6a";
}
.im-icon-Magic-Wand:before {
  content: "\ea6b";
}
.im-icon-Magnet:before {
  content: "\ea6c";
}
.im-icon-Magnifi-Glass-:before {
  content: "\ea6d";
}
.im-icon-Magnifi-Glass:before {
  content: "\ea6e";
}
.im-icon-Magnifi-Glass2:before {
  content: "\ea6f";
}
.im-icon-Mail-2:before {
  content: "\ea70";
}
.im-icon-Mail-3:before {
  content: "\ea71";
}
.im-icon-Mail-Add:before {
  content: "\ea72";
}
.im-icon-Mail-Attachement:before {
  content: "\ea73";
}
.im-icon-Mail-Block:before {
  content: "\ea74";
}
.im-icon-Mail-Delete:before {
  content: "\ea75";
}
.im-icon-Mail-Favorite:before {
  content: "\ea76";
}
.im-icon-Mail-Forward:before {
  content: "\ea77";
}
.im-icon-Mail-Gallery:before {
  content: "\ea78";
}
.im-icon-Mail-Inbox:before {
  content: "\ea79";
}
.im-icon-Mail-Link:before {
  content: "\ea7a";
}
.im-icon-Mail-Lock:before {
  content: "\ea7b";
}
.im-icon-Mail-Love:before {
  content: "\ea7c";
}
.im-icon-Mail-Money:before {
  content: "\ea7d";
}
.im-icon-Mail-Open:before {
  content: "\ea7e";
}
.im-icon-Mail-Outbox:before {
  content: "\ea7f";
}
.im-icon-Mail-Password:before {
  content: "\ea80";
}
.im-icon-Mail-Photo:before {
  content: "\ea81";
}
.im-icon-Mail-Read:before {
  content: "\ea82";
}
.im-icon-Mail-Removex:before {
  content: "\ea83";
}
.im-icon-Mail-Reply:before {
  content: "\ea84";
}
.im-icon-Mail-ReplyAll:before {
  content: "\ea85";
}
.im-icon-Mail-Search:before {
  content: "\ea86";
}
.im-icon-Mail-Send:before {
  content: "\ea87";
}
.im-icon-Mail-Settings:before {
  content: "\ea88";
}
.im-icon-Mail-Unread:before {
  content: "\ea89";
}
.im-icon-Mail-Video:before {
  content: "\ea8a";
}
.im-icon-Mail-withAtSign:before {
  content: "\ea8b";
}
.im-icon-Mail-WithCursors:before {
  content: "\ea8c";
}
.im-icon-Mail:before {
  content: "\ea8d";
}
.im-icon-Mailbox-Empty:before {
  content: "\ea8e";
}
.im-icon-Mailbox-Full:before {
  content: "\ea8f";
}
.im-icon-Male-2:before {
  content: "\ea90";
}
.im-icon-Male-Sign:before {
  content: "\ea91";
}
.im-icon-Male:before {
  content: "\ea92";
}
.im-icon-MaleFemale:before {
  content: "\ea93";
}
.im-icon-Man-Sign:before {
  content: "\ea94";
}
.im-icon-Management:before {
  content: "\ea95";
}
.im-icon-Mans-Underwear:before {
  content: "\ea96";
}
.im-icon-Mans-Underwear2:before {
  content: "\ea97";
}
.im-icon-Map-Marker:before {
  content: "\ea98";
}
.im-icon-Map-Marker2:before {
  content: "\ea99";
}
.im-icon-Map-Marker3:before {
  content: "\ea9a";
}
.im-icon-Map:before {
  content: "\ea9b";
}
.im-icon-Map2:before {
  content: "\ea9c";
}
.im-icon-Marker-2:before {
  content: "\ea9d";
}
.im-icon-Marker-3:before {
  content: "\ea9e";
}
.im-icon-Marker:before {
  content: "\ea9f";
}
.im-icon-Martini-Glass:before {
  content: "\eaa0";
}
.im-icon-Mask:before {
  content: "\eaa1";
}
.im-icon-Master-Card:before {
  content: "\eaa2";
}
.im-icon-Maximize-Window:before {
  content: "\eaa3";
}
.im-icon-Maximize:before {
  content: "\eaa4";
}
.im-icon-Medal-2:before {
  content: "\eaa5";
}
.im-icon-Medal-3:before {
  content: "\eaa6";
}
.im-icon-Medal:before {
  content: "\eaa7";
}
.im-icon-Medical-Sign:before {
  content: "\eaa8";
}
.im-icon-Medicine-2:before {
  content: "\eaa9";
}
.im-icon-Medicine-3:before {
  content: "\eaaa";
}
.im-icon-Medicine:before {
  content: "\eaab";
}
.im-icon-Megaphone:before {
  content: "\eaac";
}
.im-icon-Memory-Card:before {
  content: "\eaad";
}
.im-icon-Memory-Card2:before {
  content: "\eaae";
}
.im-icon-Memory-Card3:before {
  content: "\eaaf";
}
.im-icon-Men:before {
  content: "\eab0";
}
.im-icon-Menorah:before {
  content: "\eab1";
}
.im-icon-Mens:before {
  content: "\eab2";
}
.im-icon-Metacafe:before {
  content: "\eab3";
}
.im-icon-Mexico:before {
  content: "\eab4";
}
.im-icon-Mic:before {
  content: "\eab5";
}
.im-icon-Microphone-2:before {
  content: "\eab6";
}
.im-icon-Microphone-3:before {
  content: "\eab7";
}
.im-icon-Microphone-4:before {
  content: "\eab8";
}
.im-icon-Microphone-5:before {
  content: "\eab9";
}
.im-icon-Microphone-6:before {
  content: "\eaba";
}
.im-icon-Microphone-7:before {
  content: "\eabb";
}
.im-icon-Microphone:before {
  content: "\eabc";
}
.im-icon-Microscope:before {
  content: "\eabd";
}
.im-icon-Milk-Bottle:before {
  content: "\eabe";
}
.im-icon-Mine:before {
  content: "\eabf";
}
.im-icon-Minimize-Maximize-Close-Window:before {
  content: "\eac0";
}
.im-icon-Minimize-Window:before {
  content: "\eac1";
}
.im-icon-Minimize:before {
  content: "\eac2";
}
.im-icon-Mirror:before {
  content: "\eac3";
}
.im-icon-Mixer:before {
  content: "\eac4";
}
.im-icon-Mixx:before {
  content: "\eac5";
}
.im-icon-Money-2:before {
  content: "\eac6";
}
.im-icon-Money-Bag:before {
  content: "\eac7";
}
.im-icon-Money-Smiley:before {
  content: "\eac8";
}
.im-icon-Money:before {
  content: "\eac9";
}
.im-icon-Monitor-2:before {
  content: "\eaca";
}
.im-icon-Monitor-3:before {
  content: "\eacb";
}
.im-icon-Monitor-4:before {
  content: "\eacc";
}
.im-icon-Monitor-5:before {
  content: "\eacd";
}
.im-icon-Monitor-Analytics:before {
  content: "\eace";
}
.im-icon-Monitor-Laptop:before {
  content: "\eacf";
}
.im-icon-Monitor-phone:before {
  content: "\ead0";
}
.im-icon-Monitor-Tablet:before {
  content: "\ead1";
}
.im-icon-Monitor-Vertical:before {
  content: "\ead2";
}
.im-icon-Monitor:before {
  content: "\ead3";
}
.im-icon-Monitoring:before {
  content: "\ead4";
}
.im-icon-Monkey:before {
  content: "\ead5";
}
.im-icon-Monster:before {
  content: "\ead6";
}
.im-icon-Morocco:before {
  content: "\ead7";
}
.im-icon-Motorcycle:before {
  content: "\ead8";
}
.im-icon-Mouse-2:before {
  content: "\ead9";
}
.im-icon-Mouse-3:before {
  content: "\eada";
}
.im-icon-Mouse-4:before {
  content: "\eadb";
}
.im-icon-Mouse-Pointer:before {
  content: "\eadc";
}
.im-icon-Mouse:before {
  content: "\eadd";
}
.im-icon-Moustache-Smiley:before {
  content: "\eade";
}
.im-icon-Movie-Ticket:before {
  content: "\eadf";
}
.im-icon-Movie:before {
  content: "\eae0";
}
.im-icon-Mp3-File:before {
  content: "\eae1";
}
.im-icon-Museum:before {
  content: "\eae2";
}
.im-icon-Mushroom:before {
  content: "\eae3";
}
.im-icon-Music-Note:before {
  content: "\eae4";
}
.im-icon-Music-Note2:before {
  content: "\eae5";
}
.im-icon-Music-Note3:before {
  content: "\eae6";
}
.im-icon-Music-Note4:before {
  content: "\eae7";
}
.im-icon-Music-Player:before {
  content: "\eae8";
}
.im-icon-Mustache-2:before {
  content: "\eae9";
}
.im-icon-Mustache-3:before {
  content: "\eaea";
}
.im-icon-Mustache-4:before {
  content: "\eaeb";
}
.im-icon-Mustache-5:before {
  content: "\eaec";
}
.im-icon-Mustache-6:before {
  content: "\eaed";
}
.im-icon-Mustache-7:before {
  content: "\eaee";
}
.im-icon-Mustache-8:before {
  content: "\eaef";
}
.im-icon-Mustache:before {
  content: "\eaf0";
}
.im-icon-Mute:before {
  content: "\eaf1";
}
.im-icon-Myspace:before {
  content: "\eaf2";
}
.im-icon-Navigat-Start:before {
  content: "\eaf3";
}
.im-icon-Navigate-End:before {
  content: "\eaf4";
}
.im-icon-Navigation-LeftWindow:before {
  content: "\eaf5";
}
.im-icon-Navigation-RightWindow:before {
  content: "\eaf6";
}
.im-icon-Nepal:before {
  content: "\eaf7";
}
.im-icon-Netscape:before {
  content: "\eaf8";
}
.im-icon-Network-Window:before {
  content: "\eaf9";
}
.im-icon-Network:before {
  content: "\eafa";
}
.im-icon-Neutron:before {
  content: "\eafb";
}
.im-icon-New-Mail:before {
  content: "\eafc";
}
.im-icon-New-Tab:before {
  content: "\eafd";
}
.im-icon-Newspaper-2:before {
  content: "\eafe";
}
.im-icon-Newspaper:before {
  content: "\eaff";
}
.im-icon-Newsvine:before {
  content: "\eb00";
}
.im-icon-Next2:before {
  content: "\eb01";
}
.im-icon-Next-3:before {
  content: "\eb02";
}
.im-icon-Next-Music:before {
  content: "\eb03";
}
.im-icon-Next:before {
  content: "\eb04";
}
.im-icon-No-Battery:before {
  content: "\eb05";
}
.im-icon-No-Drop:before {
  content: "\eb06";
}
.im-icon-No-Flash:before {
  content: "\eb07";
}
.im-icon-No-Smoking:before {
  content: "\eb08";
}
.im-icon-Noose:before {
  content: "\eb09";
}
.im-icon-Normal-Text:before {
  content: "\eb0a";
}
.im-icon-Note:before {
  content: "\eb0b";
}
.im-icon-Notepad-2:before {
  content: "\eb0c";
}
.im-icon-Notepad:before {
  content: "\eb0d";
}
.im-icon-Nuclear:before {
  content: "\eb0e";
}
.im-icon-Numbering-List:before {
  content: "\eb0f";
}
.im-icon-Nurse:before {
  content: "\eb10";
}
.im-icon-Office-Lamp:before {
  content: "\eb11";
}
.im-icon-Office:before {
  content: "\eb12";
}
.im-icon-Oil:before {
  content: "\eb13";
}
.im-icon-Old-Camera:before {
  content: "\eb14";
}
.im-icon-Old-Cassette:before {
  content: "\eb15";
}
.im-icon-Old-Clock:before {
  content: "\eb16";
}
.im-icon-Old-Radio:before {
  content: "\eb17";
}
.im-icon-Old-Sticky:before {
  content: "\eb18";
}
.im-icon-Old-Sticky2:before {
  content: "\eb19";
}
.im-icon-Old-Telephone:before {
  content: "\eb1a";
}
.im-icon-Old-TV:before {
  content: "\eb1b";
}
.im-icon-On-Air:before {
  content: "\eb1c";
}
.im-icon-On-Off-2:before {
  content: "\eb1d";
}
.im-icon-On-Off-3:before {
  content: "\eb1e";
}
.im-icon-On-off:before {
  content: "\eb1f";
}
.im-icon-One-Finger:before {
  content: "\eb20";
}
.im-icon-One-FingerTouch:before {
  content: "\eb21";
}
.im-icon-One-Window:before {
  content: "\eb22";
}
.im-icon-Open-Banana:before {
  content: "\eb23";
}
.im-icon-Open-Book:before {
  content: "\eb24";
}
.im-icon-Opera-House:before {
  content: "\eb25";
}
.im-icon-Opera:before {
  content: "\eb26";
}
.im-icon-Optimization:before {
  content: "\eb27";
}
.im-icon-Orientation-2:before {
  content: "\eb28";
}
.im-icon-Orientation-3:before {
  content: "\eb29";
}
.im-icon-Orientation:before {
  content: "\eb2a";
}
.im-icon-Orkut:before {
  content: "\eb2b";
}
.im-icon-Ornament:before {
  content: "\eb2c";
}
.im-icon-Over-Time:before {
  content: "\eb2d";
}
.im-icon-Over-Time2:before {
  content: "\eb2e";
}
.im-icon-Owl:before {
  content: "\eb2f";
}
.im-icon-Pac-Man:before {
  content: "\eb30";
}
.im-icon-Paint-Brush:before {
  content: "\eb31";
}
.im-icon-Paint-Bucket:before {
  content: "\eb32";
}
.im-icon-Paintbrush:before {
  content: "\eb33";
}
.im-icon-Palette:before {
  content: "\eb34";
}
.im-icon-Palm-Tree:before {
  content: "\eb35";
}
.im-icon-Panda:before {
  content: "\eb36";
}
.im-icon-Panorama:before {
  content: "\eb37";
}
.im-icon-Pantheon:before {
  content: "\eb38";
}
.im-icon-Pantone:before {
  content: "\eb39";
}
.im-icon-Pants:before {
  content: "\eb3a";
}
.im-icon-Paper-Plane:before {
  content: "\eb3b";
}
.im-icon-Paper:before {
  content: "\eb3c";
}
.im-icon-Parasailing:before {
  content: "\eb3d";
}
.im-icon-Parrot:before {
  content: "\eb3e";
}
.im-icon-Password-2shopping:before {
  content: "\eb3f";
}
.im-icon-Password-Field:before {
  content: "\eb40";
}
.im-icon-Password-shopping:before {
  content: "\eb41";
}
.im-icon-Password:before {
  content: "\eb42";
}
.im-icon-pause-2:before {
  content: "\eb43";
}
.im-icon-Pause:before {
  content: "\eb44";
}
.im-icon-Paw:before {
  content: "\eb45";
}
.im-icon-Pawn:before {
  content: "\eb46";
}
.im-icon-Paypal:before {
  content: "\eb47";
}
.im-icon-Pen-2:before {
  content: "\eb48";
}
.im-icon-Pen-3:before {
  content: "\eb49";
}
.im-icon-Pen-4:before {
  content: "\eb4a";
}
.im-icon-Pen-5:before {
  content: "\eb4b";
}
.im-icon-Pen-6:before {
  content: "\eb4c";
}
.im-icon-Pen:before {
  content: "\eb4d";
}
.im-icon-Pencil-Ruler:before {
  content: "\eb4e";
}
.im-icon-Pencil:before {
  content: "\eb4f";
}
.im-icon-Penguin:before {
  content: "\eb50";
}
.im-icon-Pentagon:before {
  content: "\eb51";
}
.im-icon-People-onCloud:before {
  content: "\eb52";
}
.im-icon-Pepper-withFire:before {
  content: "\eb53";
}
.im-icon-Pepper:before {
  content: "\eb54";
}
.im-icon-Petrol:before {
  content: "\eb55";
}
.im-icon-Petronas-Tower:before {
  content: "\eb56";
}
.im-icon-Philipines:before {
  content: "\eb57";
}
.im-icon-Phone-2:before {
  content: "\eb58";
}
.im-icon-Phone-3:before {
  content: "\eb59";
}
.im-icon-Phone-3G:before {
  content: "\eb5a";
}
.im-icon-Phone-4G:before {
  content: "\eb5b";
}
.im-icon-Phone-Simcard:before {
  content: "\eb5c";
}
.im-icon-Phone-SMS:before {
  content: "\eb5d";
}
.im-icon-Phone-Wifi:before {
  content: "\eb5e";
}
.im-icon-Phone:before {
  content: "\eb5f";
}
.im-icon-Photo-2:before {
  content: "\eb60";
}
.im-icon-Photo-3:before {
  content: "\eb61";
}
.im-icon-Photo-Album:before {
  content: "\eb62";
}
.im-icon-Photo-Album2:before {
  content: "\eb63";
}
.im-icon-Photo-Album3:before {
  content: "\eb64";
}
.im-icon-Photo:before {
  content: "\eb65";
}
.im-icon-Photos:before {
  content: "\eb66";
}
.im-icon-Physics:before {
  content: "\eb67";
}
.im-icon-Pi:before {
  content: "\eb68";
}
.im-icon-Piano:before {
  content: "\eb69";
}
.im-icon-Picasa:before {
  content: "\eb6a";
}
.im-icon-Pie-Chart:before {
  content: "\eb6b";
}
.im-icon-Pie-Chart2:before {
  content: "\eb6c";
}
.im-icon-Pie-Chart3:before {
  content: "\eb6d";
}
.im-icon-Pilates-2:before {
  content: "\eb6e";
}
.im-icon-Pilates-3:before {
  content: "\eb6f";
}
.im-icon-Pilates:before {
  content: "\eb70";
}
.im-icon-Pilot:before {
  content: "\eb71";
}
.im-icon-Pinch:before {
  content: "\eb72";
}
.im-icon-Ping-Pong:before {
  content: "\eb73";
}
.im-icon-Pinterest:before {
  content: "\eb74";
}
.im-icon-Pipe:before {
  content: "\eb75";
}
.im-icon-Pipette:before {
  content: "\eb76";
}
.im-icon-Piramids:before {
  content: "\eb77";
}
.im-icon-Pisces-2:before {
  content: "\eb78";
}
.im-icon-Pisces:before {
  content: "\eb79";
}
.im-icon-Pizza-Slice:before {
  content: "\eb7a";
}
.im-icon-Pizza:before {
  content: "\eb7b";
}
.im-icon-Plane-2:before {
  content: "\eb7c";
}
.im-icon-Plane:before {
  content: "\eb7d";
}
.im-icon-Plant:before {
  content: "\eb7e";
}
.im-icon-Plasmid:before {
  content: "\eb7f";
}
.im-icon-Plaster:before {
  content: "\eb80";
}
.im-icon-Plastic-CupPhone:before {
  content: "\eb81";
}
.im-icon-Plastic-CupPhone2:before {
  content: "\eb82";
}
.im-icon-Plate:before {
  content: "\eb83";
}
.im-icon-Plates:before {
  content: "\eb84";
}
.im-icon-Plaxo:before {
  content: "\eb85";
}
.im-icon-Play-Music:before {
  content: "\eb86";
}
.im-icon-Plug-In:before {
  content: "\eb87";
}
.im-icon-Plug-In2:before {
  content: "\eb88";
}
.im-icon-Plurk:before {
  content: "\eb89";
}
.im-icon-Pointer:before {
  content: "\eb8a";
}
.im-icon-Poland:before {
  content: "\eb8b";
}
.im-icon-Police-Man:before {
  content: "\eb8c";
}
.im-icon-Police-Station:before {
  content: "\eb8d";
}
.im-icon-Police-Woman:before {
  content: "\eb8e";
}
.im-icon-Police:before {
  content: "\eb8f";
}
.im-icon-Polo-Shirt:before {
  content: "\eb90";
}
.im-icon-Portrait:before {
  content: "\eb91";
}
.im-icon-Portugal:before {
  content: "\eb92";
}
.im-icon-Post-Mail:before {
  content: "\eb93";
}
.im-icon-Post-Mail2:before {
  content: "\eb94";
}
.im-icon-Post-Office:before {
  content: "\eb95";
}
.im-icon-Post-Sign:before {
  content: "\eb96";
}
.im-icon-Post-Sign2ways:before {
  content: "\eb97";
}
.im-icon-Posterous:before {
  content: "\eb98";
}
.im-icon-Pound-Sign:before {
  content: "\eb99";
}
.im-icon-Pound-Sign2:before {
  content: "\eb9a";
}
.im-icon-Pound:before {
  content: "\eb9b";
}
.im-icon-Power-2:before {
  content: "\eb9c";
}
.im-icon-Power-3:before {
  content: "\eb9d";
}
.im-icon-Power-Cable:before {
  content: "\eb9e";
}
.im-icon-Power-Station:before {
  content: "\eb9f";
}
.im-icon-Power:before {
  content: "\eba0";
}
.im-icon-Prater:before {
  content: "\eba1";
}
.im-icon-Present:before {
  content: "\eba2";
}
.im-icon-Presents:before {
  content: "\eba3";
}
.im-icon-Press:before {
  content: "\eba4";
}
.im-icon-Preview:before {
  content: "\eba5";
}
.im-icon-Previous:before {
  content: "\eba6";
}
.im-icon-Pricing:before {
  content: "\eba7";
}
.im-icon-Printer:before {
  content: "\eba8";
}
.im-icon-Professor:before {
  content: "\eba9";
}
.im-icon-Profile:before {
  content: "\ebaa";
}
.im-icon-Project:before {
  content: "\ebab";
}
.im-icon-Projector-2:before {
  content: "\ebac";
}
.im-icon-Projector:before {
  content: "\ebad";
}
.im-icon-Pulse:before {
  content: "\ebae";
}
.im-icon-Pumpkin:before {
  content: "\ebaf";
}
.im-icon-Punk:before {
  content: "\ebb0";
}
.im-icon-Punker:before {
  content: "\ebb1";
}
.im-icon-Puzzle:before {
  content: "\ebb2";
}
.im-icon-QIK:before {
  content: "\ebb3";
}
.im-icon-QR-Code:before {
  content: "\ebb4";
}
.im-icon-Queen-2:before {
  content: "\ebb5";
}
.im-icon-Queen:before {
  content: "\ebb6";
}
.im-icon-Quill-2:before {
  content: "\ebb7";
}
.im-icon-Quill-3:before {
  content: "\ebb8";
}
.im-icon-Quill:before {
  content: "\ebb9";
}
.im-icon-Quotes-2:before {
  content: "\ebba";
}
.im-icon-Quotes:before {
  content: "\ebbb";
}
.im-icon-Radio:before {
  content: "\ebbc";
}
.im-icon-Radioactive:before {
  content: "\ebbd";
}
.im-icon-Rafting:before {
  content: "\ebbe";
}
.im-icon-Rain-Drop:before {
  content: "\ebbf";
}
.im-icon-Rainbow-2:before {
  content: "\ebc0";
}
.im-icon-Rainbow:before {
  content: "\ebc1";
}
.im-icon-Ram:before {
  content: "\ebc2";
}
.im-icon-Razzor-Blade:before {
  content: "\ebc3";
}
.im-icon-Receipt-2:before {
  content: "\ebc4";
}
.im-icon-Receipt-3:before {
  content: "\ebc5";
}
.im-icon-Receipt-4:before {
  content: "\ebc6";
}
.im-icon-Receipt:before {
  content: "\ebc7";
}
.im-icon-Record2:before {
  content: "\ebc8";
}
.im-icon-Record-3:before {
  content: "\ebc9";
}
.im-icon-Record-Music:before {
  content: "\ebca";
}
.im-icon-Record:before {
  content: "\ebcb";
}
.im-icon-Recycling-2:before {
  content: "\ebcc";
}
.im-icon-Recycling:before {
  content: "\ebcd";
}
.im-icon-Reddit:before {
  content: "\ebce";
}
.im-icon-Redhat:before {
  content: "\ebcf";
}
.im-icon-Redirect:before {
  content: "\ebd0";
}
.im-icon-Redo:before {
  content: "\ebd1";
}
.im-icon-Reel:before {
  content: "\ebd2";
}
.im-icon-Refinery:before {
  content: "\ebd3";
}
.im-icon-Refresh-Window:before {
  content: "\ebd4";
}
.im-icon-Refresh:before {
  content: "\ebd5";
}
.im-icon-Reload-2:before {
  content: "\ebd6";
}
.im-icon-Reload-3:before {
  content: "\ebd7";
}
.im-icon-Reload:before {
  content: "\ebd8";
}
.im-icon-Remote-Controll:before {
  content: "\ebd9";
}
.im-icon-Remote-Controll2:before {
  content: "\ebda";
}
.im-icon-Remove-Bag:before {
  content: "\ebdb";
}
.im-icon-Remove-Basket:before {
  content: "\ebdc";
}
.im-icon-Remove-Cart:before {
  content: "\ebdd";
}
.im-icon-Remove-File:before {
  content: "\ebde";
}
.im-icon-Remove-User:before {
  content: "\ebdf";
}
.im-icon-Remove-Window:before {
  content: "\ebe0";
}
.im-icon-Remove:before {
  content: "\ebe1";
}
.im-icon-Rename:before {
  content: "\ebe2";
}
.im-icon-Repair:before {
  content: "\ebe3";
}
.im-icon-Repeat-2:before {
  content: "\ebe4";
}
.im-icon-Repeat-3:before {
  content: "\ebe5";
}
.im-icon-Repeat-4:before {
  content: "\ebe6";
}
.im-icon-Repeat-5:before {
  content: "\ebe7";
}
.im-icon-Repeat-6:before {
  content: "\ebe8";
}
.im-icon-Repeat-7:before {
  content: "\ebe9";
}
.im-icon-Repeat:before {
  content: "\ebea";
}
.im-icon-Reset:before {
  content: "\ebeb";
}
.im-icon-Resize:before {
  content: "\ebec";
}
.im-icon-Restore-Window:before {
  content: "\ebed";
}
.im-icon-Retouching:before {
  content: "\ebee";
}
.im-icon-Retro-Camera:before {
  content: "\ebef";
}
.im-icon-Retro:before {
  content: "\ebf0";
}
.im-icon-Retweet:before {
  content: "\ebf1";
}
.im-icon-Reverbnation:before {
  content: "\ebf2";
}
.im-icon-Rewind:before {
  content: "\ebf3";
}
.im-icon-RGB:before {
  content: "\ebf4";
}
.im-icon-Ribbon-2:before {
  content: "\ebf5";
}
.im-icon-Ribbon-3:before {
  content: "\ebf6";
}
.im-icon-Ribbon:before {
  content: "\ebf7";
}
.im-icon-Right-2:before {
  content: "\ebf8";
}
.im-icon-Right-3:before {
  content: "\ebf9";
}
.im-icon-Right-4:before {
  content: "\ebfa";
}
.im-icon-Right-ToLeft:before {
  content: "\ebfb";
}
.im-icon-Right:before {
  content: "\ebfc";
}
.im-icon-Road-2:before {
  content: "\ebfd";
}
.im-icon-Road-3:before {
  content: "\ebfe";
}
.im-icon-Road:before {
  content: "\ebff";
}
.im-icon-Robot-2:before {
  content: "\ec00";
}
.im-icon-Robot:before {
  content: "\ec01";
}
.im-icon-Rock-andRoll:before {
  content: "\ec02";
}
.im-icon-Rocket:before {
  content: "\ec03";
}
.im-icon-Roller:before {
  content: "\ec04";
}
.im-icon-Roof:before {
  content: "\ec05";
}
.im-icon-Rook:before {
  content: "\ec06";
}
.im-icon-Rotate-Gesture:before {
  content: "\ec07";
}
.im-icon-Rotate-Gesture2:before {
  content: "\ec08";
}
.im-icon-Rotate-Gesture3:before {
  content: "\ec09";
}
.im-icon-Rotation-390:before {
  content: "\ec0a";
}
.im-icon-Rotation:before {
  content: "\ec0b";
}
.im-icon-Router-2:before {
  content: "\ec0c";
}
.im-icon-Router:before {
  content: "\ec0d";
}
.im-icon-RSS:before {
  content: "\ec0e";
}
.im-icon-Ruler-2:before {
  content: "\ec0f";
}
.im-icon-Ruler:before {
  content: "\ec10";
}
.im-icon-Running-Shoes:before {
  content: "\ec11";
}
.im-icon-Running:before {
  content: "\ec12";
}
.im-icon-Safari:before {
  content: "\ec13";
}
.im-icon-Safe-Box:before {
  content: "\ec14";
}
.im-icon-Safe-Box2:before {
  content: "\ec15";
}
.im-icon-Safety-PinClose:before {
  content: "\ec16";
}
.im-icon-Safety-PinOpen:before {
  content: "\ec17";
}
.im-icon-Sagittarus-2:before {
  content: "\ec18";
}
.im-icon-Sagittarus:before {
  content: "\ec19";
}
.im-icon-Sailing-Ship:before {
  content: "\ec1a";
}
.im-icon-Sand-watch:before {
  content: "\ec1b";
}
.im-icon-Sand-watch2:before {
  content: "\ec1c";
}
.im-icon-Santa-Claus:before {
  content: "\ec1d";
}
.im-icon-Santa-Claus2:before {
  content: "\ec1e";
}
.im-icon-Santa-onSled:before {
  content: "\ec1f";
}
.im-icon-Satelite-2:before {
  content: "\ec20";
}
.im-icon-Satelite:before {
  content: "\ec21";
}
.im-icon-Save-Window:before {
  content: "\ec22";
}
.im-icon-Save:before {
  content: "\ec23";
}
.im-icon-Saw:before {
  content: "\ec24";
}
.im-icon-Saxophone:before {
  content: "\ec25";
}
.im-icon-Scale:before {
  content: "\ec26";
}
.im-icon-Scarf:before {
  content: "\ec27";
}
.im-icon-Scissor:before {
  content: "\ec28";
}
.im-icon-Scooter-Front:before {
  content: "\ec29";
}
.im-icon-Scooter:before {
  content: "\ec2a";
}
.im-icon-Scorpio-2:before {
  content: "\ec2b";
}
.im-icon-Scorpio:before {
  content: "\ec2c";
}
.im-icon-Scotland:before {
  content: "\ec2d";
}
.im-icon-Screwdriver:before {
  content: "\ec2e";
}
.im-icon-Scroll-Fast:before {
  content: "\ec2f";
}
.im-icon-Scroll:before {
  content: "\ec30";
}
.im-icon-Scroller-2:before {
  content: "\ec31";
}
.im-icon-Scroller:before {
  content: "\ec32";
}
.im-icon-Sea-Dog:before {
  content: "\ec33";
}
.im-icon-Search-onCloud:before {
  content: "\ec34";
}
.im-icon-Search-People:before {
  content: "\ec35";
}
.im-icon-secound:before {
  content: "\ec36";
}
.im-icon-secound2:before {
  content: "\ec37";
}
.im-icon-Security-Block:before {
  content: "\ec38";
}
.im-icon-Security-Bug:before {
  content: "\ec39";
}
.im-icon-Security-Camera:before {
  content: "\ec3a";
}
.im-icon-Security-Check:before {
  content: "\ec3b";
}
.im-icon-Security-Settings:before {
  content: "\ec3c";
}
.im-icon-Security-Smiley:before {
  content: "\ec3d";
}
.im-icon-Securiy-Remove:before {
  content: "\ec3e";
}
.im-icon-Seed:before {
  content: "\ec3f";
}
.im-icon-Selfie:before {
  content: "\ec40";
}
.im-icon-Serbia:before {
  content: "\ec41";
}
.im-icon-Server-2:before {
  content: "\ec42";
}
.im-icon-Server:before {
  content: "\ec43";
}
.im-icon-Servers:before {
  content: "\ec44";
}
.im-icon-Settings-Window:before {
  content: "\ec45";
}
.im-icon-Sewing-Machine:before {
  content: "\ec46";
}
.im-icon-Sexual:before {
  content: "\ec47";
}
.im-icon-Share-onCloud:before {
  content: "\ec48";
}
.im-icon-Share-Window:before {
  content: "\ec49";
}
.im-icon-Share:before {
  content: "\ec4a";
}
.im-icon-Sharethis:before {
  content: "\ec4b";
}
.im-icon-Shark:before {
  content: "\ec4c";
}
.im-icon-Sheep:before {
  content: "\ec4d";
}
.im-icon-Sheriff-Badge:before {
  content: "\ec4e";
}
.im-icon-Shield:before {
  content: "\ec4f";
}
.im-icon-Ship-2:before {
  content: "\ec50";
}
.im-icon-Ship:before {
  content: "\ec51";
}
.im-icon-Shirt:before {
  content: "\ec52";
}
.im-icon-Shoes-2:before {
  content: "\ec53";
}
.im-icon-Shoes-3:before {
  content: "\ec54";
}
.im-icon-Shoes:before {
  content: "\ec55";
}
.im-icon-Shop-2:before {
  content: "\ec56";
}
.im-icon-Shop-3:before {
  content: "\ec57";
}
.im-icon-Shop-4:before {
  content: "\ec58";
}
.im-icon-Shop:before {
  content: "\ec59";
}
.im-icon-Shopping-Bag:before {
  content: "\ec5a";
}
.im-icon-Shopping-Basket:before {
  content: "\ec5b";
}
.im-icon-Shopping-Cart:before {
  content: "\ec5c";
}
.im-icon-Short-Pants:before {
  content: "\ec5d";
}
.im-icon-Shoutwire:before {
  content: "\ec5e";
}
.im-icon-Shovel:before {
  content: "\ec5f";
}
.im-icon-Shuffle-2:before {
  content: "\ec60";
}
.im-icon-Shuffle-3:before {
  content: "\ec61";
}
.im-icon-Shuffle-4:before {
  content: "\ec62";
}
.im-icon-Shuffle:before {
  content: "\ec63";
}
.im-icon-Shutter:before {
  content: "\ec64";
}
.im-icon-Sidebar-Window:before {
  content: "\ec65";
}
.im-icon-Signal:before {
  content: "\ec66";
}
.im-icon-Singapore:before {
  content: "\ec67";
}
.im-icon-Skate-Shoes:before {
  content: "\ec68";
}
.im-icon-Skateboard-2:before {
  content: "\ec69";
}
.im-icon-Skateboard:before {
  content: "\ec6a";
}
.im-icon-Skeleton:before {
  content: "\ec6b";
}
.im-icon-Ski:before {
  content: "\ec6c";
}
.im-icon-Skirt:before {
  content: "\ec6d";
}
.im-icon-Skrill:before {
  content: "\ec6e";
}
.im-icon-Skull:before {
  content: "\ec6f";
}
.im-icon-Skydiving:before {
  content: "\ec70";
}
.im-icon-Skype:before {
  content: "\ec71";
}
.im-icon-Sled-withGifts:before {
  content: "\ec72";
}
.im-icon-Sled:before {
  content: "\ec73";
}
.im-icon-Sleeping:before {
  content: "\ec74";
}
.im-icon-Sleet:before {
  content: "\ec75";
}
.im-icon-Slippers:before {
  content: "\ec76";
}
.im-icon-Smart:before {
  content: "\ec77";
}
.im-icon-Smartphone-2:before {
  content: "\ec78";
}
.im-icon-Smartphone-3:before {
  content: "\ec79";
}
.im-icon-Smartphone-4:before {
  content: "\ec7a";
}
.im-icon-Smartphone-Secure:before {
  content: "\ec7b";
}
.im-icon-Smartphone:before {
  content: "\ec7c";
}
.im-icon-Smile:before {
  content: "\ec7d";
}
.im-icon-Smoking-Area:before {
  content: "\ec7e";
}
.im-icon-Smoking-Pipe:before {
  content: "\ec7f";
}
.im-icon-Snake:before {
  content: "\ec80";
}
.im-icon-Snorkel:before {
  content: "\ec81";
}
.im-icon-Snow-2:before {
  content: "\ec82";
}
.im-icon-Snow-Dome:before {
  content: "\ec83";
}
.im-icon-Snow-Storm:before {
  content: "\ec84";
}
.im-icon-Snow:before {
  content: "\ec85";
}
.im-icon-Snowflake-2:before {
  content: "\ec86";
}
.im-icon-Snowflake-3:before {
  content: "\ec87";
}
.im-icon-Snowflake-4:before {
  content: "\ec88";
}
.im-icon-Snowflake:before {
  content: "\ec89";
}
.im-icon-Snowman:before {
  content: "\ec8a";
}
.im-icon-Soccer-Ball:before {
  content: "\ec8b";
}
.im-icon-Soccer-Shoes:before {
  content: "\ec8c";
}
.im-icon-Socks:before {
  content: "\ec8d";
}
.im-icon-Solar:before {
  content: "\ec8e";
}
.im-icon-Sound-Wave:before {
  content: "\ec8f";
}
.im-icon-Sound:before {
  content: "\ec90";
}
.im-icon-Soundcloud:before {
  content: "\ec91";
}
.im-icon-Soup:before {
  content: "\ec92";
}
.im-icon-South-Africa:before {
  content: "\ec93";
}
.im-icon-Space-Needle:before {
  content: "\ec94";
}
.im-icon-Spain:before {
  content: "\ec95";
}
.im-icon-Spam-Mail:before {
  content: "\ec96";
}
.im-icon-Speach-Bubble:before {
  content: "\ec97";
}
.im-icon-Speach-Bubble2:before {
  content: "\ec98";
}
.im-icon-Speach-Bubble3:before {
  content: "\ec99";
}
.im-icon-Speach-Bubble4:before {
  content: "\ec9a";
}
.im-icon-Speach-Bubble5:before {
  content: "\ec9b";
}
.im-icon-Speach-Bubble6:before {
  content: "\ec9c";
}
.im-icon-Speach-Bubble7:before {
  content: "\ec9d";
}
.im-icon-Speach-Bubble8:before {
  content: "\ec9e";
}
.im-icon-Speach-Bubble9:before {
  content: "\ec9f";
}
.im-icon-Speach-Bubble10:before {
  content: "\eca0";
}
.im-icon-Speach-Bubble11:before {
  content: "\eca1";
}
.im-icon-Speach-Bubble12:before {
  content: "\eca2";
}
.im-icon-Speach-Bubble13:before {
  content: "\eca3";
}
.im-icon-Speach-BubbleAsking:before {
  content: "\eca4";
}
.im-icon-Speach-BubbleComic:before {
  content: "\eca5";
}
.im-icon-Speach-BubbleComic2:before {
  content: "\eca6";
}
.im-icon-Speach-BubbleComic3:before {
  content: "\eca7";
}
.im-icon-Speach-BubbleComic4:before {
  content: "\eca8";
}
.im-icon-Speach-BubbleDialog:before {
  content: "\eca9";
}
.im-icon-Speach-Bubbles:before {
  content: "\ecaa";
}
.im-icon-Speak-2:before {
  content: "\ecab";
}
.im-icon-Speak:before {
  content: "\ecac";
}
.im-icon-Speaker-2:before {
  content: "\ecad";
}
.im-icon-Speaker:before {
  content: "\ecae";
}
.im-icon-Spell-Check:before {
  content: "\ecaf";
}
.im-icon-Spell-CheckABC:before {
  content: "\ecb0";
}
.im-icon-Spermium:before {
  content: "\ecb1";
}
.im-icon-Spider:before {
  content: "\ecb2";
}
.im-icon-Spiderweb:before {
  content: "\ecb3";
}
.im-icon-Split-FourSquareWindow:before {
  content: "\ecb4";
}
.im-icon-Split-Horizontal:before {
  content: "\ecb5";
}
.im-icon-Split-Horizontal2Window:before {
  content: "\ecb6";
}
.im-icon-Split-Vertical:before {
  content: "\ecb7";
}
.im-icon-Split-Vertical2:before {
  content: "\ecb8";
}
.im-icon-Split-Window:before {
  content: "\ecb9";
}
.im-icon-Spoder:before {
  content: "\ecba";
}
.im-icon-Spoon:before {
  content: "\ecbb";
}
.im-icon-Sport-Mode:before {
  content: "\ecbc";
}
.im-icon-Sports-Clothings1:before {
  content: "\ecbd";
}
.im-icon-Sports-Clothings2:before {
  content: "\ecbe";
}
.im-icon-Sports-Shirt:before {
  content: "\ecbf";
}
.im-icon-Spot:before {
  content: "\ecc0";
}
.im-icon-Spray:before {
  content: "\ecc1";
}
.im-icon-Spread:before {
  content: "\ecc2";
}
.im-icon-Spring:before {
  content: "\ecc3";
}
.im-icon-Spurl:before {
  content: "\ecc4";
}
.im-icon-Spy:before {
  content: "\ecc5";
}
.im-icon-Squirrel:before {
  content: "\ecc6";
}
.im-icon-SSL:before {
  content: "\ecc7";
}
.im-icon-St-BasilsCathedral:before {
  content: "\ecc8";
}
.im-icon-St-PaulsCathedral:before {
  content: "\ecc9";
}
.im-icon-Stamp-2:before {
  content: "\ecca";
}
.im-icon-Stamp:before {
  content: "\eccb";
}
.im-icon-Stapler:before {
  content: "\eccc";
}
.im-icon-Star-Track:before {
  content: "\eccd";
}
.im-icon-Star:before {
  content: "\ecce";
}
.im-icon-Starfish:before {
  content: "\eccf";
}
.im-icon-Start2:before {
  content: "\ecd0";
}
.im-icon-Start-3:before {
  content: "\ecd1";
}
.im-icon-Start-ways:before {
  content: "\ecd2";
}
.im-icon-Start:before {
  content: "\ecd3";
}
.im-icon-Statistic:before {
  content: "\ecd4";
}
.im-icon-Stethoscope:before {
  content: "\ecd5";
}
.im-icon-stop--2:before {
  content: "\ecd6";
}
.im-icon-Stop-Music:before {
  content: "\ecd7";
}
.im-icon-Stop:before {
  content: "\ecd8";
}
.im-icon-Stopwatch-2:before {
  content: "\ecd9";
}
.im-icon-Stopwatch:before {
  content: "\ecda";
}
.im-icon-Storm:before {
  content: "\ecdb";
}
.im-icon-Street-View:before {
  content: "\ecdc";
}
.im-icon-Street-View2:before {
  content: "\ecdd";
}
.im-icon-Strikethrough-Text:before {
  content: "\ecde";
}
.im-icon-Stroller:before {
  content: "\ecdf";
}
.im-icon-Structure:before {
  content: "\ece0";
}
.im-icon-Student-Female:before {
  content: "\ece1";
}
.im-icon-Student-Hat:before {
  content: "\ece2";
}
.im-icon-Student-Hat2:before {
  content: "\ece3";
}
.im-icon-Student-Male:before {
  content: "\ece4";
}
.im-icon-Student-MaleFemale:before {
  content: "\ece5";
}
.im-icon-Students:before {
  content: "\ece6";
}
.im-icon-Studio-Flash:before {
  content: "\ece7";
}
.im-icon-Studio-Lightbox:before {
  content: "\ece8";
}
.im-icon-Stumbleupon:before {
  content: "\ece9";
}
.im-icon-Suit:before {
  content: "\ecea";
}
.im-icon-Suitcase:before {
  content: "\eceb";
}
.im-icon-Sum-2:before {
  content: "\ecec";
}
.im-icon-Sum:before {
  content: "\eced";
}
.im-icon-Summer:before {
  content: "\ecee";
}
.im-icon-Sun-CloudyRain:before {
  content: "\ecef";
}
.im-icon-Sun:before {
  content: "\ecf0";
}
.im-icon-Sunglasses-2:before {
  content: "\ecf1";
}
.im-icon-Sunglasses-3:before {
  content: "\ecf2";
}
.im-icon-Sunglasses-Smiley:before {
  content: "\ecf3";
}
.im-icon-Sunglasses-Smiley2:before {
  content: "\ecf4";
}
.im-icon-Sunglasses-W:before {
  content: "\ecf5";
}
.im-icon-Sunglasses-W2:before {
  content: "\ecf6";
}
.im-icon-Sunglasses-W3:before {
  content: "\ecf7";
}
.im-icon-Sunglasses:before {
  content: "\ecf8";
}
.im-icon-Sunrise:before {
  content: "\ecf9";
}
.im-icon-Sunset:before {
  content: "\ecfa";
}
.im-icon-Superman:before {
  content: "\ecfb";
}
.im-icon-Support:before {
  content: "\ecfc";
}
.im-icon-Surprise:before {
  content: "\ecfd";
}
.im-icon-Sushi:before {
  content: "\ecfe";
}
.im-icon-Sweden:before {
  content: "\ecff";
}
.im-icon-Swimming-Short:before {
  content: "\ed00";
}
.im-icon-Swimming:before {
  content: "\ed01";
}
.im-icon-Swimmwear:before {
  content: "\ed02";
}
.im-icon-Switch:before {
  content: "\ed03";
}
.im-icon-Switzerland:before {
  content: "\ed04";
}
.im-icon-Sync-Cloud:before {
  content: "\ed05";
}
.im-icon-Sync:before {
  content: "\ed06";
}
.im-icon-Synchronize-2:before {
  content: "\ed07";
}
.im-icon-Synchronize:before {
  content: "\ed08";
}
.im-icon-T-Shirt:before {
  content: "\ed09";
}
.im-icon-Tablet-2:before {
  content: "\ed0a";
}
.im-icon-Tablet-3:before {
  content: "\ed0b";
}
.im-icon-Tablet-Orientation:before {
  content: "\ed0c";
}
.im-icon-Tablet-Phone:before {
  content: "\ed0d";
}
.im-icon-Tablet-Secure:before {
  content: "\ed0e";
}
.im-icon-Tablet-Vertical:before {
  content: "\ed0f";
}
.im-icon-Tablet:before {
  content: "\ed10";
}
.im-icon-Tactic:before {
  content: "\ed11";
}
.im-icon-Tag-2:before {
  content: "\ed12";
}
.im-icon-Tag-3:before {
  content: "\ed13";
}
.im-icon-Tag-4:before {
  content: "\ed14";
}
.im-icon-Tag-5:before {
  content: "\ed15";
}
.im-icon-Tag:before {
  content: "\ed16";
}
.im-icon-Taj-Mahal:before {
  content: "\ed17";
}
.im-icon-Talk-Man:before {
  content: "\ed18";
}
.im-icon-Tap:before {
  content: "\ed19";
}
.im-icon-Target-Market:before {
  content: "\ed1a";
}
.im-icon-Target:before {
  content: "\ed1b";
}
.im-icon-Taurus-2:before {
  content: "\ed1c";
}
.im-icon-Taurus:before {
  content: "\ed1d";
}
.im-icon-Taxi-2:before {
  content: "\ed1e";
}
.im-icon-Taxi-Sign:before {
  content: "\ed1f";
}
.im-icon-Taxi:before {
  content: "\ed20";
}
.im-icon-Teacher:before {
  content: "\ed21";
}
.im-icon-Teapot:before {
  content: "\ed22";
}
.im-icon-Technorati:before {
  content: "\ed23";
}
.im-icon-Teddy-Bear:before {
  content: "\ed24";
}
.im-icon-Tee-Mug:before {
  content: "\ed25";
}
.im-icon-Telephone-2:before {
  content: "\ed26";
}
.im-icon-Telephone:before {
  content: "\ed27";
}
.im-icon-Telescope:before {
  content: "\ed28";
}
.im-icon-Temperature-2:before {
  content: "\ed29";
}
.im-icon-Temperature-3:before {
  content: "\ed2a";
}
.im-icon-Temperature:before {
  content: "\ed2b";
}
.im-icon-Temple:before {
  content: "\ed2c";
}
.im-icon-Tennis-Ball:before {
  content: "\ed2d";
}
.im-icon-Tennis:before {
  content: "\ed2e";
}
.im-icon-Tent:before {
  content: "\ed2f";
}
.im-icon-Test-Tube:before {
  content: "\ed30";
}
.im-icon-Test-Tube2:before {
  content: "\ed31";
}
.im-icon-Testimonal:before {
  content: "\ed32";
}
.im-icon-Text-Box:before {
  content: "\ed33";
}
.im-icon-Text-Effect:before {
  content: "\ed34";
}
.im-icon-Text-HighlightColor:before {
  content: "\ed35";
}
.im-icon-Text-Paragraph:before {
  content: "\ed36";
}
.im-icon-Thailand:before {
  content: "\ed37";
}
.im-icon-The-WhiteHouse:before {
  content: "\ed38";
}
.im-icon-This-SideUp:before {
  content: "\ed39";
}
.im-icon-Thread:before {
  content: "\ed3a";
}
.im-icon-Three-ArrowFork:before {
  content: "\ed3b";
}
.im-icon-Three-Fingers:before {
  content: "\ed3c";
}
.im-icon-Three-FingersDrag:before {
  content: "\ed3d";
}
.im-icon-Three-FingersDrag2:before {
  content: "\ed3e";
}
.im-icon-Three-FingersTouch:before {
  content: "\ed3f";
}
.im-icon-Thumb:before {
  content: "\ed40";
}
.im-icon-Thumbs-DownSmiley:before {
  content: "\ed41";
}
.im-icon-Thumbs-UpSmiley:before {
  content: "\ed42";
}
.im-icon-Thunder:before {
  content: "\ed43";
}
.im-icon-Thunderstorm:before {
  content: "\ed44";
}
.im-icon-Ticket:before {
  content: "\ed45";
}
.im-icon-Tie-2:before {
  content: "\ed46";
}
.im-icon-Tie-3:before {
  content: "\ed47";
}
.im-icon-Tie-4:before {
  content: "\ed48";
}
.im-icon-Tie:before {
  content: "\ed49";
}
.im-icon-Tiger:before {
  content: "\ed4a";
}
.im-icon-Time-Backup:before {
  content: "\ed4b";
}
.im-icon-Time-Bomb:before {
  content: "\ed4c";
}
.im-icon-Time-Clock:before {
  content: "\ed4d";
}
.im-icon-Time-Fire:before {
  content: "\ed4e";
}
.im-icon-Time-Machine:before {
  content: "\ed4f";
}
.im-icon-Time-Window:before {
  content: "\ed50";
}
.im-icon-Timer-2:before {
  content: "\ed51";
}
.im-icon-Timer:before {
  content: "\ed52";
}
.im-icon-To-Bottom:before {
  content: "\ed53";
}
.im-icon-To-Bottom2:before {
  content: "\ed54";
}
.im-icon-To-Left:before {
  content: "\ed55";
}
.im-icon-To-Right:before {
  content: "\ed56";
}
.im-icon-To-Top:before {
  content: "\ed57";
}
.im-icon-To-Top2:before {
  content: "\ed58";
}
.im-icon-Token-:before {
  content: "\ed59";
}
.im-icon-Tomato:before {
  content: "\ed5a";
}
.im-icon-Tongue:before {
  content: "\ed5b";
}
.im-icon-Tooth-2:before {
  content: "\ed5c";
}
.im-icon-Tooth:before {
  content: "\ed5d";
}
.im-icon-Top-ToBottom:before {
  content: "\ed5e";
}
.im-icon-Touch-Window:before {
  content: "\ed5f";
}
.im-icon-Tourch:before {
  content: "\ed60";
}
.im-icon-Tower-2:before {
  content: "\ed61";
}
.im-icon-Tower-Bridge:before {
  content: "\ed62";
}
.im-icon-Tower:before {
  content: "\ed63";
}
.im-icon-Trace:before {
  content: "\ed64";
}
.im-icon-Tractor:before {
  content: "\ed65";
}
.im-icon-traffic-Light:before {
  content: "\ed66";
}
.im-icon-Traffic-Light2:before {
  content: "\ed67";
}
.im-icon-Train-2:before {
  content: "\ed68";
}
.im-icon-Train:before {
  content: "\ed69";
}
.im-icon-Tram:before {
  content: "\ed6a";
}
.im-icon-Transform-2:before {
  content: "\ed6b";
}
.im-icon-Transform-3:before {
  content: "\ed6c";
}
.im-icon-Transform-4:before {
  content: "\ed6d";
}
.im-icon-Transform:before {
  content: "\ed6e";
}
.im-icon-Trash-withMen:before {
  content: "\ed6f";
}
.im-icon-Tree-2:before {
  content: "\ed70";
}
.im-icon-Tree-3:before {
  content: "\ed71";
}
.im-icon-Tree-4:before {
  content: "\ed72";
}
.im-icon-Tree-5:before {
  content: "\ed73";
}
.im-icon-Tree:before {
  content: "\ed74";
}
.im-icon-Trekking:before {
  content: "\ed75";
}
.im-icon-Triangle-ArrowDown:before {
  content: "\ed76";
}
.im-icon-Triangle-ArrowLeft:before {
  content: "\ed77";
}
.im-icon-Triangle-ArrowRight:before {
  content: "\ed78";
}
.im-icon-Triangle-ArrowUp:before {
  content: "\ed79";
}
.im-icon-Tripod-2:before {
  content: "\ed7a";
}
.im-icon-Tripod-andVideo:before {
  content: "\ed7b";
}
.im-icon-Tripod-withCamera:before {
  content: "\ed7c";
}
.im-icon-Tripod-withGopro:before {
  content: "\ed7d";
}
.im-icon-Trophy-2:before {
  content: "\ed7e";
}
.im-icon-Trophy:before {
  content: "\ed7f";
}
.im-icon-Truck:before {
  content: "\ed80";
}
.im-icon-Trumpet:before {
  content: "\ed81";
}
.im-icon-Tumblr:before {
  content: "\ed82";
}
.im-icon-Turkey:before {
  content: "\ed83";
}
.im-icon-Turn-Down:before {
  content: "\ed84";
}
.im-icon-Turn-Down2:before {
  content: "\ed85";
}
.im-icon-Turn-DownFromLeft:before {
  content: "\ed86";
}
.im-icon-Turn-DownFromRight:before {
  content: "\ed87";
}
.im-icon-Turn-Left:before {
  content: "\ed88";
}
.im-icon-Turn-Left3:before {
  content: "\ed89";
}
.im-icon-Turn-Right:before {
  content: "\ed8a";
}
.im-icon-Turn-Right3:before {
  content: "\ed8b";
}
.im-icon-Turn-Up:before {
  content: "\ed8c";
}
.im-icon-Turn-Up2:before {
  content: "\ed8d";
}
.im-icon-Turtle:before {
  content: "\ed8e";
}
.im-icon-Tuxedo:before {
  content: "\ed8f";
}
.im-icon-TV:before {
  content: "\ed90";
}
.im-icon-Twister:before {
  content: "\ed91";
}
.im-icon-Twitter-2:before {
  content: "\ed92";
}
.im-icon-Twitter:before {
  content: "\ed93";
}
.im-icon-Two-Fingers:before {
  content: "\ed94";
}
.im-icon-Two-FingersDrag:before {
  content: "\ed95";
}
.im-icon-Two-FingersDrag2:before {
  content: "\ed96";
}
.im-icon-Two-FingersScroll:before {
  content: "\ed97";
}
.im-icon-Two-FingersTouch:before {
  content: "\ed98";
}
.im-icon-Two-Windows:before {
  content: "\ed99";
}
.im-icon-Type-Pass:before {
  content: "\ed9a";
}
.im-icon-Ukraine:before {
  content: "\ed9b";
}
.im-icon-Umbrela:before {
  content: "\ed9c";
}
.im-icon-Umbrella-2:before {
  content: "\ed9d";
}
.im-icon-Umbrella-3:before {
  content: "\ed9e";
}
.im-icon-Under-LineText:before {
  content: "\ed9f";
}
.im-icon-Undo:before {
  content: "\eda0";
}
.im-icon-United-Kingdom:before {
  content: "\eda1";
}
.im-icon-United-States:before {
  content: "\eda2";
}
.im-icon-University-2:before {
  content: "\eda3";
}
.im-icon-University:before {
  content: "\eda4";
}
.im-icon-Unlike-2:before {
  content: "\eda5";
}
.im-icon-Unlike:before {
  content: "\eda6";
}
.im-icon-Unlock-2:before {
  content: "\eda7";
}
.im-icon-Unlock-3:before {
  content: "\eda8";
}
.im-icon-Unlock:before {
  content: "\eda9";
}
.im-icon-Up--Down:before {
  content: "\edaa";
}
.im-icon-Up--Down3:before {
  content: "\edab";
}
.im-icon-Up-2:before {
  content: "\edac";
}
.im-icon-Up-3:before {
  content: "\edad";
}
.im-icon-Up-4:before {
  content: "\edae";
}
.im-icon-Up:before {
  content: "\edaf";
}
.im-icon-Upgrade:before {
  content: "\edb0";
}
.im-icon-Upload-2:before {
  content: "\edb1";
}
.im-icon-Upload-toCloud:before {
  content: "\edb2";
}
.im-icon-Upload-Window:before {
  content: "\edb3";
}
.im-icon-Upload:before {
  content: "\edb4";
}
.im-icon-Uppercase-Text:before {
  content: "\edb5";
}
.im-icon-Upward:before {
  content: "\edb6";
}
.im-icon-URL-Window:before {
  content: "\edb7";
}
.im-icon-Usb-2:before {
  content: "\edb8";
}
.im-icon-Usb-Cable:before {
  content: "\edb9";
}
.im-icon-Usb:before {
  content: "\edba";
}
.im-icon-User:before {
  content: "\edbb";
}
.im-icon-Ustream:before {
  content: "\edbc";
}
.im-icon-Vase:before {
  content: "\edbd";
}
.im-icon-Vector-2:before {
  content: "\edbe";
}
.im-icon-Vector-3:before {
  content: "\edbf";
}
.im-icon-Vector-4:before {
  content: "\edc0";
}
.im-icon-Vector-5:before {
  content: "\edc1";
}
.im-icon-Vector:before {
  content: "\edc2";
}
.im-icon-Venn-Diagram:before {
  content: "\edc3";
}
.im-icon-Vest-2:before {
  content: "\edc4";
}
.im-icon-Vest:before {
  content: "\edc5";
}
.im-icon-Viddler:before {
  content: "\edc6";
}
.im-icon-Video-2:before {
  content: "\edc7";
}
.im-icon-Video-3:before {
  content: "\edc8";
}
.im-icon-Video-4:before {
  content: "\edc9";
}
.im-icon-Video-5:before {
  content: "\edca";
}
.im-icon-Video-6:before {
  content: "\edcb";
}
.im-icon-Video-GameController:before {
  content: "\edcc";
}
.im-icon-Video-Len:before {
  content: "\edcd";
}
.im-icon-Video-Len2:before {
  content: "\edce";
}
.im-icon-Video-Photographer:before {
  content: "\edcf";
}
.im-icon-Video-Tripod:before {
  content: "\edd0";
}
.im-icon-Video:before {
  content: "\edd1";
}
.im-icon-Vietnam:before {
  content: "\edd2";
}
.im-icon-View-Height:before {
  content: "\edd3";
}
.im-icon-View-Width:before {
  content: "\edd4";
}
.im-icon-Vimeo:before {
  content: "\edd5";
}
.im-icon-Virgo-2:before {
  content: "\edd6";
}
.im-icon-Virgo:before {
  content: "\edd7";
}
.im-icon-Virus-2:before {
  content: "\edd8";
}
.im-icon-Virus-3:before {
  content: "\edd9";
}
.im-icon-Virus:before {
  content: "\edda";
}
.im-icon-Visa:before {
  content: "\eddb";
}
.im-icon-Voice:before {
  content: "\eddc";
}
.im-icon-Voicemail:before {
  content: "\eddd";
}
.im-icon-Volleyball:before {
  content: "\edde";
}
.im-icon-Volume-Down:before {
  content: "\eddf";
}
.im-icon-Volume-Up:before {
  content: "\ede0";
}
.im-icon-VPN:before {
  content: "\ede1";
}
.im-icon-Wacom-Tablet:before {
  content: "\ede2";
}
.im-icon-Waiter:before {
  content: "\ede3";
}
.im-icon-Walkie-Talkie:before {
  content: "\ede4";
}
.im-icon-Wallet-2:before {
  content: "\ede5";
}
.im-icon-Wallet-3:before {
  content: "\ede6";
}
.im-icon-Wallet:before {
  content: "\ede7";
}
.im-icon-Warehouse:before {
  content: "\ede8";
}
.im-icon-Warning-Window:before {
  content: "\ede9";
}
.im-icon-Watch-2:before {
  content: "\edea";
}
.im-icon-Watch-3:before {
  content: "\edeb";
}
.im-icon-Watch:before {
  content: "\edec";
}
.im-icon-Wave-2:before {
  content: "\eded";
}
.im-icon-Wave:before {
  content: "\edee";
}
.im-icon-Webcam:before {
  content: "\edef";
}
.im-icon-weight-Lift:before {
  content: "\edf0";
}
.im-icon-Wheelbarrow:before {
  content: "\edf1";
}
.im-icon-Wheelchair:before {
  content: "\edf2";
}
.im-icon-Width-Window:before {
  content: "\edf3";
}
.im-icon-Wifi-2:before {
  content: "\edf4";
}
.im-icon-Wifi-Keyboard:before {
  content: "\edf5";
}
.im-icon-Wifi:before {
  content: "\edf6";
}
.im-icon-Wind-Turbine:before {
  content: "\edf7";
}
.im-icon-Windmill:before {
  content: "\edf8";
}
.im-icon-Window-2:before {
  content: "\edf9";
}
.im-icon-Window:before {
  content: "\edfa";
}
.im-icon-Windows-2:before {
  content: "\edfb";
}
.im-icon-Windows-Microsoft:before {
  content: "\edfc";
}
.im-icon-Windows:before {
  content: "\edfd";
}
.im-icon-Windsock:before {
  content: "\edfe";
}
.im-icon-Windy:before {
  content: "\edff";
}
.im-icon-Wine-Bottle:before {
  content: "\ee00";
}
.im-icon-Wine-Glass:before {
  content: "\ee01";
}
.im-icon-Wink:before {
  content: "\ee02";
}
.im-icon-Winter-2:before {
  content: "\ee03";
}
.im-icon-Winter:before {
  content: "\ee04";
}
.im-icon-Wireless:before {
  content: "\ee05";
}
.im-icon-Witch-Hat:before {
  content: "\ee06";
}
.im-icon-Witch:before {
  content: "\ee07";
}
.im-icon-Wizard:before {
  content: "\ee08";
}
.im-icon-Wolf:before {
  content: "\ee09";
}
.im-icon-Woman-Sign:before {
  content: "\ee0a";
}
.im-icon-WomanMan:before {
  content: "\ee0b";
}
.im-icon-Womans-Underwear:before {
  content: "\ee0c";
}
.im-icon-Womans-Underwear2:before {
  content: "\ee0d";
}
.im-icon-Women:before {
  content: "\ee0e";
}
.im-icon-Wonder-Woman:before {
  content: "\ee0f";
}
.im-icon-Wordpress:before {
  content: "\ee10";
}
.im-icon-Worker-Clothes:before {
  content: "\ee11";
}
.im-icon-Worker:before {
  content: "\ee12";
}
.im-icon-Wrap-Text:before {
  content: "\ee13";
}
.im-icon-Wreath:before {
  content: "\ee14";
}
.im-icon-Wrench:before {
  content: "\ee15";
}
.im-icon-X-Box:before {
  content: "\ee16";
}
.im-icon-X-ray:before {
  content: "\ee17";
}
.im-icon-Xanga:before {
  content: "\ee18";
}
.im-icon-Xing:before {
  content: "\ee19";
}
.im-icon-Yacht:before {
  content: "\ee1a";
}
.im-icon-Yahoo-Buzz:before {
  content: "\ee1b";
}
.im-icon-Yahoo:before {
  content: "\ee1c";
}
.im-icon-Yelp:before {
  content: "\ee1d";
}
.im-icon-Yes:before {
  content: "\ee1e";
}
.im-icon-Ying-Yang:before {
  content: "\ee1f";
}
.im-icon-Youtube:before {
  content: "\ee20";
}
.im-icon-Z-A:before {
  content: "\ee21";
}
.im-icon-Zebra:before {
  content: "\ee22";
}
.im-icon-Zombie:before {
  content: "\ee23";
}
.im-icon-Zoom-Gesture:before {
  content: "\ee24";
}
.im-icon-Zootool:before {
  content: "\ee25";
}
@charset "UTF-8";
/*
* Author: Vasterad
* URL: http://purethemes.net
*/
/* ------------------------------------------------------------------- */
/* ------------------------------------------------------------------- */
/* 01. Import Section
---------------------------------------------------------------------- */

/*@import url(/Themes/IrsaTheme/Content/css/icons.css);*/
/* Webfont Icons: FontAwesome, Line, Simple Line */

/*@import url(/Themes/IrsaTheme/Content/css/https:/fonts.googleapis.com/css?family=Varela+Round);*/

/* hebrew */
@font-face {
    font-family: 'Varela Round';
    font-style: normal;
    font-weight: 400;
    src: local('Varela Round Regular'), local('VarelaRound-Regular'), url(/Themes/IrsaTheme/Content/fonts/google_font/w8gdH283Tvk__Lua32TysjIfpcuPP9g.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+20AA, U+25CC, U+FB1D-FB4F;
    font-display: swap;
}
/* vietnamese */
@font-face {
    font-family: 'Varela Round';
    font-style: normal;
    font-weight: 400;
    src: local('Varela Round Regular'), local('VarelaRound-Regular'), url(/Themes/IrsaTheme/Content/fonts/google_font/w8gdH283Tvk__Lua32TysjIfqMuPP9g.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
    font-display: swap;
}
/* latin-ext */
@font-face {
    font-family: 'Varela Round';
    font-style: normal;
    font-weight: 400;
    src: local('Varela Round Regular'), local('VarelaRound-Regular'), url(/Themes/IrsaTheme/Content/fonts/google_font/w8gdH283Tvk__Lua32TysjIfqcuPP9g.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap;
}
/* latin */
@font-face {
    font-family: 'Varela Round';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Varela Round Regular'), local('VarelaRound-Regular'), url(/Themes/IrsaTheme/Content/fonts/google_font/w8gdH283Tvk__Lua32TysjIfp8uP.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* ------------------------------------------------------------------- */
/*  02. Layout Components
---------------------------------------------------------------------- */

.bodyelment {
    direction: rtl;
}
/* ---------------------------------- */
/* Topbar
------------------------------------- */
/* Common Styles */
.header {
    background-color: #eee;
}

#top-bar {
    /*background-color: #66676b;*/
    /*color: #fff;*/
    padding: 0 30px;
    position: relative;
    z-index: 1001;
    height: 53px;
}

.home-page .liSearch {
    visibility: hidden;
}

.float-menu {
    height: 58px;
    padding: 0 30px;
}

ul.top-bar-menu {
    height: 27px;
    transition: .8s;
}

#top-bar .bg-menu {
    position: fixed;
    background: rgba(0, 0, 0, 0.61);
    left: 100%;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: .8s;
}

ul.top-bar-menu li {
    font-size: 13px;
    display: inline-flex;
    margin: 0 0 0 10px;
}

    ul.top-bar-menu li a {
        color: #fff;
    }

    ul.top-bar-menu li i {
        color: #fff;
        margin: 0 0 0 5px;
        font-size: 15px;
        position: relative;
        top: 1px;
    }

#top-bar ul.social-icons {
    position: relative;
    z-index: 990;
}
/* Light Version */

#top-bar.light {
    background-color: #f5f5f5;
    color: #888;
}

    #top-bar.light a {
        color: #888;
    }

    #top-bar.light ul.top-bar-menu li i,
    #top-bar.light .top-bar-dropdown span:after {
        color: #a0a0a0;
    }
/* Topbar Dropdown
------------------------------------- */

.top-bar-dropdown {
    cursor: pointer;
    display: inline-block;
}

    .top-bar-dropdown .options {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        margin: 20px 0 0 0;
        z-index: 1101;
        transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
        transform: translate3d(0, 15px, 0);
        border-radius: 3px;
    }

    .top-bar-dropdown.active .options {
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        transform: translate3d(0, 0, 0);
    }

    .top-bar-dropdown .arrow {
        width: 0;
        height: 0;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        border-bottom: 6px solid #262626;
        position: absolute;
        top: -5px;
        right: 10px;
    }

    .top-bar-dropdown span:after {
        content: "\f0d7";
        font-family: "FontAwesome";
        font-size: 14px;
        color: #fff;
        top: 1px;
        margin-right: 6px;
        position: relative;
    }

    .top-bar-dropdown ul {
        background: #262626;
        max-width: 180px;
        padding: 14px 0;
    }

        .top-bar-dropdown ul li {
            width: 100%;
            display: block;
            padding: 0;
            line-height: 21px;
        }

            .top-bar-dropdown ul li a {
                padding: 5px 22px;
                display: block;
                color: #ccc;
                z-index: 10;
                position: relative;
                transition: color 0.25s;
                line-height: 21px;
            }

                .top-bar-dropdown ul li a:hover {
                    color: #fff;
                    z-index: 1;
                    position: relative;
                }
/* ---------------------------------- */
/* Header
------------------------------------- */
#small-search-box-form > button {
    height: 57px;
    font-size: 20px;
}

.search-box.store-search-box {
    height: 75px;
    display: none;
}

#wrapper > div.master-wrapper-page > div.header > div.header-lower > div {
    text-align: center;
}

#small-search-box-form {
    width: 50%;
    display: inline-block;
    height: 42px;
    margin-top: 8px;
}

#small-searchterms {
    float: right;
    width: calc(100% - 75px);
    height: 57px;
}

    #small-searchterms .search-box-button {
        float: right;
        width: 80px;
        margin-right: 5px;
    }

#company-small-searchterms {
    float: right;
    width: calc(100% - 75px);
    height: 57px;
}

    #company-small-searchterms .search-box-button {
        float: right;
        width: 65px;
        margin-right: 5px;
    }

#logo {
    display: inline-block;
    margin-top: 1px;
}

    #logo img {
        max-height: 43px;
        width: auto;
    }

img.footer-logo {
    max-height: 43px;
    width: auto;
}

#header {
    position: relative;
    z-index: 999;
    background: #fff;
    /*padding: 10px 0 0 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
    margin-bottom: 10px;*/
}
/* Header Widget */

.header-widget {
    position: relative;
}

    .header-widget .button,
    .header-widget .button.border {
        margin-left: 0;
    }

    .header-widget .sign-in {
        position: relative;
        top: -19px;
        color: #333;
        margin-left: 25px;
    }

        .header-widget .sign-in i {
            padding-left: 4px;
        }

        .header-widget .sign-in:hover {
            color: #66676b;
        }
/* Full Width Header */

header.fullwidth .container {
    width: 100%;
    margin: 0;
    padding: 0 40px;
}

.imgHeaderLogo {
    margin-top: 0px;
    max-height: 50px;
}

.left-side {
    float: left;
    width: 71%;
    display: inline-block;
    padding: 10px;
}

.right-side {
    float: right;
    width: 20%;
    display: inline-block;
    text-align: right;
    padding-right: 10px;
}

#logo,
#navigation {
    float: right;
}

#logo {
    margin-left: 40px;
}

.header-widget {
    text-align: left;
}
/* Header Style 2
------------------------------------- */

#header-container.top-border {
    border-top: 4px solid #66676b;
}

#header-container.header-style-2 .right-side {
    width: 70%;
}

#header-container.header-style-2 .left-side {
    width: 30%;
}

#header-container.header-style-2 #header {
    padding-top: 20px;
}

#header-container.header-style-2 #header {
    padding-bottom: 0;
}
/* Header Widget */

.header-style-2 .header-widget {
    margin-top: 8px;
    margin-bottom: 8px;
    float: left;
    padding-right: 0;
    text-align: right;
}

    .header-style-2 .header-widget li {
        list-style: none;
        display: inline-block;
        vertical-align: middle;
        margin-left: 20px;
        padding-left: 35px;
        line-height: 24px;
        position: relative;
    }

        .header-style-2 .header-widget li:after {
            position: absolute;
            height: 48px;
            content: "";
            display: inline-block;
            width: 1px;
            background-color: #e0e0e0;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            top: 50%;
            left: 0;
        }

        .header-style-2 .header-widget li i {
            float: right;
            display: inline-block;
            color: #66676b;
            font-size: 34px;
            width: 35px;
            position: relative;
            margin-top: 8px;
            margin-left: 18px;
            text-align: center;
            -webkit-text-stroke: 0.5px #fff;
        }

        .header-style-2 .header-widget li .widget-content {
            float: right;
            max-width: 150px;
        }

    .header-style-2 .header-widget .sl-icon-location {
        font-size: 36px;
        margin: 5px 8px 0 10px;
    }

    .header-style-2 .header-widget li span.title {
        display: block;
        color: #333;
    }

    .header-style-2 .header-widget li span.data {
        color: #808080;
    }

    .header-style-2 .header-widget li.with-btn:after {
        display: none;
    }

    .header-style-2 .header-widget a.button {
        margin-right: 13px;
        line-height: 25px;
        position: relative;
        top: 3px;
    }

    .header-style-2 .header-widget li:last-child {
        margin-left: 0;
        padding-left: 0;
    }
/* ---------------------------------- */
/* Sticky Header
------------------------------------- */

#navigation.style-2.cloned,
#header.cloned {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999;
}

#header.cloned {
    background-color: #fff;
}

#navigation.style-2.cloned {
    margin-top: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
}
/* Sticky header styles */

#header.cloned #logo img {
    transform: translate3d(0, 0, 0);
    width: auto;
    margin-top: 1px;
}

#header.cloned {
    padding: 18px 0 7px 0;
}

.sticky-logo {
    display: none;
}

#navigation.style-2.cloned .sticky-logo {
    display: inline-block;
    float: right;
    padding: 0;
    margin-left: 30px;
    margin-top: 12px;
}

    #navigation.style-2.cloned .sticky-logo img {
        max-height: 32px;
        width: auto;
        transform: translate3d(0, 0, 0);
    }

#navigation.style-2.cloned.unsticky,
#header.cloned.unsticky {
    opacity: 1;
    visibility: hidden;
    pointer-events: none;
    transform: translate(0, -100%) scale(1);
    transition: 0.3s;
}

#navigation.style-2.cloned.unsticky {
    opacity: 0;
}

#navigation.style-2.cloned,
#header.cloned.sticky {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0) scale(1);
    transition: 0.3s;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    right: 0;
    left: 0;
    z-index: 9999;
}
/*----------------------------------- */
/* Footer
------------------------------------- */

#footer {
    padding: 70px 0 0 0;
    background-color: #fcfcfc;
    box-shadow: inset 0 20px 50px -20px rgba(0, 0, 0, 0.06);
}

    #footer.sticky-footer {
        box-shadow: none;
    }

    #footer h4 {
        color: #333;
        font-size: 21px;
        margin-bottom: 25px;
    }

.footer-shadow {
    width: 100%;
    display: block;
    background: #fff;
    height: 200px;
    margin-top: -200px;
    position: relative;
    z-index: -1;
    box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.06);
}

.text-widget span {
    color: #707070;
}

    .text-widget span.address {
        display: block;
        margin-bottom: 10px;
    }
/*  Links  */

ul.footer-links {
    margin: 0 0 15px 0;
    padding: 0;
    /*width: 50%;*/
    box-sizing: border-box;
    display: inline-block;
    float: right;
}

.footer-links li {
    position: relative;
    list-style: none;
}

    .footer-links li a {
        padding: 0 16px 9px 0;
        display: inline-block;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        color: #707070;
        line-height: 21px;
    }

        .footer-links li a:hover {
            padding-right: 22px;
            color: #66676b;
        }

    .footer-links li:before {
        font-family: "FontAwesome";
        font-size: 20px;
        content: "\f104";
        position: absolute;
        right: 0;
        top: -2px;
        padding: 0 0 0 7px;
        color: #ccc;
    }
/* Footer Bottom */

.copyrights {
    color: #707070;
    border-top: 1px solid rgba(0, 0, 0, 0.09);
    margin-top: 60px;
    text-align: center;
    padding: 40px 0;
    display: inline-block;
    width: 100%;
}

#footer.alt .copyrights {
    margin-top: 0;
    border: none;
    padding: 25px;
}

.copyrights a {
    color: #707070;
}
/* Dark Styles */

#footer.dark {
    background: #222;
    color: #aaa;
}

    #footer.dark a,
    #footer.dark h4,
    #footer.dark a:hover {
        color: #fff;
    }

    #footer.dark .text-widget,
    #footer.dark .text-widget span,
    #footer.dark .footer-links li a {
        color: #aaa;
    }

        #footer.dark .footer-links li a:hover {
            color: #fff;
        }

    #footer.dark .footer-links li:before {
        color: #666;
    }

    #footer.dark .copyrights {
        color: #aaa;
        border-top: 1px solid rgba(255, 255, 255, 0.09);
    }

#footer .social-icons li a {
    opacity: 0.8;
    transition: opacity 0.35s;
}

    #footer .social-icons li a:hover {
        opacity: 1;
    }
/* ---------------------------------- */
/* Back to top
------------------------------------- */

#backtotop {
    position: fixed;
    right: 0;
    display: none;
    bottom: 25px;
    margin: 0 25px 10px 0;
    z-index: 9999;
}

    #backtotop a {
        text-decoration: none;
        border: 0 none;
        display: block;
        width: 44px;
        height: 44px;
        background-color: #66676b;
        opacity: 1;
        transition: all 0.3s;
        border-radius: 3px;
        text-align: center;
        font-size: 26px;
    }

body #backtotop a {
    color: #fff;
    border-radius: 50%;
}

#backtotop a:after {
    content: "\f106";
    font-family: "FontAwesome";
    position: relative;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
}
/*----------------------------------- */
/* Sidebar
------------------------------------- */

.sidebar.left {
    padding-left: 20px;
}

.sidebar.right {
    /*padding-right: 10px;*/
}

.sidebar .widget {
    margin-bottom: 50px;
    position: relative;
}

    .sidebar .widget:last-child {
        margin-bottom: 0 !important;
    }

.sticky {
    /*margin-bottom: 50px;*/
}

.widget h3 {
    font-size: 22px;
}
/* Like widget button */

button.widget-buttonCompany {
    position: relative;
    display: inline-block;
    padding: 0;
    cursor: pointer;
    border-radius: 3px;
    margin-left: 2px;
    color: #fff;
    transition: all 0.3s;
    outline: none;
    font-size: 12px;
    border: none;
    background-color: transparent;
    box-shadow: none;
    /* width: 165px; */
    text-align: right;
}

button.widget-button {
    position: relative;
    display: inline-block;
    padding: 0;
    cursor: pointer;
    border-radius: 3px;
    /*margin-left: 15px;*/
    color: #333;
    transition: all 0.3s;
    outline: none;
    border: none;
    background-color: transparent;
    box-shadow: none;
    width: 100%;
    text-align: right;
}

.widget-button i {
    font-size: 18px;
    margin-left: 4px;
    position: relative;
    top: 2px;
}

.widget-button .like-icon {
    color: inherit;
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    display: inline-block;
    height: 19px;
    width: 19px;
    margin-left: 6px;
    font-size: x-large;
}
.fa-xl {
    font-size: x-large !important;
    color: #686868;
}
.widget-button:hover {
    color: #66676b;
}

.widget-button .like-icon:before,
.widget-button .like-icon:after {
    transition: opacity 0.3s, transform 0.43s cubic-bezier(.0, -.41, .19, 2);
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    color: #777777;
}

.widget-button.save:hover,
.widget-button.save.liked {
    color: #ffa800;
}

.widget-button.save .like-icon:after {
    color: #ffa800;
}

.widget-button.save:after {
    content: attr(data-save-title);
}

.widget-button.save.liked:after {
    /*content: attr(data-saved-title);*/
}

.widget-button .like-icon:before,
.widget-button .like-icon.liked:before,
.widget-button .like-icon.liked:after,
.widget-button .like-icon.liked:after {
    transform: scale(1);
}

.widget-button .like-icon.liked:before {
    opacity: 0;
}
/* ---------------------------------- */
/* Navigation
------------------------------------- */

#navigation {
    position: relative;
    display: block;
}

    #navigation ul {
        list-style: none;
        position: relative;
        float: right;
        margin: 0;
        padding: 0;
    }

        #navigation ul a {
            display: block;
            color: #444;
            text-decoration: none;
        }

        #navigation ul li {
            position: relative;
            float: right;
            margin: 0;
            padding: 0;
        }

            #navigation ul li ul {
                opacity: 0;
                visibility: hidden;
                position: absolute;
                top: 100%;
                right: 0;
                padding: 0;
                z-index: 99999;
            }

        #navigation ul ul li {
            float: none;
            width: 208px;
        }

        #navigation ul ul ul {
            top: 0;
            right: 100%;
            margin: 0 10px 0 0;
        }

        #navigation ul ul {
            margin: 10px 0 0 0;
        }

            #navigation ul ul ul:after {
                content: "";
                position: absolute;
                width: 10px;
                height: 100%;
                right: -10px;
                top: 0;
                opacity: 0;
            }

            #navigation ul ul:before {
                content: "123";
                position: absolute;
                width: 100%;
                height: 10px;
                top: -10px;
                opacity: 0;
            }

        #navigation ul li:hover > ul {
            opacity: 1;
            visibility: visible;
        }
        /* Indicator Arrow */

        #navigation ul li a:after,
        #navigation ul ul li a:after {
            font-family: "FontAwesome";
            opacity: 0.5;
        }

        #navigation ul li a:after {
            content: '\f107';
            padding-right: 7px;
        }

        #navigation ul ul li a:after {
            content: '\f104';
            position: absolute;
            left: 15px;
        }

        #navigation ul li a:only-child:after {
            content: '';
            padding: 0;
        }

        #navigation ul ul li a:only-child:after {
            content: '';
        }
        /* Dropdown Styles
------------------------------------- */

        #navigation ul ul {
            background-color: #fff;
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
            border-radius: 3px;
        }

            #navigation ul ul li {
                border-bottom: 1px solid #e9e9e9;
                border-radius: 3px;
            }

                #navigation ul ul li:last-child {
                    border-bottom: none;
                }

            #navigation ul li:hover ul a,
            #navigation ul ul a {
                line-height: 27px !important;
                color: #707070 !important;
            }

            #navigation ul ul li:hover {
                background-color: #f2f2f2 !important;
                border-radius: 0;
            }

            #navigation ul ul li:first-child {
                border-radius: 3px 3px 0 0;
            }

            #navigation ul ul li:last-child {
                border-radius: 0 0 3px 3px;
            }

        #navigation ul ul {
            opacity: 0;
            visibility: hidden;
            transition: all 0.25s;
            transform: translate3d(0, 15px, 0);
        }

        #navigation ul li:hover > ul {
            opacity: 1;
            visibility: visible;
            transform: translate3d(0, 0, 0);
        }
    /* Menu Style 1
------------------------------------- */

    #navigation.style-1 .current {
        background-color: transparent;
        border: 1px solid #66676b;
        color: #66676b;
        padding: 5px 15px;
        border-radius: 3px;
    }

        #navigation.style-1 .current:after {
            opacity: 1;
        }

    #navigation.style-1 ul li {
        transition: all 0.25s;
        border-radius: 3px;
    }

        #navigation.style-1 ul li:hover {
            background-color: #66676b;
            color: #fff;
        }

            #navigation.style-1 ul li:hover a {
                color: #fff;
            }

    #navigation.style-1 ul a {
        font-size: 15px;
        line-height: 32px;
        padding: 6px 16px;
    }

    #navigation.style-1 ul li {
        margin: 0 5px;
    }

    #navigation.style-1 ul ul li {
        margin: 0;
        border-radius: 0;
    }

        #navigation.style-1 ul ul li:first-child {
            border-radius: 3px 3px 0 0;
        }

        #navigation.style-1 ul ul li:last-child {
            border-radius: 0 0 3px 3px;
        }
    /* Menu Style 2
------------------------------------- */

    #navigation.style-2 {
        width: 100%;
        margin-top: 16px;
        background-color: #66676b;
    }

        #navigation.style-2 .current:after {
            opacity: 1;
        }

        #navigation.style-2 ul li {
            transition: all 0.35s;
        }

            #navigation.style-2 .current,
            #navigation.style-2 ul li:hover {
                background-color: rgba(255, 255, 255, 0.12);
            }

                #navigation.style-2 ul li:hover a {
                    color: #fff;
                }

        #navigation.style-2 ul a {
            font-size: 15px;
            line-height: 32px;
            padding: 13px 20px;
            color: #fff;
            border-radius: 0;
        }

        #navigation.style-2 ul ul li {
            margin: 0;
        }

#responsive-top-menu {
    display: none;
}
/* ---------------------------------- */
/* jPanel mobile menu
------------------------------------- */

.menu-responsive,
#jPanelMenu-menu {
    display: none;
}

ul.top-bar-menu li.show-search {
    font-size: 13px;
    background: transparent;
    margin: 0;
    text-align: center;
    cursor: pointer;
    padding: 5px;
}

    ul.top-bar-menu li.show-search:hover {
        color: #d78686;
    }

.top-bar-menu {
    margin: 0;
    padding: 0;
}

.select-option-menu {
    background: transparent;
    border: 0;
    color: white;
}

.language-selector .language-list li {
    display: inline-block;
    margin: 0 1px;
    vertical-align: middle;
}

.language-selector .chosen-container .chosen-results,
.currency-selector .chosen-results,
.language-selector .chosen-drop,
.currency-selector .chosen-drop {
    width: 200px !important;
}

.language-selector .chosen-container-single .chosen-single,
.currency-selector .chosen-container-single .chosen-single {
    border: 0px !important;
    background-color: transparent !important;
    color: #fff !important;
}

    .language-selector .chosen-container-single .chosen-single span,
    .currency-selector .chosen-container-single .chosen-single span {
        color: #fff !important;
        font-size: 13px !important;
        width: 100%;
        padding-right: 5px;
    }

.select-option-menu option {
    background: #274abb;
}



.fa.fa-search.active:before {
    content: "\f00d";
}

body[data-menu-position=open] .menu-responsive i.fa.fa-reorder:before {
    content: "\f00d";
}

body[data-menu-position=closed] .menu-responsive i.fa.fa-reorder:before {
    content: "\f0c9";
}

#jPanelMenu-menu a.current:after,
#jPanelMenu-menu .with-ul:after {
    display: none;
}

body #jPanelMenu-menu li a {
    display: block;
    padding: 10px 20px;
    background-color: #262626;
    color: #eaeaea;
    font-weight: 500;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    outline: none;
    text-transform: none;
    text-shadow: none;
}

body #jPanelMenu-menu li li a {
    background-color: #363636;
    padding-right: 30px;
    text-transform: none;
    font-weight: 500;
}

body #jPanelMenu-menu li li li a {
    padding-right: 48px;
    position: relative;
}

    body #jPanelMenu-menu li li li a:before {
        height: 1px;
        width: 8px;
        background: rgba(255, 255, 255, 0.3);
        padding: 0;
        position: absolute;
        content: "";
        display: block;
        top: 50%;
        margin-top: -2px;
        margin-right: -17px;
    }

#jPanelMenu-menu li.cart-icon,
#jPanelMenu-menu li.search,
#jPanelMenu-menu .cart-counter,
#jPanelMenu-menu .hidden-on-mobile,
#jPanelMenu-menu .mega-headline {
    display: none;
}

#jPanelMenu-menu,
#jPanelMenu-menu ul {
    list-style: none;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
}

    #jPanelMenu-menu ul li a i {
        padding-left: 7px;
    }

    #jPanelMenu-menu .mega-content {
        display: inline-block;
    }

    #jPanelMenu-menu .mega-section {
        display: inline-block;
        float: none;
        width: 100%;
        border-left: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
/* ------------------------------ */
/* Homepage Banner
--------------------------------- */

.search-container {
    display: block;
    width: 100%;
    position: relative;
    padding: 50px 0;
    margin-top: -10px;
    z-index: 999;
}

    .search-container h2 {
        font-size: 40px;
        color: #fff;
        margin-bottom: 30px;
        letter-spacing: -1px;
    }

    .search-container .main-search-input input {
        font-weight: 500;
        font-size: 17px;
        height: 57px !important;
        float: right;
        box-sizing: border-box;
        border: none;
        float: right;
        height: auto;
    }

    .search-container input:focus {
        border: none;
    }

    .search-container .main-search-input button.button {
        width: initial;
        min-width: 100px;
        max-width: 100px;
        margin: 0;
        font-size: 18px;
        position: relative;
        margin-right: 20px;
        flex: 0 auto;
        height: 57px;
    }

        .search-container .main-search-input button.button i {
            position: relative;
            right: 2px;
        }

    .search-container .row.with-forms .chosen-container {
        margin-bottom: 0;
    }

    .search-container .chosen-container-single .chosen-single {
        height: 57px;
        line-height: 57px;
        font-size: 17px;
        border-color: #fff !important;
    }

    .search-container .chosen-container .chosen-drop {
        border-color: #fff;
    }

    .search-container .row.with-forms input {
        margin-bottom: 0 !important;
    }

body .search-container button:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(12, 12, 12, 1);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 99;
}

.search-container button:hover:before {
    opacity: 1;
}

.search-container button i {
    z-index: 100;
    position: relative;
}
/* Browse Jobs */

.adv-search-btn {
    color: #fff;
    margin-top: 25px;
}

    .adv-search-btn a {
        display: inline-block;
        background-color: rgba(255, 255, 255, 0.15);
        border: 1px solid rgba(255, 255, 255, 0.35);
        padding: 7px 12px;
        color: #fff;
        margin-right: 7px;
        margin-left: 7px;
        border-radius: 3px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .adv-search-btn a:hover {
            background-color: rgba(255, 255, 255, 0.25);
            border: 1px solid rgba(255, 255, 255, 0.45);
        }
/* Announce */

.announce {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    margin-top: 40px;
}
/* ---------------------------------- */
/* Search Forms Styling
------------------------------------- */

.main-search-container {
    transform: translate3d(0, -12px, 0);
}

    .main-search-container h1,
    .main-search-container h2 {
        text-align: center;
        color: #fff;
        font-size: 36px;
    }

.main-search-form {
    width: 660px;
    display: block;
    margin: 0 auto;
    position: relative;
    margin-top: 35px;
}

.main-search-box {
    /*background-color: #fff;*/
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
    padding: 30px;
    padding-bottom: 20px;
    margin-top: -9px;
    border-radius: 3px;
}

    .main-search-box.no-shadow {
        box-shadow: none;
        padding: 0;
        margin: 0;
    }
/* Search Type Buttons*/

.search-type {
    display: inline-block;
    padding-bottom: 35px;
    position: relative;
}

    .search-type input[type=radio] {
        display: none;
    }

    .search-type label {
        background-color: #fff;
        color: #333;
        cursor: pointer;
        display: inline-block;
        text-align: center;
        padding: 9px 18px;
        margin: 0 0 0 15px;
        float: right;
        transition: all 0.2s;
        border-radius: 3px;
    }

        .search-type label:hover,
        .search-type label.active {
            background-color: #66676b;
            color: #fff;
        }

.search-type-arrow {
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate3d(3px, 0, 0);
}
/* Main Search with Maps */

#map-container .main-search-container {
    position: absolute;
    bottom: 50px;
    right: 50%;
    transform: translate(-50%, 100%);
    z-index: 9999;
    transition: all 0.4s;
    width: auto;
}

    #map-container .main-search-container.active {
        position: absolute;
        bottom: 40px;
        right: 50%;
        transform: translate(-50%, 0);
        z-index: 9999;
    }

#map-container .main-search-form {
    width: 100%;
    margin-top: 0;
}

#map-container .main-search-box {
    padding-bottom: 15px;
    margin-top: 0;
    border-radius: 3px 0 3px 3px;
}

#map-container.homepage-map {
    height: 580px;
    overflow: hidden;
}



    #map-container.homepage-map.overflow {
        overflow: visible;
    }

a.button.adv-search-btn {
    color: #fff;
    border-radius: 3px 3px 0 0;
    font-size: 16px;
    padding: 0 24px;
    position: relative;
    z-index: 9999;
    margin: 0;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    overflow: visible;
}

a.adv-search-btn i {
    font-size: 14px;
    margin-right: 7px;
    transition: 0.2s;
}

a.adv-search-btn.active i.fa.fa-caret-up {
    transform: rotate(-540deg);
}
/* Forms Alignment
------------------------------------- */
/* Main input + button alignment */

.main-search-input {
    width: 100%;
    position: relative;
    margin-bottom: 18px;
    display: flex;
    /*display: flex !important;*/
}

.row.with-forms .main-search-input {
    margin-bottom: 0;
}

.main-search-input input {
    display: inline-block;
    margin: 0;
    flex: 1;
}

.main-search-input button.button {
    width: auto;
    min-width: 120px;
    margin: 0;
    position: relative;
    margin-right: 20px;
    flex: 0 auto;
    height: 51px;
}

.larger-input button.button,
.larger-input input {
    height: 55px;
    min-width: 120px;
}
/* Alignment */

.row.with-forms input,
.row.with-forms input[type=text],
.row.with-forms input[type=password],
.row.with-forms input[type=email],
.row.with-forms input[type=number],
.row.with-forms textarea,
.row.with-forms input,
.row.with-forms select,
.row.with-forms .chosen-container {
    margin-bottom: 18px;
}

.row.with-forms {
    margin-right: -10px;
    margin-left: -10px;
}

.with-forms .col-xs-1,
.with-forms .col-sm-1,
.with-forms .col-md-1,
.with-forms .col-lg-1,
.with-forms .col-xs-2,
.with-forms .col-sm-2,
.with-forms .col-md-2,
.with-forms .col-lg-2,
.with-forms .col-xs-3,
.with-forms .col-sm-3,
.with-forms .col-md-3,
.with-forms .col-lg-3,
.with-forms .col-xs-4,
.with-forms .col-sm-4,
.with-forms .col-md-4,
.with-forms .col-lg-4,
.with-forms .col-xs-5,
.with-forms .col-sm-5,
.with-forms .col-md-5,
.with-forms .col-lg-5,
.with-forms .col-xs-6,
.with-forms .col-sm-6,
.with-forms .col-md-6,
.with-forms .col-lg-6,
.with-forms .col-xs-7,
.with-forms .col-sm-7,
.with-forms .col-md-7,
.with-forms .col-lg-7,
.with-forms .col-xs-8,
.with-forms .col-sm-8,
.with-forms .col-md-8,
.with-forms .col-lg-8,
.with-forms .col-xs-9,
.with-forms .col-sm-9,
.with-forms .col-md-9,
.with-forms .col-lg-9,
.with-forms .col-xs-10,
.with-forms .col-sm-10,
.with-forms .col-md-10,
.with-forms .col-lg-10,
.with-forms .col-xs-11,
.with-forms .col-sm-11,
.with-forms .col-md-11,
.with-forms .col-lg-11,
.with-forms .col-xs-12,
.with-forms .col-sm-12,
.with-forms .col-md-12,
.with-forms .col-lg-12 {
    padding: 0 10px;
}
/* ---------------------------------- */
/*  Full Width Search Form
------------------------------------- */

section.search {
    margin: 0;
    padding: 10px 0;
    background: linear-gradient(to top, transparent 100%, rgba(255, 255, 255, 0.5));
    background-color: #f7f7f7;
}

    section.search .main-search-box,
    section.search .more-search-options-container {
        background-color: transparent;
    }

h3.search-title {
    margin: 3px 0 35px 0;
    font-size: 28px;
}

h4.search-title {
    margin: 10px 0 34px 0;
    font-size: 24px;
}

.search-title i {
    font-size: 22px;
    position: relative;
    top: 0;
    margin-left: 4px;
}
/* More Search Options
------------------------------------- */

.more-search-options {
    opacity: 0;
    visibility: hidden;
    display: block;
    position: absolute;
    width: 100%;
    right: 0;
    margin-top: 30px;
    transition: all 0.35s;
    z-index: 19;
    transform: translate3d(0, -20px, 0);
}

    .more-search-options.relative {
        position: relative;
        margin-top: 0;
        opacity: 1;
        visibility: visible;
        transform: translate3d(0, 0, 0);
        transition: none;
        display: none;
    }

        .more-search-options.relative.active {
            transform: translate3d(0, 0, 0);
        }

        .more-search-options.relative .more-search-options-container {
            box-shadow: none;
            padding: 0;
            margin: 20px 0 5px 0;
        }
/* Custom box*/

.custom-box {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 3px 3px;
}

    .custom-box .checkboxes {
        padding: 20px 30px 25px 30px;
    }

.more-search-options:before {
    position: absolute;
    top: -10px;
    width: 100%;
    content: "";
    background-color: #fff;
    height: 10px;
    display: inline-block;
    z-index: 101;
}

.more-search-options.relative:before {
    display: none;
}

.more-search-options.active {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, -10px, 0);
}

.more-search-options-container {
    /*background-color: #fff;*/
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
    position: relative;
    padding: 30px 30px 25px 30px;
    padding-top: 0;
    border-radius: 0 0 3px 3px;
}
/* Trigger */

.more-search-options-trigger {
    font-size: 15px;
    margin: 5px 0 2px 0;
    display: inline-block;
}

    .more-search-options-trigger:after {
        content: attr(data-open-title);
    }

    .more-search-options-trigger.active:after {
        content: attr(data-close-title);
    }

    .more-search-options-trigger:before {
        content: "\f055";
        font-family: "FontAwesome";
        padding-left: 7px;
    }

    .more-search-options-trigger.active:before {
        content: "\f056";
    }

.widget .more-search-options-trigger {
    font-size: 16px;
}
/* Range Slider
------------------------------------- */

.range-slider label {
    color: #333;
    font-size: 16px;
    margin-bottom: 25px;
}

.range-slider .ui-slider {
    position: relative;
    text-align: right;
}

    .range-slider .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        border: 2px solid #66676b;
        cursor: e-resize;
        background: #fff;
        outline: none;
        top: -8px;
        margin-right: -8px;
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    }

    .range-slider .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        display: block;
        border: 0;
        background-position: 0 0;
    }

.range-slider .ui-widget-content {
    background-color: #e8e8e8;
}

.range-slider .ui-widget-header {
    background-color: #66676b;
}

.range-slider .ui-slider.ui-state-disabled .ui-slider-handle,
.range-slider .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.range-slider .ui-slider-horizontal {
    height: 3px;
    border-radius: 10px;
    width: calc(100% - 16px);
    margin-right: 8px;
}

    .range-slider .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }

    .range-slider .ui-slider-horizontal .ui-slider-range-min {
        right: 0;
    }

    .range-slider .ui-slider-horizontal .ui-slider-range-max {
        left: 0;
    }

input.first-slider-value:focus,
input.second-slider-value:focus,
input.first-slider-value,
input.second-slider-value {
    width: 40%;
    display: inline-block;
    border: 0;
    background-color: transparent;
    padding: 0;
    margin: 12px 0 0 0;
    cursor: default;
}

input.first-slider-value {
    float: right;
    margin-right: -8px;
    width: 40%;
}

input.second-slider-value {
    float: left;
    width: 40%;
    text-align: left;
    margin-left: -8px;
}
/*----------------------------------- */
/* Custom Checkboxes
------------------------------------- */

.checkboxes {
    list-style: none;
    padding: 0 10px 0 0px;
}

    .checkboxes.in-row label {
        margin-top: 9px;
        width: 98%;
    }

    .checkboxes.one-in-row label {
        margin-top: 9px;
        width: 100%;
    }

    .checkboxes li {
        padding: 4px 0;
    }

        .checkboxes li:last-child {
            margin-bottom: -8px;
        }

    .checkboxes label {
        display: inline-block;
        cursor: pointer;
        position: relative;
        padding-right: 28px;
        /*margin-left: 20px;*/
        margin-bottom: 0;
        font-size: 15px;
    }

        .checkboxes label span {
            color: #909090;
            font-size: 15px;
        }

    .checkboxes input[type=checkbox] {
        display: none;
    }

    .checkboxes label:before {
        content: "";
        display: inline-block;
        width: 19px;
        height: 19px;
        margin-left: 10px;
        position: absolute;
        right: 0;
        top: 3px;
        background-color: #fff;
        border: 2px solid #d0d0d0;
        border-radius: 2px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        transition: border-color 0.3s;
    }

    .checkboxes input[type=checkbox]:checked + label:before {
        content: "\f00c";
        font-family: "FontAwesome";
        font-size: 12px;
        color: #fff;
        text-align: center;
        line-height: 15px;
        background-color: #66676b;
        border: 2px solid transparent;
        transition: border-color 0s;
    }
/* ---------------------------------- */
/* Parallax Background
------------------------------------- */

/*.parallax {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
    z-index: 99;
}*/
.parallax {
    position: relative;
    background-attachment: fixed;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    /*height: 100%;*/
}
/* fullscreen setup */

.fullscreen,
.content-a {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .fullscreen.overflow,
    .fullscreen.overflow .content-a {
        height: auto;
        min-height: 100%;
    }
/* content centering styles */

.centered-container {
    display: table;
}

.centered-content {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    text-align: center;
}
/* Parallax Overlay */

.parallax-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #333;
    opacity: 0.4;
}
/* Parallax Content */

.parallax-content {
    position: relative;
    z-index: 999;
    padding: 105px 0;
}
/* ---------------------------------- */
/* Titlebar
------------------------------------- */

#titlebar {
    background-color: #f8f8f8;
    position: relative;
    padding: 20px 0 70px 0;
    margin-bottom: 65px;
}

    #titlebar span a,
    #titlebar span {
        font-size: 20px;
        color: #888;
        margin-bottom: 3px;
        margin-top: 6px;
        display: inline-block;
    }

    #titlebar #breadcrumbs span {
        font-size: 13px;
    }

    #titlebar h1,
    #titlebar h2 {
        font-size: 32px;
        line-height: 40px;
        margin: 1px 0 3px 0;
    }
/* Breadcrumbs */

#breadcrumbs {
    position: absolute;
    left: 15px;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #888;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    #breadcrumbs ul {
        margin: 0;
    }

        #breadcrumbs ul li a {
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            color: #888;
        }

            #breadcrumbs ul li a:hover {
                color: #666;
            }

        #breadcrumbs ul li {
            display: inline-block;
            list-style: none;
            margin: 0 10px 0 0;
        }

            #breadcrumbs ul li:first-child:before {
                display: none;
            }

            #breadcrumbs ul li:before {
                content: "\f105";
                font-family: "FontAwesome";
                color: #a0a0a0;
                font-size: 14px;
                margin-left: 15px;
            }

#titlebar.photo-bg #breadcrumbs ul li,
#titlebar.photo-bg #breadcrumbs ul li a,
#titlebar.photo-bg #breadcrumbs ul li:before {
    color: #fff;
}
/* Parallax Titlebar
------------------------------------- */

.parallax #titlebar {
    background-color: transparent;
    position: relative;
    z-index: 999;
    padding: 10px 0;
}

    .parallax #titlebar h1,
    .parallax #titlebar h2,
    .parallax #titlebar #breadcrumbs ul li,
    .parallax #titlebar #breadcrumbs ul li a,
    .parallax #titlebar #breadcrumbs ul li::before {
        color: #fff;
    }

    .parallax #titlebar span a,
    .parallax #titlebar span {
        color: rgba(255, 255, 255, 0.7);
    }
/* ---------------------------------- */
/* Agents List
------------------------------------- */

.agents-container {
    position: relative;
    z-index: 9;
}

.agent {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    /*background-color: #fff;*/
    /*background: url(/Themes/IrsaTheme/Content/images/bg-comany.jpg) no-repeat 100%;*/
    display: block;
    border-radius: 3px;
    margin-bottom: 10px;
    background-size: 100%;
}
/* Agent Avatar */

.agent-avatar {
    width: 100%;
}

    .agent-avatar img {
        border-radius: 3px 3px 0 0;
        width: 100%;
        height: 100%;
        transform: translate3d(0deg);
    }

    .agent-avatar a {
        position: relative;
        width: 100%;
        height: 100%;
        display: block;
        overflow: hidden;
    }

        .agent-avatar a:before {
            position: absolute;
            height: 100%;
            width: 100%;
            display: block;
            top: 0;
            right: 0;
            content: "";
            z-index: 9;
            opacity: 0;
            background: #66676b;
            background: linear-gradient(to bottom, transparent 50%, #66676b);
            transition: opacity 0.4s;
        }

.view-profile-btn {
    width: 115px;
    position: absolute;
    top: 50%;
    right: calc(50% - 115px);
    z-index: 101;
    transform: translate(-50%, -80%);
    opacity: 0;
    transition: 0.35s;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    color: #fff;
    background-color: #66676b;
    padding: 7px 14px;
    border-radius: 3px;
}

.agent-avatar a:hover .view-profile-btn {
    opacity: 1;
    transform: translate(-50%, -50.5%);
}

.agent-avatar a:hover:before {
    opacity: 0.9;
}
/* Agent details list */

.agent-contact-details {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #909090;
    display: block;
    padding: 4px 12px;
    background-color: #f7f7f7;
    min-height: 97px;
}

    .agent-contact-details li {
        position: relative;
        margin-right: 28px;
        line-height: 24px;
        padding: 3px 0;
        word-break: break-word;
        /*text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;*/
    }

.operatorBox .agent-contact-details li {
    min-height: 29px;
}

.agent-contact-details li a {
    color: #909090;
}

    .agent-contact-details li a:hover {
        color: #66676b;
    }

.agent-contact-details li i {
    font-size: 18px;
    position: relative;
    top: 5px;
    right: -28px;
    position: absolute;
}

    .agent-contact-details li i.fa {
        font-size: 17px;
    }
/* Agent socials */

body .agent ul.social-icons {
    margin-right: 33px;
}

    body .agent ul.social-icons li {
        margin: 0px 0 6px 0;
    }

body .agent .social-icons li a {
    transform: scale(0.92);
    width: 34px;
}

    body .agent .social-icons li a.facebook {
        width: 30px;
        position: relative;
        top: 2px;
    }

    body .agent .social-icons li a::before {
        color: #b0b0b0;
    }
/* Agent Content*/

.agent-name {
    padding: 5px 5px;
}

    .agent-name h4 {
        margin: 0;
        font-size: 15px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .agent-name span {
        font-size: 13px;
        color: #909090;
        margin: 4px 0 -2px 0;
        line-height: 24px;
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
/* Agents Page
------------------------------------- */

.agent-page {
    padding: 0;
    display: flex;
    padding-left: 30px;
}

.agent.agent-page {
    margin-bottom: 20px;
}

.agent-page .agent-content,
.agent-page .agent-avatar,
.agent-page .agent-form {
    flex: 3;
}

.agent-page .agent-avatar {
    flex: 0.5;
    margin: 0;
}

.agent-page .agent-content {
    padding: 0 25px 5px 0px;
    padding-top: 15px;
    padding-bottom: 19px;
}

.agent-page .agent-avatar img {
    border-radius: 0 3px 3px 0;
    height: auto;
}

.agent-page .agent-contact-details {
    border-radius: 3px;
    background: linear-gradient(to right, #fff 100%, #f7f7f7);
}

.agent-page .agent-name {
    padding-right: 0;
    padding-top: 0;
}

body .agent-page ul.social-icons {
    margin-right: 0;
}

.agent-page .agent-name h4 {
    font-size: 21px;
    color: #66676b;
}

.agent-page .agent-name span {
    font-size: 15px;
    margin-top: 14px;
}
/* Agent Page long content*/

.agent-page.long-content .agent-avatar {
    margin: 0 0 0 5px;
}

    .agent-page.long-content .agent-avatar img {
        margin: 5px 5px 5px 5px;
        border-radius: 3px;
    }
/*----------------------------------- */
/* Fullscreen Map Section
------------------------------------- */

.fs-container {
    height: 100%;
    width: 100%;
}

    .fs-container #map-container {
        position: relative;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%;
        z-index: 990;
        margin-bottom: 0px;
    }

.fs-content {
    max-height: 100%;
    overflow: auto;
    padding: 0;
}

.fs-container section.search {
    padding: 32px 40px 47px 40px;
}

.fs-container .fs-listings {
    padding: 0 25px;
    margin: 0;
}

.fs-switcher {
    padding: 0 25px;
    margin: 0;
}
/* Inner Containers */

.fs-inner-container {
    width: 50%;
    height: 100%;
    float: right;
    display: inline-block;
}

.fs-inner-container {
    width: 55%;
}

    .fs-inner-container:first-child {
        width: 45%;
    }

button.fs-map-btn.button {
    position: relative;
    float: left;
    top: 6px;
    padding: 10px 40px;
    margin: 0;
}

.fs-container .more-search-options-trigger {
    position: relative;
    top: 10px;
}

.showing-results {
    color: #888;
    margin: 5px 0 25px 0;
}

.listings-container.fs-listings {
    right: 0;
    width: 100%;
    position: relative;
}

    .listings-container.fs-listings.grid-layout {
        right: 0;
        width: 100%;
        position: relative;
    }

    .listings-container.fs-listings.list-layout {
        padding: 0 40px;
    }

        .listings-container.fs-listings.list-layout .listing-content {
            flex: 4;
        }

        .listings-container.fs-listings.list-layout .listing-img-container {
            flex: 0 auto;
            max-width: 300px;
        }
/* Grid layout below 1366px screens */


/* Forms Grid */

.col-fs-12,
.col-fs-11,
.col-fs-10,
.col-fs-9,
.col-fs-8,
.col-fs-7,
.col-fs-6,
.col-fs-5,
.col-fs-4,
.col-fs-3,
.col-fs-2,
.col-fs-1 {
    float: right;
    padding: 0 10px;
}

.col-fs-12 {
    width: 100%;
}

.col-fs-11 {
    width: 91.66666667%;
}

.col-fs-10 {
    width: 83.33333333%;
}

.col-fs-9 {
    width: 75%;
}

.col-fs-8 {
    width: 66.66666667%;
}

.col-fs-7 {
    width: 58.33333333%;
}

.col-fs-6 {
    width: 50%;
}

.col-fs-5 {
    width: 41.66666667%;
}

.col-fs-4 {
    width: 33.33333333%;
}

.col-fs-3 {
    width: 25%;
}

.col-fs-2 {
    width: 16.66666667%;
}

.col-fs-1 {
    width: 8.33333333%;
}


/* ---------------------------------- */
/* Listings Styles
------------------------------------- */

.fs-listings,
.listings-container {
    position: relative;
    z-index: 9;
}

.listing-item {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    display: block;
    width: 100%;
    border-radius: 3px;
    margin-bottom: 15px;
}

.owl-carousel .listing-item {
    margin-bottom: 0;
}

.listing-img-container {
    position: relative;
    height: 100%;
    width: 100%;
    min-width: 150px;
    display: block;
}

    .listing-img-container img {
        width: 100%;
        border-radius: 3px 3px 0 0;
    }

    .listing-img-container:after,
    .listing-img-container:before {
        position: absolute;
        height: 100%;
        width: 100%;
        display: block;
        top: 0;
        right: 0;
        content: "";
        z-index: 9;
    }

    .listing-img-container:before {
        opacity: 0.9;
        background: linear-gradient(to bottom, transparent 35%, #2f2f2f);
        transition: opacity .3s;
    }

    .listing-img-container:after {
        opacity: 0;
        background: linear-gradient(to bottom, transparent 40%, #66676b);
        transition: opacity .4s;
    }

    .listing-img-container:hover:before {
        opacity: 0;
        transition: opacity 0.4s;
    }

    .listing-img-container:hover:after {
        opacity: 0.9;
        transition: opacity 0.3s;
    }
/* Content on image */

.listing-img-content {
    position: absolute;
    z-index: 99;
    bottom: 0;
    right: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 25px 30px;
}

    .listing-img-content span {
        color: #fff;
        font-size: 23px;
    }

    .listing-img-content .listing-price i {
        display: inline-block;
        font-style: normal;
        font-size: 16px;
        padding: 0;
        margin: -4px 0 0 0;
    }
/* Badges */

.listing-badges {
    position: absolute;
    top: 0;
    z-index: 99;
    left: 0;
    width: 100%;
    display: block;
    font-size: 13px;
    padding: 0px;
    overflow: hidden;
    height: 100px;
}

    .listing-badges span {
        color: #fff;
        display: inline-block;
        padding: 1px 10px;
        float: left;
        background-color: rgba(74, 74, 76, 0.7);
        border-radius: 3px;
        top: 15px;
        left: 15px;
        position: absolute;
    }

    .listing-badges .featured {
        background-color: #66676b;
        float: right;
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
        right: -67px;
        top: 30px;
        position: relative;
        text-align: center;
        width: 200px;
        font-size: 12.5px;
        margin: 0;
        z-index: 1000;
    }

.owl-wrapper .featured {
    width: 100px;
}

.listing-badges .pricing-featured {
    background-color: #66676b;
    float: right;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: -67px;
    top: 30px;
    position: relative;
    text-align: center;
    width: 200px;
    font-size: 12.5px;
    margin: 0;
    z-index: 1000;
}

/* Like Icon */

span.like-icon {
    color: #fff;
    font-size: 24px;
    position: absolute;
    z-index: 101;
    left: 30px;
    bottom: 55px;
}

.like-icon:before,
.like-icon:after {
    transition: opacity 0.3s, transform 0.4s cubic-bezier(.0, -.41, .19, 2.5);
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
}

.like-icon:before {
    content: "\f08a";
    transform: scale(0.95);
}

.like-icon:after {
    content: "\f08a";
    opacity: 0;
    transform: scale(0.5);
    color: #ffcf00;
}

.envelope-icon:before {
    content: "\f0ec ";
}

.envelope-icon:after {
    content: "\f0ec ";
}

.email-icon:before {
    content: "\f003";
}

.email-icon:after {
    content: "\f003";
}

.wechat-icon:before {
    content: "\f1d7";
}

.wechat-icon:after {
    content: "\f1d7";
}

.printe-icon:before {
    content: "\f02f";
}

.printe-icon:after {
    content: "\f02f";
}

.like-icon.liked:after {
    opacity: 1;
    transform: scale(1.1);
}
/* Listing Content */

.listing-title {
    padding: 3px 7px;
    /* padding-top: 10px; */
    max-height: 100px;
    min-height: 88px;
    direction: rtl;
}

    .listing-title h4 a {
        font-size: 16px;
        color: #333;
        /* line-height: 31px;*/
        line-height: 1.5;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 50px;
        display: inline-block;
    }
@media only screen and (max-width: 600px) {
    .listing-title h4 a {
        font-size: 13px;
    }
}
        .listing-title h4 a:hover {
            color: #66676b;
        }

.listing-address {
    color: #909090;
    top: -7px;
    position: relative;
}

.list-layout .listing-address {
    top: -5px;
}

a.listing-address {
    display: inline-block;
    line-height: 24px;
    color: #fff;
    position: relative;
    top: -24px;
    margin-right: 15px;
}

.listing-address:hover {
    color: #707070;
}

.listing-address i {
    padding-left: 3px;
    line-height: 0;
}
/*listing midel detail*/

ul.listingmidel-details {
    list-style: none;
    padding: 10px 0px 3px 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}

    ul.listingmidel-details li {
        width: auto;
        box-sizing: border-box;
        margin: 0;
        color: #868686;
        padding: 3px 10px 3px 0;
        display: inline-block;
        line-height: 26px;
    }
/* Listing midel Footer */

.listingmidel-footer {
    color: #909090;
    padding: 15px 0px;
}

    .listingmidel-footer i {
        padding-left: 3px;
    }

    .listingmidel-footer a {
        color: #909090;
    }

        .listingmidel-footer a:hover {
            color: #707070;
        }

    .listingmidel-footer span {
        float: left;
    }
/* Listing Details */

ul.listing-details-no-color {
    background-color: #ffffff !important;
}

ul.listing-details {
    background-color: #f7f7f7;
    list-style: none;
    padding: 0px 8px;
    margin: 0;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    min-height: 42px;
    direction: rtl
}

ul.listing-details-text-align {
    background-color: #f7f7f7;
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
    text-align: right;
}

    ul.listing-details-text-align li {
        width: auto;
        box-sizing: border-box;
        margin: 0;
        color: #868686;
        display: inline-block;
        line-height: 26px;
        padding: 2px;
    }

ul.listing-details li {
    width: auto;
    box-sizing: border-box;
    margin: 0;
    color: #868686;
    display: inline-block;
    line-height: 26px;
    padding: 2px;
}
/* Listing Footer */

.listing-footer {
    color: #909090;
    padding: 5px;
    max-height: 50px;
    font-size: 12px;
}

.lc-footer {
    height: 20px !important;
}

.listing-footer i {
    padding-left: 3px;
}

.listing-footer a {
    color: #909090;
}

    .listing-footer a:hover {
        color: #707070;
    }

.listing-footer span {
    display: inline-block;
    width: 100%;
    cursor: pointer;
}
/* property main features */

.listing-features {
    background-color: #f7f7f7;
    background: linear-gradient(to bottom, #f9f9f9 100%, #f6f6f6);
    width: 100%;
    display: block;
    list-style: none;
    margin: 0;
    padding: 10px 30px 24px 30px;
}

    .listing-features li {
        font-size: 15px;
        color: #888;
        display: inline-block;
        margin-left: 28px;
        padding: 14px 0 0 0;
        line-height: 26px;
    }

        .listing-features li:last-child {
            margin: 0;
        }

        .listing-features li span {
            display: block;
            color: #444;
        }
/* Listing - List Style
------------------------------------- */

.list-layout .listing-item {
    display: flex;
    margin: 0 0 30px 0;
}

.list-layout .listing-content {
    flex: 3;
    text-align: right;
}

.list-layout .listing-img-container {
    height: 0;
    min-height: 175px;
    flex: 1;
    overflow: hidden;
    border-radius: 0 3px 3px 0;
}

.fullwidth-layout .list-layout .listing-content {
    flex: 4;
}

.fullwidth-layout .list-layout .listing-img-container {
    flex: 1.6;
}

.list-layout .listing-img-container img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    /*min-height: 320px;*/
    border-radius: 3px 0 0 3px;
}

.list-layout .listing-title {
    padding: 5px 15px;
    padding-bottom: 5px;
    /*padding-left: 100px;*/
    position: relative;
    font-size: small;
}

.list-layout ul.listing-details {
    padding: 5px 0;
    padding-left: 20px;
}

    .list-layout ul.listing-details li {
        padding-right: 20px;
    }

.list-layout .listing-footer {
    padding: 5px 7px;
    word-break: break-word;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-layout .listing-img-container:before {
    background: linear-gradient(to bottom, transparent 45%, #2f2f2f);
}

.list-layout .listing-img-container:after {
    background: linear-gradient(to bottom, transparent 45%, #66676b);
}
/* Grid Layout*/

.grid-layout .listing-item .details.button {
    display: none;
}

.grid-layout .listing-item.list-layout .details.button {
    display: block;
}

.grid-layout {
    right: -1.5%;
    width: 103%;
    position: relative;
}

    .grid-layout .listing-item {
        display: inline-block;
        width: 47%;
        float: right;
        margin-right: 1.5%;
        margin-left: 1.5%;
        position: relative;
        max-height: 1130px;
    }
/* Three Columns Grid Layout*/

.grid-layout-three {
    right: -1%;
    width: 102%;
    position: relative;
}

    .grid-layout-three .listing-item {
        display: inline-block;
        width: 31.33%;
        float: right;
        margin-right: 1%;
        margin-left: 1%;
        position: relative;
    }

.grid-layout-five {
    right: 0;
    width: 100%;
    position: relative;
}

    .grid-layout-five .listing-item {
        display: inline-block;
        width: 19%;
        float: right;
        margin-right: 0.5%;
        margin-left: 0.5%;
        position: relative;
    }
/* Layout Switcher */

.layout-switcher.hidden {
    display: none;
}

.layout-switcher a {
    width: 36px;
    height: 36px;
    background-color: #f0f0f0;
    display: inline-block;
    border-radius: 3px;
    color: #a0a0a0;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    transition: all 0.3s;
}

    .layout-switcher a.active,
    .layout-switcher a:hover {
        color: #fff;
        background-color: #66676b;
    }

.layout-switcher {
    text-align: left;
}
/* Details Button */

.details.button.border {
    padding: 8px 28px;
    position: absolute;
    top: 51%;
    left: 28px;
    margin: 0;
    transform: translate(0, -51%) scale(1);
    transition: all 0.25s;
    overflow: hidden;
    display: none;
}

.list-layout .details.button.border {
    display: block;
}

.details.button.border:hover {
    padding-left: 32px;
}

.details.button.border:after {
    content: "\f104";
    font-family: "FontAwesome";
    font-size: 18px;
    position: absolute;
    opacity: 0;
    color: #fff;
    transition: all 0.25s;
    left: 5px;
}

.details.button.border:hover:after {
    opacity: 1;
    left: 15px;
}

.details2.button.border {
    padding: 8px 28px;
    position: relative;
    margin: 0;
    margin-top: 7px;
    text-align: center;
    transform: translate(0, 0) scale(1);
    transition: all 0.25s;
    overflow: hidden;
    display: none;
}

.list-layout .details2.button.border {
    display: block;
}

.details2.button.border:hover {
    padding-left: 32px;
}

.details2.button.border:after {
    content: "\f104";
    font-family: "FontAwesome";
    font-size: 18px;
    position: absolute;
    opacity: 0;
    color: #fff;
    transition: all 0.25s;
    left: 5px;
}

.header-limit {
    max-width: 84%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.more {
    top: 24px !IMPORTANT;
    left: 8px !IMPORTANT;
}

.limet-max-height-news {
    max-height: 70px;
    overflow: hidden;
}

.header-limit a {
    white-space: nowrap;
}

.details2.button.border:hover:after {
    opacity: 1;
    left: 15px;
}
/* Listing - Compact Grid
------------------------------------- */

.listing-item.compact {
    overflow: hidden;
    position: relative;
    z-index: 99;
}

.compact .listing-img-content {
    padding: 0;
}

.listing-hidden-content {
    position: relative;
    width: 100%;
    background-color: #66676b;
    color: #fff;
    height: 0;
    transition: all 0.4s;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 14px;
    padding: 0 25px 0 0;
    display: block;
    overflow: hidden;
}

.listing-item.compact:hover .listing-hidden-content {
    height: 70px;
}

.listing-item.compact li {
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
    line-height: 20px;
    padding: 15px 0 0 20px;
    position: relative;
    transition: all 0.5s;
    opacity: 0;
}

    .listing-item.compact li:last-child {
        padding: 0;
    }

.listing-item.compact:hover li {
    opacity: 1;
}

.listing-item.compact li span {
    display: block;
    font-size: 14px;
    color: #fff;
    margin: 0;
    padding: 0;
}
/* Overlay */

.compact .listing-img-container:before {
    opacity: 0.9;
    background: linear-gradient(to bottom, transparent 45%, #2f2f2f);
    transition: opacity .5s;
}

.compact .listing-img-container:after {
    opacity: 0;
    background: linear-gradient(to bottom, transparent 65%, #2f2f2f 95%);
    transition: opacity .6s;
}

.compact .listing-img-container:hover:before {
    opacity: 0;
    transition: opacity 0.6s;
}

.compact .listing-img-container:hover:after {
    opacity: 1;
    transition: opacity 0.5s;
}
/* Compact Price */

.compact .listing-img-content span {
    color: #fff;
    font-size: 20px;
}

.compact .listing-img-content .listing-compact-title {
    padding: 23px 26px;
    display: block;
}

    .compact .listing-img-content .listing-compact-title i {
        display: block;
        font-style: normal;
        font-size: 17px;
        padding: 0;
        margin: 2px 0 0 0;
    }
/* ---------------------------------- */
/* Fullwidth Sections
------------------------------------- */

section.fullwidth {
    width: 100%;
    display: block;
    position: relative;
    /*padding: 90px 0;*/
    margin: 30px 0;
    background-color: #f7f7f7;
}

    section.fullwidth.border-top {
        border-top: 1px solid #e4e4e4;
    }

    section.fullwidth.border-bottom {
        border-bottom: 1px solid #e4e4e4;
        background: rgba(196, 196, 196, 0);
    }
/* ---------------------------------- */
/* Pagination
------------------------------------- */

.pagination {
    margin: 0;
    padding: 0;
    text-align: center;
    overflow: hidden;
    z-index: 9;
}

    .pagination ul {
        margin: 0;
        padding: 0;
    }

        .pagination ul li {
            display: inline-block;
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .pagination ul li a,
            .pagination-next-prev ul li a {
                padding: 12px 0;
                border-bottom: none;
                display: inline-block;
                color: #888;
                background-color: #f2f2f2;
                margin: 0;
                -webkit-transition: all 200ms ease-in-out;
                -moz-transition: all 200ms ease-in-out;
                -o-transition: all 200ms ease-in-out;
                -ms-transition: all 200ms ease-in-out;
                transition: all 200ms ease-in-out;
                border-radius: 3px;
                line-height: 20px;
            }

            .pagination ul li a {
                width: 42px;
            }

            .pagination ul li.blank {
                color: #a0a0a0;
                padding: 0 6px;
            }

            .pagination ul li a.current-page,
            .pagination .current,
            .pagination ul li a:hover,
            .pagination-next-prev ul li a:hover {
                background-color: #66676b;
                color: #fff;
            }

.pagination-next-prev ul {
    list-style: none;
}

.pagination-next-prev a.next,
.pagination-next-prev a.prev {
    position: absolute;
    top: 0;
}

.pagination-next-prev a.next {
    left: 0;
}

.pagination-next-prev a.prev {
    right: 0;
}

.pagination-next-prev ul li a {
    color: #888;
    padding: 12px 16px;
}

.pagination-container {
    position: relative;
}
/* ---------------------------------- */
/* Property Page
------------------------------------- */
/* Property titlebar */

#titlebar.property-titlebar {
    background: linear-gradient(to bottom, #f7f7f7 100%, rgba(255, 255, 255, 0.5));
    padding: 25px 0;
    padding-bottom: 15px;
}

    #titlebar.property-titlebar span a,
    #titlebar.property-titlebar span {
        font-size: 17px;
        color: #888;
        margin-top: 5px;
        display: inline-block;
    }

        #titlebar.property-titlebar span a:hover {
            color: #666;
        }

    #titlebar.property-titlebar h1,
    #titlebar.property-titlebar h2 {
        font-size: 28px;
        line-height: 36px;
        margin: 1px 0;
    }

    #titlebar.property-titlebar span.property-badge {
        margin: 0;
        padding: 4px 11px;
        line-height: 24px;
        border-radius: 3px;
        background-color: #66676b;
        color: #fff;
        font-size: 13px;
        position: relative;
        top: -4px;
        margin-right: 4px;
    }

.property-title {
    margin-right: 85px;
}
/* back to listings button */

.back-to-listings {
    height: 60px;
    width: 60px;
    background-color: #eaeaea;
    color: #a0a0a0;
    border-radius: 3px;
    display: inline-block;
    float: right;
    position: relative;
    top: 6px;
    margin: 0 0 0 25px;
    text-align: center;
    transition: all 0.4s;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -5px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .back-to-listings:before {
        font-family: "FontAwesome";
        content: "\f104";
        font-size: 36px;
        line-height: 58px;
        right: -1px;
        position: relative;
    }

    .back-to-listings:hover {
        color: #fff;
        background-color: #66676b;
    }
/* property titlebar price */

.property-pricing {
    position: absolute;
    left: 15px;
    display: inline-block;
    font-size: 28px;
    font-weight: 500;
    color: #66676b;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
    line-height: 34px;
}

    .property-pricing .sub-price {
        font-size: 15px;
        color: #999;
    }
/* Fullwidth Property Slider */

.fullwidth-home-slider .item,
.fullwidth-property-slider .item,
.property-slider .item {
    height: 600px;
    position: relative;
    background-size: cover;
    background-position: 50%;
    border-radius: 3px;
}

.fullwidth-home-slider,
.fullwidth-property-slider {
    background-color: #fff;
}

    .fullwidth-home-slider .item,
    .fullwidth-property-slider .item {
        opacity: 0.2;
        transition: all 0.6s;
        border-radius: 0;
        position: relative;
        height: 600px;
    }

        .fullwidth-home-slider .item.slick-center,
        .fullwidth-property-slider .item.slick-center {
            opacity: 1;
        }

    .fullwidth-property-slider .slick-prev {
        right: 15%;
    }

    .fullwidth-property-slider .slick-next {
        left: 15%;
    }

    /* Fullwidth Home Slider */

    .fullwidth-home-slider .item:before {
        background: linear-gradient(to bottom, transparent 55%, #222);
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 99;
        pointer-events: none;
        opacity: 0;
        opacity: 0.9;
    }

    .fullwidth-home-slider div {
        height: 100%;
    }

.home-slider-container {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
}

.fullwidth-home-slider .home-slider-desc {
    position: absolute;
    bottom: 60px;
    height: auto;
    color: #fff;
    z-index: 1001;
    width: 100%;
}

.home-slider-desc h3 {
    margin: 0;
    padding: 0;
    color: #fff;
}

    .home-slider-desc h3 a {
        margin: 0;
        padding: 0;
        color: #fff;
        display: block;
        font-size: 29px;
        padding-bottom: 5px;
        line-height: 42px;
    }

.home-slider-desc span {
    font-size: 17px;
    display: block;
}

    .home-slider-desc span i {
        margin-left: 4px;
    }

.home-slider-desc .button {
    margin-top: 15px;
}

.home-slider-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.21);
    margin-bottom: 22px;
    padding-bottom: 22px;
    width: 100%;
    display: inline-block;
}
/* Read More */

.home-slider-desc .read-more {
    color: #fff;
}

    .home-slider-desc .read-more i {
        color: #66676b;
    }
/* Home Slide Price */

.home-slider-price {
    border-radius: 3px;
    background-color: #66676b;
    color: #fff;
    font-size: 20px;
    margin-bottom: 15px;
    padding: 12px 15px 9px 15px;
    display: inline-block;
    line-height: 25px;
}

    .home-slider-price i {
        font-size: 17px;
        font-style: normal;
        opacity: 0.7;
        line-height: 25px;
        padding: 0;
        position: relative;
        top: -2px;
    }
/* Agent widget on slider*/

.no-arrows .slick-prev,
.no-arrows .slick-next {
    display: none !important;
}

.property-slider-container {
    position: relative;
}

    .property-slider-container .agent-widget {
        position: absolute;
        top: 50%;
        left: 40px;
        transform: translateY(-50%);
        z-index: 99;
        width: 350px;
    }

.fullwidth-home-slider a.item,
.fullwidth-property-slider a.item,
.property-slider a.item {
    cursor: zoom-in;
}

.property-slider .item.slick-current.slick-active img {
    opacity: 1;
}

.property-slider-nav {
    margin-top: 10px;
    width: calc(100% + 8px);
    position: relative;
    right: -4px;
}

    .property-slider-nav .item {
        cursor: pointer;
        margin: 0 5px;
        position: relative;
        border-radius: 3px;
        outline: none;
    }

        .property-slider-nav .item img {
            border-radius: 3px;
        }

        .property-slider-nav .item:before {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            right: 0;
            border: 3px solid transparent;
            transition: 0.3s;
            border-radius: 3px;
        }

        .property-slider-nav .item.slick-current.slick-active:before {
            border-color: #66676b;
        }

.property-description h3.desc-headline {
    font-size: 22px;
    margin: 25px 10px 25px 10px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eaeaea;
}

    .property-description h3.desc-headline.no-border {
        padding-bottom: 0;
        border-bottom: none;
    }
/* owner & agent widget */

.agent-widget {
    background-color: #fff;
    color: #707070;
    border-radius: 4px;
    padding: 20px;
    /*	border: 1px solid #e4e4e4;
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.06);*/
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    transition: 0.25s;
    margin-bottom: 10px;
}

    .agent-widget h4 {
        color: #333;
        margin: 0px 0 6px 0;
    }

.agent-title .agent-photo img {
    border-radius: 50%;
    max-width: 72px;
}

.agent-title .agent-photo {
    float: right;
    display: block;
}

.agent-title {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.agent-details {
    margin-right: 92px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

    .agent-details span i {
        font-size: 18px;
        position: relative;
        top: 3px;
        margin-left: 10px;
    }

    .agent-details span {
        color: #999;
    }
/* owner & member widget */

.member-widget {
    background-color: #fff;
    color: #707070;
    border-radius: 4px;
    padding: 32px;
    /*	border: 1px solid #e4e4e4;
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.06);*/
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    transition: 0.25s;
    margin-bottom: 30px;
}

    .member-widget h4 {
        color: #333;
        margin: 0px 0 6px 0;
    }

.member-title .member-photo img {
    max-width: 45px;
}

.member-title .member-photo {
    float: right;
    display: block;
}

.member-title {
    position: relative;
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
    border: 1px solid #dae0e5;
    padding: 2px;
}

.member-details {
    margin-right: 51px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

    .member-details span i {
        font-size: 18px;
        position: relative;
        top: 3px;
        margin-left: 10px;
    }

    .member-details span {
        color: #999;
    }
/* property main features */

.property-main-features {
    background-color: #f7f7f7;
    background: linear-gradient(to bottom, #f9f9f9 100%, #f6f6f6);
    border-radius: 3px;
    width: 100%;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0 30px 24px 30px;
}

    .property-main-features li {
        font-size: 17px;
        color: #888;
        display: inline-block;
        margin-left: 44px;
        padding: 24px 0 0 0;
        line-height: 30px;
    }

        .property-main-features li:last-child {
            margin: 0;
        }

        .property-main-features li span {
            display: block;
            color: #444;
        }
/* product features */

.Language-spoken-list-2 li:before {
    content: "\f00c";
    font-size: 14px;
    color: #274abb;
    font-family: "FontAwesome";
    margin: 0;
    position: relative;
    float: right;
    margin-right: -22px;
    display: inline-block;
}

.Language-spoken-list-2 li {
    display: inline-block;
    padding-right: 10px;
    padding-left: 25px;
}

.Language-spoken {
    width: 100%;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    columns: 6;
    -webkit-columns: 6;
    -moz-columns: 6;
}

.detail-features {
    width: 100%;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    columns: 3;
    -webkit-columns: 2;
    -moz-columns: 3;
    font-weight: bold;
}

    .detail-features span {
        font-weight: normal;
        word-break: break-word;
    }

.property-features {
    width: 100%;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}

    .property-features li {
        color: #333;
        display: inline-block;
        margin: 0 0 7px 0;
        padding: 0;
        white-space: nowrap;
        max-width: 400px;
    }

        .property-features li:last-child {
            margin: 0;
        }

        .property-features li span {
            color: #707070;
            display: inline-block;
        }

    .property-features.checkboxes li {
        color: #707070;
    }

        .property-features.checkboxes li:before {
            display: inline-block;
            width: 19px;
            height: 19px;
            margin-left: 10px;
            top: -1px;
            position: relative;
            content: "\f00c";
            font-family: "FontAwesome";
            font-size: 12px;
            color: #fff;
            text-align: center;
            line-height: 15px;
            background-color: #66676b;
            border: 2px solid transparent;
            transition: border-color 0s;
            border-radius: 2px;
        }
/* Property Map */

#propertyMap {
    height: 400px;
    border-radius: 3px;
}

#propertyMap-container {
    height: auto;
    position: relative;
    padding-top: 5px;
    display: block;
}
/* Show more */

.show-more {
    max-height: 240px;
    overflow: hidden;
    min-height: 50px;
    position: relative;
    transition: max-height 1s;
    font-weight: 400;
    text-align: justify;
}

    .show-more:after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 71px;
        display: block;
        background: linear-gradient(transparent, #fff 12%);
        z-index: 10;
        opacity: 1;
        visibility: visible;
        transition: all 1s;
    }

    .show-more.visible {
        max-height: 2000px;
    }

        .show-more.visible:after,
        .show-more.visible .show-more-button {
            opacity: 0;
            visibility: hidden;
        }

.show-more-button {
    position: absolute;
    bottom: 20px;
    right: 0;
    margin-left: 10%;
    transform: translateX(-0.5%);
    z-index: 11;
    text-align: center;
    display: block;
    opacity: 1;
    visibility: visible;
    /* transition: all 0.3s; */
    padding: 10px 20px;
}

    .show-more-button i {
        margin-right: 3px;
    }
/* ---------------------------------- */
/* My Account Page
------------------------------------- */

.my-account-nav-container {
    border-radius: 3px;
    /*	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);*/
    background: #f9f9f9;
    padding: 30px 0;
    margin: 0 0 40px 0;
}

.my-account-nav {
    padding: 0;
    padding: 0 35px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}

.my-account-nav-container .my-account-nav:last-child {
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
}

.my-account-nav li {
    list-style: none;
    padding: 1px 0 2px 0;
    margin: 0;
}

    .my-account-nav li a {
        color: #333;
    }

        .my-account-nav li a.current,
        .my-account-nav li a:hover {
            color: #66676b;
        }

    .my-account-nav li i {
        margin-left: 5px;
        display: inline-block;
    }

.sub-nav-title {
    font-size: 13px;
    margin-bottom: 5px !important;
    display: inline-block;
    color: #888;
}
/* Edit Profile Photo */

.edit-profile-photo img {
    border-radius: 3px;
    max-width: 300px;
    width: 100%;
}

.edit-profile-photo {
    position: relative;
}

.change-photo-btn {
    border-radius: 2px;
    display: inline-block;
    position: absolute;
    font-size: 13px;
    bottom: 15px;
    right: 15px;
    width: auto;
    background-color: #fff;
    color: #333;
    transition: 0.3s;
    cursor: pointer;
    line-height: 28px;
}

.photoUpload {
    position: relative;
    overflow: hidden;
    padding: 3px 12px;
    cursor: pointer;
}

    .photoUpload input.upload {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.change-photo-btn:hover {
    color: #fff;
    background-color: #66676b;
}

.change-photo-btn i {
    margin-left: 2px;
}

.my-profile label {
    margin-top: 30px;
}

.my-profile {
    padding-left: 35px;
}

    .my-profile label i {
        margin-left: 3px;
    }

    .my-profile textarea {
        height: 200px;
    }
/* ---------------------------------- */
/* Tables + Stacktable (responsive tables plug-in)
------------------------------------- */

table.manage-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: none;
}

    table.manage-table th {
        border: none;
        background-color: #66676b;
        text-align: right;
        padding: 17px 20px;
        color: #fff;
        vertical-align: top;
        font-weight: 500;
        font-size: 16px;
        position: relative;
        z-index: 9;
        line-height: 22px;
        margin-right: 33px !important;
    }

        table.manage-table th i {
            margin-left: 3px;
            font-size: 14px;
        }

            table.manage-table th i.fa-calendar {
                position: relative;
                top: -1px;
            }

    table.manage-table a.button {
        padding: 7px 14px;
        line-height: 26px;
    }
    /* Property Title */

    table.manage-table .title-container {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }

        table.manage-table .title-container img {
            width: 30%;
            border-radius: 3px;
            flex: 1.1;
            margin-left: 26px;
        }

        table.manage-table .title-container .title {
            flex: 2;
        }

            table.manage-table .title-container .title h4 {
                margin-bottom: 4px;
                margin-top: 2px;
                display: block;
            }

                table.manage-table .title-container .title h4 a {
                    color: #333;
                }

                    table.manage-table .title-container .title h4 a:hover {
                        color: #66676b;
                    }

            table.manage-table .title-container .title span {
                display: block;
            }

            table.manage-table .title-container .title .table-property-price {
                display: inline-block;
                background: #f0f0f0;
                color: #888;
                border-radius: 2px;
                font-size: 13px;
                margin-top: 9px;
                padding: 2px 10px;
            }

    table.manage-table th:first-child {
        width: 50%;
        border-radius: 0 3px 3px 0;
    }

    table.manage-table th:last-child {
        border-radius: 3px 0 0 3px;
    }

    table.manage-table th:first-child i {
        right: 35px;
    }

    table.manage-table td:first-child {
        padding-right: 0px;
        line-height: 25px;
    }

    table.manage-table td {
        padding: 25px 10px;
        vertical-align: middle;
        border-bottom: 1px solid #e4e4e4;
    }

        table.manage-table td.centered {
            text-align: center;
        }

        table.manage-table td.action a {
            display: block;
            color: #333;
            line-height: 20px;
            padding: 3px 0;
            position: relative;
            margin-right: 21px;
        }

            table.manage-table td.action a.delete i {
                right: -20px;
            }

            table.manage-table td.action a i {
                position: absolute;
                right: -21px;
                top: 5px;
            }

            table.manage-table td.action a.delete:hover {
                color: #f02929;
            }

            table.manage-table td.action a:hover {
                color: #66676b;
            }

    table.manage-table.bookmarks-table .title-container img {
        flex: 0.8;
    }

.bookmarks-table td.action {
    width: 30%;
    text-align: left;
}

body .bookmarks-table td.action a.delete i {
    position: relative;
    right: 0;
    top: 0;
    margin-left: 3px;
}

.keywords,
.alert-name {
    width: 18%;
}
/* ---------------------------------- */
/* Stacktable
------------------------------------- */

.stacktable.large-only {
    display: table;
}

.stacktable.small-only {
    display: none;
}


/* Responsive Tables */

.st-key {
    border: none;
    background-color: #f9f9f9;
    text-align: right;
    padding: 20px 22px;
    color: #333;
    vertical-align: top;
    font-weight: 600;
    width: 45%;
    border: 1px solid #e4e4e4;
}

    .st-key i {
        margin-left: 4px;
    }

.st-val {
    width: 55%;
    text-align: right;
    padding: 20px 22px;
    border: 1px solid #e4e4e4;
    border-right: 0;
}

    .st-val a {
        font-weight: 600;
        color: #333;
        display: block;
        line-height: 27px;
    }

        .st-val a.button {
            color: #fff !important;
            text-align: center;
        }

        .st-val a:hover {
            color: #808080;
        }

.st-space {
    height: 40px;
}

    .st-space:first-child {
        height: 10px;
    }

.stacktable {
    width: 100%;
}

.st-head-row.st-head-row-main {
    display: block;
}
/* ---------------------------------- */
/* Submit page
------------------------------------- */

.submit-page,
#titlebar.submit-page h2 {
    padding: 0 7%;
}

    #titlebar.submit-page h2 i {
        margin-left: 3px;
    }

.submit-section {
    margin: 30px 0 60px 0;
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
}

.submit-page textarea,
.submit-page input {
    transition: box-shadow 0.2s !important;
}

    .my-profile input:focus,
    .my-profile textarea:focus,
    .submit-page textarea:focus,
    .submit-page input:focus {
        transition: box-shadow 0.2s !important;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
    }

.submit-page h5 {
    margin-bottom: 15px;
    font-size: 15px;
}

    .submit-page h5 span {
        color: #888;
    }

.submit-page .form {
    margin-bottom: 30px;
}

textarea.WYSIWYG {
    min-height: 250px;
}

.submit-page .divider {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 15px;
    margin: -20px 0 35px 0;
}

a.button.preview {
    font-size: 17px;
    padding: 15px 25px;
}

    a.button.preview i {
        margin-right: 5px;
    }
/* Infobox */

.tip {
    font-style: normal;
    position: relative;
    top: -1px;
    right: 2px;
    display: inline-block;
    cursor: help;
    color: #fff;
    font-size: 11px;
    line-height: 0;
    width: 18px;
    height: 18px;
    background: #66676b;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}

.tip-content {
    position: absolute;
    top: 0;
    right: 50%;
    transform: translate(-50%, calc(-100% - 20px));
    -ms-transform: translate(-50%, -100%);
    background: #333;
    color: #fff;
    padding: 13px 15px;
    min-width: 225px;
    max-width: 225px;
    font-size: 13px;
    border-radius: 3px;
    line-height: 19px;
    pointer-events: none;
    z-index: 999;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.tip:hover .tip-content {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, calc(-100% - 13px));
    -ms-transform: translate(-50%, -115%);
}

.tip:after {
    font-family: "FontAwesome";
    content: "\f128";
    line-height: 19px;
    display: inline-block;
    position: relative;
    text-align: center;
    -moz-transform: translateY(-1px);
}

.tip-content:after {
    font-family: "FontAwesome";
    content: "\f0dd";
    position: absolute;
    bottom: 3px;
    right: 50%;
    font-size: 22px;
    color: #333;
    transform: translate(-50%, 50%);
}
/*----------------------------------- */
/* Image Hovers
------------------------------------- */

.img-box {
    height: 250px;
    display: inline-block;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 90;
    margin: 10px 0;
    border-radius: 3px;
}

.img-box-background {
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 100%;
    transition: all 0.55s;
    position: absolute;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    transition: transform 0.35s ease-out;
}

/*.img-box:hover .img-box-background {
    transform: scale(1.06);
}

.img-box:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background-color: #222;
    opacity: 0.3;
    z-index: 99;
    transition: 0.3s ease-out;
}

.img-box:hover:before {
    background-color: #66676b;
    opacity: 0.7;
}*/

.img-box-content {
    position: absolute;
    z-index: 101;
    top: 50%;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    transform: translate(0, -50.5%);
}

    .img-box-content h4 {
        font-size: 28px;
        line-height: 36px;
        color: #fff;
        margin: 0;
    }

    .img-box-content span {
        font-size: 16px;
        color: #fff;
    }
/* ---------------------------------- */
/* Contact Form
------------------------------------- */

#contact textarea {
    min-height: 200px;
    margin: 15px 0 25px 0;
}

#contact input {
    margin-bottom: 25px;
}

.loader {
    margin-right: 15px;
}

.submit.disabled:hover,
.submit.disabled {
    background-color: #e8e8e8;
    color: #333;
}

#contact input.button.submit {
    margin-bottom: 10px;
    line-height: 20px;
    transition: all 0.25s !important;
}

#contact input[type=submit].submit:hover {
    opacity: 0.92;
}

.contact-sent {
    background-color: #EBF6E0;
    color: #5f9025;
    padding: 20px 26px;
    margin-bottom: 30px;
    border-radius: 3px;
}
/* Office Address Box */

.office-address {
    text-align: center;
    position: relative;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    padding: 5px 10px;
}

    .office-address ul {
        list-style: none;
        font-size: 18px;
        padding: 0;
        line-height: 30px;
    }

    .office-address h3, .office-address h3 > a {
        font-size: 28px;
        color: #fff;
        margin-top: 0;
    }

        .office-address h3:after {
            content: "";
            height: 2px;
            width: 50px;
            position: relative;
            display: block;
            background-color: #66676b;
            margin: 20px auto;
            border-radius: 2px;
        }

    .office-address h1, .office-address h1 > a {
        font-size: 28px;
        color: #fff;
        margin-top: 0;
    }

        .office-address h1:after {
            content: "";
            height: 2px;
            width: 50px;
            position: relative;
            display: block;
            background-color: #66676b;
            margin: 20px auto;
            border-radius: 2px;
        }

.address-container {
    background-color: #2b2c30;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: table;
    width: 100%;
    position: relative;
    height: 100%;
}

    .address-container:before {
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
        background-color: #1e1e21;
        opacity: 0.9;
    }
/* Google Maps */

.contact-map {
    display: flex;
    direction: ltr;
}

    .contact-map .google-map-container {
        flex: 1;
        position: relative;
    }

    .contact-map .address-box-container {
        flex: 0 auto;
        width: 440px;
        height: 450px;
    }

    .contact-map .address-box-container-full {
        flex: 1;
        width: 100%;
        height: 450px;
    }

    .contact-map .google-map-container #propertyMap {
        height: 100%;
        width: 100%;
    }


/* Contact Details */

.sidebar-textbox {
    display: inline-block;
    width: 100%;
    padding-left: 40px;
}

    .sidebar-textbox.color {
        background-color: #666;
        color: #fff;
    }

        .sidebar-textbox.color h4 {
            color: #fff;
        }

    .sidebar-textbox h4 {
        font-size: 16px;
        margin: 0;
        padding: 0;
        margin-bottom: 16px;
    }

    .sidebar-textbox span {
        color: #666;
        display: inline-block;
    }

    .sidebar-textbox.color span {
        color: #fff;
    }

    .sidebar-textbox ul.contact-details {
        list-style: none;
        padding: 5px 0 0 0;
    }

        .sidebar-textbox ul.contact-details strong {
            font-weight: 500;
        }

        .sidebar-textbox ul.contact-details li {
            text-align: right;
            padding-right: 60px;
            position: relative;
            width: 100%;
            display: inline-block;
            margin: 10px 0;
        }

            .sidebar-textbox ul.contact-details li strong {
                display: block;
                color: #333;
            }

            .sidebar-textbox ul.contact-details li i {
                height: 100%;
                position: absolute;
                right: 0;
                font-size: 32px;
                color: #333;
                top: 10px;
            }
/* ---------------------------------- */
/* Blog Styles
------------------------------------- */

.blog-post {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    display: inline-block;
    width: 100%;
    border-radius: 3px;
    margin: 15px 0;
}

section.fullwidth .blog-post {
    margin: 5px 0 0 0;
}

.post-img {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
}

    .post-img img {
        width: 100%;
        border-radius: 3px 3px 0 0;
    }

    .post-img:after {
        position: absolute;
        height: 100%;
        width: 100%;
        display: block;
        top: 0;
        right: 0;
        content: "";
        z-index: 9;
        opacity: 0;
        background: #66676b;
        background: linear-gradient(to bottom, transparent 60%, #66676b);
        transition: opacity 0.4s;
        border-radius: 3px 3px 0 0;
    }

    .post-img:hover:after {
        opacity: 0.8;
    }
    /* Post Hover Icon */

    .post-img:before {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        display: block;
        top: 50%;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        content: "";
        z-index: 119;
        transition: 0.3s;
        transform: translateY(-80%);
        /*width: 50px;
        height: 50px;*/
        text-align: center;
        border-radius: 50%;
        background-color: #66676b;
        /*background-image: url(/Themes/IrsaTheme/Content/images/plus-icon.svg);
        background-repeat: no-repeat;*/
        background-position: 50%;
    }

    .post-img:hover:before {
        opacity: 1;
        visibility: visible;
        transform: translateY(-50%);
    }
/* Content Styling */

.post-content {
    padding: 38px;
}

    .post-content p {
        margin: 18px 0 0;
    }

    .post-content h3 {
        margin: 0;
        line-height: 34px;
        font-size: 22px;
    }

        .post-content h3 a {
            color: #333;
        }

            .post-content h3 a:hover {
                color: #66676b;
            }

    .post-content .meta-tags span {
        margin: 0 0 15px 0;
        display: inline-block;
        color: #888;
    }

    .post-content a.read-more {
        color: #66676b;
        margin: 23px 0 2px 0;
        display: inline-block;
    }

a.read-more i {
    font-size: 20px;
    position: relative;
    padding-right: 4px;
    top: 1px;
    transition: 0.2s;
}

a.read-more:hover i {
    padding-right: 7px;
}
/* Post Meta */

.post-meta {
    list-style: none;
    padding: 0;
    margin: 5px 0 0 0;
}

    .post-meta li {
        display: inline-block;
        color: #888;
    }

        .post-meta li:after {
            content: "";
            width: 1px;
            height: 12px;
            background: #d0d0d0;
            display: inline-block;
            position: relative;
            top: 0px;
            margin: 0 10px;
        }

        .post-meta li:last-child:after {
            display: none;
        }

        .post-meta li a {
            color: #888;
        }

            .post-meta li a:hover {
                color: #66676b;
            }
/* Blog Page Common Style */

.blog-page .blog-post {
    margin: 0 0 45px 0;
}
/* Search Widget */

.search-blog-input {
    position: relative;
}

.widget .search-blog-input .input:before {
    content: "\e090";
    font-size: 17px;
    color: #a0a0a0;
    position: absolute;
    display: inline-block;
    font-family: "simple-line-icons";
    left: 18px;
    top: 13px;
    margin-bottom: 0;
    background-color: #fff;
    padding-right: 7px;
}

#contact textarea,
#contact input,
.widget .search-blog-input input {
    transition: box-shadow 0.2s !important;
}

    #contact textarea:focus,
    #contact input:focus,
    .widget .search-blog-input input:focus {
        transition: box-shadow 0.2s !important;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
    }
/* Blog Widget Tabs */

.widget-tabs {
    padding: 0;
    list-style: none;
}

    .widget-tabs li {
        padding: 0 0 27px 0;
        margin: 24px 0 0 0;
        border-bottom: 1px solid #e0e0e0;
    }

.widget .tab-content {
    padding-bottom: 0;
}

.widget-thumb a img {
    display: block;
    width: 95px;
    height: 95px;
    float: right;
    border-radius: 3px;
    margin: 3px 0 0 22px;
}

.widget-thumb {
    width: 100%;
    padding: 0 5px;
    margin-left: 0;
}

.widget-text h5 {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 5px 0;
}

    .widget-text h5 a {
        color: #333;
    }

        .widget-text h5 a:hover {
            color: #66676b;
        }

.widget-text span {
    color: #888;
    font-weight: 500;
    margin: -2px 0 0 0;
    display: block;
}

.widget-thumb {
    display: inline-block;
}

    .widget-thumb a img {
        width: 100%;
        height: auto;
    }

.widget-text {
    display: inline-block;
    width: 70%;
    padding: 5px;
    position: relative;
}

.widget-tabs .widget-content {
    display: table;
}

    .widget-tabs .widget-content .widget-text {
        display: table-cell;
        vertical-align: middle;
    }

.widget-tabs li {
    padding: 2px 0;
    margin: 0;
}

    .widget-tabs li:first-child {
        padding: 0 0 5px 0;
        margin: 10px 0 0 0;
    }

    .widget-tabs li:last-child {
        border: none;
        padding-bottom: 0;
    }

.widget h3 {
    margin-top: 0;
    margin-bottom: 25px;
}
/* Single Post */

.single-post p {
    margin: 20px 0;
}

    .single-post p:last-child {
        margin-bottom: 0px;
    }

.single-post .post-img {
    border-radius: 3px 3px 0 0;
}

.blog-page .blog-post .post-content,
.single-post .post-content {
    padding: 36px 43px;
}
/* Comments
------------------------------------- */

.comments {
    margin: -10px 0 0 0;
}

    .comments h4 {
        margin-bottom: 25px;
        font-size: 20px;
        font-weight: 500;
        color: #333;
    }

        .comments h4 span {
            display: inline-block;
            font-size: inherit;
        }

.comment {
    font-size: 15px;
}

.comments .button {
    margin: 0 0 10px 0;
    padding: 7px 15px;
}

.comments.reviews .button {
    margin: 0;
}

.comments ul {
    padding-right: 0;
    width: 100%;
}

    .comments ul li {
        display: block;
    }

        .comments ul li,
        .comments ul li ul li,
        .comments ul li ul li ul li,
        .comments ul li ul li ul li {
            margin: 15px 0px 0 0;
        }

            .comments ul li ul {
                margin: 0 100px 0 0;
            }

.comment-content p {
    margin: 3px 0 0 0;
    line-height: 26px;
}

.comment-content {
    color: #666;
    padding: 0 15px 0 0;
    margin-right: 7px;
    margin-left: 7px;
}

.comments ul li ul {
    border-right: 1px solid #e0e0e0;
    padding-right: 35px;
}

    .comments ul li ul li:before {
        content: "";
        width: 15px;
        height: 1px;
        background-color: #e0e0e0;
        display: inline-block;
        position: absolute;
        top: 30px;
        right: -35px;
    }

.comments ul li {
    position: relative;
}

.comment-content strong {
    padding-left: 5px;
    padding-right: 5px;
    color: #666;
}

.comment-content span {
    color: #888;
}

body .comment-content p {
    padding: 5px 0;
}

.comments-amount {
    color: #888;
    font-weight: 500;
}

.comment-time {
    font-size: 14px;
    direction: ltr;
}

.avatar {
    display: block;
    float: right;
    padding: 0 18px 0 0;
    position: absolute;
    right: 0px;
}

.username {
    padding-right: 12px;
}

.avatar img {
    max-width: 45px;
    border-radius: 2px;
}

.comment-by {
    width: 100%;
    padding-bottom: 8px;
    padding-top: 5px;
    font-weight: 500;
    color: #333;
}

    .comment-by h5 {
        margin: 0 0 7px 0;
    }

    .comment-by a.reply,
    .comment-by a.reply i {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .comment-by a.reply {
        display: inline;
        background-color: #f0f0f0;
        padding: 5px 16px;
        line-height: 22px;
        font-size: 13px;
        color: #333;
        font-weight: 500;
        position: absolute;
        left: 0;
        top: 15px;
        border-radius: 50px;
    }

        .comment-by a.reply i {
            font-size: 12px;
            margin-left: 1px;
        }

        .comment-by a.reply:hover {
            background-color: #66676b;
        }

            .comment-by a.reply:hover,
            .comment-by a.reply:hover i {
                color: #fff;
            }

    .comment-by span.date {
        color: #888;
        font-weight: 500;
        margin: 0px 0 0 0;
        float: none;
        display: block;
        text-align: right;
    }

.avatar-space {
    padding: 0 36px 0 0;
}
/* Add Comment */

.add-comment label span {
    color: #e24747;
}

.add-comment input {
    margin: 0 0 25px 0;
    width: 40%;
    min-width: 40%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .add-comment textarea:focus,
    .add-comment input:focus {
        transition: box-shadow 0.2s !important;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
    }

.add-comment textarea {
    margin: 0 0 30px 0;
    width: 100%;
    min-width: 100%;
    min-height: 220px;
    resize: vertical;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* About Author
------------------------------------- */

.about-author {
    margin: 10px 0 45px 0;
    padding: 30px 35px;
    background: #f8f8f8;
    border-radius: 3px;
}

    .about-author p {
        margin: 5px 0 5px 0;
    }

    .about-author a {
        position: relative;
        top: -7px;
    }

    .about-author h4 {
        letter-spacing: 0;
    }

    .about-author img {
        float: right;
        margin: 7px 5px 5px 5px;
        width: 90px;
        height: 90px;
        border-radius: 50%;
    }

.about-description {
    margin: 2px 130px 0 0;
}
/* Share Buttons
------------------------------------- */

.share-buttons {
    padding: 0;
    list-style: none;
}

    .share-buttons li {
        display: inline-block;
        margin: 0 0 8px 6px;
    }

        .share-buttons li a {
            background: #fff;
            border: 1px solid #666;
            border-radius: 3px;
            font-weight: 500;
            font-size: 14px;
            padding: 8px 20px;
            transition: 0.3s;
            display: inline-block;
            line-height: 17px;
        }

            .share-buttons li a:hover {
                color: #fff;
            }

        .share-buttons li i {
            font-size: 16px;
            position: relative;
            left: 3px;
            top: 1px;
        }
        /* fb */

        .share-buttons li a.fb-share:hover {
            background: #3b5998;
            color: #fff;
        }

        .share-buttons li a.fb-share {
            border-color: #3b5998;
            color: #3b5998;
        }
        /* twitter */

        .share-buttons li a.twitter-share:hover {
            /*background: #1da1f2;*/
            color: #fff;
        }

        .share-buttons li a.twitter-share {
            border-color: #1da1f2;
            color: #1da1f2;
        }
        /* gplus */

        .share-buttons li a.gplus-share:hover {
            background: #dd4b39;
            color: #fff;
        }

        .share-buttons li a.gplus-share {
            border-color: #dd4b39;
            color: #dd4b39;
        }
        /* pinterest */

        .share-buttons li a.pinterest-share:hover {
            background: #bd081c;
            color: #fff;
        }

        .share-buttons li a.pinterest-share {
            border-color: #bd081c;
            color: #bd081c;
        }
/* Post Navigation
------------------------------------- */

#posts-nav {
    padding: 0;
    list-style: none;
    width: 100%;
    position: relative;
    margin: 0;
    display: inline-block;
    min-height: 60px;
}

    #posts-nav li span {
        display: block;
        color: #999;
        font-size: 15px;
        margin-bottom: 1px;
        font-weight: 500;
    }

    #posts-nav li {
        position: absolute;
        font-size: 17px;
        font-weight: 500;
        width: 50%;
    }

        #posts-nav li a {
            transition: transform 0.3s, color 0.3s 0s;
            color: #333;
            display: inline-block;
        }

            #posts-nav li a:hover {
                color: #66676b;
            }

        #posts-nav li.next-post {
            left: 0;
            text-align: left;
        }

        #posts-nav li.prev-post {
            right: 0;
        }

        #posts-nav li.next-post a {
            padding-left: 50px;
        }

        #posts-nav li.prev-post a {
            padding-right: 50px;
        }

            #posts-nav li.prev-post a:before,
            #posts-nav li.next-post a:before {
                font-family: "simple-line-icons";
                font-size: 20px;
                position: absolute;
                color: inherit;
                top: 50%;
                transform: translate3d(0, -50%, 0);
                transition: transform 0.3s;
            }

        #posts-nav li.next-post a:before {
            left: 0;
            content: "\e606";
        }

        #posts-nav li.prev-post a:before {
            right: 0;
            content: "\e605";
        }

        #posts-nav li.next-post a:hover:before {
            transform: translate3d(5px, -50%, 0);
        }

        #posts-nav li.prev-post a:hover:before {
            transform: translate3d(-5px, -50%, 0);
        }
/* ------------------------------------------------------------------- */
/* 03. Scripts
---------------------------------------------------------------------- */
/* ---------------------------------- */
/* Google Maps
------------------------------------- */

.infoBox {
    border-radius: 3px;
}

.map-box {
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 3px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
    position: relative;
    right: -62px;
}

    .map-box h4 {
        margin: 0;
        padding: 0;
    }

        .map-box h4 a {
            padding: 0px;
            font-size: 17px;
            line-height: 25px;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            display: inline-block;
        }

            .map-box h4 a:hover {
                color: #66676b;
            }

    .map-box p, .map-box div {
        padding: 0;
        line-height: 1.5;
        margin: 2px 0 0 0;
        font-size: 14px;
        font-family: tahoma;
    }

    .fonts-loaded .map-box p, .map-box div {
        font-family: fa;
    }

    .map-box ul.listing-details {
        padding: 0;
        font-size: 14px;
        display: none;
    }

    .map-box .listing-title {
        padding: 10px;
        /*padding-top: 20px;*/
        display: inline-table;
        width: 100%;
    }

    .map-box .listing-img-content {
        padding: 18px 22px;
    }

        .map-box .listing-img-content span {
            font-size: 21px;
        }

        .map-box .listing-img-content .listing-price i {
            font-size: 15px;
            margin: -7px 0 0 0;
        }

.infoBox > img {
    position: absolute !important;
    left: 0px;
    top: 0px;
}

.map-box .listing-img-container:before {
    background: linear-gradient(to bottom, transparent 50%, #2f2f2f);
}

.map-box .listing-img-container:after {
    background: linear-gradient(to bottom, transparent 50%, #66676b);
}
/* Cluster styles */

.cluster img {
    display: none;
}

.cluster {
    width: 36px !important;
    height: 36px !important;
}

    .cluster div {
        text-align: center;
        font-size: 15px !important;
        color: #fff !important;
        font-weight: 500;
        border-radius: 50%;
        width: 36px !important;
        height: 36px !important;
        line-height: 36px !important;
        background-color: #66676b;
    }

        .cluster div:before {
            border: 7px solid #66676b;
            opacity: 0.2;
            box-shadow: inset 0 0 0 4px #66676b;
            content: '';
            position: absolute;
            border-radius: 50%;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            animation: cluster-animation 2.5s infinite;
        }

@keyframes cluster-animation {
    0%, 100% {
        transform: scale(1.3) rotate(0deg);
    }

    50% {
        transform: scale(1.5) rotate(90deg);
    }
}
/* Close Button */

.infoBox-close {
    position: absolute;
    top: 10px;
    left: 10px;
    display: inline-block;
    z-index: 999;
    text-align: center;
    line-height: 31px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    height: 31px;
    width: 31px;
    background-color: #fff;
    color: #333;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-family: "FontAwesome";
    border-radius: 3px;
    -webkit-text-stroke: 1px #fff;
}

    .infoBox-close:hover {
        color: #fff;
        background-color: #66676b;
        -webkit-text-stroke: 1px #66676b;
    }
/* Read More Icon */

.map-box-icon {
    height: 38px;
    width: 38px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #3685cf;
    display: block;
    color: #fff;
    font-size: 12px;
    z-index: 101;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0;
    visibility: hidden;
}

    .map-box-icon:before {
        content: "d";
        font-family: "FontAwesome";
        position: relative;
        top: 7px;
        display: block;
    }

.map-box-image:hover .map-box-icon {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateX(0);
}

.map-box-image {
    position: relative;
    overflow: hidden;
    display: block;
}

.infoBox {
    -webkit-animation: fadeIn 0.9s;
    animation: fadeIn 0.9s;
}
/* Chrome, Safari, Opera */

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* Standard syntax */

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.infoBox:after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 40px;
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 20px solid #fff;
}

#map {
    height: 100%;
    width: 100%;
    margin: 0;
    z-index: 990;
}

#map-container {
    position: relative;
    top: 0;
    right: 0;
    height: 520px;
    width: 100%;
    z-index: 990;
    margin-bottom: 0px;
}

.gmnoprint {
    margin: 10px;
}
/* Custom Zoom Buttons
------------------------------------- */

.custom-zoom-in,
.custom-zoom-out {
    background-color: #fff;
    color: #333;
    cursor: pointer;
    border-radius: 3px;
    margin: 5px 15px;
    transition: color 0.3s, background-color 0.3s;
    box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.2);
    text-align: center;
    font-size: 15px;
    height: 32px;
    width: 32px;
}

    .custom-zoom-in:hover,
    .custom-zoom-out:hover {
        background-color: #66676b;
        color: #fff;
    }

    .custom-zoom-in:before,
    .custom-zoom-out:before {
        font-family: "FontAwesome";
        width: 100%;
        line-height: 34px;
        transition: -webkit-text-stroke 0.3s;
        -webkit-text-stroke: 1px #fff;
    }

    .custom-zoom-in:before {
        content: "\f067";
    }

    .custom-zoom-out:before {
        content: "\f068";
    }

    .custom-zoom-in:hover:before,
    .custom-zoom-out:hover:before {
        -webkit-text-stroke: 1px #66676b;
    }
/* Prev & Next Buttons
------------------------------------- */

#mapnav-buttons {
    position: absolute;
    transform: translate(0, 0);
    z-index: 999;
    font-size: 13px;
    display: inline-block;
    bottom: 20px;
    left: 20px;
    list-style: none;
    padding: 0;
}

    #mapnav-buttons.top {
        top: 20px;
        left: 20px;
        bottom: initial;
    }

    #mapnav-buttons li {
        float: right;
        margin-right: 4px;
        line-height: 20px;
    }

    #streetView,
    #geoLocation,
    #scrollEnabling,
    #mapnav-buttons a {
        color: #333;
        background-color: #fff;
        padding: 8px 16px;
        padding-top: 9px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -transition: all 0.2s ease-in-out;
        box-sizing: border-box;
        display: inline-block;
        border-radius: 3px;
        box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.2);
    }

        #geoLocation:hover,
        #streetView:hover,
        #scrollEnabling:hover,
        #scrollEnabling.enabled,
        #mapnav-buttons a:hover {
            background-color: #66676b;
            color: #fff;
        }

#prevpoint:before,
#nextpoint:after {
    font-family: "FontAwesome";
    position: relative;
    font-weight: 500;
    margin: 0 6px 0 0;
    font-size: 16px;
    top: 1px;
    line-height: 1px;
}

#prevpoint:before {
    content: "\f104";
    margin: 0 0 0 6px;
}

#nextpoint:after {
    content: "\f105";
    margin: 0 6px 0 0;
}

#streetView,
#geoLocation,
#scrollEnabling {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 99;
    font-size: 13px;
    line-height: 20px;
}

    #streetView:before,
    #geoLocation:before,
    #scrollEnabling:before {
        content: "\e015";
        font-family: "simple-line-icons";
        position: relative;
        top: 2px;
        margin: 0 0 0 6px;
        font-size: 15px;
        line-height: 1px;
    }

    #scrollEnabling:before {
        margin-right: -3px;
    }

    #streetView:before {
        content: "\f21d";
        font-family: "FontAwesome";
        font-size: 16px;
        top: 1px;
        margin-left: 8px;
    }

#geoLocation {
    left: auto;
    right: 20px;
    padding: 8px 11px;
}

    #geoLocation:before {
        content: "\f192";
        font-family: "FontAwesome";
        font-size: 16px;
        margin: 0;
        top: 2px;
    }
/* ---------------------------------- */
/* Owl Carousel
------------------------------------- */

body .carousel {
    right: -15px;
    width: calc(100% + 30px);
}

.carousel-item {
    margin: 10px;
}

.owl-theme .owl-controls {
    text-align: center;
    margin-top: -34px;
    direction: rtl;
    margin-bottom: 0px;
    background-color: #ffffff42;
    /* z-index: 9999999999; */
    position: relative;
}
/* Styling Next and Prev buttons */

.dot-navigation.owl-theme .owl-controls .owl-buttons {
    display: none;
}

.logo-carousel.dot-navigation .owl-controls {
    margin-top: 30px;
}

.owl-theme .owl-controls .owl-buttons div {
    color: #aaa;
    display: inline-block;
    position: relative;
    zoom: 1;
    padding: 6px;
    font-size: 12px;
    background: transparent;
    font-family: "FontAwesome";
    font-size: 38px;
    transition: all 0.2s;
    background-color: transparent;
}

.owl-theme .owl-controls .owl-buttons .owl-next:before {
    content: "\f104";
}

.owl-theme .owl-controls .owl-buttons .owl-prev:after {
    content: "\f105";
}

.owl-theme .owl-controls .owl-buttons {
    position: absolute;
    top: -450px;
    left: 8px;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    color: #888;
}
/* Logo Carousel */

.logo-carousel {
    padding: 0px;
}

    .logo-carousel .owl-controls .owl-buttons {
        position: absolute;
        top: -75px;
        left: -5px;
    }

    .logo-carousel .item {
        text-align: center;
        padding: 0 0;
    }

        .logo-carousel .item img {
            max-width: 200px;
            height: auto;
        }
/* Listing carousel nav */

.listing-carousel.owl-theme .owl-controls .owl-buttons {
    position: absolute;
    top: 50%;
    left: 0;
    color: #fff;
    width: 100%;
    height: 100px;
    transform: translate(0, -50%);
    z-index: 99;
}

    .listing-carousel.owl-theme .owl-controls .owl-buttons div:hover,
    .listing-carousel.owl-theme .owl-controls .owl-buttons div {
        color: #fff;
        position: absolute;
        z-index: 119999;
        top: 50%;
        transform: translate(0, -50%);
        font-size: 22px;
        transition: all 0.3s;
        background-color: transparent;
        height: 38px;
        width: 38px;
        text-align: center;
        line-height: 37px;
        padding: 0;
    }

.list-layout .listing-carousel.owl-theme .owl-controls .owl-buttons div:hover,
.list-layout .listing-carousel.owl-theme .owl-controls .owl-buttons div {
    font-size: 19px;
    height: 32px;
    width: 32px;
    line-height: 31px;
}

.listing-carousel.owl-theme .owl-controls .owl-prev:before,
.listing-carousel.owl-theme .owl-controls .owl-next:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #66676b;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 90;
    border-radius: 50%;
    opacity: 0.9;
    transition: opacity 0.3s;
}

.listing-carousel.owl-theme .owl-controls .owl-prev:after,
.listing-carousel.owl-theme .owl-controls .owl-next:before {
    z-index: 99;
    position: relative;
}

.listing-carousel.owl-theme .owl-controls .owl-buttons div:hover:before,
.listing-carousel.owl-theme .owl-controls .owl-buttons div:hover:after {
    opacity: 1;
}

.listing-carousel.owl-theme .owl-controls .owl-next {
    left: 26px;
    text-indent: 2px;
}

.listing-carousel.owl-theme .owl-controls .owl-prev {
    right: 26px;
    text-indent: -2px;
}

.listing-item .owl-next,
.listing-item .owl-prev {
    opacity: 0;
    transition: all 0.4s;
}

.listing-item .owl-next {
    margin-left: -5px;
}

.listing-item .owl-prev {
    margin-right: -5px;
}

.listing-item:hover .owl-next,
.listing-item:hover .owl-prev {
    opacity: 1;
    transform: translate3d(0, -51%, 0);
    margin: 0;
}

.listing-carousel.outer .owl-next,
.listing-carousel.outer .owl-prev {
    opacity: 1;
    transition: all 0.4s;
}
/* Alternative Listing Carousel Navigation Theme */

.listing-carousel.owl-theme.outer .owl-controls .owl-buttons {
    top: -48px;
    height: 0;
}

    .listing-carousel.owl-theme.outer .owl-controls .owl-buttons div {
        top: 0;
    }

    .listing-carousel.owl-theme.outer .owl-controls .owl-buttons .owl-next {
        left: 0;
    }

    .listing-carousel.owl-theme.outer .owl-controls .owl-buttons .owl-prev {
        left: 35px;
        right: auto;
    }

    .listing-carousel.owl-theme.outer .owl-controls .owl-buttons div:hover,
    .listing-carousel.owl-theme.outer .owl-controls .owl-buttons div {
        color: #fff;
        position: absolute;
        z-index: 101;
        top: 50%;
        transform: translate(0, -50%);
        font-size: 20px;
        transition: all 0.3s;
        background-color: transparent;
        height: 32px;
        width: 32px;
        text-align: center;
        line-height: 32px;
        padding: 0;
    }

.listing-carousel.owl-theme.outer .owl-controls .owl-prev::before,
.listing-carousel.owl-theme.outer .owl-controls .owl-next::after {
    background-color: #eee;
    opacity: 1;
    transition: all 0.3s;
}

.listing-carousel.owl-theme.outer .owl-controls .owl-prev::after,
.listing-carousel.owl-theme.outer .owl-controls .owl-next::before {
    color: #a0a0a0;
    transition: all 0.3s;
}

.listing-carousel.owl-theme.outer .owl-controls .owl-prev:hover::before,
.listing-carousel.owl-theme.outer .owl-controls .owl-next:hover::after {
    background-color: #66676b;
}

.listing-carousel.owl-theme.outer .owl-controls .owl-prev:hover::after,
.listing-carousel.owl-theme.outer .owl-controls .owl-next:hover::before {
    color: #fff;
}
/* Styling Next and Prev buttons */

.owl-nav span {
    color: #FFF;
    margin: 0;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
    cursor: pointer;
}
/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
    /* display: none; */
    position: initial;
    display: inline-block;
}

.dot-navigation.owl-theme .owl-controls .owl-page {
    display: inline-block;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 15px;
    height: 15px;
    margin: 10px 4px 0 4px;
    opacity: 0.5;
    border-radius: 50%;
    background: #616161;
    border: 2px solid #fff;
    transition: all 0.2s;
    transform: 3d(0, 0, 0);
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
}
/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
/* preloading images */

.owl-item.loading {
    min-height: 150px;
    background: url(/Themes/IrsaTheme/Content/css/AjaxLoader.gif) no-repeat center center;
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */

.owl-carousel {
    direction: ltr;
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

    .owl-carousel .owl-wrapper {
        display: none;
        position: relative;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-wrapper-outer {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

        .owl-carousel .owl-wrapper-outer.autoHeight {
            -webkit-transition: height 500ms ease-in-out;
            -moz-transition: height 500ms ease-in-out;
            -ms-transition: height 500ms ease-in-out;
            -o-transition: height 500ms ease-in-out;
            transition: height 500ms ease-in-out;
        }

    .owl-carousel .owl-item {
        float: left;
        text-align: center;
    }

.deep .owl-item {
    max-width: 230px;
    margin: 2px 5px;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */

.grabbing {
    cursor: url(/Themes/IrsaTheme/Content/css/grabbing.png) 8 8, move;
}
/* fix */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
}
/* fade */

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}
/* backSlide */

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}
/* goDown */

.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
}
/* scaleUp */

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
.size-22 {
    font-size: 22px;
}

@-webkit-keyframes empty {
    0% {
        opacity: 1;
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1;
    }
}

@keyframes empty {
    0% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px);
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }

    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }
}

@-webkit-keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
    }
}

@-moz-keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0);
    }
}

@keyframes backSlideIn {
    0%, 25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%);
    }

    75% {
        opacity: .5;
        transform: translateZ(-500px);
    }

    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0);
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8);
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8);
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8);
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%);
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%);
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5);
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5);
    }
}
/* ---------------------------------- */
/* Slick Carousel
------------------------------------- */
/* Arrows */

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    z-index: 990;
    font-family: "FontAwesome";
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    padding: 0;
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    text-align: center;
}

.fullwidth-home-slider .slick-prev,
.fullwidth-home-slider .slick-next {
    opacity: 0;
    transition: 0.3s;
    transform: translate(-10px, -50%);
}

.fullwidth-home-slider .slick-next {
    transform: translate(10px, -50%);
}

.fullwidth-home-slider:hover .slick-prev,
.fullwidth-home-slider:hover .slick-next {
    opacity: 1;
    transform: translate(0, -50%);
}

.slick-prev:after,
.slick-next:after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #66676b;
    opacity: 0.85;
    transition: all 0.35s;
}

.slick-prev:hover:after,
.slick-next:hover:after {
    opacity: 1;
}

.slick-prev:before,
.slick-next:before {
    font-size: 30px;
    line-height: 20px;
    opacity: 1;
    color: white;
    position: relative;
    z-index: 999;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    right: 40px;
}

    .slick-prev:before {
        content: '\f104';
        right: -1px;
    }

.slick-next {
    left: 40px;
}

    .slick-next:before {
        content: '\f105';
        left: -1px;
    }

.property-slider .slick-prev,
.property-slider .slick-next {
    opacity: 0;
    transition: 0.4s;
    transform: translate;
}

.property-slider .slick-prev {
    transform: translateX(-8px);
}

.property-slider .slick-next {
    transform: translateX(8px);
}

.property-slider:hover .slick-prev,
.property-slider:hover .slick-next {
    opacity: 1;
    transform: translateX(0);
}
/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent;
        }

            .slick-dots li button:hover,
            .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before,
                .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                font-family: 'slick';
                font-size: 6px;
                line-height: 20px;
                position: absolute;
                top: 0;
                right: 0;
                width: 20px;
                height: 20px;
                content: '•';
                text-align: center;
                opacity: .25;
                color: black;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            opacity: .75;
            color: black;
        }
/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    right: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: right;
    height: 100%;
    min-height: 1px;
}

[dir=rtl] .slick-slide {
    float: left;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}
/* ---------------------------------- */
/* Magnific Popup
------------------------------------- */

.mfp-bg {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    overflow: hidden;
    position: fixed;
    background: #000;
    opacity: 0.96;
}

.mfp-wrap {
    top: -10px;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2001;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    height: 100%;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    padding: 0 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: right;
    z-index: 505;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #aaa;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    right: 8px;
    left: 8px;
    z-index: 504;
}

    .mfp-preloader a {
        color: #cccccc;
    }

        .mfp-preloader a:hover {
            color: #fff;
        }

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

.mfp-s-loading .mfp-arrow {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    z-index: 506;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    left: 0px;
    top: -40px;
}
/* Close Button */

.og-close,
button.mfp-close {
    position: absolute;
    width: 45px;
    height: 45px;
    top: -20px;
    display: block;
    left: -12px;
    cursor: pointer !important;
    z-index: 9999;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 50%;
    margin: 0px;
    background-color: transparent;
    outline: none;
    transform: translate3d(0, 0, 0);
}

.mfp-iframe-holder .mfp-close {
    top: -50px;
    left: -12px;
    transform: translate3d(0, 0, 0);
}

.mfp-gallery .mfp-close {
    top: 20px;
    left: 10px;
}

.mfp-gallery .mfp-content .mfp-close {
    display: none;
}

.mfp-gallery .mfp-close:after,
.mfp-gallery .mfp-close:before {
    font-family: "FontAwesome";
    font-size: 29px;
    top: 4px;
    right: 50%;
    position: absolute;
    height: 10px;
    transition: 0.3s;
}

.mfp-close::after,
.mfp-close::before {
    top: 0px;
}

.og-close {
    margin: 17px;
    left: 10px;
    background: transparent;
    color: #222;
}

    .mfp-close:hover,
    .og-close:hover {
        transform: rotate(90deg);
    }

    .og-close:after,
    .og-close:before,
    .mfp-close:after,
    .mfp-close:before {
        font-family: "FontAwesome";
        font-size: 29px;
        top: 21px;
        right: 50%;
        position: absolute;
        height: 10px;
        transition: 0.3s;
    }

    .og-close:after,
    .og-close:before {
        top: 7px;
        font-size: 29px;
    }

    .og-close:after,
    .mfp-close:after {
        content: "\f106";
        -webkit-transform: translate(0, 0);
        transform: translate(-50%, 60%);
    }

    .og-close:after {
        -webkit-transform: translate(0, 0);
        transform: translate(-50%, 60%);
    }

    .og-close:before,
    .mfp-close:before {
        content: "\f107";
        -webkit-transform: translate(0, 0);
        transform: translate(-50%, 0%);
    }

#small-dialog .mfp-close,
.mfp-close:hover {
    color: #fff;
}

    #small-dialog .mfp-close:hover {
        color: #fff;
    }

.small-dialog-content input[type=submit] {
    width: 100%;
    margin-top: 26px;
    margin-bottom: 10px;
}

.small-dialog-content .divider {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    padding-bottom: 0;
}

.small-dialog-headline h2,
.small-dialog-headline h3,
.small-dialog-headline h4 {
    font-size: 22px;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    display: inline-block;
    margin: 10px 0 35px 0;
    padding-bottom: 30px;
}

.mfp-counter {
    position: absolute;
    top: 0;
    left: 0;
    color: #aaa;
    font-size: 13px;
    line-height: 18px;
}

.mfp-arrow {
    opacity: 1;
    margin: 0 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    color: #fff;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    width: 50px;
    height: 50px;
    position: absolute;
    display: block;
    z-index: 100;
    overflow: hidden;
    background: rgba(77, 77, 77, 0.4);
    border-radius: 50%;
    outline: none;
}

    .mfp-arrow:hover {
        background: #66676b;
        color: #fff;
    }

    .mfp-arrow.mfp-arrow-left,
    .mfp-arrow.mfp-arrow-right {
        font-family: "FontAwesome";
        font-size: 29px;
    }

    .mfp-arrow.mfp-arrow-right {
        left: 15px;
    }

    .mfp-arrow.mfp-arrow-left:before {
        content: "\f104";
        right: -1px;
        top: 0px;
        position: relative;
    }

    .mfp-arrow.mfp-arrow-right:before {
        content: "\f105";
        right: 1px;
        top: 0px;
        position: relative;
    }

.mfp-content:hover .mfp-arrow {
    opacity: 1;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 1180px;
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 54%;
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: black;
    }
/* Popup */

#small-dialog {
    background: #fff;
    padding: 30px 45px 35px 45px;
    text-align: right;
    max-width: 610px;
    margin: 40px auto;
    position: relative;
    box-sizing: border-box;
}

    #small-dialog span.line {
        padding-top: 7px;
    }

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
/* animate in */

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
/* animate out */

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}
/* Dark overlay, start state */

.my-mfp-zoom-in.mfp-bg {
    opacity: 0.001;
    /* Chrome opacity transition bug */
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
/* animate in */

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
/* animate out */

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}
/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}
/* The shadow behind the image */

.mfp-figure:after {
    content: '';
    position: absolute;
    right: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    left: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}

.mfp-figure {
    line-height: 0;
}

.mfp-bottom-bar {
    margin-top: -30px;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: right;
    line-height: 18px;
    color: #f3f3f3;
    word-break: break-word;
    padding-left: 36px;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
/* Media Queries for Magnific Popup */



.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    right: 50%;
    margin-right: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    left: 0;
    padding-top: 0;
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    .mfp-fade.mfp-bg.mfp-ready {
        opacity: 0.92;
        background-color: #111;
    }

    .mfp-fade.mfp-bg.mfp-removing {
        opacity: 0;
    }

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
/* ---------------------------------- */
/* Dropzone
------------------------------------- */
/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
*/

@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@-moz-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.dropzone,
.dropzone * {
    box-sizing: border-box;
}

.dropzone {
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: white;
    padding: 20px 20px;
}

    .dropzone.dz-clickable {
        cursor: pointer;
    }

        .dropzone.dz-clickable * {
            cursor: default;
        }

        .dropzone.dz-clickable .dz-message,
        .dropzone.dz-clickable .dz-message * {
            cursor: pointer;
        }

    .dropzone.dz-started .dz-message {
        display: none;
    }

    .dropzone.dz-drag-hover {
        border-style: solid;
    }

        .dropzone.dz-drag-hover .dz-message {
            opacity: 0.5;
        }

    .dropzone .dz-preview {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 16px;
        min-height: 100px;
    }

        .dropzone .dz-preview:hover {
            z-index: 1000;
        }

            .dropzone .dz-preview:hover .dz-details {
                opacity: 1;
            }

        .dropzone .dz-preview.dz-file-preview .dz-image {
            border-radius: 3px;
            background: #999;
            background: linear-gradient(to bottom, #eee, #ddd);
        }

        .dropzone .dz-preview.dz-file-preview .dz-details {
            opacity: 1;
        }

        .dropzone .dz-preview.dz-image-preview {
            background: white;
        }

            .dropzone .dz-preview.dz-image-preview .dz-details {
                -webkit-transition: opacity 0.2s linear;
                -moz-transition: opacity 0.2s linear;
                -ms-transition: opacity 0.2s linear;
                -o-transition: opacity 0.2s linear;
                transition: opacity 0.2s linear;
            }

        .dropzone .dz-preview .dz-remove {
            font-size: 14px;
            text-align: center;
            display: block;
            cursor: pointer;
            border: none;
        }

            .dropzone .dz-preview .dz-remove:hover {
                text-decoration: underline;
            }

        .dropzone .dz-preview:hover .dz-details {
            opacity: 1;
        }

        .dropzone .dz-preview .dz-details {
            z-index: 20;
            position: absolute;
            top: 0;
            right: 0;
            opacity: 0;
            font-size: 13px;
            min-width: 100%;
            max-width: 100%;
            padding: 2em 1em;
            text-align: center;
            color: rgba(0, 0, 0, 0.9);
            line-height: 150%;
        }

            .dropzone .dz-preview .dz-details .dz-size {
                margin-bottom: 1em;
                font-size: 16px;
            }

            .dropzone .dz-preview .dz-details .dz-filename {
                white-space: nowrap;
            }

                .dropzone .dz-preview .dz-details .dz-filename:hover span {
                    border: 1px solid rgba(200, 200, 200, 0.8);
                    background-color: rgba(255, 255, 255, 0.8);
                }

                .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                    .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
                        border: 1px solid transparent;
                    }

                .dropzone .dz-preview .dz-details .dz-filename span,
                .dropzone .dz-preview .dz-details .dz-size span {
                    background-color: rgba(255, 255, 255, 0.4);
                    padding: 0 0.4em;
                    border-radius: 3px;
                }

        .dropzone .dz-preview:hover .dz-image img {
            -webkit-transform: scale(1.05, 1.05);
            -moz-transform: scale(1.05, 1.05);
            -ms-transform: scale(1.05, 1.05);
            -o-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
            -webkit-filter: blur(8px);
            filter: blur(8px);
        }

        .dropzone .dz-preview .dz-image {
            border-radius: 3px;
            overflow: hidden;
            width: 120px;
            height: 120px;
            position: relative;
            transition: all 0.3s;
            display: block;
            z-index: 10;
        }

            .dropzone .dz-preview .dz-image img {
                display: block;
                filter: blur(0px);
                transition: all 0.4s;
            }

        .dropzone .dz-preview.dz-success .dz-success-mark {
            -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
            -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
            -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
            -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
            animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
        }

        .dropzone .dz-preview.dz-error .dz-error-mark {
            opacity: 1;
            -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
            -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
            -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
            -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
            animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
        }

        .dropzone .dz-preview .dz-success-mark,
        .dropzone .dz-preview .dz-error-mark {
            pointer-events: none;
            opacity: 0;
            z-index: 500;
            position: absolute;
            display: block;
            top: 50%;
            right: 50%;
            margin-right: -27px;
            margin-top: -27px;
        }

            .dropzone .dz-preview .dz-success-mark svg,
            .dropzone .dz-preview .dz-error-mark svg {
                display: block;
                width: 54px;
                height: 54px;
            }

        .dropzone .dz-preview.dz-processing .dz-progress {
            opacity: 1;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -ms-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

        .dropzone .dz-preview.dz-complete .dz-progress {
            opacity: 0;
            -webkit-transition: opacity 0.4s ease-in;
            -moz-transition: opacity 0.4s ease-in;
            -ms-transition: opacity 0.4s ease-in;
            -o-transition: opacity 0.4s ease-in;
            transition: opacity 0.4s ease-in;
        }

        .dropzone .dz-preview:not(.dz-processing) .dz-progress {
            -webkit-animation: pulse 6s ease infinite;
            -moz-animation: pulse 6s ease infinite;
            -ms-animation: pulse 6s ease infinite;
            -o-animation: pulse 6s ease infinite;
            animation: pulse 6s ease infinite;
        }

        .dropzone .dz-preview .dz-progress {
            opacity: 1;
            z-index: 1000;
            pointer-events: none;
            position: absolute;
            height: 16px;
            right: 50%;
            top: 50%;
            margin-top: -8px;
            width: 80px;
            margin-right: -40px;
            background: rgba(255, 255, 255, 0.9);
            -webkit-transform: scale(1);
            border-radius: 8px;
            overflow: hidden;
        }

            .dropzone .dz-preview .dz-progress .dz-upload {
                background: #333;
                background: linear-gradient(to bottom, #666, #444);
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                width: 0;
                -webkit-transition: width 300ms ease-in-out;
                -moz-transition: width 300ms ease-in-out;
                -ms-transition: width 300ms ease-in-out;
                -o-transition: width 300ms ease-in-out;
                transition: width 300ms ease-in-out;
            }

        .dropzone .dz-preview.dz-error .dz-error-message {
            display: block;
        }

        .dropzone .dz-preview.dz-error:hover .dz-error-message {
            opacity: 1;
            pointer-events: auto;
        }

        .dropzone .dz-preview .dz-error-message {
            pointer-events: none;
            z-index: 1000;
            position: absolute;
            display: block;
            display: none;
            opacity: 0;
            -webkit-transition: opacity 0.3s ease;
            -moz-transition: opacity 0.3s ease;
            -ms-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease;
            border-radius: 8px;
            font-size: 13px;
            top: 130px;
            right: -10px;
            width: 140px;
            background: #be2626;
            background: linear-gradient(to bottom, #be2626, #a92222);
            padding: 0.5em 1.2em;
            color: white;
        }

            .dropzone .dz-preview .dz-error-message:after {
                content: '';
                position: absolute;
                top: -6px;
                right: 64px;
                width: 0;
                height: 0;
                border-right: 6px solid transparent;
                border-left: 6px solid transparent;
                border-bottom: 6px solid #be2626;
            }

.dropzone {
    position: relative;
    border: 2px dashed #d0d0d0;
    border-radius: 3px;
    background: #fcfcfc;
    transition: all 0.3s linear;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

    .dropzone:hover {
        border: 2px dashed #66676b;
        background: #fff;
        transition: all 0.35s linear;
    }

    .dropzone:before {
        position: absolute;
        height: 100%;
        width: 100%;
        content: "";
        top: 0;
        right: 0;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9));
        background-color: #66676b;
        opacity: 0;
        z-index: 10;
        transition: all 0.3s linear;
        border-radius: 3px;
    }

    .dropzone:hover:before {
        opacity: 0.4;
    }

    .dropzone .dz-message {
        text-align: center;
        margin: 50px 0;
        font-size: 17px;
        color: #888;
        transition: all 0.3s linear;
        position: relative;
        z-index: 11;
    }

    .dropzone:hover .dz-message {
        color: #66676b;
    }

.dz-message i {
    display: block;
    font-size: 32px;
    margin-bottom: 15px;
}
/* ---------------------------------- */
/* Chosen Plugin
------------------------------------- */

.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin-bottom: 15px;
}

    .chosen-container * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .chosen-container .chosen-drop {
        position: absolute;
        top: 100%;
        left: -9999px;
        z-index: 990;
        width: 100%;
        border: 1px solid #e0e0e0;
        background-color: #fcfcfc;
        background: linear-gradient(to bottom, rgba(252, 252, 252, 1) 100%, rgba(255, 255, 255, 1) 100%);
        border-top: 0;
        border-radius: 0 0 3px 3px;
        display: none;
    }

    .chosen-container.chosen-with-drop .chosen-drop {
        left: 0;
        right: auto;
        display: inline-block;
    }

    .chosen-container a {
        cursor: pointer;
    }
/* Single Select box */

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0;
    height: 51px;
    line-height: 51px;
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    color: #888;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 500;
    border-radius: 3px;
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-left: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #888;
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-left: 38px;
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    left: 15px;
    display: block;
    width: 18px;
    height: 100%;
}

    .chosen-container-single .chosen-single div b {
        display: block;
        position: relative;
    }

        .chosen-container-single .chosen-single div b:after {
            content: "\f0d7";
            font-family: "FontAwesome";
            font-size: 14px;
            margin: 0 14px 0 0;
            top: -1px;
            position: relative;
            width: 11px;
            height: 5px;
            display: inline-block;
            color: #888;
            float: right;
            font-weight: normal;
        }

.top-bar-menu .chosen-container-single .chosen-single div b:after {
    color: #FFF;
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 8px;
    white-space: nowrap;
}

    .chosen-container-single .chosen-search input[type=text] {
        margin: 1px 0;
        padding: 6px 6px 6px 40px;
        width: 100%;
        height: 40px;
        outline: 0;
        border: 1px solid #ddd;
        background-color: #fff;
        display: block;
        position: relative;
        z-index: 9;
        background-color: #fafafa;
    }

    .chosen-container-single .chosen-search:before {
        content: "\f002";
        font-family: "FontAwesome";
        font-size: 15px;
        margin: 0 0 0 15px;
        top: 12px;
        position: relative;
        width: 11px;
        height: 5px;
        display: inline-block;
        color: #aaa;
        float: left;
        font-weight: normal;
        z-index: 10;
    }

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    right: auto;
    left: -9999px;
    display: none;
}
/* Sort by custom */

.sort-by {
    top: -3px;
    float: right;
    display: inline-block;
}

    .sort-by label,
    .sort-by .sort-by-select {
        display: inline-block;
        float: right;
    }

    .sort-by label {
        line-height: 1.5;
        margin-top: 3px;
        padding: 0;
        padding-top: 5px;
    }

    .sort-by .chosen-container-active .chosen-single,
    .sort-by .chosen-container-active .chosen-choices,
    .sort-by .chosen-container-active.chosen-with-drop .chosen-single,
    .sort-by .chosen-container-single .chosen-single {
        height: 40px;
        line-height: 40px;
        border: 1px solid #fff;
        background-color: #fff;
        width: 100%;
        display: inline-block;
        padding-right: 10px;
    }

    .sort-by .chosen-container-active .chosen-drop,
    .sort-by .chosen-container-single .chosen-drop {
        opacity: 0;
        transition: opacity 0.3s;
    }

    .sort-by .chosen-container-active.chosen-with-drop .chosen-drop {
        opacity: 1;
    }

    .sort-by .chosen-container .chosen-drop {
        padding-top: 10px;
        border: 1px solid #e0e0e0;
        border-top: 1px solid #e0e0e0;
        border-radius: 3px;
        width: 200px;
        margin-right: 10px;
        background: #fff;
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
        z-index: 999;
    }

    .sort-by .chosen-container-single .chosen-single div b:after {
        color: #66676b;
    }

    .sort-by .chosen-container-single .chosen-default {
        color: #66676b;
    }

    .sort-by .chosen-container-single .chosen-single span {
        margin-left: 0px;
        color: #66676b;
    }

    .sort-by .chosen-container-single .chosen-single div {
        position: relative;
        top: -1px;
        margin-left: 15px;
        display: inline-block;
    }

.chosen-container-single .chosen-single span {
    display: inline-block;
    margin-left: 21px;
    margin-right: 5px;
}
/* Results */

.chosen-container .chosen-results {
    color: #888;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    max-height: 300px;
    width: 100%;
}

    .chosen-container .chosen-results li {
        display: none;
        margin: 0;
        padding: 10px 10px;
        list-style: none;
        line-height: 15px;
        word-wrap: break-word;
        -webkit-touch-callout: none;
    }

.chosen-container-multi .chosen-results li {
    padding: 10px 18px;
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #66676b;
    border-radius: 3px;
    color: #fff;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.chosen-container .chosen-results li.no-results {
    color: #888;
    display: list-item;
    background-color: #fff;
}

.chosen-container-multi .chosen-results li.no-results {
    background-color: #fff;
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default;
}

.chosen-container .chosen-results li.group-option {
    padding-right: 15px;
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}
/* Multi Selectbox */

.chosen-container-multi .chosen-choices {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 18px 0 0;
    height: 53px;
    border: 1px solid #e0e0e0;
    background-color: #fcfcfc;
    text-decoration: none;
    white-space: nowrap;
    line-height: 33px;
    cursor: pointer;
    margin: 0;
}

    .chosen-container-multi .chosen-choices li {
        float: right;
        list-style: none;
    }

        .chosen-container-multi .chosen-choices li.search-field {
            margin: 0;
            padding: 0;
            white-space: nowrap;
        }

            .chosen-container-multi .chosen-choices li.search-field input[type=text] {
                margin: 0;
                padding: 0;
                height: 53px;
                outline: 0;
                border: 0 !important;
                background: transparent !important;
                color: #888;
                line-height: normal;
                font-weight: 500;
            }

        .chosen-container-multi .chosen-choices li.search-choice {
            position: relative;
            margin: 12px -4px 0 5px;
            padding: 0 8px 0 25px;
            max-width: 100%;
            background-color: #66676b;
            line-height: 29px;
            color: #fff;
            cursor: default;
            font-weight: 500;
        }

            .chosen-container-multi .chosen-choices li.search-choice span {
                word-wrap: break-word;
            }

            .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
                position: absolute;
                top: -2px;
                left: 7px;
                display: block;
            }

                .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
                    content: "\f00d";
                    font-family: "FontAwesome";
                    font-size: 13px;
                    top: 1px;
                    position: relative;
                    width: 11px;
                    height: 5px;
                    display: inline-block;
                    color: #fff;
                    float: left;
                    font-weight: normal;
                }

        .chosen-container-multi .chosen-choices li.search-choice-disabled {
            padding-left: 5px;
            border: 1px solid #ccc;
            background-color: #e4e4e4;
            color: #888;
        }

        .chosen-container-multi .chosen-choices li.search-choice-focus {
            background: #d4d4d4;
        }

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default;
}
/* Active */

.chosen-container-active .chosen-single,
.chosen-container-active .chosen-choices,
.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #e0e0e0;
}

    .chosen-container-active.chosen-with-drop .chosen-single div {
        border-right: none;
        background: transparent;
    }

        .chosen-container-active.chosen-with-drop .chosen-single div b:after {
            content: "\f0d8";
        }

    .chosen-container-active .chosen-choices li.search-field input[type=text] {
        color: #888 !important;
    }
/* Custom Scrollbar for -wekbit */

.chosen-drop::-webkit-scrollbar {
    width: 10px;
}

.chosen-drop::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.chosen-drop::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.2);
}

    .chosen-drop::-webkit-scrollbar-thumb:hover {
        border-radius: 10px;
        background-color: rgba(0, 0, 0, 0.3);
    }
/* ---------------------------------- */
/* Input with dropdown
------------------------------------- */

.select-input {
    position: relative;
}

    .select-input input {
        position: relative;
        z-index: 101;
    }

    .select-input .select {
        position: absolute;
        top: -8px;
    }

.select-hidden {
    display: none;
    visibility: hidden;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 15px;
    color: #fff;
    width: 100%;
    height: 51px;
}

.select-styled {
    opacity: 0;
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 990;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #e0e0e0;
    background-color: #fcfcfc;
    padding: 0 4px;
    padding-top: 8px;
    border-top: 0;
    border-radius: 0 0 3px 3px;
    box-sizing: border-box;
}

.select-list-container {
    padding: 0 4px;
    max-height: 300px;
    overflow: auto;
    display: inline-block;
    width: 100%;
}

ul.select-options li {
    margin: 0;
    padding: 0;
    transition: all 0.15s ease-in;
    color: #888;
    margin: 0;
    padding: 10px 10px;
    list-style: none;
    line-height: 15px;
    border-radius: 3px;
}

.select-options li:hover {
    color: #fff;
    background-color: #66676b;
}

.select-options li[rel=hide] {
    display: none;
}

.select-options::-webkit-scrollbar {
    width: 10px;
}

.select-options::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.select-options::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.2);
}

    .select-options::-webkit-scrollbar-thumb:hover {
        border-radius: 10px;
        background-color: rgba(0, 0, 0, 0.3);
    }
/* data unit styling */

.data-unit {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 19px;
    font-style: normal;
    color: #aaa;
    z-index: 110;
    background-color: transparent;
    outline: 0;
    border: 0;
    padding: 0 10px 0 0;
    margin: 0;
    pointer-events: none;
    background-color: #fcfcfc;
}

.disabled-first-option ul.select-options li:first-child {
    pointer-events: none;
    color: #aaa;
}
/* ------------------------------------------------------------------- */
/*  04. Shortcodes
---------------------------------------------------------------------- */
/* ---------------------------------- */
/* Buttons
------------------------------------- */

button.button,
input[type=button],
input[type=submit],
button[type=button],
button[type=submit],
a.button.border,
a.button {
    height: 40px;
    top: 0;
    padding: 0px 14px;
    color: #fff;
    position: relative;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    cursor: pointer;
    /*margin-left: 3px;*/
    overflow: hidden;
    border: none;
    border-radius: 3px;
}

    a.button.border,
    a.button {
        padding-top: 7px;
    }

.listingmidel-footer a:hover {
    color: #fff;
}

button.button:before,
a.button:before {
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    transition: all 0.2s;
}

button.button:hover:before,
a.button:hover:before {
    opacity: 0.1;
}

a.button.white {
    background-color: #fff;
    color: #333;
}
/* Border Button Style */

a.button.border:before {
    display: none;
}

a.button.border {
    background-color: transparent;
    color: #66676b;
    border: 1px solid #66676b;
    padding: 9px 19px;
}

    a.button.border:hover {
        background-color: #66676b;
        color: #fff;
        opacity: 1;
    }

    a.button.border.white {
        border-color: #fff;
        color: #fff;
    }

        a.button.border.white:hover {
            background-color: #fff;
            color: #66676b;
        }
/* Full Width button */

button.button.fullwidth,
a.button.fullwidth {
    height: 51px;
    width: 100%;
    text-align: center;
}

a.button.white.border:hover {
    color: #333;
}

.button i {
    margin-right: -5px;
    margin-left: 4px;
}
/* ---------------------------------- */
/* List Styles
------------------------------------- */

.list-4,
.list-3,
.list-2,
.list-1 {
    padding: 3px 0 0 0;
}

    .list-4 li,
    .list-3 li,
    .list-2 li,
    .list-1 li {
        list-style: none;
        margin: 14px 20px;
        line-height: 27px;
        position: relative;
    }

    .list-1.alt li {
        margin: 12px 0;
        margin-right: 22px;
    }

    .list-4 li:first-child,
    .list-3 li:first-child,
    .list-2 li:first-child,
    .list-1 li:first-child {
        margin-top: 0;
    }

    .list-4 li:before,
    .list-3 li:before,
    .list-2 li:before,
    .list-1 li:before {
        font-family: "FontAwesome";
        margin: 0;
        position: relative;
        color: #66676b;
        float: right;
        margin-right: -22px;
        display: block;
    }

    .list-1.gray li:before {
        color: #777;
    }

    .list-4 li:before {
        content: "\f192";
        font-size: 14px;
        top: 1px;
    }

    .list-3 li:before {
        content: "\f058";
        font-size: 15px;
        top: 1px;
    }

    .list-2 li:before {
        content: "\f00c";
        font-size: 14px;
    }

    .list-1 li:before {
        content: "\f0c8";
        font-size: 8px;
    }

    .list-4 li {
        margin-right: 27px;
    }

        .list-4 li:before {
            margin-right: -27px;
        }
/* Numbered Style */

.numbered ol {
    counter-reset: li;
    list-style: none;
    padding: 0;
    margin-right: 18px;
    display: inline-block;
}

    .numbered ol li {
        display: inline-block;
        padding: 6px 0;
        width: 100%;
    }

    .numbered ol > li::before {
        content: counter(li);
        counter-increment: li;
        font-size: 16px;
        line-height: 34px;
        width: 36px;
        height: 36px;
        display: inline-block;
        border: 1px solid #333;
        border-radius: 50%;
        text-align: center;
        margin: 0;
        margin-right: 0;
        font-weight: 500;
        color: #333;
        position: relative;
        float: right;
        right: -18px;
        transform: translateY(-20%);
    }

.numbered.color ol > li::before {
    border: 1px solid #66676b;
    color: #66676b;
}

.numbered.color.filled ol > li::before {
    border: 1px solid #66676b;
    color: #fff;
    background-color: #66676b;
}

mark.color {
    background-color: #66676b;
    border-radius: 3px;
}
/* ---------------------------------- */
/* Tooltips
------------------------------------- */

#tiptip_holder {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99999;
}

    #tiptip_holder.tip_top {
        padding-bottom: 5px;
        -webkit-transform: translateX(12px);
    }

    #tiptip_holder.tip_bottom {
        padding-top: 5px;
    }

    #tiptip_holder.tip_right {
        padding-right: 5px;
    }

    #tiptip_holder.tip_left {
        padding-left: 5px;
    }

#tiptip_content {
    color: #f0f0f0;
    font-size: 13px;
    line-height: 16px;
    padding: 6px 10px;
    background-color: #333;
    border-radius: 3px;
}

#tiptip_arrow,
#tiptip_arrow_inner {
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    height: 0;
    width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
    border-top-color: #333;
}

#tiptip_holder.tip_bottom #tiptip_arrow {
    border-bottom-color: #333;
}

#tiptip_holder.tip_right #tiptip_arrow {
    border-left-color: #333;
}

#tiptip_holder.tip_left #tiptip_arrow {
    border-right-color: #333;
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
    margin-top: -7px;
    margin-right: -6px;
    border-top-color: #333;
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
    margin-top: -5px;
    margin-right: -6px;
    border-bottom-color: #333;
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
    margin-top: -6px;
    margin-right: -5px;
    border-left-color: #333;
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
    margin-top: -6px;
    margin-right: -7px;
    border-right-color: #333;
}
/* ---------------------------------- */
/* Pricing Tables
------------------------------------- */

.pricing-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
}

.plan {
    flex: 1;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
    z-index: 9;
}

.plan-price {
    width: 100%;
    background: linear-gradient(to bottom, #fafafa 100%, #f6f6f6);
    padding: 45px 30px;
    padding-top: 48px;
}

.plan:first-child .plan-price {
    border-radius: 0 3px 0 0;
}

.plan:first-child {
    border-radius: 0 3px 3px 3px;
}

.plan:last-child .plan-price {
    border-radius: 3px 0 0 0;
}

.plan:last-child {
    border-radius: 3px 0 0 3px;
}

.plan-price h3 {
    margin: 0;
    color: #888;
    font-size: 22px;
}

.plan-price .value {
    display: block;
    font-size: 37px;
    line-height: 35px;
    padding: 22px 0 0 0;
    color: #66676b;
}

.plan-price .period {
    color: #909090;
    margin-top: 20px;
    padding: 0 10%;
    display: block;
}

.plan-features {
    padding: 35px 30px;
    background: #fff;
}

    .plan-features ul {
        list-style: none;
        padding: 0;
        width: 100%;
    }

        .plan-features ul li {
            padding: 3px 0;
        }

    .plan-features a.button {
        margin-top: 20px;
    }

.plan-short-description {
    text-align: right;
    word-break: break-word;
}

.panelHeaderSpec a:hover {
    color: #ffffff;
}

/* featured plan*/

.plan.featured {
    margin-right: -1px;
    margin-left: -1px;
    transform: translateY(-23px);
    border-radius: 0 0 3px 3px;
    z-index: 11;
}

    .plan.featured .plan-price {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 100%, transparent);
        background-color: #66676b;
        padding: 50px 30px;
        border-radius: 3px 3px 0 0;
    }

        .plan.featured .plan-price h3 {
            color: #fff;
        }

        .plan.featured .plan-price .value {
            color: #fff;
        }

        .plan.featured .plan-price .period {
            color: rgba(255, 255, 255, 0.8);
            line-height: 23px;
        }

    .plan.featured .plan-features {
        padding: 45px 30px;
    }

    .plan.featured .listing-badges .featured {
        background: #fff;
        color: #66676b;
    }

    .plan.featured .listing-badges .pricing-featured {
        background: #fff;
        color: #66676b;
    }
/* ---------------------------------- */
/* Accordion / Toggles
------------------------------------- */

.ui-accordion .ui-accordion-header,
.trigger a {
    display: block;
    cursor: pointer;
    position: relative;
    padding: 0;
    line-height: 26px;
    outline: none;
    color: #333;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    transition: background-color 0.2s, color 0.2s;
    padding: 16px 27px;
    margin: -1px 0 0 0;
}

    .ui-accordion .ui-accordion-header i,
    .trigger a i {
        font-size: 18px;
        top: 1px;
        position: relative;
        padding-left: 3px;
    }

.style-2 .ui-accordion .ui-accordion-header i,
.style-2 .trigger a i {
    padding-left: 6px;
}

.style-2 .ui-accordion .ui-accordion-header:hover,
.style-2 .trigger a:hover {
    color: #66676b;
}

.trigger.active a,
.ui-accordion .ui-accordion-header-active:hover,
.ui-accordion .ui-accordion-header-active {
    background-color: #66676b;
    border-color: #66676b;
    color: #fff;
}

.ui-accordion .ui-accordion-header i,
.trigger a i {
    margin: 0 0 0 4px;
    position: relative;
}

.ui-accordion .ui-accordion-content,
.toggle-container {
    padding: 28px 30px;
    border: 1px solid #e0e0e0;
    border-top: none;
}

    .ui-accordion .ui-accordion-content p,
    .toggle-container p {
        margin: 0;
    }
/* Style 2 of accordions and toggles */

.style-2 .ui-accordion .ui-accordion-header,
.style-2 .trigger a {
    border: none;
    margin: 0;
    padding: 27px 0;
    text-transform: none;
    font-size: 17px;
    font-weight: 500;
    background-color: transparent;
    color: #333;
    padding-left: 60px;
}

body .style-2 .ui-accordion .ui-accordion-header,
body .style-2 .trigger a {
    text-transform: none;
}

.style-2 .ui-accordion .ui-accordion-content,
.style-2 .toggle-container {
    padding: 0px 0 30px 0;
    border: none;
}

.style-2 .trigger.active a,
.style-2 .ui-accordion .ui-accordion-header-active:hover,
.style-2 .ui-accordion .ui-accordion-header-active {
    background-color: transparent;
    border-color: transparent;
    color: #66676b;
    transition: color 0.1s;
}

.style-2 .ui-accordion .ui-accordion-header,
.style-2 .ui-accordion .ui-accordion-content,
.style-2 .toggle-wrap {
    border-bottom: 1px solid #e0e0e0;
}

.style-2 .ui-accordion .ui-accordion-header-active {
    border: none;
}

.accordion h3 .sl-icon-plus,
.trigger .sl-icon-plus {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 26px;
    transform: translate3d(0, -50%, 0) rotate(0);
    transition: 0.2s;
}

.accordion h3.ui-accordion-header-active .sl-icon-plus,
.trigger.active .sl-icon-plus {
    margin-top: 2px;
    transform: translate3d(0, -50%, 0) rotate(45deg);
}
/* ---------------------------------- */
/* Tabs
------------------------------------- */

.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

    .tabs-nav li a i {
        padding-left: 5px;
        font-size: 16px;
        top: 1px;
        position: relative;
    }

    .tabs-nav li {
        float: right;
        line-height: 20px;
        padding: 0;
        margin-left: 4px;
        position: relative;
        z-index: 12;
    }

        .tabs-nav li a,
        .tab-reviews {
            -webkit-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out;
        }

        .tabs-nav li a {
            border-bottom: 2px solid transparent;
            color: #333;
            display: inline-block;
            outline: none;
            padding: 14px 20px;
            text-decoration: none;
            font-size: 15px;
            z-index: 11;
            position: relative;
            margin-bottom: -1px;
        }

            .tabs-nav li a:hover {
                border-color: #66676b;
            }

.tab-reviews {
    color: #aaa;
}

.tabs-nav li.active .tab-reviews {
    color: #fff;
}

.tabs-nav li a:hover,
.tabs-nav li.active a {
    border-color: #66676b;
    color: #66676b;
    z-index: 11;
    font-weight: bold;
}

.tab-content {
    padding: 28px 33px;
    position: relative;
    z-index: 10;
    display: inline-block;
    width: 100%;
}

.tabs-container {
    overflow: hidden;
    width: 100%;
    min-height: 200px;
}

.tab-content p:last-child {
    margin-bottom: 0;
}

.style-2 .tabs-container {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}
/* Tabs Style 1 */

.style-1 .tabs-container .tab-content {
    border: none;
    border-top: 1px solid #e0e0e0;
    padding: 30px 10px 10px 17px;
}
/* Taba Style 3 */

.style-3 .tabs-nav {
    text-align: center;
}

    .style-3 .tabs-nav li {
        float: none;
        line-height: 32px;
        padding: 0;
        margin-left: 4px;
        position: relative;
        z-index: 12;
        display: inline-block;
        text-align: center;
    }

        .style-3 .tabs-nav li a {
            border: none;
            color: #333;
            display: inline-block;
            outline: none;
            padding: 7px 24px;
            text-decoration: none;
            font-size: 14px;
            z-index: 11;
            position: relative;
            margin-bottom: -1px;
            background-color: #fff;
            border-radius: 3px;
            font-size: 13px;
        }

            .style-3 .tabs-nav li a:hover,
            .style-3 .tabs-nav li.active a {
                border-color: #66676b;
                background-color: #66676b;
                color: #fff;
                z-index: 11;
            }

.style-3 .tabs-container .tab-content {
    border: none;
    padding: 30px 0 0 0;
}
/* Tabs Style 4 */

.style-4 .tabs-nav {
    width: 35%;
    display: table-cell;
}

.style-4 .tabs-container {
    width: 65%;
    padding-right: 20px;
    display: table-cell;
    vertical-align: middle;
}

    .style-4 .tabs-container .tab-content {
        border: none;
        padding: 10px 0 0 0;
    }

.style-4.tabs {
    display: table;
}

.style-4 .tabs-nav li a {
    float: none;
    width: 90%;
    border: none;
    padding: 0;
    background-color: #fff;
    margin: 0 0 1px 0;
    border: none;
    padding: 9px 24px;
    line-height: 30px;
    border-radius: 3px;
}

.style-4 .tabs-nav li.active a {
    background-color: #66676b;
    color: #fff;
}

.style-4 .tabs-nav li {
    width: 100%;
}
/* Tabs Style 5 */

.style-5 .tabs-nav li {
    width: 33.33%;
}

.stytle-5 .tabs-container .widget-text {
    position: relative;
    top: 50px;
    transform: transitionY(-50%);
    display: inline-block;
}

.style-5 .tabs-nav {
    bottom: 5px;
    position: relative;
}

    .style-5 .tabs-nav li a {
        border: none;
        background-color: #f2f2f2;
        color: #333;
        border-radius: 4px;
        padding: 0;
    }

    .style-5 .tabs-nav li.active a {
        background-color: #66676b;
        color: #fff;
    }

.style-5 .tabs-container .tab-content {
    box-shadow: none;
    border: none;
    padding: 20px 0 0 0;
}
/* ---------------------------------- */
/* Tables
------------------------------------- */

table.basic-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: none;
    margin-bottom: 15px;
}

    table.basic-table th {
        background-color: #66676b;
        text-align: right;
        color: #fff;
        vertical-align: top;
        font-weight: 500;
    }

        table.basic-table th:first-child {
            border-radius: 0 3px 3px 0;
        }

        table.basic-table th:last-child {
            border-radius: 3px 0 0 3px;
        }

    table.basic-table th,
    table.basic-table td {
        padding: 15px 8px;
    }

    table.basic-table tr:nth-child(odd) {
        background-color: #f6f6f6;
    }

table.basic-table {
    margin-bottom: 0;
}
/* ---------------------------------- */
/* Tables-agent
------------------------------------- */

table.basic-table-agent {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: none;
    margin-bottom: 15px;
}

    table.basic-table-agent th {
        background-color: #66676b;
        text-align: right;
        color: #fff;
        vertical-align: top;
        font-weight: 500;
    }

        table.basic-table-agent th:first-child {
            border-radius: 0 3px 3px 0;
        }

        table.basic-table-agent th:last-child {
            border-radius: 3px 0 0 3px;
        }

    table.basic-table-agent th,
    table.basic-table-agent td {
        padding: 1px 5px;
    }

    table.basic-table-agent tr:nth-child(odd) {
        background-color: #ffffff;
    }

table.basic-table-agent {
    margin-bottom: 0;
}
/* ---------------------------------- */
/* Notification Boxes
------------------------------------- */

#result .success,
.notification {
    line-height: 24px;
    margin-bottom: 0px;
    position: relative;
    padding: 20px 26px;
    padding-left: 50px;
    border-radius: 3px;
}

    .notification p {
        margin: 0;
    }

    #result .success,
    .notification.success {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), transparent);
        background-color: #EBF6E0;
    }

        #result .success,
        .notification.success,
        .notification.success a,
        .notification.success strong {
            color: #5f9025;
        }

    .notification.error {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), transparent);
        background-color: #ffe9e9;
    }

        .notification.error,
        .notification.error a,
        .notification.error strong {
            color: #de5959;
        }

    .notification.warning {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), transparent);
        background-color: #FBFADD;
    }

        .notification.warning,
        .notification.warning a,
        .notification.warning strong {
            color: #8f872e;
        }

    .notification.notice h4 {
        font-size: 19px;
        margin: 3px 0 15px 0;
    }

    .notification.notice h4,
    .notification.notice,
    .notification.notice a,
    .notification.notice strong {
        color: #3184ae;
    }

    .notification.notice {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), transparent);
        background-color: #E9F7FE;
    }

        .notification.notice.large {
            padding: 32px 36px;
        }

body .notification strong {
    border: none;
}

.notification.success .close,
.notification.error .close,
.notification.warning .close,
.notification.notice .close {
    padding: 0px 9px;
    position: absolute;
    left: 0;
    top: 22px;
    display: block;
    height: 8px;
    width: 8px;
    cursor: pointer;
}

/*.notification.success .close {
    background: url(/Themes/IrsaTheme/Content/images/alert_boxes_close_ico.png) 0 -8px no-repeat;
}

.notification.error .close {
    background: url(/Themes/IrsaTheme/Content/images/alert_boxes_close_ico.png) 0 0 no-repeat;
}

.notification.warning .close {
    background: url(/Themes/IrsaTheme/Content/images/alert_boxes_close_ico.png) 0 -16px no-repeat;
}

.notification.notice .close {
    background: url(/Themes/IrsaTheme/Content/images/alert_boxes_close_ico.png) 0 -24px no-repeat;
}*/

.notification.notice p span i {
    font-weight: 500;
}

.notification a.button {
    float: left;
    color: #fff;
    margin-top: 3px;
}

.notification.notice a.button {
    background-color: #388fc5;
    border: 1px solid #116193;
    color: #fff;
}

.notification.warning a.button {
    background-color: #dfbe51;
    border: 1px solid #dcb42f;
    color: #fff;
}

.notification.error a.button {
    background-color: #d34c4c;
    border: 1px solid #b62424;
    color: #fff;
}

.notification.success a.button {
    background-color: #79ba38;
    border: 1px solid #488709;
    color: #fff;
}

.notification.warning a.button:hover {
    border: 1px solid transparent;
}

.notification.error a.button:hover {
    border: 1px solid transparent;
}

.notification.success a.button:hover {
    border: 1px solid transparent;
}

.notification.closeable a.close:before {
    content: "\f00d";
    font-family: "FontAwesome";
    position: absolute;
    left: 25px;
    top: 0;
    cursor: pointer;
}
/* ---------------------------------- */
/* Social Icons
------------------------------------- */

.social-icons {
    padding-right: 5px;
}

    .social-icons li {
        display: inline;
        float: right;
        text-align: right;
        margin-left: 16px;
        margin-top: 11px;
        transform: scale(1.19);
        -webkit-transform: scale(1.19);
        -webkit-filter: blur(radius);
    }

        .social-icons li a {
            width: 44px;
            height: 44px;
            display: inline-block;
            background-color: #f3f3f3;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            position: relative;
            overflow: hidden;
            border: 1px solid transparent;
        }

    .social-icons.fixed li a {
        display: block;
    }
    /* Common Styles */

    .social-icons li a i {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        position: absolute;
        z-index: 20;
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        -webkit-filter: blur(radius);
    }

    .social-icons li a:hover,
    .social-icons li a i {
        color: #fff;
    }

    .social-icons li a i {
        top: -30px;
        opacity: 0;
    }

    .social-icons li a:hover i {
        top: 0;
        opacity: 1;
    }
    /* Rounded Style */

    .social-icons.rounded li a {
        border-radius: 3px;
    }
    /* Border Style */

    .social-icons.border li a {
        background-color: #fff;
        border: 1px solid #e0e0e0;
    }

        .social-icons.border li a:hover {
            border-color: transparent;
        }
    /* Color Style */

    .social-icons.color li a {
        border-color: transparent;
    }

        .social-icons.color li a i,
        .social-icons.color li a:hover i {
            top: 0;
            opacity: 1;
        }

    .social-icons.color a:before {
        opacity: 0;
    }
    /* Fixed Style */

    .social-icons.fixed {
        position: fixed;
        right: 0;
        padding-right: 2px;
        top: 100px;
        width: 50px;
    }

        .social-icons.fixed li {
            transform: scale(1.15);
            -webkit-transform: scale(1.15);
            margin-top: 7px;
        }

            .social-icons.fixed li a {
                background-color: rgba(51, 51, 51, 0.35);
            }

                .social-icons.fixed li a:before {
                    color: #fff;
                }

.twitter:before,
.wordpress:before,
.facebook:before,
.linkedin:before,
.steam:before,
.tumblr:before,
.github:before,
.delicious:before,
.instagram:before,
.xing:before,
.amazon:before,
.dropbox:before,
.paypal:before,
.lastfm:before,
.gplus:before,
.yahoo:before,
.pinterest:before,
.dribbble:before,
.flickr:before,
.reddit:before,
.vimeo:before,
.spotify:before,
.rss:before,
.youtube:before,
.blogger:before,
.appstore:before,
.digg:before,
.evernote:before,
.fivehundredpx:before,
.forrst:before,
.stumbleupon:before,
.dribbble:before {
    font-family: "fontello";
    font-size: 16px;
    line-height: 16px;
    color: #a0a0a0;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    position: absolute;
    z-index: 20;
    transform: scale(0.9);
}
/* Icon Styles */

.twitter:before,
.social-icons li a.twitter i {
    font-size: 14px;
}

.twitter i,
.twitter:before {
    margin: 13px 12px 0 0;
}

/*.twitter:before {
    content: "\54";
    top: 0;
    opacity: 1;
}*/

.twitter:hover:before {
    top: 30px;
    opacity: 0;
}

.twitter:hover {
    /*background-color: #3bc1ed !important;*/
}

.twitter:hover,
.social-icons.color .twitter,
.social-icons.fixed .twitter:hover {
    /*background-color: #3bc1ed; border-color: #3bc1ed;*/
}

.dribbble i,
.dribbble:before {
    margin: 13px 13px 0 0;
}
/*.dribbble:before { content: "\44"; top: 0; opacity:1; }*/

.dribbble:hover:before {
    top: 30px;
    opacity: 0;
}

.dribbble:hover {
    background-color: #ef5a92 !important;
}

.social-icons.color .dribbble,
.social-icons.fixed .dribbble:hover {
    background-color: #ef5a92;
    border-color: #ef5a92;
}

.facebook i,
.facebook:before {
    margin: 13px 16px 0 0;
}

/*.facebook:before {
    content: "\66";
    top: 0;
    opacity: 1;
}*/

.facebook:hover:before {
    top: 30px;
    opacity: 0;
}

.facebook:hover {
    /*background-color: #4a6d9d !important;*/
}

.social-icons.color .facebook,
.social-icons.fixed .facebook:hover {
    background-color: #4a6d9d;
    border-color: #4a6d9d;
}

.linkedin i,
.linkedin:before {
    margin: 13px 13px 0 0;
}

.linkedin:before {
    content: "\4c";
    top: 0;
    opacity: 1;
}

.linkedin:hover:before {
    top: 30px;
    opacity: 0;
}

.linkedin:hover {
    background-color: #0b7bb5 !important;
}

.social-icons.color .linkedin,
.social-icons.fixed .linkedin:hover {
    background-color: #0b7bb5;
    border-color: #0b7bb5;
}

.delicious i,
.delicious:before {
    margin: 13px 13px 0 0;
}

.delicious:before {
    content: "\23";
    top: 0;
    opacity: 1;
}

.delicious:hover:before {
    top: 30px;
    opacity: 0;
}

.delicious:hover {
    background-color: #3274d1 !important;
}

.social-icons.color .delicious,
.social-icons.fixed .delicious:hover {
    background-color: #3274d1;
    border-color: #3274d1;
}

.paypal i,
.paypal:before {
    margin: 13px 13px 0 0;
}

.paypal:before {
    content: "\24";
    top: 0;
    opacity: 1;
}

.paypal:hover:before {
    top: 30px;
    opacity: 0;
}

.paypal:hover {
    background-color: #2e689a !important;
}

.social-icons.color .paypal,
.social-icons.fixed .paypal:hover {
    background-color: #2e689a;
    border-color: #2e689a;
}

.gplus i,
.gplus:before {
    margin: 13px 13px 0 0;
}

.gplus:before {
    content: "\f0d5";
    top: 0;
    opacity: 1;
}

.gplus:hover:before {
    top: 30px;
    opacity: 0;
}

.gplus:hover {
    background-color: #d53824 !important;
}

.social-icons.color .gplus,
.social-icons.fixed .gplus:hover {
    background-color: #d53824;
    border-color: #d53824;
}

.stumbleupon i,
.stumbleupon:before {
    margin: 13px 11px 0 0;
}

.stumbleupon:before {
    content: "\2f";
    top: 0;
    opacity: 1;
}

.stumbleupon:hover:before {
    top: 30px;
    opacity: 0;
}

.stumbleupon:hover {
    background-color: #eb4924 !important;
}

.social-icons.color .stumbleupon,
.social-icons.fixed .stumbleupon:hover {
    background-color: #eb4924;
    border-color: #eb4924;
}

.fivehundredpx i,
.fivehundredpx:before {
    margin: 13px 11px 0 0;
}

.fivehundredpx:before {
    content: "\30";
    top: 0;
    opacity: 1;
}

.fivehundredpx:hover:before {
    top: 30px;
    opacity: 0;
}

.fivehundredpx:hover {
    background-color: #444 !important;
}

.social-icons.color .fivehundredpx,
.social-icons.fixed .fivehundredpx:hover {
    background-color: #444;
    border-color: #444;
}

.pinterest i,
.pinterest:before {
    margin: 13px 15px 0 0;
}

.pinterest:before {
    content: "\31";
    top: 0;
    opacity: 1;
}

.pinterest:hover:before {
    top: 30px;
    opacity: 0;
}

.pinterest:hover {
    background-color: #cb1f25 !important;
}

.social-icons.color .pinterest,
.social-icons.fixed .pinterest:hover {
    background-color: #cb1f25;
    border-color: #cb1f25;
}

.forrst i,
.forrst:before {
    margin: 13px 15px 0 0;
}

.forrst:before {
    content: "\3a";
    top: 0;
    opacity: 1;
}

.forrst:hover:before {
    top: 30px;
    opacity: 0;
}

.forrst:hover {
    background-color: #40833e !important;
}

.social-icons.color .forrst,
.social-icons.fixed .forrst:hover {
    background-color: #40833e;
    border-color: #40833e;
}

.digg i,
.digg:before {
    margin: 13px 12px 0 0;
}

.digg:before {
    content: "\3b";
    top: 0;
    opacity: 1;
}

.digg:hover:before {
    top: 30px;
    opacity: 0;
}

.digg:hover {
    background-color: #205685 !important;
}

.social-icons.color .digg,
.social-icons.fixed .digg:hover {
    background-color: #205685;
    border-color: #205685;
}

.spotify i,
.spotify:before {
    margin: 13px 13px 0 0;
}

.spotify:before {
    content: "\3d";
    top: 0;
    opacity: 1;
}

.spotify:hover:before {
    top: 30px;
    opacity: 0;
}

.spotify:hover {
    background-color: #6ca405 !important;
}

.social-icons.color .spotify,
.social-icons.fixed .spotify:hover {
    background-color: #6ca405;
    border-color: #6ca405;
}

.reddit i,
.reddit:before {
    margin: 13px 12px 0 0;
}

.reddit:before {
    content: "\3e";
    top: 0;
    opacity: 1;
}

.reddit:hover:before {
    top: 30px;
    opacity: 0;
}

.reddit:hover {
    background-color: #404040 !important;
}

.social-icons.color .reddit,
.social-icons.fixed .reddit:hover {
    background-color: #404040;
    border-color: #404040;
}

.appstore i,
.appstore:before {
    margin: 13px 14px 0 0;
}

.appstore:before {
    content: "\41";
    top: 0;
    opacity: 1;
}

.appstore:hover:before {
    top: 30px;
    opacity: 0;
}

.appstore:hover {
    background-color: #c0c0c0 !important;
}

.social-icons.color .appstore,
.social-icons.fixed .appstore:hover {
    background-color: #c0c0c0;
    border-color: #c0c0c0;
}

.blogger i,
.blogger:before {
    margin: 13px 13px 0 0;
    font-size: 14px;
}

.blogger:before {
    content: "\42";
    top: 0;
    opacity: 1;
}

.blogger:hover:before {
    top: 30px;
    opacity: 0;
}

.blogger:hover {
    background-color: #ff6501 !important;
}

.social-icons.color .blogger,
.social-icons.fixed .blogger:hover {
    background-color: #ff6501;
    border-color: #ff6501;
}

.dribbble i,
.dribbble:before {
    margin: 13px 13px 0 0;
}

.dribbble:before {
    content: "\44";
    top: 0;
    opacity: 1;
}

.dribbble:hover:before {
    top: 30px;
    opacity: 0;
}

.dribbble:hover {
    background-color: #ef5a92 !important;
}

.social-icons.color .dribbble,
.social-icons.fixed .dribbble:hover {
    background-color: #ef5a92;
    border-color: #ef5a92;
}

.evernote i,
.evernote:before {
    margin: 13px 15px 0 0;
}

.evernote:before {
    content: "\45";
    top: 0;
    opacity: 1;
}

.evernote:hover:before {
    top: 30px;
    opacity: 0;
}

.evernote:hover {
    background-color: #6bb130 !important;
}

.social-icons.color .evernote,
.social-icons.fixed .evernote:hover {
    background-color: #6bb130;
    border-color: #6bb130;
}

.flickr i,
.flickr:before {
    margin: 13px 13px 0 0;
}

.flickr:before {
    content: "\46";
    top: 0;
    opacity: 1;
}

.flickr:hover:before {
    top: 30px;
    opacity: 0;
}

.flickr:hover {
    background-color: #136dd5 !important;
}

.social-icons.color .flickr,
.social-icons.fixed .flickr:hover {
    background-color: #136dd5;
    border-color: #136dd5;
}

.rss i,
.rss:before {
    margin: 13px 14px 0 0;
    font-size: 14px;
}

/*.rss:before {
    content: "\52";
    top: 0;
    opacity: 1;
}*/

.rss:hover:before {
    top: 30px;
    opacity: 0;
}

.rss:hover {
    /*background-color: #fe8f00  !important;*/
}

.social-icons.color .rss,
.social-icons.fixed .rss:hover {
    background-color: #fe8f00;
    border-color: #fe8f00;
}

.youtube i,
.youtube:before {
    margin: 13px 14px 0 0;
    font-size: 18px;
}
/*.youtube:before { content: "\55"; top: 0; opacity:1; }*/

.youtube:hover:before {
    top: 30px;
    opacity: 0;
}

.youtube:hover {
    /*background-color: #bf2f29  !important;*/
}

.social-icons.color .youtube,
.social-icons.fixed .youtube:hover {
    background-color: #bf2f29;
    border-color: #bf2f29;
}

.vimeo i,
.vimeo:before {
    margin: 13px 13px 0 0;
    font-size: 14px;
}

.vimeo:before {
    content: "\56";
    top: 0;
    opacity: 1;
}

.vimeo:hover:before {
    top: 30px;
    opacity: 0;
}

.vimeo:hover {
    background-color: #4c8ab0 !important;
}

.social-icons.color .vimeo,
.social-icons.fixed .vimeo:hover {
    background-color: #4c8ab0;
    border-color: #4c8ab0;
}

.xing i,
.xing:before {
    margin: 13px 14px 0 0;
}

.xing:before {
    content: "\58";
    top: 0;
    opacity: 1;
}

.xing:hover:before {
    top: 30px;
    opacity: 0;
}

.xing:hover {
    background-color: #036568 !important;
}

.social-icons.color .xing,
.social-icons.fixed .xing:hover {
    background-color: #036568;
    border-color: #036568;
}

.yahoo i,
.yahoo:before {
    margin: 13px 11px 0 0;
}

.yahoo:before {
    content: "\59";
    top: 0;
    opacity: 1;
}

.yahoo:hover:before {
    top: 30px;
    opacity: 0;
}

.yahoo:hover {
    background-color: #9251a2 !important;
}

.social-icons.color .yahoo,
.social-icons.fixed .yahoo:hover {
    background-color: #9251a2;
    border-color: #9251a2;
}

.amazon i,
.amazon:before {
    margin: 13px 12px 0 0;
}

.amazon:before {
    content: "\61";
    top: 0;
    opacity: 1;
}

.amazon:hover:before {
    top: 30px;
    opacity: 0;
}

.amazon:hover {
    background-color: #2f3842 !important;
}

.social-icons.color .amazon,
.social-icons.fixed .amazon:hover {
    background-color: #2f3842;
    border-color: #2f3842;
}

.steam i,
.steam:before {
    margin: 13px 11px 0 0;
}

.steam:before {
    content: "\62";
    top: 0;
    opacity: 1;
}

.steam:hover:before {
    top: 30px;
    opacity: 0;
}

.steam:hover {
    background-color: #383838 !important;
}

.social-icons.color .steam,
.social-icons.fixed .steam:hover {
    background-color: #383838;
    border-color: #383838;
}

.dropbox i,
.dropbox:before {
    margin: 13px 13px 0 0;
}

.dropbox:before {
    content: "\64";
    top: 0;
    opacity: 1;
}

.dropbox:hover:before {
    top: 30px;
    opacity: 0;
}

.dropbox:hover {
    background-color: #2c92dd !important;
}

.social-icons.color .dropbox,
.social-icons.fixed .dropbox:hover {
    background-color: #2c92dd;
    border-color: #2c92dd;
}

.github i,
.github:before {
    margin: 13px 13px 0 0;
}

.github:before {
    content: "\67";
    top: 0;
    opacity: 1;
}

.github:hover:before {
    top: 30px;
    opacity: 0;
}

.github:hover {
    background-color: #5c7381 !important;
}

.social-icons.color .github,
.social-icons.fixed .github:hover {
    background-color: #5c7381;
    border-color: #5c7381;
}

.lastfm i,
.lastfm:before {
    margin: 13px 11px 0 0;
}

.lastfm:before {
    content: "\6c";
    top: 0;
    opacity: 1;
}

.lastfm:hover:before {
    top: 30px;
    opacity: 0;
}

.lastfm:hover {
    background-color: #d21309 !important;
}

.social-icons.color .lastfm,
.social-icons.fixed .lastfm:hover {
    background-color: #d21309;
    border-color: #d21309;
}

.tumblr i,
.tumblr:before {
    margin: 13px 15px 0 0;
}

.tumblr:before {
    content: "\74";
    top: 0;
    opacity: 1;
}

.tumblr:hover:before {
    top: 30px;
    opacity: 0;
}

.tumblr:hover {
    background-color: #3d658d !important;
}

.social-icons.color .tumblr,
.social-icons.fixed .tumblr:hover {
    background-color: #3d658d;
    border-color: #3d658d;
}

.wordpress i,
.wordpress:before {
    margin: 13px 14px 0 0;
}

.wordpress:before {
    content: "\77";
    top: 0;
    opacity: 1;
}

.wordpress:hover:before {
    top: 30px;
    opacity: 0;
}

.wordpress:hover {
    background-color: #383838 !important;
}

.social-icons.color .wordpress,
.social-icons.fixed .wordpress:hover {
    background-color: #383838;
    border-color: #383838;
}

/*.instagram i,
.instagram:before {
    margin: 13px 13px 0 0;
}

.instagram:before {
    content: "\f31f";
    top: 0;
    opacity: 1;
}
        `
.instagram:hover:before {
    top: 30px;
    opacity: 0;
}

.instagram:hover {
    background-color: #3f6f94 !important;
}*/

.social-icons.color .instagram,
.social-icons.fixed .instagram:hover {
    background-color: #3f6f94;
    border-color: #3f6f94;
}
/* Web Font */

/*@font-face {
    font-family: 'yekan';
    src: url(/Themes/IrsaTheme/Content/fonts/Yekan/Yekan.eot);
    src: url(/Themes/IrsaTheme/Content/fonts/Yekan/Yekan.eot) format('embedded-opentype'), url(/Themes/IrsaTheme/Content/fonts/Yekan/Yekan.woff) format('woff'), url(/Themes/IrsaTheme/Content/fonts/Yekan/Yekan.ttf) format('truetype'), url(/Themes/IrsaTheme/Content/fonts/Yekan/Yekan.svg) format('svg');
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
    font-family: 'fa';
    src: url(/Themes/IrsaTheme/Content/fonts/fa.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
    font-desplay: swap;
}

@font-face {
    font-family: 'fontello';
    src: url(/Themes/IrsaTheme/Content/fonts/fontello.eot);
    src: url(/Themes/IrsaTheme/Content/fonts/fontello.eot) format('embedded-opentype'), url(/Themes/IrsaTheme/Content/fonts/fontello.woff) format('woff'), url(/Themes/IrsaTheme/Content/fonts/fontello.ttf) format('truetype'), url(/Themes/IrsaTheme/Content/fonts/fontello.svg) format('svg');
    font-weight: normal;
    font-style: normal;
}

.social-icons li i {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 16px;
    font-size: 16px;
    width: auto;
}

.icon-delicious:before {
    content: '\23';
}
/* '#' */

.icon-paypal:before {
    content: '\24';
}
/* '$' */

.icon-gplus:before {
    content: '\f0d5';
}
/* '+' */

.icon-stumbleupon:before {
    content: '\2f';
}
/* '/' */

.icon-fivehundredpx:before {
    content: '\30';
}
/* '0' */

.icon-pinterest:before {
    content: '\31';
}
/* '1' */

.icon-forrst:before {
    content: '\3a';
}
/* ':' */

.icon-digg:before {
    content: '\3b';
}
/* ';' */

.icon-spotify:before {
    content: '\3d';
}
/* '=' */

.icon-reddit:before {
    content: '\3e';
}
/* '&gt;' */

.icon-appstore:before {
    content: '\41';
}
/* 'A' */

.icon-blogger:before {
    content: '\42';
}
/* 'B' */

.icon-dribbble:before {
    content: '\44';
}
/* 'D' */

.icon-evernote:before {
    content: '\45';
}
/* 'E' */

.icon-flickr:before {
    content: '\46';
}
/* 'F' */

.icon-linkedin:before {
    content: '\4c';
}
/* 'L' */

.icon-rss:before {
    content: '\52';
}
/* 'R' */

.icon-twitter:before {
    content: '\54';
}
/* 'T' */

.icon-youtube:before {
    content: '\55';
}
/* 'U' */

.icon-vimeo:before {
    content: '\56';
}
/* 'V' */

.icon-xing:before {
    content: '\58';
}
/* 'X' */

.icon-yahoo:before {
    content: '\59';
}
/* 'Y' */

.icon-amazon:before {
    content: '\61';
}
/* 'a' */

.icon-steam:before {
    content: '\62';
}
/* 'b' */

.icon-dropbox:before {
    content: '\64';
}
/* 'd' */

.icon-facebook:before {
    content: '\66';
}
/* 'f' */

.icon-github:before {
    content: '\67';
}
/* 'g' */

.icon-lastfm:before {
    content: '\6c';
}
/* 'l' */

.icon-tumblr:before {
    content: '\74';
}
/* 't' */

.icon-wordpress:before {
    content: '\77';
}
/* 'w' */

.icon-linkedin-rect:before {
    content: '\f31b';
}
/* '?' */

.icon-instagram:before {
    content: '\f31f';
}
/* '?' */
/* Social Icons styles for topbar
------------------------------------- */

.agent ul.social-icons,
#footer ul.social-icons,
#top-bar ul.social-icons {
    margin: 0;
    padding: 0;
}

.agent .social-icons li a,
#footer .social-icons li a,
#top-bar .social-icons li a {
    width: 45px;
    height: 45px;
    display: inline-block;
    background-color: transparent;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    transform: scale(1);
    margin-left: 0;
}

.agent .social-icons li,
#footer .social-icons li,
#top-bar .social-icons li {
    border-radius: 0;
    transform: scale(1);
    -webkit-transform: scale(1);
    -webkit-filter: blur(radius);
}

    .agent .social-icons li a i,
    .agent .social-icons li a:before,
    #footer .social-icons li a i,
    #footer .social-icons li a:before,
    #top-bar .social-icons li a i,
    #top-bar .social-icons li a:before {
        transform: scale(1.1) translateY(calc(-50% - 2px));
        -moz-transform: scale(1.1) translateY(calc(-50% - 1px));
        -ms-transform: scale(1.1) translateY(-50%);
        right: 0;
        left: 0;
        margin: 0;
        text-align: center;
        margin-top: 55%;
    }

    .agent .social-icons li a.twitter i,
    .agent .social-icons li a.twitter:before,
    #footer .social-icons li a.twitter i,
    #footer .social-icons li a.twitter:before,
    #top-bar .social-icons li a.twitter i,
    #top-bar .social-icons li a.twitter:before {
        transform: scale(1.1) translateY(calc(-50% - 1px));
    }
/* Header Icon Styles */

#top-bar .social-icons {
    float: left;
}

    .agent .social-icons li,
    #footer .social-icons li,
    #top-bar .social-icons li {
        margin: 0;
        padding: 0;
        float: right;
        line-height: 0;
    }

        #top-bar .social-icons li a:before,
        #top-bar .social-icons li a i {
            font-size: 14px;
            color: #fff;
        }

        #top-bar .social-icons li .twitter:before,
        #top-bar .social-icons li .twitter i:before {
            font-size: 12px;
        }

        #top-bar .social-icons li a:hover {
            background: #fff !important;
            border-color: transparent;
        }

            #top-bar .social-icons li a:hover i {
                color: #66676b;
            }
        /* Social Icons styles for footer
------------------------------------- */

        .agent .social-icons li a,
        #footer .social-icons li a {
            width: 38px;
            height: 40px;
            background-color: transparent;
        }

.agent .social-icons,
#footer .social-icons {
    position: relative;
    right: -13px;
}

    .agent .social-icons li,
    #footer .social-icons li {
        margin: 0;
        padding: 0;
        float: right;
        line-height: 0;
    }

        .agent .social-icons li a:before,
        .agent .social-icons li a i,
        #footer .social-icons li a:before,
        #footer .social-icons li a i {
            font-size: 15px;
            color: #a0a0a0;
        }

        .agent .social-icons li .twitter:before,
        .agent .social-icons li .twitter i:before,
        .agent .social-icons li .vimeo:before,
        .agent .social-icons li .vimeo i:before,
        #footer .social-icons li .twitter:before,
        #footer .social-icons li .twitter i:before,
        #footer .social-icons li .vimeo:before,
        #footer .social-icons li .vimeo i:before {
            font-size: 13px;
        }

        .agent .social-icons li a:hover,
        #footer .social-icons li a:hover {
            background: transparent !important;
            border-color: transparent;
        }

            .agent .social-icons li a:hover i,
            #footer .social-icons li a:hover i {
                color: #66676b;
            }
/* ---------------------------------- */
/* Info Box
------------------------------------- */

.info-box {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    border-radius: 3px;
    padding: 25px 30px;
    border-top: 2px solid #66676b;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.95));
    background-color: #66676b;
    color: #66676b;
}

    .info-box.no-border {
        border: none;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.93));
        background-color: #66676b;
    }

    .info-box h4 {
        margin: 0;
        font-size: 19px;
        color: #66676b;
        margin-bottom: 20px;
        margin-top: 0px;
    }

    .info-box p {
        margin-bottom: 0;
    }

    .info-box.large {
        padding: 36px;
    }
/* -------------------برای تست و پاک کردن--------------- */


/* ---------------------------------- */
/* Testimonials
------------------------------------- */

.testimonials-subtitle {
    padding: 0 15%;
    text-align: center;
    font-size: 23px;
    line-height: 37px;
    margin-bottom: 8px;
    color: #909090;
}

.testimonial {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08);
    background: #fff;
    border-radius: 3px;
    padding: 35px;
    color: #909090;
    position: relative;
    margin-bottom: 20px;
    margin-top: 40px;
}

    .testimonial p {
        margin: 0;
    }

    .testimonial:before {
        position: absolute;
        right: 35px;
        bottom: -10px;
        content: "\f0dd";
        font-family: "FontAwesome";
        font-size: 42px;
        color: #fff;
        text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
        cursor: default;
    }

    .testimonial:after {
        position: absolute;
        right: 30px;
        bottom: 0px;
        content: "";
        height: 10px;
        width: 32px;
        background: #fff;
    }
/* Testimonial author */

.testimonial-author {
    display: table;
    padding-top: 10px;
    padding-right: 20px;
}

    .testimonial-author img {
        width: 55px;
        height: auto;
        border-radius: 50%;
        display: table-cell;
    }

    .testimonial-author h4 {
        display: table-cell;
        vertical-align: middle;
        font-size: 16px;
        padding-right: 20px;
        color: #66676b;
    }

        .testimonial-author h4 span {
            display: block;
            color: #888;
            padding-top: 6px;
        }
/* ---------------------------------- */
/* Icon Boxes
------------------------------------- */
/* Icon Box 1
------------------------------------- */

.icon-box-1 {
    text-align: center;
    padding: 0px 0;
    padding-bottom: 15px;
}

    .icon-box-1.alternative {
        padding: 5px;
        padding-bottom: 15px;
    }

    .icon-box-1 .icon-container {
        font-size: 66px;
        color: #fff;
        background-color: #66676b;
        height: 140px;
        width: 140px;
        line-height: 140px;
        border-radius: 50%;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 13px;
        display: inline-block;
        position: relative;
    }

    .icon-box-1.alternative .icon-container {
        font-size: 60px;
        height: 130px;
        width: 130px;
        line-height: 130px;
    }

    .icon-box-1 .icon-container i {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
        transition: all 0.2s ease-in;
        display: inline-block;
    }

    .icon-box-1:hover .icon-container i {
        opacity: 0;
        transform: translate3d(0, 0, 0) scale(1.16);
    }

    .icon-box-1.alternative:hover .icon-container i {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }
    /* Links inside */

    .icon-box-1 .icon-container .icon-links {
        opacity: 0;
        visibility: hidden;
        width: 100%;
        font-size: 16px;
        line-height: 22px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%) translateX(0) scale(1.2);
        transition: all 0.2s ease-in;
        display: block;
    }

        .icon-box-1 .icon-container .icon-links a {
            display: block;
            color: #fff;
            padding: 5px 20px;
            transition: all 0.2s;
            position: relative;
        }

    .icon-box-1:hover .icon-container .icon-links {
        opacity: 1;
        visibility: visible;
        transform: translateY(-50%) translateX(0) scale(1);
    }
    /* Content styling */

    .icon-box-1 h3 {
        font-size: 26px;
    }

    .icon-box-1.alternative h3 {
        font-size: 23px;
    }

    .icon-box-1 p {
        font-size: 16px;
        color: #888;
        margin: 18px 0 0 0;
    }

    .icon-box-1.alternative p {
        font-size: 16px;
        line-height: 29px;
    }
    /* Icon Box Shadow Animation*/

    .icon-box-1.alternative {
        overflow: hidden;
        position: relative;
        display: block;
    }

        .icon-box-1.alternative:after {
            content: "";
            width: 120%;
            height: 0px;
            display: inline-block;
            position: absolute;
            top: 0;
            left: 0;
            background: #fff;
            z-index: 8;
            transition: height 0.3s ease-in-out, opacity 0.3s ease-out;
            opacity: 0;
            transform: translate3d(30%, -30%, 0) scale(1) rotate(45deg);
        }

        .icon-box-1.alternative:hover:after {
            height: 62%;
            opacity: 0.06;
        }
/* ---------------------------------- */
/* Info Banner
------------------------------------- */

.info-banner {
    display: block;
    width: 100%;
    padding: 90px 0;
    color: #fff;
    margin: 0;
}

.info-banner-content {
    position: relative;
    z-index: 199;
}

.info-banner.centered {
    text-align: center;
}

.info-banner-content a.button {
    margin: 0 20px -15px 20px;
    position: relative;
}

.flip-banner h1,
.flip-banner h2,
.flip-banner h3,
.flip-banner h4,
.flip-banner h5,
.flip-banner h6,
.flip-banner a,
.info-banner-content h1,
.info-banner-content h2,
.info-banner-content h3,
.info-banner-content h4,
.info-banner-content h5,
.info-banner-content h6,
.info-banner-content a,
.info-banner-content {
    color: #fff;
    display: inline-block;
    margin: 0;
    position: relative;
}
/* Styles for info banner with parallax */

.text-content {
    background: transparent;
    padding: 80px 0px;
    font-weight: 500;
    z-index: 999;
    position: relative;
}

    .text-content.white-font {
        color: #fff;
    }

        .text-content.white-font h1,
        .text-content.white-font h2,
        .text-content.white-font h3,
        .text-content.white-font h4,
        .text-content.white-font h5 {
            color: #fff;
        }

    .text-content a.button {
        /*        padding: 12px 20px;
*/ font-size: 16px;
    }

        .text-content a.button:before {
            display: none;
        }

    .text-content p {
        font-size: 17px;
        line-height: 32px;
    }

    .text-content h2 {
        margin-bottom: 30px;
        line-height: 46px;
        font-size: 33px;
    }

.top-1 {
    position: relative;
    top: -1px;
}

.top-0 {
    position: relative;
}
/*----------------------------------- */
/* Flip Banner
------------------------------------- */

.flip-banner {
    display: block;
    width: 100%;
    height: 180px;
    position: relative;
    text-align: center;
    overflow: hidden;
    z-index: 999;
}

    .flip-banner:after {
        background-color: #000;
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        content: "";
        display: block;
        z-index: 100;
        transition: all 0.6s;
    }

    .flip-banner:hover:after {
        opacity: 0.6;
    }

.flip-banner-content {
    position: relative;
    top: 50%;
    z-index: 200;
}

.flip-banner h2 {
    font-size: 32px;
    line-height: 40px;
    position: relative;
    width: 100%;
    display: block;
}

.flip-banner-content .flip-visible,
.flip-banner-content .flip-hidden {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: translateY(-50%);
    transition: all 0.45s cubic-bezier(.87, -.41, .19, 1.44);
}

.flip-banner:hover .flip-banner-content .flip-hidden,
.flip-banner-content .flip-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%);
}

.flip-banner:hover .flip-banner-content .flip-visible,
.flip-banner-content .flip-hidden {
    opacity: 0;
    visibility: hidden;
    transform: translateY(150%);
}

.flip-banner:hover .flip-banner-content .flip-visible {
    transform: translateY(-150%);
}

.flip-banner i {
    padding: 0 10px;
}

.flip-banner .sl {
    position: relative;
    top: 1px;
    font-size: 26px;
}

    .flip-banner .sl:before {
        content: "\e605";
    }
/* ---------------------------------- */
/* Counters
------------------------------------- */

#counters {
    padding: 80px 0;
    position: relative;
    z-index: 999;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    #counters:before {
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 10%);
    }

.counter-box {
    display: block;
    padding: 0;
    text-align: center;
}

    .counter-box:after {
        content: "";
        position: absolute;
        left: 0;
        height: 100%;
        width: 1px;
        top: 0;
        background-color: rgba(255, 255, 255, 0.15);
    }

    .counter-box.last:after {
        display: none;
    }

#counters h3 {
    text-align: center;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding-bottom: 30px;
    margin-bottom: 80px;
    margin-top: -15px;
    font-size: 26px;
    line-height: 34px;
}

.counter-box p {
    margin: 12px 0 0 0;
    padding: 0;
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    display: block;
    opacity: 0.8;
}

.counter-box i,
.counter {
    display: inline-block;
    font-size: 58px;
    font-weight: 500;
    color: #fff;
    line-height: 42px;
    font-style: normal;
}
/* Counters
------------------------------------- */

.counter-box-icon {
    display: block;
    background: #f6f6f6;
    padding: 50px 20px;
    text-align: center;
    border-radius: 4px;
}

    .counter-box-icon.no-bg {
        background-color: transparent;
        padding: 20px;
    }

        .counter-box-icon.no-bg i {
            color: #333;
        }

    .counter-box-icon p {
        margin: 12px 0 0 0;
        padding: 0;
        color: #909090;
        font-size: 20px;
        font-weight: 500;
    }

    .counter-box-icon i {
        font-size: 80px;
        margin: 0 0 35px 0;
        color: #c0c0c0;
        display: inline-block;
    }

    .counter-box-icon .counter {
        display: block;
        font-size: 36px;
        font-weight: 700;
        color: #333;
        line-height: 28px;
    }

    .counter-box-icon.colored {
        background: #808080;
    }

        .counter-box-icon.colored p,
        .counter-box-icon.colored i,
        .counter-box-icon.colored .counter {
            color: #fff;
        }
/* inside parallax styles */

.counter-boxes-inside-parallax .counter-box-icon {
    background-color: transparent;
    padding: 0px;
    position: relative;
    top: 10px;
    padding-bottom: 10px;
}

    .counter-boxes-inside-parallax .counter-box-icon p {
        color: rgba(255, 255, 255, 0.7);
    }

    .counter-boxes-inside-parallax .counter-box-icon i {
        margin-bottom: 50px;
    }

    body .counter-boxes-inside-parallax .counter-box-icon i,
    .counter-boxes-inside-parallax .counter-box-icon .counter {
        color: #fff;
    }
/* ------------------------------------------------------------------- */
/*  05. Others
---------------------------------------------------------------------- */
/* ---------------------------------- */
/* Common Styles
	------------------------------------- */

body {
    color: #707070;
}

#wrapper {
    background-color: #fff;
}
/* Main Font */


#tiptip_content {
    font-family: fa, Tahoma, Arial, sans-serif;
    text-transform: none;
    direction: rtl;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
input[type=text],
input[type=password],
input[type=email],
textarea,
select,
input[type=button],
input[type=submit],
button,
#tiptip_content {
    font-family: fa, Tahoma, Arial, sans-serif;
}

.fonts-loaded body,
h1,
h2,
h3,
h4,
h5,
h6,
input[type=text],
input[type=password],
input[type=email],
textarea,
select,
input[type=button],
input[type=submit],
button,
#tiptip_content {
    font-family: "fa", "yekan", "B Koodak", Helvetica, Arial, sans-serif;
}
    /* Headlines */

    h3.headline {
        font-size: 28px;
        line-height: 38px;
        margin: 0 0 30px 0;
    }

    h4.headline {
        font-size: 20px;
        line-height: 32px;
        margin: -5px 0 30px 0;
    }

.headline.centered {
    text-align: center;
}

.demo h1,
.demo h2,
.demo h3,
.demo h4,
.demo h5,
.demo h6 {
    line-height: 40px;
}
/* Headline Subtitle */

.headline span {
    color: #888;
    font-size: 18px;
    display: block;
}
/* Headline Box */

.headline-box {
    display: block;
    font-size: 28px;
    line-height: 38px;
    background-color: #fff;
    padding: 22px 50px;
    margin: 0;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
    width: auto;
    border-radius: 3px;
}

section.fullwidth .headline-box {
    position: absolute;
    transform: translate3d(50%, -50%, 0);
    top: 0;
    margin: 0 auto;
    text-align: center;
    margin-right: 50%;
}
/* Icons Demo Styles */

.glyph {
    font-size: 16px;
    width: 33%;
    display: inline-block;
    transition: 0.3s;
}

h4 span.headline-detail {
    font-size: 15px;
}

.mls {
    font-size: 16px;
    top: -8px;
    display: inline-block;
    position: relative;
}

.fs1 {
    font-size: 32px;
}

.pbs .im {
    width: 50px;
    display: inline-block;
}

.unit,
.unitRight,
.fs0 {
    display: none;
}

.pbs {
    padding: 10px 15px 5px 0;
    border-radius: 3px;
    width: 100%;
    display: inline-block;
    transition: 0.2s;
}

    .pbs:hover {
        background-color: #f4f4f4;
    }

.sl-icons-demo i {
    width: 25px;
    display: inline-block;
    top: 1px;
    position: relative;
}

.icons .fa.fa-fw {
    margin-left: 3px;
    font-size: 14px;
}

.icons .text-muted {
    display: none;
}
/* ---------------------------------- */
/* Login Register
	------------------------------------- */

.rememberme {
    display: block;
    margin-top: 10px;
    cursor: pointer;
}

.my-account .tabs-container {
    overflow: visible;
}

.lost_password {
    margin: -10px 0 0 0;
}

.rememberme input {
    margin: 0 0 0 2px;
    display: inline-block;
    min-height: 100%;
    width: auto;
}

.my-account label {
    position: relative;
}

    .my-account label input {
        margin-top: 8px;
        padding-right: 45px;
        height: 53px;
    }

        .my-account label input[type=checkbox] {
            height: auto;
        }

.my-account input {
    transition: box-shadow 0.2s !important;
}

    .my-account input:focus {
        transition: box-shadow 0.2s !important;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
    }

.my-account label i {
    font-size: 21px;
    color: #a0a0a0;
    position: absolute;
    right: 15px;
    bottom: 13px;
}

.my-account .button {
    line-height: 28px;
    height: auto;
}
/* ---------------------------------- */
/* Offsets
	------------------------------------- */
/* Margin Top */

.margin-top-0 {
    margin-top: 0 !important;
}

.margin-top-1 {
    margin-top: 1px !important;
}

.margin-top-2 {
    margin-top: 2px !important;
}

.margin-top-3 {
    margin-top: 3px !important;
}

.margin-top-4 {
    margin-top: 4px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-6 {
    margin-top: 6px !important;
}

.margin-top-7 {
    margin-top: 7px !important;
}

.margin-top-8 {
    margin-top: 8px !important;
}

.margin-top-9 {
    margin-top: 9px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-25 {
    margin-top: 25px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-35 {
    margin-top: 35px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-top-45 {
    margin-top: 45px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-top-55 {
    margin-top: 55px !important;
}

.margin-top-60 {
    margin-top: 60px !important;
}

.margin-top-65 {
    margin-top: 65px !important;
}

.margin-top-70 {
    margin-top: 70px !important;
}

.margin-top-75 {
    margin-top: 75px !important;
}

.margin-top-80 {
    margin-top: 80px !important;
}

.margin-top-85 {
    margin-top: 85px !important;
}

.margin-top-90 {
    margin-top: 90px !important;
}
/*.margin-top-95 { margin-top: 95px !important; }*/

.margin-top-100 {
    margin-top: 100px !important;
}

.margin-top-105 {
    margin-top: 105px !important;
}

.margin-top-110 {
    margin-top: 110px !important;
}

.margin-top-115 {
    margin-top: 115px !important;
}

.margin-top-120 {
    margin-top: 120px !important;
}
/* Margin Bottom */
.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-25 {
    margin-bottom: 25px !important;
}

.margin-bottom-30 {
    margin-bottom: 10px !important;
}

.margin-bottom-35 {
    margin-bottom: 35px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom-45 {
    margin-bottom: 45px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-bottom--50 {
    margin-bottom: -50px !important;
}

.margin-bottom-55 {
    margin-bottom: 55px !important;
}

.margin-bottom-55 {
    margin-bottom: 55px !important;
}

.margin-bottom-55 {
    margin-bottom: 55px !important;
}

.margin-bottom-55 {
    margin-bottom: 55px !important;
}

.margin-bottom-60 {
    margin-bottom: 60px !important;
}

.margin-bottom-65 {
    margin-bottom: 65px !important;
}

.margin-bottom-70 {
    margin-bottom: 70px !important;
}

.margin-bottom-75 {
    margin-bottom: 75px !important;
}

.margin-bottom-80 {
    margin-bottom: 80px !important;
}

.margin-bottom-85 {
    margin-bottom: 85px !important;
}

.margin-bottom-90 {
    margin-bottom: 90px !important;
}

.margin-bottom-95 {
    margin-bottom: 95px !important;
}

.margin-bottom-100 {
    margin-bottom: 100px !important;
}
/* Margin Left */

.margin-left-0 {
    margin-right: 0 !important;
}

.margin-left-1 {
    margin-right: 1px !important;
}

.margin-left-2 {
    margin-right: 2px !important;
}

.margin-left-3 {
    margin-right: 3px !important;
}

.margin-left-4 {
    margin-right: 4px !important;
}

.margin-left-5 {
    margin-right: 5px !important;
}

.margin-left-6 {
    margin-right: 6px !important;
}

.margin-left-7 {
    margin-right: 7px !important;
}

.margin-left-8 {
    margin-right: 8px !important;
}

.margin-left-9 {
    margin-right: 9px !important;
}

.margin-left-10 {
    margin-right: 10px !important;
}

.margin-left-15 {
    margin-right: 15px !important;
}

.margin-left-20 {
    margin-right: 20px !important;
}

.margin-left-25 {
    margin-right: 25px !important;
}

.margin-left-30 {
    margin-right: 30px !important;
}

.margin-left-35 {
    margin-right: 35px !important;
}

.margin-left-40 {
    margin-right: 40px !important;
}

.margin-left-45 {
    margin-right: 45px !important;
}

.margin-left-50 {
    margin-right: 50px !important;
}

.margin-left-55 {
    margin-right: 55px !important;
}

.margin-left-60 {
    margin-right: 60px !important;
}

.margin-left-65 {
    margin-right: 65px !important;
}

.margin-left-70 {
    margin-right: 70px !important;
}

.margin-left-75 {
    margin-right: 75px !important;
}

.margin-left-80 {
    margin-right: 80px !important;
}

.margin-left-85 {
    margin-right: 85px !important;
}

.margin-left-90 {
    margin-right: 90px !important;
}

.margin-left-95 {
    margin-right: 95px !important;
}

.margin-left-100 {
    margin-right: 100px !important;
}
/* Margin Right */

.margin-right-0 {
    margin-left: 0 !important;
}

.margin-right-1 {
    margin-left: 1px !important;
}

.margin-right-2 {
    margin-left: 2px !important;
}

.margin-right-3 {
    margin-left: 3px !important;
}

.margin-right-4 {
    margin-left: 4px !important;
}

.margin-right-5 {
    margin-left: 5px !important;
}

.margin-right-6 {
    margin-left: 6px !important;
}

.margin-right-7 {
    margin-left: 7px !important;
}

.margin-right-8 {
    margin-left: 8px !important;
}

.margin-right-9 {
    margin-left: 9px !important;
}

.margin-right-10 {
    margin-left: 10px !important;
}

.margin-right-15 {
    margin-left: 15px !important;
}

.margin-right-20 {
    margin-left: 20px !important;
}

.margin-right-25 {
    margin-left: 25px !important;
}

.margin-right-30 {
    margin-left: 30px !important;
}

.margin-right-35 {
    margin-left: 35px !important;
}

.margin-right-40 {
    margin-left: 40px !important;
}

.margin-right-45 {
    margin-left: 45px !important;
}

.margin-right-50 {
    margin-left: 50px !important;
}

.margin-right-55 {
    margin-left: 55px !important;
}

.margin-right-60 {
    margin-left: 60px !important;
}

.margin-right-65 {
    margin-left: 65px !important;
}

.margin-right-70 {
    margin-left: 70px !important;
}

.margin-right-75 {
    margin-left: 75px !important;
}

.margin-right-80 {
    margin-left: 80px !important;
}

.margin-right-85 {
    margin-left: 85px !important;
}

.margin-right-90 {
    margin-left: 90px !important;
}

.margin-right-95 {
    margin-left: 95px !important;
}

.margin-right-100 {
    margin-left: 100px !important;
}
/* Padding Top */

.padding-top-0 {
    padding-top: 0 !important;
}

.padding-top-1 {
    padding-top: 1px !important;
}

.padding-top-2 {
    padding-top: 2px !important;
}

.padding-top-3 {
    padding-top: 3px !important;
}

.padding-top-4 {
    padding-top: 4px !important;
}

.padding-top-5 {
    padding-top: 5px !important;
}

.padding-top-6 {
    padding-top: 6px !important;
}

.padding-top-7 {
    padding-top: 7px !important;
}

.padding-top-8 {
    padding-top: 8px !important;
}

.padding-top-9 {
    padding-top: 9px !important;
}

.padding-top-10 {
    padding-top: 10px !important;
}

.padding-top-15 {
    padding-top: 15px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.padding-top-25 {
    padding-top: 25px !important;
}

.padding-top-30 {
    padding-top: 30px !important;
}

.padding-top-35 {
    padding-top: 35px !important;
}

.padding-top-40 {
    padding-top: 40px !important;
}

.padding-top-45 {
    padding-top: 45px !important;
}

.padding-top-50 {
    padding-top: 50px !important;
}

.padding-top-55 {
    padding-top: 55px !important;
}

.padding-top-60 {
    padding-top: 60px !important;
}

.padding-top-65 {
    padding-top: 65px !important;
}

.padding-top-70 {
    padding-top: 70px !important;
}

.padding-top-75 {
    padding-top: 75px !important;
}

.padding-top-80 {
    padding-top: 80px !important;
}

.padding-top-85 {
    padding-top: 85px !important;
}

.padding-top-90 {
    padding-top: 90px !important;
}

.padding-top-95 {
    padding-top: 95px !important;
}

.padding-top-100 {
    padding-top: 100px !important;
}

.padding-top-105 {
    padding-top: 105px !important;
}

.padding-top-110 {
    padding-top: 110px !important;
}

.padding-top-115 {
    padding-top: 115px !important;
}

.padding-top-120 {
    padding-top: 120px !important;
}
/* Padding Bottom */

.padding-bottom-0 {
    padding-bottom: 0 !important;
}

.padding-bottom-5 {
    padding-bottom: 5px !important;
}

.padding-bottom-10 {
    padding-bottom: 10px !important;
}

.padding-bottom-15 {
    padding-bottom: 15px !important;
}

.padding-bottom-20 {
    padding-bottom: 20px !important;
}

.padding-bottom-25 {
    padding-bottom: 25px !important;
}

.padding-bottom-30 {
    padding-bottom: 30px !important;
}

.padding-bottom-35 {
    padding-bottom: 35px !important;
}

.padding-bottom-40 {
    padding-bottom: 40px !important;
}

.padding-bottom-45 {
    padding-bottom: 45px !important;
}

.padding-bottom-50 {
    padding-bottom: 50px !important;
}

.padding-bottom-55 {
    padding-bottom: 55px !important;
}

.padding-bottom-55 {
    padding-bottom: 55px !important;
}

.padding-bottom-55 {
    padding-bottom: 55px !important;
}

.padding-bottom-55 {
    padding-bottom: 55px !important;
}

.padding-bottom-60 {
    padding-bottom: 60px !important;
}

.padding-bottom-65 {
    padding-bottom: 65px !important;
}

.padding-bottom-70 {
    padding-bottom: 70px !important;
}

.padding-bottom-75 {
    padding-bottom: 75px !important;
}

.padding-bottom-80 {
    padding-bottom: 80px !important;
}

.padding-bottom-85 {
    padding-bottom: 85px !important;
}

.padding-bottom-90 {
    padding-bottom: 90px !important;
}

.padding-bottom-95 {
    padding-bottom: 95px !important;
}

.padding-bottom-100 {
    padding-bottom: 100px !important;
}
/* ------------------------------------------------------------------- */
/* 06. Media Queries
---------------------------------------------------------------------- */
.title-single-line-max-width {
    max-width: 700px;
}

.single-line-max-width {
    max-width: 700px;
}


/* ------------------------------------------------------------------- */
/*********** GLOBAL FORMS ***********/

.fieldset,
.section {
    position: relative;
    margin: 0 0 40px;
}

    .fieldset .title,
    .section .title {
        margin: 0 0 15px;
        padding: 0 10px;
        font-size: 20px;
        color: #444;
    }

        .fieldset .title strong,
        .section .title strong {
            font-weight: normal;
        }

.form-fields {
    position: relative;
    border-top: 1px solid #e6e6e6;
    background-color: #f9f9f9;
    padding: 30px 15px;
}

.inputs {
    position: relative;
    margin: 0 0 15px;
    text-align: center;
    white-space: nowrap;
    /*fix for 'required' elements*/
    font-size: 0;
}

    .inputs:after {
        content: "";
        display: block;
        clear: both;
    }

    .inputs label {
        display: block;
        width: 100%;
        margin: 0 0 10px;
        text-align: center;
        font-size: 14px;
        color: #444;
    }

    .inputs input[type="text"],
    .inputs input[type="password"],
    .inputs select,
    .inputs textarea {
        display: inline-block;
        width: 400px;
        max-width: 100%;
        min-width: 100%;
        background-color: #fff;
    }

    .inputs.custom-attributes {
        white-space: normal;
    }

    .inputs .option-list {
        display: inline-block;
        max-width: 95%;
        vertical-align: middle;
    }

        .inputs .option-list li {
            display: inline-block;
            margin: 5px;
            border: 1px solid #ddd;
            background-color: #fff;
            padding: 8px 10px;
        }

        .inputs .option-list label {
            display: inline-block;
            width: auto !important;
            margin: 0 0 0 5px;
        }

    .inputs.reversed {
        margin: 0 0 20px;
        text-align: center;
    }

.required {
    margin: 0 -8px 0 3px;
    /*siblings offset*/
    vertical-align: top;
    font-size: 20px;
    font-weight: normal;
    color: #e4434b;
}

.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error,
.password-error {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #e4434b;
    margin-top: 5px;
}

.field-validation-valid,
.username-available-status {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #4cb17c;
}

.captcha-box {
    text-align: right;
    /*margin-right: 30px;*/
    line-height: 1;
    margin-bottom: 7px;
    /*firefox line-height bug fix*/
}

    .captcha-box > div {
        display: inline-block;
        max-width: 100%;
        /*margin-top: 25px;
        margin-right: -30px;*/
    }

    .captcha-box input {
        height: auto;
    }
/*********** GLOBAL TABLES ***********/

table {
    width: 100%;
    border-collapse: collapse;
}

.table-wrapper {
    overflow-x: auto;
}

.cart th,
.data-table th,
.forum-table th {
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: #ddd;
    background-color: #f6f6f6;
    padding: 10px;
    white-space: nowrap;
    font-weight: normal;
}

.cart td,
.data-table td,
.forum-table td {
    min-width: 50px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent #ddd #ddd;
    background-color: #fff;
    padding: 5px;
    color: #444;
}

.forum-table td {
    min-width: 90px;
}

.cart a,
.data-table a,
.forum-table a {
    font-weight: normal;
}

    .cart a:hover,
    .data-table a:hover,
    .forum-table a:hover {
        text-decoration: underline;
    }

.cart .product,
.data-table .product,
.data-table .message,
.data-table .info,
.data-table .name,
.forum-table .forum-details,
.forum-table .topic-details {
    min-width: 225px;
    text-align: right;
}

    .cart .product a,
    .data-table .product a,
    .data-table .info a {
        font-weight: bold;
        color: #444;
    }

        .cart .product a:hover,
        .data-table .product a:hover,
        .data-table .info a:hover {
            color: #4ab2f1;
            text-decoration: none;
        }

    .cart .product .edit-item {
        margin: 10px 0 0;
    }

        .cart .product .edit-item a {
            font-weight: normal;
            color: #4ab2f1;
        }

            .cart .product .edit-item a:hover {
                text-decoration: underline;
            }

.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order {
    text-align: center;
}

.cart td.unit-price,
.data-table td.unit-price {
    white-space: nowrap;
}

.cart td.quantity input {
    width: 50px;
    text-align: center;
}

.cart td.subtotal,
.data-table td.total {
    white-space: nowrap;
    color: #444;
}

    .cart td.subtotal .discount {
        font-style: italic;
        color: #4ab2f1;
    }

.data-table em a {
    font-weight: bold;
    color: #444;
}

.data-table div.download {
    margin: 10px 0 0;
}
/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/

.gender {
    display: inline-block;
}

    .gender span {
        display: inline-block;
        margin: 0 5px;
        white-space: nowrap;
    }

        .gender span > * {
            margin: 0 5px;
            line-height: 13px;
        }

.date-of-birth select {
    /*width: 31%;
     max-width: 133px;*/
}

    .date-of-birth select + select {
    }

#check-availability-button {
    margin: 10px 0 0;
    border: none;
    background-color: #888;
    padding: 10px 15px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

    #check-availability-button:hover {
        background-color: #999;
    }

.accept-privacy-policy {
    margin: 0 5px 20px;
    /*text-align: center;*/
    overflow: auto;
}

    .accept-privacy-policy > * {
        display: inline-block;
        line-height: 32px;
    }

    .accept-privacy-policy span {
        color: #4ab2f1;
        cursor: pointer;
    }

.registration-page .button-1,
.registration-result-page .button-1,
.login-page .button-1,
.password-recovery-page .button-1,
.account-page .button-1,
.return-request-page .button-1 {
    min-width: 140px;
    border: none;
    padding: 0px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    width: auto;
}

    .registration-page .button-1:hover,
    .registration-result-page .button-1:hover,
    .login-page .button-1:hover,
    .password-recovery-page .button-1:hover,
    .account-page .button-1:hover,
    .return-request-page .button-1:hover {
    }

.registration-page .message-error,
.login-page .message-error,
.account-page .message-error {
    margin: 0 0 10px;
}

.registration-result-page .result {
    margin: 0 0 10px;
    padding: 30px 0;
    /*text-align: center;*/
    font-size: 16px;
    color: #4cb17c;
}

.login-page .customer-blocks {
    margin: 0 0 30px;
}

.login-page .title {
    margin: 0 0 15px;
    font-size: 20px;
    color: #444;
}

    .login-page .title strong {
        font-weight: normal;
    }

.login-page .new-wrapper {
    margin: 0 0 50px;
}

    .login-page .new-wrapper .text {
        margin: 0 0 30px;
        border-top: 1px solid #e6e6e6;
        background-color: #f9f9f9;
        padding: 30px;
        line-height: 22px;
    }

    .login-page .new-wrapper .topic-block {
        margin: 0;
    }

    .login-page .new-wrapper .topic-block-body strong {
        color: #444;
    }

    .login-page .new-wrapper .button-1 {
        margin: 0 0 5px;
    }

.login-page .returning-wrapper {
    margin: 0;
}

    .login-page .returning-wrapper .form-fields {
        overflow: hidden;
        padding: 30px 15px 0;
    }

    .login-page .returning-wrapper .inputs.reversed {
        white-space: normal;
    }

        .login-page .returning-wrapper .inputs.reversed * {
            width: auto;
        }

        .login-page .returning-wrapper .inputs.reversed a:hover {
            color: #4ab2f1;
        }

.login-page .captcha-box {
    margin: 15px -17px 0px 20px;
}

.login-page .returning-wrapper .buttons {
    background-color: #fff;
    padding: 30px 0;
}
/*** GLOBAL TABLES ***/
/*.cart {
	display: block;
}
.cart colgroup,
.cart thead {
	display: none;
}
.cart tbody {
	display: block;
	overflow: hidden;
}
.cart tr {
	display: block;
	float: right;
	width: 100%;
	margin: 40px 0 0;
	border: 1px solid #ddd;
}
.cart td {
	display: block;
	border: none;
	padding: 10px;
}
.cart td.remove-from-cart {
    margin: 0 0 15px;
	border-bottom: 1px solid #ddd;
	background-color: #eee;
	padding: 10px;
}
.cart td.product-picture {
	border-top: 1px solid #ddd;
	padding: 15px 10px 5px;
}
.cart td.product {
	min-width: 0;
	border-bottom: 1px solid #ddd;
	padding: 5px 10px 15px;
	text-align: center;
}
.cart td.quantity {
	display: inline-block;
	padding: 0 10px;
	vertical-align: middle;
}
.cart td.unit-price,
.cart td.subtotal {
	display: inline-block;
	padding: 20px 10px;
	vertical-align: middle;
}
.cart td label {
	display: inline-block;
}*/

.cart th.remove-from-cart {
}

.cart th.product-picture {
    width: 150px;
}

/********** PRODUCT PAGE **********/

.product-details-page {
    padding: 20px 0 0;
}

.product-essential {
    margin: 0 0 40px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px;
}

    .product-essential:after {
        content: "";
        display: block;
        clear: both;
    }

.gallery {
    margin: 0 auto 50px;
}

    .gallery .picture-wrapper {
        margin: 0 0 10px;
    }

    .gallery .picture {
        position: relative;
        max-width: 100%;
        margin: 0 auto 10px;
        overflow: hidden;
    }

        .gallery .picture:before {
            content: "";
            display: block;
            padding-top: 100%;
        }

        .gallery .picture img,
        .gallery .picture-thumbs img,
        .variant-picture img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            max-width: 100%;
            max-height: 100%;
            margin: auto;
        }

    .gallery .picture-thumbs {
        overflow: hidden;
        font-size: 0;
    }

        .gallery .picture-thumbs a {
            display: inline-block;
            position: relative;
            width: 100px;
            height: 100px;
            margin: 0 5px 10px;
            overflow: hidden;
        }

.overview {
    position: relative;
    margin: 0 0 50px;
}

    .overview .discontinued-product {
        background: #f3f3f3;
        margin: 0 0 20px;
    }

        .overview .discontinued-product h4 {
            display: inline-block;
            font-size: 14px;
            padding: 17px 17px 17px 40px;
            background: url(/Themes/IrsaTheme/Content/images/discontinued-product-icon.png) no-repeat 13px center;
            color: #de444c;
        }

    .overview .product-name {
        margin: 0 0 25px;
        border-bottom: 1px solid #ddd;
        padding: 0 0 10px;
    }

        .overview .product-name h1 {
            font-size: 30px;
            font-weight: normal;
        }

    .overview .short-description {
        margin: 0 0 25px;
        line-height: 22px;
        color: #666;
    }

.product-tags-box {
    margin-top: 10px;
}

.product-no-reviews,
.product-reviews-overview {
    margin: 0 0 2px;
    text-align: center;
    color: #444;
}

    .product-no-reviews a {
        text-decoration: underline;
    }

.product-review-box {
    display: inline-block;
    margin: 0 0 8px;
}

    .product-review-box .rating {
        width: 95px;
        height: 14px;
        background: url(/Themes/IrsaTheme/Content/images/rating1.png) repeat-x;
    }

        .product-review-box .rating div {
            height: 14px;
            background: url(/Themes/IrsaTheme/Content/images/rating2.png) repeat-x;
        }

.product-review-links a {
    display: inline-block;
    text-decoration: underline;
}



.overview .label,
.variant-overview .label {
    display: inline-block;
}

.overview .value,
.variant-overview .value {
    color: #444;
}

    .overview .value a,
    .variant-overview .value a {
        color: #4ab2f1;
    }

        .overview .value a:hover,
        .variant-overview .value a:hover {
            text-decoration: underline;
        }

.overview-buttons {
    margin: 0 0 25px;
    font-size: 0;
}

    .overview-buttons div {
        width: 80%;
        margin: 0 auto 3px;
    }

.overview .button-2,
.variant-overview .button-2 {
    display: block;
    width: 100%;
    border: none;
    background-color: #eaeaea;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 12px 40px 12px 15px;
    text-align: right;
    font-size: 14px;
    /*reset zeroing*/
    color: #666;
}

    .overview .button-2:hover,
    .variant-overview .button-2:hover {
        background-color: #ddd;
    }

.overview .add-to-compare-list-button {
    background-image: url(/Themes/IrsaTheme/Content/images/compare-button.png);
}

.overview .email-a-friend-button {
    background-image: url(/Themes/IrsaTheme/Content/images/email-button.png);
}

.overview .subscribe-button,
.variant-overview .subscribe-button {
    background-image: url(/Themes/IrsaTheme/Content/images/email-button.png);
}

.overview .download-sample-button,
.variant-overview .download-sample-button {
    background-image: url(/Themes/IrsaTheme/Content/images/download-button.png);
}

.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button {
    background-image: url(/Themes/IrsaTheme/Content/images/wishlist-button.png);
}

.overview .manufacturers {
    margin: 0 0 20px;
}

.overview .availability,
.variant-overview .availability {
    margin: 0 0 20px;
    overflow: hidden;
}

    .overview .availability .stock,
    .variant-overview .availability .stock {
        margin: 0 0 10px;
    }

    .overview .availability .back-in-stock-subscription,
    .variant-overview .availability .back-in-stock-subscription {
        display: inline-block;
    }

.back-in-stock-subscription-page .notify-me-button {
    margin: 15px 0 0;
    border: none;
    background-color: #4ab2f1;
    padding: 10px 15px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

    .back-in-stock-subscription-page .notify-me-button:hover {
        background-color: #248ece;
    }

.overview .additional-details,
.variant-overview .additional-details {
    margin: 0 0 20px;
}

    .overview .additional-details div,
    .variant-overview .additional-details div {
        margin: 0 0 8px;
    }

.overview .delivery,
.variant-overview .delivery {
    margin: 25px 0;
    overflow: hidden;
}

.overview .min-qty-notification,
.variant-overview .min-qty-notification {
    margin: 10px 0;
    font-style: italic;
    color: #444;
}

.overview .free-shipping,
.variant-overview .free-shipping {
    display: inline-block;
    margin: 0 0 10px;
    background: url(/Themes/IrsaTheme/Content/images/shipping.png) right center no-repeat;
    padding: 2px 28px 2px 0;
    font-weight: bold;
    color: #444;
}

.overview .download-sample,
.variant-overview .download-sample {
    display: inline-block;
    margin: 0 0 25px;
}

.overview .prices,
.variant-overview .prices {
    margin: 0 0 10px;
    overflow: hidden;
}

    .overview .prices > div,
    .variant-overview .prices > div {
        margin: 0 0 5px;
    }

        .overview .prices > div > span,
        .variant-overview .prices > div > span {
            vertical-align: middle;
        }

.overview .old-product-price,
.variant-overview .old-product-price,
.overview .non-discounted-price,
.variant-overview .non-discounted-price {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
}

.overview .product-price,
.variant-overview .product-price {
    font-size: 20px;
    font-weight: bold;
    color: #444;
}

.overview .tax-shipping-info a,
.variant-overview .tax-shipping-info a {
    color: #4ab2f1;
}

    .overview .tax-shipping-info a:hover,
    .variant-overview .tax-shipping-info a:hover {
        text-decoration: underline;
    }

.customer-entered-price {
    margin: 0 0 20px;
    overflow: hidden;
}

    .customer-entered-price .price-input label {
        display: block;
        margin: 0 0 5px;
        font-weight: bold;
        color: #444;
    }

    .customer-entered-price .price-input input {
        width: 170px;
        text-align: center;
    }

    .customer-entered-price .price-range {
        margin: 5px 0 0;
        color: #777;
    }

.tier-prices {
    margin: 0 0 20px;
}

    .tier-prices .title {
        display: none;
    }

    .tier-prices table td {
        border: 1px solid #ddd;
        padding: 10px;
        color: #444;
    }

    .tier-prices .field-header {
        min-width: 80px;
    }

    .tier-prices .item-price {
        background-color: #f9f9f9;
        font-size: 16px;
        color: #e4434b;
    }

.overview .add-to-cart {
    margin: 0 0 20px;
}

.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
    display: inline-block;
    position: relative;
}

    .overview .add-to-cart-panel > *,
    .variant-overview .add-to-cart-panel > * {
        float: right;
    }

.overview .qty-label,
.variant-overview .qty-label {
    display: none !important;
}

.overview .qty-input,
.variant-overview .qty-input {
    width: 45px;
    height: 43px;
    padding: 0 12px;
    text-align: center;
    font-size: 15px;
    color: #444;
}

.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
    height: 43px;
    border: none;
    background-color: #4ab2f1;
    padding: 0 24px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

    .overview .add-to-cart-button:hover,
    .variant-overview .add-to-cart-button:hover {
        background-color: #248ece;
    }

.product-share-button {
    display: inline-block;
    overflow: hidden;
    padding-top: 10px;
}

.full-description {
    clear: both;
    line-height: 24px;
    text-align: justify;
}

.product-collateral {
    margin: 0 0 10px;
}

    .product-collateral .title {
        margin: 0 0 10px;
        font-size: 18px;
        color: #444;
    }

        .product-collateral .title strong {
            font-weight: normal;
        }

.product-variant-line {
    margin: 0 0 30px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 20px;
}

    .product-variant-line:after {
        content: "";
        display: block;
        clear: both;
    }

.variant-picture {
    position: relative;
    width: 220px;
    height: 220px;
    margin: 0 auto 15px;
    overflow: hidden;
}

.variant-overview {
    width: 100%;
}

    .variant-overview .variant-name {
        margin: 0 0 10px;
        padding: 10px 0;
        font-size: 16px;
        font-weight: bold;
        color: #4ab2f1;
    }

    .variant-overview .variant-description {
        margin: 0 0 15px;
        line-height: 22px;
    }

    .variant-overview .add-to-wishlist {
        margin: 0 0 25px;
    }

    .variant-overview .add-to-wishlist-button {
        display: inline-block;
        width: auto;
    }

    .variant-overview .add-to-cart {
        margin: 0 0 10px;
    }

.product-specs-box {
    margin: 0 0 40px;
}

    .product-specs-box td {
        border: 1px solid #ddd;
        padding: 10px;
    }

.product-tags-list {
    font-size: 0;
}

    .product-tags-list li {
        display: inline-block;
        font-size: 14px;
        /*reset zeroing*/
    }

        .product-tags-list li.separator {
            margin: 0 3px 0 5px;
        }

    .product-tags-list a {
        display: inline-block;
        line-height: 24px;
    }

        .product-tags-list a:hover {
            color: #444;
        }

.required {
    float: right;
    margin: 0 4px 0 3px;
    vertical-align: top;
    font-size: 20px;
    font-weight: normal;
    color: #e4434b;
    display: contents;
    position: absolute;
    margin-top: 18px;
    margin-right: 5px;
    display: inline-block;
}

.attributes {
    margin: 20px 0;
}

    .attributes dl {
        overflow: hidden;
        padding: 0 2px;
        /* fix for Chrome in Mac, the checkboxes get cut off */
    }

    .attributes dt,
    .attribute-label,
    .text-prompt {
        display: inline-block;
        margin: 0 0 5px;
        white-space: nowrap;
        font-weight: bold;
        color: #444;
    }

.text-prompt {
    display: inline-block !important;
}

.attributes dd,
.attribute-data {
    margin: 0 0 10px;
}

.attributes li {
    margin: 8px 0 12px;
}

.attributes select {
    width: auto;
    min-width: 100px;
    max-width: 100%;
}

.attributes .option-list label {
    margin: 0 5px;
}

.attributes .datepicker {
    width: 280px;
    text-align: center;
    color: #444;
}

.color-squares {
    font-size: 0;
}

    .color-squares li {
        display: inline-block;
        margin: 0 5px 5px;
        text-align: center;
    }

    .color-squares .color-container {
        display: block;
        position: relative;
        z-index: 0;
        padding: 1px;
    }

    .color-squares label {
        display: inline-grid;
        margin: 0 !important;
        overflow: hidden;
    }

    .color-squares .color {
        display: block !important;
        width: 32px !important;
        height: 32px !important;
        border: 1px solid #444 !important;
        cursor: pointer;
    }

    .color-squares .selected-value .color-container {
        background-color: #4ab2f1;
    }

    .color-squares li input {
        position: relative;
        z-index: -1;
        margin: -32px 0 0;
    }


/* right widget list */

.right-widget-tabs {
    padding: 0;
    list-style: none;
    width: 100%;
}

    .right-widget-tabs li {
        padding: 0 0 27px 0;
        margin: 24px 0 0 0;
        border-bottom: 1px solid #f1f1f1;
    }

.right-widget .tab-content {
    padding-bottom: 0;
}

.right-widget-thumb a img {
    display: block;
    width: 70px;
    height: 70px;
    float: right;
    border-radius: 3px;
    margin: 3px 0 0 22px;
}

.right-widget-thumb {
    width: 70px;
    margin-left: 10px;
}

.right-widget-text h5 {
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 5px 0;
}

    .right-widget-text h5 a {
        color: #333;
    }

        .right-widget-text h5 a:hover {
            color: #66676b;
        }

.right-widget-text span {
    color: #888;
    font-weight: 500;
    margin: -2px 0 0 0;
    display: block;
}

.right-widget-thumb {
    display: inline-block;
}

    .right-widget-thumb a img {
        width: 100%;
        height: auto;
    }

.right-widget-text {
    display: inline-block;
    width: 99%;
    padding: 0 0 0 5px;
    position: relative;
}

.right-widget-tabs .widget-content {
    display: flex;
}

    .right-widget-tabs .widget-content .widget-text {
        display: table-cell;
        vertical-align: middle;
    }

.right-widget-tabs li {
    padding: 0 0 10px 0;
    margin: 10px 0 0 0;
}

    .right-widget-tabs li:first-child {
        padding: 0 0 5px 0;
        margin: 7px 0 0 0;
    }

    .right-widget-tabs li:last-child {
        border: none;
        padding-bottom: 0;
    }

.right-widget h3 {
    margin-top: 0;
    margin-bottom: 25px;
}
/* Styles Switcher
---------------------------------------------------------------------- */

#style-switcher h3 {
    color: #fff;
    font-size: 13px;
    margin: 10px 0;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
}

#style-switcher {
    background: #333;
    width: 205px;
    position: fixed;
    top: 145px;
    z-index: 9999;
    right: -205px;
    border-radius: 0 0 0 3px;
}

    #style-switcher ul {
        list-style: none;
        padding: 0;
        margin-bottom: 22px;
    }

    #style-switcher div {
        padding: 6px 18px;
    }

    #style-switcher h2 {
        background: #282828;
        color: #fff;
        font-size: 14px;
        line-height: 46px;
        padding: 0 20px 0 0;
        margin-top: 0;
    }

        #style-switcher h2 a {
            background-color: #282828;
            display: block;
            height: 46px;
            position: absolute;
            left: -46px;
            top: 0;
            width: 46px;
            border-radius: 3px 0 0 3px;
            font-size: 22px;
            color: #fff;
            text-align: center;
        }

            #style-switcher h2 a i {
                position: relative;
                top: 2px;
            }

.colors {
    list-style: none;
    margin: 0 0 10px 0px;
    overflow: hidden;
}

    .colors li {
        float: right;
        margin: 4px 2px 0 2px;
    }

        .colors li a {
            display: block;
            width: 17px;
            height: 17px;
            cursor: pointer;
        }

div.layout-style {
    padding: 0 !important;
}

.layout-style select {
    width: 164px;
    padding: 7px;
    color: #aaa;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    margin: 2px 0px 25px 0;
    background-color: #505050;
    border: 0;
    min-height: auto;
}

.green,
.green-bg {
    background: #44b272;
}

.blue,
.blue-bg {
    background: #274abb;
}

.orange,
.orange-bg {
    background: #fa5b0f;
}

.navy,
.navy-bg {
    background: #495d7f;
}

.yellow,
.yellow-bg {
    background: #ffb400;
}

.peach,
.peach-bg {
    background: #fcab55;
}

.red,
.red-bg {
    background: #dd3737;
}

.beige,
.beige-bg {
    background: #bfa980;
}

.pink,
.pink-bg {
    background: #d64391;
}

.cyan,
.cyan-bg {
    background: #37b6bd;
}

.celadon,
.celadon-bg {
    background: #74aea1;
}

.brown,
.brown-bg {
    background: #784e3d;
}

.cherry,
.cherry-bg {
    background: #911938;
}

.gray,
.gray-bg {
    background: #555;
}

.purple,
.purple-bg {
    background: #917ae9;
}

.olive,
.olive-bg {
    background: #b3c211;
}
/*	.bg1 { background-image: url(/Themes/IrsaTheme/Content/images/bg/squared_metal.png); }
	.bg2 { background-image: url(/Themes/IrsaTheme/Content/images/bg/retina_wood.png); }
	.bg3 { background-image: url(/Themes/IrsaTheme/Content/images/bg/brushed_alu.png); }
	.bg4 { background-image: url(/Themes/IrsaTheme/Content/images/bg/crisp_paper_ruffles.png); }
	.bg5 { background-image: url(/Themes/IrsaTheme/Content/images/bg/navy_blue.png); }
	.bg6 { background-image: url(/Themes/IrsaTheme/Content/images/bg/bedge_grunge.png); }
	.bg7 { background-image: url(/Themes/IrsaTheme/Content/images/bg/diamond_upholstery.png); }
	.bg8 { background-image: url(/Themes/IrsaTheme/Content/images/bg/shattered.png); }
	.bg9 { background-image: url(/Themes/IrsaTheme/Content/images/bg/light_toast.png); }
	.bg10 { background-image: url(/Themes/IrsaTheme/Content/images/bg/noise_pattern_with_crosslines.png); }
	.bg11 { background-image: url(/Themes/IrsaTheme/Content/images/bg/purty_wood.png); }
	.bg12 { background-image: url(/Themes/IrsaTheme/Content/images/bg/subtle_stripes.png); }
	.bg13 { background-image: url(/Themes/IrsaTheme/Content/images/bg/textured_stripes.png); }
	.bg14 { background-image: url(/Themes/IrsaTheme/Content/images/bg/tileable_wood_texture.png); }
	.bg15 { background-image: url(/Themes/IrsaTheme/Content/images/bg/stardust.png); }
	.bg16 { background-image: url(/Themes/IrsaTheme/Content/images/bg/vichy.png); }*/

.colors li a.active {
    box-shadow: 0 0 0 2px #fff inset;
}

.colors li a {
    border-radius: 3px;
}

#reset {
    margin: -5px 0px 15px 0;
}

    #reset a.button {
        padding: 7px 14px;
        font-weight: 700;
        font-size: 13px;
    }

        #reset a.button:hover {
            color: #333;
            background-color: #fff;
        }



.thumb-popup-link {
    width: 224px !important;
    height: 231px !important;
}


/********** SHOPPING CART **********/

.order-progress {
    margin: 0 0 50px;
    background-color: #f6f6f6;
    padding: 15px 0;
    text-align: center;
}

    .order-progress ul {
        font-size: 0;
    }

    .order-progress li {
        display: inline-block;
        margin: 10px;
    }

    .order-progress a {
        display: block;
        min-width: 70px;
        font-size: 14px;
        /*reset zeroing*/
        color: #444;
    }

        .order-progress a:before {
            content: "";
            display: block;
            width: 40px;
            height: 40px;
            margin: 0 auto 15px;
            border: 1px solid #bbb;
            background: #fff url(/Themes/IrsaTheme/Content/images/pointer.png) center no-repeat;
        }

    .order-progress li.active-step a {
        cursor: pointer;
    }

    .order-progress li.inactive-step a {
        opacity: 0.3;
        cursor: default;
    }

.shopping-cart-page .page-title {
    margin: 0 0 -1px;
    padding: 10px;
}

.shopping-cart-page .message-error {
    margin: 20px 0;
}

.shopping-cart-page td .message-error {
    margin: 10px 0 0;
    text-align: left;
}

.shopping-cart-page .checkout-attributes a {
    color: #4ab3f1;
}

    .shopping-cart-page .checkout-attributes a:hover {
        text-decoration: underline;
    }

.shopping-cart-page .tax-shipping-info {
    margin: 20px 0;
    text-align: center;
}

    .shopping-cart-page .tax-shipping-info a {
        color: #4ab3f1;
    }

        .shopping-cart-page .tax-shipping-info a:hover {
            text-decoration: underline;
        }

.shopping-cart-page .common-buttons {
    margin: 0 0 60px;
    padding: 20px;
    font-size: 0;
}

    .shopping-cart-page .common-buttons input {
        display: inline-block;
        min-width: 180px;
        margin: 5px;
        border: none;
        padding: 0px 20px;
        font-size: 15px;
        color: #fff;
    }

        .shopping-cart-page .common-buttons input:hover {
        }

        .shopping-cart-page .common-buttons input:first-child {
        }

            .shopping-cart-page .common-buttons input:first-child:hover {
            }

.checkout-attributes {
    margin: -30px 0 30px;
    color: #444;
}

    .checkout-attributes dt {
        margin: 0 0 5px;
        font-weight: bold;
    }

    .checkout-attributes dd {
        margin: 0 0 20px;
    }

    .checkout-attributes input[type="text"],
    .checkout-attributes select {
        min-width: 200px;
    }

    .checkout-attributes ul {
        font-size: 0;
    }

    .checkout-attributes li {
        display: inline-block;
        margin: 5px;
        border: 1px solid #ddd;
        background-color: #fff;
        padding: 8px 10px;
        font-size: 14px;
        /*reset zeroing*/
    }

    .checkout-attributes .color-squares li {
        border: none;
        padding: 0;
        line-height: 0;
    }

    .checkout-attributes li label {
        display: inline-block;
        margin: 0 0 0 5px;
    }

.selected-checkout-attributes {
    margin: 30px 0;
    color: #444;
}

    .selected-checkout-attributes br {
        content: "";
        display: block;
        margin: 3px;
    }

.cart-footer {
    margin: 0 0 50px;
    border-top: 1px solid #ddd;
}

    .cart-footer:after {
        content: "";
        display: block;
        clear: both;
    }

    .cart-footer .totals {
        width: 350px;
        max-width: 100%;
        margin: 0 auto 50px;
        background-color: #f9f9f9;
        padding: 10px;
        color: #444;
    }

    .cart-footer .total-info {
        margin: 0 0 20px;
        border-bottom: 1px solid #ddd;
        padding: 5px 30px 15px;
    }

.cart-total td {
    width: 50%;
    padding: 5px 0;
    text-align: right;
}

    .cart-total td:first-child {
        text-align: right;
    }

.cart-total .giftcard-remaining {
    display: block;
    font-style: italic;
}

.cart-total .order-total {
    font-size: 20px;
}

    .cart-total .order-total strong {
        font-weight: normal;
    }

.cart-total .earn-reward-points {
    font-style: italic;
}

.min-amount-warning {
    margin: 0 0 20px;
    padding: 0 30px;
    color: #e4434b;
}

.terms-of-service {
    margin: 0 0 20px;
    padding: 0 30px;
}

    .terms-of-service label {
        cursor: pointer;
    }

    .terms-of-service a {
        margin: 0 0 0 3px;
    }

.cart-footer .checkout-buttons {
    padding: 0 10px;
}

.cart-footer .checkout-button {
    display: inline-block;
    min-width: 160px;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

    .cart-footer .checkout-button:hover {
    }

.cart-footer .addon-buttons {
    margin: 20px 0 0;
    padding: 0 10px;
}

.cart-collaterals {
    width: 350px;
    max-width: 100%;
    margin: 0 auto 50px;
    padding: 25px 0 0;
}

    .cart-collaterals > div {
        max-width: 400px;
        margin: 0 0 50px;
    }

    .cart-collaterals .button-2 {
        display: inline-block;
        border: none;
        padding: 0px 15px;
        color: #fff;
        text-transform: uppercase;
    }

        .cart-collaterals .button-2:hover {
        }

    .cart-collaterals .title {
        margin: 0 0 5px;
        font-size: 18px;
        color: #444;
    }

        .cart-collaterals .title strong {
            font-weight: normal;
        }

    .cart-collaterals .hint {
        margin: 0 0 10px;
    }

    .cart-collaterals .deals > div {
        margin: 0 0 20px;
    }

    .cart-collaterals .coupon-code {
        overflow: hidden;
    }

        .cart-collaterals .coupon-code input[type="text"] {
            float: right;
            width: 58%;
            height: 36px;
            /*safari padding fix*/
            margin: 0 0 0 -1px;
        }

        .cart-collaterals .coupon-code input[type="submit"] {
            float: right;
            width: 40%;
            height: 36px;
            line-height: 36px;
            padding: 0;
        }

    .cart-collaterals .message-failure {
        margin: 5px 0 0;
        font-size: 12px;
        color: #e4434b;
    }

    .cart-collaterals .message-success {
        margin: 5px 0 0;
        font-size: 12px;
        color: #4cb17c;
    }

    .cart-collaterals .current-code {
        margin: 5px 0 0;
        color: #4cb17c;
    }

.remove-discount-button,
.remove-gift-card-button {
    width: 16px;
    height: 16px;
    border: 1px solid #999;
    background: #fff url(/Themes/IrsaTheme/Content/images/close.png) center no-repeat;
    cursor: pointer;
}

.cart-collaterals .shipping select {
    height: 36px;
}

.cart-collaterals .shipping-results {
    margin: 30px 0 0;
}

    .cart-collaterals .shipping-results li {
        margin: 20px 0;
    }

        .cart-collaterals .shipping-results li strong {
            display: block;
            margin: 0 0 5px;
            color: #444;
        }

.shopping-cart-page .no-data {
    margin: 25px 0 0;
}

.wishlist-page .share-info {
    text-align: center;
}

.ltr {
    direction: ltr;
    font-family: Helvetica, Arial, sans-serif;
}



.page {
    text-align: right;
}

.page-title a + h1 {
    float: right;
}

.item-box {
    position: relative;
    width: 100%;
    float: right;
    margin: 0 0 50px;
    text-align: right;
}

.center-1 .page-title,
.center-1 .title {
    text-align: right;
    display: inline-block;
}

.home-page-polls {
    background-color: #fff;
    margin-top: 40px;
    text-align: center;
}



    .home-page-polls .title strong {
        font-weight: normal;
    }

    .home-page-polls li {
        display: inline-block;
        margin: 10px;
    }

    .home-page-polls li {
        min-width: 100px;
    }


    .home-page-polls .title strong {
        font-weight: normal;
    }

    .home-page-polls li {
        display: inline-block;
        margin: 10px;
    }

.poll .buttons input {
    line-height: 0px;
    width: 76px;
    height: 35px;
    padding-top: 1px;
    border: none;
    background-color: #aaa;
    padding: 10px 20px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
}

.home-page-polls .title {
    border-bottom: 1px solid #ddd;
    color: #444;
    font-size: 30px;
    font-weight: normal;
    margin: 0 0 30px 20px;
    padding: 0 0 15px;
}

.block-category-navigation .list a:before, .block-manufacturer-navigation .list a:before {
    font-family: "FontAwesome";
    font-size: 20px;
    content: "\f104";
    right: 0;
    top: -2px;
    padding: 0 0 0 7px;
    color: #ccc;
    float: right;
}

.block .list a {
    color: #444;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .block .list a:hover {
        padding-right: 5px;
    }

    .block .list a.product-picture:hover {
        padding-right: 0;
    }

.block a.product-picture + a.product-name:hover {
    padding-right: 0;
}

.radioboxes {
    display: inline-flex;
}

.product-viewmode {
    text-align: left;
}

.admin-header-links {
    /*background-color: #333;*/
    text-align: right;
    color: #eee;
}



.flyout-cart {
    display: none;
}

.flyout-cart {
    position: absolute;
    top: 49px;
    right: 100px;
    z-index: 1000;
    width: 300px;
    box-shadow: 0 0 2px rgba(0,0,0,0.25);
    background-color: #fff; /*padding-right: 10px;*/
}

    .flyout-cart.active {
        display: block;
    }



#logo.novisible {
    display: none;
}

#header.cloned.sticky #logo.novisible {
    display: block;
}


.ui-autocomplete {
    /*width: 285px!important;*/
    border: 1px solid #ddd;
    border-top: none;
    overflow: hidden;
    background-color: #fff;
    border-radius: 0;
    padding: 0;
    font: normal 14px Arial,Helvetica,sans-serif;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 4px;
}

.ui-widget-content {
    border: 1px solid #aaa;
    background: #fff url(/Content/jquery-ui-themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222;
}

.ui-helper-hidden-accessible {
    display: none !important;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


.search-box input.search-box-text {
    float: left;
    /*width: 200px;*/
    height: 36px;
    margin: 0 -1px 0 0;
}

/*

input, textarea, select {
    font-size: 14px;
    
    color: #777;
}*/

.ui-widget-content {
    border: 1px solid #aaa;
    background: #fff url(/Content/jquery-ui-themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #222;
}

.ui-widget {
    /*font-family: Verdana,Arial,sans-serif;*/
    font-size: 1.1em;
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: none;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    text-align: right;
}

.ui-front {
    z-index: 1000;
}

ol, ul {
    /*display: inline-block;*/
    list-style: none;
}

.group.product-spec-group {
    vertical-align: top;
    margin-right: 5px;
}

    .group.product-spec-group .item {
        list-style: circle;
        white-space: nowrap;
        margin: 0 25px;
    }

.ui-autocomplete li:first-child {
    border-top: none;
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-image: url(/Content/jquery-ui-themes/smoothness/data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.ui-autocomplete li {
    border-top: 1px solid #ddd;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0;
    outline: none;
    padding: 0;
    text-decoration: none;
}

user agent stylesheet li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 2px .4em;
    line-height: 1.5;
    min-height: 0;
    font-weight: normal;
    font-family: fa, Tahoma, Arial, sans-serif;
}

.fonts-loaded .ui-menu .ui-menu-item a {
    font-family: "fa", "yekan", "B Koodak", Helvetica, Arial, sans-serif;
}

.spliterLine {
    border-bottom: 1px solid #ddd !Important;
    /* padding-bottom: 5px !Important; */
    margin-bottom: 5px !Important;
}

.search-box .ui-autocomplete-loading {
    background: #fff url(/Themes/IrsaTheme/Content/images/ajax-loader-small.gif) right center no-repeat;
}

.ui-autocomplete a {
    display: block;
    padding: 15px;
    font-size: 14px;
    margin: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: none !important;
    padding: 8px !important;
    line-height: normal !important;
    color: #777 !important;
}

    .ui-autocomplete a:hover,
    .ui-autocomplete a.ui-state-focus {
        background-color: #f6f6f6 !important;
    }

.ui-menu-item:hover {
    background-color: #f6f6f6 !important;
}

.ui-autocomplete img {
    display: none;
    min-width: 20px;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

.topic-block {
    margin: 0 0 25px;
}

.topic-block-title {
    min-height: 50px;
    margin: 0 0 25px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 15px;
}

    .topic-block-title h2 {
        font-size: 30px;
        font-weight: normal;
    }

.topic-block-body {
    text-align: justify;
    line-height: 24px;
    font-size: 16px;
}

.topic-block-body {
    text-align: justify;
    line-height: 24px;
    font-size: 16px;
}

.login-page .new-wrapper .topic-block-body strong {
    color: #444;
}

.center-1 .topic-block-title {
    text-align: center;
}

.topic-page p {
    text-align: justify;
}

.mini-shopping-cart {
    padding: 12px;
    text-align: left;
    font-size: 12px;
}

    .mini-shopping-cart .count {
        padding: 5px 0 15px;
        color: #444;
    }

        .mini-shopping-cart .count a {
            margin: 0 2px;
            font-weight: bold;
            color: #444;
        }

    .mini-shopping-cart .items {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        margin: 0 0 20px;
    }

    .mini-shopping-cart .item {
        overflow: hidden;
        padding: 10px 0;
    }

    .mini-shopping-cart .picture {
        float: left;
        width: 70px;
        text-align: center;
    }

        .mini-shopping-cart .picture a {
            display: block;
            position: relative;
            overflow: hidden;
        }

            .mini-shopping-cart .picture a:before {
                content: "";
                display: block;
                padding-top: 100%;
            }

        .mini-shopping-cart .picture img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            max-width: 100%;
        }

        .mini-shopping-cart .picture + .product {
            margin: 0 0 0 80px;
        }

    .mini-shopping-cart .name {
        margin: 0 0 10px;
        font-size: 14px;
    }

        .mini-shopping-cart .name a:hover {
            color: #248ece;
        }

    .mini-shopping-cart .attributes {
        margin: 5px 0;
        color: #444;
    }

    .mini-shopping-cart .totals {
        margin: 0 0 12px;
        font-size: 14px;
    }

        .mini-shopping-cart .totals strong {
            font-size: 16px;
            color: #444;
        }

    .mini-shopping-cart .buttons {
        margin: 0 0 5px;
    }

    .mini-shopping-cart input[type="button"] {
        display: inline-block;
        border: none;
        padding: 0px 20px;
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
    }

.product {
    background-color: #fff;
    padding: 12px 0;
}

.product-grid,
.product-list {
    margin: 0 0 50px;
}

    .product-grid .title {
        margin: 0 0 30px;
        border-bottom: 1px solid #ddd;
        padding: 0 0 15px;
        font-size: 30px;
        font-weight: normal;
        color: #444;
    }

        .product-grid .title strong {
            font-weight: normal;
        }

.item-box .product-rating-box, .listing-item .product-rating-box {
    margin: 0 0 15px;
}

.item-box .prices {
    height: 40px;
}

.item-box .product-title {
    min-height: 42px;
    margin: 0 0 5px;
}

.home-page-category-grid {
    margin-bottom: 40px;
}

.sub-category-item .picture img {
    width: 100%;
}

.item-box .picture {
    z-index: 1;
    overflow: hidden;
    background-color: #fff;
    margin: 0 0 20px;
}

    .item-box .picture a {
        display: block;
        position: relative;
    }

        .item-box .picture a:before {
            content: "";
            display: block;
            padding-top: 100%;
        }

        .item-box .picture a img {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            /*max-width: 100%;
	max-height: 100%;*/
            margin: auto;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            -webkit-transform: translateZ(0) scale(1.0, 1.0);
        }

.item-box:hover .picture a img {
    opacity: 0.85;
}

.item-box .details {
    padding: 0 10px;
}

.item-box .product-title {
    margin: 0 0 10px;
    overflow: hidden;
    font-size: 17px;
    line-height: 1.2;
    font-weight: normal;
    color: #4ab2f1;
}

    .item-box .product-title a {
        display: block;
    }

        .item-box .product-title a:hover {
            color: #248ece;
        }

.item-box .product-rating-box, .listing-item .product-rating-box {
    /*display: inline-block;*/
    margin: 0 0 10px;
}

.item-box .rating, .listing-item .rating {
    background: url(/Themes/IrsaTheme/Content/images/rating1.png) repeat-x;
    width: 95px;
    height: 14px;
}

    .item-box .rating div, .listing-item .rating div {
        background: url(/Themes/IrsaTheme/Content/images/rating2.png) repeat-x;
        height: 14px;
    }

.item-box .description {
    display: none;
}

    .item-box .description a {
        display: block;
        overflow: hidden;
    }

.item-box .prices {
    /*margin: 0 0 10px;*/
    overflow: hidden;
}

.old-price {
    margin: 0 0 0 5px;
    font-size: 16px;
    color: #aaa;
    text-decoration: line-through;
}

.item-box .actual-price {
    margin: 0 0 0 5px;
    font-size: 16px;
    color: #666;
}

.item-box .tax-shipping-info a {
    color: #4ab2f1;
}

    .item-box .tax-shipping-info a:hover {
        text-decoration: underline;
    }

.item-box .buttons {
    margin: 0;
    font-size: 0;
}

.item-box .buttons {
    text-align: right;
}

.item-box input[type="button"], .listing-item input[type="button"] {
    display: inline-block;
    height: 40px;
    border: none;
    vertical-align: middle;
    padding: 0px;
    margin-left: 0px;
}

.item-box .product-box-add-to-cart-button, .listing-item .product-box-add-to-cart-button {
    border-left: 1px solid #fff !important;
    width: 60%;
    background-color: #274abb;
    line-height: none !important;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

    .item-box .product-box-add-to-cart-button:hover, .listing-item .product-box-add-to-cart-button:hover {
        background-color: #248ece;
    }

.item-box .add-to-compare-list-button,
.item-box .add-to-wishlist-button, .listing-item .add-to-compare-list-button,
.listing-item .add-to-wishlist-button {
    width: 20%;
    border-left: 1px solid #fff !important;
    background-color: #eaeaea;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
}

.item-box .add-to-compare-list-button, .listing-item .add-to-compare-list-button {
    background-image: url(/Themes/IrsaTheme/Content/images/compare-button.png);
}

.item-box .add-to-wishlist-button, .listing-item .add-to-wishlist-button {
    background-image: url(/Themes/IrsaTheme/Content/images/wishlist-button.png);
}

    .item-box .add-to-compare-list-button:hover,
    .item-box .add-to-wishlist-button:hover, .listing-item .add-to-compare-list-button:hover,
    .listing-item .add-to-wishlist-button:hover {
        background-color: #ddd;
    }

.listing-item input[type="button"] {
    float: right !important;
}

.listing-item .buttons {
    width: 40% !important;
    margin-right: 5px;
    margin-top: 0px !important;
}

.product-list .item-box .picture {
    float: right;
    /*width: 220px;*/
}

.product-list .item-box:hover .picture a img {
    opacity: 1;
}

.product-list .item-box .picture:hover a img {
    opacity: 0.85;
}

.product-list .item-box .picture + .details {
    margin: 0 240px 0 0;
}

.product-list .item-box .product-item:after {
    content: "";
    display: block;
}

.product-grid,
.product-list {
    margin: 0 0 5px;
}

    .product-grid .title {
        margin: 0 0 30px;
        border-bottom: 1px solid #ddd;
        padding: 0 0 15px;
        font-size: 30px;
        font-weight: normal;
        color: #444;
        width: 100%;
    }

        .product-grid .title strong {
            font-weight: normal;
        }

.item-grid:after {
    content: "";
    display: block;
}

.news-list-homepage .view-all {
    padding-top: 15px;
    text-align: center;
}

.news-list-homepage .view-all {
    text-align: center;
}

    .news-list-homepage .view-all a {
        color: #444;
        text-decoration: underline;
    }

        .news-list-homepage .view-all a:hover {
            color: #4ab2f1;
        }


.item-box .buttons {
    margin: 0 0 30px;
}

.poll strong {
    display: block;
    margin: 10px 0;
    background-color: #f6f6f6;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: normal;
    color: #444;
    text-transform: uppercase;
}

input[type=radio] {
    height: 13px;
    width: auto;
    display: inline-block;
}

.block {
    padding: 7px 12px;
    outline: none;
    font-size: 15px;
    color: #808080;
    margin: 0 0 16px 0;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    display: block;
    background-color: #fcfcfc;
    font-weight: 500;
    border: 1px solid #e0e0e0;
    opacity: 1;
    border-radius: 3px;
}

    .block .sublist {
        margin: 30px 0 5px;
        margin-right: -30%;
    }

    .block .list li {
        display: flex;
    }

    .block .view-all {
        text-align: center;
    }

        .block .view-all a {
            display: inline-block;
            font-size: 16px;
        }

            .block .view-all a:hover {
                text-decoration: underline;
            }


    .block a.product-picture + a.product-name {
        width: 70%;
        direction: rtl;
        margin-right: 5px;
    }

        .block a.product-picture + a.product-name:before {
            display: none;
        }


.last {
    margin-bottom: 5px;
    display: flex;
}

.block .tags li, .product-tags-all-page li {
    display: inline-block;
    position: relative;
    margin: 0 10px;
    overflow: hidden;
    font-size: 17px !important;
}

/*-------------------*/


.page {
    min-height: 200px;
    padding-top: 0;
}

.page-title {
    min-height: 50px;
    margin: 0 0 10px;
    /*border-bottom: 1px solid #ddd;*/
    padding: 6px 10px;
}

    .page-title h1 {
        font-size: 20px;
        line-height: 1.5em;
        text-align: justify;
        font-weight: normal;
    }

    .page:after,
    .page-title:after,
    .page-body:after {
        content: "";
        display: block;
        clear: both;
    }


.search-page .page-title {
    margin: 0 0 -1px;
}

.blog-page .page-title,
.news-list-page .page-title {
    margin: 0;
}

.forum-edit-page .page-title,
.move-topic-page .page-title,
.private-message-send-page .page-title {
    margin: 0 0 -1px;
}

.page-title a + h1 {
    float: right;
}

.search-page .page-title {
    margin: 0 0 -1px;
}

.search-input .fieldset {
    margin: 0 0 30px;
}

.search-input .form-fields {
    padding: 30px 15px 10px;
}

.search-input input + label {
    display: inline;
    margin: 0 5px 0 0;
}

.advanced-search {
    margin: 30px 0 0;
}

    .advanced-search .price-range {
        display: inline-block;
    }

        .advanced-search .price-range input {
            width: 80px;
            margin: 3px;
        }

.search-input .buttons {
    text-align: center;
}

.search-input .button-1 {
    line-height: 0px;
    min-width: 140px;
    border: none;
    /*background-color: #4ab2f1;*/
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

    .search-input .button-1:hover {
        background-color: #248ece;
    }

.search-results {
    margin: 30px 0 0;
}

    .search-results .warning,
    .search-results .no-result {
        margin: 10px 0;
        color: #e4434b;
    }

.sitemap-page .description {
    margin: 0 0 30px;
    text-align: center;
}

.sitemap-page .entity {
    margin: 0 0 30px;
}

.sitemap-page .entity-title {
    margin: 0 0 15px;
    padding: 0 10px;
    text-align: center;
}

    .sitemap-page .entity-title h2 {
        font-size: 20px;
        font-weight: normal;
        color: #444;
    }

.sitemap-page .entity-body {
    border-top: 1px solid #e6e6e6;
    background-color: #f9f9f9;
    padding: 30px 15px;
    text-align: center;
}

.sitemap-page ul {
    font-size: 0;
}

.sitemap-page li {
    display: inline-block;
    position: relative;
    margin: 0 8px;
    padding: 0 12px;
    line-height: 50px;
    font-size: 14px; /*reset zeroing*/
}

    .sitemap-page li:before {
        content: "";
        position: absolute;
        top: 23px;
        right: 0;
        width: 5px;
        height: 5px;
        background-color: #ddd;
    }



.sitemap-page a:empty {
    display: none;
}

.fieldset, .section {
    position: relative;
    margin: 0 0 40px;
}

    .fieldset .title,
    .section .title {
        margin: 0 0 15px;
        padding: 0 10px;
        font-size: 20px;
        color: #444;
    }

        .fieldset .title strong,
        .section .title strong {
            font-weight: normal;
        }

.form-fields {
    position: relative;
    border-top: 1px solid #e6e6e6;
    background-color: #f9f9f9;
    padding: 30px 15px;
}

.login-page .returning-wrapper .form-fields {
    overflow: hidden;
    padding: 30px 15px 0;
}

.new-comment .form-fields {
    margin: 0 0 20px;
}

#adv, #isc, #sid {
    height: 15px;
    width: 15px;
}

/*#cid, #mid, #pccid, #pccrid, #pstid, #ptid,*/
.search-text, .price-range {
    display: inline !important;
    width: 500px !important;
    max-width: 100% !important;
    /*background-color: #fff;*/
}

.inputs {
    text-align: center;
}


    .inputs.reversed {
        margin: 0 0 20px;
        text-align: center;
    }

.advanced-search {
    margin-right: 114px;
}

.advanced-search {
    margin: 30px 0 0;
}

    .advanced-search .price-range { /*margin-right: 114px;*/
        display: inline-block;
    }

        .advanced-search .price-range input {
            width: 80px;
            margin: 3px;
        }

.price-range input {
    display: inline-block;
}

.divprice {
    width: 500px;
    display: inline-block;
    max-width: 100%;
}


.footer {
    background-color: #eee;
    text-align: center;
}

.footer-upper {
    width: 95%;
    margin: auto;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    padding: 40px 0;
    font-size: 0;
}

.footer-block {
    width: 95%;
    margin: 1px auto;
    text-align: right;
    font-size: 14px; /*reset zeroing*/
}

    .footer-block .title {
        margin: 0 0 1px;
        background: #4ab2f1 url(/Themes/IrsaTheme/Content/images/toggle-white.png) left center no-repeat;
        padding: 10px 15px;
        font-size: 20px;
        color: #fff;
        cursor: pointer;
    }

        .footer-block .title strong {
            font-weight: normal;
        }

    .footer-block .list {
        display: none;
        margin: 0 0 20px;
        background-color: #fff;
        padding: 10px 15px;
        width: 100%;
    }

        .footer-block .list li:before {
            font-family: "FontAwesome";
            font-size: 20px;
            float: right;
            content: "\f104";
            padding: 0px 5px 0 0px;
        }

        .footer-block .list a {
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            display: block;
            padding: 10px 9px;
            line-height: 20px;
        }

            .footer-block .list a:hover {
                padding-right: 15px;
            }

.follow-us {
    margin: 30px auto 0;
}

    .follow-us .title {
        margin: 0 0 10px;
        background: none;
        color: #444;
        cursor: auto;
    }

    .follow-us .social ul {
        margin: 0 0 30px;
        border-bottom: 1px solid #ddd;
        padding: 0 0 33px;
        font-size: 0;
        width: 100%;
        text-align: center;
    }

    .follow-us .social li {
        display: inline-block;
        display: -ms-inline-grid;
        margin: 0 5px;
    }

    .follow-us .social a {
        display: block;
        width: 38px;
        height: 38px;
        background: url(/Themes/IrsaTheme/Content/images/social-sprite.png) no-repeat;
        font-size: 0;
    }

    .follow-us .social .facebook a {
        background-position: 0 0;
    }

    .follow-us .social .twitter a {
        background-position: -38px 0;
    }

    .follow-us .social .rss a {
        background-position: -76px 0;
    }

    .follow-us .social .youtube a {
        background-position: -114px 0;
    }

    .follow-us .social .github-social a {
        background-position: -153px 0;
    }

    .follow-us .social .aparat a {
        background-position: -194px 0;
    }

    .follow-us .social .linkedin-social a {
        background-position: -232px 0;
    }

    .follow-us .social .instagram a {
        background-position: -271px 0;
    }

    .follow-us .social .telegram a {
        background-position: -309px 0;
    }

.newsletter-email {
    display: inline-block;
    overflow: hidden;
    width: 100%;
}

    .newsletter-email input[type="text"] {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        float: left;
        text-align: left;
        /*width: 180px;*/
        width: 75%;
        height: 36px;
        margin: 0 0 0 -1px;
    }

.newsletter-subscribe-button {
    width: 25%;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    float: left;
    height: 35px;
    border: none;
    /*background-color: #4ab2f1;*/
    padding: 0 15px !important;
    line-height: normal !important;
    text-align: center;
    margin-left: 0px !important;
    color: #fff;
    text-transform: uppercase;
}

    .newsletter-subscribe-button:hover {
        background-color: #248ece;
    }

.newsletter-email .options {
    clear: both;
    padding: 10px 0 0;
}

.newsletter-validation,
.newsletter-result {
    width: 100%;
    overflow: hidden;
    line-height: 28px;
}

.footer-lower {
    width: 95%;
    margin: auto;
    overflow: hidden;
    padding: 25px 0;
    font-size: 12px;
}

.footer-tax-shipping a {
    font-weight: bold;
    color: #4ab2f1;
}

    .footer-tax-shipping a:hover {
        text-decoration: underline;
    }

.footer-powered-by {
    margin: 10px 0 0;
}

    .footer-powered-by a {
        font-weight: bold;
    }

        .footer-powered-by a:hover {
            text-decoration: underline;
        }

.theme-selector {
    margin: 10px 0 0;
}

    .theme-selector select {
        width: 170px;
    }

.product-selectors span {
    position: relative;
    top: 5px;
}

.single-line {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    font-size: 22px;
}

.single-line-company {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.pager {
    margin: 10px 0 20px;
}
    /*.pager {
    min-height: 200px;
    text-align: center;
}*/
    .pager li {
        display: inline-block;
        margin: 0 5px;
        vertical-align: top;
    }

    .pager ul {
        text-align: right;
        font-size: 0;
    }

    .pager li a, .pager li span {
        display: block;
        min-width: 40px;
        height: 40px;
        border: 1px solid #ddd;
        background-color: #eee;
        padding: 8px;
        text-align: center;
        font-size: 14px;
        cursor: pointer;
    }

.bar-client-mesage {
    position: relative;
    top: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    padding: 15px 10px 15px 25px;
    line-height: 16px;
    color: #fff;
    opacity: 0.95;
}

    .bar-client-mesage .close {
        position: absolute;
        top: 0;
        left: 0;
        width: 32px;
        height: 32px;
        margin: 7px;
        background: #fff url(/Themes/IrsaTheme/Content/images/close.png) center no-repeat;
        cursor: pointer;
    }

    .bar-client-mesage a {
        color: white;
    }

.bar-notification {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
    width: 100%;
    padding: 15px 10px 15px 25px;
    line-height: 16px;
    color: #fff;
    opacity: 0.95;
}

    .bar-notification.success {
        background-color: #4bb07a;
    }

    .bar-notification.error {
        background-color: #e4444c;
    }

    .bar-notification .content {
        margin: 0 10px 0 10px;
    }

        .bar-notification .content a {
            color: #fff;
            text-decoration: underline;
        }

    .bar-notification .close {
        position: absolute;
        top: 0;
        width: 32px;
        height: 32px;
        margin: 7px;
        background: #fff url(/Themes/IrsaTheme/Content/images/close.png) center no-repeat;
        cursor: pointer;
    }

.breadcrumb {
    margin: 0 0 5px;
    background-color: #f6f6f6;
    padding: 0px 10px;
}

    .breadcrumb ul {
        font-size: 0;
        margin-top: 5px;
        margin-bottom: 5px;
        display: inline-block;
    }

    .breadcrumb li {
        display: inline-block;
    }

        .breadcrumb li * {
            display: inline-block;
            margin: 0 5px;
            font-size: 14px; /*reset zeroing*/
            line-height: 32px;
        }

    .breadcrumb strong {
        font-weight: normal;
    }

    .breadcrumb a:hover {
        color: #4ab2f1;
    }


.manufacturers {
    margin: 0 0 20px;
}

.label {
    display: inline-block;
    margin-top: 0px;
    font-size: 16px;
}

.spnprice, .lblprice {
    float: right;
    display: inline !important;
}

.spnprice {
    margin-right: 5px;
}

.product-price .lblprice {
    margin-right: 7px;
    margin-top: 20px;
}

.add-to-cart {
    margin: 0 0 20px;
}

.add-to-cart-panel,
.variant-overview .add-to-cart-panel {
    display: inline-block;
    position: relative;
}

    .add-to-cart-panel > *,
    .variant-overview .add-to-cart-panel > * {
        float: right;
    }

.qty-label,
.variant-overview .qty-label {
    display: none !important;
}

.qty-input,
.variant-overview .qty-input {
    width: 45px;
    height: 43px;
    padding: 0 12px;
    text-align: center;
    font-size: 15px;
    color: #444;
}

.add-to-cart-button,
.variant-overview .add-to-cart-button {
    height: 40px;
    border: none;
    background-color: #4ab2f1;
    padding: 0 24px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

    .add-to-cart-button:hover,
    .variant-overview .add-to-cart-button:hover {
        background-color: #248ece;
    }

.min-qty-notification {
    margin: 10px 0;
    font-style: italic;
    color: #444;
}

.add-to-cart-panel,
.variant-overview .add-to-cart-panel {
    display: inline-block;
    position: relative;
    vertical-align: top;
}



    .add-to-cart-panel > *,
    .variant-overview .add-to-cart-panel > * {
        float: right;
    }

    .add-to-cart-panel input {
        width: 45px !important;
        height: 48px !important;
        padding: 0 12px !important;
        text-align: center !important;
        font-size: 15px;
    }


    .add-to-cart-panel .button-1 {
        line-height: inherit !important;
        width: auto !important;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }



    .add-to-cart-panel input[type=text] {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

.discontinued-product {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
}

    .discontinued-product h4 {
        display: inline-block;
        font-size: 14px;
        padding: 17px 17px 17px 40px;
        background: url(/Themes/IrsaTheme/Content/images/discontinued-product-icon.png) no-repeat 13px center;
        color: #de444c;
    }

.Language-spoken .tag {
    display: block !important;
}

.owl-item {
    width: 409px;
}

a {
    color: #333;
}

    a:hover {
        text-decoration: none;
    }

.address-list-page .info,
.order-list-page .info {
    width: 100%;
    margin: 0 0 10px;
    border-top: 1px solid #e6e6e6;
    background-color: #f9f9f9;
    padding: 20px;
    line-height: 26px;
    color: #444;
}

    .address-list-page .info .name,
    .order-list-page .info .name {
        font-size: 16px;
        font-weight: bold;
    }

    .address-list-page .info > li > label, .order-list-page .info > li > label {
        display: inline-block;
    }

.address-list-page .button-2, .order-list-page .button-2 {
    height: 45px;
    display: inline-block;
    margin: 0 0 0 5px;
    border: none;
    padding: 0 0 0 0px;
    font-size: 12px;
    color: #444;
    background-color: transparent;
    width: 70px;
}

    .address-list-page .button-2:hover,
    .order-list-page .button-2:hover {
        color: #4ab2f1;
    }

.address-list-page .add-button {
    margin: 0 0 20px;
    text-align: center;
}

.address-list-page .section,
.order-list-page .section,
.return-request-list-page .section {
    display: block;
    width: auto;
    margin: 0 0 40px;
}

.address-list-page .buttons,
.order-list-page .buttons {
    position: absolute;
    top: 5px;
    left: 10px;
}

input[type="button"], input[type="submit"], button, .button-1, .button-2 {
    cursor: pointer;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="text"], input[type="password"], textarea {
    border-radius: 3px;
}

.edit-address-button {
    background: url(/Themes/DefaultClean/Content/images/edit.png) left center no-repeat;
}


.delete-address-button, .cancel-recurring-order-button {
    background: url(/Themes/DefaultClean/Content/images/remove.png) left center no-repeat;
}

.data-table th {
    text-align: right;
}

.newsletter-email .newsletter-subscribe-button {
    height: 36px;
    width: 25%;
}

/********** CHECKOUT **********/



.checkout-page .section {
    margin: 0 0 30px;
}

    .checkout-page .section.order-summary {
        margin: 100px 0 30px;
    }

.checkout-page .cart-options {
    min-height: 60px;
    overflow: hidden;
}

.checkout-page .cart-footer {
    border-top: none;
}

.checkout-page .total-info {
    margin: 0;
    border-bottom: none;
    padding: 5px 20px 10px;
}

.checkout-page .button-1 {
    display: inline-block;
    min-width: 140px;
    border: none;
    padding: 0px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}


.checkout-page .address-item {
    width: 350px;
    max-width: 100%;
    margin: 0 auto 40px;
}

    .checkout-page .address-item ul {
        margin: 0 0 15px;
        background-color: #f9f9f9;
        padding: 20px;
        color: #444;
    }

    .checkout-page .address-item li {
        padding: 5px 0;
    }

        .checkout-page .address-item li.name {
            font-size: 16px;
            font-weight: bold;
        }

.enter-address .message-error {
    margin: 20px 0;
}

.enter-address .edit-address {
    background-color: #f9f9f9;
    border-top: 1px solid #e6e6e6;
    margin: 0 0 30px;
    padding: 30px 15px;
}

.checkout-page .pickup-in-store {
    padding: 30px 0;
    text-align: center;
}

    .checkout-page .pickup-in-store .selector {
        margin: 0 0 5px;
        font-weight: bold;
        color: #444;
    }

.shipping-method .method-list,
.payment-method .method-list {
    margin: 0 auto 30px;
    overflow: hidden;
    text-align: center;
    font-size: 0;
}

    .shipping-method .method-list li,
    .payment-method .method-list li {
        margin: 20px 0 !important;
        font-size: 14px; /*reset zeroing*/
        float: right;
    }

        .shipping-method .method-list li label,
        .payment-method .method-list li label {
            font-size: 13px;
            font-weight: bold;
            color: #444;
            display: inline-block;
        }

.shipping-method .method-description {
    margin: 5px 0 0;
}

.payment-method .use-reward-points {
    margin: 0 0 30px;
    text-align: center;
    color: #444;
}

.payment-method .payment-logo {
    display: inline-block;
    vertical-align: middle;
}

    .payment-method .payment-logo label {
        display: block;
        font-size: 0 !important;
    }

.payment-method .payment-details {
    min-width: 150px;
    display: inline-block;
    margin: 0 0 0 10px;
    text-align: right;
    vertical-align: middle;
}

.payment-info .info {
    padding: 30px 15px;
    color: #444;
}

    .payment-info .info tr {
        display: block;
        margin: 0 0 15px;
        font-size: 0;
    }

    .payment-info .info td {
        display: inline-block;
        width: 100% !important;
        max-width: 400px !important;
        font-size: 14px; /*reset zeroing*/
    }

        .payment-info .info td:only-child {
            width: 100% !important;
            max-width: 100% !important;
        }

        .payment-info .info td input[type="text"] {
            width: 100% !important;
        }

        .payment-info .info td input[name="CardCode"] {
            width: 65px !important;
        }

        .payment-info .info td select {
            min-width: 70px;
        }

        .payment-info .info td:first-child {
            margin: 0 0 10px;
        }

    .payment-info .info p {
        text-align: center;
    }

.confirm-order .buttons {
    padding: 10px 0;
}

.confirm-order .button-1 {
    font-size: 16px;
}

.order-review-data ul,
.order-details-area ul,
.shipment-details-area ul {
    width: 48%;
    max-width: 100%;
    margin: 0 auto 40px;
    background-color: #f9f9f9;
    padding: 20px;
    color: #444;
}


.order-review-data2 ul,
.order-details-area2 ul,
.shipment-details-area2 ul {
    text-align: right;
    float: right;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 40px;
    background-color: #f9f9f9;
    padding: 20px;
    color: #444;
}

.order-review-data li,
.order-details-area li,
.shipment-details-area li {
    padding: 3px 0;
}

.order-review-data .title,
.order-details-area .title,
.shipment-details-area .title {
    margin: 20px 0 5px;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
}

    .order-review-data .title:first-child,
    .order-details-area .title:first-child,
    .shipment-details-area .title:first-child {
        margin-top: 0;
    }

.order-completed .details {
    margin: 0 0 30px;
    padding: 30px 15px;
    text-align: center;
    color: #444;
}

    .order-completed .details div {
        margin: 5px 0;
    }

    .order-completed .details strong {
        font-weight: normal;
        text-transform: uppercase;
    }



    .order-completed .details a:hover {
        text-decoration: underline;
    }

.opc .step-title {
    margin: 0 0 1px;
    overflow: hidden;
    background-color: #f6f6f6;
}

.opc .allow .step-title {
    background-color: #4ab2f1;
    cursor: pointer;
}

.opc .step-title .number,
.opc .step-title .title {
    float: right;
    min-height: 40px;
    padding: 10px 15px;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
}

.opc .allow .step-title .number,
.opc .allow .step-title .title {
    color: #fff;
    cursor: pointer;
}

.opc .step-title .number {
    width: 42px;
    border-right: 1px solid #fff;
    text-align: center;
}

.opc .allow .step-title .number {
    background-color: #248ece;
}

.opc .step {
    margin: 10px 0;
    padding: 30px 15px;
    text-align: center;
}

.opc .section {
    margin: 0 0 30px;
}

    .opc .section > label {
        display: block;
        margin: 0 0 10px;
    }

.opc input[type="text"],
.opc select {
    max-width: 100%;
}

.opc .buttons {
    margin-bottom: 0;
}

.opc .back-link {
    margin: 0 0 10px;
}

    .opc .back-link small {
        display: none;
    }

    .opc .back-link a {
        display: inline-block;
        margin: 0 0 0 -15px;
        background: url(/Themes/IrsaTheme/Content/images/back-button.png) left center no-repeat;
        padding: 0 0 0 18px;
        color: #444;
    }

        .opc .back-link a:hover {
            color: #4ab2f1;
        }

.opc .buttons .plan-please-wait {
    display: none;
    margin: 10px 0 0;
    background: none;
}

.opc .buttons .please-wait {
    display: block;
    margin: 10px 0 0;
    background: none;
}

.opc .section.pickup-in-store {
    margin: 0 0 30px;
    padding: 0;
}

.opc .payment-info .info tr {
    text-align: left;
}

.opc .section.order-summary {
    margin: 0;
}


/****** ORDER DETAILS & SHIPPING DETAILS ******/


/****** ORDER DETAILS & SHIPPING DETAILS ******/



.order-details-page .page-title {
    border-bottom: none;
}

    .order-details-page .page-title h1 {
        margin: 0 0 30px;
        border-bottom: 1px solid #ddd;
        padding: 0 0 10px;
        text-align: center;
    }

    .order-details-page .page-title a {
        display: inline-block;
        min-width: 180px;
        margin: 5px 0;
        border: none;
        background-color: #aaa;
        background-image: none;
        padding: 10px 20px;
        font-size: 15px;
        color: #fff;
    }

        .order-details-page .page-title a:hover {
            background-color: #999;
        }



.order-details-page .order-overview {
    margin: 0 0 50px;
    line-height: 26px;
    text-align: center;
    font-size: 16px;
    color: #444;
}

    .order-details-page .order-overview .order-number {
        margin: 0 0 10px;
        text-transform: uppercase;
    }

    .order-details-page .order-overview .order-total strong {
        font-weight: normal;
    }

.order-details-page .repost .button-2 {
    display: inline-block;
    margin: 10px 0;
    border: none;
    background-color: #4ab2f1;
    padding: 10px 15px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

    .order-details-page .repost .button-2:hover {
        background-color: #248ece;
    }

.order-details-page .download a {
    font-weight: normal;
    color: #4ab2f1;
}

    .order-details-page .download a:hover {
        text-decoration: underline;
    }

.user-agreement-page .terms-of-agreement {
    margin: 0 0 20px;
    padding: 20px;
    text-align: center;
}

.user-agreement-page .button-1 {
    min-width: 140px;
    border: none;
    background-color: #4ab2f1;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

    .user-agreement-page .button-1:hover {
        background-color: #248ece;
    }

.order-details-page .tax-shipping-info {
    margin: 30px 0;
}

    .order-details-page .tax-shipping-info a {
        color: #4ab2f1;
    }

        .order-details-page .tax-shipping-info a:hover {
            text-decoration: underline;
        }

.order-details-page .actions {
    margin: 30px 0 0;
    font-size: 0;
}

    .order-details-page .actions input {
        display: inline-block;
        min-width: 180px;
        margin: 5px;
        border: none;
        background-color: #aaa;
        background-image: none;
        padding: 0px 20px;
        font-size: 15px;
        color: #fff;
    }

        .order-details-page .actions input:hover {
            background-color: #999;
        }



.order-details-page .total-info {
    width: 350px;
    max-width: 100%;
    margin: 0 auto 50px;
    background-color: #f9f9f9;
    padding: 15px 20px;
    color: #444;
}


/****** SEARCH & SITEMAP ******/

.order-details-page {
    text-align: center !important;
}

.order-details-area ul li {
    width: 100%;
    text-align: right;
}

/********** PRODUCT REVIEWS **********/



.product-reviews-page h1 a {
    display: inline-block;
}

    .product-reviews-page h1 a:before,
    .product-reviews-page h1 a:after {
        content: "''";
    }

.product-reviews-page .title {
    margin: 0 0 20px;
    font-size: 20px;
    color: #444;
}

    .product-reviews-page .title strong {
        font-weight: normal;
    }

.write-review {
    margin: 0 0 60px;
}

    .write-review .fieldset {
        margin: 0 0 30px;
    }

    .write-review .review-rating {
        text-align: center;
    }

        .write-review .review-rating label {
            display: block;
            margin: 0 0 5px;
            font-size: 14px;
        }

        .write-review .review-rating ul {
            font-size: 0;
            vertical-align: middle;
        }

        .write-review .review-rating li {
            display: inline-block;
            margin: 0 5px;
            cursor: default;
            vertical-align: middle;
            font-size: 14px;
            height: 17px;
        }

            .write-review .review-rating li.first {
                color: #e4444c;
            }

            .write-review .review-rating li.rating-options {
                padding-top: 2px;
            }

                .write-review .review-rating li.rating-options input {
                    vertical-align: baseline;
                }

            .write-review .review-rating li.last {
                color: #4cb17c;
            }

    .write-review .captcha-box {
        margin: 15px 0 0;
    }

    .write-review .button-1 {
        border: none;
        padding: 0px 25px;
        text-align: center;
        font-size: 15px;
        color: #fff;
        text-transform: uppercase;
    }



    .write-review label {
        vertical-align: top;
    }

.product-reviews-page .result,
.product-reviews-page .message-error {
    margin: 0 0 20px;
}

.product-review-list {
    overflow: hidden;
}

.product-review-item {
    margin: 0 0 40px;
}

    .product-review-item .review-item-head {
        border-top: 1px solid #ddd;
        overflow: hidden;
        background-color: #f6f6f6;
        padding: 10px;
        display: inline-block;
        width: 100%;
    }

    .product-review-item .review-title {
        line-height: 20px;
        font-size: 15px;
        color: #444;
        float: right;
    }

    .product-review-item .product-review-box {
        margin: 3px 0 0;
        float: left;
    }

    .product-review-item .review-content {
        padding: 20px 10px;
    }

    .product-review-item .review-text {
        margin: 0 0 15px;
        line-height: 22px;
        color: #444;
    }

    .product-review-item .review-info {
        margin: 0 0 5px;
    }

        .product-review-item .review-info label {
            font-weight: normal;
        }

        .product-review-item .review-info a,
        .product-review-helpfulness .vote {
            display: inline-block;
            padding: 0 5px;
            cursor: pointer;
        }

.product-review-helpfulness .question {
    margin: 0 5px 0 0;
    font-style: italic;
}

.product-review-helpfulness .result {
    margin: 0 0 0 10px;
}

.review-info span {
    display: inline-flex;
}

.blog-details .tags li {
    display: inline-block;
}
/* new */


/********** COMPARE LIST **********/


.compare-products-page {
    position: relative;
    overflow: hidden;
}

    .compare-products-page .clear-list {
        display: inline-block;
        /*        margin: 0 0 20px;*/
        padding: 12px 10px;
        font-size: 12px;
        text-transform: uppercase;
    }

        .compare-products-page .clear-list:hover {
            background-color: #248ece;
        }

    .compare-products-page .table-wrapper {
        margin: 0 0 30px;
        padding: 0 0 1px; /*IE mobile table border fix*/
    }

.compare-products-table td {
    min-width: 150px;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 20px;
    text-align: right;
    vertical-align: top;
    color: #444;
}

.plan-table td {
    min-width: 150px;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    color: #444;
}

.compare-products-table td:first-child {
    min-width: 0;
}

.compare-products-table td label {
    font-weight: normal;
    color: #777;
}

.compare-products-table .remove-button {
    display: inline-block;
    border: none;
    background: url(/Themes/IrsaTheme/Content/images/remove.png) right center no-repeat;
    padding: 0 18px 0 0;
    font-size: 12px;
    color: #666;
}

    .compare-products-table .remove-button:hover {
        color: #4ab2f1;
    }

.compare-products-table .picture {
    display: block;
    position: relative;
    max-width: 200px;
    height: 200px;
    overflow: hidden;
}

    .compare-products-table .picture img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
    }

.compare-products-table .product-name td {
    font-weight: bold;
}

    .compare-products-table .product-name td a:hover {
        color: #4ab2f1;
    }

.compare-products-table .short-description td {
    line-height: 22px;
}

.compare-products-table .full-description td {
    display: none;
}

.compare-products-page .no-data {
    margin: 25px 0 0;
}

/* label */

label.label-in-line {
    display: inline;
    padding: 6px;
}

/* rating*/

span.rating-excellent {
    color: #43a047;
}

span.rating-bad {
    color: #c62828;
}

.badge {
    padding: 5px;
    border-radius: 2px;
    margin: 0 5px;
}



/*////////////////////////////////////    Directory   //////////////////////////////////////*/
.Directory ul {
    padding: 0;
}

.img-center {
    margin: auto;
}

.Directory ul > text {
    line-height: 3.5em;
}

.sl {
    font-size: 11px;
}

.Directory ul > li > a {
    font-size: 12px;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.Directory ul > li {
    line-height: 1.4;
}
/************************** Search **************************/
.sticky-wrapper {
    margin-top: 10px;
}

.dz-hidden-input {
    display: none !Important;
}

.pb10 {
    padding-bottom: 10px;
}

.removePad {
    padding: 0 !Important;
}

.fontCo {
    font-family: tahoma, arial;
}

.myIcon {
    padding: 3px;
    font-size: 30px;
    min-width: 38px;
    min-height: 26px;
    display: inline-block;
}

.p10 {
    padding: 12px;
}

.list-item {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    background-color: #fff;
    display: block;
    margin: 7px 2px;
    border-radius: 3px;
}

.news-comment {
    border: 1px solid #eee;
    box-shadow: 2px 1px 12px 0px #eee;
    border-radius: 2px;
    background-color: #eee;
    padding: 10px;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 12px;
}

.mr-20 {
    margin-right: 20px;
}

.comment-list .title {
    padding-bottom: 10px;
}

.pcenter {
    text-align: center;
    padding: 5px;
}
/******************************* Menu ****************************/
.myulselector {
    background-color: #fff;
    position: absolute;
    display: none;
    height: 0;
    opacity: 0;
    overflow: hidden;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border: 1px solid #ddd;
    transition: .5s ease-in opacity;
    padding: 0;
    border-top: none;
    margin-right: -2px;
    margin-top: 0px;
}

    .myulselector > li {
        display: block !important;
        color: #424141;
        margin: 0 !IMPORTANT;
        padding: 4px 18px;
        transition: .3s ease-in background-color;
    }

        .myulselector > li:hover {
            transition: .3s ease-in background-color;
        }

.master-sub-col {
    float: left;
}

.selectetItemMenu {
    cursor: pointer;
    margin-top: -2px;
    margin-bottom: -2px;
}

.ico-logout {
    margin-right: -2px;
}

.selectActive > .myulselector {
    transition: .5s ease-in opacity;
    height: auto;
    opacity: 1;
    display: block;
}

.selectetItemMenu span:before {
    content: "\f107";
}

.selectetItemMenu.selectActive span:before {
    content: "\f106";
}

.buttons {
    margin-top: 20px;
}

.buttons-center {
    margin-top: 20px;
    text-align: center;
}


.mt15 {
    margin-top: 15px;
}

.progress {
    height: 15px;
    margin-bottom: 10px;
    overflow: hidden;
    display: none;
    background-color: #f5f5f5;
    border-radius: 2px;
    padding: 0px;
    /*-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);*/
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-bar-success {
    background-color: #5cb85c;
}


/*  Menu */


#main-menu-state {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

.main-nav {
    background: #3092c0;
    background-image: -webkit-gradient(linear, to bottom, to top, color-stop(0%, #3298c8), color-stop(100%, #2e8cb8));
    background-image: -webkit-linear-gradient(to bottom, #3298c8, #2e8cb8);
    background-image: -moz-linear-gradient(to bottom, #3298c8, #2e8cb8);
    background-image: -o-linear-gradient(to bottom, #3298c8, #2e8cb8);
    background-image: linear-gradient(to bottom, #3298c8, #2e8cb8);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

    .main-nav:after {
        clear: both;
        content: "\00a0";
        display: block;
        height: 0;
        font: 0px/0 serif;
        overflow: hidden;
    }

.nav-brand {
    float: left;
    margin: 0;
}

    .nav-brand a {
        display: block;
        padding: 10px 10px 10px 20px;
        color: #fff;
        font-family: fa, 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 22px;
        font-weight: normal;
        line-height: 29px;
        text-decoration: none;
    }

#admin-menu {
    clear: both;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
}

    /* Mobile menu top separator */

    #admin-menu:before {
        content: '';
        display: block;
        height: 1px;
        font: 1px/1px sans-serif;
        overflow: hidden;
        background: #2e8cb8;
    }

/* Mobile menu toggle button */

.main-menu-btn {
    float: right;
    margin: 10px;
    position: relative;
    display: inline-block;
    width: 29px;
    height: 29px;
    text-indent: 29px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* hamburger icon */

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
    position: absolute;
    top: 50%;
    left: 2px;
    height: 2px;
    width: 24px;
    background: #fff;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

    .main-menu-btn-icon:before {
        content: '';
        top: -7px;
        left: 0;
    }

    .main-menu-btn-icon:after {
        content: '';
        top: 7px;
        left: 0;
    }


/* x icon */

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
    height: 0;
    background: transparent;
}

    #main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
        top: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
        top: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }


/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}


    /* hide the menu in mobile view */

    #main-menu-state:not(:checked) ~ #admin-menu {
        display: none;
    }

    #main-menu-state:checked ~ #admin-menu {
        display: block;
    }



#txtFakeSearchInput {
    width: calc(100% - 123px);
    float: right;
    height: 57px;
}

.searchTitle {
    text-align: right;
}

.spnloader {
    display: none;
    position: absolute;
    display: none;
    left: 29px;
    background-color: white;
    top: 44px;
    float: left;
    z-index: 1;
    width: 35px;
    height: 35px;
    margin: auto;
    border-radius: 50%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.divloader {
    position: relative;
    z-index: 1;
    width: 35px;
    height: 35px;
    margin: auto;
    border-radius: 50%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s;
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0;
    }

    to {
        bottom: 0px;
        opacity: 1;
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}

#ulResultSearch {
    width: 100%;
}

    #ulResultSearch > li > a {
        background: #fcfcfc;
        padding: 2px 10px;
        display: block;
        border-radius: 5px;
        border-bottom: 1px solid;
        text-align: right;
    }

#divResultBox {
    width: 100%;
    text-align: center;
    display: none;
}

.button.widget-button {
    width: unset;
}



.headerTop {
    /*min-height: 140px;
    background: url(/Themes/IrsaTheme/Content/images/bg-comany.jpg) no-repeat 100%;
    background-size: 100%;*/
    min-height: 230px;
    background: url(/Themes/IrsaTheme/Content/images/bg-comany.jpg);
    background-size: 100%;
    background-color: #cccccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.imgCompanyLogo {
    height: 90px;
    float: right;
    position: relative;
    /*top: -20px;*/
    left: -10px;
    margin-bottom: -44px;
    max-width: none;
}

.sub-price {
    margin-top: 44px;
    float: left;
    color: #fff;
}

.widget-buttonCompany img {
    max-height: 22px;
    max-height: 22px;
}



.companyCode {
    text-align: center;
    float: left;
    margin-left: 19px;
}

.removePad {
    padding: 0;
}


.header-fixed {
    /*padding: 5px 30px;*/
    padding-right: 13px;
}

.pl10 {
    padding: 10px 0 0 0;
}

.mt30 {
    margin-top: -30px;
}

ul.chat {
    width: 100%;
    margin-bottom: 37%;
}

    ul.chat li {
        padding: 15px 25px 15px 25px;
        display: inline-flex;
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        transition: all 0.18s ease-in;
        position: relative;
    }

.divSplit {
    width: 100%;
    height: 20px;
    border-bottom: 1px solid black;
    text-align: center;
}

    .divSplit span {
        font-size: 15px;
        background-color: #F3F5F6;
        padding: 0 10px;
    }

.mt-5 {
    margin-top: -5px;
}

.mt-0 {
    margin: 0px 0 25px 0 !important;
}

.companyItem, .companyItem label {
    font-weight: bold;
}

    .companyItem span {
        font-weight: 500;
    }

    .companyItem img {
        max-width: 15px;
    }

.accepted-company-logo {
    border: solid 2px yellow !important;
}

.company-address-type-name {
    margin-right: 20px !important;
    margin-top: -26px !important;
}

.companyItem-img img {
    max-width: 15px;
    margin-right: -15px;
}

.companyItem {
    padding: 0;
    line-height: 1.8;
}

.companyItem-mobile {
    padding: 0;
    line-height: 1.8;
    margin-right: 10px;
}

    .companyItem-mobile img {
        max-height: 15px;
        margin-bottom: 10px !important;
    }

.company-name-profile {
    margin-right: 22px;
    margin-top: -21px;
}

.company-name-mobile {
    margin-right: 27px !important;
    margin-top: -31px !important;
    /*margin-top: -21px !important;*/
}

.company-background {
    position: absolute;
    margin-top: 42px;
}

.divAddress .row:nth-child(odd) {
    background-color: #f5f5f5;
}

.divAddress .row {
    padding: 15px 0;
}

.divAddress {
    margin-bottom: 10px;
}

.mt-50 {
    margin-top: -50px;
}

.mt-52 {
    margin-top: -52px;
}

.mt-60 {
    margin-top: -60px;
}

.AcceptItem {
    margin-top: 10px;
}

    .AcceptItem img {
        max-height: 24px;
        float: left;
    }

.mobile .button {
    width: 100%;
}

.backColorGray {
    margin-top: 18px;
    background: #eee;
}

.floatingMenu {
    position: fixed;
    height: 50px;
    width: 50px;
    z-index: 1000;
    bottom: 15%;
    right: 0%;
    cursor: pointer;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 20px;
    color: #fff;
    font-size: 35px;
    padding: 7px 11px;
}

.MenuFloat {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 20px;
    padding: 10px 0;
    position: fixed;
    right: -400px;
    bottom: 22%;
    z-index: 9999;
    -moz-transition: right 0.5s ease-in;
    -o-transition: right 0.5s ease-in;
    -webkit-transition: right 0.5s ease-in;
    transition: right 0.5s ease-in;
}

    .MenuFloat a {
        color: #fff;
        padding: 8px 33px;
        display: block;
    }

.MenuFloatShow {
    right: -4px;
    z-index: 9999;
    -moz-transition: right 0.5s ease-in;
    -o-transition: right 0.5s ease-in;
    -webkit-transition: right 0.5s ease-in;
    transition: right 0.5s ease-in;
}

.closwfloatingMenu {
    position: relative;
    float: left;
    padding: 8px;
    color: #fff;
    font-size: 23px;
    font-weight: 100;
    bottom: 13px;
    cursor: pointer;
}

    .closwfloatingMenu:hover, .closwfloatingMenu:focus {
        color: #747171;
    }

.SearchBox {
    padding: 5px;
}

.HeaderStore {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
    margin-bottom: 2px;
}

.main-search-input button.button {
    width: auto;
    min-width: 80px;
    margin: 0;
    height: 55px;
    font-size: 1.5em;
}

.CategoryBox {
    padding: 50px 10px;
}

.storeLogo {
    position: relative;
    top: 2px;
    max-height: 64px;
    margin: auto;
}
/*.HeaderStore h2 {
     padding-top: 9px;
 }*/
.HeaderStore #small-searchterms {
    height: 45px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    width: calc(100% - 123px);
}

.HeaderStore .main-search-input button.button {
    width: auto;
    min-width: 45px;
    margin: 0;
    height: 45px;
    font-size: 1.4em;
    padding: 10px;
    padding-right: 16px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.HeaderStore .main-search-input {
    padding-top: 9px;
}

.companyBox h3 {
    padding-top: 20px;
}

.companyBox label, .companyBox span {
    font-size: 14px;
}

.companyBox .AcceptItem img {
    max-height: 100%;
    min-width:100%;
    float: right;
    margin-left: 5px;
    margin-right: 5px;
}

.companyBox hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.error-box {
    padding-top: 45px
}

.class404 {
    font-size: 6em;
    text-align: center;
    padding: 0.5em 0;
    font-family: fantasy;
}

.error-link {
    min-height: 300px;
    background-color: #fff;
    border-bottom: 1px solid #ddd
}

.border-top-ddd {
    border-bottom: 1px solid #ddd
}

.error-home {
    background-color: transparent !important;
    border: 1px solid !important;
}

.helpful-link-ul > li {
    list-style: inside;
}

.mb30 {
    margin-bottom: 60px;
}

.summaryNews {
    padding: 12px 15px;
    background-color: #f7f7f7;
    border: 1px dashed #bababa;
    border-radius: 5px;
    margin: 0px 0;
    min-height: 200px;
    word-break: break-word;
}

.news-date {
    position: absolute;
    font-size: 12px;
    text-align: left;
    left: 6px;
    bottom: 1px;
}

.summaryText {
    padding: 10px 10px;
    font-size: 0.8em;
    overflow-wrap: break-word;
    word-break: keep-all;
    padding-top: 0;
    text-align: justify;
}

.newsBody {
    padding: 40px 22px 20px 0px;
    text-align: justify;
    overflow-wrap: break-word;
    word-break: keep-all;
}

.float {
    float: left;
}

.customNextBtn {
    padding: 5px 10px;
    cursor: pointer;
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

.customPrevBtn {
    padding: 5px 10px;
    cursor: pointer;
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

    .customPrevBtn:before {
        content: "\f104";
    }
.fs-large{
    font-size:x-large;
}
.img-wide{
    max-height:100%;
    min-width:100%;
}
.customNextBtn:before {
    content: "\f105";
}

.customNextBtn:hover, .customPrevBtn:hover {
    color: #136dd5;
}

.HeaderStore h2 {
    display: inline-block;
}

.HeaderStore h4 {
    display: inline-block;
    bottom: -3px;
    position: relative;
}

.pb8 {
    padding-bottom: 8px;
}

.ptb15 {
    padding-bottom: 15px;
    padding-top: 15px;
}

#ReportSubCategoryDescription {
    width: 100%;
    word-wrap: break-word;
    text-align: justify;
}

.storeLinkBox {
    display: inline-block;
    margin: 2px;
    float: right;
    border: 1px #ddd solid;
    padding: 2px 20px;
    border-radius: 5px;
    background-color: #eee;
}

    .storeLinkBox:hover {
        background-color: #f9f9f9;
    }

.mt63 {
    margin-top: 30px;
}

.divSelect {
    padding-top: 10px;
    border: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    border-radius: 3px;
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 40px;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
    z-index: 999;
    opacity: 0;
    transition: opacity ease-in 0.3s;
    position: absolute;
    right: -999px;
    display: none;
}

.SelectBox.Active > .divSelect {
    opacity: 1;
    transition: opacity ease-in 0.3s;
    right: unset;
    left: unset;
    display: block;
}

.divSelect ul, .divSelect li {
    width: 100%;
    padding: 0;
    margin: 0;
}

#divGoToPanel {
    background-color: #eee;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 7px 10px;
    margin: 2px;
}

.divSelect a {
    padding: 5px 20px;
    text-decoration: none;
    display: block;
    transition: color ease-in .3s;
    transition: background-color ease-in .3s;
}

.SelectBox {
    float: left;
}

    .SelectBox label {
        margin-right: 10px;
        margin-left: 10px;
        cursor: pointer;
        padding-top: 4px;
    }

        .SelectBox label > b:after {
            content: "\f0d7";
            font-family: "FontAwesome";
            font-size: 14px;
            margin: 0 4px 0 0;
            top: -1px;
            position: relative;
            width: 11px;
            height: 5px;
            display: inline-block;
            color: #888;
            float: left;
            font-weight: normal;
        }

    .SelectBox.Active label > b:after {
        content: "\f0d8";
        font-family: "FontAwesome";
    }

.splitLine {
    border-bottom: 1px solid #ddd !Important;
    padding-bottom: 5px !Important;
    margin-bottom: 5px !Important;
}

.custumDropList > label {
    /*padding-top: 25px;*/
}


/**********************-**********************/


.treeview {
    float: right;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .treeview label {
        width: 100%;
    }

    .treeview:hover input ~ label:before,
    .treeview.hover input ~ label:before {
        opacity: 1;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        -ms-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }

    .treeview ul {
        -webkit-transition-duration: 1s;
        -moz-transition-duration: 1s;
        -ms-transition-duration: 1s;
        -o-transition-duration: 1s;
        transition-duration: 1s;
        list-style: none;
        padding-right: 1em;
    }

        .treeview ul li span {
            -webkit-transition-property: color;
            -moz-transition-property: color;
            -ms-transition-property: color;
            -o-transition-property: color;
            transition-property: color;
            -webkit-transition-duration: 1s;
            -moz-transition-duration: 1s;
            -ms-transition-duration: 1s;
            -o-transition-duration: 1s;
            transition-duration: 1s;
        }

            .treeview ul li span:hover {
                color: #37b6bd;
                -webkit-transition-duration: 0.3s;
                -moz-transition-duration: 0.3s;
                -ms-transition-duration: 0.3s;
                -o-transition-duration: 0.3s;
                transition-duration: 0.3s;
            }

    .treeview input {
        display: none;
    }

        .treeview input:checked ~ ul {
            display: none;
        }

        .treeview input ~ label {
            cursor: pointer;
        }

            .treeview input ~ label:before {
                font-family: "FontAwesome";
                font-size: 20px;
                content: "\f104";
                right: 0;
                padding: 0 0 0 7px;
                color: #ccc;
                float: right;
                right: 6px;
                top: 0px;
                position: relative;
                margin-right: -1em;
                -webkit-transition-property: opacity;
                -moz-transition-property: opacity;
                -ms-transition-property: opacity;
                -o-transition-property: opacity;
                transition-property: opacity;
                -webkit-transition-duration: 1s;
                -moz-transition-duration: 1s;
                -ms-transition-duration: 1s;
                -o-transition-duration: 1s;
                transition-duration: 1s;
            }

        .treeview input:checked ~ label:before {
            margin-right: -0.8em;
            border-width: 5px;
            border-top-color: transparent;
            border-left-color: transparent;
            border-bottom-color: transparent;
            border-right-color: rgb(76, 76, 76);
        }

    .treeview li:hover {
        margin-right: 5px;
        transition: ease-in margin-right .4s;
    }

    .treeview li {
        margin-right: 0;
        transition: ease-in margin-right .4s;
        display:grid;
    }

        .treeview li a {
            color: #444;
            transition: background-color ease-in .3s;
        }

.divSpliter {
    border-radius: 2px;
    height: 213px;
    background: #eee;
    width: 2px;
    margin: auto;
    top: 123px;
    right: 3%;
    margin-bottom: -30%;
    position: relative;
}

.main-block {
    padding: 7px 12px;
    outline: none;
    font-size: 15px;
    color: #808080;
    margin: 0 0 16px 0;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    display: block;
    background-color: #fcfcfc;
    font-weight: 500;
    border: 1px solid #e0e0e0;
    opacity: 1;
    border-radius: 3px;
    padding-top: 25px;
}

.rc-anchor-checkbox-label {
    font-family: fa, tahoma, arial, sans-serif !Important;
}

.fonts-loaded .rc-anchor-checkbox-label {
    font-family: fa !Important;
}

.bar-notification .close {
    left: 0;
}

.grid-layout-three ul.listing-details li {
    /*max-width: 330px;*/
}

.product-item ul.listing-details li {
    display: table-cell;
    vertical-align: middle;
}

ul.listing-details li h4 {
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    display: inline;
}

/*ul.wishlist-listing-details li h4{
    text-overflow: ellipsis;
    white-space: nowrap;
}*/

.spanloader {
    position: relative;
    z-index: 1;
    width: 35px;
    height: 35px;
    margin: auto;
    border-radius: 50%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.divBackLoader {
    display: none;
    z-index: 999;
    width: 100%;
    text-align: center;
    position: absolute;
    padding-top: 4px;
    right: 0;
    background: #0000003d;
    color: #000;
}

    .divBackLoader span {
        display: inline-block;
    }

.side-fixed {
    position: fixed !Important;
    top: 80px;
}

.headerNews {
    margin: 0;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
}

.single-line-max-height {
    max-height: 30px;
}

.office-address li {
    direction: rtl;
}

.limitWidth {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 800px;
}

.chartContainer {
    direction: ltr;
    position: fixed;
    z-index: 9999;
    background-color: rgba(6, 6, 6, 0.43);
    background-color: #2c2c2c94;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
    display: none;
}

.chartBox {
    border-radius: 5px;
    direction: ltr;
    text-align: left;
    z-index: 99999;
    background: white;
    width: 80%;
    right: 10%;
    left: 10%;
    top: 10%;
    display: none;
    position: fixed;
}

.dialog-header {
    width: 100%;
}

.dialog-title {
    text-align: right;
    padding: 10px 30px;
}

.dialog-close {
    float: left;
    padding: 10px;
    font-size: 3em;
    cursor: pointer;
}

    .dialog-close:hover {
        color: #f02929;
    }

#chart {
    padding: 5px 30px;
}

.myTab {
    display: none;
}

#divLoaderDialog {
    display: none;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
}

.pad-rl-30 {
    padding-right: 30px;
    padding-left: 30px;
}

#divLoaderContainer {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 150%;
    background-color: rgba(6, 6, 6, 0.43);
    background-color: #2c2c2c94;
}

.loaderBox {
    position: relative;
    z-index: 999;
    top: 30%;
    margin: auto;
    padding: 15px;
    background: #ffffff;
    width: 250px;
    text-align: center;
    border-radius: 5px;
}

    .loaderBox span {
        position: static;
        float: none;
        left: 29px;
        background-color: white;
        top: 44px;
        width: 40px;
        height: 40px;
        margin: auto;
        border-radius: 50%;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
        display: block;
        background: transparent;
    }

.plan-description {
    word-break: break-word;
}

    .plan-description span {
        word-break: normal;
    }

/*.chat-close {
    font-size: 25px;
    cursor: pointer;
}
*/
.hideCloseCompany {
    overflow-x: scroll;
    max-height: 300px;
}

input[type=submit], input[type=button] {
    width: auto;
}

.text-green {
    color: #00a65a !important;
}

.text-red {
    color: #e20b0b;
}

.plan-2 {
    padding: 0;
}

    .plan-2 h3 {
        padding: 15px;
    }

    .plan-2 .period {
        padding-top: 10px;
        text-align: right;
    }

.priceClass {
    border-bottom: solid 1px #ddd;
    padding: 16px 10%;
}

.mainPlan {
    border-top: solid 1px #ddd;
    background: white;
    text-align: right;
}

.planCustom {
    box-shadow: none;
    border: solid 1px #ddd;
    border-radius: 2px !IMPORTANT;
}

.plan.featured .mainPlan {
    background: white;
    color: #000000;
}

.plan.featured .plan-2 .period {
    color: #211f1f;
}

.cart-plan-img {
    width: 92%;
    /*height: 919px;*/
}

.cart-plan-description {
    height: 300px;
    overflow: hidden;
}

.fa-1x {
    font-size: 22px;
}

.cart td {
    font-size: 14px;
}

.panelHeader {
    font-size: 27px !important;
    background-color: #eee !important;
}

.listing-item input[type="button"].pnlButton {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
}

.pnlButton input[type="button"] {
    width: 90% !important;
}

.inc-pnl-head {
    padding: 10px;
    border-radius: 5px;
}

    .inc-pnl-head h4 {
        margin-top: 10px;
    }

.inc-pnl {
    margin-top: 20px;
}

.inc-pnl-border {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
    margin-right: 5px;
    margin-left: 5px;
    /*border: solid 1px #ddd;*/
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.inc-pnl-row {
    /*padding-left: 10px;
    padding-right: 10px;*/
    margin-top: 20px;
    margin-right: 5px !important;
    margin-left: 5px !important;
}

.inc-pnl-row-pad {
    padding-top: 30px;
    padding-bottom: 30px;
}

.inc-pnl-row-pad2 {
    padding-bottom: 30px;
}

    .inc-pnl-row-pad2 .btn-order {
        margin-top: 10px;
        width: 93%;
    }

.panelHeaderSpec h6,
.panelHeaderSpec h4,
.panelHeaderSpec h3,
.panelHeaderSpec a {
    color: white !important;
}

.border-t1 {
    border-top: 1px solid #ddd;
}

.panelHeaderSpec small {
    color: white;
}

.post-contentCustom {
    padding: 5px;
}

.imCustom {
    font-weight: bold;
    color: green;
}

.h2product {
    font-size: 14px;
    display: inline;
}

.h1pr {
    font-size: 22px;
    word-break: break-word;
}

.viewCountclass {
    top: -31px;
    left: -99px;
    padding: 0px 6px;
    display: inline-block;
    position: relative;
    line-height: 1.3;
    background-color: #e7e7e7 !important;
}

.footer-item ul li {
    display: inline;
    padding: 10px;
}

.displayno {
    display: none;
}

/*span.displayno {
    display: none !important;
}*/

.uploading-display-none {
    display: none;
}

.display-block {
    display: block;
}

input[type=checkbox].displayno {
    display: none;
}

ul.top-bar-menu li.displayno {
    display: none;
}

.oldie {
    clear: both;
    height: 59px;
    text-align: center;
    position: relative;
}

.color-White {
    color: #ffffff;
}

.main-search-input input.displayno {
    display: none;
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 100%;
    /* support: IE10, see #8844 */
    list-style-image: url(/Themes/IrsaTheme/Content/css/data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

a.button:hover {
    color: #ffffff;
    text-shadow: #ddd 0px 1px 2px;
}

.cursorDefault {
    cursor: default;
}

.width100p {
    width: 100%;
}

.text-red {
    color: red;
}

.agent-widget h4.text-red {
    color: red;
}

.opacity-zero {
    opacity: 0;
}

.full-width {
    width: 100%;
}

.icon-url {
    color: #fff;
}

.floting-action {
    position: fixed;
    margin-bottom: -10px;
    z-index: 999;
    bottom: 0px;
    padding: 8px;
    right: 0;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

    .floting-action a {
        margin: 0;
        text-align: center;
        width: 100%;
    }

.margin-free {
    margin: 0 !IMportant;
}

.copmanyClose {
    height: 160px;
    overflow: hidden;
}

.copmanyOpen {
    height: auto;
    overflow: visible;
}

#divMore {
    cursor: pointer;
}

.ol-checkout-page {
    width: 100%;
}

#divMore {
    cursor: pointer;
    margin-bottom: -22px;
    font-size: 26px;
    padding: 6px;
}

.openCompany {
    position: fixed;
    bottom: 0;
    width: 100%;
    right: 0;
    max-height: 70%;
    margin-bottom: 0px;
    z-index: 9999;
    background-color: #fefcfc;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border: 1px solid #ddd;
    /*overflow-x: scroll;*/
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.84);
    -webkit-animation-name: softup; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: softup;
    animation-duration: 0.2s;
}

.divBackCompany {
    background-color: #00000087;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    z-index: 1001;
    top: 0;
}

.openCompany #divMoreCompany {
    display: none !important;
}

.closeCompany {
    -webkit-animation-name: softDown; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: softDown;
    animation-duration: 0.2s;
}

.Company-header {
    display: block;
    font-weight: bold;
    font-size: 16px;
    margin-top: -10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 8px;
}

.Company-footer {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: -10px;
    padding-top: 5px;
    border-top: 1px solid #ddd;
    margin-top: 8px;
    cursor: pointer;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes softup {
    0% {
        bottom: -300px;
    }

    20% {
        bottom: -250px;
    }

    40% {
        bottom: -200px;
    }

    60% {
        bottom: -150px;
    }

    80% {
        bottom: -100px;
    }

    100% {
        bottom: 0px;
    }
}

/* Standard syntax */
@keyframes softup {
    0% {
        bottom: -300px;
    }

    20% {
        bottom: -250px;
    }

    40% {
        bottom: -200px;
    }

    60% {
        bottom: -150px;
    }

    80% {
        bottom: -100px;
    }

    100% {
        bottom: 0px;
    }
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes softDown {
    0% {
        bottom: 0px;
    }

    20% {
        bottom: -100px;
    }

    40% {
        bottom: -150px;
    }

    60% {
        bottom: -200px;
    }

    80% {
        bottom: -250px;
    }

    100% {
        bottom: -300px;
    }
}

/* Standard syntax */
@keyframes softDown {
    0% {
        bottom: 0px;
    }

    20% {
        bottom: -100px;
    }

    40% {
        bottom: -150px;
    }

    60% {
        bottom: -200px;
    }

    80% {
        bottom: -250px;
    }

    100% {
        bottom: -300px;
    }
}

#divMoreInfo {
    cursor: pointer;
    margin-top: 0;
    font-size: 26px;
    padding: 5px;
    padding-top: 10px;
    /* margin-bottom: 0px; */
}

#divMoreCompany {
    cursor: pointer;
    margin-top: 0;
    font-size: 26px;
    padding: 13px;
    margin-bottom: -20px;
    padding-top: 10px;
}

#divShowMoreDescription {
    cursor: pointer;
    position: absolute;
    z-index: 9999999;
    width: 100%;
    right: 0;
    /* top: 0; */
    bottom: -17px;
    font-size: 26px;
    padding: 25px;
}

    #divShowMoreDescription.open {
        position: relative;
    }


#aShare {
    display: block;
}


#aShare {
    text-decoration: none;
}

#divShare.show {
    right: 3%;
    -moz-transition: right 0.5s ease-in;
    -o-transition: right 0.5s ease-in;
    -webkit-transition: right 0.5s ease-in;
    transition: right 0.5s ease-in;
}

#aShareClose {
    position: absolute;
    left: 5px;
    z-index: 999;
}

.double-left:before {
    content: "\f100";
}

.hid {
    display: none;
}

.widget-buttonCompany { /*display: inline-block*/
}

.copmanyClose .AcceptItem {
    display: none;
}

.copmanyOpen .AcceptItem {
    display: block;
}

.copmanyOpen .companyBox {
    display: none;
}

.closeCompany .hideCloseCompany {
    display: none;
}

.divAddThis {
    display: none;
}

    .divAddThis > .sharbox {
        opacity: 0;
        position: absolute;
        background-color: #fff;
        border: 1px solid #ddd;
        margin-top: -12px;
        border-radius: 4px;
        box-shadow: 0px 0px 3px 2px #ddd;
        transition: opacity 0.5s ease-in;
    }

    .divAddThis.show > .sharbox {
        display: block;
        opacity: 0.95;
        transition: opacity 0.5s ease-in;
    }

    .divAddThis > .backShare {
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        right: 0;
    }

.divPictureFullScreen {
    position: absolute;
    display: inline-block;
    padding: 2px;
    font-size: 20px;
    margin-top: 8px;
    right: 23px;
    text-align: center;
    height: 30px;
    width: 30px;
    font-weight: bold;
    z-index: 999;
    cursor: pointer;
    /* background-color: #ffffff69; */
    color: #fff;
    /* bottom: 124px; */
    /* border-bottom-left-radius: 2px; */
    background-color: rgba(74, 74, 76, 0.7);
    border-radius: 3px;
}

.mobilebox {
    background-color: #fff;
    color: #707070;
    border-radius: 4px;
    padding: 5px;
    margin-right: -15px;
    margin-left: -15px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    transition: 0.25s;
    margin-bottom: 5px;
}

    .mobilebox .box {
        padding: 5px;
        cursor: pointer;
        font-size: 14px;
        display: inline-block;
    }

        .mobilebox .box span {
            font-size: 18px;
        }

    .mobilebox .liked {
        color: #ffa800;
    }

.mobileShareBox.closeShare {
    /*display: none;*/
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.33s, opacity 0.33s;
}

.mobileShareBox.openShare {
    display: block;
}

.mobileShareBox .back {
    position: fixed;
    z-index: 99998;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.mobileShareBox .front {
    position: fixed;
    z-index: 99999;
    background-color: #fff;
    width: 100%;
    height: 40%;
    bottom: 0;
    right: 0;
    padding: 10px;
    background-color: #fefcfc;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border: 1px solid #ddd;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.84);
    -webkit-animation-name: softup;
    -webkit-animation-duration: 1s;
    animation-name: softup;
    animation-duration: 0.2s;
}

    .mobileShareBox .front .row {
        border-bottom: 1px solid #ddd;
        padding-bottom: 5px;
    }

.closeShare .front {
    -webkit-animation-name: softDown; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: softDown;
    animation-duration: 0.2s;
}

/*#region language style */

.mobileLanguageBox.close  {
    /*display: none;*/
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.33s, opacity 0.33s;
}

.mobileLanguageBox.open {
    display: block;
    color: #222121;
}
.mobileLanguageBox .fa{
     color: #222121 !important;
}
.mobileLanguageBox .back {
    position: fixed;
    z-index: 99998;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.mobileLanguageBox .front {
    position: fixed;
    z-index: 99999;
    background-color: #fff;
    width: 100%;
    height: 40%;
    bottom: 0;
    right: 0;
    padding: 10px;
    background-color: #fefcfc;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border: 1px solid #ddd;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.84);
    -webkit-animation-name: softup;
    -webkit-animation-duration: 1s;
    animation-name: softup;
    animation-duration: 0.2s;
}
.lan-icon {
    position: absolute;
    left: auto;
    top: 28px;
    right: 119px;
    font-size: large;
}
.lan-icon-s {
    position: absolute;
    left: auto;
    top: 27px;
    right: 92px;
    font-size: large;
}
    .mobileLanguageBox .front .row {
        border-bottom: 1px solid #ddd;
        padding-bottom: 5px;
    }

.mobileLanguageBox.close  .front {
    -webkit-animation-name: softDown; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    animation-name: softDown;
    animation-duration: 0.2s;
}
.back-gray{
    cursor:pointer;
}
#closeMobileBox{
 cursor:pointer;
}

/*#endregion */

.prl30 {
    padding: 0 30px;
}

.limitheight {
    overflow: hidden;
    max-height: 89px;
    transition: max-height 0.5s ease-in;
}

    .limitheight.open {
        max-height: 100%;
        transition: max-height 0.5s ease-in;
    }

.short-description {
    text-align: justify;
    word-break: break-word;
}

.short-description-report {
    text-align: justify;
    word-break: break-word;
    max-height: 138px;
    overflow: hidden;
}
/********************************** Company  *******************/
.loveBotton {
    padding: 9px;
    padding-top: 7px;
    float: left;
    margin-top: 39px;
    /*margin-top: 31px;*/
    background-color: white;
    border-radius: 50%;
    font-size: 1.5em !Important;
    font-weight: bold;
    /* border: 1px solid #ddd; */
    box-shadow: 0px 0px 3px 0px;
}

.btnFollowAffected {
    margin: 0px 6px;
    border-radius: 22px;
    padding: 5px 8px;
}

    .btnFollowAffected span {
        font-weight: normal;
        font-size: smaller;
        padding: 2px 6px;
    }

.follow {
    color: #4CAF50;
}

.un-follow {
    color: #D32F2F;
}

.mt0 {
    margin-top: 0px;
}

.shareBotton {
    padding: 8px 10px;
    float: left;
    margin-left: 10px;
}

.CreditRating {
    margin-top: 60px;
    float: left;
    color: #fff;
}

.customer-mode-credit-rating {
    margin-top: 106px;
}

.CreditRating button.widget-button {
    display: inline-block;
    width: auto;
}

.imgLogo {
    height: 90px;
    width: 90px;
    float: right;
    position: relative;
    top: -75px;
    left: -20px;
    margin-bottom: -44px;
    max-width: none;
}

.Company-head {
    font-weight: bold;
    font-size: 16px;
    padding-top: 5px;
    cursor: pointer;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.closeCompany.wid {
    padding: 12px;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 15px;
}

.operatorBox {
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
    margin-left: 5px;
    margin-top: 5px;
}

.ol-zoom button[type=button] {
    padding: 0;
    height: 1.375em;
    width: 1.375em;
    display: block;
    margin: 1px;
}

.ol-attribution button {
    padding: 0;
    height: 1.375em;
    width: 1.375em;
}

.height-line-2 {
    line-height: 2;
}

.btn-copy {
    font-size: large;
    cursor: pointer;
    padding: 15px 2px;
}

.m0 {
    margin: 0 !Important;
}

.required {
    z-index: 1;
    position: absolute;
    margin-top: 18px;
    margin-right: 5px;
    display: inline-block;
    left: 0;
    top: 0px;
}

select {
    padding: 0 15px;
}

.reg-field-padding {
    padding-bottom: 15px;
}

.btn-plan-serach {
    height: 50px !important;
}

.desc {
    font-size: 12px;
    max-height: 48px;
    line-height: 1.7;
}

.review-content {
    word-break: break-word;
}

.recover-label {
    padding: 0;
    padding-top: 12px;
    text-align: left;
}

.chosen-container-single .chosen-single span {
    margin-right: 20px;
}

.required-ddl {
    right: 35px;
    z-index: 9;
    margin-top: 50px;
}

.required-block {
    right: 20px;
    z-index: 9;
    margin-top: 50px;
}

.gray-line {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.agent-page .agent-content2 {
    padding: 0 40px;
    padding-top: 30px;
    padding-bottom: 19px;
}

.agent-page .agent-content2, .agent-page .agent-avatar2, .agent-page .agent-form {
    flex: 3;
}

.agent-page .agent-avatar2 {
    flex: 1.5;
    margin: 0;
}

.agent-avatar2 {
    width: 100%;
}

    .agent-avatar2 img {
        border-radius: 3px 3px 0 0;
        width: 100%;
        height: 100%;
        transform: translate3d(0);
    }

.agent-page .agent-avatar2 img {
    border-radius: 3px 0 0 3px;
    height: auto;
}

.agent-contact-details2 {
    list-style: none;
    padding: 0;
    margin: 0;
    color: #909090;
    display: block;
    padding: 18px 32px;
    background-color: #f7f7f7;
}

    .agent-contact-details2 li {
        position: relative;
        margin-right: 28px;
        line-height: 24px;
        padding: 3px 0;
        word-break: break-all;
    }

        .agent-contact-details2 li i {
            font-size: 18px;
            position: relative;
            top: 5px;
            right: -28px;
            position: absolute;
        }

.white-space-noraml {
    white-space: normal !important;
}

.registration-result-page .result {
    color: #00b16a;
}

.reg-box {
    background-color: #dcedc8;
    border-radius: 2px;
    border: 1px solid #80ba3c;
    margin-bottom: 40px;
    padding: 5px 8% !important;
}

.reg-box-error {
    background-color: #ffcdd2;
    border-radius: 2px;
    border: 1px solid #d32f2f;
    margin-bottom: 40px;
    padding: 5px 8% !important;
}

.alert-error-color {
    color: #d50000 !important;
}

.reg-check-ic {
    font-size: 3em !Important;
    color: #00b16a;
}

.inline-block {
    display: inline-block;
}

.reg-box a, .recovery-box a {
    color: #2962ff;
}

.recovery-box {
    margin-bottom: 40px;
    padding: 5px 8% !important;
}

.head-recov {
    padding: 15px 0;
    border-bottom: 2px solid #eee;
    margin: 0px 20px;
    font-weight: bold;
}

.recovery-box .button {
    padding-top: 28px;
}

.pt-11 {
    padding-top: 11px !important;
}

.min-270 {
    min-height: 270px;
    margin-bottom: 110px;
}

.result-box {
    background-color: #ffecb3;
    border: 1px solid #ffc107;
    padding: 5px 10px;
    margin: 10px 0;
}

.recovery-box .fa-check-circle {
    color: #00b16a;
}

.carousel .owl-controls {
    margin-top: -10px;
}

.product-spec-group .item, .product-spec-filter .item {
    display: block;
}

.comment-body {
    padding-left: 5px;
    padding-right: 5px;
}

.star-color {
    color: #fbc02d;
}

.icon-box-1 h3 {
    color: #fff;
}

.product-review-content {
    word-break: break-word;
}

#txtKey {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    height: 55px;
    width: 70%;
}

#btnSearch {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination ul li a {
    margin-left: 4px;
}

.guide-loading {
    margin-top: auto;
    right: 27%;
    background: transparent;
    float: none;
    top: 12px;
    left: 30%;
}

.guide-cat ul {
    max-width: 260px;
}

.guide-cat li a {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.guide-cat li {
    max-width: 270px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.guide-cat input ~ label:before {
    right: 3px;
    margin-right: 0;
    float: none;
}

.link-container {
    padding: 28px 30px;
    border-right: 1px solid #e0e0e0;
}

.max-width-text {
    /*max-width: 760px;*/
    padding-top: 5px;
    margin-bottom: 5px;
    text-align: justify;
    max-height: 85px;
    overflow: hidden;
    text-overflow: ellipsis;
    clear: both;
}

#divResultBox {
    text-align: right;
}

#divResultSearch .listing-title {
    max-height: 100%;
    padding-right: 12px;
    padding-left: 12px;
}

#divResultSearch .details.button.border {
    margin-top: -27px;
    left: 11px;
    display: inline-block;
    position: relative;
    float: left;
}

.margin-zero {
    margin: 0 !Important;
}

.max-height-full {
    max-height: 100%;
}

a.details-show {
    top: 35px !Important;
    display: inline-block !Important;
    position: relative;
    float: left;
    left: 11px;
    margin: 0;
    margin-top: -64px;
}

#divGoToPanel > i.fa {
    float: left;
    padding: 5px;
    font-size: 20px;
    line-height: 1.5;
    margin-top: -7px;
    margin-left: -4px;
    margin-right: 4px;
}

.cancel-discount-coupon-no-display {
    cursor: pointer;
    display: none;
    border: solid 1px red;
}

.cancel-discount-coupon {
    cursor: pointer;
    border: solid 1px red;
}

.cancel-discount-coupon-ico {
    border-radius: 5px;
    color: red;
    width: 25px;
    height: 25px;
}

.discount-last-price {
    text-decoration: line-through;
    display: inline-block;
}

.strike {
    text-decoration: line-through;
}

.news-body {
    padding: 5px;
    padding-bottom: 15px;
}

.max-limit {
    word-break: break-word;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.owl-carousel .max-limit {
    direction: rtl;
}

.news-list-homepage {
    padding: 60px 0;
}

#pnl-swap-product td, #pnl-swap-product th {
    border: none;
}

#pnl-swap-product th {
    background-color: #eee;
}

    #pnl-swap-product td:first-child, #pnl-swap-product th:first-child {
        text-align: right;
        padding-right: 10px;
        padding-left: 10px;
    }

    #pnl-swap-product th:first-child {
        border-top-right-radius: 4px;
    }

    #pnl-swap-product th:last-child {
        border-top-left-radius: 4px;
    }


#pnl-swap-product tr > td {
    padding-top: 8px;
    padding-bottom: 8px;
}

.pad-r2 {
    padding: 0;
    padding-right: 2px;
}

.pad-rl2 {
    padding: 0;
    padding-right: 2px;
    padding-left: 2px;
}

ul.listing-details.Not-limit {
    white-space: normal;
    overflow: inherit;
    height: 55px;
    display: table;
}

.limet-max-height {
    max-height: 52px;
    overflow: hidden;
}

.line-height-2 {
    line-height: 1;
}

.graph-svg-tip.comparison {
    direction: rtl;
    text-align: right;
}

.highlight {
    color: #db0101;
    /* padding-right: 1px; */
    /* padding-left: 1px; */
    /* margin-right: -1px; */
    /* margin-left: -1px; */
}

.max-Width-limited {
    max-width: 81%;
}

.label-form-required {
    width: 120px !important;
}

    .label-form-required::before {
        color: red;
        content: "*";
        padding-left: 7px;
    }

.edit-address .inputs label {
    text-align: right;
}

.max-width-140 {
    max-width: 140px;
}

.line-height-17 {
    line-height: 1.7;
}

.success-alert {
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #eee;
    margin: 15px 2px;
    color: #1b5e20;
}

.banner-box {
    display: inline-block;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 90;
    margin: 2px 0;
    border-radius: 3px;
}

.banner-content {
    position: absolute;
    z-index: 101;
    top: 40%;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    text-shadow: 1px 1px 3px #727272;
    color: #fff;
}

.banner-col {
    padding-left: 5px;
    padding-right: 5px;
}

.banner-content h3 {
    color: #fff;
    font-size: 18px;
}

.banner-image {
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 100%;
    transition: all 0.55s;
    position: absolute;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    transition: transform 0.35s ease-out;
}

.banner-img {
    width: 100%;
}

.login-tab {
    margin-bottom: 5px;
}

    .login-tab .tabs-nav li {
        width: 50%;
        text-align: center;
        border: 1px dashed #ddd;
        box-sizing: border-box;
        margin: 0;
        border-left: 2px solid #ddd;
    }

        .login-tab .tabs-nav li a {
            width: 100%;
            text-align: center;
        }

.dir-ltr {
    direction: ltr;
    display: inline-block;
}

.changeImageButton {
    -moz-transition: .3s ease-in opacity;
    -o-transition: .3s ease-in opacity;
    -webkit-transition: .3s ease-in opacity;
    transition: .3s ease-in opacity;
    width: 100px;
    display: inline-block;
    /*opacity: 0;*/
    background: #ffffffab;
    position: relative;
    top: -58px;
    font-size: 1em;
    text-align: center;
    right: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #000;
    cursor: pointer;
    width: 90px;
}

.divLogo:hover > .changeImageButton {
    -moz-transition: .3s ease-in opacity;
    -o-transition: .3s ease-in opacity;
    -webkit-transition: .3s ease-in opacity;
    transition: .3s ease-in opacity;
    opacity: 1;
}

.button-company-edid {
    position: relative;
    left: 10px;
    float: left;
    top: -74px;
    /*opacity: 0;*/
    transition: 0.3s ease-in opacity;
}

.listing-badges > span.button-company-edid {
    float: right;
    left: auto;
    right: 15px;
    cursor: pointer;
}

.top-36 {
    top: -36px;
}

.top-28 {
    top: -28px;
}

.top-20 {
    top: -20px;
}

.left-42 {
    left: -42px;
}

.left-7 {
    left: -7px;
}

.button.view-link {
    /*left: 5px;
    top: 104px;*/
    /*height: 32px;*/
    height: 46px;
    padding: 9px 25px;
    /* position: absolute; */
    /* display: inline-block; */
    z-index: 9;
    float: right;
    margin-left: -9px;
    /* margin-top: -37px; */
    margin-top: -33px;
    font-size: large;
}

.button.view-link-mobile {
    text-align: center;
    height: 32px;
    margin-top: 4px;
    padding: 4px 12px;
    display: inline-block;
}

.showDialog {
    margin-bottom: -33px;
}

.opacity-9 {
    opacity: 0.9;
    z-index: 1000;
}

.margin-r-56 {
    margin-right: -56px;
}

.review-box .captcha-box {
    margin-top: 10px;
}

.item {
    width: 97%;
}

.digit-box {
    border: 1px solid #ddd;
    padding: 9px 18px;
    width: 100%;
    margin: 5px 0;
    border-radius: 5px;
    box-shadow: 1px 2px #ddd;
    font-size: 1.2em;
    display: inline-block;
}

    .digit-box > .icon-box {
        float: left;
        border-right: 1px solid #ddd;
        padding: 7px 0px;
        font-size: 27px;
        margin: -8px;
        width: 18%;
        margin-left: -13px;
    }

.pad-bt-12 {
    padding: 12px 0px;
}

.top-108 {
    top: -108px;
}

.container-link {
    padding: 90px 1px;
}

.link-box {
    text-decoration: none;
    display: inline-block;
    padding: 15px 17px;
    border: #545353 1px solid;
    margin: 5px 0px;
    border-radius: 29px;
    font-size: 20px;
    color: #545353;
}

    .link-box:hover {
        background-color: #eee;
        color: #000;
        border: #000 1px solid;
    }

.cat-box {
    text-decoration: none;
    display: inline-block;
    padding: 10px 15px;
    border: #545353 1px solid;
    margin: 5px 0px;
    border-radius: 29px;
    font-size: 20px;
    color: #545353;
}

    .cat-box:hover {
        background-color: #eee;
        color: #000;
        border: #000 1px solid;
    }

    .cat-box .mls {
        font-size: 16px;
        top: 0;
    }

.link-list li {
    display: inline;
}

.link-list.list-max-10 li:nth-child(n+11) {
    display: none;
}

.suggest-header {
    font-size: medium;
    color: #66676b;
}

.more-action {
    font-size: 16px;
    /* color: #000; */
    font-weight: 600;
    cursor: pointer;
    padding: 5px;
    border: none;
    background: none;
}

    .more-action:hover {
        background-color: #eee;
        color: #272727;
    }

.btn-less {
    display: none;
}

.header-container {
    background-color: #f7f7f7;
    padding: 40px 0px;
}

.btnSearchHome {
    font-size: 23px !important;
    padding: 11px !important;
    height: 57px !important;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 5px !important;
    border-top-left-radius: 5px !important;
}

.advanced-search-container {
    padding: 2px;
}

.advanced-search-box {
    width: 50%;
}

    .advanced-search-box a {
        padding: 17px 12px;
        border: 1px solid #d1d0d0;
        border-radius: 10px;
        margin: 16px 0;
        display: block;
        font-size: 16px;
        font-weight: 600;
        color: #464545;
    }

        .advanced-search-box a:hover {
            -moz-box-shadow: 0px 4px 12px #0000003b;
            -webkit-box-shadow: 0px 4px 12px #0000003b;
            box-shadow: 0px 4px 12px #0000003b;
        }

        .advanced-search-box a .sl {
            float: left;
            font-size: 24px;
        }

.advanced-search-container .advanced-header {
    color: #844e17;
    font-size: medium;
}

.header-title {
    padding: 30px 0;
    color: #854f0d;
    line-height: 1.5;
}

@media only screen and (max-width: 600px) {
    .header-title {
        padding-top: 0px;
        margin-top: -22px;
    }
}

.news-box img {
    /*min-width: 350px;*/
    padding-top:15px;
}

.news-box .news-title {
    padding: 1px;
    line-height: 1.5;
}

.news-box .news-content {
    padding-top: 10px;
    font-size: 17px;
    line-height: 2;
}

.carousel-buttons {
    /* float: left; */
    /* margin-left: -15px; */
    position: absolute;
    left: 17%;
    z-index: 999999;
    border-radius: 20px;
    /* background: #f7f7f7; */
    margin-top: -22px;
}
.owl-carousel {
    touch-action: manipulation; /* یا none */
}

.owl-pagination {
    position: absolute;
    /* bottom: -79px; */
    /* left: 50%; */
    /* transform: translateX(-59%); */
    text-align: center;
    width: 100%;/*
    margin-top: 30px;
    padding-top: 15px;*/
}

.two-carousel {
    position: relative;
}
 
.owl-page span {
    background: #ccc;
    width: 10px;
    height: 10px;
    margin: 5px;
    display: inline-block;
    border-radius: 50%;
}

.owl-page.active span {
    background: #333;
}
    .carousel-buttons div {
        display: inline-block;
        font-weight: 600;
        margin: 0px 6px;
        padding: 5px 15px;
        cursor: pointer;
    }

        .carousel-buttons div:hover {
            border-radius: 25px;
            background-color: #eee;
        }

@media (max-width: 900px) {
    .carousel-buttons {
        /* float: left; */
        /* margin-left: -15px; */
        position: relative;
        left: auto;
        z-index: 999999;
        border-radius: 20px;
        /* background: #f7f7f7; */
        margin-top: -16px;
        width: 100%;
        padding: 9px;
    }
}
    .divSearchResult {
        display: none;
        position: absolute;
        width: 90%;
        background: #fff;
        padding: 10px 0px;
        border-radius: 4px;
        margin-top: -13px;
        z-index: 99;
        box-shadow: 0px 0px 3px 1px #ddd;
    }

        .divSearchResult .list-group-item > a {
            padding: 5px 15px;
            margin-bottom: -1px;
            background-color: #fff;
            border: 1px solid #ddd;
            display: block;
        }

            .divSearchResult .list-group-item > a:hover {
                background-color: #f7f7f7;
            }

    .Highlight-style {
        font-weight: 600;
    }
    /*************************************  start-media ****************/
    @media (max-width: 431px) {
        .company-name-mobile {
            margin-top: -23px !important;
        }
    }

    @media (min-width: 432px) and (max-width: 767px) {
        .company-name-mobile {
            margin-left: 25px !important;
            margin-top: -31px !important;
        }

        .advanced-search-box {
            width: 100%;
        }

        .btnSearchHome {
            float: left;
            margin-top: -57px;
        }
    }

    @media (max-width: 480px) {
        .login-page .captcha-box {
            margin: 15px -75px 0px -47px;
        }

        .advanced-search-box {
            width: 100%;
        }

        .btnSearchHome {
            float: left;
            margin-top: -57px;
        }

        .regbox .captcha-box {
            margin: 15px -48px 0px -17%;
            transform: scale(0.8);
        }

        .report-captcha .captcha-box {
            transform: scale(0.8);
            margin: 15px -48px 0px -17%;
        }

        .review-box .captcha-box {
            transform: scale(0.8);
            margin: 15px -48px 0px -17%;
        }

        .new-comment .captcha-box {
            transform: scale(0.8);
            margin: 15px -48px 0px -17%;
        }

        #divContactToCompanyContainer .captcha-box {
            transform: scale(0.8);
            margin: 15px -13% 0px -11%;
        }

        .request-box .captcha-box {
            transform: scale(0.8);
            margin: 15px -13% 0px -11%;
        }
    }

    @media (max-width: 400px) {
        .login-page .captcha-box {
        }

        .regbox .captcha-box {
            position: relative;
            margin: 15px -78px 0px -10%;
            transform: scale(0.8);
            left: -37px;
        }

        .recovery-box .captcha-box {
            margin: 9px -52px 20px;
        }

        .report-captcha .captcha-box {
            transform: scale(0.8);
            margin: 15px -13% 0px -17%;
        }
    }

    @media (max-width: 340px) {
        .login-page .captcha-box {
            transform: scale(0.7);
            margin: 15px -73px 0px -49%;
            position: relative;
            left: -22px;
            width: 247px;
        }

        .regbox .captcha-box {
            position: relative;
            margin: 16px -65px 0px -12%;
            transform: scale(0.8);
            left: -28px;
        }

        .recovery-box .captcha-box {
            margin: 9px -80px 20px;
            transform: scale(0.7);
            margin-right: -49px;
        }

        .new-comment .captcha-box {
            transform: scale(0.8);
            margin: 15px -33px 0px -17%;
        }

        #divContactToCompanyContainer .captcha-box {
            transform: scale(0.8);
            margin: 15px -13% 0px -11%;
        }
    }

    @media (max-width: 320px) {
        .login-page .captcha-box {
            transform: scale(0.7);
            margin: 15px -73px 0px -49%;
            position: relative;
            left: -17px;
            width: 247px;
        }
    }

    @media (max-width: 300px) {
        .regbox .captcha-box {
            margin: 15px -51px 0px -79px;
        }
    }

    @media (max-width: 480px) {
        .captcha-box {
            margin: 9px -80px 20px;
            transform: scale(0.7);
            margin-right: -65px;
        }

        .margin-r-resp {
            margin-right: -23%;
        }
    }

    @media (max-width: 600px) {
        .changeLogoMobile {
            right: 15px;
        }

        .listing-title .font-sm {
            font-size: 16px;
        }
    }

    @media (max-width: 992px) {
        .row-mobile {
            margin-right: 0px !IMPORTANT;
            margin-left: 0px !IMPORTANT;
            font-size: 14px;
        }
    }

    @media (min-width: 992px) {
        .removePad-left {
            padding-left: 0;
        }
    }

    @media (max-width: 1369px) {
        #map-container.homepage-map {
            height: 480px;
        }
    }

    @media (max-width: 1365px) {
        .listings-container.fs-listings.grid-layout .listing-item {
            width: 100%;
            margin: 0 0 30px 0;
        }

        .listings-container.fs-listings.grid-layout {
            padding: 0 40px;
        }

        .listings-container.fs-listings.list-layout .listing-item {
            display: block;
        }

        .listings-container.fs-listings.list-layout .details.button.border {
            display: none;
        }

        .listings-container.fs-listings.list-layout .listing-img-container {
            max-width: 100%;
        }

        .fs-switcher .layout-switcher {
            display: none;
        }
    }

    @media (max-width: 1599px) {
        .col-fs-12,
        .col-fs-11,
        .col-fs-10,
        .col-fs-9,
        .col-fs-8,
        .col-fs-7,
        .col-fs-6 {
            width: 100%;
        }

        .col-fs-5,
        .col-fs-4,
        .col-fs-3,
        .col-fs-2,
        .col-fs-1 {
            width: 50%;
        }
    }

    @media (max-width: 1440px) {
        .fullwidth-home-slider .item,
        .fullwidth-property-slider .item {
            height: 500px;
        }
    }

    @media (max-width: 1366px) {
        .fullwidth-property-slider .slick-prev {
            right: 9%;
        }

        .fullwidth-property-slider .slick-next {
            left: 9%;
        }
    }

    @media (max-width: 990px) {
        .stacktable.large-only {
            display: none;
        }

        .stacktable.small-only {
            display: table;
        }

        #pnl-swap-product td:first-child, #pnl-swap-product th:first-child {
            text-align: center;
        }
    }

    @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
        .mfp-img-mobile .mfp-image-holder {
            padding-right: 0;
            padding-left: 0;
        }

        .mfp-img-mobile img.mfp-img {
            padding: 0;
        }
        /* The shadow behind the image */

        .mfp-img-mobile .mfp-figure:after {
            top: 0;
            bottom: 0;
        }

        .mfp-img-mobile .mfp-bottom-bar {
            background: rgba(0, 0, 0, 0.6);
            bottom: 0;
            margin: 0;
            top: auto;
            padding: 3px 5px;
            position: fixed;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

            .mfp-img-mobile .mfp-bottom-bar:empty {
                padding: 0;
            }

        .mfp-img-mobile .mfp-counter {
            left: 5px;
            top: 3px;
        }

        .mfp-img-mobile .mfp-close {
            top: 0;
            left: 0;
            width: 35px;
            height: 35px;
            line-height: 35px;
            background: rgba(0, 0, 0, 0.6);
            position: fixed;
            text-align: center;
            padding: 0;
        }

        .mfp-img-mobile .mfp-figure small {
            display: inline;
            margin-right: 5px;
        }
    }

    @media all and (max-width: 800px) {
        .mfp-arrow {
            width: 70px;
        }
    }

    @media only screen and (min-width: 640px) {
        .single-line-max-width {
            max-width: 350px;
        }

        .title-single-line-max-width {
            max-width: 350px;
        }
    }

    @media only screen and (min-width: 800px) {
        .single-line-max-width {
            max-width: 378px;
        }

        .title-single-line-max-width {
            max-width: 400px;
        }
    }

    @media only screen and (min-width: 1024px) {
        .single-line-max-width {
            max-width: 354px;
        }

        .title-single-line-max-width {
            max-width: 450px;
        }
    }

    @media only screen and (min-width: 1280px) {
        .single-line-max-width {
            max-width: 500px;
        }

        .title-single-line-max-width {
            max-width: 600px;
        }
    }


    @media only screen and (min-width: 1400px) {
        .single-line-max-width {
            max-width: 510px;
        }

        .title-single-line-max-width {
            max-width: 580px;
        }
    }


    @media only screen and (min-width: 1800px) {
        .single-line-max-width {
            max-width: 700px;
        }

        .title-single-line-max-width {
            max-width: 670px;
        }
    }
    /* Smaller than standard 1180 (devices and browsers) */
    @media (max-width: 900px) {
        #header.cloned {
            display: none;
        }
    }

    @media (max-width: 480px) {
        .property-slider .item,
        .property-slider.default .item {
            height: 200px;
        }

        .forgot-password {
            float: right !important;
        }

        .footer-item ul li {
            display: block !important;
        }

        .xs-text-center {
            text-align: center;
        }
    }

    @media only screen and (max-width: 1024px) {
        #style-switcher {
            display: none;
        }
    }

    @media (max-width: 1334px) {
        ul.top-bar-menu {
            line-height: 1.4;
        }
    }

    @media screen and (max-width: 992px) and (min-width: 768px) {
        #small-searchterms {
            width: 83.3%;
        }

        #company-small-searchterms {
            width: 83.3%;
        }
    }
    /*@media (min-width: 1600px) {
    .plan-container {
        width: 81% !important;
    }
}*/
    @media (max-width: 992px) {
        .col-fs-12,
        .col-fs-11,
        .col-fs-10,
        .col-fs-9,
        .col-fs-8,
        .col-fs-7,
        .col-fs-6,
        .col-fs-5,
        .col-fs-4,
        .col-fs-3,
        .col-fs-2,
        .col-fs-1 {
            width: 100%;
        }

        .overflow-hidden {
            overflow: hidden;
        }

        .picture .img-box {
            height: 100%;
        }
    }

    @media (max-width: 481px) {
        .item-box .picture a img {
            width: 100%;
        }

        .adv-search-btn a {
            margin-top: 8px;
            width: 96%;
            text-align: center;
        }
    }

    @media (min-width: 992px) {
        .col-md2-4 {
            width: 23%;
        }

        /*.plan-container {
        width: 800px !important;
    }*/
    }

    @media (min-width: 769px) {

        .item-box {
            width: 100%;
            margin: 0 .5% 50px;
        }

        /*** SHOPPING CART ***/

        .order-progress {
            padding: 20px;
        }

            .order-progress li {
                margin: 0 10px;
            }

            .order-progress a {
                min-width: 80px;
            }

        .cart-options .common-buttons {
            text-align: right;
        }

        .cart-options .checkout-attributes,
        .cart-options .selected-checkout-attributes {
            padding: 0 10px;
        }

        .cart-footer .totals {
            float: left;
            width: 45%;
            margin: 0 2.5%;
        }

        .cart-footer .terms-of-service {
            text-align: left;
        }

        .cart-footer .checkout-buttons,
        .cart-footer .addon-buttons {
            text-align: right;
        }

        .cart-footer .cart-collaterals {
            float: right;
            width: 45%;
            margin: 0 2.5%;
        }

            .cart-footer .cart-collaterals div,
            .cart-footer .cart-collaterals label {
                text-align: right;
            }

        .cart-footer .estimate-shipping label {
            display: block;
            margin: 0 0 10px;
        }

        .cart-footer .estimate-shipping .buttons {
            text-align: right;
        }
        /*** CHECKOUT ***/

        /*.ol-checkout-page {
        width: 100%
    }*/

        .checkout-page .selected-checkout-attributes {
            float: right;
            text-align: right;
        }

        .checkout-page .cart-footer .totals {
            max-width: 350px;
            margin: 0;
        }

        .checkout-page .address-grid {
            overflow: hidden;
        }

        .checkout-page .address-item {
            float: left;
            width: 48%;
            margin: 0 1% 40px;
        }

        .plan-payment-one-row {
            width: 100% !important;
        }

        .shipping-method .method-list li,
        .payment-method .method-list li {
            display: inline-block;
            width: 50%;
            /*margin: 20px 2%;*/
            vertical-align: top;
        }

        .shipping-method .method-name {
            background-color: #f6f6f6;
            padding: 10px;
        }

        .payment-method .payment-logo {
            display: block;
            background-color: #f6f6f6;
            padding: 10px;
        }

        .payment-method .payment-details {
            display: block;
            width: auto;
            min-width: 0;
            margin: 10px 0 0;
            text-align: center;
        }

        .payment-info .info {
            padding: 30px 75px;
        }

        .order-review-data,
        .order-details-area,
        .shipment-details-area {
            overflow: hidden;
        }

            .order-review-data ul,
            .order-details-area ul,
            .shipment-details-area ul {
                float: left;
                width: 48%;
                margin: 0 1% 40px;
            }
    }

    @media all and (min-width: 481px) {
        .footer-block {
            width: 85%;
        }

        /*.newsletter-email input[type="text"] {
        width: 240px;
    }*/
    }

    @media all and (min-width: 769px) {

        .footer-block {
            display: inline-block;
            width: 25.33333%;
            margin: 0 4%;
            vertical-align: top;
        }

            .footer-block .title {
                margin: 0 0 15px;
                background: none;
                padding: 0;
                color: #444;
                cursor: auto;
            }

            .footer-block .list {
                display: block !important; /* prevents toggle display:none on resize */
                background: none;
                padding: 0;
            }

                .footer-block .list li {
                    padding: 5px 0;
                }

                .footer-block .list a {
                    display: inline;
                }

        .follow-us {
            width: 98%;
            margin: 25px auto 0;
        }
    }

    @media only screen and (min-width: 1367px) {
        /*** GLOBAL STYLES ***/

        .inputs label {
            width: 375px;
        }

        .center-2 .inputs label {
            width: 213px;
        }
        /*** REGISTRATION, LOGIN, ACCOUNT ***/

        .login-page .returning-wrapper input[type="text"],
        .login-page .returning-wrapper input[type="password"] {
            width: 360px;
        }
        /*** SHOPPING CART ***/

        .cart-footer .totals {
            width: 395px;
            margin: 0;
        }

        .cart-footer .cart-collaterals {
            width: 760px;
            margin: 0;
        }

            .cart-footer .cart-collaterals .deals {
                float: left;
                width: 360px;
            }

            .cart-footer .cart-collaterals .shipping {
                float: right;
                width: 360px;
            }

        .cart-footer .estimate-shipping .inputs label {
            display: inline-block;
            width: 35%;
        }

        .cart-footer .estimate-shipping .inputs input,
        .cart-footer .estimate-shipping .inputs select {
            width: 57%;
            display: inline-block;
        }
        /*** CHECKOUT ***/

        .shipping-method .method-list li,
        .payment-method .method-list li {
            margin: 20px 1%;
        }

        .payment-info .info td:first-child {
            width: 375px !important;
        }

        .payment-info .info td:only-child {
            width: 100% !important;
        }
    }

    @media all and (min-width: 1367px) {
        .footer-upper {
            width: 1200px;
            padding: 35px 30px;
        }

        .footer-block {
            width: 275px;
        }

        .footer-lower {
            width: 1200px;
            padding: 25px 20px;
        }
    }

    @media all and (min-width: 1600px) {
        .footer-upper {
            width: 85%;
            padding: 35px 30px;
        }

        .footer-block {
            width: 25%;
        }

        .footer-lower {
            width: 85%;
            padding: 25px 20px;
        }
    }

    @media (min-width: 1239px) {
        .carousel-item.cc-carousel-item {
            width: 100% !important;
        }
    }

    @media (max-width: 1239px) {
        .company-name-profile {
            margin-right: 46px !important;
        }

        .company-item-img {
            margin-right: 28px !important;
        }

        #map-container.homepage-map {
            height: 480px;
        }

        .icon-box-1.alternative:after {
            display: none;
        }

        .fullwidth-layout .list-layout .listing-content {
            flex: 3;
        }

        .fullwidth-layout .list-layout .listing-img-container {
            flex: 1.5;
        }

        .listing-item.compact li {
            padding: 15px 0 0 15px;
            font-size: 13px;
            line-height: 18px;
        }

            .listing-item.compact li span {
                font-size: 13px;
            }

        .listing-img-content span {
            font-size: 19px;
        }

        .compact .listing-img-content .listing-compact-title {
            padding: 18px 23px;
        }

            .compact .listing-img-content .listing-compact-title i {
                font-size: 15px;
                margin: 1px 0 0 0;
            }

        .compact .listing-img-container:before {
            background: linear-gradient(to bottom, transparent 50%, #2f2f2f);
        }

        #navigation.style-1 {
            width: 100%;
            position: relative;
        }

        .fullwidth-home-slider .slick-prev {
            left: 75px;
            right: initial;
        }

        .fullwidth-home-slider .slick-next {
            left: 20px;
            right: initial;
        }

        .fullwidth-home-slider .slick-prev,
        .fullwidth-home-slider .slick-next {
            border-radius: 3px;
            top: 20px;
            transform: none;
            opacity: 1;
            transform: translate(0, 0);
        }

        .fullwidth-home-slider:hover .slick-prev,
        .fullwidth-home-slider:hover .slick-next {
            transform: translate(0, 0);
        }

        .property-slider.default .item {
            height: 500px;
        }

        .listing-features {
            padding: 24px 30px 24px 30px;
        }

            .listing-features li {
                color: #888;
                margin-left: 25px;
                padding: 0;
            }

                .listing-features li span {
                    display: inline-block;
                    color: #444;
                    margin-right: 3px;
                }

        .single-line {
            font-size: 22px;
            margin-right: 15px;
            margin-left: 18px;
        }

        .single-line-name {
            margin-left: -7px;
        }

        .single-line-company {
            margin-right: 15px;
            margin-left: 18px;
        }

        .company-name-index {
            padding-right: 15px;
        }

        .economic-nature-name {
            margin-right: 28px !important;
        }
    }

    @media (max-width: 351px) and (min-width: 234px) {
        .single-line {
            width: 200px !important;
        }

        .single-line-company {
            width: 143px !important;
        }
    }

    @media (max-width: 234px) {
        .single-line {
            width: 100px !important;
        }

        .single-line-company {
            width: 100px !important;
        }
    }
    /*@media (min-width: 1439px) {
    .cart-plan {
        height: 350px;
        background-color: red;
    }
}*/
    @media (min-width: 1001px) {

        .listing-item .buttons {
            text-align: right;
        }

        .advanced-search .price-range {
            margin-left: 120px;
        }

        .center-2 .inputs label {
            width: 130px;
            vertical-align: top;
        }

        .inputs label {
            display: block;
            /*display: inline-block;*/
            width: 265px;
            margin: 0 10px 0 0;
            text-align: right;
        }

        .label-form {
            width: 120px !important;
        }

            .label-form::before {
                content: " ";
                padding-left: 7px;
            }

        /*.label-form-required {
        width: 120px !important;
    }

    .label-form-required::before {
        color: red;
        content: "*";
        padding-left: 7px;
    }*/

        .block a.product-picture {
            display: inline-block;
            position: relative;
            width: 30%;
            /*margin: 0 0 0 -15px;*/
            vertical-align: middle;
        }

        .block a.product-name {
            vertical-align: middle;
        }

        .center-1 .buttons {
            text-align: center;
        }

        .home-page .product-grid .item-box,
        .product-details-page .product-grid .item-box,
        .shopping-cart-page .product-grid .item-box {
            width: 24%;
            margin: 0 0.5% 5px;
        }

        .header-links a, .header-links span ul.top-bar-menu li a {
            line-height: 45px;
            text-transform: none;
        }

        .header-links a, .header-links span ul.top-bar-menu li a {
            line-height: 45px;
            text-transform: none;
        }

        .mini-shopping-cart {
            padding: 12px;
            text-align: right;
            font-size: 13px;
        }

        shopping-cart .count {
            padding: 5px 0 15px;
            color: #444;
        }

        .mini-shopping-cart .count {
            padding: 5px 0 12px;
            color: #444;
        }
    }

    @media all and (min-width: 991px) {

        .footer-upper {
            width: 990px;
            padding: 35px 10px;
        }

            .footer-upper:after {
                content: "";
                display: block;
                clear: both;
            }

        .footer-block {
            float: left;
            width: 220px;
            margin: 0;
        }

            .footer-block:first-child {
            }

            .footer-block .list {
                margin: 0;
            }

        .follow-us {
            width: 300px !important;
            margin: 0;
            text-align: right;
        }

            .follow-us .social li {
                margin: 2px 4px 0 0;
            }

        .newsletter-email {
            display: block;
        }

            /*.newsletter-email input[type="text"] {
            width: 200px;
        }*/

            .newsletter-email .newsletter-subscribe-button {
                /*width: 100px;*/
                padding: 0 5px;
            }

        .newsletter-validation .field-validation-valid {
            text-align: left;
        }

        .footer-lower {
            position: relative;
            width: 980px;
            padding: 25px 5px;
        }

            .footer-lower:after {
                content: "";
                display: block;
                clear: both;
            }

        .footer-info {
            float: right;
            line-height: 32px;
        }

        .footer-powered-by {
            float: left;
            margin: 0;
            line-height: 32px;
        }

        .theme-selector {
            float: left;
            margin: 0 0 0 15px;
        }

        /*** GLOBAL TABLES ***/


        .cart tr {
            width: auto;
            margin: 0;
        }

        .cart .td-title {
            display: none;
        }

        .order-details-page .data-table tr {
            width: auto;
            margin: 0;
        }

        .order-details-page .data-table label {
            display: none;
        }

        .color-squares li {
            margin: 0 10px 10px 0;
        }
        /*** REGISTRATION, LOGIN, ACCOUNT ***/

        .gender span {
            margin: 0 10px 0 0;
        }

            .gender span > * {
                margin: 0 5px 0 0;
            }

        .date-of-birth select:nth-child(4) {
            margin-left: 22px;
        }

        #check-availability-button {
            display: block;
            margin: 10px auto;
        }

        .login-page .customer-blocks {
            overflow: hidden;
        }

        .login-page .new-wrapper {
            float: left;
            width: 49%;
            margin: 0;
        }

            .login-page .new-wrapper .text {
                min-height: 200px;
            }

        .login-page .returning-wrapper {
            float: right;
            width: 49%;
        }

            .login-page .returning-wrapper .form-fields {
                min-height: 200px;
                padding: 30px 0 0;
            }

            .login-page .returning-wrapper .inputs label {
                width: 110px;
            }

            .login-page .returning-wrapper input[type="text"],
            .login-page .returning-wrapper input[type="password"] {
                width: 300px;
                display: inline-block;
            }

        .address-list-page .section,
        .order-list-page .section,
        .return-request-list-page .section {
            display: block;
            width: auto;
            margin: 0 0 40px;
        }

        .address-list-page .buttons,
        .order-list-page .buttons {
            position: absolute;
            top: 5px;
            left: 10px;
        }

        .avatar-page .message-error,
        .avatar-page .buttons {
            text-align: left;
        }
        /*** GLOBAL TABLES ***/

        .cart tr {
            width: auto;
            margin: 0;
        }

        .order-details-page .data-table tr {
            width: auto;
            margin: 0;
        }

        .order-details-page .data-table label {
            display: none;
        }
        /*** SHOPPING CART ***/

        .shopping-cart-page .cart-options {
            overflow: hidden;
        }

        .shopping-cart-page .checkout-attributes {
            float: right;
            max-width: 565px;
            margin: -30px 0 15px;
        }

            .shopping-cart-page .checkout-attributes li {
                margin: 5px 10px 5px 0;
            }

        .shopping-cart-page .selected-checkout-attributes {
            float: right;
            max-width: 395px;
            margin: 15px 0;
        }
        /*** CHECKOUT ***/

        .order-progress {
            margin: -30px 0 50px;
        }

        .checkout-page .address-item {
            width: 31.33333%;
        }

        .checkout-page .terms-of-service {
            text-align: center;
        }

        .payment-info .info {
            padding: 30px 15px;
        }

            .payment-info .info td:first-child {
                width: 265px !important;
                margin: 0 10px 0 0;
                text-align: right;
            }

            .payment-info .info td:only-child {
                width: 100% !important;
            }

        .order-review-data .title,
        .order-details-area .title,
        .shipment-details-area .title {
            text-align: left;
        }

        .opc .order-review-data ul {
            text-align: left;
        }

        .ol-checkout-page {
            width: 100%;
        }

        .breadcrumb {
            margin: 0 0 2px;
        }
    }

    @media (min-width: 1000px) {

        #pnl-swap-product tr:nth-child(even) td {
            background-color: #f6f6f6;
            border-radius: 0;
        }
    }

    @media (max-width: 1240px) and (min-width: 1000px) {
        ul.listing-details {
            width: 99%;
        }

        ul.listingmidel-details {
            width: 100%;
        }

        .listingmidel-footer {
            width: 100%;
        }

        .Language-spoken {
            width: 100%;
            /*display: inline;*/
        }

        /*.listing-item {
        width: 83%;
    }*/
        .listingmidel-footer span {
            float: right;
        }
    }

    @media (max-width: 1240px) and (min-width: 991px) {
        ul.listing-details.Not-limit li, ul.listing-details.Not-limit h4 {
            font-size: 13px;
        }

        .cart-plan-description {
            height: 150px;
        }
    }

    @media all and (max-width: 1000px) {
        /*** GLOBAL TABLES ***/

        .cart {
            display: block;
        }

            .cart colgroup,
            .cart thead {
                display: none;
            }

            .cart tbody {
                display: block;
                overflow: hidden;
            }

            .cart tr {
                display: block;
                float: left;
                width: 100%;
                margin: 40px 0 0;
                border: 1px solid #ddd;
            }

            .cart td {
                display: block;
                border: none;
                padding: 10px;
            }


                .cart td.remove-from-cart {
                    margin: 0 0 15px;
                    border-bottom: 1px solid #ddd;
                    background-color: #eee;
                    padding: 10px;
                }

                .cart td.product-picture {
                    border-top: 1px solid #ddd;
                    padding: 15px 10px 5px;
                }

                .cart td.product {
                    min-width: 0;
                    border-bottom: 1px solid #ddd;
                    padding: 5px 10px 15px;
                    text-align: center;
                }

                .cart td.quantity {
                    display: inline-block;
                    padding: 0 10px;
                    vertical-align: middle;
                }

                .cart td.unit-price,
                .cart td.subtotal {
                    display: inline-block;
                    padding: 20px 10px;
                    vertical-align: middle;
                }

        .order-details-page .data-table {
            display: block;
        }

            .order-details-page .data-table colgroup,
            .order-details-page .data-table thead {
                display: none;
            }

            .order-details-page .data-table tbody {
                display: block;
                overflow: hidden;
            }

            .order-details-page .data-table tr {
                display: block;
                float: left;
                width: 100%;
                margin: 40px 0 0;
                border: 1px solid #ddd;
            }

            .order-details-page .data-table td {
                display: block;
                border: none;
                padding: 10px;
            }

                .order-details-page .data-table td.product,
                .order-details-page .data-table td.tracking-number {
                    min-width: 0;
                    border-bottom: 1px solid #ddd;
                    padding: 5px 10px 15px;
                    text-align: center;
                }
    }

    @media (max-width: 1000px) and (min-width: 600px) {
        .hidden-smd {
            display: none !important;
        }
    }

    @media (max-width: 1000px) {
        /*.listing-content .Not-limit {
        width: 296px !important;
    }*/

        .add-to-cart-panel input {
            width: calc(50% - 2px) !important;
        }

        .add-to-cart-panel .button-1 {
            width: calc(50% - 5px) !important;
        }

        .add-to-cart-panel {
            width: 100%;
        }

        .button-width-max {
            width: 100%;
        }

        .button-width-max-50 {
            width: 50%;
        }

        ul.listing-details {
            width: 100%;
        }

        .add-to-cart-panel {
            width: 100%;
        }

        /*ul.listingmidel-details {
        width: 60%;
    }*/

        /*.listingmidel-footer {
        width: 80%;
    }*/

        /*.Language-spoken {
        width: 60%;
        display: inline;
    }*/

        /*.listing-item {
        width: 83%;
    }*/
    }

    @media (min-width: 481px) {
        .item-box {
            width: 100%;
            margin: 0 .5% 50px;
        }

        .item-box {
            width: 49%;
            margin: 0 .5% 50px;
        }
    }

    @media (max-width: 481px) {
        .headerTop {
            min-height: 120px;
        }
    }

    @media (max-width:770px) {
        .owl-item {
            width: auto;
            padding-top: 1px;
        }

        .product-features-features {
            margin: 20px;
        }
    }

    @media only screen and (max-width: 1651px) {
        .grid-layout-five {
            right: -1.5%;
            width: 103%;
        }

            .grid-layout-five .listing-item {
                width: 23%;
                margin-right: 1%;
                margin-left: 1%;
            }
    }

    @media only screen and (max-width: 991px) {
        .economic-nature-name {
            margin-right: 0 !important;
        }

        .company-item-img {
            margin-right: 0 !important;
        }

        .company-name-profile {
            margin-right: 17px !important;
        }

        .company-name-index {
            padding-right: 0;
            margin-right: 4px;
        }

        .company-name {
            /*width: 215px !important;*/
        }

        #navigation.style-2.cloned {
            display: none;
        }

        #backtotop {
            display: none;
            /*opacity: 0;
        visibility: hidden;*/
        }

        a.grid-three {
            display: none;
        }

        .grid-layout-three {
            right: -1.5%;
            width: 103%;
        }

            .grid-layout-three .listing-item {
                width: 47%;
                margin-right: 1.5%;
                margin-left: 1.5%;
            }

        .grid-layout-five {
            right: -1.5%;
            width: 103%;
        }

            .grid-layout-five .listing-item {
                width: 47%;
                margin-right: 1.5%;
                margin-left: 1.5%;
            }

        .fullwidth-layout .list-layout .listing-content {
            flex: 3;
        }

        .fullwidth-layout .list-layout .listing-img-container {
            flex: 2;
        }

        .listing-item.compact .listing-hidden-content {
            height: 70px;
        }

            .listing-item.compact .listing-hidden-content li {
                opacity: 1;
            }

        .compact .listing-img-container:before {
            transform: translateY(-70px);
        }

        .fullwidth-property-slider .item {
            height: 400px;
        }

        .fullwidth-property-slider .slick-prev {
            right: 40px;
        }

        .fullwidth-property-slider .slick-next {
            left: 40px;
        }

        .contact-map .address-box-container {
            width: 50%;
            /*height: 400px;*/
        }

        #navigation.style-1 {
            margin: 0;
            width: 100%;
            padding-top: 0px;
            position: relative;
        }

            #navigation.style-1:before {
                display: none;
            }

        .main-search-form {
            width: 100%;
            display: block;
            margin: 0 auto;
            position: relative;
            margin-top: 35px;
        }

        .search-container {
            padding: 120px 0;
        }

            .search-container h2 {
                font-size: 25px;
            }

            .search-container .chosen-container-single {
                margin-bottom: 15px;
            }

        section.fullwidth .blog-post {
            margin: 15px 0;
        }

        .counter-box-icon {
            margin: 45px 0;
        }

        #counters {
            padding: 30px 0 20px 0;
        }

        .counter-box::after {
            display: none;
        }

        .flip-banner-content .flip-hidden,
        .flip-banner-content .flip-visible {
            padding: 0 50px;
            font-size: 27px;
            line-height: 38px;
        }

        .flip-banner-content .flip-hidden {
            padding: 0;
        }

        .search-container .row.with-forms div {
            margin-bottom: 14px;
        }

        .overflow-hidden {
            overflow: visible;
        }

        .fs-container {
            height: 100% !important;
        }

        .fs-inner-container:first-child,
        .fs-inner-container {
            width: 100%;
        }

        .fs-content {
            overflow: visible;
        }

        .fs-container #map-container {
            height: 440px;
        }

        #top-bar .left-side {
            float: right;
            width: 30%;
            padding-top: 15px;
        }

        #top-bar .right-side {
            float: left;
            width: 70%;
            /*padding: 4px;*/
            padding-top: 2px;
            padding-left: 2px;
        }

        .left-side {
            padding-top: 0px;
        }

        #top-bar .right-side .social-icons {
            float: left;
        }

        .imgHeaderLogo {
            float: left;
        }

        .submit-page,
        #titlebar.submit-page h2 {
            padding: 0;
        }

        .property-features {
            columns: 2;
            -webkit-columns: 2;
            -moz-columns: 2;
        }

        .property-slider.default .item {
            height: 400px;
        }

        .sidebar.right {
            padding-right: 0;
            margin-top: 55px;
        }
        /* Pagination */

        .pagination-next-prev a.next,
        .pagination-next-prev a.prev {
            position: relative;
            top: 0;
        }

        .pagination {
            text-align: right;
        }

            .pagination li {
                text-align: center;
            }

        .pagination-next-prev ul {
            padding: 15px 0 0 0;
        }

        .pagination-next-prev li {
            display: inline-block;
        }

        .my-profile {
            padding-left: 20px;
        }

        .sidebar.left {
            padding-left: 0;
        }

        /* plan */
        .btn-plan-serach {
            width: 100% !important;
        }

        .select-option-menu {
            display: block;
            height: 30px;
            margin: 0;
            transition: 1s;
        }

            .select-option-menu option {
                background: #363636;
            }

        .language-selector .chosen-container {
            background: transparent;
        }

        #responsive-top-menu {
            display: block;
            float: right;
            font-size: 20px;
            margin-top: 15px;
        }

        .menu {
            max-height: none;
        }

        #responsive {
            display: none;
        }

        #jPanelMenu-menu,
        .menu-responsive {
            display: block !important;
        }

        .menu-responsive {
            color: #fff;
            display: block;
            float: right;
            position: relative;
            width: 100%;
            margin: 0;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            border-radius: 4px;
        }

        #main-header {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .menu-responsive i {
            padding: 18px 20px;
            margin: 0;
            font-size: 18px;
            font-weight: 500;
            cursor: pointer;
            width: 100%;
            background: linear-gradient(to bottom, rgba(255, 255, 255, 0.07) 100%, transparent);
            background-color: #66676b;
            border-radius: 3px;
            margin: 30px 0 25px 0;
        }

            .menu-responsive i.menu-trigger {
                width: 100%;
            }

        body .menu-responsive i.menu-trigger:after {
            content: "Menu";
            font-size: 15px;
            top: -1px;
            position: relative;
            right: 10px;
            font-family: "Varela Round";
        }
        /* Header Responsive Styles */

        .responsive-search input:focus {
            border: none;
            color: #fff;
        }

        #header-container.header-style-2 .left-side,
        #header-container.header-style-2 .right-side,
        .right-side,
        .left-side {
            width: 100%;
        }

        #top-bar .right-side .social-icons {
            float: right;
            position: relative;
            z-index: 9;
        }

        #header-container.header-style-2 .header-widget {
            float: right;
            margin-top: 35px;
            margin-bottom: -5px;
        }

        .header-widget {
            text-align: right;
        }

        ul.top-bar-menu {
            z-index: 99;
            position: fixed;
            left: 100%;
            width: 260px;
            top: 0;
            height: 100%;
            transition: .8s;
            line-height: 27px;
        }

            ul.top-bar-menu li {
                display: block;
                margin: 0;
                padding: 7px 22px 7px 5px;
                border-bottom: 1px solid #eeeeee87;
            }

        ul.myulselector li:last-child {
            border: none;
        }

        ul.myulselector li:before {
            height: 2px;
            width: 8px;
            background: rgba(255,255,255,0.3);
            padding: 0;
            position: absolute;
            content: "";
            display: block;
            /* top: 2px; */
            margin-top: 13px;
            margin-right: -12px;
        }

        ul.top-bar-menu.slideshow {
            transform: translate(-260px, 0);
            transition: .8s;
        }

        ul.top-bar-menu li.show-search {
            background: black;
            display: block;
        }

        #top-bar .bg-menu.slideshow {
            transform: translate(-100%, 0);
            transition: .8s;
        }

        .header-style-2 .menu-responsive {
            width: 750px;
            margin-right: auto;
            margin-left: auto;
            float: none;
            padding: 0 15px;
        }

        #header-container.header-style-2 .header-widget {
            width: calc(100%);
            border-top: 1px solid #e0e0e0;
            padding-top: 30px;
        }

        .master-sub-col {
            float: none;
        }

        .myulselector {
            background-color: transparent;
            position: relative;
            border: none;
            display: block;
        }

            .myulselector > li {
                color: #fff;
            }
    }

    @media (max-width: 548px) {
        .single-line {
            text-align: right;
            font-size: 22px;
            margin-top: 20px;
        }

        .single-line-company {
            text-align: right;
            margin-top: 20px;
        }

        .sub-price {
            margin-top: 10px;
        }

        a.listing-address {
            color: #838383;
            top: 0px;
        }
    }

    @media (min-width: 768px) {
        .carousel-item.cc-carousel-item {
            width: 228px;
        }

        #admin-menu:before {
            display: none;
        }

        .line-height-2 {
            line-height: 2;
        }

        #admin-menu {
            /*float: right;*/
            clear: none;
        }

        .sm-mint.sm-rtl li {
            float: right;
            border-left: 1px solid #ddd;
        }
        /* hide the button in desktop view */
        .main-menu-btn {
            position: absolute;
            top: -99999px;
        }
        /* always show the menu in desktop view */
        #main-menu-state:not(:checked) ~ #admin-menu {
            display: block;
            padding-bottom: 1px;
        }
    }

    @media (min-width: 767px) {
        .mob-list {
            display: block !Important;
        }

        .mob-list-cat {
            display: block !Important;
        }
    }

    @media (min-width: 740px) and (max-width: 1024px) {
        .carousel-item {
            max-width: 400px;
            margin: auto;
        }
    }

    @media (min-width: 600px) and (max-width: 767px) {
        .company-name-mobile-box {
            margin-right: 93px !important;
        }
    }

    @media (max-width: 767px) {
        .company-name-mobile-box {
            margin-right: 85px;
        }

        /*.listing-details.Not-limit.width-defined {
        width: 273px !important;
    }*/

        .listing-details.Not-limit.width-defined {
            /*width: 315px !important;*/
        }

        .company-name {
            width: 273px !important;
        }

        .cart-plan-description {
            height: auto;
            padding: 10px 32px 10px 32px;
        }

        .cart-plan {
            height: auto;
        }

        .header-fixed {
            padding: 5px 30px;
            padding-right: 30px;
        }

        .agent-page {
            padding-right: 0;
        }

        .footer-block .list li:before {
            padding: 5px 5px 0px 5px;
        }

        #divProductDetails {
            display: none;
        }

        #divShare {
            position: fixed;
            right: -999px;
            z-index: 999;
            background-color: white;
            bottom: 10%;
            width: 92%;
            border: 1px solid #ddd;
            border-radius: 4px;
            padding: 4px;
            text-align: center;
            margin-top: 25px;
            -moz-transition: right 0.5s ease-in;
            -o-transition: right 0.5s ease-in;
            -webkit-transition: right 0.5s ease-in;
            transition: right 0.5s ease-in;
        }

        #aShare {
            display: inline-block;
        }

        .SelectBox {
            background-color: #eee;
            border-radius: 5px;
            border: 1px solid #ddd;
            margin: 2px;
        }

        .mobile-clear-pad {
            padding: 0 !Important;
        }

        .mobile-clear-margin {
            margin: 0 !Important;
        }

        .SelectBox > i.fa {
            float: left;
            padding: 5px;
            font-size: 20px;
            line-height: 1.5;
        }

        .SelectBox.Active > i.fa {
            color: transparent;
        }

        .SelectBox.Active > label {
            color: transparent;
        }

        .SelectBox.Active {
            background-color: #0000003b;
            height: 1000px;
            position: fixed;
            z-index: 99;
            width: 100%;
            top: 0;
            right: 0;
        }

            .SelectBox.Active > .divSelect {
                position: fixed;
                width: 86%;
                padding: 10px;
                margin: auto;
                right: 7%;
                top: 20%;
                border-radius: 15px;
                display: inline-block;
            }

        .divSelect li {
            border: 1px dotted transparent;
            border-radius: 4px;
        }

            .divSelect li.selected {
                border: 1px dotted #37b6bd;
                border-radius: 4px;
            }

        .mob-Panel {
            cursor: pointer;
        }

            .mob-Panel i.fa {
                float: right;
                padding: 3px;
                font-size: 22px;
                padding-right: 0;
                padding-left: 5px;
                margin-right: -5px;
            }

        .mob-Panel-cat {
            cursor: pointer;
        }

            .mob-Panel-cat i.fa {
                float: right;
                padding: 3px;
                font-size: 22px;
                padding-right: 0;
                padding-left: 5px;
                margin-right: -5px;
            }

        .mob-list-cat {
            display: none;
            padding: 0;
            overflow: hidden;
        }

        .HeaderStore #small-searchterms {
            width: calc(100% - 45px);
        }

        .storeLogo {
            top: 3px;
        }

        .storeLinkBox {
            width: 100%;
        }

        .larger-input button.button, .larger-input input {
            width: 100%;
            max-width: 100%;
            margin-top: 18px;
            margin-left: 0;
        }

        .adv-search-btn {
            margin-top: 50px;
        }

        #company-small-searchterms {
            width: 100% !important;
        }

        #small-search-box-form {
            width: 75%;
        }

        #map-container .main-search-container {
            width: 100%;
        }

        #map-container.homepage-map {
            height: 720px;
        }

            #map-container.homepage-map #mapnav-buttons {
                bottom: 70px;
                right: 15px;
            }

        #map-container .main-search-input button.button {
            width: 100%;
            margin-right: 0;
            margin-bottom: 15px;
            margin-top: 0;
            flex: 1;
        }

        .manage-table .title-container img,
        .expire-date {
            display: none;
        }
        /* Pricing Tables */

        .pricing-container {
            display: block;
        }

        .plan.featured {
            transform: none;
        }

        .plan {
            margin-bottom: 35px;
        }
        /* Blog Styling */

        .comment-by a.reply {
            width: 25px;
            overflow: hidden;
            height: 30px;
        }

        .add-comment input {
            width: 100%;
        }

        .comment-by a.reply i {
            position: relative;
            left: 5px;
            font-size: 11px;
        }

        .blog-page .blog-post .post-content,
        .single-post .post-content {
            padding: 26px 33px;
        }

        #posts-nav li {
            position: relative;
            width: 100%;
        }

            #posts-nav li a {
                padding: 0 !important;
            }

                #posts-nav li a::before {
                    display: none;
                }

            #posts-nav li.next-post {
                text-align: right;
                margin-bottom: 30px;
            }

        .about-author img {
            display: none;
        }

        .about-description {
            margin: 0;
        }

        .comments ul li ul {
            margin: 0;
        }

        /*.avatar img {
        max-width: 60px;
    }

    .comment-content {
        padding: 0 85px 0 0;
    }*/
        .comment-time {
            text-align: right;
        }

        .comments ul li ul li::before {
            top: 25px;
        }

        .about-author img {
            display: block;
            position: relative;
            float: none;
        }

        .about-description {
            margin-right: 0;
            margin-top: 25px;
        }

        .property-features {
            columns: 1;
            -webkit-columns: 1;
            -moz-columns: 1;
        }

        .detail-features {
            columns: 1;
            -webkit-columns: 1;
            -moz-columns: 1;
        }

        a.back-to-listings {
            display: none;
        }

        .property-title {
            margin-right: 0px;
            margin-bottom: 0px;
        }

        .property-pricing {
            right: 0px;
            margin-top: 20px;
            position: relative;
            text-align: right;
            transform: translateY(0%);
        }
        /*	#logo { width: 100%; margin-left: auto; margin-right: auto; text-align: center; float: none; }
	#header-container.header-style-2 #logo { float: left; text-align: left}
	.header-widget { text-align: center; }*/

        #top-bar,
        #top-bar .container {
            width: 100%;
            padding: 0;
        }

            #top-bar .left-side {
                padding: 14px 22px;
            }

            #top-bar .left-side,
            #top-bar .right-side {
                float: left;
            }

                #top-bar .right-side .social-icons {
                    float: right;
                }

        .imgHeaderLogo {
            float: left;
            max-height: 40px;
        }

        .sidebar.right {
            padding-right: 0;
            margin-top: 55px;
        }

        .parallax #titlebar {
            padding: 70px 0;
        }
        /*#titlebar { padding: 40px 0; }*/

        #breadcrumbs {
            position: relative;
            left: 0;
            top: 0;
            transform: none;
            width: 100%;
            padding: 0;
            margin-top: 20px;
        }

        .compact .listing-img-container:hover:before {
            opacity: 1 !important;
        }

        .compact .listing-img-container:hover:after {
            opacity: 0 !important;
        }

        #breadcrumbs ul {
            padding: 0;
        }

            #breadcrumbs ul li:first-child {
                margin: 0 0px 0 0;
            }

        .counter-box {
            margin: 45px 0;
            padding-bottom: 0px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 0;
        }

        section.fullwidth .headline-box {
            transform: translate3d(0%, -50%, 0);
            margin-right: 0;
            width: calc(100% - 30px);
            margin: 0 15px;
        }

        .search-container {
            padding: 100px 0;
        }

        .listing-footer span {
            display: none;
        }

        .main-search-input button.button {
            margin-right: 0;
            /*margin-top: 15px;*/
        }

        .main-search-box.no-shadow .main-search-input button.button {
            margin-bottom: 30px;
        }

        .search-type {
            width: 100%;
        }

            .search-type label {
                width: 100%;
                margin-bottom: 10px;
            }

        .parallax-content {
            padding: 70px 0;
        }

        .main-search-container h1,
        .main-search-container h2 {
            text-align: right;
            font-size: 32px;
        }

        .search-container .main-search-input button.button,
        .larger-input button.button,
        .larger-input input {
            width: 100%;
            max-width: 100%;
            margin-top: 18px;
            margin-right: 0;
        }

        .layout-switcher {
            display: none;
        }

        .grid-layout,
        .grid-layout-three {
            right: 0;
            width: 100%;
        }

        .grid-layout,
        .grid-layout-five {
            right: 0;
            width: 100%;
        }

            .grid-layout .listing-item,
            .grid-layout-three .listing-item {
                width: 100%;
                margin-right: 0;
                margin-left: 0;
            }

            .grid-layout .listing-item,
            .grid-layout-five .listing-item {
                width: 100%;
                margin-right: 0;
                margin-left: 0;
            }

        .list-layout .listing-item,
        .fullwidth-layout .list-layout .listing-content {
            display: block;
        }

        .fullwidth-layout .list-layout .listing-img-container {
            display: block;
        }

        .list-layout .details.button.border {
            display: none;
        }

        .list-layout .listing-title {
            padding-left: 30px;
        }

        .property-slider-container .agent-widget {
            position: relative;
            top: 0;
            left: 0px;
            right: 0px;
            transform: translateY(0);
            z-index: 999;
            width: auto;
        }

        .property-slider .item,
        .property-slider.default .item {
            height: 400px;
        }

        .agent-page {
            display: block;
            padding-left: 30px;
        }

            .agent-page .agent-avatar,
            .agent-page.long-content .agent-avatar {
                margin: 0;
                width: 100%;
            }

        .agent-page {
            padding: 0;
        }

            .agent-page .agent-contact-details {
                background: #f9f9f9;
            }

            .agent-page.long-content .agent-avatar img,
            .agent-page .agent-avatar img {
                border-radius: 3px 3px 0 0;
                margin: 0;
            }

            .agent-page .agent-content {
                padding: 0px 32px 10px 32px;
            }

        .contact-map {
            display: block;
        }

            .contact-map .google-map-container {
                display: block;
                width: 100%;
                height: 400px;
                /*transform: translateY(330px);*/
            }

            .contact-map .address-box-container {
                display: block;
                width: 100%;
                height: 330px;
                transform: translateY(-380px);
            }

        #txtFakeSearchInput {
            width: 100%;
        }

        .header-style-2 .menu-responsive {
            width: auto;
            margin-right: auto;
            margin-left: auto;
            float: none;
            padding: 0 15px;
        }

        #header-container.header-style-2 #header .container {
            width: 100%;
        }

        #header-container.header-style-2 .header-widget li .button {
            margin-right: 0;
        }

        #header-container.header-style-2 .header-widget li:after {
            display: none;
        }

        #header-container.header-style-2 .header-widget li {
            width: 100%;
            padding: 10px 0;
            margin: 0;
        }

            #header-container.header-style-2 .header-widget li i {
                width: 50px;
                margin: 0 0px 0 0;
                display: inline-block;
                text-align: right;
                top: 3px;
            }

        .header-widget {
            text-align: right;
            margin: 0 0 15px 0;
        }

            .header-widget .sign-in {
                position: relative;
                display: block;
                top: 0px;
                margin-bottom: 10px;
                margin-left: 25px;
            }
    }

    @media only screen and (max-width: 600px) {

        .main-search-input {
            width: 100%;
            display: block !important;
        }

        #txtKey {
            border-bottom-left-radius: 3px;
            border-top-left-radius: 3px;
            width: 100%;
        }

        #btnSearch {
            margin-top: 5px;
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
            width: 100%;
        }

        .search-button {
            float: none !important;
            margin-top: 7px;
        }

        .owl-theme .owl-controls .owl-buttons {
            top: -511px;
        }

        .imgCompanyLogo {
            float: right;
            /* margin-right: auto; */
            /* margin-left: auto; */
            top: 0px;
            right: 0;
            margin-bottom: 0;
            border: 1px solid #eee;
            z-index: 10;
        }

        .breadcrumb ul {
            overflow-x: auto;
            max-width: 342px;
            white-space: nowrap;
        }

        .breadcrumb ul {
            overflow-x: auto;
            max-width: 100%;
            white-space: nowrap;
        }
    }

    @media (max-width: 360px) {
        .company-name {
            width: 230px !important;
        }
    }

    .limit-width {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .divCompanyInfo {
        margin-top: 10px;
    }

    .active-menu {
        font-weight: bold;
    }

        .active-menu a {
            font-weight: bold;
        }

    .display-none {
        display: none;
    }

    .logo-carousel .item .company-img {
        max-width: 100% !important;
    }

    .company-name {
        /*width: 222px;*/
    }

    .customer-category-product-img {
        max-width: 100% !important;
    }

    .cc-footer {
        height: 34px !important;
    }

    .last-companies-carousel .owl-pagination {
        margin-top: 22px;
    }

    .customer-category-carousel .owl-pagination {
        margin-top: 22px;
    }

    .nodisplay {
        display: none !important;
    }

    .blockdisplay {
        display: block !important;
    }

    .input-reg-phonenumber {
        text-align: left;
        padding: 0 57px !important;
    }

    .reg-phone-code-align {
        text-align: center !important;
        padding: 0 !important;
        direction: ltr !important;
    }

    .lbl-reg-phonenumber {
        position: absolute;
        left: 16px;
        top: 1px;
        text-align: center;
        direction: ltr;
        width: 50px;
        height: 49px;
        padding-top: 12px;
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
        color: #ffffff;
    }

    /* remove up and down input arrow */
    .no-arrow {
        -moz-appearance: textfield;
    }

        .no-arrow::-webkit-inner-spin-button {
            display: none;
        }

        .no-arrow::-webkit-outer-spin-button,
        .no-arrow::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }


    .economic-nature-name {
        display: inline-block;
        line-height: 24px;
        color: #fff;
        position: relative;
        top: -24px;
    }

    .economic-nature-img img {
        max-width: 15px !important;
        margin-right: 0px !important;
    }

    .company-name-mobile-box img {
        margin-top: -43px !important;
        margin-bottom: -21px !important;
    }

    .company-profile-company-code {
        text-align: left;
    }

    .company-map {
        width: 100% !important;
    }

    .ol-map-touche-cover {
        background-color: #000000;
        height: 450px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 100;
        opacity: 0;
        width: 100% !important;
        -webkit-transition: opacity 1s ease-out;
        -moz-transition: opacity 1s ease-out;
        -o-transition: opacity 1s ease-out;
        transition: opacity 1s ease-out;
    }

        .ol-map-touche-cover:hover {
            opacity: 0.3;
        }

    .ol-map-touche-cover-btn {
        position: absolute;
        right: 0;
        top: 0;
        width: 80px;
        height: 25px;
        background-color: #003c88;
        color: #ffffff;
        margin: 10px;
        z-index: 101;
        border-radius: 3px;
        cursor: pointer;
        padding-right: 10px;
    }

    .ol-map-com-detail-touche-cover-btn {
        padding-left: 10px !important;
    }

    .ol-map-message {
        position: absolute;
        z-index: 109;
        text-align: center;
        width: 100%;
        top: 225px;
        margin: 0 auto;
        opacity: 0;
        word-break: break-word;
        -webkit-transition: opacity 1s ease-out;
        -moz-transition: opacity 1s ease-out;
        -o-transition: opacity 1s ease-out;
        transition: opacity 1s ease-out;
    }

    .ol-map-message-opacity {
        opacity: 1;
    }

    .ol-map-message-none-opacity {
        opacity: 0;
        display: none;
    }

    .ol-map-touche-cover-opacity {
        opacity: 0.3;
    }

    .font-size-17 {
        font-size: 17px;
    }

    .row-Channel {
        padding: 8px 15px;
        box-shadow: 2px 1px #ddd;
        border-radius: 11px;
        background-color: #f9f9f9;
        margin: 4px 9px;
        display: inline-block;
    }

    .inquiry-flag-circle {
        width: 26px;
        background-position: center;
        background-size: cover;
        height: 26px;
        float: left;
        margin-right: 3px;
    }

    .btn-inquiry {
        float: left !important;
        position: relative !important;
        margin-top: 50px !important;
        left: -7px !important;
    }

    .img-fit {
        width: 100%;
        overflow: hidden
    }

    .text-black {
        color: black;
    }

    .text-gray {
        color: gray;
    }

    .ui-autocomplete a.font-large {
        font-size: 15px;
    }

    .progress-bar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #fff;
        text-align: center;
        background-color: #007bff;
        transition: width .6s ease;
    }

    .progress-bar-striped {
        background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
        background-size: 1rem 1rem;
    }

    .progress {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 2rem;
        overflow: hidden;
        font-size: .75rem;
        background-color: #e9ecef;
        border-radius: 0.25rem;
    }

    .check-item li {
        font-size: 15px;
        padding: 0 0 5px 0;
        margin: 2px 0 0 0;
    }

        .check-item li div {
            display: inline-block
        }

        .check-item li a {
        }

    .text-blue {
        color: #304ffe;
    }

    .headerProgress {
        margin-bottom: 15px
    }

    .check-item {
        margin-top: 33px;
    }

    .ico-home {
        position: absolute;
        right: auto;
        top: 14px;
        left: 14px;
        font-size: large;
    }

    .lang-box {
        padding: 10px 0;
    }

        .lang-box a {
            display: inline-block;
            border: 1px solid #ddd;
            padding: 4px 8px;
            border-radius: 20px;
            margin: 3px 0px;
            background: #f1f1f1;
        }

    .ico-home-mob {
        position: absolute;
        left: auto;
        top: 14px;
        right: 56px;
        font-size: large;
        color: white;
    }

        .ico-home-mob .fa-ils {
            font-size: x-large;
            transform: rotate(90deg);
        }

    .ico-home .fa-ils {
        font-size: x-large;
        transform: rotate(90deg);
    }

    .mb_7 {
        margin-bottom: 7px;
    }

    .ptb-60 {
        padding: 60px 0;
    }

    .preview-mobile {
        text-align: center;
        direction: ltr;
        font-size: 3em;
        letter-spacing: 7px;
        padding: 40px 0px;
        font-weight: bold;
    }

    @media only screen and (max-width: 600px) {
        .preview-mobile {
            font-size: 2em;
        }

        .mt15 {
            padding: 0;
            margin-top: 15px;
        }
    }

    .token-field {
        text-align: center;
    }

    .login-button {
        margin: auto
    }

    .right-side {
        float: right;
        width: 28%;
        display: inline-block;
        text-align: right;
        padding-right: 10px;
    }

    #scrollToNav {
        display: none;
        margin: 0;
    }

    .goToCompany, .goToCat {
        padding: 1px 7px;
        /* background-color: #eee; */
        /* border: 1px solid #ddd; */
        /* border-radius: 4px;*/
    }

    .btnFollow {
        padding: 5px 8px;
        border: 1px solid #575757;
        border-radius: 18px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
    }

        .btnFollow:hover {
            border: 1px solid #2980B9;
            color: #2980B9;
            background-color: #eee;
        }

        .btnFollow > .fa {
            font-size: medium
        }

    .flex-box {
        display: flex;
        flex-wrap: wrap;
    }

    .tag-box {
        border-radius: 5px;
        padding: 5px 10px;
        background-color: #eee;
        margin: 2px;
        font-size: larger;
    }

    .flex-item {
    }

    .attach-img {
        margin: 2px;
        cursor: pointer;
    }

    .attach {
        margin: 2px;
        cursor: pointer;
        padding: 6px 10px;
        background: #eee;
        border: 1px solid #ddd;
        border-radius: 3px;
    }

        .attach:hover {
            background: #ddd;
        }

    .img-30 {
        max-height: 30px;
    }

    .comp-box {
        justify-items: end;
        width: 100%;
        display: grid;
    }

    .date-ltr {
        direction: ltr;
        display: inline-block;
    }

    .inqhead {
        text-overflow: ellipsis;
        overflow: hidden;
        max-height: 100px;
        /* white-space: nowrap; */
        text-align: justify;
        line-height: 1.5;
        direction: rtl;
    }

    .p-content {
        padding: 15px 20px;
        max-height: 130px;
        overflow: hidden;
        margin-top: -10px;
        padding-top: 0;
        margin-bottom: 15px;
    }

    .card-style {
        border: 1px solid #eee;
        padding: 30px 20px;
        border-radius: 5px;
        background-color: #f7f7f7;
        margin-bottom: 10px;
    }

    .ptb15rt0 {
        padding: 15px 0px;
    }

    .cat-box.theme-backcolor {
        color: #fff !important;
    }

    .inq-item {
        /* border-bottom: 1px solid #ddd; */
        margin-bottom: 15px;
        box-shadow: -1px -1px 1px 2px #f3f2f2;
        border-radius: 3px;
        padding: 5px 2px;
    }

    .btn-round {
        text-decoration: none;
        display: inline-block;
        padding: 5px 10px;
        border: #545353 1px solid;
        margin: 5px 0px;
        border-radius: 29px;
        color: #545353;
    }

        .btn-round:hover {
            border: #545353 1px solid;
            background-color: #66676b;
            color: #fff;
        }

    .inq-fav {
        font-size: 1.8em !important;
        display: inline-block !importan;
        position: absolute;
        left: 0;
        top: 21px;
        border: 1px solid #ddd;
        border-radius: 20px;
        padding: 5px;
        padding-bottom: 3px;
        cursor: pointer;
    }

        .inq-fav:hover {
            background: #66676b;
            color: white;
        }


    .search-summery {
        padding: 30px 5px 0px 13px;
    }

        .search-summery h4 {
            font-weight: bold
        }

    .box-footer {
        border-top: 1px solid #ddd;
        margin-top: 20px;
        padding: 10px 20px;
        line-height: 2;
        /* margin-left: -20px;
    margin-right: -20px;*/
        font-size: large;
    }

    .img-zoomable {
        cursor: zoom-in;
        margin: 2px;
    }

    .link-row {
        padding: 7px 10px;
        border-bottom: 1px solid #eee;
        padding-top: 23px;
    }

        .link-row:last-child {
            border-bottom: 1px solid #fff;
        }

    .exp-date {
        direction: ltr;
        text-align: left;
    }
    /*.link-row:nth-child(2) {
        background: #e0e0e0;
    }*/

    .head-line {
        padding: 9px 4px;
        border-bottom: solid 2px #eee;
        display: inline-block;
        margin-bottom: 20px;
    }

    .product-details {
        padding: 7px 5px;
    }

    .single-page {
        padding-top: 60px;
        padding-bottom: 200px;
    }

    .img-fullwide {
        width: 100%;
    }

    .mt5 {
        margin-top: 5px
    }

    .mt10 {
        margin-top: 10px
    }

    .wishlist-box {
        /*    border: 1px solid #ddd;
*/ border-radius: 5px;
        margin: 20px;
    }

    .listitem {
        border-bottom: 1px solid #ddd;
        padding: 25px 0px;
        line-height: 2;
    }

    .img-item img {
        width: 100%;
        max-height: 200px;
    }

    .tabs-container > .tab-content.wish-tab {
        padding: 1px 0px;
    }

    .date-box {
        border: 1px solid;
        display: inline-block;
        padding: 5px 10px;
        border-radius: 5px;
        font-weight: bold;
        /* background-color: #ddd;*/
    }

        .date-box > label {
            margin: 0
        }

    .selProduct, .selAllProduct, .selInquiry, .selAllInquiry, selCompany, .selAllCompany {
        min-width: 17px;
        min-height: 17px;
        cursor: pointer
    }

    .wishlist-toolbox {
        padding: 6px 0;
        box-shadow: 7px -3px 2px 2px #ddd;
        background: #eee;
        border-radius: 4px;
        border: 1px solid #ddd;
        margin-top: -1px;
        border-top: 4px solid #ddd;
        border-bottom: none;
        padding-bottom: 0px;
    }

    .width10 {
        width: 10%;
    }

    .trimrl {
        padding-left: 0;
        padding-right: 0;
    }

    .small-font, .small-font span {
        font-size: small;
    }

    #divContentLoader {
        display: none;
        position: fixed;
        z-index: 99998;
        text-align: center;
        width: 100%;
        background-color: rgba(44, 44, 44, 0.37);
        top: 0;
        left: 0;
        height: 1000px;
    }

        #divContentLoader .divOverLoader {
        }

        #divContentLoader .loading-container {
            position: relative;
            padding: 30px;
            width: 19%;
            margin: auto;
            background-color: #fff;
            border: 2px solid #ddd;
            border-radius: 4px;
            z-index: 99999;
            top: 30%;
        }


        #divContentLoader .loader-content {
            padding: 1px;
        }

        #divContentLoader img {
            max-width: 80px;
            margin: auto;
        }

    @media (min-width: 768px) {
        .modal-dialog {
            width: 600px;
            margin: 30px auto;
        }
    }

    @media (min-width: 992px) {
        .modal-lg {
            width: 900px;
        }
    }

    .btn {
        display: inline-block;
        margin-bottom: 0;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .btn-default {
        color: #333;
        background-color: #fff;
        border-color: #ccc;
    }

    .btn, .btn-lg {
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.3333333;
        border-radius: 6px;
    }

    .text-left-force {
        text-align: left !important
    }

    .inspect-box {
        padding: 2px;
        background-color: #fff;
        color: #707070;
        border-radius: 4px;
        box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.06);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
        transition: 0.25s;
        margin-bottom: 10px;
    }

    .full-stars-example-two .rating__input {
        right: -9999px !important;
        left: auto !IMPORTANT;
    }

    @media only screen and (max-width: 991px) {
        ul.top-bar-menu .mob-inline {
            display: inline-block;
        }

        ul.top-bar-menu li {
            text-align: right !important;
        }
    }

    .flat-red {
        color: #C0392B;
    }

    .flat-green {
        color: #27AE60;
    }

    .inq-box {
        min-height: 180px;
        /*  border: 1px solid #dddd;*/
        padding: 25px 5px;
        margin-bottom: 30px;
        border-radius: 5px;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
        background-color: #f7f7f7;
        border: 1px solid #ddd;
    }

    .inq-body {
        min-height: 120px;
    }

    .min-h290 {
        min-height: 290px;
    }

    .alert {
        position: relative;
        padding: 1.2rem 1.5rem;
        margin-bottom: 1rem;
        border: 1px solid transparent;
        border-radius: .35rem;
    }

    .alert-warning {
        color: #856404;
        background-color: #fff3cd;
        border-color: #ffeeba;
    }

    .alert-danger {
        color: #721c24;
        background-color: #f8d7da;
        border-color: #f5c6cb;
        animation-name: alert-danger;
        animation-duration: 1s;
        animation-iteration-count: 100;
    }

    .alert-info {
        color: #0c5460;
        background-color: #d1ecf1;
        border-color: #bee5eb;
    }

    .alert-primary {
        color: #004085;
        background-color: #cce5ff;
        border-color: #b8daff;
    }

    .alert-success {
        color: #155724;
        background-color: #d4edda;
        border-color: #c3e6cb;
    }

    .alert-secondary {
        color: #383d41;
        background-color: #e2e3e5;
        border-color: #d6d8db;
    }

    #divAlert {
        display: none;
    }


    @keyframes alert-danger {
        50% {
            border-color: red;
        }
    }

    .disabled {
        color: #ccc !important;
    }

    .disabled-img {
        opacity: 0.8 !important;
    }

    .sub-up {
        display: none
    }

    .close-menu {
        display: inline-block;
        padding: 2px
    }

    .filter-tag {
        display: inline-block;
        padding: 2px 9px;
        border: 1px solid #ddd;
        border-radius: 5px;
        color: #013;
        background-color: #eee;
        box-shadow: 2px 1px 1px 3px #fafafa;
    }

        .filter-tag:hover {
            border: 1px solid #939191;
            color: #000;
            background-color: #a3a3a3;
        }

        .filter-tag > .fa-close {
            color: #66676b;
            cursor: pointer;
            padding: 5px;
            margin-left: -3px;
        }

            .filter-tag > .fa-close:hover {
                color: red;
            }

    .lan-active {
        border-color: #444 !important;
    }

    .filter-head {
        background: #eee;
        padding: 3px 4px;
        border-top: 1px solid;
        border-right: 1px solid #ddd;
        border-left: 1px solid #ddd;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        cursor: pointer;
        margin-top: 5px;
        border-bottom: 1px solid #ddd;
    }

        .filter-head .fa-plus {
            cursor: pointer;
            font-weight: normal;
            color: #66676b
        }

    .product-spec-group > .item {
        background: #f3f3f3b8;
        padding: 4px 5px;
        margin: 0 !IMPORTANT;
        width: 100%;
        border-right: 1px solid #ddd;
        border-left: 1px solid #ddd;
    }

        .product-spec-group > .item:last-child {
            border-bottom: 1px solid #ddd;
        }

    .group.product-spec-group {
        vertical-align: top;
        margin: 0;
        padding: 0;
        display: none;
    }

    .back-green {
        background-color: #27AE60;
    }

    .back-yellow {
        background-color: #F1C40F;
    }

    .button-company-edid2 {
        position: relative;
        left: 10px;
        float: left;
        transition: 0.3s ease-in opacity;
    }

    .notification.danger {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .notification.danger a {
            color: #a94442;
        }

    .mt-10 {
        margin-top: 10px;
    }

    .botton-box {
        padding: 1px;
        display: flex;
        flex-flow: row;
        flex-basis: fit-content;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        align-items: flex-end;
        justify-content: flex-end;
    }

        .botton-box > div {
            padding: 0px 10px;
        }

    @media only screen and (max-width: 600px) {
        .inq-item a {
            overflow: hidden;
            text-overflow: ellipsis;
            display: inline-block;
            max-width: 270px;
            white-space: nowrap;
        }
    }

    .filter-floater {
        padding: 10px;
        z-index: 1001;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        overflow-y: auto;
        background: #fff;
        box-sizing: border-box;
    }

    .slide-footer {
        display: none;
        background: #ececec;
        padding: 7px 15px;
        margin: -10px -11px 10px -10px;
    }

        .slide-footer > .fa-close:hover {
            color: red
        }

    .filter-floater .slide-footer {
        display: block;
    }

    #plan-price {
        font-size: large;
        font-weight: bold;
    }

    .address-style {
        font-weight: bold;
        font-size: medium;
        line-height: 2;
    }

    .m-30 {
        margin-top: -30px;
    }

    .pt-10 {
        padding-top: 10px
    }

    .sl-lg {
        font-size: 1.1em;
        line-height: 0.75em;
        vertical-align: -15%;
    }
.link-box{
    direction:rtl;
}
.box-shadow-none {
    box-shadow: none !important;
}
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0px;
    }

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #8a803e;
}

    mark.color {
        color: #fff;
    }

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0px;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
}

legend {
    border: 0;
    padding: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-size: 15px;
    line-height: 27px;
    background-color: #ffffff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

    a:hover,
    a:focus {
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0px;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0px;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    color: #333;
}

    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small,
    .h1 small,
    .h2 small,
    .h3 small,
    .h4 small,
    .h5 small,
    .h6 small,
    h1 .small,
    h2 .small,
    h3 .small,
    h4 .small,
    h5 .small,
    h6 .small,
    .h1 .small,
    .h2 .small,
    .h3 .small,
    .h4 .small,
    .h5 .small,
    .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #333;
    }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    h1 small,
    .h1 small,
    h2 small,
    .h2 small,
    h3 small,
    .h3 small,
    h1 .small,
    .h1 .small,
    h2 .small,
    .h2 .small,
    h3 .small,
    .h3 .small {
        font-size: 65%;
    }

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    h4 small,
    .h4 small,
    h5 small,
    .h5 small,
    h6 small,
    .h6 small,
    h4 .small,
    .h4 .small,
    h5 .small,
    .h5 .small,
    h6 .small,
    .h6 .small {
        font-size: 75%;
    }

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

p {
    /*margin: 0 0 17px;*/
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 1px;
}

    ul ul,
    ol ul,
    ul ol,
    ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.42857143;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17px;
    line-height: 30px;
    color: #888;
    border-left: 5px solid #eeeeee;
}

    blockquote p:last-child,
    blockquote ul:last-child,
    blockquote ol:last-child {
        margin-bottom: 0;
    }

    blockquote footer,
    blockquote small,
    blockquote .small {
        display: block;
        font-size: 80%;
        line-height: 1.42857143;
        color: #777777;
    }

        blockquote footer:before,
        blockquote small:before,
        blockquote .small:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse,
    blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eeeeee;
        border-left: 0;
        text-align: right;
    }

        .blockquote-reverse footer:before,
        blockquote.pull-right footer:before,
        .blockquote-reverse small:before,
        blockquote.pull-right small:before,
        .blockquote-reverse .small:before,
        blockquote.pull-right .small:before {
            content: '';
        }

        .blockquote-reverse footer:after,
        blockquote.pull-right footer:after,
        .blockquote-reverse small:after,
        blockquote.pull-right small:after,
        .blockquote-reverse .small:after,
        blockquote.pull-right .small:after {
            content: '\00A0 \2014';
        }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1240px) {
    .container {
        width: 1210px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
     .padding-left-30 {
    padding-left: 30px;
}
    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1260px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #dddddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #dddddd;
    }

    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #dddddd;
    }

    .table .table {
        background-color: #ffffff;
    }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #dddddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #dddddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}


/* Reset & Forms*/
a {
    outline: none !important;
}

    a:focus,
    a:hover {
        text-decoration: none;
    }


    a:hover {
        text-decoration: none;
        color: #333;
    }

img {
    max-width: 100%;
}
 
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea,
select {
    height: 51px;
    line-height: normal;
    padding: 0 20px;
    outline: none;
    font-size: 15px;
    color: #808080;
    margin: 0 0 16px 0;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    display: block;
    background-color: #ffffff;
    font-weight: 500;
    border: 1px solid #e0e0e0;
    opacity: 1;
    border-radius: 3px;
}

textarea {
    height: auto;
    line-height: 27px;
    padding: 20px;
}

select {
    padding: 15px 18px;
    cursor: pointer;
}

input:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus {
    color: #808080;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border: 1px solid #d8d8d8;
    opacity: 1;
}

input[type="submit"] {
    border: none;
    /*padding: 11px 18px;*/
    width: auto;
}


::-webkit-input-placeholder { /* WebKit browsers */
    color: #888;
    opacity: 1;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #888;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #888;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #888;
    opacity: 1;
}

textarea {
    min-height: 130px;
    transition: none !important;
    min-width: 100%;
}


label,
legend {
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 8px;
}

input {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

textarea {
    -webkit-transition: 0;
    -moz-transition: 0;
    -o-transition: 0;
    -ms-transition: 0;
    transition: 0;
}

input[type="checkbox"] {
    display: inline;
}

label span,
legend span {
    font-weight: normal;
    font-size: 14px;
    color: #444;
}

fieldset {
    padding: 0;
    border: none;
}

@media (min-width: 1440px) {
    /*.container { width: 1510px; }*/
    .container {
        width: 1290px;
    }
}

@media (min-width: 1600px) {
    /*.container { width: 1510px; }*/
    .container {
        width: 85%;
    }
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.panel-default {
    border-color: #ddd;
}

.panel-heading {
    font-weight: bold;
    padding: 5px 10px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-body {
    padding: 10px;
}

.list-group-item {
    position: relative;
    margin-bottom: -1px;
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}

.list-group {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
}


.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}
@charset "UTF-8";

body {
    direction: ltr;
}

.bodyelment {
    direction: ltr;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
input[type=text],
input[type=password],
input[type=email],
textarea,
select,
input[type=button],
input[type=submit],
button,
#tiptip_content {
    font-family: Helvetica, Arial, sans-serif;
    text-transform: none;
}

.page {
    text-align: left;
}

.page-title a + h1 {
    float: left;
}

ul.top-bar-menu {
    float: left;
}


.left-side {
    float: right;
}

.chosen-container .chosen-drop {
    right: auto;
    left: -9999px;
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    left: -9999px;
    right: auto;
}

#navigation ul {
    float: left;
}

#logo, #navigation {
    float: left;
}

#small-searchterms {
    float: left;
}

#company-small-searchterms {
    float: left;
}

.search-container .main-search-input button.button {
    margin-right: 0px;
    margin-left: 20px;
}
 input[type=text], input[type=password], input[type=email], input[type=number], textarea, select {
    height: 51px;
    padding: 0 20px;
}

.chosen-container-single .chosen-single {
}

.listing-badges span {
    left: auto;
    right: 15px;
    padding: 5px 10px;
}

.listing-badges .featured {
    right: auto;
    left: -67px;
    float: left;
    padding: 0;
}

.listing-badges .pricing-featured {
    right: auto;
    left: -67px;
    float: left;
    padding: 0;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.item-box {
    float: left;
    text-align: left;
}

.center-1 .page-title,
.center-1 .title {
    text-align: left;
}

ul.top-bar-menu li i {
    color: #fff;
    margin: 0 5px 0 0;
}

.language-selector .chosen-container-single .chosen-single span, .currency-selector .chosen-container-single .chosen-single span {
    padding-right: 20px;
    padding-left: 0px;
}

.block-category-navigation .list a:before, .block-manufacturer-navigation .list a:before {
    content: "\f105";
    left: 0;
    right: auto;
    float: left;
    margin-right: 10px;
}

.block .list a:hover {
    padding-left: 5px;
}

.block .list a.product-picture:hover {
    padding-left: 0;
}

.block a.product-picture + a.product-name:hover {
    padding-left: 0;
}

.sort-by label, .sort-by .sort-by-select {
    float: left;
}

.product-viewmode {
    text-align: right;
}

.footer-block .list li:before {
    float: left;
    content: "\f105";
    /*padding: 0px 5px 0 7px;*/
}

.footer-block {
    text-align: left;
    float: right;
}


    .footer-block .list a:hover {
        padding-left: 15px;
    }

.block .sublist {
    margin: 30px 0 5px;
    margin-left: -30%;
}

.details.button.border {
    left: auto;
    margin-left: 9px;
    right: 20px;
    float: right !IMPORTANT;
}

    .details.button.border:after {
        content: "\f105";
        right: 5px;
        left: auto;
    }

    .details.button.border:hover {
        padding-right: 32px;
    }

        .details.button.border:hover:after {
            left: auto;
            right: 15px;
        }

.list-layout .listing-content {
    text-align: left;
}

.list-layout .listing-title {
    padding-left: 15px;
    padding-right: 15px;
}

.menu-responsive i {
    text-align: right;
}

.flyout-cart {
    left: 100px;
    right: auto;
}

.checkboxes label:before {
    right: auto;
    left: 0;
    margin-left: 0;
    margin-right: 10px;
}

.checkboxes label {
    padding-right: 0;
    padding-left: 28px;
}

.ui-autocomplete {
    text-align: left;
}

.property-features.checkboxes li:before {
    margin-left: 0;
    margin-right: 10px;
}

.data-table th {
    text-align: left;
}

span.like-icon {
    right: 30px;
    left: auto;
}

.tabs-nav li {
    float: left;
}

table.basic-table th {
    text-align: left;
}

#breadcrumbs {
    left: auto;
    right: 15px;
}

.list-4 li:before, .list-3 li:before, .list-2 li:before, .list-1 li:before {
    float: left;
    margin-left: -22px;
}

.numbered ol > li::before {
    float: left;
    left: -18px;
    right: auto;
}

.chosen-container-single .chosen-single div b:after {
    margin: 0 0 0 14px;
    float: left;
}

.chosen-container-single .chosen-single div {
    right: auto;
    left: 0;
}

.language-selector .chosen-container-single .chosen-single span, .currency-selector .chosen-container-single .chosen-single span {
    padding-right: 20px;
    padding-left: 0px;
}

.address-list-page .buttons, .order-list-page .buttons {
    right: 10px;
    left: auto;
}

.admin-header-links {
    text-align: left;
}

button.widget-button {
    /*margin-right: 15px;*/
    margin-left: 0px;
    text-align: left;
}

.widget-button .like-icon {
    margin-left: 0;
    margin-right: 6px;
}

.listingmidel-footer i {
    padding-right: 3px;
}

.Language-spoken-list-2 li:before {
    margin-left: -22px;
    margin-right: 0;
    float: left;
}

.listing-carousel.owl-theme.outer .owl-controls .owl-buttons .owl-prev {
    right: 0;
    left: auto;
}

.listing-carousel.owl-theme.outer .owl-controls .owl-buttons .owl-next {
    right: 35px;
    left: auto;
}

.cart-total td {
    text-align: left;
}

    .cart-total td:first-child {
        text-align: left;
    }

.opc .step-title .number, .opc .step-title .title {
    float: left;
}

.order-details-area ul li {
    text-align: left;
}

.cart .product, .data-table .product, .data-table .message, .data-table .info, .data-table .name, .forum-table .forum-details, .forum-table .topic-details {
    text-align: left;
}

.product-review-item .product-review-box {
    float: right;
}

.product-review-item .review-title {
    float: left;
}

.footer-block .title {
    background: #4ab2f1 url(/Themes/IrsaTheme/Content/images/toggle-white.png) right center no-repeat;
}

.follow-us .title {
    background: none;
}

.chosen-container-single .chosen-single div {
    left: auto;
    right: 15px;
}

.chosen-container-single .chosen-single span {
    margin-left: 19px;
    margin-right: 21px;
}

#navigation ul li ul {
    right: auto;
    left: 0;
}

.more-search-options-trigger:before {
    padding-left: 0;
    padding-right: 7px;
}

.testimonial-author h4 {
    padding-right: 0;
    padding-left: 20px;
}

.flip-banner .sl:before {
    content: "\e606";
}



.master-sub-col {
    float: right;
}


a.read-more i {
    float: left;
}

.testimonial:before {
    left: 35px;
}

.testimonial-author {
    padding-left: 20px;
}

.sitemap-page li:before {
    left: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
input[type=text],
input[type=password],
input[type=email],
textarea,
select,
input[type=button],
input[type=submit],
button,
#tiptip_content {
    direction: ltr;
}

.button i {
    margin-right: 4px;
    margin-left: -5px;
}

.details.button.border:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 18px;
    /*position: absolute;
    opacity: 1;*/
    color: #fff;
    transition: all 0.25s;
    left: 5px;
}

.details.button.border:hover:before {
    opacity: 1;
    left: 15px;
}
/*.details.button.border:after {
    content: "" !Important;
}*/

section.fullwidth .headline-box {
    transform: translate3d(-50%, -50%, 0);
    margin-left: 50%;
}

.list-layout ul.listing-details {
    text-align: left;
}

ul.listing-details-text-align {
    text-align: left;
}

ul.listing-details {
    text-align: left;
    direction: ltr;
}

.bar-client-mesage .close {
    right: 0;
    left: unset;
}

.sub-price {
    float: right;
}

.header-widget {
    text-align: right;
}

.sub-price {
    float: right;
}

.companyCode {
    float: right;
    margin-right: 14px;
    /*margin-right: 25px;*/
}

.headerTop {
    /*min-height: 140px;
    background: url(/Themes/IrsaTheme/Content/images/bg-comany.jpg) no-repeat 100%;
    background-size: 100%;*/
    min-height: 230px;
    background: url(/Themes/IrsaTheme/Content/images/bg-comany.jpg);
    background-size: 100%;
    background-color: #cccccc;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.sub-price {
    margin-top: 44px;
    float: right;
    color: #fff;
}

.widget-buttonCompany img {
    max-height: 22px;
    max-height: 22px;
}

.border-none {
    border: none !Important;
}

.removePad {
    padding: 0;
}



.pl10 {
    padding: 10px 0 0 0;
}

.mt30 {
    margin-top: -30px;
}



ul.chat {
    width: 100%;
    margin-bottom: 37%;
}

    ul.chat li {
        padding: 15px 25px 15px 25px;
        display: inline-flex;
        width: 100%;
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        transition: all 0.18s ease-in;
        position: relative;
    }

.divSplit {
    width: 100%;
    height: 20px;
    border-bottom: 1px solid black;
    text-align: center;
}

    .divSplit span {
        font-size: 15px;
        background-color: #F3F5F6;
        padding: 0 10px;
    }

.mt-5 {
    margin-top: -5px;
}

.mt-0 {
    margin: 0px 0 25px 0 !important;
}

.companyItem, .companyItem label {
    font-weight: bold;
}

    .companyItem span {
        font-weight: 400;
    }

    .companyItem img {
        max-width: 15px;
        margin-right: 0;
        /*margin-left: -22px;*/
    }

.companyItem-mobile {
    padding: 0;
    line-height: 1.8;
    margin-left: 10px;
}

.company-name-mobile {
    margin-left: 27px !important;
    margin-top: -31px !important;
}

.companyItem {
    padding: 0;
}

.company-address-type-name {
    margin-left: 19px !important;
}

.divAddress .row:nth-child(odd) {
    background-color: #f5f5f5;
}

.divAddress .row {
    padding: 15px 0;
}

.divAddress {
    margin-bottom: 10px;
}

.mt-50 {
    margin-top: -50px;
}


.mobile .button {
    width: 100%;
}

.backColorGray {
    background: #eee;
}

.floatingMenu {
    position: fixed;
    height: 50px;
    width: 50px;
    z-index: 1000;
    bottom: 10%;
    left: 0%;
    background-color: #37b6bde0;
    cursor: pointer;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 20px;
    color: #fff;
    font-size: 35px;
    padding: 7px 11px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.MenuFloat {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 20px;
    padding: 10px 0;
    position: fixed;
    left: -400px;
    bottom: 18%;
    right: unset;
    background-color: #37b6bdeb;
    z-index: 9999;
    -moz-transition: right 0.5s ease-in;
    -o-transition: right 0.5s ease-in;
    -webkit-transition: right 0.5s ease-in;
    transition: right 0.5s ease-in;
    -moz-transition: left 0.5s ease-in;
    -o-transition: left 0.5s ease-in;
    -webkit-transition: left 0.5s ease-in;
    transition: left 0.5s ease-in;
}

    .MenuFloat a {
        color: #fff;
        padding: 10px 33px;
        display: block;
    }

.MenuFloatShow {
    left: -4px;
    right: unset;
    z-index: 9999;
    -moz-transition: right 0.5s ease-in;
    -o-transition: right 0.5s ease-in;
    -webkit-transition: right 0.5s ease-in;
    transition: right 0.5s ease-in;
    -moz-transition: left 0.5s ease-in;
    -o-transition: left 0.5s ease-in;
    -webkit-transition: left 0.5s ease-in;
    transition: left 0.5s ease-in;
}

.closwfloatingMenu {
    position: relative;
    float: right;
    padding: 8px;
    color: #fff;
    font-size: 23px;
    font-weight: 100;
    bottom: 13px;
    cursor: pointer;
}

    .closwfloatingMenu:hover, .closwfloatingMenu:focus {
        color: #747171;
    }

.SearchBox {
    padding: 5px;
}

.main-search-input button.button {
    width: auto;
    min-width: 80px;
    margin: 0;
    height: 55px;
    font-size: 1.5em;
}

.CategoryBox {
    padding: 50px 10px;
}

.fa-chevron-circle-right:before {
    content: "\f137";
}

.fa-chevron-circle-left:before {
    content: "\f138";
}

.HeaderStore #small-searchterms {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.HeaderStore .main-search-input button.button {
    padding-left: 16px;
    padding-right: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.float {
    float: right;
}

.customPrevBtn:before {
    content: "\f105";
}

.customNextBtn:before {
    content: "\f104";
}

.captcha-box > div {
    margin-right: 0;
    margin-left: -35px;
}

.required {
    float: left;
    right: 0;
    left: auto;
}

.lmt12 {
    margin-top: 12px;
}

.bar-notification .close {
    right: 0;
    left: auto;
}

.storeLinkBox {
    float: left;
}

.imgCompanyLogo {
    left: unset;
    right: -10px;
}

.SelectBox {
    float: right;
}

    .SelectBox label > b:after {
        margin: 0 0 0 4px;
        float: right;
    }

    .SelectBox > i.fa {
        float: right;
    }

.divSelect {
    left: -999px;
    right: unset;
}

.sort-by {
    float: left;
}

/********** CHECKOUT **********/

.shipping-method .method-list li,
.payment-method .method-list li {
    margin: 20px 0;
    font-size: 14px; /*reset zeroing*/
    float: left;
}

.payment-method .payment-details {
    min-width: 180px;
    text-align: left;
}

/********/
.treeview {
    float: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

    .treeview:hover input ~ label:before,
    .treeview.hover input ~ label:before {
        opacity: 1;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        -ms-transition-duration: 0.5s;
        -o-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }

    .treeview ul {
        -webkit-transition-duration: 1s;
        -moz-transition-duration: 1s;
        -ms-transition-duration: 1s;
        -o-transition-duration: 1s;
        transition-duration: 1s;
        list-style: none;
        padding: 0;
        padding-left: 1em;
    }

        .treeview ul li span {
            -webkit-transition-property: color;
            -moz-transition-property: color;
            -ms-transition-property: color;
            -o-transition-property: color;
            transition-property: color;
            -webkit-transition-duration: 1s;
            -moz-transition-duration: 1s;
            -ms-transition-duration: 1s;
            -o-transition-duration: 1s;
            transition-duration: 1s;
        }

            .treeview ul li span:hover {
                color: #37b6bd;
                -webkit-transition-duration: 0.3s;
                -moz-transition-duration: 0.3s;
                -ms-transition-duration: 0.3s;
                -o-transition-duration: 0.3s;
                transition-duration: 0.3s;
            }

    .treeview input {
        display: none;
    }

        .treeview input:checked ~ ul {
            display: none;
        }

        .treeview input ~ label {
            cursor: pointer;
        }

        .treeview input:checked ~ label:before {
            margin-left: -0.8em;
            border-width: 5px;
            border-top-color: transparent;
            border-right-color: transparent;
            border-bottom-color: transparent;
            border-left-color: rgb(76, 76, 76);
        }

        .treeview input ~ label:before {
            content: "\f105";
            left: 0;
            padding: 0 0 0 7px;
            float: left;
            right: 6px;
            margin-left: -1em;
        }

.divSpliter {
    right: 0;
    left: 3%;
}

.office-address li {
    text-align: center;
}

.property-features label {
    display: inline-block;
}

ul.listing-details {
    text-align: left;
}

.divLogo {
    text-align: left;
}

.spnloader {
    right: 29px;
    left: auto;
}

.searchTitle {
    text-align: left;
}

.compare-products-table .product-name td {
    text-align: left;
}

.compare-products-table td:first-child {
    text-align: left;
}

.grid-layout {
    left: -1.5%;
}

.contact-map {
    direction: rtl;
}

.office-address li {
    direction: ltr;
}

.dialog-title {
    text-align: left;
}

.dialog-close {
    float: right;
}


.order-review-data2 ul, .order-details-area2 ul, .shipment-details-area2 ul {
    text-align: left;
    float: left;
}

#aShareClose {
    right: 5px;
    left: auto;
}

.double-left:before {
    content: "\f101";
}

.divPictureFullScreen {
    left: 23px;
    right: auto;
}

.agent-page {
    padding-left: 0;
    padding-right: 30px;
}


.AcceptItem {
    margin-top: 10px;
}

    .AcceptItem img {
        max-height: 24px;
        float: left !important;
    }


.show-more-button {
    left: 0;
    margin-left: 10%;
    transform: translateX(-50.5%);
}

.loveBotton {
    float: right;
    margin-left: 6px;
    /*margin-top: 27px;*/
    padding-top: 8px;
}

.CreditRating {
    float: right;
}

.imgLogo {
    float: left;
    left: auto;
    right: -20px;
}

.header-fixed {
    /*padding: 5px 33px;*/
    /*padding-left: 15px;*/
}

.item {
    width: 97%;
}

body .carousel {
    right: 15px;
}

/*.header-fixed {
    padding: 5px 28px;
}*/

.owl-theme .owl-controls .owl-buttons {
    right: 8px;
    left: auto;
}

.imgCompanyLogo {
    float: left;
}

.agent-page .agent-name h4 {
    text-align: left;
}

.agent-page .agent-name span {
    text-align: left;
}

.agent-contact-details li {
    text-align: left;
}

.agent-contact-details2 li i {
    left: -28px;
}

.agent-contact-details2 li {
    margin-left: 28px;
}

ul.top-bar-menu li i {
    color: #fff;
    margin: 0 5px 0 0;
}

#txtFakeSearchInput {
    float: left;
}

.avatar {
    float: left;
    left: 0px;
    margin-left: 5px;
}

.mr-20 {
    margin-left: 10px;
}

.avatar-space {
    margin-left: 25px;
}

.owl-theme .owl-controls {
    direction: ltr;
}

.owl-carousel {
    direction: ltr;
}

.link-container {
    padding: 28px 30px;
    border-left: 1px solid #e0e0e0;
}

.plan-short-description {
    text-align: left !important;
}

.chosen-container .chosen-drop {
    left: 0;
    right: -9999px;
}

.chosen-container.chosen-with-drop .chosen-drop {
    right: 0;
    display: inline-block;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    right: -9999px;
    left: auto;
}

.guide-loading {
    right: 27%;
    left: 30%;
}

#btnSearch {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

#txtKey {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.edit-address .inputs label {
    text-align: left;
}

.changeLogoMobile {
    left: 25px;
    right: auto;
    text-align: center;
    font-size: small;
}

@media (max-width: 600px) {
    .changeLogoMobile {
        left: 15px;
    }
}

.life-ring {
    float: right;
    margin-right: -9px;
}

.item {
    display: inline-block;
}

.box3 {
    right: 3px;
}

.changeImageButton {
    -moz-transition: .3s ease-in opacity;
    -o-transition: .3s ease-in opacity;
    -webkit-transition: .3s ease-in opacity;
    transition: .3s ease-in opacity;
    width: 90px;
    display: inline-block;
    /*opacity: 0;*/
    background: #ffffffab;
    position: relative;
    top: -58px;
    font-size: 0.8em;
    text-align: center;
    left: 20px;
    color: #000;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}

.button.view-link-mobile {
    text-align: center;
    height: 32px;
    margin-top: 4px;
    padding: 4px 12px;
    display: inline-block;
}

.divLogo:hover > .changeImageButton {
    -moz-transition: .3s ease-in opacity;
    -o-transition: .3s ease-in opacity;
    -webkit-transition: .3s ease-in opacity;
    transition: .3s ease-in opacity;
    opacity: 1;
}

.economic-nature-name {
    margin-left: 4px !important;
}

.economic-nature-img img {
    margin-right: 0 !important;
    margin-top: -3px;
}

.button-company-edid {
    position: relative;
    right: 10px;
    float: right;
    margin-right: 20px;
    top: -74px;
    /*opacity: 0;*/
    transition: 0.3s ease-in opacity;
}

#divCompanyNews .button-company-edid {
    top: -42px;
}

.margim-r-13 {
    margin-right: -13px;
}

.listing-badges > span.button-company-edid {
    float: left;
    left: 15px;
    right: auto;
    cursor: pointer;
}

a.listing-address {
    margin-left: 16px;
}

.company-item-name img {
    margin-left: -16px !important;
    margin-top: 7px;
}

.company-name-profile {
    margin-left: 3px !important;
}

.company-name-index {
    margin-left: 5px;
    margin-top: 10px;
}

.button.view-link {
    /*right: 5px;
    left: auto;
    top: 104px;*/
    /*height: 32px;*/
    padding: 6px 12px;
    /*position: absolute;*/
    /*display: inline-block;*/
    z-index: 999;
    float: left;
    margin-left: -9px;
    /*margin-top: -37px;*/
    margin-top: -33px;
}

.pad-rl2 {
    padding: 0;
    padding-right: 2px;
    padding-left: 2px;
}

.showDialog {
    margin-bottom: -33px;
}

.top-36 {
    top: -36px;
}

.top-28 {
    top: -28px;
}

.top-20 {
    top: -20px;
}

.left-42 {
    left: 70px;
}

.opacity-9 {
    opacity: 0.9;
    z-index: 1000;
}

.pad-r2 {
    padding: 0;
    padding-right: 2px;
}

.captcha-box {
    text-align: left;
    margin-left: 35px;
    margin-right: auto;
}

.login-page .captcha-box {
    margin: 15px -51px 0px 20px;
}

.accept-privacy-policy {
    margin: 0 0px 20px;
}

.owl-carousel .max-limit {
    direction: ltr;
}

.btnSearchHome {
    border-bottom-right-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.advanced-search-box a .sl {
    float: right;
}
/************************************* start-media **************************/
@media (min-width: 432px) and (max-width: 767px) {
   .btnSearchHome {
        float: right;
    }
}

@media (max-width: 480px) {
    .login-page .captcha-box {
        margin: 15px -100px 0px -18%;
    }

    .btnSearchHome {
        float: right;
    }

    .regbox .captcha-box {
        margin: 15px -48px 0px -3%;
        transform: scale(0.8);
    }

    .recovery-box .captcha-box {
        margin: 9px -9% 20px;
    }

    .report-captcha .captcha-box {
        margin: 15px -4% 0px -2%;
    }

    .review-box .captcha-box {
        transform: scale(0.8);
        margin: 15px -10% 0px -5%;
    }

    .new-comment .captcha-box {
        transform: scale(0.8);
        margin: 15px -48px 0px -3%;
    }

    #divContactToCompanyContainer .captcha-box {
        transform: scale(0.8);
        margin: 15px -4% 0px -2%;
        position: relative;
    }

    .request-box .captcha-box {
        transform: scale(0.8);
        margin: 15px -13% 0px -4%;
    }
}

@media (max-width: 400px) {
    .regbox .captcha-box {
        position: relative;
        margin: 15px -73px 0px 10%;
        transform: scale(0.8);
        left: -37px;
    }

    .login-page .captcha-box {
        margin: 15px -100px 0px -20%;
    }

    .recovery-box .captcha-box {
        margin: 9px -7px 20px;
    }

    .report-captcha .captcha-box {
        margin: 15px -4% 0px -1%;
    }

    .review-box .captcha-box {
        transform: scale(0.8);
        margin: 15px -10% 0px -2%;
    }

    #divContactToCompanyContainer .captcha-box {
        transform: scale(0.8);
        margin: 15px -4% 0px -1%;
        position: relative;
    }

    .request-box .captcha-box {
        transform: scale(0.8);
        margin: 15px -13% 0px -2%;
    }
}

@media (max-width: 340px) {
    .login-page .captcha-box {
        margin: 15px -100px 0px -6%;
    }

    .regbox .captcha-box {
        position: relative;
        margin: 15px -73px 0px 15%;
        transform: scale(0.8);
        left: -37px;
    }

    .report-captcha .captcha-box {
        margin: 15px 0% 0px 1%;
    }

    .review-box .captcha-box {
        transform: scale(0.8);
        margin: 15px -10% 0px -1%;
    }

    .new-comment .captcha-box {
        transform: scale(0.8);
        margin: 15px -48px 0px -1%;
    }

    #divContactToCompanyContainer .captcha-box {
        transform: scale(0.8);
        margin: 15px -4% 0px 0%;
        position: relative;
    }
}

@media (max-width: 300px) {
    .regbox .captcha-box {
        position: relative;
        margin: 15px -73px 0px 10%;
        transform: scale(0.7);
        left: -37px;
    }

    #divContactToCompanyContainer .captcha-box {
        margin: 15px -4% 0px 0%;
    }
}

@media (max-width: 480px) {
    .captcha-box {
        margin: 9px -80px 20px;
        transform: scale(0.7);
        margin-left: -40px;
    }

    .margin-l-res {
        margin-left: -12%;
    }

    .margin-l-percent-10 {
        margin-left: -10%;
    }
}

@media (max-width: 1239px) {
    .company-name-index {
        /*margin-left: 26px !important;*/
        margin-top: 10px !important;
    }

    .economic-nature-name {
        margin-left: 28px !important;
    }

    .single-line-name {
        margin-left: 18px;
    }
}

@media (min-width: 768px) {
    .sm-mint.sm-rtl li {
        float: right;
        border-left: 1px solid #ddd;
    }

    .loveBotton {
        margin-top: 0;
    }
}

@media (max-width: 600px) {
    .imgCompanyLogo {
        left: 0px;
        float: left;
    }
}

@media (max-width: 548px) {
    .single-line {
        text-align: left;
        font-size: 25px;
    }

    .single-line-company {
        text-align: left;
    }

    .sub-price {
        margin-top: 10px;
    }

    a.listing-address {
        color: #838383;
        top: 0px;
    }
}

@media (min-width: 1240px) {
    .company-name-profile {
        margin-left: 22px !important;
    }

    .company-item-name img {
        margin-left: 2px !important;
        margin-top: 7px;
    }
}

@media (min-width: 992px) and (max-width: 1239px) {
    .company-name-profile {
        margin-left: 46px !important;
    }

    .company-item-name img {
        margin-left: 28px !important;
        margin-top: 7px;
    }
}

@media only screen and (max-width: 991px) {
    .economic-nature-name {
        margin-left: -16px !important;
        width: 258px !important;
    }

    .company-name-index {
        margin-left: -15px;
    }

    .master-sub-col {
        float: none;
    }

    #top-bar .left-side {
        float: left;
    }

    #top-bar {
        padding-right: 0;
    }

        #top-bar .right-side {
            float: right;
        }

    .imgHeaderLogo {
        float: right;
    }

    .header-widget {
        text-align: left;
    }

    #responsive-top-menu {
        float: left;
    }

    ul.top-bar-menu li {
        padding: 7px 5px 7px 22px;
    }


    ul.myulselector li:before {
        margin-right: auto;
        margin-left: -12px;
        margin-top: 13px;
    }

    ul.top-bar-menu {
        right: 100%;
        left: auto;
    }

    #top-bar .bg-menu {
        right: 100%;
        left: auto;
    }

    ul.top-bar-menu.slideshow {
        transform: translate( 260px, 0);
        transition: .8s;
    }

    #top-bar .bg-menu.slideshow {
        transform: translate(100%, 0);
        transition: .8s;
    }
}

@media all and (min-width: 1001px) {
    .follow-us {
        float: right;
    }
}

@media (max-width: 480px) {
    .forgot-password {
        float: left !important;
    }

    .headerTop {
        min-height: 120px;
    }
}

@media (min-width: 1001px) {

    .mini-shopping-cart {
        text-align: left;
    }

    .inputs label {
        text-align: left;
    }

    .date-of-birth select:nth-child(4) {
        margin-right: 22px;
        margin-left: 0;
    }

    .label-form::before {
        content: " ";
        padding-right: 7px;
    }

    .label-form-required::before {
        color: red;
        content: "*";
        padding-right: 7px;
    }
}

@media (min-width: 769px) {
    .cart-footer .cart-collaterals div, .cart-footer .cart-collaterals label {
        text-align: left;
    }

    .footer-block .title {
        background: none;
    }
}

@media (min-width: 991px) and (max-width: 1239px) {
    .company-name-index {
        margin-left: 26px !important;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .company-name-mobile-box {
        margin-left: 96px !important;
    }
}

@media (max-width: 431px) {
    .company-name-mobile {
        margin-top: -23px !important;
    }
}

@media (min-width: 432px) and (max-width: 767px) {
    .company-name-mobile {
        margin-left: 25px !important;
        margin-top: -41px !important;
    }
}

@media (max-width: 767px) {
    .loveBotton-margin {
        margin-top: 27px !important;
    }

    .company-name-mobile-box {
        margin-left: 84px;
    }

    /*.company-name-mobile {
            margin-left: 25px !important;
            margin-top: -41px !important;
            /*margin-top: -23px !important;*/
}

 
.company-name-mobile-box img {
    margin-top: -61px !important;
    margin-bottom: -21px !important;
}

.company-name-mobile-box {
    margin-left: 84px;
}

.search-container .main-search-input button.button {
    margin-right: 0px;
    margin-left: 0px;
}

.agent-page {
    padding-right: 0;
}

.comment-time {
    text-align: left;
}

.mob-Panel i.fa {
    float: left;
    padding-right: 5px;
    margin-left: -5px;
    margin-right: 0;
    padding-left: 0;
}

.mob-Panel-cat i.fa {
    float: left;
    padding-left: 0;
    padding-right: 5px;
    margin-left: -5px;
    margin-right: 0;
}

}

.company-profile-company-code {
    text-align: right;
}

.ol-map-touche-cover-btn {
    padding-right: 0px !important;
    padding-left: 10px;
}

.inquiry-flag-circle {
    /*background-image: url(/Content/Images/flat-flags/ir.png);*/
    width: 26px;
    background-position: center;
    background-size: cover;
    height: 26px;
    float: right;
    margin-left: 2px;
    margin-top: 1px;
}

.btn-inquiry {
    float: left !important;
    position: relative !important;
    margin-top: 50px !important;
    right: 0px !important;
}

.ico-home {
    position: absolute;
    left: auto;
    top: 14px;
    right: 14px;
    font-size: large;
}
 
.ico-home-mob {
    position: absolute;
    right: auto;
    top: 14px;
    left: 56px;
    font-size: large;
    color: white;
}

    .ico-home-mob .fa-ils {
        font-size: x-large;
        transform: rotate(90deg);
    }

.lan-icon-s {  
    right: auto;
    left:92px;
}
.lan-icon {
    left: 123px;
    right: auto;
    top: 27px;
}
    .ico-home .fa-ils {
    font-size: x-large;
    transform: rotate(90deg);
}

.grid-layout-five .listing-item {
      float: left;
   
}
@media only screen and (max-width: 1651px) {
    .grid-layout-five {
        right: 0;
        width: 100%;
    }
}
/*@media (max-width: 767px) {
    .grid-layout .listing-item, .grid-layout-five .listing-item {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}*/
.grid-layout .listing-item {
    float: left;
}
.fonts-loaded body, h1, h2, h3, h4, h5, h6, input[type=text], input[type=password], input[type=email], textarea, select, input[type=button], input[type=submit], button, #tiptip_content {
    font-family:   Helvetica, Arial, sans-serif;
}
.fonts-loaded .map-box p, .map-box div {
    font-family: Helvetica, Arial, sans-serif;
}
.fonts-loaded body,
h1,
h2,
h3,
h4,
h5,
h6,
input[type=text],
input[type=password],
input[type=email],
textarea,
select,
input[type=button],
input[type=submit],
button,
#tiptip_content {
    font-family: Helvetica, Arial, sans-serif;
}
.fonts-loaded .ui-menu .ui-menu-item a {
    font-family: Helvetica, Arial, sans-serif;
}

.inq-fav {
    right: 0;
    left: auto;
}
.full-stars-example-two .rating__input {
    left: -9999px !important;
    right: auto !IMPORTANT;
}
@media only screen and (max-width: 991px) {
    ul.top-bar-menu .mob-inline {
        display: inline-block;
    }

    ul.top-bar-menu li {
        text-align: left !important;
    }
}
.button-company-edid2 { 
    float: right;
}
.taghvim {
    right: 20px;
    left: unset !important;
}

.pt-10 {
    padding-top: 10px
}
.sl-lg {
    font-size: 1.1em;
    line-height: 0.75em;
    vertical-align: -15%;
}

#top-bar {
    min-height: 85px;
    /*   display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;*/
}

.divsearch {
    padding: 2px;
    display: flex;
    border: 2px solid #444;
    border-radius: 31px;
    margin-top: 10px;
    height: 48px;
    background-color: #fff;
    flex-direction: row-reverse;
    width: 100%;
}

.liSearch {
    width: 58%;
    padding: 5px;
    padding-right: 20px;
}

.left-side {
    padding: 0px;
}

.divsearch > input {
    padding: 2px;
    height: 40px;
    border: none;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    padding-right: 15px;
}
/*.selectetItemMenu:hover .myulselector{
    display:block;
    opacity:.9;
    height:auto;
}*/
.ico-home {
    top: 33px;
}

.liSearch form {
    width: 100%;
}

.right-side {
    margin-top: 15px;
}

.divsearch > .search-btn {
    padding: 6px 20px;
    display: flex;
    border-radius: 20px;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    font-size: medium;
    color: #fff;
    width:165px;
}

.divsearch > .search-btn {
    color: #fff
}

    .divsearch > .search-btn > i {
        color: #fff
    }

.divsearch > input:focus {
    border: none;
}

#top-bar, #top-bar:hover {
    background-color: #fff;
    color: #444;
    border-bottom: 1px solid #ddd;
}

ul.top-bar-menu li i {
    color: #444;
}

ul.top-bar-menu li a {
    color: #444;
}

ul.top-bar-menu li {
    text-align: center
}

.fa-2x {
    font-size: 2em !important;
}

.fa-15x {
    font-size: 1.5em !important;
}

ul.top-bar-menu {
    height: 40px;
}

.right-side {
    text-align: left;
}

.myulselector > li {
    text-align: right !important;
}

    .myulselector > li:hover a, .myulselector > li:hover .fa {
        color: #ffffff;
    }



.home-page #top-bar, .home-page #top-bar:hover {
    background-color: #f7f7f7;
    color: #444;
    margin-bottom: -30px;
    border: none;
}

.home-page .liSearch {
    visibility: hidden;
}

.home-page.floating {
    position: fixed;
    display: block;
    width: 100%;
    background-color: #fff;
    z-index: 9999999;
}

    .home-page.floating .liSearch {
        visibility: visible;
    }

    .home-page.floating #top-bar {
        background-color: #fff;
        color: #444;
        border-bottom: 1px solid #ddd;
    }

.selectetItemMenu .myulselector {
    transition: .5s ease-in opacity;
    transition: .5s ease-in display;
    opacity: 0;
    display: none;
}

.selectetItemMenu:hover .myulselector {
    transition: .5s ease-in opacity;
    transition: .5s ease-in display;
    height: auto;
    opacity: 1;
    display: block;
}

.divResult {
    display: none;
    width: 37%;
    top: 79px;
    position: absolute;
    background: #fff;
    padding: 10px 0px;
    border-radius: 4px;
    margin-top: -13px;
    z-index: 99;
    box-shadow: 0px 0px 3px 1px #ddd;
}

.floating .divResult {
    position: fixed;
}

.divResult .list-group-item > a {
    padding: 4px 10px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
    width: 100%;
    color: #444
}

.divResult ul > li {
    text-align: right;
    display: block;
    width: 100%;
}

.divResult .list-group-item > a:hover {
    background-color: #f7f7f7;
}

.list-group-item {
    text-align: center;
}
.ico-search {
     padding: 10px;
     position: absolute;
    right: 78px;
}
.ico-search2 {
     padding: 10px;
     position: absolute;
    right: 50px;
}
#search-menu-form-mobile {
    display: none;
    padding:5px;
}
@media only screen and (max-width: 991px) {
    ul.top-bar-menu {
        height: 100%;
    }

    .liSearch {
        width: 100%;
    }

    ul.top-bar-menu li {
        color: #fff;
    }

        ul.top-bar-menu li a {
            color: #fff;
        }

        ul.top-bar-menu li .fa {
            color: #fff;
        }

    .ico-home-mob {
        color: #444;
        padding-top: 14px;
    }

    .ico-home {
        display: none;
    }

    .selectetItemMenu.selectActive span:before {
        content: "";
    }

    .divsearch {
        position: absolute;
        right: 5px;
        width: 97%;
        top: 76px;
        z-index: 9999;
    }

    .divResult {
        width: 97%;
         overflow-y: auto;
        right: 6px;
        top: 146px;
    }
}

#top-bar {
    min-height: 90px;
    /*   display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;*/
}

.divsearch {
    padding: 2px;
    display: flex;
    border: 2px solid #444;
    border-radius: 31px;
    margin-top: 10px;
    height: 48px;
    background-color: #fff;
    flex-direction: row-reverse;
    width: 100%;
}

.liSearch {
    padding-right: 20px;
}

.left-side {
    padding: 0px;
}

.divsearch > input {
    padding: 2px;
    height: 40px;
    border: none;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    padding-left: 10px;
}
/*.selectetItemMenu:hover .myulselector{
    display:block;
    opacity:.9;
    height:auto;
}*/
.ico-home {
    top: 33px;
}

.right-side {
    margin-top: 15px;
}

.divsearch > .search-btn {
    padding: 6px 20px;
    display: flex;
    border-radius: 20px;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    font-size: medium;
    color: #fff;
    width:165px;
}

    .divsearch > .search-btn {
        color: #fff
    }

        .divsearch > .search-btn > i {
            color: #fff
        }

.divsearch > input:focus {
    border: none;
}

#top-bar  {
    background-color: #fff;
    color: #444;
}

ul.top-bar-menu li i {
    color: #444;
}

ul.top-bar-menu li a {
    color: #444;
}

ul.top-bar-menu li {
    text-align: center
}

.fa-2x {
    font-size: 2em !important;
}

.fa-15x {
    font-size: 1.5em !important;
}

ul.top-bar-menu {
    height: 40px;
}

.right-side {
    text-align: right;
}

.myulselector > li {
    text-align: left !important;
}

    .myulselector > li:hover a, .myulselector > li:hover .fa {
        color: #ffffff;
    }
.right-side {
    float: left;
}
ul.top-bar-menu {
    float: none;
}
@media only screen and (max-width: 991px) {
    ul.top-bar-menu {
        height: 100%;
    }

    .liSearch {
        width: 100%;
    }

    ul.top-bar-menu li {
        color: #fff;
    }

        ul.top-bar-menu li a {
            color: #fff;
        }

        ul.top-bar-menu li .fa {
            color: #fff;
        }

    .ico-home-mob {
        color: #444;
        padding-top: 14px;
    }
    .ico-home{
        display:none;
    }
    .selectetItemMenu.selectActive span:before {
        content: "";
    }
}

.home-page #top-bar  {
    background-color: #eee;
    color: #444;
    margin-bottom: -30px;
}

.home-page .liSearch {
    visibility: hidden;
}
.divResult ul > li {
    text-align: left;
    margin: 0 10px 0 0px;
}
    .home-page.floating {
    position: fixed;
    display: block;
    width: 100%;
    background-color: #fff;
    z-index: 9999;
}

    .home-page.floating .liSearch {
        visibility: visible;
    }

    .home-page.floating #top-bar  {
        background-color: #fff;
        color: #444;
        border-bottom: 1px solid #ddd;
    }
.selectetItemMenu .myulselector {
    transition: .5s ease-in opacity;
    transition: .5s ease-in display;
    opacity: 0;
    display: none;
}

.selectetItemMenu:hover .myulselector {
    transition: .5s ease-in opacity;
    transition: .5s ease-in display;
    height: auto;
    opacity: 1;
    display: block;
}

.ico-search {
    left: 82px;
    right: unset;
    top: 15px;
}
.ico-search2 {
    left: 50px;
    right: unset;
}
/* ------------------------------------------------------------------- */
/* Cherry #911938
---------------------------------------------------------------------- */
 
.theme-color {
    color: #911938 !important;
}

.theme-backcolor {
    background-color: #911938 !important;
}

.theme-bordercolor {
    border-color: #911938 !important;
}

.spanloader {
     border: 5px solid #f3f3f3;
     border-top: 5px solid #911938;
 }
.changeable {
    color: #911938;
}
.loveBotton.liked{
    color: #911938 ;
}
#backtotop a,
#top-bar {
    /*background-color: #911938;*/
    transition: all 0.3s ease-in-out;
}

.custom-zoom-in:hover:before,
.custom-zoom-out:hover:before,
.infoBox-close:hover {
    -webkit-text-stroke: 1px #911938;
}

.list-4 li:before,
.list-3 li:before,
.list-2 li:before,
.list-1 li:before {
    color: #911938;
}

.numbered.color ol > li::before {
    border: 1px solid #911938;
    color: #911938;
}

.numbered.color.filled ol > li::before {
    border: 1px solid #911938;
    background-color: #911938;
}

.change-photo-btn:hover,
table.manage-table th,
mark.color {
    background-color: #911938;
}


/*table.manage-table td.action a:hover,
table.manage-table .title-container .title h4 a:hover,
.my-account-nav li a.current,
.my-account-nav li a:hover,
#footer .social-icons li a:hover i,
#navigation.style-1 .current,
#posts-nav li a:hover,
#top-bar .social-icons li a:hover i,
.agent .social-icons li a:hover i,
.agent-contact-details li a:hover,
.agent-page .agent-name h4,
.footer-links li a:hover,
.header-style-2 .header-widget li i,
.header-widget .sign-in:hover,
.home-slider-desc .read-more i,
.info-box,
.info-box h4,
.listing-title h4 a:hover,
.map-box h4 a:hover,
.plan-price .value,
.plan.featured .listing-badges .featured,
.plan.featured .listing-badges .pricing-featured,
.post-content a.read-more,
.post-content h3 a:hover,
.post-meta li a:hover,
.product-features-pricing,
.style-2 .trigger a:hover,
.style-2 .trigger.active a,
.style-2 .ui-accordion .ui-accordion-header-active,
.style-2 .ui-accordion .ui-accordion-header-active:hover,
.style-2 .ui-accordion .ui-accordion-header:hover,
.tabs-nav li a:hover,
.tabs-nav li.active a,
.testimonial-author h4,
.widget-button:hover,
.widget-text h5 a:hover,
a,
a.button.border,
a.button.border.white:hover {
    color: #911938;
}*/
a:hover {
    color: #911938;
}
#header-container.top-border {
    border-top: 4px solid #911938;
}

#navigation.style-1 .current {
    background-color: transparent;
    border: 1px solid #911938;
}

#navigation.style-1 ul li:hover {
    background-color: #911938;
}

#navigation.style-2 {
    background-color: #911938;
}

.menu-responsive i {
    background: linear-gradient(to bottom, rgba(255, 255, 255, .07) 0, transparent);
    background-color: #911938;
}

.checkboxes input[type=checkbox]:checked + label:before,
.range-slider .ui-widget-header,
.search-type label.active,
.search-type label:hover {
    background-color: #911938;
}

.range-slider .ui-slider .ui-slider-handle {
    border: 2px solid #911938;
}

.agent-avatar a:before {
    background: #911938;
    background: linear-gradient(to bottom, transparent 50%, #911938);
}

.view-profile-btn {
    background-color: #911938;
}

.listing-img-container:after {
    background: linear-gradient(to bottom, transparent 60%, #911938);
}

.listing-badges .featured {
    background-color: #911938;
}

.list-layout .listing-img-container:after {
    background: linear-gradient(to bottom, transparent 55%, #911938);
}

#titlebar.product-features-titlebar span.product-features-badge,
.back-to-listings:hover,
.home-slider-price,
.img-box:hover:before,
.layout-switcher a.active,
.layout-switcher a:hover,
.listing-hidden-content,
.office-address h3:after,
.pagination .current,
.pagination ul li a.current-page,
.pagination ul li a:hover,
.pagination-next-prev ul li a:hover,
.product-features.checkboxes li:before {
    background-color: #911938;
}

.post-img:after,
.tip {
    background: #911938;
}

.product-features-slider-nav .item.slick-current.slick-active:before {
    border-color: #911938;
}

.post-img:after {
    background: linear-gradient(to bottom, transparent 40%, #911938);
}

.comment-by a.reply:hover,
.post-img:before {
    background-color: #911938;
}

.map-box .listing-img-container:after {
    background: linear-gradient(to bottom, transparent 50%, #911938);
}

#geoLocation:hover,
#mapnav-buttons a:hover,
#scrollEnabling.enabled,
#scrollEnabling:hover,
#streetView:hover,
.cluster div,
.custom-zoom-in:hover,
.custom-zoom-out:hover,
.infoBox-close:hover,
.listing-carousel.owl-theme .owl-controls .owl-next:after,
.listing-carousel.owl-theme .owl-controls .owl-prev:before,
.listing-carousel.owl-theme.outer .owl-controls .owl-next:hover::after,
.listing-carousel.owl-theme.outer .owl-controls .owl-prev:hover::before,
.slick-next:after,
.slick-prev:after {
    background-color: #911938;
}

    .cluster div:before {
        border: 7px solid #911938;
        box-shadow: inset 0 0 0 4px #911938;
    }

.mfp-arrow:hover {
    background: #911938;
}

.dropzone:hover {
    border: 2px dashed #911938;
}

.dropzone:before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, .95), rgba(255, 255, 255, .9));
    background-color: #911938;
}

.chosen-container .chosen-results li.highlighted,
.chosen-container-multi .chosen-choices li.search-choice,
.select-options li:hover,
a.button,
a.button.border:hover,
button.button,
[type=button],
[type=submit] {
    background-color: #911938;
}

.dropzone:hover .dz-message,
.sort-by .chosen-container-single .chosen-default,
.sort-by .chosen-container-single .chosen-single div b:after {
    color: #911938;
}

a.button.border {
    border: 1px solid #911938;
}

.plan.featured .plan-price {
    background: linear-gradient(to bottom, rgba(255, 255, 255, .1) 0, transparent);
    background-color: #911938;
}

.trigger.active a,
.ui-accordion .ui-accordion-header-active,
.ui-accordion .ui-accordion-header-active:hover {
    background-color: #911938;
    border-color: #911938;
}

.tabs-nav li a:hover,
.tabs-nav li.active a {
    border-color: #911938;
}

.style-3 .tabs-nav li a:hover,
.style-3 .tabs-nav li.active a {
    border-color: #911938;
    background-color: #911938;
}

.style-4 .tabs-nav li.active a,
.style-5 .tabs-nav li.active a,
table.basic-table th {
    background-color: #911938;
}

.info-box {
    border-top: 2px solid #911938;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .98), rgba(255, 255, 255, .95));
    background-color: #911938;
}

    .info-box.no-border {
        background: linear-gradient(to bottom, rgba(255, 255, 255, .96), rgba(255, 255, 255, .93));
        background-color: #911938;
    }

.icon-box-1 .icon-container {
    background-color: #911938;
}
.chosen-container .chosen-results li.highlighted:hover,
.chosen-container-multi .chosen-choices li.search-choice:hover,
a.button:hover,
button.button:hover,
[type=button]:hover,
[type=submit]:hover {
    background-color: #911938;
}

.pager li span {
    border-color: transparent;
    background-color: #911938;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

    .pager li span:hover {
        background-color: #911938;
    }

/*#backtotop a:hover,
#top-bar:hover {
    background-color: #911938;
}
*/
.parallax-overlay {
    background-color: #911938;
}

    .parallax-overlay:hover {
        background-color: #911938;
    }

.footer-block .title {
    background-color: #911938;
}

.follow-us .title {
    background: none;
}

/*.fa-angle-left:before {
    content: "\f105";
}*/

.Language-spoken-list-2 li:before {
    color: #911938;
}

.show-more-button {
    color: #911938;
}

.product-review-item .review-info a,
.product-review-helpfulness .vote {
    color: #911938;
}

.cart-total .order-total {
    color: #911938;
}

.opc .allow .step-title {
    background-color: #911938;
}

    .opc .allow .step-title .number {
        background-color: #911938;
    }

.order-details-page .page-title a.print-order-button {
    background-color: #911938;
}

    .order-details-page .page-title a.print-order-button:hover {
        background-color: #911938;
    }

.order-details-page .order-overview .order-total strong {
    color: #911938;
}

.order-details-page .actions input:first-child {
    background-color: #911938;
}

    .order-details-page .actions input:first-child:hover {
        background-color: #911938;
    }

@media (min-width: 769px) {

    .footer-block .title {
        background: none;
    }
}
/*************************** Coustomize **************/
.badge {
    background-color: #911938;
    color: #fff;
}

.block .list a:hover {
    color: #911938;
}

.checkboxes.in-row label:hover {
    color: #911938;
}

.main-nav {
    background: #ffffff;
    background-image: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

@media (min-width: 768px) {
    .sm-mint a, .sm-mint a:hover, .sm-mint a:focus, .sm-mint a:active, .sm-mint a.highlighted {
        padding: 13px 24px;
        background: #ffffff;
        background-image: none;
        color: #191919;
    }
}

@media (max-width: 600px) {
    .main-nav {
        background: #911938;
    }
}

@media (min-width: 768px) {
    .sm-mint > li {
        border-left: none;
    }
}

.sm-mint a img {
    border: 0;
    margin-bottom: -3px;
}

@media (min-width: 768px) {
    .sm-mint ul a, .sm-mint ul a:hover, .sm-mint ul a:focus, .sm-mint ul a:active, .sm-mint ul a.highlighted {
        border: 0 !important;
        padding: 9px 23px;
        background: transparent;
        color: #525252;
        border-radius: 0 !important;
    }
}


@media (min-width: 768px) {
    .sm-mint ul a, .sm-mint.sm-vertical a {
        white-space: normal;
    }
}

.sm-mint ul a, .sm-mint ul a:hover, .sm-mint ul a:focus, .sm-mint ul a:active {
    background: transparent;
    color: #525252;
    font-size: 14px;
    font-weight: normal;
    text-shadow: none;
    border-left: 8px solid transparent;
}
.sm-mint ul a:hover {
        background-color: #911938;
        transition: all 0.3s ease-in-out;
    }
.sm-mint a:hover, .sm-mint a:focus, .sm-mint a:active {
    background: #911938;
    color: #fff;
}
.sm-mint a .sub-arrow {
    border-color: #911938 transparent transparent transparent;
}

 
.sm-mint {
    border-bottom: none !important;
}

.main-nav {
    border-bottom: 2px solid #911938;
}

@media (min-width: 768px) {
    .sm-mint.sm-rtl ul a .sub-arrow {
        border-color: transparent #911938 transparent transparent;
    }
}


/**************  Chat        */
.dialog h3 {
    color: #911938;
}

.i-group input:focus ~ label, .i-group input.used ~ label {
    color: #911938;
}

.bar:before, .bar:after {
    background: #911938;
}

.i-group label {
    color: #911938;
}

ul.nav > li.active {
    color: #911938;
}

.style-tx {
    color: #911938;
}

.style-bg {
    background: #911938;
    color: white;
}

@keyframes navgrow {
    100% {
        width: 100%;
        background-color: #911938;
    }
}

ul.list li.context {
    background-color: #911938;
}
.mdi-attachment {
    color: #911938;
}
.mdi-send {
    color: #911938 ;
}

.divloader {
    border: 5px solid #f3f3f3;
    border-top:  5px solid #911938;
}
.spnloader {
    border: 5px solid #f3f3f3;
    border-top:  5px solid #911938;
}

.class404 {
    color: #911938;
}
 
.divSelect a:hover {
       background-color: #911938;color: #fff;transition: color ease-in .3s;
    transition: background-color ease-in .3s;
}
.SelectBox label > b:after{ color: #911938;}
.SelectBox > i.fa { color: #911938;} #divGoToPanel > i.fa { color: #911938;    font-size: 20px;padding: 5px}
.treeview li a:hover {
    color: #911938;
    transition: background-color ease-in .3s;
}
.myulselector > li:hover {
    background-color: #911938;
    color: #ffffff;
}

.MenuFloat { background-color:rgba(145, 25, 56, 0.8); }
.floatingMenu { background-color:rgba(145, 25, 56, 0.8); }

.rating > input:checked ~ label {
    color:#911938;
    text-shadow:1px 1px #c60, 2px 2px #940, .1em .1em .2em rgba(0,0,0,.5);
}

.ratebox {
    padding: 20px 13px;
    font-size: 3em;
    background-color: #955867;
    border: 1px solid #911938;
    border-radius: 3px;
    color: #70021f;
    letter-spacing: -5px;
}

.compare-products-page .clear-list {
    background-color: #911938;
    color: #fff;
}
.panelHeaderSpec {
    font-size: 27px !important;
    background-color: #911938 !important;
    color: white !important;   
}

 @media only screen and (max-width: 991px) {
     ul.top-bar-menu {
         background: #911938;
     }
 }

.lbl-reg-phonenumber {
    background-color: #911938;
}

