body {
	margin:0px;
	padding:0px;
}


#background {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;	
}

#background img {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    opacity: 0.5;	
}

#loader-wrapper {
    z-index: 1000;
}

#loader-wrapper img {
    display: block;
    position: relative;
    top: 130px;
    z-index: 1002;
    max-width: 60px;
    margin: 0px auto;

}

#loader {
    display: block;
    position: relative;
    width: 175px;
    height: 175px;
    margin: 0px auto;
    border-radius: 50%;
    border: 20px solid transparent;
    border-color: #333;
    -webkit-animation: spin 5s linear infinite;
    animation: spin linear infinite;
    z-index: 1001;
    background-color: #fff;
}

    #loader:before {
		content: "";
		position: absolute;
		top: 5px;
		left: 5px;
		right: 5px;
		bottom: 5px;
		border-radius: 50%;
		border: 3px solid transparent;
		border-top-color: #ce3737;
		-webkit-animation: spin 3s linear infinite;
		animation: spin 3s linear infinite;
		border-bottom-color: #045ca4;
		animation-direction: reverse;
    }

    #loader:after {
		content: "";
		position: absolute;
		top: 15px;
		left: 15px;
		right: 15px;
		bottom: 15px;
		border-radius: 50%;
		border: 3px solid transparent;
		border-top-color: #045ca4;
		-webkit-animation: spin 1.5s linear infinite;
		animation: spin 1.5s linear infinite;
		border-bottom-color: #ce3737;
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 50%;
        height: 100%;
        z-index: 1000;
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }
    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded styles */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
    }
    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
    }
    .loaded #loader {
        opacity: 0;

        -webkit-transition: all 0.3s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
                transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */

    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */
    
        -webkit-transition: all 0.3s 1s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
                transition: all 0.3s 1s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
    }

    #content {
        margin: 0 auto;
        padding-bottom: 50px;
        width: 80%;
        max-width: 978px;
    }



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .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; /* h5bp.com/t */
    }

    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;
    }
}

.logo {
	display:block;
	margin:20px auto;	
}

.logo img {
	max-height:75px;
}

#slogan {
	margin:0px auto;
	text-align:center;
}

.title,.title div span {
	display:block;
	text-align:center;
	margin-top:150px
}
.title {
	position: relative;
    font-family: 'Peace',Sans-Serif;
    margin: 30px auto 0px auto;
    font-size: 46px;
    background-color: rgba(255,255,255,1);
    padding: 20px 30px;
    border-radius: 50%;
    border: 20px solid #000;
    width: 400px;
    height: 400px;
    z-index: 999;
}

.title sub {
    background-color: #ce3737;
    color: #fff;
    padding: 5px 70px;
    font-size: 18px;
    letter-spacing: 2px;
    /* font-style: italic; */
    font-weight: 100;
    border-radius: 0px;
    font-family: -webkit-body;	
}

@keyframes heartbeat {
  0% {
    transform: scale( .75);
  }
  20% {
    transform: scale( 1);
  }
  40% {
    transform: scale( .75);
  }
  60% {
    transform: scale( 1);
  }
  80% {
    transform: scale( .75);
  }
  100% {
    transform: scale( .75);
  }
}

#mediaheart {
  position: relative;
  animation: heartbeat 1s infinite;
}

#mediaheart:before,
#mediaheart:after {
  position: absolute;
  content: "";
  left: 50px;
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

#mediaheart:after {
  left: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

	#demo-content {
		padding-top: 100px;
	}

	
.centered {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  /* bring your own prefixes */
  transform: translate(-50%, -50%) !important;
}




/*  	Competitors Scene :)		*/

.competitor_1 {
    -webkit-animation: Orbit_1 7s linear infinite; /* Chrome, Safari 5 */
       -moz-animation: Orbit_1 7s linear infinite; /* Firefox 5-15 */
         -o-animation: Orbit_1 7s linear infinite; /* Opera 12+ */
            animation: Orbit_1 7s linear infinite; /* Chrome, Firefox 16+, 
                                                      IE 10+, Safari 5 */  
    max-width:120px !important;
	left:40% !important;  
}


.competitor_2 {
    -webkit-animation: Orbit_2 4s linear infinite; /* Chrome, Safari 5 */
       -moz-animation: Orbit_2 4s linear infinite; /* Firefox 5-15 */
         -o-animation: Orbit_2 4s linear infinite; /* Opera 12+ */
            animation: Orbit_2 4s linear infinite; /* Chrome, Firefox 16+, 
                                                      IE 10+, Safari 5 */   
    max-width:60px !important;
	left:40% !important;   
}

.competitor_3 {
    -webkit-animation: Orbit_3 20s linear infinite; /* Chrome, Safari 5 */
       -moz-animation: Orbit_3 20s linear infinite; /* Firefox 5-15 */
         -o-animation: Orbit_3 20s linear infinite; /* Opera 12+ */
            animation: Orbit_3 20s linear infinite; /* Chrome, Firefox 16+, 
                                                      IE 10+, Safari 5 */   
    max-width:90px !important;
	left:40% !important;   
}

.competitor_4 {
    -webkit-animation: Orbit_4 4s linear infinite; /* Chrome, Safari 5 */
       -moz-animation: Orbit_4 4s linear infinite; /* Firefox 5-15 */
         -o-animation: Orbit_4 4s linear infinite; /* Opera 12+ */
            animation: Orbit_4 4s linear infinite; /* Chrome, Firefox 16+, 
                                                      IE 10+, Safari 5 */   
    max-width:90px !important;
	left:40% !important;   
}

.competitor_5 {
    -webkit-animation: Orbit_5 8s linear infinite; /* Chrome, Safari 5 */
       -moz-animation: Orbit_5 8s linear infinite; /* Firefox 5-15 */
         -o-animation: Orbit_5 8s linear infinite; /* Opera 12+ */
            animation: Orbit_5 8s linear infinite; /* Chrome, Firefox 16+, 
                                                      IE 10+, Safari 5 */   
    max-width:60px !important;
	left:40% !important;   
}

/*
 * Set up the keyframes to actually describe the begining and end states of 
 * the animation.  The browser will interpolate all the frames between these 
 * points.  Again, remember your vendor-specific prefixes for now!
 */
 
 
@-webkit-keyframes Orbit_1 {
    from { -webkit-transform: rotate(0deg) translateX(250px) rotate(0deg); }
    to   { -webkit-transform: rotate(-360deg) translateX(250px) rotate(360deg); }
}

@-moz-keyframes Orbit_1 {
    from { -moz-transform: rotate(0deg) translateX(250px) rotate(0deg); }
    to   { -moz-transform: rotate(-360deg) translateX(250px) rotate(360deg); }
}

@-o-keyframes Orbit_1 {
    from { -o-transform: rotate(0deg) translateX(250px) rotate(0deg); }
    to   { -o-transform: rotate(-360deg) translateX(250px) rotate(360deg); }
}

@keyframes Orbit_1 {
    from { transform: rotate(0deg) translateX(250px) rotate(0deg); }
    to   { transform: rotate(-360deg) translateX(250px) rotate(360deg); }
}


@-webkit-keyframes Orbit_2 {
    from { -webkit-transform: rotate(0deg) translateX(200px) rotate(0deg); }
    to   { -webkit-transform: rotate(-360deg) translateX(200px) rotate(360deg); }
}

@-moz-keyframes Orbit_2 {
    from { -moz-transform: rotate(0deg) translateX(200px) rotate(0deg); }
    to   { -moz-transform: rotate(-360deg) translateX(200px) rotate(360deg); }
}

@-o-keyframes Orbit_2 {
    from { -o-transform: rotate(0deg) translateX(200px) rotate(0deg); }
    to   { -o-transform: rotate(-360deg) translateX(200px) rotate(360deg); }
}

@keyframes Orbit_2 {
    from { transform: rotate(0deg) translateX(200px) rotate(0deg); }
    to   { transform: rotate(-360deg) translateX(200px) rotate(360deg); }
}

@-webkit-keyframes Orbit_3 {
    from { -webkit-transform: rotate(0deg) translateX(350px) rotate(0deg); }
    to   { -webkit-transform: rotate(-360deg) translateX(350px) rotate(360deg); }
}

@-moz-keyframes Orbit_3 {
    from { -moz-transform: rotate(0deg) translateX(350px) rotate(0deg); }
    to   { -moz-transform: rotate(-360deg) translateX(350px) rotate(360deg); }
}

@-o-keyframes Orbit_3 {
    from { -o-transform: rotate(0deg) translateX(350px) rotate(0deg); }
    to   { -o-transform: rotate(-360deg) translateX(350px) rotate(360deg); }
}

@keyframes Orbit_3 {
    from { transform: rotate(0deg) translateX(350px) rotate(0deg); }
    to   { transform: rotate(-360deg) translateX(350px) rotate(360deg); }
}


@-webkit-keyframes Orbit_4 {
    from { -webkit-transform: rotate(0deg) translateX(400px) rotate(0deg); }
    to   { -webkit-transform: rotate(-360deg) translateX(400px) rotate(360deg); }
}

@-moz-keyframes Orbit_4 {
    from { -moz-transform: rotate(0deg) translateX(400px) rotate(0deg); }
    to   { -moz-transform: rotate(-360deg) translateX(400px) rotate(360deg); }
}

@-o-keyframes Orbit_4 {
    from { -o-transform: rotate(0deg) translateX(400px) rotate(0deg); }
    to   { -o-transform: rotate(-360deg) translateX(400px) rotate(360deg); }
}

@keyframes Orbit_4 {
    from { transform: rotate(0deg) translateX(400px) rotate(0deg); }
    to   { transform: rotate(-360deg) translateX(400px) rotate(360deg); }
}


@-webkit-keyframes Orbit_5 {
    from { -webkit-transform: rotate(0deg) translateX(200px) rotate(0deg); }
    to   { -webkit-transform: rotate(-360deg) translateX(200px) rotate(360deg); }
}

@-moz-keyframes Orbit_5 {
    from { -moz-transform: rotate(0deg) translateX(200px) rotate(0deg); }
    to   { -moz-transform: rotate(-360deg) translateX(200px) rotate(360deg); }
}

@-o-keyframes Orbit_5 {
    from { -o-transform: rotate(0deg) translateX(200px) rotate(0deg); }
    to   { -o-transform: rotate(-360deg) translateX(200px) rotate(360deg); }
}

@keyframes Orbit_5 {
    from { transform: rotate(0deg) translateX(200px) rotate(0deg); }
    to   { transform: rotate(-360deg) translateX(200px) rotate(360deg); }
}

/* http://www.useragentman.com/tests/css3-animation-circle/images/space.jpg */





@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to { 
    -webkit-transform: rotate(360deg);
  }
}

.background_space {
	background-color:#000;
	padding:0px;
	margin:0px;
}

.background_space img
{
	width:100%;
    -webkit-animation-name:             rotate; 
    -webkit-animation-duration:         200s; 
    -webkit-animation-iteration-count:  infinite;
    -webkit-animation-timing-function: linear;
}
















/* 		end of Competitors Scene 		*/