/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
	background:#999;
	font-family: 'Roboto', sans-serif;
}


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */




h1, h2, h3, h4 {
	margin: 0;
	padding: 0;	
}

h1 {
	text-align: center;
	font-size:18px;
	margin: 10px 0;	
	color: #F9F9F9;	
}

ul {
	list-style:none;	
}

h2 {
	font-size: 16px;
	font-weight: 400;	
}

.left {
	float: left;	
}

.right {
	float: right;	
}

.clear {
	clear: both;	
}

.wrapper {
	width: 1000px;
	margin:50px auto 0;
	box-sizing:border-box;
	position:relative;	
}

#inner_box,
#register_box,
#login_box {
	width:80%; 
	background: transparent;
	margin: 0 auto;
	height: 467px;
	box-sizing:border-box;
	font-size: 13px;
	position: relative;
	
	z-index: 10;
}

#inner_box ul li {
	text-align: left !important;
	line-height: 28px !important;
	font-family:	'Roboto', sans-serif;
	font-size: 20px;
}

#inner_box ul li.star {
	font-size: 14px;	
}



#inner_box p span {
	font-size:9px;
}

#inner_box a {
	color: inherit;
	text-decoration:none;
	border: 1px solid #000;	
	border-radius: 2px;
	display: block !important;
	padding: 5px 10px;
	text-align: center;
	margin-top: 10px;
	background: #fff;
	font-family:	'Roboto', sans-serif;
}



#inner_box a.register_me,
#inner_box a.login_me {
	display:block;
	width: 100%;
	box-sizing:border-box;
	float: left;	
	
	font-size: 20px;
}

#inner_box a.login_me {
	float: right;	
}

#inner_box img {
	display: block;
	margin: 0 auto;
}

#inner_box form input[type="submit"],
#inner_box form input[type="file"],
#inner_box form  input[type="text"].caption
  {
	display: block !important;
	padding: 7px 10px;
	border: 1px solid #000;	
	border-radius: 2px;	
	width: 100%;
	margin-top: 10px;
	background: #fff !important;
}

#inner_box form input[type="submit"] {
	margin-top: 30px;	
}

#inner_box form input[type="file"],
#inner_box form  input[type="text"].caption {
	width: 90%;
	
}

#inner_box form  input[type="text"].caption {
	margin-bottom: 30px;	
}


#inner_box a:hover,
#inner_box form input[type="text"]:hover,
#inner_box form input[type="file"]:hover,
#inner_box form input[type="submit"]:hover {
	background-color:	  #b3d4fc !important;	
}

#inner_box.upload p {
	color: #fff;
	font-weight: 700;
}

#inner_box.upload p.error {
	color: red;
	font-weight: 400;	
}

.cover {
	position: fixed;
	left:0;
	top:0;
	width:100%;
	height: 100%;
	background-color: rgba(255,255,255,0.7);
	padding-top: 17%;
	box-sizing:border-box;
	z-index: 1000;
	display: none;
}

.cover img {
	display: block;
	margin: 0 auto;
}

#cookie-bar { display: none; }

select {
	margin: 60px 0 0 50px;	
}

#social_media_box {
	position: absolute;
	width: 100%;
	top:0;
	left:0;	
}

.wrapper2 {
	width: 900px;
	margin:0 auto;
	height:auto;
}

.wrapper2 a {
	display: inline-block;
	float: right;
	padding-left:10px;
}

/* ==========================================================================
   Admin Panel
   ========================================================================== */

.admin {
	background-color: #fff;
	color:#333;	
	width: 960px;
	padding: 20px;
}

.admin h1 {
	color: #333;
	text-align: left;
	font-size: 25px;	
}

#view_photos {
	border: 1px solid #000;
	background: #fff;
	border-radius: 5px 5px 5px 5px;
	width: 100%;
	overflow-y: scroll;
	height: 400px;
	font-size: 14px;
	box-sizing:border-box;
	padding: 5px;
	line-height: 10px;
}

#view_photos p {
	margin-top: 2px;
	float: left;	
}

#view_photos h3 {
	font-weight: 400;	
}

.row_box {
	width: 100%;
	height:auto;
	border-bottom: 2px solid #666;	
	padding: 20px;
	box-sizing:border-box;
	margin-bottom: 20px;
}

form input[type="submit"]#admin_confirm {

}

.register_admin {
	padding: 40px 0;
	border-bottom: 2px solid #666;	
}




.row_box input[type="checkbox"] {
	width: 20px;
	height: 20px;
	}
	
.row_box span {
	display:inline-block;
	margin: 6px 0 0 2px;	
	float: left;
}

.image_box {
	width: 200px;
	height: auto;	
}

.image_box img {
	display: block;
	max-width: 100%;	
}

.register_admin.uploader {
	margin-top: -50px;	
}

.register_admin form input[type="file"],
.register_admin form input[type="text"],
.register_admin form input[type="submit"] {
	width: 85%;
	padding: 10px;
	margin-bottom: 20px;
}

.register_admin form input[type="submit"] {
	width: 30%;
}

.winner a {
	text-decoration: none;
	color: #fff;
	background: blue;
	padding: 10px 50px;
	border-radius: 5px;
	margin-top: 20px;
	display: inline-block;
}

.winner a:hover {
	background: lightblue;
}



/* ==========================================================================
   Gallery
   ========================================================================== */

#main  ul.gallery li {
	display: inline-block;
	padding: 5px;	
}




/* ==========================================================================
   Website Integration
   ========================================================================== */

header {
	width:100%;
	height: 292px;
	background: transparent;
	box-sizing:border-box;
}

header img {
	display: block;
	margin: 0 auto;	
	padding-top:106px;
}

nav {
	width: 100%;
	height: 55px;
	background: #E8EEED;
	box-sizing:border-box;	
}

nav ul {
	width: 100%;	
}

nav ul li {
	display: inline-block;	
}

h2.mosiac {
	    background-color: transparent;
    color: #3f626f;
   font-family: 'Roboto', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 35px;
    text-align: left;
    vertical-align: 0;
	margin:10px 0 0 35px;	
}



#main {
	width: 100%;
	height: 1000px;
	box-sizing:border-box;
	padding:20px 0;
	background:#fff;
}

#main.gallery {
	height:auto;	
}

#main h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 32px;
	color:#3f626f;
	 font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 35px;
    text-align: left;
    vertical-align: 0;	
	margin:10px 0;
	padding-top: 50px;
		
}

#main h1.mosiac {
	padding: 0;
	margin-left: 35px;	
}

#main p {
	padding-top: 40px;	
}

#main input {
	width:100%; height:30px; line-height:30px; border:solid 1px #c9c9c9; margin-bottom:10px; padding: 10px;
}

#main input[type="submit"] { margin-top:30px; font-size: 20px;}

#main input:hover {
	background-color:	  #b3d4fc !important;	
}

.start_box {
	width: 30%;
	box-sizing:border-box;
	height: auto;
	
}


footer{ background-color:#26292A; padding-top:30px; padding-bottom:5px; }

footer .inner{ width:1000px; margin:0 auto; }

.feature-text{ color: #45b8ca;
    font-family: "Righteous",serif;
    font-size: 32px;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    line-height: 46.4px;
    text-decoration: none;
    vertical-align: 0; text-align:center;}
	
	
.feature-text span{color:#00db98;}

.white-feature{ background-color: transparent;
    color: #ffffff;
    font-family: "Lato",sans-serif;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0.27px;
    line-height: 29px;
    text-decoration: none;
    vertical-align: 0; text-align:center; margin-top:15px;}
	
	.feature-links{ text-align:center; padding-top:30px; }

.feature-links a{ background-color: transparent;
    color: #ffffff !important;
    font-family: "Roboto",serif;
    font-size: 19px;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 9.3px;
    text-align: center;
    vertical-align: 0; display:block; }
	
	
.feature-links a:hover{ text-decoration:underline !important; }

.feature-images{ width:635px;  margin:20px auto; border:solid 1px #c9c9c9; box-sizing:border-box; }



ul.main_nav li{   color: #42555c;
    cursor: pointer;
    display: inline-block;
    font-family: Lato,sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    height: 26px;
    left: 3px;
    line-height: 26px;

    text-align: center;
    text-decoration: none;
    text-transform: uppercase;

    width: auto;}
	
ul.main_nav li a{ color:inherit; display:block; padding-left:20px; padding-right:20px; line-height:55px; }

ul.main_nav li.first a{ padding-left:0px; }


.sub-footer{ 
    color: #ffffff;
    font-family: "Lato Light",sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    padding-top:20px; padding-bottom:20px;
	border-top:solid 1px rgba(255,255,255,0.4);
    text-align: center;
    vertical-align: 0; background-color:#1A1C1C; text-align:center; }


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}