﻿/*ASK Michel BEFORE CHANGING ANYTHING BELOW THIS COMMENT*/



* {
    background-repeat: no-repeat;
}


    *:after, *:before {
        padding: 0;
        margin: 0;
    }
/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}



img {
    border-width: 0;
    display: block;
    border: 0;
    border: none;
    outline: none;
    outline: 0;
    border-style: none;
    outline-width: 0;
    max-width: 100%; /*!important*/
    height: auto;
}

input, select, textarea {
    -webkit-border-radius: 0;
    border-radius: 0;
}

    textarea:focus, input:focus {
        outline: 0;
    }


.IwantFocus:focus {
    border: 1px solid #333;
}

textarea {
    overflow: auto;
    resize: none;
}


.GoToChildOnClick {
    cursor: pointer;
}


*:focus, input:focus {
    outline: none;
}


a {
    cursor: pointer;
    text-decoration: none;
    border-width: 0;
    outline: none;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-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;
    display: inherit;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    text-decoration: none;
    display: inline;
    text-transform: initial;
}

p {
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    text-decoration: none;
    display: inline;
    text-transform: initial;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0;
    border-width: 0;
}

    table td, table th {
        padding: 0;
    }

.Bordertable {
    border-collapse: collapse;
    border-spacing: 1px;
    padding: 0;
    border: 1px solid #AFAFAF;
}

    .Bordertable td, .Bordertable th {
        padding: 0;
        border: 1px solid #AFAFAF;
    }




.table, .tableCell {
    width: 100%;
    height: 100%;
}

.clear {
    clear: both;
}

.table {
    display: table;
}

.tableCell {
    display: table-cell;
    vertical-align: middle;
}

.OverImg {
    display: none;
}

html {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100%;
}

body {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 0 0 0;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 14px;
    color: #333333;
    min-width: 320px;
    width: 100%;
    overflow-x: hidden;
    background-color: #ffffff;
    font-family: 'Dense-Regular';
}

ul {
    list-style: none;
}





.MyMainDiv1240 {
    max-width: 1240px;
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.MyMainDiv1300 {
    max-width: 1300px;
    position: relative;
    margin: 0 auto;
    width: 100%;
}


.MyMainDiv1306 {
    max-width: 1306px;
    position: relative;
    margin: 0 auto;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.MyMainDiv1340 {
    max-width: 1340px;
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.MyMainDiv1100 {
    max-width: 1100px;
    position: relative;
    margin: 0 auto;
    width: 100%;
}




.GoDownOnhover {
    background-position: top;
    background-repeat: no-repeat;
    cursor: pointer;
}

    .GoDownOnhover:hover, .GoDownOnhoverSel {
        background-position: bottom;
    }

.CoverImage {
    width: 100%;
    background-repeat: no-repeat;
    background-position: top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.ContainImage {
    width: 100%;
    background-repeat: no-repeat;
    background-position: top;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    min-width: 100%;
}

.FixedImage {
    position: static;
    width: 100%;
    background-color: black;
    background-attachment: fixed !important;
}


.u-animateMeFast {
    -webkit-transition: all 550ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -moz-transition: all 550ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition: all 550ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition: all 550ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
    -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}


.u-animateMeFast2 {
    -webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
    -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}

.AnimateMe, .u-AnimateMe, .u-animateMe {
    -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;
}

.AnimateMeFast {
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.RemoveAnimation {
    -webkit-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}

.AnimateMeEaseInQuint {
    -webkit-transition: all 0.5s cubic-bezier(0.755, 0.050, 0.855, 0.060); /*http://matthewlein.com/ceaser/*/
    -moz-transition: all 0.5s cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -o-transition: all 0.5s cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition: all 0.5s cubic-bezier(0.755, 0.050, 0.855, 0.060); /* easeInQuint */
}




.ImaCircle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.IamTheOver {
    display: none;
}

.OpenHandStyle {
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

    .OpenHandStyle:active {
        cursor: -webkit-grabbing;
        cursor: -moz-grabbing;
    }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* the CSS styling below will only be picked up by Safari and Chrome */
    .OpenHandStyle {
        cursor: -webkit-grab;
    }
}

.blackAndWhiteImg {
    -webkit-transition: all 5s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

    .blackAndWhiteImg:hover {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
        filter: initial;
    }

.GoToChildOnClick, .GoToInputOnClick, .IWantAMouseOVerNow, .IWantAMouseOVerNowBut75 {
    cursor: pointer;
}



.IWantAMouseOVerNowBut75, .IWantAMouseOVerNowBut80, .IWantAMouseOVerNow, .u-hover75, .u-hover80 {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .IWantAMouseOVerNowBut75:hover, .u-hover75:hover {
        opacity: 0.75;
    }

    .IWantAMouseOVerNowBut80:hover, .u-hover80:hover {
        opacity: 0.80;
    }

    .IWantAMouseOVerNow:hover {
        opacity: 0.5;
    }



.centerMe {
    margin: 0;
    position: absolute;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.centerMeWH {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.hideMe {
    width: 0;
    height: 0;
    position: relative;
    overflow: hidden;
    display: none;
    opacity: 0;
    visibility: hidden;
}


.grayscale {
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    filter: grayscale(1);
}

/*.grayscale:hover {
        filter: grayscale(0);
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0);
        -o-filter: grayscale(0);
        -ms-filter: grayscale(0);
    }*/



.CenterMeHeight {
    top: 50%;
    position: absolute;
}

.Opacity0 {
    opacity: 0;
}



/* Utility Start */

.u-width100 {
    width: 100% !important;
}

.u-height100 {
    height: 100%;
}

.u-width10 {
    width: 10px;
}

.u-height10 {
    height: 10px;
}

.u-opacity1 {
    opacity: 1 !important;
}

.u-opacity0 {
    opacity: 0 !important;
}

.u-hide {
    display: none;
}

.u-show {
    display: block;
}


.u-relative {
    position: relative;
}

.u-absolute {
    position: absolute;
}

.u-fixed {
    position: fixed;
}

.u-overflowHidden {
    overflow: hidden;
}

.u-BorderBox, .u-borderBox {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.u-noBorderBox {
    -moz-box-sizing: initial;
    -webkit-box-sizing: initial;
    box-sizing: initial;
}

.u-Shadow {
    -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.40);
    -moz-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.40);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.40);
}

.u-marginAuto {
    position: relative !important;
    margin: 0 auto;
}

.u-centerIcon {
    text-align: center;
    width: 100%;
}

.u-top0 {
    top: 0;
}

.u-pointer {
    cursor: pointer;
}

.u-nowrap {
    white-space: nowrap;
}

.u-uppercase {
    text-transform: uppercase;
}

.u-Capitalize {
    text-transform: capitalize;
}



.u-ltr {
    direction: ltr;
}

.u-rtl {
    direction: rtl;
}

.u-zindex10 {
    z-index: 10;
}

.u-bgWhite {
    background-color: #ffffff;
}

.u-bgBlack {
    background-color: #000000;
}

.u-inherit {
    height: inherit;
}

.u-100vh {
    height: 100vh !important;
}

.u-100vw {
    width: 100vw !important;
}

.u-coverImage {
    background-repeat: no-repeat;
    background-position: top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.u-containImage {
    width: 100%;
    background-repeat: no-repeat;
    background-position: top;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    min-width: 100%;
}

.u-fixedImage {
    position: static;
    background-color: #1A1A1A;
    background-attachment: fixed !important;
}

.u-padding0 {
    padding: 0 !important;
}

.u-margin0 {
    margin: 0 !important;
}


.u-inlineBlock {
    display: inline-block;
}


.u-valignT {
    vertical-align: top;
}

.u-valignB {
    vertical-align: bottom;
}

.u-valignM {
    vertical-align: middle;
}

.u-block {
    display: block;
}

.u-triangle {
    width: 15px;
    height: 15px;
    border: solid 15px #f7f7f7;
    border-radius: 3px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari */
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}

.u-CenterAbsoluteVertical {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.u-floatNone {
    float: none !important;
}

.u-table {
    display: table;
}

.u-tableCell {
    display: table-cell;
}


.u-removeSroll {
    height: 100vh !important;
    position: relative !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

.u-centerMe {
    margin: 0;
    top: 50%;
    position: relative;
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.u-inheritStyle, .u-inheritstyle {
    font-size: inherit;
    color: inherit;
    font-style: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    font-family: inherit;
    line-height: inherit;
    width: inherit;
    height: inherit;
    padding: 0;
    margin: 0;
}

.u-show480, .u-show768, .u-hide800 .u-show1050, .u-show1200 {
    display: none;
}


@media all and (max-width: 1050px) {
    .u-hide1050 {
        display: none;
    }

    .u-show1050 {
        display: block;
    }
}

@media all and (max-width: 1200px) {
    .u-hide1200 {
        display: none;
    }

    .u-show1200 {
        display: block;
    }
}

@media all and (max-width: 768px) {
    .u-hide768 {
        display: none;
    }

    .u-show768 {
        display: block;
    }
}

@media all and (max-width: 800px) {
    .u-hide800 {
        display: none;
    }

    .u-show800 {
        display: block;
    }
}

@media all and (max-width: 480px) {
    .u-hide480 {
        display: none;
    }

    .u-show480 {
        display: block;
    }
}


/* Utility End*/

::-webkit-input-placeholder {
    color: #151d28;
}

:-moz-placeholder { /* Firefox 18- */
    color: #151d28;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #151d28;
}

:-ms-input-placeholder {
    color: #151d28;
}


::selection {
    background: #bad6ff; /* WebKit/Blink Browsers */
}

::-moz-selection {
    background: #bad6ff; /* Gecko Browsers */
}

.NormalDivContainer {
    position: relative;
    min-width: 320px;
    opacity: 0;
    width: 100%;
    margin: auto;
}

.NormalDivContainerLoad {
    position: fixed ;
    min-width: 320px;
    opacity: 1;
    width: 100vw;
    height:100vh;
    margin: auto;
    background-color :white;
    top:0;
}

.PreloadingImage{
    width:209px;
    height:261px;
    background-image : url(../images/PreloaderLogo.png);
    background-repeat:no-repeat;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-130px;
    margin-left:-105px;
}


@keyframes flickerAnimation {
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes flickerAnimation{
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
.animate-flicker {
   -webkit-animation: flickerAnimation 2s infinite;
   -moz-animation: flickerAnimation 2s infinite;
   -o-animation: flickerAnimation 2s infinite;
    animation: flickerAnimation 2s infinite;

.minHeightContainer {
    min-height: 100vh;
    overflow: hidden;
}


.NormalDiv {
    position: relative;
    margin: auto;
}

.FullWidthOK {
    position: relative;
    width: 100%;
    max-width: none;
}


.PageContainer {
    position: absolute;
    top: 0;
    width: 100%;
}

.DivHeader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    min-width: 320px;
    z-index: 1000 !important;
    background-color: white;
}

.DivReplaceHeader {
    position: relative;
    height: 136px;
    width: 100%;
}


.MainPreloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.7);
    z-index: 99 !important;
    color: #555555;
    font-size: 16px;
}



@media all and (max-width:800px) {
    .minHeightContainer,.backgroundImage {
        min-height: 600px;
    }
}

@media all and (max-width:480px) {

    html, body {
        position: relative;
        overflow-x: hidden;
    }
}
