@charset "UTF-8";
/* CSS Document */
body{
	font-family:mainFont !important;
	background-image:url(../images/background22.jpg);
	background-position: top center;
	margin-top:3px;

	
	
}

#container{
	width:960px;
	height:auto;
	margin:auto;
	position:relative;
}

#stage5:hover #gwybodaeth {
 height:55px;
  width:55px;
  margin-right:10px;
  -moz-transform:rotate(360deg);
  -webkit-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 transform: rotate(360deg);
   margin-right:20px;
  margin-top:10px;
  float:right;
 
}
#gwybodaeth {

  -webkit-transition-property: left, top, background, -webkit-transform;
  -webkit-transition-duration: 2s, 2s, 1s, 1s;
  -webkit-transition-timing-function: ease-out, ease-in, linear, ease-in-out;
  -webkit-transition-delay: 0, 0, 0, 0.1s;
  
  -moz-transition-property: left, top, background, -moz-transform;
  -moz-transition-duration: 2s, 2s, 1s, 1s;
  -moz-transition-timing-function: ease-out, ease-in, linear, ease-in-out;
  -moz-transition-delay: 0, 0, 0, 0.1s;
  
  -ms-transition-property: left, top, background, -ms-transform;
  -ms-transition-duration: 2s, 2s, 1s, 1s;
  -ms-transition-timing-function: ease-out, ease-in, linear, ease-in-out;
  -ms-transition-delay: 0, 0, 0, 0.1s;
  
  transition-property: left, top, background, -ms-transform;
  transition-duration: 2s, 2s, 1s, 1s;
  transition-timing-function: ease-out, ease-in, linear, ease-in-out;
  transition-delay: 0, 0, 0, 0.1s;
  
  width:55px;
  height:55px;  
  margin-right:20px;
  margin-top:10px;
  float:right;
 
}


#main-content{
	width:940px;
	height:585px;
	margin:auto;
	margin-top:15px;
	padding:10px;
	padding-bottom:20px;
	background-image:none;
	background-repeat:no-repeat;
	background-size:890px 1300px;
	border-radius:30px;
	background-color:#FFF;
	border: solid 10px #E87C24;
}
@font-face {
    font-family: 'mainFont';
    src: url('../css/myriadpro-regular.eot');
    src: url('../css/myriadpro-regular.eot?#iefix') format('embedded-opentype'),
         url('../css/myriadpro-regular.woff') format('woff'),
         url('../css/myriadpro-regular.ttf') format('truetype'),
         url('../css/myriadpro-regular.svg') format('svg');
}


h1{font-family: mainFont !important;color:#CA2A1D !important; font-size:40px !important;}
h2{font-family: mainFont !important; color:#333 !important; font-size:20px !important;}


p{font-family: mainFont; color:#666; font-size:20px;}
a{color:#000; text-decoration:none;}
a:hover{text-decoration:none;}

textarea  {
border: 1px solid #BBB;
border-radius: 15px;
padding: 10px;
width: 290px;
color: #F00;
font-size: 20px;
height:26px;
margin-bottom:15px;
resize:none;
outline:none;
font-family: mainFont;
overflow:auto;
}
fieldset{width:280px; border:none; float:right;}

#stage {width:60px; margin-top:15px;}
#block {

  -webkit-transition-property: left, top, background, -webkit-transform;
  -webkit-transition-duration: 2s, 2s, 1s, 1s;
  -webkit-transition-timing-function: ease-out, ease-in, linear, ease-in-out;
  -webkit-transition-delay: 0, 0, 0, 0.1s;
  -moz-transition-property: left, top, background, -webkit-transform;
  -moz-transition-duration: 2s, 2s, 1s, 1s;
  -moz-transition-timing-function: ease-out, ease-in, linear, ease-in-out;
  -moz-transition-delay: 0, 0, 0, 0.1s;
  width:60px;
  height:60px;  
  margin-right:20px;
 
}
#stage:hover #block {
 height:60px;
  width:60px;
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
 
}
li{list-style-type:none;}

.box {  
    width: 180px;  
    height: auto; 
	padding:10px;

	cursor:move;
	color:#FFF;
	background-color:#1CA81D;
	border-radius:10px;
	margin-bottom:15px;
	font-size:22px;
}  
  
.box:hover {  
    width: 180px;  
    height:auto;
	background-color:#002783;
	
	
} 
.box2 {  
    width: 180px;  
    height: auto; 
	padding:15px;
   border:solid 10px #900;
	cursor:move;
	color:#FFF;
	background-color:#FA7204;
	border-radius:20px;
	margin-bottom:15px;
	font-size:22px;
}  
  
.box2:hover {  
    width: 180px;  
    height:auto;
	background-color:#002783;
	
	
}  
.box3 {  
    width: 180px;  
    height: auto; 
	padding:15px;
   border:solid 10px #900;
	cursor:move;
	color:#FFF;
	background-color:#FA7204;
	border-radius:20px;
	margin-bottom:15px;
	font-size:22px;
}  
  
.box3:hover {  
    width: 180px;  
    height:auto;
	background-color:#002783;
	
	
}  
.box4 {  
    width: 180px;  
    height: auto; 
	padding:15px;
   border:solid 10px #900;
	cursor:move;
	color:#FFF;
	background-color:#FA7204;
	border-radius:20px;
	margin-bottom:15px;
	font-size:22px;
}  
  
.box4:hover {  
    width: 180px;  
    height:auto;
	background-color:#002783;
	
	
}  
.box5 {  
    width: 180px;  
    height: auto; 
	padding:15px;
   border:solid 10px #900;
	cursor:move;
	color:#FFF;
	background-color:#FA7204;
	border-radius:20px;
	margin-bottom:15px;
	font-size:22px;
}  
  
.box5:hover {  
    width: 180px;  
    height:auto;
	background-color:#002783;
	
	
} 

 

@-webkit-keyframes STAR-MOVE {
	from {
		left: 0;
		top: 0;
	}
	to { 
		left: -10000px;
		top: -2000px;
	}
}
@-moz-keyframes STAR-MOVE {
	from {
		left: 0;
		top: 0;
	}
	to { 
		left: -10000px;
		top: -2000px;
	}
}

#background {
	background: black url(../images/background.png) repeat ;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 100;
	-webkit-animation-name: STAR-MOVE;
	-webkit-animation-duration: 200s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	
	-moz-animation-name: STAR-MOVE;
	-moz-animation-duration: 200s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
}

#midground {
	background: url(../images/midground.png) repeat ;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 200;
	
	-webkit-animation-name: STAR-MOVE;
	-webkit-animation-duration: 150s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	
	-moz-animation-name: STAR-MOVE;
	-moz-animation-duration: 150s;
	-moz-animation-timing-function: linear;
	-mozt-animation-iteration-count: infinite;
}

#foreground {
	background: url(../images/foreground.png) repeat ;
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 300;
	
	-webkit-animation-name: STAR-MOVE;
	-webkit-animation-duration: 100s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	
	-moz-animation-name: STAR-MOVE;
	-moz-animation-duration: 100s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
}
	.uibutton {
    display:inline-block;
    padding:5px 10px;
    border-top:1px solid #96d1f8;
    color:#fff;
    border-radius:8px;
    box-shadow:rgba(0,0,0,1) 0 1px 0;
    text-shadow:rgba(0,0,0,.4) 0 1px 0;
    text-decoration:none;
    background:#65a9d7;
    background-repeat:no-repeat;
    background-image:-webkit-linear-gradient(
        top left,
        rgba(255, 255, 255, 0.2) 0%,
        rgba(255, 255, 255, 0.2) 37%,
        rgba(255, 255, 255, 0.8) 45%,
        rgba(255, 255, 255, 0.0) 50%
    ),
    -webkit-linear-gradient(
        #3e779d, #65a9d7
    );
    background-image:-moz-linear-gradient(0 0,
        rgba(255, 255, 255, 0.2) 0%,
        rgba(255, 255, 255, 0.2) 37%,
        rgba(255, 255, 255, 0.8) 45%,
        rgba(255, 255, 255, 0.0) 50%
    ),
    -moz-linear-gradient(
        #3e779d, #65a9d7
    );    
    background-image:-o-linear-gradient(
        0 0,
        rgba(255, 255, 255, 0.2) 0%,
        rgba(255, 255, 255, 0.2) 37%,
        rgba(255, 255, 255, 0.8) 45%,
        rgba(255, 255, 255, 0.0) 50%
    ),
    -o-linear-gradient(
        #3e779d, #65a9d7
    );

    background-position:-100px -100px, 0 0;
    -moz-background-size:250% 250%, 100% 100%;
         background-size:250% 250%, 100% 100%;
    -webkit-transition:background-position 0s ease;
       -moz-transition:background-position 0s ease;       
         -o-transition:background-position 0s ease;
            transition:background-position 0s ease;
}

.uibutton:hover,
.uibutton:focus {
    color:#fff;
    background-position:0 0, 0 0;
    -webkit-transition-duration:0.5s;
       -moz-transition-duration:0.5s;
            transition-duration:0.5s;
}

.uibutton:active {
    top:1px;   
}
#cartref {

  -webkit-transition-property: left, top, background, -webkit-transform;
  -webkit-transition-duration: 2s, 2s, 1s, 1s;
  -webkit-transition-timing-function: ease-out, ease-in, linear, ease-in-out;
  -webkit-transition-delay: 0, 0, 0, 0.1s;
  -moz-transition-property: left, top, background, -moz-transform;
  -moz-transition-duration: 2s, 2s, 1s, 1s;
  -moz-transition-timing-function: ease-out, ease-in, linear, ease-in-out;
  -moz-transition-delay: 0, 0, 0, 0.1s;
  width:60px;
  height:60px;  
  margin-right:0px;
  float:right;
  margin-top:14px;
 
}
#stage3:hover #cartref {
 height:60px;
  width:60px;
  -moz-transform:rotate(360deg);
  -webkit-transform: rotate(360deg);
 
}
.tableGweithgaredd12 {width:560px !important; float:left !important; margin-left:0px !important; margin-top:15px !important; font-size:22px !important; color:#687427 !important; font:mainFont !important;}

.replyScoreShown3 {
	 position:absolute;
	bottom: -5px;
	left: 0px;
	font-size: 22px;
	text-align:center;
	padding: 15px;
	width: 160px;
	height: 20px;
	background-color: white;
	border-radius: 20px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border: #F29 solid 5px;
	background-color:#FF0;
	border-bottom-left-radius:0px;
}

.reply1Correct {
	float:right;
	background-color:red;
	margin-right:-30px;
	color:#FFF;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	padding:4px;
}
.ardderchog a{color:#FF0; text-decoration:none; cursor:pointer}
.ardderchog{
position: absolute;
right: 0px;
width: 320px;
height: auto;
padding: 10px;
border-top-left-radius: 20px;
border: solid 3px red;
color: #FFF;
font-size: 25px;
text-align: center;
bottom: 0px;
background: #a90329; /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5MDMyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzhmMDIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZDAwMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(left,  #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, right top, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(left,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(left,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(left,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* IE10+ */

background: linear-gradient(to right,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C */

}