/* 
  ------------------------------------------------
  PVII CSS Column Composer Magic
  Copyright (c) 2011 Project Seven Development
  www.projectseven.com
  04: The Un-Style
  ------------------------------------------------
*/


.p7CCM04 {
	font-family: "Segoe UI", "Gill Sans", Optima, sans-serif;
	color: #000;
	font-size: 14px;
	margin: 0px auto;
	padding-right: 20px;
    padding-left: 20px;
}

.p7ccm04-content {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.p7ccm04-1col-column1 .p7ccm04-content,
.p7ccm04-2col-auto-column1 .p7ccm04-content,
.p7ccm04-3col-auto-column1 .p7ccm04-content,
.p7ccm04-4col-auto-column1 .p7ccm04-content,
.p7ccm04-5col-auto-column1 .p7ccm04-content,
.p7ccm04-2col-sidebar-left-column2 .p7ccm04-content,
.p7ccm04-2col-fixed-sidebar-left-column1 .p7ccm04-content,
.p7ccm04-2col-sidebar-right-column2 .p7ccm04-content,
.p7ccm04-2col-fixed-sidebar-right-column1 .p7ccm04-content,
.p7ccm04-3col-fixed-sidebar-left-right-column1 .p7ccm04-content,
.p7ccm04-3col-sidebar-left-right-column2 .p7ccm04-content {
	padding-left: 0px !important;
}

.p7ccm04-1col-column1 .p7ccm04-content,
.p7ccm04-2col-auto-column2 .p7ccm04-content,
.p7ccm04-3col-auto-column3 .p7ccm04-content,
.p7ccm04-4col-auto-column4 .p7ccm04-content,
.p7ccm04-5col-auto-column5 .p7ccm04-content,
.p7ccm04-2col-sidebar-left-column1 .p7ccm04-content,
.p7ccm04-2col-fixed-sidebar-left-column2 .p7ccm04-content,
.p7ccm04-2col-sidebar-right-column1 .p7ccm04-content,
.p7ccm04-2col-fixed-sidebar-right-column2 .p7ccm04-content,
.p7ccm04-3col-sidebar-left-right-column1 .p7ccm04-content,
.p7ccm04-3col-fixed-sidebar-left-right-column2 .p7ccm04-content {
	padding-right: 0px !important;
}

/*HEADINGS*/
.p7ccm04-content h1 {}
.p7ccm04-content h2 {}
.p7ccm04-content h3 {}

/*UTILITY*/
.p7ccm04-content .centered {
	text-align: center;
}

.p7ccm04-dyn-img img {
	width: auto;
	height: auto;
	max-width: 100%;
	margin-left: 10px;
	border-radius: 3px;
}
.p7ccm04-content-row {
	display: inline-block;
	width: 100%;
	vertical-align: bottom;
}

/* borders */

.p7ccm04-top-border {
	border-top: 1px solid #000;
}
.p7ccm04-bottom-border {
	border-bottom: 1px solid #000;
}
.p7ccm04-top-bottom-border {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.p7ccm04-left-border {
	border-left: 1px solid #000;
}
.p7ccm04-right-border {
	border-right: 1px solid #000;
}
.p7ccm04-left-right-border {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

/*MULTI-COLUMN STRUCTURAL CONFIGURATIONS*/

/*2-Column Auto Width*/
.p7ccm04-2col-auto-column1 {
	float: left;
	width: 50%;
	font-size: inherit;
	color: inherit;
}
.p7ccm04-2col-auto-column2 {
	float: left;
	width: 50%;
	font-size: inherit;
	color: inherit;
}

/*2-Column Sidebar Left*/
.p7ccm04-2col-sidebar-left-column1 {
	float: right;
	width: 80%;
	color: inherit;
	font-size: inherit;
	padding-top:20px;
}

.p7ccm04-2col-sidebar-left-column2 {
	font-size: 80%;
	color: inherit;
	float: left;
	width: 20%;
}

/*2-Column Fixed Sidebar Left*/
.p7ccm04-2col-sidebar-fixed-left-column1 {
	color: inherit;
	font-size: 85%;
	width: 200px;
	float: left;
}
.p7ccm04-2col-sidebar-fixed-left-column2 {
	font-size: inherit;
	color: inherit;
	margin-left: 200px;
}
.p7ccm04-2col-sidebar-fixed-left-column2-cnt {}

/*2-Column Sidebar Right*/
.p7ccm04-2col-sidebar-right-column1 {
	float: left;
	width: 61.22%;
	font-size: inherit;
	color: inherit;
}
.p7ccm04-2col-sidebar-right-column2 {
	font-size: 90%;
	color: inherit;
	float: left;
	width: 38.78%;
}

/*2-Column Fixed Sidebar Right*/
.p7ccm04-2col-sidebar-fixed-right-column1 {
	color: inherit;
	font-size: 85%;
	width: 200px;
	float: right;
}
.p7ccm04-2col-sidebar-fixed-right-column2 {
	font-size: inherit;
	color: inherit;
	margin-right: 200px;
}
.p7ccm04-2col-sidebar-fixed-right-column2-cnt {}

/*3-Column Auto*/
.p7ccm04-3col-auto-column1 {
	float: left;
	width: 33%;
	font-size: inherit;
	color: inherit;
}
.p7ccm04-3col-auto-column2 {
	float: left;
	width: 34%;
	font-size: inherit;
	color: inherit;
}
.p7ccm04-3col-auto-column3 {
	float: left;
	width: 33%;
	font-size: inherit;
	color: inherit;
}

/*3-Column Sidebar Left and Right*/
.p7ccm04-3col-sidebar-left-right-column1 {
	width: 60%;
	float: left;
	color: inherit;
	font-size: inherit;
	position: relative;
	left: 20%;
}
.p7ccm04-3col-sidebar-left-right-column2 {
	width: 20%;
	float: left;
	color: inherit;
	font-size: 90%;
	position: relative;
	left: -60%;
}
.p7ccm04-3col-sidebar-left-right-column3 {
	float: left;
	width: 20%;
	color: inherit;
	font-size: 90%;
}

/*3-Column Fixed Sidebar Left and Right*/
.p7ccm04-3col-sidebar-fixed-left-right-column1 {
	width: 180px;
	float: left;
	color: inherit;
	font-size: 85%;
}
.p7ccm04-3col-sidebar-fixed-left-right-column2 {
	width: 180px;
	float: right;
	color: inherit;
	font-size: 85%;
}
.p7ccm04-3col-sidebar-fixed-left-right-column3 {
	color: inherit;
	font-size: inherit;
	margin-left: 180px;
	margin-right: 180px;
}
.p7ccm04-3col-sidebar-fixed-left-right-column3-cnt {}

/*4-Column Auto*/
.p7ccm04-4col-auto-column1 {
	width: 25%;
	float: left;
	color: inherit;
	font-size: inherit;
}
.p7ccm04-4col-auto-column2 {
	width: 25%;
	float: left;
	color: inherit;
	font-size: inherit;
}
.p7ccm04-4col-auto-column3 {
	width: 25%;
	float: left;
	color: inherit;
	font-size: inherit;
}
.p7ccm04-4col-auto-column4 {
	width: 25%;
	float: left;
	color: inherit;
	font-size: inherit;
}

/*5-Column Auto*/
.p7ccm04-5col-auto-column1 {
	width: 20%;
	float: left;
	color: inherit;
	font-size: inherit;
}
.p7ccm04-5col-auto-column2 {
	width: 20%;
	float: left;
	color: inherit;
	font-size: inherit;
}
.p7ccm04-5col-auto-column3 {
	width: 20%;
	float: left;
	color: inherit;
	font-size: inherit;
}
.p7ccm04-5col-auto-column4 {
	width: 20%;
	float: left;
	color: inherit;
	font-size: inherit;
}
.p7ccm04-5col-auto-column5 {
	width: 20%;
	float: left;
	color: inherit;
	font-size: inherit;
}

/*UTILITY RULES*/
.p7ccm04-content.p7ccm04-no-padding {
	padding: 0px 0px;
}


/*LINKS*/
.p7ccm04-content a, .p7ccm04-content  {
	color: #6B98BF;
}
a:visited{
      color:#000000; !important;
      text-decoration: none !important;
}
.p7ccm04-content a:hover, .p7ccm04-content a:focus {
	color: #000;
}
/*WIDTHS*/
.p7ccm04-auto { width: auto;}
.p7ccm04-min-max-980 { min-width: 980px; max-width: 1600px;}
.p7ccm04-min-max-960 { min-width: 960px; max-width: 1600px;}
.p7ccm04-min-max-940 { min-width: 940px; max-width: 1600px;}
.p7ccm04-fixed-980 {
	width: 980px;
	background-color: #FFF;
	/* Aled Added */
	min-height:550px;
	/* End */
}
.p7ccm04-fixed-960 { width: 960px;}
.p7ccm04-fixed-940 { width: 940px;}
.p7ccm04-fixed-800 { width: 800px;}
.p7ccm04-fixed-700 { width: 700px;}
.p7ccm04-fixed-600 { width: 600px;}
.p7ccm04-fixed-500 { width: 500px;}
.p7ccm04-fixed-400 { width: 400px;}
.p7ccm04-fixed-300 { width: 300px;}
.p7ccm04-fixed-200 { width: 200px;}

/*Mobile Devices*/
@media only screen and (max-device-width: 480px) {
.p7CCM04 {max-width: 960px !important; min-width: 0px !important;}
	body { margin: 8px !important; min-width: 0px !important;}
	.p7ccm04-dyn-img img{

	margin-left:0px !important;
}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.p7CCM04 {max-width: 960px !important; min-width: 0px !important;}
	body { margin: 8px !important; min-width: 0px !important;}
}

#p7EHCd_4, #p7EHCd_8{ margin-top:-13px }

#p7CCM_2{
margin-top:10px
}



a, a:hover, a:visited, a:active{
	color: #6B98BF;
}

/* RSS */
.RSS {
	width: auto;
	float: right;
	margin: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.RSS img { float:left; margin:0 5px 0 0; width:32px; height:32px; }
img.rss1 { background:url(../images/f_1.png) no-repeat; }
img.rss2 { background:url(../images/f_2.png) no-repeat; }
img.rss3 { background:url(../images/f_3.png) no-repeat; }
img.rss4 { background:url(../images/f_4.png) no-repeat; }
img.rss5 { background:url(../images/f_5.png) no-repeat; }
img.rss6 { background:url(../images/f_6.png) no-repeat; }
img.rss7 { background:url(../images/f_7.png) no-repeat; }
img.rss8 { background:url(../images/f_8.png) no-repeat; }
img.rss1:hover { background:url(../images/f_1_1.png) no-repeat; }
img.rss2:hover { background:url(../images/f_2_1.png) no-repeat; }
img.rss3:hover { background:url(../images/f_3_1.png) no-repeat; }
img.rss4:hover { background:url(../images/f_4_1.png) no-repeat; }
img.rss5:hover { background:url(../images/f_5_1.png) no-repeat; }
img.rss6:hover { background:url(../images/f_6_1.png) no-repeat; }
img.rss7:hover { background:url(../images/f_7_1.png) no-repeat; }
img.rss8:hover { background:url(../images/f_8_1.png) no-repeat; }

/*Responsive Image wedi ychwanegu gan Jemma*/

@media only screen and (min-width: 0px) and (max-width: 700px) {
	  .responsivetable{width:100%; align:center;  }
}


@media only screen and (min-width: 700px) {
 .responsivetable{width:60%; align:center; }
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Responsive iFrame */
 
.responsive-iframe-container {
    position: relative;
    padding-bottom: 25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.responsive-iframe-container iframe,   
.vresponsive-iframe-container object,  
.vresponsive-iframe-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 256px;
}

#map {
        width: 100%;
		height:350px;
      }
	  
	  
/*Responsive Image wedi ychwanegu gan Jemma*/

@media only screen and (min-width: 0px) and (max-width: 768px) {
	  .responsiveImage{width:100%; align:right; padding-top:10px; }
}

@media only screen and (min-width: 768px) {
 .responsiveImage{width:20%; align:right; padding-left:10px; }
}
	  
@media only screen and (min-width: 0px) and (max-width: 768px) {
	  .responsiveImage2{width:100%; align:left;  }
}

@media only screen and (min-width: 768px) {
 .responsiveImage2{width:60%; align:left; padding-right: 10px; }
}

@media only screen and (min-width: 0px) and (max-width: 700px) {
	  .responsiveImage3{width:100%; align:right; padding-bottom: 10px; }
}

@media only screen and (min-width: 700px) {
 .responsiveImage3{width:55%; align:right; padding-bottom: 10px; padding-top: 10px;}
}

@media only screen and (min-width: 0px) and (max-width: 700px) {
	  .responsiveImage4{width:100%; align:right; padding-bottom: 10px; padding-top: 10px; }
}

@media only screen and (min-width: 700px) {
 .responsiveImage4{width:55%; align:right; padding-bottom: 10px; padding-left: 20px;  padding-top: 10px;}
}

@media only screen and (min-width: 0px) and (max-width: 700px) {
	  .responsiveImage5{width:100%; align:right; padding-bottom: 10px; padding-top: 10px; }
}

@media only screen and (min-width: 700px) {
 .responsiveImage5{width:55%; align:right; padding-bottom: 10px; padding-right: 20px;  padding-top: 10px;}
}
@media only screen and (min-width: 0px) and (max-width: 700px) {
	  .responsiveImage6{width:100%; align:right; padding-bottom: 10px; padding-top: 10px; }
}

@media only screen and (min-width: 700px) {
 .responsiveImage6{width:35%; align:left; padding-bottom: 10px; padding-right: 20px;  }
}
@media only screen and (min-width: 0px) and (max-width: 700px) {
	  .responsiveImage7{width:100%; align:right; padding-bottom: 10px; padding-top: 10px; }
}

@media only screen and (min-width: 700px) {
 .responsiveImage7{width:35%; align:right; padding-bottom: 10px; padding-left: 20px;  }
}

@media only screen and (min-width: 0px) and (max-width: 700px) {
	  .responsiveImage8{width:100%; align:right; padding-bottom: 10px; padding-top: 10px; }
	  .image-wrapper-selected  {width:100% !important; height:auto !important; display:inline;}
}

@media only screen and (min-width: 700px) {
 .responsiveImage8{width:98%; align:right; padding-bottom: 10px; padding-left: 20px;  padding-top: 10px;}
 /* Commented by Aled .responsiveImage8{width:48%; align:right; padding-bottom: 10px; padding-left: 20px;  padding-top: 10px;}*/
}



.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Portfolio */
#portfolio {
	padding: 30px 0px 40px 0px;
	overflow: hidden;
}
#portfolio ul.controls {
	padding: 0px 0 20px 2px;
	overflow: hidden;
	margin: 20px 0;
	border-bottom: #999999 solid 2px;
}
#portfolio ul.controls li {
	float: left;
	color: #000;
	font-weight: 400;
	font-size: 12px;
	padding: 5px 15px;
	cursor: pointer;
}
#portfolio ul.controls li:hover, #portfolio ul.controls li.active {
	padding: 4px 15px;
	color: #AAA;
	margin: 0 -1px;
	border: 1px solid #AAA;
}
#portfolio ul#Grid {
	margin: 0 0 30px 0;
	padding: 0;
	position: relative;
}
#portfolio ul#Grid li {
	padding: 0 1px 1px 0 ;
	margin: 0;
	display: none;
	position: relative;
}
#portfolio ul#Grid li a {
	display: block;
	position: relative;
	color: #fff;
}
#portfolio ul#Grid li span.overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	text-indent: -9999px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background: #000;
}
#portfolio ul#Grid li:hover span.overlay {
	visibility: visible;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
#portfolio ul#Grid a.link {
	padding: 0px 10px;
	height: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	z-index: 10;
	overflow: hidden;
	font-size: 22px;
	font-weight: 400;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #FFF;
	line-height: 30px;
	background: #56AA31;
}
#portfolio ul#Grid li:hover a.link {
	background: #56AA31;
	opacity: 0.9;
}
#portfolio ul#Grid a.link span {
	color: #f9f9f9;
	font-weight: 400;
	display: block;
	font-size: 14px;
	text-transform: none;
	line-height: 22px;
}
#portfolio ul#Grid a.link:after {
	border-color: rgba(63, 141, 191, 0);
	border-bottom-color: #56AA31;
	border-width: 10px;
	margin-left: -10px;
}
#portfolio ul#Grid a.link:before {
	border-color: rgba(63, 141, 191, 0);
	border-bottom-color: #56AA31;
	border-width: 16px;
	margin-left: -16px;
}
#portfolio ul#Grid li:hover a.link {
	padding: 10px 10px;
	height: auto;
	overflow: visible;
	text-decoration: none;
}


.arOsod{
    color:#900;
}

.h2-no-margin{
	margin-bottom:0px; margin-top:0px;
}

.image-link :hover {
	opacity:0.7;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
	  .responsiveImageUnity{width:100%; align:left; padding-bottom:10px; }
}



@media only screen and (min-width: 768px) {
 .responsiveImageUnity{width:49%; align:left;  }
}

@media only screen and (min-width: 0px) and (max-width: 500px) {
	  .responsiveImage-galeri2{width:100%; align:left; }
}



@media only screen and (min-width: 500px) {
 .responsiveImage-galeri2{width:50%; align:left;  }
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
	  .responsiveImage-galeri2-b{width:100%; align:left; padding-bottom:10px; }
}

@media only screen and (min-width: 600px) and (max-width: 906px) {
	  .responsiveImage-galeri2-b{width:40%; align:left; padding-right:20px; padding-bottom:10px; }
}



@media only screen and (min-width: 906px) {
 .responsiveImage-galeri2-b{width:30%; align:left; padding-right:20px; padding-bottom:10px; }
}

.font-12 {font-size:12px;}
.max-250 {max-width:250px;}
.max-450 {max-width:450px;}

.button-prima {
        display: inline-block;
    background: #ef4d4b;
    border: 1px solid;
    border-color: #ef4d4b;
    line-height: 2.1em;
    padding: 0 1.1em;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    text-decoration: none;
    outline: 0;
    white-space: nowrap;
    color: #ffffff !important;
    font-weight: 700;
    /* font-size: 0.9em !important; */
}
.button-prima:hover { 
background: #2d2727;
border-color: #2d2727;
text-decoration:none !important;
}

.button-archebu {
    display: inline-block;
	background: #ef4d4b;
    border: 1px solid;
    border-color: #ef4d4b;
	border-radius: 5px;
    line-height: 2.5em;
    padding: 0 9em;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    text-decoration: none;
    outline: 0;
    white-space: nowrap;
    color: #ffffff !important;
    font-weight: 700;
    /* font-size: 0.9em !important; */
}
.button-archebu:hover { 
background: #2d2727;
	border-color: #2d2727;	
text-decoration:none !important;
}

.red-text {color:#F00;}

.neges-tudalen-flaen-penawd{
		font-size:2em;
	font-weight: 700;
}
.neges-tudalen-flaen{
	font-size:1.7em;
	font-weight: 700;
}