* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body{ 
    background-color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px; 
    overflow-x: hidden;
}

/*------------------------------------ begin nav ----*/

#mainnav{
	position: fixed;
	top: 0px;
	width:100%;
	height: 100px;
    background: rgba(0, 0, 0, 0.2);
	color: #FFF;
    transition: background-color 0.3s linear 0s;
    z-index: 1000;
}

#navlogo {
    background-color: #ffffff;
    height: 100px;
    display: block;
    float: left;
}

#logo {
  background-image: url(../img/logo.png);
  background-repeat: no-repeat;
  background-position: center left;
}

a#logo {
    color: #333333;
    text-decoration: none;
    font-size: 25px;
    padding: 0;
    padding: 38px 10px 32px 84px;
    margin: 0 0 0 10px;
    display: block;
    font-family: 'Merienda One', cursive;
    font-weight:normal;
}

header nav {
    float: right;
    margin-top: 40px;
}

header nav ul {
    margin: 0;
    padding: 0;
}

header nav li{
    float: left;
    display: inline;
}

header nav li a{
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 13px 5px 13px;
    /*new*/
    margin: 0 20px 0 20px;
    white-space:normal;
}

header nav #currentpage a{
    color: #ffffff;
    border-radius: 50px;
    border-color: #ffffff;
    border-style: solid;
    border-width: 2px;
    padding: 4px 12px 4px 12px;
}

header nav #currentpage a:hover{
    color: #ffffff;
    padding: 4px 12px 4px 12px;
}

header nav a:hover{
    color: #C9FF4B;
}

#menu-icon {
    display:none;
}

.nav-overlay {
    display: none;
}

#closebtn {
    display: none;
}

/*----------------------------------- end nav----*/

/*------------------------------------ begin banner ------*/

#bhwrap, #becowrap, #bspowrap, #bentwrap, #bmiswrap, #bconwrap, #bsitwrap, #bfeswrap, #bmalwrap {
	position: relative;
	width: 100%;
	height: 400px;
}

#becowrap h1, #bspowrap h1, #bentwrap h1, #bmiswrap h1, #bconwrap h1, #bsitwrap h1, #bfeswrap h1, #bmalwrap h1 {
    margin-bottom: 0px;
    margin-top: 60px;
}

#bhwrap {
	height: 100%;
    background: url(../img/home_header.jpg) center center / cover no-repeat;
}

#becowrap {
    background: url(../img/eco_header.jpg) center center / cover no-repeat; 
}

#bspowrap {
    background: url(../img/sports_header.jpg) center center / cover no-repeat;    
}

#bentwrap {
    background: url(../img/enter_header.jpg) center center / cover no-repeat;
}

#bmiswrap {
    background: url(../img/miscel_header.jpg) center center / cover no-repeat;
}

#bconwrap {
    background: url(../img/contact_header.jpg) center center / cover no-repeat;
}

#bsitwrap {
    background: url(../img/sitemap_header.jpg) center center / cover no-repeat;
}

#bfeswrap {
    background: url(../img/fest_header.jpg) center center / cover no-repeat;
}

#bmalwrap {
    background: url(../img/maldives_header.jpg) center center / cover no-repeat;
}

.center {
    position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	white-space: nowrap;
}

.center h1 {
    color: #fff;
    font-size: 78px;
    margin-bottom: 10px;
    font-family: 'Merienda One', cursive;
    font-weight: normal;
}

.center p {
    color: #fff;
	font-size: 34px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
}

.center a {
	position: absolute;
	top: 220px;
	left: 46%;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	font : normal 400 20px/1 'Josefin Sans', sans-serif;
	letter-spacing: .1em;
	text-decoration: none;
}

#bhwrap a {
	padding-top: 60px;
}

#bhwrap a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 46px;
	height: 46px;
	margin-left: -23px;
	border: 1px solid #fff;
	border-radius: 100%;
	box-sizing: border-box;
}

#bhwrap a span::after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	width: 16px;
	height: 16px;
	margin: -12px 0 0 -8px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
}

#bhwrap a span::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 44px;
	height: 44px;
	box-shadow: 0 0 0 0 rgba(255,255,255,.1);
	border-radius: 100%;
	opacity: 0;
	-webkit-animation: magic 3s infinite;
	animation: magic 3s infinite;
	box-sizing: border-box;
}

@keyframes magic {
	0% {
		opacity: 0;
	}
	30% {
		opacity: 1;
	}
	60% {
		box-shadow: 0 0 0 60px rgba(255,255,255,.1);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

/*------------------------------------------ end banner ------*/

/*------------------------------------------- main block ------*/

.container{
    width: 960px;
    margin: auto;
    overflow: hidden;
}

.wmainblock, .gmainblock{
    padding-top: 50px;
    padding-bottom: 50px;
}

.wmainblock{
    background-color:#ffffff;
}

.gmainblock{
    background-color: #F0F0EC;
}

.wmainblock h1, .gmainblock h1, .container h1{
    text-transform: uppercase;
    font-size: 40px;
    padding-bottom: 10px;
    text-align: center;
    font-weight: bold;
    color: #333333;
}

.wmainblock h2, .gmainblock h2, .container h2{
    text-transform: uppercase;
    font-size: 20px;
    padding-bottom: 30px;
    text-align: center;
    font-weight:300;
    color: #808080;
}

.container h2.bold {
    font-weight:300;
    font-size: 40px;
    color:#333333;
}

.container h1.bold{
    font-weight:300;
    font-size: 40px;
    color:#333333;
    padding-bottom: 30px;
}

.container p .datetext {
    font-weight:bold;
}

.container a{
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}

.container a:hover {
    color: #AED04C;
}

.wmainblock p, .gmainblock p {
    font-size: 16px; 
    text-align: justify;
    padding-bottom: 20px;
    font-weight: normal;
    color: #7F7F7F;
}

/*begin quoteblock*/

blockquote {
	padding: 10px 35px;
	position: relative;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: normal;
    font-size: 20px;
    font-style: italic;
    text-align: justify;
    color: #7F7F7F;
}

blockquote::before,
blockquote::after {
	display:block;
	position: absolute;
}

blockquote::before {
	content: url(../img/open_quote.png);
	left: 0px;
    top: 5px;
}

blockquote::after {
	content: url(../img/close_quote.png);
	right: 0px;
    bottom: 5px;
}

.wmainblock p.quotename {
    color: #AED04C;
    text-align: right;
    font-size: 16px;
    font-weight:bold;
    font-style: italic;
    padding-right: 35px;
    padding-bottom: 0px; 
}

.wmainblock p.quotename .locate {
    color: #7F7F7F;  
}

/*end quoteblock*/

.wmainblock .centerlink, .gmainblock .centerlink{
    float: left;
    width: 100%;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
}

.wmainblock .centerlink a, .gmainblock .centerlink a{
    text-decoration: none;
    text-align: center;
    background-color: #AFD04D;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 50px;
    transition: 0.5s;
    font-weight: normal;
    font-size: 16px;
}

.wmainblock .centerlink a:hover{
    color: #000000;
    background-color: #F1F1F1;
}

.gmainblock .centerlink a:hover{
    color: #000000;
    background-color: #ffffff;
}

/*----------------------------------------- end main block -----*/


/*------------------------------------------ boxes 4 colums*/


#boxes{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #F0F0EC;
    text-align: center;
}

#boxes .box{
    float: left;
    width: 220px;
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
}

#boxes .box h2{
    font-size: 20px;
    font-weight:normal;
    padding-bottom: 10px;
    text-align: center;
    color: #333333;
    text-transform:none;
}

#boxes .box p{
    text-align: center;
    font-size: 16px;
    font-weight:normal;
    padding-bottom: 20px;
    color: #7F7F7F;
}

#boxes .box a{
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    background-color: #AFD04D;
    padding: 10px 20px;
    border-radius: 50px;
    transition: 0.5s;
}

#boxes .box a:hover{
    color: #000000;
    background-color: #ffffff;
}

#boxes .box img{
    width: 172px;
    height: 172px;
    border-radius: 50%;
    border-color: #ffffff;
    border-width: 6px;
    border-style:solid;
    margin-bottom: 10px;
}

#boxes .centerbox  {
    clear: both;
    width: 480px;
    margin: 0 auto;
    text-align: center;
    }

/*------------------------------------ end 4 colum boxes -----------*/

/*------------------------------------------ festival boxes 4 colums*/


#boxesfest{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #F0F0EC;
    text-align: center;
}

#boxesfest .boxfest{
    float: left;
    width: 220px;
    padding: 10px;
    text-align: center;
    margin-bottom: 30px;
}

#boxesfest .container h1{
    text-transform: uppercase;
    font-size: 40px;
    padding-bottom: 30px;
    text-align: center;
    font-weight:300;
    color: #333333;  
}

#boxesfest .boxfest h2{
    font-size: 20px;
    font-weight:normal;
    padding-bottom: 10px;
    text-align: center;
    color: #333333;
    text-transform:none;
}

#boxesfest .boxfest p{
    text-align: center;
    font-size: 16px;
    font-weight:normal;
    padding-bottom: 20px;
    color: #7F7F7F;
}

#boxesfest .boxfest a{
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    background-color: #AFD04D;
    padding: 10px 20px;
    border-radius: 50px;
    transition: 0.5s;
}

#boxesfest .boxfest a:hover{
    color: #000000;
    background-color: #ffffff;
}

#boxesfest .boxfest img{
    width: 172px;
    height: 172px;
    border-radius: 50%;
    border-color: #ffffff;
    border-width: 6px;
    border-style:solid;
    margin-bottom: 10px;
}

/*------------------------------------ end of festival 4 colum boxes -----------*/

/* ------------------- festival pages -------------- */

.wmainblock .container figure img {
    display: block;
    width: 100%;
    clear: both;
    margin: 0px auto 10px auto;
    padding: 0px;
    outline: 6px solid #F0F0EC;
    outline-offset: -6px;   
}

.wmainblock .container figure figcaption, .wmainblock .container .cert p, .wmainblock .container .offer p{
    text-align: center;
    font-size: 14px;
    font-style: italic;
    margin: 0px 0px 30px 0px;
    color: #7F7F7F;
}

/* ------------------- end festival pages -------------- */

/* ------------------- certificate -------------- */

.wmainblock .container .cert {
    text-align: center;
}

.wmainblock .container .cert img {
    width: 50%;
    margin: 40px auto 10px auto;  
    clear: both;
    padding: 0px;
    outline: 6px solid #F0F0EC;
    outline-offset: -6px;  
}

.wmainblock .container .cert p{
    margin: 0px;
}

.wmainblock .container .cert a:hover img{
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 2px 15px 0 rgba(0, 0, 0, 0.3);
}


/* ------------------- offers -------------- */

.wmainblock .container .offer {
    text-align: center;
}

.wmainblock .container .offer img {
    width: 90%;
    margin: 40px auto 10px auto;  
    clear: both;
    padding: 0px;
    outline: 6px solid #F0F0EC;
    outline-offset: -6px;  
}

.wmainblock .container .offer p {
    margin: 0px;
}

.wmainblock .container .offer a:hover img{
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 2px 15px 0 rgba(0, 0, 0, 0.3);
}



/*---------------------------------- Fact Block --------------------*/

.factone, .facttwo, .factthree, .factfour, .factfive{
    padding-top: 30px;
    padding-bottom: 30px;
}

.factone {
    background-color:#88160b;
    background: url(../img/factone_bg.jpg) center center / cover no-repeat;
}

.facttwo {
    background-color:#1f1f21;
    background: url(../img/facttwo_bg.jpg) top center / cover no-repeat; 
}

.factthree {
    background-color:#ffffff;
    background: url(../img/factthree_bg.jpg) center center / cover no-repeat;  
}

.factfour {
    background-color:#ffffff;
    background: url(../img/factfour_bg.jpg) center center / cover no-repeat; 
}

.factfive {
    background-color:#ffffff;
    background: url(../img/factfive_bg.jpg) center center / cover no-repeat; 
}


.factone h1, .facttwo h1, .factthree h1, .factfour h1, .factfive h1{   
    color: #d9d9d9;
    font-family: 'Merienda One', cursive;
    font-weight: normal;
    font-size: 38px;
    padding: 10px;
    margin: 30px 0px;
    background: rgba(0, 0, 0, 0.8);
}


.facttwo h1, .factfour h1 {
    background: rgba(0, 0, 0, 0.6);    
}

.factthree h1, .factfive h1 {
    background: rgba(0, 0, 0, 0.6);
}

/*---------------------------------- Img Block --------------------*/

.ecoimg, .sportimgone, .sportimgtwo, .entimgone, .entimgtwo, .misimg, .conimg, .siteimg {
    height: 400px;
}

.ecoimg {
    background-color:#ffffff;
    background: url(../img/eco_img.jpg) center center / cover no-repeat; 
}

.sportimgone {
    background-color:#ffffff;
    background: url(../img/sportone_img.jpg) center center / cover no-repeat; 
}

.sportimgtwo {
    background-color:#ffffff;
    background: url(../img/sporttwo_img.jpg) center center / cover no-repeat;
}

.entimgone {
    background-color:#ffffff;
    background: url(../img/entone_img.jpg) center center / cover no-repeat; 
}

.entimgtwo {
    background-color:#ffffff;
    background: url(../img/enttwo_img.jpg) center center / cover no-repeat; 
}

.misimg {
    background-color:#ffffff;
    background: url(../img/mis_img.jpg) center center / cover no-repeat; 
}

.conimg {
    background-color:#ffffff;
    background: url(../img/contact_img.jpg) center center / cover no-repeat; 
}

.siteimg {
    background-color:#ffffff;
    background: url(../img/sitemap_img.jpg) center center / cover no-repeat; 
}

/*------------------------------------ start gallery ----------*/

.popup-gallery {
    margin: 0 auto;
    width: 960px;
    text-align: center;
}

.popup-gallery .block-gallery{
    display: block;
    float: left;
    width: 240px;
    padding: 0px 0px 15px 0px;
    margin: 0px;
}

.popup-gallery a{
    border: 0px;
    padding: 0px;
    margin: 0px;
}

.popup-gallery a img{
    border-style: solid;
    border-color: #ffffff;
    border-width: 6px;
    padding: 0px;
    margin: 0px;
    width: 200px;
    height: 200px;
}

.popup-gallery a:hover img{
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 2px 15px 0 rgba(0, 0, 0, 0.3);
}

/*-------------------------------- end Gallry ----------------*/

/*----------------------------------begin footer ---------------*/

footer {
    text-align: center;
    background-color: #191819;
    padding: 40px;
    margin: 0px;
}

footer p{
    color: #7D7E7F;
    padding: 0px;
    margin: 0px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

footer a {
    color: #7D7E7F;
}

footer a:hover {
    color: #ffffff;
}

/*----------------------------------end footer ---------------*/

/*--------------------- contact form --------------*/

.lcontact{
    width: 50%;
    float: left;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

.rcontact{
    width: 46%; 
    float: center;
    text-align: center;
    padding: 2%;
    margin: 0px;
    margin-left: 25%;
}

.rcontact p{
    text-align: center;
}

.rcontact .tree img {
    text-align: center;
    width: 400px;
    padding: 20px 0 0 0;
    /*
    display: block;
    height: 540px;
    background: url(../img/tree_contact.png) center center / cover no-repeat;
    padding: 0px;
    margin: 0px;
    */
}

.rcontact p.bigtext{
    font-size: 20px;
    font-weight: bold;
}


/*----------------------- form ----------------------------------*/

form {
    border-radius: 5px;
    background-color: #F0F0EC;
    padding: 20px;
    width:280px;
    margin: 20px auto;
}

input[type=text], select, textarea {
    font-family: 'Lato', sans-serif;
    width: 100%;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    margin: 0;
    outline: 0;
    padding: 7px;
    box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    background-color: #ffffff;
    color: #7F7F7F;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
}

select {
    -webkit-appearance: menulist-button;
    height:35px;
}

button {
    width: 100%;
    background-color: #AFD04D;
    color: #ffffff;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    transition-property: background;
    transition-duration: 0.3s;
    transition-timing-function: linear;

}

button:hover {
    background-color: #ffffff;
    color: #000000;
}

input[type=text]:focus {
    background-color: #FBFAF6;
}

textarea:focus {
    background-color: #FBFAF6;
    outline: none;
}

label {
    display: block;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #7F7F7F;
    padding-bottom: 10px;
    text-align: center;
    font-family: 'Lato', sans-serif;
}

textarea {
    height: 100px;
    resize: none;
    font-family: 'Lato', sans-serif;    
}


.error {
    color: red;
    display: block;
    margin: 0 0 10px 0;
}

.errortop {
    color: red;
    text-align: center;
    font-size: 30px;
    display: block;
    margin: 0 10px 30px 10px;
}

.success {
    color: #AFD04D;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.successtop {
    color: #AFD04D;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    margin: 0 10px 20px 10px;
}

/*--------------------- end contact form --------------*/

/*-------------- site map --------------*/


.sitemap ul {
    list-style-type: disc;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
}

.sitemap ul li ul {
    margin: 10px;
}

.sitemap li {
    padding-bottom: 0px;
    margin: 0px 0px 10px 0px;
    color: #7F7F7F;
}

/*-------------------------------------------------MEDIA QUERY*/
@media only screen and (max-width : 1500px) {

header nav ul{
    margin-right: 10px;
}
    
header nav li a{
    margin: 0 10px 0 10px;
}

}

@media only screen and (max-width : 1320px) {

header nav ul{
    margin-right: 19px;
}
    
header nav li a{
    margin: 0 1px 0 1px;
}


}

@media only screen and (max-width : 1175px) {

header #navlogo {
      height: 60px;
}

header #logo {
     background-size: 20%;
}

header a#logo {
      font-size: 20px;
      padding: 20px 5px 16px 48px;
      margin: 0 0 0 5px;
}

#mainnav {
  height: 60px;
}

header nav {
    margin-top: 20px;
}

header nav li a{
    margin: 0 1px 0 1px;
}
    
#becowrap h1, #bspowrap h1, #bentwrap h1, #bmiswrap h1, #bconwrap h1, #bsitwrap h1, #bfeswrap h1, #bmalwrap h1 {
    margin-bottom: 0px;
    margin-top: 30px;
}
  
}


/* shrink circle and gallery */
@media only screen and (max-width : 1002px) {
      
.leftbox, .rightbox {
    clear: both;
    width: 480px;
    margin: 0 auto;
    text-align: center;
}
    

    
.popup-gallery {
    width: 480px;
}

    
.container{
    width:90%;
    margin: auto;
}
/*
header #navlogo {
      height: 60px;
}

header #logo {
     background-size: 20%;
}

header a#logo {
      font-size: 20px;
      padding: 20px 5px 16px 48px;
      margin: 0 0 0 5px;
}

#mainnav {
  height: 60px;
}

header nav {
    margin-top: 20px;
}

header nav li a{
    margin: 0 1px 0 1px;
}
*/
footer {
    padding: 20px;
}

footer p{
    font-size: 16px;
}

footer a{
    font-size: 16px;
}

.container h2.bold{
    font-size: 30px;
}
    
.container h1.bold {
    font-size: 30px;    
}

#boxesfest .container h1 {
    font-size: 30px;    
}

.rcontact .tree img {
    width: 350px;
    padding: 20px 0 0 0;
}
   
}


@media only screen and (max-width : 1110px) {
    header #mainnav {
    position: fixed;
}

#menu-icon {
    display:inline-block;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 13px 5px 13px;
    /*new*/
    margin: -10px 20px 0px 20px;
    white-space:normal;
    border-radius: 50px;
    border-color: #ffffff;
    border-style: solid;
    border-width: 2px;
}

nav ul {
    display: none;
}

.nav-overlay ul {
    margin: 0;
    padding: 0;
}

.nav-overlay  li{
    float: left;
    width: 100%;
    padding: 10px 0 10px 0;
    list-style: none;
}

.nav-overlay {
    display: none;
    position: absolute;
    padding: 20px;
    background: rgba(0, 0, 0, 0.9);
    right:0;
    top:0px;
    width: 100%;
    margin:0;
    text-align: center;
    overflow-y: auto;
}
    
.nav-overlay a{
    color: #6e6e6e;
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
}

.nav-overlay a:hover{
    color: #ffffff;
}    
    
#closebtn{
    display:inline-block;
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}
    
}


@media only screen and (max-width : 889px) {

 /*   
header #mainnav {
    position: fixed;
}

#menu-icon {
    display:inline-block;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 13px 5px 13px;
    *//*new*//*
    margin: -10px 20px 0px 20px;
    white-space:normal;
    border-radius: 50px;
    border-color: #ffffff;
    border-style: solid;
    border-width: 2px;
}

nav ul {
    display: none;
}

.nav-overlay ul {
    margin: 0;
    padding: 0;
}

.nav-overlay  li{
    float: left;
    width: 100%;
    padding: 10px 0 10px 0;
    list-style: none;
}

.nav-overlay {
    display: none;
    position: absolute;
    padding: 20px;
    background: rgba(0, 0, 0, 0.9);
    right:0;
    top:0px;
    width: 100%;
    margin:0;
    text-align: center;
    overflow-y: auto;
}
    
.nav-overlay a{
    color: #6e6e6e;
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
}

.nav-overlay a:hover{
    color: #ffffff;
}    
    
#closebtn{
    display:inline-block;
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}
*/ 
    
#bhwrap h1, #becowrap h1, #bspowrap h1, #bentwrap h1, #bmiswrap h1, #bconwrap h1, #bsitwrap h1, #bfeswrap h1, #bmalwrap h1{
    font-size: 58px;
    margin-bottom: 10px;
}

#bhwrap P{
    font-size: 25px;
}
    
.center a {
	top: 180px;
}
   
.factone{
    background-image: url(../img/factone_bgm.jpg);
    background-position:top center;
}
   
.facttwo{
    background-image: url(../img/facttwo_bgm.jpg);
    background-position:center center;
}

.factthree{
    background-image: url(../img/factthree_bgm.jpg);
    background-position:center center;
}

.factfour{
    background-image: url(../img/factfour_bgm.jpg);
    background-position:center center;
}
    
.factfive{
    background-image: url(../img/factfive_bgm.jpg);
    background-position:center center;
}

.factone h1, .facttwo h1, .factthree h1, .factfour h1, .factfive h1{
    font-size: 28px;       
}

.rcontact .tree img {
    width: 300px;
    padding: 20px 0 0 0;
}
    
}

@media only screen and (max-width : 745px) {

#becowrap h1, #bspowrap h1, #bentwrap h1, #bmiswrap h1, #bconwrap h1, #bsitwrap h1, #bfeswrap h1, #bmalwrap h1 {
    font-size: 32px;
    padding-top: 20px;
}
    
#becowrap, #bspowrap, #bentwrap, #bmiswrap, #bconwrap, #bsitwrap, #bfeswrap, #bmalwrap {
	height: 200px;
}

.ecoimg, .sportimgone, .sportimgtwo, .entimgone, .entimgtwo, .misimg, .conimg, .siteimg{
    height: 200px;
}

footer {
    padding: 10px;
}

footer p{
    font-size: 14px;
}

footer a{
        font-size: 14px;
}

.lcontact{
    width: 100%;
}

.rcontact{
    width: 100%; 
    margin-left: 0%;
}

.errortop  {
    font-size: 16px;
}
   
}

@media only screen and (max-width : 530px) {

#bhwrap h1 {
    font-size: 32px;
    margin-bottom: 5px;
}

#bhwrap P{
    font-size: 14px;
}
    
.center a {
	top: 130px;
	left: 41%;
}

}

@media only screen and (max-width : 520px) {
  
.leftbox, .rightbox, #boxes .centerbox {
    clear: both;
    width: 240px;
    margin: 0 auto;
    text-align: center;
}
    
    
.popup-gallery {
    width: 240px;
}
    
}

@media only screen and (max-width : 323px) {

#bhwrap h1, #becowrap h1, #bspowrap h1, #bentwrap h1, #bmiswrap h1, #bconwrap h1, #bsitwrap h1, #bfeswrap h1, #bmalwrap h1{
    font-size: 32px;
    margin-bottom: 5px;
}

#bhwrap P{
    font-size: 14px;
}
    
.center a {
	top: 130px;
}

}



