/*********************** 
|                      |
|     Website Width    |
|                      |
***********************/
/*  Default site width  */

/*
    Change this and the sites width will change.
    Dont change this width, give the id tags a width and if that doesnt work
    add the the "!important" style-code to the width to overide this default width.
*/

/* This one is specific to pages tagged with a class. Its for the Cart */

.csc-default {  
    max-width: 500px;
}

/*********************** 
|                      |
|      Navigation      |
|                      |
***********************/

.navigation {
	position: relative;
	background-color: #fff;
}

#header {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

#nav {
	display: none;
}

#smallmenu {
	display: block;
	float: right;
	padding: 16px 0;
}

#smallmenu img {
	padding: 10px;
	background: #5c8727;
}

#smallmenu img:hover {
	background-color: #6d6e71;
}

#logo a img {
    padding: 20px 0;
    max-width: 70%;
}

#nav {
	position: absolute;
	top: 83px;
	left: 0;
	width: 100%;
}

#nav ul {
	width: 100%;
	background-color: #fff;
    background-color: rgba(255,255,255,0.9);
}

#nav ul li {
	display: block;
	width: 100%;

}

/*********************** 
|                      |
|        Banner        |
|                      |
***********************/

.notice {
	max-width: 100%;
	text-align: center;
}

.notice .notice-time {
    float: none;
    display: block;
    width: 100%;
}

.notice .apply {
	float: none;
	display: inline-block;
}


div.coda-nav-right, div.coda-nav-left {
	z-index: 100 !important;
}

.banner_overlay h1 {
    font-size: 32px;
    top: 80px;
}

/*********************** 
|                      |
|     News Items       |
|                      |
***********************/

.news-list-container .news-list-item {
    width: 100%;
    margin: 10px 0;
}