@charset "utf-8";
/* CSS Document */


body {

margin:0;
padding:0;
}

footer{
	margin-top:30px;
	height:100px;
	background-color:#71bf45;
	border-radius:15px;
	}


#back{
position:absolute;
top:0;
position:fixed;
z-index:-1;
width:100%;
height:100%;

}


	
.alignCenter{
	background:#fff;
	margin:0 auto;
	display:table;
	max-width:940px;
	

	}

/*.transition-wrapper {
    position: relative;    
  
}*/
#outer, #outer1, #outer2, #outer3, #outer4, #outer5, #outer6, #outer7, #outer8, #outer9 {
    position:absolute;
    z-index: 100;
	width:300px;
   	background:white;
   
}
#text,  {
   
    height: 100%;
    width: 100%;
}


	
.tree_cont{
display:block;
max-width: 100%;
    height: auto;

}


.no-hashchange DIV#title{
margin-top:0px;
	}

#title{
	background-color:#71bf45;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;	
	
}

#title p{
	text-align:left;
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size:35px;
	font-weight:bold;
	color: #FFF;
	line-height:90px;
	margin-left:40px;
	}
	


.clear {clear:both;}
.treeName {
	display:block;
	color:#666666;
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size:25px;
	font-weight:bold;
	font-style:normal;
	text-align:center;
	height:60px;
	line-height:40px;
	text-align:left;
	
	width:250px;
	border-radius:15px;
	margin-top:20px;
	margin-bottom:-20px;
	
}


.imageContainerTreeInfo {
	float:left;
	border-radius:15px;
}
.imageContainerTreeInfo img {
	max-width: 100%;
    height: auto;
	}
	
	
.treeInfo{
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:17px;
	display:inline-block;
	background-color:#b41d8e;
	width:300px;
	margin-left:10px;
	padding:10px;
	padding-bottom:0px;
	border-radius:15px;
	text-align:center;
	color:#fff;
	}
	
.fruitImage{
	display:inline-block;
	margin-left:10px;
	margin-top:10px;
	width:300px;
	
	}
	
	.fruitImage img{
	display:inline-block;
	margin-left:10px;
	margin-top:10px;
	max-width: 100%;
    height: auto;
	
	}

#questionMark p{
	font-family: Verdana, Geneva, sans-serif;
	font-size:50px;
	color:#fff;
		}
		
.toggle{
margin-left:auto;
margin-right:auto;
width:70%;
	}
	
.toggleTitle{
	margin-top:20px;
	margin-bottom:20px;
	}

/******************toggle btn***************************/
input[type="checkbox"] {
display:none;
}

.onoffswitch {
    position: relative; width: 250px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-inner {
    width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 18px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "Dangos enw'r goeden";
    padding-left: 10px;
    background-color: #090; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "Cuddio enw'r goeden";
    padding-right: 10px;
    background-color: #EEEEEE; color: #666;
    text-align: right;
}



.onoffswitch-switch {
    width: 18px; margin: 6px;
    background: #FFFFFF;
    border: 2px solid #999999; border-radius: 20px;
    position: absolute; top: 0; bottom: 0; right: 215px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}

/******************toggle btn fruit***************************/

input[type="checkbox"] {
display:none;
}

.onoffswitchfruit {
    position: relative; width: 250px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitchfruit-checkbox {
    display: none;
}
.onoffswitchfruit-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}
.onoffswitchfruit-inner {
    width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitchfruit-inner:before, .onoffswitchfruit-inner:after {
    float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 18px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitchfruit-inner:before {
    content: "Dangos";
    padding-left: 10px;
    background-color: #090; color: #FFFFFF;
}
.onoffswitchfruit-inner:after {
    content: "Cuddio";
    padding-right: 10px;
    background-color: #EEEEEE; color: #666;
    text-align: right;
}



.onoffswitchfruit-switch {
    width: 18px; margin: 6px;
    background: #FFFFFF;
    border: 2px solid #999999; border-radius: 20px;
    position: absolute; top: 0; bottom: 0; right: 215px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}
.onoffswitchfruit-checkbox:checked + .onoffswitchfruit-label .onoffswitchfruit-inner {
    margin-left: 0;
}
.onoffswitchfruit-checkbox:checked + .onoffswitchfruit-label .onoffswitchfruit-switch {
    right: 0px; 
}

/* Smaller than standard 960 (devices and browsers) */
	

	/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	





}


/* iPads (portrait) ----------- */

@media only screen and (min-width: 768px) and (max-width: 959px) {


.imageContainerTreeInfo {
	width:55%;
	height:auto;
	float:left;
	border-radius:15px;
}
.fruitImage{
	display:inline-block;
	margin-left:20px;
	margin-top:10px;
	width:250px;
	
	}



	
/*.alignCenter{
	background:#fff;
	margin:0 auto;
	display:table;
	width:80%;
	padding-left:5%;
	padding-right:5%;
	margin-left:5%;
	margin-right:5%;
	

	
	
	}




	
.tree_cont{
display:table;
}


.no-hashchange DIV#title{
margin-top:0px;
	}

#title{
	margin-top:-50px;
	background-color:#71bf45;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;	
	margin-bottom:20px;
	width:100%;

}


.clear {clear:both;}
.treeName {
	display:block;
	font-family: Verdana, Geneva, sans-serif;
	
	font-size:25px;
	
	text-align:center;
	height:60px;
	color: #000;
	line-height:40px;
	text-align:left;
	
	width:250px;
	border-radius:15px;
	margin-top:20px;
	margin-bottom:-20px;
	
}


.imageContainerTreeInfo {
	float:left;
	width:289px;
	height:289px;
	background-color:#000;
	border-radius:15px;
}

.treeInfo{
	float:right;
	font-family: Verdana, Geneva, sans-serif;
	display:inline-block;
	background-color:#deb6d4;
	width:48%;
	height:269px;
	padding:10px;
	margin-left:0px;
	border-radius:15px;
}
	*/


}
	
	


