﻿/*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: inline;
    border: 0px;
    border: none;
    outline: none;
    outline: 0;
    border-style: none;
    outline-width: 0px;
    max-width: 100%; /*!important*/
    height: auto;
}

input, select, textarea {
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0px;
}

    textarea:focus, input:focus {
        outline: 0;
    }

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;
    -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;
    Color: Inherit;
}

h1, h2, h3, h4, h5 {
    margin: 0px;
    padding: 0px;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    text-decoration: none;
    display: inline;
}

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;
    font-family: "Trebuchet MS",Verdana;
}

.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-height: 400px;
    min-width: 100%;
}

.FixedImage {
    position: static;
    width: 100%;
    background-color: black;
    background-attachment: fixed !important;
}

.AnimateMe {
    -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;
}

.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;
    }




.Show1024, .Show1250, .Show1120 {
    display: none;
}

table.Hide1024, table.Hide1250 {
    display: table;
}



@media all and (max-width:1120px) {

    tr.Show1120 {
        display: table-row;
    }

    div.Show1120 {
        display: block;
    }

    table.Hide1120 {
        display: none;
    }
}

@media all and (max-width:1250px) {
    tr.Show1250 {
        display: table-row;
    }

    div.Show1250 {
        display: block;
    }

    table.Hide1250 {
        display: none;
    }
}

@media all and (max-width:1024px) {

    tr.Show1024 {
        display: table-row;
    }

    div.Show1024 {
        display: block;
    }

    table.Hide1024 {
        display: none;
    }
}


.BannerPresentation {
    width:100%;
}
.BannerPresentation a {
    overflow: hidden; display:block;
}

    .BannerPresentation a.limit {
        max-height: 205px;
        width: auto;
    }



.HideMe {
    display: none !important;
}


.Opac75 {
    opacity: 0.7;
}

.Opac75:hover {
    opacity: 1;
}

