/* ======== RESET HTML5 CSS ======== */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,li,fieldset,form,label,legend,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,hgroup,menu,nav,section,summary,time,mark,audio,video {
	margin:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}


.black-layer1 {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    bottom: 0;
    display: none;
    font-family: "Lato",sans-serif;
    font-size: 14px;
    font-weight: 300;
    height: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,section {
	display:block;
}

.maincontainercenter
{
    width:100%;
}
nav ul {
	list-style:none;
	display:inline-table;
}

blockquote,q {
	quotes:none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:700;
}

del {
	text-decoration:line-through;
}

abbr[title],dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:1em 0;
	padding:0;
}

input,select {
	vertical-align:baseline;
}

/* ======== MOUTHSHUT GENERIC STYLE SHEET ======== */
article.contest-article section h1,article.contest-article section h2,article.contest-article section h3,article.contest-article section h4,article.contest-article section p,article.contest-article section .note,article.contest-article section span,article.contest-article section a {
	font-family:'Lato',sans-serif;
	font-style:normal;
	letter-spacing:normal;
	line-height:1.45;
	padding:0;
}

article.contest-article section h1 {
	font-size:30px;
	font-weight:400;
	color:#11a8ab;
	margin:0 0 18px;
}

article.contest-article section h2 {
	font-size:24px;
	font-weight:300;
	color:#11a8ab;
	margin:0 0 12px;
}

article.contest-article section h3 {
	font-size:20px;
	font-weight:300;
	color:#11a8ab;
	margin:0 0 8px;
}

article.contest-article section h4 {
	font-size:17px;
	font-weight:300;
	color:#2f4159;
	margin:0 0 6px;
}

article.contest-article section p,article.contest-article section .note, article.contest-article section a {
	font-size:15px;
	font-weight:400;
	color:#2f4159;
	margin:12px 0;
}

article.contest-article section a {
	margin:0;
	padding:0;
	color:#11a8ab ;
	text-decoration:none;
	display:inline-block;
}

article.contest-article section a:hover {
	color:#11a8ab;
	text-decoration:underline;
}

article.contest-article section .note {
	font-size:12px;
	text-align:center;
}

article.contest-article section ul {
	list-style: none;
    margin: 0 auto;
    padding: 0;    
}

.contest-wrapper { 
    text-align: center; 
}

.contest-wrapper ul { 
    display:inline-table; 
}

.contest-wrapper li { 
    display:inline; 
}

article.contest-article section ul li {
	list-style:none;
	font-family:"lato",sans-serif;
	font-size:15px;
	font-weight:400;
	font-style:normal;
	letter-spacing:normal;
	color:#2f4159;
	padding:0;
	margin:10px 0 10px 20px;
	line-height:1.4;
	text-indent:0;
}

#sixth .content-holder ul li {
    padding: 0 50px !important;
    /*width: 100px !important;*/
    height: 100px;
}

* {
	border:0;
}

.clear {
	clear:both;
}

.right {
	float:right;
}

.left {
	float:left;
}

.center {
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto !important;
	position:absolute;
}

article.contest-article,section {
	padding:0;
	margin:0;
	height:100%;
	width:100%;
}

article.contest-article section input[type="submit"] {
	background-color:#11a8ab;
	border-radius:3px;
	cursor:pointer;
	font-family:"Lato",sans-serif;
	font-size:14px;
	color:#fff;
	padding:5px 10px;
	text-align:center;
	vertical-align:middle;
	height:auto;
	width:auto;
    min-width:auto;
}

article.contest-article section input[type="checkbox"] {
	height:16px;
	width:16px;
	padding:0;
	margin:0;
	vertical-align:middle;
	background-color:#fff;
	border:1px solid #c4c4c4;
	border-radius:1px;
	color:#565a5c;
	box-sizing:border-box;
	transition:border-color .2s ease 0;
	line-height:normal;
}
.icon-menu:before {
    content:none;
}

