﻿.dis_no{
    display: none;
}
ul,li{
    list-style: none;
}
/*---------------------------
   HEADINGS
----------------------------*/

::selection {
    background: #e4e4e4;
    /* WebKit/Blink Browsers */
}

::-moz-selection {
    background: #e4e4e4;
    /* Gecko Browsers */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    line-height: 1em;
    font-weight: normal !important;
}

.mainTitle {
    margin-top: 40px !important;
    margin-bottom: 55px;
    font-size: 50px;
    vertical-align: baseline;
    line-height: 50px;
    text-align: center;
    font-weight: normal;
    font-style: normal;
}


.mainTitle i {
    font-weight: normal;
    font-style: normal;
}

h2.leftTitle {
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    text-align: right;
    margin-top: -0.08em;
    vertical-align: bottom;
}

h2.smallTitle {
    font-weight: normal;
    font-style: normal;
    font-size: 22px;
    margin-bottom: 30px;
    text-align: center;
}

*{
    -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
}

/*---------------------------
  GENERIC LAYOUT & RESETS
----------------------------*/

.notLoaded main,
.notLoaded .contentWrapper .notLoaded footer {
    opacity: 0 !important;
}

textarea,
input,
textarea:focus,
input:focus {
    outline: none !important;
}

.generalLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.generalLoader * {
    opacity: 1 !important;
    z-index: 9999999;
}


body,
html {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    min-width: 100%;
    overflow-x: hidden;
    width: 100%;
    color: #1f1f1f;
    background: #f1f0f0;
    overflow-y: visible;
}

html {
    overflow-y: visible;
    height: auto;
}


img{
    /* max-width: 100%; */
    vertical-align: middle;
    outline: none;

}

a,
a:link,
a:visited,
a:hover,
a:active {
    color: inherit;
    text-transform: none;
    text-decoration: none;
    transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    cursor: pointer;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}


var {
    background-color: transparent;
    color: inherit;
    padding: 0px;
    margin: 0px;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    overflow: visible !Important;
    line-height: inherit;
    display: inline-block;
    vertical-align: top;
}

.footer-col p var {
    display: inline;
}

.notLoaded .load .load-content {
    opacity: 0;
}

hr {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a {
    padding-bottom: 0.3em;
}


a.no-underline,
a.no-underline:hover,
a.no-underline:focus,
a.no-underline:active {
    border-bottom: none;
    padding-bottom: 0;
}

textarea,
input[type="text"],
input[type="email"],
input[type="password"],
textarea:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline-style: none;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.contentWrapper,
main {
    position: relative;
    background: #f1f0f0;
    z-index: 9;
}

.backface,
.moveOnMenuOpen,
.inOutWindow,
.inOutBottom,
#InlineMenu,
#InlineMenu_extension,
#InlineMenu *,
#InlineMenu_extension * {
    backface-visibility: hidden !important;
    -webkit-backface-visibility: hidden !important;
}

p.lead-main {
    margin-top: 0;
}

.scrollMenu {
    font-size: 18px;
    line-height: 25px;
    font-weight: normal;
    font-style: normal;
    margin-top: -6px;
}

.scrollMenu a {
    padding-bottom: 0;
    border-bottom: none;
}


.modal {
    z-index: 999999999 !important;
}

.modal-backdrop {
    z-index: 99999999 !important;
}



.wgt-fade-animate {
    -webkit-transform: scale(0.3) translateY(50px);
       -moz-transform: scale(0.3) translateY(50px);
        -ms-transform: scale(0.3) translateY(50px);
            transform: scale(0.3) translateY(50px);
    opacity: 0;
}

.appear {
    -wewgtit-animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    -moz-animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    -webkit-animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
            animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    opacity: 1 !important;
}
@-webkit-keyframes opacity_show {
    0% {
        -webkit-transform: scale(0.3)  translateY(50px);
        -moz-transform: scale(0.3) translateY(50px);
        -ms-transform: scale(0.3) translateY(50px);
        transform: scale(0.3) translateY(50px);
        opacity: .1;
    }
    100% {
        -webkit-transform: scale(1) translateY(0);
        -moz-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);

        opacity: 1;
    }
}

@-moz-keyframes opacity_show {
    0% {
        -moz-transform: scale(0.3)  translateY(50px);
             transform: scale(0.3)  translateY(50px);
        opacity: .1;
    }
    100% {
        -moz-transform: scale(1);
             transform: scale(1);
        -moz-transform: translateY(0);
             transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes opacity_show {
    0% {
        -webkit-transform: scale(0.3);
                transform: scale(0.3);
        -webkit-transform: translateY(50px);
                transform: translateY(50px);
        opacity: .1;
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
}

@keyframes opacity_show {
    0% {
        -webkit-transform: scale(0.3);
           -moz-transform: scale(0.3);
                transform: scale(0.3);
        -webkit-transform: translateY(50px);
           -moz-transform: translateY(50px);
                transform: translateY(50px);
        opacity: .1;
    }
    100% {
        -webkit-transform: scale(1);
           -moz-transform: scale(1);
                transform: scale(1);
        -webkit-transform: translateY(0);
           -moz-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
}

