body{
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
}

#tdwidth {
    /* Constant first td width fix */
	width: 81px;
}

/* Forms */
#generator button {
	display: block;
	margin: 5px 0;
	width: 253px;
}d
/* Forms */
#livo {
    display: block;
    float: left;
   
}

#benchmark {
    background: #FFF;
	border: 1px solid #CCC;
	margin: 0 0 5px 0;
    margin-left: 10px;
    display:block;
}

#content {
	background: #FFF;
	border: 1px solid #CCC;
	padding: 7px;
	margin: 5px 0;
}

#gallery {
	text-align: center;
	margin: 10px 2px;
}

#gallery a.colorbox {
	display: block;
	float: left;
	width: 252px;
	height: 172px;
	border: 1px solid #CCC;
	background: #EEE;
	margin: 5px;
	overflow: hidden;
}

#gallery a.colorbox:hover {
	opacity: 0.8;
}
#generator,
#parameter {
	background: #FFF;
	border: 1px solid #CCC;
	margin: 0 0 5px 0;
	padding: 5px;
    width: 353px;
    display:block;
    
}

#gallery img {
	
}
#paper {
    float: left;
	width: 1150px; /* 640 + 2*5 margin + 2*1 border */
	height: 680px;
	background: #FFF;
	border: 1px solid #CCC;
	margin-left: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}


a:hover, a:focus, a:active{
	text-decoration: none;
	outline: none;
}
img{
	max-width: 100%;
}
.clearfix{
	clear: both;
}

.baner{
	text-align:center;
	margin-top:20px;
}
.container-fluid{
	max-width: 2000px;
}

/*SPONSORED ROW*/
.sponsored-row{
	margin-bottom: 30px;
}
.istock-header{
	/*background-color: #303030;*/
  border-left: 1px solid #bbb;   
  border-right: 1px solid #bbb;    
  border-top: 1px solid #bbb; 
	min-height: 50px;
	text-align: left;
	padding: 5px;
	
}
.istock-header a{
	color: #000;
	text-decoration: underline;
}
.istock-header img, .istock-header p{
	display: inline-block;
	vertical-align: middle;
}
.istock-header p{
	margin-top: 10px;
	margin-left: 30px;
}
.istock-img{
  border-left: 1px solid #bbb;   
  border-right: 1px solid #bbb;    
  border-bottom: 1px solid #bbb; 
	position: relative;
	padding-bottom: 30px;
}
.istock-more{
	text-align: right;
}
.istock-more a{

	color: #a1a1b8;
	font-weight: 600;
	
	position: absolute;
	bottom: 20px;
	right: 20px
}
.istock-main-detail .istock-header p{
	text-align: right;
	max-width: 80%;
	/*float: right;*/
	/*margin-top: 0px;*/
	margin-left: 10px;
}
.istock-main-detail .istock-img .vector{
	width: calc(100%/3);
  float: left;
  margin-bottom: 10px;
}
.istock-main-detail .istock-img {
	padding-bottom: 10px;
	/*height: 445px;*/
}
a.text-link{
	color: #333333;
}



/*NAVBAR*/

.navbar{
	margin-bottom: 0px;
	border-radius: 0px;
}
.navbar-brand{
	height: auto;
	margin-top: 5px;
}
.navbar-center{
	position: absolute;
text-align: center;
margin-bottom: 10px;
margin-left: 20%;
top: 10px;
left: 0px;
}
.navbar-main{
	min-height: 25px;
	border-bottom: 6px solid #996699;
}

.navbar-main2{
	min-height: 15px;
	border-bottom: 6px solid #996699;
}
.navbar-inverse{
	background-color: #000000;
}
.navbar-inverse, .navbar-inverse a{
	color: #ffffff;
}
.navbar-main .navbar-right{
	margin-right: 0px;
	padding-top: 20px;
	text-transform: uppercase;

}

.navbar-right{
	margin-right: 0px;
	padding-top: 40px;
	text-transform: uppercase;
}
.navbar-main .navbar-right > div{
	display: inline-block;
}
.navbar-main .navbar-right > div.dropdown{
	margin-left: 15px;
}
.dropdown-toggle{
	cursor: pointer;
}


/*SEARCH*/
.jumbotron{
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url(/img/search-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	text-align: center;
	color: #ffffff;
	font-size: 24px;
	margin-bottom: 0px;
}
.jumbotron h1{
	font-size: 30px;
	font-weight: 700;
	margin-top: 0px;
}
.jumbotron p{
	font-weight: 400;
}
input#search.form-control{
	max-width: 600px;
	margin: 0 auto;
	height: auto;
	padding: 12px;
	font-weight: 400;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.8);
	background-image: url(/img/search-icon.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto 80%;
}

/*MENU*/
.navbar-default{
	background-color: #e2e2e2;
	border-color: #e2e2e2;
}
.main-menu{
	color: #2c2c2c;
	text-transform: uppercase;
	font-weight: 600;
}
.navbar-default .navbar-nav > li > a{
	color: #2c2c2c;
}
.main-menu .navbar-collapse{
	padding-left: 0px;
}
.main-menu .navbar-right{
	padding-top: 12px;
}
.fb_iframe_widget{
	top: -6px;
}

/*MAIN CONTAINER*/
.main-container{
	margin-top: 40px;
	margin-bottom: 40px;
}

.sidebar-wrapper{
	width: 300px;
	float:right;

}
.main-body-wrapper{
	width: calc(100% - 320px);
	float: left;
}
.sidebar-element{
	margin-bottom: 30px;
}
.newsletter{
	padding: 20px;
	color: #ffffff;
	background-color: #95cc00;
}
.sidebar-element h3{
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	margin-top: 0px;
}
.newsletter .btn{
	text-align: right;
	margin-top: 5px;
	padding: 6px 15px;
}
.newsletter .form-group{
	margin-bottom: 0px;
}
.tags span{
	display: inline-block;
	padding: 3px 6px;
	border-radius: 5px;
	border: 1px solid #996699;
	margin-bottom: 5px;
	margin-right: 3px;

}
.tags span:hover{
	background-color: #996699;
}
.tags a{
	color: #996699;
}
.tags span:hover a{
	color: #ffffff;
}
.contribute a{
	color: #333333;
	text-decoration: underline;
}
.hire{
	background-color: #ececec;
	padding: 10px 20px;
	text-align: center;
}
.hire a{
	color: #333333;
	font-weight: 600;
}
.search-page input#search.form-control{
	margin: 0px;
	
}
.search-page{
	margin-bottom: 20px;
}
.search-text-page{
	float: right;
}
.page-title h1{
	font-size: 24px;
	font-weight: 600;
}
.text-page-content h2{
	font-size: 18px;
	font-weight: 600;
}

/*DETAIL*/
.detail-wrapper > div{
	float: left;
}
.main-image .main-image-photo, .sponsored-main-detail .istock-main-detail{
	width: 500px;
	height: 500px;
	margin-right: 20px;

}
.main-image img{
	max-width: 500px;
	max-height: 500px;
}
.sponsored-main-detail .btn{
	margin-top: 20px;
	padding: 7px 20px 8px;
}
.vector-details{
	width: calc(100% - 1040px);

}
.vector-details h4{
	padding: 10px;
	margin: 0px 0px 10px;
	font-weight: 600;
	font-size: 14px;
	background-color: #ececec;
}
.vector-details .row > div p{
	padding: 0px 10px;
	margin: 0px;
}
.vector-details .row > div p:last-of-type{
	padding-bottom: 10px;
}
.single-vector-tags span, #similar-searches span{
	display: inline-block;
	padding: 5px 10px;
	border-radius: 5px;
	background-color: #996699;
	margin: 0px 5px 5px;
	border: 1px solid #996699;

}
.single-vector-tags span a{
	color: #ffffff;
}
.single-vector-tags span:hover{
	background-color: #ffffff;
	
}
.single-vector-tags span:hover a{
	color: #996699;
}
#similar-searches{
	margin-top: 40px;
	margin-bottom: 80px;
}
#similar-searches h3, #vectors h3, #single-tags-narrow h3{
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 10px;
	border-bottom: 1px solid #ececec;
	text-align: left;
}
#similar-searches span{
	background-color: #ececec;
	padding: 10px 15px;
	border: 1px solid #ececec;
	
}
#similar-searches span a{
	color: #2c2c2c;
	font-weight: 600;
}
#similar-searches span:hover{
	background-color: #ffffff;
	border-color: #2c2c2c;
}
.single-tags{
	display: block;
}
#single-tags-narrow{
	display: none;
}
.sharebuttons span{
	line-height: 40px;
	margin-right: 30px;
}
.sharebuttons{
	/*text-align: right;*/
	margin-top: 20px;
}
.related-vectors{
	margin-bottom: 50px;
}

.download{
	text-align: center;
}
/*FILTERS*/
.filters{
	color: #999999;
}
.input-group{
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	display: table-cell;

}
.input-group-addon{
	border: none;
	font-size: 11px;
	text-transform: uppercase;
	background-color: #e2e2e2;
	display: inline-block;
	width: auto;
	padding: 13px 12px;
	line-height: normal !important;

}
.filters .filter-option{
	padding: 1px 5px;
	display: inline-block;
	position: relative;
	top: 2px;
	
}
.filters label{
	font-weight: 400;
	font-size: 11px;
	position: relative;
	top: -2px;
}

input[type="radio"]:checked+label{
	color: #996699;
}
.input-group-wrapper{
	display: inline-block;
	margin-right: 10px;
}
.filters .btn{
	display: table;
	padding: 12px 20px !important;
}

/*BUTTONS*/
.btn{
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 5px;
}
.btn-purple{
	background-color: #996699;
	color: #ffffff;
}
.btn-purple:hover, .btn-green:hover{
	color: #ffffff;
}
.btn-green{
	background-color: #94cb00;
	color: #ffffff;
	border-radius: 0px !important;
}

/*VECTORS*/
#vectors{
	margin-top: 30px;
	text-align: center;
}
.vector{
	width: calc(100%/7);
	float: left;
	
	margin-bottom: 10px;

}
.vector-thumbnail-wrap{
	width: 145px;
	height: 145px;
	line-height: 145px;
	margin: 0 auto;
}
.vector img{
	max-height: 100%;
	max-width: 100%;
}

/*PAGINATION*/
#pagination{
	margin: 50px 0px;
	border-top: 1px solid #e2e2e2;
	padding-top: 20px;
	font-size: 12px;
}
#pagination .pagination, #pagination .pager{
	margin: 0px;
}
#pagination .pagination{
	position: relative;
	top: -27px;
}
.pagination > li > a, .pagination > li > span{
	margin: 0px 3px;
	border-radius: 4px;
	background-color: #e7e7e7;
	color: #777777;
	padding: 4px 12px;
	border-bottom-color: #a1a1a1;
}
.pagination > li.active > a{
	background-color: #ffffff;
	border-color: #996699;
	color: #996699;
}
.pagination > li.active > a:hover{
	background-color: #996699;
	border-color: #996699;
}
.pager li > a, .pager li > span, .pager li > a:hover, .pager li > span:hover{
	border-radius: 4px;
	background-color: #996699;
	color: #ffffff;
	border-color: #996699;

}
.pager .disabled > a, .pager .disabled > a:hover{
	background-color: #ffffff;
	color: #e2e2e2;
	border-color: #e2e2e2;
}

/*FOOTER*/
.footer-column{
	width: 20%;
	float: left;
	padding-right: 20px;

}
footer{
	background-color: #111111;
	color: #ffffff;
	padding-top: 30px;
	margin-top: 50px;
}
footer a{
	color: #ffffff;
}
footer a:hover{
	color: #eeeeee;
}
footer h4{
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 35px;
}
footer ul li a{
	font-weight: 600;
}
footer ul{
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}
.copyright{
	margin: 30px 0px;
}


/*RESPONSIVE*/
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.filters .btn{
		position: relative;
		top: -17px;
	}
}
@media (min-width: 1900px){
	.vector{
		width: calc(100%/9);
		
	}

	.vector-thumbnail-wrap{
	width: 150px;
	height: 150px;
	line-height:150px;
	}
	.istock-main-detail .istock-img .vector .vector-thumbnail-wrap{
	width: 150px;
	height: 150px;
	line-height: 150px;
	
	}
	.navbar-center{
		left: 32%;
		margin-left: 0px;
		
	}
		.search-page input#search.form-control{
	float: right;
	width: 450px;
	max-width: auto;
}

	
	

}
@media (min-width: 1600px) and (max-width: 1899px){
	.navbar-center{
		left: 29%;
		margin-left: 0px;
	}

	.vector{
		width: calc(100%/8);
		
	}
	.vector-thumbnail-wrap{
	width: 150px;
	height: 150px;
	line-height: 150px;	
	}
	.search-page input#search.form-control{
	float: right;
	width: 450px;
	max-width: auto;
	}
	.main-image .main-image-photo, .sponsored-main-detail .istock-main-detail{
	width: 500px;

	margin-right: 20px;

}
.main-image img{
	max-width: 400px;
	max-height: 400px;
}

.vector-details{
	width: calc(100% - 1100px);

}
.istock-main-detail .istock-header p{
		max-width: 65%;
	}
	.istock-main-detail .vector{
		width: calc(90%/3) !important;
		margin-right: 5px;
		margin-left: 5px;
	}
	.istock-main-detail .vector-thumbnail-wrap{
		width: 150px;
		height: 150px;
		line-height: 100px;
    overflow:hidden;
				
	}
	.istock-main-detail .istock-img{
		/*height: 330px;*/
		
	}
	.istock-header p{
		font-size: 12px;
		text-align: right;
	}
	
	
	.sharebuttons span{
		font-size: 12px;
	}
	.sponsored-row .istock .istock-img div.vector:nth-of-type(9), .sponsored-row.sponsored-detail .istock .istock-img div.vector:nth-of-type(18), .related-vectors div.vector:nth-of-type(9), .related-vectors div.vector:nth-of-type(18){
		display: none;
	}
}
@media (max-width: 1599px){
	img.logo{
		max-height: 50px;
		width: auto;
	}
  
    .divback{
		background-size: 120px 120px;
		background-repeat:no-repeat;
	}
	.search-page{
		margin-top: 10px;
	}
	
	.vector-thumbnail-wrap{
	width: 160x;
	height: 160px;
	line-height: 160px;
	}
		.main-image .main-image-photo, .sponsored-main-detail .istock-main-detail{
	width: 350px;
	height: 350px;
	margin-right: 20px;

	}
	.main-image img{
		max-width: 350px;
		max-height: 350px;
	}

	.vector-details{
		width: calc(100% - 740px);

	}
	.single-tags{
		display: none;
	}
	#single-tags-narrow{
		display: block;
	}
	.istock-header p{
		font-size: 12px;
		text-align: right;
	}
	.istock-main-detail .istock-header p{
		max-width: 65%;
	}
	.istock-main-detail .vector{
		width: calc(90%/3) !important;
		margin-right: 5px;
		margin-left: 5px;
	}
	.istock-main-detail .vector-thumbnail-wrap{
		width: 80px;
		height: 80px;
		line-height: 80px;
		 overflow:hidden;
	}
	.sharebuttons span{
		font-size: 12px;
	}
	.istock-main-detail .istock-img{
		height: 280px;
		
	}
	.sponsored-row .istock .istock-img div.vector:nth-of-type(9), .sponsored-row .istock .istock-img div.vector:nth-of-type(8), .sponsored-row.sponsored-detail .istock .istock-img div.vector:nth-of-type(18), .sponsored-row.sponsored-detail .istock .istock-img div.vector:nth-of-type(17), .related-vectors div.vector:nth-of-type(9), .related-vectors div.vector:nth-of-type(8), .related-vectors div.vector:nth-of-type(18), .related-vectors div.vector:nth-of-type(17){
		display: none;
	}
	
}
@media (max-width: 1380px){
	.vector-details .col-lg-6{
	width: 100%;
	}
	
	.sharebuttons span{
		display: none;
	}
	.istock-main-detail .vector{
		width: calc(85%/3) !important;
		
	}
	
	
	
}
@media (max-width: 1280px){
	.navbar-right{
		font-size: 13px;
	}
	.main-image .main-image-photo, .sponsored-main-detail .istock-main-detail{
		width: 300px;
		height: 300px;
		margin-right: 20px;

	}
	.main-image img{
		max-width: 300px;
		max-height: 300px;
	}

	.vector-details{
		width: calc(100% - 640px);

	}
  .divback{
		background-size: 70px 70px;
		background-repeat:no-repeat;
	}
	.istock-main-detail .vector-thumbnail-wrap{
		width: 70px;
		height: 70px;
	  line-height: 70px;		
     overflow:hidden;
	}
	.istock-main-detail .istock-img{
		height: auto;
		/*max-height: 300px;*/
	}

}
@media(max-width: 1199px){
	.navbar-center{
		position: relative;
		text-align: center;
		margin: 20px auto;
		width: 100%;
	}
	img.logo{
		margin: 0 auto;
	}
	
	.navbar-main .navbar-right{
		padding: 20px;
	}
	.vector{
		width: 160px;
		margin-left: 10px;
		margin-right: 10px;
		
	}

	
	.vector-details{
		width: 100%;
		margin-top: 30px;
	}
	.search-text-page{
	float: none;
}
	
}
@media (max-width: 1024px){
	.navbar-header{
		width: 220px;
		margin-top: 0px;
	}
	.sponsored-row .istock .istock-img div.vector:nth-of-type(8){
		display: block;
	}
	.sponsored-row.sponsored-detail .istock .istock-img div.vector:nth-of-type(8), .sponsored-row.sponsored-detail .istock .istock-img div.vector:nth-of-type(16), .sponsored-row.sponsored-detail .istock .istock-img div.vector:nth-of-type(15), .sponsored-row.sponsored-detail .istock .istock-img div.vector:nth-of-type(14), .sponsored-row.sponsored-detail .istock .istock-img div.vector:nth-of-type(7), .sponsored-row.sponsored-detail .istock .istock-img div.vector:nth-of-type(6), .sponsored-row.sponsored-detail .istock .istock-img div.vector:nth-of-type(5), .related-vectors div.vector:nth-of-type(8), .related-vectors div.vector:nth-of-type(16), .related-vectors div.vector:nth-of-type(15), .related-vectors div.vector:nth-of-type(14), .related-vectors div.vector:nth-of-type(7), .related-vectors div.vector:nth-of-type(6), .related-vectors div.vector:nth-of-type(5){
		display: none;
	}
}
@media (max-width: 991px){
	.input-group-wrapper{
		margin-right: 5px;
	}
	.input-group-wrapper:last-of-type{
		margin-right: 0px;
	}
	.filters .btn{
		padding: 12px 14px !important;
	}
	.sidebar-wrapper{
		display: none;
	}
	.navbar-brand, .navbar-header{
		width: 100%;
	}
	.main-body-wrapper{
		width: 100%;
	}
	.footer-column{
		width: 30%;
	}
	.sponsored-row .istock .istock-img div.vector:nth-of-type(9){
		display: block;
	}
	

}
@media (max-width: 768px){
	.footer-column{
		width: 100%;
	}
	.main-image .main-image-photo, .sponsored-main-detail .istock-main-detail{
	width: 100%;
	height: 100%;
	margin: 0px auto 20px;

	}
	.main-image img{
		max-width: 450px;
		max-height: 450px;
	}
	.detail-wrapper > div{
		float: none;
	}
	.navbar-center{
		display: none;
	}
	.navbar-right{
		text-align: center;
	}
	.navbar-header{
		margin-left: 0px;
		margin-right: 0px;
	}
   .divback{
		background-size: 115px 115px;
		background-repeat:no-repeat;
	}
	.istock-main-detail .vector-thumbnail-wrap{
		width: 115px;
		height: 115px;
		line-height: 115px;
     overflow:hidden;
				
	}
	.sharebuttons{
		text-align: left;

	}
	.sharebuttons span{
		display: inline;
	}
	.istock-main-detail .istock-img {
    height: auto;
    /*max-height: 400px;*/
}
}
@media (max-width: 620px){
	.sponsored-row .istock .istock-img div.vector:nth-of-type(9){
		display: none;
	}
}
@media (max-width: 550px){
	.sponsored-row .istock .istock-img div.vector:nth-of-type(9), .sponsored-row .istock .istock-img div.vector:nth-of-type(7), .sponsored-row .istock .istock-img div.vector:nth-of-type(8), .sponsored-row.sponsored-detail .istock .istock-img div.vector:nth-of-type(13), .sponsored-row.sponsored-detail .istock .istock-img div.vector:nth-of-type(4), .related-vectors div.vector:nth-of-type(9), .related-vectors div.vector:nth-of-type(8), .related-vectors div.vector:nth-of-type(7), .related-vectors div.vector:nth-of-type(13), .related-vectors div.vector:nth-of-type(4){
		display: none;
	}
}
@media (max-width: 500px){
	#pagination .pagination{
		top: 20px;
	}
	.navbar-main .navbar-right{
		font-size: 12px;
		padding: 20px 0px;
	}
	input#search.form-control{	
		background-image: none;		
	}
	.main-image img{
	max-width: 100%;
	max-height: 100%;
	}
  .divback{
		background-size: 70px 70px;
		background-repeat:no-repeat;
	}
	.istock-main-detail .vector-thumbnail-wrap{
		width: 115px;
		height: 115px;
		line-height: 115px;	
     overflow:hidden;
	}
	.sponsored-row .istock .istock-img div.vector:nth-of-type(9), .sponsored-row .istock .istock-img div.vector:nth-of-type(7), .sponsored-row .istock .istock-img div.vector:nth-of-type(8), .sponsored-row .istock .istock-img div.vector:nth-of-type(6), .sponsored-row .istock .istock-img div.vector:nth-of-type(5),.sponsored-row.sponsored-detail .istock .istock-img div.vector:nth-of-type(12), .sponsored-row.sponsored-detail .istock .istock-img div.vector:nth-of-type(3), .related-vectors div.vector:nth-of-type(9), .related-vectors div.vector:nth-of-type(7), .related-vectors div.vector:nth-of-type(8), .related-vectors div.vector:nth-of-type(6), .related-vectors div.vector:nth-of-type(5), .related-vectors div.vector:nth-of-type(12), .related-vectors div.vector:nth-of-type(3){
		display: none;
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width: 300px) { 
	.filters .btn{
		position: relative;
		top: 0px;
	}
}