

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,800');
@import url('https://fonts.googleapis.com/css?family=Gochi+Hand');
@import url('https://fonts.googleapis.com/css?family=Satisfy');
@import url('https://fonts.googleapis.com/css?family=Domine');


body, html{
	font-family:'Open Sans', sans-serif;
	color:#fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefcea+0,f0c774+100 */
background: #fefcea; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #fefcea 0%, #f0c774 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, #fefcea 0%,#f0c774 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, #fefcea 0%,#f0c774 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f0c774',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
height:100%;
}


.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 10px;
    margin-bottom: 15px;
}

p, ul li, ol li {
    margin: 0 0 10px;
    line-height: 25px;
}

a {
    color: #ffffff;
    text-decoration: none;
}

#header-bar-green {
    display: inline-block;
    height: 20px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7fbb59+0,ffffff+62 */
background: #7fbb59; /* Old browsers */
background: -moz-linear-gradient(left, #7fbb59 0%, #ffffff 62%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #7fbb59 0%,#ffffff 62%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #7fbb59 0%,#ffffff 62%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7fbb59', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */}

#header-bar-blue {
    display: inline-block;
    background-color: #285ea8;
    height: 20px;
}


.container.main-content {
	margin-bottom:180px;
}

#header, #footer{
    background-color: #7ab952;
	border-top:2px solid #c4213c;
	display: inline-block;
    width: 100%;
}

button#info {
    position: relative;
    margin-top: 9px;
    font-size: 22px;
	float: right;

}

#company-branding {
	
}
#company-branding img {
    width: 100%;


}
#wjec-logo{
	top:-15px;
	
}
#wjec-logo img {
	background-color:#FFF;
	padding:10px;
	border-radius:8px;
	width:70px;
	float:right;
}


#meat {
    padding: 5px;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    top: -15px;
}

#welshGov {
    position: relative;
    top: -15px;
    width: 50%;
}

span.glossary {
    color: #4bc100;
}
#homeText{
	color:#285ea8
}

.section-title{
	font-weight:bold;
	margin-top:5px;
}

.section-title:after{
	    font-family: FontAwesome;
    content: '\f04b ';
    display: block;
    position: absolute;
    text-shadow: 3px 0px 0px white;
    font-size: 33px;
    right: -9px;
    top: -1px;
	z-index:2;
}

.section-title:before{
    font-family: FontAwesome;
    content: '\f04d';
    display: block;
    position: absolute;
       text-shadow: -3px 2px 0px white, -3px -2px 0px white;
    font-size: 33px;
    left: -10px;
    top: -1px;
	z-index:1;

}

.section-sub-text:after{
	    font-family: FontAwesome;
    content: '\f04b ';
    display: block;
    position: absolute;
    text-shadow: 3px 0px 0px white;
    font-size: 33px;
    right: -9px;
    top: 61px;
	z-index:2;
}

.section-sub-text:before{
    font-family: FontAwesome;
    content: '\f04d';
    display: block;
    position: absolute;
    text-shadow: -3px 2px 0px white, -3px -2px 0px white;
    font-size: 28px;
    left: -9px;
    top: 64px;
    z-index: 1;

}


.first-title:before, .first-sub-text:before, .last-title:after, .last-sub-text:after{
	content: none;
}

.section-title.yellow:after, .section-title.yellow:before ,.section-sub-text.yellow:before, .section-sub-text.yellow:after{
	color: #e9ae35;
}

.section-title.green:after, .section-title.green:before, .section-sub-text.green:before, .section-sub-text.green:after{
	color: #7ab952;
}



.section-sub-text {
    font-size: 10px;
	    height: 100px;
		margin-top:10px
}

.section-title, .section-sub-text, .home-buttons-container{
	  padding: 5px;
    border: 2px solid #fff;

}

.green {
    background-color: #7ab952;
}

.yellow {
    background-color: #e9ae35;
}

.home-buttons-container{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#edbe5f+0,f6e6bf+100 */
background: rgb(237,190,95); /* Old browsers */
background: -moz-linear-gradient(top, rgba(237,190,95,1) 0%, rgba(246,230,191,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(237,190,95,1) 0%,rgba(246,230,191,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(237,190,95,1) 0%,rgba(246,230,191,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edbe5f', endColorstr='#f6e6bf',GradientType=0 ); /* IE6-9 */
margin-top:10px;
    display: inline-block;
	margin-bottom:50px;
	    min-height: 570px;
}

.polaroid-images a
{
	background: white;

	padding: 10px 10px 25px;
	text-align: center;
	text-decoration: none;
	-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 4px 6px rgba(0,0,0,.3);
	box-shadow: 0 4px 6px rgba(0,0,0,.3);
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	transition: all .15s linear;
	z-index:0;
    position:relative;
	width: 50%;
	line-height:7px;
}



.polaroid-images a:hover, .polaroid-images a.active{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
        transform: rotate(0deg);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
        transform: scale(1.2);
	z-index:10;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .7);
	-moz-box-shadow: 0 10px 20px rgba(0,0,0,.7);
        box-shadow: 0 10px 20px rgba(0,0,0,.7);
	

/*
	 transform: scale(1.5, 1.5) rotate(0deg);

*/
}

.polaroid-images a:after {
	color: #285ea8;
	font-size: 9px;
	content: attr(data-text);
	position: relative;
	top:15px;
	font-family: 'Gochi Hand', cursive;
}



.polaroid-images .row {
    margin-bottom: 10px;
}


.popover{
	background-color:#7ab952;
	max-width: 310px;
}

.popover-content a{
	width: auto;
    padding: 10px;
    display: inline-block;
    box-shadow: none;

    color: #fff;
    font-size: 1.5em;
    margin-right: 5px;
    border: solid 2px #fff;
}

.popover-content a:last-child{
	margin-right:0;

}

#btn_pdf{
	background-color: #c4213c;
}



#btn_factsheet{
	background-color: #e9ae35;
}

#btn_activity{
	background-color: #285ea8;
}

#btn_link{
	background-color:#8238B9;
}

.popover.bottom>.arrow:after {

    border-top-width: 0;
    border-bottom-color: #7ab952;
}

/*FACTSHEET*/

div#factsheet {
    background-color: #fff;
    margin-top: 20px;
    color: #777;
    padding: 40px;
	box-shadow: 0 4px 6px rgba(0,0,0,.3);
    font-size:16px;
	    margin-bottom: 70px;
}


div#factsheet a {
    color: #7ab952;
}

#factsheet h1{

	    color: #285ea8;

}


#factsheet table{

margin-bottom:30px;

}


/*FACTSHEET*/

td, th {
    padding: 10px;
    border: 1px #bdbdbd solid;
}

 td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#aabcfe;color:#669;background-color:#e8edff;}
 th{    /* font-family: Arial, sans-serif; */
    /* font-size: 14px; */
    font-weight: normal;
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
    border-color: #b9c9fe;
    color: #039;
    background-color: #b9c9fe;
text-align: center;
font-weight: bold;}





.itemContainer h3{

	    color: #ffffff;
    width: 40%;
    background-color: #e9ae35;
    /* font-weight: bold; */
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
	position:relative;
}
.itemContainer h3:after {
        font-family: FontAwesome;
    content: '\f04b ';
    display: block;
    position: absolute;
    text-shadow: 3px 0px 0px white;
    font-size: 42px;
    right: -33px;
    top: -5px;
    z-index: 2;
    color: #e9ae35;
}

.itemContainer {

    background-color: #fff;
    color: #777;
    margin-top: 20px;
    padding-bottom: 20px;
	    box-shadow: 0 4px 6px rgba(0,0,0,.3);
        font-size:16px;

}

.itemContainer:last-child{
	margin-bottom:150px
}


.item-image img {
    width: 100%;
    height: auto;
}


.table  {border-collapse:collapse;border-spacing:0;border-color:#aabcfe;}
.table td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#aabcfe;color:#669;background-color:#e8edff;}
.table th{    /* font-family: Arial, sans-serif; */
    /* font-size: 14px; */
    font-weight: normal;
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
    border-color: #b9c9fe;
    color: #fff;
    background-color: #003399;}



/*FOOTER-*/

.cyd-link {
	background-color:#285ea8;
	color:#FFF;
	padding:15px;
	border-radius:10px;
	float:right;
	margin-top:-20px;
}

.cyd-link:hover {
	text-decoration:none;
	color:#FFF;
	background:#555;
		
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #285ea8;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
}

h4#totalCorrectHolder {
    color: #777;
}

#myBtn:hover {
  background-color: #555;
}



#footer{
	border-top:none;
	font-size:10px;
	position: fixed;
    bottom: 0;
	z-index:999;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}


.bar-high{
    background-color:red;
    color:white;
    padding:1px;
    width:90%;
}

.bar-low{
    background-color:green;
    color:white;
    padding:1px;
    width:45%;
    margin-bottom:20px;
}

.img-responsive{
    margin-right:20px;
    margin-bottom:30px;
}


/*

IMAGE hovereffect
*/

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  background-color: rgba(0,0,0,0.8);
  -webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  background: rgba(0,0,0,0.6);
  -webkit-transform: translatey(-100px);
  -ms-transform: translatey(-100px);
  transform: translatey(-100px);
  -webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
  padding: 10px;
}

.hovereffect a.info {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 50px 0 0;
  padding: 7px 14px;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: translatey(0);
  -webkit-transform: translatey(0);
  transform: translatey(0);
}

.hovereffect:hover a.info {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

/*
END of
IMAGE hovereffect
*/
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)  {
    .section-sub-text, .home-buttons-container {
        padding: 5px;
        border: 2px solid #fff;
        font-size: 9px;
    }
}

@media print {
  #header-bar, #header, #breadcrumbs, #footer, .btn {
    display: none;
  }
}