﻿
*, *: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;
}


@font-face {
    font-family: 'SourceSansPro-Regular';
    src: url('fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/SourceSansPro-Regular.woff') format('woff'), url('fonts/SourceSansPro-Regular.ttf') format('truetype'), url('fonts/SourceSansPro-Regular.svg#SourceSansPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'SourceSansPro-Semibold';
    src: url('fonts/SourceSansPro-Semibold.eot?#iefix') format('embedded-opentype'), url('fonts/SourceSansPro-Semibold.woff') format('woff'), url('fonts/SourceSansPro-Semibold.ttf') format('truetype'), url('fonts/SourceSansPro-Semibold.svg#SourceSansPro-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'RobotoSlab-Regular';
    src: url('fonts/RobotoSlab-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/RobotoSlab-Regular.woff') format('woff'), url('fonts/RobotoSlab-Regular.ttf') format('truetype'), url('fonts/RobotoSlab-Regular.svg#RobotoSlab-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GE_SS_Two_Medium';
    src: url('fonts/GE_SS_Two_Medium.eot');
    src: local('☺'), url('fonts/GE_SS_Two_Medium.woff') format('woff'), url('fonts/GE_SS_Two_Medium.ttf') format('truetype'), url('fonts/GE_SS_Two_Medium.svg#GE_SS_Two_Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'GESSTwoLight-Light';
  src: url('fonts/GESSTwoLight-Light.eot?#iefix') format('embedded-opentype'),  url('fonts/GESSTwoLight-Light.otf')  format('opentype'),
        url('fonts/GESSTwoLight-Light.woff') format('woff'), url('fonts/GESSTwoLight-Light.ttf')  format('truetype'), url('fonts/GESSTwoLight-Light.svg#GESSTwoLight-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}


.SourceSansPro-Regular {
    font-family: 'SourceSansPro-Regular' !important;
}

.SourceSansPro-Semibold {
    font-family: 'SourceSansPro-Semibold' !important;
}


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 {
    -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;
}

.GoToChildOnClick {
    cursor: pointer;
}

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;
}

.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;
}

h1, h2, h3, h4 {
    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;
    }

.Bordertable {
    border-collapse: collapse;
    border-spacing: 1px;
    padding: 0px;
    border: 1px solid #AFAFAF;
}

    .Bordertable td, .Bordertable th {
        padding: 0;
        border: 1px solid #AFAFAF;
    }

.OverImg {
    display: none;
}

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;
    font-size: 16px;
    color: #000;
    min-width: 320px;
    width: 100%;
    overflow-x: hidden;
}

.DivMain {
    position: relative;
    margin: auto;
    top: 0px;
    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;
    min-height: 400px;
    min-width: 100%;
}


.FixedImage {
    position: static;
    width: 100%;
    background-color: black;
    background-attachment: fixed !important;
}

.IamTheOver {
    display: none;
}

.OpenHandStyle {
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

    .OpenHandStyle:active {
        cursor: -webkit-grabbing;
        cursor: -moz-grabbing;
    }



.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;
}

@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;
    }
}

/*html {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}*/

* {
    text-transform: none;
}




body {
    font-size: 14px;
    color: #333333;
    min-width: 320px;
    background-color: #ffffff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.0;
}

.DivMain {
    position: relative;
    margin: auto;
    top: 0px;
    width: 100%;
    min-width: 320px;
}

.NormalDivContainer {
    position: relative;
    min-width: 320px;
    /*max-width: 1100px;*/
    width: 100%;
    margin: auto;
    font-family: 'Montserrat', sans-serif;
}

.NormalDiv {
    position: relative;
    /*max-width: 1100px;*/
    margin: auto;
}

.FullWidthOK {
    position: relative;
    width: 100%;
    max-width: none;
}


.PageContainer {
    position: absolute;
    top: 0px;
    width: 100%;
}

.DivHeader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    min-width: 320px;
    z-index: 1000 !important;
    background-color: white;
}

.DivReplaceHeader {
    position: relative;
    height: 136px;
    width: 100%;
}



::-webkit-input-placeholder {
    color: #dddddd;
}

:-moz-placeholder { /* Firefox 18- */
    color: #dddddd;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #dddddd;
}

:-ms-input-placeholder {
    color: #dddddd;
}

::selection {
    background: #bad6ff; /* WebKit/Blink Browsers */
}

::-moz-selection {
    background: #bad6ff; /* Gecko Browsers */
}



/* PAGGING STYLE */

.PagingDivCont {
    position: relative;
    margin: auto;
    width: 320px;
    height: 43px;
    font-family: 'Montserrat', sans-serif;
}



.PagingNotSelected {
    background-color: transparent;
    color: #9797A5;
    font-size: 12px;
    text-decoration: underline;
}


    .PagingNotSelected:hover {
        color: #00529A;
    }

.PagingSelected {
    background-color: transparent;
    color: #00529A;
    font-size: 12px;
    position: relative;
    top: -1px;
}




.LeftBTNpagingStyle, .RightBTNpagingStyle {
    background-color: transparent;
    border: 0px;
    cursor: pointer;
    padding: 0;
    overflow: hidden;
    display: inline-block;
    font-size: 12px;
    color: #9797A5;
    text-decoration: underline;
    position: relative;
    top: -2px;
    font-family: 'Montserrat', sans-serif;
}



    .RightBTNpagingStyle:hover, .LeftBTNpagingStyle:hover {
        color: #005299;
    }

    .LeftBTNpagingStyle:disabled {
        cursor: default;
    }

    .RightBTNpagingStyle:disabled {
        cursor: default;
    }


/* END PAGGING STYLE */


.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:480px) {

    html, body {
        position: relative;
        overflow-x: hidden;
    }
}
