﻿/*ASK NADER BEFORE CHANGING ANYTHING BELOW THIS COMMENT*/

*, *: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;
}

* {
    background-repeat: no-repeat;
}

img {
    border-width: 0px;
    display: block;
    border: 0px;
    border: none;
    outline: none;
    outline: 0;
    border-style: none;
    outline-width: 0px;
    max-width: 100%; /*!important*/
    height: auto;
}

input, select, textarea {
    border-radius: 0;
    -webkit-border-radius: 0px;
}

    textarea:focus, input:focus {
        outline: 0;
    }


.IwantFocus:focus {
    border: 1px solid #333;
}

textarea {
    overflow: auto;
    resize: none;
}

*:focus, input:focus {
    outline: none;
}


a {
    cursor: pointer;
    text-decoration: none;
    border-width: 0px;
    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: 0px;
    padding: 0px;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    text-decoration: none;
    display: inline;
    text-transform: initial;
}

p {
    margin: 0px;
    padding: 0px;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    text-decoration: none;
    display: inline;
    text-transform: initial;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
    padding: 0px;
    border-width: 0px;
}

    table td, table th {
        padding: 0;
    }

body {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: 0 0 0 0px;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    width: 100%;
    overflow-x: hidden;
}

.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;
    min-width: 100%;
}

.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;
}


.AnimateMe {
    /*-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;*/
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s 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 */
}

.AnimateMeSlow {
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
}

.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 {
    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 {
        opacity: 0.75;
    }

    .IWantAMouseOVerNowBut80: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: 0px;
    height: 0px;
    position: relative;
    overflow: hidden;
    display: none;
    opacity: 0;
    visibility: hidden;
}


.grayscale {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-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;
}