@charset "utf-8";
/* CSS Document */

/* START Main */
#wrapper {
	position:relative;
	width:1130px;
	margin: 0 auto;
	z-index:2;
	font-size:0;
}

body {
	background-image:url(images/bg.png);
	background-repeat:no-repeat;
	background-position:Center;
	background-attachment:fixed;
	background-color:#DDD;
	width:auto;
	
}

p {
	font-family:"Arial", sans-serif
}

a {
	font-family:inherit;
	font-style:normal;
	font-variant:normal;
	color:#111;
	text-decoration:inherit;
}

a:hover {
	color:#555;	
}
/* END Main */


/* START HEADER */
#header {
	background-color:#65c0e7;
	position:relative;
	display:inline-block;
	width:100%;
	padding-top:20px;
	z-index:4;
	overflow:visible;
	font-size:16px;
}
#logoBox {
	display:inherit;
	margin-bottom:24px;
	width:auto;
	height:auto;
	z-index:3;
}
#logoBox {
	width:300px; 
	height:200px;	
}
#logoBoxMobile {
	display:none;	
}
#adSenseBannerBox {
	background-color:#000;
	float:right;
	margin-right:20px;
	width:728px;
	height:90px;
	z-index:1;
}
#navBarBox {
	background-color:#111;
	position:absolute;
	bottom:0;
	right:0;
	width:748px;
	height:50px;
	z-index:4;
	overflow:inherit;
}
#nav {
	float:left;
	display:inline;
	position:relative;
	bottom:0;
	width:70%;
	height:100%;
	
	
}
#nav ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
	height:100%;
    overflow: hidden;
	color: #FFF;
}
#nav li {
	float: left;
	width:25%;
	height:100%;
}
#nav li.mobile {
	display:none;
}
#nav li a {
    display: block;
    color: white;
    text-align: center;
    padding: 10px 0;
	font-family: 'Boogaloo', sans;
	font-size: 24px;
    text-decoration: none;
	height:100%;
}
#nav li a:hover {
	background-color: #7bc68e;
}

#nav .dropbtn {
	background:none;
	border:none;
    display: block;
    color: white;
	width:100%;
    text-align: center;
    padding: 10px 0;
	font-family: 'Boogaloo', sans;
	font-size: 24px;
    text-decoration: none;
	height:100%;
}

#nav .dropdown {
    display: inline-block;
	width:100%;
	height:100%;
}

#nav .dropdown-content {
	display:none;
    position: absolute;
    background-color: #f9f9f9;
    width:24%;
	border: 4px solid #7bc68e;
	border-top:none;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index:200;
}

#nav .dropdown-content a {
    color: #111;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

#nav .dropdown-content a:hover {background-color: #f1f1f1}

#nav .dropdown:hover .dropdown-content {
    display: block;
}

#nav .dropbtn:hover {
    background-color: #7bc68e;
}


#navIcons {
	position:absolute;
	right:0;
	bottom:0;
	width:25%;
	padding: 0 12px 12px 12px;	
	
}
#navIcons li {
	width:25%;
	display:block;
	float:left;
	text-align:center;
	font-size:24px;
}
#navIcons img {
	-webkit-filter: grayscale(100%) brightness(3);
	filter: grayscale(100%) brightness(3);
	-webkit-transition:.5s ease;
	transition: .5s ease;
}
#navIcons img:hover {
	-webkit-filter: grayscale(0%) brightness(1);
	filter: grayscale(0%) brightness(1);
	-webkit-transition:.5s ease;
	transition:.5s ease;
}
/* END HEADER */

/*START BODY */
#content {
	font-size:16px;
	position:relative;
	width:100%;
	height:auto;
	display:inline-block;
	z-index:1;
	background-Color:#FFF;
	border-top: 4px solid #7bc68e;
}
#adSenseSquareBox {
	width:300px;
	height:250px;
	margin: 20px auto 30px auto;
	z-index:3;
}

h1 {
	font-size:32px;
	color:#111;
	font-family: 'Boogaloo', sans;
}

h3 {
	font-size:22px;
	color:#111;
	font-family: 'Boogaloo', sans;
}
/*END BODY*/

/*START FOOTER*/
#footer {
	font-size:16px;
	background-color:#65c0e7;
	position:relative;
	bottom: 0;
	width:1106px;
	padding:12px;
}
#sitemap {
	font-family:"Arial", sans-serif;
	font-size:18px;
	color:#FFF;
	text-align:center;
	z-index:4;
}
/*END FOOTER*/


@media (max-device-width: 760px) and (orientation: portrait)
{

/*START MAIN*/
#wrapper {
	position:static;
	width:100%;
	margin: 0;
	z-index:2;
}

body {
	background-image:none;
	background-color:#111;
}
/*END MAIN*/
/*START HEADER*/
#header {
	width:100%;
	padding-top:8px;
	text-align:center;
}
#logoBox {
	display:none;
}
#logoBoxMobile {
	display:inline-block;
	float:none;
	top: 0;
	width:320px;
	height:auto;
	margin:0 auto;
	margin-bottom:8px;
}
#adSenseBannerBox {
	background-color:#000;
	display:inline-block;
	float:none;
	margin: 0 auto;
	margin-bottom:52px;
	width:320px;
	height:50px;
}
/*START NAV*/
#navIcons {
	display:none;
}
#navBarBox {
	background-color:#111;
	position:absolute;
	bottom:0;
	right:0;
	width:100%;
	height:50px;
	z-index:4;
	text-align:left;
}
#nav {
	float:left;
	display:inline;
	position:absolute;
	bottom:0;
	width:100%;
	height:100%;
}
#nav ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
	height:100%;
    overflow: hidden;
	color: #FFF;
}
#nav li {
	width:25%;
}

#nav .dropdown-content a{
	font-size:16px;
}
/*END NAV*/

/**END HEADER*/
/*START BODY*/
#content {
	position:relative;
	width:100%;
	height:auto;
	display:inline-block;
	z-index:2;
	background-Color:#FFF;
}
#adSenseSquareBox {
	width:250px;
	height:250px;
	margin: 20px auto 30px auto;
	z-index:3;
}

h1 {
	font-size:32px;
	color:#111;
	font-family: 'Boogaloo', sans;
}

h3 {
	font-size:22px;
	color:#111;
	font-family: 'Boogaloo', sans;
}
/*END BODY*/
/*START FOOTER*/
#footer {
	width:100%;
	padding:12px 0;
}
#sitemap {
	font-family:"Arial", sans-serif;
	font-size:18px;
	color:#FFF;
	margin:0 12px;
	text-align:center;
	z-index:4;
}
/*END FOOTER*/
}
@media (max-device-width: 760px) and (orientation: landscape)
{

/*START MAIN*/
#wrapper {
	position:static;
	width:100%;
	margin: 0;
	z-index:2;
}

body {
	background-image:none;
	background-color:#111;
}
/*END MAIN*/
/*START HEADER*/
#header {
	width:100%;
	padding-top:8px;
	text-align:center;
}
#logoBox {
	display:none;
}
#logoBoxMobile {
	display:inline-block;
	float:none;
	top: 0;
	width:320px;
	height:auto;
	margin:0 auto;
	margin-bottom:8px;
}
#adSenseBannerBox {
	background-color:#000;
	display:inline-block;
	float:none;
	margin: 0 auto;
	margin-bottom:52px;
	width:320px;
	height:50px;
}
/*START NAV*/
#navIcons {
	display:none;
}
#navBarBox {
	background-color:#111;
	position:absolute;
	bottom:0;
	right:0;
	width:100%;
	height:50px;
	z-index:4;
	text-align:left;
}
#nav {
	float:left;
	display:inline;
	position:absolute;
	bottom:0;
	width:100%;
	height:100%;
}
#nav ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
	height:100%;
    overflow: hidden;
	color: #FFF;
}
#nav li {
	width:25%;
}
/*END NAV*/

/**END HEADER*/
/*START BODY*/
#content {
	position:relative;
	width:100%;
	height:auto;
	display:inline-block;
	z-index:2;
	background-Color:#FFF;
}
#adSenseSquareBox {
	width:250px;
	height:250px;
	margin: 20px auto 30px auto;
	z-index:3;
}

h1 {
	font-size:32px;
	color:#111;
	font-family: 'Boogaloo', sans;
}

h3 {
	font-size:22px;
	color:#111;
	font-family: 'Boogaloo', sans;
}
/*END BODY*/
/*START FOOTER*/
#footer {
	width:100%;
	padding:12px 0;
}
#sitemap {
	font-family:"Arial", sans-serif;
	font-size:18px;
	color:#FFF;
	margin:0 12px;
	text-align:center;
	z-index:4;
}
/*END FOOTER*/
}
/* IPAD RESPONSIVE */
@media (max-device-width: 1024px) and (min-device-width: 761px) and (orientation: portrait)
{
	/*START MAIN*/
#wrapper {
	position:static;
	width:100%;
	margin: 0;
	z-index:2;
}

body {
	background-image:none;
	background-color:#111;
}
/*END MAIN*/
/*START HEADER*/
#header {
	width:100%;
	padding-top:8px;
	text-align:center;
}
#logoBox {
	display:none;
}
#logoBoxMobile {
	display:inline-block;
	float:none;
	top: 0;
	width:600px;
	height:auto;
	margin:0 auto;
	margin-bottom:8px;
}
#logoBoxMobile a img {
	width:600px;
	height:auto;	
}
#adSenseBannerBox {
	background-color:#000;
	display:inline-block;
	float:none;
	margin: 0 auto;
	margin-bottom:52px;
}
/*START NAV*/
#navIcons {
	
}
#navBarBox {
	background-color:#111;
	position:absolute;
	bottom:0;
	right:0;
	width:100%;
	height:50px;
	z-index:4;
	text-align:left;
}
#nav {
	float:left;
	display:inline;
	bottom:0;
	height:100%;
}
#nav ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
	height:100%;
    overflow: hidden;
	color: #FFF;
}
#nav li {
	width:25%;
}
/*END NAV*/

/**END HEADER*/
/*START BODY*/
#content {
	position:relative;
	width:100%;
	height:auto;
	display:inline-block;
	z-index:2;
	background-Color:#FFF;
}
#adSenseSquareBox {
	width:250px;
	height:250px;
	margin: 20px auto 30px auto;
	z-index:3;
}

h1 {
	font-size:32px;
	color:#111;
	font-family: 'Boogaloo', sans;
}

h3 {
	font-size:22px;
	color:#111;
	font-family: 'Boogaloo', sans;
}
/*END BODY*/
/*START FOOTER*/
#footer {
	width:100%;
	padding:12px 0;
}
#sitemap {
	font-family:"Arial", sans-serif;
	font-size:18px;
	color:#FFF;
	margin:0 12px;
	text-align:center;
	z-index:4;
}
/*END FOOTER*/
}
@media (max-device-width: 1024px) and (min-device-width: 761px) and (orientation: landscape)
{
	/*START MAIN*/
#wrapper {
	position:static;
	width:100%;
	margin: 0;
	z-index:2;
}

body {
	background-image:none;
	background-color:#111;
}
/*END MAIN*/
/*START HEADER*/
#header {
	width:100%;
	padding-top:8px;
	text-align:center;
}
#logoBox {
	
	width:10%;
	float:left;
	margin-left:0;
	
}
#logoBox a img {
	width:250px;
	height:166.66px;	
}
#adSenseBannerBox {
	float:right;
	
}
/*START NAV*/
#navIcons {
	
}
#navBarBox {
	background-color:#111;
	position:absolute;
	bottom:0;
	right:0;
	width:100%;
	height:50px;
	z-index:4;
	text-align:left;
}
#nav {
	float:left;
	display:inline;
	bottom:0;
	height:100%;
}
#nav ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
	height:100%;
    overflow: hidden;
	color: #FFF;
}
#nav li {
	width:25%;
}
/*END NAV*/

/**END HEADER*/
/*START BODY*/
#content {
	position:relative;
	width:100%;
	height:auto;
	display:inline-block;
	z-index:2;
	background-Color:#FFF;
}
#adSenseSquareBox {
	width:250px;
	height:250px;
	margin: 20px auto 30px auto;
	z-index:3;
}

h1 {
	font-size:32px;
	color:#111;
	font-family: 'Boogaloo', sans;
}

h3 {
	font-size:22px;
	color:#111;
	font-family: 'Boogaloo', sans;
}
/*END BODY*/
/*START FOOTER*/
#footer {
	width:100%;
	padding:12px 0;
}
#sitemap {
	font-family:"Arial", sans-serif;
	font-size:18px;
	color:#FFF;
	margin:0 12px;
	text-align:center;
	z-index:4;
}
/*END FOOTER*/
}