body {
  /* min-height: 1500px; */
  padding-top: 50px;
	
}

.navbar-static-top {
  margin-bottom: 0;
}

.navbar-shadow {
	/* box-shadow: 0 8px 24px rgba(0,0,0,.10); */
	box-shadow: 0 7px 21px 0 rgba(0,0,0,.1);
    border-bottom: 1px solid #e7e7e7;
}

.fil_contrast {
	filter: contrast(1.05);
}


#cookieNotice.light {
  background-color: #fff;
  color: #555555;
}

#cookieNotice.display-left {
  left: 30px;
  bottom: 30px;
  max-width: 500px;
}

#cookieNotice {
  box-sizing: border-box;
  position: fixed;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 6px 6px rgb(0 0 0 / 25%);
  font-family: inherit;
  z-index: 999997;
}

#cookieNotice h4 {
  font-size: 25px;
}


/* user profile designer statistics */

.grid-row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #f2f2f2;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.grid-item {
  text-align: center;
}

.stat-label {
  font-size: 14px;
  color: #333;
  font-weight: bold;
}

.stat-value {
  font-size: 28px;
  color: #E66100;
}

/* Add this CSS to style the category boxes */
.category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.category-box {
    border: 1px solid #ccc;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s;
	min-height: 240px;
}

.category-box:hover {
	border: 1px solid #ccc;
    box-shadow: 0 7px 21px 0 #0000001a;
    background-color: #ffffff;
    color: #444444;
}

.category-box h3 {
    font-size: 24px;
    margin: 0;
	height: 45px;
	color: #E66100;
    line-height: 32px;
}

.category-description {
    font-size: 16px;
    margin: 10px 0;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
	height: 110px;
	font-weight: normal;
}

.category-prize {
    font-size: 18px;
    margin: 0;
}

.category-box input[type="radio"] {
    appearance: none; /* Hide the default radio button */
    width: 20px; /* Set the desired width */
    height: 20px; /* Set the desired height */
    border: 2px solid #333; /* Border color */
    border-radius: 50%; /* Make it a circle */
    margin-right: 10px; /* Add spacing between the button and label */
}

.category-box input[type="radio"]:hover {
    border: 2px solid #333; /* Border color */
}

.category-box input[type="radio"]:checked {
    background-color: #E66100; /* Change the background color when checked */
}

.cursorpoint {
	cursor: pointer;
}

.selected {
    background-color: #ddd;
}


.img-homepage-cat {
	border-radius: 12px;
}

.img-homepage-cat:hover{
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 3px 6px 0 rgba(0,0,0,0.2);
}

.fntsze100px {
	font-size:100px;
}

.fntsze50px {
	font-size:50px;
}

.fntsze36px {
	font-size:36px;
}

.fntsze30px {
	font-size:30px;
}

.fntsze25px {
	font-size:25px;
}

.pad-top30px {
	padding-top:30px;
}

.pad-bottom30px {
	padding-bottom:30px;
}

.pad30px {
	padding:30px !important;
}

.pad15px {
	padding:15px !important;
}

.pad-topbottom30px {
	padding-top:30px;
	padding-bottom:30px;
}

.pad-bottom30px {
	padding-bottom:30px;
}

.pad-topbottom10px {
	padding-top:10px;
	padding-bottom:10px;
}

.pad-topbottom15px {
	padding-top:15px!important;
	padding-bottom:15px!important;
}

.pad-topbottom20px {
	padding-top:20px!important;
	padding-bottom:20px!important;
}

.pad_top30bot20{
	padding-top:30px;
	padding-bottom:20px;
}

.pad-topbottom60px {
	padding-top:60px;
	padding-bottom:60px;
}

.pad-bottom60 {padding-bottom:60px;}

.pad-left30px {padding-left: 30px;}

.pad-right30px {padding-right: 30px;}

.margin-30px {
	margin:30px;
}

.margin-10px {
	margin:10px;
}

.margin-topminus40 {
	margin-top:-40px;
}

.margin-topbottom60px {
	margin-top:60px;
	margin-bottom:60px;
}

.margin-topbottom10px {
	margin-top:10px;
	margin-bottom:10px;
}

.margin-r15 {
	margin-right:15px;
}

.margin-ri_le_15px {
	margin-right:15px;
	margin-left:15px;
}

.margin-ri_le_50px {
	margin-right:50px;
	margin-left:50px;
}

.margin-topbottom5px {
	margin-top:5px;
	margin-bottom:5px;
}

.margin-topbottom30px {
	margin-top:30px;
	margin-bottom:30px;
}

.margin-top15px {
	margin-top:15px;
}

.margin-top20px {
	margin-top:20px;
}

.margin-top30px {
	margin-top:30px;
}

.margin-bottom30px {
	margin-bottom:30px;
}

.margin-bottom10px {
	margin-bottom:10px;
}

.border-bottom-gray {
	border-bottom: 1px solid #e7e7e7;
}

.border-bottom-5pxgray {
	border-bottom: 5px solid #e7e7e7;
	padding-bottom: 30px;
}

.row-eq-height {
  display:         flex;
}

.fntsze16px {
	font-size:16px;
}

.clrwhite {
	color:#ffffff !important;
}

.min-height-cls{
	min-height: 600px;
}

.bg-jumbotron{
	background-image: url("/images/bg-jumbotron.png");
}

.bg-jumbotron-bcs{
	background-image: url("/images/stationery-design-showcase-950x711.jpg");
	background-blend-mode:soft-light;
}

.bg-jumbotron-primary{
	color: #fff!important;
    background-color: #337ab7!important;
}

.bg-jumbotron-gray {
	
	background-color: #dddddd !important;
}

.img-rounded15px {
    border-radius: 15px;
}

.ln-hgt30px {
	line-height: 30px;
}

.hgt-wdt-1pt7em {
	height: 1.7em;
	width:1.7em;
}

.ln-hgt40px {
	line-height: 40px;
}

.veralign-top {
	vertical-align: top;
}

.round-border {
	border: 1px solid;
    padding: 8px 8px 5px 8px;
	border-radius: 50%;
}

.round-border-active {
	border: 1px solid;
	background-color: #FFD710;
    padding: 8px 8px 5px 8px;
	border-radius: 50%;
}

.round-border-prize {
	background-color: #337ab7;
    padding: 20px 0 4px 0;
    border-radius: 50%;
    color: #fff;
    width: 90px;
    height: 90px;
    text-align: center;
    float: left;
	line-height: 25px;
}

.round-rect-box-prize {
	background-color: #fff;
    padding: 5px;
    color: #333;
    height: 70px;
	width: 70px;
    text-align: center;
    float: left;
	margin: 20px 10px 0 0;
	box-shadow: 0 7px 21px 0 #0000001a;
	line-height: 60px;
	font-size: 18px;
}

.design-card {
    text-align: left;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.design-card__image {
    position: relative;
	filter: contrast(1.05);
	padding: 15px;
}

.design-card--heavy-shadow .design-card__image {
    box-shadow: 0 14px 42px 0 #0003;
}

.design-card__image-gallery {
    position: relative;
	filter: contrast(1.05);
    margin: 40px 30px 0 30px;
    padding: 30px 15px 30px 15px;
}

.design-card--medium-shadow .design-card__image-gallery {
	box-shadow: 0 7px 21px 0 #0000001a;
	background-color: #ffffff;
}

.ribbon {
    position: relative;
    display: inline-block;
    background-color: #E66100;
    font-size: 14px;
    padding: 10px;
    line-height: 1;
}

.ribbon--large {
    font-size: 16px;
}

.ribbon .ribbon__text {
    color: #fff;
    white-space: nowrap;
}

.design-card__ribbon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}

.ribbon .ribbon__text-gallery {
    color: #fff;
}

.design-card__ribbon-gallery {
    position: absolute;
    padding-top: 40px;
    padding-left: 30px;
    z-index: 4;
}

.design-card__attribution {
    margin-top: 16px;
    white-space: normal;
}

.brief_content_win {	
	position: relative;
    height: 500px;
    width: 100%;
    background: #fff;
   	box-shadow: 0 7px 21px 0 #0000001a;
    overflow: hidden;
    padding: 50px;
    border-radius: 15px;
}

.brief_content_win_text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Adjust the number of lines to show before truncating */
  -webkit-box-orient: vertical;
  word-wrap: break-word;
	line-clamp: 3;
  -moz-line-clamp: 3;
}

.show-grid {
  margin-bottom: 20px;
	margin-top: 20px;
}
.show-grid [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  background-color: rgba(255,255,255,.15);
  border: 1px solid #ddd;
  border: 1px solid rgba(86,61,124,.2);
	border-top: 4px solid rgba(86,61,124,.2);
	min-height: 75px;
}

.panel-title-custom {
	margin-top: 5px;
    margin-bottom: 0;
    /* font-size: 16px; */
    color: inherit;
}


.btn-orange {
  color: #fff;
  background-color: #E66100;
	border: 1px solid transparent;
    transition: background 1s ease 0s;
    -webkit-transition: background 1s ease 0s;
    -moz-transition: background 1s ease 0s;
    -o-transition: background 1s ease 0s;
    border-radius: 50px;
    padding: 18px 30px;
}
.btn-orange:focus,
.btn-orange.focus {
  color: #fff;
  background-color: #C55200;

}
.btn-orange:hover {
  color: #fff;
  background-color: #C55200;
}

.link-orange {
	color: #E66100 !important;
}

.link-orange:hover {
	color: #C55200 !important;
	text-decoration: none;
}

.color-orange {
	color: #E66100;
}

.active-orange {
  color: #fff!important;
  background-color: #E66100;
}

.active-orange:hover {
  color: #fff!important;
  background-color: #C55200!important;
}


.panel-orange {
  border-color: #FFD0AF;
}
.panel-orange > .panel-heading {
  color: #C55200;
  background-color: #FFF3EB;
  border-color: #FFD0AF;
}

.btn-black {
  color: #fff;
  background: #555555;
	border: 1px solid transparent;
    transition: background 1s ease 0s;
    -webkit-transition: background 1s ease 0s;
    -moz-transition: background 1s ease 0s;
    -o-transition: background 1s ease 0s;
    border-radius: 50px;
    padding: 18px 30px;
}
.btn-black:focus,
.btn-black.focus {
  color: #fff;
  background-color: #000000;
}
.btn-black:hover {
  color: #fff;
  background-color: #000000;
}


.btn-gray {
  color: #fff;
  background-color: #777;
  border-color: #4D4D4D;
}
.btn-gray:focus,
.btn-gray.focus {
  color: #fff;
  background-color: #4D4D4D;
  border-color: #777;
}
.btn-gray:hover {
  color: #fff;
  background-color: #4D4D4D;
  border-color: #777;
}

.link-gray {
	color: #888 !important;
}

.link-gray:hover {
	color: #666 !important;
	text-decoration: none;
}

.text-gray {
	color: #4D4D4D !important;
}


.shadow15px {
	box-shadow: 0 0 15px #ccc;
}



.head-upcs-bold{
    line-height: 50px;
	color: #333333;
	font-weight: bold;
}



.head-upcs-bold a{
	color: #333333;
	
}

.head-upcs-bold a:hover{
	color: #E66100;
	text-decoration: none;
	
}



/* ------------------ Dashboard My Account --------------------------------------- */

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    
    top: 51px;
    
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}


/*
 * Main content
 */

.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
	    height: auto;
}

.page-header {
	    height: auto !important;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}


/* ------------------ Misc Classes --------------------------------------- */

.f-win-design {
	box-shadow: 0px 0px 5px #aaa;
	border: 5px solid #fff;
}

.fd-award {
	font-size:40px;
	color:goldenrod;
	background-color: white;
	padding: 30px;
	border-radius: 50%;
	box-shadow: -3px -3px 5px rgba(0,0,0,0.3);
	margin-top: -15%;
	margin-right: 5%;
}

.fd-award-img {
	/* border: 1px solid #ccc;
    box-shadow: 0 0 5px #eee; 
	border-color: rgba(223,225,229,0);
    box-shadow: 0 1px 6px 0 rgba(32,33,36,0.28);
	border-radius: 24px;*/
	padding: 2px;
	box-shadow: 0 14px 42px 0 #0003;
	border-radius: 15px;
}

.fd-award-txt {
	background-color: #F0E68C;
    border-radius: 0 0 15px 0;
    float: left;
    padding: 15px;
	margin: 0 0 20px 0;
	text-shadow: 1px 1px 1px #fff;
}

.contest-thumb-imgs{
	padding: 0;
	border: none;
	margin: 10px;
}

.portfolio-thumb {
  box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
  border-radius: 5px;
	border: none;
	margin-bottom: 30px;
	padding: 5px;
}

.landpage-thumb {
  box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
    border-radius: 5px;
background-color: #fff;
border: none;
}

.prz-mny-conlists {
	background-color: #777;
	font-size: 20px;
	float: right;
	margin: 0px -20px 0 0;
	color: #ffffff;
    padding: 10px;
    font-weight: bold;
	box-shadow: -3px 3px 0 #eee;
	border-radius: 15px 0px 0px 0px;
	border: 2px solid #fff;
	
}

.winimg-conlists{
	min-height: 182px;
	padding: 20px;
}

.contside-windesigns {
	padding: 15px;
}

.rec-windesigns {
	border-radius: 10px;
	margin-bottom: 20px;
}

.rec-windesigns:hover,
.rec-windesigns:focus,
.rec-windesigns.active {
	border-color: #999999 !important;
	
}

.cat-block div{
	padding: 10px;
    /* border: 1px solid #ddd; */
	
}

.cat-block div:hover {
    box-shadow: 1px 1px 10px rgba(0,0,0,0.3);
}



.cat-block h3{
	text-align: center;
    line-height: 30px;
	color: #333333;
    text-transform: uppercase;
	font-weight: bold;
	margin: 10px 0;
}



.cat-block a{
	color: #333333;
	
}

.cat-block a:hover{
	text-decoration: none;
	
}


.bg-gray {
	background-color: #efefef;
}

.rw-rating-all {
	color: #E66100!important;
    font-size: 25px!important;
    font-weight: 700!important;
    /* font-family: Arial!important; */
    margin: 0 15px 0 0!important;
    vertical-align: middle!important;
}

.rw-count {
	display: inline-block!important;
    color: #878787!important;
    margin: 0 0 0 5px!important;
    vertical-align: middle!important;
}

.rw-stars {
	width: 18px!important;
    height: 18px!important;
}


/* ------------------ Footer Articles --------------------------------------- */

.bg-footerarticles {
	padding-top: 48px;
  padding-bottom: 48px;
}

.footerarticles-heading {
	padding-bottom: 25px;
    font-size: 25px;
  border-bottom: 1px solid #999;
    text-transform: uppercase;
}

a.footerarticles-link {
	color: #999;
	line-height: 35px;
}

a.footerarticles-link:hover {
	color: #000;
	text-decoration: none;
}

/* ------------------ Footer Company --------------------------------------- */

.bg-footerlinks {
	background-color:#222222;
	padding-top: 48px;
  padding-bottom: 48px;
}

.footerlinks-heading {
	margin-bottom: 10px;
  padding-bottom: 7px;
  padding-top:10px;
  font-size: 14px;
  color: #fff;
  border-bottom: 1px solid #333333;
  text-transform:uppercase;
}

a.footerlinks-link {
	color: #999999;
}

a.footerlinks-link:hover {
	color: #ffffff;
}

/* ------------------ Copyright Footer --------------------------------------- */

.footer {
  /* Set the fixed height of the footer here 
  height: 30px; */
  background-color: #111111;
  color:#ffffff;
}


/* ------------------ Login Form --------------------------------------- */

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}

.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}


/* ------------------ Sign up Form --------------------------------------- */

.form-signup {
  max-width: 600px;
  padding: 15px;
  margin: 0 auto;
}

/* ------------------ Gallery Hover --------------------------------------- */

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }


.grid {
	/* padding: 20px 20px 100px 20px;
	 max-width: 1300px; */
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

.grid li {
	display: inline-block;
	
	margin: 0;
	padding: 10px;
	text-align: left;
	position: relative;
}

.grid figure {
	margin: 0;
	position: relative;
}

.grid figure img {
	max-width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	
	background: rgba(0,0,0,0.8);
	
	color: #fff;
	
}

/* Caption Style 1 */
.cs-style-1 figcaption {
	padding: 10px;
	height: 100%;
	width: 100%;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.cs-style-1 figure img {
	box-shadow: -5px -5px 0 #ccc;
}

.no-touch .cs-style-1 figure:hover figcaption,
.cs-style-1 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translate(5px, 5px);
	-moz-transform: translate(5px, 5px);
	-ms-transform: translate(5px, 5px);
	transform: translate(5px, 5px);
}

.cs-style-1 figcaption h5 {
	color: #fff;
}

.cs-style-1 figcaption h4 a {
	color: #fff;
}

.cs-style-1 figcaption h4 a:hover {
	color: #fff;
}

.cs-style-1 figcaption h5 a {
	color: #fff;
}

.cs-style-1 figcaption hr {
	border: 2px solid #ccc;
	height: auto;
	margin: 7px 0 2px 0;
	visibility: visible;
	
}

.cs-style-1 figcaption h5 small {
	color: #fff;
}

.cs-style-1 figcaption h5 a:hover {
	color: #fff;
}

/* Caption Style 2 */
.cs-style-2 figure img {
	z-index: 10;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-2 figure:hover img,
.cs-style-2 figure.cs-hover img {
	-webkit-transform: translateY(-70px);
	-moz-transform: translateY(-70px);
	-ms-transform: translateY(-70px);
	transform: translateY(-70px);
}

.cs-style-2 figcaption {
	height: 90px;
	width: 100%;
	top: auto;
	bottom: 0;
}

.cs-style-2 figcaption h5 {
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #fff;
}

.cs-style-2 figcaption h5 a{
	color: #fff;
}

.cs-style-2 figcaption h5 a:hover{
	color: #fff;
}



/* Caption Style 6 */
.cs-style-6 figure img {
	z-index: 10;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-6 figure:hover img,
.cs-style-6 figure.cs-hover img {
	-webkit-transform: translateY(-38px) scale(0.6);
	-moz-transform: translateY(-38px) scale(0.6);
	-ms-transform: translateY(-38px) scale(0.6);
	transform: translateY(-38px) scale(0.6);
}

.cs-style-6 figcaption {
	height: 100%;
	width: 100%;
}

.cs-style-6 figcaption h4 {
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #fff;
}

.cs-style-6 figcaption h4 small{
	color: #fff;
}

.cs-style-6 figcaption h4 a{
	color: #fff;
}

.cs-style-6 figcaption h4 a:hover{
	color: #fff;
}



@media screen and (max-width: 31.5em) {
	.grid {
		padding: 10px 10px 100px 10px;
	}
	.grid li {
		width: 100%;
		min-width: 300px;
	}
}

