/*Base Style*/

/**main**/
html {
	background-color:#9daaa2;
	width:100%;
	height:100%;
	overflow-x: hidden;
}

/*body*/
body{
	margin: 0px auto;
	background-color: #efe5b2;
	width: 100%;
	min-width: 320px;
}

/**header**/
header{
	width:100%;
	height:15.5cm;
	background-image:url('../images/layout/background.png');
	background-size:100%;
	background-position:center;
	background-color: #efe5b2;
	background-size: cover;
}

h1#pagename{
	text-align: center;
	font-family: Verdana, Geneva, Arial, sans-serif;
}

/**header-nav**/
a#navicon {        
	display: none; 
}

/*--footer--*/
footer{
	background-color:#4a3728;
	color:white;
	width: 100%;
	clear:both;
}

.footerdiv {
	margin: 5% 0% 2% 2%;
	width: 360px;
	height: 270px;
	float:left;
}

.gocomment{
	font-family: Verdana, Geneva, Arial, sans-serif;
	margin-left: 5%;
	margin-top: 5%;
	font-size:20px;
	text-decoration:none;
	color:#efe5b2;
	float: left;
}

.gocomment:hover{
	text-decoration: underline;
	color:#cfc69a;
}

#callfooterdiv {
	clear: left;
}

img#callicon{
	height: 40px;
	float:left;
	padding-left: 15%;
}

#info{
	clear: left;
	line-height: 2;
	text-align:left;
	font-family:'Times New Roman', Times, serif;
	font-size: 18px;
	margin-top: 3%;
	padding-left: 15%;
}

.contact{
	line-height: 1;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 22px;
	position: relative;
	top: -10px;
	left:20px;
}

img#sponsoredicon{
	height: 52px;
	float:left;
}

.sponsored{
	line-height: 1;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 22px;
	position: relative;
	top: -10px;
	left:20px;
}

img#sponsored{
	height: 200px;
}

img#secureicon{
	height: 45px;
	float:left;
	padding-left: 15%;
}

.payment{
	line-height: 1;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 22px;
	position: relative;
	top: -10px;
	left:20px;
}

img#payment{
	height: 200px;
	padding-left: 15%;
}

#copyright{
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: center;
	clear: both;
	padding-top: 5%;
	padding-bottom: 3%;
	color: #000000;
}

/* Demo Footer Notice */
.demo-footer {
	background-color: #f0e6d2;
	color: #333333;
	text-align: center;
	padding: 15px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 14px;
	box-shadow: 0 -2px 10px rgba(0,0,0,0.3);
	border-top: 1px solid #d4c4b0;
}

.demo-footer span {
	color: #8b4513;
	font-weight: bold;
}


/* ===============================================
   Mobile Styles and tablet style: 0px to 1252px 
   ===============================================
*/
@media only screen and (max-width: 1252px) {
    
    /*header-nav*/
	/* Navigation styles */
	 a#navicon {        
        display: block;    
     }

     nav.navlist {
        background-color: #000000;
     }

     /*hide the menu*/
      nav.navlist ul {      
        display: none;
        margin: 0px;
        padding: 0px;
        background-color: #000000;
     }

     nav.navlist li{
        font-size: 1.3em;
        line-height: 2em;
        list-style: none;
        font-family: Verdana, Geneva, Arial, sans-serif;
    }

    nav.navlist ul li > a, span > a{
		color:#ffffff;
        text-decoration:none;
        display: block;
        text-align: left;
		text-indent: 20px;
    }

    nav.navlist ul li a:hover {
        background-color:#efe5b2;
        color:#000000;
    }

    /*open the menu*/
    a#navicon:hover+ul, nav.navlist ul:hover {     
        display: block;   
    }
    
	/*nav dropdown*/
    .dropdown-list {
        display: none;
		position: absolute;
        background-color:#c0c0d4;
        min-width: 300px;
        box-shadow: 0px 8px 16px 0px;
	    padding: 12px 16px;
	}

	.dropdown-list a {
		color:#000000;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
		text-align: left;
	}
	
	.dropdown a:hover {
		background-color: #efe5b2;
		color: #000000;
	}
	
	.dropdown:hover >.dropdown-list {
		display: block;
	}
}

/* ====================================
   Desktop Styles: 1253px and greater
   ====================================
*/
@media only screen and (min-width: 1253px) {

	 /*header-nav*/
	a#navicon {        
		display: none;    
	}

	 nav.navlist ul{
		list-style-type:none;
		margin:-1px;
		background-color:#161616;
		text-decoration:none;
		max-width:100%;
		font-size:16px;
		height: 40px;
		padding:18px 0px 20px 10px;
		font-family: Verdana, Geneva, Arial, sans-serif;
	}
	
	nav.navlist li{
		float:left;
		padding:0px 10px 20px 8px; 
	}
	
	nav.navlist ul li > a, span > a {
		display:inline-block;
		color:#ffffff;
		text-decoration:none;
		padding: 12px 16px;
		text-align:center;
	}
	
	nav.navlist ul li a:hover{
		background-color:#efe5b2;
		color:black;
	}

	/*nav dropdown*/
	.dropdown-list {
		display: none;
		position: absolute;
		background-color:#c0c0d4;
		width: 200px;
		box-shadow: 0px 8px 16px 0px;
		padding: 12px 16px;
	}

	.dropdown-list a {
		color: #000000;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
		text-align: left;
		text-align: left;
	}
	
	.dropdown a:hover {
		background-color: #efe5b2;
		color: #000000;
	}
	
	.dropdown:hover >.dropdown-list {
		display: block;
	}
}