/**
 * Add any custom CSS here.
 *
 * This file will be loaded after all other theme stylesheets.
 */

html{
	background-repeat: no-repeat !important;
	background-position: top center !important;
	background-size: 1608px auto;
}

body{background-color: transparent !important;}

.container{
	width: 989px;
    max-width: 989px;
    margin: 160px auto;
    padding: 10px;
}

.scrollTo_top{
	z-index: 99999;
}

.ngg-gallery-thumbnail-box {
    width: 154px;
}



/**
 * 
 * Media queries.
 *
 */

@media screen and (max-width: 1200px) {
	html{
		background-repeat: no-repeat !important;
		background-position: top center !important;
		background-size: 1608px;
	}
    .container {
        margin: 160px auto;
    }
}

