html {
    padding: 0;
    margin: 0;
    text-align: center;
}
body {
    background: #efefef;
    margin: 0px;
    padding: 0px;
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
}
.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    display: block;
    height: 0;
}
p {
    padding: 0px;
    margin: 0px auto;
}
a, a:link, a:active, a:visited {
    color: #111;
    text-decoration: none;
}
a:hover {
    color: #777;
    text-decoration: none;
}
img {
    border: none
}
ul, ol, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.wrap {
    max-width: 1015px;
    margin: 0px auto;
    padding: 0;
}
.main {
    height: 130px;
    margin: 0px;
}
.pagetitle {
    float: left;
    margin: 10px 0 0 10px;
    padding: 0;
}
.pagetitle h1 {
    color: #3a525e;
    font-size: 18px;
	padding:0px;
	margin:0;
	font-weight: normal;
	clear: both;    
}
.headerimage {
    clear: both;
    float: left;
    background: url(images/logo.png) no-repeat;
    width: 400px;
    height: 130px;
    margin: 0;
    border: 0;
}
.headertext {
    float: left;
    width: 612px;
    height: 100px;
    margin: 0;
    padding: 0;
}
    .headertext p {
        text-align: left;
        font-size: 13px;
        color: #555;
        text-shadow: 1px 1px 1px #eee;
        padding: 0px 10px 0px 10px;
    }
    .headertext span {
        color: #3a525e
    }
.split {
	clear: both;
	margin: 0px auto;
	width: 728px;
	height: 90px;	
	padding: 5px 0;	
}
.split_mobile {
	display: none;
	}
.categorylist {
	float: right;
	width: 201px;
	margin: 0px auto;
}
.categorylist li {
	float: left;
	text-align: left;
    font-size: 16px;
    color: #3a525e;
	padding: 2px 0 2px 14px;	    
}
.categorylist li a {
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
}
.thumbs_index {
	float: left;
	max-width: 812px;
}
.thumbs_fullwidth, .bigthumbs_fullwidth {
	clear: both;
	margin: 0px auto;
	max-width: 1015px;
}
.thumbs {
    width: 200px;
    height: 260px;
    font-size: 0;
    display: inline-block;
}
    .thumbs img {
        width: 190px;
        height: 250px;
        padding: 4px;
        border: 1px solid #e9e9e9;
        background: #fff;
        cursor: pointer;
    }
    .thumbs img:hover {
        border: 1px solid #555
    }
.bigthumbs {
    width: 251px;
    height: 330px;
    font-size: 0;
    display: inline-block;	
}
    .bigthumbs img {    
        width: 241px;
        height: 320px;
        padding: 4px;
        border: 1px solid #e9e9e9;
        background: #fff;
    }
    .bigthumbs img:hover {
        border: 1px solid #555;
    }
.contentsplitter {
	clear: both;
	width: 1020px;
    height: 100px;
    margin: 0;
    padding: 0;
}    
.review {
    clear: both;
    float: left;
    width: 640px;
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 17px;
    color: #3c5968;
    text-align: center;
}
    .review p {
        padding: 10px 0
    }
    .review span {
        color: #f44d28
    }
.modelname {
    float: right;
    margin: 0;
    padding: 8px 0px 0 0;
    width: 360px;
    font-size: 23px;
    color: #727272;
    text-align: right;
    text-transform: uppercase;
    text-align: center;
}
    .modelname span {
        font-size: 44px;
        color: #f44d28;
        font-weight: bold;
    }
.sourcename {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px auto;
    text-align: center;
}
.sourcename.fullwidth {
    clear: both;
    width: 80%;
    font-size: 74px;
    padding: 0 0 30px 0;
}
.sourcename.short {
    float: left;
    width: 692px;
    font-size: 48px;
    padding: 0 0 20px 0;
    text-align: center;
}
.sourcename a {
    color: #f45429;
    text-decoration: none;
    border-bottom: 5px solid;
}
.sourcename a:hover {
    border-bottom: none
}
/*
.navigation {
    float: left;
    width: 692px;
    margin: 14px 0 0 2px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 4px 0px;
    font-size: 20px;
    vertical-align: bottom;
}
    .navigation li {
        padding: 6px 5px;
        margin: 5px 1px;
        color: #fff;
        display: inline;
        margin: 0;
        padding: 0;
    }
        .navigation li a {
            color: #fff;
            width: 173px;
            background-color: #3f5564;
            padding: 6px 20px;
            margin: 5px 1px;
        }
        .navigation li a:hover {
            background-color: #f45429
        }
*/
.modelname_item {
    float: left;
    text-align: left;
    margin: 0 0 0 2px;
    padding: 20px 0 0 0;
    width: 692px;
    font-size: 23px;
    color: #727272;
    text-transform: uppercase;
}
    .modelname_item span {
        color: #f44d28;
        font-weight: bold;
        text-decoration: none;
    }
.review_item {
    float: left;
    text-align: left;
    width: 680px;
    margin: 0 0 0 2px;
    padding: 0;
    font-size: 16px;
    color: #3a525e;
}
    .review_item p {
        padding: 5px 0
    }
.linklist {
	width: 100%;
	margin: 0 auto;
	clear: both;	
	color: #333;
/* 	font-size: 13px; */
}
.linklist ul {
	float: left;
	margin: 10px 4px 10px 4px;
	padding: 10px 0px;	
	width: 242px;
	background: #fff;
	border: 1px solid #ccc;
/* 	box-sizing: border-box; */
}
.linklist a {
	display: block;
	line-height: 30px;
	text-align: left;	
	padding: 4px 20px;	
	font: 18px Arial, Helvetica, sans-serif;;
	text-decoration: none;
	color: #3A535E;
}
.linklist a:hover {
/* 	background: #F95135; */
	background: #3A535E;
	color: #fff;
	text-decoration: none;
}
.linklist a:visited {
	color: #efefef;
}
.pagination {
    clear: both;
    font-size: 20px;
    padding: 20px 0 10px 0;
    margin: 0px auto;
    width: 90%;
}
    .pagination ul {

    }
    .pagination li {
        display: inline
    }
        .pagination li a {
            padding: 4px 12px;
            margin: 2px;
            text-decoration: none;
            color: #3f5564;
            border: 2px solid;
        }
        .pagination li a:hover {
            text-decoration: none;
            color: #f45429;
            border: 2px solid;
        }
.footer {
    clear: both;
    margin: 0px auto;
    padding: 10px 0 0 0;
    font-size: 12px;
    color: #999;
    width: 95%;
    text-align: center;
}
    .footer p {
        padding: 10px 15px 5px 15px
    }
    .footer a {
        color: #666
    }
    .footer a:hover {
        color: #999
    }
.footerarea {
    clear: both;
    margin: 0px auto;
    padding: 20px 0 10px 0;
}

@media screen and (max-width: 800px) {
	.headerimage {float: none; margin: 0 auto;}		
	.pagetitle, .headertext, .contentsplitter, .bigthumbs, .categorylist, .footerarea {display: none;}
	.wrap, .thumbs_index, .thumbs_fullwidth {width: 100%;}
/* 	.linklist.break {display: none;} */
	.linklist {width: 80%}
	.linklist.bottom {display: block;}
	.linklist ul {margin: 1% 1%; width: 48%; box-sizing: border-box;}	
	.linklist a {text-align: center; font-size: 22px; font-weight: bold;}
	 #headerblock_3, #headerblock_4 {display: none;}	
	 #footerblock_3, #footerblock_4	{display: none;}
	.footer {font-size: 9px;}	
}
@media screen and (max-width: 768px) {
/* 	.linklist.header {display: none} */
}
@media screen and (max-width: 380px) {
	.main {height: 97px;}
	.headerimage {width: 300px; height: 97px; background-size: 100% auto;}
	.review, .modelname, .footerarea, .split {display: none;}
	.thumbs {width: 154px; height: 202px; margin: 1px;}
	.thumbs img {width: 150px; height: 198px; padding: 2px;}
	#headerblock_2 {display:none;}
	.linklist {width: 100%}	
	.linklist ul {float: none; margin: 5px auto; width: 84%;}
	.linklist a {text-align: center; font-size: 24px; font-weight: bold;}
	#footerblock_2 {display: none;}
	.sourcename.fullwidth {font-size: 54px;}
	.split_mobile {clear: both; margin: 0px auto; width: 300px; height: 100px; padding: 3px 0; display: inherit;}
	.footer p {padding: 2px;}
}