html {
    margin: 0;
    padding: 0;
    text-align: center;
}
body {
    margin: 0;
    padding: 0;
    background: #000000;
}
ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
p {
	padding: 0;
	margin: 0;
}
h1 {
    padding: 0;
    margin: 0;
	clear: both;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
}
#wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
}
    @media screen and (max-width: 800px) {
    	#wrap {
    	    width: 98%;
    	}
    }
#header {
    font: bold 24px 'Gugi', cursive;
    color: #E05A50;
    height: 60px;
    margin: 10px 0 0 0;
    padding: 0 0 10px 0;
}
.list {
    width: 100%;
    margin: 0 auto;
    font-size: 0;
    text-align: left;
}
.list li {
    display: inline-block;
    min-width: 263px;
    max-width: calc(100%/4 - 12px);
    height: 50px;
	border: 1px solid #4C4C4B;
	margin: 5px;
	border-radius: 3px;
    vertical-align: top;
    background-color: #EFE6E6;
}
.list li:hover {
    border: 1px solid #fff;
	color: #E05A50;
    background-color: #fff;
}
.list a {
    display: block;
    height: 100%;
    width: 100%;
}
.list .name {
    font: normal 15px Tahoma, sans-serif;
	color: #D8332A;
	text-transform: uppercase;
	font-weight: bold;
    padding: 10px 10px 0 10px;
}
.list li:hover .name  {
	color: #D8332A;
}
.list .description {
    font: normal 14px Tahoma, sans-serif;
    color: #4C4C4B;
    padding: 0 10px 10px 10px;
}
.list li:hover .description  {
	color: #222;
}
        @media screen and (min-width: 826px) and (max-width: 1099px) {
            .list li:last-child {
                display: none;
            }
        }
        @media screen and (max-width: 1199px) {
            .list li {
                max-width: calc(100%/3 - 12px);
                min-width: auto;
            }
            .list .description {
                font-size: 15px;
            }
        }
        @media screen and (max-width: 899px) {
            .list li {
                max-width: calc(100%/2 - 12px);
                height: 120px;
            }
            .list .name {
                font-size: 26px;
            }
            .list .description {
                font-size: 18px;
            }
        }
        @media screen and (max-width: 640px) {
            .list li {
                max-width: calc(100% - 12px);
            }
            .list .name {
                font-size: 28px;
            }
        }
        @media screen and (max-width: 350px) {
            .list .name {
                font-size: 25px;
            }
        }
.photos {
    clear: both;
    font-size: 0;
    margin: 0 auto;
    width: 100%;
}
.photos li {
    display: inline-block;
    width: calc(100%/5 - 12px);
    margin: 5px;
}
.photos a img {
    border: 1px solid #333;
    border-radius: 2px;
}
.photos a:hover img {
    border: 1px solid #fff;
}
        @media screen and (max-width: 900px) {
            .photos li {
                width: calc(25% - 12px);
            }
            .photos li:last-child {
                display: none;
            }
            .photos.gallery li:last-child {
                display: inline-block;
            }
        }
        @media screen and (max-width: 460px) {
            .photos li {
                width: calc(50% - 12px);
            }
        }
#goto {
    clear: both;
    margin: 10px auto 20px;
    width: 100%;
}
#goto a {
    font: normal 54px Tahoma, sans-serif;
    text-transform: uppercase;
    text-decoration: underline;
    color: #E13737;
}
#goto a:hover {
    text-decoration: none;
    color: #E13737;
}
#description {
	clear: both;
	padding: 25px 0 0 0;
	text-align: left;
	font: normal 16px Tahoma, sans-serif;
    color: #fff;
}
#description p {
	margin: 20px 0;
	text-indent: 20px;
    letter-spacing: .2%;
    line-height: 1.3;
}
#description p:first-child {
    margin-top: 0px;
}
    @media screen and (max-width: 1200px) {
    	#description {
    		width: 96%;
            margin: 0 auto;
    	}
    }
.exlinks {
	clear: both;
	margin: 10px auto;
	font-size: 0;
}
.exlinks img {
	border: 0;
}
.exlinks li {
	display: inline-block;
	margin: 0;
	padding: 0 4px;
}
#bottom {
	clear: both;
	padding: 20px 0 0 0;
	margin: 0 auto;
	width: 94%;
	font: normal 15px Helvetica, sans-serif;
	color: #fff;
}
#bottom a {
	text-decoration: underline;
	color: #fff;
}
#bottom a:hover {
	text-decoration: none;
}
