.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

p {
    line-height: 1.33em;
    color: #7E7E7E;
}
h1 {
    color: #EEEEEE;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    z-index: 1001;
}

    

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #ffffff;
        z-index: 1000;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    #loader-wrapper .loader-section.section-left {		
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }
	
	.loaded #loader-wrapper .loader-section.section-left {
		-webkit-animation:scrollLeft 1s;
		-moz-animation:scrollLeft 1s;
		animation-delay: 1s;
    }

    .loaded #loader-wrapper .loader-section.section-right {		
        -webkit-animation:scrollRight 1s;
		-moz-animation:scrollRight 1s;
		animation-delay: 1s;
    }
    
    .loaded #loader {		
		-webkit-animation:myfirst 2s;
		-moz-animation:myfirst 2s;
        opacity: 0;
        -webkit-transition: all 0ms ease-out;  
                transition: all 0ms ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;
        -webkit-transition: all 0ms 2s ease-out;  
                transition: all 0ms 2s ease-out;
    }
    
    .no-js #loader-wrapper {
        display: none;
    }
    .no-js h1 {
        color: #222222;
    }

    #content {
        margin: 0 auto;
        padding-bottom: 50px;
        width: 80%;
        max-width: 978px;
    }  


.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}


.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


@media only screen and (min-width: 35em) {
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

@keyframes scrollLeft {
  100%   {-webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
                transform: translateX(-100%);

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
				} 
}

@keyframes scrollRight {
  100%   {-webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
                transform: translateX(100%);

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
				} 
}


@media only screen and (max-width:2048px) {
@keyframes myfirst {
  0%   {left: 47%;top: 47%;opacity: 1;}
  1%,49%   {opacity: 1;}
  50% {left: 1px;margin-left: 79px; top:43px;opacity: 1;}
  51%,99%   {opacity: 1;}
  100% {left: 1px;margin-left: 79px; top:43px;opacity: 0;}
}
}


@media only screen and (max-width:1040px) {
@keyframes myfirst {
  0%   {left: 47%;top: 47%;opacity: 1;}
  1%,49%   {opacity: 1;}
  50% {left: calc(50% - 21px);top:43px;opacity: 1;}
  51%,99%   {opacity: 1;}
  100% {left: calc(50% - 21px);top:43px;opacity: 0;}
}
}

