﻿/*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;
}
.bgWhite div.imageWidth img{ height:142px; }

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%;
}


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, .u-circle {
    -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-colorWhite {
    color: #ffffff !important;
}

.u-bgWhite {
    background-color: #ffffff !important;
}

.u-bgF9 {
    background-color: #F9F9F9 !important;
}

.u-bgBlack {
    background-color: #000000 !important;
}

.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-inline {
    display: inline;
}

.u-inlineBlock {
    display: inline-block;
}

.u-underline {
    text-decoration: underline;
}

.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-show1050, .u-show1200 {
    display: none;
}

.u-max90PC {
    max-width: 90%;
}


@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: 480px) {
    .u-hide480 {
        display: none;
    }

    .u-show480 {
        display: block;
    }
	.leftContent{
	width: 100% !important;
	}
}


/* 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;
}

.minHeightContainer {
    min-height: 100vh;
}


.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;
    top: 0;
}

.MainPreloader2 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.7);
    z-index: 99 !important;
    color: #555555;
    font-size: 16px;
    top: 0;
}

.imageLoader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
}


@media all and (max-width:480px) {

    html, body {
        position: relative;
        overflow-x: hidden;
    }
}




.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style],
.fb_iframe_widget span iframe[style],
.fb-comments, .fb-comments span[style], .fb-comments iframe[style] {
    width: 100% !important;
}


.box .count {
    display: none;
}
/* */
.alert-box {
    color:#555 !important;
    border-radius:10px;
    font-family:'Lato', sans-serif;
	font-size:11px;
    padding:10px 10px 10px 36px;
	text-align:left;
    /*margin:10px 0px;*/
	margin:10px 0px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.alert-box span {
    font-weight:bold;
    text-transform:uppercase;
}

.alert-box p{ display:block; margin-bottom:5px; }
.error {
    background:#ffecec url('../images/icons/error.png') no-repeat 10px 10px;
    border:1px solid #f5aca6;
}
.success {
    background:#e9ffd9 url('../images/icons/success.png') no-repeat 10px 10px;
    border:1px solid #a6ca8a;
}
.warning {
    background:#fff8c4 url('../images/icons/warning.png') no-repeat 10px 10px;
    border:1px solid #f2c779;
}
.notice {
    background:#e3f7fc url('../images/icons/notice.png') no-repeat 10px 10px;
    border:1px solid #8ed9f6;
}
/* */
.application_icon{ width:100%; display:inline-table; margin-top:20px; margin-bottom:10px; text-align:center; height:64px; }
.application_icon img{ display:inline; border-radius: 15%; }
.play_icon{ position:absolute; top:20%; left:40%; width:100%; text-align:center; z-index:2; max-width:21.5%; }
/* */