body{
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
	margin: 0;
	padding: 0;
}
a{
	color: #408bdf;
}

.centered{
	text-align: center;
}

#content{
	width: 1200px;
	margin: 0 auto;
}

#headerc{
	background: #212428;
	color: #868e96;
	clear: both;
	width: 100%;
}
#header{
	width: 1200px;
	margin: 0 auto;
	padding: 15px 0;
	height: 45px;
}
#header img {
	height: 40px;
	display: block;
	margin-right: 30px;
	float: left
}
#search input[type=text]{
	border: 1px solid #212428;
	border-radius: 3px;
	padding: 12px 14px;
	font-size: 14px;
	width: 280px;
	float: left;
	outline: none;
}
#search p {
  float: left;
  margin: 12px;
}
#submitsearch {
	width: 105px;
  height: 42px;
  margin: 0 0 0 -5px;
  padding: 0 0 0 23px;
  border: 0;
  background-image: url(/search.png);
  background-repeat: no-repeat;
  background-position: 14px 50%;
  background-size: 15px 15px;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  cursor: hand;
  background-color: #4c83d3;
  float: left;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  color: #212428;
	outline: none;
  position: relative;
}

#statsc{
	background: #54b489;
	background: #212428;
	color: #868e96;
	clear: both;
	float: left;
	width: 100%;
	margin: 70px 0 -70px;
}
#stats{
	with: 1200px;
	padding: 30px 0;
	font-size: 25px;
	text-align: center;
}
#stats span{
	vertical-align: middle;
}
#stats span#nlogos, #stats span#ncats{
	font-size: 50px;
	font-weight: bold;
}
#stats span.tstats{
	padding: 0 10px;
}

#alphac{
	clear: both;
	float: left;
	width: 100%;
	margin: 70px 0 -70px;
  padding: 50px 0;
	text-align: center;
}
#alpha img{
	width: 35px;
	height: 35px;
	margin: 2px;
}

#grid{
	width: 860px;
	float:left;
}
#grid div{
	width: 150px;
	height: 120px;
	width: 190px;
	height: 152px;
	float: left;
	margin: 10px;
	//padding: 10px;
	border: 1px solid #ddd;
	position:relative;
}
#grid a{
	display:block;
	padding: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
}
#grid a.white{
	background: url('/pattern.gif');
}
#grid a:hover{
	background: #ddd;
}
#grid img{
	max-width: 170px;
	max-height: 132px;
	
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#grid.largegrid{
  width: 1190px;
  border: 1px solid #ddd;
}
#grid.largegrid div{
  margin: 0;
  width: 168px;
  height: 138px;
}
#grid.largegrid div a{
  padding: 10px;
}
#grid.largegrid img{
	max-width: 130px;
	max-height: 100px;
}

#sidebar{
	float:right;
	width: 305px;
}

#related{
	clear: both;
	float:left;
	margin-top: 20px; margin-bottom: 10px
}

#requestform, #contactform, #submitform {
	margin: 0 auto;
	width: 570px;
	margin-top: 40px
}
#contactform{
	text-align: center;
}
#requestform input[type=text], #contactform input[type=text], #submitform input[type=text], #submitform input[type=url], #contactform textarea, #submitform textarea{
	padding: 15px;
  font-size: 20px;
  width: 350px;
	border: 1px solid #cfcfcf;
}
#contactform input[type=text], #contactform textarea, #submitform textarea{
	width: 450px;
}
#contactform textarea{
	height: 100px;
}
#submitform textarea{
  height: 100px;
  width: 350px;
}
#submitform label {
  margin: 15px 0 5px 0;
  display: block;
}
#submitform select {
  border: 1px solid #cfcfcf;
  font-size: 20px;
  padding: 15px;
  width: 380px;
}
#submitform div {
  margin: 20px 0 10px 0;
  padding: 0 15px 15px 15px;
  border: 1px solid #cfcfcf;
  width: 350px;
}
#requestform input[type=submit], #contactform input[type=submit], #submitform input[type=submit]{
	padding: 17px 25px 15px !important;
	font-size: 18px !important;
	background-color: #408bdf;
	font-weight: bold;
	text-shadow: 1px 1px #408bdf;
	color: #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #408bdf;
	cursor: pointer;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}
#contactform input[type=submit], #submitform input[type=submit] {
	margin-top: 10px;
}

#footermenuc, #subfooterc{
	float: left;
	width: 100%;
}
#footermenu, #subfooter, #categories{
	width: 1200px;
	margin: 0 auto;
}

#categoriesc{
	background: #408bdf url('/categories.gif');
	clear: both;
	margin-top: 70px;
}
#categories{
	padding: 60px 0;
}
#categories h2{
	text-align: center;
	color: white;
	font-size: 30px;
}
#catlist{   
	-moz-column-width: 16.5em; /* Firefox */
	-webkit-column-width: 16.5em; /* webkit, Safari, Chrome */
  column-width: 16.5em;
	margin-top: 50px;
  margin-left: 95px;
}
#categories ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#categories li{
	list-style: none;
	margin: 10px 0;
	padding: 0;
	font-size: 15px;
}
#categories a{
	text-decoration: none;
	color: white;
}

#footermenuc{
	background: #353a3f;
}
#footermenu{
	padding: 30px 0;
}
#footermenu h2{
	color: #868e96;
	text-transform: uppercase;
	font-size: 13px;
}
#footermenu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#footermenu li{
	list-style: none;
	margin: 10px 0;
	padding: 0;
	font-size: 15px;
}
#footermenu a{
	text-decoration: none;
	color: #dee2e6;
}
.footersubmenu{
	float: left;
	width: 25%;
}
#subfooterc{
	background: #212428;
	clear: both;
  margin-bottom: 70px;
}
#subfooter{
	color: #868e96;
	padding: 20px 0;
	font-size: 12px;
}
#subfooter a{
	color: #868e96;
	text-decoration: none;
}
#from, #copy{
	float: left;
	width: 50%;
}
#copy{
	text-align: right;
}
.clear{
	clear:both;
}

.txt{
	width: 800px;
	margin: 0 auto;
}
.txt .intro{
	text-align:center;
}

.easy-autocomplete {
  float: left;
}
.easy-autocomplete-container {
  text-align: left;
}
.easy-autocomplete-container ul {
  margin: 0;
  padding: 0;
  top: 41px !important;
  left: 1px;
  width: 304px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.easy-autocomplete-container ul li {
  border: none !important;
  padding: 8px 12px 6px 12px !important;
}
#header .easy-autocomplete-container ul li img {
  width: auto;
  height: 16px;
  display: inline;
  margin-right: 10px;
  float: none;
  vertical-align: text-bottom;
}

#errorp{
	background: url('/404.jpg') no-repeat top center;
	float: left;
	width: 100%;
	margin: 0 0 -70px;
	padding-bottom: 120px;
}
#errorp h1{
	text-align: center;
	font-size: 300px;
	line-height: 260px;
	margin: 40px 0 20px;
}
#errorp h2{
	text-align: center;
	font-size: 80px;
	line-height: 40px;
	margin: 0;	
}

#dmca h3{
	margin: 30px 0 5px 0;
}
#dmca h3#typing{
	margin: 50px 0 15px 0;
}
#dmca select, #dmca input[type=text], #dmca textarea{
	display: block;
	margin: 5px 0 10px;
}
#dmca #gf{
  margin: 10px 0;
}
#dmca label{
	display: block;
	margin-bottom: 7px;
}
#dmca input[type=text], #dmca input[type=password], #dmca textarea{
  padding: 12px;
  font-size:12px;
  margin: 0 0 20px 0;
  width: 586px;
}
#dmca textarea{
  height: 55px;
}
#dmca input[type=submit]{
  padding: 17px 25px 15px !important;
	font-size: 18px !important;
	background-color: #408bdf;
	font-weight: bold;
	text-shadow: 1px 1px #408bdf;
	color: #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #408bdf;
	cursor: pointer;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

#logobox{
	float: left;
	width: 730px
}
#logobox img{
	max-width: 728px;
	max-height: 550px;
}
#logoimgc{
	background: url('/pattern.gif');
	padding: 20px;
	width: 688px;
	display: block;
	text-align: center;
}
#logobox #logoimgc img{
	max-width: 688px;
}
#logoinfo{
	float: left;
	width: 123px;
	margin-left: 20px;
	text-align: left;
	font-size: 12px;
	
}
#logoinfo>div{
	border-bottom: 1px solid #f1f1f1;
	border-right:1px solid #f1f1f1;
	border-left:1px solid #f1f1f1;
	padding: 10px 8px 10px 34px;
}
#logoinfo div#download{
	background: #5783cd;
	text-align: center;
	padding: 0;
	margin-bottom: 15px;
}
#logoinfo div#download a{
	display: block;
	width: 106px;
	padding: 10px 8px;
	color: white;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
#logoinfo div#download a:hover{
	background: #213c85;
}
#logoinfo div#rdownloads{
	background: #ABC1E6;
  background: #DD8788;
	text-align: center;
	padding: 0;
	margin-bottom: 15px;
}
#logoinfo div#rdownloads a{
	display: block;
	width: 106px;
	padding: 10px 8px;
	color: white;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
#logoinfo div#rdownloads a:hover{
	background: #C83B8A;
}
#logoinfo div#colors{
	background: #fff url(icon_colors.png) no-repeat 9px 9px;
	background-size: 18px;
}
#logoinfo div#views{
	background: #fff url(icon_views.png) no-repeat 9px 9px;
	background-size: 18px;
	border-top:1px solid #f1f1f1;
}
#logoinfo div#filesize{
	background: #fff url(icon_filesize.png) no-repeat 9px 9px;
	background-size: 18px;
}
#logoinfo div#size{
	background: #fff url(icon_dimensions.png) no-repeat 9px 9px;
	background-size: 18px;
}
#logoinfo div#license{
	background: #fff url(icon_views.png) no-repeat 9px 9px;
	background-size: 18px;
}
#logoinfo div#type{
	background: #fff url(icon_filetype.png) no-repeat 9px 9px;
	background-size: 18px;
}
#logoinfo div#date{
	background: #fff url(icon_date.png) no-repeat 9px 9px;
	background-size: 18px;
}
#logoinfo div#colors>div{
	padding: 8px 10px; 
	border-radius: 5px; 
	margin-bottom: 2px; 
	text-align: center
}
#similar{
	width: 100%;
	clear:both;
	text-align:center;
	margin-top: 50px;
	float:left;
}
#post-header {
  margin: 30px 0 0 0;
}
#post-body {
  clear: both;
  padding: 40px 0 20px 0;
}
#post-thumb {
  float: left;
  border: 1px solid #ccc;
  padding: 12px;
  border-radius: 5px;
}
#post-thumb img {
  min-width: 60px;
  max-width: 120px;
}
#post-title {
  float: left;
  margin-left: 30px;
}
#post-title h1 {
  margin: 0 0 10px 0;
  font-size: 24px;
}
#post-ad {
  float: left;
  width: 336px;
}
#post-infobox {
    float: left;
    width: 290px;
    font-size: 90%;
    background: #efefef;
    padding: 0 15px 10px 15px;
  margin-left: 20px;
  font-size: 13px;
  line-height: 155%;
}
#post-infobox h2 {
  margin: 10px 0 5px 0;
  font-size: 18px;
}
#progressbar {
  margin: 0;
  padding: 2px 20px;
  border: 1px solid #408bdf;
  background-color: #67afff;
  border-radius: 10px;
  line-height: 100%;
  color: white;
  width: 320px;
}
#post-body { 
clear: both;
    padding: 40px 0;
    width: 680px;
    height: 300px;
    margin: 0 auto;
}
#progressbar a {
  color: #fff;
} 

a#logo-maker-button {
	background: #D5458B; 
	color: white; 
	text-decoration: none; 
	padding: 14px 18px; 
	border-radius: 5px; 
	font-weight: bold;
	border-style: initial;
	border-width: 0;
	font-size: 13px;
	font-weight: 700;
	outline: 0;
	display: block;
	float: right;
	text-transform: uppercase;
}

@media screen and (max-width: 800px) {

	#contentc {
		margin-top: 100px;
	}
	#header a#logo-maker-button {
		float: none;
    	width: 225px;
	    margin: 80px auto;
	}
	#content, #footermenu, #subfooter, #categories{
		width: 100%;
	}
	
	#headerc{
		width: 100%;
	}
	#header{
		width: 100%;
	}
	#header img{
		margin: 0 10px 0 10px;
	}
	.easy-autocomplete{
		width: calc(100% - 160px) !important;
	}
	#search input[type=text]{
		width: 90%;
	}
  #search span {
    display: none;
  }
  #search p a {
    padding: 14px 18px 13px 18px !important;
    background-image: url(/pencil.png) !important;
    background-repeat: no-repeat !important;
    background-position: 6px 50% !important;
    background-size: 25px 25px!important;
  }
	#submitsearch {
		width: 45px;
	  text-indent: -1000px;
	}
	#grid{
		width: 100%;
		padding: 0 0 0 20px;
	}
	#grid div{
		width: calc(50% - 35px);
	}
	#grid.largegrid{
	  width: calc(100% - 20px);
		border: 0;
	}
	#grid.largegrid div {
	  width: calc(50% - 12px);
	}
	
	h1, h2 {
		text-align: center;
	}
	.intro{
		padding: 0 15px;
	}
	#sidebar {
		margin: 0 auto;
    float: none;
	}
	#related{
		width: 100%;
	}
	
	#categoriesc{
		padding: 0 57px;
	}
	#catlist{   
		column-width: 7.5em;
		margin: 10px;
	}
	
	#from, #copy {
	    width: 100%;
	    text-align: center;
	}
	
	.txt{
		width: calc(100% - 60px);
		padding: 0 30px;
	}
	
	#stats span#nlogos, #stats span#ncats {
    display: block;
	}
	
	.footersubmenu{
		float: left;
		width: 33%;
	}
	.footersubmenu:first-child{
		width: calc(33% - 20px);
		padding-left: 20px;
	}
	.footersubmenu h2{
		text-align: left;
		font-size: 12px;
	}
	#footermenu li{
		font-size: 13px;
	}
	#requestform, #contactform{
		width: 100%;
		text-align: center;
	}
	#requestform input[type=text], #contactform input[type=text], #contactform textarea{
	  width: 290px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 5px;
	}
	
	#errorp{
		background: url('/404.jpg') no-repeat top center;
		float: left;
		width: 100%;
		margin: 0 0 -70px;
		padding-bottom: 120px;
	}
	#errorp h1{
		text-align: center;
		font-size: 170px;
		line-height: 200px;
		margin: 40px 0 0;
	}
	#errorp h2{
		text-align: center;
		font-size: 40px;
		line-height: 0px;
		margin: 0;	
	}
	
	#logobox {
	    width: 100%;
	}
	#logoimgc {
	    width: calc(100% - 40px);
	}
	#logobox #logoimgc img {
	    max-width: 100%;
	}
	#logoinfo {
	    width: calc(100% - 40px);
			margin-top:15px;
			margin-bottom: 15px;
	}
	#logoinfo>div {
	    width: calc(50% - 44px);
	    float: left;
	    border-top: 1px solid #f1f1f1;
	}
	#logoinfo div#download{
		width: 100%;
		border: 0;
	}
	#logoinfo div#download a {
	  width: 100%;
	}

	#logoinfo div#rdownloads{
		width: 100%;
		border: 0;
	}
	#logoinfo div#rdownloads a {
	  width: 100%;
	}
	#logoinfo div#colors{
		width: calc(100% - 44px);
	}
	#logoinfo div#type{
		height: 34px;
	}
	#logoinfo div#colors{
		width: calc(100% - 44px);
	}
	#logoinfo div#colors>div{
		width: calc(50% - 22px);
		float: left;
		margin-right: 2px;
	}
	
	#dmca input[type=text]{
		border: 1px solid #333;
		width: calc(100% - 20px);
	}
	
}
@media screen and (max-width: 330px) {
	#footermenu li{
		font-size: 11px;
	}
}
