@charset "UTF-8";
/* CSS Document */
body{
	font-family:mainFont !important;
	background-image:url(../images/background37.jpg);
	position:relative;
	
	
}
textarea {width:98% !important;
font-size:22px !important;
line-height:30px !important;
color:#900 !important
}
.large {height:350px; color:#F00;}
#content {font-size:24px; line-height:28px;}

#container{
	width:800px;
	height:auto;
	margin:auto;
	padding:10px;
	background-image:url(../images/body-bg.png);
	background-repeat:no-repeat;
	background-position:top center;
	padding-top:240px;
}

#container-two{
	width:900px;
	height:auto;
	margin:auto;
	padding:10px;
	background-repeat:no-repeat;
	background-position:top center;
	padding-top:10px;
	position:relative;
}

#main-content{
	width:880px;
	height:auto;
	margin:auto;
	padding:10px;
	padding-bottom:20px;
	background-color:#FFF;
	border-radius:20px;
	padding-top: 7px;
	border:solid 5px #00CC99;
}
@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');
}
#text-fx {
				
	font-family: mainFont;
	font-size: 40px;
	width:300px;
	line-height: 48px;
	margin-top:10px;
							
}
			
#text-fx > div {
			
	position: relative;
	height:40px;
				
}
#text-fx2 {
				
	font-family: mainFont;
	font-size: 24px;
	width:auto;
	line-height: 48px;
	margin-top:6px;
							
}
			
#text-fx2 > div {
			
	position: relative;
	height:40px;
				
}



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


p{font-family: mainFont; color:#666; font-size:22px; line-height:25px}
a{color:#F00; text-decoration:none;}
a:hover{text-decoration:none;}


 

@-webkit-keyframes blinker {  
  from { opacity: 1.0; }
  to { opacity: 0.4; }
}
.css3-blink {
  -webkit-animation-name: blinker;  
  -webkit-animation-iteration-count: infinite;  
  -webkit-animation-timing-function: cubic-bezier(1.0,0,0,1.0);
  -webkit-animation-duration: 3s;
  color:#F00;
}
.example-area p{color:#000;}
#example-1 .example-area{
   background: #FF0;
   margin-bottom:10px;
   ⋮

   transition: all .3s linear;
   -o-transition: all .3s linear;
   -moz-transition: all .3s linear;
   -webkit-transition: all .3s linear;
}
#example-1 .example-area:hover {
   background: #FFD02C;
    border:dotted thick #FFF;
}

/* CSS am gweithgaredd dau */
#test-area {
	height: auto;
	border: 3px dashed #CCCCCC;
	background: #FFFFFF;
	padding: 5px;
	
	color:#666;
	font-size:18px;
	line-height:25px;
	width:860px;
	padding-top: 5px;
}
#test-area_answer{
	height: auto;
	border: 3px dashed #E9E53B;
	padding: 10px;
	color:#666;
	font-size:18px;
	line-height:25px;
	width:850px;
	margin-top:10px;
	padding-top: 0px;
}
input{
border: 1px solid #BBB;
border-radius: 4px;
padding: 5px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
width: 120px;
color: #FFF;
background-color:#FF0000;
font-size: 16px;
}
#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, -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:20px;
 
}
#stage:hover #block {
 height:60px;
  width:60px;

  -webkit-transform: rotate(360deg);
   -moz-transform: rotate(360deg);
 
}
#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;  

  float:right;
 
}
#stage3:hover #cartref {
 height:60px;
  width:60px;
  -moz-transform:rotate(360deg);
  -webkit-transform: rotate(360deg);
 
}

#stage5:hover #gwybodaeth {
 height:55px;
  width:55px;
  margin-right:10px;
  -moz-transform:rotate(360deg);
  -webkit-transform: rotate(360deg);
 
}
#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;
  width:55px;
  height:55px;  
  margin-right:10px;
  float:right;
 
}
#print {

  -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:55px;
  height:55px;  
  margin-right:45px;
  float:right;
 
}
#stage4:hover #print {
 height:55px;
  width:55px;
  -moz-transform:rotate(360deg);
  -webkit-transform: rotate(360deg);
 
}
	.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;   
}



.replyScoreShown {
	position:absolute;
	bottom: 35px;
	left: 25px;
	font-size: 22px;
	background-color:#FFFF00;
	text-align:center;
	padding: 15px;
	width: 140px;
	height: 20px;
	border-radius: 20px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius:0px;
	border: #F29 solid 5px;
	opacity:0;
}

.ardderchog{
position: absolute;
right: 20px;
width: 260px;
height: auto;
padding: 20px;
border-bottom-right-radius: 0px;
border: solid 5px red;
color: #FFF;
font-size: 40px;
text-align: center;
bottom: 40px;
background: #a90329; /* Old browsers */
}

#e1 {top:120px;}
#e2 {top:150px;}
#e3 {top:180px;}
#e4 {top:210px;}
#e5 {top:240px;}
#e6 {top:270px;}
#e7 {top:300px;}
#e8 {top:330px;}
#e9 {top:360px;}



.e a {color:#FFF}
.e:hover {background-color:#FF0; cursor:pointer; border-left:none;}
.e {position:absolute; left:0px; width:100px; height:auto; background-color:#F60; border: solid 2px #000; padding:5px; font-size:20px; cursor:pointer; border-left:none; z-index:1; border-top-right-radius:10px; border-bottom-right-radius:10px;}

.e-right:hover {background-color:#FF0; cursor:pointer; border-left:none; text-decoration:none !important}

.e-right {position:absolute; right:0px; width:100px; height:auto; background-color:#FFF; border: solid 2px #000; padding:5px; font-size:20px; cursor:pointer; border-left:none; z-index:1; border-top-left-radius:10px; border-bottom-left-radius:10px; text-align:right}

.green {color: #008000 !important;}
#ymarfer1ateb span:hover {cursor:pointer}
#ymarfer1ateb {display:none; font-size: 22px;text-align: justify; line-height:28px; margin-bottom:15px; color:#000; }



