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

	html {
		margin: 0px;
		padding: 0px;
		overflow-x: hidden;
	}

	body {
		margin: 0px;
		padding: 0px;
		text-align: center;
		background-attachment: fixed;
		background-image: url(../images/bg.jpg);
		background-repeat: no-repeat;
		background-position: left top;
		background-color: #350f02;
	}


	#logo {
		float: left;
		height: auto;
		width: 70%;

	}

	#logo img {
		height: auto;
		width: 100%;
		margin-top: auto;
		margin-bottom: auto;
	}

	#logo-left {
		margin: 0px;
		padding: 0px;
		float: left;
		height: 150px;
		width: 15%;
		background-image: url(../images/brwn-shade.png);
		background-repeat: repeat-x;
		background-position: 0px -30px;
	}

	#logo-right {
		margin: 0px;
		padding: 0px;
		float: left;
		height: 150px;
		width: 15%;
		background-image: url(../images/brwn-shade.png);
		background-repeat: repeat-x;
		background-position: 0px -30px;
	}

	h1 {
		font-family: "Museo Sans 100";
		font-size: 28px;
		line-height: normal;
		color: #FFFFFF;
		text-decoration: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		margin: 0px;
		padding: 0px;
		margin-right: 15px;
	}

	h2 {
		font-family: "Museo Sans 100";
		font-size: 28px;
		line-height: normal;
		color: #ff7900;
		text-decoration: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		margin: 0px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #ff7900;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 15px;
		padding-left: 0px;
	}

	#content {
		height: auto;
		width: 80%;
		margin-left: 5%;
		float: left;
		margin-right: 10%;
		padding-left: 5%;
		text-align: justify;
	}

	#content p {
		text-align: justify;
		font-family: "Museo Sans 100";
		font-size: 15px;
		font-style: normal;
		line-height: 22px;
		font-weight: normal;
		font-variant: normal;
		color: #d1d1d1;
		text-decoration: none;
		letter-spacing: 1px;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.top2 {
		float: left;
		height: auto;
		width: 100%;
		margin-top: 30px;
	}

	#right-wrapper {
		float: left;
		height: auto;
		width: auto;
		position: relative;
	}

	#box-left {
		padding: 0px;
		float: left;
		height: auto;
		width: 100%;
		margin-top: 25px;
		margin-right: 0px;
		margin-bottom: 50px;
		margin-left: 0px;
	}

	#box-right {
		padding: 0px;
		float: left;
		height: auto;
		width: 100%;
		margin-right: 0px;
		margin-top: 550px;
		margin-bottom: 0px;
		background-image: none;
		margin-left: 0px;
		z-index: 1;
	}


	#footer {
		height: 35px;
		width: 100%;
		border-top-width: 4px;
		border-top-style: solid;
		border-top-color: #c40500;
		background-image: url(../images/blk-shade.png);
		background-repeat: repeat;
		margin: 0px;
		float: left;
		color: #b6b4b4;
		text-align: center;
		padding-top: 10px;
		padding-right: 0px;
		padding-bottom: 15px;
		padding-left: 0px;
		font-family: "Museo Sans 100";
		font-size: 14px;
		font-style: normal;
		line-height: normal;
		font-weight: normal;
		font-variant: normal;
		text-decoration: none;
		position: relative;
		left: 0px;
		top: 320px;
	}

	#footer-lft {

		float: left;
		width: 100%;
		height: auto;
		text-align: center;
	}

	#footer-right {
		float: left;
		width: 100%;
		height: auto;
		text-align: center;
	}

	#footer-right a {
		width: 100%;
		height: auto;
		text-align: center;
	}


	#footer-middle {
		display: none;
		visibility: hidden;
	}


}


@media only screen and (min-width : 241px) and (max-width : 319px) {


	html {
		margin: 0px;
		padding: 0px;
		overflow-x: hidden;
	}

	body {
		margin: 0px;
		padding: 0px;
		text-align: center;
		background-attachment: fixed;
		background-image: url(../images/bg.jpg);
		background-repeat: no-repeat;
		background-position: left top;
		background-color: #350f02;
	}

	#logo {
		float: left;
		height: auto;
		width: 70%;

	}

	#logo img {
		height: auto;
		width: 100%;
		margin-top: auto;
		margin-bottom: auto;
	}

	#logo-left {
		margin: 0px;
		padding: 0px;
		float: left;
		height: 150px;
		width: 15%;
		background-image: url(../images/brwn-shade.png);
		background-repeat: repeat-x;
		background-position: 0px -30px;
	}

	#logo-right {
		margin: 0px;
		padding: 0px;
		float: left;
		height: 150px;
		width: 15%;
		background-image: url(../images/brwn-shade.png);
		background-repeat: repeat-x;
		background-position: 0px -30px;
	}

	h1 {
		font-family: "Museo Sans 100";
		font-size: 28px;
		line-height: normal;
		color: #FFFFFF;
		text-decoration: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		margin: 0px;
		padding: 0px;
		margin-right: 15px;
	}

	h2 {
		font-family: "Museo Sans 100";
		font-size: 28px;
		line-height: normal;
		color: #ff7900;
		text-decoration: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		margin: 0px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #ff7900;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 15px;
		padding-left: 0px;
	}

	#content {
		height: auto;
		width: 80%;
		margin-left: 5%;
		float: left;
		margin-right: 10%;
		padding-left: 5%;
		text-align: justify;
		margin-top: 25px !important;
	}

	#content p {
		text-align: justify;
		font-family: "Museo Sans 100";
		font-size: 15px;
		font-style: normal;
		line-height: 22px;
		font-weight: normal;
		font-variant: normal;
		color: #d1d1d1;
		text-decoration: none;
		letter-spacing: 1px;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.top2 {
		float: left;
		height: auto;
		width: 100%;
		margin-top: 30px;
	}

	#right-wrapper {
		float: left;
		height: auto;
		width: auto;
		position: relative;
	}

	#box-left {
		padding: 0px;
		float: left;
		height: auto;
		width: 100%;
		margin-top: 25px;
		margin-right: 0px;
		margin-bottom: 50px;
		margin-left: 0px;
	}

	#box-right {
		padding: 0px;
		float: left;
		height: auto;
		width: 100%;
		margin-right: 0px;
		margin-top: 550px;
		margin-bottom: 0px;
		background-image: none;
		margin-left: 0px;
		z-index: 1;
	}


	#footer {
		height: 35px;
		width: 100%;
		border-top-width: 4px;
		border-top-style: solid;
		border-top-color: #c40500;
		background-image: url(../images/blk-shade.png);
		background-repeat: repeat;
		margin: 0px;
		float: left;
		color: #b6b4b4;
		text-align: center;
		padding-top: 10px;
		padding-right: 0px;
		padding-bottom: 15px;
		padding-left: 0px;
		font-family: "Museo Sans 100";
		font-size: 14px;
		font-style: normal;
		line-height: normal;
		font-weight: normal;
		font-variant: normal;
		text-decoration: none;
		position: relative;
		left: 0px;
		top: 320px;
	}

	#footer-lft {

		float: left;
		width: 100%;
		height: auto;
		text-align: center;
	}

	#footer-right {
		float: left;
		width: 100%;
		height: auto;
		text-align: center;
	}

	#footer-right a {
		width: 100%;
		height: auto;
		text-align: center;
	}


	#footer-middle {
		display: none;
		visibility: hidden;
	}








}

@media only screen and (min-width : 320px) and (max-width : 480px) {

	html {
		margin: 0px;
		padding: 0px;
		overflow-x: hidden;
	}

	body {
		margin: 0px;
		padding: 0px;
		text-align: center;
		background-attachment: fixed;
		background-image: url(../images/bg.jpg);
		background-repeat: no-repeat;
		background-position: left top;
		background-color: #350f02;
	}


	#logo {
		float: left;
		height: auto;
		width: 51%;
		margin-top: -115px;
		margin-left: -136px;
	}

	#logo img {
		height: auto;
		width: 100%;
		margin-top: auto;
		margin-bottom: auto;
	}

	#right {
		display: none;
	}

	#logo-left {
		margin: 0px;
		padding: 0px;
		float: left;
		height: 150px;
		width: 101%;
		background-image: url(../images/brwn-shade.png);
		background-repeat: repeat-x;
		background-position: 0px -30px;
	}

	/* #logo-right {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 150px;
	width: 15%;
	background-image: url(../images/brwn-shade.png);
	background-repeat: repeat-x;
	background-position: 0px -30px;
} */

	h1 {
		font-family: "Museo Sans 100";
		font-size: 28px;
		line-height: normal;
		color: #FFFFFF;
		text-decoration: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		margin: 0px;
		padding: 0px;
		margin-right: 15px;
	}

	h2 {
		font-family: "Museo Sans 100";
		font-size: 28px;
		line-height: normal;
		color: #ff7900;
		text-decoration: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		margin: 0px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #ff7900;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 15px;
		padding-left: 0px;
	}

	#content {
		height: auto;
		width: 80%;
		margin-left: 5%;
		float: left;
		margin-right: 10%;
		padding-left: 5%;
		text-align: justify;
		margin-top: 25px;
	}

	#content p {
		text-align: justify;
		font-family: "Museo Sans 100";
		font-size: 15px;
		font-style: normal;
		line-height: 22px;
		font-weight: normal;
		font-variant: normal;
		color: #d1d1d1;
		text-decoration: none;
		letter-spacing: 1px;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.top2 {
		float: left;
		height: auto;
		width: 100%;
		margin-top: 30px;
	}

	#right-wrapper {
		float: left;
		height: auto;
		width: auto;
		position: relative;
	}

	#box-left {
		padding: 0px;
		float: left;
		height: auto;
		width: 100%;
		margin-top: 25px;
		margin-right: 0px;
		margin-bottom: 50px;
		margin-left: 0px;
	}

	#box-right {
		padding: 0px;
		float: left;
		height: auto;
		width: 100%;
		margin-right: 0px;
		margin-top: 700px;
		margin-bottom: 0px;
		background-image: none;
		margin-left: 0px;
		z-index: 1;
	}


	#footer {
		height: 35px;
		width: 100%;
		border-top-width: 4px;
		border-top-style: solid;
		border-top-color: #c40500;
		background-image: url(../images/blk-shade.png);
		background-repeat: repeat;
		margin: 0px;
		float: left;
		color: #b6b4b4;
		text-align: center;
		padding-top: 10px;
		padding-right: 0px;
		padding-bottom: 15px;
		padding-left: 0px;
		font-family: "Museo Sans 100";
		font-size: 16px;
		font-style: normal;
		line-height: normal;
		font-weight: normal;
		font-variant: normal;
		text-decoration: none;
		position: relative;
		left: 0px;
		top: 320px;
	}

	#footer-lft {

		float: left;
		width: 100%;
		height: auto;
		text-align: center;
		font-size: 16px;
	}

	#footer-right {
		float: left;
		width: 100%;
		height: auto;
		font-size: 16px;
		text-align: center;
		line-height: 30px;
	}

	#footer-right a {
		width: 100%;
		font-size: 16px;
		height: auto;
		text-align: center;
	}


	#footer-middle {
		display: none;
		visibility: hidden;
	}



}

@media only screen and (min-width : 481px) and (max-width : 640px) {

	html {
		margin: 0px;
		padding: 0px;
		overflow-x: hidden;
	}

	body {
		margin: 0px;
		padding: 0px;
		text-align: center;
		background-attachment: fixed;
		background-image: url(../images/bg.jpg);
		background-repeat: no-repeat;
		background-position: left top;
		background-color: #350f02;
	}


	#logo {
		float: left;
		height: auto;
		width: 40%;


	}


	#logo img {
		height: auto;
		width: 100%;
		margin-top: auto;
		margin-bottom: auto;
	}

	#logo-left {
		margin: 0px;
		padding: 0px;
		float: left;
		height: 150px;
		width: 10%;
		background-image: url(../images/brwn-shade.png);
		background-repeat: repeat-x;
		background-position: 0px -30px;
	}

	#logo-right {
		margin: 0px;
		padding: 0px;
		float: left;
		height: 150px;
		width: 50%;
		background-image: url(../images/brwn-shade.png);
		background-repeat: repeat-x;
		background-position: 0px -30px;
	}

	h1 {
		font-family: "Museo Sans 100";
		font-size: 28px;
		line-height: normal;
		color: #FFFFFF;
		text-decoration: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		margin: 0px;
		padding: 0px;
		float: left;
		margin-right: 15px;
	}

	h2 {
		font-family: "Museo Sans 100";
		font-size: 28px;
		line-height: normal;
		color: #ff7900;
		text-decoration: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		margin: 0px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #ff7900;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 15px;
		padding-left: 0px;
	}

	#content {
		height: auto;
		width: 80%;
		margin-left: 5%;
		float: left;
		margin-right: 10%;
		padding-left: 5%;
		text-align: justify;
	}

	#content p {
		text-align: justify;
		font-family: "Museo Sans 100";
		font-size: 15px;
		font-style: normal;
		line-height: 22px;
		font-weight: normal;
		font-variant: normal;
		color: #d1d1d1;
		text-decoration: none;
		letter-spacing: 1px;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.top2 {
		float: left;
		height: auto;
		width: 100%;
		margin-top: 30px;
	}

	#right-wrapper {
		float: left;
		height: auto;
		width: auto;
		position: relative;
		margin-left: 6%;
	}

	#box-left {
		padding: 0px;
		float: left;
		height: auto;
		width: 100%;
		margin-top: 25px;
		margin-right: 0px;
		margin-bottom: 50px;
		margin-left: 0px;
	}

	#box-right {
		padding: 0px;
		float: left;
		height: auto;
		width: 100%;
		margin-right: 0px;
		margin-top: 400px;
		margin-bottom: 0px;
		background-image: none;
		margin-left: 0px;
		z-index: 1;
	}


	#footer {
		height: 35px;
		width: 100%;
		border-top-width: 4px;
		border-top-style: solid;
		border-top-color: #c40500;
		background-image: url(../images/blk-shade.png);
		background-repeat: repeat;
		margin: 0px;
		float: left;
		color: #b6b4b4;
		text-align: center;
		padding-top: 20px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		font-family: "Museo Sans 100";
		font-size: 14px;
		font-style: normal;
		line-height: normal;
		font-weight: normal;
		font-variant: normal;
		text-decoration: none;
		position: relative;
		left: 0px;
		top: 320px;
	}



}

@media only screen and (min-width : 641px) and (max-width : 767px) {
	html {
		margin: 0px;
		padding: 0px;
		overflow-x: hidden;
	}

	body {
		margin: 0px;
		padding: 0px;
		text-align: center;
		background-attachment: fixed;
		background-image: url(../images/bg.jpg);
		background-repeat: no-repeat;
		background-position: left top;
		background-color: #350f02;
	}


	#logo {
		float: left;
		height: auto;
		width: 40%;
	}


	#logo img {
		height: auto;
		width: 100%;
		margin-top: auto;
		margin-bottom: auto;
	}

	#logo-left {
		margin: 0px;
		padding: 0px;
		float: left;
		height: 150px;
		width: 10%;
		background-image: url(../images/brwn-shade.png);
		background-repeat: repeat-x;
		background-position: 0px -30px;
	}

	#logo-right {
		margin: 0px;
		padding: 0px;
		float: left;
		height: 150px;
		width: 50%;
		background-image: url(../images/brwn-shade.png);
		background-repeat: repeat-x;
		background-position: 0px -30px;
	}

	h1 {
		font-family: "Museo Sans 100";
		font-size: 28px;
		line-height: normal;
		color: #FFFFFF;
		text-decoration: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		margin: 0px;
		padding: 0px;
		float: left;
		margin-right: 15px;
	}

	h2 {
		font-family: "Museo Sans 100";
		font-size: 28px;
		line-height: normal;
		color: #ff7900;
		text-decoration: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		margin: 0px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #ff7900;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 15px;
		padding-left: 0px;
	}

	#content {
		height: auto;
		width: 80%;
		margin-left: 5%;
		float: left;
		margin-right: 10%;
		padding-left: 5%;
		text-align: justify;
	}

	#content p {
		text-align: justify;
		font-family: "Museo Sans 100";
		font-size: 15px;
		font-style: normal;
		line-height: 22px;
		font-weight: normal;
		font-variant: normal;
		color: #d1d1d1;
		text-decoration: none;
		letter-spacing: 1px;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.top2 {
		float: left;
		height: auto;
		width: 100%;
		margin-top: 30px;
	}

	#right-wrapper {
		float: left;
		height: auto;
		width: auto;
		position: relative;
		margin-left: 4%;
	}

	#box-left {
		padding: 0px;
		float: left;
		height: auto;
		width: 100%;
		margin-top: 25px;
		margin-right: 0px;
		margin-bottom: 50px;
		margin-left: 0px;
	}

	#box-right {
		padding: 0px;
		float: left;
		height: auto;
		width: 100%;
		margin-right: 0px;
		margin-top: 400px;
		margin-bottom: 0px;
		background-image: none;
		margin-left: 0px;
		z-index: 1;
	}


	#footer {
		height: 35px;
		width: 100%;
		border-top-width: 4px;
		border-top-style: solid;
		border-top-color: #c40500;
		background-image: url(../images/blk-shade.png);
		background-repeat: repeat;
		margin: 0px;
		float: left;
		color: #b6b4b4;
		text-align: center;
		padding-top: 20px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		font-family: "Museo Sans 100";
		font-size: 14px;
		font-style: normal;
		line-height: normal;
		font-weight: normal;
		font-variant: normal;
		text-decoration: none;
		position: relative;
		left: 0px;
		top: 350px;
	}


}

@media only screen and (min-width : 768px) and (max-width : 960px) {
	html {
		margin: 0px;
		padding: 0px;
		overflow-x: hidden;
	}

	body {
		margin: 0px;
		padding: 0px;
		text-align: center;
		background-attachment: fixed;
		background-image: url(../images/bg.jpg);
		background-repeat: no-repeat;
		background-position: left top;
		background-color: #350f02;
	}


	#logo {
		float: left;
		height: auto;
		width: 80%;
	}


	#logo img {
		height: auto;
		width: 100%;
		margin-top: auto;
		margin-bottom: auto;
	}

	#logo-left {
		margin: 0px;
		padding: 0px;
		float: left;
		height: 150px;
		width: 10%;
		background-image: url(../images/brwn-shade.png);
		background-repeat: repeat-x;
		background-position: 0px -30px;
	}

	#logo-right {
		margin: 0px;
		padding: 0px;
		float: left;
		height: 150px;
		width: 10%;
		background-image: url(../images/brwn-shade.png);
		background-repeat: repeat-x;
		background-position: 0px -30px;
	}



	h1 {
		font-family: "Museo Sans 100";
		font-size: 35px;
		line-height: normal;
		color: #FFFFFF;
		text-decoration: none;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		margin: 0px;
		padding: 0px;
	}

	#content {
		height: auto;
		width: 75%;
		margin-left: 5%;
		float: left;
		margin-right: 15%;
		padding-left: 5%;
		text-align: left;
	}

	#content p {
		text-align: justify;
		font-family: "Museo Sans 100";
		font-size: 15px;
		font-style: normal;
		line-height: 22px;
		font-weight: normal;
		font-variant: normal;
		color: #d1d1d1;
		text-decoration: none;
		letter-spacing: 1px;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.top2 {
		float: left;
		height: auto;
		width: 100%;
		margin-top: 30px;
	}

	#right-wrapper {
		background-image: url(../images/blk-shade.png);
		float: left;
		height: auto;
		width: auto;
		margin-top: 80px;
		position: absolute;
		margin-left: -50px;
	}

	#box-right {
		padding: 0px;
		float: left;
		height: auto;
		width: 60%;
		margin-right: 0px;
		margin-top: 45px;
		margin-bottom: 0px;
		margin-left: 0px;
		background-image: url(../images/brwn-shade.png);
		background-repeat: repeat-x;
		background-position: 0px -30px;
		min-height: 50%;
		position: absolute;
		right: 0px;
		z-index: 1;
	}




}

@media only screen and (min-width : 961px) and (max-width :1024px) {
	html {
		margin: 0px;
		padding: 0px;
		overflow-x: hidden;
	}

	body {
		margin: 0px;
		padding: 0px;
		text-align: center;
		background-attachment: fixed;
		background-image: url(../images/bg.jpg);
		background-repeat: no-repeat;
		background-position: left top;
		background-color: #350f02;
	}

	#logo {
		float: left;
		height: auto;
		width: 80%;
	}


	#logo img {
		height: auto;
		width: 100%;
		margin-top: auto;
		margin-bottom: auto;
	}

	#logo-left {
		margin: 0px;
		padding: 0px;
		float: left;
		height: 180px;
		width: 10%;
		background-image: url(../images/brwn-shade.png);
		background-repeat: repeat-x;
		background-position: top;
	}

	#logo-right {
		margin: 0px;
		padding: 0px;
		float: left;
		height: 180px;
		width: 10%;
		background-image: url(../images/brwn-shade.png);
		background-repeat: repeat-x;
		background-position: top;
	}

	#content {
		height: auto;
		width: 75%;
		margin-left: 5%;
		float: left;
		margin-right: 15%;
		padding-left: 5%;
		text-align: left;
	}

	#content p {
		text-align: justify;
		font-family: "Museo Sans 100";
		font-size: 15px;
		font-style: normal;
		line-height: 22px;
		font-weight: normal;
		font-variant: normal;
		color: #d1d1d1;
		text-decoration: none;
		letter-spacing: 1px;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.top2 {
		float: left;
		height: auto;
		width: 100%;
		margin-top: 30px;
	}



	#box-right {
		padding: 0px;
		float: left;
		height: auto;
		width: 65%;
		padding-right: 5%;
		margin-top: 45px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		background-image: url(../images/brwn-shade.png);
		background-repeat: repeat-x;
		background-position: top;
		min-height: 50%;
		position: absolute;
		right: 0px;
		z-index: 1;
	}


	/* Common styles of menus */

	.dl-menuwrapper {
		width: 100%;
		max-width: 200px;
		float: right;
		position: absolute;
		-webkit-perspective: 1000px;
		-moz-perspective: 1000px;
		perspective: 1000px;
		-webkit-perspective-origin: 50% 200%;
		-moz-perspective-origin: 50% 200%;
		perspective-origin: 50% 200%;
		font-family: "Museo Sans 100";
		font-size: 14px;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		color: #FFFFFF;
		text-decoration: none;
		right: 0px;
		top: 25px;
		z-index: 10000;
	}




}

@media only screen and (min-width : 1025px) and (max-width : 1124px) {}

@media only screen and (min-width : 1125px) and (max-width : 1365px) {}

@media only screen and (min-width : 1225px) {}


@media only screen and (min-width : 375px) and (max-width :667px) {
	.dl-menuwrapper button {
		border: none;
		width: 48px;
		height: 40px;
		text-indent: -90em;
		overflow: hidden;
		position: relative;
		cursor: pointer;
		outline: none;
		float: right;
		color: #FFFFFF;
		background-color: #a39e9c;
		margin-top: -84px;
	}

	.abt-img {
		margin-top: 595px;
	}

	#footer {
		position: relative;
		left: 0px;
		top: 493px;
	}

	.dl-menuwrapper .dl-menu.dl-menuopen {
		opacity: 1;
		pointer-events: auto;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		transform: translateY(0px);
		margin-top: -95px;
	}
}


/*-------iphonexr (today)*/
@media only screen and (min-width: 414px) and (max-width: 896px) {
	#footer {
		position: relative;
		left: 0px;
		top: 263px;
	}
}

/*iphone12pro(today)*/
@media only screen and (min-width: 390px) and (max-width: 844px) {
	#footer {
		position: relative;
		left: 0px;
		top: 314px;
	}
}

/*samsung s8 today*/
@media only screen and (min-width : 360px) and (max-width :740px) {
	#footer {
		height: 35px;
		width: 100%;
		border-top-width: 4px;
		border-top-style: solid;
		border-top-color: #c40500;
		background-image: url(../images/blk-shade.png);
		background-repeat: repeat;
		margin: 0px;
		float: left;
		color: #b6b4b4;
		text-align: center;
		padding-top: 10px;
		padding-right: 0px;
		padding-bottom: 15px;
		padding-left: 0px;
		font-family: "Museo Sans 100";
		font-size: 16px;
		font-style: normal;
		line-height: normal;
		font-weight: normal;
		font-variant: normal;
		text-decoration: none;
		position: relative;
		left: 0px;
		top: 425px;
	}
}

/*--ipda mini today*/
@media only screen and (min-width : 768px) and (max-width :1024px) {
	#content {
		height: auto;
		width: 75%;
		margin-left: 5%;
		float: left;
		margin-right: 15%;
		padding-left: 5%;
		text-align: left;
		/* font-size: 35px; */
		margin-top: 21px;
	}

	#content p {
		text-align: justify;
		font-family: "Museo Sans 100";
		font-size: 20px;
		width: 295px;
	}

	#logo {
		float: left;
		height: auto;
		width: 80%;
		margin-top: -121px;
		margin-left: -109px;
	}

	#logo-right {
		display: none;
	}

	#logo-left {
		margin: 0px;
		padding: 0px;
		float: left;
		height: 150px;
		width: 100%;
	}

	.menu-img {
		display: none;
	}

	#footer {
		position: relative;
		left: 0px;
		top: -111px;
	}
}

/*--ipda mini today*/
@media only screen and (min-width : 768px) and (max-width :1024px) {
	.menu-img {
		display: none;
	}
}

/*--ipad air */
@media only screen and (min-width: 820px) and (max-width: 1180px) {
	#footer {
		position: relative;
		left: 0px;
		top: -173px;
	}
}

/*surfce duo today*/
@media only screen and (min-width: 540) and (max-width: 720px) {
	#content {
		margin-top: -20px;
	}

	#logo-left {
		margin: 0px;
		padding: 0px;
		float: left;
		height: 150px;
		width: 93%;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 600px) {
	#footer {
		position: relative;
		left: 0px;
		top: 75px !important;
	}
}

@media only screen and (min-width: 412px) and (max-width: 915px) {
	#content p {
		text-align: justify;
		font-family: "Museo Sans 100";
		font-size: 20px;
		font-style: normal;
		line-height: 30px;
	}

	#content p {
		font-size: 20px;
	}

	#footer {
		margin-top: -142px !important;
	}
}

@media only screen and (min-width: 360px) and (max-width: 740px) {
	#content p {
		text-align: justify;
		font-family: "Museo Sans 100";
		font-size: 17px;
		font-style: normal;
		line-height: 30px;
	}
}

@media only screen and (min-width: 360px) and (max-width: 740px) {
	#footer {
		margin-top: 77px;
	}
}