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

#container{
	width:800px;
	height:auto;
	margin:auto;
	padding:10px;
	padding-top:15px;
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#FFF;
	border-radius:20px;
	margin-top:20px;
	border:solid 5px #C60;
}

#main-content{
	width:690px;
	height:auto;
	margin:auto;
	padding:10px;
	margin-bottom:25px;
	padding-top: 0px;
	position:relative;
}
@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:474px;
	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;}
h2{font-family: mainFont; font-size:24px;}
h3{font-family: mainFont;}


p{font-family: mainFont; color:#666; font-size:24px; line-height:30px; text-align:justify}
#dialog p{ font-size:16px; line-height:15px;}
#dialog h2 {font-size:17px;}
em {color:#000; /*font-size:16px;*/}

a{color:#000; text-decoration:none;}
a:hover{text-decoration:none;}

.test_two {
    margin-left:60px;
    width: auto;
    margin-top:25px;
	margin-bottom:25px;
}
.test_two a {
    color: #D9570C;
	background-color:#FBED25;
	font-size:20px;
	font-family: mainFont;
     display:inherit;
    font-weight: normal;
    line-height: 22px;
    text-decoration: none;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -moz-transition:-moz-transform .3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out;
    -ms-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
	-moz-border-radius: 100px / 50px;
	-webkit-border-radius: 100px / 50px;
	border-radius: 20px / 20px;
	padding:15px;
	border:dashed 2px #FF0;
}
.test_two a:hover {
    color: #FFF;
   display:inherit;
    font-weight: normal;
	font-family: mainFont;
    line-height: 22px;
    -webkit-transform: scale(1.8);
    -moz-transform:scale(1.8);
    -o-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
	padding:15px;
	/* fallback */
  background-color: #1a82f7;
  
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1a82f7), to(#2F2727));
  
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #2F2727, #1a82f7);
  
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #2F2727, #1a82f7);
  
  /* IE 10 */
  background: -ms-linear-gradient(top, #2F2727, #1a82f7);
  
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #2F2727, #1a82f7);
  
  	-moz-border-radius: 20px / 20px;
	-webkit-border-radius: 20px / 20px;
	border-radius: 20px / 20px;
	padding:15px;
   
}

@-webkit-keyframes blinker {  
  from { opacity: 1.0; }
  to { opacity: 0.0; }
}
.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: 1s;
  color:#F00;
}

/* CSS am gweithgaredd dau - Mouse in the box */
#test-area {
     height: auto;
     border: 3px dashed #CCCCCC;
     background: #FFFFFF;
     padding: 20px;
     cursor:  none;
	 font-family: mainFont; color:#666; font-size:18px;
	 line-height:25px;
	 width:auto;
}
#mycursor {
     cursor: none;
     width: 97px;
     height: 137px;
     background: url("http://www.ajaxblender.com/article-sources/images/pointer-cursor.gif") no-repeat left top;
     position: absolute;
     display: none;
     top: 0;
     left: 0;
     z-index: 10000;
}
select {
border-radius: 4px !important;
height:36px !important;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
width: auto;
color: #900;
font-size: 20px !important;
}

#stage{
	width:300px;
	height:100px
}
#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:100px;
  height:100px;
  float:right;
  margin-right:10px;
 
}
#stage:hover #block {

  width:100px;
  -webkit-transform: rotate(360deg);
  -moz-transform:rotate(360deg);
  height:100px;
  float:right;
}

#stage2{width:100px; float:right; height:100px}
#block2 {

  -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:100px;
  height:100px;
  float:right;
  margin-right:10px;
 
}
#stage2:hover #block2 {

  width:100px;
  -webkit-transform: rotate(360deg);
  -moz-transform:rotate(360deg);
  height:100px;
  float:right;
}

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


button{
      padding:3px;
      display:inline-block;
      cursor:pointer;
      font:12px/14px Arial, Helvetica, sans-serif;
      color:#fff;
      background-color:#ccc;
      -moz-border-radius:5px;
      -webkit-border-radius:5px;
      -moz-box-shadow:#999 1px 1px 3px;
      -webkit-box-shadow:#999 1px 1px 3px;
      border:1px solid white;
      text-shadow: 1px -1px 2px #aaa9a9 !important;
    }
    button:hover{
    /*background-color:#fff;*/
      color:#666;
    }
	
	.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: 8px;
	left: 12px;
	font-size: 22px;
	text-align:center;
	padding: 10px;
	width: 200px;
	height: 20px;
	background-color: white;
	border-radius: 20px;
	border: #F29 solid 5px;
	background-color:#FF0;
	opacity:0;
}
.ardderchog{
	
position: absolute;
right: 10%;
width: 240px;
height: 100px;
padding: 10px;
border-radius: 20px;
border: solid 3px red;
color: #FFF;
font-size: 40px;
text-align: center;
bottom: 0px;
line-height:50px;
display:none;
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 */

}

#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; color:#000}
.e {position:absolute; left:0px; width:100px; height:auto; background-color:#F60; color:#FFF; 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}
